﻿h2 {
    font-size: 30px;
}

.main-panel {
    width: 100%;
    float: left;
}

.card .card-header.card-header-inverse {
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(156 39 176 / 40%);
    background-color: #123a63;
    color: #ffffff;
}

.font-weight-bold, b {
    font-weight: 700 !important;
}

.btn {
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
}

label > a {
    pointer-events: all;
}

option:disabled {
    background-color: #ddd;
}

.form-control {
    border-bottom-color: rgba(73, 80, 87, 0.5);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-image: none;
}

.form-control[readonly] {
    background: none;
    cursor: not-allowed;
}


.display-none {
    display: none;
}

.table > thead > tr > th {
    font-weight: 400;
    color: #123a63;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown-menu {
    -ms-overflow-style: scrollbar;
}

table.table-hover tr:hover {
    background-color: #e6f3f7 !important;
}

.red-bg, tr.red-bg td {
    background-color: #e4b9b9;
    color: #fff;
}

.font-size-14 {
    font-size: 14px;
}

.neg-15-left-margin {
    margin-left: -15px;
}

.form-group .control-label {
    top: -10px;
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease all;
}

.card .card-body .form-group {
    margin-top: 12px;
}

.modal-dialog {
    margin-top: 4%;
}

.modal-header {
    margin-top: -14px;
}

.modal .modal-content .card {
    margin-top: 0;
}

.modal .modal-header .card-header {
    margin-left: 10%;
    width: 80%;
}

    .modal .modal-header .card-header .close {
        color: #fff;
    }

.modal .card div.card-header {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

#appModalCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
    padding-top: 24px;
}

.dropdown-item-non-link {
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: .8125rem;
}

.is-focused .bmd-label-floating, .is-filled .bmd-label-floating {
    top: -10px;
}

.sidebar .logo .simple-text {
    font-size: 18px;
}

select.form-control:not([size]):not([multiple]) {
    height: 36px;
}

#site-logo {
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
}

.sidebar .nav p {
    transition: none;
}

.sidebar .nav li .dropdown-menu a:hover, .sidebar .nav li a:hover {
    background-color: #123a63;
    color: #fff;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.white-bg-input.form-control {
    border-bottom-color: #ccc;
    background-color: #eee;
}

.alert-dismissible .close {
    padding-top: 25px;
}

#loading-animation {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px; /*set to a negative number 1/2 of your height*/
    margin-left: -30px; /*set to a negative number 1/2 of your width*/
    z-index: 1000;
}

/* begin Material Dashboard Theme corrections */
.dropdown-item.active, .dropdown-item:active {
    /*background-color: #123a63;*/
}

.sidebar .nav li .dropdown-menu a.active {
    color: #fff;
}

/* end Material Dashboard Theme corrections */

/* begin bootstrap-select styling */
.bootstrap-select .btn, .bootstrap-select.show > .btn.dropdown-toggle {
    background: none;
    box-shadow: none;
    border: none;
    color: #495057;
    padding-left: 0;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #123a63;
    color: #fff;
}
/* end bootstrap select styling */

/* begin mvc6-grid styling */
.mvc-grid-apply, .mvc-grid-cancel {
    font-size: 17px;
}

.mvc-grid th, .mvc-grid td{
    border-left: none;
    border-right: none;
    font-size: 14px;
    line-height: 24px;
}
.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    /*background-color: #123a63;*/
    border-color: #123a63;
}

select.mvc-grid-pager-rows {
    padding: 10px 8px;
    font-size: 14px;
    height: 44px !important;
}

.mvc-grid table {
    border: 0 none;
    border-image-width: 0;
    border-color: rgba(255, 255, 255, 0);
}
/* end mvc6-grid styling */

@media (min-width: 768px) {
    .dropdown-menu > .dropdown-item {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}


/* Datepicker Calendar */
.available-date .ui-state-default {
    background: #d4ebf2 !important;
    color: #2234A8 !important;
}

.ui-datepicker td .ui-state-hover {
    background: #aed6f1 !important;
    color: #2234A8 !important;
}

.ui-datepicker td .ui-state-active {
    background: #f9e79f !important;
    color: #2234A8 !important;
    border-color: #f9e79f !important;
}

.ui-datepicker {
    z-index: 100 !important
}

/* Submit button */
.container {
    height: 50px;
    position: relative;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}