
html, body {
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    font-family:  "Roboto","Noto",sans-serif !important;
    height: 100%;
}

.full-width {
    width: 100%;
}

.fitContent {
    width:auto !important;
}

.full-height {
    height: 100%;
}

/* makes content 100% high with no scrollbars, taking into account MAP header and footer. Needs to be changed if header and footer height change. */
.full-screen {
    width: 100vh;
    height: calc(100vh - 200px);
}

main {
    padding: 10px;
}

.row {
    margin:0 !important;
    padding:0px !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 5px !important;
    position: relative;
    min-height: 1px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
/* HEADER */
.appTitle {
    font-size: 16px;
    margin: 0;
}

.d-inline-block {
    display:inline-block !important;
}

.navbar {
    background-color: #203864 !important;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(200%) sepia(100%) saturate(100%) hue-rotate( 355deg ) brightness(100%) contrast(100%);
}

.navbar-toggler {
    padding: .10rem .25rem;
    margin: 10px !important;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus
.navbar-light .navbar-toggler {
    box-shadow: none !important;
}

.navbar-nav {
    padding-left: 10px;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.nav-item i {
    padding-right: 5px;
}

.offcanvas-start {
    width: 340px;
}

.top-menu {
}

.h2 {
    font-size: 18px !important;
}

.RadTreeView_Material {
    overflow: hidden !important;
}

.sidebar-footer {
    bottom: 0px;
    clear: both;
    display: block;
    padding: 5px 0 0 0;
    position: fixed;
    width: 230px;
    z-index: 999;
    color: #7e7e7e;
}

    .sidebar-footer a {
        padding: 7px 0 3px;
        text-align: center;
        width: 25%;
        font-size: 13px;
        display: inline-block;
        cursor: pointer;
        color: #000;
    }


/* HEADER */
.RadPanelBar_Material {
    padding:0 !important;
}
.RadPanelBar_Material .rpRootLink, .RadPanelBar_Material .rpHeaderTemplate {
    padding: 5px !important;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #536A7F;
    border: 1px solid #536A7F;
    color: #fff
}


/* OVERRIDE THEME COLORS */
.bg-primary {
    background-color: #203864 !important;
}

.RadTabStrip_Material .rtsLevel1 .rtsLink,
.RadTabStrip_Material .rtsLevel1 {
    border-color: #f1f1f1 !important;
    background-color: #f1f1f1 !important;
    color: #242323 !important;
}

.RadWindow {
    border-radius:5px !important;
}

.TelerikModalOverlay {
    opacity:0.8 !important;
}

.RadWindow_Material .rwTitleBar {
    border-radius: 5px 5px 0 0 !important;
}

.RadTile_Material,
.RadWindow_Material .rwTitleBar,
.rmContent [type="submit"],
.RadButton_Material.rbButton.rbPrimaryButton,
.RadWizard_Material .rwzNext, .RadWizard_Material .rwzFinish,
.RadWizard_Material .rwzProgress,
.RadNotification_Material .rnTitleBar, /*
.badge, */
.RadCalendar_Material .rcTitlebar,
.RadCalendar_Material .rcPrev, .RadCalendar_Material .rcNext, .RadCalendar_Material .rcFastPrev, .RadCalendar_Material .rcFastNext {
    border-color: #203864 !important;
    background-color: #203864 !important;
}

.section-header, .RadTabStrip_Material .rtsSelected .rtsLink {
    border-color: #203864 !important;
    background-color: #203864 !important;
    color:#fff !important;
}

.RadGrid div.rgHeaderWrapper {
    background: none !important;
}

.RadGrid_Material .rgRow > td > a,
.RadGrid_Material .rgAltRow > td > a,
.RadGrid_Material .rgFooter > td > a,
.RadGrid_Material .rgEditForm > td > a,
.RadGrid_Material .rgEditRow > td > a,
.RadGrid_Material .rgHoveredRow > td > a,
.GridContextMenu_Material .rmContent .rgHCMClear {
    /*color: #203864 !important;*/
    color: blue !important;
}

.RadInput_Material .riFocused,
.RadInput_Focused_Material {
    border-bottom-color: #203864 !important;
    box-shadow: 0 -1px 0 0 #203864 inset !important;
}

.RadGrid_Material .rgPagerCell .rgNumPart a.rgCurrentPage {
    border-bottom: 2px solid #203864 !important;
    color: #203864 !important;
}

.RadGrid_Material .t-button {
    background: none !important;
}

/* END OVERRIDE THEME COLOR */

.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-success {
    color: #fff;
    background-color: #28a745 !important;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107 !important;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa !important;
}
/* HIDE CONTEXT MENU FILTER OPTIONS */

.rgHCMSortAsc,
.rgHCMSortDesc,
.rgHCMUnsort,
.rgHCMGroup,
.rgHCMUngroup,
.rmSeparator,
.rgHCMCols {
    display: none !important;
}

/* END HIDE MENU FILTER OPTIONS */

.RadWizard_Material.rwzHorizontal .rwzBreadCrumb .rwzLI {
    padding: 6px;
}

.RadWizard_Material .rwzNav {
    padding: 0px !important;
}

.daterangepicker .input-mini {
    background-color: #eee;
    border: 1px solid #ccc;
    box-shadow: none !important
}

    .daterangepicker .input-mini.active {
        border: 1px solid #ccc
    }

.daterangepicker select.monthselect,
.daterangepicker select.yearselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    height: 30px;
    border: 1px solid #ADB2B5;
    line-height: 30px;
    border-radius: 0px !important
}

.daterangepicker select.monthselect {
    margin-right: 2%
}

.daterangepicker td.in-range {
    background: #E4E7EA;
    color: #73879C
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #536A7F;
    color: #fff
}

.daterangepicker th.available:hover {
    background: #eee;
    color: #34495E
}

.daterangepicker:before,
.daterangepicker:after {
    content: none
}

.daterangepicker .calendar.single {
    margin: 0 0 4px 0
}

    .daterangepicker .calendar.single .calendar-table {
        width: 224px;
        padding: 0 0 4px 0 !important
    }

        .daterangepicker .calendar.single .calendar-table thead tr:first-child th {
            padding: 8px 5px
        }

        .daterangepicker .calendar.single .calendar-table thead th {
            border-radius: 0
        }

.daterangepicker.picker_1 {
    color: #fff;
    background: #34495E
}

    .daterangepicker.picker_1 .calendar-table {
        background: #34495E
    }

        .daterangepicker.picker_1 .calendar-table thead tr {
            background: #213345
        }

            .daterangepicker.picker_1 .calendar-table thead tr:first-child {
                background: #1ABB9C
            }

        .daterangepicker.picker_1 .calendar-table td.off {
            background: #34495E;
            color: #999
        }

        .daterangepicker.picker_1 .calendar-table td.available:hover {
            color: #34495E
        }

.daterangepicker.picker_2 .calendar-table thead tr {
    color: #1ABB9C
}

    .daterangepicker.picker_2 .calendar-table thead tr:first-child {
        color: #73879C
    }

.daterangepicker.picker_3 .calendar-table thead tr:first-child {
    color: #fff;
    background: #1ABB9C
}

.daterangepicker.picker_4 .calendar-table thead tr:first-child {
    color: #fff;
    background: #34495E
}

.daterangepicker.picker_4 .calendar-table td,
.daterangepicker.picker_4 .calendar-table td.off {
    background: #ECF0F1;
    border: 1px solid #fff;
    border-radius: 0
}

    .daterangepicker.picker_4 .calendar-table td.active {
        background: #34495E
    }

.calendar-exibit .show-calendar {
    float: none;
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden
}

    .calendar-exibit .show-calendar .calendar {
        margin: 0 0 4px 0
    }

    .calendar-exibit .show-calendar.picker_1 {
        background: #34495E
    }

.calendar-exibit .calendar-table {
    padding: 0 0 4px 0
}

.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%
}

.site_title img {
    max-height: 66px;
    max-width: 180px;
}

.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 0px;
    /*margin-left: 70px;*/
    z-index: 2
}

