/* GENERAL */

* {

    margin: 0;

    padding: 0;

}

html {

    overflow-x: auto;

    overflow-y: scroll;

}

body, div, table, td, th, tr, h1, h2, h3, h4, h5, ul, li, p, span, a {

    margin: 0;

    padding: 0;

    text-decoration: none;

    position: relative;

    font-family: 'Open Sans', sans-serif;

    font-size: 16px;

}

p {

    margin: 30px 0

}

ul {

    list-style: none

}

.show_desktop {
    display: inline-block;
}

.show_mobile {
    display: none;
}

.media-link {
    cursor: pointer;
}

/* SITE */

body {

    min-width: 320px;

}

textarea {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.site {

    width: 100%;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

}

#appointment {
    padding-top: 50px;
}

.container {
    position: relative;
    width: 1170px;
    /*width: 100%;*/
    margin: 0 auto;
}

.item {
    overflow: hidden;
    padding: 0;
}

.choices {
    text-align: center;
}

.title.mychoice {
    display: none;
    text-align: center;
    z-index: 20000;
    top: 40px;
}

.text_mychoice {
    font-size: 27px;
}

.title.mychoice i {

    font-size: 24px;
    color: #093552;
    bottom: -24px;
    background-color: #ddd;
    padding: 3px;
    border-radius: 40px;

    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.fold_treatment {
    border: 1px solid #5b5c59;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.fold_treatment.noborder {
    border: 0px solid #fff;
}

.icon_close_choice {
    display: none;
}

.row_history {
    width: 100%;
    background-color: #fff;
    padding: 10px 0px 0px;
    z-index: 1000;
    position: fixed;
    -webkit-transition: top 0.5s; /* Safari */
    transition: top 0.5s;
    background-color: rgba(255, 255, 255, 0.98);
}

.flow_image {
    color: #fff;
}

.row_history_images {
    overflow: hidden;
    padding: 5px 0px;
    text-align: center
}

.flow_history_image, .flow_back {
    display: inline-block;
    padding: 5px 12px;
    opacity: 0.2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background-color:#ddd;*/
}

.flow_history_image.cur_active {
    opacity: 1;
}

.flow_history_image.cur_active i {
    color: #093552;
}

.flow_history_text {
    float: right;
    padding: 5px;
    top: 5px;
    left: -3px;
    padding-left: 0;
    overflow: hidden;
    color: #093552;
}

.flow_history_item {
    display: inline-block;
    padding: 2px 5px;
    margin: 0;
    margin-left: -5px;
    overflow: hidden;
    border-right: 2px solid #fff;
}

.flow_history_item.active {
    background-color: rgba(250, 94, 65, 0.2);
    cursor: pointer;
}

.flow_history_item.active:hover {
    background-color: rgba(250, 94, 65, 0.4);
}

.row_history_images .flow_history_item.active:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.flow_right_corner {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.flow_back {
    top: 5px;
    opacity: 1;
    position: absolute;
    display: inline-block;
    padding: 5px 12px;

    margin-left: -300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background-color:#ddd;*/
    cursor: pointer;
}

#agenda_container {
    padding-bottom: 200px;
}

.agenda_holiday {
    position: absolute;
    top: 0px;
    background-color: #ccc;
    color: #fff;
    z-index: 100;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}

.flow_history_image img {
    height: 25px;
}

.but_edit_day {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 110;
    padding: 3px;
    cursor: pointer;
}

.menu_edit_day {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 11000;
    top: 30px;
    display: none;
    -webkit-box-shadow: 0px 21px 30px -8px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 30px -8px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 30px -8px rgba(0, 0, 0, 0.18);
    height: 200px;
}

.menu_edit_day ul {
    padding: 10px 0px;
    border-bottom: 0px solid #ddd;
    border-top: 1px dotted #ddd;
}

.menu_edit_day ul li {
    padding: 8px 0px 8px 15px;
    font-size: 14px;
    text-align: left;

    cursor: pointer;
}

.menu_edit_day ul li:hover {
    background-color: #eee;
}

.but_edit_day i {
    font-size: 14px;
    color: #999;
}

.flow_history_image.active {
    opacity: 1;
    cursor: pointer;
}

.select_activitytype {
    cursor: pointer;
    min-width: 250px;
}

.choices .title {
    color: #4a4a4a;
    padding-top: 12px;
    top: 15px;
}

.salon-phone {
    display: none;
}

.flow_choice {
    cursor: pointer;
    min-width: 250px;
    text-align: center;
    display: inline-block;

}

.light_grey {
    background-color: #fff;
}

.flow_title {
    font-weight: 700;
    font-size: 20px;
    color: #093552;
    padding-top: 15px;
    padding-bottom: 7px;

}

.flow_value {
    color: #093552;
    text-align: center;
    padding-bottom: 35px;
    font-size: 18px;


}


.flow_choice_link i {
    background-color: #fff;
    color: #093552;
    border-radius: 15px;
    margin-top: 10px;
}

.hideIcon {
    display: none;
}

.flow_history {
    padding: 50px 10px 40px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid #fff;
    display: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    z-index: 2500;
}

.flow_continue {

    text-align: center;
    text-decoration: underline;
    color: #1c94c4;
    cursor: pointer;
    padding-top: 50px;
}

.flow_history:last-child {
    border-right: 0px solid #fff;
}

.flow_choice_link, .flow_calendar_link {
    color: #6097e7;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.flow_choice_link.button {
    overflow: hidden;

    position: relative;
    text-decoration: none;
}

.flow_calendar_link {
    color: #6097e7;
    text-decoration: underline;
    cursor: pointer;

}

.flow_calendar_link {
    display: none;
    padding-top: 15px;
}

.wrapper {
    text-align: center;
}

/* HEADER */

.header_booking {

    height: 50px;

    background-color: #093552;
    color: #fff;

    padding: 10px 0px;

    color: white;

    font-family: "Open Sans", sans-serif;

    font-size: 27px;

    font-weight: 300;

    line-height: 37px;

    text-align: center;

    position: fixed;

    z-index: 50000;
    width: 100%;

}

.header_items {
    position: absolute;
}

.header_booking .title {
    height: 50px;
    line-height: 45px;
    font-size: 27px;
    bottom: 20px;
    text-align: center;
    color: #fff;
}

.header_booking .drag {
    display: none;
    width: 40px;

    height: 4px;

    background-color: white;

    opacity: 0.5;

    border-radius: 6px;

    bottom: 10px;

    left: 50%;

    margin-left: -20px;

    position: absolute;

}

.row_choice {
    display: none;
}

.header_item {

    max-width: 200px;

    height: 46px;

    border: 1px solid white;

    border-radius: 26px;

    margin: 0 10px;

}

.header_item .text {

    width: auto;

    font-weight: 400;

    margin: 4px 0 7px 40px;

    text-align: left;

}

.user_account .usermenu_img {
    margin-top: 50px;
}

#user_info {
    padding-bottom: 40px;
    line-height: 24px;
    color: #000;
}

.login_message {
    color: #ff0000;
    font-weight: bold;
    padding-top: 10px;
}

.input_date {
    padding: 15px 10px;

    min-width: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #ccc;
    font-size: 16px;

}

.form_input_date .input_date {
    padding: 5px;
    min-width: 0px;
}

.header_item .oval {

    width: 34px;

    height: 34px;

    border: 2px solid white;

    border-radius: 26px;

    float: left;

    line-height: 33px;

    margin: 4px;

}

.header_item .oval .text {

    width: auto;

    font-weight: 400;

    margin: 0;

    line-height: 34px;

    text-align: center;

    position: relative;

}

