form {
    height: 100%;
}

footer {
  height: 1.5em;
  color: white;
  background-color: #777;
  width: 100%;
  margin-top: 20px;
}

footer p {
    margin: 0 0 0 2%;
}

.no-height {
    height: 0px;
}

.full-heigh {
    height: 100%;
}

.almost-full-heigh {
    height: 98%;
}

.forty-percentage-height {
    height: 43%;
}

.sixty-percentage-height {
    height: 55%;
}

.sixty-percentage-height-travelHistiry {
  height: 56%;
}

.bottom-box {
    margin-top: 17px;
    position: relative;
}

.min-height {
    min-height: 506px;
}

.min-width {
    min-width: 1070px;
}

.pagination {
    margin: 0px !important;
}

.navMenu{
    box-shadow: 0px 0px 39px -8px grey;
    min-width: 1070px;
}

.map{
    width: 100%; 
    height: 98%; 
    min-width: 300px;        
}

.map-incidents {
    width: 100%; 
    height: 98%; 
    min-width: 300px;
}

.chosen-container .chosen-results li.active-result{
    text-align:left !important;
}
/*incidents dropdown button*/
.dropdown-menu {
    z-index: 10005 !Important;     
}

.custom-menu {
    width: 100%;
}

.btn:hover, .btn:focus {
  color: #fff !important;
  text-decoration: none;
}
.strelicaIncidents{
    border-top: 4px solid #fff !important;
}
.incidentsMenu{
    left:16% !important;
}
/*legend incidents dropdown button*/
.table-div {
    margin: 3% 2% 2% 2%;
    overflow:auto;
    width: 96%;
}

.table-div-new {
    margin: 1% 2% 2% 2%;
    overflow:auto;
    width: 96%;
    overflow:hidden;
}

.table-div-alarm {
    margin: 3% 2% 2% 2%;
    overflow:auto;
    width: 97%;
    height: 170px;
    background-color: white;
    border: 1px solid #eee;
}

.table-div-fuelcard {
    margin: 3% 2% 2% 2%;
    overflow: auto;
    width: 97%;
    height: 85px;
    background-color: white;
    border: 1px solid #eee;
}

.table-div-upload {
    margin: 3% 2% 2% 2%;
    overflow: auto;
    width: 97%;
    height: 150px;
    background-color: white;
    border: 1px solid #eee;
}

.table-div-schedule-reporting {
    margin: 3% 2% 2% 2%;
    overflow:auto;
    width: 97%;
    height: 274px;
    background-color: white;
    border: 1px solid #eee;
}

.table-div-destination {
    margin: 3% 2% 2% 2%;
    overflow:auto;
    width: 97%;
    height: 201px;
    background-color: white;
    border: 1px solid #eee;
}

#navbarCollapse{
      background-color: #F6F6F6;
      font-size: 12px;
}

li {
    text-align: center;
}

.lastmenuitem{
    border-right: 2px solid #eee;
}

.icon{
    margin-left: 1%;
}

.dataTables_scroll .dataTables_scrollBody table {
    margin-top: -1px !important;
}

.dataTables_scroll .dataTables_scrollBody table th{
   background: none !important;
}

.menu{
  border-left: 2px solid #eee;
  color: #FCFCFC !important;
  text-decoration: none;
  color: #777 !important;
}

#navbarCollapse>ul:first-child>li>a:focus, #navbarCollapse>ul:first-child>li>a:hover {
  /*text-decoration: none ;
  background-color: #C2272B !important;
  color:white !important;*/
  transform: scale(1.03);
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a.active{
    color: #fff !important;
    text-decoration: none !important;
    background-color: #C2272B !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:#F6F6F6;
}

.caretCustom{
     border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

#notificationModal ul{
    list-style-type: none;
    padding-left:0;
    margin-bottom:0;
}
#notificationModal li{
    text-align:left;
}
#notificationModal .modal-footer{
    margin-top:0;
}

#timeLimitModal {
    /*position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -150px;*/
    /*margin-top: -150px;*/
}

#copyRouteModal .modal-footer{
    text-align:left;
}

.bootstrap-switch {
  margin: 10px;
}


.dropdown >.btn-default{
    margin: 10px;
     width: 80%;
      height: 26px;
      text-align: center;
      padding: 0px;
    background-color: white !important;
      color: #115BA5;
}

#odaberiPeriod{
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin: 10%;
    border-radius: 10px;
}

#odaberiPeriod h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

