/** Font Family to be applied everywhere */
* {
    font-family: Roboto,sans-serif;
}

.container-module{padding-left:5%;padding-right:5%;}
a {color:black;}
a:hover{color:#F8BC33;}
.single-line-trunc {
    white-space: nowrap;
    width: 100%;                   /* IE6 needs any width */
    overflow: hidden;              /* "overflow" value must be different from  visible"*/
    -o-text-overflow: ellipsis;    /* Opera < 11*/
    text-overflow:    ellipsis;    /* IE, Safari (WebKit), Opera >= 11, FF > 6 */
}

.app-strip .play-store-btn , .app-store-btn{
    /* margin: 20px 10px 0; */
    height:40px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat:no-repeat;
}
.app-strip .app-store-btn{width:135.14px;}
.app-strip .play-store-btn{width:154.28px;}

/**
 * Toolbar related stuff
 */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar {
    position: absolute;
    left: -275px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    width: 275px;
    height: 100%;

    box-shadow: 0 0 34px 0 rgba(63,66,87,.1);
    background-color:#FFF;

    z-index: 1000;

    overflow-y: scroll;
    top: 0;
    bottom: 0;
}
#sidebar::-webkit-scrollbar {
    width: 0px;
}

#wrapper.show_sidebar #sidebar {
    position:fixed;
    left: 0px;
}
#header {
    position:fixed;
    height:64px;

    top: 0;
    left: 0;
    right: 0;
    z-index: 21;

    background-color:#FFF;
    box-shadow: 0 0 3px 0 rgba(63,66,87,.4);
}
#header .btn {margin-bottom:0px;}
#area-bar {
    box-shadow: 34px 0 10px 0 rgba(63,66,87,.1);
    background-color:#FFF;

    z-index: 1000;
}
#sidebar .btn {margin-bottom:0px;}
.header-height {height:64px;}
.header-margin {height:64px;}
.corner-piece {height:63px;width:275px;line-height:64px;padding:0px;border-radius:0px;  }
.corner-piece .name {line-height:63px;}
.corner-piece .logo {height:63px;width:64px;padding:16px;}
#search-container {height:63px;width: 100%;max-width:750px;padding:8px;margin-bottom:0px;}
#search {height:100%;width:100%;font-size:16px;padding-left:16px!important;padding-right:16px!important;background-color:#e5e5e5;color:#000;}
#search-container-local {height:63px;width: 100%;max-width:750px;padding:8px;margin-bottom:0px;}
#search-local {height:100%;width:100%;font-size:16px;padding-left:16px!important;padding-right:16px!important;background-color:#e5e5e5;color:#000;}
#search-landing {height:100%;width:100%;font-size:16px;padding-left:16px!important;padding-right:16px!important;background-color:#e5e5e5;color:#000;}
::placeholder {
    color: #a1a1a1;
    opacity: 1; /* Firefox */
}
.vcenter {display: inline-block;vertical-align: middle;float: none;}
.ui-block-title{
    border-bottom: none;
    border-top: none;
}

