html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/* mpr
----------------------------------------------------------*/

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
}

.col-form-label {
    text-align: left;
    font-weight: bold;
}

ul.typeahead.dropdown-menu {
    max-height: 300px;
    overflow: auto;
}

.lightboxBackground {
    display: none;
    background: #000000;
    opacity: 0.6;
    filter: alpha(opacity=90);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.lightboxPopup {
    display: none;
    position: absolute;
    background-color: WhiteSmoke;
    border: 1px solid black;
    padding: 5px;
    -moz-border-radius: 4px /*{cornerRadius}*/;
    -webkit-border-radius: 4px /*{cornerRadius}*/;
    border-radius: 4px /*{cornerRadius}*/;
    z-index: 1001;
}

table {
    xborder: 1px solid blue;
}

th {
    xborder: 1px solid green;
}

td {
    xborder: 1px solid red;
}

.editFeedback {
    color: red;
    white-space: pre-line;
}

div {
    xborder: solid red 1px;
}

label {
    xborder: solid red 1px;
}

iframe.report {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 500px;
}

.radioButton {
    cursor: pointer;
    padding-right: 10px;
}

/* Modal dialog stops scrolling with new dialog */

.modal {
    overflow-y: auto;
}

.WebGridCurrency {
    text-align: right;
}

.webGridEditColumn {
    width: 15px;
}

input:read-only {
    background: #F0F0F0;
}