﻿.end-10 {
    right: 10% !important;
}

.end-5 {
    right: 5% !important;
}

.end-4 {
    right: 4% !important;
}

.end-3 {
    right: 3% !important;
}

.end-2 {
    right: 1% !important;
}

.end-1 {
    right: 1% !important;
}

 

#geoAddressLookupResult_[yourControlId] {
    position: absolute;
    z-index: 1050;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}


.ProductTitleTab {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff135c93',endColorstr='#ff0d4066',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-family: Arial Black;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 5px;
    color: #E5E5E5;
    position: absolute;
    left: 350px;
    top: 106px;
    letter-spacing: 1px;
    /*background-color: #03417d;*/
}

.ProductTitleMobile {
    font-family: Arial Black;
    font-size: 12.5px;
    font-weight: bold;
    margin-top: -20px;
    /*padding-left: 125px;*/
    color: black;
    letter-spacing: 1px;
    max-height: 30px;
}

.ProductTitle {
    /*background-image: -webkit-linear-gradient(top,#03417d 0%,#6a96e5 100%);
        background-image: -o-linear-gradient(top,#03417d 0%,#6a96e5 100%);
        background-image: linear-gradient(to bottom,#03417d 0%,#6a96e5 100%);
        background-repeat: repeat-x;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff135c93',endColorstr='#ff0d4066',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-family: Arial Black;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px 5px 10px;
    margin-top: -22px;
    letter-spacing: 1px;
    color: #E5E5E5;
}

.navbar-header-dev {
    background-color: #03417d;
}

.navbar-header-test {
    /*background-color: #67221f;*/ /* Use this color during Go-Live */
    background-color: #03417d;
}

.navbar-header-training {
    background-color: #375b5d;
}

.navbar-header-prod {
    background-color: #03417d;
}

.navbar {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 0px !important;
    /*background-image: url('../../assets/images/Background.png');*/
}

.navbar-brand {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
}

.navbar-desktopview {
    background-image: url('../../assets/images/Background.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.navbar-mobileview {
    background-image: url('../../assets/images/Background.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.sidebar-alignment {
    line-height: 0px !important;
    height: 30px !important;
    top: 6px;
}

.sidebar-align-help {
    line-height: 30px !important;
    height: 30px !important;
}

.center-BannerImage {
    margin-top: -70px !important;
    margin-bottom: -5px !important;
}

    .center-BannerImage > img {
        width: 600px !important;
    }

.center-LoginImage {
    text-align: center !important;
    margin-left: -15px !important;
}

    .center-LoginImage > img {
        width: 400px !important;
    }

.banner-position {
    position: relative;
    z-index: 1;
    top: -25px;
}

.navbar .navbar-toggle {
    width: 25px;
    height: 20px;
    border-radius: 2px;
}

.user-info {
    max-width: 150px !important;
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-collapse, .navbar .navbar-header {
        margin-top: -32px;
    }
}

.login-box .toolbar-dev {
    background: #03417d !important;
    border-top: 2px solid #03417d !important;
}

.login-box .toolbar-test {
    /*background: #67221f !important;
    border-top: 2px solid #67221f !important;*/ /* Use this color during Go-Live */
    background: #03417d !important;
    border-top: 2px solid #03417d !important;
}

.login-box .toolbar-training {
    background: #375b5d !important;
    border-top: 2px solid #375b5d !important;
}

.login-box .toolbar-prod {
    background: #03417d !important;
    border-top: 2px solid #03417d !important;
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-collapse, .navbar .navbar-header {
        margin-top: -32px;
    }
}

/* CSS FOR ESRI  Address Lookup */
.esriAddressResults {
    display: block;
    z-index: 99;
    width: 100%;
    position: relative;
    left: 0px;
    /* top: 100%; */
    top: 0px;
    margin: -1px 0 0;
    border: 1px solid #c5d0dc;
    border-top: 0;
    padding: 0;
    background: #f8f8f8;
    -webkit-border-radius: 0 0 5px 5px;
}

.esriAddressResult {
    padding: 6px;
    display: block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

@media only screen and (max-width: 800px) {
    .sideMenuCard {
        display: none !important;
    }
}
body {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding-bottom: 0px !important;
}

body::-webkit-scrollbar {
    height: 10px !important;
    width: 10px !important;
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: #03417d;
    border-radius: 5px;
    border: 2px solid #03417d;
}

@media only screen and (min-width: 1600px) {
    .sideMenuCard {
        height: 77vh;
    }
}

@media only screen and (min-width: 1680px) {
    .sideMenuCard {
        height: 75vh;
    }
}

@media only screen and (min-width: 1777px) {
    .sideMenuCard {
        height: 69vh;
    }
}

@media only screen and (min-width: 1897px) {
    .sideMenuCard {
        height: 67vh;
    }
}

@media only screen and (min-width: 2000px) {
    .sideMenuCard {
        height:62vh ;
    }
}

@media only screen and (min-width: 2133px) {
    .sideMenuCard {
        height:58vh;
    }
}

@media only screen and (min-width: 2400px) {
    .sideMenuCard {
        height:51vh;
    }
}
@media only screen and (min-width: 3200px) {
    .sideMenuCard {
        height: 40vh;
    }
}
@media only screen and (min-width: 4800px) {
    .sideMenuCard {
        height: 28vh;
    }
}
@media only screen and (min-width: 6400px) {
    .sideMenuCard {
        height: 20vh;
    }
}