body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

@media print {
    .hide-on-print {
        display: none !important;
    }
}

.user-icon {
    position: relative;
    top: -1px;
}

/*Link*/
a {
    color: #2d6a9f!important;
    text-decoration-line: none;
}

a.go-to-dashboard:hover {
    text-decoration: underline!important;
}

a.secondary-url:hover {
    text-decoration: underline!important;
}

.btn:hover {
    text-decoration: none;
}

/*Decorator Body*/
.t-content-container {
    padding-top: 36px;
}

/*section*/
.t-section {
    border-color: #5b9db3;
    margin-bottom: 8px;
}

.t-section-head {
    color: #245f7a;
    background-color: #d9edf7;
    border-color: #5b9db3;
    margin-bottom: -1px;
    font-size: 16px;
    font-weight: bold;
    line-height: inherit;
}

/*sub section*/
.t-sub-section-head {
    font-size: medium;
    color: #245f7a;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px solid #5b9db3;
    font-weight: bold;
    padding: 0 10px 10px 0;
}

.t-sub-section-title {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    display: inline;
}

/*label*/
.control-label {
    font-weight: bold;
    color: #333;
}

/*Floating label*/
.form-floating {
    margin-bottom: 1rem!important;
}

/*Buttons*/
.t-btn-section {
    background-color: #d9edf7;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .t-btn-section .card-body {
        flex-direction: column;
        gap: 0.5rem;
    }

    .t-btn-section .card-body > div {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }

    .t-btn-section .card-body .btn {
        width: 100%;
    }
}

.btn-primary {
    color: #fff!important;
    background-color: #2e6da4;
    border-color: #286090;
}

.btn-light {
    color: #333;
    background-color: #fff;
    border-color: #949494;
}

/*Check Box/Switch*/
.form-check {
    margin-bottom: 1rem!important;
}

th-select-picker .form-check {
    margin-bottom: 0 !important;
}

/*List items*/
.list-group-item {
    border: 0;
    padding-left: 0;
}

/*Modal*/
.modal-header {
    color: #245f7a;
    background-color: #d9edf7;
    border-color: #5b9db3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

/*Table*/
table thead tr th {
    border-bottom: 0;
    color: #245f7a!important;
    background-color: #d9edf7!important;
}


table thead th {
    position: relative;
    background-image: none !important;
}

/*Footer*/
footer[role="contentinfo"] {
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 55px;
    background-color: #f4f2f0;
    margin-top: 4em;
    /*vertical center*/
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    font-size: 12px;
}

.footer-list-inline {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-list-inline > .list-inline-item:not(:last-child)::after {
    content: "\2022";
    padding-left: 4px;
}

.has-error .control-label {
    color: #a94442;
}

.has-error .help-block {
    color: #a94442;
}

.has-error .field-border {
    border-color: #a94442;
}

.invalid-feedback {
    font-size: inherit;
}

.page-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 2147483647;
    height: 100%;
    width: 100%;
}

.page-overlay i {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    z-index: 2147483647;
}

.table > :not(:first-child) {
    border-top: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 2px!important;
}

.list-inline-item:not(:first-child) {
    margin-left: 2px!important;
}