.box_profile {
    min-height: 500px;

}

.box_profile h2 {
    padding: 0px;
    line-height: 24px;
}

.box_profile input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px;
    width: 90%;
    text-align: center;
}

.box_profile select {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px;
    width: 70px;
    display: inline-block;
    text-align: center;
}

.box_profile .button_small {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
}

.header_booking .row {
    height: 100px;
}

#profile_message {
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #14A613;
}

.box_profile .usermenu_img {
    margin-bottom: 20px;
}

.usermenu_message {
    padding: 5px 20px;
}

.box_profile a {
    font-size: 12px;
    padding-top: 12px;
    color: #118FF7;
}

.box_profile .title_wrapper {
    text-align: center;
    margin-top: 15px;

}

.box_profile .title_wrapper i {
    color: #999;
}

.icon_profile i {
    font-size: 100px;
    color: #999;
}

.box_profile .title_wrapper i:firstchild {
    display: inline-block;
    text-align: left;

}

.box_profile .title_wrapper i:lastchild {
    display: inline-block;
    text-align: right;
}

.box_profile .title_text {
    display: inline-block;
    text-align: center;

    color: #999;

}

.day {
    display: inline-block;
    text-align: center;
    padding: 5px 2px;
    vertical-align: middle;
}

.day_profile {
    color: #999;
    font-size: 11px;
}

.day_circle {
    color: #999;
    border-radius: 50px;
    border: 1px solid #999;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;

}

.day_circle i {
    font-size: 30px;
    line-height: 30px;
    color: #1bec87;
}

.inner_circle_day {
    color: #fff;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    cursor: pointer;
    background-color: #1bec87;
    margin-top: 1px;
    line-height: 28px;
    font-weight: bold;
    font-size: 13px;
}

.day_set_wrapper {
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 50px;
    max-width: 290px;
    margin: 0 auto;
    margin-top: 15px;
    display: none;
}

#time_result, #time_pause {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    text-align: center;

}

#time_pause {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 10px;
}

.form_profile {
    padding-top: 0px;
    text-align: center;
}

.time_wrapper {
    padding-top: 10px;
    overflow: hidden;
    font-size: 12px;
}

.triangle {
    background-color: #fff;
    position: relative;

    left: 15px;
    z-index: 0;

}

.triangle::after,
.triangle::before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;

}

.triangle::after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
    margin-top: 1px;
}

.triangle::before {
    border-bottom: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -1px;
    margin-left: -0px;
    z-index: -100;
}

/* HAMBURGER */

.htx_container {

    width: 34px;

    height: 33px;

    margin: 2px 33px 16px 21px;

    display: inline;

    cursor: pointer;

    float: right;

    padding: 11px 5px 0 5px;

}

.htx_container .line {

    width: 34px;

    height: 1px;

    border-top: 1px solid white;

    padding: 5px 0;

}

/* BODY */

.content {
    min-height: 200px;
}

.content {
    padding-left: 0px !important;
}

.row_userform {
    text-align: center;
    padding: 10px 0px;
    overflow: hidden;
    color: #333;
    padding-bottom: 2px;
    line-height: 20px;

}
.form_info{
    display:none;
    padding:15px;
    text-align:center;
    font-size:12px;
    color:#666
}

.but_userform_email, .but_userform_mail, .but_userform_username  {
    display: inline;
    cursor: pointer;
    top: 5px;
    left: 10px;
    overflow: hidden;
    color: #093552;
}

.row_userform input {
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    display: inline;

}


.row_userform_pw_text {
    font-size: 12px;
    color: #5a97ff;;
    padding-top: 8px;
    cursor: pointer;
    text-decoration: underline;
}

.row_userform input#username {
    margin-left: 30px;
}

.row_userform_pw_message {
    display: none;
    color: #5a97ff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size:12px;
    color:#00b901;
}

#header_button {
    display: none;
}

.ff {
    float: right;
}

.icon_date_calendar {
    float: left;
}

.icon_date_calendar {
    display: none;
}

.ff .material-icons {
    font-size: 30px;
}

/* IMAGES */

.icon_placeholder_round {

    width: 106px;

    height: 106px;

    left: 50%;

    top: 15px;

    margin-left: -52px;

    position: absolute;

    border-radius: 90px;

}

.icon_fold {

    width: 34px;

    height: 34px;

    cursor: pointer;

}

#timeMarge {
    display: none;
}

.icon_fold_minus {

    width: 34px;

    height: 17px;

    border-bottom: 1px solid #5b5c59;

    position: absolute;

}

.icon_fold_plus {

    width: 17px;

    height: 34px;

    border-right: 1px solid #5b5c59;

}

.star_required {
    position: absolute;
    padding-left: 10px;
    padding-top: 10px;
    display: inline;
}

.icon_radio_button {

    width: 16px;

    height: 16px;

    top: 4px;

    opacity: 0.54;

    border: 2px solid #5b5c59;

    border-radius: 90px;

    margin-right: 10px;

    cursor: pointer;

}

.icon_check_box {
    width: 16px;

    height: 16px;

    top: 4px;

    opacity: 0.54;

    border: 2px solid #5b5c59;

    border-radius: 90px;

    margin-right: 10px;

    cursor: pointer;
}

.booking_detail .check_edit {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

.chk_booking_mail {
    padding: 20px 0px 50px;
}

.ajax_container_final_change textarea {
    padding: 15px;
    border: 1px solid #ccc;
    min-height: 120px;
    font-size: 16px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.ajax_container_final_change .comment {
    padding: 0px 0px 20px;
    font-size: 16px;
    height: 90px;
}

.but_activity_active {
    width: 12px;

    height: 12px;

    top: 4px;

    opacity: 0.54;

    border: 0px solid #5b5c59;

    border-radius: 90px;

    margin-right: 10px;

    cursor: pointer;
    background-color: #000;
    margin-left: 2px;
    margin-top: -2px;
    display: none;
}

.icon_check_box .but_activity_active {
    width: 12px;
    height: 12px;
    top: 4px;
    opacity: 0.54;
    border: 0px solid #5b5c59;
    border-radius: 90px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #000;
    margin-left: 2px;
    margin-top: -2px;
    display: none;
}

.activity_melding, .person_melding, .location_melding {
    display: none;
    color: #000;
}

.activity_message {
    background-color: #ffffaa;
    color: #000;
    padding: 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    display: none;

}

div.css_hide {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 5s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;

}

@-webkit-keyframes seconds {
    0% {
        display: 1;
    }
    100% {
        opacity: 0;

    }
}

@keyframes seconds {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;

    }
}

.icon_tick_box {

    width: 14px;

    height: 14px;

    top: 4px;

    opacity: 0.54;

    border: 2px solid #5b5c59;

    border-radius: 2px;

    margin-right: 10px;

    cursor: pointer;

}

.picker_icon {

    margin-top: 0px;
    width: 50px;
    height: 50px;
    float: left;

}

.picker_icon img {
    width: 100%;
}

/* ROWS */

.row {

    overflow: hidden;

}

.row_day_part {
    display: none;
}

/* TEXTS */

.title {

    padding-top: 20px;

    -webkit-user-select: text;

    -moz-user-select: text;

    user-select: text;

}

.link_text {

    width: auto;

    height: auto;

    color: #6097e7;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    text-decoration: underline;
    color: #000;
    font-size: 12px;

    cursor: pointer;

    -webkit-user-select: text;

    -moz-user-select: text;

    user-select: text;

}

.small_button_text:hover {

    color: white;
}

.small_button_text {

    font-size: 14px;

    font-weight: 700;

    line-height: 19px;

    padding-top: 9px;
    padding-bottom: 12px;
    text-decoration: none;

}

/* BUTTONS */

.button {

    font-family: "Open Sans", sans-serif;
    text-align: center;
    background-color: white;
    cursor: pointer;
    height: 40px;
    color: #3e3f3c;
    border: 0px solid #3e3f3c;
    border-radius: 20px;
    /*margin: 0 12px 14px 0px;*/
    cursor: pointer;
    overflow: hidden;
    max-width: 250px;
    line-height: 40px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2000;
    margin-top: 15px;
    min-width: 200px;

}

.row_userform .button {
    z-index: 500;
}

.final_checks {
    padding: 20px 0;
}

.final_check_item {
    padding: 8px;
    font-size:12px;
    color:#999;
}

.final_check_item input {
    opacity: 1 !important;
    max-height: 30px !important;
    max-width: 30px !important;
    height: 14px !important;
}

.no_show {
    color: #aaa;
    font-size: 14px;
    padding-bottom: 15px;
}

.error_conditions {
    font-weight: bold;
    color: #ff0000;
}

.flow_history_user_icon {
    padding-top: 3px;
}

.flow_user_data_icon i {
    font-size: 50px;
    color: #093552;
    padding-top: 50px;
}

.button .oval {

    width: 34px;

    height: 34px;

    border: 2px solid white;

    border-radius: 26px;

    float: left;

}

.button .oval:hover {

    border: 2px solid #3e3f3c;

}

.button .text {

    width: auto;

    height: 35px;

    line-height: 38px

}

.booking_new_item {
    padding: 20px 20px 10px;
    border-top: 1px solid #ccc;
    cursor: pointer;
}

.date_booking_new {
    color: #ff5400;
    font-size: 18px;
    cursor: pointer;
}

.booking_new_item h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #ff5400;
    font-size: 18px;
    font-weight: bold;

}

