BODY {
    font-family: verdana,tahoma,geneva,sans-serif,arial;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    background-color: white;
    border: 0;
    padding: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

    table.LayoutTable > tbody > tr > td {
        padding: 0;
    }
    
.FooterPane {
    padding-bottom: 15px;
}

.ContentPane {
    padding-bottom: 10px;
}

.RightPane {
    width: 200px;
    vertical-align: top;
    border-left: #333333 1px solid;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.FullHeightTable {
    height: 100%;
}

.SectionHeader, .SectionHeaderWithBorder {
    background-color: #008DA9;
    color: white;
    font-weight: bold;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    vertical-align: middle;
    padding-top: 4px;
    text-align: center;
}

.SectionHeaderWithBorder {
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: black;
}

.HeaderGraySmall {
    background-color: #e6e6e6;
    font-size: 11px;
    font-weight: bold;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
    vertical-align: middle;
    text-align: center;
    color: black;
}

.PaddedCellNormal {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.PaddedCellLarge {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.Padded5Cell {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.BorderTop {
    border-top: 1px solid black;
}

.BorderOutside {
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.BorderBottomRight {
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.BorderBottom {
    border-bottom: 1px solid;
}

.SectionControl {
    background-color: white;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 4px;
    vertical-align: middle;
    padding-top: 4px;
    text-align: left;
    font-size: 11px;
}

.BlueHeader {
    background-color: #008DA9;
    font-weight: bold;
    color: #FFFFFF;
}

.DarkGrayHeader {
    background-color: #808080;
    font-weight: bold;
    color: #FFFFFF;
    border-color: black;
}

.OrangeBG {
    background-color: #ffcc66;
}

.LightGrayBG {
    background-color: #EFEFEF;
}

.GrayBG {
    background-color: #e6e6e6;
}

.DarkGrayBG {
    background-color: #808080;
}

.BlueBG {
    background-color: #87bbed;
}

.LemonBG {
    background-color: lightyellow;
}

.SmallFont, .SmallText {
    font-size: 11px;
    font-family: verdana,tahoma,geneva,sans-serif,arial;
    font-weight: normal;
}

.BoldRed {
    font-weight: bold;
    color: red;
}

.DarkRedText {
    color: #d80f00;
}

.SmallFontBold {
    font-size: 11px;
    font-weight: bold;
    font-family: verdana,tahoma,geneva,sans-serif,arial;
}

.NormalFont, .NormalText {
    font-size: 13px;
    font-family: verdana,tahoma,geneva,sans-serif,arial;
    font-weight: normal;
}

.NormalBoldFont {
    font-family: verdana,tahoma,geneva,sans-serif,arial;
    font-size: 13px;
    font-weight: bold;
}

.MyDetails {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.SmallGrid {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}

.SmallGridWrap {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: normal;
}

.TinyGridWrap {
    font-size: 9px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: normal;
}

.WithWrap {
    white-space: normal;
}

.NoWrap {
    white-space: nowrap;
}

.SmallGridBordered {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.NormalGrid {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}

.NormalGridBordered {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.SmallDropList {
    font-size: 11px;
}

.AddCourseFormLeftCell {
    border-bottom: black 1px solid;
    padding-right: 2px;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.AddCourseFormRightCell {
    border-bottom: black 1px solid;
    padding-right: 8px;
    padding-left: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.ParamHGridLabelCell {
    border-bottom: black 1px solid;
    padding-right: 1px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.ParamHGridControlCell {
    border-bottom: black 1px solid;
    border-right: black 1px solid;
    padding-right: 5px;
    padding-left: 1px;
    padding-bottom: 3px;
    padding-top: 3px;
}


.DataEntryTextbox {
    background-color: lightyellow;
}

.DataEntryTextboxCenter {
    background-color: lightyellow;
    text-align: center;
}

.DataEntryCheckbox {
}

.DataEntryLabel {
}

.DataEntryDropList {
    background-color: lightyellow;
}

.DataEntryDropListCenter {
    background-color: lightyellow;
    text-align: center;
}


.DataEntryCalendarPanel {
    background-color: White;
    position: absolute;
    visibility: hidden;
}


.NormalDetailsView {
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.SectionTable {
    border: black 1px solid;
}

.SectionTable > table > body > td {
    padding: 3px 5px;
}

.statsText {
    font-size: 11px;
    text-align: center;
}

.GridTable {
    border: black 1px solid;
}

.GridTableCell {
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    color: black;
}

.ErrorMsgTable {
    font-size: 13px;
    color: blue;
    border-top-style: ridge;
    font-family: Verdana, Tahoma, 'Lucida Sans Unicode', 'Times New Roman';
    border-right-style: ridge;
    border-left-style: ridge;
    text-align: center;
    border-bottom-style: ridge;
}

.ErrorMsgCell {
    white-space: nowrap;
}

.ErrorMsgTitleCell {
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
}

.PrintSchedCourseInfoCell {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: black 1px solid;
    font-weight: bold;
    font-size: 11px;
    width: 165px;
}

.PrintSchedCsRow {
    border-bottom: black 5px double;
}

.PrintSchedCourseTable {
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    border-bottom: black 2px solid;
    width: 660px;
    border-collapse: separate;
}

.PrintSchedCsLabel {
    font-weight: bold;
    text-align: right;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    width: 40px;
    font-size: 11px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.PrintSchedCsLabelLeft {
    border-left: none;
}

.PrintSchedCsName {
    text-align: left;
    border-bottom: black 1px solid;
    width: 175px;
    font-size: 11px;
}

.TopNavLink {
}

a:visited {
    color: #0066CC;
}

a[href] {
    color: #0066CC;
}

a.LinkOnHover {
    color: #333333;
    text-decoration: none;
}

    a.LinkOnHover:hover {
        color: #0066CC;
        text-decoration: underline;
    }

#pageDiv {
    position: absolute;
    height: 100%;
    width: 100%;
}

#hRightPane {
    width: 200px;
}



/*Popup Control*/
.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}

/*Modal Popup*/
.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ModalPopup {
    border: 1px solid #000000;
    background-color: lightyellow;
    padding: 3px;
}

.ModelPopupMessageCell {
    text-align: center;
    background-color: lightyellow;
    padding: 10px;
}

.ModelPopupButtonCell {
    text-align: center;
    background-color: #e6e6e6;
    padding: 7px;
}

.RoundedCorner {
    border-radius: 5px;
}

.Shadow {
    box-shadow: 5px 5px 6px #888888;
}

.YellowBG {
    background-color: lightyellow;
}


.TopMargin10 {
    margin-top: 10px;
}

.BottomMargin10 {
    margin-bottom: 10px;
}


.BorderTop, .BorderAll {
    border-top: black 1px solid;
}

.BorderBottom, .BorderAll {
    border-bottom: black 1px solid;
}

.BorderLeft, .BorderAll {
    border-left: black 1px solid;
}

.BorderRight, .BorderAll {
    border-right: black 1px solid;
}

.text-center {
    text-align: center;
}

table.hover-rows > tbody > tr:hover {
    background-color: #e0f1f5;
}

#TableScheduleGrid td,
#TableScheduleGrid th {
    font-size: 11px;
    padding: 2px 8px;
    white-space: normal;
    text-align: center;
    border: 1px solid #E0E0E0;
}

#TableScheduleGrid {
    border: 1px solid #E0E0E0;
    border-collapse: collapse;
}

#TableScheduleGrid td.empty {
    width: 100px;
}

#TableScheduleGrid td.warning {
    background-color: #FFFFC0;
}

#TableScheduleGrid td.danger {
    background-color: #FF4500;
}

#TableScheduleGrid .cs-box {
    display: flex;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

#TableScheduleGrid .cs-box > .edit {
    margin-left: 4px;
}

#TableScheduleGrid .cs-box > div {
    /*border: 1px solid greenyellow;*/
}

table.reset {
    border-collapse: collapse;
    border-spacing: 0;
}

    table.reset,
    table.reset > thead,
    table.reset > tbody,
    table.reset > tbody > tr,
    table.reset > tbody > th,
    table.reset > tbody > tr > td,
    table.reset > tfoot {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

div.center, ul.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

/* Button Styles */

/* CSS */
.button {
    background-image: linear-gradient(#42A1EC, #0070C9);
    border: 1px solid #0077CC;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 115%;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
    vertical-align: baseline;
    touch-action: manipulation;
    white-space: nowrap;
    font-family: verdana,tahoma,geneva,sans-serif,arial;
}

a[href].button {
    text-decoration: none;
    color: white;
}

.button:hover {
    background-image: linear-gradient(#51A9EE, #147BCD);
    border-color: #1482D0;
    text-decoration: none;
}

.button-orange {
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    border: 1px solid #d52700;
}

.button-orange:hover {
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    border: 1px solid #d52700;
}


.HoverPopupContainer {
    border: 3px double black;
    padding: 3px 5px;
    max-width: 750px;
    background-color: #fffacd;
    text-align: left;
}


.hoverPopup {
    position: absolute;
    visibility: hidden;
}

.text-nowrap {
    white-space: nowrap;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-primary {
    color: #233951;
    background-color: #dae2eb;
    border-color: #cbd6e3;
}

    .alert-primary hr {
        border-top-color: #bac9da;
    }

    .alert-primary .alert-link {
        color: #14202d;
    }

.alert-secondary {
    color: #4d5155;
    background-color: #eaebed;
    border-color: #e1e3e6;
}

    .alert-secondary hr {
        border-top-color: #d3d6da;
    }

    .alert-secondary .alert-link {
        color: #35383a;
    }

.alert-success {
    color: #1f5e11;
    background-color: #d8f0d3;
    border-color: #c8eac1;
}

    .alert-success hr {
        border-top-color: #b7e4ae;
    }

    .alert-success .alert-link {
        color: #113309;
    }

.alert-info {
    color: #1b507e;
    background-color: #d6ebfd;
    border-color: #c6e2fc;
}

    .alert-info hr {
        border-top-color: #aed6fb;
    }

    .alert-info .alert-link {
        color: #123554;
    }

.alert-warning {
    color: #6e3d00;
    background-color: #f6e3cc;
    border-color: #f3d8b8;
}

    .alert-warning hr {
        border-top-color: #efcca2;
    }

    .alert-warning .alert-link {
        color: #3b2100;
    }

.alert-danger {
    color: #6b0100;
    background-color: #f5cccc;
    border-color: #f1b8b8;
}

    .alert-danger hr {
        border-top-color: #eda3a3;
    }

    .alert-danger .alert-link {
        color: #380100;
    }

.alert-light {
    color: #797b7e;
    background-color: #fafbfd;
    border-color: #f9fafc;
}

    .alert-light hr {
        border-top-color: #e8ecf4;
    }

    .alert-light .alert-link {
        color: #606264;
    }

.alert-dark {
    color: #1b1b1b;
    background-color: #d6d6d6;
    border-color: #c6c6c6;
}

    .alert-dark hr {
        border-top-color: #b9b9b9;
    }

    .alert-dark .alert-link {
        color: #020202;
    }


.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.markdown-body > :first-child {
    margin-top: 0 !important;
}
