html {
    scroll-padding-top: 4rem;
}


.table-bordered .form-control {
    border-top: none!important;
    border-left: 0!important;
    border-right: 0!important;
    border-radius: 0!important;
}

.table-bordered textarea.form-control {
    height: 150px;
    border: 2px solid #efefef;
}



.btn-middle {
    margin: 0 auto!important;
    display: block;
}

table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable th:first-child {
    border-left-width: 1px;
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px 1px;
}

table.table-bordered.dataTable tbody tr:last-child td {
    border-bottom-width: 1px!important;
}





.error {
    border: 1px solid red!important;
    border-radius: 5px;
}

.hide {
    display: none;
}

.btn-middle {
    margin: 0 auto!important;
    display: block;
    width: 100px;
}

.card-header {
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-table {
    zoom: 90%;
}
.form-table th{
    width:20%;
    font-size: 16px;
}

.form-table .form-table-header{
    font-size: 18px;
    margin-top: -2px!important;
}


.form-table th label  {
     margin-top: 3px !important;
     margin-left: 0px !important;
}
.form-table td{
    width:80%;
}

.error + .invalid-feedback{
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px 1px!important;
}


.btn-listing {
    padding: 0 10px;
    margin: 0 1px;
}

.table>:not(caption)>*>* {
    padding: 7px;
}

.content{
    padding: 1.5rem 3rem 1.5rem;
}



.tab .nav-tabs .nav-link.active {
    background: #fff;
    color: #343a40;
    border-bottom: 2px solid #7f7fcc;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6!important;
}

.tab .tab-content {
    background: #fff;
    padding: 1.25rem;
    box-shadow: none;
    border-radius: 0 0 .2rem .2rem;
}


.tab {
    padding-bottom: 0;
    margin-bottom: 0;
}


.tab .nav-tabs .nav-link {
    background: transparent;
    color: #343a40;
    padding: .75rem 1rem;
    border: 0;
    padding: 10px;
    border-radius: 0;
}

.dt-buttons {
    margin-top: 5px;
}
table {
    white-space: nowrap;
}

 .flatpickr-calendar {
    margin-top: -45px!important;
    margin-left: -70px!important;
}

 .form-table .choices{
     margin-bottom: 0!important;
 }


.sidebar-cta-content {
    background: #2b3947;
    text-align: center;
    color: #e9ecef;
    margin: 0;
    padding: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ms-container{
    width: 100% !important;
}


element.style {
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    background: #3b7ddd;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.bootstrap-tagsinput{
    height: 150px;
}


/* Switch
   ========================================================================== */
.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.switch label {
    cursor: pointer;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #89a5e0;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #3b7ddd;
    left: 24px;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
    cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
    background-color: #BDBDBD;
}


.alerts{
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 100;
}

.alerts .alert{
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
}


/* Infobox ===================================== */
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px;
}

.info-box .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
}

.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}

.info-box .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}


.dataTable{
    zoom: 90%;
}

.dataTable .btn-primary{
    padding: 0 10px;
    margin: 0 1px;
}

 .sidebar-item.active{
    background: #24364c;
}


.sidebar-dropdown .sidebar-item.active{
    background: #24364c;
    padding-left: 15px;
}


.choices {
    margin-bottom: 0;
}

/*.choices__list--dropdown{*/
/*    min-width: 350px;*/
/*}*/
/*.choices__list--dropdown .choices__list{*/
/*    min-width: 350px;*/
/*}*/

.searchable-dropdown-list {

}

.not-searchable-dropdownlist {

}

.bg-blue {
    background-color:darkblue;
}
.bg-red {
  background-color:red;
}
.bg-orange {
    background-color:orange;
}

.bg-agreements {
    background-color: #cf9fa3!important;
}

.progress-bar-text {
    background: transparent;
    position: absolute;
    color: black;
    text-align: center;
    font-weight: bold;

}

.btn-tap-top-right{
    float: right;
    position: absolute;
    right: 20px;
}

.btn-right{
    display: block!important;
    float: right!important;
}



.custom-divider {
    margin: 30px 0  15px 0;
    background-color: #e1d5d5;
    height: 1px;
}

.form-group {
    position: relative;
}

.highlight-red {
    background: coral!important;
    --bs-table-accent-bg: coral!important;
}
.highlight-red td{
    background: coral!important;
    --bs-table-accent-bg: coral!important;
}
.table-striped>tbody>tr.highlight-red:nth-of-type(odd) {
    background:coral!important;
    --bs-table-accent-bg:coral!important;
}

.highlight-yellow {
    background:yellow!important;
    --bs-table-accent-bg:yellow!important;
}



.my-lg-6 {
    width: 100%;
}



@media only screen and (min-width: 768px){

}




 /*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

 /*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

 /*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

 /*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}


@media (min-width: 1700px) {

}

@media (min-width: 1800px) {
    .my-lg-6 {
        width: 50%;
    }
}


.dis-field{
    background: #d6d6d6 !important;
    pointer-events: none !important;
}


