/* Import Login CSS files manually */
/* JS CSS import loop can take too long adding these files */
/*@import url(../js/widget/Login/css/Login.css);*/
@import url(dojo/form/Button.css);
@import url(dojo/form/Common.css);
@import url(dojo/dijit.css);

/*[class*='nspdr'], [class*='nspdr'] * {
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}*/

.testing-only-header {
    height: 40px;
    width: 100%;
    position: fixed;
    color: #fff;
    background-color: #fa5454;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    font-size: 16px;
}

.dijitReset:not(.form-control):not(.dijitMenuItem):not(.dijitCheckBox) {
    height: 100%;
}

#app-page {
    overflow: hidden;
    height: auto;
}

header {
    position: relative !important;
}

.header-wrapper {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    top: 40px;
    position: relative;
}

.nspdr {
    top: 40px;
    position: relative;
}

#app-footer {
    top: 40px;
    position: relative;
}

.drdlr-header {
    padding-top: 24px; /*0 23px 0;*/
    padding-bottom: 23px;
}

    .drdlr-header .drdlr-logo {
        height: 120px;
    }

    .drdlr-header .sa-flag {
        height: 120px;
        float: right;
    }

@media only screen and (max-width: 767px) {
    .drdlr-header .sa-flag {
        display: none;
    }
}

/*Toggle navigation*/

/*Create Application*/

#menu-container {
    /*left: 0;
    top: 170px;*/
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
    top: 40px;
    position: relative;
}

.navbar-fixed-top {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-brand {
    padding: 0px;
    font-family: 'Arial, Open Sans Condensed', sans-serif;
    text-decoration: none;
    font-size: 28px;
    font-weight: 500;
}

    .navbar-brand > img {
        height: 100%;
        padding: 3px;
        width: auto;
        display: inline-block;
    }

.navbar-custom {
    background-color: #0f5c29;
    /*border-color: #0b421d;*/
    border-radius: 0;
}

    .navbar-custom .dropdown-menu {
        background-color: #0f5c29;
        border-color: #0b421d;
        border-radius: 0;
    }

    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
        color: #FFF;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #FFF;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed', sans-serif;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
    }

    .navbar-custom .navbar-nav .dropdown-menu > li > a {
        color: #FFF;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed', sans-serif;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus,
        .navbar-custom .navbar-nav .dropdown-menu > li > a:hover,
        .navbar-custom .navbar-nav .dropdown-menu > li > a:focus {
            background-color: #083015;
        }

    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus,
    .navbar-custom .navbar-nav .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .dropdown-menu > .active > a:focus {
        color: #FFF;
        background-color: #083015;
    }

    .navbar-custom .navbar-text {
        color: #FFF;
    }

    .navbar-custom .navbar-toggle {
        border-color: #0b421d;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: #083015;
        }

        .navbar-custom .navbar-toggle .icon-bar {
            background-color: #FFF;
        }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #083015;
}

#main-page {
    /*margin-top: 70px;*/
}

.nspdr-login {
    margin-top: 20px;
}

.dropdown-menu > li > a {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
}

.jimu-loading {
    color: #0f5c29 !important;
}

.esriPopup .titleButton.maximize {
    top: 9.5px;
}

.arcgisSearch .searchClear {
    top: 4px;
    height: 26px;
}

.arcgisSearch .searchGroup .searchInput {
    margin-top: 2.880px;
    height: 16px;
}

.arcgisSearch .searchBtn {
    background-color: #2f96b4;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border: 1px solid #3b9ebb;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    height: 16px;
    margin-top: 2.880px;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto !important;
}

body {
    background-color: #FFF;
    overflow: hidden;
    font-family: "Trebuchet MS";
    font-size: .9em;
}

h2 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0.3em 0;
}

h3 {
    font-size: 1.1em;
    font-weight: normal;
    margin: 0.2em 0;
}

.hint {
    color: #999;
    font-style: italic;
    font-size: 0.9em;
}

.floating-panel {
    background: #FFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.wrapper {
    float: left;
}


/* Bootstrap */

.control-group {
    margin: 0.5em 0;
}

.control-label {
    vertical-align: top;
    display: block;
}

