﻿.background-shadow {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    padding: 10px;
    background: #993333;
    margin-bottom: 20px;
}

.bg-new-color {
    background-color: #993333;
}

body {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.btn-success {
    background-color: #52BE80;
    border-color: #52BE80;
    max-height: 30px;
    padding: 0.1rem 0.1rem;
}

.btn-danger {
    background-color: #F5B041;
    border-color: #F5B041;
    max-height: 30px;
    padding: 0.1rem 0.1rem;
}

    .btn-danger:hover {
        background-color: #D68910;
        border-color: #D68910;
    }

.btn-top {
    cursor: pointer;
    display: none;
}

.card-header {
    padding: 5px 5px;
}

.card-body {
    padding: 5px 3px;
}

.chosen-container:not(.chosen-with-drop) .chosen-results {
    display: none;
}

.control-label {
    font-size: 14px;
    font-family: Calibri;
    margin-bottom: 3px;
}

/* 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;
}

.form-group {
    margin-bottom: 2px;
}

.form-control-sm {
    border-radius: 0rem;
    padding-top: 2px;
    padding-bottom: 2px;
}

.form-input {
    width: 180px;
}

.form-input-medlg {
    width: 360px;
    max-width: 360px;
}

.form-input-lg {
    width: 1200px;
    max-width: 1200px;
    max-height: 50px;
}

.form-input-sm {
    width: 100px;
}

.form-input-vlg {
    width: 1500px;
    max-width: 1500px;
    max-height: 50px;
}

h3.headtitle {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

input,
select,
textarea {
    max-height: 25px;
    max-width: 280px;
}

    /*to keep search results filter field inbounds*/
    input[type='search' i] {
        max-width: 180px;
    }

label {
    font-family: Calibri;
    font-size: 14px;
    width: 230px;
}

.label-medlg {
    width: 700px;
    max-width: 700px;
}

.odot-text-red {
    color: red;
}

.odot-text-green {
    color: darkgreen;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #626567;
    border-color: #626567;
}

.page-link {
    color: #626567;
}

.release {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    text-align: right;
    float: right !important;
    clear: both;
}

.required {
    color: red;
    font-size: .8em;
}

.text-bg {
    text-decoration: underline;
    color: #34466f;
    margin-top: 3px;
    font-size: 14px;
    margin-bottom: 3px;
}
