@media print {
    @page {
        size: a3;
        margin: 0;
    }
    
    * {
        overflow: visible !important;
    }
}

body {
    background-color: #f9f9f7;
    /* Header default color */
    background-repeat: repeat-x;
    height: 115px;
}

.btn-skip {
    font-family: Arial;
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
  
.btn-skip:focus {
    transform: translateY(0%);
}

#button-for-forms {
    margin-right: 10px;
    background-color: #2b2b2b !important;
    color: #fff;
}

#button-for-forms:hover, #button-for-forms:focus {
    background-color: #575757 !important;
    color: #fff;
}

.main-header {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    /*background-image: url(../../../images/publicview/ui/header.jpg);*/
    min-height: 130px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px center;
}

.main-header div {
    display: inline-block;
    margin-left: 10px;
    word-wrap: break-word;
    /*word-break: break-all;*/
}

.logo-header-popups {
    display: block;
    margin-bottom: 15px;
}

.nav-sidebar-hamburger {
    margin-left: -113px;
}

.nav-sidebar-text {
    font-size: 12px;
    font-weight: bold;
    border-top: #ffffff !important;
}

.italics {
    color: #6A727C;
    font-weight: normal;
    font-size: 11px;
    line-height: 1;
}

input {
    vertical-align: top;
}

input:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 2px;
    font-weight: normal;
    font-size: 11px !important;
    line-height: 1.7 !important;
    vertical-align: text-bottom;
}

#indentpos {
    text-indent: 15px !important;
}


/* Calendar Styles */
a.monthDropDown:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.nav-tabs > li.btn-gray {
    float: none;
}

.btn-gray {
    list-style: none;
    float: left;
    margin-right: 5px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    width: 88px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

a.btn-gray:hover .btn-gray-in,
a.btn-gray:focus .btn-gray-in,
a.btn-gray-in:hover,
a.btn-gray-in:focus
 {
    color: #333;
    background: #e6e6e6;
    border-color: #adadad;
}

.btn-gray-in {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

ul .btn-gray {
    margin-right: 0px;
}

.active {
    /* Active Tabs */
    background-color: #ffffff !important;
}

.nav-month-dropdown {
    width: auto !important;
    text-transform: uppercase;
    float: left;
}

.calendar-wrapper {
    background-color: #fafafa;
    padding: 0px;
    margin-top: 18px;
    border: 1px solid #e8e8e8;
    box-shadow: #e8e8e8 0px 1px 3px;
    border-radius: 5px;
}

table td {
    display: table-cell;
    vertical-align: top;
}

.table-data-styles-bold {
    min-height: 24px !important;
    min-width: 24px !important;
    display: inline-block;
    font-size: 12px;
    border-spacing: 5px;
    line-height: 1.5;
}

/* DEF-46 */
.table-data-styles-bold:hover,
.table-data-styles-bold:focus {
    color: red !important;
}

.table-data-styles {
    color: #000;
    font-size: 12px;
    border-spacing: 5px;
    line-height: 1.75;
}

.table-data-styles-subtext {
    color: #111111;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    margin-top: -3px;
    margin-bottom: 0px;
}

.modal-table-header,
.school-name {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.responsive-tbl {
    border-collapse: inherit;
}

.responsive-tbl td:nth-of-type(1) {
    min-width: 140px !important;
    width: 30%;
}

.responsive-tbl th:nth-of-type(1) {
    border-left: 0px;
}

.responsive-tbl th:nth-of-type(3) {
    width: 40%;
    border-right: 0px;
}

.responsive-tbl th:first-of-type,
.responsive-tbl th:last-of-type {
    border: 0px;
}

.responsive-tbl th {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: normal;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #fff;
    color: #666666;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

#table-separators {
    vertical-align: top;
    width: 100%;
}

#table-separators-thick {
    margin-bottom: 15px;
    vertical-align: top;
    width: 100%;
    border-top: 3px solid #e8e8e8;
}

#table-separators-thin {
    margin-bottom: 15px;
    vertical-align: top;
    width: 100%;
    border-top: 2px solid #e8e8e8;
}

#table-separators-invisible {
    vertical-align: top;
    width: 100%;
    border-top: 1px solid transparent;
}

.tbl-scores-standing th:nth-of-type(5),
.tbl-scores-standing td:nth-of-type(5) {
    text-align: center;
}

.simp-power-rank,
.tbl-scores-standing th:nth-of-type(4),
.tbl-scores-standing td:nth-of-type(4) {
    text-align: right;
    padding-right: 30px;
}


/** TABLE SCORES AND STANDINGS **/

.tbl-scores-standing .table-row-headers.opponents {
    min-width: 150px;
}

.tbl-scores-standing .table-row-headers.comments {
    width: 50%;
}

.tbl-scores-standing .table-row-headers {
    width: auto;
}

.table-row-headers {
    min-width: 80px;
}


/** TABLE SCORES AND STANDINGS **/

.table-row-headers-subtext {
    color: #888888;
    font-size: 11px;
    text-transform: none;
    margin-top: 0px;
}

.list-event-details {
    margin-left: -40px;
}

.inlineCheckbox li {
    float: left;
}


/* Calendar Month View */

.heading-month-view {
    margin-top: 40px !important;
    margin-bottom: -10px;
    width: 30%;
    display: block;
}

#calendar {
    width: 100%;
}

#calendar a {
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    width: 13.35%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
    background-color: #ffffff;
}

#calendar ul.weekdays {
    height: 40px;
    background: #ffffff;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 6px;
    color: inherit;
    font-size: 10px;
    font-weight: bolder;
    background-color: #e1e1e1;
}

#calendar .days li {
    height: auto;
    position: relative;
}

#calendar .days li:hover {
    background: #eeeeee;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    color: #333;
    width: 20px;
    border-radius: 50%;
    float: right;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 11px;
    border-radius: 4px;
    padding: 5px;
    margin-top: 8px;
    margin-bottom: 5px;
    line-height: 14px;
    background: #e3e3e3;
    border: 1px solid #b5dbdc;
    color: #2A6293;
    text-decoration: none;
}

#calendar .event-desc {
    color: #333;
    margin: 3px 0 7px 0;
    text-decoration: none;
}

#calendar .disp-flex {
    display: flex;
    justify-content: start;
    align-items: start;
}

#calendar .event-desc-sub {
    color: #575757;
    margin: 3px 0 7px 0;
    text-decoration: none;
    font-style: none;
}

