

/* Start:/bitrix/components/mibok/timetable/lib/css/perfectscrollbar.css?17077365443898*/
.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden!important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style:none) {
    .ps-container {
        overflow: auto!important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps-container {
        overflow: auto!important
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 8px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 8px
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 8px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    width: 8px
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}
/* End */


/* Start:/bitrix/components/mibok/timetable/lib/css/daterangepicker.css?17077365446222*/
.daterangepicker{position:absolute;color:inherit;background-color:#fff;border-radius:4px;width:278px;padding:4px;margin-top:1px;top:100px;left:20px}.daterangepicker:before,.daterangepicker:after{position:absolute;display:inline-block;border-bottom-color:rgba(0,0,0,0.2);content:''}.daterangepicker:before{top:-7px;border-right:7px solid transparent;border-left:7px solid transparent;border-bottom:7px solid #ccc}.daterangepicker:after{top:-6px;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:before{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.openscenter:after{left:0;right:0;width:0;margin-left:auto;margin-right:auto}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.dropup{margin-top:-5px}.daterangepicker.dropup:before{top:initial;bottom:-7px;border-bottom:initial;border-top:7px solid #ccc}.daterangepicker.dropup:after{top:initial;bottom:-6px;border-bottom:initial;border-top:6px solid #fff}.daterangepicker.dropdown-menu{max-width:none;z-index:3001}.daterangepicker.single .ranges,.daterangepicker.single .calendar{float:none}.daterangepicker.show-calendar .calendar{display:block}.daterangepicker .calendar{display:none;max-width:270px;margin:4px}.daterangepicker .calendar.single .calendar-table{border:0}.daterangepicker .calendar th,.daterangepicker .calendar td{white-space:nowrap;text-align:center;min-width:32px}.daterangepicker .calendar-table{border:1px solid #fff;padding:4px;border-radius:4px;background-color:#fff}.daterangepicker table{width:100%;margin:0}.daterangepicker td,.daterangepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:1px solid transparent;white-space:nowrap;cursor:pointer}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}.daterangepicker td.week,.daterangepicker th.week{font-size:80%;color:#ccc}.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{background-color:#fff;border-color:transparent;color:#999}.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;color:#000;border-radius:0}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}.daterangepicker th.month{width:auto}.daterangepicker td.disabled,.daterangepicker option.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{font-size:12px;padding:1px;height:auto;margin:0;cursor:default}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect{width:50px;margin-bottom:0}.daterangepicker .input-mini{border:1px solid #ccc;border-radius:4px;color:#555;height:30px;line-height:30px;display:block;vertical-align:middle;margin:0 0 5px 0;padding:0 6px 0 28px;width:100%}.daterangepicker .input-mini.active{border:1px solid #08c;border-radius:4px}.daterangepicker .daterangepicker_input{position:relative}.daterangepicker .daterangepicker_input i{position:absolute;left:8px;top:8px}.daterangepicker.rtl .input-mini{padding-right:28px;padding-left:6px}.daterangepicker.rtl .daterangepicker_input i{left:auto;right:8px}.daterangepicker .calendar-time{text-align:center;margin:5px auto;line-height:30px;position:relative;padding-left:28px}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.ranges{font-size:11px;float:none;margin:4px;text-align:left}.ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}.ranges li{font-size:13px;background-color:#f5f5f5;border:1px solid #f5f5f5;border-radius:4px;color:#08c;padding:3px 12px;margin-bottom:8px;cursor:pointer}.ranges li:hover{background-color:#08c;border:1px solid #08c;color:#fff}.ranges li.active{background-color:#08c;border:1px solid #08c;color:#fff}@media(min-width:564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:160px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .calendar.left{clear:none}.daterangepicker.single.ltr .ranges,.daterangepicker.single.ltr .calendar{float:left}.daterangepicker.single.rtl .ranges,.daterangepicker.single.rtl .calendar{float:right}.daterangepicker.ltr{direction:ltr;text-align:left}.daterangepicker.ltr .calendar.left{clear:left;margin-right:0}.daterangepicker.ltr .calendar.left .calendar-table{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker.ltr .calendar.right{margin-left:0}.daterangepicker.ltr .calendar.right .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker.ltr .left .daterangepicker_input{padding-right:12px}.daterangepicker.ltr .calendar.left .calendar-table{padding-right:12px}.daterangepicker.ltr .ranges,.daterangepicker.ltr .calendar{float:left}.daterangepicker.rtl{direction:rtl;text-align:right}.daterangepicker.rtl .calendar.left{clear:right;margin-left:0}.daterangepicker.rtl .calendar.left .calendar-table{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.daterangepicker.rtl .calendar.right{margin-right:0}.daterangepicker.rtl .calendar.right .calendar-table{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.daterangepicker.rtl .left .daterangepicker_input{padding-left:12px}.daterangepicker.rtl .calendar.left .calendar-table{padding-left:12px}.daterangepicker.rtl .ranges,.daterangepicker.rtl .calendar{text-align:right;float:right}}@media(min-width:730px){.daterangepicker .ranges{width:auto}.daterangepicker.ltr .ranges{float:left}.daterangepicker.rtl .ranges{float:right}.daterangepicker .calendar.left{clear:none!important}}
/* End */


/* Start:/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.filter/creative/style.css?168863576513670*/
/*fonts*/
@font-face {font-family: 'timetable';src:  url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.filter/creative/fonts/timetable.eot?tyu4x0');src:  url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.filter/creative/fonts/timetable.eot?tyu4x0#iefix') format('embedded-opentype'),url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.filter/creative/fonts/timetable.ttf?tyu4x0') format('truetype'),url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.filter/creative/fonts/timetable.woff?tyu4x0') format('woff'),url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.filter/creative/fonts/timetable.svg?tyu4x0#timetable') format('svg');font-weight: normal;font-style: normal;}
[class^="ic-m-t-"], [class*=" ic-m-t-"] {font-family: 'timetable' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ic-m-t-check:before {content: "\e900";}
.ic-m-t-close:before {content: "\e901";}
.ic-m-t-top:before {content: "\e902";}
.ic-m-t-bottom:before {content: "\e903";}
.ic-m-t-right:before {content: "\e904";}
.ic-m-t-left:before {content: "\e905";}
.ic-m-t-clock:before {content: "\e906";}

/*checkbox, radio*/
.mibok-wrapper input[type=checkbox] + label,.mibok-wrapper  input[type=radio] + label {display: inline-block;cursor: pointer;position: relative;padding-left: 35px;font-size: 14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; margin-bottom: 0;padding: 10px 15px 10px 30px;width: calc(100% - 30px);margin-left: 20px;}
.mibok-wrapper input[type=checkbox],.mibok-wrapper  input[type=radio] {display: none;}
.mibok-wrapper input[type=checkbox] + label:before,.mibok-wrapper  input[type=radio] + label:before  {content: "";display: inline-block;width: 20px;height: 20px;margin-right: 10px;position: absolute;left: 0;bottom: 0px; border-radius: 2px;top: 28%;}
/*input[type=radio]:checked + label:before {font-size: 12px;text-align: center;line-height: 18px; box-shadow: none;}*/
.mibok-wrapper input[type=checkbox]:checked + label:before,  .mibok-slide-filter input[type=radio]:checked + label:before, .mibok-slide-filter input[type=checkbox]:checked + label:before {font-family: 'timetable';content: "\e900";font-size: 10px;text-align: center;line-height: 15px;box-shadow: none;padding-top: 4px;}


/*filter*/
.mibok-word-all{display: none;}
.mibok-wrapper-timetable{width:100%; min-height:100px;}
.mibok-wrapper-timetable h2{font-size: 24px; margin-top:0px;display: inline-block;margin-right: 10px;}
.mibok-filter-list-head{font-size: 24px; font-weight: bold; text-transform: uppercase; text-decoration: none;}
.mibok-filter-list-head:hover{text-decoration: none;}
.mibok-filter-list-head:focus{text-decoration: none;outline: none;}
.mibok-filter-left{width: 70%;}
.mibok-filter-list-head .ic-m-t-bottom{font-size: 12px;font-weight: bold;}
.mibok-filter-right{width: 29%; font-size: 14px;font-weight: 600;font-style: normal;text-align: right;}
.mibok-filter-right span {font-size: 16px;padding-left: 10px;}
.mibok-wrapper-filter{margin: 45px 0 27px;}
.mibok-filter-left .mibok-dropdown{display: inline;position: relative}
.mibok-dropdown.open .ic-m-t-bottom:before{content: "\e902";}
.mibok-dropdown .dropdown-menu ul{margin: 0px;padding-top: 0;width: 100%;border: none;list-style: none; max-height: 192px;height:auto; position: relative; padding-left: 0px;}
.mibok-dropdown .dropdown-menu ul li div{/*padding: 10px 15px;*/}
.btn-mibok{width: calc(100% - 20px); border-radius: 5px;}
.mibok-dropdown  .btn-mibok{margin: 10px;}
.mibok-dropdown .dropdown-menu ul li:first-child div{/*padding-top: 10px;*/}
.mibok-dropdown .dropdown-menu ul li:first-child{border-radius: 7px 7px 0px 0px;;}
div.dropdown-menu{padding: 0;border-radius: 7px;border: none; width: 100%;}
.mibok-dropdown .ps-container.ps-active-y > .ps-scrollbar-y-rail{border:none; background: none;}
.mibok-dropdown .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .mibok-dropdown .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .mibok-dropdown .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y{width: 6px;}
.mibok-item-filter {border-radius: 7px;padding: 13px 20px;position: relative;margin-bottom: 15px;}
.mibok-item-filter:hover{cursor: pointer;}
.mibok-filter-name{font-size: 14px;}
.mibok-filter-value{font-size: 14px;font-weight: 600;font-style: normal;}
.mibok-add-filter{margin-top: 10px;}
.mibok-caret{position: absolute;right: 13px;top: 38%;}
.mibok-item-filter .dropdown-menu{margin-left: 0;}
.mibok-dropdown {position: relative;}
.mibok-filter-name, .mibok-filter-value{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: calc(100% - 20px);}
.btn-mibok.active.focus, .btn-mibok.active:focus, .btn-mibok.focus, .btn-mibok:active.focus, .btn-mibok:active:focus, .btn-mibok:focus{outline: none;}
.mibok-filter-left div.dropdown-menu{width: 230px;}

@media(max-width:991px)
{
    .mibok-filter-left, .mibok-filter-right{width: 100%; float: none !important; text-align: left;}
    .mibok-wrapper-timetable h2{margin-bottom: 10px;}
    .mibok-filter-right{margin-bottom: 15px;}
}
@media(max-width:479px)
{
    .mibok-add-filter:not(.mibok-filter-buttons)  .col-xs-6{width: 100% !important;}
    .mibok-filter-left .mibok-dropdown{display: block;}
}
@media(max-width:767px)
{
    .mibok-wrapper-timetable h2{font-size: 18px;}
    .mibok-filter-list-head{font-size: 18px;}
    .mibok-filter-left{margin-bottom: 10px;}
    .mibok-filter-right, .mibok-filter-right span{font-size: 12px;}
    .mibok-add-filter{display: none;}
    .mibok-add-filter.visible{display: block;}
}
@media(min-width:768px)
{
    .mibok-slide-filter{display: none;}
    .mibok-add-filter{display: block !important;}
}

/*-------------------------------------------------------------------------------------------------------*/
.btn-mibok{background: #47abd3; color:#fff;}
a.mibok-filter-list-head{color:#47abd3 !important;}
.mibok-wrapper-timetable{background: #f0f3f8;}
.mibok-filter-list-head, .mibok-filter-list-head:hover, .mibok-filter-list-head:focus{color:#47abd3;}
.mibok-wrapper-timetable h2{color:#474b54;}
.mibok-filter-right{color: #a1a4ab;}
.mibok-filter-right span {color: #484c55;}
/* Disable 3.0
.mibok-wrapper input[type=radio]:checked + label:before,.mibok-wrapper  input[type=checkbox]:checked + label:before, .mibok-slide-filter input[type=radio]:checked + label:before, .mibok-slide-filter input[type=checkbox]:checked + label:before{color:#fff;background-color: #47abd3;}
 */
.mibok-wrapper input[type=checkbox] + label,.mibok-wrapper  input[type=radio] + label{color:#484c55;}
.mibok-dropdown .dropdown-menu ul li:hover{background: rgba(71, 171, 211, 0.3);}
.mibok-dropdown .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .mibok-dropdown .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .mibok-dropdown .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y{background: #d2d2d2;}
.mibok-item-filter {background: #fff;box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);}
.mibok-filter-name{color: #a1a4ab;}
.mibok-filter-value{color: #484c55;}
.mibok-caret span{color: #484c55;}
.mibok-wrapper input[type=checkbox] + label:before,.mibok-wrapper input[type=radio] + label:before  {background-color: #f0f3f8;box-shadow: inset 2px 2px 4px #e7eaf1;}
.mibok-slide-filter input[type=checkbox] + label:before, .mibok-slide-filter input[type=radio] + label:before {background-color: #cfd6e2;box-shadow: inset 2px 2px 4px #b4b8c3;}
.day-no .item-lesson{color: #484c55;}

@media(min-width:992px) and (max-width:1059px)
{
    .mibok-wrapper-grid .owl-nav div{background: #484c55;}
}
@media(max-width:803px)
{
    .mibok-wrapper-grid .owl-nav div{background: #484c55;}
}

/*-------------------------------------------------------------------------------------------------------*/
/*changebtsrp*/
.changebtstrp .mibok-wrapper-timetable .container {width: 100%;}
.changebtstrp .mibok-filter-right, .changebtstrp .mibok-filter-left {width: 100%; float: left!important;}

/*2.0.0*/
/* Disable 3.0
.btn.btn-mibok.btn-default{background-color: #fff;border-color: #ccc;color: #333;}
.btn.btn-mibok.btn-default:hover, .btn.btn-mibok.btn-default:focus, .btn.btn-mibok.btn-default:active{color: #333;background-color: #e8e8e8;}
*/
.mibok-filter-buttons .btn.btn-mibok{width: 100%;padding: 12px 20px;}
.mibok-add-filter.open{overflow: visible !important;}

/*2.2.0*/
.ic-m-t-calendar:before {content: "\e907";}
.datepicker-dropdown.dropdown-menu{width: 215px;}
.mibok-daterange .input-group-addon{background: transparent;border: none;}
.mibok-daterange .input-group {border-radius: 4px;}
.mibok-daterange .input-group input{border: none; border-radius: 4px;text-align: left; }
.mibok-daterange .input-group input:hover, .mibok-daterange .input-group .input-group-addon:hover{cursor: pointer;}
.mibok-daterange .input-group .input-group-addon{/*position: absolute;right: 22px;z-index: 10;top: 9px;*/}
.mibok-daterange .input-group{width: 140px;}
.mibok-daterange.input-daterange{width: 244px;}
.mibok-span-name-period, .mibok-daterange.input-daterange{display: inline-table; vertical-align: middle;}
.mibok-span-name-period{margin-right: 10px;}

.daterangepicker.dropdown-menu{width: auto;}
.daterangepicker .ranges, .daterangepicker .daterangepicker_input{display: none;}
.mibok-filter-right .mibok-input-date-range{border: none; text-align: left; display: inline-block; width: 200px;}
/*.mibok-span-name-period{display: inline-table; vertical-align: middle;}*/
.mibok-daterange .form-control[readonly]{background: #fff;padding: 0;width: 80px;box-shadow:none;}

/* Disable 3.0
.daterangepicker td.active, .daterangepicker td.active:hover{background-color: #47abd3;}
 */
.mibok-filter-left {}
.mibok-filter-right {margin-top: -20px;}
.calendar .calendar-table{padding: 15px 15px;}
.daterangepicker.ltr .calendar.left .calendar-table{padding-right: 7px;}
.daterangepicker.ltr .calendar.right .calendar-table{padding-left: 7px;}
.mibok-daterange .ic-m-t-calendar{color: #a1a4ab;}
.daterangepicker .calendar tr:last-child th{ border-bottom: 1px solid #eff3f7;padding-bottom: 13px;color: #a5a4a4;font-weight: normal;}
.daterangepicker tbody tr:first-child td{padding-top: 13px;}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{color: #e4e4e4;}
.mibok-daterange .input-group.date *{display: table-cell; }
.mibok-daterange .input-group.date {box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1); background: #fff; padding: 10px 10px 10px 20px;}
.daterangepicker.opensleft:after{right: 23px;}
.daterangepicker.opensleft:before {right: 22px;}
.mibok-filter-right span.inpit-span-dif{padding: 0 8px 0 2px;}

@media(max-width:767px)
{
    .mibok-filter-left{width: 100%;}
    .mibok-filter-right{width: 100%;margin-top: 0;}
}

/*2.5.0*/
.mibok-dropdown .dropdown-toggle:after{content: none;}
.mibok-daterange .input-group{display: table;}
.mibok-daterange .input-group.date *{font-size: 14px;}
.mibok-dropdown .dropdown-menu ul{padding-left: 0;}

@media (max-width: 991px) 
{
    .mibok-filter-right{margin-top: 0;}
}
@media (max-width: 767px) 
{
    .mibok-add-filter:not(.open){display: none !important;}
    .mibok-add-filter.open{display: flex !important;}
}
@media (max-width: 575px) 
{
    .col-xs-6{-webkit-box-flex: 0;-ms-flex: 0 0 50% !important;flex: 0 0 50%! important;max-width: 50% !important;}
    .col-xs-12{-webkit-box-flex: 0;-ms-flex: 0 0 100% !important;flex: 0 0 100%! important;max-width: 100% !important;}
    .mibok-filter-buttons .btn.btn-mibok{text-transform: none;letter-spacing: 0;font-size: 12px;}
}
@media (max-width: 479px)
{
    .col-xxs-12{width: 100% !important; flex: 0 0 100% !important; max-width: 100% !important;}
    .col-xxs-6{width: 50% !important; flex: 0 0 50% !important; max-width: 50% !important;}
    .mibok-filter-buttons .btn-mibok{margin-bottom: 10px;}
}
/*bootstrap 4*/
.daterangepicker .table-condensed .glyphicon-chevron-right{font-family: 'timetable' !important;transform: rotate(270deg);}
.daterangepicker .table-condensed .glyphicon-chevron-right:before{content: "\e903";}
.daterangepicker .table-condensed .glyphicon-chevron-left{font-family: 'timetable' !important;transform: rotate(90deg);}
.daterangepicker .table-condensed .glyphicon-chevron-left:before{content: "\e903";}

/** 3.0 & Color settings */
.pull-left {float: left !important;}
.pull-right {float: right !important;}
.hidden {display: none;}
.mibok-dropdown .dropdown-menu ul {margin-bottom: 10px;}
.mibok-add-filter {margin-left: -15px; margin-right: -15px;}
.mibok-add-filter > .row {width: 100%; margin: 0;}
.mibok-add-filter .ps-container > .ps-scrollbar-x-rail,
.mibok-add-filter .ps-container > .ps-scrollbar-y-rail {display: none;position: absolute;opacity: 0;transition: background-color .2s linear, opacity .2s linear;height: 8px;}
.mibok-filter-buttons .btn.btn-mibok {padding: 10px 20px; white-space: nowrap;-ms-touch-action: manipulation;touch-action: manipulation;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;min-width: 100%;}
.mibok-filter-name, .mibok-filter-value {line-height: 1.5;}
.mibok-wrapper input[type=radio]:checked + label:before,.mibok-wrapper  input[type=checkbox]:checked + label:before, .mibok-slide-filter input[type=radio]:checked + label:before, .mibok-slide-filter input[type=checkbox]:checked + label:before{color: var(--main_elem_text_color); background-color: var(--main_elem_base_color);}
.daterangepicker td.active, .daterangepicker td.active:hover{background-color: var(--main_elem_base_color);}



/* End */


/* Start:/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/style.css?168863576528637*/
/*fonts*/
@font-face {font-family: 'timetable';src:  url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/fonts/timetable.eot?tyu4x0');src:  url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/fonts/timetable.eot?tyu4x0#iefix') format('embedded-opentype'),url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/fonts/timetable.ttf?tyu4x0') format('truetype'),url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/fonts/timetable.woff?tyu4x0') format('woff'),url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/fonts/timetable.svg?tyu4x0#timetable') format('svg');font-weight: normal;font-style: normal;}
[class^="ic-m-t-"], [class*=" ic-m-t-"] {font-family: 'timetable' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ic-m-t-check:before {content: "\e900";}
.ic-m-t-close:before {content: "\e901";}
.ic-m-t-top:before {content: "\e902";}
.ic-m-t-bottom:before {content: "\e903";}
.ic-m-t-right:before {content: "\e904";}
.ic-m-t-left:before {content: "\e905";}
.ic-m-t-clock:before {content: "\e906";}

/*checkbox, radio*/
.mibok-wrapper input[type=checkbox] + label,.mibok-wrapper  input[type=radio] + label {display: inline-block;cursor: pointer;position: relative;padding-left: 35px;font-size: 14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; margin-bottom: 0;padding: 10px 15px 10px 30px;width: calc(100% - 30px);margin-left: 20px;}
.mibok-wrapper input[type=checkbox],.mibok-wrapper  input[type=radio] {display: none;}
.mibok-wrapper input[type=checkbox] + label:before,.mibok-wrapper  input[type=radio] + label:before  {content: "";display: inline-block;width: 20px;height: 20px;margin-right: 10px;position: absolute;left: 0;bottom: 0px; border-radius: 2px;top: 28%;}
/*input[type=radio]:checked + label:before {font-size: 12px;text-align: center;line-height: 18px; box-shadow: none;}*/
.mibok-wrapper input[type=checkbox]:checked + label:before,  .mibok-slide-filter input[type=radio]:checked + label:before, .mibok-slide-filter input[type=checkbox]:checked + label:before {font-family: 'timetable';content: "\e900";font-size: 10px;text-align: center;line-height: 15px;box-shadow: none;padding-top: 4px;}

.btn-mibok{width: calc(100% - 20px); border-radius: 5px !important;}
.mibok-dropdown  .btn-mibok{margin: 10px;}
.btn-mibok.active.focus, .btn-mibok.active:focus, .btn-mibok.focus, .btn-mibok:active.focus, .btn-mibok:active:focus, .btn-mibok:focus{outline: none !important;}

/*grid*/
.mibok-wrapper-grid{/*margin-top: -75px;*/}
.mibok-wrapper-grid .item{height: auto;}
.mibok-wrapper-grid .owl-carousel{position: relative;}
.mibok-wrapper-grid .owl-nav div{width: 33px;height: 33px;font-family: 'timetable' !important; position: absolute; top:20px;}
.mibok-wrapper-grid .owl-nav div.owl-prev:before{content: "\e905";font-family: 'timetable' !important; }
.mibok-wrapper-grid .owl-nav div.owl-next:before{content: "\e904";font-family: 'timetable' !important; }
.mibok-wrapper-grid .owl-nav div.owl-prev{left: -38px;}
.mibok-wrapper-grid .owl-nav div.owl-next{right: -38px;}
.mibok-wrapper-grid .owl-nav div:before{padding: 10px;font-size: 14px;line-height: 2.5em;}
.mibok-wrapper-grid .item-lesson{height: 140px; width: 100%;padding: 10px 10px; position: relative;}
.mibok-wrapper-grid .item-day{height: 75px;padding: 25px 0px;text-align: center;}
.mibok-wrapper-grid .item-day .main-sign{font-size: 15px; font-weight: bold;}
.mibok-wrapper-grid:after {content: ""; display: block; height: 1px; background:transparent;}
.fixed .mibok-carousel-day:after{content: " ";width: calc(100% - 10px);position: absolute;bottom: 1px;text-align: center;display: inline-block;margin-left: 5px; z-index: 100;}
.mibok-carousel-day{position: relative;}
.mibok-grid-bg{ height: 75px;}
.fixed{position: fixed;top:0; z-index: 100;}
.mibok-carousel-lessons .mibok-time{font-size: 13.5px; font-weight: bold;}
.mibok-carousel-lessons .mibok-name-lesson{font-size: 14.5px; text-transform: uppercase; font-style: normal; font-weight: 600;margin-top: 5px;height: auto;max-height: 43px;overflow: hidden;width:auto;}
.mibok-carousel-lessons .mibok-name-place,.mibok-carousel-lessons  .mibok-name-teacher{font-size: 13px; height: auto;max-height: 40px;overflow: hidden;}
.mibok-name-teacher{position: absolute;bottom: 6px;width: calc(100% - 26px);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.mibok-carousel-lessons .day-no .mibok-time{font-size: 14px;}
.mibok-carousel-lessons .day-no .item-lesson{text-align: center;padding-top: 45px;}
.mibok-carousel-lessons .item-lesson:hover{cursor: pointer; /*border:1px solid red;margin-left: -1px;width: calc(100% + 2px);*/}
.mibok-hover-lesson{display: none;}
.item-lesson:hover .mibok-hover-lesson, .item-lesson.emitate-hover .mibok-hover-lesson{display: block;width: calc(100% - 1px);height: 138px;top: 1px;position: absolute;left: 0; z-index: 10000;}
.item-lesson:hover .mibok-hover-lesson a, .item-lesson.emitate-hover .mibok-hover-lesson a, .item-lesson:hover .mibok-hover-lesson span, .item-lesson.emitate-hover .mibok-hover-lesson span{position: absolute;bottom: 8px;left: 10px;}

@media(max-width:991px)
{
    .mibok-wrapper-grid .item-lesson{height: 104px; padding: 7px 7px;}
    .mibok-carousel-lessons .mibok-time{font-size: 13px;}
    .mibok-carousel-lessons .mibok-name-lesson{font-size: 13px;max-height: 36px;line-height: 12px;}
    .mibok-carousel-lessons .mibok-name-place, .mibok-carousel-lessons  .mibok-name-teacher{font-size: 11px;max-height: 30px;}
    .mibok-carousel-lessons .mibok-name-place{margin-bottom: 5px;}
    .mibok-wrapper-grid .item-day{font-size: 11px;}
    .mibok-wrapper-grid .item-day .main-sign{font-size: 12px;}
    .mibok-grid-bg, .mibok-wrapper-grid .item-day{height: 65px;}
    .mibok-wrapper-grid .item-day{padding: 20px 0;}
    .mibok-wrapper-grid .owl-nav div{top:17px;}
    .item-lesson:hover .mibok-hover-lesson, .item-lesson.emitate-hover .mibok-hover-lesson{height: 102px;}
    .item-lesson:hover .mibok-hover-lesson a, .item-lesson.emitate-hover .mibok-hover-lesson a, .item-lesson:hover .mibok-hover-lesson span, .item-lesson.emitate-hover .mibok-hover-lesson span{left:5px;width: calc(100% - 12px);font-size: 11px;padding: 6px;bottom: 6px;}
    
}
@media (max-width: 329px)
{
    .mibok-carousel-lessons .mibok-name-lesson{width: 60%;}
   /* .item-lesson:hover .mibok-hover-lesson a, .item-lesson.emitate-hover .mibok-hover-lesson a, .item-lesson:hover .mibok-hover-lesson span, .item-lesson.emitate-hover .mibok-hover-lesson span{bottom: 63px;width: 35%;left: initial;right: 5px;}*/
    .mibok-name-teacher{bottom: 6px;}
}
@media(min-width:768px) and (max-width:991px)
{
    .mibok-carousel-lessons .day-no .item-lesson{padding-top: 30px;font-size: 11px;}
    .mibok-carousel-lessons .day-no .mibok-time {font-size: 10.5px;}
}
@media(min-width:992px) and (max-width:1059px)
{
    .mibok-wrapper-grid .owl-nav div.owl-prev{left: -15px !important;}
    .mibok-wrapper-grid .owl-nav div.owl-next{right: -15px !important;}
}
@media(min-width:320px) and (max-width:803px)
{
    .mibok-wrapper-grid .owl-nav div.owl-prev{left: 0px !important;}
    .mibok-wrapper-grid .owl-nav div.owl-next{right: 0px !important;}
    .mibok-wrapper-grid .owl-nav div{width: 30px !important; height: 30px !important;}
    .mibok-wrapper-grid .owl-nav div:before{ padding: 7px 7px !important;font-size: 13px !important;}
    .mibok-wrapper-grid .owl-nav div{background: #474b54 !important;}
}


/*modal*/
.mibok-wrapper-form{display: none;}
.mibok-wrapper-success{display: none;}
.mibok-modal .modal-header{padding: 16px 20px;border-top-left-radius: 6px;border-top-right-radius: 6px;}
.mibok-modal .modal-title{text-transform: uppercase;font-size: 16px;margin-bottom: 7px;}
.mibok-modal .modal-title-time:before{margin-right: 12px;}
.mibok-modal .modal-title-date{margin-left: 16px;font-size: 13px;}
.mibok-modal .modal-title-day{font-size: 13px; opacity: 0.5;}
.mibok-modal .close{color:#fff; text-shadow:none; opacity: 1; font-size: 13px;margin-top: 5px;}
.mibok-modal .modal-body{padding: 0;}
.mibok-modal .table>tbody>tr:first-child>td{border-top: none;}
.mibok-modal .table>tbody>tr>td:first-child{width: 46%;padding: 9px 9px 9px 18px;}
.mibok-modal .table>tbody>tr>td:last-child{text-align: right;padding: 9px 18px 9px 9px;}
.mibok-modal .modal-value-category, .mibok-modal .modal-value-category a {color:#484c55; font-size: 14px;font-weight: 600;}
.mibok-modal .modal-name-category{color:#a1a4ab; font-size: 14px;}
.mibok-modal .modal-teacher-img{float: left;width: 90px;margin-left: 4px;margin-top: 3px;}
.mibok-modal .modal-teacher-text{width: calc(100% - 100px);float: right;margin-top: 5px;text-align: left;}
.mibok-modal .modal-teacher-text span{display: block;width: 85%;line-height: 20px;}
.mibok-modal .modal-wrapper-info{height: 270px;position: relative;}
.mibok-modal .table{margin-bottom: 0px;}
.mibok-modal .modal-footer{text-align: center;}
.mibok-modal .modal-footer .btn-mibok{width: calc(100% - 10px);height: 42px;}
.mibok-modal .modal-footer .mibok-form-name{text-align: left;text-transform: uppercase;font-size: 15px;color: #484c55; margin-bottom: 10px;font-weight: 600;}
.mibok-modal .modal-footer .mibok-wrapper-form{margin-top: -5px; padding: 0 6px;}
.mibok-modal .modal-footer .form-control{height: 42px;}
.mibok-modal .modal-footer .form-group{margin-bottom: 9px;}
.mibok-modal .modal-footer .mibok-wrapper-form .btn-mibok{width: 100%;}
.mibok-modal .modal-footer .mibok-success{text-transform: uppercase;font-size: 15px;color: #484c55;padding: 0px 0 25px;font-weight: 600;}
.modal-footer.no-record{padding: 4px; border-top: none;}
.modal-header .close {margin-top: 4px !important;}
.modal-footer{padding: 25px 15px 15px !important;}


/*----------------------------------------------------------------------------------------------------------*/
.btn-mibok{background: #47abd3; color:#fff;}
a.btn-mibok{color:#fff;}
.mibok-wrapper-grid .owl-nav div{background: #47abd3;}
.mibok-wrapper-grid .owl-nav div:before{color:#fff;}
.mibok-grid-bg{border-top: 1px solid #cfd6e2;}
.mibok-grid-bg, .mibok-wrapper-grid .item-day{background: #f0f3f8;}
.fixed .mibok-carousel-day:after{box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .1);}
.mibok-wrapper-grid .day-past .item-day{color: #b3b7c0;}
.mibok-wrapper-grid .day-future .item-day{color: #484c55;}
/* Disable 3.0
.mibok-wrapper-grid .day-current .item-day{background: #47abd3; color: #fff;}
.mibok-wrapper-grid .day-current {border-left: 1px solid #47abd3; border-right: 1px solid #47abd3;border-bottom: 1px solid #47abd3;}
 */
.mibok-wrapper-grid .day-no .item-day{background: #e9edf4; color: #484c55;}
.mibok-wrapper-grid .day-no  {border-left: 1px solid #d1d8e4; border-right: 1px solid #d1d8e4;}
.mibok-wrapper-grid .day-future , .mibok-wrapper-grid .day-past  {border-left: 1px solid #eff3f7;}
.mibok-wrapper-grid .item-lesson{border-bottom: 1px solid #eff3f7;}
.mibok-wrapper-grid .day-no .item-lesson{border-bottom: 1px solid #e9edf4;background: #e9edf4;}
.mibok-carousel-lessons .mibok-time{color:#484c55;}
.mibok-carousel-lessons .mibok-name-place, .mibok-carousel-lessons  .mibok-name-teacher{color:#838893;}

.mibok-dropdown .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y, .mibok-dropdown .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .mibok-dropdown .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y{background: #d2d2d2;width: 6px;}
.mibok-dropdown .ps-container.ps-active-y > .ps-scrollbar-y-rail{border:none; background: none;}

.mibok-carousel-lessons .green, .mibok-carousel-lessons .green  .mibok-name-teacher{background: #d6f5e4;}
.mibok-carousel-lessons .green .mibok-name-lesson, .mibok-carousel-lessons .green .mibok-name-lesson a{color: #43a870;}
.green .modal-header{background:#43a870;}
.mibok-carousel-lessons .blue, .mibok-carousel-lessons .blue  .mibok-name-teacher{background: #dcedf7;}
.mibok-carousel-lessons .blue .mibok-name-lesson, .mibok-carousel-lessons .blue .mibok-name-lesson a{color: #2a91cc;}
.blue .modal-header{background:#2a91cc;}
.mibok-carousel-lessons .yellow, .mibok-carousel-lessons .yellow  .mibok-name-teacher{background: #f5ead6;}
.mibok-carousel-lessons .yellow .mibok-name-lesson, .mibok-carousel-lessons .yellow .mibok-name-lesson a{color: #cf952c;}
.yellow .modal-header{background:#cf952c;}
.mibok-carousel-lessons .violet, .mibok-carousel-lessons  .violet .mibok-name-teacher{background: #efd3f5;}
.mibok-carousel-lessons .violet .mibok-name-lesson, .mibok-carousel-lessons .violet .mibok-name-lesson a{color: #ad64ba;}
.violet .modal-header{background:#ad64ba;}
.mibok-carousel-lessons .orange, .mibok-carousel-lessons .orange .mibok-name-teacher{background: #ecd2d2;}
.mibok-carousel-lessons .orange .mibok-name-lesson, .mibok-carousel-lessons .orange .mibok-name-lesson a{color: #a56666;}
.orange .modal-header{background:#a56666;}
.item-lesson.green:hover  .mibok-hover-lesson, .item-lesson.green.emitate-hover  .mibok-hover-lesson{outline: 1px solid #43a870;}
.item-lesson.blue:hover  .mibok-hover-lesson, .item-lesson.blue.emitate-hover  .mibok-hover-lesson{outline: 1px solid #2a91cc;}
.item-lesson.yellow:hover  .mibok-hover-lesson, .item-lesson.yellow.emitate-hover  .mibok-hover-lesson{outline: 1px solid #cf952c;}
.item-lesson.violet:hover  .mibok-hover-lesson, .item-lesson.violet.emitate-hover  .mibok-hover-lesson{outline: 1px solid #ad64ba;}
.item-lesson.orange:hover  .mibok-hover-lesson, .item-lesson.orange.emitate-hover  .mibok-hover-lesson{outline: 1px solid #a56666;}
.item-lesson.green:hover  .btn-mibok, .item-lesson.green.emitate-hover  .btn-mibok,.mibok-modal .green .btn-mibok{background: #43a870;}
.item-lesson.blue:hover  .btn-mibok, .item-lesson.blue.emitate-hover  .btn-mibok,.mibok-modal .blue .btn-mibok{background: #2a91cc;}
.item-lesson.yellow:hover  .btn-mibok, .item-lesson.yellow.emitate-hover  .btn-mibok,.mibok-modal .yellow .btn-mibok{background: #cf952c;}
.item-lesson.violet:hover  .btn-mibok, .item-lesson.violet.emitate-hover  .btn-mibok,.mibok-modal .violet .btn-mibok{background: #ad64ba;}
.item-lesson.orange:hover  .btn-mibok, .item-lesson.orange.emitate-hover  .btn-mibok,.mibok-modal .orange .btn-mibok{background: #a56666;}

.modal-header, .modal-header a, .modal-header a:hover, .modal-header h4{color:#fff;}


.mibok-modal .modal-footer input::-webkit-input-placeholder{color:#484c55 !important;opacity: 0.8 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer input::-moz-placeholder{color:#484c55 !important;opacity: 0.8 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer input:-moz-placeholder{color:#484c55 !important;opacity: 0.8 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer input:-ms-input-placeholder{color:#484c55 !important;opacity: 0.8 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer input{color:#484c55 !important;opacity: 1 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer input.mibok-form-submit[disabled]{opacity: 0.6 !important;}

.mibok-modal .modal-footer .mibok-wrapper-form .btn-mibok.mibok-form-submit{color:#fff !important; font-weight: normal !important;}

@media (min-width: 430px)
{
    .modal-dialog{width: 400px !important;}
}

/*change-bootstrap*/

@media (min-width: 768px)
{
    .container {width: 768px;}
}
@media (min-width: 992px)
{
    .container {width: 992px;}
}

/*-------------------------------------------------------------------------------------------------------*/
/*changebtsrp*/
.changebtstrp .mibok-wrapper-grid .container {width: 100%; padding:0;}
.bg-warning.bg-label {margin: 0 0 20px;line-height: 1.5;text-align: justify;font-size: 13px;text-indent: 15px;color: #846f05;padding: 15px 0;}

/*2.0.0*/
.mibok-wrapper .main-user-consent-request input[type=checkbox] + a{display: inline-block;cursor: pointer;position: relative;padding-left: 35px;font-size: 13px;/*text-overflow: ellipsis;white-space: nowrap;overflow: hidden;*/ margin-bottom: 0;padding: 0px 0px 0px 30px;width: 100%;text-align: left;/*margin-left: 20px;*/}
.mibok-wrapper .main-user-consent-request input[type=checkbox] + a:hover{text-decoration: none;}
.mibok-wrapper .main-user-consent-request input[type=checkbox]{display: none;}
.mibok-wrapper .main-user-consent-request input[type=checkbox] + a:before{content: "";display: inline-block;width: 20px;height: 20px;margin-right: 10px; border-radius: 2px; position: absolute;left: 0; top:4px;}
.mibok-wrapper .main-user-consent-request input[type=checkbox]:checked + a:before{font-family: 'timetable';content: "\e900";font-size: 10px;text-align: center;line-height: 15px;box-shadow: none;padding-top: 3px;}

.mibok-wrapper .main-user-consent-request input[type=checkbox] + a:before{background-color: #f0f3f8;box-shadow: inset 2px 2px 4px #e7eaf1;border: 1px solid #e3e6ef;}
.mibok-wrapper .main-user-consent-request input[type=checkbox]:checked + a:before{color:#fff;background-color: #47abd3;border: 1px solid #47abd3;}
.mibok-wrapper .main-user-consent-request input[type=checkbox] + a,.mibok-wrapper .main-user-consent-request input[type=checkbox] + a:hover{color:#484c55; font-weight: normal;}
.mibok-panel-consent a[data-toggle="collapse"]{font-size: 14px;text-decoration: none;color: #484c55;}
.mibok-panel-consent .panel-body{white-space: pre-line;text-align: left;font-size: 13px;height: 270px;position: relative;}
.mibok-panel-consent .ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{width: 6px;    background-color: #d2d2d2;}
.mibok-panel-consent .ps-container>.ps-scrollbar-y-rail{width: 6px;}
.panel-group.mibok-panel-consent{margin-bottom: 10px;margin-top: 20px;}
.mibok-panel-consent .panel-heading{padding: 0;}
.mibok-panel-consent .panel-title{height: 100%;width: 100%;display: block;}
.mibok-panel-consent .panel-title a{font-size: 13px;font-weight: normal;height: 100%;width: 100%;padding: 10px 15px;display: block;}
.mibok-panel-consent .panel-title a:hover{background-color: #e2e2e2;}
.mibok-panel-consent .panel-title a .mibok-caret{position: relative;display: inline-block;margin-left: 15px;vertical-align: middle;right: 0;top: 0;}
.mibok-panel-consent .panel-title a .mibok-caret span{color: #484c55;}
.mibok-panel-consent .panel-title a.open .ic-m-t-bottom:before{content: "\e902";}
.mibok-panel-consent .panel-title a .ic-m-t-bottom:before{content: "\e903";}
.mibok-panel-consent .panel-title{margin-bottom: 0 !important;}

.mibok-carousel-lessons .count-rasp{font-weight: normal;font-size: 10.5px;display: inline-block;float: right;color: #000;}
.mibok-carousel-lessons .count-rasp.no-item-record{color: #e00e0e;}
.mibok-carousel-lessons .no-item-record:before{content: "";display: inline-block; background: url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/img/mibok_close_record.png') transparent no-repeat; width: 14px; height: 14px;vertical-align: middle;margin-right: 2px;}
.mibok-carousel-lessons .stop-record.no-item-record{float: right;}
.mibok-wrapper .btn-mibok:hover, .mibok-wrapper .btn-mibok:focus{color:#fff;}
.mibok-wrapper-grid.mibok-preloader {position: relative;}
.mibok-wrapper-grid.mibok-preloader:before{content: "";width: 100%;height: 100%;opacity: 0.8;display: block;background: url(/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/img/blue_preloader.gif) #f0f3f8  no-repeat 50% 20%;z-index: 100;position: absolute;}
.mibok-close-record:before{content:"";display: inline-block; background: url('/bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/img/mibok_close_record.png') transparent no-repeat; width: 18px; height: 18px;vertical-align: text-bottom;margin-right: 3px;}
.mibok-wrapper .mibok-slide-filter input[type=checkbox] + label{margin-left: 0;}

/*2.2.0*/
.mibok-carousel-lessons .mibok-name-lesson{margin-top: 0px;}
.mibok-carousel-lessons .lesson-time-info{margin-bottom: 5px;display: inline-block;}
.mibok-modal .modal-title-date{margin-left: 0px;}
.mibok-modal .modal-title-time + .modal-title-date{margin-left: 16px;}
.mibok-modal .modal-footer .form-control::-webkit-input-placeholder{color:#484c55 !important;opacity: 0.8 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer .form-control::-moz-placeholder{color:#484c55 !important;opacity: 0.8 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer .form-control:-moz-placeholder{color:#484c55 !important;opacity: 0.8 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer .form-control:-ms-input-placeholder{color:#484c55 !important;opacity: 0.8 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer .form-control{color:#484c55 !important;opacity: 1 !important; font-weight: 600 !important;}
.mibok-modal .modal-footer textarea.form-control{height: 100px;}


/*2.3.4*/
.mibok-wrapper .main-user-consent-request input[type=checkbox] + span{display: inline-block;cursor: pointer;position: relative;padding-left: 35px;font-size: 13px;/*text-overflow: ellipsis;white-space: nowrap;overflow: hidden;*/ margin-bottom: 0;padding: 0px 0px 0px 30px;width: 100%;text-align: left;/*margin-left: 20px;*/}
.mibok-wrapper .main-user-consent-request input[type=checkbox] + span:hover{text-decoration: none;}
.mibok-wrapper .main-user-consent-request input[type=checkbox]{display: none;}
.mibok-wrapper .main-user-consent-request input[type=checkbox] + span:before{content: "";display: inline-block;width: 20px;height: 20px;margin-right: 10px; border-radius: 2px; position: absolute;left: 0; top:4px;}
.mibok-wrapper .main-user-consent-request input[type=checkbox]:checked + span:before{font-family: 'timetable';content: "\e900";font-size: 10px;text-align: center;line-height: 15px;box-shadow: none;padding-top: 3px;}

.mibok-wrapper .main-user-consent-request input[type=checkbox] + span:before{background-color: #f0f3f8;box-shadow: inset 2px 2px 4px #e7eaf1;border: 1px solid #e3e6ef;}
.mibok-wrapper .main-user-consent-request input[type=checkbox]:checked + span:before{color:#fff;background-color: #c3c3c3;border: 1px solid #c3c3c3;}
.mibok-wrapper .main-user-consent-request input[type=checkbox] + span,.mibok-wrapper .main-user-consent-request input[type=checkbox] + span:hover{color:#484c55; font-weight: normal;}
.mibok-panel-consent .panel-title {margin-bottom: 0;}

/*2.4.0*/
.mibok-modal .modal-footer-admin{text-align: left;}
.mibok-modal .modal-footer-admin table td{padding: 10px;}
.mibok-modal .modal-footer-admin table tr td:last-child, .mibok-modal .modal-footer-admin table tr td:first-child, .mibok-modal .modal-footer-admin table tr td.td-free{vertical-align: middle;}
.mibok-modal .modal-footer-admin table tr td:last-child{padding-right: 15px;}
.mibok-modal .modal-footer-admin .table > tbody > tr > td:first-child{width: auto !important;}
.mibok-modal .modal-footer-admin .table > tbody > tr.danger > td{background-color: #f3e5e5;}
.mibok-modal .modal-footer-admin .table > tbody > tr.success > td{background-color: #ecf8e7;}
.mibok-modal .modal-footer-admin .admin-show-comment{color: #8a8a8a;font-size: 13px;text-transform: lowercase;border-bottom: 1px dashed;}
.mibok-modal .modal-footer-admin .admin-show-comment:hover{border-bottom: none;text-decoration: none;}
@media (min-width: 500px)
{
    .modal-dialog{width: 450px !important;}
}

/*2.6.0*/
.modal-content:not(.blue):not(.green):not(.orange):not(.violet):not(.yellow) .modal-header, .modal-content:not(.blue):not(.green):not(.orange):not(.violet):not(.yellow) .modal-header a,.modal-content:not(.blue):not(.green):not(.orange):not(.violet):not(.yellow) .modal-header a:hover, .modal-content:not(.blue):not(.green):not(.orange):not(.violet):not(.yellow) .modal-header h4 {color:#484c55;}
.modal-content:not(.blue):not(.green):not(.orange):not(.violet):not(.yellow) .modal-header, .modal-content:not(.blue):not(.green):not(.orange):not(.violet):not(.yellow) .modal-header a,.modal-content:not(.blue):not(.green):not(.orange):not(.violet):not(.yellow) .modal-header a:hover, .modal-content:not(.blue):not(.green):not(.orange):not(.violet):not(.yellow) .modal-header .close {color:#484c55;}
.modal-wrapper-info .modal-prev-pic{padding: 0; margin: 0 auto;}
.modal-prev-text{text-align: left;font-size: 14px;padding: 8px;}
.modal-prev-text .modal-prev-pic{float: left;margin: 0 20px 10px 0;}
.modal-dialog{width: 550px !important;}
.mibok-modal .modal-teacher-img{width: 150px;}
.mibok-modal .modal-teacher-text{width: calc(100% - 160px);}
.mibok-carousel-lessons .mibok-name-lesson{font-size: 13.5px;}
@media (max-width: 991px)
{
    .mibok-carousel-lessons .mibok-name-lesson{font-size: 12px;}
}
@media (max-width: 599px)
{
    .modal-dialog{width: 450px !important;}
}
@media (max-width: 479px)
{
    .modal-dialog{width: auto !important;}
    .modal-prev-text .modal-prev-pic{float:none;}
}

/** 3.0 & Color settings */
.item-lesson {line-height: 1.5;}
.mibok-hover-lesson .btn.btn-mibok {display: inline-block;padding: 6px 20px;margin-bottom: 0;font-size: 14px;font-weight: 400;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;border: 1px solid transparent;border-radius: 17px;min-width: auto;color: #fff;}
.mibok-wrapper-grid .day-current .item-day{background: var(--main_elem_base_color); color: var(--main_elem_text_color);}
.mibok-wrapper-grid .day-current {border-left: 1px solid var(--main_elem_base_color); border-right: 1px solid var(--main_elem_base_color);border-bottom: 1px solid var(--main_elem_base_color);}
.mibok-grid-bg--static{position: relative; background: #f0f3f8;border-top: 1px solid #cfd6e2;}
.mibok-grid-bg--static::before{content: "";position: absolute;top: -1px;bottom: 0;left: calc((100vw - 100% - 18px) / -2);right: calc((100vw - 100% - 18px) / -2); background-color: #f0f3f8;z-index: -1;}
.mibok-grid-bg--static > div.container{padding-left: 0; padding-right: 0;}
.mibok-wrapper-grid .owl-dots{display: none;}
.mibok-wrapper-grid .owl-nav .owl-prev, .mibok-wrapper-grid .owl-next{width: 33px;height: 33px;font-family: 'timetable' !important;position: absolute;top: -16px;color: var(--main_elem_text_color) !important; background: var(--main_elem_base_color) !important; border-color:var(--main_elem_base_color); box-shadow: 0 0 1px 1px var(--main_elem_text_color);}
.mibok-wrapper-grid .owl-nav .owl-prev::before, .mibok-wrapper-grid .owl-next::before {display: flex;justify-content: center;align-items: center;line-height: 1;}
.mibok-wrapper-grid .owl-nav .owl-prev:not(.disabled):hover, .mibok-wrapper-grid .owl-next:not(.disabled):hover{color: var(--main_elem_base_color) !important;background: var(--main_elem_text_color) !important;}
.mibok-wrapper-grid .owl-nav .owl-prev{left: -15px;}
.mibok-wrapper-grid .owl-nav .owl-prev::before{content: "\e905";}
.mibok-wrapper-grid .owl-nav .owl-next{right: -15px;}
.mibok-wrapper-grid .owl-nav .owl-next::before{content: "\e904";}
@media (min-width: 992px) {
    .mibok-wrapper-grid .owl-nav .owl-prev{left: -42px;}
    .mibok-wrapper-grid .owl-nav .owl-next{right: -42px;}
}

.mibok-wrapper .mibok-modal .modal-header {position: relative; flex-direction: column;}
.mibok-wrapper .mibok-modal .close {position: absolute; top: 20px; right: 20px; margin-top: -20px !important; color:#fff !important; opacity: 1 !important; font-size: 13px !important;}
.mibok-wrapper .mibok-modal .close:hover {color: #000 !important; opacity: .5 !important; cursor: pointer;}
.mibok-wrapper .mibok-modal .modal-value-category a {text-decoration: none;}
.mibok-wrapper .mibok-modal .modal-value-category a:hover {text-decoration: underline; color: var(--main_elem_base_color);}
.mibok-wrapper .mibok-modal .modal-footer > * {margin: 0;}
.mibok-wrapper .mibok-modal .modal-footer .btn-mibok {color: #fff; border: 1px solid transparent;}
.mibok-wrapper .mibok-modal .modal-footer > div {width: 100%;}
.mibok-wrapper .mibok-modal .modal-footer .panel-group.mibok-panel-consent .panel.panel-default {border-radius: 4px; border: 1px solid var(--site_border_color);}
.mibok-wrapper .mibok-modal .modal-footer .mibok-panel-consent .panel-body {padding: 15px;}
.mibok-wrapper .mibok-modal .modal-footer .mibok-panel-consent .panel.panel-default .panel-collapse.show {border-top: 1px solid var(--site_border_color);}
.mibok-wrapper .mibok-modal .modal-footer .mibok-wrapper-form .btn-mibok.mibok-form-submit[disabled] {cursor: not-allowed;}

/* .mibok-modal .modal-footer .form-control{background-color: var(--site_background);} */
.mibok-modal .modal-wrapper-info{overflow-y: auto;}
.bg-warning.bg-label {background-color: #fcf8e3 !important;}

/* End */
/* /bitrix/components/mibok/timetable/lib/css/perfectscrollbar.css?17077365443898 */
/* /bitrix/components/mibok/timetable/lib/css/daterangepicker.css?17077365446222 */
/* /bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.filter/creative/style.css?168863576513670 */
/* /bitrix/templates/pub_mibok_2_p2/components/mibok/timetable/creative/mibok/timetable.list/creative/style.css?168863576528637 */
