﻿body
{
    padding: 0px;
    margin: 0px;
    /*background: url(../images/karta.png) fixed no-repeat top center;*/
    font-family: 'Oxygen' , sans-serif;
}

a img
{
    border: none;
}

a
{
    color: orange;
    font-weight: bold;
    border: none;
    text-decoration: none;
}

.LoginForma input
{
    width:90%!important;
    }

.page
{
    width: 1000px;
    margin: 0 auto;
    min-height: 1000px;
    font-family: 'Oxygen' , sans-serif;
    font-size: 20px;
    text-align: justify;
    position: relative;
}


/* head sekcija*/
.headBackground
{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/trakica.png) repeat-x bottom;
    height: 100px;
    width: 100%;
}

.head
{
    padding-top: 15px;
    height: 190px;
    position: relative;
    box-sizing:content-box;
}


/* end head sekcija*/

h6
{
    font-size: 22px;
    margin-bottom: 0px:;
}
.content
{
    margin-top: 74px;
    width: 750px;
    margin-bottom: 100px;
}

.content.main
{
    padding-bottom: 50px;
    margin-top: 64px;
    width: 100%;
}

.content.main table td
{
    margin-bottom: 44px;
    vertical-align: top;
}



.footer
{
    position: fixed;
    bottom: -5px;
    height: 45px;
    background: url(../images/trakica.png) repeat-x top #fff;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.ekarta
{
    height: 18px;
}

.tisak
{
    width: 160px;
    height: 36px;
    background: url(../images/tisak.png) no-repeat center top;
    display: inline-block;
}

.penta
{
    background: url(../images/penta.png) no-repeat center top;
    width: 160px;
    height: 36px;
    display: inline-block;
}

.infoart
{
    width: 178px;
    height: 36px;
    background: url(../images/infoart.png) no-repeat center top;
    display: inline-block;
    margin-left: 32px;
}

.kiosk
{
    position: absolute;
    top: -2px;
    right: 0px;
    background: url(../images/kiosk.png) no-repeat center center;
    width: 350px;
    height: 253px;
    z-index: 9999;
}

.logoPrijevoznik
{
    position: absolute;
    top: 102px;
    right: 8px;
    width: 273px;
    height: 153px;
    font-size: 13px;
}

.mainMenuLinks
{
    width: 100%;
    height: 44px;
    position: absolute;
    bottom: 65px;
    left: 0px;
}

.menuLinks
{
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: 7px;
    left: 0px;
}
.button-group
{
    font-size: 0;
    padding-left: 0px;
    list-style-type: none;
}
/*
.button-group li:first-child .button
{
    border-radius:  10px 10px 0 0;
}*/
.button-group .a
{
    border-radius: 0 0 0 0;
    font-size: 13px;
    outline: none;
    

}

.button-group li a
{
    border-radius: 20px;
    padding: 4px 12px;

    background-color: #555;
    background-image: url("../images/menuButtonA.png");
    border-top: 0 none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.5), 0 0 0 rgba(255, 255, 255, 0.3) inset;
    color: White;
    font: bold 15px arial,helvetica,sans-serif;
    text-shadow: none;
    margin-right:5px;
}


.button.small
{
    padding: 4px 12px;
}
.button.main
{
    background-image: url("../images/menuButtonA.png");
    font: bold 15px arial,helvetica,sans-serif;
    border-radius: 0 0 10px 10px;
    border-top: 0px none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.5), 0 0px 0 rgba(255, 255, 255, 0.3) inset !important;
    color: White;
    text-shadow: none;
    background-color: #555;
    margin-right:0px;
}
.button
{
    background-clip: padding-box;
    background-color: #DDDDDD;
    background-image: url("../images/menuButtonB.png");
    border: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #555555;
    cursor: pointer;
    display: inline-block;
    font: bold 13px arial,helvetica,sans-serif;
    margin: 0;
    overflow: visible;
    padding: 6px 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: background-color 0.2s ease-out 0s;
    white-space: nowrap;
    float: left;
}


.button:hover
{
    background-color: #EEEEEE;
    color: #555555;
}
.button:active
{
    background: none repeat scroll 0 0 #E9E9E9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    position: relative;
    text-shadow: none;
    top: 1px;
}
.button[disabled], .button[disabled]:hover, .button[disabled]:active
{
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #EAEAEA;
    box-shadow: none !important;
    color: #999999;
    cursor: default;
    position: static;
    text-shadow: none !important;
}