.booking_new_item_text {
    font-size: 14px;
    padding: 3px 0px;
}

.booking .button {

    max-width: 200px;

    font-weight: 700;

}

.booking .button:hover {

    background-color: #093552;

    color: white;

}

.content .button {

    width: 243px;

    color: #3e3f3c;

    border: 1px solid #5b5c59;

    font-family: "Open Sans", sans-serif;

    font-size: 19px;

    font-weight: 700;

    line-height: 26px;

    border-radius: 30px;

    left: 50%;
    text-align: center;

    margin-left: -122px;

    padding: 16px 2px;

}

.but_nextrow {
    display: none;
}

.content .button:hover {

    background-color: #093552;

    color: white;

}

.booking_invoice_list ul {
    max-width: 500px;
    border-top: 1px solid #ddd;
    margin: 0 auto;
}

.booking_invoice_list li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.invoice_list_item {
    display: inline-block;
    padding: 10px 15px 10px 0px;
    text-align: left;
}

.invoice_list_item.c1 {
    width: 40%;
    text-align: left;
}

.invoice_list_item.c2, .invoice_list_item.c3 {
    width: 50%;
    text-align: right;
}

.button_small {

    height: 40px;

    color: #3e3f3c;

    border: 1px solid #3e3f3c;

    border-radius: 20px;

    margin: 0 12px 14px 12px;

    cursor: pointer;

    overflow: hidden;

}

.button_small:hover, .button_small.active, .button_small:hover .small_button_text, .button_small.active .small_button_text {

    background-color: #093552;
    color: #fff !important;
    text-shadow: none;

}

.but_status.button_small:hover, .but_status.button_small:hover .small_button_text {
    background-color: transparent;
    color: #ff5400 !important;
}

#header_cost .header_item {

    max-width: 100px;

}

#time_booking {
    font-size: 20px;
    padding: 5px 0px;
}

.booking_regel {
    padding-top: 10px;
}

.booking_mail_subject, .booking_mail_body {
    padding: 15px;
    overflow: hidden;
    width: 90%;
}

.text_status_comment {
    padding-top: 15px;
}

.text_status_comment textarea {
    width: 100%;
    height: 80px;
}

.but_show_status_comment {
    text-decoration: underline;
    cursor: pointer;
    color: #4a89e3;
    font-size: 12px;
    padding-bottom: 10px;
}

.text_status {
    display: none;
}

.input_wrapper {
    border: 1px solid #ccc;
    padding: 10px;
}

.mail_subject {
    width: 100%;
    padding: 10px 0px;
    border: 0px solid #ccc;
    text-align: center;
    font-size: 20px;
}

.mail_body {
    width: 100%;
    border: 0px solid #ccc;
    min-height: 120px;
    font-size: 20px;
}

.booking_buttons {
    padding-top: 40px;
    overflow: hidden;
}

.booking_buttons .counter {
    position: absolute;
    top: -10px;
    right: 25px;
    width: 22px;
    height: 22px;
    background-color: #3e3f3c;
    color: #fff;
    text-align: center;
    line-height: 22px;
    z-index: 20;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}

/* GENERAL WRAPPERS */

.container .wrapper {

    background-color: white;
    border: 0px solid #5b5c59;
    border-radius: 8px;
    margin: 0;
    padding: 20px;

}

.container .wrapper.toggle {
    display: none;
    ! *temp disabled untill working *!
    margin: 10px 0;
}

.container .row_stylist .wrapper.toggle {
    display: block;
}

.row_treatment_picker .wrapper {

    border: none;

    background: none;

    padding: 0;

}

.choices .wrapper {

    overflow: hidden;
    height: 70px;
    background-color: white;

    border: 1px solid #5b5c59;

    border-radius: 8px;

    margin: 5px 0px;

    padding: 10px 20px;

}

.profile-wrapper {
    margin: 0 auto;
}

.profile-wrapper .wrapper {
    padding-bottom: 15px;
}

.profile_activity {
    padding-top: 20px;
}

.profile_row_activity {
    padding: 10px 0px;
    text-align: left;
    overflow: hidden;
}

.profile_row_activity_sub {
    float: left;

    overflow: hidden;
    width: 100%;
}

.sub_text {
    float: left;
    font-size: 11px;
    width: 70%;
    padding: 3px 0px;
}

.sub_text p {
    padding: 0;
    margin: 0;
    float: left;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 12px;
}

.sub_text i {
    float: left;
}

.sub_time {
    float: left;
    font-size: 12px;
    width: 30%;
    padding: 3px 0px;

}

.time_slot {
    float: right;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    line-height: 20px;

}

.time_slot_add {
    float: right;
    background-color: #000;
    color: #fff;
    border-radius: 0px 25px 25px 0px;
    height: 24px;
    width: 24px;
}

.time_slot_add.inactive i {
    color: #ccc;
}

.time_slot_add_last {
    border-radius: 25px 0px 0px 25px;
}

.time_slot_add i {
    color: #fff;
    cursor: pointer;

}

.dashboard_wrapper.booking_agenda {
    background-color: transparent;
    padding-top: 165px;
}

.booking_day {
    float: left;
    width: 13%;
    border-bottom: 1px solid #eee;

}

.booking_day.firstDay {

    padding-left: 80px;
}

/* PICKER */

.row_treatment_picker .picker_icon {
    top: 15px;
    height: 30px;

}

/* BLOCK HEAD */

.block_head .wrapper {

    border: none;

    margin: 20px 0;

    padding: 0;

}

.row_choose_today {
    padding-top: 20px;
}

.block_head .title {
    color: #4a4a4a;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding-top: 20px;
    overflow: hidden;

}

/* BLOCK END */

.block_end .wrapper {

    border: none;

    padding: 0;

    margin: 0;

}