#odaberiPeriod h1 span{
    float: left;
    background-color: #FAFAFA !important;
}
#istorijaKretanja{
    font-size:14px;
   /* width:90%;*/
    margin: 10px;
    background-color: #C2272B !important;
    border-color: #C2272B !important;
    
}


#dodatneOpcije{
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin: 10%;
    border-radius: 10px;
}

#dodatneOpcije h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

#dodatneOpcije h1 span{
    float: left;
    background-color: #FAFAFA !important;
}


#DOlabel{
  margin-left: 10%;
  float: left;
  font-size: 12px;
  color: #9C9C9C;
  font-weight: normal !important;
}
#voziloBtn{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#vozacBtn{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#rightBoxInTable{
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    margin: 2%;
    border-radius: 10px;

}
#rightBoxInTable h1{
    text-align: center;
    margin-top: -10px;
    height: 0px;
    line-height: 20px;
    font-size: 15px;
}

#rightBoxInTable h1 span{
    background-color: #C2272B;
}
#mapLabel{
      border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
  width: 100.1%;
  margin-top: 9px;
    display: inline-table;
}

.kretanjeTab{
  background-color: #777;
  border: 0px solid #2e6da4 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
}

/*#tabelaKretanja ul li:active{
  background-color: black !important ;

}*/
#tabelaKretanja,.nav>li.active>a {
  text-decoration: none;
  background-color: #C2272B !important;
  color: white !important;
}

#tabelaKretanja ul{
    border-bottom: none;
}
/*thead, tbody { display:default; }

tbody {
    height: 150px;       /* Just for the demo          */
    /*overflow-y:auto;    /* Trigger vertical scroll    */
    /*overflow-x: hidden;  /* Hide the horizontal scroll */
/*}*/
#table-wrapper {
  position:relative;
}
#table-scroll {
  height:150px;
  overflow:auto;
}
.headtabela{
  margin-bottom: 0px !important;
}

#table-scroll table td {
    width: 30px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#table-scroll  tr:nth-child(odd) td{
  background-color:#DFF0D8;
}
#table-scroll  tr:nth-child(even) td{
  background-color:white;
}


.loginPage{
    overflow: hidden;
  background: url(./Images/fleet_portal_login.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#loginFooter {
    height: 1.5em;
    color: white;
    background-color: #C1272C;
    width: 100%;
    bottom: 0;
    position: absolute;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400);

.container {
    padding: 25px;
    position: fixed;
}

.form-login {
background-color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  border-color: #d2d2d2;
  border-width: 5px;
  box-shadow: 0 1px 0 #cfcfcf;
  /*margin-top: 100%;*/
  width: 300px;
  position: absolute;
  top: 45%;
  left: 17%;
}



.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: center;
}
#logoImg{
    height: 50%;
    width: 50%;
    margin-left: 21%;
    margin-bottom: 7%;
      margin-top: 11%;
}
.user {
    background: white url(../img/user.png) left no-repeat;
    padding-left: 17px;
}
#loginButton{
width: 100%;
      background-color: #C1272C !important;
  border-color: #FFFFFF !important;
}

    



#UserName{
    /*background-image:url(/Content/Images/user.png);
    background-repeat:no-repeat;
    background-position:6px;
    padding-left: 34%;*/
}
#Password{
    /*background-image:url(/Content/Images/pass.png);
    background-repeat:no-repeat;
    background-position:6px;
    padding-left: 34%;
    margin-top: 5%;
  margin-bottom: 5%;*/
}

#loginPageText{
      /*margin-left: 66%;*/
      color: white;
      font-size: 40px;
      position: absolute;
      top: 44%;
      left: 43%;
}
#firstLine{
    width:140%;
   font-family: 'Roboto', sans-serif; 
}
#secondLine{
    font-family: 'Roboto', sans-serif; 
    font-weight: 700;
}
/*.dropdown-menu>li>a:hover{
    background-color: #C2272B !important;
    color:white !important;
}*/
.dropdown-menu>li>a{
    color: #777 !important;
}


#export{
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin: 10%;
    border-radius: 10px;
      padding-bottom: 4%;
}

#export h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

#export h1 span{
    float: left;
    background-color: #FAFAFA !important;
}

.imgLogo{
      padding: 15px 30px !important;

}

