﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 400px;
}

.boldTitle {
    font-weight: bold;
    margin-right: 5px;
}

.error {
    color: #9D0D32;
}

/*Loading... page modal*/
.loadingOverlay {
    position: absolute;
    display: none;
    background-color: rgba(128, 128, 128, 0.5);
    top: 0;
    left: 0;
    right: 0;
}

.loadingPopup {
    position: fixed;
    z-index: 99;
    vertical-align: central;
    display: none;
    margin-top: 10%;
    margin-left: 33%;
    margin-right: 50%;
    margin-bottom: 30%;
}


/*this class makes a button or any other look like a link*/
.link-look-alike {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.modal {
    background-color: #dce7fa;
    width: 450px;
    text-align: center;
    font-family: Arial;
    color: black;
    padding: 15px;
    position: fixed;
    border: 1px solid #3C6485;
    border-radius: 0px;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
