/* All */
.std-case__main b,
.std-case__main strong {
    font-weight: 500;
}


/* ----- Menu ----- */
.lmenu__item_pick .lmenu__item-icon {
    color: #21ba72;
}
.lmenu__item_pick .lmenu__item-lk {
    color: #21ba72;
}
.lmenu__item_pick .lmenu__item-lk:hover,
.lmenu__item_pick .lmenu__item-lk:hover .lmenu__item-icon {
    color: rgba(106, 132, 217, 0.7);
}
.lmenu__item_pick.is\(active\) .lmenu__item-lk,
.lmenu__item_pick.is\(active\) .lmenu__item-icon,
.lmenu__item_pick.is\(active\) .lmenu__item-lk:hover .lmenu__item-icon,
.lmenu__item_pick.is\(active\) {
    color: #6a84d9;
}


/* ----- Home ----- */
#data-info {
    max-width: 700px;
}


/* ----- Standart ----- */
/* standart item */
.std-column_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.std-column_2 .std-item {
    width: 47%;
}
/* pass */
.std-item__data-icon-pass {
    position: absolute;
    top: 7px;
    right: 0;
    color: #e4e4e4;
    font-size: 22px;
    cursor: pointer;
    z-index: 1;
}
.std-item__data-icon-pass:hover {
    color: #d4d4d4;
}
.std-item__data-icon-pass.is\(active\) {
    color: #60b0f1;
}
/* text in case */
.std-tx__tl {
    padding: 30px 0 25px 0;
    font-size: 15px;
    font-weight: 500;
    border-top: 1px solid #e0e0e0;
}
/* button */
.bottom__std-case {
    text-align: right;
}
.std-btn__add {
    padding: 12px 30px;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #21ba72;
    background: #21ba72;
    cursor: pointer;
}
.std-btn__add:hover {
    color: #21ba72;
    background: none;
}
.std-btn_edit:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
}


/* ----- Admin ----- */
.admin__head-btn_del:hover {
    color: #f00;
    border-color: #f00;
}


/* ----- Product ----- */
/* type list */
.ptype__item {
    padding: 20px 0 20px 0;
    border-top: 1px solid #eff0f4;
}
.ptype__item:last-child {
    padding: 20px 0 10px 0;
}
.ptype__item-name,
.ptype__item-ctrl {
    display: inline-block;
    margin: 5px 0;
    vertical-align: middle;
}
.ptype__item-name {
    min-width: 130px;
    padding: 0 30px 0 0;
}
.ptype__item-name_tl {
    display: table;
    padding: 0 0 5px 0;
    font-size: 13px;
}
.ptype__item-name_lk {
    overflow: hidden;
    display: inline-block;
    max-width: 130px;
    color: #6a84d9;
    text-decoration: underline;

    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* type product settings */
.std-tab__nav-list_art .std-tab__nav-item {
    min-width: 160px;
    width: 16.66%;
}
/* cate list */
/* cate settings */
/* all product */
/* all product settings */
/* loading */


/* ----- Orders ----- */
.order__table-tl {
    margin: 15px 0 10px 0;
    font-size: 13px;
    font-weight: 500;
}
.order__table-tl:first-child {
    margin-top: 0;
}
.order__table-product {
    overflow: hidden;
    display: inline-block;
    max-width: 180px;
    margin: 4px 0;
    color: #6a84d9;
    text-decoration: underline;

    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.order__table-product:hover {
    text-decoration: none;
}
.order__table-btn_work {
    margin: 0 10px 12px 0;
    color: #2988d4;
    border: 1px solid #359ff4;
    background: none;
    cursor: pointer;
}
.order__table-btn_work:hover {
    background: #359ff4;
    color: #fff;
}
.order__table-btn_reject {
    color: #ff0000;
    border: 1px solid #ff0000;
    background: none;
    cursor: pointer;
}
.order__table-btn_reject:hover {
    background: #fff0f0;
}
/* form */
#order-comment {
    max-width: 800px;
}
.order-comment__tl {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 500;
}
.order-comment__tx {
    line-height: 20px;
}
.order-comment__manager {
    margin: 50px 0 35px 0;
}
.order-comment__manager .std-item__textarea {
    font-size: 15px;
    line-height: 1.4;
}
.order-comment__ctrl {
    text-align: right;
}


/* ----- Home settings ----- */
/* options */
.home__services-list {
    overflow-y: auto;
    max-height: 220px;
}
/* slider */
.home__head-btn_slide {
    cursor: pointer;
}
.home__slide-del {
    margin: 10px 0;
    color: #ff0000;
    border: 1px solid #ff0000;
    background: none;
    cursor: pointer;
}
.home__slide-del:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
}


