﻿/* DEFAULTS
----------------------------------------------------------*/

html {
    font-size: 1em;
}

body {
    color: #454545;
    background: #f5f5f5;
    font-family: "Inter", sans-serif;
    font-size: 1em;
}

div.SiteHeaderMobile {
    display: flex;
}

div.SiteHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 25px 10px 0px;
}

div.border {
    border: 1px solid #CCC;
}


/* links */
a, a:link, a:visited, a:active {
    color: #3181E0;
    transform: color;
    transition: 50ms;
}

    a:focus, a:hover {
        color: #454545;
        text-decoration: none;
    }




/* header */
section.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    section.header div.site-logo {
        display: flex;
        margin-left: 1em;
        margin-top: 2em;
        margin-bottom: 2em;
    }

@media screen and (min-width: 440px) {
    section.header div.site-logo {
        margin-left: 1.5em;
    }
}

@media screen and (min-width: 900px) {
    section.header div.site-logo {
        margin-top: 2.75em;
        margin-bottom: 2.75em;
    }
}

section.header div.site-logo .logo {
    max-width: 120px;
}

@media screen and (min-width: 440px) {
    section.header div.site-logo .logo {
        max-width: 178px;
    }
}

@media screen and (min-width: 900px) {
    section.header div.site-logo .logo {
        max-width: 218px;
    }
}

section.header div.site-logo .dropdown {
    margin-left: 0.5em;
    margin-top: 0;
}

@media screen and (min-width: 440px) {
    section.header div.site-logo .dropdown {
        margin-left: 1em;
    }
}

@media screen and (min-width: 900px) {
    section.header div.site-logo .dropdown {
        margin-left: 1.5em;
        margin-top: 4px;
    }
}

section.header div.site-logo .dropdown ul a {
    padding: 1em 2em;
}

    section.header div.site-logo .dropdown ul a:hover, section.header div.site-logo .dropdown ul a:focus {
        background-color: #f5f5f5;
    }

section.header div.site-logo .dropdown .product-selector {
    padding: 1px 8px 4px 8px;
    display: inline-block;
}

    section.header div.site-logo .dropdown .product-selector img {
        width: 10px;
    }

section.header div.client-logo {
    display: none;
    margin: 0 1em;
}

@media screen and (min-width: 600px) {
    section.header div.client-logo {
        display: block;
    }
}

section.header div.client-logo img {
    max-width: 160px;
}

@media screen and (min-width: 730px) {
    section.header div.client-logo img {
        max-width: 291px;
    }
}

section.header div.user-options {
    margin-right: 1em;
}

@media screen and (min-width: 440px) {
    section.header div.user-options {
        margin-right: 1.5em;
    }
}

#districtNameLink, #districtNameLink:link, #districtNameLink:active, #districtNameLink:hover, #districtNameLink:focus, #districtNameLink:visited {
    font-style: normal;
    color: #454545 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
}



/* main content */
section.content {
    display: flex;
}

    section.content div.left-nav {
        min-width: 50px;
        z-index: 10;
    }


@media screen and (min-width: 900px) {
    section.content div.left-nav {
        position: fixed;
    }
}

section.content div.main-content {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 1em 0em 0em 1em;
    padding: 1.5em;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
    z-index: 0;
}

@media screen and (min-width: 900px) {
    section.content div.main-content {
        margin-left: 200px;
    }
}

section.content div.main-content-tab {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 1em 0em 0em 1em;
    padding: 1.5em;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
    z-index: 0;
}


section.content div.main-content-title {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}

section.content div.main-content-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 1.5em;
}

    section.content div.main-content-buttons div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.5em;
    }

    section.content div.main-content-buttons .btn.btn-primary img {
        display: none;
    }

@media screen and (min-width: 900px) {
    section.content div.main-content-buttons .btn.btn-primary img {
        display: block;
    }
}

section.content div.main-content-buttons .btn.btn-default {
    padding: 0.5625em 0.6em 0.5625em 0.6em;
}

    section.content div.main-content-buttons .btn.btn-default span {
        display: none;
    }

@media screen and (min-width: 1170px) {
    section.content div.main-content-buttons .btn.btn-default {
        padding: 0.5625em 1em 0.5625em 1em;
    }

        section.content div.main-content-buttons .btn.btn-default span {
            display: block;
        }
}

section.content div.main-content-buttons .btn.btn-default img {
    margin-right: 0;
}

@media screen and (min-width: 1170px) {
    section.content div.main-content-buttons .btn.btn-default img {
        margin-right: 0.5em;
    }
}