.block_end .link_text {

    margin: 15px 0;

}

.row_time .block_end .wrapper {
    margin: 20px 0;
}

/* TOGGLE SWITCH */

.toggle {

    height: 20px;

}

.toggle_person {
    float: left;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 10px;
}

.check_person {
    float: left;
}

.no_person_checked {
    display: none;
    margin: 30px 0px;

}

.no_person_checked .but_person {
    width: 250px;
    margin: 0 auto;
}

.toggle_text {

    color: #4a4a4a;

    font-size: 14px;

    font-weight: 400;

    line-height: 20px;

    text-align: left;

    margin-left: 70px;

    -webkit-user-select: text;

    -moz-user-select: text;

    user-select: text;

}

/* TREATMENT */

.genderspecific.fold_treatment {
    display: none;
}

#fold_treatment {
    padding-bottom: 70px;
}

#fold_treatment.row {
    overflow: auto !important;
}

.fold_treatment .wrapper {

    margin: 10px;

}

.fold_action {
    cursor: pointer;
    /*height: 50px;*/

}

.fold_treatment .title {

    color: #3e3f3c;

    font-family: "Open Sans", sans-serif;

    font-size: 20px;

    font-weight: 300;

    line-height: 36px;

    text-align: left;

    width: 80%;

    padding: 0;
    padding-left: 50px;

}

.fold_treatment .unfolded_content {

    display: none;

    margin-top: 15px;
    /*padding-left:55px;*/

}

.fold_treatment .text {

    color: #4a4a4a;

    font-family: "Open Sans", sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 30px;

    text-align: left;
    padding: 0px;

}

.fold_treatment .paragraph {

    padding: 35px;

    margin: 47px 7px 30px 10px;

    background-color: whitesmoke;

    border-radius: 6px;

}

.fold_treatment .paragraph .button_small {

    width: 150px;

    left: 50%;

    margin: 30px 0 0 -75px;

    background-color: white;

}

.fold_treatment .paragraph .button_small:hover {

    background-color: #3e3f3c;

}

.fold_treatment .folder {

    width: 34px;

    display: none;

    top: 0;

    margin-left: 0px;

    position: absolute;

    display: flex;

}

.fold_treatment .fold_item {
    cursor: pointer;
    width: 100%;
}

.fold_level2 {
    margin-left: 20px;
}

.fold_level3 {
    margin-left: 40px;
}

.fold_level4 {
    margin-left: 60px;
}

.folded_level2, .folded_level3, .folded_level4 {
    display: none;

}

.fold_treatment .icon_tick_box {

    float: left;

}

.fold_treatment .icon_radio_button, .fold_treatment .icon_check_box {

    float: left;

}

.fold_treatment .left_row {

    width: 55%;

    float: left;

}

.treatments h4 {
    font-weight: normal;
    padding: 15px 5px;
}

.fold_treatment .right_row {
    float: right;
    text-align: right;
    white-space: nowrap;
}

.fold_treatment .middle_row {
    width: 15%;
    float: right;
    right: 150px;
    text-align: right;
}

.fold_treatment .second_row {
    width: 21%;
    float: right;
}

.fold_treatment .text_row {
    width: 100%;
}

.row_treatment_hair .block_end .wrapper {
    padding: 30px 65px;
}

.genders .icon1 {
    height: 92px;
    margin: 15px;
}

/* SALON */

.phone {
    text-decoration: none;
}

/* STYLIST  */

.row_stylist .blocks {
    background-color: white;
    border: 1px solid #5b5c59;
    border-radius: 6px;
    margin: 20px 0;
    padding: 40px;
}

/* PICTURE */

.picture-block .wrapper {
    background-color: white;
    border: 1px solid #5b5c59;
    border-radius: 8px;
    margin: 20px 10px;
    padding: 15px;
}

.picture-block .item .picture-wrapper {
    height: 140px;
}

.picture-block .item .text {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 2px;
    text-align: center;
    padding: 0px 0px;
    min-height:40px;
}
.existing_customer{
    line-height:1.5;
    padding:15px 0;
}
.user_info{
    padding: 20px 0px;
    line-height: 1.5;
}
.user_info a{
    line-height:1.5;
    font-size:12px;
    text-decoration:underline;
}
.booking_info{
    padding-bottom:120px;
}

.booking_info .flow_image img{
    height:25px;
}
.booking_info .flow_title{
    font-size:12px;
    padding-bottom:3px;
}
.booking_info .flow_value{
    font-size:16px;
    padding:0;
    line-height:1.2;
}
.booking_info .flow_choice_link{
    position:relative;
    padding;0;
    line-height:1.5;
    font-size:12px;
}
.error_holder .booking_info, .error_holder .form_info{
    color:#00b901;
    padding:0;
}
.set_cookie{
    padding:15px 0;
    font-size:12px;
    color:#999;
}

.error_holder{
    padding-top:10px;
    min-height:26px;
}
.picture-block .item .link_text {
    margin: 6px 0 30px 0;
}
#client_booking_existing_customer .row_activity_float{
    bottom:0;
    display:block;
}

.but_final_form.inactive{
    background-color:#ccc!important;
}

#client_booking_existing_customer a,
#client_booking_new_customer a,
#booking_form_login a{
    line-height:1.5;
    font-size:12px;
    text-decoration:underline;
    cursor:pointer;
}

/* TIME */

.block_time_date {
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
}
.row_note textarea {
    width: 230px;
    height: 35px;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;

}
#booking_form_title{
    position: fixed;
    top:130px;
    width:100%;
    left:0;
    background-color:#fff;
    text-align:center;
    z-index:1000;
}

.row_note textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size:12px;
    padding-top:30px;
    font-style:italic ;
}
.row_note textarea::-moz-placeholder { /* Firefox 19+ */
    font-size:12px;
    padding-top:30px;
    font-style:italic ;
}
.row_note textarea:-ms-input-placeholder { /* IE 10+ */
    font-size:12px;
    padding-top:30px;
    font-style:italic ;
}
.row_note textarea:-moz-placeholder { /* Firefox 18- */
    font-size:12px;
    padding-top:24px;
    font-style:italic ;
}

.time-date {
    /*border: 1px solid #eee;*/
    border-top: 1px solid #eee;
    border-bottom: 0px;
    background-color: #fff;
    color: #fff;
    font-size: 40px;
}

.iconic {
    display: inline-block;
}

.time .text {
    display: inline-block;

    top: -4px;
    height: 28px;

    color: #000;

    font-size: 48px;

    font-weight: 300;

    line-height: 28px;

}

.agenda_day_header {
    background-color: #fff;
    width: 13%;
    height: 70px;
    color: #666;
    position: fixed;
    top: 190px;
    z-index: 1200;

}

.agenda_header {
    text-align: left;
    padding: 0px 40px 20px;
    vertical-align: top;
    padding-left: 80px;
    position: fixed;
    top: 180px;
    background-color: #fff;
    z-index: 1200;
    width: 100%;

}

.agenda_header_month {
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: bold;
    top: 0px;
    padding-left: 20px;
    width: 100%;
    position: fixed;
    top: 70px;
    z-index: 1200;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 20px;

}

.agenda_header_month_text {
    font-size: 30px;
    display: inline-block;

}

.agenda_text {
    position: absolute;

}

.agenda_day {
    height: 50px;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    padding: 30px 0 10px;
    text-align: center;
    width: 100%;
}

.agenda_weekday {
    top: 10px;

    text-align: center;
    width: 100%;
}

.agenda_month {
    right: 10px;
    top: 10px;

}

.row_time .carousel {

    height: 115px;

    cursor: grab;

}