/* ----- Services section ----- */
.services__item {
    padding: 20px 0 20px 0;
    border-top: 1px solid #eff0f4;
}
.services__item:last-child {
    padding: 20px 0 10px 0;
}
.services__item-name,
.services__item-ctrl {
    display: inline-block;
    margin: 5px 0;
    vertical-align: middle;
}
.services__item-name {
    width: 190px;
    padding: 0 30px 0 0;
}
.services__item-name_tl {
    display: table;
    padding: 0 0 5px 0;
    font-size: 13px;
}
.services__item-name_lk {
    overflow: hidden;
    display: inline-block;
    max-width: 190px;
    color: #6a84d9;
    text-decoration: underline;

    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* ----- Reviews ----- */
.review__table-btn_accept {
    margin: 0 10px 12px 0;
    color: #2988d4;
    border: 1px solid #359ff4;
    background: none;
    white-space: nowrap;
    cursor: pointer;
}
.review__table-btn_accept:hover {
    background: #359ff4;
    color: #fff;
}
.review__table-btn_reject {
    color: #ff0000;
    border: 1px solid #ff0000;
    background: none;
    white-space: nowrap;
    cursor: pointer;
}
.review__table-btn_reject:hover {
    background: #fff0f0;
}


/* ----- Static page ----- */
.static__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    padding: 20px 0 20px 0;
    border-top: 1px solid #eff0f4;
}
.static__item:last-child {
    padding: 20px 0 10px 0;
}
.static__item-name,
.static__item-ctrl {
    display: inline-block;
    margin: 5px 0;
    vertical-align: middle;
}
.static__item-name {
    padding: 0 30px 0 0;
}
.static__item-name_tl {
    display: table;
    padding: 0 0 5px 0;
    font-size: 13px;
}
.static__item-name_lk {
    overflow: hidden;
    display: inline-block;
    max-width: 250px;
    color: #6a84d9;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 1px solid;

    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.static__item-name_lk:hover {
    border-color: transparent;
}
@media (max-width: 767px){
    .static__item {
        display: block;
    }
    .static__item-name,
    .static__item-ctrl {
        display: block;
    }
    .static__item-ctrl {
        margin: 15px 0 0 0;
    }
    .static__item-name_lk {
        max-width: none;
        white-space: normal;
    }
}


/* ----- Menu ----- */
.menu-top {
    margin: 0 0 35px 0;
}
.menu__head-btn_add {
    cursor: pointer;
}
.menu-item {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #eff0f4;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.menu-item:first-child {
    padding: 0 0 15px 0;
}
.menu-item:last-child {
    padding: 15px 0 0 0;
    border-bottom: none;
}
.menu-item__unit {
    width: 100%;
    padding: 10px 35px 10px 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu-item__unit_link {
    margin-bottom: 10px;
}
.menu-item__name {
    max-height: 23px;
    padding: 5px 20px 5px 0;
    text-transform: uppercase;
}
.menu-item__data {
    position: relative;
    width: 100%;
}
.menu-item__switch {
    position: absolute;
    bottom: -18px;
    right: 0;
    display: table;
    margin: 5px 0 0 0;
    color: #6a84d9;
    font-size: 13px;
    cursor: pointer;
}
.menu-item__switch:hover {
    text-decoration: underline;
}
.menu-item__delete {
    margin: 10px 0;
    color: #ff0000;
    border: 1px solid #ff0000;
    background: none;

    cursor: pointer;
}
.menu-item__delete:hover {
    color: #2988d4;
    border: 1px solid #359ff4;
}


/* ----- Settings section ----- */
/* admin */
.settings__admin {
    margin: 0 0 35px 0;
}
.settings__admin:last-child {
    margin: 0;
}
/* main */
/* sitemap */


/* ----- Timetable ----- */
.time__list {
    position: relative;
}
.time__date {
    position: sticky;
    top: 0;
    padding: 15px 30px;
    color: #000;
    border-radius: 5px;
    background: #f1f5f8;
}
.time__item {
    margin: 40px 5px;
    line-height: 1.4;
}
.time__item-clock {
    float: left;
    width: 21%;
    font-size: 17px;
    font-weight: 500;
}
.time__item-data {
    float: right;
    width: 79%;
}
.time__item-data strong {
    font-weight: 500;
}
.time__item-tl {
    margin: 0 0 12px 0;
    font-size: 17px;
    line-height: 1.3;
}
.time__item-ctrl {
    margin: 15px 0 0 0;
}
.time__item-info span {
    display: inline-block;
    margin: 7px 15px 7px 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #000;
    vertical-align: middle;
}
.time__item-info span:last-child {
    margin: 7px 0;
    padding: 0;
    border: none;
}
.time__item-btn {
    color: #2988d4;
    border: 1px solid #2196f3;
}
.time__item-btn:hover {
    color: #fff;
    border: 1px solid #359ff4;
    background: #2196f3;
}


@media (min-width: 1025px) and (max-width: 1200px) {
    .time__item-clock {
        width: 26%;
    }
    .time__item-data {
        width: 74%;
    }
}

@media (max-width: 900px) {
    .time__item-clock {
        width: 25%;
    }
    .time__item-data {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .time__item {
        margin: 0 5px;
        padding: 40px 0;
        border-bottom: 1px solid #eff0f4;
    }
    .time__item:last-child {
        border-bottom: none;
    }
    .time__item-clock {
        padding: 0 0 15px 0;
    }
    .time__item-clock,
    .time__item-data {
        float: none;
        width: 100%;
    }
}


/* ----- Report ----- */
/* all */
.tab-report .std-tab__nav-item {
    width: 33.33%;
}
/* stat */
.report__stat-item {
    margin: 0 0 40px 0;
    line-height: 1.4;
}
.report__stat-item-tl {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 500;
}
.report__stat-item-info span {
    display: inline-block;
    margin: 7px 15px 7px 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #000;
    vertical-align: middle;
}
.report__stat-item-info span:last-child {
    margin: 7px 0;
    padding: 0;
    border: none;
}
/* check */
.report__check-item {
    line-height: 1.4;
}
.report__check-item-tl {
    margin: 0 0 20px 0;
    font-size: 17px;
}
.report__check-item-info span {
    display: block;
    padding: 5px 0;
}
.report__check-item-info strong {
    padding-right: 10px;
    font-weight: 500;
}

@media (max-width: 479px) {
    .report__stat-item-info span {
        border-right: none;
    }
}


/* ----- Personal ----- */
/* all */
.personal__head-btn {
    color: #fff;
    background: #21ba72;
    border: 1px solid #21ba72;
}
.personal__head-btn:hover {
    color: #21ba72;
    background: none;
    border: 1px solid #21ba72;
}
.personal__case_date {
    position: relative;
    margin: 0 0 40px 0;
}
.personal__case_date:last-child {
    margin: 0;
}
.personal__date {
    position: sticky;
    top: 0;
    margin: 0 0 40px 0;
    padding: 15px 30px;
    color: #000;
    border-radius: 5px;
    background: #f1f5f8;
}
/* item */
.personal__item {
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #eff0f4;
    line-height: 1.4;
}
.personal__item:last-child {
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: none;
}
.personal__item-tl {
    font-size: 18px;
    line-height: 1.3;
}
.personal__item-info {
    padding: 15px 0 0 0;
}
.personal__item-info span {
    display: inline-block;
    margin: 7px 15px 7px 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #000;
    vertical-align: middle;
}
.personal__item-info span:last-child {
    margin: 7px 0;
    padding: 0;
    border: none;
}
.personal__item-info u {
    padding: 0 8px;
    text-decoration: none;
}
.personal__item-time {
    padding: 10px 0 0 0;
}
.personal__item-ctrl {
    padding: 10px 0 0 0;
}
.personal__item-ctrl .std-btn {
    margin: 10px 10px 10px 0;
}
.personal__item-btn_time {
    color: #2988d4;
    border: 1px solid #359ff4;
}
.personal__item-btn_time:hover {
    background: rgb(41 136 212 / 0.07);
}
.personal__item-btn_edit {
    color: #21ba72;
    border: 1px solid #21ba72;
}
.personal__item-btn_edit:hover {
    background: rgb(33 186 114 / 0.1);
}
.personal__item-btn_del {
    color: #ff0000;
    border: 1px solid #ff0000;
}
.personal__item-btn_del:hover {
    background: rgb(255 0 0 / 0.07);
}

@media (max-width: 479px) {
    .personal__item-info u {
        padding: 0;
    }
}


/* ----- Event ----- */
/* all */
.tab-event .std-tab__nav-item {
    width: 50%;
}


/* ----- Lab ----- */
.lab__item {
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #eff0f4;
    line-height: 1.4;
}
.lab__item_user {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.lab__item:last-child {
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: none;
}
.lab__item-tl {
    font-size: 18px;
}
.lab__item-info {
    padding: 10px 0 0 0;
}
.lab__item-info span {
    display: inline-block;
    margin: 7px 15px 7px 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #000;
    vertical-align: middle;
}
.lab__item-info span:last-child {
    margin: 7px 0;
    padding: 0;
    border: none;
}
.lab__item-info strong {
    padding-right: 7px;
}
.lab__item-ctrl {
    padding: 10px 0 0 0;
}
.lab__item-ctrl .std-btn {
    margin: 10px 10px 10px 0;
}



@media (max-width: 1280px){
    /* ----- Menu ----- */
    .menu-item {
        padding: 15px 0 30px 0;

        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .menu-item:first-child {
        padding: 0 0 30px 0;
    }
    .menu-item:last-child {
        padding: 15px 0 15px 0;
    }
    .menu-item__unit {
        display: block;
    }
    .menu-item__unit_link {
        margin-bottom: 0;
    }
}


@media (max-width: 1024px){

}


@media (max-width: 767px){
    /* ----- Menu ----- */
    .menu-item {
        display: block;
        padding: 15px 0 15px 0;
    }
    .menu-item:first-child {
        padding: 0 0 15px 0;
    }
    .menu-item:last-child {
        padding: 15px 0 0 0;
    }
    .menu-item__unit {
        padding: 10px 0;
    }
    .menu-item__delete {
        margin: 20px 0 10px 0;
    }
}


@media (max-width: 480px){

}










/* navigation tab */
.std-tab__nav {
    overflow: hidden;
    margin: 35px 0 45px 0;
    width: 100%;
    height: 57px;
	border-radius: 5px;
}
.std-tab__nav-list {
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    background: #e8eff3;
    list-style: none;
}
.std-tab__nav-item {
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    width: 25%;
    text-align: center;
    color: #7b7b7b;
	font-size: 15px;

    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.std-tab__nav-item:hover {
    color: #6a84d9;
}
.std-tab__nav-item a {
    display: block;
    padding: 20px 10px;
}
/*.std-tab__nav-item:last-child {
    width: 17%;
}*/
.std-tab__nav-item.active {
    color: #6a84d9;
	font-weight: 500;
    border-radius: 5px;
    background: #fff;

    -webkit-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    -moz-box-shadow: 0 1px 24px rgba(45,62,80,0.12);
    box-shadow: 0 1px 24px rgba(45,62,80,0.12);
}
.js\(tab__case-item\) {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
}
.js\(tab__case-item\).active {
    display: block;
    opacity: 1;
}


@media (max-width: 1024px){
    .std-tab__nav-item a {
	    padding: 20px 15px;
	}
}





.order-item {
    margin: 0 0 35px 0;
}

.orders-btn-no {
    padding: 12px 30px;
    color: #2196f3;
    border-radius: 30px;
    border: 1px solid #2196f3;
    background: none;
    cursor: pointer;
}

.orders-btn-ok, .orders-btn-no {
    margin: 5px;
}
