/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.grid-img{
    height: 60px;
}
#ContentBody_gridViewStaffBookingSlot_wrapper, #ContentBody_gridViewOffice_wrapper, #ContentBody_gridViewStaff_wrapper {
    overflow: auto;
}
.aspNetDisabled {
    padding-right: 2rem;
    padding-left: 3rem;
    display: block;
    width: 100%;
    height: calc( 1.25em + 1.4rem + 1px);
    padding: 0.7rem 0.7rem;
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4e5154;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-custom{
    width: 91px;
    margin-bottom: 5px;
}
.overlay {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    left: 0;
}

.inside-overlay {
    z-index: 11111111;
    margin: auto;
    opacity: 1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85px;
    height: 85px;
    color: paleturquoise;
}
.easy-btn{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 11px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}
.easy-btn:hover{
    background-color: #4CAA00;
    cursor: pointer;
}

.easy-btn-cancel {
    background-color: #e42728;
    border: none;
    color: white;
    padding: 11px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

    .easy-btn-cancel:hover {
        background-color: #c7292a;
        cursor: pointer;
    }
#ContentBody_chkBoxOffice{
    margin-bottom: 15px;
}

#ContentBody_chkBoxOffice tbody{
    display: flex;
}
#ContentBody_chkBoxOffice input{
    margin-right: 5px;
}
#ContentBody_chkBoxOffice label{
    margin-right: 10px;
}
.disable-input{
    background-color: #ececec;
}
.payment-msg {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: red;
}
.paginate_button{
    margin: 0 5px !important;
}