html {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
}


/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
        padding: 30px;
    }

    .jumbotron, h1 {
        font-size: 20px !important;
    }

    .body-content {
        padding: 0;
    }

    html {
        font-size: 16px;
    }
}


.rounded-heading-align-left {
    background-image: linear-gradient(to bottom right, #cce9fc, #effbfc);
    background-color: #cce9fc !important;
    border-radius: 10px !important;
    padding: 10px;
    text-align: left;
    margin-bottom: 15px;
}

.panel-heading {
    /*background-color: #cce9fc !important;*/
    background-image: linear-gradient(#cce9fc, #e6f9fb);
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding: 10px;
    text-align: center;
}

.panel-heading-align-left {
    /*background-color: #cce9fc !important;*/
    background-image: linear-gradient(#cce9fc, #e6f9fb);
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    padding: 10px;
    text-align: left;
}

.panel-body {
    background-color: #effbfc !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding: 10px;
    margin-bottom: 10px;
}

/* Menu */
    .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* change the background color */
.navbar-custom {
    background-color: #000080;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {

    color: #000080;
    font-weight:600;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #000080;
    font-weight: 600;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #0039e6;
}

/* for dropdowns only */
.navbar-custom .navbar-nav .dropdown-menu {
    background-color: #ccd9ff;
}

/* dropdown item text color */
.navbar-custom .navbar-nav .dropdown-item {
    color: #000000;
}

/* dropdown item hover or focus */
.navbar-custom .navbar-nav .dropdown-item:hover,
.navbar-custom .navbar-nav .dropdown-item:focus {
    color: #0039e6;
    font-weight: bold;
    background-color: white;
}

.dashboard {
    height: 600px;
    color: #000080;
    border-left-color: blue;
    border-right-color: blue;
    border-bottom-color: blue;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background-color: #f0f8fe;
    padding-bottom: 20px;
    margin-bottom: 50px;
    padding-left: 20px;
}

/* Page Types */
.page-input {
    color: #000080;
    border-left-color: blue;
    border-right-color: blue;
    border-bottom-color: blue;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background-color: #f0f8fe;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.manage-page-container {
    color: #000080;
}

.bold-blue {
    color: #000080;
    font-weight: bold;
}

/* Label, Input, Select ... */
label {
    color: #000080;
    font-weight: bold;
    padding: 20px;
    /*margin: 10px 0;*/
}

.lbl {
    color: #000080;
    font-weight: bold;
}

.custom-checkbox {
    width: 16px;
    height: 16px;
}

input[type="text"], select {
    padding: 10px;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #b3c6ff;
    border-right: solid 2px #b3c6ff;
    border-bottom: solid 2px #b3c6ff;
    border-left: solid 1px #3366ff;
    border-top: solid 1px #3366ff;
}

input[type="datetime-local"] {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #b3c6ff;
    border-right: solid 2px #b3c6ff;
    border-bottom: solid 2px #b3c6ff;
    border-left: solid 1px #3366ff;
    border-top: solid 1px #3366ff;
}

.dt-input-datetime-local {
    margin: 0px 0 !important;
}

input:focus, select:focus {
    outline: solid 3px #73A6FF;
    outline-offset: -2px;
}

span.text-danger.col-sm-3.field-validation-error {
    padding-top: 20px;
}

.display-only-field {
    color: #000080;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
}

.display-only-field-red {
    color: red;
    font-weight: 600;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
}

.display-only-field-dark-green {
    color: #106804;
    font-weight: 800;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
}

/* For Photo Uploads */
.upload {
    position: relative;
    display: block;
    background-color: #ecedee;
    padding: 3em;
    margin: 1em auto;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #b3c6ff;
    border-right: solid 2px #b3c6ff;
    border-bottom: solid 2px #b3c6ff;
    border-left: solid 1px #3366ff;
    border-top: solid 1px #3366ff;
}

.upload label {
    border-bottom: 1px solid #ccc;
    padding: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}

.upload:hover {
    background-color: #86b7fe;
}

.upload input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0;
}

#names li {
    margin: 1em;
}

.progress {
    height: 2rem !important;
    border-radius: .55rem !important;
    margin-bottom: 10px;
    visibility: hidden;
}

/* Datatables */
.table-container {
    height: 650px;
}

.table-container, select {
    padding: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 5px !important;
    box-shadow: 3px 3px 5px #b3c6ff;
    border-right: solid 2px #b3c6ff;
    border-bottom: solid 2px #b3c6ff;
    border-left: solid 1px #3366ff;
    border-top: solid 1px #3366ff;
}

.dataTables_filter input {
    border-radius: 5px !important;
    box-shadow: 3px 3px 5px #b3c6ff;
    border-right: solid 2px #b3c6ff;
    border-bottom: solid 2px #b3c6ff;
    border-left: solid 1px #3366ff;
    border-top: solid 1px #3366ff;
}

.dataTables_info {
    padding-left: 20px;
}

.datatable-dropdown {
    margin: 0px !important;
}

.btn-data-table {
    margin: 0px;
    padding: 3px;
}

.status-message {
    color: #1d2951;
    font-weight: bold;
    padding-top: 15px !important;
}

.status-message-success {
    color: #136D17;
    font-weight: bold;
    padding-top: 15px !important;
}

.status-message-error {
    color: #D81C10;
    font-weight: bold;
    padding-top: 15px !important;
}

.button-blue-gradient {
    background-image: linear-gradient(#0dccea, #0d70ea);
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    direction: ltr;
    display: block;
    font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.47059;
    min-width: 30px;
    overflow: visible;
    padding: 4px 15px;
    text-align: center;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    text-decoration: none;
}

.button-blue-gradient:hover {
    background-image: linear-gradient(#6decff, #147BCD);
    border-color: #1482D0;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}

.button-blue-gradient:focus {
    box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
    outline: none;
}

.button-new-blue {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 6px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

.button-new-blue:hover {
    background: linear-gradient(180deg, #5A9CFE 0%, #4B91F7 100%);
    border-color: #1482D0;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.button-new-blue:focus {
    box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
    text-decoration: none;
}

.button-new-blue-in-table {
    width: 100px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px 3px;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 6px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

.button-new-blue-in-table:hover {
    background: linear-gradient(180deg, #5A9CFE 0%, #4B91F7 100%);
    border-color: #1482D0;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.button-new-blue-in-table:focus {
    box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
    text-decoration: none;
}

/* Sweet Alert 2 */
.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.my-actions {
    margin: 0 2em;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.right-gap {
    margin-right: auto;
}

.strike-thru {
    text-decoration: line-through;
    font-weight: 700;
}

.inactive-sub {
    background-color:#de9ba8;
}

.missing {
    color: red;
    font-weight: 700;
}

.round-button {
    width: 25%;
}

.round-button {
    display: inline;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #4a1aa7;
    box-shadow: 0 0 3px gray;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px !important;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.round-button:hover {
    color: white;
    background: #de9ba8;
}

.left-bar-help {
    vertical-align: top !important;
    text-align: left !important;
    font-family: Consolas,monaco,monospace !important;
    font-size: 20px !important;
    font-weight: 400;
}