body{
    height: 100%;
    overflow: hidden;
}
.login-form-container {
    max-width: 400px;
    margin: 0 auto;
    background: #f9f9f9;
    border: 1px solid #ccc;
}
.login-container{
	margin-top: 24vh;
}
#loginBackground {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
    background: #16a085;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-title {
    text-align: center;
    color: #fff;
    font-size: 39px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.login-title span {
    font-weight: normal;
}

.login-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.create-account-container {
    max-width: 400px;
    margin: 0 auto;
    background: #f9f9f9;
}
.register-label {
    line-height: 35px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 15px;
    color: #4a4a4a;
}

.forgot-password-link {
    text-align: center;
    margin-top: 5px;
}

.forgot-password-link a {
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #ccc;
}

.forgot-password-link a:hover {
    color: #007bff;
}

footer.login-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    text-align: center;
    padding-bottom: 5px;
}

.footer-copyright {
    color: #e2e2e2;
    width: 100%;
}

.footer-copyright a {
    color: #e2e2e2;
    text-decoration: none;
    font-weight: 500;
}

.footer-copyright a:hover {
    color: #fff;
}

.row.main-container-row {
    height: 100%;
}

.sidebar-container {
    height: 100vh;
    background: #3e3e3e;
    position: fixed;
    width: 16.66%;
}

.sidebar-menu {
    color: #fff;
    border-top: 1px solid #504f4f;
}

.sidebar-menu-item {
    padding: 10px;
    border-left: 5px solid #353535;
    border-bottom: 1px solid #353535;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-menu-item.active {
    border-left: 5px solid #fff !important;
    background: #464646;
    font-weight: 500;
}

.sidebar-menu-item:hover {
    border-left: 5px solid #6f6f6f;
    text-decoration: none;
    color: #fff;
}

.sidebar-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sidebar-footer-item {
    text-align: center;
}

.sidebar-footer-item a {
    color: #fff;
}

.sidebar-footer-item a:hover {
    color: #ccc;
}

.sidebar-logo {
    text-align: center;
    color: #8da3cc;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* margin-bottom: 30px; */
    padding-top: 30px;
    background: #383838;
    padding-bottom: 30px;
}

.sidebar-logo span {
    font-weight: normal;
}
.custom-datatable{
    margin-top: 0px !important;
}
div#forgotPasswordMessage {
    text-align: center;
    font-size: 12px;
    color: #ccc;
}
.light-grey-bg{
    background: #f5f5f5;
}

.dark-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.7);
    z-index: 4;
}

.overlay-message {
    text-align: center;
    color: #9fb7e4;
    margin-top: 25vh;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.toast {
    width: 300px;
}

.toast-header-image {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin-right: 6px;
}

div#confirmModal .modal-dialog {
    max-width: 350px;
}

#confirmModal .modal-footer button {
    margin-right: 0px;
}

#confirmModal .modal-body {
    text-align: center;
    padding: 25px;
    font-size: 14px;
}

#confirmModal .modal-title {
    text-transform: uppercase;
    font-size: 17px;
    color: #494f54;
}



div#confirmModalNew .modal-dialog {
    max-width: 350px;
}

#confirmModalNew .modal-footer button {
    margin-right: 0px;
}

#confirmModalNew .modal-body {
    text-align: center;
    padding: 25px;
    font-size: 14px;
}

#confirmModalNew .modal-title {
    text-transform: uppercase;
    font-size: 17px;
    color: #494f54;
}

textarea.remark-text.form-control {
    margin-top: 10px;
    line-height: 18px;
    height: 90px;
    font-size: 14px;
}



div#measureDistanceDisplay {
    text-align: center;
    color: #cecece;
    font-size: 13px;
    margin-bottom: 10px;
    display: none;
}


.target-display-container {
    margin-top: 50px;
    display: none;
}

.target-display {
    background: #65a6d3;
    width: 200px;
    margin: 0 auto;
    height: 200px;
    border-radius: 50%;
}

.target-id {
    text-align: center;
    padding-top: 40px;
    font-size: 80px;
    line-height: 80px;
    color: #3e3e3e;
    font-weight: bold;
}

.target-label {
    text-align: center;
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 4px;
        padding: 5px;
    line-height: 20px;
}
.footer-links {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}

