

/* Start:/local/templates/special_mibok_new/components/westpower/academy_calendar/.default/style.css?17437550544154*/
#datepicker .ui-datepicker-calendar thead{
    background-color:#3d77d0;
    color: #ffffff;
}
#datepicker h2{
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 20px;
}
#datepicker .ui-datepicker {
    width: 100%;
    display: block;
    padding: 20px;
    padding-top: 0;
    cursor: default;
    border: none;
    font-size: 1.0em;
}
#datepicker{
    background-color: #ffffff;
}
.ui-datepicker-calendar{
    width:100%;
}
#datepicker .ui-datepicker-calendar thead th{
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 1px solid #6995db;
    padding-bottom: 15px;
    padding-top: 15px;
}
#datepicker .ui-datepicker-title{
    font-weight: 800;
    color: #1338a9;
    font-size: 15px;
}
#datepicker .ui-datepicker-header{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: none;
}
#datepicker .ui-state-default{
    border: none;
    background-color: #ffffff;
    text-align: center;
    display: block;
    width: 46px;
    height: 46px;
    padding-top: 13px;
}
#datepicker .ui-state-default.home{
    border: 2px solid #1338a9
}
#datepicker .ui-state-default.guest{
    border: 2px solid #e6ac22
}
#datepicker .ui-state-default.past{
    background-color: #f4f7fb
}
#datepicker .ui-datepicker td{
    padding: 0;
}
.datepicker_description .description .home{
    color: #1338a9;
}
.datepicker_description .description .home span{
    color: #333333;
}
.datepicker_description .description .awaymatch span{
    color: #333333;
}
.datepicker_description .description .awaymatch{
    color: #e5a30a;
}
.datepicker_description .by-button{
    transition: 0.3s;
    position: absolute;
    top: 0px;
    right: 15px;
    margin: auto;
    background: #0232c7;
    width: auto;
    text-align: center;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
}
.datepicker_description .by-button + a.by-button{
    top: 30px;
}
#datepicker .ui-widget-header{
    background-color: #ffffff;
}
.datepicker_description{
	position:relative;
    background-color: #ffffff;
}
#datepicker .ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    top: 0;
    padding: 5px;
    cursor: pointer;
}
#datepicker .ui-datepicker-next span {
    display: block;
    width: 15px;
    height: 20px;
    text-indent: -9999px;
    background-position: 0px;
    background-image: url("/local/templates/special_mibok_new/components/westpower/academy_calendar/.default/images/arrow1.png");
}
#datepicker .ui-datepicker-prev span {
    display: block;
    width: 15px;
    height: 20px;
    text-indent: -9999px;
    background-position: 0px;
    background-image: url("/local/templates/special_mibok_new/components/westpower/academy_calendar/.default/images/arrow2.png");
}
#datepicker .ui-state-active {
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
    border-radius: 5px;
}
#datepicker .ui-state-default{
    width:50px!important;
    height: 50px!important;
}
#datepicker .ui-state-default.matches-2{
    display:flex;
    justify-content: space-between;
}
#datepicker .ui-state-default.matches-4{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
#datepicker .ui-state-default>span{
    max-width:100%;
}
#datepicker .ui-state-default.matches{
    padding:0;
}
#datepicker .ui-state-default.matches span{
    border: 2px solid #e5a30a;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius:5px;
    overflow: hidden;
}
#datepicker .ui-state-default.matches span.home{
    border:2px solid #1338a9;
}
#datepicker .ui-state-default.matches-2>span{
    width:50%;
    height:100%;
    flex:0 1;
    flex-basis:50%;
    padding:4px;
}
#datepicker .ui-state-default.matches-4>span{
    width:50%;
    height:50%;
    flex:0 1;
    flex-basis:50%;
    padding:4px;
}
.kalendar__league{
    display: block;
    position: relative;
}
.kalendar__league .prevLeague,
.kalendar__league .nextLeague{
    position:absolute;
    top:calc(50% - 10px);
    cursor:pointer;
}
.kalendar__league .prevLeague{
    left:10px;
}
.kalendar__league .nextLeague{
    right:10px;
}
.kalendar__league--title{
    display: flex;
    width:100%;
    align-items: center;
    justify-content: space-around;
    user-select: none;
}
/* End */


/* Start:/local/templates/special_mibok_new/components/westpower/academy_groups/.default/style.css?17437550541049*/
.academy__league{
    font-size:0.6em;
}
.tournament.ex{
    /*padding:30px 15px 1px;*/
}
.tournament .nextLeague{
    position:absolute;
    right:0;
    top:100px;
    cursor:pointer;
}
.tournament .prevLeague{
    cursor:pointer;
    position:absolute;
    left:0;
    top:100px;
}
.tournament .groupSelector{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tournament .groupSelector label{
    flex:0 1;
    flex-basis:30%;
    display:flex;
    align-items: center;
    cursor:pointer;
}
.tournament .groupSelector label .checkbox{
    width:20px;
    height:20px;
    border:1px solid #a4a4a4;
    background:white;
    border-radius:50%;
    position:relative;
    margin-right:10px;
}
.tournament .groupSelector label .checkbox.checked:after{
    content:'';
    width:10px;
    height:10px;
    position:absolute;
    left:4px;
    top:4px;
    border-radius: 50%;
    background: #6b6b6b;
}
.tournament-table td:nth-child(3){
    width:50%;
}
/* End */
/* /local/templates/special_mibok_new/components/westpower/academy_calendar/.default/style.css?17437550544154 */
/* /local/templates/special_mibok_new/components/westpower/academy_groups/.default/style.css?17437550541049 */