.caretStrelica{

  float: right;
  width: 18px !important;
  /* padding: 0px; */
  /* font-size: 16px; */
  /* line-height: 1; */
  border: 0;
  height: 25px !important;
  background: url(../img/strelica.jpg) no-repeat right #C2272B;
  -webkit-appearance: none;
  /* background-position-x: 4px; */
   border-top: 0px solid !important; 
}

.caretStrelica2{

  //float: right;
  width: 55% !important;
  /* padding: 0px; */
  /* font-size: 16px; */
  /* line-height: 1; */
  border: 0;
  height: 25px !important;
  background: url(../img/strelica.jpg) no-repeat right #C2272B;
  -webkit-appearance: none;
  /* background-position-x: 4px; */
   border-top: 0px solid !important; 
}
.leftBoxDropdown{
    top: 85% !important;
    left: 8% !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #C1272C !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
      color: white !important;
  background: #C1272C !important;
}

label.custom-select {
    max-width: 80%;
    position: relative;
    display: inline-block;
}

    .custom-select select {
        color: #777;
          width: 100%;
          display: inline-block;
          border: 1px solid #777;
          padding: 4px 3px 3px 5px;
          margin: 0;
          font: inherit;
          outline: none;
          line-height: 1;
          background: #FFFFFF;
          -webkit-appearance: none;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;

    }

    /* for Webkit's CSS-only solution */
    @media screen and (-webkit-min-device-pixel-ratio:0) { 
        .custom-select select {
            padding-right:30px;    
        }
    }
    
    /* Since we removed the default focus styles, we have to add our own */
    .custom-select select:focus {
        -webkit-box-shadow: 0 0 3px 1px #c00;
        -moz-box-shadow: 0 0 3px 1px #c00;
        box-shadow: 0 0 3px 1px #c00;
    }
    
    /* Select arrow styling */
    .custom-select:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 60%;
        line-height: 30px;
        padding: 0 7px;
        background: #C2272B;
        color: white;
        
        pointer-events:none;
        
        -webkit-border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
    }
    
    .no-pointer-events .custom-select:after {
        content: none;
    }

/*Geolocation page styles*/
    #searchInput{
     border-radius:5px;
    }
#ocistiFilterBtn{
    font-size:14px;
   /* width:90%;*/
    margin: 10px;
    background-color: #EEEEEE !important;
    border-color: #CCCCCC !important;
    color:#878787;
    
}

#prikazi{
    text-align: left;
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin: 10%;
    border-radius: 10px;
}

#prikazi h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

#prikazi h1 span{
    float: left;
    background-color: #FAFAFA !important;
}

#radioBoxovi{
    padding-left: 5%;
}

.paginationMenu{
    color: black !important;
}
.paginationMenu:hover{
    color: white !important;
    background-color: #C2272B !important;
}
.paginationMenu:focus{
    color: white !important;
    background-color: #C2272B !important;
}
#geoTabela2{
      margin-left: 2%;
    max-width: 96%;
    
}

.geoTableRow {
width: 100%;
display: inline-table;
}
.zobsTableRow {
width: 100%;
display: inline-table;
}
.zobsTableRowDonja {
width: 100%;
display: inline-table;
}

.geoTableScrollable{
 height:300px; 
}
.zobsTableScrollable{
 height:300px; 
}
.geoTBody{
  overflow-y: scroll;
  height: 200px;
  width: 98%;
  position: absolute;
}
.zobsTBody{
  overflow-y: scroll;
  height: 200px;
  width: 97%;
  position: absolute;
}
.zobsTBodyDonja{
  overflow-y: scroll;
  height: 200px;
  width: 97%;
  position: absolute;
}

#tableRow{
    padding-right: 1%;
    padding-left: 1%;
}
#tableRowZobs{
    padding-right: 2.5%;
    padding-left: 2.5%;
}
#tableRowZobsDonja{
    margin-top:2%;
    padding-right: 2.5%;
    padding-left: 2.5%;
}
.centrirajSliku{
    margin-left:7%;
}
.centrirajSlikuButton{
     margin-right: 4%;
    margin-left: -10%;

}
#geoTableScrollable tr:nth-child(even) {
    background-color: #D9FFD8;
}

#geoTableScrollable tr:nth-child(odd) {
    background-color: #FAFAFA;
}

.zobsTBody tr:nth-child(odd) {
    background-color: #F2DEDF !important;
}

.zobsTBody tr:nth-child(even) {
    background-color: #D9FFD8 !important;
}

.zobsTBodyDonja tr:nth-child(odd) {
    background-color: #EBEBEB!important;
}

