.calendar #today{
    display: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width: 100%;
}

.dhformhead button.btn, .csselect button.btn{
    background: #fff;
    padding: 1px 10px ;
    font-size: 14px;
}
.csselect button.btn{
    border: 1px solid #ced4da;
    padding: 0 10px;
    border-radius: 5px;
    color: #333;
    line-height: 26px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active{
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus{
    outline: none!important;
    outline: none!important;
    background: #fff!important;
    outline-offset: 0;
    box-shadow : none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle{
    background: #fff!important;
    border-color: #ced4da!important;
}
.dropdown-menu{
    padding: 0;
    margin: 0;
}
.dropdown-item{
    padding: 6px 10px;
}
.dropdown-toggle::after{
    border-top: 6px solid #666666;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    position: relative;
    right: -2px;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus{
    box-shadow : none;
}
.dropdown-divider{
    margin: 5px 0;
}
.bootstrap-select{
    width: 100%;
}
.bootstrap-select > select{
    width: 100%!important;
    left: 0;
    opacity: 1!important;
}
select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker{
    display: block !important;

}
.datepicker-dropdown:before, .datepicker-dropdown:after{
    display: none;
}
.datepicker-dropdown{
    padding: 0;
    border-radius: 0;
}
.table-condensed thead tr:nth-child(2), .table-condensed thead tr:nth-child(1){
    background-color: transparent;
    color: #333333;
}
.table-condensed thead tr:nth-child(2) th, .table-condensed thead tr:nth-child(1) th{
    cursor: pointer;
    color: #333333;
    padding: 17px 5px 13px;
    border-radius: 0;
    background-color: transparent!important;
    font-weight: 400;
}
.table-condensed thead tr .datepicker-switch{
    pointer-events: none;
}
.table-condensed thead tr .prev{
    position: relative;
    font-size: 0;
}
.table-condensed thead tr .prev::before{
    font-family: 'icomoon' !important;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    content: '\e90a';
    right: 15px;
}
.table-condensed thead tr .next{
    position: relative;
    font-size: 0;
}
.table-condensed thead tr .next::before{
    content: '\e909';
    left: 15px;
    font-family: 'icomoon' !important;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
}
.datepicker table tr .dow, .datepicker table tr .dow{
    font-weight: 600;
    padding: 5px 3px;
    font-size: 16px;
    line-height: 24px;
    height: 30px;
}
.datepicker table tr td, .datepicker table tr th{
    height: 50px;
    width: 50px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 100%;
    padding-top: 3px;
}
.dropdown-menu{
    min-width: 250px;
}
.datepicker table{
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    border-spacing: 0;
}
.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,
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active
.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-color: #af1f27;
    color: #fff;
    border-radius: 100%;
}
.datepicker-inline{
    width: 100%;
}
.bootstrap-select > .dropdown-toggle:after{
    margin-top: 1px;
}
.dropdown-item{
    font-size: 14px;
}
.form-check{
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 15px;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    cursor: pointer;
}
.form-check:last-child{
    margin-bottom: 0;
}
.form-check-label{
    cursor: pointer;
    font-weight: bold;
}
.form-check-input{
    width: 16px;
    height: 16px;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    cursor: pointer;
}
.form-check .form-check-input{
    float: left;
    margin-right: 5px;
    top: -2px;
}
.form-check-input[type=radio]{
    border-radius: 50%;
}
.form-check-input:checked{
    background-color: #ed1b24;
    border-color: #ed1b24;
}
.form-check-input:checked[type=radio]{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.vstyselect select{
    margin-bottom: 0!important;
}
.vstyselect .dropdown-toggle{
    padding: 0 10px;
    border: solid 1px #cccccc;
    background-color: #fff!important;
    height: 32px;
    color: #333;
    font-size: 14px;
}
.dropdown-menu .inner{
    max-height: 300px!important;
    overflow: hidden!important;
    overflow-y: auto!important;
}
.dropdown-menu .inner::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}
.dropdown-menu .inner::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

@media all and (max-width: 767px){
    .datepicker table tr td, .datepicker table tr th{
        width: 45px;
        height: 48px;
    }
}