/* FILE: /portlets/admin_users/css/style.css */ 
.portlet_admin_users .cms_deleted_row {
    color: #888;
    font-style: italic;
}/* FILE: /portlets/admin_traka/css/admin_traka.css */ 

#admin_strip_wrapper{
    width: 100%;
    background: url(images/bg_admin.png) #999999 repeat-x;
    position:relative;
    }

#admin_strip{
    margin: 0px auto;
    min-width:1090px;
    width:auto;
    height: 20px;
    padding:10px;
    }

.admin_strip_left{
    display: inline-block;
    float:left;
    padding: 0;
    }

.admin_strip_right{
    display: inline-block;
    float:right;
    padding-right: 4px;
    }


.admin_login{
    display: inline-block;
    float: right;
    padding-right:4px;
    }
    
.admin_notice, .admin_notice2{
    font-size: 11px;
    display: inline-block;
    color: #FFF;
    vertical-align:top;
    margin:4px 2px 0 0;
    }

.admin_notice{
    float:left;
    }
    
.admin_login input[type=text], .admin_login input[type=password]{
    vertical-align:top;
    background: url(images/bg_admin_login.png) no-repeat;
    width: 152px;
    height: 24px !important;
    border: none;
    font-size: 11px;
    margin:0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
    
.admin_login input[type=submit]{
    margin:0 0 0 2px;
}

input[type="submit"]::-moz-focus-inner,.admin_login::-moz-focus-inner  {
    border:0;
    padding:0;
}
    
.admin_login input[type=text]:hover, .admin_login input[type=text]:focus,.admin_login input[type=password]:hover, .admin_login input[type=password]:focus {
    background: url(images/bg_admin_login.png) 0px -26px no-repeat;
}

#admin_strip a.admin_link{
    font-size:11px;
    margin: 0 0 0 10px;
    color: #105A72;
    }

#admin_strip a.button_admin, input.button_admin,.admin_login_plus > a{
    font-size:11px;
    padding: 4px 10px;
    color: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    }

#admin_strip a.button_admin, .admin_login_plus > a{
    display:inline-block;
    padding:3px 10px;
}

.button_green{
    background: #6bc01b;
    border: 1px solid #52990f;
    box-shadow:inset 1px 1px 0px #82d930;
    -moz-box-shadow:inset 1px 1px 0px #82d930;
    -webkit-box-shadow:inset 1px 1px 0px #82d930;
    }

.button_green:hover {
    background: #82d930;
    text-decoration: none;
    box-shadow:inset -1px -1px 0px #9de94f;
    -moz-box-shadow:inset -1px -1px 0px #9de94f;
    -webkit-box-shadow:inset -1px -1px 0px #9de94f;
}

.button_red {
    background: #e7310d;
    border: 1px solid #b22206;
    box-shadow:inset 1px 1px 0px #f75f41;
    -moz-box-shadow:inset 1px 1px 0px #f75f41;
    -webkit-box-shadow:inset 1px 1px 0px #f75f41;
}

.button_red:hover {
    background: #f75f41;
    text-decoration: none;
    box-shadow:inset -1px -1px 0px #ff7c62;
    -moz-box-shadow:inset -1px -1px 0px #ff7c62;
    -webkit-box-shadow:inset -1px -1px 0px #ff7c62;
}

.button_default,.admin_login_plus > a {
    background: #3494b0;
    border: 1px solid #105a72;
    box-shadow:inset 1px 1px 0px #9ccfe0;
    -moz-box-shadow:inset 1px 1px 0px #9ccfe0;
    -webkit-box-shadow:inset 1px 1px 0px #9ccfe0;
}
    
.button_default:hover,.admin_login_plus > a:hover {
    background: #31acd0;
    text-decoration: none;
    box-shadow:inset -1px -1px 0px #9ccfe0;
    -moz-box-shadow:inset -1px -1px 0px #9ccfe0;
    -webkit-box-shadow:inset -1px -1px 0px #9ccfe0;
}


#admin_sys_notif {
    display: block;
    margin: 0px auto;
    border-left: solid 3px #ffdd99;
    border-bottom: solid 3px #ffdd99;
    border-right: solid 3px #ffdd99;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: black;
    font-weight: normal;
    text-align:center;

    position:absolute;
    z-index:13;
    overflow:hidden;
    width:36px;
    height:15px;
    padding:5px 0;
    left:50%;
    margin-left:-18px;
    top:0;
    border-width:1px;
    border-color:#a57f2e;
    background-color:rgba(255,255,204,0.85);
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    cursor:pointer;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -ms-transition:     all 0.3s;
    -o-transition:      all 0.3s;
    transition:         all 0.3s;
}
#admin_sys_notif:hover{
    background-color:rgba(255,255,204,0.95);
    box-shadow: 0 0 3px rgb(0,0,0);
    padding: 10px 0;
}

#admin_sys_notif span {
    font-size: 11px;
    padding-right: 45px;
    color: #444; 
    display:none;
    line-height:15px;
    min-height:40px;
    text-align:justify;
}

