﻿body {
    padding-top: 0px;
    background-color: #e8e8e8; /*rgb(255, 251, 245)*/
    font-size: 10pt;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*======== OEDStudentTracker =========*/
.maintable {
    border: 1px solid #bbb;
    width: 1000px;
    /*box-shadow: 0px 0px 10px #888888;*/
    background-color: aliceblue;
    border-collapse: separate;
    margin: auto;
    padding-top: 5px;
}

tr.solidbottom {
    border-bottom: solid 1px #ccc;
}

td, th {
    padding: 2px 4px;
    /*border: solid 1px red;*/
}

th {
    padding: 6px;
    text-align: center;
}

input[type="text"], input[type=password], select {
    border-radius: 3px;
    border: 1px solid #bbb;
    height: 1.7em;
    padding-left: 2px;
    /*color: #667;*/
}

    input[type="text"]:focus {
        background-color: lightyellow;
        border: 1px solid royalblue;
    }

textarea {
    border: 1px solid #bbb;
}

fieldset {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0.5em;
    padding-top: 0px;
    display: inline-block;
    width: 100%;
    background-color: #eee;
}

    fieldset legend {
        font-size: 1em;
        font-weight: bold;
        padding-left: 0.5em;
        padding-right: 0.5em;
        border: none;
        width: auto;
        margin-bottom: 0px;
        background-color: #eee;
    }

h4.pagetitle {
    color: steelblue;
    text-align: center;
}

h4.reportheading {
    margin-top: 20px;
    margin-bottom: 5px;
}

/*--- jquery-ui tabs --*/
#tabs {
    border: none;
    width: 1000px;
}

.ui-tabs {
    padding: 0px;
}

    .ui-tabs .ui-tabs-panel {
        padding: 0px;
    }

    .ui-tabs .ui-tab:not(.ui-tabs-active):hover {
        background: linear-gradient(to bottom, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%);
    }

    .ui-tabs .ui-tabs-nav li a {
        font-weight: bold;
    }

    .ui-tabs .ui-tabs-nav li {
        /* box-shadow: 0px 0px 5px #aaaaaa;*/
    }

.ui-tabs-nav {
    background: none;
    border: none;
}


