/* online appt */

.group-radio input{
	width: 20px !important;
}
.form-type-material.input-group label.radio-amt:not(.custom-control-label), .form-type-material .input-group label.radio-amt:not(.custom-control-label){
	left: 25px !important;
    top: -5px !important;
}

.custom-select.select-pmt-method{
	box-sizing: content-box;
 	padding-left: 15px !important;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 16px;
}
.custom-select.select-pmt-method option{
	padding-left: 15px !important;
}
.upload-qrcode{
	width: 120px;
    text-transform: capitalize;
}
.chk-qr{
	width: 20px;
}
.no-uppercase{
	text-transform: capitalize;
}
.label-light-color{
	color: #777 !important;
}
.border-bottom-card{
	border-bottom: 1px solid #c9c9c9;
}
.cont-dropdown{
	padding: 0 15px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background: #fdfdfd;
}
.readonly-blue{
	color: #038BA9 !important;
    opacity: 1 !important;
}
.cont-dropdown.bg-white{
	background: #fff;
}
.cont-dropdown .form-control{
	background-image: none !important;
}
.overflow-hidden{
	overflow: hidden !important;
}
 .placeholder-nouppcase::placeholder{
 	text-transform: capitalize !important;
 }
.bg-transparent{
	background: transparent;
}

.btn-primary {
    background-color: #fff;
    border-color: #038BA9;
    color: #038BA9;
    border-radius: 5px;
}
.btn-blue-bg {
    background: #038BA9;
    border-radius: 8px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    border: 1px solid #038BA9;
    color: #fff;
    width: 140px;
}
.icon-arrow-service{
	font-size: 12px;
    color: #999;
    padding-top: 8px;
}
.box-time.selected-tech{
	color: #fff;
}
.text-blue{
	color: #038BA9;
}
.modal-content.radius-8{
	border-radius: 8px  !important;
}
.modal-header.header-red{
	border-radius: 8px 8px 0 0  !important;
	background: transparent;
}
.title-modal-red{
	color: #FF0F0F;
    text-transform: uppercase;
    font-size: 18px;
}
.custom-select{
	background-image: none !important;
}