#admin_sys_notif button {
    position: relative;
    margin: 5px;
    float: right;
    height: 30px;
    cursor:pointer;
    color:#444;
    background-color:#ddd;
    display:none;
    border-radius:0;
    border:1px solid #bbb;
    margin-left:8px;
    margin-top:9px;
    font-size:11px;
    width:80px;
    border-bottom-right-radius:4px;
}
#admin_sys_notif button:hover{
    border-color:#aaa;
    box-shadow:1px 1px 2px #bbb;
}
#admin_strip_blank {
    display:none;
}

.font-red{
    color: darkred;
}


.font-green{
    color: darkgreen;
}/* FILE: /portlets/imenik/css/imenik_style.css */ 
#imenik_search_form {
    min-height: 40px;
}

#imenik_res {
    margin-left: 0;
}

#imenik_res table.tablesorter th {
    text-align:left;
}

#imenik_res table.tablesorter tr td, #imenik_res table.tablesorter tr th {
    font-size:13px;
    border: 1px dotted transparent;
    border-bottom: 1px dotted gray;
    padding: 5px;
}

#imenik_res table.tablesorter tr:hover {
    border:1px solid #E4C319;
}/* FILE: /portlets/search/css/search.css */ 
.search_input::-webkit-input-placeholder {
  color: transparent;
}
.search_input:-moz-placeholder {
  color: transparent;
}
.search_input:-ms-input-placeholder {
  color: transparent;
}
/* FILE: /portlets/admin_newpage/css/admin_newpage.css */ 
.portlet_admin_newpage input {
    border: 1px solid #7B7EF4;
}

.portlet_admin_newpage .inputurltable {
    border: 1px solid #7B7EF4;
}

.portlet_admin_newpage .inputurltable td {
    padding: 0px;
    margin: 0px;
}

.portlet_admin_newpage .inputurlleft, .portlet_admin_newpage .inputurlleft span {
    color: #888;
    text-align: right;
}

.portlet_admin_newpage .inputurlright {
    text-align: left;
}

.portlet_admin_newpage .inputurl {
    margin: 0px;
    padding: 1px 1px 1px 0px;
    width: 99%;
    border: 0px;
}

.portlet_admin_newpage .prava_crta {
  border: 0px;
  border-top: 1px dashed #aaa;
}
/* FILE: /portlets/subscription/css/subscription.css */ 

.seemore_content2 .entry span img {
    cursor: pointer; 
}/* FILE: /portlets/news_show_headlines/css/news_show_headlines_default.css */ 
.headlines_admin_controls {
    padding-top:10px;
}

.news_headlines_strip_mode {
    cursor: move;
}
.news_headlines_strip_mode .caption-fixed {
    display: block;
    background: transparent;
    position:relative;
    color: white;
    font-weight: bold;
    bottom: 50px;
    height: 50px;
    padding: 0 5px;
}
.news_headlines_strip_mode .caption-fixed a {
    color: white;
}

.news_headlines_strip_mode .caption {
    display: none;
}

.news_headlines_strip_left {
    content: '&lt;';
    background: gray;
    display:block;
    height: 50px;
    width: 50px;
    float:left;
    top: -130px;
    cursor: pointer;
    position:relative;
}

.news_headlines_strip_right {
    content: '&gt;';
    background: gray;
    display:block;
    height: 50px;
    width: 50px;
    float:right;
    top: -130px;
    cursor: pointer;
    position:relative;
}/* FILE: /portlets/saml_login/css/default_saml_login.css */ 
.saml-login-link img {
    vertical-align: middle;
    height: 20px;
}
/* FILE: /portlets/carousel/css/carousel.css */ 
/* 
    Document   : carousel
    Created on : Mar 12, 2012, 3:07:37 PM
    Author     : i
    Description:
        Purpose of the stylesheet follows.
*/

div.carousel{
    position: relative;
    clear:both;
    /*height: 230px;*/
    /*overflow: hidden;*/
}
div.carousel .carousel_images {
    color: transparent;
    font-size: 1px; /* display (but not to be seen) of alt text in carousel*/
}
div.carousel .carousel_images > img {
    position:absolute;
    top:0; left:0;
    /*height:230px;*/
	height:auto;
    width:auto;
}

div.carousel a.arrow_left, div.carousel a.arrow_right{
    position: absolute;
    overflow:hidden;
    text-indent:-1000px;
    top: 0;
    width: 36px;
    /*height: 230px;*/
    display: block;
    z-index:100;
}
div.carousel a.arrow_left{
    background: url('img/bg_banner_arrows.png') top left;
}
div.carousel a.arrow_left:hover{
    background: url('img/bg_banner_arrows.png') bottom left;
    z-index:100;
}
div.carousel a.arrow_right{
    right:0;
    background: url('img/bg_banner_arrows.png') top right;
}

div.carousel a.arrow_right:hover{
    background: url('img/bg_banner_arrows.png') bottom right;
    z-index:100;
}	

div.carousel .carousel_block{
    background: url('img/dot_gray30.png');
    position: absolute;
    right: 36px;
    top: 0;
    width: 218px;
    /*height: 230px;*/
    z-index:100;
}		

div.carousel .carousel_block img{
    /*height: 230px;*/
	height: auto;
}

div.carousel .carousel_block p{
    color: #fff;
    font-size: 24px;
    margin: 50px 0 10px 10px;
}

