﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
input,
select {
    max-width: 280px;
}
textarea {
    width: 100%;
    max-width: 100%;
}
.field-validation-error {
    color: #b94a48;
}
.field-validation-valid {
    display: none;
}
input.input-validation-error {
    border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
    border: 0 none;
}
.validation-summary-errors {
    color: #b94a48;
}
.validation-summary-valid {
    display: none;
}
.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}
.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../../Content/images/loading1.gif') 50% 50% no-repeat;
}
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 30px !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: red;
}
.dropdown-item:hover a, .dropdown-item:focus a {
    color: black;
}
.nav-link:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: red;
}
.navbar {
    border-radius: unset !important;
}

.body-content {
    padding-top:20px;
}

.k-button {
    margin-bottom: 2px !important;
    margin-left: 2px !important;
}
img {
    margin: 0 auto;
}
.graph-center {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
}
.btn {
    margin: 2px;
}
.col-md-12 iframe {
    min-width: 100% !important;
    max-width: 100% !important;
}
.Title {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 0px;
    z-index: 1001;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}
.text-border {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.bx-wrapper .bx-viewport {
    box-shadow: 0px 0px 5px #FFF !important;
}
#twitter-widget-0, .fb-page span iframe {
    margin: auto;
    max-width: 520px;
    padding: 0px;
}
.sliderContainer {
    margin-top: 40px;
}
@media(max-width:480px) {
    .sliderContainer {
        margin-top: -15px;
    }
}
a.bx-prev, a.bx-next {
    z-index: 999 !important;
}
.jumbotron {
    border-radius: 0px 0px 5px 5px !important;
}
.k-button-group {
    white-space: normal !important;
}
.k-textbox {
    min-width: 50%;
}
.k-chart {
    width: 400px;
}
@media screen {
    .invisible{
        display:none;
    }

    .not-printable {
        margin-top: 5px;
    }

    .printable {
        display: block !important;
    }

    .not-visible {
        display: none;
    }
}
@media print {
    .invisible {
        display: none;
    }
    .not-printable {
        display: none !important;
    }

    .printable {
        display: block !important;
    }

    .not-visible {
        display: block;
    }

    .k-grid td {
        padding: 0px;
    }

    @page {
        size: 210mm 297mm;
        margin: 10mm;
    }

    html, body, .body-content {
        width: 800px;
        height: 1100px;
    }

    .custom-graph {
        width: 50% !important;
    }
}
@media(max-width:480px) {
    .Title {
        position: relative;
        background-color: rgba(255,255,255,1.0);
    }
}

@media(max-width:992px) {
    .mobileClock {
        display: none !important;
        visibility: hidden !important;
    }

    .nav.navbar-nav li {
        float: left;
        min-width: 33%
    }

    .navbar-nav .open .dropdown-menu {
        position:relative !important;
        display:block;
    }

    .navbar .open .dropdown-menu li {
        float: left;
        min-width:33%;
    }
    .k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
        min-width: 30px !important;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .nav.navbar-nav li {
        float: left;
        min-width: 100%;
    }
}

@media(max-width:414px) {
    .nav.navbar-nav li {
        float: left;
        min-width: 100%
    }

    .navbar .open .dropdown-menu li {
        float: left;
        min-width: 50%;
    }

    
}

@media (max-width: 1023px) {
    .nav.navbar-nav li {
        float: left;
        min-width: 100%;
    }
    .navbar-collapse {
        overflow-y: auto;
        max-height: 600px;
    }
}
