/*
 * Copyright (c) 2022.  Ohio Department of Education. - All Rights Reserved.
 * Unauthorized copying of this file, in any medium, is strictly prohibited.
 * Written by the State Software Development Team (http://ssdt.oecn.k12.oh.us/)
 *
 */

@media print {
    * {
        font-size: 10px !important;
        font-weight: 400 !important;
        font-family: "Times New Roman", serif, monospace !important;
    }

    .container-fluid {
        padding: 0px !important;
        margin: 0px !important;
        width: 100% !important;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    background-color: #ffffff;
}

.navbar .nav > li > a {
    padding: 10px 8px 2px;
}

.navbar .container .col-lg-4 {
    margin-left: 5px;
}

.navbar {
    margin-bottom: 0px !important;
    min-height: unset;
}

.navbar-text {
    color: white !important;
}

.navbar-brand {
    line-height: 2em;
    font-size: inherit;
    padding: 0;
    height: 30px;
}

.logo {
    line-height: 2.8em;
}

.nav-tabs li {
    background-color: #a00428;
    background: linear-gradient(#a00428, #8d0025);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a00428', endColorstr='#8d0025', GradientType=0);
}

.nav-tabs a,
.nav-tabs li a {
    color: white !important;
    font-weight: bold;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #ffffff;
    background-color: #555555;
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #555555;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #6e6e6e;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #555555;
}

ul.dropdown-menu > li.subhead {
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.dropdown-menu > li.subitem > a {
    padding-left: 30px;
    padding-right: 20px;
}

.head {
    font-weight: 500;
    font-family: inherit;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    color: inherit;
}

/*h2 equiv*/
.font-30 {
    font-size: 30px;
}

/*h3 equiv*/
.font-24 {
    font-size: 24px;
}

/*h4 equiv*/
.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px;
}

/*h5 equiv*/
.font-14 {
    font-size: 14px;
}

.bkgd-blk {
    background-color: black;
}

.bkgd-ltcyan {
    background-color: lightcyan
}

.skip-link {
    position: absolute;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    font-size: 16px;
    overflow: hidden;
    background-color: #ffffe0;
    padding: 8px;
}

.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
}

a {
    color: #0808ca;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    font-weight: bold;
}

.appName {
    display: inline;
    font-weight: bold !important;
    text-align: right;
}

.legal p {
    font-style: italic;
    font-weight: bolder;
}

legend {
    display: inline-block;
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: bold;
}

legend.input-label-style {
    margin-bottom: 0;
    font-size: inherit;
}

.row [class*="col"] label,
.row label {
    margin-bottom: 0px;
    font-weight: bold;
    color: #000000;
}

.row [class*="col"] {
    font-weight: 200;
}

.row [class*="col"] .checklistForm fieldset > label ,
.row .checklistForm fieldset > label  {
    font-weight: normal;
    color: #000000;
    vertical-align: text-bottom;
}

.checklistForm {
    margin-bottom: 1.5em;
}

div.checklistForm input {
    width: 3em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div.page-controls form {
    display: inline;
}

div.control-group label {
    font-weight: bold;
}

/* hack for t-palette inside boostrap control-group */
div.control-group div.t-palette * {
    margin-left: auto;
}

.section-head .row [class*="col"] label,
.section-head .row label,
.section-head .row [class*="col"] p.head,
.section-head .row p.head {
    margin-bottom: 0px;
    padding-left: 0.5em;
    font-weight: 700;
    color: #000000;
    background-color: #A6C9FA;
    width: 100%;
}

/* hack for duplicate(?) div.controls in beanedit form.*/
div.control-group div.controls > div.controls {
    margin-left: auto;
}

.form-inline .control-group select {
    margin-top: 3px;
    margin-bottom: 0px;
    margin-right: 3px;
}
.form-control {
    height: 30px;
    font-size: 13px;
}


/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.input-small {
    width: 30%;
}

.input-medium {
    width: 50%;
}

.input-large {
    width: 70%;
}

.form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #eeeeee;
    border-top: 1px solid #dddddd;
}

.form-actions textarea,
.form-actions input,
.form-actions select,
.form-actions a.btn {
    margin-bottom: 8px;
}

.queryForm label {
    font-weight: normal !important;
}

.queryForm {
    background-color: #e6e6e6;
    margin-top: .8em;
}

.queryForm input[type="text"],
.queryForm input[type="number"],
.queryForm select {
    background-color: #ffffff;
    margin-bottom: 8px;
}

.queryForm .control-group {
    margin-bottom: 0;
}

.queryForm .checkbox {
    margin-left: 20px;
}

.from-to-grades > select {
    display: inline-block;
    width: 72px;
}

.from-to-dates > input {
    display: inline-block;
    width: 135px;
}

.date-input > input {
    width: 150px;
}

#export > input {
    margin-top: 2px;
}