.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: bold;
    font-size: 11px;
    padding: 10px 5px;
    text-transform: uppercase;
    color: #232323;
}

    .nav-sm .nav.side-menu li a:hover {
        color: #000 !important;
    }

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #A69A11
}

    .nav-sm ul.nav.child_menu ul,
    .nav-sm .nav.side-menu li.active-sm ul ul {
        position: static;
        width: 200px;
        background: none
    }

.nav-sm > .nav.side-menu > li.active-sm > a {
    color: #1ABB9C !important
}

.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important
}

.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px
}

.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #7F002A;
    display: none
}

    .nav-sm ul.nav.child_menu li {
        padding: 0 10px
    }

        .nav-sm ul.nav.child_menu li a {
            text-align: left !important
        }

.nav-sm .profile {
    display: none
}

.menu_section {
    margin-bottom: 35px
}

    .menu_section h3 {
        padding-left: 15px;
        color: #232323;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: bold;
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 0;
        text-shadow: 1px 1px #000
    }

    .menu_section > ul {
        margin-top: 10px
    }

.profile_pic {
    width: 35%;
    float: left
}

.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 10px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px
}

.profile_info {
    padding: 10px;
    width: 65%;
    float: left
}

    .profile_info span {
        font-size: 13px;
        line-height: 30px;
        color: #BAB8B8
    }

    .profile_info h2 {
        font-size: 14px;
        color: #ECF0F1;
        margin: 0;
        font-weight: 300
    }

.profile.img_2 {
    text-align: center
}

    .profile.img_2 .profile_pic {
        width: 100%
    }

        .profile.img_2 .profile_pic .img-circle.profile_img {
            width: 50%;
            margin: 10px 0 0
        }

    .profile.img_2 .profile_info {
        padding: 15px 10px 0;
        width: 100%;
        margin-bottom: 10px;
        float: left
    }

.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px
}

.nav-sm .menu_section {
    margin: 0
}

    .nav-sm span.fa,
    .nav-sm .menu_section h3 {
        display: none
    }