.active_button
{
    /*     background: none repeat scroll 0 0 #E9E9E9;     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;     position: relative;     text-shadow: none;     top: 1px; */
    color: #E68A00 !important;
}


.tabelaForme1 tr td:nth-child(1)
{
    width: 20px;
    font-family: 'Oxygen' , sans-serif;
    font-size: 18px;
}
.tabelaForme1 tr td:nth-child(2)
{
    width: 100px;
}

.tabelaForme1 tr td:nth-child(3)
{
    width: 200px;
}


.tabelaForme1 tr td:nth-child(4)
{
    width: 20px;
    font-family: 'Oxygen' , sans-serif;
    font-size: 18px;
}

.tabelaForme1 tr td:nth-child(5)
{
    width: 300px;
}


.tabelaForme tr td:nth-child(1)
{
    width: 20px;
    font-family: 'Oxygen' , sans-serif;
    font-size: 18px;
}
.tabelaForme tr td:nth-child(2)
{
    width: 300px;
}


.tabelaForme2
{
    margin-top: 5px !important;
    position: relative;
}

.tabelaForme2 tr td:nth-child(1)
{
    width: 20px;
    font-family: 'Oxygen' , sans-serif;
    font-size: 18px;
}
.tabelaForme2 tr td:nth-child(2)
{
    width: 620px;
}

.tabelaForme tr td:nth-child(3)
{
    width: 20px;
    font-family: 'Oxygen' , sans-serif;
    font-size: 18px;
    text-align: left;
}
.tabelaForme tr td:nth-child(4)
{
    width: 300px;
}