.time_picker .wrapper {

    width: 79px;

    margin: 30px 10px;

    padding: 0;

    display: inline-block;

}

.time-button {

    width: 100%;

    cursor: pointer;

}

#0hour {

    margin-top: 40px;

}

/* DATE */

.row_date .wrapper {

    padding: 20px 0;

}

#date .wrapper {

    padding: 0;

}

.block_date_time {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
}

.date .block_date_time .text {

    height: 28px;
    display: inline-block;
    width: 200px;
    text-align: center;
    color: #3e3f3c;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    overflow: hidden;
    padding: 0px;

}

.but_icon {
    display: inline-block;
    width: 20px;
    padding: 0 10px;
    padding-left:20px;
    float: left;
    color: #fff;
}

.but_text {
    padding: 0;
    display: inline-block;
    float: left;
    color: #fff;
    width: 80px;
}

.but_standard_customer {
    padding: 10px 15px;
    padding: 0;
    color: #00000040;
    background-color:rgba(250, 94, 65, 0.2);
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    line-height: 60px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin: 0 auto;
    display: inline-block;
    width: 150px;

    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.but_standard_customer.left {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.but_standard_customer.right {
    background-color:rgba(250, 94, 65, 0.2);
    color: #00000040;
    text-align: right;
}

.but_standard_customer.right  .but_icon {
    padding: 0 10px;
    padding-right:20px;
    float: right;
}

.but_standard_customer.right  .but_text {
    padding: 0 10px;
    float: right;
}
.form_error{
    display:none;
    color:#ff0000;
    font-weight:bold;
    padding:10px 0;
    font-size:16px;
}

.but_standard_customer i {
    line-height: 57px;
}
.booking_forms{
    display:none;
}

#box_beschikbaar {
    display: none;
}

.row_booking_activity_header {
    padding: 20px 0px 10px;
    text-decoration: underline;
}

.but_month_next {
    /*margin-bottom:15px;	*/
    /*display: none;*/

}

#calendar .title {

    color: #3e3f3c;

    font-size: 10px;

    font-weight: 400;

    line-height: 11px;

}

#calendar .title-box {

    width: 42px;

    height: 11px;

    text-align: center;
    margin: 5px 1px 5px 0;

    display: inline-block;

}

#calendar .text {

    color: #3e3f3c;

    font-size: 12px;

    font-weight: 400;

    line-height: 17px;

}

#calendar .text-faded {

    opacity: 1;

    color: #3e3f3c;

    font-size: 12px;

    font-weight: 400;

    line-height: 17px;

    /*    -webkit-user-select: text;

        -moz-user-select: text;

        user-select: text;*/

}

#calendar .not_possible {
    color: #df6340;
}

#calendar .passed_time {
    background-color: #fff;
    color: #ccc;
}

#calendar .today {
    color: #093552;
    font-weight: bold;

}

#calendar .text-box {

    width: 39px;

    height: 29px;

    padding-top: 10px;

    margin: 5px 1px 3px 0;

    display: inline-block;

    cursor: default;

}

.activity_add {
    cursor: pointer;
}

.but_activity_next {
    display: none;
}

.row_activity_float, .float_book {
    position: fixed;
    bottom: -70px;
    width: 100%;
    z-index: 250;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    height: 70px;

}

#calendar .text-box-available {
    width: 42px;
    height: 27px;
    border: 0px solid #C4C4C4;
    border-radius: 40px;
    padding: 0px;
    padding-top: 10px;
    margin: 5px 1px 3px 0;
    display: inline-block;
    z-index: 40000;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

#calendar .text-box-available.active {
    background-color: #000;
    color: #fff;
}

.available {
    opacity: 1;
}

.unavailable {
    opacity: 0.3;
}

.person {
    display: inline-block;
    vertical-align: top;
    /*min-width: 183px;*/
    min-width: 230px;
}

.person.unavailable {
    display: none;
}

.checked {

}

.but_location.checked, .but_person.checked {
    background-color: #333;
    color: #fff;
}

/*#calendar .text-box-available:not(.passed_time):hover {


    background-color: #3e3f3c;

    border-color: #3e3f3c;

    color: white;

    cursor: pointer;

}*/

#calendar .date {

    cursor: default;
    padding-right: 0;

}

/* USER DETAILS */

.row_details .block_head .wrapper {

    padding: 0;

    margin: 5px 0;

}

.row_details .block_head .icon_tick_box {

    top: 4px;

    padding: 0;

    margin: 0 8px 0 0;

    opacity: 0.54;

    border-color: #010101;

    display: inline-block;

}

.row_details .block_head .text {

    color: #4a4a4a;

    font-size: 15px;

    font-weight: 400;

    line-height: 20px;

    display: inline-block;

}

.row_details .button {

    margin: 30px 0 30px -122px;

}

.row_details .submit-form {

    cursor: pointer;

}

.form .wrapper {

    border: none;

    margin-bottom: 0;

    padding: 0 85px;

}

.form input {

    width: 100%;

    height: 53px;

    border: 1px solid #979797;

    border-radius: 6px;

    color: #3e3f3c;

    font-size: 18px;

    font-weight: 400;

    line-height: 24px;

    padding-left: 15px;

    margin: 10px 0;

}

.form .text {

    width: 100%;

    color: #979797;

    font-size: 16px;

    font-weight: 400;

    line-height: 22px;

    margin: 50px 0 20px 0;

}

/* WRONG COMBINATION INFO */

.row_wrong_combination {

    background-color: white;

}

.row_wrong_combination .wrapper {

    border: none;

}

#info .title {

    color: #4a4a4a;

    font-size: 16px;

    font-weight: 700;

    line-height: 22px;

    padding: 0;

    margin: 10px 5px;

}

#info .text {

    color: #4a4a4a;

    font-size: 15px;

    font-weight: 400;

    line-height: 20px;

    margin: 15px 5px;

}

.row_wrong_combination .block_end .button_small {

    width: 150px;

    margin-top: 20px;

    left: 50%;

    margin-left: -75px;

}

/* ICONIC */

.iconic {

    color: #3e3f3c;

    font-size: 30px;

    padding: 0 10px;

    cursor: pointer;

}

.icon_prev {
    display: block !important;
    float: left;
    width: 45px;
}

.icon_next {
    float: right;
}

.iconic_link {

    color: #6097e7;

    font-size: 30px;

    float: left;

}

.iconic_box {

    min-width: 40px;

    height: 40px;

    padding-left: 20px;

    cursor: pointer;

}

#user_info {
    display: none;
}

/* IPHONE STYLE TOGGLE BUTTON */

.block_head input {

    max-height: 14px;

    max-width: 34px;

    opacity: 0;

    float: left;

}

.block_head input + label {

    /*display: block;*/

    position: relative;

    box-shadow: inset 0 0 0 1px #d5d5d5;

    text-indent: -5000px;

    height: 14px;

    width: 34px;

    background-color: rgba(34, 31, 31, 0.26);

    border-radius: 15px;

    display: inline-block;

    margin-top: 4px;

    float: left;

}

.block_head input + label:hover {

    cursor: pointer;

}

.block_head input + label:before {

    content: "";

    position: absolute;

    display: block;

    height: 14px;

    width: 14px;

    top: 0;

    left: 0;

    border-radius: 15px;

    background: rgba(19, 191, 17, 0);

    -moz-transition: .25s ease-in-out;

    -webkit-transition: .25s ease-in-out;

    transition: .25s ease-in-out;

}