.nav-sm li li span.fa {
    display: inline-block
}

.nav_menu {
    float: left;
    background: #203864;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    color: #fff;
}

.collegeName {
    display: flex;
    color: #fff;
    width: inherit;
    font-size: 13px;
}

.RadWindow_Material .rwTitleWrapper .rwTitle {
    padding: 0px 0 5px 30px !important;
    font-size: 1.3em !important;
    line-height:2em !important;
    text-transform:none !important;
}

.RadToolTip.rtRoundedCorner .rtContent {
    display: flex;
    align-items: center;
}

/*.RadGrid_Material .rgRow, .RadGrid_Material .rgAltRow, .RadGrid_Material .rgEditRow {
    font-size: .2em !important;
    line-height: 1.3 !important;
}*/
/** Fix bugs with Radgrid filter and sorting asc/desc icons **/
/*.RadGrid .t-font-icon:before, .RadTreeList .t-font-icon:before, .RadCalendar .t-font-icon:before {
    display: block;
    font-family: "Material Icons" !important;
}

.RadGrid .rgPagerCell .rgPagePrev .rgIcon:before, .RadGrid .rgPagerCell .rgPageFirst .rgIcon:before, .RadGrid .rgPagerCell .rgPageNext .rgIcon:before, .RadGrid .rgPagerCell .rgPageLast .rgIcon:before {
    font-family: "WebComponentsIcons" !important;
}

.RadGrid .t-font-icon:before, .RadTreeList .t-font-icon:before, .RadCalendar .t-font-icon:before {
    font-family: "WebComponentsIcons" !important;
}*/

/*.RadGrid .t-font-icon:before, .RadTreeList .t-font-icon:before, .RadCalendar .t-font-icon:before {
    font-family: "Material Icons" !important;
}*/

.commandItems {
    padding: 5px !important;
}

.RadPanelBar .rpExpandHandle {
    top: 0px !important;
    right: 0px !important;
    width: 30px !important;
    float: right !important;
    display: inline-block !important;
    position: relative !important;
}


.RadGrid_Material .rgExpXLSIcon:before {
    font-family: "WebComponentsIcons" !important;
}

@media (min-width: 480px) {
    .nav_menu {
        position: static
    }
}


.nav_title {
    width: 230px;
    float: left;
    background: #2A3F54;
    border-radius: 0;
    height: 57px
}

.rtlistWrapper, .RadTileList .rtlistWrapper {
    width: 100% !important;
}


@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px
    }

    .tile,
    .graph {
        zoom: 85%;
        height: inherit
    }
}

@media (max-width: 1270px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}

.left_col .mCSB_scrollTools {
    width: 6px
}

.left_col .mCSB_dragger {
    max-height: 400px !important
}

.blue {
    color: #3498DB
}

.purple {
    color: #9B59B6
}

.green {
    color: #1ABB9C
}

.aero {
    color: #9CC2CB
}

.red {
    color: #E74C3C
}

.dark {
    color: #34495E
}

.border-blue {
    border-color: #3498DB !important
}

.border-purple {
    border-color: #9B59B6 !important
}

.border-green {
    border-color: #1ABB9C !important
}

.border-aero {
    border-color: #9CC2CB !important
}

.border-red {
    border-color: #E74C3C !important
}

.border-dark {
    border-color: #34495E !important
}

.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C
}

.bg-green {
    background: #A69A11 !important;
    border: 1px solid #A69A11 !important;
    color: #fff
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}

.container {
    width: 100%;
    padding: 0
}

.navbar-nav > li > a,
.navbar-brand,
.navbar-nav > li > a {
    color: #fff !important
}

.top_nav .nav > li > a:focus,
.top_nav .nav > li > a:hover,
.top_nav .nav .open > a,
.top_nav .nav .open > a:focus,
.top_nav .nav .open > a:hover {
    background: #203864;
}

body {
    color: #000;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471
}

.main_container .top_nav {
    display: block;
    margin-left: 230px
}

.no-padding {
    padding: 0 !important
}

.page-title {
    width: 100%;
    height: 65px;
    padding: 10px 0
}

    .page-title .title_left {
        width: 45%;
        float: left;
        display: block
    }

        .page-title .title_left h3 {
            margin: 9px 0
        }

    .page-title .title_right {
        width: 55%;
        float: left;
        display: block
    }

        .page-title .title_right .pull-right {
            margin: 10px 0
        }

.fixed_height_320 {
    height: 320px
}

.fixed_height_390 {
    height: 390px
}

.fixed_height_200 {
    height: 200px
}

.overflow_hidden {
    overflow: hidden
}

.progress-bar-dark {
    background-color: #34495E !important
}

.progress-bar-gray {
    background-color: #BDC3C7 !important
}

table.no-margin .progress {
    margin-bottom: 0
}

.main_content {
    padding: 10px 20px
}

.col-md-55 {
    width: 50%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .col-md-55 {
        width: 20%
    }
}