.tabletight td {
    padding: 1px 10px 0px 4px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.tablehover tr:not(:first-child):not(:last-child):not(:nth-last-child(2)):hover {
    background-color: #3772fe;
    color: white;
    cursor: pointer;
}

.tablehover tr:not(:first-child):not(:last-child):hover a {
    background: #3772fe;
    color: white;
    cursor: pointer;
}

.QuickButtonClass {
    color: black;
}

.tablehover tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.tablehover td {
    border: 1px solid lightgrey;
}

.tablehover th {
    background: linear-gradient(#bafcba, #f4fcf3);
    background: linear-gradient(#cbd2ff, #edf1ff);
    border: 1px solid #bbb;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    /*font-size: 0.9em;*/
    color: #333;
}

.tablehover {
    /*box-shadow: 0px 0px 10px #888888;*/
}

    .tablehover > th > a {
        color: #1d3da5 !important;
        text-decoration: underline;
    }

.tablebasicsearch {
}

    .tablebasicsearch td {
        border: 1px solid lightgrey;
    }

    .tablebasicsearch th {
        background: linear-gradient(#bafcba, #f4fcf3);
        background: linear-gradient(#cbd2ff, #edf1ff);
        border: 1px solid #bbb;
        padding: 3px 3px 3px 3px;
        font-weight: bold;
        /*font-size: 0.9em;*/
        color: #333;
    }

    .tablebasicsearch > th > a {
        color: #1d3da5 !important;
        text-decoration: underline;
    }

    .tablebasicsearch tr:not(:first-child):not(:last-child):not(:nth-last-child(2)):hover {
        cursor: pointer;
    }

.tablestatic {
    width: 100%;
}

    .tablestatic tr:nth-child(odd) {
        background-color: #f0f0f0;
    }

    .tablestatic td {
        border: 1px solid lightgrey;
    }

    .tablestatic th {
        background: linear-gradient(#bafcba, #f4fcf3);
        background: linear-gradient(#cbd2ff, #edf1ff);
        border: 1px solid #bbb;
        padding: 3px 3px 3px 3px;
        font-weight: bold;
        color: #333;
    }

th a {
    color: #1d3da5 !important;
}

    th a.hover {
        text-decoration: underline;
    }

.validator {
    border: 1px solid red;
    color: red;
    background-color: #ffeeee;
    padding: 7px 0px 7px 20px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

    .validator ul {
        margin-bottom: 0px;
    }

.ui-autocomplete-loading {
    background: white url("../Images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

#lab {
    font: normal 0.8em arial;
}

#MainContent_Users {
    width: 100%;
}

.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 3px 9px;
    margin: 0px;
    border-radius: 0px;
    border: solid 1px #c0c0c0;
    background: white;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    color: #717171;
    margin-right: -10px;
}

.GridPager a {
    color: lightblue;
    border: 1px solid #969696;
}

.GridPager span {
    background: #3772fe;
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid royalblue;
}

.GridPager a:hover {
    background: #d8e4ff;
    color: white;
}

.GridPager table td {
    border: none;
}

/*--- bootstrap navbar --*/
a.navbar-brand {
    background: url(../../images/noaa_logo.jpg ) no-repeat top left;
    background-size: 14%;
    display: block;
    width: auto;
    height: 50px;
    text-indent: 110px; /* hides the link text */
}

/*
.navbar-inverse {
    background-image: linear-gradient(#a9a9a9,#5f676d 60%,#60686d);
}

    .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: red;
        background-color: #337ab7;
    }

    .navbar-nav li a {
        padding: 5px 20px;
    }
*/

.menustyle {
    background-image: linear-gradient(#a9a9a9,#5f676d 60%,#60686d);
}

    .menustyle .navbar-nav > li > a:hover,
    .menustyle .navbar-nav > li > a:focus {
        color: white;
        background-color: #337ab7;
    }

    .menustyle .navbar-nav > li > a {
        color: #eee;
    }

.logo {
    float: left;
    height: 50px;
    margin-left: 0px;
    width: 270px;
}

.loggedinuser {
    float: right;
    /*text-align: right;*/
    padding-top: 0.3em;
}

    .loggedinuser span {
        color: #eee;
        font-size: 0.85em;
        padding: 3px 5px;
    }

/*
a.logoffbutton {
    color: #333;
    background-color: #aaa;
    padding: 2px 9px;
    border: 1px solid #bbb;
    font-size: 0.85em;
}
*/

.text-danger {
    color: red;
}

#btnResetTimer {
    color: #333;
    background-color: #aaa;
    padding: 2px 9px;
    border: 1px solid #bbb;
    font-size: 0.85em;
    border-radius: 4px;
}

    #btnResetTimer:hover {
        background-color: forestgreen;
        color: white;
        border: 1px solid darkgreen;
    }

.timer_on {
    color: red !important;
    background-color: #eee;
    font-weight: bold;
}

#TableStudents {
    width: 500px;
}

#mainform {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: #fff;
    padding: 0 0;
    background-color: white;
    border: 1px solid #ccc;
    padding-bottom: 7px;
    /*
    min-width: 1100px;
    max-width: 1100px;
        */
    width: 95%;
}

.nowrap {
    white-space: nowrap;
}

#userinfo {
    /*
    min-width: 200px;
    max-width: 300px;
        */
    width: 100%;
}

    #userinfo td {
        padding: 0px;
        font-size: 8pt;
    }

@media (min-width: 0px) { /*prevents navbar collapse AD9*/
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding: 5px 20px;
            }
}

#footer {
    margin: auto;
    text-align: center;
    background-color: #4B9AD1;
    color: white;
    border: 1px solid #ccc;
    font-size: 0.9em;
    margin-top: -2px;
    padding: 5px 0 5px 0;
    width: 95%; /*1100px;*/
}

    #footer a {
        color: white;
    }

#btnLogOff {
    padding: 2px 5px;
    font-size: 8pt !important;
}

#hometable {
    /*border: 1px solid red;*/
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

    #hometable > tbody > tr > td {
        background-color: #f8f8f8;
        vertical-align: top;
        /*white-space: nowrap;*/
        padding: 0px 20px 7px;
        border: 1px solid #ccc;
    }

    #hometable h5 {
        font-size: 15px;
        font-weight: 600;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #777;
    }

.statictable td {
    border: 1px solid #ccc;
    background-color: white;
}

