/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 * These style 2.0 pages in our system.
 */

/*********************************** Global Styles **********************/

/************************************************************************/
/****************** 1. BASE STYLES * ************************************/
/************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap');

html {
    height: 100%;
    font-family: 'Barlow', sans-serif;
}
body {
    display: flex;
    height: 100%;
    flex-direction: column;
    background: #E5EBF2;
}
a {color: #0072EB;}
@font-face {
    font-family: 'DSG Sans';
    src: url('../fonts/dsg/DSGSans-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/dsg/DSGSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/dsg/DSGSans-Bold.otf'), url('../fonts/dsg/DSGSans-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/dsg/DSGSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/dsg/DSGSans-Bold.svg') format('svg'); /* Legacy iOS */
    font-weight: 400;
}
@font-face {
    font-family: 'DSG Sans Medium';
    src: url('../fonts/dsg/DSGSans-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/dsg/DSGSans-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/dsg/DSGSans-Medium.otf'), url('../fonts/dsg/DSGSans-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/dsg/DSGSans-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/dsg/DSGSans-Medium.svg') format('svg'); /* Legacy iOS */
    font-weight: 400;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/material-icons/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/material-icons/MaterialIcons-Regular.woff') format('woff'), url('../fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
.material-icons-med {
    font-size: 18px;
}
strong {
    font-weight: 600;
}

/************************************************************************/
/****************** 1. BASE : Tables ************************************/
/************************************************************************/
.page-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0D194F;
    color: #FFF;
    width: 100%;
    margin: auto 0 0;
    font: normal 11px/16px Barlow, sans-serif;
}
.l-footer-row.row {
    margin: 0;
}
.l-footer-col.col {
    padding: 0;
}
.l-footer-row.row:before {
    content: none;
}
.l-footer-row.row:after {
    content: none;
}
.page-footer .container > .row {
    display: flex;
    justify-content: space-between;
}
.l-footer-container {vertical-align:top;width:100%;background-color:#fff;}
.l-footer{padding-left:25px;}
.l-footer-link {display:inline-block;padding:0 10px; border-left:1px solid}
.l-footer-link:first-child {padding-left:0;border-left:none;}
.l-footer-left {float:left;}
.l-footer-right {float:right;margin-right:40px;}
.l-footer-item{padding-top:11px;}
.l-footer-links {
    font: 12px Barlow, medium;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.l-footer-year {
    font: 12px Barlow, normal;
    color: #fff;
}
.footer-link,
a.footer-link,
a.footer-link:hover,
a.footer-link:visited {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
}
.footer .footer-link,
.footer a.footer-link,
.footer a.footer-link:hover,
.footer a.footer-link:visited {
    font-size:10px; color:#0f0f0f; font-weight:600;
}
.footer-copyright{font-size:11px; color:#3a3a3a;}
.footer-logo {
    width: 220px;
}
.l-footer-orgbrand {
    max-height: 44px;
}
p {
	line-height: 1.5rem;
}
/********Loading Gif*********/
#loading-container {
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    /*display: none;*/
}

.loading {
    z-index: 100;
    background: rgba(244,244,244,0.8);
}
.page-footer-login {
    background-color: #fff;
    font-family: "Roboto", sans-serif;
}
.page-footer-login > ul {
    display: flex;
    justify-content: center;
}
.page-footer-login > ul > li {
    border-left: 1px solid #f5f5f5;
    padding: 0 12px;
    font-size: 12px;
    letter-spacing: 0.02rem;
    color: #6a6a6a;
}
.page-footer-login > ul > li:first-child {
    border-left: none;
}
.page-footer-login > ul > li a {
    color: #6a6a6a;
}
.loading-sm-container {
    position: absolute;
    min-height: 100%;
    min-width: 100%
}

.loading > span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 45%;
    left: 50%;
    background-repeat: no-repeat;
}

/******** TABLES ********/
td, th {
    padding: 11px 8px 11px 8px;
}

th {
    line-height: 1;
    border-radius: 0;
}

table.center-align td, table.center-align th {
    text-align: center;
}

    table.center-align td.left-align, table.center-align th.left-align {
        text-align: left !important;
    }

table.striped tfoot > tr {
    background: #d9d9d9;
}

table.striped > tbody > tr {
    font-size: 16px;
    font-weight: 500;
    color: #48749B;
}

table.striped > tbody > tr:nth-child(odd) {
    background-color: #F3F6F9;
}

table.striped > tbody > tr:first-of-type {
    color: #3D4956;
}

.bordered-cells td, .bordered-cells th {
    border-left: 1px solid #d0d0d0;
}

    .bordered-cells td:last-child, .bordered-cells th:last-child {
        border-right: 1px solid #d0d0d0;
    }

.as-table-outlined {
    border: 1px solid #d0d0d0;
}

.table-condensed {
    width: auto;
}

    .table-condensed > td,
    .table-condensed > th {
        padding: 5px 2px 5px 3px;
    }

.tfixed {
    table-layout: fixed;
}

.text-wrap {
    word-wrap: break-word;
    white-space: pre-wrap;
}

/**************************** END TABLES ********************************/


/****************** 1. BASE : FORM FIELDS, INPUTS, LABELS ***************/
.input-field label.custom-file-upload {
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer !important;
    color: #FFF !important;
}

input[type="file"] {
    display: none;
}
/* Custom INPUT Number controls	*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type=number]:read-only::-webkit-inner-spin-button, input[type=number]:read-only::-webkit-outer-spin-button {
    opacity: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number] {
    position: relative;
    width: auto;
    height: 32px;
    line-height: 1.65;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0 32px 0 11px;
    background-color: #FFF;
    border: 1px solid #304A9A;
    border-radius: 2px;
}

    input[type=number]:focus:not([readonly]) {
        box-shadow: 1px 1px 1px 1px #304A9A !important;
    }

    input[type=number]:read-only {
        background-color: transparent;
        border: 0;
        padding: 0;
        float: none;
        display: inline-block;
        margin: 0;
    }

        input[type=number]:read-only + .quantity-nav {
            display: none;
        }

.league-search {
  font-family: Barlow !important;
  border: 1px solid #7492AC !important;
  border-radius: 4px !important;
  padding: 0 0 0 2.7rem !important;
  color: #3D4956;
  height: 2.45rem !important;
  margin: 0px 0px 0px 4.5rem !important;
  width: calc(100% - 5rem) !important;
  box-sizing: border-box !important;
}

.league-search:focus {
  border: 2px solid #0072EB !important;
  box-shadow: none !important;
}

.label-filter-dashboard {
    margin-top: 4px !important;
}

.label-search {
    background: transparent !important;
    font-family: Barlow !important;
    left: 5.4rem !important;
    transform: none !important;
    transition: none !important;
    font-size: 1rem !important;
    color: #C3CCDA !important;
    line-height: 1rem !important;
}

.label-search::before {
  content: "search";
  height: 100%;
  color: #7492AC;
  font-family: 'Material Icons';
  font-size: 18px;
  display: inline-block !important;
  margin-right: 4px;
  vertical-align: bottom !important;
  line-height: 1rem !important;
}

.label-search.active {
  transform: none !important;
  transition: none !important;
  font-size: 0 !important;
}
.member-search-grid tr td:first-child,th:first-child {
    padding-left: 16px;
}
/************** END Custom INPUT Number controls ***************/
p {
    line-height: 1.5rem;
}

#nav-mobile {
    margin-right: 24px;
}

