﻿/* Header */
.dws-header {
    background:#FFF url('../img/ngis-dws-logo.jpg') left center no-repeat;
    height:60px;
    margin:5px 0 5px 10px;
}
.dws-flag {
    background:#FFF url('../img/ngis-dws-flag.jpg') right center no-repeat;
    height:60px;
    margin:5px 10px 5px 0px;
}
.dws-theme {
    background:#FFF url('../img/ngis-dws-theme.jpg') right center no-repeat;
    height:60px;
    margin:5px 10px 5px 0px;
}

/*.ngis-disabled-textbox{background-color:#f8f8f8;color:grey}*/

.ngis-download-box {
    border-radius: .25em;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 3px solid #0097bc;
}

.ngis-checkbox input[type="checkbox"] {
    border-style: none;
    border-collapse: collapse;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 25px;
}

.alphabet-letter {
    background-color: #f0f0f0;
    border: solid 1px #e0e0e0;
    display: block;
    float: left;
    font-size: 0.8em;
    height: 25px;
    margin-bottom: 2px;
    margin-right: 2px;
    padding-top: 4px;
    text-align: center;
    width: 24px;
}

/* Error Pages */
.ngis-error-page{height:auto;background:#d2d6de;}
.ngis-error-box{width:50%;margin:3% auto;}
@media(max-width:768px){.chart-error-box{width:90%;margin-top:20px;}}
.ngis-error-box-body{background:#fff;padding:20px;border-top:0;color:#666;}
.ngis-error-title{text-align:center;margin-bottom:25px;font-weight:300;}
.ngis-error-msg{margin:0;text-align:left;padding: 0 20px 20px 20px;}

/* Utilities */
.ngis-audit-tracker{border-top:solid 1px #00c0ef;font-size:80%;padding-top:5px;}
.ngis-dropdown-item{display:none;}
.ngis-wrap-message{overflow-wrap:break-word;word-wrap:break-word;}
.ngis-content-wrapper{margin-left:0;}
.ngis-button-menu-wrapper{margin-left:auto;margin-right:auto;padding:15px 15px 0 15px;}
.ngis-modal-hide{display:none;}
.ngis-label{color: #525252 !important;font-weight:normal;}
.ngis-required-label{color:#808080!important;font-style:italic;font-weight:normal;}
.ngis-required:before{color:#f00;content: "* ";}
.ngis-validation-error{background-color:#A90329;border-radius:.25em;color:#fff!important;display:inline;font-size:75%;font-weight:700;line-height:1;padding: .2em .6em .3em;text-align:center;vertical-align:baseline;white-space:nowrap;}

/* Bootstrap Override - square buttons*/
.btn{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.panel{border-radius:0}.panel-heading{padding-left:7px}
.navbar .divider-vertical{height:50px;margin:0;border-right:1px solid #367fa9;}

/* Admin Override */
.content-wrapper{background-color: #DCDCDC;}