.custom-select.select-month{
	box-sizing: content-box;
 	padding-left: 5px !important;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
}
.custom-select.select-month option{
	padding-left: 20px !important;
}
.disabled-tab .card-header {
    background: transparent;
}
.btn-red-small {
    background: #Fff;
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #E74F4F;
    border: 1px solid #E74F4F;
    position: relative;
    width: 120px;
}
.icon-address, .icon-phone{
    color: #038BA9;
    padding-top: 3px;
}
.card-header.no-border{
    border-radius: 0 !important;
    background-color: transparent;
    border: none;
}
.text-title.no-uppercase{
	text-transform: capitalize;
}
.text-title.small{
    color: #555 !important;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
}
.text-title{
    color: #038BA9 !important;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
button{
    font-family: fontProDisplay !important;
}
.button-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.powerby{
    margin-top: 3px;
    margin-right: 5px;
    color: #000;
}
.name-group{
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px dashed #B1C9CE;
    padding: 15px 0;
    margin: 0 8px;
}
.name-group.available{
    color: #006800;
}
.name-group.non-qualified{
    color: #aa641f;
}
.name-group.day-off{
    color: #E74F4F;
}
.icon-arrow.blue{
    color: #9b3535;
}
.icon-arrow{
    font-size: 12px;
    font-weight: 200;
    color: #777;
}
.title-red{
    color: #E74F4F;
}

/* ---------------------------- */
@font-face {
    font-family: fontProDisplay;
    src: url(../../fonts/webfonts/SF-Pro-Display-Regular.ttf);
}

body{
    background: #DEF0F6;
    /* font-family: Roboto, "Helvetica Neue", Helvetica, Arial; */
    font-family: fontProDisplay !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
body .topbar + .main-container, body .topbar + main {
    padding-top: 55px;
}
.topbar{
    background: #038BA9;
    height: 55px;
}
.site-footer{
    background-color: transparent;
    border: none;
    margin-bottom: 80px;
}
.site-footer.padding-footer{
    padding: 25px 30px !important;
}
.site-footer a{
    color: #0093A5;
}
.main-content{
    padding: 15px 15px 0 15px;
}
.box-content{
    background: #fff;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
}
.teal-color{
    color: #0093A5;
}
.border-salon{
    display: block;
    width: 50px;
    height: 2px;
    background: #0093A5;
    margin: 8px 0;
}
.line-height-address{
    line-height: 23px;
}
.text-black{
    color: #000;
}
.card-header{
    background: #3783D2;
    border-radius: 10px;
    padding: 15px;
}
.card-header .btn-link{
    background: transparent;
    border: none;
    color: white;
    padding: 0;
}
#booking .card{
    margin-bottom: 10px;
    background: transparent;
}
.card-header:first-child {
    border-radius: 5px;
}
.body-personal{
    border: 1px solid #D9E0E5;
    border-radius: 5px;
    margin-top: 2px;
    background: #F8F9F9;
    padding: 0 15px 15px 15px;
}
#booking .card .fa{
    color: #777;
    font-size: 12px;
    font-weight: 300;
}
#booking .card .fa.fa-white{
    color: white;
}
.disabled-tab, .disabled-btn{
    pointer-events: none;
}
.disabled-btn{
    opacity: 0.3;
}
.disabled-tab .card-header{
    background: transparent;
    border: 1px solid #D9E0E5;
}
.disabled-tab .btn{
    color: #A8B0B7;
}
.disabled-tab .fa-white{
    opacity: 0.5;
}
.disabled-tab img{
    opacity: 1;
}
.disabled-tab .img-appt-info{
    background: url("../../images/dashboard/ic-appt-disabled.png") no-repeat center center;
    height: 20px;
    width: 20px;
}
#booking .card.disabled-tab .fa{
    color: #0093A5;
}
.form-type-material label{
    font-size: 16px;
    font-weight: 400 !important;
}
.form-type-material .form-control
{
    font-size: 16px;
    font-weight: 400;
    color: #000;

    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)),-webkit-gradient(linear, left top, left bottom, from(#C4C4C4), to(#C4C4C4));
    background-image: -webkit-linear-gradient(#33cabb, #33cabb),-webkit-linear-gradient(#C4C4C4, #C4C4C4);
    background-image: linear-gradient(#E38629, #E38629),linear-gradient(#C4C4C4, #C4C4C4);
}

/*.form-type-material.form-control:focus{*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)),-webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#DBDBDB));*/
    /*background-image: -webkit-linear-gradient(#33cabb, #33cabb),-webkit-linear-gradient(#ebebeb, #DBDBDB);*/
    /*background-image: linear-gradient(#33cabb, #33cabb),linear-gradient(#ebebeb, #DBDBDB);*/
/*}*/

.form-type-material.form-group label:not(.custom-control-label):not(.switch), .form-type-material .form-group label:not(.custom-control-label):not(.switch){
    /*top: 5px !important;*/
    color: #777;
}
.form-type-material.form-group, .form-type-material .form-group{
    padding-top: 0;
    margin-bottom: 0px;
}
.text-red{
    color: red !important;
}
.label-input{
    top: 0 !important;
}
.do-float label, .label-floated {
    top: -12px !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    opacity: 1;
}
.form-group.do-float .form-control.text-red{
    color: #000 !important;
}
.btn-blue {
	background: transparent;
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    width: 140px;
    border: 1px solid #038BA9;
    color: #038BA9;
}
.btn-green{
    background: #36AA45;
    border-radius: 8px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    width: 140px;
}
.btn-next{
    background: #3783D2;
    border-radius: 8px;
    padding: 8px 0;
    font-size: 18px;
    color: #fff;
    position: relative;
    width: 120px;
}
.btn-reset{
    background: #fff;
    border-radius: 8px;
    padding: 8px 0;
    font-size: 18px;
    color: #fff;
    position: relative;
    width: 120px;
    border: 1px solid #E74F4F;
}
.btn-red-bg{
    background: #E74F4F;
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
    width: 140px;
}
.btn-red{
    background: #Fff;
    border-radius: 8px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #E74F4F;
    border: 1px solid #E74F4F;
    position: relative;
    width: 140px;
}
.position-arrow{
    position: absolute;
    top: 14px;
    right: 15px;
}
.position-arrow-left{
    position: absolute;
    top: 18px;
    left: 15px;
}
.position-arrow-right {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 12px;
    top: 17px;
}
#booking .card .fa.icon-arrow{
    color: #777;
    padding-top: 5px;
}
#booking .card .fa.icon-arrow-service{
    padding-top: 5px;
}
.border-bottom-dropdown{
    padding-bottom: 20px;
    border-bottom: 1px solid #C8C8C8;
}
.line-top{
    padding-top: 10px;
    border-top: 1px solid #C8C8C8;
}
.line-bottom{
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8;
}
.modal-dialog{
    margin: 0;
}
.modal-header{
    background: #4FB0C6;
    padding: 12px 15px;
    border-radius: 0 !important;
    justify-content: center;
}
/* Warning */
.modal-dialog.warning{
    padding: 15px;
}
.modal-dialog.warning .modal-content{
    border-radius: 10px !important;
}
.modal-dialog.warning .modal-header{
    border-radius: 10px 10px 0 0 !important;
    background: transparent;
}
.header-center{
    background-color: #4FB0C6;
    position: relative;
}
.modal-body{
    padding: 0 8px 0 8px;
}
.modal-content{
    border-radius: 0;
}
.title-teal{
    font-size: 20px;
    color: #fff;
}
.modal-header .close {
    padding: 0;
    margin: -8px 0;
}
.close {
    float: right;
    font-size: 35px;
    font-weight: 200;
    line-height: 1;
    color: #fff;
    /* text-shadow: 0 1px 0 #fff; */
    opacity: 1;

    position: absolute;
    right: 10px;
    top: 5px;
}
.list-group-item{
    /*padding: 12px 0;*/
    padding: 12px 0 12px 0;
}
.card-header-category{
    background: transparent;
    padding: 12px 0;
}

.accordion.accordion-category .card{
    border: none;
    box-shadow: none;
}
.accordion-category .card-body{
    background: transparent;
    border: none;
    padding: 0;
}
.light-color{
    color: #999;
}
.selectDate .datepicker{
    padding-bottom: 15px;
    background-color: transparent !important;
}
.selectDate .datepicker::placeholder{
    color: red;
}
.selectDate .input-group-text{
    background-color: transparent !important;
    color: #000;
    border-bottom: 1px solid #C4C4C4;
}
#booking .card .fa.fa-calendar{
    color: #000;
}
.form-control.datepicker{
    padding: 0;
    background-image: none ;
}
.text-minute{
    text-align: right;
    font-size: 13px;
    color: #0093A5;
    padding-top: 2px;
    padding-bottom: -5px;
}
.box-time{
    padding: 12px 8px;
    border: 1px solid #038BA9;
    text-align: center;
    color: #038BA9;
}
.box-tech{
    padding: 15px 5px;
    background: #45A0B4;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.box-tech .img-no-check{
    display: none;
}
.box-tech .img-checked{
    display: none;
}
.box-checked{
    padding: 7px 8px;
}
.box-checked .tech-name{
    margin-top: -5px;
}
.box-checked .img-checked{
    display: block;
    margin: 0 auto;
}
.color-two{
    background: #E38629;
}
.border-bottom-title{
    border-bottom: 1px solid #D9E0E5;
    padding-bottom: 5px;
}
.disabled-time{
    opacity: 0.3;
}
.nav-tabs.tab-tech-date{
    border: none;
}
.nav-tabs.tab-tech-date .nav-link{
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    padding: 5px 20px;
    background: transparent;
    color: #555;
}
.nav-tabs.tab-tech-date .nav-link.active{
    background: #1EB8A9;
}
.nav-tabs.tab-tech-date .nav-link:hover,
.nav-tabs.tab-tech-date .nav-link.active,
.nav-tabs.tab-tech-date .nav-link.active:focus,
.nav-tabs.tab-tech-date .nav-link.active:hover{
    color: #fff;
    border-color: #1EB8A9;
}
.tab-content-tech{
    border: 1px dashed #A7C5C1;
    border-radius: 0 0 10px 10px;
    background: #F4F8FB;
}
.sub-title{
    color: #999;
    font-size: 14px;
}
.list-group-sub{
    padding-left: 15px;
}
.list-group-sub .list-group-item{
    background-color: transparent;
    padding: 8px 0;
    border-bottom: 1px dashed #dedede;
}
.cancel-submit{
    background: #fff;
    padding: 15px;
    border-radius: 0;
}
.form-input{
	font-size: 15px !important;
}
.form-input .form-control{
	font-weight: 400;
}
.form-input .form-control[readonly] {
    color: #333333;
}
.form-input .form-control::placeholder{
	color: #999;
	font-weight: 300;
	font-size: 16px !important ;
}
 .form-input .custom-select{
 	color: #222;
 }