@media (min-width: 992px) {
    .col-md-55 {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .col-md-55 {
        width: 20%
    }
}

@media (min-width: 192px) and (max-width: 1270px) {
    table.tile_info span.right {
        margin-right: 7px;
        float: left
    }
}

.center-margin {
    margin: 0 auto;
    float: none !important
}

.grid_slider .col-md-6 {
    padding: 0 40px
}

h3 {
    font-size: 15px;
}

a {
    color: white;
    text-decoration: none
}

    a,
    a:visited,
    a:focus,
    a:active,
    :visited,
    :focus,
    :active,
    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 0
    }

        a:hover,
        a:focus {
            text-decoration: none
        }

.navbar-header {
    background: #34495E
}



.top_nav .dropdown-menu li {
    width: 100%
}

    .top_nav .dropdown-menu li a {
        width: 100%;
        padding: 12px 20px
    }

.top_nav li a i {
    font-size: 15px
}

.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%
}

.sidebar-header {
    border-bottom: 0;
    margin-top: 46px
}

    .sidebar-header:first-of-type {
        margin-top: 0
    }

.nav.side-menu > li {
    position: relative;
    display: block;
    cursor: pointer
}

    .nav.side-menu > li > a {
        margin-bottom: 6px
    }

        .nav.side-menu > li > a:hover {
            color: #F2F5F7 !important
        }

        .nav.side-menu > li > a:hover,
        .nav > li > a:focus {
            text-decoration: none;
            background: transparent
        }

.nav.child_menu {
    display: none
}

    .nav.child_menu li:hover,
    .nav.child_menu li.active {
        background-color: rgba(255, 255, 255, 0.06)
    }

    .nav.child_menu li {
        padding-left: 36px
    }

.nav-md ul.nav.child_menu li:before {
    background: #E7E7E7;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #E7E7E7;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0
}

.nav-md ul.nav.child_menu li:last-child::after {
    bottom: 50%;
}

.nav.side-menu > li > a,
.nav.child_menu > li > a {
    color: #232323;
    font-weight: 500
}

    .nav.child_menu li li:hover,
    .nav.child_menu li li.active, .nav.side-menu > li > a:hover {
        background: none;
        color: #232323 !important;
    }

.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
    color: #232323;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 7px 15px 6px
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
    border-right: 5px solid #A69A11
}

.nav li.current-page {
    background: rgba(255, 255, 255, 0.05)
}

.nav li li li.current-page {
    background: none
}

.nav li li.current-page a {
    color: #203864;
}

.nav.side-menu > li.active > a {
    /*text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#A60037, #A60037), #A60037;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0*/
}

.navbar-brand,
.navbar-nav > li > a {
    font-weight: 400;
    color: #ffffff !important;
    margin-left: 0 !important;
}

.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px
}

    .site_title:hover,
    .site_title:focus {
        text-decoration: none
    }

.nav.navbar-nav > li > a {
    color: #fff !important
}

.nav.top_menu > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent
}

.top_search {
    padding: 0
}

    .top_search .form-control {
        border-right: 0;
        box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
        border-radius: 25px 0px 0px 25px;
        padding-left: 20px;
        border: 1px solid rgba(221, 226, 232, 0.49)
    }

        .top_search .form-control:focus {
            border: 1px solid rgba(221, 226, 232, 0.49);
            border-right: 0
        }

    .top_search .input-group-btn button {
        border-radius: 0px 25px 25px 0px;
        border: 1px solid rgba(221, 226, 232, 0.49);
        border-left: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        color: #93A2B2;
        margin-bottom: 0 !important
    }

.toggle {
    float: left;
    margin: 0;
    padding-top: 16px;
    width: 70px
}

    .toggle a {
        padding: 15px 15px 0;
        margin: 0;
        cursor: pointer
    }

        .toggle a i {
            font-size: 26px;
            color: #fff;
        }

.nav.child_menu > li > a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    padding: 9px
}

.panel_toolbox {
    float: right;
    min-width: 70px
}

    .panel_toolbox > li {
        float: left;
        cursor: pointer
    }

        .panel_toolbox > li > a {
            padding: 5px;
            color: #C5C7CB;
            font-size: 14px
        }

            .panel_toolbox > li > a:hover {
                background: #F5F7FA
            }

.line_30 {
    line-height: 30px
}

.main_menu_side {
    padding: 0
}

.bs-docs-sidebar .nav > li > a {
    display: block;
    padding: 4px 6px
}

footer {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}


.footer_fixed footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%
}

@media (min-width: 768px) {
    .footer_fixed footer {
        margin-left: 0
    }
}

@media (min-width: 768px) {
    .footer_fixed .nav-sm footer {
        margin-left: 0
    }
}

.tile-stats.sparkline {
    padding: 10px;
    text-align: center
}

.jqstooltip {
    background: #34495E !important;
    width: 30px !important;
    height: 22px !important;
    text-decoration: none
}

.tooltip {
    display: block !important
}

.tiles {
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 5px;
    margin-bottom: 0
}

.tile {
    overflow: hidden
}

.top_tiles {
    margin-bottom: 0
}

    .top_tiles .tile h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 3px 0 7px;
        font-weight: bold
    }

