.on_hover {
    cursor: pointer;
}

.block_title {
    font-size: 20px;
    color: #079ec3;
    font-family: SegoeUISemiBold, sans-serif;
}

.search_container .price_list_table {
    margin-bottom: 0;
}
.services_container a.subgroup_item, .search_container h4 {
    color: #0796b9;
    font-weight: 400;
}

#price_list .panel-group {
    margin-bottom: 0;
}

.price_list_header_wrapper, .calculator_header_wrapper {
    margin-bottom: 10px;
}
.calculator_header_wrapper {
    position: relative;
    height: 28px;
}

.cart_wrapper {
    display: block;
    width: 100% !important;
    /*border-top: 3px solid #17afd6;*/
}

.search-filter {
    /*margin-bottom: 10px;*/
}

.price_list_header_name{
    float: left;
    /*width: 80%;*/
    /*font-size: 20px;*/
    font-weight: bold;
    /*margin-top: 10px;
    margin-bottom: -15px;*/
}

.calculator_header_name {
    position: absolute;
    left: 0;
    /*font-size: 20px;*/
    font-weight: bold;
}

.control_buttons_container {
    display: inline-block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    transition: all .3s ease-out;
}

.control_buttons_container a {
    display: inline-block;
    margin: 0 7px;
}

.price_list_header_wrapper .tools {
    float: right;
    /*width: 20%;*/
    text-align: right;
    min-width: 30px;
}
.calculator_header_wrapper .tools {
    position: absolute;
    right:0;
    text-align: right;
    min-width: 100px;
}
table th, table td {
    vertical-align: middle;
}
.price_list_table {
    width: 100%;
    border-collapse: collapse;
}

.price_list_table td, .price_list_table th {
    padding: 6px;
    font-size: 14px;
    vertical-align: middle;
}

.price_list_table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

.price_list_table td.show_price {
    border-left: 1px solid #ffffff;
    padding: 0 !important;
}

.price_list_table tbody tr:nth-child(even) td.show_price {
    border-left: 1px solid #f4f4f4;
}

.price_list_row_header th {
    border-bottom: 1px solid grey;
}

.price_list_table th {
    font-weight: bold;
}
.price_list_table .service_name {
    text-align: left;
    position: relative;
    word-break: normal;
}

.price_list_table .service_price {
    width: 85px;
    text-align: center;
}

.price_list_table .prep_duration {
    width: 85px;
    text-align: center;
}

.price_list_table .show_price {
    width: 85px;
    text-align: center;
}

.price_list_table .show-price-time  {
    /*width: 85px;*/
    text-align: center;
}
.price_list_table .show-special-price-time  {
    width: 80px;
    text-align: right;
}

.price_list_table .show_price a {
    color: #333;
    font-weight: 300;
}

.price_list_table .show_price a:hover {
    text-decoration: none;
    color: white;
}

.price_list_table td.show_price:hover {
    border-left: 1px solid white !important;

}
/*.panel-default>.panel-heading+.panel-collapse>.panel-body*/
.subgroup_panel.panel {
    border-color: rgba(44, 173, 184, 0.28) !important;
}

.subgroup_panel.panel .panel-body {
    border-top-color: rgba(44, 173, 184, 0.28) !important;
}

.subgroup_panel .panel-heading {
    border-color: rgba(44, 173, 184, 0.28);
    background-color: rgba(44, 173, 184, 0.05);
}

.subgroup_panel a.subgroup_item:hover {
    color: #067e9b !important;
}

.price_list_table .show_price:hover {
    background-color: #2cadb8;
}

.calculator_total_wrapper {
    position: absolute;
    right: 0;
    top: 4px;
    display: inline-block;
    font-size: 16px;
    color: #0796b9;
}

.calculator_total {
    font-weight: bold;
}

.pairs_table_header {
    width: 100%;

}

.pairs_table_header_row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.pairs_table_header_row th {
    padding: 2px;
}

.pairs_table_header_price {
    width: 85px;
}

.pairs_table_header_prep_duration {
    width: 85px;
}

.cart_header_prep_duration {
    width: 54px;
}

.cart_row_wrapper {
    padding-left: 15px;
}

.price_list_table_header .price_cart {
    width: 85px;
}

.cart_delete_item {
    width: 40px;
    padding:0;
    text-align: center;
}

.cart_price_item {
    width: 50px;
    color: #26a1ab;
    text-align: center;
}

.cart_prep_duration {
    color: #217ebd;
    width: 50px;
    text-align: center;
}