.form-input .form-control.border-bottom{
	border-bottom: 1px solid #495057 !important;
}
.form-input label{
	font-size: 16px;
}
.form-input .form-control:focus, .form-input .custom-select:focus{
	box-shadow: none !important;
}
#mobilePhone::placeholder, #mobilePhone{
    font-size: 18px;
}
#mobilePhone::placeholder, #firstName::placeholder{
    color: red;
    font-style: italic;
}
#lastName::placeholder, #email::placeholder, #remarks::placeholder#birthday::placeholder, #preference::placeholder, #remarks::placeholder{
    color: #999;
    font-style: italic;
}
.form-control{
    padding: 17px 0;
}
.modal-body-technician{
    padding: 0 8px 0 8px;
}
.text-color-light{
    color: #7E7E7E;
}
.blue-color{
    color: #E38629;
}
.color-black{
    color: #000;
}
.selected-tech{
    background: #45A0B4;

}
.hide-icon{
    visibility: hidden;
}
.selected-service{
    color: #0093A5 !important;
}
.margin-img{
    margin-top: -5px;
}

/*tab with arrow down*/
nav > .nav.nav-tabs{
border: none;
color:#fff;
border-radius:0;
}
nav > div a.nav-item.nav-link
{
padding: 5px 0;
color:#897F7F;
border-bottom: 1px solid #DADADA;
height: 44px;
font-size: 18px;
}
nav > div a.nav-item.nav-link.active{
    color: #E38629;
    border: none;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #E38629;
}