#calendar .event-desc-sub a {
    color: #2A6293 !important;
}

#calendar .event-desc-sub a:hover {
    text-decoration: underline;
}

#calendar .event-time {
    color: #333;
    font-weight: bold;
}

#calendar .other-month {
    background: #f5f5f5;
    color: #666;
}


/* Calendar Tooltip Styles */

.tooltip-calendar {
    position: relative;
}


/* Tooltip text */

.tooltiptext-calendar {
    visibility: hidden;
    width: 170px;
    top: 100%;
    left: 50%;
    margin-left: -140px;
    /* adjust position */
    background-color: #ffffff;
    color: #555555;
    text-align: left;
    padding: 12px 18px;
    border-radius: 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 5px 12px rgba(0, 0, 0, .175);
    position: absolute;
    z-index: 999;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip-calendar:hover .tooltiptext-calendar,
.tooltip-calendar:focus .tooltiptext-calendar {
    visibility: visible;
}

.tooltip-calendar  a.table-data-styles-bold:hover .tooltiptext-calendar,
.tooltip-calendar  a.table-data-styles-bold:focus .tooltiptext-calendar {
	visibility: visible;
}


/* Toggle Styles */

#menu-toggle {
    cursor: pointer;
    border-radius: 0px !important;
    border-left: none !important;
    padding-top: 17px;
    margin-left: 15px;
    text-align: left;
    height: 50px;
    padding-left: 0px;
    border-bottom: 1px solid #d4d4d4;
    color: #555555;
    background-color: initial;
    /* background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: linear-gradient(#f7f7f7 0%, #ececec 100%); */
}

#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;
    min-height: 700px;
}

#wrapper-no-sidebar {
    min-height: 570px;
}

#wrapper.toggled {
    padding-left: 0px;
}

.datepicker-days table {
    border-collapse: separate;
}

#calendarSideBar table th,
#calendarSideBar table td {
    padding: 6px 6px 6px 6px;
    border-radius: 0px !important;
}

#calendarSideBar .prev {
    border-left: 0px !important;
}

#calendarSideBar .prev,
#calendarSideBar .datepicker-switch,
#calendarSideBar .next {
    background-color: #e6e7e8;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #efefef;
}

#calendarSideBar table td:hover,
#calendarSideBar .active {
    color: #5b5a5a;
    text-shadow: none !important;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}

.calendarDrpDown {
    margin-top: 23px;
}

.calendarDrpDown li {
    border: 0px !important;
}

.calendarDrpDown a {
    background-color: #fff;
    padding: 4px 0px!important;
    min-height: 0px !important;
}

#calendarSideBar table th.dow {
    font-size: 9px !important;
    background-color: #dedede;
}

#calendarSideBar table tbody td {
    border-right: 1px solid #e0e0e0;
    background: #eeeeee;
    border-left: 1px solid white;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #f5f5f5;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #ececec 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cccccc', GradientType=0);
}

#calendarSideBar table thead tr:last-child {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

#calendarSideBar table tbody {
    background-color: #fff;
}

.datepicker {
    padding: 0;
    width: 250px;
}

.datepicker table {
    width: 115%;
    text-indent: 0;
}

.datepicker table tr td {
    vertical-align: middle;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-image: none;
    color: #555555;
    background-color: #e5e5e5 !important;
}

#searchMenu {
    height: 35px;
}

#searchMenu .fa {
    cursor: pointer;
}

#searchMenu input[type=text]:focus {
    outline: none;
}

#searchMenu input[type=text] {
    width: calc(100% - 110px);
    margin-left: 23px;
    margin-right: 5px;
    margin-top: 4px;
    font-weight: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 25px;
    padding: 0px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.button-for-sidebar,
#searchMenu input[type=submit] {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

.button-for-sidebar:hover,
.button-for-sidebar:focus,
#searchMenu input[type=submit]:hover,
#searchMenu input[type=submit]:focus {
    color: #333;
    background: #e6e6e6;
    border-color: #adadad;
}

.sidebar-nav li:not(:first-child) a:hover,
.sidebar-nav li:not(:first-child) a {
    background-repeat: no-repeat;
    min-height: 34px;
    cursor: pointer;
}

.collapse-sidebar {
    padding-top: 8px !important;
    padding-left: 15px;
    height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-nav li:not(:first-child) a span {
    padding-bottom: 10px;
    margin-top: 9px;
    margin-left: 25px;
    float: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    font-size: 11px;
}

#sidebar-wrapper {
    top: 0px;
    z-index: 1000;
    position: absolute;
    right: 320px;
    /* From 'left' to 'right' */
    width: 0;
    height: 100%;
    margin-right: -300px;
    /* Change this in Mobile version' */
    margin-top: -20px;
    overflow: hidden;
    background: #f5f6f7;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 20px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav li:first-of-type {
    border-bottom: 0px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}


/** SIDEBAR ICONS AND LABELS **/

.sidebar-nav .fa {
    float: left;
    position: absolute;
    text-shadow: 1px 1px 0 #fff;
}

.collapse-sidebar {
    cursor: pointer;
    font-weight: bold;
    font-size: 11px !important;
    font-family: inherit;
    padding-top: 1px;
    margin-left: 10px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

#menu-toggle label {
    left: 15px;
    margin-left: 10px;
    position: absolute;
    font-size: 12px !important;
    font-weight: bold;
    margin-top: 1px !important;
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer;
}

