html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

input {
    max-width: 300px;
}

textarea {
    max-width: 300px;    
}

.alert {
    font-size: 13pt;
}

/* Change Date Inputs To Pointer Finger On Hover */
input[type="date"] {
    cursor: pointer;
}

/* Gets small right side calendar icon */
input::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

/* Gets left side calendar icon */
.cal {
    cursor: pointer;
}

.alert-info {
    color: #084298 !important;
    background-color: #cfe2ff !important;
    border-color: #b6d4fe !important;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

/* Darken Blue for Primary Button Style */
.btn-primary {
    color: #fff;
    background-color: #084298 !important;
    border-color: #1861ac;
}

.btn-primary:hover {
    background-color: #000066 !important;
}

input[type=date] {
    max-width: 141px;
    color: #737373;
}


/* Style Validation Alerts */
.field-validation-error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    padding: 5px 20px 5px 28px;
    margin-bottom: 1rem;
    border: 1px solid #f5c2c7;
    border-radius: 0.25rem;
    list-style-type: none;
    font-size: 12pt;
}


    .field-validation-error:before {
        position: relative;
        right: 12px;
        top: 2px;
        content: "\f06a"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        font-size: 22px;
    }

    /* Media Query Change alert banner font size to 10pt at less than 700px screen  */
    @media (max-width: 775px) {
        .alert {
            font-size: 10pt;            
        }
    }


/* ============================== Modal / Pop Up Dialog Styles ==================================== */
.bg-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1500;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none; /* Note: This changes to display: flex with JQuery to show modal */
}

.modal-content {
    width: 300px;
    height: auto;
    background-color: #f2f2f2;
    opacity: 1;
    z-index: 2000;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    position: relative; /*for positioning close button*/    
}

.modal-input {
    margin: 10px;
    max-width: 240px;
}

.modal-close {
    font-size: 35px;
    position: absolute;
    top: 0;
    right: 14px;
    transform: rotate(45deg);
    cursor: pointer;
    color: gray;
}

    .modal-close:hover {
        color: #cc6666;
    }

@media only screen and (min-width: 600px) {
    .modal-expand {
        width: 50%;
    }
}

.process {
    padding: 3px 6px 3px 6px;
    margin: 2px 0px 2px 0px;
    font-size: 16px;
    margin-top: 10px;
}

.restore {
    padding: 3px 6px 3px 6px;
    margin: 2px 0px 2px 0px;
    font-size: 16px;
    margin-top: 10px;
}

.row {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid gray;
}

.row-adjust {
    padding-top: 5px;
}

.container .row:nth-of-type(odd) {
    background-color: #17232d;
    color: white;
}

.container .row:nth-of-type(even) {
    background: #093961;
    color: white;
}

.date-col {
    max-width: 140px;
}

.search-result {
    max-width: 350px;
}

.cancel {
    padding: 4px 10px 4px 10px;
    margin-top: 4px;
}

.file-search {
    max-width: 20px;
    height: auto;
    /*margin-right: 5px;*/
    opacity: 0.75;
}

.seal {
    max-width: 50px;
    margin-right: 5px;
}

.brand-text {
    position: relative;
    top: 1px;
}

.nav-item:hover {    
    text-decoration: underline;
}

.jqx-grid-column-header {
    font-weight: bold !important;
}

.flex-container {
    display: flex;
    /*justify-content: space-between;*/
}

#previewButton {
    margin-left: 524px;
}