#page-title header h1, .btn, .btn-flat,
.btn-large, thead th, .msg-icon,
#nav-mobile li, .modal-header, .section-heading {
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0;
    font-size: 16px;
}

#nav-mobile li {
    font-size: 16px;
    border-radius: 6px;
}

#nav-mobile a:hover {
    border-radius: 6px;
}

    .btn-flat.btn-flat:hover,
    .btn-flat.btn-flat:active,
    .btn-flat.btn-flat:focus {
        color: #343434;
    }

/************************************************************************/
/***************************** 2. LAYOUT ********************************/
/************************************************************************/

.main {
    flex: 1 0 auto; /*changed from "1" to support IE*/
}

.outer-wrapper {
    flex-shrink: 0; /* sticky footer hack for IE: https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ */
}
/********************* IE media query to fix flex bug *******************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .client-login-section {
        display: block !important;
    }
}
/************************** END IE flex big fix ************************/
.container {
    width: 85%;
}
/************************************************************************/
/********************** 3. MODULE ***************************************/
/************************************************************************/
.quantity-nav {
    display: inline-block;
    position: relative;
    height: 33px;
    width: 20px;
    margin-left: -20px;
    margin-bottom: -12px;
    border-left: 1px solid #304A9A;
}

.quantity-button {
    position: absolute;
    cursor: pointer;
    width: 20px;
    right: -20px;
    text-align: center;
    color: #304A9A;
    line-height: 1.2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button:hover {
        background-color: #304A9A;
        color: #FFF;
    }

    .quantity-button.quantity-up {
        height: 50%;
        top: 0;
        border-bottom: 1px solid #304A9A;
    }

    .quantity-button.quantity-down {
        bottom: 0;
        height: 50%;
    }
/************************ 3. MODULE : Form Elements **************************/
.no-focus, .no-focus:focus {
    outline: none;
}
.input-field .prefix {
    overflow: hidden;
}
.form_border {
    padding-bottom: 2.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
}
/*************************** END Form Elements *******************************/

/************************ 3. MODULE : Buttons ********************************/
.btn.btn, .btn-large.btn-large, .btn-flat.btn-flat {
    padding: 0.5rem 1rem;
    height: auto;
    min-height: 34px;
    line-height: 1.25;
    text-align: center;
}

.btn-large {
    min-height: 52px !important;
    line-height: 37px !important;
}
.btn-small {
    padding: 0.4rem !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}
.btn-small i {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.btn-light {
    color: #304A9a;
    background-color: #d4d4d4;
}
    .btn-light:hover {
        color: #304A9a;
        background-color: #c7c7c7;
    }
.btn-floating.btn-small {
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 36px !important;
}
.btn-center {
    margin-left: auto;
    margin-right: auto;
}
.btn-text-center {
    text-align: center !important;
}
.aspNetDisabled.btn {
    pointer-events: none;
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}
i.left {
    margin-right: 8px;
}
.btn i.left, .btn i.left, .btn-large i.left, .btn-floating i.left, .btn-large i.left, .btn-flat i.left {
    margin-right: 8px !important;
}

.btn i.right, .btn i.right, .btn-large i.right, .btn-floating i.right, .btn-large i.right, .btn-flat i.right {
    margin-left: 8px !important;
}
.btn--sm.btn--sm  {
    height: auto;
    width: auto;
    min-width: 14rem;
    text-align: left;
    font-family: 'DSG Sans', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.75px;
    font-weight: 400;
    border: none;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #FFF;
    background-color: #304A9A;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    outline: 0;
    padding: 0.3rem .8rem;
    line-height: 1.5 !important;
    min-height: 16px;
    white-space:normal;
}
    .btn--sm.btn--sm:hover {
        color: #FFF;
        background-color: #3955aa;
    }
    .btn--sm_light.btn--sm_light {
        background-color: #D5D9E2;
        color: #444;
    }
        .btn--sm_light.btn--sm_light:hover,
        .btn--sm_light.btn--sm_light:active,
        .btn--sm_light.btn--sm_light:focus {
            background-color: #c5c5c5;
            color: #444;
        }
.btn--sm_inline.btn--sm_inline {
    min-width:0;
    font-size:13px;
    letter-spacing:1.1px;
    padding: 0.25rem .8rem;
}

    .btn_next-and-back--container { /*do not place on the same element as row bc of pseudo elements*/
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
    .btn_next-and-back--container .btn_next-and-back--next {
        margin-left: auto;
    }
@media only screen and (min-width:500px) {
    .btn_form-action-items--container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
    }
}
.button-collapse {
    color: #304A9A;
}

.as-top-nav .button-collapse i.material-icons  {
    line-height: unset;
}

@media only screen and (min-width: 737px) {
    nav a.button-collapse {
        display: none;
    }
}

.btn-primary {
    background-color: #304A9A;
}

    .btn-primary:hover {
        background-color: #3955aa;
        color: #fff;
    }
    /*materialize override*/
    .btn-primary:focus {
        background-color: #304A9A; /*materialize override*/
        color: #fff;
    }

.btn-success,
.btn--accent_1.btn--accent_1 {
    background-color: #248a90;
    color: #FFF;
}

    .btn-success:hover,
    .btn-success:active,
    .btn-success:focus,
    .btn--accent_1.btn--accent_1:hover,
    .btn--accent_1.btn--accent_1:active,
    .btn--accent_1.btn--accent_1:hover:focus {
        background-color: #2b9da4;
    }
.team-count-label {
    margin-top: 5px;
    margin-left: 5px;
}
.btn-search {
    width: 82px !important;
    height: 36px !important;
    font-family: Barlow, sans-serif !important;
    background-color: #0072EB !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 0.45rem 0.875 !important;
    letter-spacing: 0;
    text-transform: none !important;
    box-shadow: none !important;
}
.div-search-sorry {
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #3D4956;
    margin: 32px 25px;
} 
.custom-grid-row a {
    color: #48749B !important;
    font-family: Barlow !important;
    font-weight: 500 !important;
    font-size:  16px !important;
}
.custom-grid-header a {
    color: #3D4956 !important;
    font-family: Barlow !important;
    font-weight: 600 !important;
    font-size:  16px !important;
}
.table-result-count {
    font-family: Barlow !important;
    font-weight: 500 !important;
    font-size:  16px !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    color: #3D4956;
}
.btn-search:hover {
  background-color: #0565D9 !important;
  box-shadow: none !important;
}

@media (max-width: 600px) {
  .btn-search {
    margin-left: 4.5rem;
  }
}
/************** 3. MODULE : FORM FIELDS, INPUTS, LABELS **********************/
.modalPopup {
    border-radius: 2px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.3);
    background-color: #fff;
    max-height: 100%;
    overflow:auto;
}
.modalPopup_noscroll {
    overflow:hidden;
}
.modalp-content {
    padding: 24px;
}

    .modalp-content p {
        margin-bottom: 10px !important;
        //over-write .card default
    }

.modalp-footer {
    text-align: right;
    padding: 4px 24px;
    height: 56px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
    .modalPopup_med-width {
        max-width: 720px;
        max-height: 90vh;
    }
    .modalp-footer .btn,
    .modalp-footer .btn-flat {
        margin: 6px 0;
    }

.modalp-fixed-footer .modalp-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.modalBackground {
    background-color: rgba(0,0,0,0.5);
}
/************** 4. MODULE : Loading ************************************/
.preloader-wrapper_overlay {
    position:absolute;
    top: 45%;
    left: 45%;
    z-index:1001;
}
.preloader-wrapper_overlay_background {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: Gray;
    filter: opacity(70%);
    opacity: 0.7;
}
/******** Lists *************/
.list-indent {
    padding-left: 20px !important;
}

ul.list-space-175 li {
    line-height: 1.75
}

ul.list-space-2 li {
    line-height: 2
}

dl.inline-def-list {
    margin: 0;
}

.inline-def-list dt {
    display: inline;
    margin: 0 6px 0 0;
    color: #bdbdbd;
}

.inline-def-list dd {
    display: inline;
    margin: 0 18px 0 0;
    padding: 0;
}
/**** END Lists *************/

/* Tooltip [title] */
span.tooltip {
    position:relative;
    z-index:1;
}
span[data-tooltip]:after {
    content:attr(data-tooltip);
    opacity:0;
    position:absolute;
    top:100%;
    left:0;
    z-index:50;
    padding:5px;
    border-radius:0.15rem;
    background-color:#444444;
    color: white;
}
span[data-tooltip]:hover:after {
    opacity:1;
    transition-delay:500ms;
}
/**** END Tooltip ***********/

.cfValSummary ul {
    display: none;
    visibility: hidden;
}

.list-inline {
    margin: 0;
}

    .list-inline > li {
        display: inline;
        margin-right: 24px;
    }
/**** END Lists *************/

/************* STYLES FOR THE SPINNER *********/

.widget-loader .preloader-wrapper {
    vertical-align: middle;
    margin-right: 10px;
}
/**********************************************************/
/************** 3. MODULE : Power BI **********************/
/* Power BI gives no support for customizable css
    Althouth themes can be controlled in a dasbhoard somehwere
    we must apply styles around the elements asynchronously injected on the page
*/
#embedReportContainer iframe {
    border: none;
    transition: box-shadow .25s;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-height:900px;
}
#embedReportContainer {
    height:900px;
    /*min-height:400px;*/
    position:relative;
    margin: 0 0.75rem;
}
@media only screen and (max-width:480px) {
    #embedReportContainer {
        max-height:400px;
    }
}
@media only screen and (min-width:480px) {
    #embedReportContainer {
        max-height:400px;
    }
}
@media only screen and (min-width:700px) {
    #embedReportContainer {
        max-height:500px;
    }
}
@media only screen and (min-width:768px) {
    #embedReportContainer {
        max-height: 540px;
    }
}
@media only screen and (min-width:800px) {
    #embedReportContainer {
        max-height:570px;
    }
}

