﻿/* Add here all your css styles (customizations) */
.form-group .input-group-addon-price {
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 5px;
}

.form-group .input-group-addon-text {
    padding-top: 15px;
}

.field-validation-error {
    position: absolute;
    font-size: 12px;
    color: #f44336 !important
}

.field-validation-valid {
    display: none;
}

/* 
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}


.validation-summary-valid {
    display: none;
}
    */
.validation-summary-errors,
.validation-summary-errors li {
    color: #f44336 !important
}
/*.input-validation-error {
    background-color: #fff0f0 !important;
}*/

form .submitting {
    display: none;
}

/*form.submitting i.submitting {
    display: inline;
}*/


a.image-box {
    display: block;
    width: 100%;
    height: 0;
    min-height: 80px;
    min-width: 80px;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-position: center center;
    padding-top: 75%;
    background-image: url("/assets/img/image-placeholder.png"); /* default image */
}

a.image-box-timeline {
    padding-top: unset;
    min-height: unset;
    min-width: unset;
}

a.image-box-fixed-size {
    padding-top: unset;
}

.intro-full-next {
    min-height: 400px;
}

.description {
    word-break: normal;
    min-height: 100px;
}

.service-descrption {
    font-size: 1.5rem!important
}
.service-descrption p {
    line-height: 1.4;
}

.summary {
    white-space: pre-wrap;
    word-break: normal;
    min-height: 95px;
    /*max-height: 135px;*/
    overflow: hidden;
    margin-bottom: 5px;
}

.image-selector {
    cursor: pointer;
}

#editor {
    overflow: scroll;
    max-height: 300px
}

.rating {
    display: inline-block;
}

#editor-toolbar > .btn-group {
    margin: 1px 2px;
}

#editor-toolbar .btn {
    padding: 3.75px 7.5px;
}

.w180 {
    width: 180px;
    display: inline-block;
}

.w120 {
    width: 120px;
    display: inline-block;
}

.minHeight120 {
    min-height: 120px;
}

.ms-footbar {
    position: unset;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

a:not([href]).fc-event, a:not([href]).fc-event:hover, a:not([href]).fc-event:focus {
    color: white;
}

#calendarLoading {
    display: none;
}

.featuredSummary {
    max-height: 52px;
    overflow: hidden;
    line-height: 1.4;
}


p.service-summary {
    height: 100px;
}

@media (max-width:767.98px) {
    .hidden-sm {
        display: none !important
    }

    p.service-summary {
        height:auto;
        min-height: 60px;
    }
}

.repeatField.hide, .newAddressField.hide, .existingAddress.hide {
    display: none;
}
.badge.featured {
    z-index: 99;
    position: absolute;
    top: 15px;
    left: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
.badge.featured.featured-detail {
    left: -25px;
}

#bookedSlots a {
    display:none;
}


#bookedSlots li:hover {
    background-color: #EEE;
}

#bookedSlots li:hover a {
    display: inline;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nav-link .badge-pill {
    position: absolute;
    top: 0;
    right:0;
}

.dropdown-menu.inbox-popup {
    left: auto !important;
    right: 0 !important;
    width: 280px;
    white-space: inherit !important;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 30px solid transparent !important;
    border-bottom: 30px solid transparent !important;
    border-right: 30px solid transparent;
    position: absolute;
    right: -35px;
    top: 5px;
}

.bg-secondary {
    background-color: #6c757d !important
}
.text-secondary {
    color: #6c757d !important
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
}
    .btn-outline-secondary:hover {
        color: #fff !important;
        border-color: #6c757d !important;
        background-color: #6c757d !important;
    }
    .btn-outline-secondary:focus {
        color: #6c757d !important;
        border-color: #6c757d !important;
    }
    .btn-outline-secondary:active {
        color: #6c757d !important;
        border-color: #6c757d !important;
    }

.btn {
    padding: .42rem 1.24rem
}

table.table a {
    color: #007bff
}

table.table {
    color: #000;
}

.bg-cf {
    /* cf */
    background: #00ffff !important;
}

    .bg-cf a.nav-link, .bg-cf a.navbar-brand {
        /* cf */
        color: #000 !important;
    }