body {
    -webkit-font-smoothing: subpixel-antialiased;
}

.dropdown-menu > li > div {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap; 
}

.fc-view {
    width: 100%; 
    position: absolute;
    bottom:0;
    overflow-y: scroll;
}

.modal { overflow: visible; }

.modal-body {
    overflow-y: visible;
    max-height: none;
}


.box-clean-toolbar {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
}

.sparkline-box .sparkline-row {
    padding-right: 0px;
    padding-left: 0px;
}

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

.large-avatar.news.with-icons .avatar {
    height: 80px !important;
    width: 80px !important;;
    line-height: 80px !important;;
}

.large-avatar.news.with-icons .news-content {
    margin-left:100px;
}

.dark-nav .fa-2x {
    width: 24px;
}

@media screen and (max-width: 480px) {
    .no-avatar .avatar {
        display: none;
    }

    .no-avatar.news.with-icons .news-content {
        margin-left: 4px;
    }

    .hidden-tiny {
        display: none !important;
    }

    .large-avatar.news.with-icons .avatar {
        height: 64px !important;
        width: 64px !important;;
        line-height: 64px !important;;
    }

    .large-avatar.news.with-icons .news-content {
        margin-left:80px;
    }

}


.faded {
    opacity: 0.5;
}

.score-label {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin:0px 0px 0px 2px;
    width: 14px;
    text-align: center;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    line-height: 14px;
    color: white;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #999999;
    font-weight: 600;
}

.score-team {

}

#breadcrumbs {
    padding-right: 8px;
}

.breadcrumb-toolbar {
    float:right;
    padding: 8px 8px 8px 8px;
}

.breadcrumb-toolbar .btn-group > button {
    background: transparent;
    border:none;
    color: #78808a;
}

.btn-disabled {
    opacity: 0.3 !important;
}

.btn-disabled:hover {
    color: #333333 !important;;
}
.fa-large {
    font-size: 1.5em;
}

.dropdown-menu li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.timeline-view {
    padding-top: 32px;
    padding-bottom: 4px;
    overflow-x: scroll;
    overflow-y: hidden;
    user-select: none;
}


.timeline {
    height: 13px;
    padding-left:10px;
    white-space: nowrap;
}

.timeline .tl-label {
    color: #777;
    display:inline-block;
    font-size: 8pt;
    width: 48px;
    text-align: right;
    vertical-align: top;
    padding-right: 2px;
}

.timeline:hover .tl-label {
    font-weight: bold;
}


.timeline .unit {
    margin: 0;
    width: 14px;
    height: 14px;
    background-color: #fbfbfb;
    display:inline-block;
    text-align:center;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}


.timeline .unit:last-child {
    border-right: 1px solid #cdcdcd;
}

.timeline .unit .scale {
    height: 8px;
    float:left;
    text-align:center;
    border-left: none;
    border-bottom: 1px solid #cdcdcd;
    position: absolute;
    top: -8px;
    left: -1px;
}

.timeline .unit .scale span {
    color: #777;
    position: absolute;
    left: -7px;
    top: -14px;
    font-size: 8pt;
    text-align: center;
    display:none;
    width: 14px;
}

.timeline .unit.indicator {
    border-left: 1px solid #aaa;
}


.timeline .unit.indicator > .scale {
    border-left: 1px solid #aaa;
}

.timeline .unit.indicator .scale > span {
    display: inherit;
}

.timeline .unit.selected {
    background-color: #6eb056;
    border-left: 1px solid #6eb056;
    border-top: 1px solid #6ec056;
}

.timeline .unit.selected.first {
    border-left: 1px solid #e0e0e0;
}

.timeline .unit.purple {
    background-color: #9856b0;
    border-left: 1px solid #a856c0;
    border-top: 1px solid #a856c0;
}

.timeline .unit.red {
    background-color: #B05656;
    border-left: 1px solid #BF5656;
    border-top: 1px solid #BF5656;
}

.sub-group-header {
    margin-bottom: 8px;
}

.lookup-component {
    /*position: relative;*/
}

