html {
    font-size: 14px;
}

a {
    color: #355389;
}

a:hover {
    color: #3f689e;
}

.text-primary {
    color: #355389!important;
}

.bg-primary {
    background-color: #355389!important;
}

.btn-primary {
    background-color: #355389;
    border-color: #355389;
}

.btn-primary:hover {
    background-color: #5292c0;
    border-color: #5292c0;
}

.btn-primary:focus {
    background-color: #5292c0;
    border-color: #5292c0;
}

.btn-primary:active {
    background-color: #5292c0;
    border-color: #5292c0;
}

.btn-primary:disabled {
    background-color: #355389;
    border-color: #355389;
}

.btn-outline-primary {
    color: #355389;
    border-color: #355389;
}

.btn-outline-primary:hover {
    background-color: #355389;
    border-color: #355389;
}

.btn-outline-primary:focus {
    background-color: #355389;
    border-color: #355389;
    color: #fff;
}

.btn-outline-primary:active {
    background-color: #355389;
    border-color: #355389;
    color: #fff;
}

.btn-outline-primary:disabled {
    background-color: #355389;
    border-color: #355389;
}

.text-danger {
    color: #bd0e2b!important;
}

.bg-danger {
    background-color: #bd0e2b!important;
}

.btn-danger {
    background-color: #bd0e2b;
    border-color: #bd0e2b;
}

.btn-danger:hover {
    background-color: #c93649;
    border-color: #c93649;
}

.btn-danger:focus {
    background-color: #c93649;
    border-color: #c93649;
}

.btn-danger:active {
    background-color: #c93649;
    border-color: #c93649;
}

.btn-danger:disabled {
    background-color: #bd0e2b;
    border-color: #bd0e2b;
}

.text-success {
    color: #3d6658!important;
}

.bg-success {
    background-color: #3d6658!important;
}

.btn-success {
    background-color: #3d6658;
    border-color: #3d6658;
}

.btn-success:hover {
    background-color: #529a82;
    border-color: #529a82;
}

.btn-success:focus {
    background-color: #529a82;
    border-color: #529a82;
}

.btn-success:active {
    background-color: #529a82;
    border-color: #529a82;
}

.btn-success:disabled {
    background-color: #3d6658;
    border-color: #3d6658;
}

.table thead {
    color: #3f689e;
}

.table>:not(:first-child) {
    border-top: 1.1px solid #3f689e;
}

.page-item.active .page-link {
    background-color: #3f689e;
    border-color: #3f689e;
}

.page-link {
    color: #355389;
}

.table .dropdown .dropdown-toggle {
    text-decoration: none;
    font-size: 1.15rem;
}

.table .dropdown .dropdown-toggle:after {
    display: none;
}


.table .dropdown .dropdown-item:focus {
    background-color: #355389;
}

.side-menu .fold-btn:hover {
    background-color: rgba(63, 104, 158, 0.8);
    color: #fff
}

.navbar {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar .navbar-brand {
    padding: 0;
}

.nav-hide {
    display: none;
}

.navbar-simple .container-fluid {
    height: 2.25rem;
}

.navbar-simple .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-simple {
    width: 100%;
    min-height: 3rem;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-simple .copyright {
    height: 100%;
    margin-left: 1rem;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.6);
}

.footer-simple .link {
    margin-right: 1rem;
    display: flex;
}

.footer-simple .link a {
    text-decoration: none;
}

.footer-simple .link span {
    margin: 0 0.5rem
}

.nav-link {
    color: #355389;
}

.navbar .op * {
    margin-right: 0;
}

.navbar .op>a{
    margin-right: 1rem!important;
}

.navbar .op a {
    color: #212529;
    text-decoration: none;
}

.navbar .collapse .d-flex.op {
    position: relative;
}

.navbar .collapse .d-flex.op:not(:last-child):after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 1px;
    height: 1rem;
    right: 0;
    top: 3px;
}

.side-menu ul.menu {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.side-menu ul.menu::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.side-menu ul li a.selected, .side-menu ul li a:hover {
    background: none;
}

.side-menu ul li a.selected {
    position: relative;
    color: #3f689e;
}

.link {
    color: #355389;
}

.table td {
    vertical-align: middle;
}

.ellipsis {
    max-width: 20rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.dropdown .dropdown-item:focus {
    background-color: #355389;
    color: #fff;
}

.price {
    padding-left: 3rem;
}

.price .total {
    font-size: 2rem;
    color: #bd0e2b;
}

.op-section {
    padding: 1.5rem 3rem;
    background: #fff;
    border-radius: 0.125rem;
}

.side-menu .fold-btn:hover {
    background-color: rgba(63, 104, 158, 0.8);
    color: #fff
}

.side-menu ul.menu {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.side-menu ul li a.selected, .side-menu ul li a:hover {
    background: none;
}

.side-menu ul li a.selected {
    position: relative;
    color: #3f689e;
}

.side-menu ul li a.selected:before {
    position: absolute;
    left: 5px;
    content: "";
    width: 0.25rem;
    background-color: #3f689e;
    margin: 0.6rem 0;
    height: 1.6rem;
}

.side-menu ul li a:hover {
    color: #3f689e;
}

.reset {
    color: #212529;
    font-size: 1.25rem;
}