html, body, #divKontejner, #mapKontejner {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.loading-indicator {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
}

.app-loading .loading-indicator,
.app-error .loading-indicator {
    display: block;
}

.app-loading .loading-indicator {
    background-position: center center;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
}

.app-error .loading-message {
    background-position: top center;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 0;
    text-align: center;
}

.esriPopup .titleButton.maximize {
    display: none;
}

.esriPopup .titleButton.next {
    display: none;
}

.esriPopup .titleButton.prev {
    display: none;
}

.esriPopup .contentPane {
    position: relative;
    max-height: 300px;
    overflow: auto;
    padding: 10px 0 0 10px;
    background-color: #F7F7F7;
    color: #333333;
}

.calcite .esriPopup .contentPane {
    position: relative;
    padding: 5px 5px;
    max-height: 300px;
    font-size: 12px;
    font-weight: 400;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.calcite .dijitContentPane {
    padding: 5px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.calcite .esriBasemapGalleryNode {
    float: left;
    width: 100px;
    margin: 10px 10px 5px 10px;
    padding: 2px;
    color: #4c4c4c;
    background-color: #fff;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
    text-align: center;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.calcite .esriMeasurement .esriMeasurementSeparator {
    height: 1px;
    text-indent: -99999em;
    clear: both;
}

.calcite .esriMeasurement .esriMeasurementButtonContainer {
    overflow: visible;
    margin-bottom: 1px;
}

.calcite .esriMeasurement .esriMeasurementResultLabel {
    border-top: 1px solid #efefef;
    padding: 2px 10px;
    color: rgba(238, 238, 238, 1);
    text-align: center;
}

.calcite .esriMeasurement .esriMeasurementResultValue, .calcite .esriMeasurement .esriMeasurementTableContainer {
    text-align: center;
    padding: 2px 10px;
}
/*Uklanja Zoom to na popup-u*/
/*.calcite .esriPopup .actionsPane .action:first-child {
    display: none;
}*/

/*PROGRES BAR*/

.calcite .dijitProgressBarLabel {
    color: rgba(254, 254, 254, 1);
    line-height: 1.6666;
}

.calcite .dijitProgressBar {
    border: 0;
    overflow: hidden;
    height: 20px;
    margin-bottom: -9px;
    margin-left: 20px;
    background-color: #f4f4f4;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}

.calcite .dijitProgressBarFull {
    float: left;
    width: 0%;
    height: 100%;
    background-color: rgba(173, 16, 16, 1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px -1px 0px rgba(0,0,0,0.15);
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}


/*.dojoxUploaderFileList{
	border:1px solid #ccc;
	min-height:50px;
}
.dojoxUploaderFileListTable{
	width:100%;
	border-collapse:collapse;
	margin-top:5px;
}
.dojoxUploaderFileListHeader th{
	background-color:#eee;
	padding:3px;
}
.dojoxUploaderFileListRow{
}
.dojoxUploaderIndex{
	width:20px;
}
.dojoxUploaderIcon{
	width:50px;
}
.dojoxUploaderFileName{
}
.dojoxUploaderSize{
	width:70px;
}
.dojoxUploaderFileListContent{
	width:100%;
}
.dojoxUploaderFileListProgress{
	border:1px solid #666;
	height:15px;
	position:relative;
	background:#fff;
	overflow:hidden;
}
.dojoxUploaderFileListPercentText{
	position:absolute;
	right:3px;
	top:3px;
	font-size:10px;
	text-align:right;
}
.dojoxUploaderFileListProgressBar{
	position:absolute;
	top:0px;
	left:0px;
	height:15px;
	width:0%;
	background:#bfe1fd;
}*/


/*HEADER*/

.hederKontejner {
    left: 200px;
    top: 25px;
    right: auto;
    bottom: auto;
    width: 390px;
    height: 30px;
    padding: 0;
    z-index: 100;
    position: absolute;
}

.hederKontejner,
.headerEfekat {
    background-color: rgb(11, 18, 92);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    -webkit-transition: width ease-in 0.1s;
    -moz-transition: width ease-in 0.1s;
    -o-transition: width ease-in 0.1s;
    -ms-transition: width ease-in 0.1s;
    transition: width ease-in 0.1s;
}

.hederKontejnerUnutar {
    left: -10px;
    top: -22px;
    right: auto;
    bottom: auto;
    padding: 0;
    z-index: 200;
    position: absolute;
}

.naslovHed {
    width: 330px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    z-index: 150;
    position: relative;
    color: white;
    font-size: 15px;
    font-family: 'Rubik';
}

.oAplikaciji {
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 30px;
    z-index: 150;
    position: absolute;
}

    .oAplikaciji:before {
        content: "\f129";
        font-family: 'FontAwesome' !important;
        width: 100%;
        height: 100%;
        font-size: 15px;
        text-align: center;
        display: block;
        line-height: 30px;
        color: #ccc;
    }

    .oAplikaciji:hover {
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        background-color: #fff;
    }

.fa-info:hover:before {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: rgba(51,51,51,0.9);
}

/*MENI*/

.leviMeni {
    left: 0;
    top: 5px;
    right: auto;
    bottom: auto;
    padding: 0;
    position: absolute;
}

.nav {
    -webkit-box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.nav,
.bat {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

.nav,
.vel {
    width: 30px;
    height: 30px;
}

.napred {
    top: 20px;
    left: 100px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}

    .napred:before {
        content: "\f064";
        font-family: 'FontAwesome' !important;
        width: 100%;
        height: 100%;
        font-size: 15px;
        text-align: center;
        display: block;
        line-height: 30px;
        color: #000000;
    }

.pocetni {
    top: 20px;
    left: 60px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}

    .pocetni:before {
        content: "\f015";
        font-family: 'FontAwesome' !important;
        width: 100%;
        height: 100%;
        font-size: 18px;
        text-align: center;
        display: block;
        line-height: 30px;
        color: #000000;
        /*color: rgba(0, 0, 0, 0.56);*/
    }

.nazad:before {
    content: "\f112";
    font-family: 'FontAwesome' !important;
    font-size: 15px;
    text-align: center;
    display: block;
    line-height: 30px;
    color: #000000;
    /*color: rgba(0, 0, 0, 0.56);*/
}

.nazad {
    top: 20px;
    left: 20px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}

.nav:hover,
.alat:hover {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-color: rgb(11, 18, 92);
}


.fa-mail-forward:hover:before,
.fa-mail-reply:hover:before,
.fa-home:hover:before {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: rgb(233, 233, 233);
}

/*ALATKE*/
.alat {
    -webkit-box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #000000;
    background-color: rgba(0,0,0,0.6);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    height: 40px;
}

.pretraga {
    top: 65px;
    left: 20px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}

    .pretraga:before {
        content: "\e67b";
        font-family: 'CalciteWebCoreIcons' !important;
        width: 100%;
        height: 100%;
        font-size: 20px;
        text-align: center;
        display: block;
        line-height: 40px;
        color: #fff;
    }

.merenje {
    top: 115px;
    left: 20px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}


.xy {
    top: 165px;
    left: 20px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}

    .xy:before {
        content: "\e630";
        font-family: 'CalciteWebCoreIcons' !important;
        width: 100%;
        height: 100%;
        font-size: 20px;
        text-align: center;
        display: block;
        line-height: 42px;
        color: #fff;
    }

.stampa {
    top: 215px;
    left: 20px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}

    .stampa:before {
        content: "\e668";
        font-family: 'CalciteWebCoreIcons' !important;
        width: 100%;
        height: 100%;
        font-size: 20px;
        text-align: center;
        display: block;
        line-height: 40px;
        color: #fff;
    }

.podloge {
    top: 15px;
    right: 130px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}

    .podloge:before {
        content: "\e642";
        font-family: 'CalciteWebCoreIcons' !important;
        width: 100%;
        height: 100%;
        font-size: 20px;
        text-align: center;
        display: block;
        line-height: 40px;
        color: #fff;
    }

.legenda {
    top: 15px;
    right: 180px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}

    .legenda:before {
        content: "\e633";
        font-family: 'CalciteWebCoreIcons' !important;
        width: 100%;
        height: 100%;
        font-size: 20px;
        text-align: center;
        display: block;
        line-height: 40px;
        color: #fff;
    }

.sadrzaj {
    top: 15px;
    right: 230px;
    border: 0 solid transparent;
    position: absolute;
    z-index: 100;
}

    .sadrzaj:before {
        content: "\e659";
        font-family: 'CalciteWebCoreIcons' !important;
        width: 100%;
        height: 100%;
        font-size: 20px;
        text-align: center;
        display: block;
        line-height: 40px;
        color: #fff;
    }

/*Lokalizacija*/

.napravaLocalizacijeDiv {
    cursor: pointer;
    position: absolute;
    line-height: 22px;
    text-align: center;
    text-align: center;
    z-index: 100;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 2px 0 rgba(0,0,0,0.2);
    font-family: 'Rubik', 'PT Serif';
    font-size: 8px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
}

#sr {
    width: 30px;
    height: 20px;
    right: 80px;
    top: 25px;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    padding-left: 1px;
}

#sr_cir {
    width: 30px;
    height: 20px;
    right: 50px;
    top: 25px;
}

#en {
    width: 30px;
    height: 20px;
    right: 20px;
    top: 25px;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    padding-right: 1px;
}

    #sr:hover,
    #sr_cir:hover,
    #en:hover {
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        color: rgb(233, 233, 233);
        background-color: rgb(11, 18, 92);
    }

/*Naprave*/
.aktivanElement {
    color: rgb(233, 233, 233);
    background-color: rgb(11, 18, 92);
}

.obvNaslov {
    border-bottom: 1px solid #eb8025;
    color: #ffffff;
    /*cursor: move;*/
    height: 30px;
    width: 100%;
}

.prtNaslov, .rezNaslov, .tocNaslov, .legNaslov {
    color: #ffffff;
    cursor: move;
    height: 30px;
    width: 100%;
}

.podNap {
    background-color: rgba(24, 67, 119, 0.70);
    border-radius: 2px;
    box-shadow: 0 0 7px #999999;
    color: #FFFFFF;
}

.podlogeHeader, .merenjaHeader {
    border-bottom: 1px solid #eb8025;
    color: #FFFFFF;
    cursor: move;
    height: 30px;
    width: 100%;
}

.naslovNaprave {
    font-size: 16px;
    text-align: left;
}

.zatSlika {
    cursor: pointer;
    padding-top: 5px;
    width: 20px;
}

    .zatSlika img:hover {
        opacity: 0.5;
    }

.obvNaprava {
    background-color: rgba(24, 67, 119, 0.70);
    border-radius: 2px;
    box-shadow: 0px 0px 7px #999999;
    color: #ffffff;
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.prtNaprava, .merenjaNap {
    background-color: rgba(24, 67, 119, 0.70);
    border-radius: 2px;
    box-shadow: 0px 0px 7px #999999;
    color: #ffffff;
}


/*.dijitButtonNode.dijitInline.dijitReset {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #0c2c5a !important;
    background-image: none !important;
    border-top: 1px solid #eb8025 !important;
    border-left: 1px solid #eb8025 !important;
    border-right: 1px solid #eb8025 !important;
    border-bottom: 1px solid #eb8025 !important;
    border-radius: 10px;
    color: #ffffff !important;
    margin-left: 5px !important;
    opacity: 1 !important;
}*/

.tdImg {
    cursor: pointer;
    padding-top: 5px;
    width: 20px;
}

.divButton {
    padding: 2px 10px;
    border: solid #707070 1px;
    font-family: caption;
    font-size: 10px;
    background: grey;
    display: inline;
    border-radius: 2px;
    background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #CFCFCF));
    background-image: -o-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
    background-image: -moz-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
    background-image: -webkit-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
    background-image: -ms-linear-gradient(bottom, #F2F2F2 0%, #CFCFCF 100%);
    background-image: linear-gradient(to bottom, #F2F2F2 0%, #CFCFCF 100%);
    /*-moz-border-bottom-colors: none !important;
            -moz-border-left-colors: none !important;
            -moz-border-right-colors: none !important;
            -moz-border-top-colors: none !important;
            background-color: #0c2c5a !important;
            background-image: none !important;
            border-top: 1px solid #eb8025 !important;
            border-left: 1px solid #eb8025 !important;
            border-right: 1px solid #eb8025 !important;
            border-bottom: 1px solid #eb8025 !important;
            border-radius: 10px;
            color: #ffffff !important;
            margin-left: 5px !important;
            opacity: 1 !important;*/
    cursor: pointer;
    text-align: center;
}

    .divButton:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EAF6FD), color-stop(1, #A7D8F5));
        background-image: -o-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
        background-image: -moz-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
        background-image: -webkit-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
        background-image: -ms-linear-gradient(bottom, #EAF6FD 0%, #A7D8F5 100%);
        background-image: linear-gradient(to bottom, #EAF6FD 0%, #A7D8F5 100%);
        border: #3c7fb1 solid 1px;
    }

    .divButton:active {
        border: solid #2c628b 1px;
        padding: 2px 9px 2px 11px;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E5F4FC),color-stop(0.5, #C4E5F6), color-stop(0.51, #98D0EF), color-stop(1, #68B3DB));
        background-image: -o-linear-gradient(bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);
        background-image: -moz-linear-gradient(bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);
        background-image: -webkit-linear-gradient(bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);
        background-image: -ms-linear-gradient(bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);
        background-image: linear-gradient(to bottom, #E5F4FC 0%, #C4E5F6 50%, #98D0EF 51%, #68B3DB 100%);
    }

.dugmeForma {
    padding-left: 15px;
    padding-top: 10px;
}

.calcite .dijitDialogTitleBar {
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #e7e7e7;
    min-height: 16.66px;
}

.calcite .dijitDialogPaneContent {
    padding: 10px 15px 10px 15px;
    position: relative;
}

#btn, #btnd, #btnp, #SnimiBtn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #0b2c57);
    background-image: -moz-linear-gradient(top, #3498db, #0b2c57);
    background-image: -ms-linear-gradient(top, #3498db, #0b2c57);
    background-image: -o-linear-gradient(top, #3498db, #0b2c57);
    background-image: linear-gradient(to bottom, #3498db, #0b2c57);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    text-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 0px 1px 3px #0b2c54;
    -moz-box-shadow: 0px 1px 3px #0b2c54;
    box-shadow: 0px 1px 3px #0b2c54;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 1px 20px 1px 20px;
    text-decoration: none;
}

    #btn:hover, #btnd:hover, #btnp:hover {
        background: #0b2c54;
        background-image: -webkit-linear-gradient(top, #0b2c54, #0b2c54);
        background-image: -moz-linear-gradient(top, #0b2c54, #0b2c54);
        background-image: -ms-linear-gradient(top, #0b2c54, #0b2c54);
        background-image: -o-linear-gradient(top, #0b2c54, #0b2c54);
        background-image: linear-gradient(to bottom, #0b2c54, #0b2c54);
        text-decoration: none;
    }

#btnp {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #0b2c57);
    background-image: -moz-linear-gradient(top, #3498db, #0b2c57);
    background-image: -ms-linear-gradient(top, #3498db, #0b2c57);
    background-image: -o-linear-gradient(top, #3498db, #0b2c57);
    background-image: linear-gradient(to bottom, #3498db, #0b2c57);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    text-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 0px 1px 3px #0b2c54;
    -moz-box-shadow: 0px 1px 3px #0b2c54;
    box-shadow: 0px 1px 3px #0b2c54;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
}

    #btnp:hover {
        background: #0b2c54;
        background-image: -webkit-linear-gradient(top, #0b2c54, #0b2c54);
        background-image: -moz-linear-gradient(top, #0b2c54, #0b2c54);
        background-image: -ms-linear-gradient(top, #0b2c54, #0b2c54);
        background-image: -o-linear-gradient(top, #0b2c54, #0b2c54);
        background-image: linear-gradient(to bottom, #0b2c54, #0b2c54);
        text-decoration: none;
    }

.calcite .dijitDialogUnderlay {
    background: #323232;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

#butme_label  {
    padding: 0;
    font-size: 46px;
    line-height: 1.66667;
    line-height: 38px;
    text-align: center;
}
#popupIzvozLink {
    float: left;
    color: #336699;
}
    #popupIzvozLink:hover {
        text-decoration: underline;
    }