.zobsTBodyDonja tr:nth-child(even) {
    background-color: white !important;
}


.obrisiDugme{
  color: #333333 !important;
  background-color: #EDEDED !important;
  border-color: #CCCCCE !important;
}
.izmeniDugme{
  color: #333333 !important;
  background-color: #EDEDED !important;
  border-color: #CCCCCE !important;
}
.obrisiDugme:hover{
    color:white !important;
    background-color: #C2272B !important;
}
.izmeniDugme:hover{
    color:white !important;
    background-color: #C2272B !important;
}

.editIzmeneParametara{
      border-bottom: 1px inset #E6E6E6;
}
.zobsBezbednostSaobracaja{
      border-bottom: 1px inset #E6E6E6;
}
#texIzmeneParametara{
    font-weight: bold;
    font-size: 16px;
      margin-right: 50%;
}

#zobsBezbednostSaobracajaText{
    font-weight: bold;
    font-size: 14px;
     
}
#searchRoute{
    border-radius: 5px;
    width:77%;
    height: 30px;
}
.colorPicker{
    margin-right: 56%;
    height:36px;
    width:36px;
}

#colorPickerText{
      float: left;
  margin-left: 17.5%;
}
#searchRouteText{
  padding-bottom: 3%;
  float: left;
  margin-left: 13.5%;
  padding-top: 3%;
}

.bulkSelectBoxDiv{
    padding-top: 2%;
    margin-bottom: 5%;
}

#selectEdit{
    color:#7E7E7E;
  background-color: #E6E6E6;
  width: 65%;
  border-radius: 5px;
  height: 30px;
}

.kopirajRutuDiv{
      width: 100%;
    margin-bottom: 5%;
      float: left;
  margin-left: -23.5%;
}

#selectCSVBtn{
    font-size:14px;
   /* width:90%;*/
    margin: 10px;
    background-color: #EEEEEE !important;
    border-color: #CCCCCC !important;
    color:#878787;
    
}
#kopirajRutu{
    font-size:14px;
   /* width:90%;*/
    margin: 10px;
    background-color: #EEEEEE !important;
    border-color: #CCCCCC !important;
    color:#878787;
    padding-bottom: 1%;
    
}

#bulkUcitaj{
    width: 50%;
    font-size:14px;
   /* width:90%;*/
  margin: 10px;
  background-color: #C2272B!important;
  border-color: #CCCCCC !important;
  color: white;
    
}
#posaljiSMS{
    font-size:14px;
   /* width:90%;*/
  margin: 10px;
  background-color: #C2272B!important;
  border-color: #CCCCCC !important;
  color: white;
    
}

.saveAndBack{
    /*border-top: 1px solid #E6E6E6;*/
}

/* settings-sms */
.sendSMS{
      margin-top: 5%;
    border-top: 1px solid #E6E6E6;
}


#selectSMS{
    color:#7E7E7E;
  background-color: #E6E6E6;
  width: 65%;
  border-radius: 5px;
  height: 30px;
} 
#selectTipUnosa{
    color:#7E7E7E;
  background-color: #E6E6E6;
  width: 65%;
  border-radius: 5px;
  height: 30px;
} 



.ui-multiselect-checkboxes label {
  float: left !important;
  text-align:left !important;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #7E7E7E !important;
}

.modal{
    overflow:hidden !important;
}

/*.modal-open {
 overflow: auto !important; 
}*/

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom{
    margin-right:0 !important;
}

#smsTextArea{
    width: 77%;
}
/*
 kraj sms-a
*/
/* izvestavanje stranica */

.izvestavanjeNapredno{
      border-bottom: 1px inset #E6E6E6;
}
#textIzvestavanje{
    font-weight: bold;
    font-size: 16px;
      margin-right: 50%;
}
#textIzvestavanje2{
    margin-left: 6%;
    font-weight: bold;
    font-size: 16px;
      margin-right: 50%;
}

#izvestavanjeLeftBoxIn{
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin: 3.35%;
    border-radius: 10px;

}

#izvestavanjeLeftBoxIn h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

#izvestavanjeLeftBoxIn h1 span{
    background-color: #C2272B;
}
.izvestavanjeIkonice{
      margin-left: 1em;
}
.izvestavanjeTemplejti{
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin: 10%;
    border-radius: 10px;
}

.izvestavanjeTemplejti h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

.izvestavanjeTemplejti h1 span{
    margin-left: 4%;
    float: left;
    background-color: #FAFAFA !important;
}


