.tpl_include {
    display: block;
    width: 100%;
    clear: both; }

.clinic__business_details {
    margin: 23px 14px; }

.drag-and-drop-wrapper {
    margin-bottom: 15px; }
.drag-and-drop-wrapper ngf-drop, .drag-and-drop-wrapper .drop-box {
    border: 1px dashed #e2e5e7;
    padding: 30px;
    background: #fff;
    color: #999; }
.drag-and-drop-wrapper ngf-drop p, .drag-and-drop-wrapper .drop-box p {
    margin-bottom: 5px; }
.drag-and-drop-wrapper ngf-drop p.icon-field, .drag-and-drop-wrapper .drop-box p.icon-field {
    margin-bottom: 15px;
    font-size: 32px; }

.category-backdrop {
    background-color: rgba(191, 193, 202, 0.32); }

.category-modal .modal-close {
    color: #aaa; }
.category-modal .modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25); }
.category-modal__header {
    background: #f6f8f7;
    color: #303030;
    font-weight: bold;
    border-radius: 0; }
.category-modal__body {
    border-radius: 0; }
.category-modal__footer {
    border-top: none;
    padding-bottom: 30px; }

.clinic__business_details .text-primary {
    color: #23b7e5; }
.clinic__business_details .panel.panel-default {
    border-color: #ebeeef; }
.clinic__business_details .panel.panel-default:hover, .clinic__business_details .panel.panel-default:active {
    box-shadow: 5px 0 10px 0 #f3f3f3, 0 5px 10px 0 #f3f3f3; }
.clinic__business_details .panel .panel-body {
    padding: 20px 30px; }
.clinic__business_details .panel .panel-sub-title {
    margin-bottom: 30px; }
.clinic__business_details .form-control {
    background: no-repeat center bottom, center calc(100% - 1px);
    background-size: 0 100%, 100% 100%;
    border: 0;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: linear-gradient(to top, #23b7e5 2px, rgba(0, 150, 136, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.15) 1px, transparent 1px); }
.clinic__business_details .form-control:focus, .bmd-form-group.is-focused .clinic__business_details .form-control {
    background-size: 100% 100%, 100% 100%;
    transition-duration: 0.3s; }

.hours-heading .control-label {
    font-size: 16px; }

.media-wrapper {
    position: relative;
    margin-bottom: 30px; }
.media-wrapper .media {
    padding-left: 30px; }
.media-wrapper .edit-service {
    color: #C4C4C4;
    font-size: 18px; }
.media-wrapper .edit-service span + span {
    margin-left: 14px; }
.media-wrapper .media-checkbox-label {
    position: absolute;
    top: calc(50% - 11px);
    left: 0; }
.media-wrapper .media-left img {
    width: 100px;
    display: block;
    max-width: none; }
.media-wrapper .media-checkbox-label .media-checkbox {
    display: none; }
.media-wrapper .media-checkbox-label span.fa {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #f1f1f1;
    text-align: center;
    line-height: 18px;
    font-size: 16px; }
.media-wrapper .media-checkbox-label input[type="checkbox"] + span {
    background: transparent;
    color: transparent; }
.media-wrapper .media-checkbox-label input[type="checkbox"]:checked + span {
    background: #55f0bc;
    color: #fff;
    border-color: #55f0bc;
    -webkit-transition: all 0.3s ease 0.03s;
    -moz-transition: all 0.3s ease 0.03s;
    -ms-transition: all 0.3s ease 0.03s;
    transition: all 0.3s ease 0.03s; }

.service-add-new {
    padding: 48px;
    background: #FCFCFC;
    border: 2px dashed #DEDEDE;
    color: #777;
    margin-bottom: 15px; }
.service-add-new p.icon {
    line-height: normal;
    font-size: 32px;
    margin-bottom: 19px; }
.service-add-new p.icon span {
    line-height: normal; }
.service-add-new p {
    font-size: 14px; }

.price-field-upload {
    margin-bottom: 30px; }
.price-field-upload .drop-box {
    padding: 40px;
    background: #FCFCFC;
    border: 2px dashed #868686; }
.price-field-upload .drop-box p.icon {
    line-height: normal;
    color: #2EA1E0;
    font-size: 52px;
    margin-bottom: 30px; }
.price-field-upload .drop-box p.icon span {
    line-height: normal; }
.price-field-upload .drop-box p {
    font-size: 16px;
    color: #000; }

.price-content-field label.control-label {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    widows: 100%;
    position: relative; }
/*.price-content-field label.control-label:after {
    content: ':';
    position: absolute;
    top: 0;
    right: 0; }*/
.price-content-field button {
    width: 356px;
    height: 66px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }

.payment-options ul {
    margin: 0 -10px 30px;
    padding: 0; }
.payment-options ul li {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block; }
.payment-options ul li .payment-methods {
    display: block;
    max-width: 100px; }
.payment-options ul li .payment-methods img {
    width: 100%; }
.payment-options ul li .payment-methods span.payment-type {
    padding: 10px 15px;
    display: table;
    background: #F7F7FA;
    border: 2px solid #EEEFF2;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    position: relative; }
.payment-options ul li .payment-methods span.payment-type .inner-type {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
.payment-options ul li .payment-methods span.payment-type i {
    display: none;
    width: 18px;
    height: 18px;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: -8px;
    right: -8px; }
.payment-options ul li .payment-methods input[type="radio"] {
    display: none; }
.payment-options ul li .payment-methods input[type="radio"]:checked + span {
    border-color: #76A8E2; }
.payment-options ul li .payment-methods input[type="radio"]:checked + span i {
    background: #76A8E2;
    color: #fff;
    display: inline-block; }

.provided-by-list {
    margin: 0 0 15px;
    padding: 0;
    position: relative; }
.provided-by-list:after, .provided-by-list:before {
    clear: both;
    content: '';
    display: table;
    width: 100%;
    height: 0;
    position: relative; }
.provided-by-list li {
    display: block;
    float: left;
    margin-left: -15px; }
.provided-by-list li img {
    width: 50px;
    height: 50px; }
.provided-by-list li img img {
    width: 100%; }
.provided-by-list li:first-child {
    margin-left: 0; }
.provided-by-list li:last-child .add-button {
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
    text-align: center;
    background: #E7E7E7;
    padding: 5px 0;
    border-radius: 50%;
    margin-top: 2px;
    font-size: 11px;
    line-height: 36px; }
.provided-by-list li:last-child .add-button span {
    display: inline; }

@media all and (min-width: 1360px) {
    .col-xlg-4 {
        width: 33.3333333333%; } }
@media all and (min-width: 992px) {
    .app-aside, .navbar-header {
        width: 220px; }

    .app-aside-fixed .aside-wrap {
        width: 219px; }

    .navbar-collapse, .app-content, .app-footer {
        margin-left: 220px; }

    .app-aside-fixed .aside-wrap .navi-wrap > * {
        width: 220px; } }

.service_type_box{
    border: 1px solid #EDEDED;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.06);
    margin-bottom: 50px !important;
}
.service_type {
    position: relative;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.service_type .media-checkbox-label {
    position: absolute;
    top: calc(50% - 11px);
    left: 0; }
.service_type .media-checkbox-label .media-checkbox {
    display: none; }
.service_type .media-checkbox-label span.fa {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #56EFBA;
    text-align: center;
    line-height: 18px;
    font-size: 16px; }
.service_type .media-checkbox-label input[type="checkbox"] + span {
    background: transparent;
    color: transparent; }
.service_type .media-checkbox-label input[type="checkbox"]:checked + span {
    background: #55f0bc;
    color: #fff;
    border-color: #55f0bc;
    -webkit-transition: all 0.3s ease 0.03s;
    -moz-transition: all 0.3s ease 0.03s;
    -ms-transition: all 0.3s ease 0.03s;
    transition: all 0.3s ease 0.03s; }
.st_title{
    color: #000000;
    font-family: "HelveticaNeue";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    padding-left: 10px;
    font-weight: 600;
}
.pad-r-n{
    padding-right: 0px !important;
}
.small_checkbox span.fa{
    width: 15px !important;
    height: 15px !important;
    font-size: 12px !important;
    line-height: 15px !important;
}
.service_type .small_checkbox{
    left: 15px !important;
}
.st_title_sm{
    padding-left: 10px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    letter-spacing: 1px;
    line-height: 15px;
}
.clearfix{
    clear:both;
}
.st_label{            
    font-size: 16px;
    font-family: "Source Sans Pro";
    letter-spacing: 1px;
    line-height: 15px;
    /*font-weight: 600;*/
}
@media (min-width: 1280px) and (max-width:1360px){
    .media-wrapper {
        margin-bottom: 20px;        
    }
    .media-wrapper  .media{
            padding-left: 5px;
        }
}
/*# sourceMappingURL=custom.css.map */