.lookup-dropdown {
    display: none;
    border: solid 1px #ccc;
    position: absolute;
    z-index: 1000;
    min-width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 2px 0 0;
    border-radius: 6px;
    margin-top: -9px;
    margin-bottom: 20px;

    background: whiteSmoke;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #f5f5f5));
    background-image: -moz-linear-gradient(top, #fdfdfd, #f5f5f5);
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f5f5f5);
    background-image: linear-gradient(to bottom, #fdfdfd, #f5f5f5);
    -moz-box-shadow: 0 1px 2px #DADADA;
    -webkit-box-shadow: 0 1px 2px #DADADA;
    box-shadow: 0 1px 2px #DADADA;
}

.lookup-new {
    padding: 10px;
}

.lookup-filter {
}

.lookup-filter-option {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.lookup-filter-option a {
    display: inline-block;
    width: 100%;
}

.lookup-filter-option:hover {
    background-color: #599cc7;
}

.lookup-filter-option:hover a {
    color: white;
}

.lookup-items {
    height: 160px;
    overflow-y: scroll;
}

.lookup-filter-buttons {
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
}

.lookup-filter-field {
    padding-left: 10px;
    padding-right: 10px;
}

.lookup-filter-button {
    height: 32px;
    width: 32px;
    margin: 4px 4px 4px 0px;
    padding:  4px 4px 4px 4px;
    border-radius: 4px;
    background-color: #c7c7c7;
    color: white;
}

.lookup-filter-button:hover {
    color: #69afff;
}

.lookup-selected {
    background-color: #599cc7;
}

.add-on > li > a > i.fa {
    padding-right: 8px !important;
}

.lookup-fields {
    padding: 8px;
}

.lookup-field {
    margin-bottom: 6px !important;
    position: relative;
}

.lookup-field input {
    width: 100%;
}

.lookup-field ul li {
    height:27px !important;
    line-height: 27px !important;
}

.lookup-field ul li a {
    vertical-align: top !important;
}

.icon-field {
    margin-bottom: 8px !important;
}

.bootstrap-switch-handle-on {
    color: white;
    background-color: #7fb3d4;
}

.bootstrap-switch-handle-off {
    color: white;
    background-color: #EBA4D1;
}

.chzn-select {
    width: 100% !important;
}


.news-content {
    margin-right: 4px;
    margin-bottom: 8px;
}

.news-title {
    font-size: 14px;
}

.news-title .label{
    font-size: 10px;
}

.icheck {
    -webkit-tap-highlight-color: transparent;
}

.mobile-toolbar {
    margin-bottom: -16px;
    margin-left: 0px;
}

.add-on li {
    margin-left: 0px !important;
}

.fill-up li input {
    width: 100%;
}

.fill-up li select {
    width: 100%;
}

sub {
    font-size: 94%;
}

.print-main {
    font-family: "Open Sans", HelveticaNeue, Helvetica, Arial;
}

.print-table {
    table-layout: fixed;
    border-spacing: 0px;
    border-collapse:collapse;
    font-size: 11px;
    white-space: nowrap;
    /*border: 1px #ccc solid;*/
    background-color: #fff;

}


@media screen {
    .scrolls-x {
        overflow-x: scroll;
    }

    .print-table thead {
        background: #eaeaea;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #eaeaea));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
        background-image: linear-gradient(top, #fdfdfd, #eaeaea);
        height: 25px;
        line-height: 25px;
    }



}

.print-table tr {
    border-bottom: 1px solid #eee;
}

.print-table thead {
    border-bottom: 1px solid #ccc;
}


.print-table tr:last-child {
    border-bottom: none !important;
}


.print-halfhour {
    border-right: 1px solid #ccc !important;
}


@media print {
    .print-table {
        border: 1px solid #ccc;
        font-size: 11px;
    }

    .print-table td:last-child {
        border-right: 1px solid #ccc;
    }
}

.print-table td {
    width: 1%;
    vertical-align: top;
}

.print-table td.print-title {
    border-right: 1px #ccc solid;
    width: 4%;
    padding-left: 2px;
    font-weight: 600;
    padding: 4px;
}

.print-navigation {
    background-color: #eee;
    border-bottom: 1px #ccc solid;
}

.print-grey {
    background-color: #b0b0b0;
    border-left: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    color: white;
}

.print-green {
    background-color: #6eb056 !important;
    border-left: 1px solid #6ec056 !important;
    border-top: 1px solid #6ec056 !important;
    color: white !important;
}

.print-red {
    background-color: #B05656 !important;
    border-left: 1px solid #BF5656 !important;
    border-top: 1px solid #BF5656 !important;
    color: white !important;
}

.print-orange {
    background-color: #ffa31a !important;
    border-left: 1px solid #ffa31a !important;
    border-top: 1px solid #ffa31a !important;
    color: white !important;
}

.print-white {
    background-color: #ffffff;
    color: black;
}

.print-purple {
    background-color: #9856b0 !important;
    border-left: 1px solid #a856c0 !important;
    border-top: 1px solid #a856c0 !important;
    color: white !important;
}

.print-hour {
    padding-left: 2px;
    font-weight: 600;
    padding-top: 4px;
}

@media screen {
    .only-print {
        display:none;
    }
    .only-screen {
    }
}

@media print {
    .only-print {
    }
    .only-screen {
        display: none;
    }
    .main-content {
        margin-left: 0px;
    }
    .datepicker {
        display:none;
    }
    .fc-header-left {
        display: none;
    }
    .fc-header-right {
        display: none;
    }

    .print-grey {
        border: 2px solid #b0b0b0 !important;
        color: black !important;
        background-color: white !important;
    }

    .print-green {
        border: 2px solid #6eb056 !important;
        color: black !important;
        background-color: white !important;
    }

    .print-red {
        border: 2px solid #B05656 !important;
        color: black !important;
        background-color: white !important;
    }

    .print-orange {
        border: 2px solid #ffa31a !important;
        color: black !important;
        background-color: white !important;
    }

    .print-white {
    }

    .print-purple {
        border: 2px solid #9856b0 !important;
        color: black !important;
        background-color: white !important;
    }

}

:-webkit-full-screen .only-screen {
    display: none;
}

:-webkit-full-screen .only-fullscreen {
    display: block;
}

:-webkit-full-screen .main-content {
    margin-left: 0px;
}


:-webkit-full-screen .print-table {
    font-size: 16px !important;
}

body:-webkit-full-screen {
   background: none;
}

:-moz-full-screen .only-screen {
    display: none;
}

:-moz-full-screen .only-fullscreen {
    display: block;
}

:-moz-full-screen .main-content {
    margin-left: 0px;
}

:-moz-full-screen .print-table {
    font-size: 16px !important;
}

body:-moz-full-screen {
    background: none;
}

:-ms-fullscreen .only-screen {
    display: none;
}

:-ms-fullscreen .only-fullscreen {
    display: block;
}

:-ms-fullscreen .main-content {
    margin-left: 0px;
    background-color: black;
}

:-ms-fullscreen .print-table {
    font-size: 16px !important;
}


body:-ms-fullscreen {
    background: none;
}

.timeslot {
    border-radius: 2px;
    margin: 1px;
    padding: 2px;
}

@media print {
    .timeslot {
        min-height: 96px;
    }
}

.timeslot-secondary {
    opacity: 0.7;
}

.timeslot-toolbar {
    height: 18px;
}

.timeslot-button {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
}

.timeslot-button i {
    margin-left: 2px;
}

.schedule-datepicker {
    margin-bottom: 8px;
}

.schedule-datepicker .datepicker-inline {
    padding: 0px;
}

.availability-datepicker {
    margin-bottom: 8px;
}

.availability-datepicker .datepicker-inline {
    padding: 0px;
    margin-right: 12px;
}

.payment-method {
    padding-right: 4px;
}

.payment-method img {
    opacity: 0.4;
}
.payment-method.selected img {
    opacity: 1.0;
}

.payment-price {
    width: 70px;
    float: right;
    text-align: right;
}

.payment-total {
    border-top: 1px solid #ccc;
    width: 70px;
    float: right;
    text-align: right;
    padding-top: 4px;
}


.league-view {
    display: flex;
    overflow-x: scroll;
}

.league-view-row {
    display: flex;
    flex-direction: row;
}

.league-view-column {
    display: flex;
    flex-direction: column;
}

.league-view-header {
    border-right: 1px solid #777;
    border-bottom: 1px solid #ccc;
    padding: 4px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 50px;
}

.league-view-cell {
    border-right: 1px solid #777;
    border-bottom: 1px solid #ccc;
    padding: 4px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100px;
}

.league-view-green {
    background-color: #6eb056;
    color: white;
}

.league-view-blue {
    background-color: #599cc7;
    color: white;
}

.league-view-red {
    background-color: #964747;
    color: white;
}

ul.input-buttons {
    list-style: none;
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
    top: 0px;
    right: 0px;
    font-size: 14px;
}

ul.input-buttons li {
    float: left;
    margin-left: 0;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 0px;
}

.select2-input {
    padding: 0 !important;
    height: 26px  !important;
}

.modal.fade.in {
    top: 2% !important;
}

.knock-out-schedule {
    margin-bottom: 4px;
}

.knock-out-teams {
    float: left;
    width: 240px;
}


.knock-out-match:after {
    content: "";
    display: table;
    clear: both;
}

.knock-out-match-content {
    margin:10px;
    padding:10px;
    height: 100px;
}

.knock-out-match-content:after {
    content: "";
    display: table;
    clear: both;
}

.knock-out-team {
    line-height: 20px;
    text-overflow: ellipsis;
    /*width: 240px;*/
    white-space: nowrap;
    overflow: hidden;
    margin-right:4px;
}

.knock-out-scores {
    float:right;
}

.knock-out-score span {
    float:left;
}

.knock-out-set {
    float:left;
}

.knock-out-set input {
    width:20px !important;
    height:20px !important;
    display:block;
    margin: 2px;
}

.knock-out-score:after {
    content: "";
    display: table;
    clear: both;
}

.knock-out-round {
    /*width:360px;*/
    float:left;
    vertical-align:middle;
}

.knock-out-round-draw {
    float:left;
}

.knock-out-round-draw:after {
    content: "";
    display: table;
    clear: both;
}

.knock-out-draw:after {
    content: "";
    display: table;
    clear: both;
}

.knock-out-draw-top {
    width:10px;
    height:140px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.knock-out-draw-bottom {
    width: 10px;
    height: 100px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.sk-spinner-parent {
    position: relative;
}

.sk-spinner-child {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.sk-spinner {
    display: none;
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
}

.sk-cube-grid {
    width: 80px;
    height: 80px;
    margin: 100px auto;
    opacity: 0.5;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #ccc;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
          -webkit-transform: scale3D(0, 0, 1);
          transform: scale3D(0, 0, 1);
      }
}

@media (min-width: 768px) {

    .sticky-details {
        position: sticky;
        top: -200px;
        margin-bottom: 200px;
    }

}
