@font-face {
    font-family: 'Barlow Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Regular'), url('../../../portals/_default/skins/bsb/assets/fonts/barlow-condensed/barlow-regular.woff') format('woff');
}

.game-schedules {
    background-color: #fff !important;
}

    .game-schedules .k-scheduler-views a.k-link {
        line-height: 28px;
    }

.errorLabel {
    font-weight: bold;
    color: red;
}

#Body .errorLabel .normal-text {
    font-weight: normal;
    color: #525252;
}

#Body .bsbSkin .k-event b {
    color: #0D194F;
}

#Body .k-content{
    color: #48749B;
    font-family: "Barlow Medium";
    font-size: 14px;
}

#Body .bsbSkin h3, #Body .bsbSkin .h3 {
    font-family: "Barlow Condensed SemiBold";
    font-size: 24px;
    line-height: 29px;
    font-variant: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0E398D;
}

.k-event-actions {
    display: none !important;
}

.k-scheduler-footer {
    display: none;
}

div.container {
    position: relative;
    height: 110px;
    width: 100%;
}

    div.container div.text {
        text-align: right;
        width: 100%;
        position: absolute;
        padding-bottom: 0px;
        top: 0px;
        height: 300px;
        overflow: auto;
    }

.searchDivStyle {
    display: block;
    margin-bottom: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 300px;
    overflow: auto;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    z-index: 1000;
    width: 250px;
}

.treeViewSearchBox {
    display: block;
    margin-bottom: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 300px;
    overflow: auto;
    background-clip: padding-box;
    background-color: #ffffff !important;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    z-index: 1000;
    width: calc(100% - 5px);
}

#Body .product-box.calendar-box h4 {
    letter-spacing: 0px;
}

#Body .bsbSkin .page-head{
	letter-spacing: 0px;
	font-size: 22px;
	line-height: 24px;
	color: #525252;
}

#Body .bsbSkin .filterSearch{
	font-size: 16px;
	line-height: 18px;
	color: #7b7b7b;
}

#Body .k-tooltip.k-tooltip-validation.k-invalid-msg, #Body div.k-tooltip.k-tooltip-validation.k-invalid-msg{
    background: #fff;
    border: none;
    box-shadow: none;
    color: #DE0D26 !important;
}


/*********** kendo Date Font ***********/
#Body .scom .bsb-tournament .k-scheduler .k-scheduler-toolbar ul.k-scheduler-navigation > li.k-nav-current .k-lg-date-format{
	font-size: 25px;
}

/* TipTip CSS */
/********************************************************************/
#Body #tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#Body #tiptip_holder #tiptip_content .tiptip_head{
	font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
}

    #Body #tiptip_holder table {
        word-break: break-word;
    }

    #Body #tiptip_holder.tip_top {
        padding-bottom: 5px;
    }

    #Body #tiptip_holder.tip_bottom {
        padding-top: 5px;
    }

    #Body #tiptip_holder.tip_right {
        padding-left: 5px;
    }

    #Body #tiptip_holder.tip_left {
        padding-right: 5px;
    }

    #Body #tiptip_holder #tiptip_content {
        font-family: "Barlow Medium";
        font-size: 16px;
        line-height: 18px;
        color: #fff;
        padding: 4px 8px;
        border: 1px solid #C3CCDA;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        padding-top: 18px;
        position: relative;
    }

    #Body #tiptip_holder #tiptip_arrow,
    #Body #tiptip_holder #tiptip_arrow_inner {
        position: absolute;
        border-color: transparent;
        border-style: solid;
        border-width: 6px;
        height: 0;
        width: 0;
    }

    #Body #tiptip_holder.tip_top #tiptip_arrow {
        border-top-color: #fff;
        border-top-color: rgba(255,255,255,0.35);
    }

    #Body #tiptip_holder.tip_bottom #tiptip_arrow {
        border-bottom-color: #fff;
        border-bottom-color: rgba(255,255,255,0.35);
    }

    #Body #tiptip_holder.tip_right #tiptip_arrow {
        border-right-color: #fff;
        border-right-color: rgba(255,255,255,0.35);
    }

    #Body #tiptip_holder.tip_left #tiptip_arrow {
        border-left-color: #fff;
        border-left-color: rgba(255,255,255,0.35);
    }

    #Body #tiptip_holder.tip_top #tiptip_arrow_inner {
        margin-top: -7px;
        margin-left: -6px;
        border-top-color: #f0f0f0;
    }

    #Body #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        margin-top: -5px;
        margin-left: -6px;
        border-bottom-color: rgb(25,25,25);
        border-bottom-color: rgba(25,25,25,0.92);
    }

    #Body #tiptip_holder.tip_right #tiptip_arrow_inner {
        margin-top: -6px;
        margin-left: -5px;
        border-right-color: rgb(25,25,25);
        border-right-color: rgba(25,25,25,0.92);
    }

    #Body #tiptip_holder.tip_left #tiptip_arrow_inner {
        margin-top: -6px;
        margin-left: -7px;
        border-left-color: rgb(25,25,25);
        border-left-color: rgba(25,25,25,0.92);
    }

    #Body #tiptip_holder #tiptip_content td {
        color: #48749B;
        font-family: "Barlow Medium";
        font-size: 14px;
    }

    #Body .k-other-month .k-link{
        color: #C3CCDA;
    }
    #Body .scom .bsb-tournament .k-scheduler .k-scheduler-table td{
        color: #3D4956;

    }