.block_head input + label:after {

    content: "";

    position: absolute;

    display: block;

    height: 18px;

    width: 18px;

    top: 0;

    left: 0;

    margin: -2px 0 0 -2px;

    background-color: #f1f1f1;

    border-radius: 15px;

    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);

    -moz-transition: .25s ease-in-out;

    -webkit-transition: .25s ease-in-out;

    transition: .25s ease-in-out;

}

.block_head input:checked + label:before {

    width: 34px;

    background: rgba(74, 74, 74, 1); /* original: rgba(19, 191, 17, 1)*/

}

.block_head input:checked + label:after {

    left: 20px;

    box-shadow: inset 0 0 0 1px rgba(74, 74, 74, 1), 0 2px 4px rgba(0, 0, 0, .2);

}

.header_booking_item {
    padding-top: 5px;
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 10px;
    overflow: hidden;
    display: none;

}

.header_booking_item.icon {
    margin-top: 7px;
}

.icon_profile {
    padding-bottom: 10px;
}

.booking_subline {
    font-size: 12px;
    color: #4a89e3;
    text-decoration: underline;
    padding: 25px 0px;
    cursor: pointer;
    overflow: hidden;
}

.booking_textline {
    font-size: 16px;
    padding: 15px 0px;
    cursor: pointer;
    overflow: hidden;
    line-height: 20px;
}

.booking_no_pw {
    padding-top: 15px;
    /*display:none;*/
}

#ajax_container_available_time {
    padding-bottom: 70px;
}

.booking_login, .booking_new_customer, .row_confirm_booking {
    display: none;
}

.row_confirm_booking.show {
    display: block;
}

.booking .date {
    float: none;
}

.block_head .title.booking_login_title {
    padding-top: 30px;
}

.but_show_absence {
    text-align: center;
    padding: 10px 0px;
    text-decoration: underline;
    font-size: 12px;
    display: inline;
}

.but_show_absence i {
    margin-left: 10px;
    cursor: pointer;
}

.row_add_absence {
    padding-top: 30px;
    display: none;
}

.booking_day_profile {
    margin: 0 auto;
    border-left: 1px dotted #ccc;
}

.booking_day_profile:last-child {
    border-right: 1px dotted #ccc;
}

.day_quarter {
    background-color: #efefef;
    border-top: 1px solid #eee;
    height: 15px;
    overflow: hidden;
    cursor: pointer;

}

.day_quarter.timepassed {
    background-color: #e3e3e3;
}

.day_quarter.free.timepassed {
    background-color: #eee;
}

.day_quarter.occupied {
    background-color: #00adee;
    border-top: 1px solid #00adee;
}

.agenda_popup {
    display: none;
    position: fixed;
    border: 1px solid #ccc;
    width: 400px;
    min-height: 265px;
    background-color: #fff;
    z-index: 20000;
    top: -100px;
    -webkit-box-shadow: 3px 4px 6px -1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 3px 4px 6px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 3px 4px 6px -1px rgba(0, 0, 0, 0.38);
}

.agenda_popup_close {
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 250;
    margin: 5px;

}

.agenda_popup_close i {
    font-size: 25px;
    cursor: pointer;

}

.agenda_popup h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: left;
    padding-top: 15px;
    text-align: center;

}

.booking_treatments {
    height: 200px;
    overflow: auto;

    margin-bottom: 10px;
    /*border-bottom:1px solid #eee;*/
}

.agenda_popup_header {
    width: 100%;
    height: 160px;

    z-index: 200;
    padding: 10px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.agenda_popup .wrapper {
    padding: 0px !important;
}

#booking_box .usermenu_img {
    width: 70px;
    height: 70px;

    top: 10px;
    left: 10px;
}

.agenda_popup .button_small {

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #fff;
    float: right;
    width: 40px;
    margin-bottom: 0px;
}

.agenda_popup .booking_but_wrapper {
    padding: 10px 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.ajax_detail_date_container {
    width: 340px;
    margin: 0 auto;
    padding: 25px 0px;
}

#ajax_detail_date_container {
    display: inline-block;
}

.day_quarter.hour {
    border-top: 1px solid #999;
}

.agenda_popup .booking_treatment, .agenda_popup .booking_time {
    float: left;
    display: inline-block;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    padding: 0px 0px 0px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    text-align: left;
}

.agenda_popup .booking_tr_wrapper {
    overflow: hidden;
    padding: 8px 0px;
    border-bottom: 1px dotted #eee;
}

.day_booking {
    position: absolute;
    z-index: 200;
    width: 100%;
    left: 0px;
    background-color: #d9efd5;
    /*border-radius: 4px;*/
    overflow: hidden;
    border-top: 1px solid #999;
    cursor: pointer;
    opacity: 0.8;

}

.day_booking.occupied {
    background-color: #00adee;
    width: 5%;
}

.day_booking.occupied_full {
    background-color: #fff;
    width: 85%;
    border: 1px solid #fff;
    left: 16px;
    display: none;
    min-height: 90px !important;
    margin-left: 5%;
}

.day_booking.occupied_full .day_booking_wrapper {
    color: #00adee;
    line-height: 1.5;
}

booking_new_item_icons {
    position: relative;
    margin: 0 auto;
    top: -20px;
    width: 120px;
    overflow: hidden;
}

.booking_new_item_accept, .booking_new_item_reject {
    z-index: 12;
    text-align: center;
    float: left;
    margin: 5px;
    overflow: hidden;
    cursor: pointer;
}

.row_customer_reject {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: -40px;
    padding-bottom: 30px;
}

.row_customer_reject .booking_new_item_reject {
    width: 50px;
    margin: 0 auto;
    float: none;
    left: 50%;
    transform: translate(-50%);
}

.booking_old .booking_new {
    opacity: 0.6;
}

.booking_old {
    display: none;
}

.but_show_history {
    color: #95baef;
    padding: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.but_show_history:hover {
    color: #003888;
}

.icon_red i {
    color: #ff0000;
}

.icon_green i {
    color: #00b901;
}

.new_booking_item_info {
    display: inline-block;
    right: 0px;
    top: 5px;
    left: 10px;

}

.new_booking_item_info i {
    color: #ccc;
}

.booking_new_item_accept i, .booking_new_item_reject i {
    font-size: 50px;
}

.item_newbooking i {
    font-size: 30px;
    color: #3e3f3c;
    cursor: pointer;
}

.item_newbooking h3 {
    font-weight: normal;
    padding-bottom: 15px;

}

.booking_date {
    padding-bottom: 15px;
}

.booking_detail_box {
    display: none;
}

.booking_detail_box.ajax_detail_text_container {
    display: block;
}

#booking_detail_message_container div {
    display: inline-table;
    padding-right: 5px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;

}

.check_message_error {
    background-color: #ff0000;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    width: 100%;
    display: none;
    z-index: 100000;
    /*box-shadow: 5px 5px 5px #888;*/
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6)
}

#booking_detail_message_container .newDate, #booking_detail_message_container .newTime {
    color: #df6340;
    text-decoration: underline;
}

.ajax_container_final_change {
    padding: 15px;
}

#ajax_container_final_change {
    text-align: left;
}

.booking_start, .booking_end {
    display: inline-block;
    font-weight: bold;
    padding: 4px 18px;
    font-size: 20px;
}

.booking_detail_message {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;

}

.item_newbooking h3 a {
    padding-top: 14px;
}

i.but_blue_small {
    font-size: 20px;
    color: #4a89e3;
    padding-top: 4px;
}

.day_booking_wrapper {
    position: absolute;
    padding: 3px 5px;
    color: #000;
    font-size: 12px;
    line-height:1.3;

}

.but_action_status, .but_del_absence {

    color: #000;
    background-color: #1bec87;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin: 10px 2px;
    cursor: pointer;
}