section.content .main-content-tabs {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

    section.content .main-content-tabs .tab-control {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        text-align: center;
        justify-content: center;
        text-align: center;
    }



/* footer */
footer {
    font-size: 0.875em;
    color: #999999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (min-width: 900px) {
    footer {
        flex-direction: row;
    }
}

footer > div {
    margin: 1em;
}

@media screen and (min-width: 900px) {
    footer > div {
        margin: 1.5em;
    }
}

footer a.terms {
    color: #999999;
}







/* title */
.main-content h1, .main-content-tab h1 {
    font-size: 1.5em;
    font-weight: 600;
    color: #282828;
    margin: 0;
}

    .main-content h1 .title, .main-content-tab h1 .title {
        margin-right: 12px;
    }

    .main-content h1 .title2, .main-content-tab h1 .title2 {
        font-size: 0.75em;
        margin-right: 12px;
        white-space: normal;
    }

@media screen and (min-width: 440px) {
    .main-content h1 .title2, .main-content-tab h1 .title2 {
        white-space: nowrap;
    }
}

.main-content h1 .title3, .main-content-tab h1 .title3 {
    margin-right: 12px;
    font-size: 0.66666667em;
    white-space: nowrap;
    color: #3181E0;
}


/* buttons */
.btn {
    font-weight: 400;
    padding: 0.5625em 1em 0.5625em 1em;
    transform: background-color;
    transition: 100ms;
    color: #454545;
    border-radius: 0.5em;
    box-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
}

    .btn.icon {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

        .btn.icon img {
            width: 20px;
            margin-right: 0.5em;
        }

    .btn .caretsvg {
        display: inline-block;
        margin-left: 8px;
    }

        .btn .caretsvg img {
            width: 12px;
        }

.btn-transparent {
    background-color: transparent;
    border: none;
}

.btn-primary, .btn-primary-new {
    border-color: #2D8DFF !important;
    color: #fff !important;
    background-color: #2D8DFF !important;
    background-image: none;
}

    .btn-primary:focus, .btn-primary:hover, .btn-primary-new:focus, .btn-primary-new:hover {
        border-color: #3276b1 !important;
        color: #fff !important;
        background-color: #3276b1 !important;
        background-image: none;
    }

    .btn-primary:active, .btn-primary-new:active {
        border-color: #003C84 !important;
        color: #fff !important;
        background-color: #003C84 !important;
        background-image: none;
    }

.btn-secondary {
    color: #454545 !important;
    background-color: #fff;
    border-color: #D5D5D5;
    background-image: none;
    padding: 0.5625em 0.8em 0.5625em 1em;
}

    .btn-secondary:hover {
        color: #454545 !important;
        background-color: #F5F5F5;
        border-color: #D5D5D5;
        background-image: none;
    }

    .btn-secondary:active {
        border-color: #D5D5D5;
        background-image: none;
    }

    .btn-secondary:focus {
        border-color: #D5D5D5;
        background-image: none;
    }

.btn-default {
    color: #454545 !important;
    background-color: #f0f0f0;
    border-color: transparent;
    background-image: none;
}

    .btn-default:hover {
        color: #454545 !important;
        background-color: #e3e3e3;
        border-color: transparent;
        background-image: none;
    }

    .btn-default:active {
        border-color: gainsboro;
        border-color: transparent;
    }

        .btn-default:active:hover {
            border-color: transparent;
            background-image: none;
        }

    .btn-default:focus {
        border-color: #e3e3e3;
        border-color: transparent;
        background-image: none;
    }



.btn-destructive {
    color: #FFFFFF;
    background-color: #FF532D;
    border-color: #FF532D;
    background-image: none;
    padding: 0.5625em 0.8em 0.5625em 1em;
}

    .btn-destructive:hover {
        color: #FFFFFF;
        background-color: #C74123;
        border-color: #C74123;
        background-image: none;
    }

    .btn-destructive:active {
        border-color: #C74123;
        background-image: none;
    }

    .btn-destructive:focus {
        border-color: #C74123;
        background-image: none;
    }

.btn-green {
    color: #FFFFFF;
    background-color: #90CC53;
    border-color: #90CC53;
    background-image: none;
    padding: 0.5625em 0.8em 0.5625em 1em;
}

    .btn-green:hover {
        color: #FFFFFF;
        background-color: #58AB04;
        border-color: #58AB04;
        background-image: none;
    }

    .btn-green:active {
        border-color: #58AB04;
        background-image: none;
    }

    .btn-green:focus {
        border-color: #58AB04;
        background-image: none;
    }

.btn-light {
    color: #454545;
    background-color: #ededed;
    border-color: transparent;
    background-image: none;
    padding: 0.5625em 0.8em 0.5625em 1em;
}

    .btn-light:hover {
        color: #454545;
        background-color: #e0e0e0;
        border-color: transparent;
        background-image: none;
    }

    .btn-light:active {
        border-color: #d4d4d4;
        background-image: none;
    }

    .btn-light:focus {
        border-color: #999999;
        background-image: none;
    }

.btn-white {
    background: #FFFFFF;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

    .btn-white.back-button {
        padding: 0.1625em 0.2em 0.1625em 0.2em;
        margin-right: 1em;
    }

    .btn-white:focus, .btn-white:hover {
        background: #f5f5f5;
    }

.btn-clear {
    background: transparent;
    border: none;
}

    .btn-clear.dropdown-toggle img {
        height: 24px;
    }

    .btn-clear:focus, .btn-clear:hover {
        background: #f5f5f5;
    }

.btn-border-radius-5 {
    border-radius: 5px 5px;
}


/* dropdown */
.site-logo .dropdown-menu {
    width: 200px;
    z-index: 5000;
}

.dropdown-menu {
    border: none !important;
    border-radius: 0.5em;
    padding: 1em 0;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.14);
}

    .dropdown-menu li a {
        color: #3181E0;
        padding: 6px 20px;
    }

        .dropdown-menu li a:focus, .dropdown-menu li a:hover {
            background-color: transparent;
            background: none
        }

.btn .caret {
    margin-left: 5px !important;
}

.dropdown-divider {
    height: 0;
    overflow: hidden;
    margin: 0.5rem 0;
    border-top: 1px solid #e9ecef;
}



/* tabs */
.nav-tabs {
    border-color: transparent;
    text-align: center;
    width: revert;
    display: flex;
    justify-content: inherit;
}

    .nav-tabs li {
        font-size: 0.875em;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }

        .nav-tabs li:first-child {
            border-left: 1px solid #dedede;
            border-radius: 8px 0 0 8px;
        }

        .nav-tabs li:last-child {
            border-right: 1px solid #dedede;
            border-radius: 0 8px 8px 0;
        }

        .nav-tabs li.active a {
            background-color: #f0f0f0;
            border: none;
            color: #454545;
        }

            .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
                color: #454545;
                border: none;
                background-color: #f0f0f0;
            }

        .nav-tabs li a {
            color: #999999;
            margin: 3px;
            border: none;
            border-radius: 4px;
            padding: 4px 15px;
        }

            .nav-tabs li a:focus, .nav-tabs li a:hover, .nav-tabs li a:active {
                color: #454545;
                background-color: transparent;
                background-color: #f5f5f5;
            }



/*tabs*/
.RadTabStrip_Bootstrap .rtsLevel1 {
    border-bottom: none !important;
    padding-right: 1em !important;
}

    .RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected .rtsLink {
        border: none !important;
        font-weight: bold;
        background-color: #F0F0F0 !important;
        border-radius: 10px !important;
    }

.mlTabStrip {
    overflow: visible !important;
    border: none !important;
    /*border-radius: 16px !important;*/
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsHovered .rtsLink {
    background-color: #F0F0F0 !important;
    border-radius: 10px !important;
}

.RadTabStrip_Bootstrap .rtsTxt:not(.rtsSelected) {
    color: #999999 !important;
}

.RadTabStrip_Bootstrap .rtsLevel1 .rtsSelected .rtsLink .rtsTxt {
    color: black !important
}

.tabBorder {
    border-radius: 8px;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    padding: 5px;
    width: fit-content;
}

.tabContainer {
    display: flex;
    justify-content: center;
}

.rtsHorizontal .rtsLI {
    padding: 1px;
}

.tab-pane .tab-name {
    color: #999999;
    font-size: 1.75em;
    margin: 0 0 0.5em 0;
}

.tab-pane .data-container {
    display: flex;
    flex-wrap: wrap;
}

.tab-pane .data-wrapper {
    padding-right: 2em;
    border-top: 1px solid #ebebeb;
    display: inline-block;
    flex-grow: 1;
}

.tab-pane .data-table .row {
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
}

    .tab-pane .data-table .row .col-sm-6, .tab-pane .data-table .row .col-md-4 {
        padding-left: 0;
        padding: 1.25em 3em 0.5em 0;
        border-top: 1px solid #ebebeb;
    }

        .tab-pane .data-table .row .col-sm-6:only-child, .tab-pane .data-table .row .col-md-4:only-child {
            width: 100%;
        }

        .tab-pane .data-table .row .col-sm-6:first-child:nth-last-child(2), .tab-pane .data-table .row .col-sm-6:first-child:nth-last-child(2) ~ div, .tab-pane .data-table .row .col-md-4:first-child:nth-last-child(2), .tab-pane .data-table .row .col-md-4:first-child:nth-last-child(2) ~ div {
            width: 100%;
        }

@media screen and (min-width: 768px) {
    .tab-pane .data-table .row .col-sm-6:first-child:nth-last-child(2), .tab-pane .data-table .row .col-sm-6:first-child:nth-last-child(2) ~ div, .tab-pane .data-table .row .col-md-4:first-child:nth-last-child(2), .tab-pane .data-table .row .col-md-4:first-child:nth-last-child(2) ~ div {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .tab-pane .data-table .row .col-sm-6:first-child:nth-last-child(3), .tab-pane .data-table .row .col-md-4:first-child:nth-last-child(3) {
        width: 100%;
    }
}





.data-title {
    color: #454545;
    font-weight: bold;
    font-size: 0.875em;
    line-height: 1.125em;
    margin-bottom: 0;
}

@media screen and (min-width: 900px) {
    .data-title {
        font-size: 1em;
    }
}

.data-info {
    font-size: 1em;
    line-height: 1.66666667em;
}

@media screen and (min-width: 900px) {
    .data-info {
        font-size: 1.125em;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.main-content-buttons .btn {
        margin-right: 0.5em;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    div.main-content-buttons .btn {
        margin-right: 0.5em;
    }
}





.data-table form label {
    color: #454545;
    font-weight: 400;
}



/* checkbox */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #e8e8e8;
    border-radius: 4px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ddd;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #2D8DFF;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* select */
select {
    padding: 7px 20px 7px 10px;
    border: none;
    border-radius: 8px;
    background-color: #e8e8e8;
    font-size: 0.875em;
}

.custom-select {
    float: none;
    width: 170px;
    height: auto;
    border-radius: 8px;
    background-color: #e8e8e8;
    padding: 2px 0 2px 0;
    position: relative;
    z-index: 0;
}

    .custom-select > select {
        width: 162px;
        border: none;
        background-color: #e8e8e8;
        outline: none;
        padding: 0.5625em 0.8em 0.5625em 1em;
    }

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .custom-select {
            background-color: transparent;
        }
    }
}

.GreyBackground {
    background-color: #F0F0F0 !important;
    border: none;
}

    .GreyBackground:focus-visible {
        background-color: #F0F0F0 !important;
        border: none;
        outline: none;
    }








/** Grids **/
.RadGrid_Bootstrap {
    color: #282828;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    border: none;
}

    .RadGrid_Bootstrap table {
        border: none;
    }

    .RadGrid_Bootstrap tr {
        border: none;
        border-bottom: 1px solid #EDEDED;
    }

    .RadGrid_Bootstrap thead tr th.rgHeader {
        background-color: #E4E4E4;
        font-weight: 600;
        border: none;
        border-bottom: 1px solid #EBEBEB;
        white-space: nowrap;
    }

    .RadGrid_Bootstrap tbody tr.rgRow {
        background-color: #FFF;
    }

    .RadGrid_Bootstrap tbody tr.rgAltRow {
        background-color: #F5F5F5;
    }

    .RadGrid_Bootstrap tr.rgHeader td.rgSorted, .RadGrid_Bootstrap tr.rgRow td.rgSorted, .RadGrid_Bootstrap tr.rgAltRow td.rgSorted {
        background-color: transparent;
        border: none;
        /*border-bottom: 1px solid #EBEBEB;*/
    }

    .RadGrid_Bootstrap th.rgSorted {
        background-color: #337AB7 !important;
        color: #FFF !important;
    }

        .RadGrid_Bootstrap th.rgSorted * {
            background-color: #337AB7 !important;
            color: #FFF !important;
        }

    .RadGrid_Bootstrap .rgMasterTable .rgSelectedCell, .RadGrid_Bootstrap .rgSelectedRow td, .RadGrid_Bootstrap td.rgEditRow .rgSelectedRow, .RadGrid_Bootstrap .rgSelectedRow td.rgSorted {
        color: #fff;
        background: #337ab7 !important;
        border-color: #fff;
    }

    .RadGrid_Bootstrap tr.rgHeader td, .RadGrid_Bootstrap tr.rgRow td, .RadGrid_Bootstrap tr.rgAltRow td, .RadGrid_Bootstrap tr.rgFooter td {
        border: none;
        /*border-bottom: 1px solid #EBEBEB;*/
    }

    .RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td {
        border: none;
    }

    .RadGrid_Bootstrap .rgGroupHeader td {
        background: #E4E4E4 !important;
        font-weight: bold;
    }

    .RadGrid_Bootstrap tr.rgPager td.rgPagerCell {
        background-color: transparent;
        /*text-align: center;*/
        border: none;
        padding: 10px 0px;
    }

.RadGrid .rgPagerCell .rgPagerTextBox {
    padding: 6px 10px;
}

.RadGrid_Bootstrap tr.rgPager .rgWrap {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.RadGrid_Bootstrap .rgPagerCell .rgPagerButton {
    color: #454545 !important;
    background-color: #F0F0F0 !important;
    border-color: transparent !important;
    border-radius: 8px !important;
}

    .RadGrid_Bootstrap .rgPagerCell .rgPagerButton:hover {
        color: #454545 !important;
        background-color: #E3E3E3 !important;
        border-color: transparent !important;
        border-radius: 8px !important;
    }

.rgPager .rgArrPart1 {
    margin-right: 5px;
}

* + html .rgPager .rgWrap {
    display: inline;
}

* + html .rgPager .rgNumPart a, * + html .rgPager .rgNumPart span {
    float: none;
    display: inline-block;
}

tr.rgPager .rgAdvPart, tr.rgPager .rgInfoPart {
    padding: 0px 5px;
}

.NoBorder, .NoBorder tr td {
    border: transparent none !important;
    border-collapse: separate;
}

.RadMenu.GridContextMenu {
    width: 450px !important;
}

.GridContextMenu li.rgFilterListMenu, .GridContextMenu li.rgFilterMenu {
    max-width: unset !important;
}

.GridContextMenu .rmItem .rmContent {
    max-width: unset !important;
}

.RadMenu.GridContextMenu > ul, .RadMenu.GridContextMenu ul.rlbList, .GridContextMenu .rgFilterListMenu .RadListBox {
    width: 100% !important;
}

.GridContextMenu .rmItem .rmContent > *:not(button), .GridContextMenu .rmItem .rmText > *[id] {
    display: block;
}




/** Modal and Bootbox overrides **/
.modal .modal-dialog {
    z-index: 1050 !important;
}





/** RadEditor **/
.RadEditor .reContentArea {
    background-color: #FAFAFA;
}

.Default.RadEditor, .Default.RadEditor .reModule, .Default.RadEditor .reEditorModes, .Default.RadEditor .reWrapper {
    border: none !important
}

    .Default.RadEditor .reNoBorder div.reContentArea {
        border: 1px solid #DEDEDE;
        border-radius: 8px;
    }

.reLeftVerticalSide, .reRightVerticalSide {
    padding: 0 !important
}

.reWrapper_corner, .reWrapper_center, .reLeftVerticalSide, .reRightVerticalSide {
    font-size: 0 !important;
    line-height: 0 !important
}





p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

label {
    font-weight: normal;
}

.outline-box {
    border: 2px solid #CCCCCC;
    border-radius: 10px;
    padding: 10px;
}

.large {
    font-size: 1.2em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    margin-top: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    h1.blue {
        color: #628BB1;
        font-weight: bold;
        font-size: 20pt;
    }

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}




/* Panels */
.panel-primary > .panel-heading {
    background-image: linear-gradient(to bottom,#305183 0,#628BB1 100%);
    background-color: #628BB1;
}

.panel-noBottomMargin {
    margin-bottom: 0px;
}

.home-caption {
    padding: 10px;
    color: #FFF;
    background-image: linear-gradient(to bottom,#628BB1 0,#305183 100%);
    background-color: #628BB1;
}

    .home-caption a, .home-caption a:link, .home-caption a:active, .home-caption a:hover {
        text-decoration: none;
        color: #FFF;
    }

.panel-title {
    font-variant: normal;
}


/* Buttons */
a.btn-primary:link, a.btn-primary:visited, a.btn-primary:active, a.btn-primary:hover {
    color: #FFF;
}

a.btn-default:link, a.btn-default:visited, a.btn-default:active, a.btn-default:hover {
    color: #454545;
}

a.btn-secondary:link, a.btn-secondary:visited, a.btn-secondary:active, a.btn-secondary:hover {
    color: #454545;
}

a.btn-destructive:link, a.btn-destructive:visited, a.btn-destructive:active, a.btn-destructive:hover {
    color: #FFF;
}

a.btn-success:link, a.btn-success:visited, a.btn-success:active, a.btn-success:hover {
    color: #FFF;
}

a.btn-danger:link, a.btn-danger:visited, a.btn-danger:active, a.btn-danger:hover {
    color: #FFF;
}

a.btn-gray:link, a.btn-gray:visited, a.btn-gray:active, a.btn-gray:hover {
    color: #000;
}


.btn-gray {
    text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
    border-color: #333;
    color: #000;
    background-image: linear-gradient(to bottom, #EEE 0%, #888 100%);
    text-shadow: none;
}

    .btn-gray:hover, .btn-gray:focus {
        background-color: #888;
        background-position: 0 -15px;
        color: #000;
    }

    .btn-gray:active, .btn-gray.active {
        background-color: #888;
        border-color: #CCC;
        color: #000;
    }

    .btn-gray:disabled, .btn-gray[disabled] {
        background-color: #888;
        border-color: #CCC;
        color: #000;
    }


.ddlBlue {
    background-repeat: repeat-x;
    border-color: #245580;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.33;
    padding: 9px;
    color: #FFF;
    background-color: #265a88;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
}

.ddlBlueSM {
    background-repeat: repeat-x;
    border-color: #245580;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    color: #FFF;
    background-color: #265a88;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
}









/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry, select.textEntry {
    background-color: #FAFAFA;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

input::placeholder { /* Most modern browsers support this now. */
    color: grey;
}

textarea::placeholder { /* Most modern browsers support this now. */
    color: lightgray;
}

input.textToLabel {
    border: 1px solid #fff;
    background-color: #fff;
}

/* TABLE
----------------------------------------------------------*/
.table-padded td {
    padding: 5px;
}

.table-border td {
    border: 1px solid #000000;
}

.rowHead {
    background-color: #F5F5F5;
    font-weight: 600;
    border-bottom: 1px solid #EBEBEB;
}

    .rowHead a, .rowHead a:link, .rowHead a:active, .rowHead a:hover, .rowHead a:visited {
        color: #000;
    }

.rowMain {
    background-color: #FFFFFF;
}

.rowAlt {
    background-color: #F5F5F5;
}

    .rowMain td, .rowAlt td {
        border-bottom: 1px solid #EBEBEB
    }

.rowOrange {
    background-color: #FDD1B0;
}

.rowBlue {
    background-color: #ABC3D9;
}

.rowSpacer {
    height: 8px;
    line-height: 8px;
}

.colLabel {
    font-weight: bold;
}


/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.noBreak {
    page-break-inside: avoid;
}

.noWrap {
    white-space: nowrap;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: #000;
    padding: 10px;
}

    .loginDisplay a:link {
        color: #000;
    }

    .loginDisplay a:visited {
        color: #000;
    }

    .loginDisplay a:hover {
        color: #000;
    }

.error, a.error, a.error:link, a.error:active, a.error:hover, a.error:visited {
    font-size: 1.2em;
    color: #a20000;
    text-decoration: none;
}

.success, a.success, a.success:link, a.success:active, a.success:hover, a.success:visited {
    font-size: 1.2em;
    color: #00a200;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.blue, a.blue, a.blue:link, a.blue:active, a.blue:hover, a.blue:visited {
    color: #0b1c4d;
}

.orange {
    color: #b36332;
}

.yellow {
    color: #ffe0aa;
}

.black, a.black, a.black:link, a.black:active, a.black:hover, a.black:visited {
    color: #000;
}

.white, a.white, a.white:link, a.white:active, a.white:hover, a.white:visited {
    color: #FFF;
}

a.underline, a.underline:link, a.underline:active, a.underline:hover, a.underline:visited {
    text-decoration: underline;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}


.userInfo {
    float: left;
    margin: 0px 15px 15px 0px;
}

.icon {
    /*width:16px; height:16px;*/
    vertical-align: middle;
}

.pointer {
    cursor: pointer !important;
}


.k-icon {
    cursor: pointer;
}

.RadGrid_Bootstrap .k-icon, .RadGrid_Bootstrap .k-icon:link, .RadGrid_Bootstrap .k-icon:active, .RadGrid_Bootstrap .k-icon:hover, .RadGrid_Bootstrap .k-icon:visited {
    color: inherit !important;
}

a.k-icon, a.k-icon:link, a.k-icon:active, a.k-icon:hover, a.k-icon:visited {
    color: inherit !important;
}

.icon-red, a.icon-red, a.icon-red:link, a.icon-red:active, a.icon-red:hover, a.icon-red:visited, .RadGrid_Bootstrap .icon-red, .RadGrid_Bootstrap .icon-red:link, .RadGrid_Bootstrap .icon-red:active, .RadGrid_Bootstrap .icon-red:hover, .RadGrid_Bootstrap .icon-red:visited {
    color: #FF3232 !important;
}

.icon-green, a.icon-green, a.icon-green:link, a.icon-green:active, a.icon-green:hover, a.icon-green:visited, .RadGrid_Bootstrap .icon-green, .RadGrid_Bootstrap .icon-green:link, .RadGrid_Bootstrap .icon-green:active, .RadGrid_Bootstrap .icon-green:hover, .RadGrid_Bootstrap .icon-green:visited {
    color: #90CC53 !important;
}

.badge {
    background-color: #333333;
}

.bg_round {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.bg_dark {
    background-color: #333;
}

.bg_blue {
    background-color: #c0d2e0;
}

.bg_blueDark {
    background-color: #4D5F74;
}

.bg_white {
    background-color: #FFF;
}

.bg_orange {
    background-color: #b36332;
    color: #fff;
}

.bg_EEE {
    background-color: #DDD;
}

.bg_yellow {
    background-color: #fbf5d0;
}

.bg_red {
    background-color: #CC0000;
}

.bg_gray{
    background-color: #888;
}

.bg_EEE hr {
    color: #FFF;
    background-color: #628BB1;
    height: 2px;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

hr.blue {
    color: #628BB1;
    background-color: #628BB1;
    height: 2px;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.pad-1 {
    padding: 1px;
}

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-20 {
    padding: 20px;
}

.pad-v5 {
    padding: 5px 0px;
}

.pad-v10 {
    padding: 10px 0px;
}

.pad-v20 {
    padding: 20px 0px;
}

.pad-t5 {
    padding: 5px 0px 0px 0px;
}

.pad-t10 {
    padding: 10px 0px 0px 0px;
}

.pad-b5 {
    padding: 0px 0px 5px 0px;
}

.pad-b10 {
    padding: 0px 0px 10px 0px;
}

.pad-rb10 {
    padding: 0px 10px 10px 0px;
}

.pad-rv10 {
    padding: 10px 10px 10px 0px;
}

.margin-v5 {
    margin: 5px 0px;
}

.margin-v10 {
    margin: 10px 0px;
}

.margin-v20 {
    margin: 20px 0px;
}

.margin-h5 {
    margin: 0px 5px;
}

.margin-l15 {
    margin-left: 15px;
}

.margin-r10 {
    margin-right: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.showHideBar, .showHideFooter {
    cursor: pointer;
}


.UpdateProgress {
    width: 90%;
    height: 90%;
    background-color: #EEEEEE;
    position: absolute;
    top: 0px;
    left: 0px;
}


/* fullcalendar customization */
.fc-button-group .fc-button {
    margin: 0px 2px;
    background-image: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

.fc-header-toolbar .fc-button {
    border-radius: 4px;
    text-transform: capitalize;
    background-image: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

.fc-right .fc-button-group {
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
}

    .fc-right .fc-button-group .fc-state-default {
        background-color: #FFF;
    }

    .fc-right .fc-button-group .fc-state-hover, .fc-right .fc-button-group .fc-state-active {
        background-color: #F0F0F0;
        border-radius: 4px;
    }

.fc-header-toolbar h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #282828;
    text-decoration: none;
}

.fc-timegrid-event-harness {
    white-space: normal;
    overflow: hidden;
    font-family: Arial;
    font-weight: bold;
}

.fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: visible;
    font-family: Arial;
    font-weight: bold;
}
.fc-daygrid-event {
    white-space:normal;
}

.fc-content {
    padding: 2px 0px;
}

.fc-title {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.fc thead * {
    border: none;
}

.fc th.fc-day-header {
    border: none;
    text-transform: uppercase;
    color: #A3A3A3;
    text-align: left;
}

.fc-day {
    /*background-color: #FCFCFC;*/
}

.fc-day-grid-event .fc-content {
    font-weight: normal;
}

.fc-time-grid-event .fc-time {
    font-weight: 700;
}

.fc-event {
    border-radius: 4px;
}

    .fc-event .fc-bg {
        background: inherit;
    }

.fc-scroller {
    height: auto !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

/* fullCalendar upgrade 2024 */
.fc .fc-button-primary {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #333;
}
.fc .fc-button-primary:disabled {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #333;
}
.fc .fc-button-primary:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #333;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #333;
}
.fc .fc-dayGridMonth-button, .fc .fc-timeGridWeek-button, .fc .fc-timeGridDay-button, .fc .fc-listWeek-button, .fc .fc-resourceTimeline-button {
    background-color: #FFF;
    border-color: #f5f5f5;
    color: #333;
}




/* Calendar Icon for Iframe Feed */
/* http://cssdeck.com/labs/calendar-icon */
time.icon {
    font-size: .75em; /* change icon size */
    display: block;
    position: relative;
    width: 4em;
    height: 4em;
    background-color: #fff;
    border-radius: 0.6em;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

    time.icon * {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }
    /* The month is styled using the following code: */
    time.icon strong {
        position: absolute;
        top: 0;
        padding: 0.1em;
        width: 100%;
        color: #fff;
        background-color: #008693;
        text-align: center;
    }
    /* The day is positioned at the bottom edge: */
    time.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #008693;
    }
    /* The large date number is resized and has some basic positioning applied: */
    time.icon span {
        font-size: 1.5em;
        margin-top: 1.1em;
        color: #008693;
        text-align: center;
    }

.iframeListDate a, .iframeListDate a:link, .iframeListDate a:active, .iframeListDate a:hover, .iframeListDate a:visited {
    color: #008693;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999 !important;
}

#cboxLoadedContent {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

    #cboxLoadedContent iframe {
        height: 100%;
        width: 100%;
    }




/* hide URLs on links on print version */
@media print {
    a[href]:after {
        content: none !important;
    }
}

.cbl label {
    padding-right: 20px;
}

.cbl {
    padding-left: 10px;
}

    .cbl li {
        list-style: none;
        display: inline-block;
    }

.userList label {
    padding-left: 8px;
}

/* RadGrid */
.align-middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.textBlack {
    color: black !important;
}

.textGray {
    color: gray;
    text-decoration: none;
}

    .textGray a, a:hover {
        color: gray !important;
    }

.RadMenu_WebBlue .rgHCMClear, .RadMenu_WebBlue .rgHCMFilter {
    background: #d7e2e7 center -23px !important;
}

div.RadGrid_WebBlue .rgRow a:not(.btn), div.RadGrid_WebBlue .rgAltRow a:not(.btn) {
    color: blue !important;
}

html body .RadGrid .rgMasterTable .rgSelectedCell,
html body .RadGrid .rgSelectedRow,
html body .RadGrid .rgHoveredRow,
html body .RadGrid .rgEditRow {
    background-image: none;
}




/* select2 overrides */
select {
    padding: 7px 20px 7px 10px;
    border-radius: 8px;
    font-size: 0.875em;
}


.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: none !important;
    border-radius: 8px !important;
}

.select2-search__field {
    width: 100% !important;
}

/* add scrollbar if lots of items are selected */
.fixedHeight + .select2-container .select2-selection--multiple .select2-selection__rendered {
    max-height: 30px;
    overflow-y: scroll;
}

.select2-container {
    border: none !important;
    color: #454545 !important;
    background-color: #f0f0f0 !important;
    border-color: transparent !important;
    border-radius: 8px !important;
}

.select2-selection__rendered {
    border: none !important;
    color: #454545 !important;
    background-color: #f0f0f0 !important;
    border-color: transparent !important;
    border-radius: 8px !important;
}

.select2-search {
    color: #454545 !important;
    background-color: #f0f0f0 !important;
    border-color: transparent !important;
}

.select2-results {
    background-color: #f0f0f0 !important;
}

    .select2-results ul li {
        background-color: #f0f0f0;
        padding: 6px 20px;
    }

.select2-results__option[aria-selected=true], .select2-results__option--highlighted {
    background-color: #2D8DFF !important;
    color: #FFFFFF !important;
}



a.goog-te-menu-value span {
    color: black !important;
}

.GridContextMenu {
    font-size: 14px;
    color: #494949;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.showReq {
    display: none;
}

.CalendarButton {
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    padding: 3px 10px 5px 2px
}

.calRefreshTrigger {
    margin-top: 10px;
}


/*Fb Comments Width Fix*/
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 90% !important;
    width: 90% !important;
}

.main-alert {
    margin-bottom: 1px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
}

.telerik-grid-header {
    background-color: #0b1c4d !important;
    background-image: none !important;
    color: white !important;
}

.z-index {
    z-index: -1;
}

/*Sticky Footer*/

.sticky-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