div.carousel .carousel_block p.carousel_title{
    line-height: 30px;
}

div.carousel .carousel_block span{
    display:block;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
}

div.carousel .carousel_dots{
    position:absolute;
    bottom: 20px;
    right: 20px;
    z-index:101;
}

div.carousel .carousel_dots a{
    background: url('img/bg_banner_dots.png') right no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    float:left;
    margin-left: 10px;
    color:transparent;
}		

div.carousel .carousel_dots a:hover{
    background: url('img/bg_banner_dots.png') center no-repeat;
}

div.carousel .carousel_dots a.carousel_dot_current{
    background: url('img/bg_banner_dots.png') left no-repeat;
}

/* styling for editing popup */
div.carousel-edit .carousel-header{
    margin-top:2em;
}

div.carousel-edit .carousel_dragged{
    background-color:#DBEAFF;
}

div.carousel-edit table.carousel_edit_thumbs{
    border-collapse:collapse;
}
div.carousel-edit table.carousel_edit_thumbs tr{
    border-bottom: 1px solid #666;
}
div.carousel-edit .carousel_edit_thumbs img{
    height:60px;
    width:auto;
    max-width:400px;
    cursor:default;
}

div.carousel-edit tr.carousel_edit_disabled_row *{
    text-decoration:line-through;
}
div.carousel-edit tr.carousel_edit_disabled_row img{
    text-decoration:line-through;
    opacity:0.3;
}

div.carousel-edit .carousel_reorder_updown{
    background: url('img/small_up_down.png') 5px 48% no-repeat;
}

div.carousel-edit .carousel_edit_new_image{
    border-bottom:1px solid #aaa;
    border-top:1px solid #aaa;
    padding:1em;
    margin:-1px auto;
    width:80%;
}
div.carousel-edit .carousel_edit_new_image div{
    float:left;
    width:300px;
    overflow:hidden;
    text-align:center;
}
div.carousel-edit .carousel_edit_new_image img{
    height:60px;
    width:auto;
}
div.carousel-edit .carousel_edit_new_image+table{
    margin:1em;
}

div.video_img {
    background-image: url('../img/video.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 90px;
}
/* FILE: /portlets/custom_nav/css/style.css */ 
.custom_nav_container {
    overflow: hidden; 
    min-height: 20px;
}

.custom_nav_container .menulevel1 {
    margin-left: 0px;
}

.custom_nav_container .menulevel1 span {
    padding-left:8px; color: #222;
}

.custom_nav_container span.admin_link {
    float: right;
    color:#EEEEEE; 
    text-decoration: underline;
}

.admin_link a {
    color:#222;
}

.custom_nav_container span.menuspacer {
    height: 1px;
    display:block;
    background-image: url('img/mmenuspacer.gif');
    width: 100%;
}


#cms_area_top_nav .menulevel1, #cms_area_top_nav .menuspacer {
    float:left; width:auto;
}

#cms_area_top_nav .menuspacer {
    background-color: #EEEEEE;
    width: 1px;
    height:12px;
    position:relative;
    top: 6px;
    left: 7px;
}

#cms_area_top_nav .menulevel1 {
    background-image:none;
}

#cms_area_top_nav .custom_nav_container .menulevel1 span:hover {
    text-decoration: underline;
}
/* FILE: /portlets/calevent/css/style.css */ 
@CHARSET "UTF-8";

.portlet_calevent table th.level2 {
    text-align: left;
}

.portlet_calevent table.foreach_lang {
    width: 100%;
}

.portlet_calevent th.invalid_form_entry,
.portlet_calevent td.invalid_form_entry
{
    background: rgb(156, 0, 0) !important;
    color: white;
}

.portlet_calevent input.invalid_form_entry,
.portlet_calevent select.invalid_form_entry
{
    background: rgb(236, 200, 200) !important;
}


.portlet_calevent option[disabled] {
    background: #EEFAEE !important;
    /* color: red !important; */
}


.portlet_calevent #calendar table {
    border-collapse: collapse;
}

div.v1autocomplete_result{
    z-index:10;
}

table.calevent_form_table td{
    padding:5px;
}
table.calevent_form_table input[type=submit]{
    min-width:100px;
    transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.3s; /* Safari and Chrome */
    -o-transition: box-shadow 0.3s; /* Opera */
}
table.calevent_form_table input[type=submit]:hover{
    box-shadow: 0 0 2px 0 black;
}
table.calevent_form_table td:nth-child(2){
    width:380px;
}
table.calevent_form_table td:first-child{
    width:10em;
    text-align:right;
    vertical-align:top;
}
table.calevent_form_table td:nth-child(3){
    border-left:1px solid #ddd;
    padding-left:20px;
}
table.calevent_form_table input[type=text],
table.calevent_form_table textarea,
table.calevent_form_table select{
    width:370px;
}
.nexttothatstupidcheckbox{
    width:240px !important; /* muy importante! */
}

