
.container .text-muted {
  margin: 20px 0;
}

@media (min-width: 1315px) {
  .container {
    width: 1310px;
  }
}

.container {
    padding-bottom: 10px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.contrast {
    color: #336db7;
}

a {
    color: #336db7;
}

.badge {
    background-color: #696363;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #6a6868;
}

/* this tag is used throughout the application to center items */
.center {
    text-align: center;
    margin: auto 0;
}

select#id_role {
    text-transform: uppercase;
}

#django-messages > .alert{
    margin-top: 10px;
}

ul.nav > li > a:hover, ul.nav > li > a:focus {
    color: #ffffff;
    background-color: #666666;
}

ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #666666;
    background-image: none;
}
.bg-info {
    background-color: #e3f1f7;
}

.navbar-fixed-top {
    position: relative;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
    top: 0;
}

ul.nav > li.active a:hover {
    color: #000000;
}

.navbar.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

.navbar-nav > .open > a {
    color: #000000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    color: #000000;
    background-color: #a39a9a;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-color: #a39a9a;
}

.btn-success {
    background-color: #387c38;
    background-image: linear-gradient(to bottom, #5cb85c 0, #387c38 100%);
}

/* If Microsoft High Contrast Mode is enabled */
@media screen and (-ms-high-contrast: active) {
    .btn-primary {
        background-color: #275c8a;
    }

    .btn-success {
        background-color: #2a632a;
    }

    .table-striped > tbody > tr > td > a {
        color: #24567F
    }
}

.req {
    color: darkred;
}

.dataTables_length {
    margin-top: 0px;
    padding-top: 3px;
    margin-left: 20px;
}

.dataTable thead th {
    position: sticky !important;
    top: 0;
    z-index: 1;
    background-color: #fff;
}

.panel-default {
    border-color: #264E82;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #264E82;
    border-color: #264E82;
}

body {
    padding-top: 0 !important;
}

body .header {
    height: auto;
    background-image: none;
    padding: 0;
    margin: 0;
}

body .main-container #content-container .content {
    display:flex;
    flex-direction: column;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
}

/* This is for the filtered select boxes to make them look the same as bootstrap */
.select2-container {
    display: block !important;
}

.select2-container .select2-selection--single {
    cursor: default !important;
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
    color: #444 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: default !important;
}


.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-dialog.modal-lg,
.modal.right .modal-dialog.modal-lg {
    width: 900px;
}
.modal.left .modal-dialog.modal-xl,
.modal.right .modal-dialog.modal-xl {
    width: 1200px;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ------ DATATABLES STYLE ----- */
/* changes the darkness of the ascend / descend arrows */
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    opacity: 1 !important;
}

/* limits the height of the viewable columns list */
.table-responsive .dataTables_wrapper .table-settings .list-column-visibility, .table-container .dataTables_wrapper .table-settings .list-column-visibility {
    overflow: auto;
    max-height: 500px;
    right: 15px;
}

/* adjusts the location of the downloads button to allow for custom names */
.dt-button-collection {
    right: 0 !important;
    left: auto !important;
}

/* ensures that the recaptcha badge is on top */
.grecaptcha-badge {
    z-index: 1000;
}


.red {
  color: red;
}

/* line 66, ../stylesheets/main.scss */
.blue {
  color: blue;
}

/* line 69, ../stylesheets/main.scss */
.green {
  color: #00b33c;
}

/* line 73, ../stylesheets/main.scss */
.yellow {
  color: darkorange;
}