.citygate-logo {
    width: 100%;
    text-align: center;
}

.help-link {
    float: right;
    width: 100%;
    text-align: right;
    color: #949494;
}

.citygate-logo img {
    width: 50%;
    /* margin-left: 10px; */
    margin-bottom: 0px;
}

.help-link a {
    width: calc(100% - 10px);
    margin-right: 5px;
}

.help-link a i {
    font-size: 13px;
    /* line-height: 28px; */
}

span#place-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}

div#searchContainer {
    position: relative;
}

button#searchBtn {
    position: absolute;
    right: 0px;
    top: 0;
}
button#clearBtn{
    position: absolute;
    right: 0px;
    top: 0;
    display: none;
}

/* Checkbox menu */
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
    font-size: 15px;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #3e3e3e;
    color: #fff;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #464646;
}
span.btn-text {
    margin-right: 10px;
}

div#layerSelectionContainer {
    position: absolute;
    top: 55px;
    right: 10px;
    min-width: 210px;
    z-index: 0;
    display: none;
}

div#layerSelectionContainer button {
    background: #fff;
    width: 100%;
}
.overlayMapLabel {
    background: #3c8cd7;
    border: 1px solid white;
    position: absolute;
    color: #fff;
    padding: 5px;
    font-size: 9px;
    display: block;
    min-width: 50px;
    text-align: center;
    visibility: hidden;
}

.overlayMapDistrictLabel {
    /*background: #3c8cd7;
    border: 1px solid white;*/
    position: absolute;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    display: block;
    min-width: 30px;
    text-align: center;
    visibility: visible;
    border-radius: 3px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    transform: translate(-50%, -50%);
}

.infowindow-title {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.infowindow-label {
    text-transform: uppercase;
    font-size: 11px;
}

.infowindow-value {
    font-weight: bold;
    color: #636363;
}

.infowindow-row {
    margin-bottom: 5px;
}

.infowindow-cname {
    font-size: 11px;
    color: #989898;
}

.infowindow-comment {
    font-size: 14px;
    margin-top: 3px;
}


div#customAlert .modal-dialog {
    max-width: 350px;
}


div#customAlert .modal-title {
    text-transform: uppercase;
    font-size: 16px;
}

div#customAlert .modal-body {
    background: #f5f5f5;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
}

.deviation-check{
    display: none;
}








#mapStyleContainer {
    position: absolute;
    top: 10px;
    right: 105px;
    z-index: 3;
    width: 115px;
    overflow: hidden;
    height: auto;
    display: none;
    min-height: 40px;
}

#mapStyleContainer button {
    /* width: 100%; */
    /* display: block; */
    position: absolute;
    top: 0;
    left: 0;
}

div#layerSelectionContainer {
    z-index: 2;
}

.style-content {
    background: #fff;
    min-height: 200px;
    width: 100%;
    /* position: absolute; */
    margin-top: 20px;
    z-index: 5;
    border-radius: 5px;
    display: none;
}

#mapStyleContainer button {
    position: absolute;
}

.style-content {
    padding-top: 18px;
}

.map-style-row {
    /* padding: 5px; */
    border-top: 1px solid #f3f3f3;
    /* margin: 5px; */
    background: #ffffff;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #3e3e3e;
    padding-left: 10px;
}

.map-style-row.selected {
    background: #464646 !important;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding-left: 10px;
}
.map-style-row:hover {
    cursor: pointer;
    background: #f5f5f5;
}

.style-content {
    overflow: hidden;
    padding-bottom: 5px;
}

button#printBtn {
    position: absolute;
    right: 60px;
    top: 10px;
    z-index: 1;
    color: #666;
    border-radius: 2px;
    background: #fff;
    width: 40px;
    height: 40px;
}

div#districtNumberWarning {
    font-size: 12px;
    color: #fb8913;
}
.btn-half {
    width: 50%;
}

.forgot-password-link.change-password {
    margin-bottom: 10px;
}

.forgot-password-link.change-password a:hover {
    color: #17a2b8;
}

div#mapPointer {
    position: absolute;
    z-index: 3;
    background: #fff;
    bottom: 37px;
    left: 60px;
    border-radius: 3px;
}

