﻿.spanish .textarea .tinymce .textareadiv .error .comments .options .login .numeric .txtnumeric {
}

.mainbody {
    background: white;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.ui-dialog-titlebar-close {
    display: none;
}

ul.dropdown-menu {
    background-color: #002D72 !important;
}

.link {
    color: blue !important;
    text-decoration: underline !important;
    outline: none;
    cursor: pointer;
}

ul.dropdown-menu > li > a {
    display: block !important;
    padding: 3px 20px !important;
    clear: both !important;
    line-height: 1.42857143 !important;
    font-weight: bold !important;
    color: #013b8f !important;
    background-color: #91a7c9 !important;
    white-space: nowrap !important;
}

ul.dropdown-menu {
    text-decoration: none;
    font-weight: bold;
    color: #013b8f !important;
    background-color: #91a7c9 !important;
}

    ul.dropdown-menu > li > a:hover,
    ul.dropdown-menu > li > a:focus {
        text-decoration: none;
        font-weight: bold !important;
        color: #f6b221 !important;
        background-color: #0A296F !important;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #002D72 !important;
    outline: 0 !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #002D72 !important;
}

/*#region Navbar */

.navbar-default ul.dropdown-menu > li > a {
    display: block !important;
    padding: 3px 20px !important;
    clear: both !important;
    line-height: 1.42857143 !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    background-color: #991a46 !important;
    white-space: nowrap !important;
}

.navbar-default ul.dropdown-menu {
    text-decoration: none;
    font-weight: bold;
    background-color: #991a46 !important;
}

    .navbar-default ul.dropdown-menu > li > a:hover,
    .navbar-default ul.dropdown-menu > li > a:focus {
        text-decoration: none;
        font-weight: bold !important;
        color: #f6b221 !important;
        background-color: #910048 !important;
    }


.navbar-default {
    background-color: #8F1842 !important;
    border-color: #910048 !important;
    background-image: none !important;
}

    .navbar-default .navbar-text {
        font-weight: bold !important;
        color: #FFFFFF !important;
    }

    .navbar-default .navbar-nav > li > a {
        font-weight: bold !important;
        color: #FFFFFF !important;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            font-weight: bold !important;
            color: #f6b221 !important;
            background-color: #910048 !important;
            background-image: none !important;
        }


    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus {
        font-weight: bold !important;
        color: #0C2A6F !important;
        background-color: #91a7c9 !important;
        background-image: none !important;
    }

        .navbar-default .navbar-nav > .active > a:hover {
            font-weight: bold !important;
            color: #f6b221 !important;
            background-color: #0C2A6F !important;
            background-image: none !important;
        }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        font-weight: bold !important;
        color: #f6b221 !important;
        background-color: #910048 !important;
    }

    .navbar-default .navbar-toggle {
        font-weight: bold !important;
        border-color: #91a7c9 !important;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #910048 !important;
            background-image: none !important;
        }

    .navbar-default .navbar-collapse {
        border-color: #FFFFFF !important;
        background-image: none !important;
    }

    .navbar-default .navbar-link {
        font-weight: bold !important;
        color: #FFFFFF !important;
        background-image: none !important;
    }

        .navbar-default .navbar-link:hover {
            font-weight: bold !important;
            color: #f6b221 !important;
            background-color: #910048 !important;
            background-image: none !important;
        }

/*#endregion Navbar */


@media (min-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        font-weight: bold !important;
        color: #013b8f !important;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #0A296F !important;
            font-weight: bold !important;
            color: #f6b221 !important;
            background-image: none !important;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        font-weight: bold !important;
        color: #0C2A6F !important;
        background-color: #91a7c9 !important;
    }
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dropdown-menu-left {
    right: auto !important;
    left: 0 !important;
}

.dropdown-header {
    display: block !important;
    padding: 3px 20px !important;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    color: #777 !important;
    white-space: nowrap !important;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0 !important;
    border-bottom: 4px dashed !important;
    border-bottom: 4px solid \9 !important;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 2px !important;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }

    .navbar-right .dropdown-menu-left {
        right: auto !important;
        left: 0 !important;
    }
}