.collapse-sidebar-contents {
    background-color: #fcfcfc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}

.collapse-sidebar-contents-list {
    padding-top: 0px !important;
    height: 30px;
    background-image: none;
    cursor: default;
}

.sidebar-nav .fa-bars {
    font-size: 21px;
    left: -6px;
    margin-top: 0px;
}

.sidebar-nav .fa-search {
    font-size: 18px;
    left: -5px;
    margin-top: 0px;
    padding-top: 8px;
    height: 35px;
    width: 52px;
}

.sidebar-nav .fa-calendar {
    font-size: 18px;
    left: -5px;
    margin-top: 0px;
}

.sidebar-nav .fa-eye {
    font-size: 18px;
    left: -5px;
    margin-top: 0px;
}

.sidebar-nav .fa-mobile {
    font-size: 26px;
    left: -2px;
    margin-top: 4px;
}

.sidebar-nav .fa-globe {
    font-size: 18px;
    left: -5px;
    margin-top: 8px;
}

.sidebar-nav .fa-file-text {
    font-size: 18px;
    left: -5px;
    margin-top: 8px;
}

.sidebar-nav .fa-lock {
    font-size: 20px;
    left: -4px;
    margin-top: 8px;
}

.sidebar-nav .fa-sign-in {
    font-size: 20px;
    left: -4px;
    margin-top: 0px;
}

.sidebar-nav>li {
    text-indent: 20px;
    line-height: auto;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    background-image: linear-gradient(rgb(247, 247, 247) 0%, rgb(236, 236, 236) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.sidebar-nav>li a {
    color: #555555;
    border-bottom: 1px solid #d4d4d4;
    background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
    background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}

.sidebar-nav>li a:hover,
.sidebar-nav>li a:focus {
    color: #333;
    background: #e6e6e6;
    border-color: #adadad;
}

#chk-tags-calendar,
#chk-tags-schedule {
    margin-top: 0px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #555555;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}


/* Sidebar Collapsible */

.collapse-sidebar {
    display: block;
    margin-bottom: 0px;
    font-weight: bold;
}

.collapse-sidebar+input {
    display: none;
}

.collapse-sidebar+input+* {
    display: none;
}

.collapse-sidebar-contents {
    margin-bottom: 3px;
    width: 100%;
    min-height: 150px;
    max-height: 300px;
    overflow-y: scroll;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    padding-top: 10px;
}

.collapse-sidebar-contents-list {
    font-size: 10px !important;
    padding-top: 5px;
    margin-left: -55px;
    margin-bottom: -10px;
    font-weight: normal !important;
    text-transform: none !important;
}

.view-schedule {
    height: 345px;
}

#notice {
    margin-top: 0px;
}


/* Without Sidebar Pages */

.tag-cloud-wrapper {
    /* Cloud Main Container */
    margin-left: 65px;
    margin-top: -5px;
    line-height: 14px;
    display: none;
}

div[id^=cloud-btn-calendar] {
    /* Individual Cloud Listing */
    font-size: 9px;
    text-transform: none;
    text-indent: 0px !important;
    background-color: #d8d8d8 !important;
    display: inline;
    float: left;
    margin-bottom: 4px;
    margin-right: 15px;
    margin-left: -12px;
    padding: 3px 8px 3px 8px;
}

div[id^=cloud-btn-schedule] {
    /* Individual Cloud Listing */
    font-size: 9px;
    text-transform: none;
    text-indent: 0px !important;
    background-color: #d8d8d8 !important;
    display: inline;
    float: left;
    margin-bottom: 4px;
    margin-right: 15px;
    margin-left: -12px;
    padding: 3px 8px 3px 8px;
}


/* Without Sidebar Pages */

.content-wrapper-login {
    height: 400px;
    float: left;
    background-color: #ffffff;
    padding: 30px 28px 45px 38px;
    margin: 18px 0px 8px 0px;
    width: 100%;
    border: 1px solid #eeeeee;
    box-shadow: #eeeeee 0px 2px 5px;
}

.content-wrapper-signup {
    height: 400px;
    float: right;
    background-color: #ffffff;
    padding: 30px 25px 45px 38px;
    margin: 18px 0px 8px 0px;
    width: 100%;
    border: 1px solid #eeeeee;
    box-shadow: #eeeeee 0px 2px 5px;
}

.content-wrapper-left {
    /* for scroll containers */
    float: left;
    background-color: #ffffff;
    padding: 30px 28px 45px 38px;
    margin: 18px 0px 8px 0px;
    width: 48.9%;
    border: 1px solid #eeeeee;
    box-shadow: #eeeeee 0px 2px 5px;
}

.content-wrapper-right {
    /* for scroll containers */
    float: right;
    background-color: #ffffff;
    padding: 30px 25px 45px 38px;
    margin: 18px 0px 8px 0px;
    width: 48.9%;
    border: 1px solid #eeeeee;
    box-shadow: #eeeeee 0px 2px 5px;
}

.content-wrapper-middle {
    background-color: #ffffff;
    padding: 30px 25px 45px 38px;
    width: 48.9%;
    border: 1px solid #eeeeee;
    box-shadow: #eeeeee 0px 2px 5px;
    margin: 18px auto 0px auto;
}

.content-wrapper-left-myaccount {
    /* For Notify Me - My Account Page */
    float: left;
    background-color: #ffffff;
    padding: 20px 10px 15px 30px;
    margin: 10px 0px 18px 0px;
    width: 48.9%;
}

.content-wrapper-right-myaccount {
    /* For Notify Me - My Account Page */
    float: right;
    background-color: transparent;
    padding: 20px 10px 15px 30px;
    margin: 10px 0px 18px 0px;
    width: 48.9%;
}

.content-wrapper-noborders {
    /* For Notify Me - My Account Page */
    font-size: 12px;
    line-height: 1.5;
    float: right;
    background-color: transparent;
    padding: 20px 10px 15px 30px;
    margin: 10px 0px 18px 0px;
    border: none;
    width: 100%;
}

.content-wrapper-full {
    font-size: 12px;
    line-height: 2.0;
    float: right;
    background-color: transparent;
    padding: 30px 18px 45px 18px;
    margin: 18px 0px 8px 0px;
    border: 1px solid #e3e3e3;
    width: 100%;
    box-shadow: 0px 1px 3px #e8e8e8;
}

p.headings-adjuster {
    width: 100%;
}

p.notifyMe {
    width: 76%;
    margin: auto;
}

.pageHeader h3 {
    margin-bottom: 10px;
    margin-top: 2px;
}

p.headings-adjuster-myaccount {
    font-size: 12px;
    margin: auto;
}

.headings-adjuster-myaccount {
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    background: #B3B3B3;
}

.sidebar-nav li a:hover {
    background-image: linear-gradient(rgb(226, 229, 230) 0%, rgb(218, 216, 216) 100%);
}

.monthDropDown,
.dropdown-menu {
    text-transform: capitalize;
    min-width: 130px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: 0px;
}


/*.adjuster{
    height: 394px;
}*/

.adjuster-phone-notification {
    height: 283px;
}

.select-visible {
    /* this is to make the dropdown with this class visible in desktop version */
    display: block !important;
}

.header-wrapper-left {
    float: left;
    background-color: transparent;
    width: 60%;
    margin-top: 18px;
}

.header-wrapper-right {
    float: right;
    background-color: transparent;
    width: 40%;
    margin-top: 18px;
}

.checkbox-contents-top {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 3px;
    width: auto;
    height: 180px;
    overflow-y: scroll;
    border-top: none;
}

.checkbox-contents {
    font-size: 12px;
    line-height: 25px;
    margin-left: -10px;
    margin-bottom: 3px;
    width: auto;
    height: 180px;
    overflow-y: scroll;
    border-top: none;
}

.tabs-steps {
    font-size: 11px;
    font-weight: bold;
    width: 450px;
    margin: auto;
    margin-bottom: 30px;
}

.navbar-nav a {
    font-size: 11px !important;
}

.navbar-inverse .navbar-nav>li>a {
    transition: all 0.5s ease;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li.navbar-active a {
    background-color: #ffffff30 !important;
}

.advanceViewSelections {
    width: 95%;
    margin-top: 20px;
}

.advanceViewSelections .panel-group {
    margin-bottom: 0;
}

.advanceViewSelections .panel-title {
    font-family: inherit;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.advanceViewSelections .list-group {
    padding: 10px 0 10px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
}

.advanceViewSelections .collapse-sidebar-contents-list {
    margin-left: 15px;
    margin-top: 3px;
}

.panel {
    background-color: #fcfcfc !important;
}

.nav-divider {
    border-right: 1px solid #4d4d4d;
    border-left: 1px solid #656565;
    /**
    border-right: 1px solid #32373e;
    border-left: 1px solid #5d626d;
    **/
}

.navbar-inverse {
    /**background-color:#49505a;**/
    /* background-color: #555555; */
    background-color: #2B2B2B;
}

.navbar-nav>li>a {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: bold !important;
}

.nav .nav-divider {
    height: 46px;
}

.advanceViewSelections .panel-heading {
    background-color: #f3f3f3;
}

.advanceViewSelections a {
    display: block;
}

.advanceViewSelections a span {
    float: right;
    color: #333333;
    width: 40px;
}

.advanceViewSelections a span i {
    font-size: 12px;
    font-weight: bold;
}

.advanceViewButtons {
    margin-top: 30px;
}

.advanceViewSelections .calendar-wrapper.filter {
    margin-top: 0;
    padding: 10px;
    ;
}

.showMonths .monthInput {
    width: 30px;
    text-align: center;
    vertical-align: baseline;
}

.dateRangeInput {
    width: 32px;
    text-align: center;
}

.calendar-wrapper.filter .filter-group {
    padding-left: 0;
}

.calendar-wrapper.filter .filter-group .collapse-sidebar-contents-list {
    margin-left: 0;
}

.calendar-wrapper.filter .filter-group input {
    margin-right: 5px;
}

.advanceViewSpan {
    font-weight: bold;
    font-family: inherit;
    font-size: 11px;
    padding: 5px 10px;
    width: 100% !important;
}

.advanceViewTitle {
    font-weight: bold;
    font-family: inherit;
    font-size: 11px;
}

.timePeriodTbl {
    width: 100%;
    font-size: 11px;
    margin: 10px 0 10px 0;
}

.time-period {
    padding: 10px;
}

.game-period {
    padding: 10px;
}

.onlyShowTbl {
    width: 100%;
}

.onlyShowTbl label {
    font-size: 11px;
}

.onlyShowTbl input {
    margin-right: 5px;
}

.timePeriodTbl button {
    padding: 5px 10px;
    background-color: #e5e5e5;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-left: -3px;
    list-style: none;
}

.advanceViewWrapper {
    padding-right: 0;
}

.advanceViewContainer {
    border-right: solid 2px #e1e1e1;
}

.dateRangeInput input {
    width: 10%;
}

.displayOpt {
    width: 100%;
}

.displayOpt input {
    margin-right: 5px;
}

.displayOpt label {
    font-size: 10px;
}

.displayOptions {
    margin-bottom: 20px;
}


/*.tabs-steps a:hover{*/


/*color: #b8b8b8;*/


/*text-decoration: none;*/


/*}*/


/*.tabs-steps-selected{*/


/*color: #888888;*/


/*margin-right: -8px;*/


/*margin-left: -8px;*/


/*background-color: #ffffff;*/


/*padding: 12px 50px 12px 50px;*/


/*border: 1px #b8b8b8 solid;*/


/*border-bottom: 1px #ffffff solid;*/


/*border-radius: 5px 5px 0px 0px;*/


/*}*/


/*.tabs-steps-unselected{*/


/*color: #ffffff;*/


/*background-color: #70757f;*/


/*padding: 12px 50px 12px 50px;*/


/*border-radius: 5px 5px 0px 0px;*/


/*}*/


/* popup */

.table-popup {
    table-layout: auto;
}

.overlay-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 9999;
    /* high z-index */
    background: #000;
    /* fallback */
    background: rgba(0, 0, 0, 0.75);
}

.overlay-content {
    display: none;
    background: #fff;
    padding: 30px;
    width: 80%;
    position: absolute;
    top: 20%;
    margin: 0 0 50px 10%;
    /* add left margin for half the width to center the div */
    cursor: default;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.overlay-content-coach {
    display: none;
    background: #fff;
    padding: 1%;
    width: 40%;
    position: absolute;
    top: 50%;
    margin: 0 0 0 30%;
    /* add left margin for half the width to center the div */
    cursor: default;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.coach-profile-photo {
    width: 30%;
    float: left;
    height: 100%;
}

.coach-profile-text {
    font-size: inherit;
    font-weight: 600;
    width: 70%;
    float: left;
    height: 100%;
    margin-bottom: 20px;
    padding-left: 40px;
}

.event-full-details {
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    height: 100%;
    padding: 15px 30px 15px 30px;
}

#clear {
    clear: both;
}

.close-btn {
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #555555;
    padding: 6px 20px;
    background: #555555;
    border-radius: 3px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.close-btn:hover, .close-btn:focus {
    color: black;
    background: #cccccc;
}

.popup-btn {
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #555555;
    padding: 6px 20px;
    background: #555555;
    border-radius: 3px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.popup-btn:hover, .popup-btn:focus {
    color: black;
    background: #cccccc;
}

.otherOptDiv .list:first-child {
    padding-left: 0;
}

.otherOptDiv .list select {
    width: 150px;
    margin-left: 15px;
    padding: 5px;
}

.otherOptDiv .list input {
    margin-right: 5px;
}

.competitiveEvents {
    margin-top: 30px;
}

.competitiveEvents .list {
    padding-left: 0;
}

.competitiveEvents .list input {
    margin-right: 5px;
}

.ads-right {
    display: block;
    position: absolute;
    float: right;
    right: -160px;
    margin-top: 2px;
    top: 0% !important;
    height: calc(100% - 20px) !important;
}

.ads-bottom {
    display: block;
    margin-top: 20px;
    bottom: -30px;
    right: auto;
    left: auto;
    min-height: 90px;
}

footer {
    background-color: #eee;
    border-top: 2px solid #e1e1e1;
    padding-top: 18px;
    padding-bottom: 5px;
    clear: both;
    position: relative;
    z-index: 10;
    height: auto;
    margin-top: auto;
    /* can change to "auto" if needed */
}

.footer-left {
    float: left;
    font-size: 12px;
    margin: auto;
    margin-bottom: 10px;
}

.footer-right {
    float: right;
    margin-top: -15px;
}

.fa-youtube {
    color: #555555 !important;
    font-size: 12px !important;
    background-color: #d1d1d1;
    padding: 8px 10px;
    margin-right: 5px;
    border-radius: 30%;
}

.fa-arrow-up {
    color: #555555 !important;
    font-size: 20px !important;
    background-color: #d1d1d1;
    padding: 10px 12px;
    margin-right: 118px;
    margin-top: 8px;
    border-radius: 8%;
}

.myTabContent:after {
    content: " ";
    display: table;
    clear: both;
}

.myTabContent {
    width: 76%;
    margin: auto;
}

.myTabContent input {
    font-size: 10px;
    height: 30px;
}

.pageHeader {
    width: 100%;
    margin: auto;
}

.adjuster table {
    margin-top: 15px;
}

.accountForms:after {
    content: " ";
    display: table;
    clear: both;
}

.accountForms select {
    color: #333;
}

.accountForms {
    width: 80%;
    margin: auto;
}

.accountForms input {
    font-size: 12px;
    height: 28px;
}

.orgName {
    display: none;
}

.formButtons {
    text-align: center;
}

.formHidden {
    visibility: hidden;
}

.requiredFields {
    color: #DB0000;
}

.pageTitle {
    font-size: 23px;
    font-weight: normal;
    color: #68717d;
    min-height: 34px;
}

.coachesCalendar tbody td {
    font-weight: 600;
}

.circle {
    width: 30px;
    height: 30px;
    line-height: 65px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #2b2b2b;
}

.tabs-steps-selected a:hover .circle, .tabs-steps-selected a:focus .circle {
    background-color:#575757;
}

a.tabs-steps-selected {
    display: inline-block;
    min-height: 24px;
    vertical-align: middle;
}

.circle a {
    color: #fff;
}

.home {
    color: #000000;
}

.away {
    color: #000000;
}

.tooltip {
    position: fixed;
}

.tabs-steps .step1 { 
    float: left; 
    line-height: 40px; 
    margin-right: 5px; 
    margin-left: 35px; 
} 

.tabs-steps .step2 { 
    float: left; 
    line-height: 40px; 
    margin-right: 30px; 
    margin-left: 30px; 
}

.tabs-steps .step3 { 
    float: left; 
    line-height: 40px; 
} 

.tabs-steps .circle { 
    margin-right: 5px; 
    line-height: 21px; 
    position: relative; 
    border: 4px solid #e2e2e2; 
} 

.tabs-steps a { 
    font-size: 9px; 
    margin-top: -5px; 
} 

.tabs-steps-unselected .circle {
    background-color: #2b2b2b;
    color: #ffffff;
    border: 4px solid #e2e2e2
}

.tabs-steps-unselected a:hover .circle, .tabs-steps-unselected a:focus .circle {
    background-color:#575757;
}

.tabs-steps:after {
    content: " ";
    display: table;
    clear: both;
}

.navLine {
    position: absolute;
    width: 290px;
    border: 5px solid #e2e2e2;
    border-radius: 7px 7px 7px 7px;
    margin-left: 25px;
}

.reminderSelect {
    margin-bottom: 10px !important;
}

#todayBtn {
    position: absolute;
    background-color: #777985;
    color: #fff;
    padding: 1px 4px;
    text-indent: initial;
    font-size: 9px;
    border-radius: 4px;
    left: 35px;
    top: 2px;
    cursor: pointer;
    display: none !important;
}

#dropDownBtn {
    position: absolute;
    padding: 1px 4px;
    text-indent: initial;
    font-size: 9px;
    border-radius: 4px;
    left: 160px;
    top: 3px;
    cursor: pointer;
}

.calendarDrpDown {
    left: -100px;
}

.calendarDrpDown li {
    background-color: #fff;
}

.calendarDrpDown li a {
    padding-left: 10px !important;
}

#calendarSideBar {
    position: relative;
}

.page-header {
    font-size: 13px;
    margin-top: 0px;
}

.contentTitleCalendar {
    padding: 0px;
}

.contentTitle {
    background-color: #777777;
    padding: 13px 15px 13px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    float: none;
    min-height: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
    background: #5b5a5a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a3a3a3 0%, #777777 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a3a3a3 0%, #777777 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a3a3a3 0%, #777777 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#777777', GradientType=0);
    /* IE6-9 */
}

.calendar-wrapper {
    padding: 0px;
}

.tab-content .content-wrapper {
    padding: 10px;
}

.calendarDrpDown {
    max-height: 300px;
    overflow-y: scroll;
}

#calendarDrpDownBtn {
    min-height: auto;
    cursor: pointer;
}

#calendarDrpDownBtn .fa-caret-down {
    margin-left: 10px;
    margin-top: 3px;
}

.popup1 tr.table-data-styles {
    border-bottom: 1px dashed #e8e8e8;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}

.contentTitle h2 {
    font-size: 15px !important;
    font-weight: normal;
    text-transform: capitalize;
}

.responsive-tbl th,
.responsive-tbl td {
    padding: 0px 10px;
    vertical-align: middle;
}

.responsive-tbl tr.comment-row td:last-of-type {
    padding: 0px 10px;
}

.responsive-tbl th:first-of-type,
.responsive-tbl td:first-of-type,
.responsive-tbl th:last-of-type,
.responsive-tbl td:last-of-type {
    padding: 0px 40px;
}

.responsive-tbl th {
    border-bottom: 1px solid #b5b5b5 !important;
}

.responsive-tbl td:last-of-type,
.responsive-tbl td:first-of-type {
    min-width: 20px;
}

.responsive-tbl td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #E5E5E5;
}

.responsive-tbl thead tr {
    background-color: #E5E5E5;
    height: 30px;
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
}

.ads-right-lbl {
    width: 160px;
    text-align: center;
    line-height: 14px;
    font-size: 11px;
    margin-bottom: 10px;
}

.nav-tabs>li>a {
    color: #666666 !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 5px 0px 0px;
}

/* DEF-45 */
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
    /* firefox fix, make focus more noticeable */
    outline-color: black !important;
    outline-width: medium;
    outline-style: solid;
}

