/*Custom CSS for BookJoy*/

/*Start Class Model Popup Css*/
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4{
    font-family: 'Quicksand', sans-serif !important;
}

.classmodalpopup .class_tr td{
    font-size: small;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}
.classmodalpopup .class_tr td a{
    font-weight: 500;
}
.classmodalpopup .class_popup p{
    font-weight: 100;
    margin:0 0 5px 0;
    line-height: 1.2em;

}
.classmodalpopup .class_popup
{
    line-height: 0.8em;
    margin-bottom:15px;
}
.classmodalpopup .classmodalcontent{
    border-radius: 13px 13px 0px 0px;
}
.classmodalpopup .classmodalbody{
    background-color: #FFFFFF;
}
.classmodalpopup .classcontainer{
    width:auto;
}
.centeralign {
    text-align: center;
}
.classmodalpopup .classtitle{
    font-size: 16px;
    margin-top: 18px;
}
.classmodalpopup .classleft{
    margin-left: -30px;
}
.classmodalpopup .classleft p{
    font-size: small;
}
.classmodalpopup .classright{
    float: right !important;margin-right: -60px !important;font-size: small;
}
.classmodalpopup .classleft .classanchor{
    color:#0028ff;
    text-decoration: none;
}
.classmodalpopup .classlist{
    margin-bottom: 10px;
}

.classmodalpopup .classtable{
    width: -webkit-fill-available;
}
.classmodalpopup .classfooter{
    padding: 15px;
}
.classmodalpopup .classreschedule{
    background-image: linear-gradient(to right, rgb(255, 140, 148), rgb(255, 102, 114) 55%, rgb(247, 32, 58)) !important;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 8px;
    padding-bottom: 8px;    
    margin-bottom: 8px;
}

.classmodalpopup .classsave{
    background-image: linear-gradient(to right, rgb(255, 140, 148), rgb(255, 102, 114) 55%, rgb(247, 32, 58)) !important;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;    
}
.classmodalpopup .classcancel{
    font-weight: 500;color: #807d7d94;
}
.classmodalpopup .right{
    float:right;
}
/*End class Model Popup CSS*/


/*New Booking page*/
.newbook label
{ 
    color:brown;
}
@media (min-width: 992px)
{
    .mylabel .col-md-2 {
        width: 17.666667%;
    }
    .mylabel .col-md-4 {
        width: 32.333333%;
    }
    .mylabel .col-md-10{
        width: 82.333333%;
    }
}

.modalpopuptitle
{
    display:grid; 
    margin-top: 20px; 
    margin-bottom: 15px;
    background:#fb6672;
    color:white;
    font-size:24px;
}
/*End New Booking Page*/


/*Common Styles*/
a
{
    cursor: pointer;
}


.strikeout
{
    text-decoration: line-through;
}

.class_strikeout{
    background: #f3ebeb;
}