div#pointerFieldDisplay {
    padding: 10px;
    min-width: 250px;
}

.pointer-field-row {
    overflow: hidden;
    margin-bottom: 5px;
}

.poiner-field-label {
    float: left;
    font-size: 13px;
    margin-right: 4px;
}

.pointer-field-value {
    float: left;
    font-weight: bold;
    color: #928f8f;
    border-left: 1px solid #ccc;
    padding-left: 5px;
}

.poiner-field-label select {
    padding: 5px;
    text-align: center;
    min-width: 130px;
}

div#pointerFieldSelector {
    padding: 5px;
}

button#showTipBtn {
    margin-top: 0px;
}

div#mapPointer {
    min-width: 250px;
}

.pointer-field-value {
    text-align: center;
    width: 90px;
}

button#showTipBtn {
    display: none;
}

.pointer-field-value {
    margin-left: 5px;
}

.pending-approval-message {
    font-size: 17px;
    text-align: center;
    padding: 40px;
}

.pending-approval-message-sub {
    text-align: center;
    font-size: 12px;
    color: #777676;
}

.dynamic-login-heading {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

div#primaryHeadingText {
    font-weight: bold;
    font-size: 1.3rem;
}

div#secondaryHeadingText {
    font-size: 0.8rem;
}

.dynamic-client-logo img {
    max-width: 35%;
    width: 150px;
}

.dynamic-client-logo {
    text-align: center;
    margin-bottom: 10px;
}

.login-footer-new {
    position: absolute;
    left: 10px;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.login-footer-new-image img {
    max-width: 150px;
    /* float: left; */
}

.login-footer-new-image {
    float: left;
}

.login-footer-new-title {
    float: left;
}

.login-footer-new-title {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 43px;
    font-weight: bold;
    padding-left: 8px;
}

.login-footer-new-title span {
    font-weight: 300;
}

.login-footer-new-image {
    border-right: 1px solid #75b1c7;
    width: 140px;
}

.sidebar-logo-container {
    background: #383838;
}

.sidebar-logo {
    padding-top: 10px;
    padding-bottom: 0px;
}

.sidebar-client-name {
    text-align: center;
    margin: 0 auto;
    color: #ccc;
    width: auto;
    /* background: #000; */
    display: table;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid #5e6269;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}

.sidebar-user-name {
    text-align: center;
    background: #8da3cc;
    margin-top: 10px;
    color: #383838;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px;
    /* border-bottom: 3px solid #000; */
}

div#confirmModal .modal-footer button {float: left;width: calc(50% - 5px);}

div#confirmModal .modal-footer {
    display: block;
}

.census-year-text {
    position: absolute;
    right: 5px;
    bottom: 20px;
    font-size: 11px;
    background: #fffffff2;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 21px;
}

div#commentCensusYear {
    left: 10px;
    right: unset;
    bottom: unset;
    top: 52px;
}

div#editorCensusYear {
    z-index: 1;
}

.overlay-message a {
    text-decoration: none;
    color: #bec8dc;
}

.overlay-message a:hover {
    color: #fff;
}

.terms-agree-message {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 12px;
    /* text-transform: uppercase; */
}

.invalid-district-deviation {
    color: #c00;
    font-weight: bold;
}
.invalid-district-deviation span{
    color: #c00 !important;
    font-weight: bold;
}

.selected .invalid-district-deviation {
    color: #ff5959;
    font-weight: bold;
}
.selected .invalid-district-deviation span{
    color: #ff5959 !important;
    font-weight: bold;
}

.unread-message-count {
    position: absolute;
    right: 5px;
    color: #ffffff;
    top: 5px;
    background: #393939;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
    border: 1px solid #8da3cc;
}

.message-user-row {
    position: relative;
}

.message-user-row.unread-message-user {
    background: #8da3cc !important;
}

.message-user-row.unread-message-user .message-user-name {
    color: #464646;
}

.message-user-row.unread-message-user .message-user-info {
    border-color: #464646 !important;
}

.message-user-row.unread-message-user .message-user-role {
    color: #464646;
}

.message-user-row.unread-message-user .message-user-contact {
    color: #697790;
}

.unread-message-count {
    display: none;
}

.unread-message-user .unread-message-count {
    display: block;
}