/* DEF-50 */
input[type="radio"]:hover,
input[type="radio"]:focus {
    outline-color: black !important;
    outline-width: medium;
    outline-style: solid;
}

.navigation {
    text-align: center;
}

.title-more-info a,
.title-more-info .fa {
    color: #fff
}

.title-more-info {
    text-align: right;
    margin-right: 10px;
    float: right;
    font-size: 13px;
    font-weight: normal;
    margin-top: 4px;
}

.scores-standings-top {
    min-height: 68px;
}

.scores-standings-top .logo-header {
    max-height: 60px;
    width: auto;
    max-width: 460px;
    margin-top: 10px;
}

.scores-standings-top>div:nth-of-type(1),
.scores-standings-top>div:nth-of-type(1) {
    height: 70px;
}

.scores-standings-top>div:nth-of-type(1) {
    margin-top: -12px;
}

.scores-standings-top>div:nth-of-type(2),
.email-this-buttons,
.download-buttons,
.view-option-buttons {
    text-align: right;
    margin-top: -12px;
    bottom: 0px;
    height: 80px;
}

.scores-standings-top>div:nth-of-type(2) button,
.email-this-buttons button,
.view-option-buttons button,
.download-buttons button {
    margin-top: 30px;
    margin-bottom: 0px;
}

