﻿body {
    padding-bottom: 20px;
    background-color: #03396c;
    background-image: linear-gradient(#03396c,#021d36);
    background-size: 2000px 2000px;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

h2 {
    color: #fff;
    margin-top: 50px
}

.body-content {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%
}

#qrCode {
    margin: 15px
}

@media screen and (max-width:767px) {
    .carousel-caption {
        display: none
    }
}

.card {
    border-radius: 0 !important
}

.tab-bg-color {
    background-color: red !important
}

.navbar {
    padding: 0 !important
}

.nav-link {
    padding: .5rem
}

.navbar .navbar-collapse {
    background-color: #011f4b
}

.navbar .navbar-brand {
    background-color: #011f4b;
    margin-left: 15px
}

.col-3 {
    padding: 15px !important;
    max-width: 40%
}

.container-dashboard {
    background-color: #d3d3d3
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #b22222;
    color: #fff;
    height: 25px
}

.hr-customized {
    background-color: maroon;
    height: 3px;
    margin-top: -.4px
}

.card-Bg {
    background-color: #ced4da !important
}

.card-header-block {
    border-bottom-color: #b22222;
    border-width: medium
}

.card-header-height {
    height: 70px
}

.card-status-height {
    max-height: 100% !important
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #b22222;
    border: 1px solid #b22222;
    border-radius: 0;
    margin-left: -15px
}

.nav-pills .nav-link:not(.active) {
    color: #fff;
    background-color: #011f4b;
    border: 1px solid #011f4b;
    border-radius: 0;
    margin-left: -15px
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #b22222 !important;
    border: 1px solid #b22222 !important;
    border-radius: 0 !important
}

.nav-tabs .nav-link:not(.active):not(.disabled) {
    color: #fff;
    background-color: #011f4b;
    border: 1px solid #011f4b;
    border-radius: 0
}

nav.nav-tabs .nav-link.disabled {
    color: #d3d3d3;
    background-color: #011f4b;
    border: 1px solid #011f4b;
    border-radius: 0
}

.pie-height {
    max-height: 20vh !important
}

.w-33 {
    width: 33% !important
}

#spinner-overlay {
    opacity: .5;
    background: url(../../images/Preloader_3.gif) center no-repeat #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999
}

.no-border {
    border: 0;
    background-color: transparent !important
}

.ui-datepicker-trigger {
    border-left: 0 !important;
    background-color: white;
    border: 1px solid #ced4da;
}

.bg-calendar a {
    background-color: Green !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12pt;
}

label.col-form-label.required:after {
    content: " *";
    color: red;
}

label.form-check-label.required:before {
    content: "* ";
    color: red;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media print {
    .hide-printing {
        display: none;
    }

    .e-tab .e-tab-header {
        display: none;
    }

    .e-grid, .e-grid .e-headercell,
    .e-grid .e-rowcell {
        border: 2px solid black;
        border-radius: 0px;
    }

    .e-grid .e-gridheader{
        border-bottom: 2px solid black;
        border-top: 2px solid black;
        border-radius: 0px;
    }

    .e-toolbar, .e-grid .e-toolbar, .e-grid .e-headercontent{
        border: none;
        border-radius: 0px;
    }

    .print-only{
        display:block;
    }

    .print-footer {
        position: fixed;
        bottom: 0;
        page-break-after: always;
        width: 90%;
    }
}

@media screen {
    .print-only {
        display: none;
    }
}
