﻿body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    /*background-color: #b7cde4;*/
    background-color: #f8f9fa;
    color: #595959;
}

.breadcrumb-item.active {
    color: #989ca8;
}

.form-control, .input-group-text {
    line-height: 1.2;
    /*background-color: #f0f3f5;*/
    /*background-color: #b7cde4;*/
    padding: .3rem .5rem;
    height: calc(1em + .75rem + 2px);
    font-weight: 400;
    /*border-radius: 0;*/
}

.input-group-text {
    background-color: #d8d8d8;
    color: black;
}

.thfc_#007bff {
    color: #007bff !important;
}

form .form-control {
    color: #000000;
    border-radius: 0;
    font-weight: 500;
}

/*.input-group-text {
    padding: 0.9rem 0.5rem !important;
}*/

.card-header {
    display: flex;
    justify-content: space-between;
    /*font-size: 1.25rem;*/
    font-weight: 400;
}

.card-body, .card-footer, .card-header {
    background: #fff;
}

.custom-file-label::after {
    content: 'Browse...';
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0.2rem !important;
}

.btn-secondary {
    padding: .1rem .5rem !important;
}

.custom-control-inline {
    align-items: center !important;
    padding-left: 1rem !important;
}

label {
    margin-top: 0.2rem;
    margin-bottom: 0rem;
}

.custom-control-label {
    margin-top: 0rem;
}

.hide {
    display: none;
}

select.form-control:not([size]):not([multiple]) {
    /*height: calc(1.2em + .75rem + 2px);*/
    padding: .15rem .2rem;
}

.custom-control {
    min-width: inherit;
}

.form-control {
    /*background-color: #f9f9f9 !important;*/
    background-color: #fff !important;
}

.page-wrapper {
    overflow: auto !important;
}

.dropdown-item, .navbar-light .navbar-nav .nav-link {
    /*color: #007bff !important;*/
    color: #595959 !important;
}

.dropdown-menu .dropdown-item {
    padding: .5rem 1.25rem;
}

.page-item {
    cursor: pointer;
}

    .page-item.active {
        cursor: not-allowed;
    }

.errorMsg {
    font-size: 13px;
    color: red;
    position: absolute;
    margin-top: -2px;
}

.has-error {
    /*border: solid 1px #e56874 !important;*/
    border-bottom: solid 2px #ffcbd0 !important;
}


.row.mb-3 {
    margin-bottom: 1.25rem !important;
}


.form-control:disabled, .form-control[readonly] {
    background-color: #e4e4e4 !important;
    opacity: 1;
    border: inset 1px #ececec; 
}

    .form-control:disabled:hover {
        content: 'Disabled';
        cursor: not-allowed;
    }

.current {
    /*border-left: 4px solid #007bff !important;
    background: #007bff;
    background: #100e17;*/
    /*background: #dde5ec;
    background: #FFC107;
    border: none;
    border: solid 1px #0088ff;*/
    border-radius: 3px;
    color: #007bff;
    cursor: not-allowed;
}

.mainPanelBodyLeft, .mainPanelBodyRight {
    overflow: auto;
}

.alert-warning {
    color: #ffc107 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    margin-bottom: -1px;
    font-weight: 700;
    color: #007bff;
}


.marqueeDiv {
    height: 24px;
    overflow: hidden;
    position: relative;
}

    .marqueeDiv h6 {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 24px;
        text-align: left;
        /* Apply animation to this element */
        /*-moz-animation: marqueeName 5s linear infinite alternate;
        -webkit-animation: marqueeName 5s linear infinite alternate;
        animation: marqueeName 5s linear infinite alternate;*/
        -moz-animation: marqueeName 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite alternate;
        -webkit-animation: marqueeName 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite alternate;
        animation: marqueeName 5s cubic-bezier(0.65, 0.05, 0.36, 1) infinite alternate;
    }
/* Move it (define the animation) */
@-moz-keyframes marqueeName {
    0% {
        -moz-transform: translateX(83%);
    }

    100% {
        -moz-transform: translateX(0%);
    }
}

@-webkit-keyframes marqueeName {
    0% {
        -webkit-transform: translateX(83%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes marqueeName {
    0% {
        -moz-transform: translateX(83%); /* Firefox bug fix */
        -webkit-transform: translateX(83%); /* Firefox bug fix */
        transform: translateX(83%);
    }

    100% {
        -moz-transform: translateX(0%); /* Firefox bug fix */
        -webkit-transform: translateX(0%); /* Firefox bug fix */
        transform: translateX(0%);
    }
}


.page-item.active .page-link {
    background-color: #303950;
    border-color: #303950;
}

.page-link:hover {
    background-color: #c1cad6;
    color: #303950 !important;
}

.text-primary {
    color: #303950 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    /*padding: .6rem 1rem;
    margin:0rem 0.2rem;*/
}

.nav-fill .nav-item {
    cursor: pointer;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #3c4858;
    background: #c1cad6;
    border-radius: 0.25rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(48, 57, 80);
    background: #dce5e2;
    border-radius: 0.25rem;
}

.carousel-control-next, .carousel-control-prev {
    cursor: pointer;
}

.dashboardCard {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

@media only screen and (max-width: 480px) {
    .dashboardPadding {
        padding-left: .5rem !important;
    }

    .pl-0 {
        padding-left: 15px !important;
    }

    .pr-0 {
        padding-right: 15px !important;
    }

    .py-0 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    /*.p-0 {
        padding: 15px !important;
    }*/

    .px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    label {
        margin-left: .0rem !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .dashboardPadding {
        padding-left: .5rem !important;
    }

    .page-wrapper {
        padding-top: 55px !important;
    }

    .pl-0 {
        padding-left: 15px !important;
    }

    .pr-0 {
        padding-right: 15px !important;
    }

    .py-0 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    /*.p-0 {
        padding: 15px !important;
    }*/

    .px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    label {
        margin-left: .0rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .dashboardPadding {
        padding-left: 0rem !important;
    }
}

@media only screen and (min-width: 959px) {
    .dashboardPadding {
        padding-left: 0rem !important;
    }
}

.text-warning, .alert-warning {
    color: #f57c00 !important;
}


.breadcrumbLink {
    text-decoration: underline !important;
}

.breadcrumb-item, .breadcrumbLink {
    color: #878d9e !important;
}

    .breadcrumb-item:last-child {
        color: #fff !important;
    }