#Body .k-scheduler-table .k-today, .k-today>.k-scheduler-datecolumn{
    background-color: #E5EBF2;
}

#Body .scom .bsb-tournament .k-scheduler .k-more-events {
    border: 1px solid #C3CCDA;
    border-radius: 6px;
    background: #fff;
    color: #0072EB;
}

#Body .scom .bsb-tournament .k-scheduler .k-more-events:hover {
    border: 1px solid #7492AC;
    color: #0A4FB3;
    background: #fff;
}

#Body .tournament-popup .icn.icn-tournament-close {
    background: url(../../../portals/_default/skins/bsb/assets/images/new-icn-team-edit-close.svg);
    width: 16px;
    height: 16px;
}
#Body .tournament-popup .icn.icn-tournament-true {
	height: 12px;
    width: 15px;
    background: url(../../../portals/_default/skins/bsb/assets/images/new-icn-team-edit-check.svg) center left;
}

#Body .tournament-popup .btn-tournament:hover .icn.icn-tournament-close,
#Body .tournament-popup .btn-tournament.selected .icn.icn-tournament-close {
    background: url(../../../portals/_default/skins/bsb/assets/images/new-icn-team-edit-close-hover.svg);
}

#Body .tournament-popup .btn-tournament:hover .icn.icn-tournament-true,
#Body .tournament-popup .btn-tournament.selected .icn.icn-tournament-true {
    background: url(../../../portals/_default/skins/bsb/assets/images/new-icn-team-edit-check.svg) center left;
}

#Body #tiptip_holder #tiptip_content .tiptip_head{
font-family: "Lato", Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 20px;
}

#Body #tiptip_holder #tiptip_content .tiptip_head #scheduler-action-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #6E86A2;
    font-size: 22px;
}

/* Calender page css for end user view */
.game-schedules .k-scheduler-agendaday,
.game-schedules .grey-text-dark {
    color: #363636;
}
.game-schedules #multiSelectLocationFieldTreeView,
.game-schedules #multiSeletectProgramDivisionTeamTreeView,
.game-schedules #multiEventSelectBox {
    max-width: 260px;
}
.game-schedules table.k-scheduler-monthview tr:first-child table.k-scheduler-table tr:first-child th,
.game-schedules table.k-scheduler-dayview tr:first-child table.k-scheduler-table tr:first-child th,
.game-schedules table.k-scheduler-agendaview tr:first-child table.k-scheduler-table tr:first-child th,
#Body .scom.game-schedules .bsb-tournament .k-scheduler .k-scheduler-dayview .k-scheduler-table th.k-today {
    background-color: #7B7B7B;
    color: #ffffff !important;
}