.dijitButtonContents i {
    /*[class^="icon-"], [class*=" icon-"] {*/
    margin-top: 0.3em;
}

/* PROCESSING MESSAGE */
#processing-outer {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2000;
    display: none;
    background: #000;
    opacity: 0.75;
}

#processing-outer-overlay {
}

#processing-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
    left: 32%;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 35%;
    transition: top .5s;
    -webkit-transition: top .5s; /* Safari */
}

    #processing-inner h2 {
        color: #000;
        font-size: 2.5em;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .progress .bar {
        width: 0%;
        height: 100%;
        color: #ffffff;
        float: left;
        font-size: 12px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

        .progress .bar + .bar {
            -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
            -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
        }

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* LOADING MESSAGE */
#loading-outer {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99999;
    background: #083015;
}

#loading-outer-overlay {
    width: 100%;
    height: 100%;
    /*
	background:#fff;
	opacity:0.75;
	*/
}

#loading-inner {
    left: 32%;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 35%;
    transition: top .5s;
    -webkit-transition: top .5s; /* Safari */
}

    #loading-inner h1 {
        color: #F1F1F1;
        font-size: 36px;
        line-height: 45px;
        font-weight: 700;
        margin-bottom: 0;
        /*text-transform: uppercase;*/
        margin-top: 0px;
        -ms-text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.25);
        text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.25);
    }

    #loading-inner h2 {
        font-size: 1.5em;
        font-weight: bold;
        color: #ccc;
        margin-bottom: 50px;
    }

    #loading-inner h3 {
        font-size: 18px;
        color: #FFF;
        /*
	font-weight: bold;
	text-shadow: 0 1px 0 #3A81C2;
	*/
        margin-bottom: 10px;
    }

        #loading-inner h3.loading-error {
            font-size: 18px;
            color: #febe47;
            margin-bottom: 10px;
        }

/*
#loadingAppLogo {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
	border-radius: 99px;
	height: 110px;
	margin: 0 auto;
	width: 110px;
}

#loadingAppLogo span {
	background: url("../images/logo-medium.png") no-repeat center center rgba(0, 0, 0, 0.08);
	border-radius: 99px;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.30) inset, 0 1px 0px rgba(255,255,255,0.15);
	display: block;
	height: 110px;
	width: 110px;
}
*/

@keyframes firstBlock {
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes firstBlock /* Safari and Chrome */
{
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes secondBlock {
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes secondBlock /* Safari and Chrome */
{
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes thirdBlock {
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes thirdBlock /* Safari and Chrome */
{
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fourthBlock {
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.3;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fourthBlock /* Safari and Chrome */
{
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.3;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fifthBlock {
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.3;
    }

    80% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fifthBlock /* Safari and Chrome */
{
    0% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.3;
    }

    80% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

#loadingImage {
    list-style: none;
    padding: 0;
}

    #loadingImage li {
        display: inline-block;
        width: 8px;
        height: 8px;
        margin: 4px;
        background: #fff;
        opacity: 0.3;
        border-radius: 99px;
    }

        #loadingImage li:nth-child(1) {
            animation: firstBlock 5s infinite;
            -webkit-animation: firstBlock 5s infinite; /* Safari and Chrome */
        }

        #loadingImage li:nth-child(2) {
            animation: secondBlock 5s infinite;
            -webkit-animation: secondBlock 5s infinite; /* Safari and Chrome */
        }

        #loadingImage li:nth-child(3) {
            animation: thirdBlock 5s infinite;
            -webkit-animation: thirdBlock 5s infinite; /* Safari and Chrome */
        }

        #loadingImage li:nth-child(4) {
            animation: fourthBlock 5s infinite;
            -webkit-animation: fourthBlock 5s infinite; /* Safari and Chrome */
        }

        #loadingImage li:nth-child(5) {
            animation: fifthBlock 5s infinite;
            -webkit-animation: fifthBlock 5s infinite; /* Safari and Chrome */
        }

/* end LOADING MESSAGE */



/****************************************************************************************/
/* MAP */
#map {
    padding: 0;
}

#mapTL {
    position: absolute;
    top: 0.5em;
    left: 5em;
    z-index: 20;
}

#mapTR {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    z-index: 20;
}