.scores-use-points th {
    border-top: 1px dashed #e8e8e8;
    padding-top: 10px;
}


/** BOOTSTRAP OVERRIDE **/

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: transparent;
}

.toggled .sidebar-nav li:nth-of-type(3) {
    display: none;
}

.toggled .sidebar-nav li form,
.toggled .sidebar-nav li span,
.toggled .sidebar-nav li label {
    display: none;
}

.preloader {
    text-align: center;
    top: calc(50% - 30px);
    position: absolute;
    left: calc(50% - 46px);
}

.preloader p {
    font-size: 18px;
    font-family: "Open Sans";
    color: #333338;
    font-weight: bold;
    margin-bottom: 0px;
}

.preloader>div {
    font-size: 11px;
}

.tab-content>.active {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}

.container-fluid {
    margin-right: 5px;
}

.fa-caret-left {
    font-size: 30px !important;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    filter: FlipH;
    -ms-filter: “FlipH”;
    left: 0px;
    top: 11px;
}

.toggled .fa-caret-left {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: “FlipH”;
    left: 20px;
}

.share-group .social {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.share-group .facebook .fa {
    font-size: 21px;
}

.share-group .twitter .fa {
    font-size: 20px;
}

.share-group .linkedin .fa {
    font-size: 19px;
}

.share-group .twitter:hover {
    background-color: #51a5dc;
}

.share-group .twitter {
    background-color: #6ab2e1;
    border: 1px solid #55a7dd;
}

.share-group .linkedin:hover {
    background-color: #036d9f;
}

.share-group .linkedin {
    background-color: #0482bd;
    border: 1px solid #0478ae;
}

.share-group .facebook:hover {
    background-color: #376196;
}

.share-group .facebook {
    background-color: #3f70ac;
    border: 1px solid #3b69a1;
}

.share-group .facebook .fa,
.share-group .twitter .fa,
.share-group .linkedin .fa {
    vertical-align: middle;
}

.share-group .facebook,
.share-group .twitter,
.share-group .linkedin {
    color: white;
    font-weight: 300;
    line-height: 32px;
    min-width: 32px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    border-radius: 3px;
    transition: all 0.1s ease;
}

.left-title {
    padding-bottom: 0px !important;
}

.left-title .contentTitle {
    float: left;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
    white-space: nowrap;
    padding-bottom: 5px;
    font-size: 15px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 15px;
}

#loginCollapse form div,
#login form div {
    text-align: left;
    font-size: 10px;
    text-transform: capitalize;
}