#Body .scom.game-schedules .bsb-tournament .grey-text {
    color: #363636 !important;
}

#Body .scom.game-schedules .bsb-tournament .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr.k-state-hover {
    background-image: none;
    background: #7B7B7B;
    color: #fff !important;
}

#Body .scom.game-schedules .bsb-tournament .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover,
#Body .scom.game-schedules .bsb-tournament .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-selected,
#Body .scom.game-schedules .bsb-tournament .btn-tournament.btn-tournament-dark-grey.active,
#Body .scom.game-schedules .bsb-tournament .btn-tournament.btn-tournament-dark-grey:hover,
#Body .scom.game-schedules .bsb-tournament .btn-tournament.btn-tournament-dark-grey:focus,
#Body .scom.game-schedules .bsb-tournament .btn-tournament.btn-tournament-dark-grey:visited,
#Body .scom.game-schedules .k-treeview .k-in.k-state-selected {
    background: #363636 !important;
    border-color: #363636 !important;
    color: #fff !important;
}

    #Body .scom.game-schedules .bsb-tournament .btn-tournament.btn-tournament-dark-grey.active span,
    #Body .scom.game-schedules .bsb-tournament .k-scheduler .k-scheduler-agenda tr.k-state-hover td,
    #Body .scom.game-schedules .bsb-tournament .btn-tournament.btn-tournament-dark-grey:hover span,
    #Body .scom.game-schedules .bsb-tournament .btn-tournament.btn-tournament-dark-grey:active span,
    #Body .scom.game-schedules .bsb-tournament .btn-tournament.btn-tournament-dark-grey:focus span {
        color: #fff !important;
    }

        #Body .scom.game-schedules .bsb-tournament .k-scheduler .k-scheduler-agenda tr.k-state-hover td.k-scheduler-datecolumn.k-first {
            color: #525252 !important;
        }

#Body #tiptip_holder #tiptip_arrow_inner::before {
    border-color: #f0f0f0 rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
}

#Body #tiptip_holder #tiptip_arrow_inner::after {
    border-color: #f0f0f0 rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
}


/* Calender page css for admin view */
#Body #scheduler .k-scheduler-toolbar ul.k-scheduler-views {
    top: 0;
}

.k-scheduler-monthview .locationFieldInfo,
.k-scheduler-agendaview .editMatch {
    display: none;
}

.k-scheduler-agendaday {
    color: #0E398D;
    font-size: 32px;
    font-family: "Barlow Condensed SemiBold";
}

#Body .bsbSkin .form-control:focus,
#Body .bsbSkin .k-textbox:focus,
#Body .bsbSkin .k-textbox.k-state-focused,
#Body .bsbSkin .k-multiselect:focus,
#Body .bsbSkin .k-multiselect.k-state-focused,
#Body .bsbSkin .k-picker-wrap:focus,
#Body .bsbSkin .k-picker-wrap.k-state-focused,
#Body .bsbSkin .k-numeric-wrap:focus,
#Body .bsbSkin .k-numeric-wrap.k-state-focused {
    border: 1px solid #7492AC;
    box-shadow: none;
}

#Body .bsbSkin textarea {
    border: 1px solid #C3CCDA !important;
    outline: none;
}

table.k-scheduler-monthview tr:first-child table.k-scheduler-table tr:first-child th,
table.k-scheduler-dayview tr:first-child table.k-scheduler-table tr:first-child th,
table.k-scheduler-agendaview tr:first-child table.k-scheduler-table tr:first-child th {
    background-color: #132367;
    color: #ffffff !important;
    font-family: "Barlow Condensed SemiBold";
    font-size: 16px;
}