div.calendar_overlay{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    z-index:10;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3AoRDSkFN8mmmAAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAANSURBVAjXY2BgYHgGAADrAOc2jqFpAAAAAElFTkSuQmCC);
}
div.calendar_overlay_list{
    background:white;
    width:450px;
    max-height:500px;
    min-height:200px;
    margin:30px auto;
    border:4px solid #444;
    border-radius:2px;
    padding:0px;
}
div.calendar_overlay_list a.close_list{
    display:block;
    text-align:right;
    border-bottom:1px solid #88a;
    background-color:#fdd;
    padding:3px;
}
div.calendar_overlay_list a.close_list.free{
    background-color:#ddf;
}
div.calendar_overlay_list > div{
    max-height:430px;
    min-height:130px;
    overflow:auto;
    padding:10px;
}
div.calendar_overlay_list > div table{
    width:100%;
    border-collapse:collapse;
    border:1px solid #888;
}
div.calendar_overlay_list > div table tr:nth-child(odd){
    background-color:#e8e8ee;
}
div.calendar_overlay_list > div table td{
    padding:2px;
}
div.calendar_overlay_list > div table th a{
    background: url(data:image/gif;base64,R0lGODlhBAAIAOMIAC0uLDIzMUFCQG5wbXN1cnh6d+nr6Pb49P///////////////////////////////yH5BAEKAAgALAAAAAAEAAgAAAQREKAJBC0WmAHAIV0RIBU1IREAOw==) 0 0 no-repeat;
    width:8px;
    height:8px;
    display:inline-block;
}
div.calendar_overlay_list input.close_list{
    margin:5px;
}

div.calendar_overlay_list a.table_toggle{
    display:block;
    background: url(data:image/gif;base64,R0lGODlhBAAIAOMIAC0uLDIzMUFCQG5wbXN1cnh6d+nr6Pb49P///////////////////////////////yH5BAEKAAcALAAAAAAEAAgAAAQNEJwJBK0H6M1Dttl0RAA7) 1px 3px no-repeat;
    padding-left:8px;
    font-weight:bold;
    color:#444;
    margin-bottom:1px;
    margin-top:4px;

}

div.calendar_feed_error{
    margin: 8px 0;
    color:#500;
    padding: 3px;
    border: 1px solid #B00;
    background-color: #DDD;
}
/* FILE: /portlets/predmet_info/css/predmet_info_defaults.css */ 
.portlet_predmet_info td {
    padding: 8px 5px 8px 0px;
}
/* FILE: /portlets/fer_opter/css/main.css */ 
.fer_opter table .deleted_row  td {
       text-decoration: line-through;
       color: #bababa;
   }

   .fer_opter table .deleted_row{
       display: none;
   }
   .fer_opter .manje_od_ns{
       color: #e25b4e;
       font-weight: bold;
   }
   .fer_opter .vise_od_ns{
       color: #44c466;
       font-weight: bold;
   }
   .fer_opter .dovoljno_ns{
       color: #449ac4;
       font-weight: bold;
   }
   .fer_opter .vanjski_vise_od_ns{
       color: #6844c4;
       font-weight: bold;
   }

   .fer_opter .sum_ns{
       color: #999999;
   }

   .fer_opter .titula{
       color: #999999;
       font-size: 1.1em;<style type="text/css">
           {if !$picnoborder}
               .fer_opter .slika_nas{
                   -webkit-box-shadow: 2px 2px 10px #333;
                   -moz-box-shadow: 2px 2px 10px #333;
                   box-shadow: 2px 2px 10px #333;
                   margin: 10px;
               }
           {/if}
       </style>
   }

   .fer_opter .osobni_podaci{
       font-size: 2em;
       font-weight: bold;
       text-shadow: 1px 1px 1px #bfbfbf;
   }

   .fer_opter .kontakt{
       margin-top: 10px;
       font-size: 1.2em;
   }


   .fer_opter .slika_mala{
       -webkit-box-shadow: 2px 2px 10px #333;
       -moz-box-shadow: 2px 2px 10px #333;
       box-shadow: 2px 2px 10px #333;
       margin: 0px;
       width: 40px;
   }


   .fer_opter input.button-disabled {
       color: #777;
       text-transform: uppercase;
       margin: 5px;
       padding: 6px;
       background-color: #cacaca;
       border: 1px solid #b0b0b0;
       font-weight: bold;
       -webkit-transition: -webkit-box-shadow 0.3s linear;
       background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cacaca), to(#e4e4e4));
       background:  -moz-linear-gradient(25% 75% 90deg,#e4e4e4, #cacaca);
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       text-shadow: 1px 1px 1px #f0f0f0;
   }

   .fer_opter input.button {
       color: #333;
       text-transform: uppercase;
       margin: 5px;
       padding: 6px;
       background-color: #aaca9d;
       border: 1px solid #70a65b;
       font-weight: bold;
       -webkit-transition: -webkit-box-shadow 0.3s linear;
       background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaca9d), to(#c7dcbe));
       background:  -moz-linear-gradient(25% 75% 90deg,#c7dcbe, #aaca9d);
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       text-shadow: 1px 1px 1px #f0f0f0
   }

   .fer_opter input.button:hover {
       -webkit-box-shadow: 0 0 10px #103d07;
       -moz-box-shadow: 0 0 10px #103d07;
       box-shadow: 0 0 10px #103d07;
       cursor:  pointer;
   }

   .fer_opter input.button-cancel {
       color: #333;
       text-transform: uppercase;
       margin: 5px;
       padding: 6px;
       background-color: #d1cea3;
       border: 1px solid #b7b06d;
       font-weight: bold;
       -webkit-transition: -webkit-box-shadow 0.3s linear;
       background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1cea3), to(#e1dec2));
       background:  -moz-linear-gradient(25% 75% 90deg,#e1dec2, #d1cea3);
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       text-shadow: 1px 1px 1px #f0f0f0;
   }

   .fer_opter input.button-cancel:hover {
       -webkit-box-shadow: 0 0 20px #d1cea3;
       -moz-box-shadow: 0 0 20px #d1cea3;
       box-shadow: 0 0 20px #d1cea3;
       cursor:  pointer;
   }


   .fer_opter input.button-info {
       color: #333;
       text-transform: uppercase;
       margin: 5px;
       padding: 6px;
       background-color: #9cc8c0;
       border: 1px solid #5ba396;
       font-weight: bold;
       -webkit-transition: -webkit-box-shadow 0.3s linear;
       background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9cc8c0), to(#bddbcf));
       background:  -moz-linear-gradient(25% 75% 90deg,#bddbcf, #9cc8c0);
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       text-shadow: 1px 1px 1px #f0f0f0;
   }

   .fer_opter input.button-info:hover {
       -webkit-box-shadow: 0 0 20px #9cc8c0;
       -moz-box-shadow: 0 0 20px #9cc8c0;
       box-shadow: 0 0 20px #9cc8c0;
       cursor:  pointer;
   }

   .fer_opter .prev_next_info{
       color: #9C9C9C;
       font-style: italic;
   }

   .fer_opter .ns_rasp {
       text-align: right;
       font-size: 1.3em;
   }

   .fer_opter .user_info img {
       height: 60px;
       float: left;
   }

   .fer_opter .user_info p {
       padding-top: 15px;
       font-size: 1.5em;
       text-shadow: 1px 1px 1px #bfbfbf;
   }

   .fer_opter .data_input {
       width: 90%;
       font-size: 1.5em;
       text-align: right;
   }

   .fer_opter .predmet_code {
       font-size: 1.2em;
       color: #999999;
   }

   .fer_opter .predmet_name, .fer_opter .orgjed {
       font-size: 1.9em;
       text-shadow: 1px 1px 1px #999999;
       font-weight: bold;
   }

   .fer_opter .maxval, .fer_opter .nsopis, .fer_opter .nsopis span, .fer_opter .minval{
       color: #999999;
       white-space: pre;
   }

   .fer_opter .maxvalval{
       display: inline;
   }

   .fer_opter .nsrazlika{
       font-size: 1.5em;
       text-shadow: 1px 1px 1px #bfbfbf;
   }

   .fer_opter .ns_table_info td{
       color: #717171;
   }

   .fer_opter .modified_field{
       background-color: #f4ebbc;
   }

   .fer_opter .pds_course{
       color: #298e41;
   }

   .fer_opter .ns_djel_vals td{
       font-size: 3em;
       text-shadow: 1px 1px 1px #999999;
   }

   .fer_opter .ns_djel_desc td{
       color: #999999;
       text-align: center;
   }

   .fer_opter .txt_lighter{
       color: #939393;
   }

   .fer_opter .txt_light{
       color: #737373;
   }

   .fer_opter .vanjski_suradnik{
       color: #939393;
   }

   .fer_opter .semestar_ljz{
       color: #939393;
   }

   .fer_opter .orgjed_change{
       font-size: 0.5em;
       text-shadow: none;
       font-weight: bold;
   }

   .fer_opter .normal_link{
       cursor: pointer;
   }

   .fer_opter .orgjed_select{
       border: 1px solid #44c466;
       background-color: #dff5e5;
       margin: 10px;
       padding: 10px;
       font-weight: bold;
   }

   .fer_opter .th_lighter{
       color: #d2d5d5;
   }

   .fer_opter .djel_napomena{
       color: #e25b4e;
   }

   .fer_opter .djel_napomena_show{
       display: block;
       color: inherit;
       border: 1px solid #e25b4e;
       background: #f4c1bc;
       margin-bottom: -12px;
       padding: 3px;
   }

   .fer_opter .help{
       border: 1px solid #d8df4d;
       padding: 10px;
       background-color: #f4f6ce;

       margin: 5px;
   }

   .fer_opter .help_close{
       float: right;
       font-weight: bold;
       text-decoration: underline;
       cursor: pointer;
   }

   .fer_opter .subtitle{
       font-weight: bold;
   }

   .fer_opter .help_all{
       color: #298f47;
   }

   .fer_opter .krat_orgjed{
       color: inherit;
       width: 60px;
       display: inline-block;
   }

   .fer_opter .opgreen{
       background-color: #cdefd5;
   }


   .fer_opter .opred{
       background-color: #f6d6d3;
   }


   .fer_opter .opblue{
       background-color: #cde4ef;
   }


/* FILE: /portlets/ordered_list/css/ordered_list.css */ 
.ordered_list .fa{
       font-size: 1.3em;
   }
   .ordered_list .action{
       padding: 10px;
       margin: 5px;
       color: #000;
       display: inline-block;
   }
   .ordered_list .action:hover{
       text-decoration: none;
   }

   .ordered_list .action_green{
       border: 1px solid #9ecb41;
       background-color: #d1e7a5;
   }

   .ordered_list .action_green:hover{
       border: 1px solid #4c641a;
       background-color: #add45c;
   }

.ordered_list .action_blue{
    border: 1px solid #3d99be;
    background-color: #dbedf4;
}

.ordered_list .action_blue:hover{
    border: 1px solid #18495d;
    background-color: #a1cfe1;
}

.ordered_list .action_red{
    border: 1px solid #dc4d47;
    background-color: #f9e1e0;
}

.ordered_list .action_red:hover{
    border: 1px solid #6d201c;
    background-color: #efadab;
}


   .ordered_list  .odabir{
       border: 1px solid #bbb;
       vertical-align: middle;
       margin-bottom: 10px;
   }

   .ordered_list  .odabir:hover{
   background-color: #f3f4c5;
   }
   .ordered_list  .item{
       display: inline-block;
   }/* FILE: /portlets/simpletable/css/simpletable.css */ 

    select[disabled]{
        color:#999;
    }

    .simpletable-overlay{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background: url(img/black90.png) repeat;
        z-index:30;
    }
    .simpletable-modal{
        padding:1em;
        border:1px dotted #555;
        background-color:white;
        min-height:100px;
        width:80%;
        min-width:400px;
        margin: 30px auto;
    }
    .keys-notice{
        display:block;
        margin-top:10px;
        font-style:italic;
        color: #833;
    }

    .ui-resizable-handle{
        z-index:30;
    }

    .simpletable-drag-handle{
        cursor:move;
        padding-left: 16px !important;
    }
    .simpletable-drag-handle-show{
        background: url(img/drag_handle.png) left no-repeat;
    }

    .simpletable-splitter{
        display:none; 
        position:absolute; 
        left:0; 
        width: 5px; 
        height: 25px; 
        padding: 0; 
        float:left; 
        margin: 0; 
        cursor: move; 
        background-color: #888;
    }
    #simpletable-splitter-wrapper{
        position:relative; 
        margin-top:3px; 
        width: 604px; 
        height:27px; 
        border:2px solid #ccc; 
        padding: 0px;
    }

    abbr{
        border-bottom: 1px dashed purple;
        cursor:default;
    }
/* FILE: /portlets/api_sync_admin/css/style.css */ 
.sync_years_list {
    list-style: none;
}
.sync_years_list li {
    margin: 5px 0;
}

.sync_years_list li label {
    margin-right: 15px;

}

.portlet_api_sync_admin .notice {
    color: gray;
    padding: 5px 0;
}/* FILE: /portlets/video/css/style.css */ 
 .video_container {

}

.video_container .center, .edit_video .center {
    text-align: center;
}

.video_container .selected_video {
    width: 100%;
    border-bottom: 1px dotted grey;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.video_container .selected_video h3 {
    font-size: large;
}

.video_container .video_list_description {
    padding-left: 50px;
}

.video_container .video_list_description h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: large;
}

.video_container video {
    max-width: 100%;
}

.video_container .video_list {
    width: 100%;
}

.video_container .video_list .video_element {
    border-bottom: 1px dotted grey;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.imagecontainer {
    position: relative;
    width: 200px;
    height: 130px;
    overflow: hidden;
    text-align: center;
    vertical-align: center;
    border: 1px solid gray;
    box-shadow: 4px 4px 12px rgba(0,0,0,0.4);
}

.imagecontainer:hover{
    opacity: 0.9;
}

.imagecontainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.imagecontainer .duration {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: x-small;
    padding: 4px;
    width: 50px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: right;
}

.video_container .video_element {
    display: flex;
    flex-direction: row;
}

.video_container .video_element .description {
    font-style: italic;
    font-size: small;

    /* for older versions of safari */
    width: 500px;
}

 .video_container .video_element .description.is-truncated {
     cursor: pointer;
 }


 .video_container .counter {
     font-size: x-small;
     font-style: italic;
     margin: 20px 0;
 }

 .video_container .btn  {
     margin-right: 20px;
 }

.event_date {
    font-style: italic;
    font-size: small;
    color: silver;
}

.add_video {
    display: flex;
    flex-direction: row;
    border-bottom: 1px dotted grey;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.add_video br {
    clear: left;
}

.edit_video label, .add_video label {
    display: inline-block;
    width: 100px;
    text-align: right;
    float: left;
    margin: 5px;
    margin-right: 20px;
}

.edit_video input[type=text], .edit_video input[type=checkbox] {
    margin: 5px;
}

.edit_video textarea, add_video textarea {
    margin: 5px;
    width: 300px;
    height: 100px;
}

.edit_video .ui-slider {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid silver;
    height: 1px;
    margin: 40px 0;
}

.edit_video .ui-slider-handle.ui-corner-all {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: silver;
    cursor: pointer;
    transition: 0.1s;
    border: 0;
    top: -15px;
    margin-left: -15px;
}

.edit_video .ui-slider-handle.ui-state-hover.ui-corner-all {
    background: #eea236;
}

.edit_video .ui-slider-handle.ui-state-active.ui-corner-all {
    background: #eea236;
    height: 34px;
    width: 34px;
    top: -17px;
    margin-left: -17px;
}

.edit_video .ui-slider-handle span {
    padding: 2px 5px;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: small;
    position: absolute;
    top: -26px;
    margin-left: -15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.edit_video .select_thumbnail {
    width: 500px;
}

.edit_video .select_thumbnail img {
    max-width: 100%;
}

.edit_video .skip_button {
    cursor: pointer;
}

.edit_video .error {
    color: red;
}/* FILE: /portlets/table_content/css/table_content.css */ 

.table_content .editLink{
    float: right;
    margin-bottom: 10 px;
}

/* FILE: /portlets/fer_opter2/css/main.css */ 
.fer_opter table .deleted_row  td {
       text-decoration: line-through;
       color: #bababa;
   }

   .fer_opter table .deleted_row{
       display: none;
   }
   .fer_opter .manje_od_ns{
       color: #e25b4e;
       font-weight: bold;
   }
   .fer_opter .vise_od_ns{
       color: #44c466;
       font-weight: bold;
   }
   .fer_opter .dovoljno_ns{
       color: #449ac4;
       font-weight: bold;
   }
   .fer_opter .vanjski_vise_od_ns{
       color: #6844c4;
       font-weight: bold;
   }

   .fer_opter .sum_ns{
       color: #999999;
   }

   .fer_opter .titula{
       color: #999999;
       font-size: 1.1em;<style type="text/css">
           {if !$picnoborder}
               .fer_opter .slika_nas{
                   -webkit-box-shadow: 2px 2px 10px #333;
                   -moz-box-shadow: 2px 2px 10px #333;
                   box-shadow: 2px 2px 10px #333;
                   margin: 10px;
               }
           {/if}
       </style>
   }

   .fer_opter .osobni_podaci{
       font-size: 2em;
       font-weight: bold;
       text-shadow: 1px 1px 1px #bfbfbf;
   }

   .fer_opter .kontakt{
       margin-top: 10px;
       font-size: 1.2em;
   }


   .fer_opter .slika_mala{
       -webkit-box-shadow: 2px 2px 10px #333;
       -moz-box-shadow: 2px 2px 10px #333;
       box-shadow: 2px 2px 10px #333;
       margin: 0px;
       width: 40px;
   }


   .fer_opter input.button-disabled {
       color: #777;
       text-transform: uppercase;
       margin: 5px;
       padding: 6px;
       background-color: #cacaca;
       border: 1px solid #b0b0b0;
       font-weight: bold;
       -webkit-transition: -webkit-box-shadow 0.3s linear;
       background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cacaca), to(#e4e4e4));
       background:  -moz-linear-gradient(25% 75% 90deg,#e4e4e4, #cacaca);
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       text-shadow: 1px 1px 1px #f0f0f0;
   }

   .fer_opter input.button {
       color: #333;
       text-transform: uppercase;
       margin: 5px;
       padding: 6px;
       background-color: #aaca9d;
       border: 1px solid #70a65b;
       font-weight: bold;
       -webkit-transition: -webkit-box-shadow 0.3s linear;
       background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaca9d), to(#c7dcbe));
       background:  -moz-linear-gradient(25% 75% 90deg,#c7dcbe, #aaca9d);
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       text-shadow: 1px 1px 1px #f0f0f0
   }

   .fer_opter input.button:hover {
       -webkit-box-shadow: 0 0 10px #103d07;
       -moz-box-shadow: 0 0 10px #103d07;
       box-shadow: 0 0 10px #103d07;
       cursor:  pointer;
   }

   .fer_opter input.button-cancel {
       color: #333;
       text-transform: uppercase;
       margin: 5px;
       padding: 6px;
       background-color: #d1cea3;
       border: 1px solid #b7b06d;
       font-weight: bold;
       -webkit-transition: -webkit-box-shadow 0.3s linear;
       background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1cea3), to(#e1dec2));
       background:  -moz-linear-gradient(25% 75% 90deg,#e1dec2, #d1cea3);
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       text-shadow: 1px 1px 1px #f0f0f0;
   }

   .fer_opter input.button-cancel:hover {
       -webkit-box-shadow: 0 0 20px #d1cea3;
       -moz-box-shadow: 0 0 20px #d1cea3;
       box-shadow: 0 0 20px #d1cea3;
       cursor:  pointer;
   }


   .fer_opter input.button-info {
       color: #333;
       text-transform: uppercase;
       margin: 5px;
       padding: 6px;
       background-color: #9cc8c0;
       border: 1px solid #5ba396;
       font-weight: bold;
       -webkit-transition: -webkit-box-shadow 0.3s linear;
       background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9cc8c0), to(#bddbcf));
       background:  -moz-linear-gradient(25% 75% 90deg,#bddbcf, #9cc8c0);
       -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
       border-radius: 4px;
       text-shadow: 1px 1px 1px #f0f0f0;
   }

   .fer_opter input.button-info:hover {
       -webkit-box-shadow: 0 0 20px #9cc8c0;
       -moz-box-shadow: 0 0 20px #9cc8c0;
       box-shadow: 0 0 20px #9cc8c0;
       cursor:  pointer;
   }

   .fer_opter .prev_next_info{
       color: #9C9C9C;
       font-style: italic;
   }

   .fer_opter .ns_rasp {
       text-align: right;
       font-size: 1.3em;
   }

   .fer_opter .user_info img {
       height: 60px;
       float: left;
   }

   .fer_opter .user_info p {
       padding-top: 15px;
       font-size: 1.5em;
       text-shadow: 1px 1px 1px #bfbfbf;
   }

   .fer_opter .data_input {
       width: 90%;
       font-size: 1.5em;
       text-align: right;
   }

   .fer_opter .predmet_code {
       font-size: 1.2em;
       color: #999999;
   }

   .fer_opter .predmet_name, .fer_opter .orgjed {
       font-size: 1.9em;
       text-shadow: 1px 1px 1px #999999;
       font-weight: bold;
   }

   .fer_opter .maxval, .fer_opter .nsopis, .fer_opter .nsopis span, .fer_opter .minval{
       color: #999999;
       white-space: pre;
   }

   .fer_opter .maxvalval{
       display: inline;
   }

   .fer_opter .nsrazlika{
       font-size: 1.5em;
       text-shadow: 1px 1px 1px #bfbfbf;
   }

   .fer_opter .ns_table_info td{
       color: #717171;
   }

   .fer_opter .modified_field{
       background-color: #f4ebbc;
   }

   .fer_opter .pds_course{
       color: #298e41;
   }

   .fer_opter .ns_djel_vals td{
       font-size: 3em;
       text-shadow: 1px 1px 1px #999999;
   }

   .fer_opter .ns_djel_desc td{
       color: #999999;
       text-align: center;
   }

   .fer_opter .txt_lighter{
       color: #939393;
   }

   .fer_opter .txt_light{
       color: #737373;
   }

   .fer_opter .vanjski_suradnik{
       color: #939393;
   }

   .fer_opter .semestar_ljz{
       color: #939393;
   }

   .fer_opter .orgjed_change{
       font-size: 0.5em;
       text-shadow: none;
       font-weight: bold;
   }

   .fer_opter .normal_link{
       cursor: pointer;
   }

   .fer_opter .orgjed_select{
       border: 1px solid #44c466;
       background-color: #dff5e5;
       margin: 10px;
       padding: 10px;
       font-weight: bold;
   }

   .fer_opter .th_lighter{
       color: #d2d5d5;
   }

   .fer_opter .djel_napomena{
       color: #e25b4e;
   }

   .fer_opter .djel_napomena_show{
       display: block;
       color: inherit;
       border: 1px solid #e25b4e;
       background: #f4c1bc;
       margin-bottom: -12px;
       padding: 3px;
   }

   .fer_opter .help{
       border: 1px solid #d8df4d;
       padding: 10px;
       background-color: #f4f6ce;

       margin: 5px;
   }

   .fer_opter .help_close{
       float: right;
       font-weight: bold;
       text-decoration: underline;
       cursor: pointer;
   }

   .fer_opter .subtitle{
       font-weight: bold;
   }

   .fer_opter .help_all{
       color: #298f47;
   }

   .fer_opter .krat_orgjed{
       color: inherit;
       width: 60px;
       display: inline-block;
   }

   .fer_opter .opgreen{
       background-color: #cdefd5;
   }


   .fer_opter .opred{
       background-color: #f6d6d3;
   }


   .fer_opter .opblue{
       background-color: #cde4ef;
   }


/* FILE: /portlets/news/css/default_flexible_view_style.css */ 
.news_lead_img_div {
    margin-left:10px;
    margin-right:10px;
}

.news_lead_img_div.left {
    float:left;
    margin-left:0px;
    margin-right:10px;
}

.news_lead_img_div.right {
    float:right;
    margin-left:10px;
    margin-right:0px;
}

.news_lead_img_div a img, .news_lead_img_div img {
    max-width: 200px;
    max-height:200px;
    width:auto;
    height:auto;
}
.news_page_meta {
    float:right;
}

.news_page_meta .published_label {
    display:none;
}
.news_article {
    border-bottom: 1px dashed gray;
    padding-bottom: 10px;
}
.news_article h1 {
    font-size: 13px;
}
.news_options {
    clear:both;
    float:right;
}
.news_social {
    display: inline-block;
    float:right;
    margin-right: 5px;
}
.fb-share-button {
    position: relative;
    bottom: 5px;
}
.twitter-share-button {
    position: relative;
    top: 1px;
}
.Default_news_layout .news_author {
    float:right;
}

.news_priority_1 > .news_lead, .news_priority_1 > .news_lead_img_div, .news_priority_2 .news_lead, .news_priority_2 .news_lead_img_div {
    display:none;
}

.edit_news_img {
    max-width: 200px;
    height: auto;
}/* FILE: /portlets/news/css/default_date_styles.css */ 
/* FILE: /portlets/portfolio/css/default.css */ 
.portfolio_person_title {
    background: #ddd;
}
div.cms_table_row_1 {
    background: #fafafa;
}
div.cms_table_row_0 {

}