
/*Add your own styles here:*/
.job-name{font-weight: 600; text-transform: uppercase; text-align: center; margin-bottom: 2rem;}
.time_slot { display:none }
.hdn_option {display: none}
.succ_msg{margin-top: 2rem;font-weight: 600;color: green;font-size: larger;}

/* The Modal (background) */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.custom-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* Close Button */
.custom-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* The Modal (background) */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.custom-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* Close Button */
.custom-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(0 0 0 / 40%);
	font-size: 0;
	display: none;
}
.loader:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #e10714;
    border-bottom-color: #fff;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: 50%;
    top: 50%;
    margin-top: -24px;
    margin-left: -24px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 


form#frm_login input,
form#booking_frm input{
    display: block;
    margin-bottom: 20px;
}
form#frm_login{
    max-width: 500px;
    margin: 0 auto;
}
form#booking_frm{
    max-width: 750px;
    margin: 0 auto;
}
form#frm_login input[type="submit"],
form#booking_frm input[type="submit"]{
    width: 100%;
    margin: 0 auto;
}
span.succ_msg {
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 900;
    font-size: 14px;
}
form#booking_frm textarea,
form#booking_frm select{
	display: block;
    margin-bottom: 20px;
}
.field_item_wrp {
    display: flex;
    column-gap: 15px;
}
.field_item {
    width: 100%;
}
div#customModal .custom-modal-content {
    width: 96%;
    max-width: 600px;
    position: relative;
}
a.fc-event {
    cursor: pointer;
}
div#customModal  span.custom-modal-close,
 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #efefef;
    color: #e10714;
    font-weight: 100;
    font-size: 36px;
}
div#customModal h2#customModalTitle {
    padding: 0;
    margin: 0;
    padding-right: 50px;
    font-weight: 900;
    font-size: 26px;
    padding-bottom: 15px;
}
p#customModalDescription p {
    margin: 0;
    padding: 2px 0;
}

.disbled_opt{color: #d9d0d0;}

div#TodaysJob .custom-modal-content {
    width: 96%;
    max-width: 900px;
    position: relative;
}
.custom-modal .custom-modal-content{
    width: 96%;
    max-width: 900px;
    position: relative;
}
span.custom-modal-close {
    background: #e10714;
    color: #fff !important;
    font-weight: 300;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
input#todaysJobModel {
    display: block;
    margin: 0 auto;
    margin-bottom: -45px;
}





@media(max-width:767px){
input#todaysJobModel {
    margin-bottom: 45px;
}
.fc-dayGridMonth-view.fc-view.fc-daygrid {
    min-width: 800px;
}
.fc-view-harness.fc-view-harness-active {
    overflow: auto;
}
.custom-modal {
    z-index: 9999;

}



}