.tabelaForme tr, .tabelaForme1 tr, .login table tr, .tabelaR1Forme tr
{
    height: 40px;
}
.tabelaForme input, .tabelaForme1 input, .login table input
{
    width: 90%;
    font-family: 'Oxygen' , sans-serif;
    font-size: 18px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.tabelaR1Forme input
{
    font-family: 'Oxygen' , sans-serif;
    font-size: 18px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.tabelaR1Forme tr:nth-child(1) input
{
    width:65px!important;
    font-family: 'Oxygen' , sans-serif;
    font-size: 18px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.tabelaForme2 textarea
{
    width: 590px;
    font-family: 'Oxygen' , sans-serif;
    font-size: 18px;
    border-radius: 4px;
    resize: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}
.tabelaForme, .tabelaForme1, .tabelaForme2
{
    margin: 0px auto;
}
.tabelaForme td
{
}

.zvizda
{
    color: Red;
    font-size: 10px;
    vertical-align: text-top;
}

.placeholder
{
    color: #aaa;
}

#ctl00_ContentPlaceHolder1_Ptt
{
    width: 80% !important;
}

#ctl00_ContentPlaceHolder1_Grad
{
    width: 85% !important;
}
#Posalji
{
    margin-right: 17px;
    margin-top: 23px;
}

.obaveznaPolja
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 12px;
}

.login
{
    width: 200px;
    height: 172px;
    position: absolute;
    right: 0px;
    top: 279px;
    box-shadow: 7px 7px 5px #999;
    border-radius: 5px;
    overflow: hidden;
}

.login table
{
    margin-top: 5px !important;
    position: relative;
}

.login table tr td
{
    text-align: center;
    width: 200px;
}

.LabelPrijava
{
    margin: 5px;
    color: #ec7c2d;
    font-weight: bold;
}


.loginBack
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 172px;
    background: #ec7c2d;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.DatumSelect
{
    width: 100px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header
{
    margin-bottom: 8px;
}
.ui-timepicker-div dl
{
    text-align: left;
}
.ui-timepicker-div dl dt
{
    float: left;
    clear: left;
    padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd
{
    margin: 0 10px 10px 45%;
}
.ui-timepicker-div td
{
    font-size: 90%;
}
.ui-tpicker-grid-label
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl
{
    direction: rtl;
}
.ui-timepicker-rtl dl
{
    text-align: right;
    padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt
{
    float: right;
    clear: right;
}
.ui-timepicker-rtl dl dd
{
    margin: 0 45% 10px 10px;
}

.tablePolasci, .tableIzvjestajSumarni, .tableBrojPutnikaPoLinijamaDetaljno, #ListaPolazaka, .tableStornaRacunaUPeriodu 
{
    /*margin-bottom: 100px;*/
    font-size: 14px;
    border: 1px solid #000;
    border-collapse: inherit;
    background: #fff3de;
    float: left;
    height: 50px;
}

#ListaPolazaka th
{
    font-weight:normal;
    }


.tableIzvjestajSumarni, .tableBrojPutnikaPoLinijamaDetaljno, #ListaPolazaka, .tableStornaRacunaUPeriodu {
    margin-bottom: 50px;
}



.tablePolasci tr:hover
{
    background: #ffcb6d !important;
    font-weight: bold;
    font-size: 13px;
}

.tablePolasci thead tr
{
    display: block;
}

.tablePolasci tr:nth-child(even)
{
    background: #DDD;
}
.tablePolasci td:nth-child(1), .tablePolasci th:nth-child(1)
{
    min-width: 100px;
    overflow: hidden;
}
.tablePolasci td:nth-child(1) input
{
    width: 101px !important;
    overflow: hidden;
}

.tablePolasci td:nth-child(2), .tablePolasci th:nth-child(2)
{
    padding-left: 3px;
    min-width: 60px;
}
.tablePolasci td:nth-child(2) input
{
    width: 61px !important;
}
.tablePolasci td:nth-child(3), .tablePolasci th:nth-child(3)
{
    min-width: 250px;
    overflow: hidden;
}
.tablePolasci td:nth-child(3) input
{
    width: 251px !important;
    overflow: hidden;
}

.tablePolasci td:nth-child(4), .tablePolasci th:nth-child(4)
{
    text-align: right;
    min-width: 60px;
}
.tablePolasci td:nth-child(4) input
{
    width: 60px !important;
}

.tablePolasci td:nth-child(5), .tablePolasci th:nth-child(5)
{
    text-align: right;
    min-width: 60px;
}
.tablePolasci td:nth-child(5) input
{
    width: 60px !important;
}

.tablePolasci td:nth-child(6), .tablePolasci th:nth-child(6)
{
    text-align: right;
    min-width: 60px;
}
.tablePolasci td:nth-child(6) input
{
    width: 61px !important;
}

.tablePolasci th:nth-child(7)
{
    text-align: left;
    min-width: 55px;
}
.tablePolasci td:nth-child(7)
{
    text-align: right;
    min-width: 35px;
}

.tablePolasci td:nth-child(7) input
{
    width: 56px !important;
}

.tablePolasci th, #ListaPolazaka th
{
    background: #ffcb6d;
}

.flt
{
    /*   padding-left:0px!important;     padding-right:0px!important;     margin-left:0px!important;     margin-right:0px!important;*/
}
.fltrow
{
    border-collapse: collapse;
}
.fltrow td
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.polasciProstor
{
    width: 550px;
    display: inline-block;
}


.tablePolasci tbody
{
    display: block;
    height: 450px;
    overflow: auto;
    width: 100%;
    font-family: Sans-Serif;
}


.polazakRed.False
{
    font-style: italic;
    color: #333;
    opacity: 0.7;
}

.polazakRed.False.veza, .polazakRed.True.veza
{
    color: #30A;
}

/*tabelabus*/

#divBus
{
    width: 280px;
    float: right;
    position: relative;
    margin-bottom: 100px;
}

#autobus
{
    top: 320px;
    float: left;
}


.legenda
{
    width: 48px;
    font-size: 12px;
    float: left;
    margin-left: 34px;
}

.legendItem
{
    display: inline-block;
    margin-bottom: 8px;
}

.selectedRowClass
{
    background: #84a8f9 !important;
}

.sjedalo
{
    width: 32px;
    height: 32px;
    border: 1px solid #888;
    font-size: 11px;
    text-align: right;
    vertical-align: bottom;
    background: url(../images/sjedalo.png) no-repeat left top #fff;
    color: red;
    font-weight: bold;
}

.sjedalo0
{
    background: url(../images/sjedalo0.png) no-repeat left top #fff !important;
    cursor: pointer;
}
.sjedalo1
{
    background: url(../images/sjedalo4.png) no-repeat left top #fff !important;
}
.sjedalo2
{
    background: url(../images/sjedalo2.png) no-repeat left top #fff !important;
}
.sjedalo3
{
    background: url(../images/sjedalo3.png) no-repeat left top #fff !important;
    cursor: pointer;
}
.sjedalo4
{
    background: url(../images/sjedalo4.png) no-repeat left top #fff !important;
}
.sjedalo5
{
    background: url(../images/sjedalo4.png) no-repeat left top #fff !important;
}

#busButtons
{
    height: 30px;
    margin-bottom: 16px;
    background: #FFF3DE;
    border-radius: 3px;
}

#busButtons div
{
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    background: #CCC;
    border-radius: 5px;
    float: left;
    margin-right: 3px;
    cursor: pointer;
}

.ListaPolazakaPrviRed
{
    padding-left:5px;
    padding-right:5px;
    border-right:1px solid #eee;

    }

#busButtons div:hover
{
    background: #AAA;
}

.selectedBus
{
    background: #0F0 !important;
    cursor: default !important;
}

.selectedBus:hover
{
    background: #0F0 !important;
}


.alotmaniProstor
{
    margin-top: 20px;
}

.IzvjestajiSelect
{
    font-size: 14px;
}


.tableIzvjestajSumarni tr:nth-child(even), #ListaPolazaka tr:nth-child(even)
{
    background: #DDD;
}
.tableIzvjestajSumarni td:nth-child(1), .tableIzvjestajSumarni th:nth-child(1)
{
    min-width: 500px;
}

.tableIzvjestajSumarni td:nth-child(2), .tableIzvjestajSumarni th:nth-child(2)
{
    padding-left: 3px;
    min-width: 80px;
    text-align: center;
}

.tableIzvjestajSumarni td:nth-child(3), .tableIzvjestajSumarni th:nth-child(3)
{
    min-width: 60px;
    text-align: right;
}

.tableIzvjestajSumarni td:nth-child(4)
{
    text-align: right;
    min-width: 60px;
}

.tableIzvjestajSumarni td:nth-child(5)
{
    text-align: right;
    min-width: 60px;
}

.tableIzvjestajSumarni th:nth-child(4)
{
    text-align: center;
    min-width: 60px;
}

.tableIzvjestajSumarni th:nth-child(5)
{
    text-align: center;
    min-width: 60px;
}

.tableIzvjestajSumarni td:nth-child(6), .tableIzvjestajSumarni th:nth-child(6)
{
    text-align: right;
    min-width: 60px;
}

.tableIzvjestajSumarni th:nth-child(7)
{
    text-align: left;
    min-width: 55px;
}
.tableIzvjestajSumarni td:nth-child(7)
{
    text-align: right;
    min-width: 35px;
}

.tableIzvjestajSumarni th
{
    background: #ffcb6d;
}

.tableIzvjestajSumarni tfoot
{
    font-weight: bold;
}

.tableIzvjestajSumarni tfoot td
{
    border-top: 1px solid #000;
}

/*Broj putnika po linijama detaljno*/

.tableBrojPutnikaPoLinijamaDetaljno tr:nth-child(even), .tableStornaRacunaUPeriodu tr:nth-child(even) 
{
    background: #DDD;
}

.tableStornaRacunaUPeriodu td:nth-child(5), .tableStornaRacunaUPeriodu td:nth-child(6), .tableStornaRacunaUPeriodu td:nth-child(7) {
    text-align:right;
    min-width: 30px;
}

.tableBrojPutnikaPoLinijamaDetaljno td:nth-child(1)
{
    min-width: 30px;
} 

.tableBrojPutnikaPoLinijamaDetaljno td:nth-child(2)
{
    min-width: 50px;
    font-size:11px;
}

.tableBrojPutnikaPoLinijamaDetaljno td:nth-child(3), .tableBrojPutnikaPoLinijamaDetaljno th:nth-child(2)
{
    min-width: 250px;
}

.tableBrojPutnikaPoLinijamaDetaljno td:nth-child(4)
{
    min-width: 50px;
    font-size:11px;
}

.tableBrojPutnikaPoLinijamaDetaljno td:nth-child(5), .tableBrojPutnikaPoLinijamaDetaljno th:nth-child(3)
{
    padding-left: 3px;
    min-width: 250px;
    text-align: left;
}

.tableBrojPutnikaPoLinijamaDetaljno td:nth-child(6), .tableBrojPutnikaPoLinijamaDetaljno th:nth-child(4)
{
    min-width: 90px;
    text-align: right;
}

.tableBrojPutnikaPoLinijamaDetaljno td:nth-child(7)
{
    text-align: right;
    min-width: 60px;
}

.tableBrojPutnikaPoLinijamaDetaljno td:nth-child(8)
{
    text-align: right;
    min-width: 60px;
}

.tableBrojPutnikaPoLinijamaDetaljno th:nth-child(4)
{
    text-align: center;
    min-width: 60px;
}

.tableBrojPutnikaPoLinijamaDetaljno th:nth-child(5)
{
    text-align: center;
    min-width: 60px;
}

.tableBrojPutnikaPoLinijamaDetaljno td:nth-child(9), .tableBrojPutnikaPoLinijamaDetaljno th:nth-child(7)
{
    text-align: right;
    min-width: 60px;
}

.tableIzvjestajSumarni th:nth-child(8)
{
    text-align: left;
    min-width: 55px;
}
.tableIzvjestajSumarni td:nth-child(7)
{
    text-align: right;
    min-width: 35px;
}

.tableBrojPutnikaPoLinijamaDetaljno th, .tableStornaRacunaUPeriodu th 
{
    background: #ffcb6d;
}

.tableBrojPutnikaPoLinijamaDetaljno tfoot, .tableStornaRacunaUPeriodu tfoot 
{
    font-weight: bold;
}

    .tableBrojPutnikaPoLinijamaDetaljno tfoot td, .tableStornaRacunaUPeriodu tfoot td {
        min-width: 40px !important;
        border-top: 1px solid #000;
        text-align: right;
    }
.printNaslovIzvjestaj
{
    display: none;
}

.ekartaPrint
{
    position: absolute;
    top: 0px;
    left: 0px;
}


.logoPrint
{
    text-align: right;
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.LogoPrint
{
    width: 200px;
}

.PrintHeader
{
    position: relative;
    display: none;
    height: 80px;
}

#naziv, #adresa, #oib
{
    width: 95%;
}

#godina, #broj
{
    width: 100px;
}
.ProstorObavijesti
{
    padding: 16px;
    width: 304px;
    min-height: 500px;
    background-color: #FAD8C0;
    border-radius: 7px;
    opacity: 0.7;
}

.ProstorObavijesti h3, .ProdajnaEkartaPolje h3
{
    margin-top: 0px;
    border-bottom: 1px solid #000;
    font-size: 19px;
    text-align: left;
}

.ProstorObavijesti table
{
    font-size: 14px;
    font-family: Helvetica, Sans-Serif;
    text-align: left;
    border-collapse: collapse;
}

.ProstorObavijesti table td
{
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

.ProstorObavijesti table td a
{
    color: Black;
    padding-left: 5px;
    display: block;
    margin: 6px 0px;
}

.ProstorObavijesti table div
{
    padding: 2px 3px;
    background-color: orange;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0px;
}

.InfoPolje, .UvjetiPolje
{
    width: 622px;
    padding-right: 32px;
}

.InfoPolje h2, .UvjetiPolje h2
{
    margin-top: 0px;
    padding-top: 0px;
}

.UvjetiPolje h6, .UvjetiPolje p
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.UvjetiPolje ul
{
    list-style-type: none;
}



.ProdajnaTisakPolje
{
    background-color: #fe676a;
    padding: 8px;
    border-radius: 7px;
    opacity: 0.7;
    margin-top: 16px;
    margin-bottom: 16px;
}

.ProdajnaTisakPolje:hover
{
    opacity: 0.8;
}

.ProdajnaTisakPolje a
{
    color: #000;
}

.ProdajnaTisakPolje div
{
    width: 169px;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oxygen' ,sans-serif;
    vertical-align: top;
}
.ProdajnaTisakPolje img
{
    width: 150px;
    display: inline;
}

.ProdajnaEkartaPolje
{
    background-color: #56c2ff;
    padding: 8px;
    border-radius: 7px;
    opacity: 0.7;
    margin-top: 16px;
    margin-bottom: 16px;
}

.ProdajnaEkartaPolje table
{
    max-width: 320px;
    width: 320px;
    min-width: 320px;
}

.ProdajnaEkartaPolje table td, .ProdajnaEkartaPolje table th
{
    font-family: Helvetica, Sans-Serif;
    font-size: 14px;
}


.ProdajnaEkartaPolje div
{
    width: 169px;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oxygen' ,sans-serif;
    vertical-align: top;
}

.DropDownList
{
    font-family: 'Oxygen' ,sans-serif;
    font-size: 19px;
}

#ListaPolazaka
{
    text-align: left;
    display: none;
    font: normal 15px arial,helvetica,sans-serif;
}

#ListaPolazaka td
{
    padding-left:3px;
    padding-right:3px;
}

#ListaPolazaka tr td:nth-child(3), #ListaPolazaka tr th:nth-child(3)
{
    width: 100px;
}
#ListaPolazaka tr td:nth-child(4), #ListaPolazaka tr th:nth-child(4)
{
    width: 250px;
}
#ListaPolazaka tr td:nth-child(5), #ListaPolazaka tr th:nth-child(5)
{
    width: 250px;
}
#ListaPolazaka tr td:last-child
{
    width: 100px;
    text-align: right;
}

.ListaPolazakaPrviRed
{
    border-top: 1px solid #333;
    background-color: #fff;
    position: relative;
         border-collapse: separate!important;
    border-spacing: 1px;
    
}

.ListaPolazakaPrviRedTd
{
    border-top: 1px solid #333;
        border-collapse: separate!important;
    border-spacing: 1px;
}
#PolasciSearch
{
    margin-top: 20px;
}

#loader_gif
{
    margin-top: 20px;
    display: none;
}

.hideStanice
{
    visibility: hidden;
}

.innerT
{
    padding: 0px;
    margin: 0px;
    background-color: #fff !important;
}

.PrikaziStanice
{
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 5px;
    color: Orange;
    position:absolute;
    bottom:0px;
}

.ListaStanica
{
    text-align: center;
}


.ListaStanica td
{
    text-align: center;
    background: #fff3de!important;
}
.ListaStanica tr td:nth-child(1), #ListaStanica tr th:nth-child(1)
{
    text-align: left;
    min-width:150px;
}
.ListaStanica tr td:nth-child(2), #ListaStanica tr th:nth-child(2)
{
    text-align: center;
    width:56px!important;
}
.ListaStanica tr td:nth-child(3), #ListaStanica tr th:nth-child(3)
{
    text-align: center!important;
    width:56px!important;
}

.arrowPS
{
    width:10px;
    margin-left:5px;
    height:10px;
    display:inline-block;
    background:url(../images/arrows.png) left top no-repeat;   
    vertical-align:baseline; 
    
}


.custom-combobox-input {
    background-color: #f2f2f2!important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555!important;
    font-size: 17px!important;
    height: 32px!important;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom:10px;
    width: 100%;
}

.custom-combobox-input:focus {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0093d0;
    box-shadow: 0 0 2px 0 rgba(16, 86, 156, 0.7) inset;
}

.custom-combobox-toggle {
    background:#0093d0;
    display:none!important;

}

.tabelaPolazisteForme tr td:nth-child(2)
{
    padding-left:10px;
    
    }

.tabelaPolazisteForme tr td input
{
    width:100%;
    
    }


#DatumPolaska
{    
    border: 1px solid #dddddd;
    font: bold 17px/1.42857 Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    background: url("../Scripts/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #f6f6f6 !important;    
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555 !important;
    width: 100%;
    height: 32px !important;    
    margin-bottom: 10px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }
    
.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}


@media print
{
    .headBackground, .footer, .kiosk, .head, .logoPrijevoznik
    {
        display: none !important;

    }
    table
    {
        width: 100%;
        border-collapse: collapse;
        border-top: 1px solid #000 !important;
        border-bottom: 1px solid #000 !important;
        border-left: none !important;
        border-right: none !important;
        position: relative;
        margin: 0px !important;
    }
    table th
    {
        border: none;
        background: #000 !important;
        color: #FFF !important;
    }
    table td
    {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        background: none !important;
    }
    table tfoot
    {
        display: table-row-group;
        text-align: right;
    }
    table tfoot td
    {
        display: table-cell;
        text-align: right;
    }
    body
    {
        background: none;
    }
    .content
    {
        margin-top: 0px;
    }
    h2, .IzvjestajiSelect
    {
        display: none;
    }
    .printNaslovIzvjestaj
    {
        text-align: center;
        font-weight: bold;
        margin-bottom: 10px;
        display: block;
    }
    .page
    {
        min-height: 0px !important;
    }

    .PrintHeader
    {
        display: block;
    }


}

