﻿body {
    background: #FFFFFF url(../Images/homepage01.gif) repeat-x left top;
    color: #4F5B65;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1em;
    padding-right: 1em;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.welcome {
    font-size: smaller;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 0;
    padding-bottom: 0;
}

.welcome-logoff {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Images/loading.gif') 50% 50% no-repeat #eee8e8;
    opacity: 0.5;
    /* filter:  alpha(opacity=50); */
}

.navbar {
    padding: 1em 1em 1em 1em;
}

thin {
    height: 1em;
}

.instruction {
    color: blue;
    padding-bottom: 2em;
}

.vasap-page-header {
    text-align: center;
    padding-bottom: 0.5em;
}

.vasap-page-body {
    background-color: gainsboro;
}

.vasap-section-header {
    background-color: gainsboro
}

.vasap-subsection-header {
    font-weight: bold;
    font-size:larger;
    border-bottom: 0.1em solid;
}

.vasap-section-item {
    background-color: darkgray;
    color: whitesmoke;
}

.vasap-section-note {
    color: dodgerblue
}

.vasap-section-input {
    padding-bottom: 0.2em
}

.vasap-label {
    font-size: smaller;
    font-weight: bold;
}

.vasap-dialog-input {
    height: 2rem;
    font-size: smaller
}

.vasap-display {
    font-size: smaller
}

.vasap-error-field {
    border-color: red
}

.card-header.page-header {
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.card-header.section-header {
    font-weight: bold;
    font-size: larger;
}

.card-body.dark {
    background-color: darkgray;
}

.card-body.no-top {
    padding-top: 0;
}

.card.card-page {
    margin-top: 1em;
    margin-bottom: 3em;
}

.fa-caret-left {
    color: brown
}

.table th, .table td {
    padding: 0.2rem
}

.form-group.no-bottom {
    margin-bottom: 0;
}

label.no-bottom {
    margin-bottom: 0;
}

.form-group.cbox {
    padding-top: 1.9em;
    padding-left: 2.1em;
}

.row.cbox {
    margin-top: -1.9em;
}

a.newtab {
    cursor: pointer !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