.form-title {
    margin-bottom: 10px;
}

#loginCollapse form input[type=text],
#loginCollapse form input[type=password] {
    margin-top: 0px !important;
    width: calc(100% - 35px);
    /*margin-left: 15px;*/
    margin-top: 4px;
    margin-bottom: 10px;
    height: 25px;
    font-weight: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
    height: 34px !important;
    padding: 0px 10px !important;
    color: #333333;
}

#loginCollapse form .forgot-pass:hover {
    color: #333;
}

#loginCollapse form .forgot-pass {
    text-align: center;
    margin-top: 10px;
    text-align: center;
    margin-top: 12px;
    margin-right: 37px;
    float: left;
    color: #666;
}

#loginCollapse form input[type=text]:focus,
#loginCollapse form input[type=password]:focus {
    outline: none;
}

#loginCollapse form input[type=submit],
#loginCollapse form input[type=button] {
    float: left;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    margin-left: 20px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

#loginCollapse form input[type=submit]:hover,
#loginCollapse form input[type=submit]:focus {
    color: #333;
    background: #e6e6e6;
    border-color: #adadad;
}

#loginCollapse form input[type=submit]:hover,
#loginCollapse form input[type=button]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
    background-color: #e9e9e9;
}

#loginCollapse form input[type=submit]:active {
    position: relative;
    top: 1px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #595959 !important;
    border-color: #4a4a4a !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #595959
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #595959
}

.back-btn .fa {
    font-size: 12px;
}

.back-btn span {
    margin-left: 5px;
}

.back-btn {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    width: auto;
    height: 30px;
    padding: 8px 20px 8px 20px;
    margin-top: 15px;
    background-color: #2b2b2b;
    border: 1px solid #70757f;
    border-radius: 3px;
}

.back-btn:hover {
    background-color: #575757;
    color: #fff;
}

.back-btn:focus {
    background-color: #575757;
    color: #fff;
}

.notify-back-button-wrapper {
    text-align: right;
}