.exportIzvestavanje{
    width: 40%;
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin: 10%;
    border-radius: 10px;
      padding-bottom: 4%;
}

.exportIzvestavanje h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

.exportIzvestavanje h1 span{
    float: left;
    background-color: #FAFAFA !important;
}

#selectIzvestavanje{
    color:#7E7E7E;
  background-color: #E6E6E6;
  width: 65%;
  border-radius: 5px;
  height: 30px;
}

#selectZobs{
    color:#7E7E7E;
  background-color: #E6E6E6;
  width: 65%;
  border-radius: 5px;
  height: 30px;
}
#selectZobs2{
    color:#7E7E7E;
  background-color: #E6E6E6;
  width: 65%;
  border-radius: 5px;
  height: 30px;
    margin-top: 2%;
}

.selectBoxDivIzvestavanje{
    margin-bottom: 5%;
}
.selectBoxDivZobs{
      padding-top: 2%;
    margin-bottom: 5%;
}
.selectBoxDivZobs2{
      padding-top: 2%;
    margin-bottom: 5%;
}
#startDateZobs{
    width:%;
}
#kreirajTemplejtBtn{
    margin-right: 80% !important;
    font-size:14px;
   /* width:90%;*/
    margin: 10px;
    background-color: #C2272B !important;
    border-color: #C2272B !important;
    
}
.kriterijumSelekcije{
    font-weight: 400;
    margin-left: 5px;
}

#selectKriterijumSelekcije{
    color:#7E7E7E;
  background-color: #E6E6E6;
  width: 65%;
  border-radius: 5px;
  height: 30px;
}

.selectBoxDivKriterijum{
    margin-bottom: 5%;
}
#startDate{
    width: 60%;
}
#endDate{
    width:60%;
}
#izvestavanjeRightBoxIn{
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    margin: 2%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
#izvestavanjeRightBoxIn h1{
    text-align: center;
    margin-top: -10px;
    height: 0px;
    line-height: 20px;
    font-size: 15px;
}

#izvestavanjeRightBoxIn h1 span{
    background-color: #C2272B;
}
.osnovniParametri{
      padding: 10px;
    padding-top: 8%;
}
.incidenti{
      padding: 10px;
    padding-top: 8%;
}

.telemetrijskiParametri{
      padding: 10px;
    padding-top: 8%;
}

.osnovniParametriDiv{
    
  font-size: 12px;
  width: 46%;
  border: 1px solid #DDDDDD;
  margin-left: 7%;
  margin-right: 7%;
  margin: 4%;
  border-radius: 10px;
}

.osnovniParametriDiv h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

.osnovniParametriDiv h1 span{
    margin-left: 4%;
    float: left;
    background-color: #FAFAFA !important;
}
.incidentiDiv{
  font-size: 12px;
  width: 46%;
  border: 1px solid #DDDDDD;
  margin-left: 7%;
  margin-right: 7%;
  margin: 4%;
  border-radius: 10px;
}

.incidentiDiv h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

.incidentiDiv h1 span{
    margin-left: 4%;
    float: left;
    background-color: #FAFAFA !important;
}
.telemetrijskiParametriDiv{
  font-size: 12px;
  width: 46%;
  border: 1px solid #DDDDDD;
  margin-left: 53% !important;
  margin-top: -54% !important;
  margin-right: 7%;
  margin: 4%;
  border-radius: 10px;
}

.telemetrijskiParametriDiv h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

.telemetrijskiParametriDiv h1 span{
      margin-top: -61%;
    margin-left: 4%;
    float: left;
    background-color: #FAFAFA !important;
}


.parametarZaSortiranjeDiv{
      border: 1px solid #DDDDDD;
      margin-left: 4% !important;
      margin-right: 7%;
      margin-top: 9% !important;
      margin: 19%;
      border-radius: 10px;
      height: 12%;
      width: 46%;
}

.parametarZaSortiranjeDiv h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

.parametarZaSortiranjeDiv h1 span{
    margin-left: 4%;
    float: left;
    background-color: #FAFAFA !important;
}

.selectParametarZaSortiranje{
    margin-bottom: 5%;
}


#selectParametar1{
    color:#7E7E7E;
  background-color: #E6E6E6;
  width: 65%;
  border-radius: 5px;
  height: 30px;
}
#selectParametar2{
    color:#7E7E7E;
  background-color: #E6E6E6;
  width: 65%;
  border-radius: 5px;
  height: 30px;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
   
}