/*.add_to_calculator {
    !*visibility: hidden;*!
    position: relative;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    height: 100%;
    color: white;
}*/

.cart_subgroup_name {
    color: #0796b9;
    font-weight: 400;
    font-size: 16px;
    /*font-family:SegoeUIRegular, sans-serif;*/
    margin-bottom: 5px;
    padding-left:4px;
}

/*.form-control:focus {
    border-color: #eee;
}

.input-icons {
    background-color: white;
}

.input-icons:focus {
    background-color: #eee;
    transition: all .3s;
}*/

.price_list_table {
    margin-bottom: 0;
}

.search_container .seacrch_price_header_td {
    width: 100px;
}

[name="search_for_services"] {
    background-color: #fff;
}

[name="search_for_services"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ccc;
}
[name="search_for_services"]::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}
[name="search_for_services"]:-ms-input-placeholder { /* IE 10+ */
    color: #ccc;
}
[name="search_for_services"]:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}

[name="search_for_services"]:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b9b9b9;
}
[name="search_for_services"]:focus::-moz-placeholder { /* Firefox 19+ */
    color: #b9b9b9;
}
[name="search_for_services"]:focus:-ms-input-placeholder { /* IE 10+ */
    color: #b9b9b9;
}
[name="search_for_services"]:focus:-moz-placeholder { /* Firefox 18- */
    color: #b9b9b9;
}

.price_list_row [class*=" fa-"]:not(.fa-stack) {
    font-size: 22px !important;
    line-height: 22px;
}

tr.price_list_row:hover {
    cursor: pointer;
    background-color: #32c5d2 !important;
    color: white;
    transition: all .3s;
}



tr.price_list_row:hover a, tr.price_list_row:hover i {
    color: white !important;
}

/*tr.price_list_row:hover .add_to_calculator {
    visibility: visible;
}*/

.add_to_calculator i {
    color: white;
    font-size: 22px !important;
}

a.service_comments i {
    margin-left: 3px;
    vertical-align: 5px;
    color: #6f6f6f;
}

tr.price_list_row:hover a.service_comments i {
    color: white;
}

.green {
    color: #32c5d2;
}

.search-filter .fa-search:hover {
    color: #32c5d2;
}

.search-filter .fa-times:hover {
    color: #E43A45;
}

.input-icon.right > i {
    left: auto;
    float: right;
    font-size: 20px;
    top: 1px;
    padding: 9px;
    margin: 0;
    width: 40px;
}

.input-icon.right > i.fa-search {
    right: 25px;
    padding: 6px;
    top: 4px;
    background-color: white;
}

.input-icon.right > i.fa-times {
    right: -3px;
    font-size: 16px;
}

.calculator_container {
    width: 48%;
    position: fixed;
    /*margin-top: 5px;*/
}
.empty_calculator {
    /*padding: 8px 12px;*/
}

/* panel_custom_color */
.panel.panel_custom_color > .panel-heading {
    background-color: white;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    /*font-weight: 400;*/
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled:hover {
    color: #67809F;
}

.panel-group .panel_custom_color>.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #32c5d2;

}

.panel.panel_custom_color {
    border: 1px solid #32c5d2;
}

.cart_services_table tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

.cart_services_table td {
    padding: 4px;
    vertical-align: middle;
}

.cart_services_table .remove_service {

}

.service_name {
    word-break: normal;
}

.cart_container {
    padding-bottom: 5px;
}

.btn-group-justified>.btn {
    width: 25% !important;
    border: 1px solid transparent;
}

#toast-container > div {
    opacity: .9;
}


.block-spinner-bar > div, .page-spinner-bar > div {
    background-color: #32c5d2 !important;
}

.control_button:hover img {
    opacity: .7;
}

.remove_service:hover img {
    opacity: .7;
}

.cart_xs {
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 28px;
    background-color: #17afd6;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 5px;
    text-align: center;
    opacity: .9;
}

.addition_info_table {
    width: 100%;
}

.addition_info_table td {
    padding: 5px;
}

.addition_info_table .service_name {
    background-color: #eee;
    padding: 5px;
    font-weight:bold;
    font-size: 12px;
}

.addition_info_table .service_comments {
    padding: 5px 5px 5px 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

.price_list_table_header {
    width: 100%;
    margin-bottom: 5px;
}
.price_list_table_header th {
    padding: 2px;
}
.price_list_table_header {
    /*background-color: #32c5d2;*/
    background-color: white;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #000000;
}
.popover {
    z-index: 55555;
}
.popover-content {
    padding: 7px !important;
    word-break: normal;
}

#modal_additional_info .service_name {
    line-height: 14px;
}