/* style changes
footer.login-footer {
    background: #00000057;
}
*/
/* dynamic color changes: login  default color #4573C8  example color #2e4252
div#loginBackground {
    background: #2e4252;
}
.btn-primary {
    background: #2e4252 !important;
}
*/

/*
dynamic color change comment and community
div#listPageHeader {
    background: #2e4252ed;
    border-bottom: 3px solid #2e4252;
}

div#listPageHeader .static-heading-secondary-container {
    border-left: 1px solid #00000069;
}

div#listPageHeader .static-heading-secondary-container a {
    background: #00000029;
}

div#listPageHeader .static-heading-secondary-container a:hover {
    background: #0000003d;
}

.btn-primary {
    background: #2e4252 !important;
}
*/

.g-recaptcha {
    display: inline-block;
}

.recaptcha-container {
    text-align: center;
}

#registerUserBtn[disabled] {
    background: #ccc !important;
    border: #ccc;
    color: #5f5f5f;
}

#forgotPasswordBtn[disabled] {
    background: #ccc !important;
    border: #ccc;
    color: #5f5f5f;
}

div#forgotPasswordMessage {
    margin-bottom: 20px;
}

.list-page-container-new{
    display: block;
    margin: 0 auto;
    width: 95%;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 30px;
    height: 100vh;
}

.list-page-container-new {
    background: #ccc;
}

.list-page-container-new .tab-content {
    background: #fff;
    height: calc(100vh - 158px);
    overflow-y: auto;
} 

.list-page-container-new .nav-tabs .nav-link {
    color: #353535;
}

.list-page-container-new .nav-tabs .nav-link.active {
    color: #505050;
    font-weight: bold;
}

.list-page-container-new .tab-content {
    padding: 20px;
}

.list-page-container-new .dataTables_length {
    float: left;
}

.list-page-container-new .dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
}

.list-page-container-new .dataTables_filter input:focus-visible {
    outline: none;
}

.list-page-container-new .paginate_button {
    border: 1px solid #1c5ea5;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 12px;
    margin: 2px;
    background: #397cc3;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.list-page-container-new .paginate_button.disabled {
    color: #ccc;
    border-color: #e2e2e2;
    background: #fff;
    cursor: default;
}

.list-page-container-new .paginate_button:hover {
    color: #fff;
}

.list-page-container-new .paginate_button.disabled:hover {
    color: #ccc;
}

.list-page-container-new .dataTables_info {
    /* float: left; */
    font-size: 12px;
    color: #8a8989;
}

.list-page-container-new thead tr {
    background: #383838;
    color: #fff;
}

.list-page-container-new .nav-tabs .nav-link.active span {
    font-weight: normal;
    font-size: 12px;
}

.list-page-container-new .nav-tabs .nav-link span {
    font-size: 12px;
}

.list-page-container-new .nav-tabs .nav-link {
    font-size: 20px;
}

span.no-attachment {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 30px;
    color: #ccc;
}

.overlayMapDistrictLabel {
    z-index: -1;
}

.show-school-container {
    margin: 5px;
    background: #fff;
    border-radius: 5px;
    padding: 7px;
    border: 1px solid #ccc;
    font-size: 12px;
    margin-bottom: 0px;
    color: #565656;
    transition: all .2s;
}

.show-school-container.active {
    background: #0075ff;
    color: #fff;
    border-color: #0063d900;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2) !important;
}

input#schoolVisibility {
    margin-top: 3px;
}

.school-name {
    font-weight: bold;
    font-size: 16px;
}

.school-infowindow {
    border-left: 5px solid #ccc;
    padding-left: 5px;
}


.plan-deviation-overview {
    color: #98bbe5;
}

.plan-deviation-overview-label {
    color: #98bbe5;
}

.plan-deviation-overview-value {
    color: #98bbe5;
}

.highest .district-deviation-overview-row-label {
    color: #e1d58d;
}

.highest .district-deviation-overview-row-value {
    color: #e1d58d;
}

.lowest .district-deviation-overview-row-label {
    color: #e79996;
}

.lowest .district-deviation-overview-row-value {
    color: #e79996;
}

span.dev-icon i.fa-check-square {
    color: #4caf50;
}

span.dev-icon i.fa-caret-square-up {
    color: #4e66c3;
}

