@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    background-color: #00557b;
    /* font-family: 12px Arial, Helvetica, sans-serif;
    color: #000; */
}

#background {
    position:absolute;
    z-index:-1;
    left: 0;
    width:100%;
    height:100%;
    padding: 0;
    margin: 0;
}

label.error {
    display: block;
    font-size: 10px;
}

a {
    color: #000088;
    text-decoration: none;
}

.centeralign {
    text-align: center;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

a:hover {
    color: #0000DD;
/*    font-weight:bold;*/
}

input, textarea, select {
    font-family:inherit;
    font-size:13px;
    font-weight:inherit;
    line-height: 15px;
    color: #444;
}

/* layout and design stuff for blueprint grid */
container {
    background-color: #fff;
    border-radius: 10px;
}

/* h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #444;
} */



ul, ol { }

li {
    /* margin-bottom: 1.5rem; */
}

blockquote { }

a { color: #961A06; }

a:hover { text-decoration: none; }

a img {
    border: none;
}

img.left {
    float: left;
    margin: 0 30px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 30px;
}

.form-group label {
    display: block;
    margin: 0;
}

select {
    padding: 5px;
    border-radius: 2px;
}

/*Gets rid of text on buttons on small screens*/
@media screen and (max-width: 770px) {
    .btn-sm-txt {
        display:none;
    }
}

.hideall {
    display: none;
}

#aillogo_top {
    position: relative;
    width: 150px;
    top: 5px;
}

.ellipseTruncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#statusArea {
    text-align: center;
}

#wrapper {
    background-color: #fff;
}

/* Header */
#header {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #e0e9fe;
    -moz-border-radius-topleft: 10px;
}

/* Menu */
#menucontainer {
    padding: 87px 0 0 0;
    background-color: #e0e9fe;
    margin-left: -20px;
    margin-top: 3px;
    -moz-border-radius-topright: 10px;
}

#menu {
    width: 100%;
    height: 35px;
    vertical-align: bottom;
    border-bottom: 2px solid #d11b1b;
    color: #666;
}

#menu ul {
    padding: 0px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}

#menu li {
    display: inline-block;
    width: 90px;
    height: 35px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    vertical-align: bottom;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    zoom: 1;
    *display: inline;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

#menu a {
    display: inline-block;
    width: 90px;
    height: 35px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

#menu input.submit {
    display: block;
    float: left;
    width: 90px;
    height: 35px;
    padding: 10px 0px 0px 0px;
    background: #FF7700;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    border:none;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

#menu a:hover {
    background: #02657d;
    text-decoration: none;
    border-bottom: 2px solid #d11b1b;
    position:relative;
    bottom:5%;
    color: #fff;
}

#menu input:hover {
    background: #e0e9fe;
    text-decoration: none;
    border-bottom: 2px solid #d11b1b;
}

#menu ul li.active, #menu ul li.active a:hover, #menu ul li.active a  {
    background: #02657d;
    border-bottom: 2px solid #d11b1b;
    color: #fff;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

#menu .current_page_item a {
    background: url(images/img03.gif) no-repeat left top;
}

#menu .first {
}

/* LOGO */
#logo {
    padding: 0 0 0 0;
    margin-top: 3px;
}

#banner {
    padding-bottom: 20px;
}

/* Content */
#content{
}

#contentwrapper {
    background: url(images/back-top-2.jpg) no-repeat #fff ;
    padding: 25px 0 0 0;
}

div.emailToolbar {
    border: 1px solid #000000;
    border-radius: 1em 1em 0 0;
    padding: 5px;
    margin-top: 10px;
    background: #666666;
    color: #FFFFFF;
    padding: 5px 10px 10px;
}

/* Footer */
#footer {
    width: 100%;
    /*height: 125px;*/
    margin: 0 auto;
    padding: 0;
    background: url(images/footer.png) repeat-x left top;
    background-color: #212426;
    bottom: 0px;
    border-radius: 0 0 10px 10px;
}