@media only screen and (min-width:1024px) {
    #embedReportContainer {
        max-height:740px;
    }
}
@media only screen and (min-width:1180px) {
    #embedReportContainer {
        max-height:800px;
    }
}
@media only screen and (min-width:1280px) {
    #embedReportContainer {
        max-height:900px;
    }
}

/******** Layout Elements ********/
.valign-mid {
    vertical-align: middle;
}

div.valign-wrapper > div.col.left {
    margin-left: 0 !important;
}

.row-divided {
    position: relative;
}

    .row-divided:after {
        content: " ";
        position: absolute;
        bottom: 0;
        right: 1%;
        left: 1%;
        margin: 0 auto;
        border-bottom: dashed 1px #e0e0e0;
        width: 98%;
    }

.section {
}

.section-heading, 
.form_section-heading {
    font-size: 1rem;
    color: #777;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e0e0e0;
    text-transform: uppercase;
}
.section-heading_dark {
    color:rgba(0,0,0,0.87);
}
.form-section .section-heading {
    color: #304A9A;
}

    .form-section .section-heading span {
        color: #555;
        margin-left: 0.5em;
    }

.horiz-radio {
    margin-bottom: 10px !important;
}

    .horiz-radio label {
        margin-right: 20px;
    }

hr.divider {
    border: none;
}
/************END Layout Elements **************************/

/******** Wells, Containers, Block Element Styling ********/
.well {
    background-color: #F0F0F0;
    border: 1px solid #d8d8d8;
    padding: 15px;
}

.radio-select-hidden-content {
    background-color: #F0F0F0;
    border: 1px solid #d8d8d8;
    padding: 15px;
    display: none;
}

    .radio-select-hidden-content:after {
        content: "";
        display: table;
        clear: both;
    }

.border-circle {
    padding: 2px 4px;
    border-radius: 50%;
    text-align: center;
}

.border-rounded {
    padding: 4px;
    border-radius: 4px;
    text-align: center;
}
/*END Wells, Containers, Block Element Styling ****/


/*********** Tabs, Pagination **************/
a.disabled, a.disabled:hover {
    pointer-events: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #304A9A;
}

.tabs .tab a {
    color: #304A9A;
}

.pagination li.active {
    background-color: #304A9A;
}

/* GridView */
.gridview-pagination table {
    width: auto;
}

.gridview-pagination span {
    font-weight: 700;
}

.gridview-pagination a {
    color: #939393 !important;
}

th[scope="col"] a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

    th[scope="col"] a:not(.sort-desc):before {
        position: absolute;
        right: 5px;
        bottom: -3px;
        font-family: 'Material Icons';
        content: '\e5c5';
    }

    th[scope="col"] a:not(.sort-asc):after {
        position: absolute;
        right: 5px;
        top: -3px;
        font-family: 'Material Icons';
        content: '\e5c7';
    }
/***** END Tabs, Pagination **************/

/******** Positioned Elements ************/
.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.position-sticky, .sticky-content {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 20px;
}
/****END Positioned Elements ********/

/****END Global Styles *****************/

/***************** CORE2 Styles *****************/
/**** Main Header Nav ****/
nav {
    background: #E5EBF2 !important;
    box-shadow: none !important;
}

