﻿:root {
    --primary-light-bg-color: #237A95;
    --primary-bg-color: #04729A;
    --primary-txt-color: #FFFFFF;
    --secondary-bg-color: #5F6A72;
    --pending-color: #7A2273;
    --approved-color: #268014;
    --denied-color: #C9042F;
    --invalid-color: #FFC107;
    --info-color: #03A9F4;
}

.bootRBL input {
    display: inline;
    margin-right: 0.25em;
}

.bootRBL label {
    display: inline;
    margin-right: 10em;
}

.custRadioGroup input {
    display: inline;
    margin-right: 0.25em;
}

.custRadioGroup label {
    display: inline;
    margin-right: 5em;
}

.UNEDITED {
}


.PENDINGPAYMENT {

    font-weight: bold;
    color: #174421;
}

.SUBMITTED, QC_VERIFIED, APPROVED, UNDERREVIEW {
    font-weight: bold;
    color: #505050;
}

.UNDERBOARDREVIEW {
    font-weight: bold;
    color: #703939;
}

.CANCELED {
    font-weight: bold;
    color: #c41a1a;
}

.LOST_STOLEN_BROKEN {
    font-weight: bold;
    color: #c41a1a;
}

.ACTIVE {
    font-weight: bold;
    color: #445346;
}

.REJECTED {
    font-weight: bold;
    color: #c41a1a;
}

.REVOKED, .DENIED {
    font-weight: bold;
    color: #c41a1a;
}

.SUSPENDED {
    font-weight: bold;
    color: #c41a1a;
}

.EXPIRED {
    font-weight: bold;
    color: #c41a1a;
}


.form-group.has-success span.error {
    display: none;
}

div.stripe div.odd {
    background-color: #f5f5f5;
    border-color: #eeeeee;
}

.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}


fieldset.box-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.box-border {
    width: auto; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: left !important;
}

.button-row {
    padding-left: 30px;
}

.status-icon {
    font-size: 2em !important;
    padding-right: 0.5rem;
}

.flares-modal {
    animation-duration: 0.5s;
}

.flares-modal .modal-content {
    border-radius: 20px !important;
}

.page-footer {
    background-color: #E0E0E0;
    border-top: 1px solid #BDBDBD;
    min-height: 15vh;
    position: relative;
    margin-left: 13%;
    bottom: 0;
    width: 87%;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    color: #333E48;
}

.footer-link {
    color: #3F51B5;
    cursor: pointer;
}

.footer-link:hover {
    color: #333333;
}

.privacy-link {
    padding-right: 1rem;
    border-right: 1px solid #333e48;
}

.terms-link {
    padding-left: 1rem;
}

.top-menu {
    color: #5F6A72;
}

.nav-icon {
    font-size: 1.75rem !important;
}

.nav-icon:hover {
    cursor: pointer;
}

.top-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    display: flex;
    align-items: center;
}

.top-menu ul li {
    position: relative;
    padding: 12px;
    float: left;
}

.top-level-nav {
    padding: 1rem;
    display: inline-block;
    color: #333E48;
    text-decoration: none;
}

.child-level-nav {
    padding: 1rem;
    display: inline-block;
    color: #333E48;
    text-decoration: none;
}

.top-level-nav:hover {
    opacity: 0.5;
}

.top-menu ul li ul {
    display: none;
    position: absolute;
    left: -80px;
    top: 82px;
    float: left;
    background: #FFFFFF;
    color: #333E48;
    border-width: 1px;
    border-style: solid;
    border-color: #D1D4D3;
    width: 9rem;
}

.top-menu ul li .wide-list {
    width: 13rem;
    left: -140px;
}

.user-menu {
    top: 79px !important;
    left: -65px !important;
}

.top-menu ul li ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 0;
}

.top-menu ul li:hover ul {
    display: block;
}

.initial-button {
    background-color: #eeeeee;
    border-radius: 2rem;
    font-size: 1.25rem;
    text-decoration: none;
}

.s:hover {
    text-decoration: none;
}

.product-description {
    padding-bottom: 1rem;
}

.product-icon {
    margin-right: 0.5rem;
}

.product-learn-more {
    margin-left: 0.5rem;
}

.sm-bottom-margin {
    margin-bottom: 0.5rem;
}

.xs-left-margin {
    margin-left: 0.25rem;
}

.padding-top {
    padding-top: 1rem;
}

.action-btn-spacing {
    margin-right: 1.5rem;
}

.multi-data-row {
    display: flex;
    align-items: center;
}

.add-data-icon {
    font-size: 1rem !important;
}

.delete-data-icon {
    font-size: 1.5rem !important;
}

.sm-bottom-margin {
    margin-bottom: 0.5rem !important;
}

#lblDashboardMessage a {
    text-decoration: underline;
}

.file-name {
    color: #000000;
}

.emphasized-link {
    text-decoration: underline;
}