#find > input {
    margin-right: 1em;
}

.headerRow {
    background-color: #A6C9FA;
}

.headerRow .row [class*="col"] > p.head,
.headerRow.row [class*="col"] > p.head {
    font-weight: bold;
}

.detailDisplay thead th {
    background-color: #A6C9FA;
    color: #000000;
}

.detailDisplay table {
    border-radius: 5px;
    border: 1px solid lightgray;
}

.table-hover tbody tr:hover > th,
.table-hover thead tr.no-hover > th {
    background-color: #A6C9FA;
}

.detailRow {
    padding-bottom: 4px;
}

.addComment .btn  {
    background-image: url("/oddex/assets/meta/20bdec1c/img/comment_add.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 2px center;
    text-indent: 1.3em;
    margin-right: 1em;
}

.addComment .btn:hover {
    background-position: inherit;
}

.reviewNoError .btn {
    background-image: url("/oddex/assets/meta/fe1a6202/img/accept.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 2px center;
    text-indent: 1.3em;
    margin-right: 1em;
}

.reviewNoError .btn:hover {
    background-position: inherit;
}

.escalate .btn {
    background-image: url("/oddex/assets/meta/782aa797/img/up_arrow.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 2px center;
    text-indent: 1.3em;
    margin-right: 1em;
}

.escalate .btn:hover {
    background-position: inherit;
}

a.no-outline{
    outline: none;
    text-decoration: underline;
}

div.popupDetails label {
    font-weight: bold;
    text-align: left;
    width: auto;
    display: inline;
}

div.popupDetails {
    display: inline;
}

.pagination {
    margin: unset;
    margin-bottom: .5em;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: black;
    cursor: not-allowed;
    background-color: whitesmoke ;
    border-color: #ddd;
}

.export-error div.t-error {
    margin-top: 0;
    margin-bottom: 1.5em;
    margin-left: .5em;
    margin-right: .5em;
}

.export-error div.t-error ul {
    background-color: inherit;
    margin-left: 3.5em;
    margin-top: .4em;
    margin-bottom: .2em;
    margin-right: .1em;
}

.strike-through {
    text-decoration: line-through;
}

.no-decoration {
    text-decoration: none;
}

.expand-collapse h4 {
    display: inline;
}

.expand-collapse p.head {
    display: inline;
}

.expand-collapse a {
    display: inline;
    padding-left: 1em;
}

/* alert-danger used by <t:errors> - default bootstrap values result in contrast error for WCAG */
.alert-danger {
    color: #a00428;
    background-color: #f8e5e5;
    border-color: #ebccd1;
}

.radio-group.required .radio-group-label:after {
    content:"*";
    color: red;
    font-size: larger;
    font-weight: bold;
}

.form-group.required .control-label:after {
    content:"*";
    color: red;
    font-size: larger;
    font-weight: bold;
}

.form-group.required .required-footnote:before {
    content:"*";
    color: red;
    font-size: larger;
    font-weight: bold;
}

.form-group.required {
    margin-bottom: .5em;
}

.detailDisplay .control-label:after {
    content:"*";
    color: red;
    font-size: larger;
    padding-left: .2em;
}

#studentDetailZone .required-footnote:before {
    content:"*";
    color: red;
    font-size: large;
}

.required-footnote:before {
    content:"*";
    color: red;
    font-size: large;
}

.escalateCode {
    color: #a00428;
}

.error-msg {
    color: red;
}

.help-link,
.help-link:active {
    color: #0808ca;
    text-decoration: none;
    outline: 0;
    outline-style: none;
    margin-left: 1em;
}

.help-link:focus,
.help-link:hover {
    color: #23527c;
    text-decoration: underline;
    font-weight: bold;
    outline: 0;
    outline-style: none;
    outline-offset: unset;
}

.clearfix {
    clear: both
}

ul.no-bullets {
    list-style-type: none;
}

.btn {
    padding: 3px 10px;
    font-size: 13px;
}

.btn-ssdt {
    color: #333333;
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    font-size: 13px;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-repeat: repeat-x;
}
.btn-ssdt:hover,
.btn-ssdt:focus,
.btn-ssdt:active,
.btn-ssdt.active,
.btn-ssdt.disabled,
.btn-ssdt[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}
.btn-ssdt:active,
.btn-ssdt.active {
    background-color: #cccccc \9;
}
.btn-ssdt:hover,
.btn-ssdt:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.btn-ssdt:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn-ssdt.active,
.btn-ssdt:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-ssdt.disabled,
.btn-ssdt[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-last {
    margin-bottom: 10px;
}

.grid-btn {
    background-size: 12px 12px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
}

.row-flex {
    display: flex !important;
}

.popup-heading {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 12px;
}

.custom-tooltip + .tooltip {
    border-radius: 3px;
    font-size: 14px;
}
.custom-tooltip + .tooltip > .tooltip-arrow {
    display: none;
}

.glyphicon-white {
    color: white;
}

.glyphicon-black {
    color: #333333;
}

/* Bootstrap Dialog Modal */
.print-modal {
    float: left;
}

.modal-header,
.modal-header p.head {
    background: #000000FF linear-gradient(#000000FF, #4a4547);
    color: white;
}

div.modal-footer > .btn-warning {
    color: #fff;
    background-color: #000000;
    border-color: #eea236;
}
div.modal-footer > .btn-warning:focus,
div.modal-footer > .btn-warning.focus {
    color: #fff;
    background-color: #626161;
    border-color: #985f0d;
}
div.modal-footer > .btn-warning:hover {
    color: #fff;
    background-color: #626161;
    border-color: #d58512;
}

div.modal-footer > .btn-warning:active,
div.modal-footer > .btn-warning.active {
    color: #fff;
    background-color: #000000;
    background-image: none;
    border-color: #d58512;
}
div.modal-footer > .btn-warning:active:hover,
div.modal-footer > .btn-warning.active:hover,
div.modal-footer > .btn-warning:active:focus,
div.modal-footer > .btn-warning.active:focus,
div.modal-footer > .btn-warning:active.focus,
div.modal-footer > .btn-warning.active.focus {
    color: #fff;
    background-color: #000000;
    border-color: #985f0d;
}
div.modal-footer > .btn-warning.disabled:hover,
div.modal-footer > .btn-warning[disabled]:hover,
div.modal-footer > .btn-warning.disabled:focus,
div.modal-footer > .btn-warning[disabled]:focus,
div.modal-footer > .btn-warning.disabled.focus,
div.modal-footer > .btn-warning[disabled].focus {
    background-color: #6e6e6e;
    border-color: #eea236;
}

.modal-xl {
    min-width: 90%;
}

p.modal-title.head {
    color: #575656;
}

/* Bootstrap Panel */
.panel-heading {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\2212";
    float: left;
    color: grey;
    padding-right: 8px;
}

.panel-heading a.collapsed:after {
    content:"\2b";
}

/* Bootstrap Modal close button */
.modal-header .close {
    margin-top: -20px;
}

/* The a.close is used by the confirmation dialogs created by Tapestry*/
.modal-header a.close {
    margin-top: 2px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 black;
    filter: none;
    opacity: unset;
}
.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* Add Comment Dialog popup using Bootstrap Modal*/

.add-comment-modal {
    margin-left: 10px;
    margin-right: 10px;
}

.add-comment-modal .btn {
    background-image: none;
    background-size: unset;
    text-indent: unset;
}

.comment-textarea {
    width: 90%;
}

.form-control.comment-textarea {
    padding-left: 5px;
}