@media (min-width: 1131px) and (max-width: 1600px) {
    .horizontal-pad-left-medium {
        padding-left: 80px;
    }
}
/*button responsive*/
@media (min-width: 1080px) and (max-width: 1130px) {
    .horizontal-pad-left-medium {
        padding-left: 47px;
    }
}

@media (min-width: 868px) and (max-width: 1080px) {
    .horizontal-pad-left-medium {
        padding-left: 0;
        font-size: 75%;
        line-height: 1.2;
        margin-top: 1%;
    }

    .form-control {
        font-size: 96%;
        line-height: 1.2;
        margin-left: -5%;
    }

    .navbar-left {
        font-size: 75%;
        line-height: 1.2;
    }

    .navbar-right {
        font-size: 75%;
        line-height: 1.2;
        margin-left: 4%;
    }
}

@media (min-width: 766px) and (max-width: 867px) {
    .horizontal-pad-left-medium {
        padding-left: 0;
        font-size: 70%;
        line-height: 1.2;
        margin-top: 1%;
    }

    .form-control {
        font-size: 89%;
        line-height: 1.2;
        margin-left: -10%;
    }

    .navbar-left {
        font-size: 70%;
        line-height: 1.2;
    }

    .navbar-right {
        font-size: 64%;
        line-height: 1.2;
    }

    .navbar-default {
        background-color: #bbc8dc !important;
        border-color: #002D72 !important;
        background-image: none !important;
        font-size: 12.8px;
    }

    .marginleftLegend {
        margin-left: 5%;
    }
}

@media (min-width: 530px) and (max-width:766px) {
    .marginleftLegend {
        margin-left: 5%;
    }
}

@media (min-width: 250px) and (max-width:530px) {
    .legendCheck {
        border-style: solid;
        border-width: 1px;
        max-width: 100px;
    }

    .marginleftLegend {
        margin-left: 2%;
    }

    .news {
        float: right;
        margin-top: 2px;
        margin-bottom: 16px;
        padding: 10px;
        min-width: 240px;
        height: 100px;
        border: 2px solid #fcaf17;
        border-radius: 0.5em;
        background-color: #c4cde4;
        color: #0f034e;
    }
}

@media (max-width: 250px) {
    .legendCheck {
        margin-top: 5%;
    }

    .marginleftLegend {
        margin-left: 0;
    }

    .news {
        float: right;
        margin-top: 2px;
        margin-bottom: 16px;
        padding: 10px;
        min-width: 240px;
        height: 100px;
        border: 2px solid #fcaf17;
        border-radius: 0.5em;
        background-color: #c4cde4;
        color: #0f034e;
    }
}

.vertical-space-small {
    margin-bottom: 1em !important;
}

.pageTitle {
    font-size: 22px;
    font-weight: 700;
}

.disabled-text {
    color: lightgray;
    font-style: italic;
}

.pagination {
    margin: 0;
}

.legend-highlight-text {
    color: #F79646;
}

.glyphicon-info-sign {
    font-size: 16px;
    color: black;
}

.modal-xl {
    width: 1400px;
}

.modal-large {
    width: 1200px;
    left: 10%;
    top: 5%;
}

.multiselect-container > .active > a > label {
    color: #ffffff !important;
}

.pointer {
    cursor: pointer;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.navbar-parent-entity-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav > li > a {
    line-height: 30px;
}

.multiline-text {
    margin-top: -1em;
    white-space: pre-line;
}

.adelogo {
    min-height: 75px;
    height: 99px;
    width: 200px;
    min-width: 75px;
    float: left;
}

.ddsig {
    height: 40px;
    margin-bottom: -22px;
    margin-top: 3vh;
}

.coversig {
    height: 80px;
    margin-top: -80px;
}

.superintendent {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    margin: 0 0 -100px 80px;
    min-height: 75px;
    height: 12vh;
}

.header-sign-style {
    margin-top: -7.0em;
}

.header-sign-padding {
    padding-top: 1em;
}

.header-left-part-margin {
    margin-left: -3.0em;
}

.header-seal-height {
    height: 6.0em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 5+ ONLY */
    ::i-block-chrome, .header-sign-style {
        margin-top: -5.0em;
    }
}

/*table.dataTable tr.odd {
    background-color: white !important;
}

table.dataTable tr.even {
    background-color: lightgray !important;
}*/

#tblgrid tr:hover {
    background-color: lightgreen !important;
}
/*contact ADE*/
.turquoise {
    background-color: #0F7699 !important;
}