.tab-content{
line-height: 25px;
border-radius: 0 0 5px 5px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    transition:background 0.20s linear;
    color: #E38629;
    border: none;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #E38629;
}
.nav-tabs .nav-link{
font-size: 16px;
color: #000;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover{
    color: #E38629;
    border: none;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #E38629;
}
.nav-tabs .nav-item {
margin-bottom: -15px;
}
.height-empty{
    height: 24px;
}
/* ------------------------------------ remove border when validate*/
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(249, 104, 104, 0.15) !important;
    box-shadow: none !important;
}
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    -webkit-box-shadow: 0 0 0 0.1rem rgba(21, 195, 119, 0.15) !important;
    box-shadow: none !important;
}

.modal-body{
    height: calc(100vh - 55px);
    overflow: auto;
}
.modal-dialog-centered{
    min-height: calc(100vh - 85px);
    overflow:hidden;
}
.tech-name{
    display: block;
    font-size: 15px; 
}


/*custom datepicker*/
.datepicker table tr td, .datepicker table tr th{
    width: 45px;
    height: 45px;
}
.datepicker table tr td, .datepicker table tr th, .datepicker table tr td span{
    font-size: 17px;
}
.datepicker .datepicker-switch{
    font-size: 20px;
}
.datepicker.dropdown-menu{
    /*top: 280px !important;*/
    left: 15px !important;
    padding: 15px;
    /*margin-left: 45px !important;*/
}
.datepicker table tr .dow{
    font-size: 18px;
}
.dropdown-menu, .dropdown-grid {
    border-color: #268ca8;
}

.btn-other-booking{
    background: #0066B4;
    border-radius: 5px;
    padding: 12px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 51px;
    background: transparent;
    border-top: 6px solid #fcfcfc !important;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 50px;
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #3AB9AA !important;
    background: transparent;
}

.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default{
   color:red !important; border-color:#ffffff !important
}
.datepicker table tr td.day{
    color: #222;
    background: #e4f6fb;
    border-radius: 100%;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background:  #2ABCAE;
    cursor: pointer;
    color: #fff;
}
.dropdown-menu{
    background: #fff;
}
.datepicker table tr td.new {
    border-radius: 100%;
    background: #F5F5F5;
    color: #333;
}
.datepicker table tr td.today {
    color: #fff;
    background-color: #038BA9;
    border-color: #f5f6f7;
    border-radius: 100%;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover,
.datepicker table tr td.old.disabled, .datepicker table tr td.old.disabled:hover{
    background: transparent;
    color: #999;
    cursor: default;
}
.datepicker table tr td.old {
    border-radius: 100%;
    background: #F5F5F5;
    color: #333;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #E38629;
    border-color: #E38629;
    text-shadow: none;
    border-radius: 100%;
    font-weight: 500;
}
.datepicker table tr th{
    border-radius: 100%;
    color: #666;
}
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover{
    background: #2ABCAE;
}

/*---------------------end ---- datepicker -------------------------*/

.popup-warning {
    height: auto;
    overflow: auto;
}

.content-box{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
}
.disable-div{
    pointer-events: none;
    opacity: 0.4;
}
.btn-booking-new{
    background: #FB2558;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.btn-cancel-border {
    background: transparent;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    border: 1px solid #FB2558;
    color: #FB2558;
}

.margin-title{
    margin-left: -10px;
    margin-right: -10px;
}

.width-book-result{
    width: 150px;
}
/*04/12/2020*/
.dash-line{
    border-bottom: 1px dashed #f1f1f1;
}
.border-bottom-line{
    border-bottom: 1px solid #aed2db;
}
.height-auto{
    height: auto !important;
}

.btn-success {
    border-radius: 8px !important;
}