.izvestavanjeBtns{
      margin-top: -13%;
     border-top: 1px solid #E6E6E6;
}

.exportBtn{
    margin-left: 30%;
    width:20% !important;
    background-color:#C2272B !important;
        color: #FFFFFF;
      border-color: #CCCCCC !important;
}
.exportDropdown{
    margin-left: 30% !important;
}
#sacuvajTemplejtBtn{
    width:20% !important;
    font-size:14px;
   /* width:90%;*/
    margin: 10px;
    background-color: #EEEEEE !important;
    border-color: #CCCCCC !important;
    color:#878787;
    
}
#resetBtn{
    width:20% !important;
    font-size:14px;
   /* width:90%;*/
    margin: 10px;
    background-color: #EEEEEE !important;
    border-color: #CCCCCC !important;
    color:#878787;
    
}

/* bulk stranica*/
.bulkUcitajBtn{
      margin-top: 5%;
    border-top: 1px solid #E6E6E6;
}
#bulkBox{

    
    margin-left: 26%;
    margin:0 auto;
    overflow: hidden;
    text-align: center;
    padding: 5px;
}

#bulkLeftBoxIn{
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin: 6.35%;
    border-radius: 10px;

}

#bulkLeftBoxIn h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

#bulkLeftBoxIn h1 span{
    background-color: #C2272B;
}
#bulkRightBoxIn{
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin:4.35%;
    border-radius: 10px;

}

#bulkRightBoxIn h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

#bulkRightBoxIn h1 span{
    background-color: #C2272B;
}

#zobsLeftBoxin{
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    margin-left: 7%;
    margin-right: 7%;
    margin: 5%;
    border-radius: 10px;

}

#zobsLeftBoxin h1{
    text-align: center;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}

#zobsLeftBoxin h1 span{
    background-color: #C2272B;
}

#zobsRightBoxIn{
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    margin: 2%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
#zobsRightBoxIn h1{
    text-align: center;
    margin-top: -10px;
    height: 0px;
    line-height: 20px;
    font-size: 15px;
}

#zobsRightBoxIn h1 span{
    background-color: #C2272B;
}

#zobsRightBoxInTable{
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    margin: 2%;
    border-radius: 10px;

}
#zobsRightBoxInTable h1{
    text-align: center;
    margin-top: -10px;
    height: 0px;
    line-height: 20px;
    font-size: 15px;
}

#zobsRightBoxInTable h1 span{
    background-color: #C2272B;
}
.vremeUVoznji{
    margin-left: 2.5%;
    width:95%;
    border:1px solid #E3E7EA;
    margin-top: 1%;
    height: 33px;
    border-radius: 5px;
}
.zobsTabelaPrvaKolona{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: white;
    padding-left: 1%;
     border-right:1px solid #E3E7EA;
    width:40%;
     
}
.zobsTabelaDrugaKolona{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    text-align: right;
    padding-right: 1%;
}

.vremeUPauzi{
    margin-left: 2.5%;
    width:95%;
    border:1px solid #E3E7EA;
    margin-top: 1%;
    height: 33px;
    border-radius: 5px;
}
.prvaKolonaZobs, .drugaKolonaZobs, .trecaKolonaZobs, .cetvrtaKolonaZobs, .prvaKolonaUTabeliZobs, .drugaKolonaUTabeliZobs, .trecaKolonaUTabeliZobs, .cetvrtaKolonaUTabeliZobs{
    width: 25%;
}
.prvaKolonaZobsDonja, .drugaKolonaZobsDonja,.prvaKolonaUTabeliZobsDonja, .drugaKolonaUTabeliZobsDonja{
    width:50%;
}


#zobsTHead{
    border: 1px solid #E3E7EA;
}
#zobsTHeadDonja{
    border: 1px solid #E3E7EA;
}
.zobsTBody{
    border: 1px solid #E3E7EA;
}
.zobsTBodyDonja{
    border: 1px solid #E3E7EA;
}

/* override bootstrap*/

.bootstrap-checkbox button.btn > span.cb-icon-check, .bootstrap-checkbox.disabled button.btn:hover > span.cb-icon-check, .bootstrap-checkbox.disabled button.btn:active > span.cb-icon-check{
     background-position: 0 -25px !important;
}

.col-lg-offset-1 {
  margin-left: 8.33333333% !important;
}
.col-md-offset-1 {
  margin-left: 8.33333333% !important;
}

/***Comi CSS***/