article.media {
    width: 100%
}

*,
*:before,
*:after {
    box-sizing: border-box
}

#integration-list {
    width: 100%;
    margin: 0 auto;
    display: table
}

    #integration-list ul {
        padding: 0;
        margin: 20px 0;
        color: #555
    }

        #integration-list ul > li {
            list-style: none;
            border-top: 1px solid #ddd;
            display: block;
            padding: 15px;
            overflow: hidden
        }

        #integration-list ul:last-child {
            border-bottom: 1px solid #ddd
        }

        #integration-list ul > li:hover {
            background: #efefef
        }

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer
}

    .expand h2 {
        width: 85%;
        float: left
    }

h2 {
    font-size: 20px;
    font-weight: 400
}

#left,
#right {
    display: table
}

#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}

.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 13px;
    margin-right: 7px
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 150px
}

    .detail span {
        margin: 0
    }

.right-arrow {
    width: 10px;
    float: right;
    font-weight: bold;
    font-size: 20px
}

.accordion .panel {
    margin-bottom: 5px;
    border-radius: 0;
    border-bottom: 1px solid #efefef
}

.accordion .panel-heading {
    background: #F2F5F7;
    padding: 13px;
    width: 100%;
    display: block
}

.accordion .panel:hover {
    background: #F2F5F7
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}


table.display tr.odd.row_selected td {
    background-color: #9FAFD1
}

div.box {
    height: 100px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #8080FF;
    background-color: #E5E5FF
}

ul.msg_list li {
    background: #f7f7f7;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 6px 0;
    width: 96% !important
}

    ul.msg_list li:last-child {
        margin-bottom: 6px;
        padding: 10px
    }

    ul.msg_list li a {
        padding: 3px 5px !important
    }

        ul.msg_list li a .image img {
            border-radius: 2px 2px 2px 2px;
            -webkit-border-radius: 2px 2px 2px 2px;
            float: left;
            margin-right: 10px;
            width: 11%
        }

        ul.msg_list li a .time {
            font-size: 11px;
            font-style: italic;
            font-weight: bold;
            position: absolute;
            right: 35px
        }

        ul.msg_list li a .message {
            display: block !important;
            font-size: 11px
        }

.dropdown-menu.msg_list span {
    white-space: normal
}

.dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

    .dropdown-menu > li > a {
        color: #5A738E
    }

.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 220px
}

    .navbar-nav .open .dropdown-menu.msg_list {
        width: 300px
    }


.fontawesome-icon-list .fa-hover a:hover {
    background-color: #ddd;
    color: #fff;
    text-decoration: none
}

.fontawesome-icon-list .fa-hover a {
    display: block;
    line-height: 32px;
    height: 32px;
    padding-left: 10px;
    border-radius: 4px
}

    .fontawesome-icon-list .fa-hover a:hover .fa {
        font-size: 28px;
        vertical-align: -6px
    }

    .fontawesome-icon-list .fa-hover a .fa {
        width: 32px;
        font-size: 16px;
        display: inline-block;
        text-align: right;
        margin-right: 10px
    }

.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tile-stats {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    transition: all 300ms ease-in-out;
    height: 140px;
}

    .tile-stats:hover .icon i {
        animation-duration: .5s;
        animation-iteration-count: 1;
        color: rgba(58, 58, 58, 0.41);
        animation-timing-function: ease;
        animation-fill-mode: forwards;
        -webkit-animation-name: transformAnimation;
        -webkit-animation-duration: .5s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: transformAnimation;
        -moz-animation-duration: .5s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: forwards
    }

    .tile-stats .icon {
        width: 20px;
        height: 20px;
        color: #BAB8B8;
        position: absolute;
        right: 53px;
        top: 22px;
        z-index: 1;
        display: none;
    }

.title-statByRole {
    font-size: 13px !important;
    top: 10px !important;
    color: #fff;
}

.tile-stats .bigIcon {
    right: 83px !important;
    top: 62px !important;
}

.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}

.statsIconFont {
    font-size: 100px !important;
}

.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857;
    padding-right: 5px;
}

.tile-stats .text-info-stat {
    z-index: 1;
    color: #fff;
}

.tile-stats .count,
.tile-stats h3,
.tile-stats p {
    position: relative;
    margin: 0;
    z-index: 5;
    padding: 0
}

.tile-stats h3 {
    color: #BAB8B8
}

.tile-stats p {
    margin-top: 5px;
    font-size: 12px
}

.tile-stats > .dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}

    .tile-stats > .dash-box-footer:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.15)
    }

    .tile-stats > .dash-box-footer:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.15)
    }

.yellow-stats {
    background-color: #8BC34A;
    height: 60px;
    color: #fff;
}

    .yellow-stats .RadComboBox_Material .rcbInner {
        color: #fff;
    }

.white-icon {
    color: #fff !important;
}

.big-numbers {
    font-size: 20px !important;
    margin-right: 10px !important;
    font-weight: bold;
}

table.tile_info {
    padding: 10px 15px
}

    table.tile_info span.right {
        margin-right: 0;
        float: right;
        position: absolute;
        right: 4%
    }