.padRight5 {
    padding-right: 0.5em;
}

.padLeft5 {
    padding-left: 5px;
}

.padLeft10px {
    padding-left: 10px;
}

.pad5 {
    padding-top: 1em;
    zoom: 1;
    cursor: pointer;
}

.ade_button, .ade_button:hover {
    color: #FFFFFF;
    border-radius: 10px;
    width: 210px;
    white-space: nowrap;
    margin: 6px;
    text-align: center;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    font-size: 12pt !important;
    box-shadow: none !important;
    text-shadow: none;
    border-style: none !important;
    cursor: pointer;
    line-height: 3;
}

.popupheading {
    background-color: lightgreen;
    color: black;
    text-align: center;
    font-weight: bold;
    font-family: verdana;
    font-size: 10pt;
}

.ui-dialog-titlebar {
    background-color: #336699;
    color: #FFF;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.7;
}

.ui-widget-header {
    background: #336699;
    color: #FFF;
}

#loading {
    height: 100px;
    width: 300px;
    border: none;
    margin-left: 40%;
    background: url(../Content/images/ajax-loader-loading.gif) no-repeat;
}

.required {
    color: red;
}

.ui-datepicker .ui-datepicker-title select {
    color: #000;
}

.none {
    display: none;
}


a.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.col-centered {
    text-align: center
}

.response-prnt-text {
    text-decoration: underline;
    color: green;
}

.panel.pnl-portal {
    border-radius: 25px;
}

.panel.pnl-incident-inciInfo .panel-body,
.panel.pnl-incident-studentinfo .panel-body,
.panel.pnl-incident-entityrefinfo .panel-body,
.panel.pnl-incident-violationinfo .panel-body,
.panel.pnl-incident-actioninfo .panel-body,
.panel.pnl-incident-update-status .panel-body,
.panel.pnl-homepage-text .panel-body,
.panel.pnl-nodatacert .panel-body {
    background: #DDEBF7;
    border-radius: 25px;
}

.panel.pnl-incident-enrollinfo .panel-body {
    background: #ECF4FB;
    border-radius: 25px;
}

.panel.pnl-incident-studentinfo-readonly .panel-body {
    background: #FFFBF0;
    border-radius: 25px;
}

.alert-txt {
    color: green;
}

.errorField, .errorField + .btn-group > .multiselect {
    border: 2px solid red !important;
}


.form-group .control-label.req-label:after {
    content: "*";
    color: red;
}

.panel-borderless {
    border: 0;
    box-shadow: none;
}

.HandTool {
    cursor: pointer;
}


table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat !important;
    background-position: left !important;
}

table.dataTable thead > tr > th {
    padding-right: 0px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding-left: 1px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 1px;
}

.pnl-header-section {
    text-align: left;
    color: #31708f;
    font-size: 18px;
}

.app-header-div {
    text-align: center !important;
    color: #337ab7;
    font-weight: bold !important;
    font-size: 20px !important;
}

#tblParents.dataTable thead th {
    border-bottom: 0;
}

#tblParents.dataTable tfoot th {
    border-top: 0;
}

#tblParents.dataTable.no-footer {
    border-bottom: 0;
}

/*.readonly-form input[type="text"], .readonly-form textarea, .readonly-form select, .readonly-form input[type="checkbox"], .readonly-form img, .readonly-form input[type="radio"], .readonly-form label[class="checkbox-inline"] {
    pointer-events: none;
}*/

.signature {
    /*cursor: url(~/Content/images/Hopstarter-Soft-Scraps-Pen-Blue.ico), auto*/
    cursor: crosshair, auto
}

.banner-primary-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2.4vw !important; /*40px;*/
    color: #002D72;
}

.banner-secondary-font {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 1.4vw !important; /*24px;*/
    color: #002D72;
}

.banner-divider-line {
    color: #CB6015 !important;
    background-color: #CB6015 !important;
    height: 2px;
    border-width: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 44vw; /*50%;*/
    text-align: left;
    margin-left: 0;
}

.banner-seal-region {
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}