html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
    margin-bottom: 60px;
    font-family: 'Nunito Sans 7pt Condensed Normal', Sans-serif !important;
}

header, .card-header.blue {
    background-color: #000080;
    border-color: #000080;
    color: #fff;
}

.card-header.red {
    background-color: #f00;
    border-color: #f00;
    color: #fff;
}

.card-body a {
    text-decoration:none;
}

.text-green {
    color: #00E482;
}

.text-blue {
    color: #000080;
}

.text-red {
    color: #f00;
}

header img {
    max-width:200px;
    max-height:50px;
    cursor:pointer;
    padding-left:8px;
}

header .nav-link {
    color: #ffffff !important;
}

.navbar-nav .nav-item {
    margin-right: 2px;
}

.nav-item .btn-primary {
    font-weight:bold;
    font-size:18px;
    margin:0px 2px 2px 0px;
}

.btn-primary svg {
    width: 25px;
}

.btn-primary.green {
    background: #00E482 !important;
    border-color: #00E482 !important;
    color: #000080 !important;
}

.btn-primary.red {
    background: #f00 !important;
    border-color: #f00 !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

table .btn-primary, .nav-item .btn-primary, .dropdown-menu:not(.datepicker) {
    background: #00E482 !important;
    border-color: #00E482 !important;
    color: #000080 !important;
}

table .btn-primary:focus, table .btn-primary:hover,
.nav-item .btn-primary:focus, .nav-item .btn-primary:hover, .dropdown-item:hover,
.btn-primary.green:focus, .btn-primary.green:hover{
    background-color: #00BD6C !important;
    border-color: #00BD6C !important;
}


.btn-primary.red:focus, .btn-primary.red:hover {
    background-color: #a00 !important;
    border-color: #a00 !important;
}

.btn:focus, .btn:hover {
    background-color: #0000A8 !important;
}

.dropdown-item {
    color: #000080 !important;
}

/*tab navigation*/
.navbar-toggler-icon {
    color: #00E482;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 228, 130, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.login-logout-card .card-header {
    padding: 0px 0px 12px 0px;
}

.login-logout-card ul.nav-tabs {
    margin: 0px 0px -12px 0px;
}

.login-logout-card li.nav-item {
    width: 50%;
}

.login-logout-card a.nav-link {
    font-size: 1rem;
    color: #000000;
    text-align:center;
    padding: 1rem;
}

.login-logout-card .card-body {
    padding: 10px 20px;
}

.table {
    background: #fff;
    overflow-y: auto;
}

table {
    width:100%;
    /*border-collapse:collapse;*/
}

table thead th,
table tbody td {
    padding:15px;
    border:none;
    font-size:14px;
}

table thead th {
    background: #000080 !important;
    color: white;
    font-size: 16px;
    font-weight: 600;
    position: sticky;
    top: -1%;
    vertical-align: middle;
    padding: 10px 5px 10px 5px !important;
    border-right: 1px solid rgba(0,0,0,0.1);
}

table tbody td {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
    padding: 5px !important;
}

table tbody a {
    padding: 6px !important;
}

table tbody {
    border-left: 1px solid rgba(0,0,0,0.1);
}

.dt-scroll-body {
    border-bottom-width: 2px !important;
}

.fa-file-invoice {
    display: block;
    font-size: 30px !important;
    color: #000080;
}

.fa-cash-register {
    display: block;
    font-size: 20px !important;
    color: #000080;
}

.fa-file-invoice span {
    font-size: 15px;
    color: #000080;
    margin-left: -15px;
    margin-top: 18px;
    position: absolute;
    z-index: 2;
    font-weight: 900;
    font-family: sans-serif;
    color: #00E482;
}

.fa-calendar-days {
    font-size: 20px;
    float: right;
    margin-right: 20px;
    margin-top: -37px;
    position: relative;
    z-index: 2;
}

.fa-globe {
    font-size: 20px;
    float: right;
    margin-left: -10px;
    margin-top: 17px;
    position: absolute;
    z-index: 2;
    color: #00E482;
}


.steps-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    position: relative;
    padding: 0;
}

.steps-horizontal::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.second::before {
    top: 40px;
}

.step-icon {
    width: 40px;
    height: 60px;
    border-radius: 8px;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    font-size: 14px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 14px;
    /*color: #6c757d;*/
    /*margin-bottom: 5px;*/
}

.step-description {
    font-size: 12px;
    color: #adb5bd;
    max-width: 150px;
    margin: 0 auto;
}

.step-horizontal.active .step-icon {
    background: #000080;
    border-color: #000080;
    color: white;
    box-shadow: 0 0 0 5px rgba(0, 0, 128, 0.2);
}

.step-horizontal.complete .step-icon, .step-horizontal.complete-a .step-icon {
    background: #00E482;
    border-color: #00E482;
    color: #000080;
}

.step-horizontal.complete-a {
    cursor: pointer;
}

.paid {
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #00E482;
}

.paid .fa {
    font-size:20px;
    margin-top:5px;
    color:#000080;
}

.not {
    background: red;
}

.not .fa {
    color: #fff;
}

.fa-solid.fa-caret-right, .fa-solid.fa-caret-left {
    font-size: 60px;
}

.errorlogheader {
    text-decoration:none !important;
}