nav .brand-logo { color: #3D4956; }

nav ul a { color: #616b76; }

.custom-header {
    background-color: #0D194F !important;
    color: #D2E9FF !important;
    font-family: Barlow, sans-serif !important;
    font-style: normal !important;
}

.as-top-nav, .as-top-nav .button-collapse i {
    /* height: 64px !important; */
    line-height: 64px;
    color: #0D194F;
}
.as-top-nav .container {
    height: 100%;
}
.as-top-nav .container > ul {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.as-top-nav ul a {
    font-size: 14px;
    color: #D2E9FF;
    height: 33px;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: 0px;
}

    .as-top-nav i.material-icons {
        font-size: 18px;
        height: 1px;
        line-height: 34px;
        margin-right: 5px;
    }

    .as-top-nav .dropdown {
        position: relative;
    }

    .as-top-nav .dropdown-button {
        position: relative;
        padding-right: 20px;
    }

        .as-top-nav .dropdown-button > .material-icons {
            position: absolute;
            top: 0;
            right: -7px;
        }

    .as-top-nav .dropdown-content {
        background-color: #fff;
        width: auto !important;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.141);
        border-radius: 4px;
    }
        .as-top-nav .dropdown-content a {
            color: #3D4956;
            font-weight: 500;
        }
        
        .as-top-nav .dropdown-content a:hover {
            background-color: #F3F6F9;
            border-radius: 0;
        }

        .as-top-nav .dropdown-content li {
            min-height: auto;
        }

            .as-top-nav .dropdown-content li:hover,
            .as-top-nav .dropdown-content li.active,
            .as-top-nav .dropdown-content li.selected {
                background-color: rgba(255,255,255,.5);
            }

        .as-top-nav .dropdown-content a {
            line-height: 32px;
            padding: 0 15px;
        }

.as-top-nav ul a:hover {
    background-color: #132367;
    border-radius: 6px;
}

.brand-head-logo {
    height: 40px;
    margin-top: 12px;
}

.head-logo-wrapper {
    line-height: 37px;
}

nav .nav-wrapper.as-main-menu {
    min-height: 83px;
}

.as-main-menu .brand-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 24px;
    display:flex;
    align-items:center;
    margin-top: 15px;
}

    .as-main-menu .brand-logo img {
        margin-right: 12px;
        max-height: 64px;
        float: left;
        image-rendering: -webkit-optimize-contrast;
    }

    .as-main-menu li a {
        font-size: 16px;
    }

    .as-main-menu li a.active {
        background: white;
        color: #0E398D !important;
        border-radius: 6px;
    }

.nav-container {
    background-color: white;
    border-radius: 6px;
}

.nav-bottom {
    border-top: 1px solid #C3CCDA;
    height: 15px;
    margin: 0 24px;
}

.as-sub-menu-tabs {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 50px;
    padding-top: 10px;
    width: inherit;
    white-space: nowrap;
}

.alert-container {
    background: white;
    padding: 15px 24px 0 24px;
    top: -15px;
    z-index: 1;
    position: relative;
    border-radius: 6px;
}

.season-picker-dashboard {
    margin-left: 24px;
    margin-bottom: 15px;
    background-color: #FFF;
    color: #3D4956;
    font-size: 12px;
    letter-spacing: 0.11px;
}

.season-picker-dashboard li {
    min-height: 33px;
}

.season-picker-dashboard input.select-dropdown {
    border: 1px solid #48749B;
    width: 297px;
    max-width: 297px;
    padding: 0 14px;
    height: 26px;
}

.season-picker-dashboard span.caret {
    color: #48749B;
    width: inherit;
    height: 100%;
    margin: 0;
    margin-right: 5px;
    border: none;
    display: flex;
    align-items: center;
}

.as-sub-menu .as-sub-menu-tabs .tab {
    height: 36px;
    line-height: 36px;
}
.as-sub-menu .as-sub-menu-tabs .tab a.active {
    color: #0072EB;
    box-shadow: inset 0 -2px 0 0 #0072EB;
}

    .as-sub-menu .as-sub-menu-tabs .tab a {
        color: #7492AC;
        font-family: 'Barlow', sans-serif;
        font-weight: 600 !important;
        font-size: 14px;
        /*font: normal normal 600 16px Barlow;*/
        padding: 0 10px;
    }

.as-sub-menu-tabs .tab.dropdwn a b {
    float: left; /*needed for placing ::after psuedo-element in IE*/
    cursor: default;
    padding-right: 7px;
}
.as-sub-menu-tabs .tab.dropdwn a:after {
    font-family: "Material Icons";
    content: '\e5c5';
    display: inline-block;
    float: right;
    margin-left: 3px;
    color: #7492AC;
    font-size: 18px;
    cursor: default;
}
.as-sub-menu-tabs .tab.dropdwn a.active:after {
    color: #0072EB !important;
}
.as-sub-menu-tabs .tab.disabled a, .as-sub-menu-tabs .tab.disabled a:hover {
    pointer-events: none;
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

.as-sub-menu-tabs .tab .dropdwn-content {
    position: absolute;
    width: auto; /*180px*/
    top: 37px;
    background-color: white;
    border-radius: 0 0 3px 3px;
    white-space: normal;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
    z-index: 50;
}

    .as-sub-menu-tabs .tab .dropdwn-content li {
        float: none;
        line-height: 1.35;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 200ms ease-in;
        -moz-transition: max-height 200ms ease-in;
        -o-transition: max-height 200ms ease-in;
        transition: max-height 200ms ease-in;
    }

        .as-sub-menu-tabs .tab .dropdwn-content li a {
            padding: 10px;
            float: left;
            width: 100%;
            border-bottom: 1px solid #DCDCDC;
            cursor: pointer;
        }

            .as-sub-menu-tabs .tab .dropdwn-content li a b {
                cursor: pointer;
            }

            .as-sub-menu-tabs .tab .dropdwn-content li a:after, .as-sub-menu-tabs .tab .mega-menu li a:after {
                content: '';
            }

        .as-sub-menu-tabs .tab .dropdwn-content li:last-child a {
            border-bottom: none;
        }

.as-sub-menu-tabs .tab .mega-menu {
	position: absolute;
	width: auto;/*180px*/
    top:37px;
    background-color: white;
	border-radius: 0 0 3px 3px;
	white-space: normal;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
	z-index: 50;
}
.as-sub-menu-tabs .tab .mega-menu li {
	float: left !important;
	line-height: 1.35;
 	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 200ms ease-in;
	-moz-transition: max-height 200ms ease-in;
	-o-transition: max-height 200ms ease-in;
	transition: max-height 200ms ease-in;
	border-left: 1px solid #DCDCDC;
}
.as-sub-menu-tabs .tab .mega-menu li:first-child{
	border-left: none;
}
.as-sub-menu-tabs .tab .mega-menu .mega-menu-sub li{
	display:block !important;
	float:none !important;
	border-left:none;
}

        .as-sub-menu-tabs .tab .mega-menu li:first-child {
            border-left: none;
        }

        .as-sub-menu-tabs .tab .mega-menu li h5 {
            font-family: 'Barlow';
            font-style: normal;
            font-size: 15px;
            font-weight: 600;
            color: #3D4956;
            padding: 0 10px;
            margin-bottom: 4px;
        }

    .as-sub-menu-tabs .tab .mega-menu .mega-menu-sub li {
        display: block !important;
        float: none !important;
        border-left: none;
    }

        .as-sub-menu-tabs .tab .mega-menu .mega-menu-sub li a {
            color: #7492AC;
            padding: 10px;
            float: left;
            width: 100%;
            cursor: pointer;
        }

            .as-sub-menu-tabs .tab .mega-menu .mega-menu-sub li a b {
                cursor: pointer;
            }

        .as-sub-menu-tabs .tab .mega-menu .mega-menu-sub li:last-child a {
            border-bottom: none;
        }

.dropdwn:hover .dropdwn-content li, .dropdwn:hover .mega-menu li {
    max-height: 800px;
}
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #363636;
}
.dashboard-widgets {
    margin-top: 20px;
}
.dashboard-dropdown li {
    min-height: 33px;
}
.season-picker-dashboard li > span, .dashboard-dropdown li > span {
    padding: 4px 34px 4px 14px;
}

/*END Main Header Nav ****/
#page-title > .row {
    margin-top: 0;
    margin-bottom: 0;
}

#page-title header {
    display: inline-block;
    float: left;
}

    #page-title header h1 {
        font-size: 2rem;
        margin: 1rem 0 0.5rem;
    }

    .so-card-header {
        display: flex !important;
        align-items: center !important
    }

#page-title .season-picker-dashboard {
    height: 1.9rem;
    margin-top: 1.1rem;
    background-color: #FFF;
    width: auto;
    font-size: 13px;
    border: 1px solid #BBB;
    border-radius: 2px;
}

.select-wrapper input.select-dropdown {
    border: 1px solid #48749B;
    padding: 0 14px;
    box-sizing: inherit;
    border-radius: 4px;
}