.textAlignLeftWithPadding{
    /*text-align:center;    
    margin:0;*/
    padding-left: 20px;
    padding-right: 20px;
}

.textAlignLeftWithPadding .bootstrap-switch {
    margin:0;
}
.ui-multiselect-filter input{
    color:black; /*moralo je ovako da se overide jer nisam znao kako da resim beli text na beloj pozadini u multiselectu*/
}
.full-width-btn{
    /*width: 255px;*/
    width: 100%;
    height: 27px;
    margin-left: 0pc !important;
}
.logInBtn{
  width: 100%;
  background-color: #C1272C;
  color: #fff;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
  background-color: #C2272B !important;
  border-color: #C2272B !important;
}
#btnOK{
    margin:0;
}

#selectionSwitch {
    display: inline-block;
}

#trackVehicle {
    display: inline-block;
    float: right;
    padding: 7px 17px;
}
/*error 500 page*/
.errorPageFooter {
    clear:both;
}

.robot-row {
    height: 100%;
    margin-bottom: -255px;
}

.robotIconErrorPage{
    float:right;
}

.robot-min-height {
    min-height: 506px;
}

.robot-img {
    height: 500px;
}

.errorTextConteinerErrorPage{
     margin-top:5%;
}
.oopsTextErrorPage{
    font-size: 50px;
    font-weight: 600;
}
.errorTextErrorPage{
    font-size: 35px;
    font-weight: 500;
}
.pleaseTextErrorPage{
    font-weight:600;
}
.homeBtnErrorPage{
    background-color:#333;
    width: 13%;
    height: 55px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
}
.homeErrorPage{
    color:white;
    font-size:40px !important;
}
.letterSpacingErrorPage{
    letter-spacing:3px;
}


/**************/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

/*highcharts*/
highcharts-legend-item{
    display:none !important;
}
/*tooltip style*/
.tooltip-inner{
   text-align:left !important;
}
/* media queries start here */
.btn {
   padding: 2px 12px !important;
}

/*report table*/
#tblReport.dataTable.display tbody tr.odd>.sorting_1,
 #tblReport.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #dff0d8;
}

#tblReport.dataTable.display tbody tr.even>.sorting_1,
 #tblReport.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fff;
}


/*_DateRange*/
.radioBtn > ul{
   margin-bottom: 0px;
   padding-left: 0px;
}
.radioBtn > ul > label{
   display:inline;
}

.mapTabpanel {
    position:relative;
}

.exportMapButton {
    position: absolute;
    z-index: 9999;
    font-size: 2.4em !important;
    color: #3c3b3a;
    left: 1%;
    bottom: 6%;
    cursor: pointer;
}

.hidenLeftContainer {
    display: none;
    width: 0px;
}

.fullHeightRightContainer {
    padding-left: 10px;
}

.fa {
    cursor: pointer;
}

.modal-body {
    max-height: 76vh;
    overflow: auto;
}

.profileCheckBox {
    margin-top: 20px;
    text-align: right;
}

.profileCheckBox .showText {
    display: inline-block;
    margin-right: 17em;
    font-size: 11px;
    font-weight: bold;
}

.profileCheckBox label span {
    width: 0;
    position: absolute;
    top: 1px;
    left: -70px;
    font-size: 10px;
    text-transform: uppercase;
}

.profileCheckBox input[type="checkbox"] + label {
    position: relative;
    top: 13px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    transition: all ease-out 200ms;
    text-indent: 90px;
    /*font: normal normal 30px/60px "Helvetica";*/
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.profileCheckBox input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 8px;
    top: 28%;
    left: 50%;
    transform-origin: bottom left;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all ease-out 200ms;
}



.profileCheckBox input[type="checkbox"]:checked + label:after {
    opacity: 1;
    width: 18px;
}


#profileGreen[type="checkbox"] + label {
    left: -13em;
    border: 3px solid #7db82b;
}

#profileGreen[type="checkbox"] + label:after {
    border-bottom: 4px solid #7db82b;
    border-left: 4px solid #7db82b;
}

#profileGreen[type="checkbox"]:checked + label {
    border: 3px solid #7db82b;
}

#profileBlue[type="checkbox"] + label {
    left: -11em;
    border: 3px solid #1298BE;
}

#profileBlue[type="checkbox"] + label:after {
    border-bottom: 4px solid #1298BE;
    border-left: 4px solid #1298BE;
}

#profileBlue[type="checkbox"]:checked + label {
    border: 3px solid #1298BE;
}