#mapBL {
    position: absolute;
    bottom: 0.5em;
    left: 0.5em;
    z-index: 20;
}

#mapBR {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    z-index: 20;
}

#mapCenter {
    position: absolute;
    top: 5em;
    left: 5em;
    z-index: 20;
}

/****************************************************************************************/
/* HEADER */
/*
#header {
    height: 90px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#header .headerLogo {
	background: url(../images/logo.png) no-repeat;
    float: left;
    position: relative;
    left: 10px;
	top: 10px;
	width: 70px;
	height: 70px;
}

#header .headerTitle {
    color: #363636;
    float: left;
    font-size: 18pt;
    font-weight: bold;
    margin: 10px 0 0 30px;
}
#header .headerSubTitle {
	color: #363636;
    font-size: 14pt;
    float: left;
    left: 80px;
    top: 45px;
}
#header .headerLinks {
	float: right;
	margin: 10px;
}
#header .customContainer {
	position: absolute;
	top: 50px;
	left: 100px;
}
*/

/****************************************************************************************/
/* LEFT CONTAINER */
#leftContainer {
    width: 400px;
}


/****************************************************************************************/
/* RIGHT CONTAINER */
#rightContainer {
    /* custom
	width: 300px;
	*/
}



/****************************************************************************************/
/* dgrid */
.dgrid-no-data,
.dgrid-loading {
    color: #aaa;
    font-size: 16px;
    padding: 3em;
    text-align: center;
}



/****************************************************************************************/
/* FORM */
.form {
    /*
	background: #fbfbfb;
	height: 100%;
	width: 600px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
	position: relative;
	*/
}

    .form .row {
        margin: 10px;
    }

        .form .row.no-left-right-margin {
            margin-left: 0;
            margin-right: 0;
        }

    .form h3 {
        background: linear-gradient(135deg, #4CB8C3 0%, #58D3AA 100%);
        color: #FBFBFB;
        display: inline-block;
        margin: -10px -15px 0;
        padding: 20px 15px;
        width: 100%;
        line-height: 24px;
    }

        .form h3 span:first-child {
            border: 1px solid #FFFFFF;
            border-radius: 99px;
            display: inline-block;
            height: 24px;
            margin-right: 15px;
            text-align: center;
            width: 24px;
        }

    .form label {
        display: inline-block;
        width: 200px;
        vertical-align: middle;
        font-weight: bold;
    }

    .form hr {
        margin: 25px 0;
    }

.claro .dijitSplitContainer-child, .claro .dijitBorderContainer-child {
    border: 0;
}

/****************************************************************************************/
/* FIX ISSUE ON JS API 3.19*/


/* dijit datepicker */
.dijitCalendarContainer > table {
    width: 100%;
}

.dijitCalendarContainer .dijitCalendarArrow {
    padding: 1px 6px 2px 6px;
    border: 1px solid white;
    height: 25px;
    width: 18px;
    line-height: 23px !important;
}

    .dijitCalendarContainer .dijitCalendarArrow.dijitCalendarIncrementArrow {
        float: right;
    }

    .dijitCalendarContainer .dijitCalendarArrow.dijitCalendarDecrementArrow {
        float: left;
    }



/****************************************************************************************/
/* FIX REPORT BUTTON STYLE */

.reportTreeBtnContainer {
    float: right;
}

.reportTreeBtn .dijitDropDownButton .dijitButtonNode {
    width: 120px !important;
    background-color: #2f96b4 !important;
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important;
    background-repeat: repeat-x !important;
    border: 1px solid #3b9ebb !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25) !important;
}

    .reportTreeBtn .dijitDropDownButton .dijitButtonNode .dijitButtonText {
        width: 100px !important;
    }

    .reportTreeBtn .dijitDropDownButton .dijitButtonNode .dijitArrowButtonInner {
        border-top: 4px solid #fff;
    }

/****************************************************************************************/
/* FIX QUERY BUTTON STYLE */

.queryTreeBtn .dijitDropDownButton .dijitButtonNode {
    width: 300px !important;
}

    .queryTreeBtn .dijitDropDownButton .dijitButtonNode .dijitButtonText {
        width: 280px !important;
    }