body {
	background-color: #828282;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.Naslov13{font-weight:bold;font-size:13px;color:#000;font-family:Arial, Verdana, sans-serif;background:transparent;font-style:normal}
A.Naslov13:hover{font-weight:normal;font-size:13px;color:#000;font-family:Arial, Verdana, sans-serif;background:transparent;text-decoration:underline}
.textsrpski{font-weight:normal;font-size:12px;color:#071F30;font-family:Arial, sans-serif;text-decoration:none}
A.textsrpski:hover{font-weight:normal;font-size:12px;color:Red;font-family:Arial, sans-serif;text-decoration:none}

 
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid black;
  background: #f8f8f8;
  border-radius: 0px;
   
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\002714';
  position: absolute;
  top: 6px; left: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 0.8;
  color: #ff6347;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1.3);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}








.filteri_crta {
   background-color: #6CA1A7;
    background-image: -moz-linear-gradient(center top , #6CA1A7, #6CA1A7);
    border: 0px solid transparent;
    color:#fff;
    border-radius: 0px;
    height: 2px;
    white-space: nowrap;
    width: 200px;	
}

.crta {
   background-color: #6CA1A7;
    background-image: -moz-linear-gradient(center top , #6CA1A7, #6CA1A7);
    border: 0px solid transparent;
    color:#fff;
    border-radius: 0px;
    height: 1px;
    white-space: nowrap;
}

.beleske {
   background-color: #6CA1A7;
    border: 0px solid transparent;
    color:#fff;
    border-radius: 0px;
    height: 1px;
}


.crtaNoborder {
    height: 2px;
    font-size: 2px;
}


.pozadina_meni{
   background-color: #f5f5f5;
    border: 0px solid transparent;

}

.pozadina_meni1{
   background-color: #fffafa;
    border: 0px solid transparent;

}

.pozadina_meni2{
   background-color: #fffafa;
    border: 0px solid transparent;

}

.filteri_combo {
   background-color: #f5f5f5;
   background-image: -moz-linear-gradient(center top , #EDEDED, #EDEDED);
    border: 0px solid transparent;
    min-width: 80px;
    white-space: nowrap;
        
}

.filteri_combo2 {
   background-color: #f5f5dc;
   background-image: -moz-linear-gradient(center top , #f5f5dc, #f5f5dc);
    border: 0px solid transparent;
    min-width: 120px;
    white-space: nowrap;	
}


.dugmeLink{
    background-color: #edf0f3;
    background-image: -moz-linear-gradient(center top , #edf0f3, #edf0f3);
    border: 1px solid #353a12;
    color:#000000;
    border-radius: 2px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: bold;
    font-size: 12px;
    height: 40px;
    width: 140px;
    white-space: nowrap;
    TEXT-DECORATION: none;
}
.dugmeLink:hover{
    background-color: #e2ecf5;
    background-image: -moz-linear-gradient(center top , #e2ecf5, #e2ecf5);
    border: 1px solid #353a12;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    TEXT-DECORATION: none;
}


.dugmeLink2{
    background-color: #f5f5dc;
    background-image: -moz-linear-gradient(center top , #f5f5dc, #f5f5dc);
    border: 1px solid #353a12;
    color:#000000;
    border-radius: 2px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: bold;
    font-size: 12px;
    height: 30px;
     width: 140px;
    white-space: nowrap;
    TEXT-DECORATION: none;
}
.dugmeLink2:hover{
    background-color: #eef0cc;
    background-image: -moz-linear-gradient(center top , #f5f5dc, #f5f5dc);
    border: 1px solid #353a12;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    TEXT-DECORATION: none;
}



.dugme_komanda{
    background-color: #f5f5dc;
    background-image: -moz-linear-gradient(center top , #dd4B39, #d14836);
    border: 1px solid black;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: bold;
    font-size: 14px;
    height: 30px;
    min-width: 120px;
    white-space: nowrap;
    TEXT-DECORATION: none;
}
.dugme_komanda:hover{
    background-color: #eef0cc;
    background-image: -moz-linear-gradient(center top , #eef0cc, #eef0cc);
    border: 1px solid #b0281A;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    TEXT-DECORATION: none;
}

 

.opcije_linija{	
background-color: #f5f5dc;padding:12px;FONT-FAMILY: Arial, sans-serif; font-size: 12px;FONT-WEIGHT: bold; color:black;
cursor: pointer;
}

.opcije_linija:hover{	
background-color: #ced5df;
cursor: pointer;
}

.dugme{
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f5f5f5, #f5f5f5);
    border: 1px solid black;
    color:black;
    border-radius: 5px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: bold;
    font-size: 14px;
    height: 30px;
    min-width: 120px;
    white-space: nowrap;
    TEXT-DECORATION: none;
}
.dugme:hover{
    background-color: #e1e1e1;
    background-image: -moz-linear-gradient(center top , #e1e1e1, #e1e1e1);
    border: 1px solid #2F2F2F;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    TEXT-DECORATION: none;
}

.padmeni{
    background-color: #FEFEFE;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #FEFEFE);
    border: 1px solid #878787;
    color:black;
    border-radius: 1px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 14px;
    height: 25px;
    min-width: 80px;
    white-space: nowrap;
    text-align: center;
    }
    
 
    
  .padmeni option {
  	 text-align: left;
    padding-left: 4px;
    line-height: 3;
 
  }    
  
  option:checked {
  FONT-WEIGHT: bold !important;	
   }
    
 .inputtext{
    background-color: #FEFEFE;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #FEFEFE);
    border: 1px solid #878787;
    color:black;
    border-radius: 1px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    height: 25px;
    min-width: 50px;
    white-space: nowrap;
    text-align: center;
    }
  
   .inputtext2{
    background-color: #FFFFCC;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #FEFEFE);
    border: 1px solid #878787;
    color:black;
    border-radius: 1px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    height: 25px;
    min-width: 50px;
    white-space: nowrap;
    text-align: left;
    padding-left: 6px;
    }

    .inputtext3{
    background-color: #FEFEFE;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #FEFEFE);
    color:black;
    border-radius: 1px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    height: 25px;
    min-width: 50px;
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px solid #878787;
    border-right: 1px solid #878787;
    border-left: 1px solid #878787;
    }   
    
      .meni_clik{
    background-color: #6CA1A7;
    background-image: -moz-linear-gradient(center top , #6CA1A7, #6CA1A7);
    border: 0px solid #878787;
    color:#f5f5dc;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: bold;
    font-size: 28px;
    border-radius: 0px;
    height: 30px;
     cursor: pointer;
    }
      
   .okvirtext{
    background-color: #FEFEFE;
    background-image: -moz-linear-gradient(center top , #FEFEFE, #FEFEFE);
    border: 1px solid #878787;
    color:black;
    border-radius: 1px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 14px;
    height: 25px;
    min-width: 50px;
    white-space: nowrap;
    }
    
    
   .okvirtext_1 {
    background-color: #c1d7f7;
    background-image: -moz-linear-gradient(center top , #c1d7f7, #c1d7f7);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }


.okvirtext_1::before {
  content: "ÌÅÄ";
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}

    .okvirtext_14 {
    background-color: black;
    background-image: -moz-linear-gradient(center top , #99C2FF, #99C2FF);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 14px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
     cursor: pointer;
    }
    
   .okvirtext_18 {
    background-color: #4682b4;
    background-image: -moz-linear-gradient(center top , #4682b4, #4682b4);
    border: 1px solid #878787;
    color:white;
    border-radius: 0px;
 FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
   height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }
    
   .okvirtext_18::before {
  content: "IASM";
  display: block;
  color:white;
  font-weight: bold;
  margin-bottom: 10px;
}

 
 .okvirtext_19 {
    background-color: #00bb14;
    background-image: -moz-linear-gradient(center top , #00bb14, #00bb14);
    border: 1px solid #878787;
    color:white;
    border-radius: 0px;
  FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }
    
.okvirtext_19::before {
  content: "PHIAS";
  display: block;
  color:white;
  font-weight: bold;
  margin-bottom: 10px;
}
    
    .okvirtext_20{
    background-color: #4682b4;
    background-image: -moz-linear-gradient(center top , #4682b4, #4682b4);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 32px;
    white-space: nowrap;
 height: 14px;
    width: 34px;
     cursor: pointer;
    }
    
    .okvirtext_21{
    background-color: #46b5b1;
    background-image: -moz-linear-gradient(center top , #46b5b1, #46b5b1);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 14px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
     cursor: pointer;
    }
          
    .okvirtext_2{
    background-color: #C2FF99;
    background-image: -moz-linear-gradient(center top , #C2FF99, #C2FF99);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }


.okvirtext_2::before {
  content: "ÔÀÐ";
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}
   .okvirtext_3{
    background-color: #FFD699;
    background-image: -moz-linear-gradient(center top , #FFD699, #FFD699);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }


.okvirtext_3::before {
  content: "ÑÒÎ";
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}
    
    .okvirtext_n{
    background-color: #d0d0d0;
    background-image: -moz-linear-gradient(center top , #d0d0d0, #d0d0d0);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 14px;
    white-space: nowrap;
 height: 24px;
    width: 24px;
     cursor: pointer;
    }

    
    
    .okvirtext_4 {
    background-color: #ffef55;
    background-image: -moz-linear-gradient(center top , #ffef55, #ffef55);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }


.okvirtext_4::before {
  content: "ÎÑÑ";
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}
 
    .okvirtext_5{
    background-color: #ffffae;
    background-image: -moz-linear-gradient(center top , #ffffae, #ffffae);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }


.okvirtext_5::before {
  content: "ÑÅÑ";
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}
    
    
    .okvirtext_6 {
    background-color: #cfd000;
    background-image: -moz-linear-gradient(center top , #cfd000, #cfd000);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }


.okvirtext_6::before {
  content: "ÔÈÇ";
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}

    
    .okvirtext_7{
    background-color: #D699FF;
    background-image: -moz-linear-gradient(center top , #D699FF, #D699FF);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 14px;
    white-space: nowrap;
height: 14px;
    width: 34px;
     cursor: pointer;
    }
   .okvirtext_8{
    background-color: #F1FAE7;
    background-image: -moz-linear-gradient(center top , #F1FAE7, #F1FAE7);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 14px;
    white-space: nowrap;
height: 14px;
    width: 34px;
     cursor: pointer;
    }
    .okvirtext_9{
    background-color: #92F5FA;
    background-image: -moz-linear-gradient(center top , #F1FAE7, #F1FAE7);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 14px;
    white-space: nowrap;
height: 14px;
    width: 34px;
     cursor: pointer;
    }
    .okvirtext_10{
    background-color: #F5E4D6;
    background-image: -moz-linear-gradient(center top , #F9F0E8, #F9F0E8);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
    height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }


.okvirtext_10::before {
  content: "ÑÏÅ";
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}

     .okvirtext_11{
    background-color: #FFA399;
    background-image: -moz-linear-gradient(center top , #FFA399, #FFA399);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
 height: 14px;
    width: 34px;
     cursor: pointer;
    }

      .okvirtext_12{
    background-color: #FFA399;
    background-image: -moz-linear-gradient(center top , #FFA399, #FFA399);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
height: 14px;
    width: 34px;
     cursor: pointer;
    }

       .okvirtext_13{
    background-color: #FFA399;
    background-image: -moz-linear-gradient(center top , #FFA399, #FFA399);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
  height: 14px;
    width: 34px;
    padding:4px;
     cursor: pointer;
    }
    
    
.okvirtext_13::before {
  content: "ÎÑÒ";
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
}
    
    .okvirtext_15{
    	background-color: #FF7566;
    background-image: -moz-linear-gradient(center top , #FF7566, #FF7566);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
height: 14px;
    width: 34px;
     cursor: pointer;
    }
    
    .okvirtext_16{
    background-color: #FF4D94;
    background-image: -moz-linear-gradient(center top , #FF4D94, #FF4D94);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
height: 14px;
    width: 34px;
     cursor: pointer;
    }    
 
     .okvirtext_17{
    background-color: #DBCCEB;
    background-image: -moz-linear-gradient(center top , #DBCCEB, #DBCCEB);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif;
    FONT-WEIGHT: normal;
    font-size: 12px;
    white-space: nowrap;
 height: 14px;
    width: 34px;
     cursor: pointer;
    }  
          
       
    .okvirtext_nedelje{
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f5f5f5, #f5f5f5);
    border: 1px solid #878787;
    color:black;
    border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: bold;
    font-size: 12px;
    white-space: nowrap;
    height: 20px;
    width: 20px;
  
    }
 
          
   
   .okvirtextAlert{
    background-color: #FFFFCC;
    background-image: -moz-linear-gradient(center top , #FFFFCC, #FFFFCC);
    border: 1px solid #f00;
    color:#DE2919;
    border-radius: 1px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: bold;
    font-size: 14px;
    height: 25px;
    min-width: 50px;
    white-space: nowrap;
    }  
   
.mininputtext{
    background-color: #f5f5dc;
    background-image: -moz-linear-gradient(center top , #f5f5dc, #f5f5dc);
    border: 1px solid #878787;
    color:black;
    border-radius: 1px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    height: 25px;
    min-width: 40px;
    white-space: nowrap;
    text-align: center;
    }
.content {	padding: 0px 0 ;
	width: 75%;
	float: left;
}
.linija_datum{
margin-left:6px;
border: 1px #F00 solid ;background:#FFFFFF;

FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none; cursor: pointer;

}
.linija_datum:hover{

border: 1px #F00 solid ;background:#edf0f3;
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none; cursor: pointer;

}


 
 
A.linija_datum:link{
border: 0px #F00 solid ;
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none;
}

A.linija_datum:hover{
border: 0px #F00 solid ;
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none;
}

A.linija_datum:visited{
border: 0px #F00 solid ;
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none;
}


.linija_datum_ispitnirok{
 
margin-left:4px;
padding-top:30px;
padding-bottom:10px;

FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #48505b; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none; cursor: pointer;
}

.linija_dan{
float: left;
 
	  margin-bottom: 10px; 
	background: #48505b; 
	padding: 8px;
	font-size: 14px; color: white; 
	text-shadow: 0px 2px 3px #171717;
	fONT-FAMILY: Arial, sans-serif; 
	FONT-WEIGHT: bold;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 30px;cursor: pointer;
	
}

.datum_fleka{
z-index: 0;
width: 120px;
 height:38px;
background: #3d73a2; 
 
	-webkit-border-radius: 0px 8px 0px 0px;
	-moz-border-radius: 0px 8px 0px 0px;
	margin-top: 30px;cursor: pointer;
	text-shadow: 0px 2px 3px #171717;
color: white; 	
 padding-top: 4px;
 padding-left: 0px;
 padding-bottom: 4px;
 
fONT-FAMILY: Arial, sans-serif; 
font-size: 14px;
FONT-WEIGHT: bold;
cursor: pointer;
 
  
		
}

.datum{
fONT-FAMILY: Arial, sans-serif; 
font-size: 18px;
FONT-WEIGHT: bold;
z-index: 1;
float: right;
margin-bottom: 0px; 
padding: 0px;
 
 
}

.dana{
float: left;
z-index: 2;
padding-top: 0px;  
padding-left: 6px;  
padding-right: 30px;
}

.godina {
float: right;
 
 z-index: 3;
padding-top:9px;  
padding-right:0px;  
padding-bottom: 10px; 
padding-left: -10px; 
color: white; 	
 
font-size: 16px; 
 
 
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


 
}

.linija_text{

border: 1px #F00 solid ; width:320px;height:22px;margin-right: 0px; padding-left:3px;padding-top:4px;background:#ececec;
FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: black; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none;

}

A.linija_text:link{
border: 0px #F00 solid ;
FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #3399ff; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none;
}

A.linija_text:hover{
border: 0px #F00 solid ;
FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #3399ff; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none;
}

A.linija_text:visited{
border: 0px #F00 solid ;
FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #3399ff; FONT-FAMILY: Arial, sans-serif; 
TEXT-DECORATION: none;
}

.sala_datum{

border: 1px #F00 solid ;width:300px;height:25px;padding-left:3px;padding-top:4px;background:#3399FF;
}


#pr {
width:450px;
}
#pr option {
width:450px;
}

.combo {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #000000; 

FONT-FAMILY:  Arial, Helvetica, sans-serif; border: dotted 1px;
font-style: normal;background:#FFFFFF;
	}

.prazni_termin_text {
FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: black; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}

.prekrsteni_termin_text:link{
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: red; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}
	
.filter_text {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: black; 
FONT-FAMILY:  Arial, Helvetica, sans-serif;
font-style: normal;
cursor: pointer;
	}
	
.filteri_naziv {
   background-color: #e4e4e4;
        border-radius: 0px;
    FONT-FAMILY: Arial, sans-serif; 
    FONT-WEIGHT: bold;
    font-size: 12px;
    height: 40px;
    min-width: 80px;
    white-space: nowrap;
    cursor: pointer;
        border-bottom: 1px solid #5F5F5F;
        border-top: 1px solid #5F5F5F;

}


A.od_do_sati:hover{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #006600; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background: transparent;font-style: normal;
	TEXT-DECORATION: underline;
}

A.od_do_sati:link{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #006600; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background: transparent;font-style: normal;
	TEXT-DECORATION: none;
}

.prazni_termin_text {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #006600; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}
	
.prazni_termin_text:link {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #006600; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}	
	
	.prazni_termin_text:hover {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #006600; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}	
	
	
	.prazni_termin_text:visited {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #006600; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}	
	
.prazni_termin_cas {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #006600; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}
	
.prazni_termin_cas:link {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #006600; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
TEXT-DECORATION: none;
	}	
	
.prazni_termin_cas:hover {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #006600; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
TEXT-DECORATION: normal;
	}	
	
.prazni_termin_cas:visited {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #006600; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
TEXT-DECORATION: underline;
	}	

	
	
	
	.prekrsteni_termin_cas:visited {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}
		
	
	.prekrsteni_termin_cas:hover {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}
	
	
	.prekrsteni_termin_cas:link {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}
	
	
	.prekrsteni_termin_cas {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: red; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
font-style: normal;
	}
		

A.od_do_sati:hover{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #006600; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background: transparent;font-style: normal;
	TEXT-DECORATION: underline;
}

A.od_do_sati:link{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #006600; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background: transparent;font-style: normal;
	TEXT-DECORATION: none;
}

.od_do_sati {
FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: Black; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
background: transparent;
font-style: normal;
	}

A.od_do_sati:hover{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: Black; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background: transparent;font-style: normal;
	TEXT-DECORATION: underline;
}

A.od_do_sati:link{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: Black; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background: transparent;font-style: normal;
	TEXT-DECORATION: none;
}


.termin_predmet {
FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: Black; 
FONT-FAMILY:  Arial, Helvetica, sans-serif; 
background: transparent;
font-style: normal;
	}

A.termin:hover{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: Black; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background: transparent;font-style: normal;
	TEXT-DECORATION: underline;
}

A.termin:link{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: Black; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	background: transparent;font-style: normal;
	TEXT-DECORATION: none;
}


.MeniNaslov12 {
FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: Black; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;
	word-spacing: 5px;
	}
	
A.MeniNaslov12:hover{
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0a5e9c; FONT-FAMILY: Arial, Verdana, sans-serif; 
	background: transparent;
		TEXT-DECORATION: underline;
}

.NaslovE8{
FONT-WEIGHT: bold; FONT-SIZE: 6px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; 	background: transparent;
}

.NaslovE16 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; 	background: transparent;

}
A.NaslovE16:hover{
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; 	background: transparent;

}
A.NaslovE16:link{
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; 	background: transparent;

}
A.NaslovE16:visited{
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; 	background: transparent;

}
.NaslovE14 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; 	background: transparent;

}
A.NaslovE14:hover{
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: underline; 	background: transparent;

}
A.NaslovE14:link{
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; 	background: transparent;

}
A.NaslovE14:visited{
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #DE2919; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; 	background: transparent;

}

.MaliTekst {
FONT-WEIGHT: normal; FONT-SIZE: 4px; COLOR: Black; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;
	text-decoration: none;
	}
	
.MeniNaslov20 {
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #282828; 
FONT-FAMILY: Verdana, Arial,sans-serif; 
background: transparent;
	font-style: bold;
	word-spacing: 1px;
	letter-spacing: 2px;
	}

.MeniNaslov14 {
FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: Black; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;
	
	text-decoration: none;
	}
.XMeniNaslov{
FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #999999; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;	

	text-decoration: none;
	}	
	
.XMeniNaslov:link{
FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #999999; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;	
	
	text-decoration: none;
	}	
		
	
.XMeniNaslov:hover{
FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #cc0033; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;	

	text-decoration: none;
	}	
		
.XMeniNaslov:visited{
FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #999999; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;	
	
	text-decoration: none;
	}	
			
.MeniNaslov18 {
FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: Black; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;
	
	text-decoration: none;
	FONT-WEIGHT: bold;
	}

	.MeniNaslov18:hover {
FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: Black; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;
	
	text-decoration: none;
	FONT-WEIGHT: bold;
	}
	
.MeniNaslov16 {
FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: Black; 
FONT-FAMILY: Arial, Verdana, sans-serif; 
background: transparent;
	font-style: normal;
	
	}
	
A.MeniNaslov16:hover{
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: Black; FONT-FAMILY: Arial, Verdana, sans-serif; 
	background: transparent;
		TEXT-DECORATION: none;
}
	

a:link{
	TEXT-DECORATION: none;
	color: #000000;
}

a:hover {
	TEXT-DECORATION: none;
	color: Black;
}

a:active {
	color: Black;
	TEXT-DECORATION: none;
}

a:visited {
	color: Black;
	TEXT-DECORATION: none;
}
	
#ui-datepicker-div {
font-size: 100%; /* VELICINA ZA DATUM*/
}

.ui-datepicker-trigger {
vertical-align: middle;
}

#ui-timepicker-div {
font-size: 80%; /* VELICINA ZA VREME */
font-family:Arial, Helvetica, sans-serif;
}

.oper_izmeni_radio_button{
font-size: 100%; /* Without this the datepicker looks huge! */	
background-color: #66cc67;

}

.oper_obrisi_radio_button{
font-size: 100%; /* Without this the datepicker looks huge! */	
background-color: #66cbcc;

}


#loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99}

#loading-image {position: absolute;top: 40%;left: 45%;z-index: 100} 



.background_color_Off{ background-color: #edf0f3;} 

.borderOn{ background-color: #edf0f3; border-bottom-color: #6CA1A7;  border-bottom-style: solid;  border-bottom-width: 1px;  border-top-color: #FFFFFF;  border-top-style: solid;  border-top-width: 1px;       } 
.borderOff{ border-bottom-color: #6CA1A7;  border-bottom-style: solid;  border-bottom-width: 1px;  border-top-color: #FFFFFF;  border-top-style: solid;  border-top-width: 1px;       } 




.OKVIRRoundm{
border-left:1px solid #1C3665;border-right:1px solid #1C3665;
border-bottom:1px solid #1C3665;border-top:1px solid #1C3665;
font-weight:normal;font-size:12px;color:#071F30;
 text-decoration:none;
font-family:Arial, sans-serif
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 40px;
width: 30px;
display: inline;
position:relative;
z-index:0;
padding: 2px;
align:center;
box-shadow: 2px 2px 1px #888888;
}


.Najnovije{
border-left:1px solid #1C3665;border-right:1px solid #1C3665;
border-bottom:1px solid #1C3665;border-top:1px solid #1C3665;
font-weight:normal;font-size:12px;color:#071F30;
 text-decoration:none;
font-family:Arial, sans-serif;
background: #FFEDCA;
padding:5px;

}
.Novo{
border-left:1px solid #1C3665;border-right:1px solid #1C3665;
border-bottom:1px solid #1C3665;border-top:1px solid #1C3665;
font-weight:normal;font-size:12px;color:#071F30;
 text-decoration:none;
font-family:Arial, sans-serif;
background: #e6e6fa;
padding:5px;

}

.OKVIRRoundm48green{
border-left:1px solid #1C3665;border-right:1px solid #1C3665;
border-bottom:1px solid #1C3665;border-top:1px solid #1C3665;
font-weight:normal;font-size:12px;color:#071F30;
 text-decoration:none;
font-family:Arial, sans-serif
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 40px;
width: 30px;
display: inline;
position:relative;
z-index:0;
padding: 2px;
align:center;
box-shadow: 2px 2px 1px #888888;
background: #cdffac;
}

.OKVIRRoundm48{
border-left:1px solid #1C3665;border-right:1px solid #1C3665;
border-bottom:1px solid #1C3665;border-top:1px solid #1C3665;
font-weight:normal;font-size:12px;color:#071F30;
 text-decoration:none;
font-family:Arial, sans-serif
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 40px;
width: 30px;
display: inline;
position:relative;
z-index:0;
padding: 2px;
align:center;
box-shadow: 2px 2px 1px #888888;
background: #ffdead;
}


.OKVIRRoundmtext{
 
 font-weight:bold;
 text-decoration:none;
}

.OKVIRRoundmtext:hover{
 

 text-decoration:none;
}

.OKVIRRoundm:hover,.OKVIRRoundm48:hover, .OKVIRRoundm48green:hover{
  top:1px;
  left:1px;
 background: #b0e0e6;
 text-decoration:none;
 box-shadow: 1px 1px 1px #888888;
}
 


.OKVIRRound{
border-left:1px solid #1C3665;border-right:1px solid #1C3665;
border-bottom:1px solid #1C3665;border-top:1px solid #1C3665;
font-weight:normal;font-size:12px;color:#071F30;
font-family:Arial, sans-serif
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}

.MeniNaslov14Sh{
font-weight:normal;
font-size:14px;
color:#000;
font-family:Arial, Verdana, sans-serif;
background:transparent;
font-style:normal;
word-spacing:5px;
 text-shadow: 0.5px 0.5px 0.5px #888888; 
}

.dugme_home{
	background-image: url("../images/meni.png");
}

.MeniNaslov14Sh1{
display: table;
font-weight:normal;
font-size:14px;
color:#000;
padding-left: 6px;
 padding-bottom: 0px;
font-family:Arial, Verdana, sans-serif;
background:transparent;
font-style:normal;
word-spacing:3px;
  alignment-baseline: middle;
}

.MeniNaslov14Sh1:hover{
 

 text-decoration:none;
}

.OKVIRlevo-desno-dole{border-right:1px solid #1C3665;border-left:1px solid #1C3665;border-bottom:1px solid #1C3665}
.OKVIRdesno-dole{border-right:1px solid #1C3665;border-top:0px solid #1C3665;border-bottom:1px solid #1C3665}
.OKVIRdesno-dole-gore{border-right:1px solid #1C3665;border-top:1px solid #1C3665;border-bottom:1px solid #1C3665}

.OKVIR{
border:1px solid #1C3665 ;
}

 .bannner{
 width: 99%;
 margin:0px auto;
 
 height: 125px;
 
cursor: pointer;



 	object-fit: scale-down;
 	background-size: cover;


}

@media all and (max-device-width: 360px)
and (orientation: portrait)   {

 .bannner{
 width: 99%;
}

.tabela_termini{
width: 99%;

}
.MeniNaslov16,.MeniNaslov16:hover {
FONT-SIZE: 11px;
}
.MeniNaslov14,.MeniNaslov14:hover {
FONT-SIZE: 11px;
}	
.MeniNaslov18,.MeniNaslov18:hover {
FONT-SIZE: 11px;
}
 
.MeniNaslov14Sh,.MeniNaslov14Sh:hover{
FONT-SIZE: 11px;
}
}

/* Landscape */
@media all 
  and (device-width: 640px)
  and (orientation: landscape)
    {
  .bannner{
 width: 99%;
}
.tabela_termini{
width: 99%;
}
.MeniNaslov16,.MeniNaslov16:hover {
FONT-SIZE: 12px;
}
.MeniNaslov14,.MeniNaslov14:hover {
FONT-SIZE: 10px;
}	
.MeniNaslov18,.MeniNaslov18:hover {
FONT-SIZE: 13px;
}
 
.MeniNaslov14Sh,.MeniNaslov14Sh:hover{
FONT-SIZE: 12px;
}

}


@media all and (device-width: 480px) and (orientation: landscape) {
 .bannner{
 width: 99%;
}
.tabela_termini{
width: 99%;
}
.MeniNaslov16 {
FONT-SIZE: 12px;
}
.MeniNaslov14 {
FONT-SIZE: 10px;
}
.MeniNaslov18 {
FONT-SIZE: 13px;
}
}


@media all and (device-width: 768px) and (orientation: landscape) {

.tabela_termini{
width: 99%;	
}
.MeniNaslov16 {
FONT-SIZE: 12px;
}
.MeniNaslov14 {
FONT-SIZE: 10px;
}	
.MeniNaslov18 {
FONT-SIZE: 13px;
}
}


@media all and (device-width: 800px) and (orientation: landscape) {
  .bannner{
 width: 99%;
}
.tabela_termini{
width: 99%;	
}
.MeniNaslov16 {
FONT-SIZE: 12px;
}
.MeniNaslov14 {
FONT-SIZE: 10px;
}	
.MeniNaslov18 {
FONT-SIZE: 13px;
}
}


@media all and (device-width : 1024px)   {
  .bannner{
 width: 99%;
}
.tabela_termini{
width: 99%;
}
}

@media all and (device-width : 1280px)   {
  .bannner{
 width: 99%;
}
.tabela_termini{
width: 99%;
}
}

@media all and (device-width : 1360px)   {
  .bannner{
 width: 99%;
}
.tabela_termini{
width: 99%;
}
}

@media all and (min-width: 1400px){

.tabela_termini{
width: 99%;

}



}
