﻿:root {
    --main-menu-background-color: #b7ccdb !important;
    --main-menu-text-color: #333333 !important;
    --main-menu-highlight-background-color: #00467f !important;
    --main-menu-highlight-text-color: white !important;
}

.registration-issues {
    float: right !important;
    margin: 1px 32px 4px 4px !important;
    white-space: normal !important;
}

.thankyou > th, td {
    padding: 4px 10px 4px 10px !important;
}

.valign-center {
    margin-top: 0px !important;
    padding-top: 8px;
}

.checkbox-input {
    width: 15px !important;
    height: 15px !important;
    margin-top: 0px !important;
}

.cancelled-class {
    font-size: large;
    color: red;
    font-style: italic;
    font-weight: 700;
}

.alert-danger {
    padding: 4px 4px 4px 10px !important;
}

.no-overflow {
    overflow-x: hidden !important;
}

.label-only-no-margin {
    margin: 0px !important;
}

.reject-text {
    color: red !important;
}

.notice-banner {
    padding: 15px !important;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .notice-banner > p {
        font-weight: 700;
    }

.no-annotation {
    text-decoration: none !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.first-button {
    padding-left: 0px !important;
}

.has-error > select {
    border-width: 3px !important;
}

.top-button {
    padding-top: 5px !important;
}

.white {
    color: transparent !important;
    font-weight: 700;
}

.margin-right10 {
    margin-right: 10px !important;
}

.even-row {
    background-color: #F7F8F9;
}

.notice-area {
    padding: 5px 10px 8px 10px;
}

input[type="date"] {
    width: 150px;
    padding-top: 0px;
}

.full-width {
    padding-left: 0px !important;
}

.horizontal {
    float: left;
    margin-right: 15px;
}

.class-full-notice {
    color: red;
}

.video-title {
    padding: 5px 20px;
}

.video-note {
    padding: 5px;
}

.video-area {
    text-align: center;
}

.video-description {
    padding: 5px 5px 10px 15px;
}

.question-block {
    margin: 3px 15px 3px 40px !important;
}

.tab-link-right {
    position: absolute !important;
    right: 40px !important;
    top: 40px !important;
    float: right;
}

.add-left-pad10 {
    padding-left: 10px !important;
}

.add-right-pad10 {
    padding-right: 10px !important;
}

.impersonation-link {
    background-color: #f8d7da;
    padding: 8px 12px 8px 12px;
    color: black;
    font-weight: 700;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.login-link {
    background-color: var(--main-menu-background-color);
    padding: 8px 12px 8px 12px;
    color: black;
    font-weight: 700;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.login {
    margin-bottom: 5px;
    font-size: 1.2em;
    line-height: 20px;
    margin-bottom: 20px;
}

    .login input {
        padding-bottom: 0px;
    }

    .login label {
        padding-bottom: 0px;
    }

    .login a {
        font-size: 0.8em;
        font-weight: 400;
    }

.sidenoteslogin {
    padding: 5px 0px 5px 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #EEEEED;
    margin-top: 45px !important;
}

    .sidenoteslogin p {
        padding-left: 5px;
        background-color: #EEEEED;
        margin: 0px;
        padding-bottom: 0px;
        line-height: 20px;
        margin-bottom: 10px;
    }

.active-highlight {
    background: #00467f !important;
    color: #ffffff !important;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
}

.sidenoteslogin strong {
    background-color: #e6dfcc;
}
/*
    .sidenoteslogin ul {
        padding: 0px 0px 2px 35px;
        margin: 2px 0px 0px 10px;
    }

    .sidenoteslogin li {
        padding-left: 0px;
        font-size: small;
        margin-left: 0px;
    }
*/
/*.sidenoteslogin {
    float: right;
    border: solid 1px #CCCCCC;
    background-color: #EEEEED;
    margin: 15px 15px 10px 0px;
    padding: 0px 0px 0px 0px;
    width: 385px;
    height: 205px;
}*/

.question-table {
    margin: 0px 15px 0px 25px !important;
    width: 95% !important;
}

.correct-answer {
    color: green;
}

.last-action {
    border-left: solid !important;
    border-color: #337ab7 !important;
    border-width: 1px !important;
}

.button-action {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.dropbtn {
    background-color: transparent;
    color: var(--main-menu-color);
    padding: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown a {
    padding: 10px;
    text-decoration: none;
    color: var(--main-menu-color);
}

    .dropbtn:hover, .dropbtn:focus, .dropdown a:hover, .dropdown a:focus {
        background-color: #00467f !important;
        color: white !important;
        text-decoration: none !important;
    }

.dropdown-icon:hover, .dropdown-icon:focus {
    color: white !important;
}

.dropdown {
    position: relative;
    background-color: var(--main-menu-background-color);
    margin: 0px;
    display: flex;
    /*    justify-content: center;*/
    align-items: center;
    width: 100%;
    padding-left: 20%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--main-menu-background-color);
    color: var(--main-menu-color);
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

* {
    box-sizing: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
    color: #333;
    /*background: #efefef;*/
    margin: 0px;
    padding: 0px;
}

.table-striped > .table-tr:nth-of-type(even) {
    background-color: #f9f9f9 !important;
}


.main-header {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.itd-banner-top {
    width: 100%;
    background: white;
    margin-top: 5px;
    margin-left: 10px;
    height: 30px;
}

    .itd-banner-top > a {
        width: 100%;
        background: white;
    }

.site-header {
    width: 100%;
    background: #efefef;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

    .site-header .side-bar {
        background: #efefef;
    }

.logo-area {
    float: left;
    padding: 2px 10px 2px 10px;
    margin-top: 2px;
}

.logo-wrapper {
    width: 70%;
}

.login-area {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding: 17px 15px 2px 0px;
    font-size: 18px !important;
}

.login-block {
    align-self: center;
}

.site-menu {
    width: 100%;
    background-color: var(--main-menu-background-color);
    padding: 0px 0px 0px 20%;
    margin: 0px;
    /*height: 50px;*/
}

    .site-menu a.active-highlight {
        background-color: var(--main-menu-highlight-background-color);
        color: var(--main-menu-highlight-text-color: white);
    }

.navbar {
    font-size: 17px;
    border: none;
    background-color: var(--main-menu-background-color);
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px;
    height: 30px;
}

.footer-navbar {
    font-size: 12px;
    border: none;
    background-color: var(--main-menu-background-color);
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px;
}

.footer-nav {
    list-style-type: none;
    background-color: var(--main-menu-background-color);
    box-sizing: border-box;
    display: flex;
    margin: 0px 30px 0px 0px;
    flex-direction: row;
    justify-content: center;
}

.side-menu-navbar {
    border: none;
    margin: 0px;
    display: flex;
    width: 100%;
    padding: 0px;
}

.side-menu-nav {
    list-style-type: none;
    box-sizing: border-box;
    display: flex;
    margin: 0px 30px 0px 0px;
    flex-direction: column;
    background-color: transparent;
    width: 100%;
}

    .side-menu-nav li {
        margin: 0;
        /*line-height: 15.6833px;*/
        width: 100%;
    }

.side-menu-nav-links {
    text-decoration: none;
    margin: 0px 0px 3px 10px;
    padding: 0px;
    width: 100%;
}

    .side-menu-nav-links a.active {
        color: #777;
        font-weight: 600;
    }

    .side-menu-nav-links a {
        line-height: 18px !important;
        display: block !important;
        width: 180px !important;
        text-align: right;
        float: right;
    }

.side-menu-nav-admin {
    list-style-type: none;
    box-sizing: border-box;
    display: flex;
    margin: 0px 30px 0px 0px;
    flex-direction: column;
    background-color: transparent;
    width: 100%;
}

    .side-menu-nav-admin li {
        margin: 0;
        /*line-height: 15.6833px;*/
        width: 100%;
    }

    .side-menu-nav-admin a {
        line-height: 32px !important;
        display: block !important;
        width: 250px !important;
        text-align: right;
        float: right;
    }

.sub-menu {
    display: none;
}

.footer-nav-links {
    text-decoration: none;
    color: var(--main-menu-text-color);
    background-color: var(--main-menu-background-color);
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

    .footer-nav-links a {
        color: var(--main-menu-text-color);
        background-color: var(--main-menu-background-color);
        text-decoration: none;
        display: flex;
        justify-content: space-between !important;
        padding: 1em !important;
    }

.nav-links {
    text-decoration: none;
    color: var(--main-menu-text-color);
    background-color: var(--main-menu-background-color);
    margin: 0px 0px 0px 40px;
    padding: 0px;
}

    .nav-links a {
        color: var(--main-menu-text-color);
        background-color: var(--main-menu-background-color);
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        padding: 1em;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .nav-links:hover {
        color: var(--main-menu-highlight-text-color);
        background-color: var(--main-menu-highlight-background-color);
    }


.main-content {
    background: white;
    display: flex;
    flex-direction: row;
}

.side-bar {
    background: white;
    width: 20%;
}

.main-area {
    background: white;
    width: 70%;
}

.page-content {
    background: white;
    margin: 0px 25px 5px 25px;
}

page-header-bar {
    padding-bottom: 9px;
    position: relative;
    background-color: white !important;
    background: white !important;
    width: 100%;
}

.page-header-bar:after {
    content: "";
    float: right;
    height: 0;
    width: 0;
    margin-top: 10px;
    border-top: 8px solid black;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    background-color: white !important;
}

.hamburger-icon {
    padding: 0px;
    margin: 0px 10px 0px 0px;
    border: 0px;
    float: right;
    background-color: transparent;
}

    .hamburger-icon:after {
        font-family: 'Glyphicons Halflings';
        content: "\e236";
        display: block;
    }

.dropdown-icon {
    padding: 0px;
    margin: 0px 10px 0px 0px;
    border: 0px;
    float: right;
    background-color: transparent;
}

    .dropdown-icon:after {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        display: block;
        transition: transform .25s ease-in-out;
    }

.nav-links > a:hover .nav-links > a:active {
    transform: rotate(180deg);
}

.login-welcome {
    display: normal;
}

.banner-image {
    display: inline-block;
    height: 18px;
    width: 341px;
}

    .banner-image img {
        height: 100%;
        width: auto;
    }

.logo-image {
    width: 278px;
    height: 64px;
    display: inline-block;
}

    .logo-image img {
        height: 100%;
        width: auto;
    }

.footer {
    margin-top: 45px;
    border-top: 1px solid #E5E5E5;
    background: none repeat scroll 0 0 #b7ccdb;
    color: #00467f;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
}

.footer-section {
/*    width: 40%;*/
    align-self: center;
}

.footer-left-section {
/*    width: 30%;*/
    align-self: center;
}

.footer-right-section {
    align-self: center;
/*    width: 40%;*/
}

.item-95p {
    width: 95%;
}

.table-header-caption {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    padding-left: 8px;
}

.table-header-row {
    font-weight: 700;
    color: #666;
    border-top: 0;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 3px 8px 3px 8px !important;
    line-height: 1.42857;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial, sans-serif;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.table-row-item {
    padding: 3px 8px 0px 8px !important;
    line-height: 1.42857;
    text-align: left;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

    .table-row-item:nth-of-type(2n+1) {
        background-color: #f5f5f5;
    }

.col-formatted-name {
    vertical-align: top;
    width: 175px;
}

.col-formatted-contacts {
    vertical-align: top;
    width: 150px;
}

.col-top-align {
    vertical-align: top;
}

.col-f150 {
    width: 150px;
}

.col-f100 {
    width: 100px;
}

.col-f175 {
    width: 175px;
}

.col-f250 {
    width: 250px;
}

.col-f600 {
    width: 600px;
}

.col-f80 {
    width: 80px;
}

.col-f70 {
    width: 70px;
}

.col-f65 {
    width: 65px;
}

.col-center {
    text-align: center;
}

.col-rest {
    flex-grow: 1
}

.col-rest-long {
    vertical-align: top;
    overflow: auto;
    height: auto;
    flex-grow: 1
}

.confirm-field-area {
    display: flex;
    flex-direction: row;
    background-color: transparent !important;
}

    .confirm-field-area > .btn {
        margin-right: 10px !important;
    }

    .confirm-field-area > .btn-danger {
        color: white !important;
    }

.field-header {
    background-color: transparent !important;
    width: 200px;
}

.field-value {
    background-color: transparent !important;
}

.field-value-link {
    background-color: transparent !important;
}

.field-title-font {
    font-size: 16px;
}

.form-group {
    background-color: transparent !important;
}

    .form-group label {
        background-color: transparent !important;
    }

a.btn {
    text-decoration: none !important;
}

@media screen and (max-width: 65.8em) {
    .login-welcome {
        display: none;
    }
}

@media screen and (max-width: 40.5em) {
    .pcss3t > ul > li {
        padding: 10px 3px 3px 10px !important;
    }

    .pcss-wrapper {
        width: 98% !important;
    }

    .col-fInst {
        width: 35%;
    }

    .col-fDate {
        width: 50px;
        font-size: 12px !important;
        margin-top: 2px;
    }

    .col-fDateH {
        width: 50px;
    }

    .col-rest {
        overflow: hidden;
        height: 25px;
        width: 35%;
    }

    .col-rest-long {
        width: 35%;
    }

    .col-add-pad {
        margin-left: 3px;
    }

    .col-action {
        margin-left: 2px;
        width: 50px;
    }

    .col-long-action {
        margin-left: 2px;
        width: 75px !important;
    }

    .table-header-row .col-long-action {
        font-size: 14px !important;
        margin-top: 0px;
    }

    .main-content {
        flex-direction: column;
    }

    .side-menu-navbar {
        display: none;
    }

    .side-menu-main-menu-nav {
        display: block;
    }

    .site-menu {
        display: none;
    }

    .site-header {
        width: 99%;
    }

    .side-bar {
        width: 100%;
    }

    .page-header-bar {
        width: 95%;
    }

    .site-header .side-bar {
        display: none;
    }

    .banner-image {
        height: 13px;
        width: 246px;
    }

    .logo-image {
        width: 217px;
        height: 50px;
    }

    .main-area {
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .footer-section {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer-left-section {
        display: none;
    }

    .footer-nav {
        margin: 0px;
    }

    .footer-right-section {
        display: none;
    }

    .footer-nav-links {
        margin: 0px !important;
    }

        .footer-nav-links a {
            padding-left: 2px !important;
            padding-right: 2px !important;
        }
}

.col-very-long-action {
    margin-left: 3px;
    width: 150px;
}

.col-fDate, .col-fDateH, .col-action {
    width: 100px;
}

.col-action {
    margin-left: 5px;
}

@media screen and (min-width: 40.6em) {
    .side-menu-main-menu-nav {
        display: none;
    }
}

@media screen and (max-width: 64.9em) {
    /*1039px approx*/
    .date-small {
        display: block;
    }

    .date {
        display: none;
    }
}

@media screen and (min-width: 65em) {
    /*1039px approx*/
    .date-small {
        display: none;
    }

    .date {
        display: block;
    }

    .col-fInst {
        width: 300px;
    }
}

.paging-container {
    align-items: center;
    justify-content: center;
    display: grid;
    position: relative;
    overflow: hidden;
    height: 40px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background: white;
}

.menu-table-paging {
    width: max-content;
    background: white;
}

    .menu-table-paging li {
        margin: 0px !important;
        display: inline;
        height: 100%;
        overflow: hidden;
        background: white;
    }

    .menu-table-paging h4, small {
        background: white;
        font-size: 18px;
        font-weight: 500;
    }

.form-group, .control-label {
    background: white;
}

hr.title-circle {
    border-color: #b3b3b3;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

    hr.title-circle::before {
        background: #00467f none repeat scroll 0 0;
        border-radius: 100%;
        box-shadow: inherit;
        content: "";
        height: 12px;
        left: 50%;
        margin: -7px;
        position: absolute;
        width: 12px;
    }

.news-date {
    color: #333;
    font-style: italic;
}

.categories {
    margin-top: -10px;
    display: block;
    margin-bottom: 10px;
}

.home-button {
    display: inline-block;
    transition-duration: 0.5s;
    cursor: pointer;
}

.DES_button {
    border: 2px solid #00467F;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.1)
}

    .DES_button:hover {
        background-color: #B7CCDB;
        color: white;
        box-shadow: 0 18px 16px 0 rgba(0,0,0,0.20),0 17px 50px 0 rgba(0,0,0,0.19)
    }



.padding5 {
    padding: 5px !important;
}

.marginleft10 {
    margin-left: 10px !important;
}

displaynone {
    display: none !important;
}

.page-header-bar2 {
    height: 11px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    border-bottom: 1px solid black !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.padding-left-7 {
    padding-left: 7px !important;
}

.margincustom {
    margin: 50px !important;
}

.rosterpdf-body {
    font-family: 'Arial Bold', 'Arial';
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

.rosterpdf-div1 {
    width: 930px;
    padding-bottom: 30px;
}

.rosterpdf-h1 {
    text-align: right;
    margin-top: -40px;
}

.text-align-right {
    text-align: right;
}


/*added stop fix table in pdf breaking across pages issue*/
table {
    page-break-inside: auto !important
}
/*added stop fix table in pdf breaking across pages issue*/
tr {
    page-break-inside: avoid !important;
    page-break-after: auto !important
}

.cal-grid {
    width: 70%;
    float: left;
}

.cal-info {
    width: 28%;
    float: right;
}

.legendary-logo {
    width: 120px;
    height: 64px;
}

.whitelink-bluebg {
    color: white !important;
    background-color: #00467f !important;
}

.width20 {
    width: 20%
}

.width100 {
    width: 100% !important;
}

.height30 {
    height: 30px !important;
}

.height100{height:100px}

.w276-h64{
    width: 276px;
    height: 64px;
}

.paddingtop25{
    padding-top: 25px;
}

.border0{
    border:0px;
}

.m0-displayblock-width100px {
    margin: 0 auto;
    display: block;
    width: 100px;
}

.margin-top-8px {
    margin-top: 8px;
}

.margin-left-5px {
    margin-left: 5px;
}
.margin-left-15px {
    margin-left: 15px;
}

.margin-top-5px {
    margin-top: 5px;
}

.border-1px-solid-rgba {
    border: 1px solid rgba(0,0,0,0.2);
}

.color-white {
    color: white;
}

.padding-0px {
    padding: 0px;
}

.border-0px {
    border: 0px;
}