.tile:hover {
    text-decoration: none
}

.tile_header {
    border-bottom: transparent;
    padding: 7px 15px;
    margin-bottom: 15px;
    background: #E7E7E7
}

.tile_head h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.tiles-bottom {
    padding: 5px 10px;
    margin-top: 10px;
    background: rgba(194, 194, 194, 0.3);
    text-align: left
}


button,
.buttons,
.btn,
.modal-footer .btn + .btn {
    margin-bottom: 5px;
    margin-right: 5px
}

.btn-group-vertical .btn,
.btn-group .btn {
    margin-bottom: 0;
    margin-right: 0
}


.btn {
    border-radius: 3px
}

a.btn-success,
a.btn-primary,
a.btn-warning,
a.btn-danger {
    color: #fff
}

.btn-success {
    background: #26B99A;
    border: 1px solid #169F85
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background: #169F85
    }

.btn-dark {
    color: #E9EDEF;
    background-color: #4B5F71;
    border-color: #364B5F
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        color: #FFFFFF;
        background-color: #394D5F;
        border-color: #394D5F
    }

.btn-round {
    border-radius: 30px
}

.btn.btn-app {
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #fafafa;
    font-size: 12px
}

    .btn.btn-app > .fa,
    .btn.btn-app > .glyphicon,
    .btn.btn-app > .ion {
        font-size: 20px;
        display: block
    }

    .btn.btn-app:hover {
        background: #f4f4f4;
        color: #444;
        border-color: #aaa
    }

    .btn.btn-app:active,
    .btn.btn-app:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
    }

    .btn.btn-app > .badge {
        position: absolute;
        top: -3px;
        right: -10px;
        font-size: 10px;
        font-weight: 400
    }

textarea {
    padding: 10px;
    vertical-align: top;
    width: 200px
}

    textarea:focus {
        outline-style: solid;
        outline-width: 2px
    }

.btn_ {
    display: inline-block;
    padding: 3px 9px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}


.login-app-site-banner {
    font-style: italic;
    color: #1f4e79;
}

.login-app-site-description {
    width: 330px;
    border-radius: 5px;
    /*    background-color: #1f4e79;*/
    /*padding: 10px;*/
    /*color: #fff;*/
    /*    border: 2px solid #650202*/
}

.login {
    background: #F2F2F2 !important;
    background: url(../../images/MAP-Blue-Background.jpg) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

    .login .fa-paw {
        font-size: 26px
    }

a.hiddenanchor {
    display: none
}

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    position: relative;
    color: #ffffff !important;
    padding: 0 15px;
    width:800px;
}

.login_wrapper a {
    color: #ffffff !important;
}

.new-user a {
    color: #fff !important;
}

.submit, .submit a:hover {
    background-color: #232323 !important;
    color: #fff !important;
    border: none;
}

.submit-login {
    background-color: #22496d !important;
}

.submit-login a {
    color: #fff !important;
    font-weight:bold !important;
}

.registration_form,
.login_form {
    position: absolute;
    top: 0px;
    width: 100%
}

.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%
}

.login_form {
    z-index: 22;
}

.login-footer {
    font-size: 10px;
}

#signup:target ~ .login_wrapper .registration_form,
#signin:target ~ .login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}

#signup:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .registration_form {
    animation-name: fadeOutLeft
}

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}

.login_box {
    padding: 20px;
    margin: auto
}

.left {
    float: left
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.clearfix:after,
form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px
}

    .login_content a,
    .login_content .btn-default:hover {
        text-decoration: none
    }

        .login_content a:hover {
            text-decoration: underline
        }

    .login_content h1 {
        font: normal 25px Helvetica, Arial, sans-serif;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin: 10px 0 30px
    }

        .login_content h1:before,
        .login_content h1:after {
            content: "";
            height: 1px;
            position: absolute;
            top: 10px;
            width: 27%
        }

        .login_content h1:after {
            background: #7e7e7e;
            background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
            right: 0
        }

        .login_content h1:before {
            background: #7e7e7e;
            background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
            left: 0
        }

        .login_content h1:before,
        .login_content h1:after {
            content: "";
            height: 1px;
            position: absolute;
            top: 10px;
            width: 20%
        }

        .login_content h1:after {
            background: #7e7e7e;
            background: linear-gradient(left, #7e7e7e 0%, #fff 100%);
            right: 0
        }

        .login_content h1:before {
            background: #7e7e7e;
            background: linear-gradient(right, #7e7e7e 0%, #fff 100%);
            left: 0
        }

    .login_content form {
        margin: 20px 0;
        position: relative
    }

        .login_content form input[type="text"],
        .login_content form input[type="email"],
        .login_content form input[type="password"] {
            border-radius: 3px;
            -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
            border: 1px solid #c8c8c8;
            color: #777;
            margin: 0 0 20px;
            width: 100%
        }

            .login_content form input[type="text"]:focus,
            .login_content form input[type="email"]:focus,
            .login_content form input[type="password"]:focus {
                -ms-box-shadow: 0 0 2px #ed1c24 inset;
                -o-box-shadow: 0 0 2px #ed1c24 inset;
                box-shadow: 0 0 2px #A97AAD inset;
                background-color: #fff;
                border: 1px solid #A878AF;
                outline: none
            }

#username {
    background-position: 10px 10px !important
}

#password {
    background-position: 10px -53px !important
}

