/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    min-width: 1200px;
    width: auto !important; /* Firefox will set width as auto */
    width: 1200px;
    font-family: 'Raleway', sans-serif;
}

@media (max-width: 1199px) {
    .bannerContainer {
        background-image: url('../images/MSP-background_1280x320.png');
        width: 100%;
        height: 320px;
        background-repeat: no-repeat;
        background-position-x: center;
        background-color: black;
    }
}

@media (min-width: 1200px) {
    .bannerContainer {
        background-image: url('../images/landing-page/MSP-background_1280x320.png');
        width: 100%;
        height: 320px;
        background-repeat: no-repeat;
        background-position-x: left;
        background-color: black;
    }
}

@media (min-width: 1281px) {
    .bannercontainer {
        background-image: url('../images/landing-page/MSP-background_1360x340.png');
        width: 100%;
        height: 340px;
        background-repeat: no-repeat;
        background-position-x: left;
        background-color: black;
    }
}

@media (min-width: 1361px) {
    .bannerContainer {
        background-image: url('../images/landing-page/MSP-background_1400x350.png');
        background-position-x: center;
        width: 100%;
        height: 350px;
        background-repeat: no-repeat;
        background-position-x: left;
        background-color: black;
    }
}

@media (min-width: 1401px) {
    .bannerContainer {
        background-image: url('../images/landing-page/MSP-background_1440x360.png');
        width: 100%;
        height: 360px;
        background-repeat: no-repeat;
        background-position-x: left;
        background-color: black;
    }
}

@media (min-width: 1441px) {
    .bannerContainer {
        background-image: url('../images/landing-page/MSP-background_1600x400.png');
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-position-x: left;
        background-color: black;
    }
}

@media (min-width: 1601px) {
    .bannerContainer {
        background-image: url('../images/landing-page/MSP-background_1680x420.png');
        width: 100%;
        height: 420px;
        background-repeat: no-repeat;
        background-position-x: left;
        background-color: black;
    }
}

@media (min-width: 1681px) {
    .bannerContainer {
        background-image: url('../images/landing-page/MSP-background_2256x500.png');
        width: 100%;
        height: 500px;
        background-repeat: no-repeat;
        background-position-x: left;
        background-color: black;
    }
}

.bannerContainer {
    padding: 0 1px;
}

    .bannerContainer img {
        display: block;
        margin: 0 auto;
    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.file-upload-section {
    margin-bottom: 40px;
}

.form-warning {
    font-size: 12px;
    margin-top: 3px;
    padding-left: 5px;
}

.navbar-fixed-top {
    background-color: #23658A;
    color: #FFF;
}

.navbar-inverse .navbar-brand {
    color: #FFF;
}

    .navbar-inverse .navbar-brand:hover {
        color: #dfdfdf;
    }

.landingHeader {
    font-weight: 600;
    font-size: 24px;
}

.landingSubheader {
    font-size: 18px;
    font-weight: 600;
}

.landingCopy {
    font-size: 18px;
}

#orgSelectionWarning {
    color: red;
    font-size: 12px;
}

.orgSelectionWarning {
    color: red;
    font-size: 12px;
}
/*TreeView*/
#treeview .k-image {
    vertical-align: middle;
}


.legend-image {
    margin-right: 3px;
    margin-left: 8px;
    border: 0;
}

.strongWarning {
    color: #ff0000;
}


* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

#container {
    min-height: 100%;
    padding-bottom: 8px;
}

#main {
    overflow: auto;
    padding-bottom: 60px;
}

.main-footer {
    height: 60px;
    /*position: relative;*/
    position: fixed;
    margin-top: -60px;
    clear: both;
}

.footerText {
    color: white;
}

.isDisabled {
    color: currentColor;
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
}

#selectedOrgNameDisplay {
    color: #ffffff;
    font-weight: 500;
    vertical-align: text-bottom;
    padding-top: 14px;
    width:100%;
}

#currentOrgAndHospital {
    /*font-weight:300;*/
    font-size: 14px;
    font-family: serif;
}

.errorCountText {
    /*color: #ff3939;*/
    color: #EF5350;
}

.warningCountText {
    color: #dbdb11;
    /*color: #FFE082;*/
}

.org-menu {
    overflow-y: auto;
    right: 0;
    left: auto;
    max-height: 600px
}

.footnote {
    font-size: small;
    color: red;
    display: block;
}

.site-status {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 1;
    background: url('../images/treeview/status-icon-sprite_16x16.png') no-repeat 0 0 !important;
    background-size: 16px 16px;
}

.site-status-warning {
    background-position: 0 -16px !important;
}

.uploadErrorCollection {
    margin-bottom: 0;
}

    .uploadErrorCollection li {
        list-style-position: inside;
    }

.formSection{
    margin-bottom: 15px;
}

.popUpEditor {
    margin-left: 15px;
    margin-right: 15px;
}

.popUpEditor textarea {
    width:370px !important;
}

.popUpEditor .textWide {
    width:95%;
}

.popUpEditor .wideElement {
    width:95%;
}

.rateTooltip {
    /* position: relative; */
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}

    .rateTooltip .rateTooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: white;
        color: black;
        text-align: center;
        border-radius: 6px;
        padding: 2px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        font-size: 12px;
    }

.rateTooltip:hover .rateTooltiptext {
    visibility: visible;
}


.explanatoryText {
    font-size:12px;
}

.success-color {
    color: green;
}

.fail-color {
    color: red;
}

.menu-icon{
    padding-right:5px;
}

.search-icon {
    float: right;
    margin-right: 22px;
    margin-top: -31px;
    position: relative;
    z-index: 1;
    color: grey;
}

.search-form {
    box-sizing:border-box; 
    margin:.375rem;
}

op {
    padding-top: 50px;
    padding-bottom: 20px;
}

.bootstrap-spinner {
    display: none;
    margin-left: 8px;
    vertical-align: middle;
}