.br {
    height: 8px;
}

#services_block_wrapper {
    border: 1px solid #32c5d2;
}
/*.services_container {
    padding: 10px;
}*/

#services_header_and_search {
    padding: 10px;
    border-bottom: 1px solid #32c5d2;
    margin-bottom: -1px;
}

.calculator_container {
    border: 1px solid #32c5d2;
    padding: 10px;
}

.service_pairs_container {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #32c5d2;
    padding: 10px;
}

.service_pairs_container .block_title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

[x-role="toggle_pairs_container_lg"] {
    position: absolute;
    height: 100%;
    line-height: 20px !important;
    display: inline-block !important;
}

.pairs_header {
    margin-left: 25px;
}

.control_buttons_container.open {
    background-color: rgba(44, 173, 184, 0.15) !important;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}


.custom_loading_overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1000000;
}

.flyer {
    z-index: 99999;
    width: 50%;
    padding-left: 10px;
    height: 25px;
    overflow: hidden;
    background-color: #32c5d2;
    font-size: 14px;
    line-height: 25px;
    color:white;
}

.cart_delete_item {
    position: relative;
}


.cart_delete_item:hover {
    opacity: 0.7;
}

.tools {
    position: relative;
}


.control_button {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-color: transparent;
}


.big_button {
    display: inline-block;
    margin-bottom: 12px;
    background-color: #079ec3;
    padding: 10px 30px;
    border: 1px solid #079ec3;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    /*text-transform: uppercase;*/
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out ;
    -ms-transition: all .3s ease-out ;
    -o-transition: all .3s ease-out ;
    transition: all .3s ease-out ;
}

.fake_button.open {
    height: 40px;
}

@media (min-width: 769px) {
    .fake_button {
        height: 33px;
    }
}

.big_button:hover, .big_button:active, .big_button:focus {
    color: white;
    background-color: #068aaa;
    border-color: #068aaa;
    text-decoration: none!important;
}

.big_button.inverse {
    border-color: #079ec3;
    color: #079ec3;
    background-color: #fff;
}

.big_button.inverse:hover, .big_button.inverse:active, .big_button.inverse:focus {
    background-color: #079ec3;
    border-color: #079ec3;
    color: white;
}

@media (min-width: 768px) and (max-width: 1300px) {
    .big_button {
        margin-top: 35px;
    }

    .price_list_table_header.v2_big_button {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .big_button {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .big_button.open {
        margin-top: 41px;
        margin-bottom: 10px;
    }

    .price_list_table_header.v2_big_button.open {
        margin-top: 0!important;
    }
}

.show_more_items button:hover, .show_more_items button:active, .show_more_items button:focus {
    background-color: #efefef;
    outline: none;
    text-decoration: none;
}

span.bootstrap-maxlength {
    z-index: 100000!important;
}

.one_phone .dropdown-menu li a {
    padding-top: 4px;
    padding-bottom: 4px;
}
.birthday_wrapper .dropdown-menu li a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.request_message {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: white;
    z-index: 1000000;
    padding: 15px;
}

.request_text {
    padding: 15px 0;
    border: 1px solid #4fc0ea;
    text-align: center;
}

.request_text .title {
    color: #333;
}
.request_text .title.t-1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.request_text .t-1,.request-status .t-2,.request-status .t-3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.request_text .title.t-2 {
    font-size: 16px;
}

.request_text .alert-msg {
    color: #D2544E!important;
}

.request-date {
    margin: 5px 0;
    background-color: #4fc0ea;
    color: white;
    padding: 5px;
    text-align: center;
}


/* Additional */
.accordion-toggle {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    border-radius: 0 !important;
    text-shadow: none;
    outline-offset: -2px;
    outline: 0;
    text-decoration: none;
    color: #0796b9;
    font-weight: 400;
    display: block;
    padding: 10px 15px;
    background: url("accordion-plusminus_new.png") no-repeat;
    margin-right: 15px;
}


.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    background-position-x: right;
    background-position-y: -113px;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
    background-position: right 13px;
}

.panel-heading {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    border-radius: 0 !important;
    background: #eee;
    color: #333;
    border-color: rgba(44, 173, 184, 0.28);
    background-color: rgba(44, 173, 184, 0.05);
    padding: 0;
}

h4.panel-title {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    margin: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    line-height: 1.1;
    font-weight: 300;
    font-size: 16px;
    color: inherit;
    padding: 0;
}