.sidebar-item{height:48px;width:100%;padding:0px 0 0px 25px;}
.sidebar-item-small{height:48px;width:100%;padding:0px 0 0px 25px;}
.sidebar-item-icon {margin-right:25px;color:rgba(0,0,0,0.24);}
.sidebar-item-selected {color:#175FFF;background-color:rgba(0,0,0,0.05);}
.sidebar-item-shadow {box-shadow: 0 0 34px 0 rgba(63,66,87,.1);z-index:100;}

.no-border-radius{border-radius:0px;}

.subheader {
    background-color:#FFF;
    box-shadow: 0 0 3px 0 rgba(63,66,87,.4);
}

.single-line {
    clear: both;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**
 * Styles to emulate material design
 */
.h1-md {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: inherit;
    text-transform: inherit;
    margin: 0;
    font-weight: 400;
    line-height: inherit;
}
.h2-md {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.0083333333em;
    text-decoration: inherit;
    text-transform: inherit;
    color: #212121;
    margin: 0;
}
.h4-md {
    font-family: Roboto,sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 400;
    letter-spacing: .0073529412em;
    text-decoration: inherit;
    text-transform: inherit;
    color: #212121;
    margin: 0;
}
.input-md {
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.009375em;
    text-transform: inherit;
    align-self: flex-end;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    -webkit-appearance: none;
    text-decoration: inherit;
    padding: 20px 16px 6px;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-style: none none solid;
    border-image: initial;
    border-radius: 0px;
    background-color: #FFFFFF;
}
.p-md {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .03125em;
    text-decoration: inherit;
    text-transform: inherit;
    color: #424242;
    letter-spacing: normal;
}
.card-md {
    background: #fff;
    color: #616161;
    transition: box-shadow 135ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 3px 1px rgba(66, 66, 66, 0.16);
    transition: width 235ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 3px;
    z-index: 1;
}
.card-md-2 {
    border-radius: 4px;
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0,0,0,.12);
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding:16px;
}
.card-img-md{
    height:40px;width:40px;
    border-radius:10%;
    overflow:hidden;
    max-width:unset;
    margin-right:16px;
    object-fit: cover;
    object-position: center;
}
.card-title-md {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .0125em;
    text-decoration: inherit;
    text-transform: inherit;
    color:black;
}
.card-overline-md {
    font-family: Rubik, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .0250em;
    text-transform: uppercase;
}
.btn-md-3 {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .0892857143em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 16px 8px 16px !important;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    border-radius: 4px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.input-md {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .03125em;
    text-decoration: inherit;
    text-transform: inherit;
    color: #424242;
    letter-spacing: normal;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.uppercase-md {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .0892857143em;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-md-tab {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .0892857143em;
    text-decoration: none;
    text-transform: uppercase;
    padding-left:60px !important;
    padding-right:60px !important;
    border:0 !important;
    color:rgba(0,0,0,0.54);
}
.btn-md-tab.active-tab{
    color:#6c5ce7;
    border-bottom: 2px solid #6c5ce7 !important;
    background-color:rgba(108, 92, 231, 0.12);
}
.md-tab-container{
    border-bottom:1px solid rgba(0,0,0,0.12) !important;
    padding:0px;
    margin:0px;
}
.btn-md-4 {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: .0892857143em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 16px 48px 16px 48px !important;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    border-radius: 4px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

/**
 * CMS Related
 */
.quill-display > p{ margin-bottom: 0px;}
.quill-display > ul {
    list-style: circle outside;
    margin-bottom: 0;
}
.ql-editor ol, .ql-editor ul {
    padding-left: 0em !important;
}


/**
 * Footer Related
 */
#footer {
    text-align: center;
    padding: 30px 0;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
    /* background-color: #f5f5f5; */
}

/** Player Page ... possibly move later */
.stat-header {padding:0px !important;}
.btn-stat-header{width:100%;margin-bottom:0px;padding:12px !important;}
.btn-stat-header div{width:100%;}
.no-margin{margin:0px !important;}

/** Misc */
.readmore {overflow:hidden;}
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

.tooltip-inner {
    text-align: left;
}
.medium-border {border: 1px solid rgba(0, 0, 0, 0.54);}
.light-border {border: 1px solid rgba(0, 0, 0, 0.08);}
.light-border-sides {
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.green-border {border: 1px solid green;}
.ui-block {margin-bottom:4px;}


.shadow-34{box-shadow: 0 0 34px 0 rgba(63,66,87,.1);}
.shadow-12{box-shadow: 0 0 12px 0 rgba(63,66,87,.1);}
.card-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.hide-overflow {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
    display:block;
}

/** Works with bootstrap .row class for smaller gutters between columns */
.smaller-gutter > [class*='col-'] {
    padding-right:.25rem;
    padding-left:.25rem;
}

/* Flash class and keyframe animation */
.flashit{
    -webkit-animation: flash linear 5s infinite;
    animation: flash linear 5s infinite;
}
@-webkit-keyframes flash {
    0% { opacity: 1; }
    10% { opacity: .1; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes flash {
    0% { opacity: 1; }
    10% { opacity: .1; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}

.h-40{height:40px !important;}
.h-60{height:60px !important;}
.max-2-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max-1-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card.selected {
    box-shadow:0 0 0 .2rem rgba(0, 0, 0,.12);
}

.alert-analytics {
    color: rgba(9, 132, 227,1.0);
    background-color:rgba(9, 132, 227, 0.1);
    border-color: rgba(9, 132, 227, 0.2);
}
.color-analytics {color: rgba(9, 132, 227,1.0);}

/* Date Picker Styling */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: rgba(0,0,0,0.24);
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color: transparent;
}

/** Font Sizing Adjustments to Olympus & Bootstrap */
/** TODO */
/* body {font-size:1rem;}
p {font-size:1rem;} */

/* WH ADDED: Modify the border of select2 comopnents to be thematically consistent. */
.select2-container--default .select2-selection--multiple {border: 1px solid rgba(0, 0, 0, 0.08);}
.select2-container--default.select2-container--focus .select2-selection--multiple {border: 1px solid #ffc6ba;}
.select2-dropdown {border: 1px solid rgba(0, 0, 0, 0.08);}
.select2-container--default .select2-selection--multiple .select2-selection__choice {background-color: rgba(0, 0, 0, 0.02);border: 1px solid rgba(0, 0, 0, 0.08);}

/* WH ADDED: Styles certain elements within `import-excel-modal.js`  */

.import-csv-steps .import-csv-step:before {
    content: counter(instruction);
    position: absolute;
    width: 25px;
    height: 25px;
    left: -12px;
    top: 18px;
    color: #2f3033;
    background-color: #f5f5f5;
    border-radius: 100%;
    align-items: center;
    z-index: 13;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 12px;
}

.import-csv-steps .import-csv-step:not(:last-child):after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 22px;
    left: 0;
    background-color: #e6ecf5;
}

.import-csv-steps-container {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0;
}

.import-csv-steps {
    padding-left: 15px;
}

.import-csv-steps-container .error-container {
    padding-left: 15px;
    margin-top: 4px;
    margin-left: 24px;
    color: #F44336;
}

.import-csv-step {
    position: relative;
    counter-increment: instruction;
}

.import-csv-step {
    padding: 8px 25px;
}

.import-csv-step-content {
    margin-top: 6px;
}

.import-csv-step-content .h6 {
    margin-top: 14px;
}

.import-csv-step-content .btn {
    margin-top: 8px;
}

.import-csv-step-content .image-editor {
    margin-top: 12px;
}


/** Nice Input */
.input-g {
    background-color:rgba(0,0,0,0.03);
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    font-size:16px;
    padding-top:12px !important;
    padding-bottom:12px !important;
    padding-left:12px !important;
    padding-right:12px !important;
}

.input-g-small {
    background-color:rgba(0,0,0,0.03);
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    font-size:12px;
    padding-top:8px !important;
    padding-bottom:8px !important;
    padding-left:8px !important;
    padding-right:8px !important;
}

/** Event Navbar Icons */
.event-nav-bar a i {
    min-width: 17px;
}