﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    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: 280px;
}

.maxcess-logo {
    max-width: 300px;
}

/*overriding some modal classes*/
.modal {
    display:;
    justify-content: center;
    align-items: center;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    padding: 1rem;
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}

.body-space-top {
    margin-top: 3%;
}

.nav-text {
    margin: 15px;
    font-size: medium;
}

.field-validation-error {
    color: red;
}

.input-validation-error {
    border: solid 2px red;
}

.tt-menu {
    max-height: 150px;
    overflow-y: auto;
}


.warning-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FEEFB3;
    border: 2px solid #FDB813;
    padding: 10px;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.warning-message {
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-align: center;
}