.notify-header-wrapper {
    width: 75%;
    margin: auto;
}

.notify-description {
    margin-top: 10px;
}

.fa-sm-device {
    /* display: none; */
    margin-top: 8px !important;
}

.school,
.brand {
    font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
    color: #555;
    font-weight: bold;
    float: left;
    padding-left: 10px;
    padding-bottom: 0px;
    width: auto;
    float: left;
}

.school h1 {
    font-family: 'PT Sans Caption', Helvetica, Arial, sans-serif;
    color: #555;
    font-weight: bold;
    font-size: 40px !important;
    float: left;
    padding-left: 10px;
    padding-bottom: 0px;
    width: auto;
    float: left;
}

.school {
    height: 65px;
    padding-top: 30px;
    font-size: 40px;
}

.brand {
    font-size: 20px;
}

.has-comment {
    border: 0px !important;
    padding-bottom: 0px !important;
}

.has-comment .table-data-styles-subtext {
    margin-bottom: 0px !important;
}

.no-more-tables {
    min-height: 20px;
}

.mobile-comment {
    display: none;
}

.modal-school-name {
    font-size: 19px;
    font-weight: bold;
}

.coach-tbl thead tr {
    background: transparent !important;
}

.coach-tbl thead tr th {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8 !important;
}

.coach-tbl tbody tr:first-child td {
    border-top: 1px solid #e6e7e8;
}

.multple-coach-name {
    display: none;
}

#table-roster .table-row-headers {
    text-align: left;
}

#table-roster tr th.table-row-headers:last-child {
    width: auto !important;
}

.logo-header {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    max-height: 90px;
}

#chk-tags-schedule label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px !important;
}

.cal-dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

form#form-screen1:after {
    content: "";
    display: block;
    clear: both;
}


/*#ads-sidebar{
    background-color:#fff;
    border:1px solid #e0e0e0;
    max-width: 200px;
    width: 200px;
    height: 200px;
    max-height:200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display:block;
    padding:10px;
}*/

#ads-sidebar {
    border: 1px solid #e0e0e0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 5px;
}

#ads-sidebar img {
    max-width: 100%
}

#ads-sidebar iframe {
    max-width: 200px;
    width: 200px;
}

#wrapper.toggled #ads-sidebar {
    display: none;
}


/** HORIZONTAL SCROLLBAR OVERFLOW ON BOOTSTRAP TOP NAV**/

.navbar-overflowing ul.nav {
    overflow-x: hidden;
    white-space: nowrap;
    width: 100%;
    float: none;
}

.navbar-overflowing .navbar {
    border-bottom: 0px;
}

.navbar-overflowing ul.nav li {
    border-right: 1px solid #4d4d4d;
    border-left: 1px solid #656565;
    float: none;
    display: inline-block;
    margin-left: -3px;
}

.navbar-overflowing .nav .nav-divider {
    display: none;
}

.navbar-overflowing #nav-scroller-wrapper {
    width: 120px;
    height: 46px;
    float: right;
}

.navbar-overflowing #nav-scroll-left {
    left: 0px;
    padding-left: 11px;
    cursor: pointer;
}

.navbar-overflowing #nav-scroll-right {
    right: 0px;
    padding-left: 15px;
    cursor: pointer;
}

.navbar-overflowing #nav-scroll-right:hover,
.navbar-overflowing #nav-scroll-left:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-overflowing #nav-scroll-right,
.navbar-overflowing #nav-scroll-left {
    height: 46px;
    width: 40px;
    padding-top: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: #fff;
    transition: all 0.5s ease;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: initial;
    display: block;
}

.navbar-overflowing #nav-scroller-wrapper a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-overflowing .navbar-inverse .navbar-nav>li>a:hover {
    cursor: pointer;
}

.navbar-overflowing .container {
    width: calc(100% - 80px);
    margin-left: 40px;
    float: left;
}

.container {
    width: 100%;
    margin-left: 0px;
}

#nav-scroll-right,
#nav-scroll-left {
    display: none;
}

.nav-loading {
    display: none;
}

.content-wrapper a {
    font-size: 14px;
}

.scores-standing-modal-tbl .table-data-styles,
#roster-table .table-data-styles {
    color: #000;
    font-size: 13px;
}


/** REMOVE GRAY TITLE BAR **/

.no-more-tables thead tr {
    background: #fff !important;
}

.no-more-tables thead th {
    border-right: none;
}

.contentTitle {
    color: #555555;
    background: #fff;
}

.contentTitle h2 {
    font-weight: bold;
}


/** ADD NO RESULTS FOUND **/

.lbl-no-event {
    display: table;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 17px;
    font-size: 13px;
    font-weight: bold;
}

.collapse-sidebar-contents-list label {
    text-overflow: clip;
    white-space: nowrap;
    overflow: visible;
    max-width: 380px;
}

#chk-tags-calendar ul li label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px !important;
}

#chk-tags-calendar ul li label.subcat {
    max-width: 200px !important;
}

#calendarDrpDownBtn:hover {
    background-color: transparent;
    background-image: none;
}

#calendarDrpDownBtn {
    background-image: none;
    background-color: transparent;
    height: 28px;
    width: 180px;
    margin-left: -129px;
    top: 0px;
}

#calendarDrpDownBtn .fa-caret-down {
    margin-top: 7px;
    right: 0px;
    margin-right: 34px;
}

.calendarDrpDown {
    margin-top: 0px;
}

.rosters-school-administration,
.rosters-team-management {
    margin-top: 10px;
}

.rosters-mobile-border-top {
    display: none;
}

.rosters-school-administration th.table-row-headers:first-of-type,
.rosters-team-management th.table-row-headers:first-of-type {
    width: 250px;
}

.rosters-team-management th.table-row-headers:first-of-type {
    min-width: 132px;
}

.rosters-school-administration th.table-row-headers:first-of-type {
    min-width: 151px;
}

#loginCollapse,
#scheduleCollapse,
#calendarCollapse {
    display: none;
}

.event-comment img {
    max-width: 100%;
    height: auto;
}


/* get the mobile app */

#getMobileApp-buttons {
    margin-left: -20px !important;
    padding: 8px 12px;
    display: none;
}

#getMobileApp-buttons img {
    height: 35px;
    cursor: pointer;
}

#bottom_scroll_up {
    cursor: pointer;
}