.today_text {
    display: inline;
    top: 4px;
    text-decoration: underline;
}

.but_action_status.reject, .but_del_absence.reject {
    background-color: #3e3f3c;
}

.but_action_status i, .but_del_absence i {
    line-height: 50px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

.notAccepted {
    background-color: #df6340;
}

.blocked {
    background-color: #777;
}

.blocked .day_booking_wrapper {
    display: none;
}

.day_quarter_time {
    display: none;
    position: absolute;
    left: -85px;
    font-size: 11px;
    /*top: -10px;*/
    color: #000;
    z-index: 2000;
}

.day_quarter_time.weekDay {
    display: none;
}

.day_quarter_time.firstDay.hour {
    display: block;
    width: 100px;
}

.day_quarter.free {
    background-color: #fff;
}

.day_quarter.unblocked {
    background-color: #fff;
}

.radio_frequency {

    overflow: hidden;
    text-align: center;
}

.radio_frequency div {
    overflow: hidden;
    width: inherit;
    display: inline-block;
}

.radio_frequency label {
    font-size: 12px;
    float: left;
    padding: 10px 10px;
    overflow: hidden;

}

.radio_frequency input {
    width: auto;
    margin: 0;
    padding: 0;
    margin-right: 5px;
}

.day_set {
    position: absolute;
    width: 100%;
    top: 120px;
}

.day_box {
    width: 100%;

}

#day_box_2 {
    height: 0px;
}

.row_absence {
    padding-top: 10px;
}

.box_profile .title_text {
    font-size: 14px !important;
    color: #000 !important;
    padding: 0;
    font-weight: bold;
}

.booking_detail, .booking_close {
    text-align: left;
}

.booking_close {
    cursor: pointer;
}

.booking_detail {
    min-height: 260px;
    overflow: hidden;
}

#mail_message {
    color: #1bec87;
    padding: 10px;
    overflow: hidden;
    font-weight: bold;
}

.booking_name {
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0px 20px;
    line-height: 24px;
}

.flow_top_line.top_fix {
    position: fixed;
    left: 0;
    top: 70px;
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 20px;
    width: 100%;
    z-index: 9000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.treatment_top.hideTreatmentTop {
    display: none;
}

.flow_top_icon.top_fix {
    padding-bottom: 38px;
}

.booking_tr_wrapper {
    font-weight: bold;
    padding: 15px 0px;
}

.day_booking_timeAp {
    text-align: left;
    padding: 5px;

    color: #000;
    float: left;
    display: none;
}

.item_newbooking .booking_tr_wrapper {
    padding: 0px;
}

.booking_change_wrapper {
    padding: 20px 0px;
}

.booking_edit {
    color: #416EFF;
    text-decoration: underline;
}

.booking_change_wrapper i {
    font-size: 50px;
}

.booking_but_wrapper {
    padding: 20px 15px;
}

.messageAccepted, .messageRejected {
    padding: 10px 0px 15px;
    text-align: center;
    font-weight: bold;
    display: none;

}

.messageAccepted {
    color: #1bec87;
}

.messageRejected {
    color: #3e3f3c;
}

.item_newbooking {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

#ajax_container_calendar_month {

    background-color: #fff;
    width: 100%;
    z-index: 40;
    /*display: none;*/
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    width: 330px;
    margin: 0 auto;

}

#ajax_container_calendar_month.select_modus {
    display: none;
}

.time_items {

    overflow: hidden;
    float: left;
    padding: 8px 10px;
    border: 1px solid #C4C4C4;
    width: 35px;
    text-align: center;
    margin: 3px;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;

    cursor: pointer;
    font-size: 12px;

}

.time_items.active {
    background-color: #000;
    color: #fff;
}

.time_available_person .time_items {
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    height: auto;
    padding: 0;
}

/*.time_items:hover{
    background-color:#ddd;
    cursor:pointer;
}*/

.time_items_1, .time_items_2, .time_items_3, .time_items_4, .time_items_5, .time_items_6, .time_items_7, .time_items_8, .time_items_9, .time_items_10, .time_items_11, .time_items_12, .time_items_13, .time_items_14 {
    display: block;
    z-index: 40;
}

.but_more_time {
    padding-bottom: 20px;
    margin-top: 0px;
    margin-left: 120px;
    vertical-align: top;
    z-index: 400;
    display: none;
}

.but_more_time_text {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    color: #4a89e3;
    font-size: 12px;

}

.but_more_time_icons {
    display: inline-block;
    padding-top: 0px;
    color: #4a89e3;
}

#time_picker {
    display: none;
}

.time_item_wrapper {
    margin-bottom: 20px;
}

.time_item_wrapper .row .time_items {

}

.dev_box {
    position: fixed;
    width: 200px;
    height: 600px;
    background-color: #ccc;
    border: 1px solid #333;
}

.dev_box_wrapper {
    paddign: 10px;
}

/* MEDIA - SMALLER SCREEN ADJUSTMENTS */

@media (max-width: 1590px) {

    .header_item .times {

        width: 87px;

        line-height: 16px;

        margin: 7px 0 0 45px;

    }

}

@media (max-width: 1400px) {

    .header_item .times {

        width: 70px;

        font-size: 14px;

    }

    .header_item .text {

        font-size: 14px;

    }

}

@media (max-width: 1300px) {

    .header_item .times {

        width: 65px;

        font-size: 12px;

    }

    .header_item .text {

        font-size: 12px;

    }

}

@media (max-width: 1200px) {

    .header_item .times {

        width: 55px;

        font-size: 10px;

    }

    .header_item .text {

        font-size: 10px;

    }

}

@media (max-width: 1100px) {

    .header .header_items {

        display: none;

    }

    .header .button {

        display: none;

    }

}

@media (max-width: 960px) {

    .row_treatment_picker .picker_icon {

        top: 0;

        margin-top: 10px;

        height: 86px;

        float: left;

    }

    .picture-block .item .picture-wrapper {

        float: left;

        margin: 10px 0 0 70px;

    }

    .picture-block .item .cred-wrapper {

        max-width: 170px;

        padding: 0;

        margin: 20px 10px 0 140px;

    }

    .cred-wrapper .button_small {

        height: 38px;

        margin: 0;

    }

    .cred-wrapper .link_text {

        margin-bottom: 20px;

    }

    .fold_treatment .second_row {

        width: 64%;

        opacity: 0.5;

        float: left;

        padding-left: 28px;

    }

    .form .wrapper {

        border: none;

        margin-bottom: 0;

        padding: 0 20px 0 0;

    }

    .genders .icon1 {

        width: 62px;

        margin: 18px 35px 0 25px;

        float: left;

    }

    .genders #female .icon1 {

        margin-top: 9px;

    }

    .genders .button_small {

        max-width: 150px;

        margin: 30px 15px;

    }

    .row_time .time .wrapper {

        padding: 20px 0;

    }

    .row_time .block_head .wrapper {

        padding: 0;

    }

    .time .iconic {

        margin: 0;

        padding: 0 10px;

    }

    .time .iconic_box {

        padding-left: 10px;

    }

    .toggle {

        width: 220px;

    }

    .block_head .toggle {

        left: 50%;

        margin-left: -110px;

        padding: 0 0 20px 0;

    }

}

/* TIME SCROLL */

.wrap-scroll {

    position: relative;

    width: 79px;

    height: 120px;

    overflow: hidden;

    /* Prevent the call out on tap-hold and text selection */

    -webkit-touch-callout: none;

    -ms-user-select: none;

    /* Prevent text resize on orientation change, useful for web-apps */

    -webkit-text-size-adjust: none;

    -ms-text-size-adjust: none;

}

