﻿/*body {
    padding-top: 50px;
    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;
}

.required {
    border-left: 2px solid red;
}

.pagination {
    font-size: 18px;
    font-weight: bold;
}

    .pagination li {
        margin-right: 10px;
    }

.page-link {
    cursor: pointer;
}

.selectedPage {
    color: black !important;
    cursor: none !important;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
}

.hidden {
    display: none;
}

.waitScreen {
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(75, 75, 75, 0.7);
    position: fixed;
    left: 0;
    top: 0;
}

.waitScreenMessage {
    margin: auto;
    background-color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 75px;
    margin-left: -125px;
    margin-top: -37px;
    padding: 27px 0 0 85px;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #007bff;
}

.link {
    color: #007bff !important;
}

.btn{
    border-radius: 5px;
}

.modal-content {
    border-radius: 10px !important;
}