body {
    font-family: sans-serif, 'Segoe UI', Tahoma, Verdana;
    margin: 0 auto;
    padding: 0;
    background-color: #eee !important;
}
.page-bg {
    background-color: #fff;
    overflow: hidden;
}
.logo img {
    max-height: 106px;
    padding-left: 10px;
}
.header-title {
    font-size: 32px;
    color: #25185b;
    font-family: sans-serif;
}
.header-subtitle {
    font-size: 24px;
    font-family: sans-serif;
    color: #0d7e0a;
}
.main-nav{
    background-color: #25185b;
}
.navbar-dark.main-nav .navbar-brand {
    color: #fff;
}
.navbar-dark.main-nav .navbar-brand:focus,
.navbar-dark.main-nav .navbar-brand:hover,
.navbar-dark.main-nav .navbar-brand:active {
    color: #fff;
}
.navbar-dark.main-nav .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
 /* Main Section */
 .main-section {
    min-height: 70vh;
 }
 .text-title {
    font-size: 2.5rem;
 }
 .text-subtitle {
    font-size: 1.25rem;
 }
 .highlight-text {
    color:blue;
    font-size:24px;
 }
 .highlight-text a {
     text-decoration: none;
 }
 .card {
    border-radius: 0.5rem;
    box-shadow: -3px -3px 7px #e1e1e1, 3px 3px 5px #5e6879e0;
    background-color: #ffffbd21;
}
.card-title {
    color: #212529b5;
}
.custom-calender-icon{
    height: 38px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.btn-outline-custom {
    color: #07A652;
    border-color: #07A652;
}
.btn-outline-custom:hover,
.btn-outline-custom:focus
.btn-outline-custom:active {
    color: #fff;
    background-color: #07A652;
    border-color: #07A652;
}
.btn-outline-custom:focus {
    box-shadow: 0 0 0 0.25rem #07A652;
}
#tbl_schedule tr > th {
    font-size: 14px;
}
.input-group.date >.form-control.datepicker {
    background-color: #fff;
    min-width: 105px;
}
 /* Footer Section */
.footer-text{
    background-color: #ffffbd21;
    padding: 15px;
    color: #444;
}

.disable-class > input{    
    pointer-events : none;
    user-select : none;
}

.disable-class > div > input{    
    pointer-events : none;
    user-select : none;
}

.disable-class > a {    
    pointer-events : none;
    user-select : none;
} 

.disable-class > select { 
    pointer-events : none;
    user-select : none;
}

@media screen and (max-width:991px) {
    .logo img {
        padding-left: 10px;
    }
    .header-title {
        font-size: 26px;
    }
    .header-subtitle {
        font-size: 18px;
    }
    .main-nav .navbar-nav {
        margin-top: 0.5rem;
        align-items: center;
    }
    .main-nav .navbar-nav li a {
        min-width: 150px;
        margin: 0px 0px 5px 0px !important;
    }
    .highlight-text {
        font-size: 18px;
    }
}

.col-sm-7 > input, .col-sm-7 > select {
    width: 100% !important;
    margin-bottom: 2px;
}

.yellow {
    background-color: #FFEA96;
}
.blue {
    background-color: #E4EEFF;
}
.purple {
    background-color:#F6E6FF;
}
.orange {
    background-color: #FFECE0;
}
.green {
background-color: #F1FFE0;
}
.red {
background-color: #ffaeae;
}
