﻿body {
}

.labelText {
    color: #4B150E;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    font-size: small;
}

.displayTextSmall {
    color: #4B150E;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    font-size: small;
}

.displayTextMedium {
    color: #4B150E;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    font-size: medium;
}

.displayTextLarge {
    color: #4B150E;
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    font-size: large;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFDD;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.modalPopupWhite {
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.modalPopupV2 {
    background-color: #FFFFFF;
    background-color: White;
    padding: 3px;
}

.panel {
    color: #000000;
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.menuButton {
    border: 1px solid Black;
    width: 138px;
    height: 26px;
}

@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 100%;
    }
}

dropdown-backdrop {
    position: static;
}