.input-field.col label {
    background: white;
    padding: 0 5px;
    z-index: 1;
}



    #page-title .season-picker-dashboard:focus {
        outline: none !important;
    }

.member-breadcrumbs {
    font-size: 13px;
    color: #3D4956;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    letter-spacing: 0;
}

@media only screen and (max-width : 1024px) {
    .as-sub-menu .tabs .tab a {
        font-size: 12px;
        padding: 0 8px;
    }
    /*.as-sub-menu .tabs .tab:last-of-type a{padding-right:0;}*/
}
/*END Main Header Nav ****/

/******** content styles ********/
/**** Widgets ****/
.card {
    border-radius: 6px;
    box-shadow: 0 1px 3px #0000001A;
}

.as-widget .card-content {
    padding-top: 0;
}

.header-member-search {
    margin: 0 !important;
}

.as-widget-header {
    position: relative;
    margin: 0 -24px;
    background: #132367;
    padding: 14px 20px;
    border-bottom: 1px solid #90a4ae;
    border-radius: 6px 6px 0 0;
    color: #FFF;

    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
}

.as-widget-header .widget-header-icon {
    margin-right: 8px;
}

.as-widget .card-content h3 {
    font-size: 16px;
    margin-bottom: 0.5rem;
}

.as-widget .card-content img {
    max-width: 100%;
}

.as-widget .status-panel {
    height: 100%;
    margin: 24px 0 0;
    line-height: 1.25rem;
}

    .as-widget .status-panel .col {
        padding-left: 0;
    }

    .as-widget .status-panel i {
        margin-right: 3px;
    }

.as-widget .tabular-panel {
    margin: 0 -24px -12px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

    .as-widget .tabular-panel th {
        font-weight: 600;
        font-size: 16px;
    }

.widget-loader {
    display: inline-block;
    margin: 10px 0 0 10px;
    font-weight: 300;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
}

    .widget-loader > img {
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }


.as-widget-action {
    text-align: right;
}

.as-widget-action .as-widget-action-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.as-widget-action .as-widget-action-link > i {
    font-size: 18px;
}

.as-widget-stacked .card-content {
    padding-bottom: 12px
}

.as-widget-stacked .as-widget-action, .as-widget-stacked .status-panel {
    text-align: center;
}

.as-widget-stacked .status-panel {
    height: 100%;
    margin: 12px 0 0;
}

.as-widget-stacked .as-widget-action {
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #C3CCDA;
}

.as-widget-stacked .widget-data-title, .as-widget-stacked .widget-data-output {
    display: block;
}

    .as-widget-stacked .widget-data-output, .as-widget-stacked .widget-data-output i {
        font-size: 54px;
        line-height: 1;
    }
.widget-data-title {
    font-size: 16px;
}
.widget-data-output span {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #0072EB;
}
.widget-data-output a {
    color: inherit;
}

.status-stat-wrapper {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    position: relative;
}

    .status-stat-wrapper:hover {
        cursor: pointer;
    }

        .status-stat-wrapper:hover:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #e0e0e0;
            opacity: .9;
        }

        .status-stat-wrapper:hover:after {
            content: 'View Details';
            color: #48749B;
            font-size: 16px;
            text-align: center;
            position: absolute;
            width: 90px;
            height: 30px;
            margin: auto;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 4px;
            background-color: rgba(255,255,255,1);
            border: 1px solid #C3CCDA;
            border-radius: 6px;
        }

.widget-dropdown-wrapper {
    border-bottom: 1px solid #DDD;
}

    .widget-dropdown-wrapper div.input-field {
        margin-top: 0 !important;
        padding-top: 1.2rem !important;
        border-left: 1px solid #DDD;
    }

        .widget-dropdown-wrapper div.input-field:first-child {
            border-left: none;
        }

    .widget-dropdown-wrapper .select-wrapper input.select-dropdown {
        height: 2rem;
        line-height: 2rem;
        width: 100%;
        font-size: 0.9rem;
        margin: 4px 0 8px 0;
    }

.select-wrapper span.caret { 
    color: #48749B;
    width: inherit;
    height: 100%;
    margin: 0;
    margin-right: 5px;
    border: none;
    display: flex;
    align-items: center;
}

    .widget-dropdown-wrapper .input-field label:not(.label-icon) {
        -webkit-transform: translateY(115%);
        transform: translateY(115%);
    }

.input-no-border input.select-dropdown {
    border-bottom: none !important;
}

.bulletin-board-msg h1 {
    font-size: 1.64rem;
    margin: 1rem 0;
}

.bulletin-board-msg h2 {
    font-size: 1.44rem;
    margin: 1rem 0;
}

.bulletin-board-msg h3 {
    font-size: 1.38rem !important;
    margin: 1rem 0 !important;
}

.bulletin-board-msg h4 {
    font-size: 1.24rem;
    margin: 1rem 0;
}

.bulletin-board-msg h5 {
    font-size: 1rem;
    font-weight: bold;
    margin: 1rem 0;
}

.bulletin-board-msg h6 {
    font-size: 1rem;
    margin: 1rem 0;
}
.bulletin-board-msg hr {
    border: 1px solid #DDD;
}

.bulletin-board-msg ul {
    padding-left: 2em;
}

    .bulletin-board-msg ul li {
        list-style-type: disc;
    }
/*END Widgets */

/**** Messages, Notes, Alerts ****/
.msg-panel {
    min-height: 36px;
    width: 100%;
    padding: 0 !important;
    display: flex;
    background: #F3F6F9;
    border: 1px solid #C3CCDA;
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
}

.msg-content {
    font-size: 16px;
    padding: 9px 12px;
    float: left;
    min-height: 36px;
    line-height: inherit;
    color: #48749B;
}

    .msg-content p {
        margin-top: 2px;
    }

.msg-icon {
    padding-left: 15px;
    padding-top: 6px;
    color: #FFF;
    font-size: 10px;
    background: #333;
    height: 100%;
    white-space: nowrap;
}

    .msg-icon:before {
        vertical-align: inherit;
        font-size: 18px;
        font-weight: normal;
        text-rendering: optimizeLegibility;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
    }

.msg-panel-lg {
    text-align: left;
    width: 100%;
    min-height: 36px;
}

    .msg-panel-lg .msg-icon, .msg-panel-lg .msg-content {
        display: table;
        text-align: left;
        width: 100%;
    }

    .msg-panel-lg .msg-icon {
        line-height: 1.57;
    }

.msg-icon-default {
    background: #E3E3E3;
    color: #304A9A;
}

.msg-icon-info:before {
    font-family: Material Icons;
    content: '\e88f';
}

.msg-icon-info {
    background: #519ECB;
    color: #FFF;
}

.msg-icon-success:before {
    font-family: Material Icons;
    content: '\e86c';
}

.msg-icon-success {
    background: #304A9A;
    color: #FFF;
}

.msg-icon-warning:before {
    font-family: Material Icons;
    content: '\e002';
}

.msg-icon-warning {
    background: #F3F6F9;
    color: #FFBB38;
}

.msg-icon-danger:before {
    font-family: Material Icons;
    content: '\e160';
}

.msg-icon-danger {
    background: #E98F3A;
    color: #FFF;
}

.msg-icon-error:before {
    font-family: Material Icons;
    content: '\e000';
}

.msg-icon-error {
    background-color: #B13200;
    color: #FFF;
}

.msg-icon-help:before {
    font-family: Material Icons;
    content: '\e8fd';
}

.msg-icon-help {
    background: #0F6598;
    color: #FFF;
}