.login_content form div a {
    font-size: 12px;
    margin: 10px 15px 0 0
}

.reset_pass {
    margin-top: 10px !important
}

.login_content div .reset_pass {
    margin-top: 13px !important;
    margin-right: 39px;
    float: right
}

.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px
}

.button {
    background: #f7f9fa;
    background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CFD5D9;
    padding: 15px 0
}

.login_content form input[type="submit"],
#content form .submit {
    float: left;
    margin-left: 38px
}

.button a {
    background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
    color: #7E7E7E;
    font-size: 17px;
    padding: 2px 0 2px 40px;
    text-decoration: none;
    transition: all 0.3s ease
}

    .button a:hover {
        background-position: 0 -135px;
        color: #00aeef
    }

header {
    width: 100%
}


.RadInput_Office2010Silver .riTextBox, .RadInput_Office2010Silver .riSelect, .RadInput_Office2010Silver .rcSelect, .RadInputMgr_Office2010Silver {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
}

.DivLegend {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.DivLegendDesc {
    display: inline;
    line-height: 18px;
    height: 18px;
    font-size: 10px;
    margin: 0 5px;
}


/*** BEGIN : ADOPT LEGEND ***/
.AdoptLegend {
    display: block;
    width: 450px;
    float: right;
    padding: 5px;
}

.AdoptLegendColorBox {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.AdoptLegendText {
    display: inline-block;
    float: left;
    font-size: 9px;
    padding-top: 5px;
}

.LightBlue {
    background-color:lightblue !important;
}

.LightGreen {
    background-color:lightgreen;
}

.LightPink {
    background-color:lightpink;
}

/* overwrite Bootstrap */
.RadGrid_Bootstrap .rgPagerCell .rgNumPart a.rgCurrentPage, .RadGrid_Bootstrap .rgMasterTable .rgSelectedCell, .RadGrid_Bootstrap .rgSelectedRow td, .RadGrid_Bootstrap td.rgEditRow .rgSelectedRow, .RadGrid_Bootstrap .rgSelectedRow td.rgSorted {
    background: none !important;
    /*border:1px solid #adadad !important;*/
    color: #000000 !important;
    -webkit-box-shadow: inset -2px -2px 16px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: inset -2px -2px 16px -5px rgba(0,0,0,0.5);
    box-shadow: inset -2px -2px 16px -5px rgba(0,0,0,0.5);
}

.RadRadioButton .rbText,
.RadRadioButton .rbToggleRadioChecked {
    color: white;
}

.RadGrid_Bootstrap .rgSelectedCell a, .RadGrid_Bootstrap .rgSelectedRow a {
    color: #000000 !important;
}

.RadGrid_Bootstrap .rgGroupHeader td, .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap th.rgResizeCol, .RadGrid_Bootstrap .rgHeaderWrapper, .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
    background-color: #203864 !important;
    color: #fff !important;
}

.RadGrid_Material .rgHeader, .RadGrid_Material .rgHeader a {
    background-color: #f1f1f1 !important;
    color: #455A64 !important;
}

#ctl00_ContentPlaceHolder1_rgArticulationCourses_rghcMenu_i10_HCFMFilterButton {
    background: #8BC34A !important;
    color: #fff !important;
}

.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap th.rgResizeCol {
    padding: 5px 10px 5px;
}

.RadGrid_Bootstrap .rgAltRow > td, .RadGrid_Bootstrap .rgEditRow > td, .RadGrid_Bootstrap .rgFooter > td, .RadGrid_Bootstrap .rgFilterRow > td, .RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgResizeCol, .RadGrid_Bootstrap .rgGroupHeader td {
    padding: 7px !important;
    background-color: #203864 !important;
}

.ArticulationCreated {
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    background-color: #2dad6b;
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 300px;
}

​

.daterangepicker.xdisplay {
    width: 228px;
}

.dataTables_wrapper > .row {
    overflow: auto !important; /*prevent datatables overflowing its container*/
}

/** bootstrap-datetimepicker **/
.input-group.date .input-group-addon {
    border-radius: 0px !important;
    background-color: #ffff !important;
}
/** /bootstrap-datetimepicker **/

.nav-logo {
    float: left;
    margin-top: 5px;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td, .RadGrid .rgFilterRow > td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    font-size: 11px !important;
}

.RadComboBox .rcbInput, .panel-body {
    font-size: 11px !important;
}

.upload-container {
    display: inline-block;
    text-align: left;
}

    .upload-container .RadUpload .ruUploadProgress {
        width: 210px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: top;
    }

html .upload-container .ruFakeInput {
    width: 220px;
}

a.viewProfile, a.viewProfile:hover {
    color: #fff;
}

blockquote {
    font-size: 13px;
}

