html
, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font: 1.6rem Arial, sans-serif;
    color: #4c4c4c;
    background: #e6e6e6;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.h-l {
    overflow: hidden;
}

.clear {
    height: 1px;
    line-height: 0;
    font-size: 0;
    clear: both;
}

a {
    color: #4c4c4c;
    text-decoration: none;
}

img {
    border: none;
    max-width: 100%;
}

input.text {
    box-sizing: border-box;
    font: 15px Arial, sans-serif;
    color: #888;
    padding: 2rem 3rem;
    border: 1px solid #999;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

textarea {
    box-sizing: border-box;
    font: 16px Arial, sans-serif;
    color: #888;
    padding: 2rem 1.5rem;
    border: 1px solid #999;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: block;
    width: 100%;
    height: 120px;
    resize: none;
}

button {
    font: 16px Arial, sans-serif;
    color: #fff;
    margin: 3rem 0 0;
}

.submit::-moz-focus-inner { border: 0; padding: 0; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder { color: #888; opacity: 1; }
::-moz-placeholder { color: #888; opacity: 1; } /* Firefox 19+ */
:-moz-placeholder { color: #888; opacity: 1; } /* Firefox 18- */
:-ms-input-placeholder { color: #888; opacity: 1; }


.h-holder {
    min-height: 100%;
    position: relative;
}

.home-type {
    background: #5483ae;
}

.h-header_var6 {
    background: #d6d6d6;
}

.h-header_var7 {
    background: #d6d6d6;
}


.h-wrap {
    padding: 0 1.5rem;
}


.h-header {
    box-sizing: border-box;
    background: #fbfbfb;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    padding: 2.1rem 4.5rem 0;
    width: 100%;
    min-height: 6rem;
    position: fixed;
    top: 0; left: 0;
    z-index: 100;
    text-align: center;
}

.home-type .h-header {
    background: #31699c;
    box-shadow: none;
    padding: 1.3rem 4.5rem 1.2rem 5.5rem;
}

.h-header_var2 .h-header {
    background: #6b7b89;
}

.h-header_var6 .h-header {
    background: #2b6599;
    color: #fff;
}

.h-header_blue .h-header {
    background: #239ee9;
    color: #fff;
}

.h-header_grey .h-header {
    background: #a4a4a4;
    color: #fff;
}

.h-header_green .h-header {
    background: #22bb33;
    color: #fff;
}

.h-header_red .h-header {
    background: #d02222;
    color: #fff;
}

.logo {
    display: block;
    width: 27px;
    height: 29px;
    background: url(../i/logo.png) 0 0 no-repeat;
    background-size: 27px 29px;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    margin-top: -14px;
    text-indent: -9999px;
    outline: none;
    overflow: hidden;
}

.back-to-home {
    display: block;
    width: 63px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    background: rgba(61,82,102,.75);
    border-radius: 50%;
    position: fixed;
    bottom: 15px; right: 15px;
    z-index: 2;
    color: #fff;
}

.back-to-home .fa-home {
    font-size: 3.5rem;
    vertical-align: middle;
}

.back-to-prev {
    display: block;
    position: absolute;
    top: 50%; left: 1.7rem;
    margin-top: -8px;
}

.home-type .back-to-prev {
    margin-top: -12px;
    color: #fff;
}

.h-header_var2 .back-to-prev
, .h-header_var6 .back-to-prev
, .h-header_blue .back-to-prev
, .h-header_grey .back-to-prev
, .h-header_green .back-to-prev
, .h-header_red .back-to-prev {
    color: #fff;
}

.back-to-prev .fa-angle-left {
    display: block;
    font-size: 1.5rem;
}

.home-type .back-to-prev .fa-angle-left {
    font-size: 2.5rem;
}

.back-to-prev .fa-bars {
    display: block;
    font-size: 1.6rem;
}

.add-btn {
    display: block;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -8px;
    color: #00b314;
}

.h-header_var2 .add-btn
, .h-header_var6 .add-btn {
    color: #fff;
}

.add-btn .fa-plus {
    display: block;
}

.go-to-next {
    display: block;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -12px;
    color: #fff;
}

.go-to-next .fa-angle-right {
    display: block;
    font-size: 2.5rem;
}

.h-header h1 {
    font-size: 1.6rem;
    color: #00b314;
}

.home-type .h-header h1 {
    color: #fff;
    margin: 0.1rem 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.h-header_var2 .h-header h1
, .h-header_var6 .h-header h1
, .h-header_blue .h-header h1
, .h-header_grey .h-header h1
, .h-header_green .h-header h1
, .h-header_red .h-header h1 {
    color: #fff;
}

.h-header_var3 .h-header h1 {
    color: #3d5266;
}

.h-header_var4 .h-header h1 {
    color: #5c7a99;
    text-transform: uppercase;
}

.h-red .h-header h1 {
    color: #d02222;
}

.h-header_var5 .h-header h1 {
    color: #0191ea;
}

.h-header_var6 .h-header h1 {
    text-transform: uppercase;
}

.h-header_var7 .h-header h1 {
    color: #5c7a99;
}

.h-header .address {
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.master-head-info {
    margin: -1rem 0 0;
    height: 3.6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    text-align: left;
}

.master-head-info .name {
    display: block;
    margin: 0 0 0.2rem;
}

.master-head-info .pic {
    border: 2px solid #d9d9d9;
    background: #d9d9d9;
    border-radius: 50%;
    margin: 0 1.2rem 0 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.master-head-info .pic.ava {
    border-color: #f1f1f1;
    background: #f1f1f1;
}

.master-head-info .position {
    display: block;
    font-size: 1rem;
    color: #888;
}


.h-content-wrap {
    padding: 7rem 0 0.1rem;
}

.home-type .h-content-wrap {
    padding: 6rem 0 15rem;
}

.h-sitenav_padd {
    padding: 0 0 1rem;
}

.nav-list li {
    margin: 0 0 1rem;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    font-weight: bold;
}

.nav-list.bigger li {
    margin: 0 0 1.5rem;
}

.nav-list li li {
    background: none;
    border: none;
    border-top: 1px solid #d5d5d5;
    box-shadow: none;
    margin: 0;
    font-weight: normal;
}

.nav-list h2 {
    padding: 2.1rem 2rem;
}

.nav-list a {
    display: block;
    padding: 2.1rem 4rem 2.1rem 2rem;
    position: relative;
}

.nav-list li li a {
    color: #888;
}

.nav-list.bigger li li a {
    color: #444;
}

.nav-list .active a {
    color: #5c7a99;
    font-weight: bold;
}

.nav-list a .fa-angle-right {
    font-size: 1.6rem;
    display: block;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -8px;
    color: #4c4c4c;
}

.home-type .nav-list {
    position: relative;
    left: -1.5rem;
    margin: 0 -3rem 0 0;
}

.home-type .nav-list li {
    text-transform: uppercase;
    background: none;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #2f689c;
    font-size: 1.4rem;
    font-weight: normal;
}

.home-type .nav-list li li {
    font-size: 1.7rem;
    text-transform: none;
}

.home-type .nav-list a {
    padding: 2.1rem 3rem 2rem 3.5rem;
    color: #fff;
}

.home-type .nav-list a .fa-angle-right {
    color: #fff;
    right: 1.5rem;
}

.home-type .nav-list a .fa-angle-right
, .h-header_var6 .nav-list a .fa-angle-right {
    font-size: 2.5rem;
    margin-top: -12px;
}


.searchbox {
    font-size: 1.5rem;
    color: #888;
    margin: 0 0 2rem;
}

.searchbox fieldset {
    position: relative;
}

.searchbox input.text {
    display: block;
    width: 100%;
}

.searchbox .fa-search {
    display: block;
    font-size: 10px;
    position: absolute;
    top: 50%; left: 10px;
    margin-top: -5px;
    color: #888;
}

.searchbox p {
    padding: 1rem 3.1rem 1rem;
}


.add-form {
    margin: 0 0 1rem;
}

.add-form fieldset {
    margin: 0 0 1rem;
}

.add-form input.text {
    display: block;
    width: 100%;
}


.income-form-wrap {
    padding: 1rem 0;
}

fieldset.field-var2 {
    margin: 0 0 1.5rem;
    position: relative;
}

fieldset.field-var2 input.text {
    display: block;
    width: 100%;
    box-shadow: inset 0 2px 5px rgba(0,0,0,.25);
    border: none;
    height: 6rem;
}

fieldset.field-var2 textarea {
    display: block;
    width: 100%;
    box-shadow: inset 0 2px 5px rgba(0,0,0,.25);
    border: none;
    height: 6rem;
}

fieldset.field-var2 .fa-pencil {
    display: block;
    position: absolute;
    top: 50%; right: 1rem;
    margin-top: -0.8rem;
    font-size: 1.6rem;
    color: #cecece;
}


.h-box-wrap {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    margin: 0 0 1rem;
}

.h-box-wrap_no-shadow {
    box-shadow: none;
}

.box-items-list li {
    border-top: 1px solid #d2d2d2;
    position: relative;
}

.box-items-list li:first-child {
    border-top: none;
}

.box-items-list .fa-angle-right {
    font-size: 1.6rem;
    display: block;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -8px;
}

.call-phone {
    position: absolute;
    top: 50%; left: 0.7rem;
    margin-top: -1.5rem;
    color: #cfcfcf;
}

.call-phone .fa-phone-square {
    display: block;
    font-size: 3rem;
}

.client-info {
    display: block;
    margin: 0 0 0 4rem;
    padding: 1.4rem 3rem 1.3rem 0.2rem;
    overflow: hidden;
}

.client-info .name {
    display: block;
    margin: 0 0 0.3rem;
}

.client-info .phone-number {
    float: left;
    font-size: 1rem;
    color: #888;
}

.client-info .email {
    float: right;
    font-size: 1rem;
    color: #888;
}

.flex-item {
    height: 6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
}

.master-info {
    padding: 0 3rem 0 1rem;
}

.master-info .name {
    display: block;
    margin: 0 0 0.2rem;
    max-width: 48rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 667px) {
    .master-info .name {
        max-width: 25rem;
    }
}

@media only screen and (max-device-width: 667px) and (orientation: landscape) {
    .master-info .name {
        max-width: 48rem;
    }
}

@media only screen and (max-width: 374px) {
    .master-info .name {
        max-width: 19.8rem;
    }
}


.master-info .pic {
    border: 2px solid #d9d9d9;
    background: #d9d9d9;
    border-radius: 50%;
    margin: 0 1.2rem 0 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.master-info .pic.ava {
    border-color: #f1f1f1;
    background: #f1f1f1;
}

.master-info .position {
    display: block;
    font-size: 1rem;
    color: #888;
}

.master-info .works {
    display: block;
    font-size: 1rem;
    color: #888;
    margin: 0.2rem 0 0;
}

.master-info .works .works-days {
    color: #4c4c4c;
}


.brand-info {
    padding: 0 3rem 0 2rem;
}

.item-info {
    display: block;
    padding: 1rem 2.7rem 1rem 1rem;
    overflow: hidden;
}

.item-info .pic2 {
    float: left;
    border: 1px solid #cfcfcf;
    background: #e6e6e6;
    margin: 0 1rem 0 0;
}

.item-info .h-l {
    padding: 0.3rem 0 0;
}

.item-info .name {
    display: block;
    margin: 0 0 0.3rem;
}

.item-info .volume {
    float: left;
    font-size: 1rem;
    color: #888;
}

.item-info .price {
    float: right;
    font-size: 1rem;
    font-weight: bold;
    color: #4c4c4c;
}


.b-client-item_inner {
    position: relative;
}

.b-client-item.with-padd {
    padding: 1.4rem 0 0.1rem;
}

.client-rating {
    margin: 0 3rem 0 4rem;
    padding: 0 20px 27px 0;
    position: relative;
}

.rating-bar {
    position: relative;
}

.rating-bar-border {
    border: 1px solid #cfcfcf;
    height: 6px;
}

.rating-bar-width {
    background: #00b314;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.rating-bar-counts {
    width: 20px;
    text-align: right;
    position: absolute;
    top: 0; right: 0;
    font-size: 1rem;
    line-height: 1rem;
    color: #888;
}

.rating-bar-counts-kol {
    color: #00b314;
}

.client-spendings-wrap {
    padding: 0 3rem 1rem 2rem;
}

.client-spendings-wrap table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

.client-spendings-wrap table th {
    text-align: right;
    vertical-align: top;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0 0 0.3rem;
}

.client-spendings-wrap table th.t-a-l {
    text-align: left;
}

.client-spendings-wrap table td {
    text-align: right;
    vertical-align: top;
    font-size: 1.5rem;
    color: #888;
    padding: 0 0 0.1rem;
}


.b-sales-item {
    padding: 1.6rem 2rem 0.5rem;
    color: #888;
}

.sales-number {
    float: left;
    font-weight: bold;
    color: #00b314;
    margin: 0 0 1rem;
}

.sales-time {
    float: right;
    margin: 0 0 1rem;
}

.b-sales-item h2 {
    font-size: 1.6rem;
    color: #4c4c4c;
    margin: 0 0 0.8rem;
}

.sales-amount {
    float: left;
    margin: 0 0 1rem;
}

.sales-price {
    float: right;
    color: #4c4c4c;
    margin: 0 0 1rem;
}

.sales-who {
    padding: 0 0 1rem;
}

.sales-who h3 {
    font-size: 1.6rem;
    font-weight: normal;
}

.sales-who .small {
    font-size: 1rem;
}


.h-schedule-wrap {
    position: relative;
    left: -1.5rem;
    margin: 0 -3rem 2rem 0;
    padding: 0 1.5rem;
    background: #e6e6e6;
}

.h-schedule-wrap h2 {
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 -3rem 0.8rem 0;
    padding: 0 2rem 0.5rem;
    position: relative;
    left: -1.5rem;
    color: #003580;
    background: #d6d6d6;
    border-bottom: 1px solid #d1d1d1;
}

.h-schedule-wrap h2.date {
    font-size: 1.5rem;
    color: #000;
}

.h-schedule-wrap h2.date .day {
    color: #848484;
}

.schedule-item {
    margin: 0 -3rem 1rem 0;
    padding: 0 1.5rem 0.5rem;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    left: -1.5rem;
    font-size: 0.9rem;
}

.schedule-item_var2 {
    margin-bottom: 0;
    padding: 1rem 1.5rem 0.5rem;
}

.schedule-item h3 {
    font-size: 1.1rem;
    font-weight: normal;
    color: #4c4c4c;
    margin: 0 0 0.3rem;
}

.schedule-item_var2 h3 {
    text-transform: uppercase;
    color: #222;
}

.schedule-item_var2 h3 .job {
    text-transform: none;
}

.schedule-tbl {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

.schedule-tbl th {
    font-size: 7px;
    font-weight: normal;
    line-height: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 3px 1px 5px 0;
    width: 2.08%;
    color: #4c4c4c;
}

.schedule-tbl.extra-hours th {
    font-size: 5px;
}

@media only screen and (max-width: 370px) {
    .schedule-tbl.extra-hours th {
        font-size: 4px;
    }
}

.schedule-tbl .schedule-hours th .sch-it {
    background: none;
    height: auto;
}

.schedule-tbl td {
    padding: 0 1px 0 0;
    width: 2.08%;
}

.sch-it {
    min-width: 5px;
    height: 2rem;
    background: #fff;
}

@media only screen and (max-width: 370px) {
    .sch-it {
        min-width: 4px;
    }
}

.schedule-tbl td.color0 .sch-it
, .schedule-tbl td.off .sch-it {
    background: #cecece;
}

.schedule-tbl td.color1 .sch-it
, .schedule-tbl td.status-20 .sch-it {
    background: #00b314;
}

.schedule-tbl td.color2 .sch-it
, .schedule-tbl td.status-15 .sch-it {
    background: #cc0000;
}

.schedule-tbl td.color3 .sch-it
, .schedule-tbl td.free .sch-it {
    background: #fff;
}

.schedule-tbl td.color4 .sch-it
, .schedule-tbl td.status-10 .sch-it {
    background: #0191ea;
}

.forward-btn {
    display: block;
    position: absolute;
    top: 1.3rem; right: 3rem;
}

.forward-btn .fa-angle-right {
    font-size: 2.5rem;
    display: block;
}


.h-daybyday-wrap h4 {
    font-size: 1.5rem;
    font-weight: normal;
    color: #888;
    margin: 0;
    padding: 1rem 3rem;
}

.b-daybyday-item {
    position: relative;
}

.daybyday-current-wrap {
    display: block;
    padding: 2rem 3rem 0;
    min-height: 4rem;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    position: relative;
    font-size: 1.5rem;
    color: #888;
    cursor: pointer;
}

.daybyday-current-wrap .fa-angle-right {
    display: block;
    font-size: 1.6rem;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -0.8rem;
    color: #4c4c4c;
}

.daybyday-list {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
    display: none;
}

.daybyday-list li {
    position: relative;
    padding: 2rem 3rem 0;
    min-height: 3.9rem;
    border-top: 1px solid #d5d5d5;
    cursor: pointer;
}

.daybyday-list li.active {
    color: #5c7a99;
}

.daybyday-list li:first-child {
    border-top: none;
    min-height: 4rem;
}

.daybyday-list .fa-angle-right
, .daybyday-list .fa-check {
    display: block;
    font-size: 1.2rem;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -0.6rem;
}

.daybyday-list .fa-check {
    display: none;
}

.daybyday-list li.active .fa-angle-right {
    display: none;
}

.daybyday-list li.active .fa-check {
    display: block;
}


.day-title {
    font-size: 1.6rem;
    color: #888;
    padding: 2rem 3rem 0;
    min-height: 4rem;
}

.day-title.checked {
    color: #5c7a99;
}

.week-days-list {
    color: #888;
}

.week-days-list a {
    display: block;
    position: relative;
    padding: 2rem 3rem 0;
    min-height: 3.9rem;
    border-top: 1px solid #d5d5d5;
    color: #888;
}

.week-days-list li.active > a {
    color: #5c7a99;
}

.week-days-list .fa-angle-right
, .week-days-list .fa-check {
    display: block;
    font-size: 1.2rem;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -0.6rem;
    color: #4c4c4c;
}

.week-days-list .fa-check {
    display: none;
}

.week-days-list li.active .fa-angle-right {
    display: none;
}

.week-days-list li.active .fa-check {
    display: block;
    color: #5c7a99;
}

.week-days-list ul {
    display: none;
}

.week-days-list li.active ul {
    display: block;
}

.week-days-list li li a {
    position: relative;
    padding-left: 6.1rem;
    padding-right: 11.5rem;
}

.week-days-list li li a .time {
    display: block;
    position: absolute;
    top: 50%; right: 6rem;
    margin-top: -0.9rem;
}

.week-days-list li.active li .fa-angle-right {
    display: block;
}


.start-title {
    font-size: 1.6rem;
    padding: 2rem 3rem 0;
    min-height: 4rem;
}

.time-list a {
    display: block;
    position: relative;
    padding: 2rem 3rem 0;
    min-height: 3.9rem;
    border-top: 1px solid #d5d5d5;
}

.time-list li.active > a {
    color: #5c7a99;
}

.time-list .fa-angle-right
, .time-list .fa-check {
    display: block;
    font-size: 1.2rem;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -0.6rem;
}

.time-list .fa-check {
    display: none;
}

.time-list li.active .fa-angle-right {
    display: none;
}

.time-list li.active .fa-check {
    display: block;
    color: #5c7a99;
}


.h-calendar {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
}

.h-calendar-head {
    border-bottom: 1px solid #f1f1f1;
    height: 3.8rem;
}

.h-calendar-head .calendar-tbl th {
    font-size: 0.9rem;
    font-weight: normal;
    color: #888;
    text-align: center;
    vertical-align: top;
    padding: 1.6rem 0 0;
}

.h-calendar-body {
    min-height: 40rem;
    overflow: hidden;
}

.calendar-tbl {
    width: 100%;
    border-collapse: collapse;
}

.calendar-tbl th {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    width: 14%;
    padding: 0 0 0.7rem;
}

.calendar-tbl tbody tr:first-child th {
    padding-top: 1.7rem;
}

.calendar-tbl td {
    border-top: 1px solid #f0f0f0;
    width: 14%;
    padding: 0.4rem 0 2.2rem;
}

.calendar-tbl th:first-child
, .calendar-tbl td:first-child {
    padding-left: 2rem;
}

.calendar-tbl td.invisible {
    border-top-color: transparent;
}

.calendar-tbl .month-scroll {
    color: #000;
    font-weight: normal;
}

.calendar-tbl .month-scroll.current {
    color: #5c7a99;
    font-weight: bold;
}

.c-t-in {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 28px;
    text-align: center;
    color: #000;
    cursor: pointer;
    position: relative;
}

.c-t-in:after {
    display: block;
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cdcdcd;
    position: absolute;
    bottom: -10px; left: 50%;
    margin-left: -2px;
}

.disabled .c-t-in {
    color: #888;
    cursor: default;
}

.invisible .c-t-in {
    cursor: default;
}

.current .c-t-in {
    border-color: #5c7a99;
}

.active .c-t-in {
    border-color: #5c7a99;
    background: #5c7a99;
    color: #fff;
}

.invisible .c-t-in:after
, .disabled .c-t-in:after {
    display: none;
}

.c-t-in.disabled {
    color: #d8d8d8;
    background: url(../i/pattern.png) 0 0 no-repeat;
    background-size: cover;
    cursor: default;
}

.c-t-in.selected {
    font-size: 20px;
    color: #fff;
    background: #007dbd;
}

.c-t-in.th {
    height: auto;
    font: 12px/100% Arial, sans-serif;
    text-transform: uppercase;
    cursor: default;
}

.c-t-in.weekend {
    color: #ce7777;
}


.ui-datepicker-inline {
    width: 100% !important;
    position: relative;
    padding: 0 0 4.2rem;
}

.ui-datepicker-inline .ui-datepicker-header {
    height: 2.3rem;
    padding: 5rem 0 0;
}

.ui-datepicker-inline .ui-datepicker-prev
, .ui-datepicker-inline .ui-datepicker-next {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    font: 20px/1 FontAwesome;
    color: #666;
    cursor: pointer;
}

.ui-datepicker-inline .ui-state-disabled {
    color: #ccc;
    cursor: default;
}

.ui-datepicker-inline .ui-datepicker-prev {
    top: 18px;
}

.ui-datepicker-inline .ui-datepicker-next {
    bottom: 18px;
}

.ui-datepicker-inline .ui-datepicker-prev:before {
    content: "\f106";
}

.ui-datepicker-inline .ui-datepicker-next:before {
    content: "\f107";
}

.ui-datepicker-inline .ui-datepicker-prev span
, .ui-datepicker-inline .ui-datepicker-next span {
    display: none;
}

.ui-datepicker-inline .ui-datepicker-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #5c7a99;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

.ui-datepicker-inline .ui-datepicker-year {
    display: none;
}

.ui-datepicker-inline .ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
}

.ui-datepicker-inline .ui-datepicker-calendar thead {
    display: none;
}

.ui-datepicker-inline .ui-datepicker-calendar td {
    border-top: 1px solid #f0f0f0;
    width: 14%;
    padding: 0.4rem 0 2.2rem;
}

.ui-datepicker-inline .ui-datepicker-calendar td.ui-datepicker-other-month {
    border-top-color: transparent;
}

.ui-datepicker-inline .ui-datepicker-calendar td:first-child {
    padding-left: 2rem;
}

.ui-datepicker-inline .ui-state-default {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 28px;
    text-align: center;
    color: #000;
    cursor: pointer;
    position: relative;
}

.ui-datepicker-inline .ui-datepicker-today .ui-state-default
, .ui-datepicker-inline .ui-datepicker-today .ui-state-active {
    border-color: #5c7a99;
}

.ui-datepicker-inline .ui-datepicker-current-day .ui-state-active {
    border-color: #5c7a99;
    background: #5c7a99;
    color: #fff;
}

.ui-datepicker-inline .ui-datepicker-unselectable .ui-state-default {
    color: #888;
    cursor: default;
}

.ui-datepicker-inline .ui-datepicker-unselectable .ui-state-default:after {
    display: none;
}

.ui-datepicker-inline .ui-state-default:after {
    display: block;
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cdcdcd;
    position: absolute;
    bottom: -10px; left: 50%;
    margin-left: -2px;
}


.schedule_master_tbl {
    width: 100%;
    border-collapse: collapse;
}

.schedule_master_tbl th {
    font-size: 1.6rem;
    font-weight: normal;
    color: #888;
    text-align: center;
    vertical-align: middle;
    width: 6.3rem;
    height: 5rem;
}

.schedule_master_tbl_30min th {
    height: 10rem;
}

.schedule_master_tbl .sch-m-th-in {
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #cfcfcf;
    position: relative;
}

.schedule_master_tbl .sch-m-th-in:before {
    content: " ";
    display: block;
    width: 100%;
    height: 1.6rem;
}

.schedule_master_tbl_30min .sch-m-th-in:before {
    height: 4.1rem;
}

.schedule_master_tbl tr.next-hour .sch-m-th-in:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0; left: 0;
}

.schedule_master_tbl th sup {
    font-size: 1rem;
    line-height: 100%;
}

.schedule_master_tbl td {
    height: 5rem;
    text-align: left;
    vertical-align: middle;
}

.schedule_master_tbl_30min td {
    height: 10rem;
}

.schedule_master_tbl .sch-m-in {
    height: 100%;
    position: relative;
}

.schedule_master_tbl .sch-m-position {
    width: 100%;
    height: 100%;
    padding: 0 3rem 0 1.7rem;
    box-sizing: border-box;
    position: absolute;
    top: 0; left: 0;
    display: flex;
    align-items: center;
}

.schedule_master_tbl tr.next-hour .sch-m-position {
    border-top: 1px solid #000;
}

.schedule_master_tbl tr.next-hour .sch-m-position.white-border
, .schedule_master_tbl tr .sch-m-position.white-border {
    border-top: 1px solid #fff;
}

.schedule_master_tbl .sch-m-position.fill-cols-2 {
    height: 200%;
}

.schedule_master_tbl .sch-m-position.fill-cols-3 {
    height: 300%;
}

.schedule_master_tbl .sch-m-position.fill-cols-4 {
    height: 400%;
}

.schedule_master_tbl .sch-m-position.fill-cols-5 {
    height: 500%;
}

.schedule_master_tbl .sch-m-position.fill-cols-6 {
    height: 600%;
}

.schedule_master_tbl .sch-m-position.fill-cols-7 {
    height: 700%;
}

.schedule_master_tbl .sch-m-position.fill-cols-8 {
    height: 800%;
}

.schedule_master_tbl .sch-m-position.fill-cols-9 {
    height: 900%;
}

.schedule_master_tbl .sch-m-position.fill-cols-10 {
    height: 1000%;
}

.schedule_master_tbl .sch-m-position.fill-cols-11 {
    height: 1100%;
}

.schedule_master_tbl .sch-m-position.fill-cols-12 {
    height: 1200%;
}

.schedule_master_tbl .sch-m-position.fill-cols-13 {
    height: 1300%;
}

.schedule_master_tbl .sch-m-position.fill-cols-14 {
    height: 1400%;
}

.schedule_master_tbl .sch-m-position.fill-cols-15 {
    height: 1500%;
}

.schedule_master_tbl .sch-m-position.fill-cols-16 {
    height: 1600%;
}

.schedule_master_tbl .sch-m-position.fill-cols-17 {
    height: 1700%;
}

.schedule_master_tbl .sch-m-position.fill-cols-18 {
    height: 1800%;
}

.schedule_master_tbl .sch-m-position.fill-cols-19 {
    height: 1900%;
}

.schedule_master_tbl .sch-m-position.fill-cols-20 {
    height: 2000%;
}

.schedule_master_tbl .sch-m-position.fill-cols-21 {
    height: 2100%;
}

.schedule_master_tbl .sch-m-position.fill-cols-22 {
    height: 2200%;
}

.schedule_master_tbl .sch-m-position.fill-cols-23 {
    height: 2300%;
}

.schedule_master_tbl .sch-m-position.fill-cols-24 {
    height: 2400%;
}

.schedule_master_tbl .sch-m-position.fill-cols-25 {
    height: 2500%;
}

.schedule_master_tbl .sch-m-position.fill-cols-26 {
    height: 2600%;
}

.schedule_master_tbl .sch-m-position.fill-cols-27 {
    height: 2700%;
}

.schedule_master_tbl .sch-m-position.fill-cols-28 {
    height: 2800%;
}

.schedule_master_tbl .sch-m-position.fill-cols-29 {
    height: 2900%;
}

.schedule_master_tbl .sch-m-position.fill-cols-30 {
    height: 3000%;
}

.schedule_master_tbl .sch-m-position.fill-cols-31 {
    height: 3100%;
}

.schedule_master_tbl .sch-m-position.fill-cols-32 {
    height: 3200%;
}

.schedule_master_tbl .free .sch-m-position {
    background: #fff;
    border-top: 1px solid #cfcfcf;
}

.schedule_master_tbl .cancel .sch-m-position
, .schedule_master_tbl .off .sch-m-position {
    background: #cecece;
    border-top: 1px solid #a6a6a6;
}

.schedule_master_tbl .confirm .sch-m-position
, .schedule_master_tbl .status-20 .sch-m-position {
    background: #00b314;
    border-top-color: #00b314;
    color: #fff;
    z-index: 1;
}

.schedule_master_tbl .not-confirm .sch-m-position
, .schedule_master_tbl .status-15 .sch-m-position {
    background: #cc0000;
    border-top-color: #cc0000;
    color: #fff;
    z-index: 1;
}

.schedule_master_tbl .new .sch-m-position
, .schedule_master_tbl .status-10 .sch-m-position {
    background: #0191ea;
    border-top-color: #0191ea;
    color: #fff;
    z-index: 1;
}

.sch-person-info a {
    color: #fff;
}

.sch-add-btn {
    display: block;
    position: absolute;
    top: 50%; right: 1.3rem;
    margin-top: -6px;
    color: #4c4c4c;
}

.cancel .sch-add-btn
, .off .sch-add-btn
, .confirm .sch-add-btn
, .status-20 .sch-add-btn
, .not-confirm .sch-add-btn
, .status-15 .sch-add-btn
, .new .sch-add-btn
, .status-10 .sch-add-btn {
    color: #fff;
}

.sch-add-btn .fa-plus {
    display: block;
    font-size: 1.2rem;
}

.sch-add-btn .fa-angle-right {
    display: block;
    font-size: 1.6rem;
}


.b-appointment {
    padding: 2rem 0 1.5rem;
}

.b-appointment_var2 {
    padding: 0.5rem 0 0;
}

.b-appointment_nopadd {
    padding-top: 0;
}

.b-appointment-padd {
    padding: 0 1.5rem 0.1rem 2rem;
    color: #888;
}

.app-numb {
    float: left;
    font-weight: bold;
    margin: 0 0 1.6rem;
}

.h-header_blue .app-numb {
    color: #0191ea;
}

.h-header_grey .app-numb {
    color: #999;
}

.h-header_green .app-numb {
    color: #00b314;
}

.h-header_red .app-numb {
    color: #cc0000;
}

.app-date {
    float: right;
    color: #888;
    margin: 0 0 1.6rem;
}

.app-service {
    color: #4c4c4c;
    margin: 0 0 1.5rem;
}

.app-service_var2 {
    position: relative;
    padding: 0 2.5rem;
}

.app-service_var3 {
    position: relative;
    padding: 0 2.5rem 0 0;
}

.app-service-delete {
    position: absolute;
    top: 50%; left: 0;
    margin-top: -0.6rem;
    color: #cc0000;
}

.app-service-delete .fa-times {
    display: block;
    font-size: 1.2rem;
}

.app-service-go {
    position: absolute;
    top: 50%; right: 0;
    margin-top: -0.8rem;
    color: #4c4c4c;
}

.app-service-go .fa-angle-right {
    display: block;
    font-size: 1.6rem;
}

.app-client {
    position: relative;
    margin: 0 0 1.5rem;
    padding: 0 4.5rem 0 0;
}

.app-client_var2 {
    padding: 0 7rem 0 0;
}

.app-client .phone {
    font-size: 1rem;
    display: block;
}

.app-client .discount {
    font-size: 1.5rem;
    position: absolute;
    bottom: 0; right: 0;
}

.app-client_var2 .discount {
    right: 2.5rem;
}

.app-master {
    margin: 0 0 3rem;
}

.app-comment {
    margin: 0 0 1.5rem;
}

.app-comment h3 {
    font-size: 1.6rem;
    font-weight: normal;
}

.app-items {
    padding: 0 0 1rem;
}

.app-items_nopadd {
    padding: 0;
}

.app-items li {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    margin: 0 0 1rem;
}

.app-items a {
    display: block;
    height: 6rem;
    position: relative;
    padding: 0 3rem 0 2rem;
    font-size: 1.5rem;
    color: #888;
}

.app-items .v-t {
    display: table;
    height: 100%;
}

.app-items .v-t-c {
    display: table-cell;
    vertical-align: middle;
}

.app-items .fa-angle-right {
    display: block;
    font-size: 1.6rem;
    color: #4c4c4c;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -0.8rem;
}

.app-stockroom {
    padding: 1.5rem 0 2.5rem;
}

.app-stockroom_bg {
    margin: 0 0 1rem;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
}

.app-stockroom h2 {
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0 0 1.4rem;
}

.stock-list li {
    margin: 0 0 1rem;
    font-size: 1.2rem;
}

.app-stockroom_bg .stock-list li {
    border-top: 1px solid #d2d2d2;
    margin: 0;
    padding: 1rem 0 1rem 1rem;
}

.app-stockroom_bg .stock-list li:first-child {
    border-top: none;
}

.stock-list table {
    width: 100%;
    border-collapse: collapse;
}

.stock-list td {
    text-align: left;
    vertical-align: middle;
}

.stock-list td.pic-td {
    width: 40px;
    padding: 0 1.3rem 0 0;
}

.stock-list td.input-td {
    width: 40px;
    padding: 0 1.3rem;
}

.stock-list td.delete-td {
    width: 3.5rem;
    padding: 0;
    text-align: center;
}

.stock-list img {
    display: block;
    max-width: 40px;
}

.stock-list .kol {
    color: #4c4c4c;
}

.stock-list input.text {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #999;
    font: 1.6rem Arial, sans-serif;
    color: #888;
    text-align: center;
}

.stock-list .fa-times {
    font-size: 1.2rem;
    color: #cc0000;
    cursor: pointer;
}

.app-price h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #00b314;
    margin: 0 0 2rem;
}

.app-price-items li {
    display: inline-block;
    width: 23.6%;
    text-align: center;
    vertical-align: top;
    font-size: 1rem;
}

.app-price-items li.green {
    color: #00b314;
}

.app-price-items-pic {
    height: 2.3rem;
}

.app-price-items-pic .fa-rub
, .app-price-items-pic .fa-credit-card {
    font-size: 1.2rem;
}

.app-price-items-pic .fa-money
, .app-price-items-pic .fa-gift {
    font-size: 1.4rem;
}

.app-or {
    padding: 2rem 0;
    text-align: center;
    color: #888;
}

.b-appointment .hr {
    margin-top: 0.5rem;
}

.b-appointment .nav-list {
    padding: 0 0 2.5rem;
}


.b-appointment-item {
    padding: 2rem 1.5rem 0.1rem 2rem;
    color: #888;
    border-top: 7px solid #888;
}

.b-appointment-item.green {
    border-top-color: #00b314;
}

.b-appointment-item.green .app-numb {
    color: #00b314;
}

.b-appointment-item.blue {
    border-top-color: #0191ea;
}

.b-appointment-item.blue .app-numb {
    color: #0191ea;
}

.b-appointment-item.red {
    border-top-color: #cc0000;
}

.b-appointment-item.red .app-numb {
    color: #cc0000;
}

.b-appointment-item .app-master {
    margin: 0 0 1.5rem;
}

.b-appointment-item .app-price {
    border-top: 1px solid #e2e2e2;
    position: relative;
    left: -2rem;
    margin: 0 -3.5rem 0 0;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
}


.visit-number {
    float: left;
    font-size: 1.7rem;
    font-weight: bold;
    margin-left: -2.5rem;
}

.visit-date {
    float: right;
    font-size: 1.5rem;
    margin-right: -2.5rem;
}

.visit-number a
, .visit-date a {
    color: #fff;
    display: inline-block;
}

.h-header_blue .visit-date
, .h-header_green .visit-date {
    color: #e6e6e6;
}

.visit-number .fa-chevron-left
, .visit-date .fa-pencil {
    font-size: 1.6rem;
    color: #fff;
}

.visit-number .fa-chevron-left {
    margin: 0 1rem 0 0;
}

.visit-date .fa-pencil {
    margin: 0 0 0 1rem;
}

.b-app-item {
    margin: 0 0 1.5rem;
}

.b-app-item_inner {
    position: relative;
    padding: 1.5rem 6rem 1.5rem 2rem;
}

.b-app-item-closer {
    display: block;
    position: absolute;
    top: 1rem; right: 1rem;
    color: #cc0000;
    font-size: 1.2rem;
}

.b-app-item-edit {
    display: block;
    position: absolute;
    top: 50%; right: 1rem;
    margin-top: -0.8rem;
    color: #cecece;
    font-size: 1.6rem;
}

.b-app-item_inner h4 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0.5rem 0;
}

.b-app-item_inner h4 .gender {
    color: #d02222;
}

.b-app-item_inner h4 .time {
    font-size: 1.3rem;
    color: #b9b5b5;
}

.b-app-item_inner .comment {
    margin: 0;
    color: #888;
    font-size: 1.4rem;
}

.b-app-item_foot {
    border-top: 1px solid #bbb;
    padding: 1.5rem 1.2rem 1.5rem 2rem;
}

.b-app-item_foot-list li {
    float: left;
}

.b-app-item_foot-list.three li {
    width: 33.3%;
}

.b-app-item_foot-list li.middle {
    text-align: center;
}

.b-app-item_foot-list li.right {
    float: right;
    text-align: right;
}

.b-app-phone
, .b-app-balls {
    font-size: 1.2rem;
    line-height: 3rem;
    color: #a3a3a3;
    display: block;
}

.b-app-price
, .b-app-kol {
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c4c4c;
}

.b-app-card {
    font-size: 1.4rem;
    font-weight: bold;
    color: #787878;
}

.b-app-item_foot-list .fa-phone-square {
    font-size: 3rem;
    color: #cfcfcf;
    vertical-align: middle;
    margin: -0.3rem 1.5rem 0 0;
}

.b-app-item_foot-list .fa-angle-right {
    font-size: 1.6rem;
    color: #4c4c4c;
    vertical-align: middle;
    margin: 0 0 0 0.8rem;
}

.b-app-item_foot-list .fa-pencil {
    font-size: 1.6rem;
    color: #cecece;
    vertical-align: middle;
    margin: -0.3rem 0 0 0.3rem;
}

.b-app-btn-list {
    text-align: center;
    margin: 0 0 1.5rem;
}

.b-app-btn-list li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 1rem;
    text-transform: uppercase;
}

.b-app-btn {
    display: inline-block;
    color: #888;
    margin: 0 1rem;
}

.b-app-btn-circle {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #d6d6d6;
    box-shadow: 0 14px 20px rgba(40,112,113, .11);
    margin: 0 auto 1.1rem;
    font-size: 1.5rem;
    line-height: 58px;
    color: #fff;
    text-align: center;
}

.b-app-btn-circle .fa-repeat {
    font-size: 2rem;
}

.b-app-btn:active .b-app-btn-circle {
    background: #c3c3c3;
    box-shadow: none;
}

.b-app-item-pay-wrap {
    background: linear-gradient(to bottom, #d5d5d5 0%,#f6f6f6 1%,#dedede 5%,#eee 12%,#fdfdfd 25%,#e2e2e2 45%,#fff 79%,#e2e2e2 100%);
    position: relative;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    border-radius: 17px 17px 0 0 / 31px 31px 0 0;
    box-shadow: 0 0 3px rgba(0,0,0,.12);
    margin: 4px 0 1.5rem;
    padding: 0 0.8rem;
}

.b-app-item-pay-sec {
    width: 100%;
    height: 7px;
    padding: 0 5px;
    border: 1px solid #000;
    background: url(../i/paper-bg.png) 0 0 repeat-x;
    background-size: auto 7px;
    border-radius: 4px;
    position: absolute;
    top: -4px; left: -5px;
    z-index: -2;
}

.b-app-item-pay-shadow-left
, .b-app-item-pay-shadow-right {
    width: 150px;
    height: 385px;
    max-height: 100%;
    background: url(../i/shadow1.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: -5px; left: -9px;
    z-index: -1;
}

.b-app-item-pay-shadow-right {
    left: auto; right: -9px;
    background-image: url(../i/shadow2.png);
    background-position: 100% 0;
}

.b-app-item-pay-shadow-bottom {
    width: 100%;
    height: 5px;
    background: url(../i/pattern.png) 50% 100% repeat-x;
    background-size: auto 5px;
    position: absolute;
    bottom: -3px; left: 0;
}

.b-app-item-pay-wrap:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    background: url(../i/paper.png);
    position: absolute;
    top: 0; left: 0;
}

.b-app-item-pay-wrap_inner {
    position: relative;
    padding: 3rem 0.8rem 0 1.2rem;
    text-shadow: 0 1px #fff;
}

.b-app-item-pay-wrap_inner h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #00773d;
    margin: 0 0 2.5rem;
}

.app-pay-tbl {
    width: 100%;
}

.app-pay-tbl th {
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    color: #5b5b5b;
    padding: 0 0 2.1rem;
}

.app-pay-tbl td {
    font-size: 1.2rem;
    text-align: right;
    vertical-align: middle;
    color: #5b5b5b;
    padding: 0 0 2.1rem;
}

.app-pay-tbl .discount-td {
    color: #d02222;
}

.app-pay-tbl .edit-td {
    color: #cecece;
    font-size: 1.6rem;
    width: 2.6rem;
}

.app-pay-tbl .summary-tr th {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.app-pay-tbl .summary-tr td {
    font-size: 1.6rem;
}

.app-pay-tbl a {
    color: #cecece;
    text-shadow: none;
}

.b-app-item-pay-wrap_foot {
    position: relative;
    padding: 2.8rem 0;
    border-top: 1px solid #c9c9c9;
}

.ap-pay-way li {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
    color: #888
}

.ap-pay-way li.green {
    color: #00b314;
}

.ap-pay-way input.radio {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0; left: 50%;
    opacity: 0;
}

.ap-pay-way input.radio + label {
    display: inline-block;
    position: relative;
    padding: 38px 0 0;
}

.ap-pay-way input.radio + label:after {
    display: block;
    content: " ";
    width: 24px;
    height: 24px;
    border: 1px solid #888;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0; left: 50%;
    margin-left: -12px;
}

.ap-pay-way input.radio + label .label-text {
    position: relative;
}

.ap-pay-way input.radio + label .label-text .fa-pencil {
    font-size: 1.6rem;
    color: #b2b2b2;
    position: absolute;
    top: -2px; right: -23px;
    display: none;
}

.ap-pay-way .label-text-sum-wrap {
    display: block;
    padding: 0.7rem 0 1.5rem;
    font-size: 1.6rem;
    color: #5b5b5b;
}

.ap-pay-way li.green .label-text-sum-wrap {
    color: #00b314;
}

.ap-pay-way .label-text-sum {
    position: relative;
}

.ap-pay-way .label-text-sum-wrap .fa-pencil {
    color: #b2b2b2;
    position: absolute;
    top: 0; right: -2.5rem;
}

.ap-pay-way input.radio:checked + label {
    color: #00b314
}

.ap-pay-way input.radio:checked + label:after {
    background: #00b314;
    border-color: #00b314;
}

.ap-pay-way input.radio:checked + label .label-text .fa-pencil {
    display: block;
}


.new-app-form-wrap {
    padding: 0 0 1rem;
}

.radio-list {
    padding: 1rem 1.5rem;
}

.radio-list li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    text-align: center;
    position: relative;
    color: #888;
}

.radio-list li:first-child {
    text-align: left;
}

.radio-list li:last-child {
    text-align: right;
}

.radio-list input.radio {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    opacity: 0;
}

.radio-list label {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 0 3rem;
}

.radio-list label:after {
    content: " ";
    display: block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #888;
    position: absolute;
    bottom: 0; left: 50%;
    margin-left: -12px;
}

.radio-list input.radio:checked + label:after {
    background: #0191ea;
    border-color: #0191ea;
}

.h-red .radio-list input.radio:checked + label:after {
    background: #d02222;
    border-color: #d02222;
}

.h-red .radio-list input.radio:checked + label {
    color: #d02222;
}


.radio-list_var2 {
    padding: 0 0 1px;
}

.radio-list_var2 li {
    width: 49%;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
}

.radio-list_var2 li:first-child
, .radio-list_var2 li:last-child {
    text-align: center;
}

.radio-list_var2 label {
    padding: 3rem 0 0;
}

.radio-list_var2 label:after {
    bottom: auto;
    top: 0;
}

.checkbox-list {
    padding: 2.8rem 0.6rem 2.8rem 2rem;
}

.checkbox-list li {
    color: #888;
    margin: 3.5rem 0 0;
    position: relative;
}

.checkbox-list li:first-child {
    margin: 0;
}

.checkbox-list input.checkbox {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0; right: 0;
    opacity: 0;
}

.checkbox-list label {
    display: block;
    min-height: 20px;
    position: relative;
    z-index: 1;
    padding: 3px 3rem 2px 0;
}

.checkbox-list .checkbox-duo {
    display: block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #888;
    position: absolute;
    top: 50%; right: 0;
    margin-top: -12px;
    text-align: center;
    line-height: 22px;
}

.checkbox-list .fa-check {
    color: #7089a4;
    display: none;
}

.checkbox-list input.checkbox:checked + label .fa-check {
    display: inline-block;
}

.display-if-checked {
    display: none;
}


.block-checkbox-list {
    padding: 0;
}

.block-checkbox-list li {
    margin: 0;
    border-top: 1px solid #d5d5d5;
    color: #4c4c4c;
}

.block-checkbox-list li:first-child {
    border-top: none;
}

.block-checkbox-list label {
    padding: 1.6rem 5rem 1.2rem 2rem;
}

.block-checkbox-list h4 {
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0 0 .7rem;
}

.block-checkbox-list h4 .gender {
    color: #d02222;
}

.ch-wrap {
    font-size: 1.3rem;
    color: #b9b5b5;
}

.ch-wrap .ch-price
, .ch-wrap .ch-time
, .ch-wrap .ch-pack
, .ch-wrap .ch-kol {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.ch-wrap .center {
    text-align: center;
}

.ch-wrap .right {
    text-align: right;
}

.ch-price {
    font-weight: bold;
    color: #898989;
}

.block-checkbox-list .checkbox-duo {
    right: 1.3rem;
}

.block-checkbox-list .fa-check {
    color: #239ee9;
}


.checkbox-list label.product-info {
    padding: 0 6rem;
}

.product-info .name {
    display: block;
    padding: 2.5rem 0;
}

.product-info .pic {
    border: 1px solid #d8d8d8;
    position: absolute;
    top: 50%; left: 1.3rem;
    transform: translateY(-50%);
}

.product-info .valign {
    position: relative;
}

.product-info .ch-wrap {
    width: 100%;
    position: absolute;
    bottom: 1rem; left: 0;
    font-size: 1.2rem;
    line-height: 100%;
    color: #b9b5b5;
}


.add-products-form-wrap {
    padding: 0 0 1.5rem;
}

.add-products-form-wrap .btn {
    margin: 0;
}

.b-add-product-item {
    margin: 0 0 1.5rem;
}

.b-add-product-item .product-info {
    position: relative;
    padding: 0 1.3rem 0 6rem;
}

.b-add-product-item .ch-wrap span {
    width: 32.3%;
}

.b-add-product-item .ch-wrap .ch-price {
    box-sizing: border-box;
    font-weight: normal;
    color: #d02222;
    position: relative;
    padding: 0 1.7rem 0 0;
}

.b-add-product-item .ch-wrap .fa-pencil {
    color: #cecece;
    font-size: 1.6rem;
    position: absolute;
    top: -3px; right: 0;
}

.b-add-product-cols {
    background: #f6f5f5;
    border-top: 1px solid #d5d5d5;
    padding: 1.5rem 0;
}

.b-add-product-cols h4 {
    font-size: 1.1rem;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 100%;
    color: #7c7c7c;
    text-align: center;
    margin: 0 0 1rem;
}

.add-product-cols-list li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #4c4c4c;
}

.add-edit-item {
    position: relative;
}

.add-edit-item .fa-pencil {
    font-size: 1.6rem;
    font-weight: normal;
    color: #cecece;
    position: absolute;
    top: 0; right: -2rem;
}


.new-app-form-or {
    padding: 0 1.5rem 1rem;
    color: #888;
}

.master-day-time {
    padding: 1rem 0;
    border-top: 1px solid #d3d3d3;
}

.master-day-time.first {
    padding-top: 0;
    border-top: none;
}

.master-day-time h4 {
    font-size: 1.62rem;
    font-weight: normal;
    color: #888;
    margin: 0 0 0.6rem;
}

.d-time {
    position: relative;
    overflow: hidden;
}

.d-time li {
    float: left;
    box-sizing: border-box;
    width: 24%;
    height: 3rem;
    margin: 0 1% 0.4rem 0;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.15);
    font-size: 1.5rem;
    line-height: 3rem;
    color: #444;
    cursor: pointer;
    text-align: center;
}

.d-time li.disabled {
    box-shadow: none;
    cursor: default;
    color: #d8d8d8;
}

.d-time li.active {
    box-shadow: none;
    background: #0191ea;
    color: #fff;
}


.b-accordeon-item {
    padding: 0 0 1rem;
}

.accordeon-trigger {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    height: 6rem;
    position: relative;
    padding: 0 3rem 0 2rem;
    color: #888;
}

.b-accordeon-item_var2 .accordeon-trigger {
    margin: 0 0 1rem;
}

.accordeon-trigger .v-t {
    display: table;
    height: 100%;
}

.accordeon-trigger .v-t-c {
    display: table-cell;
    vertical-align: middle;
}

.accordeon-trigger .fa-angle-right {
    display: block;
    color: #4c4c4c;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -0.8rem;
    transition: transform ease-out 0.1s;
}

.opened .accordeon-trigger .fa-angle-right {
    transform: rotate(90deg);
}

.accordeon-slide {
    display: none;
}

.b-accordeon-item_var2 .accordeon-slide {
    padding: 0.5rem 0 0;
}


.home-salons-list li {
    margin: 0 0 1rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.home-salons-list a {
    display: block;
    border: 2px solid #fff;
    position: relative;
    padding: 0 3rem 0 1.8rem;
    color: #fff;
}

.home-salons-list li.active > a {
    background: #fff;
    color: #4c4c4c;
}

.h-salon-name {
    min-height: 4.6rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.home-salons-list .fa-angle-right
, .home-salons-list .fa-check {
    display: block;
    font-size: 2.5rem;
    position: absolute;
    top: 50%; right: 1.3rem;
    margin-top: -1.2rem;
}

.home-salons-list .fa-check {
    display: none;
    font-size: 1.6rem;
    right: 0.7rem;
    margin-top: -0.8rem;
}

.home-salons-list li.active .fa-angle-right {
    display: none;
}

.home-salons-list li.active .fa-check {
    display: block;
    color: #00b314;
}


.show-more-btn-wrap {
    padding: 0 0 2rem;
}


.statistics-list {
    position: relative;
    left: -7px;
    margin-right: -14px;
}

.statistics-list li {
    float: left;
    width: 50%;
}

.statistics-list a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.statistics-list_inner {
    box-sizing: border-box;
    margin: 0 7px 15px;
    height: 138px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    text-align: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #626262;
    position: relative;
}

.statistics-list_inner .padd {
    padding: 1.5rem 1.5rem 0;
}

.statistics-list_inner .padd.var2 {
    box-sizing: border-box;
    width: 100%;
    padding-top: 0;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
}

.statistics-list_inner .rub {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #22bb33;
    margin: 0 auto 1rem;
    text-align: center;
    position: relative;
    color: #fff;
}

.statistics-list_inner .rub.red {
    background: #d02222;
}

.statistics-list_inner .rub .fa-rub {
    font-size: 2.5rem;
    line-height: 60px;
}

.statistics-list_inner .rub .fa-plus
, .statistics-list_inner .rub .fa-minus {
    display: block;
    font-size: 1.2rem;
    position: absolute;
    top: 1.5rem; right: 1rem;
    opacity: .7;
}

.statistics-list_inner .rub .fa-shopping-basket {
    display: block;
    font-size: 2rem;
    line-height: 60px;
}

.statistics-list_inner .rub .fa-scissors {
    display: block;
    font-size: 2.2rem;
    line-height: 60px;
    transform: rotate(-90deg);
}

.statistics-list_inner .money {
    display: inline-block;
    font-size: 2.3rem;
    line-height: 100%;
    color: #444;
    position: relative;
}

.statistics-list_inner .money .fa-rub {
    font-size: 2.1rem;
    color: #d6d6d6;
    position: absolute;
    top: 1px; right: -2.2rem;
}

.statistics-list_inner .money-type {
    display: block;
    padding: 0.5rem 0 0;
}

.statistics-list_inner .money-type strong {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
    color: #444;
}

.statistics-summary {
    display: block;
    position: relative;
    padding: 1.1rem 4px 1.1rem 50%;
    font-size: 1.1rem;
    position: relative;
}

.statistics-summary-money {
    position: absolute;
    top: 50%; left: 3.2rem;
    transform: translateY(-50%);
}

.statistics-summary .money {
    position: relative;
    font-size: 2.3rem;
    line-height: 100%;
    color: #444;
}

.statistics-summary .money .fa-rub {
    font-size: 2.1rem;
    color: #d6d6d6;
    position: absolute;
    top: 3px; right: -2rem;
}

.statistics-summary .money-type {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2rem; left: 0;
    text-transform: uppercase;
    text-align: center;
    color: #626262;
}

.statistics-summary .fa-angle-right {
    font-size: 2.5rem;
    display: block;
    position: absolute;
    top: 50%; right: 1.5rem;
    margin-top: -8px;
    color: #4c4c4c;
}

.statistics-summary-tbl th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 1.3rem 1.5rem 1.3rem 7px;
}

.statistics-summary-tbl td {
    text-align: right;
    vertical-align: top;
    padding: 1.3rem 0;
}

.statistics-summary-tbl .green {
    color: #22bb33;
}

.statistics-summary-tbl .red {
    color: #d02222;
}

.ct-chart {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

.ct-chart:before {
    display: block;
    content: " ";
    width: 88%; height: 88%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 3px 7px rgba(47,85,120,.44);
}

.ct-chart svg {
    display: block;
    position: relative;
}

.ct-series-a .ct-area
, .ct-series-a .ct-slice-pie {
    fill: #22bb33;
}

#chart1 .ct-series-a .ct-area
, #chart1 .ct-series-a .ct-slice-pie {
    fill: #2c97de;
}

#chart1 .ct-series-b .ct-area
, #chart1 .ct-series-b .ct-slice-pie {
    fill: #d02222;
}

#chart1 .ct-series-c .ct-area
, #chart1 .ct-series-c .ct-slice-pie {
    fill: #22bb33;
}

#chart1 .ct-series-d .ct-area
, #chart1 .ct-series-d .ct-slice-pie {
    fill: #e7e6e6;
}

.ct-series-b .ct-area
, .ct-series-b .ct-slice-pie {
    fill: #e7e6e6;
}

.ct-label {
    color: rgba(255,255,255,1);
    fill: rgba(255,255,255,1);
    font: 12px "Myriad Pro", Helvetica, Arial;
}

#chart1 .ct-label:last-child {
    color: rgba(143,143,143,1);
    fill: rgba(143,143,143,1);
}

#chart2 .ct-label:last-child {
    color: rgba(255,255,255,0);
    fill: rgba(255,255,255,0);
}


.h-fixed-head-tbl {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    overflow-y: scroll;
    position: relative;
}

.h-scroll-head-tbl {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    max-height: 366px;
    overflow-y: scroll;
}

.h-fixed-foot-tbl {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    overflow-y: scroll;
    position: relative;
}

.fixed-scroll-tbl {
    width: 100%;
}

.fixed-scroll-tbl th {
    height: 6rem;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    color: #444;
}

.fixed-scroll-tbl th .fa {
    font-size: 1.5rem;
}

.fixed-scroll-tbl td {
    height: 6rem;
    border-bottom: 1px solid #fff;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    color: #444;
}

.fixed-scroll-tbl .clickable-row td {
    cursor: pointer;
}

.fixed-scroll-tbl .green td {
    background: #b7dabb;
}

.fixed-scroll-tbl .red td {
    background: #f4c5c5;
}

.fixed-scroll-tbl td .fa {
    font-size: 1.1rem;
    color: #666;
}

.fixed-scroll-tbl td .fa-scissors {
    transform: rotate(-90deg);
}

.fixed-scroll-tbl .bigger {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.fixed-scroll-tbl .w1 {
    width: 8%;
}

.fixed-scroll-tbl .w2 {
    width: 11.5%;
}

.fixed-scroll-tbl .w3 {
    width: 46%;
}

.fixed-scroll-tbl .w4 {
    width: 23%;
}

.fixed-scroll-tbl a {
    color: #0066cc;
    text-decoration: underline;
}


.fst-inn {
    padding: 0 2px;
}







.hr {
    height: 1px;
    background: #bbb;
    position: relative;
    left: -1.5rem;
    margin: 2rem -3rem 2rem 0;
}

.btn {
    display: block;
    padding: 2.2rem 0 2rem;
    background: #00b314;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.h-header_blue .btn {
    background: #239ee9;
}

.btn.cancel-btn {
    background: #999;
}

.btn.save-btn {
    background: #0191ea;
}

.btn.show-more-btn {
    background: #e6e6e6;
    color: #919191;
}

button.submit.btn {
    width: 100%;
    border: none;
}

.h-red button.submit.btn {
    background: #d02222;
}


.h-footer {
    width: 100%;
    padding: 2rem 0;
    position: absolute;
    bottom: 0; left: 0;
    background: #132f47;
    font-size: 1.6rem;
    text-align: center;
}

.foot-links {
    padding: 0 0 2rem;
}

.foot-links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.6rem;
}

.foot-links li:first-child {
    margin-left: 0;
}

.foot-links li:last-child {
    margin-right: 0;
}

.foot-links a {
    display: block;
    width: 6.5rem;
    height: 3.5rem;
    padding: 2.5rem 1rem 0;
    border: 2px solid #5483ae;
    border-radius: 1rem;
    font-size: 1.1rem;
    color: #5483ae;
    position: relative;
}

.foot-links a.problems {
    border-color: #88abca;
    color: #88abca;
}

.foot-links .fa {
    display: block;
    position: absolute;
    top: 0.8rem; left: 50%;
    transform: translateX(-50%);
}

.foot-links .fa-laptop {
    top: 1rem;
}

.logout {
    color: #b1d0ed;
    text-align: center;
}

.logout .fa-sign-out {
    vertical-align: middle;
    font-size: 2.5rem;
    margin: -0.2rem 0 0 0.8rem;
}


.h-footer-fixed {
    width: 100%;
    position: fixed;
    bottom: 0; left: 0;
    z-index: 1;
}