.required-text {
    font-size: 13px;
    font-style: italic;
    color: #B13200;
    display: block;
    font-family: sans-serif;
}

.required-field:after, .required-field.active:after, input:not([type]) + label.required-field.active:after, input[type=text] + label.required-field.active:after, input[type=password] + label.required-field.active:after, input[type=email] + label.required-field.active:after, input[type=url] + label.required-field.active:after, input[type=time] + label.required-field.active:after, input[type=date] + label.required-field.active:after, input[type=datetime] + label.required-field.active:after, input[type=datetime-local] + label.required-field.active:after, input[type=tel] + label.required-field.active:after, input[type=number] + label.required-field.active:after, input[type=search] + label.required-field.active:after, textarea.materialize-textarea + label.required-field.active:after {
    display: inline !important;
    content: '*' !important;
    top: 0 !important;
    opacity: 1 !important;
    color: #B13200;
    margin-left: 3px;
}

.required-error {
    position: absolute;
    color: #B13200;
    font-size: 12.5px;
    margin-top: -19.5px;
}

/*IE Validator inline fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .required-error[style*="inline"] {
        display: block !Important;
    }
}
/*END Messages, Notes, Alerts ****/

/**** Modals, Dialogs ****/
.modal-header {
    font-size: 2rem;
    margin-bottom: 1rem;
}
/*END Modals, Dialogs ****/

/**** Tabs ****/
.indicator {
    background-color: #304A9A !important;
}
/*END Tabs ****/

/**** Login Page ****/
#login-body {
    background: #FFF;
}

.login-footer {
}

.client-lgn-bkgd-img-holder {
    height: 100%;
    position: fixed;
    background-size: cover;
    background-position: top left;
}

.client-login-section {
    padding-top: 30px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

    .client-login-section .login-form {
        flex-grow: 1;
        overflow: hidden; /* CORE2-1493: added to avoid scrollbar on label animation */
        font-family: "Roboto", sans-serif;
    }

    .client-login-section .login-form .btn,
    .client-login-section .login-form .btn-large {
        font-family: 'DSG Sans', Arial, sans-serif;
        font-size: 1.15rem;
        letter-spacing: 0.75px;
        font-weight: 400;
    }

.as-login-brand {
    margin-bottom: 60px;
}

.client-login-brand img {
    max-height: 100px;
    image-rendering: -webkit-optimize-contrast;
}

.client-login-title {
    font-family: "Roboto", sans-serif;
}

.login-error-msg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    margin: 5px auto 15px;
    border: 1px solid #B13200;
    border-radius: 2px;
    color: #B13200;
}

    .login-error-msg:before {
        font-family: Material Icons;
        content: '\e5c9';
        margin-right: 10px;
        font-size: 21px;
        color: #B13200;
    }

.login-success-msg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    margin: 5px auto 15px;
    border: 1px solid #304A9A;
    border-radius: 2px;
    color: #304A9A;
}

    .login-success-msg:before {
        font-family: Material Icons;
        content: '\e86c';
        margin-right: 10px;
        font-size: 21px;
        color: #304A9A;
    }

    .login-success-msg:before {
        font-family: Material Icons;
        content: '\e86c';
        margin-right: 10px;
        font-size: 21px;
        color: #304A9A;
    }

input:-webkit-autofill + label {
    font-size: 0.8rem;
    transform: translateY(-140%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: rgba(0,101,86,0.5) !important;
}

.meta-text {
    margin-top: 0;
    font-size: 0.7rem;
}
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #304A9A;
    box-shadow: 0 1px 0 0 #304A9A;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #304A9A;
}
.input-field .prefix.active {
  color: #304A9A;
}
/*END Login Page ****/
/**** Custom Stepper  ****/
.as-stepper-tabs-wrapper {
    margin: -1.55rem -0.75rem 0;
}

.as-stepper {
    margin: 0 0 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: section;
    background: #e9e9e9;
}

    .as-stepper .step-label a:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: -26px;
        counter-increment: section;
        content: counter(section);
        height: 21px;
        width: 21px;
        font-size: 11px;
        background-color: #909090;
        color: #FFF;
        border-radius: 50%;
        text-align: center;
        line-height: 22px;
        font-weight: 400;
    }

    .as-stepper .step-label a {
        padding: 0 8px 0 32px;
        display: inline-block;
        color: #808080;
        font-size: 12px;
        border-right: 1px solid #d0d0d0;
        word-wrap: break-word;
    }

    .as-stepper li:last-of-type a {
        border-right: none;
    }

    .as-stepper .step-label a:hover {
        background-color: #d0d0d0;
        color: #808080;
    }

    .as-stepper .step-label a.active {
        background-color: #304A9A;
        color: #FFF;
    }

        .as-stepper .step-label a.active:before {
            color: #304A9A;
            background-color: #FFF;
        }

    .as-stepper .step-label a.complete {
        color: #304A9A;
    }

        .as-stepper .step-label a.complete:before {
            font-family: Material Icons;
            content: '\E86C';
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-left: -29px;
            height: 21px;
            width: 21px;
            font-size: 24px;
            background-color: transparent;
            color: #304A9A;
            border-radius: 50%;
            text-align: center;
            line-height: 22px;
            font-weight: 400;
        }

    .as-stepper .step .step-label h4 {
        font-size: 18px;
        margin: 0;
    }

    .as-stepper .step .step-label span {
        display: block;
        font-size: 14px;
        color: #555;
    }

    .as-stepper .indicator {
        display: none;
    }

.stepper-action-buttons {
    border-top: 0 none;
    margin-top: 20px;
    padding-top: 20px;
}

/* Vertical Stepper */
.as-vert-stepper-tabs-wrapper {
    width: 16.6666666%;
    margin-left: auto;
    left: auto;
    right: auto;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}

.as-vert-stepper .indicator {
    display: none;
}

.as-vert-stepper {
    font-family: 'DSG Sans', Arial, sans-serif;
    letter-spacing: 0.75px;
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
    width: 100%;
    margin: 0 auto;
    white-space: normal;
    counter-reset: section;
}

    .as-vert-stepper .step-label {
        display: block;
        line-height: 1.3;
        height: auto;
        text-align: left;
        -webkit-box-shadow: inset -1px 1px 6px #F2F2F2;
        box-shadow: inset -1px 1px 6px #F2F2F2;
    }

        .as-vert-stepper .step-label a {
            color: #999;
            overflow: hidden;
            padding: 16px 8px 16px 36px;
            display: block;
            width: 100%;
            height: 100%;
            font-size: 14px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-transition: color .28s ease;
            -o-transition: color .28s ease;
            transition: color .28s ease;
        }

            .as-vert-stepper .step-label a:before {
                position: absolute;
                left: 10px;
                -webkit-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                transform: translateY(-2px);
                counter-increment: section;
                content: counter(section);
                height: 21px;
                width: 21px;
                line-height: 24px;
                font-size: 11px;
                background-color: #999;
                color: #FFF;
                border-radius: 50%;
                text-align: center;
                letter-spacing: normal;
                font-weight: 400;
            }

            .as-vert-stepper .step-label a.active {
                color: #304A9A;
                border-left: 2px solid #304A9A;
                background-color: #FFF;
                -webkit-box-shadow: -4px 1px 4px #DDD;
                box-shadow: -4px 1px 4px #DDD;
            }

                .as-vert-stepper .step-label a.active:before {
                    background-color: #304A9A;
                }

            .as-vert-stepper .step-label a:hover {
                color: #333;
            }

        .as-vert-stepper .step-label:hover a:before {
            background-color: #333;
        }