.comment-row .event-comment,
.event-comment-detail {
    display: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.color-key {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.color-display {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.color-dot {
    flex-grow:1;
    border-radius: 50%;
    width:10px;
    height:10px;
    min-width: 10px;
    min-height: 10px;
    margin:3px;
}
.color-title {
    width: 30px;
    margin-right: 5px;
}
.event-color-container {
    display: flex;
    flex-direction: row;
}
.event-color-dot {
    border-radius: 50%;
    width:10px;
    height:10px;
    min-width:10px;
    min-height:10px;
    margin:3px;
    align-self: start;
    margin-top: 5px;
}
.extra-margin {
    margin-left:10px;
}

.margin-right {
    margin-right: 10px;
}

@media only screen and (max-width: 767px) { 
    .main-header {
        padding: 0px 10px;
        display: flex;
        align-items: center;
        width: 100%;
    }
    .main-header img{
        padding: 0px 0px !important;
        margin: 0px 0px !important;
    }
    .main-header .school { 
        padding: 0px 0px !important;
        margin: 0px 0px !important;
        max-width: 100%;
        height: auto;
    }
    .main-header .school h1{
        padding: 10px 0px 10px 10px !important;
        font-size: 24px !important;
        word-break: break-word;
        text-overflow: unset;
        white-space: normal; 
        margin: 0px 0px !important;
    }
}

/* Forms and Links */
.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 1rem;
}

.ml-4 {
    margin-left: 1.5rem;
}

.ml-5 {
    margin-left: 3rem;
}

.text-center {
    text-align: center;
}

.icon {
    width: 25px;
}

/* Font Size */
.fs-1 {
    font-size: 3rem;
    margin-right: 30px;
}

.fs-2 {
    font-size: 2.5rem;
}

.fs-3 {
    font-size: 2rem;
}

.fs-4 {
    font-size: 1.5rem;
}

.fs-5 {
    font-size: 1.25rem;
}

.fs-6 {
    font-size: 1rem;
}

.line-space {
    height: 2px;
    background-color: #ccc6c6;
}

.border-right {
    border-right: 1px solid #ccc;
}

.border-left {
    border-left: 1px solid #ccc;
    padding: 0px 15px 15px 15px;
}

/* Image Center */
.rounded {
    border-radius: 0.25rem;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

.d-block {
    display: block !important;
}

.text-notice {
    color: #aa0000;
}

/* Image Responsive */
.img-fluid {
    max-width: 100%;
    height: auto;
}
/* End Forms and Links */
.sidebar-nav li a:hover .btn-default {
    background: unset !important;
}

.contentTitle h2 {
    font-weight: bold;
    padding: 0px 15px;
}

body #sidebar-wrapper { 
    margin-top: 0px;
    top: 0px;
}

body #page-content-wrapper > .container-fluid { 
    border: 0px solid #333;
}

#page-content-wrapper{
    padding: 0px 0px 0px 0px !important;
}
 
#wrapper.toggled #sidebar-wrapper { 
    border-bottom: 0px solid #333333;
}

.notifyHeaderContainer {
    margin-top: 4rem;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

@media screen and (min-width:801px) {  
    #wrapper {
        /* width: calc(100% - 160px) !important; */
        overflow: visible;
    }

    .navbar-inverse {
        margin-bottom: 0px;
    }

    .footer.col-sm-12.sportshub1{
        box-sizing: border-box;
        margin: 0px;
        padding: 10px 15px;
    }
    #sidebar-wrapper { 
        margin-top: 0px !important;
        border-top: 1px solid #e1e1e1;
    } 

    #wrapper  #sidebar-wrapper {
        right: calc( 250px + 0px );
        margin-right: -250px;
        width: 250px;
    }

    #page-content-wrapper > .container-fluid {
        margin-top: unset;
        margin-left: 0px;
        width: 100%;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    #page-content-wrapper > .container-fluid  > .row {
        margin: 0px 10px;
    }

    #page-content-wrapper > .container-fluid  .row .col-md-12.date-pagination.clearfix, 
    #page-content-wrapper > .container-fluid  .row .col-lg-12{
        padding-left: 0px;
    }

    #page-content-wrapper > .container-fluid  .row .col-md-12.date-pagination.clearfix {
        float: unset;
        margin-top: 10px;
    }

    
}


@media screen and (min-width:801px) and (max-width: 1199px) {  
    body .elementor .elementor-element.elementor-widget-slides .swiper-slide {
        height: 200px; 
    }
}

@media screen and (min-width:801px)  and (max-width: 1024px) {  
    body .sidebar-nav li form, 
    body .sidebar-nav li span, 
    body .sidebar-nav li label {
        display: none !important;
    }
}

@media screen and (min-width:801px)  and (max-width: 1023px) {   
    #wrapper.toggled #sidebar-wrapper {
        width: 250px !important;
    }
    #wrapper {
        padding-right: 50px;
    } 
    body #wrapper #sidebar-wrapper {
        right: calc( 250px + 0px );
        margin-right: -250px;
        width: 50px;
    } 
    #wrapper.toggled { 
        padding-right: 250px !important;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative !important;
        margin-right: 0px !important;
    }

    #page-content-wrapper { 
        position: relative !important;
    }

}

@media screen and (min-width:0px) and (max-width:800px){
   body  #wrapper {
        margin-top: 0px !important;
        padding-right: 50px !important; 
    }
    body .navbar {
        margin-bottom: 0px;
    }
    #wrapper.toggled { 
        padding-right: 250px !important;
    }
    body #page-content-wrapper > .container-fluid {
        margin: 0px 0px !important;
    }
    .no-more-tables td {
        padding-left: 30% !important;
    }
    body .responsive-tbl th:first-of-type, 
    body .responsive-tbl td:first-of-type, 
    body .responsive-tbl th:last-of-type, 
    body .responsive-tbl td:last-of-type {
        padding: 5px 40px;
    } 
}

@media screen and (min-width: 1200px) {   
}
@media screen and (max-width: 800px) {  
    body #page-content-wrapper > .container-fluid .row {
        margin: 0px 0px;
    }
body #page-content-wrapper > .container-fluid {
    padding: 10px 10px;
}
.calendar-wrapper {
    width: 100% !important;
}
.sidebar-nav li a:hover {
    background-image: unset;
}
.cal-dropdown-menu {
    width: 100%;
}
#sidebar-wrapper {
    right: 300px;
    margin-top: 0px !important;
}

}

/* ASD-4973 */
.container{
    float:left !important;
}