.label {
    font-size: 100%;
    font-weight: normal;
}

button, .buttons, .btn, .modal-footer .btn + .btn {
    margin: 0px !important;
    font-size: 13px;
}

.RadGrid_Office2010Silver .rgRow a, .RadGrid_Office2010Silver .rgAltRow a, .RadGrid_Office2010Silver .rgEditRow a, .RadGrid_Office2010Silver .rgFooter a, .RadGrid_Office2010Silver .rgEditForm a {
    color: #000 !important;
}

label {
    font-weight: normal;
}

.courseDetails {
    height: auto !important;
    /*font-size:11px !important;*/
}

    .courseDetails h2, .courseDetails h1 {
        font-size: 20px !important;
        font-weight: 400 !important;
    }

    .courseDetails .page-title {
        display: none !important;
    }
    .courseDetails a {
        color:black !important;
    }
.not-for-print {
    display: none !important;
}

.data-label {
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.data-point {
    display: inline-block !important;
    margin-right: 10px !important;
}

.padding-panels {
    padding: 10px;
}

.FactorToolbar {
    width: 175px !important;
}

.alert-danger, .alert-error {
    border: none;
}

.reToolBarWrapper {
    display: none;
}

.alert {
    padding: 5px !important;
}
/* ACE Courses Fixed scroll*/
.fixed {
    position: fixed;
    top: 0px;
    z-index: 100;
}

.OccupationCodes {
    width: 550px !important;
}

.paddingTop {
    padding-top: 110px;
}

.paddingBotton {
    padding-bottom: 110px;
}

.RadWindow.rwInactiveWindow {
    opacity: 1 !important;
}

.displayNone {
    display: none;
}

mark {
    background: yellow;
    color: black;
    font-weight: bold;
}

.RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgEditForm td {
    padding: 2px !important;
}

table.tableProgramCourses {
    width: 600px;
}

    table.tableProgramCourses td, table.tableExhibits td {
        padding: 3px !important;
    }

.occupationInfoHeader, .courseInfoHeader {
    display: block;
    background-color: #fff !important;
    width: 100%;
    margin-top: -20px !important;
    margin-bottom: 40px;
}

.courseInfoHeader {
    height: 120px;
}

.occupationInfoDetail {
    margin-top: 60px;
    font-size: 11px !important;
}

.courseInfoDetail {
    margin-top: 110px;
}

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.panel-primary > .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary {
    border-color: #337ab7;
}

.RadScheduler .rsMonthView .rsAptContent, .rsApt {
    height: auto;
}

.roleName {
    display: flex !important;
    color: #fff;
    align-items: center;
}

.rgCaption {
    color: #000;
    font-weight: bold;
    padding-left: 10px;
    background-color: #C9E3BE;
}

.tile-stats h3 {
    color: #000;
    font-size: 13px;
}

.tile-stats .icon i {
    font-size: 50px;
}

.tile-stats .icon {
    top: 15px;
    right: 43px;
}

.tile-stats .count {
    font-size: 25px;
}

.text-summary {
    font-weight: bold;
    width: 30px;
    display: block;
    float: left;
    text-align: center;
}

.RadWindow_Bootstrap .rwTitleWrapper {
    padding: 5px 10px 20px 10px !important;
}

.mainTitle {
    padding-left: 20px;
    font-size: 20px !important;
}

.unknownText {
    font-size: 10px !important;
    top: 5px !important;
    left: 5px !important;
}

.RadUpload_Bootstrap .ruSelectWrap .ruButton {
    height: 30px !important;
}

.radButtonFontAwesome {
    height: 40px !important;
}

/* OVERRIDE TELERIK MATERIAL THEME CLASSES */

.RadGrid_Material {
    font-size: 13px !important;
}

.RadComboBox .rcbInput, .panel-body, .RadComboBox .rcbReadOnly .rcbInput, .RadComboBox .rcbDisabled .rcbInput, .grid-fonts, .RadLabel_Material {
    font-size: 13px !important;
    color: #455A64 !important;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td, .RadGrid .rgFilterRow > td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    font-size: 13px !important;
    padding: 5px 10px !important;
}

.RadInputDisabled a, .RadInputDisabled .riTextBox, .RadComboBox .rcbDisabled, .RadInput_Material .riDisabled, .RadInput_Disabled_Material, .RadComboBox .rcbEmptyMessage, .RadComboBox_Material .p-icon:before, .RadInput_Material .riEmpty, .RadInput_Empty_Material {
    color: #455A64 !important;
    font-style: normal !important;
    opacity: 1 !important;
}

.RadInput_Material input.riTextBox, .RadComboBox .rcbInput {
    padding: 5px !important;
}

.RadInput_Material .riDisabled, .RadInput_Disabled_Material {
    border-bottom-color: #CFD8DC !important;
}

.RadGrid_Material .t-font-icon:before {
    font-size : 14px !important;
}
/* OVERRIDE TELERIK MATERIAL THEME CLASSES */
@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    logo-image-print {
        display: block !important;
    }

    @page {
        size: auto;
        margin: 0mm 70px 70px 70px;
    }
}