table.k-scheduler-dayview tr:first-child td .k-scheduler-header.k-state-default,
table.k-scheduler-agendaview tr:first-child td .k-scheduler-header.k-state-default {
    padding-right: 0 !important;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-dayview .k-scheduler-table th.k-today{
    background-color: #132367;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-toolbar ul.k-scheduler-navigation > li .k-link {
    color: #3D4956;
    font-family: "Barlow Condensed SemiBold";
    font-size: 28px;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li{
    border-color: #C3CCDA;
    color: #0072EB;
    border-radius: 6px;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-selected {
    background-color: #0072EB;
    border-color: #0072EB;
    color: #fff;
}

#Body .bsbSkin .bsb-btn.active:link,
#Body .bsbSkin a.bsb-btn.active:link,
#Body .bsbSkin a.bsb-btn:link.active:link,
#Body .bsbSkin a.bsb-btn:visited.active:link{
    border: 1px solid #C3CCDA;
    background-color: #fff;
    color: #0072EB;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li .k-link {
    color: #0072EB;
    font-family: "Barlow SemiBold";
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover{
    background-color: #0072EB;
    border-color: #0072EB;
    color: #fff;

}

#Body .scom .bsb-tournament .btn-tournament span:first-child.icn-tournament-true,
#Body .scom .bsb-tournament .btn-tournament span:first-child.icn-tournament-close {
    vertical-align: middle;
}

#Body table.k-scheduler-layout.k-scheduler-agendaview a.editMatch {
    display: none;
}

.default_container .whiteBG_container, .default_container .head_title, .default_container .c_content {
    border: none;
}

#scheduler {
    width: 100% !important;
}

#Body .k-scheduler-monthview .tipInfo b,
#Body .k-scheduler-monthview .tipInfo.match b {
    font-size: 14px;
    font-weight: normal;
    word-break: break-all;
    display: inline-block;
    line-height: 22px;
    white-space: nowrap;
}

.tipInfo,
.tipInfo.match {
    display: inline;
}

#Body .scom .bsb-tournament .blue-text {
    color: #0072EB;
}

#Body .scom .bsb-tournament .cust-cal .blue-text {
    color: #0E398D;
}

#Body #searchDiv .row div.col-sm-3.no-padding {
    padding-left: 10px;
}

#Body .k-scheduler-monthview .k-link.k-nav-day {
    position: relative;
    top: -5px;
}

#Body #editMatchTable input[type="text"] {
    width: 100px;
    /*float: left;*/
}

#Body #editMatchTable .k-dropdown-light {
    width: 300px;
}

#Body .k-dropdown-light {
    background: transparent;
}

#Body #editMatchTable .k-timepicker,
#Body #editMatchTable .k-datepicker {
    max-width: 170px;
    float: left;
    background: transparent;
}

    #Body #editMatchTable .k-timepicker .k-picker-wrap.k-state-default,
    #Body #editMatchTable .k-datepicker .k-picker-wrap.k-state-default {
        max-height: 40px;
        max-width: 170px;
    }

    #Body #editMatchTable .k-timepicker .k-tooltip.k-tooltip-validation {
        margin-left: 14px !important;
        padding: 10px;
        position: relative;
        top: -7;
    }

#Body #editMatchTable .k-tooltip.k-tooltip-validation.k-invalid-msg {
    padding: 10px;
    margin-top: 0;
    margin-left: 5px;
}

#Body #editMatchTable .k-tooltip.k-tooltip-validation {
    margin-top: 5px;
    margin-left: 0;
}

#Body .roundNumberTD .k-tooltip.k-tooltip-validation.k-invalid-msg,
#Body .matchOrderTD .k-tooltip.k-tooltip-validation.k-invalid-msg {
    max-width: 66%;
}

#Body .datepickerTD .k-tooltip.k-tooltip-validation.k-invalid-msg {
    margin-top: -18px !important;
    max-width: 45% !important;
}

#Body .bsbSkin .k-dropdown .k-dropdown-wrap .k-input {
    height: 56px;
    line-height: 56px;
    padding: 0 10px;
    color: #48749B;
    font-family: "Barlow Regular";
    font-size: 16px;
}

#Body .scom .bsb-btn.btn-default:hover,
#Body .scom a.bsb-btn.btn-default:hover,
#Body .scom a.bsb-btn:link.btn-default:hover,
#Body .scom a.bsb-btn:visited.btn-default:hover {
    color: #0A4FB3;
    background-color: #fff;
    border: 1px solid #7492AC;
}