#profileYellow[type="checkbox"] + label {
    left: -7em;
    border: 3px solid #F6C721;
}

#profileYellow[type="checkbox"] + label:after {
    border-bottom: 4px solid #F6C721;
    border-left: 4px solid #F6C721;
}

#profileYellow[type="checkbox"]:checked + label {
    border: 3px solid #F6C721;
}

#profileRed[type="checkbox"] + label {
    left: -9em;
    border: 3px solid #C2272B;
}

#profileRed[type="checkbox"] + label:after {
    border-bottom: 4px solid #C2272B;
    border-left: 4px solid #C2272B;
}

#profileRed[type="checkbox"]:checked + label {
    border: 3px solid #C2272B;
}

#profileGreen, #profileBlue, #profileRed, #profileYellow {
    display: none;
}

/*#vehicleDT {
    border-top: transparent;
}

#vehicleDT thead th {
    color: #7E7E7E !important;
    border: 0;
    background: transparent url("../images/sort_asc.png") !important;
}*/

@media screen and (max-width: 1441px) {
    #searchInput{
                width:80%;
            }
          #istorijaKretanjaLabela {
            font-size: 13px;
          }
            .dropdown >.btn-default{
            margin: 3px;
            }
            #istorijaKretanja {
                font-size: 11px;
            }

            #novaRutaBtn {
                font-size: 11px;
            }
            #kreirajTemplejtBtn {
                font-size: 11px;
            }
            #navbarCollapse {
            font-size: 11px;
          }

        .kopirajRutuDiv {
              width: 100%;
              margin-bottom: 5%;
              float: left;
              margin-left: -18.5%;
        }
}
@media screen and (max-width: 1367px){
#navbarCollapse {
  font-size: 9px;
}
#firstLine{
    font-size:33px;
}
#secondLine{
    font-size:37px;
}
}
@media screen and (max-width: 1281px) {
          #navbarCollapse {
            font-size: 11px;
          }
          #istorijaKretanjaLabela {
            font-size: 11px;
          }
          .form-login {
            background-color: #FFFFFF;
            padding-top: 10px;
            padding-bottom: 20px;
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 5px;
            border-color: #d2d2d2;
            border-width: 5px;
            box-shadow: 0 1px 0 #cfcfcf;
            /* margin-top: 100%; */
            width: 300px;
            position: absolute;
            top: 45%;
            left: 5%;
        }
          #loginPageText {
            /* margin-left: 66%; */
            color: white;
            font-size: 40px;
            position: absolute;
            top: 44%;
            left: 36%;
        }
}
@media screen and (max-width: 996px) {
    #firstLine {
        font-size: 25px;
    }
    #secondLine {
        font-size: 26px;
    }
    #loginPageText {
        /* margin-left: 66%; */
        color: white;
        font-size: 40px;
        position: absolute;
        top: 44%;
        left: 44%;
    }
}
@media screen and (max-width: 860px) {
    #firstLine {
        font-size: 22px;
    }
      #secondLine {
        font-size: 23px;
    }
          .form-login {
            background-color: #FFFFFF;
            padding-top: 10px;
            padding-bottom: 20px;
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 5px;
            border-color: #d2d2d2;
            border-width: 5px;
            box-shadow: 0 1px 0 #cfcfcf;
            /* margin-top: 100%; */
            width: 300px;
            position: absolute;
            top: 45%;
            left: 2%;
        }
}
@media screen and (max-width: 740px) {
    #loginPageText{
        display:none;
    }
    .form-login {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border-color: #d2d2d2;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
    /* margin-top: 100%; */
    width: 300px;
    position: absolute;
    top: 30%;
    left: 26%;
}

}
@media screen and (max-height: 680px) {
    #loginPageText {
        /* margin-left: 66%; */
        color: white;
        font-size: 40px;
        position: absolute;
        top: 36%;
        left: 44%;
    }
    .form-login {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border-color: #d2d2d2;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
    /* margin-top: 100%; */
    width: 300px;
    position: absolute;
    top: 30%;
    left: 2%;
}
}
@media screen and (max-height: 600px) {
    #loginPageText {
        /* margin-left: 66%; */
        color: white;
        font-size: 40px;
        position: absolute;
        top: 36%;
        left: 44%;
    }
    .form-login {
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border-color: #d2d2d2;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
    /* margin-top: 100%; */
    width: 300px;
    position: absolute;
    top: 20%;
    left: 2%;
}
}
