﻿#mainContent {
    margin: 0 auto;
    /*padding: 10px 10px 90px 10px;*/
}

    #mainContent.homePage {
        margin-top: 0px;
    }

    #mainContent.reportPage {
        margin-top: 100px;
    }

.errorMessageContainer {
    position: fixed;
    top: 0;
    left: 0;
    background: red;
    color: whitesmoke;
    padding: 0px;
    width: 100%;
    text-align: center;
    z-index: 999999;
}

.messageContainer {
    position: fixed;
    top: 0;
    left: 0;
    background: goldenrod;
    color: darkblue;
    padding: 4px;
    width: 100%;
    text-align: center;
    z-index: 999999;
}

input.xsmall {
    width: 50px;
}

input.small {
    width: 100px;
}

input.medium {
    width: 200px;
}

input.large {
    width: 400px;
}

#createHospitalModalBox {
    display: none;
}

#deleteHospitalModalBox {
    display: none;
}

#createProfileModalBox {
    display: none;
}

#deleteProfileModalBox {
    display: none;
}

.scrollable {
    overflow: auto;
}

iframe:not([seamless]) {
    border: none;
}

.darkGrayButton {
    width: 83px;
    height: 27px;
    line-height: 28px;
    display: inline-block;
    text-decoration: none;
    background-color: #dadada;
    border-radius: 3px;
    border: 1px solid #999;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0px rgba(255, 255, 255, 0.5) inset;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d7d7d7), color-stop(1, #c6c6c6) );
    background: -moz-linear-gradient( center top, #d7d7d7 5%, #c6c6c6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#c6c6c6');
    background-color: #d7d7d7;
}

.iconEdit2 {
    background: url("/assets/images/icon_dropdown.png") no-repeat scroll 72px -4px transparent;
    text-indent: -10px;
}

    .iconEdit2:hover {
        background-position: 72px -40px;
    }

.statusMessage {
    z-index: 999;
}

.buttonGray:disabled {
    opacity: .3;
}

.predictButton:disabled {
    opacity: .3;
}

.progress {
    display: none;
    position: relative;
    width: 98%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.bar {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}

.progressError {
    display: none;
    color: red;
    font-size: 0.8em;
    font-weight: bold;
    margin: 5px 0;
}

.errorStatus {
    background-color: #dd0000;
    color: #fff;
    padding: 6px;
}

    .errorStatus a {
        color: #fff;
    }

.normalMessage {
    background-color: darkblue;
    color: #fff;
    padding: 6px;
}

.emcapsTableContainer {
    width: 450px;
}

.emcapsTableContainerLarge {
    width: 700px;
}

.emcapsTable {
    border: 1px solid black;
    margin-top: 4px;
}

    .emcapsTable th {
        font-size: larger;
        font-weight: bold;
        text-indent: 0px;
        padding: 2px;
    }

    .emcapsTable td {
        vertical-align: top;
        text-align: left;
        padding-left: 4px;
    }

.tableCaption {
    font-size: 12px;
    font-weight: bold;
}

#browserNotification {
    position: relative;
    padding: 10px;
    background-color: maroon;
    border: solid gold 1px;
    color: whitesmoke;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin: 0 auto;
    height: auto;
    font-size: 1.3em;
    display: none;
}

    #browserNotification .hideMessage {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: gold;
    }

    #browserNotification h1 {
        color: gold;
    }

    #browserNotification ul {
        margin-left: 10px;
    }

        #browserNotification ul li a {
            color: whitesmoke;
        }

.entryErrorFlyout {
    background-color: #d64000;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
    padding: 3px 7px 3px 7px;
    border-radius: 4px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    /*position: absolute;
   left: 65px;
   top: 0px;*/
    white-space: nowrap;
    z-index: 9999;
}

/*.surgeErrorFlyout:after{
    width: 0px;
    height: 0px;

    content: "";
    left: -4px;
    position: absolute;
    top: 6px;

    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #d64000;
}*/

.back {
    font-size: 30px;
}

.printOnly {
    display: none;
}