#Body .scom #menuToggle span.checkbox-label {
    color: #3D4956;
    font-family: "Barlow Medium";
    font-size: 14px;
    font-weight: 500;
}

#Body .scom .btn-blue.bsb-btn.btn-default:hover, #Body .scom a.btn-blue.bsb-btn.btn-default:hover, #Body .scom a.btn-blue.bsb-btn:link.btn-default:hover {
    color: #fff;
}

#Body .scom.tournament-popup .k-header span.k-window-title {
    max-width: 90%;
    position: absolute;
}

#Body .k-calendar .k-header{
    background-color: #E5EBF2;
    color: #3D4956;
    font-family: "Barlow Medium";
    font-size: 16px;
}
#Body .k-popup li.k-item.k-state-selected, #Body .k-popup li.k-item.k-state-border-right {
    background-color: #F3F6F9;
}

#Body .k-popup li.k-item {
    border: none;
}

#Body .tournament-popup.k-window > .k-window-titlebar, #Body .tournament-popup div.k-window > .k-window-titlebar{
    color: #0E398D;
    font-family: "Barlow Condensed";
    font-size: 24px;
}

#Body .k-calendar .k-header a,
#Body .k-calendar .k-header a:link,
#Body .k-calendar .k-header a:visited {
    color: #3D4956;
    background: #E5EBF2;
}
#Body #matchDate_dateview .k-state-hover a.k-link:hover,
#Body .k-calendar .k-content td.k-state-selected a,
#Body .k-calendar .k-content .k-state-hover a.k-link:hover{
    background-color: #E5EBF2;
}
#Body .k-calendar .k-content, .k-calendar .k-content th {
    text-align: center;
}
#Body .k-calendar .k-content .k-link{
    padding: 0;
}

#Body .k-calendar td {
    color: #3D4956;
}

#Body .gray-popup .k-window-titlebar.k-header,
#Body .gray-popup .k-popup-edit-form.k-window-content.k-content {
    background: #fff !important;
}

#Body .k-edit-form-container .k-edit-buttons{
    border:none;
}

#scheduler .k-scheduler-table th {
    text-align: center;
}

#scheduler #editMatchTable {
    margin-left: -4px;
}

#scheduler.k-scheduler,
#body .k-edit-buttons {
    border: none;
}

#scheduler .k-scheduler-table {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

#scheduler .k-scheduler-monthview .k-scheduler-table tr td {
    text-align: left !important;
}

#Body .scom .bsb-tournament .calendar-box ul li.k-item {
    padding-left: 16px;
}

#Body .scom .bsb-tournament .calendar-box span.k-icon {
    background-image: none;
}

#editMatchTable span.k-timepicker div.k-widget.k-tooltip.k-invalid-msg {
    white-space: normal;
    top: 15px !important;
}

#Body #schedulerDiv .k-scheduler-agendaview .k-task {
    margin: -6px -12px;
    padding: 6px 12px;
    cursor: pointer;
}

#Body #schedulerDiv .k-header.k-scheduler-toolbar {
    padding: 0;
}

#Body .bsbSkin h2 {
    margin-top: 10px;
}

.ui-dialog-titlebar {
    height: 50px;
    overflow: none;
}

div.centered {
    text-align: center;
}

    div.centered table {
        margin: 0 auto;
        text-align: left;
    }

#Body .k-state-hover, #Body .k-state-hover a, #Body .k-state-selected,
#Body .k-state-focused, #Body .k-calendar .k-content td a:hover {
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}
#Body .scom .bsb-tournament .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr.k-state-hover td:not(:first-child){
	color: #fff;
    background-color: #0072EB !important;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr.k-state-hover{
    background-color: #0072EB !important;
    color: #fff;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr.k-state-hover .k-scheduler-timecolumn,
#Body .scom .bsb-tournament .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr.k-state-hover .tipInfo b {
    color: #fff;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-agendaview .k-scheduler-table td{
    color: #3D4956;
    font-family: "Barlow Medium";
    font-size: 16px;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-agendaview .k-scheduler-table th {
    text-align: left;
}