.statictable th {
    background: linear-gradient(#bafcba, #f4fcf3);
    background: linear-gradient(#cbd2ff, #edf1ff);
    border: 1px solid #bbb;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    /*font-size: 1em;*/
    color: #333;
}

.completionList {
    visibility: hidden;
    margin: 0px !important;
    background-color: lightyellow;
    color: black;
    border: solid 1px gray;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    font-family: 'Segoe UI';
    font-size: 1em;
    max-height: 140px;
    overflow-y: auto;
    width: auto !important;
    padding: 3px 3px 3px 3px;
}

.listItem {
    background-color: lightyellow;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
}

select {
    min-width: 100px;
}

.body-content {
    min-height: 370px;
}

.sectionheader {
    background-color: antiquewhite;
    /*background: linear-gradient(#eee, #ccc, #ccc, #eee);*/
    background: linear-gradient(#ccc, #eee);
    border-bottom: 1px solid #ccc;
}

h4.advsearch {
    color: #333;
    margin-top: 1px;
    margin-bottom: 0px;
}

label {
    font-weight: normal;
}

.NewUpdated {
    color: red;
    font-weight: bold;
}

.RightAlign {
    text-align: right;
}

.chkl label {
    margin-bottom: 0px;
    margin-left: 5px;
}

.chkl input {
    margin: 0px;
}

table.td_valigntop td {
    vertical-align: top;
}

.ajax__combobox_inputcontainer {
    top: -3px !important;
}

.importtable {
    font-size: 0.9em;
}

.ActionRequired {
    color: orangered;
    padding: 0 2px 0 2px;
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}

.ui-tabs-active .ActionRequired {
    background-color: #f6f6f6;
}

.rbl input[type="radio"] {
    margin-right: 5px;
    margin-top: 0px;
}

.rbl label {
    margin-bottom: 0px;
}

.rbl td {
    padding: 2px 15px 2px 0;
}

.chk table {
    margin-left: 20px;
}

.chk input {
    margin: 0;
}

.chk label {
    margin: 0 0 0 5px;
}

.trv input {
    margin: 0 5px 0 0;
}

.trv td {
    padding: 0;
}

.trv tr {
    vertical-align: top;
}

.fldset fieldset {
    background: none;
    border: none;
}

optgroup {
    background-color: white; /*#003a70*/
    color: #0266bd;
}

option {
    background-color: white;
    color: black;
}

td.divider {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}

div.scroll {
    height: 400px;
    overflow-x: scroll;
    white-space: nowrap;
    display: inline-block;
}

table.tdall td {
    border: solid 0px red;
}

table.tdall {
    width: auto;
}

.input:focus {
    outline: none !important;
    border: 1px solid gray;
}

.mypanel {
    background-color: aliceblue;
    width: auto;
    border-radius: 7px;
    padding: 0px;
    border: solid 1px grey;
    font-family: 'Segoe UI';
}

.mypanel_header {
    background-color: #d6ecff;
    text-align: center;
    border-radius: 7px 7px 0 0;
    height: 2em;
    border-bottom: solid 1px grey;
    font-weight: bold;
    padding-top: 3px;
}

    .mypanel_header span {
        vertical-align: middle;
    }

.mypanel_content {
    padding: 10px;
}

/*--------- modal popup -------------*/
.modalBackground {
    background-color: Black;
    /*filter: alpha(opacity=60);*/
    opacity: 0.2;
}

.modalPopup {
    background-color: #FFFFFF;
    border: 1px solid grey;
    border-radius: 7px;
    padding: 0;
    font-family: 'Segoe UI';
    width: 300px;
}

    .modalPopup .header {
        background-color: #d6ecff;
        border-radius: 7px 7px 0 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        margin: 10px;
    }

img.photo {
    /*    box-shadow: 0px 0px 5px slategrey;
*/
    border: 1px solid grey;
    border-radius: 15px;
}

.ajax__combobox_itemlist li {
    background-color: #fffff0;
}

.ajax__combobox_itemlist {
    border: solid 1px black !important;
}

.radio-toolbar {
    margin: 0px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }

    .radio-toolbar label {
        display: inline-block;
        background-color: #ddd;
        padding: 4px 10px;
        font-family: sans-serif, Arial;
        /*font-size: 16px;*/
        border: 1px solid #ccc;
        border-radius: 4px;
    }

        .radio-toolbar label:hover {
            background-color: #e0f0ff;
        }

    /*
    .radio-toolbar input[type="radio"]:focus + label {
        border: 2px dashed #444;
    }
*/
    .radio-toolbar input[type="radio"]:checked + label {
        background-color: #337ab7;
        border-color: #337ab7;
        color: white;
    }


.fakegrid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.fakegrid-cell {
    width: 142px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 15px;
    font-size: 0.9em;
    font-family: 'Segoe UI';
    border: solid grey 1px;
    border-radius: 5px;
    background-color: beige;
}

    .fakegrid-cell > img {
        width: 140px;
        border-radius: 5px 5px 0 0;
        margin-bottom: 3px;
    }

    .fakegrid-cell > ul {
        padding-left: 20px;
        margin-top: 0px;
        line-height: 15px;
    }

        .fakegrid-cell > ul li span {
            position: relative;
            left: -5px;
        }

    .fakegrid-cell:hover {
        box-shadow: 0px 0px 7px slategrey;
    }