.scroll {

    position: absolute;

    color: #979797;

    font-weight: 300;

    /* Prevent elements to be highlighted on tap */

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    /* Put the scroll into the HW compose layer right from the start */

    -webkit-transform: translateZ(0);

    -moz-transform: translateZ(0);

    -ms-transform: translateZ(0);

    -o-transform: translateZ(0);

    transform: translateZ(0);

}

.scroll ul {

    padding-bottom: 40px;

}

.scroll li, .pick_item {

    width: 79px;

    height: 40px;

    font-size: 20px;

    text-align: center;

    line-height: 40px;

}

.scroll li #0hour {

    margin-top: 40px;

}

#home #usermenu i {
    color: #093552;

    color: #fff;
}

#home #usermenu {
    top: -6px;
    right: 175px;
    position: fixed;
    z-index: 510000;

}

#time_all {
    z-index: 30;
    padding: 0px 10px 20px;
    width: 350px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.time_all_header {
    text-align: center;
    padding-top: 34px;
    font-size: 21px;

}

.time_all_wrapper {
    padding: 0px;
    text-align: center;
}

.time_item_wrapper .row {
    overflow: inherit;
}

.time_part_header {
    padding: 25px 0px;
    padding-bottom: 18px;
    text-align: center;

}

.time_part {
    display: inline-block;
    padding: 0px;
    width: 80px;
    background-color: #c4c4c4;
    color: #fff;
    font-size: 11px;
    margin: 2px;
    text-transform: uppercase;
    display: none;
}

#new_time {
    position: absolute;
    width: 100%;
    height: 1200px;
    top: 0px;
    background-color: #fff;
    display: none;

}

#new_time .but_month_next {
    display: none;

}

.but_day {
    padding: 0px 10px;
}

.but_move {
    display: none;
}

#new_time .but_move {
    display: block;
}

#new_time .but_book {
    display: none;
}

.block_time_date .iconic {
    padding: 0;

}

.block_time_date .but_month_next {
    display: none;
}

#ajax_container_time .time_close {
    display: none;
    overflow: hidden;
}

.row_user_text {
    padding: 5px 0px;
}

.row_user_block {
    overflow: hidden;
    padding-bottom: 20px;

}

.usermenu_tel {
    font-size: 14px;
    padding-left: 20px;
    text-align: center;
    padding-top: 5px;
}

.usermenu_tel i {
    position: absolute;
    font-size: 16px;
    left: 0;
    top: -1px;
}

.keepGroupOpen {
    display: block !important;

}

.icon_fold_plus.keepGroupOpen {
    display: none !important;
}

.booking_new_item_empty {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
}

.noMoreAppointment {
    font-size: 24px;
    font-weight: bolder;
    color: black;
}

.error_message {
    display: none;
    font-weight: bold;
    padding-bottom: 5px;
    color: #ff0000;
}

.form_message {
    padding: 15px 20px;
    font-size: 16px;
    border-color: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    width: 90%;
    max-width: 225px;
    height: 80px;
    text-align: center;

}

.text_note {
    padding: 0px 10px 10px;
    display: none;
}

#activity_note.form_message {
    width: 100%;
    max-width: 100%;
    border: 1px solid #5b5c59;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#flow_user_data {
    display: block;
}

#flow_user_info {
    display: none;
}

@media (max-width: 1600px) {

    .menu_top {

        margin-left: 0px;

    }

    .menu_top_nav i {
        color: #093552 !important;
    }

}

@media (max-width: 1140px) {
    #usermenu {
        right: 110px;
    }

    .menu_top_nav i {
        color: #093552 !important;
    }

    .site, .container {

        width: 100%;

    }

}

@media (max-width: 780px) and (min-width: 580px) {

    #usermenu {
        right: 110px;
    }

    .booking_day, .agenda_day_header {
        width: 12%;
    }

    .menu_top_nav i {
        color: #093552 !important;
    }

    .choices, #salons, .persons.row, #gender {
        padding: 0 20%;
    }

    .row_treatment_hair {
        padding: 0 10%;
    }

    .icon_placeholder_round {
        top: -10px;
    }

    .select_activitytype {
        width: 100%;
        margin: 20px 0;
    }

    .item.person {
        width: 100%;
    }

    .salon-location {
        padding-top: 20px !important;
    }
}

@media (max-width: 680px) {

    .but_edit_day i {
        font-size: 24px;
    }

    .menu_edit_day {
        top: 40px;
        z-index: 12000;
    }

    .menu_edit_day li {
        font-size: 16px !important;

        padding: 10px 0px 10px 15px !important;
        text-align: left;
    }

    .booking_detail {
        overflow: auto;
        height: 500px;
    }

    .day_booking_wrapper {
        font-size: 14px;
        padding: 5px;
        padding-left: 50px;
        color: #000;
    }

    .fold_treatment .unfolded_content {
        padding-left: 0px;
    }

    .booking_new_customer {
        padding: 0px 10px;
    }

    .site, .container {
        width: 100%;
    }

    #gender .icon1 img {
        /*width:50%;*/
    }

    .booking_day {
        width: 100%;

    }

    .but_agenda_next_month, .but_agenda_prev_month {
        display: block;
        position: absolute;
        z-index: 2000;

        width: 50px
    }

    .but_agenda_prev_month {
        left: 10px;
    }

    .but_agenda_next_month {
        right: 10px;
    }

    .booking_day.firstDay {
        padding-left: 0px;
    }

    .day_quarter_time {
        left: -30px;
    }

    .agenda_header {
        padding: 0px 10px;
    }

    .day_quarter {
        height: 15px;
    }

    .agenda_popup {
        position: fixed;
        left: 0 !important;
        top: 75px !important;
        width: 100%;
        heigth: 100%;

    }

    .site {
        padding: 0px 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .agenda_popup .booking_but_wrapper {
        position: fixed;
        bottom: 20px;
    }

    .agenda_popup .booking_but_wrapper i {
        font-size: 38px;
    }

    .agenda_popup .booking_but_wrapper .email_link i, .agenda_popup .booking_but_wrapper .phone_link i {
        font-size: 34px;
    }

    .agenda_popup .booking_but_wrapper .move_link i {
        font-size: 42px;
    }

    .booking .button.but_move_booking {
        position: fixed;
        width: 50%;
        bottom: 30px;
        text-align: center;
        margin: 5% auto;
        left: 50%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */

    }

    .select_activitytype, .flow_choice, .item.person {
        width: 100%;
    }

    .choices .wrapper {
        margin: 5px 10px;
    }

    .fold_treatment .title {
        font-size: 20px;
        width: auto;
        padding-left: 50px;
    }

    #hair_treatment {
        padding-bottom: 120px;
    }

    .fold_action {
        height: auto;
    }

    .time_all_header {
        padding-top: 12px;
    }

    .row_userform input {
        font-size: 16px;
    }

    .flow_history_text {
        display: none !important;
    }

    .agenda_day_header {
        position: relative;
        width: 100%;
        top: 0;

    }

    .but_agenda_today {
        display: none;
    }

    .agenda_header {
        position: absolute;
        top: 60px;
        width: 100%;
        padding: 0;
        z-index: 1250;

    }

    .agenda_header_month {

        top: 45px;
        z-index: 1200;
        position: relative;
        background-color: #fff;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .dashboard_wrapper.booking_agenda {

        padding-top: 60px;
    }

}

@media (max-width: 570px) {

    .form_message {
        height: 40px !important;
    }

    .show_desktop {
        display: none;
    }

    .show_mobile {
        display: inline-block;
    }
}