#Body .k-scheduler-agendaview .k-link.k-event-delete {
    display: none;
}

#Body .k-calendar-container .k-calendar .k-icon.k-i-arrow-w,
#Body .k-calendar-container .k-calendar .k-icon.k-i-arrow-e {
    margin-top: 7px;
}

#Body .k-calendar .k-header a:link {
    font-size: 16px;
}

#Body .k-calendar .k-footer a:link, #Body .k-calendar .k-footer a:visited{
    color: #3D4956;
    font-family: "Barlow Medium";
}

.blue-text-dark {
    color: #0072EB;
}
#Body .tournament-popup > .k-window-titlebar .k-window-title {
    padding: 0 9px;
}

#Body .scom .bsb-tournament .k-scheduler .k-scheduler-dayview .k-scheduler-times th{
    color: #3D4956;
    font-family: "Barlow Medium";
    font-size: 16px;
}

#Body .bsbSkin .form-control {
    border: 1px solid #7492AC;
}

#Body .active span.k-in:last-child,
#Body .active .k-state-focused,
#Body .scom .k-treeview .active .k-in.k-state-hover{
    background: #0072EB none repeat scroll 0 0;
    color: #ffffff;
}
#Body .scom .k-treeview .k-in.k-state-selected {
    color: #525252;
    background: transparent;
}

#Body .scom .cust-cal .k-treeview .k-in.k-state-selected {
    color: #fff;
    background: #0072EB;
    text-decoration: underline;
}

#Body .scom .k-treeview .k-in.k-state-hover {
    color: #525252;
    background: transparent;
}
#Body .k-checkbox:indeterminate + .k-checkbox-label::after {
    height: 0;
    border-width: 0;
}


#Body .k-checkbox-label:before{
    border: none;
}

#Body .k-checkbox:checked+.k-checkbox-label:before{
    content: '';
}

#Body .k-checkbox-wrapper{
    width: 16px;
    height: 16px;
}

#Body #multiSelectLocationFieldTreeView .k-treeview, #Body #multiSeletectProgramDivisionTeamTreeView .k-treeview{
    padding-left: 10px;
}

#Body #multiSelectLocationFieldTreeView .k-checkbox-wrapper label,
#Body #multiSeletectProgramDivisionTeamTreeView .k-checkbox-wrapper label {
    margin: 0 5px 0 5px !important;
}

#Body .scom .k-treeview .k-plus:before,
#Body .scom .k-treeview .k-minus:before,
#Body .scom .k-treeview .k-sprite.pdf:before,
#Body .scom .k-treeview .k-sprite.html:before,
#Body .scom .k-treeview .k-sprite.folder:before{
    color: #7492AC;
}

#Body .k-checkbox-wrapper label{
    background: url(../../../portals/_default/skins/bsb/assets/images/new-tournament-uncheck.png) no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    margin: 0 !important;
    padding: 0;
}

#Body .k-checkbox-wrapper .k-checkbox:checked + label {
    background: url(../../../portals/_default/skins/bsb/assets/images/new-tournament-check.png) no-repeat;
}


#Body .k-treeview .k-in{
    color: #3D4956;
    font-family: "Barlow Medium";

}

#Body .break-word {
    word-wrap: break-word;
    word-break: break-all;
}

@media screen and (max-width: 780px) {
    #AdminAlerts .AlertItemWrapper,
    #AdminAlerts .AlertsArea {
        width: auto;
    }

    #Body #schedulerDiv {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    #Body #scheduler .k-scheduler-layout {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #Body .tip_right #tiptip_arrow_inner:after,
    #Body .tip_right #tiptip_arrow_inner:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #Body .bsbSkin .tipInfo,
    #Body .bsbSkin .tipInfo b {
        display: block !important;
    }

    #Body #tiptip_holder {
        width: 200px !important;
    }

    #Body .k-reset.k-header.k-scheduler-views {
        z-index: 999;
    }
}
