/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.05.2018, 13:03:38
    Author     : olivine
*/

.page-content {
    background: #34425A;
}

.navbar .logo-box {
    background: #34425A;
}

.navbar .logo-box a {
    color: #fff;
}

.sidebar {
    background: #34425A;
}

.sidebar-header {
    background: #34425A;
}

.sidebar-profile span small {
    color: #899dc1;
}

.menu {
    background: #34425A;
}

.menu.accordion-menu a {
    color: #899dc1;
}

.menu.accordion-menu > li > a:hover {
    background: #2b384e;
    color: #fff;
}

.menu.accordion-menu > li.active > a,
.menu.accordion-menu > li.active.open > a {
    background: #2b384e;
    color: #fff;
}

.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.droplink:hover > a,
.horizontal-bar .accordion-menu > li.droplink:hover > a,
.menu.accordion-menu ul,
.menu.accordion-menu li.open > a,
.hover-menu .accordion-menu > li.droplink:hover > a {
    background: #2B384E;
    color: #fff;
}

.menu.accordion-menu ul li a:hover,
.menu.accordion-menu ul li.active a {
    background: #34425A;
    color: #fff;
}

.menu.accordion-menu ul li a {
    color: #899dc1;
}

/*panel_block*/

.panel_block{

}
.panel_block_item{
    line-height: 1.42857143;
    vertical-align: top;
    margin: 1px 0;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    background: rgba(152, 213, 246, 0.36);
}
.panel_block_item_flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
}
.panel_block_item:hover{
    background: #f5f5f5;
}
.panel_block_item_flex > div {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.operational_link {
    width: 100%;
}
.m_sity_ploshadka {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.m_sity {
    width: 115px;
}
.m_ploshadka {
    width: calc(100% - 200px);
}
.m_sity_ploshadka .m_sity{
    flex: .3;
    margin-right: 10px;
}
.m_sity_ploshadka .m_ploshadka{
    font-weight: bold;
    flex: .7;
    margin-right: 10px;
}
.panel_block_item .glyphicon{
    float: right;
    color: rgba(0, 160, 227, 0.7);
    font-size: 18px;

}
.m_group_right{
    float: right;
    display: inline-block;
}
.m_group_right .btn{
    padding: 3px 10px;
}

.m_new_session{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    width: 300px;
    margin: 0 auto;

    padding: 15px 0;
    cursor: pointer;

    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.m_new_session:before {
    content: "";
    position: absolute;
    background-image: url("/img/hex_clear.png");
    background-position: center;
    background-size: 100%;
    width: 302px;
    height: 270px;
    top: 15px;
    left: -1px;
}

@media (max-width: 500px) {
    .m_new_session {
        height: 280px;
        width: 280px;
    }
    .m_new_session:before {
        width: 282px;
        height: 250px;
        left: -1px;
    }
}

.m_new_session.m_add{
    background-image: url("/img/hex_add.png");
}
.m_new_session.m_add:hover{
    background-image: url("/img/hex_add_hover.png");
}
.m_new_session.m_active {
    background-image: url("/img/hex_active.png");
}
tr.m_active td {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    cursor: pointer;
}
.m_new_session.m_active:hover {
    background-image: url("/img/hex_active_hover.png");
}
tr.m_active:hover td {
    background-color: #c2e8b1;
}
.m_new_session.m_pause {
    background-image: url("/img/hex_pause.png");
}
tr.m_pause td {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.m_new_session.m_pause:hover {
    background-image: url("/img/hex_pause_hover.png");
}
tr.m_pause:hover td {
    background-color: #ffcece;
}

.m_new_session.m_stop {
    background-image: url("/img/hex_stop.png");
}
.m_new_session.m_stop:hover {
    background-image: url("/img/hex_stop_hover.png");
}

.m_new_session > div,
.m_new_session > i{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.m_new_session > i{
    font-size: 26px;
    color: #767676;
}

.m_new_session hr {
    margin: 10px 0;
    border: 1px dashed;
    width: 75%;
    border-image: url("/img/dash.png") 1 round;
}

.els_sessions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -12px;
}
.slots__col {
    margin: 12px;
    position: relative;
}

.m_s_txt{
    font-size: 14px;
    line-height: 20px;
}
.m_braslet {
    font-size: 22px;
    width: 100%;
    text-align: center;
    display: block !important;
    text-transform: uppercase;
    color: white;
    overflow: hidden;
    background: #00A0E3;

}
.m_form-group{
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.m_form-group2{
    margin: 15px 0;
    width: 100%;
    display: inline-block;
}
.m_form-group2 .btn{
    margin-left: 15px;
    float: right;
}

.not_margin{
    margin:0;
}

.m_form-control {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 33px;
    padding: 6px 10px!important;
}

.m_form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.m_form-group .m_form-control.m_long-btn{
    width: calc(100% - 140px);
}
.m_form-group .m_form-control.m_2btn{
    width: calc(100% - 80px);
}
.m_form-group .m_form-control.m_1btn{
    width: calc(100% - 40px);
}
.m_form-group .m_form-control.m_nobtn{
    width: 100%;
}


.m_label{
    width: 100%;
}
.m_form-group .btn,
.m_form-group .m_form-control{
    float: left;
}
.m_tag_p{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}
.p_ppp{
    padding: 0;
    margin: 0;
}
.m_tag_p .btn-rounded{
    margin-right: 5px;
}

.m_panel-title{
    font-size: 14px;
}
.m_form-group .btn-rounded{
    margin-right: 5px;
    margin-bottom: 5px;
}
.m_form-group_center{
    margin: 20px 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.m_form-group_center .btn{
    margin: 0 10px;
}
.color_cena{
    font-weight: bold;
    color: #245269;
}
.m_g_active{}
.m_td_del{
    width: 40px;
    text-align: center;
}
.m_td_cena{
    width: 140px;
}
.m_td_kol{
    width: 60px;
    text-align: center;
}

.m_title_edit{
    color: #777;
    font-size: 13px;
}
.m_text_edit{
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}
.btn.right{
    float: right;
}
.page-title_bg{
    padding: 8px 20px;
    background: #e9edf2;
    border-bottom: 1px solid #dee2e8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panel-title22{
    margin: 0;
    font-size: 17px;
    line-height: 26px;
    color: inherit;
    vertical-align: middle;
    display: inline-block;
}

.col_w{
    color: #fff;
}
.m_p_v_tovar_modal{
    font-weight: bold;
    color: #12AFCB;
    font-size: 15px;
    line-height: 18px;
}
.img_previu{
    width: 80px;
}
input[name="fio_concomitant"][readonly],
input[name="phone"][readonly],
input[data-search][readonly]{
    background: #86f78f42;
}

.list_search{
    max-height: 60vh;
    overflow-y: auto;
}
.element_children_search{
    cursor: pointer;
}

.b_new_search_children{
    display: none;
}
.b_new_search_children.view{
    display: inline-block;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error{
    border-color: #f00;
}
ul[id^='parsley-id-field']{
    padding: 0;
    list-style: none;
    color: #f00;
    font-size: 12px;
}

.b_phone{
    width: 100%;
}
.b_phone_counry{
    display: inline-block;
}
.b_phone_input{
    display: inline-block;
    width: calc(100% - 42px);
}
.b_count_p{
    width: 100px;
}
.span_info{
    width: 40px;
    display: inline-block;
    height: 22px;
    font-size: 14px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
    vertical-align: middle;
}
.times_block{
    display: inline-block !important;
    margin: 10px 0 10px 0;
}
.time_life.active,
.time_pause.active{
    font-size: 18px;
}

.view_return td{
    background: #f1f1f1;
}

.label_date_top{
    display: block;
    float: left;
    height: 38px;
    padding: 6px 0 0 0;
    margin: 0px 10px 0 10px;
    font-size: 20px;
}
.input_date_top{
    height: 33px;
    float: left;
}

.btn-toolbar .btn-group > button.btn:not(.active) {
    padding: 0;
}
.btn-toolbar .btn-group > button.btn > a{
    padding: 8px 12px 7px;
    display: block;
}

#direction .not-active .title {
    text-decoration: line-through;
}

#direction .not-active .btn-success {
    background-color: #eee;
}

input.no-number-bar::-webkit-inner-spin-button,
input.no-number-bar::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.span_type_cash{
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0 10px;
    display: inline-block;
}
.span_type_cash label{
    font-size: 20px;
    cursor: pointer;
}
.span_type_cash input[type='radio']{
    width: 20px;
    height: 20px;
    margin: 0px 15px 0px 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0;
}


/* start svo  */

.element_nodes{
    display: inline-block;
    width: 100%;
    border: 1px solid #12afcb;
    padding: 10px;
    margin: 0 0 10px 0;
}

.element_nodes .a_close {
    color: #000;
    float: right;
    font-size: 20px;
}
.element_nodes .a_close:hover {
    color: #F00;
}

/*.element_nodes .text_head{
    display: inline-block;
    width: calc(100% + 20px);
    background: #12afcb;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    margin: -10px -10px 0 -10px
}
.element_nodes .text_head .text{
    float: left;
    margin: 0 10px 0 0;
    font-weight: bolder;
}
.element_nodes .text_head .text > span{
    margin: 0 10px 0 0;
    font-weight: normal;
    color: #d7d7d7;
}*/


.element_nodes .field_ifers,
.element_nodes .field_views{
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 8px 10px;
    border: 1px solid #12afcb;
}

.element_nodes .field_ifers .block_list_field_ifers,
.element_nodes .field_views .block_list_field_views{
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
}

.element_field_ifers{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #12afcb;
    margin: 0 0 10px 0;
    position: relative;
}
.element_field_ifers > .field{
    width: 200px;
    float: left;
    margin: 0 10px 0px 0;
}
.element_field_ifers > .ifer {
    width: 200px;
    float: left;
    margin: 0 10px 0px 0;
}
.element_field_ifers > .values{
    width: calc(100% - 420px);
    float: left;
}

.element_field_ifers > .close_element_field_ifers{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 20px;
}
.element_field_ifers > .close_element_field_ifers a{
    color:#000;
}
.element_field_ifers > .close_element_field_ifers:hover a{
    color: #f00;
}


.element_field_views{
   display: inline-block;
    width: 100%;
    border-bottom: 1px solid #12afcb;
    margin: 0 0 10px 0;
    position: relative;
}

.element_field_views > .field{
    width: calc(33% - 10px);
    float: left;
    margin: 0 10px 0px 0;
}
.element_field_views > .f_vi {
    width: calc(33% - 10px);
    float: left;
    margin: 0 10px 0px 0;
}
.element_field_views > .f_name {
    width: calc(33% - 10px);
    float: left;
    margin: 0 10px 0px 0;
}
.element_field_views > .close_element_field_views{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 20px;
}
.element_field_views > .close_element_field_views a{
    color:#000;
}
.element_field_views > .close_element_field_views:hover a{
    color: #f00;
}


/* end svo  */

.print_check{ display: none;}

/* select-checkbox */
.block_elements_select_checkbox{
    display: block;
    float: left;
    height: 40px;
    position: relative;
}
.besc_1{
    display: none;
    float: left;
    list-style: none;
    padding: 10px 10px;
    margin: 5px 0;
    position: absolute;
    max-height: 300px;
    width: 300px;
    overflow-y: scroll;
    left: 0;
    top: 100%;
    border: 1px solid #e9edf2;
    border-radius: 5px;
    background: #fff;
    z-index: 99;
}
.block_elements_select_checkbox.open .besc_1{
    display: inline-block;
}

.panel-body_max_height{
    padding: 0 20px 20px 20px;
    max-height: calc(100vh - 302px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.text_console_error_check_kkt{
    padding: 20px;
}
.text_console_error_check_kkt::before {
    content: 'События чеков по кассе';
    width: 100%;
    padding: 0 0 5px 0;
    font-size: 20px;
    display: block;
}
.text_console_error_check_kkt > div{
    margin: 0 0 10px 0;
}
.text_console_error_check_kkt > div::before{
    content: '-- ';
}

.text-break {
    word-break: break-all;
}

.lock_close_page {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(119, 255, 143, 0.28);
    left: 0;
    top: 0;
    z-index: 999;
}



.modal-body{
    width: 100%;
}
.modal-body .item{
    width: 100%;
}
.modal-body #video{
    float: left;
}
.modal-body .botton_webcam{
    width: 100px;
    float: left;
    margin: 0 20px;
    position: relative;
    display: inline-block;
    height: 180px;
}
.modal-body #canvas{
    float: left;
}
.botton_webcam #button_webcam {
}
.botton_webcam #save_webcam {
    bottom: 0;
    position: absolute;
}
.img_input_view_field{
    width: 80px;
}
.img_input_view_field[src=''],
.img_input_view_field[src='undefined'] {
    display: none;
}

.block_list_childrens{
    margin-bottom: 30px;
}
.element_children{
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 15px;
}
div.element_children:last-child {
    border-bottom: none;
}

.print_raspis{
    margin-right:10px;
}
.display_none {
    display: none;
}
.display_block {
    display: block;
}
.display_inline-block{
    display: inline-block;
}

.m_r_m{
    margin-right: 15px;
}
.m0{
    margin: 0;
}
.mb20-20{
    margin-bottom: -5px;
    margin-top: -15px;
}

.close_children{
    color: #f00;
    font-size: 30px;
    opacity: 1;
}

.block_closely_birthday{
    position: absolute;
    width: 211px;
    background: #fff;
    bottom: 100%;
    right: 20px;
    top: auto;
    left: auto;
    z-index: 99;
    box-shadow: -5px -7px 9px 0px rgba(0, 0, 0, 0.21);
    padding: 10px;
}
.closely_birthday_text{
    text-align: center;
}
.block_closely_birthday .close_children{
    font-size: 20px;
    right: -5px;
    top: -8px;
}
.closely_birthday_text span{
    color: #f00;
    font-weight: bold;
}
.visits-body_closely_birthday{
    background: #ffdebd;
}

[v-cloak] { display: none; }

.span_type_cash{
    margin: -4px 0 0 15px;
    display: inline-block;
    /*height: 40px;*/
}
.b_pay_1{
    margin-bottom: 10px;
    display: block;
    float: left;
}
.span_type_cash .email_pay {
    display: block;
    float: left;
    width: 650px;
    margin-left: 10px;
}

input[readonly] {
    background: #e0fde2;
    cursor: not-allowed;
}
input[readonly].bg_default {
    background: #fff;
    border-color: #E3E4E6;
}
input[readonly].select_cursor{
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
}
input[readonly].error {
    background: #fde0e0 !important;
    border-color: #ba2222 !important;
}


.width_1000 {
    width: 1000px;
}
.width_600 {
    width: 600px;
}
.width_400 {
    width: 400px;
}

.ses_name_el{
    font-size: 20px;
    padding: 0px 40px 0 10px;
    color: #000;
    float: left;
    background: #e3fbea;
    height: 38px;
}
.ses_name_el span{
    font-size: 24px;
    font-weight: bold;
}

.panel-body-main .panel {
    margin-bottom: 15px;
}

.visits_field{
    padding: 2px 10px !important;
    height: auto;
}

.visits-m_panel .m_panel-title{
    margin: 0;
    line-height: inherit;
}

.visits-body{
    padding: 10px 15px 5px 25px !important;
}


.index_name_children{
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top:30px;
    left: -18px;
    font-size: 12px;
}
.block_data_children{
    width: calc(100% - 30px);
    float: left;
}

.visits-close {
    position: absolute;
    right: -10px;
    top: -15px;
}

.btn-foto-visits i{
    position: relative;
    float: left;
    width: 38px;
    height: 27px;
    margin: -4px -11px;
    margin-right: 12px;
    line-height: 27px;
    text-align: center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #18937e;
}

.element_children .m_form-group{
    margin-bottom: 0;
}

.m_form-group .m_form-control.visits_field.kypon {
    width: calc(100% - 30px);
}
.d_img_foto_childrens{
    float: left;
    margin: 0px 10px 0 0px;
}

.d_img_foto_childrens .img_input_view_field{
    width: 36px;
}

.panel-body-main .btn{
    /*padding: 4px 12px 5px;*/
}

input[type=date].input_date_height{
    height: 29px;
    line-height: 16px;
    vertical-align: middle;
}

/* --------- big interface ------------ */

/* add sessions */
.big_interface .btn,
.big_interface .btn2{
    min-width: 40px;
    min-height: 40px;
    padding: 10px;
}
.big_interface button.btn{
    padding: 8px 20px;
}
.big_interface input[type='text'],
.big_interface input[type='date']{
    min-height: 40px;
}
.big_interface input[type=date].input_date_height{
    min-height: 43px;
}

.big_interface .m_form-group .m_form-control.visits_field.kypon{
    width: calc(100% - 40px);
}
.big_interface .btn-foto-visits{
    line-height: 30px;
}
.big_interface .btn-foto-visits i{
    height: 40px;
    width: 40px;
    padding: 8px 0;
    font-size: 25px;
}

.big_interface .d_img_foto_childrens .img_input_view_field{
    max-width: 50px;
    height: 40px;
}

.big_interface .not_margin{
    margin-bottom: 15px;
}


.big_interface .block_data_children .row{
    margin-bottom: 15px;
}
.big_interface .block_data_children .row:first-child{
    margin-top: 15px;
}

.big_interface .index_name_children{
    top: 62px;
    left: -16px;
}
.big_interface .close [aria-hidden],
.big_interface .close_children{
    font-size: 48px;
}

/* history session*/
.big_interface .block_closely_birthday .close_children{
    font-size: 36px;
    right: -20px;
    top: -21px;
    text-shadow: #4e0000 1px 1px 0, #4e0000 -1px -1px 0, #4e0000 -1px 1px 0, #4e0000 1px -1px 0;
}

/* add sell */

.big_interface [data-modal-add]{
    width: 220px;
}

.big_interface .btn-rounded.btn-addon i {
    margin: -7px -7px;
}

.big_interface [data-search="code"]{
    padding: 8px;
}
.big_interface .jstree-default .jstree-node{
    min-height: 40px;
}

.big_interface .btn-xs.btn-addon i{
    height: 40px;
    width: 40px;
    margin: -12px 10px -10px -10px;
    padding: 9px 0;
}

.big_interface .b_count_p{
    width: 180px;
}
.big_interface .span_info{
    height: 40px;
    width: 50px;
}
.big_interface .jstree-anchor{
    height: 40px;
    margin: -10px 0 0 0;
    padding: 10px 10px 10px 0;
    width: 100%;
}

.pokazateli_sessions_panel_item{

}
.pokazateli_sessions_panel_item span{
    margin: 0 10px 0 0;
}

@media (max-width: 767px) {
    .panel_block_item_flex .m_sity_ploshadka {
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
}

.checkbox_group {
    display: flex;
    align-items: center;
}
.checkbox_group label {
    margin-bottom: 0;
    margin-left: 10px;
}
.widgets_row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.widgets_subrow {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.widgets_col {
    flex: 1;
    max-width: 300px;
    margin: 20px;
}
.widgets_col .title {
    font-size: 24px;
    padding-top: 10px;
}
.widgets_col.widget_frame {
    max-width: 516px;
    width: 100%;
    flex: 100%;
}
.widgets_col.widget_frame .panel {
    height: 400px;
}
.widgets_col .panel {
    height: 258px;
    min-width: 285px;
    display: flex;
    justify-content: center;
    background: #34425A;
    color: #A0D7F5;
    border-radius: 44px;
    text-decoration: none;
}
.widgets_col .panel a {
    color: #A0D7F5;
}
.widgets_col .panel .panel-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 100%;
}
.widgets_col .panel .panel-body img {
    height: 100px;
    margin-bottom: 10px;
}
.block_item_del {
    right: 10px;
    top: 0;
}