#footer p {
    margin: 0;
    padding: 30px 0px 30px 0px;
    text-align: center;
    line-height: normal;
    color: white;
}

#footer a {
    color: #961A06;
}

/* login page */
.app-login-background {
    background-image: url("/images/background.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-signin {
    position: relative;
    width: 600px;
    margin: 0 auto;
    height: 100vh;
    z-index: 1;
    display: block;
    color: #fff;
}

.page-signin-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
}

/* Full screen bootstrap modal */
.modal-fs.modal-dialog {
	width: 95vw;
}

.login-box {
    background-color: #00557A;
}

.page-signin-icon {
    position: relative;
    top: 30px;
    line-height: 21px;
    width: 36px;
    border-color: rgba(0, 0, 0, .14);
    border-right-width: 1px;
    border-right-style: solid;
    text-align: center;
    font-size: 15px;
}

html[dir="rtl"] .page-signin-icon {
    border-right: 0;
    border-left-width: 1px;
    border-left-style: solid;
    left: auto;
    right: 1px;
}

html:not([dir="rtl"]) .page-signin-icon + .page-signin-form-control {
    padding-left: 50px;
}

html[dir="rtl"] .page-signin-icon + .page-signin-form-control {
    padding-right: 50px;
}

#page-signin-forgot-form {
    display: none;
}

.mobile-login-logo {
    background: #0095da!important;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.page-signin #aillogo_top {
    width: 250px;
}

.page-signin .login_form button {
    background-color: #fff;
}

.page-signin .login_form a {
    color: #0095da;
}

.dropdown-menu {
    min-width: 170px;
}

/* imageviewer content */
#content #filterOptions div, #content #imageViewerForm, #content #imageViewerGallery, #content #imageUploadForm {
    text-align: left;
}

#content #imageViewerGallery #imageGalleryResults > div { border: 1px solid #000000; padding: 5px; }

#content #imageViewerGallery #imageGalleryResults .scanit_success { background: #E6EFC2; }
#content #imageViewerGallery #imageGalleryResults .scanit_process_error { background: #FBE3E4; }
#content #imageViewerGallery #imageGalleryResults .scanit_qrcode_error { background: peachpuff; }
#content #imageViewerGallery #imageGalleryResults .scanit_user_choice_error { background: #FDF5CE; }
#content #imageViewerGallery #imageGalleryResults .scanit_student_error { background: #CFDEFF; }


/* bpcopier content */
#content #bpCopierContent #sourceUserArea #sourceBPDetails,
#content #bpCopierContent #targetUserArea #targetBPDetails {
    border: 1px solid #000000;
    height: 200px;
    margin-bottom: 20px;
    overflow: auto;
}

/* district file exporter */
#content #districtExportContent #exportOptions, #content #districtExportContent #loadingDisplay {
    font: 15px Arial, garuda, sans-serif;
    display: none;
}

#content #districtExportContent #exportOptions div, #content #districtExportContent #loadingDisplay {
    margin: 5px 0px;
}

#content .dctable {
    padding: 0;
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

#content .dctable thead th {
    background: none;
}

#content .dctable thead tr {
    font: bold 15px Verdana, Arial, sans-serif;
}

#content .dctable tbody tr {
    font-size: 12px;
}

#regradeLeftBar, #regradeRightBar {
    float: left;
    margin: 20px 10px;
}

#regradeLeftBar {
    width: 350px;
    height: 100%;
}

#regradeRightBar {
    width: 558px;
    height: 100%;
    border: 1px solid #000000;
    text-align: left;
}

.warningIcon {
    width: 22px;
    margin-bottom: 5px;
    margin-left: 5px;
    visibility: hidden;
}

.campus-history-information {
    max-height: 200px;
    overflow: auto;
}

/*
    on really wide screens make the boxes a little smaller - mostly monitoring tool usage - jjp
*/
@media (min-width: 1800px) {
    .col-xxl-2 {
        width: 16.66667%;
    }
}