.bk_msg
{
    font-size: large;
    color: #fb6672;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bk_btn
{
    letter-spacing: 2px;
    font-weight: bold;
}

.bk_icons{
    font-size:70px; 
    color:#fb6672;
}


.dasboard-icons{
    font-size: 30px;
    color: #fb6672;
}

/*business plans*/
.plans_title{
    background-color: #FF8C94;
    color:white;
    padding:10px;
    margin-top: 0;
    border-radius: 6px 6px 0 0;
}
/*Ends business plans*/

/*Ends Common Styles*/

/*ui alignment for exception pages*/
.labeldate
{
    padding-top:25px;
    padding-left:40px;
}
/*exception date input*/
.inputdate
{
    padding-top:10px; /*padding added to give enough space for calendar to appear to select exception date*/
    width:125px; 
}

.togglebar
{
    padding-top:22px;
    width:175px;
}
.timeinput
{
    padding-top:6px;
    width:100px;
}
.labelto
{
    text-align: center;
    padding-top:24px;
}
.reason
{
    padding-top:22px;
    padding-left:30px;
}
.textbox
{
    position:relative; /*to adjust textbox position inline with other elements*/
    bottom:6px;
}
.storeselect
{
    padding-top: 16px;
}
/*End of ui alignment for exception pages*/
.buttonpadright
{
    padding-right: 225px;
}
.card-calendar table td {
    text-align: left !important;
}
.card-calendar .fc th {
    text-align: center !important;
}
.multi_dropdown {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    border-color: #eee;
}
.modal .modal-header .close
{
    margin-top:5px;
    color: #ffffff;
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event{
    color: #393939;
}

.fc-event{
    background-color: #ffffff;
    border-left: 10px solid #4caf50;
    font-size: 12px;
    box-shadow:0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

.fc-time-grid-event .fc-time{
    font-size: 12px;
}

/*custom css*/



.sidebar .nav li:hover>a,.collapse .nav>li:hover span,.sidebar .nav>li:hover p,.sidebar .nav>li:hover i{
    color: #292929 !important;
    font-weight: 600 !important;
    background-color: transparent !important
}

.sidebar .nav  li p.active, .sidebar .nav li>a span.active{
    color:#FB6672 !important;
}

.sidebar .nav i{
    margin-right: 34px;
}

.card .card-title{
    color: #007791;
}

.fullcard{
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
}

.fullcard h3{
    margin:0px;
}

#loginbox .btn.btn-rose{
    background-image:linear-gradient(to right, #ff8c94, #ff6672 55%, #f7203a) !important
}

.modal-backdrop{
    background: rgba(0,0,0,0.6);
}

.modal-backdrop.in{
    z-index: -1;
    opacity: 0.5;
}

#loadingmessage img{
    height: 80px;
    width: 80px;
}

.card .card-header.card-header-icon+.card-content .card-title{
    padding-bottom:30px;
}


.fc-time-grid .fc-slats td{
    height: 1em;
    line-height: 1em;
}

.fc-time-grid .fc-slats  .fc-minor:nth-child(4n+0) td{
    border-bottom: 2px solid #ddd;
}

.main_logo{
    height: auto;
    width: 120px;
}

.fav_logo{
    height: auto;
    width: 30px;
}

.timepicker-hour:hover,.timepicker-minute:hover{
    background-color: #e91e63 !important;
    color: #ffffff;
    box-shadow:0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.timepicker-hour,.timepicker-minute{
    background-color: #e91e63 !important;
    color: #ffffff;
}

.ui-datepicker-calendar td{
    line-height: 30px;
    height: 35px;
}

.revenue-form{
    padding: 5px;
}

.togglebutton{
    text-align: center;
}

.select2-container--default .select2-selection--single {
    border-radius: 18px !important;
    height: 33px !important;
}
.select2-container
{
  width: 135px !important;
}
@media (max-width: 345px){
    .classtable .dasboard-icons{
        font-size: 28px;
    }
}

@media screen and (max-width: 767px){
    table.dataTable>tbody>tr>td:first-child{
        padding-left: 0px !important;
    }
} 

@media screen and (max-width: 546px){
    .fc-event{
        border-width: 3px;
        font-size: 7px;
    }
    .fc-time-grid-event .fc-time{
        font-size: 5px;
        font-weight: bold;
    }
    .card .card-title{
        font-size: 22px;
    }
    .togglebutton{
        text-align: left;
    }
}

.card [data-background-color="rose"] {
    background: #fb6672 !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4) !important;
}

.fc button, .fc button:hover, .fc button:focus, .fc button:active, .fc button.active, .fc button:active:focus, .fc button:active:hover, .fc button.active:focus, .fc button.active:hover, .open>.fc button.dropdown-toggle, .open>.fc button.dropdown-toggle:focus, .open>.fc button.dropdown-toggle:hover, .fc button.btn-primary, .fc button.btn-primary:hover, .fc button.btn-primary:focus, .fc button.btn-primary:active, .fc button.btn-primary.active, .fc button.btn-primary:active:focus, .fc button.btn-primary:active:hover, .fc button.btn-primary.active:focus, .fc button.btn-primary.active:hover, .open>.fc button.btn-primary.dropdown-toggle, .open>.fc button.btn-primary.dropdown-toggle:focus, .open>.fc button.btn-primary.dropdown-toggle:hover {
      background-color : #fb6672;
      color: #FFFFFF;
}

.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus, .navbar .dropdown-menu li a:active, .navbar.navbar-default .dropdown-menu li a:hover, .navbar.navbar-default .dropdown-menu li a:focus, .navbar.navbar-default .dropdown-menu li a:active, .bootstrap-table .dropdown-menu li a:hover, .bootstrap-table .dropdown-menu li a:focus, .bootstrap-table .dropdown-menu li a:active{
   background-color : #fb6672;
}

.btn.btn-pink, .btn.btn-pink:hover, .btn.btn-pink:active, .btn.btn-pink:focus,.btn.btn-pink:active:focus, .btn.btn-pink:active:hover{
    background-color: #fb6672;
    color: #ffffff;
}

.btn.btn-light, .btn.btn-light:hover, .btn.btn-light:active, .btn.btn-light:focus,.btn.btn-light:active:focus, .btn.btn-light:active:hover{
    background: #F5F7FA;
    color: black;
}

.btn.btn-pink:hover, .btn.btn-pink:active, .btn.btn-pink:focus,.btn.btn-pink:active:focus, .btn.btn-pink:active:hover{
    box-shadow: 0 14px 26px -12px rgba(255, 140, 148, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 140, 148, 0.2);
}

.rose{
    color: #fb6672;
}

.p-0{
    padding: 0px !important;
}

.pr-0{
    padding-right: 0px;
}

.pr-25{
    padding-right: 25px;
}

.pl-0{
    padding-left: 0px;
}

.mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;  
}

.m-0{
    margin: 0px;
}

a,a:hover,a:focus{
    color: #fb6672;
}

a:hover,a:focus{
    opacity: 0.8;
}

.rose-bg{
    background-color: #fb6672;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{
    height:35px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background-color: #fb6672;
}

.right{
    float: right;
}
.datepicker .day.disabled{
    color: #ececec !important;
}


.togglebutton label input[type=checkbox]:checked+.toggle{
    background-color: #fb6672;
}

.proceed-swal .swal2-confirm,.proceed-swal .swal2-cancel{
    border-radius: 25px;
}
#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 9999;
    background-image : url("../img/loadinggif.gif");
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}

.ml-15{
    margin-left:15px;
}
.mt-15
{
    margin-top:15px;
}
.mt-20
{
    margin-top:20px;
}
.mt-5{
    margin-top: 5px;
}

.mt-8{
    margin-top: 8px;
}

.my-10{
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-10{
    margin:10px;
}

.mb-0{
    margin-bottom: 0px;
}

.mb-20{
    margin-bottom: 20px;
}

.p-10{
    padding:10px;
}

.w-100{
    width: 100%;
}

.staff_not_active_service{
    background-color: #d6d3d3;
}

.capital{
    text-transform: capitalize;
}

.bold{
    font-weight: bold !important;
}

.blue{
    color: #007791;
}

.booking_notes{
    resize: vertical;
}

.ui-datepicker-today a{
    border-radius: 50%;
    color: #ffffff;
    background-color: #e91e63;
    font-weight: bold;
    text-decoration: none;
}

.bg-ash{
    background-color: #9B9B9B;
}

.clear{
    clear: both;
}
.plan-expire{
    text-align: center;
    background: #FF8C94;
    color: #fff;
    padding: 7px;
    display: none;
}
/* view billing plan */
.billing-view .acount-info .title,.billing-info .header .title{
    color: #FF8C94;
    font-weight: bold;
}
.billing-view .acount-info label:first-child{
    color: #000;
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.billing-view .acount-info label:nth-child(2){
    color: #515151;
    font-weight: 400;
    display: block;
    font-size: 16px;
}
.billing-info .basic, .billing-info .pro{
    float: left;
    background: #eee;
    border-radius: 5px;
    margin: 0px 20px 20px 20px;
    padding: 0px;
    height: 400px;
}
.billing-info .basic .header{
    background: #D7D7D7;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}
.billing-info .pro .header{
    background: #373E51;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 30px;
}
.billing-info .basic .showing-plan-amount .single-man,.billing-info .pro .showing-plan-amount .single-man{
    font-size: 70px;
}
.billing-info .basic .showing-plan-amount .amount,.billing-info .pro .showing-plan-amount .amount{
    font-size: 26px;
    color: #FF8C94;
    font-weight: bold;
    width: 80px;
    display: inline-block;
    line-height: 26px;
}
.billing-info .basic .showing-plan-amount .amount small,.billing-info .pro .showing-plan-amount .amount small{
    font-size: 50%;
    font-weight: 200;
    text-transform: capitalize;
}
.billing-info .basic .description,.billing-info .pro .description{
    display: inline-block;
    line-height: 30px;
    font-size: 17px;
    text-align: left;
}
.billing-info .selected-plan{
    border-radius: 25px;
    padding: 5px;
    background: #6abf88;
    color: #fff;
    text-align: center;
}
.billing-info .basic .plan-select,.billing-info .pro .plan-select{
    margin: 20px 0;
    text-align: center;
}
.billing-info .basic .plan-select span a,.billing-info .pro .plan-select span a{
    padding: 9px 32px;
    background: #FF8C94;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
}
.billing-info .basic .plan-select span.active,.billing-info .pro .plan-select span.active{
    background: #FF8C94;
    color: #fff;
}
.next-billing{
    text-align: center;
    padding: 20px 5px;
    font-size: 16px;
}
.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-full);
}

.m-12{
  margin-bottom: 11px;
  margin-top: 12px;
}
.promocode_checkbox{
    margin: 10px;
    margin-right: 10px !important;
      -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 10px;
}
.togglebutton label{
    color: #AAAAAA ;
}

.display_flex{
    display: flex;
}
.h-46{
  height: 46px;
}

.classmodalpopup_anchor{
    color: black !important;
}

.service_calendar_button,.service_calendar_button .btn:hover{
    border: 1px solid #EBEFF2;
    background: #F5F7FA !important;
    color: #0084F4 !important;
    margin-left: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.ash{
    color: #7C8495  !important;
}

.mt-16{
   vertical-align: text-bottom !important;
}

.font-18{
  font-size: 18px !important;
}

.classes_dropdown{
    margin-left: 18px !important;
    font-size: 16px !important;
}
.sidebar-wrapper {
    overflow: hidden !important;
}

.forgot_password {
  color: #f44336 !important;
  text-decoration:underline;
}