/*END Vert stepper ****/

/*Horizontal stepper*/
.l-shview-horiz-stepper-container {
    margin:-24px;
}
    .l-shview-horiz-stepper-container:after {
        margin-bottom: 50px;
    }
.as-horiz-stepper {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: section;
    line-height: 1.25;
    background: #e9e9e9;
}

    .as-horiz-stepper .tab {
        line-height: 1;
        border-right: 1px solid #d0d0d0;
        background: #e9e9e9;
    }

        .as-horiz-stepper .tab:last-of-type {
            border-right: 0;
        }

        .as-horiz-stepper .tab a {
            color: #304A9A !important;
            overflow: visible;
            display: block;
            padding: 17px 10px 17px 35px;
            height: 100%;
            word-wrap: normal;
            -webkit-transition: color .28s ease;
            -o-transition: color .28s ease;
            transition: color .28s ease;
        }

            .as-horiz-stepper .tab a:before {
                position: absolute;
                -webkit-transform: translate(-25px, -3px);
                -ms-transform: translate(-25px, -3px);
                transform: translate(-25px, -3px);
                content: counter(section);
                height: 21px;
                width: 21px;
                line-height: 23px;
                font-size: 11px;
                background-color: #999;
                color: #FFF;
                border-radius: 50%;
                text-align: center;
                letter-spacing: normal;
                font-weight: 400;
            }

            .as-horiz-stepper .tab a:not(.tab-off):before {
                counter-increment: section;
            }

            .as-horiz-stepper .tab a.tab-off:before,
            .as-horiz-stepper .tab a.active.tab-off:before {
                background-color: transparent;
                font-family: Material Icons;
                content: '\e8f5';
                font-size: 20px;
                color: #e51c23;
            }

            .as-horiz-stepper .tab a.active {
                padding: 17px 10px 17px 35px;
                background-color: #FFF;
                color: #304A9A !important;
                border-top: 2px solid #304A9A;
            }

                .as-horiz-stepper .tab a.active:before {
                    background-color: #304A9A;
                }

    .as-horiz-stepper .indicator {
        display: none;
    }

    .as-horiz-stepper.condensed .tab a:not(.active) {
        width: 0;
        padding: 17px 0px 17px 40px;
    }

        .as-horiz-stepper.condensed .tab a:not(.active):before {
            -webkit-transform: translate(-30px, -3px);
            -ms-transform: translate(-30px, -3px);
            transform: translate(-30px, -3px);
        }
/*END Horizontal stepper*/

/**** Disabling Stepper ******/
.as-stepper .step-label.disabled a,
.as-stepper .step-label.disabled a:hover,
.as-vert-stepper .step-label.disabled a,
.as-vert-stepper .step-label.disabled a:hover {
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

.as-vert-stepper .step-label.disabled:hover a:before {
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #9F9F9F !important;
    cursor: default;
    color: #fff !important;
}
/*END Disable Stepper ****/

.as-wizard-cxl-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.as-wizard-heading {
    font-family: 'DSG Sans', Arial, sans-serif;
    font-size: 1.75rem;
    margin: 0.5rem 0 1rem;
    color: #333;
    font-weight: 300;
}

/*END Custom Stepper ****/


/****END CORE2 Styles *****************/

/********* LL Custom Styles **********/
/**** LL Contact Info Page ****/
.contact-info-list dd {
    margin-left: 0;
    color: #717171;
}

    .contact-info-list dd.contact-name, .contact-info-list dd span {
        color: #000;
    }

.contact-info-list address {
    font-style: normal;
    color: #000;
}
/******** LL Chartering Panels ********/
.chartering-panel {
    position: relative;
}

.chartering-intro {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 24px 48px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    text-align: center;
}

    .chartering-intro h4 {
        font-family: 'DSG Sans', Arial, sans-serif;
    }
/* Team Counts */
table.charter-team-table th.combo-tm, table.charter-team-table td.combo-tm {
    width: 150px;
}

    table.charter-team-table td.combo-tm > label {
        padding-left: 19px;
        height: 16px;
        line-height: 16px;
    }

table.charter-team-table th:nth-child(3), table.charter-team-table td.past-team-count {
    background-color: #E0E0E0;
    color: #777;
}

td > input.team-rate, td > input.charter-fee, td.division-total input {
    width: 60px;
    color: #000 !important;
    border-bottom: none !important;
    text-align: right;
}

td.division-total, td.division-total input {
    color: #FFF !important;
    background-color: #304A9A;
}

td > input.total-fees {
    width: 100px;
    text-align: left;
}

.defunct-division {
    color: #999;
}

    .defunct-division:after {
        content: '*';
        margin-left: 3px;
    }

span.combo-tm-type input, span.combo-tm-id input {
    font-size: 12px;
    color: #555;
    float: left;
    margin-bottom: 0;
    height: 1.5rem;
    border-bottom: 0;
}
/*END Team Counts */
/* Insurance Add */
.charter-insurance-cart .header {
    font-family: 'DSG Sans', Arial, sans-serif;
    color: #D46904;
    background-color: #f2f2f2;
    padding: 5px 20px;
    margin: -24px -24px 20px;
}
/*
.charter-insurance-cart input[type=number]{width: 90%;}
*/
.charter-insurance-cart input[type=text], .charter-insurance-cart input[type=text]:disabled, .charter-insurance-cart input[type=text][readonly="readonly"] {
    width: 88%;
    border: 0;
    color: #000;
    margin: 0;
}

#LiaInsProvider, #AccInsProvider, #insuranceCoverage {
    height: 0;
    opacity: 0;
    background-color: #F0F0F0;
    border: 1px solid #d8d8d8;
}

#charterInsuranceTotals {
    padding: 0 20px;
    margin: 0 -24px -24px;
}
/*END Insurance Add */
/* Charter Promotions */
.chartering-promotions-img {
    max-width: 420px;
}
/*END Charter Promotions */

.eula-box {
    position: relative;
    height: 40vh;
    overflow-y: auto;
}
/****END LL Chartering Panels ********/

/**** Team Compliance  ****/
.chkbxicon {
    position: absolute;
}

.chkbxheader {
    opacity: 0;
}

.search-as-view {
    display: block;
    overflow: hidden;
}
.as-widget .widget-row .row-inline-item {
    display:inline-block;
    vertical-align:middle;
}
.as-widget .widget-row .icon-small {
    width: 12%;
}
.as-widget .widget-row .icon-small-text {
    width:80%;
    padding-left:5px;
}

.search-list-icon {
    width: 13px;
    height: 13px;
}

/*************************/

/**** Manage Officers ****/
#modalDeleteOfficer {
    max-height: 25%;
}
/*END Manage Officers ****/

/****END LL Custom Styles **********/


/**** Chartering Setup ****/
/* Froala Overide */
.fr-toolbar {
    border-top: 2px solid #ccc !important;
}

.ELA-section {
    margin: 30px 0 0;
    padding: 20px 0 0;
    border-top: 2px solid black;
}
/****************************  4. State  ********************************/
.mobile-scroll {
    overflow: auto;
}
@media only screen and (min-width:700px) {
    .desktop-scroll {
        overflow:auto;
    }
}
.align-right.align-right {
    text-align: right;
}
.align-left.align-left {
    text-align: left;
}

/**** Tablet ****/
@media only screen and (max-width : 992px) {
    .as-main-menu .brand-logo img {
        max-height: 64px;
    }

    nav .brand-logo {
        left: unset;
        -webkit-transform: unset;
        transform: unset;
    }
}

@media only screen and (max-width: 737px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media screen and (max-device-width: 1128px) {
    input[type=number] {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        border-radius: 0;
        outline: none;
        height: 3rem;
        width: 100%;
        font-size: 1rem;
        margin: 0 0 20px 0;
        padding: 0;
        box-shadow: none;
        box-sizing: content-box;
        transition: all 0.3s;
        text-align: left;
    }

    .quantity-nav {
        display: none;
    }

    input[type=number]:focus:not([readonly]) {
        border-bottom: 1px solid #304A9A !important;
        box-shadow: 0 1px 0 0 #304A9A !important;
    }
}

@media only screen and (max-width: 992px) {
    .as-widget .tabular-panel table.responsive-table th {
        line-height: 1.5; /* when columns, match td line-height for alignment */
    }
    .mobile-hidden {
        display: none;
        visibility: hidden;
    }
}

/**** Phone ****/
@media screen and (min-width:767px) {
    .mobile_scroll {
        overflow:visible;
    }
}
@media screen and (max-width:767px) {
    .mobile-align-center.mobile-align-center {
        text-align: center;
    }
    .mobile-no-flex.mobile-no-flex {
        display: inherit;
        justify-content: unset;
        /*add whatever additional flex properties you want to unset here*/
    }
    .mobile-scroll {
        overflow-x: auto;
        width: 100%
    }
}
@media only screen and (max-width: 770px) {
    nav .mobile-brand-logo.mobile-brand-logo.mobile-brand-logo {
        position: relative;
        max-width: 420px;
        transform: none;
    }

        nav .mobile-brand-logo.mobile-brand-logo.mobile-brand-logo img {
/*            display: inline-block;
            max-height: 100%;
            max-width: 25%;
            height: auto;*/
        }

        nav .mobile-brand-logo.mobile-brand-logo.mobile-brand-logo .brand-text {
/*            display: inline-block;
            max-width: 65%;
            white-space: normal;
            line-height: 35px;*/
            white-space:normal;
        }
}
/**************** RESPONSIVE TABLES *****************/
@media only screen and (max-width:800px) {
    .rtable {
        display: block;
    }

    .rtable--row {
        border: 0;
    }

        .rtable--row .reporthead {
            display: none;
        }

        .rtable--row tr {
            display: block;
        }

        .rtable--row td {
            display: block;
            text-align: right;
        }

            .rtable--row td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                margin-right: 10px;
            }

            .rtable--row td:last-child {
                border-bottom: 0;
            }

    .rtable tr, .rtable tbody, .rtable td {
        display: block;
    }

    .rtable .column {
        display: inline-block
    }

        .rtable .column.s6 {
            width: 50%;
        }
}
/************************ 5. THEME : colors, typography ********************************/
.dropdown-label {
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.25rem;
}

.panel-heading {
    font-size: 16px;
}
i.tiny.tiny {
    font-size: 1.4rem;
}
.text_emphasized {
    font-weight: 600;
    font-style:italic;
}
/***************************************************************************************/
/******** Font Helpers *************/
.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.dsg-font {
    font-family: 'DSG Sans', Arial, sans-serif;
}
.text-align-center {
    text-align: center;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline-block !important;
}

.text-align-right.text-align-right.text-align-right {
    text-align: right;
}
.text-align-left.text-align-left.text-align-left {
    text-align: left;
}
/****** *END Font Helpers *********/
/******** CSS Flex Helpers *************/
.flex-align-bottom{
    display:flex;
    align-items: flex-end;
}
.flex {
    display:flex;
}
.flex-column {
    flex-direction: column;
}
.flex-justify-end {
    justify-content:flex-end;
}
.flex-align-center {
    align-items:center;
}
.flex-justify-center {
    justify-content:center;
}
.flex-column-center-content {
    margin:0 auto;
}
/******** End Flex Helpers ********/
/******** Style Overrides ********/
.color-primary {
    background-color: #304A9A;
}
.color-secondary {background-color: #4EC3C8;}
.no-shadow {
    box-shadow: none !important;
}

.no-border {
    border: 0 !important;
}

.hide-shareview, .hide-foundation {
    display: none;
}
.right {
    float:right;
}
/* padding, margin, width, height overrides */
.pd0.pd0.pd0 {
    padding: 0;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.pdb20 {
    padding-bottom: 20px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 6px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt12 {
    padding-top: 12px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pd20 {
    padding: 20px !important;
}

.mauto {
    margin: auto !important;
}

.mbauto {
    margin-bottom: auto !important;
}

.mtauto {
    margin-top: auto !important;
}

.mlauto {
    margin-left: auto !important;
}

.mrauto {
    margin-right: auto !important;
}

.mr5.mr5.mr5 {
    margin-right: 5px;
}
.ml5.ml5.ml5 {
    margin-left: 5px;
}
.ml4.ml4.ml4 {
    margin-left:4rem;
}
.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml8 {
    margin-left: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.m0 {
    margin: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt50.mt50 {margin-top: 50px;}

.ht100 {
    height: 100% !important;
}

.wdauto {
    width: auto !important;
}

.wd100 {
    width: 100% !important;
}

.w8 {
    width: 8% !important;
}

.w42 {
    width: 42% !important;
}
/*END pd,m,w,h overrides*/
/****END Style Overrides ********/
/********** DEPRACATED Custom Colors **********/
.dsg-light-blue {
    background-color: #519ECB;
    color: #FFF;
}

.dsg-light-blue-text {
    color: #519ECB;
}

.dsg-blue {
    background-color: #0F6598;
    color: #FFF;
}

.dsg-blue-text {
    color: #0F6598;
}

.dsg-yellow {
    background-color: #FFC425;
    color: #000;
}

.dsg-yellow-text {
    color: #FFC425;
}

.dsg-orange {
    background-color: #D46904;
    color: #FFF;
}

.dsg-orange-text {
    color: #D46904;
}
/******** END DEPRACATED Custom Colors ********/

/************************* New Custom Colors **********************/
/************ TEXT ***********/
.text-primary {
    color: #0E398D;
}

.secondary-text {
    background-color: #519ECB;
    color: #FFF;
}

.text-accent-1.text-accent-1 {
    color: #0072EB;
}
/*TEAL*/
.text-accent-2 {
    color: #FFBB38;
}
/*ORANGE*/
.text-dark-grey {
    color: #5f6160;
}
.dsg-font_h3.dsg-font_h3 {
    font-size: 1.5rem;
}
/********* BACKGROUND ********/
.color-primary {
    background-color: #0D194F;
    color: #D2E9FF;
}

.color-secondary {
    background-color: #4EC3C8;
}

.color-accent-1 {
    background-color: #248a90;
    color: #FFF;
}
/*TEAL*/
input[type='checkbox'].browser-default {
    position: relative;
    left: 0;
    opacity: 1;
}
/* SSO Button*/
.SSOButton {
    width: 150px;
    height: 21px;
    background-color: #ffffff;
    border: 1px solid #c3ccda;
    display: inline-block;
    cursor: pointer;
    color: #0072eb;
    font-family: Barlow;
    font-size: 16px;
    text-decoration: none;
    text-align:center;
    vertical-align:middle;
}