* {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

input[type="radio"] {
    height: 20px;
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}

.login-background.hr{
  background-color: gray;
  background-size:cover;
  height: 100vh;
  min-height: 100%;
}

.login-background.hr{
  background-image: url("../images/hr-background.jpg");
}

.login-background.user{
  background-image: url("../images/user-background.jpg");
}

.text-primary {
    color: #80b341 !important;
}

.btn {
    align-self: center;
    border-radius: 20px;
}

.btn-primary {
    background-color: #80b341 !important;
    border-color: #80b341 !important;
}


.table-blue th {
    background-color: #0e4a72;
    color: white;
    padding: 20px 10px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.table-blue td {
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
}

.bg-blue {
    background-color: #0e4a72;
}

.border-blue {
    border-color: #0e4a72 !important;
}

.btn-green {
    color: #81b342;
    background-color: transparent;
    border-color: #81b342;
}

    .btn-green:hover {
        color: #81b342;
        background-color: #81b3421a;
    }

.text-green {
    color: #81b342;
}

.text-green:focus{
    color: #81b342;
}

.text-blue {
    color: #0e4a72;
}

.big-text{
    font-size: 24px;
}

.side-menu-links a {
    color: white;
    text-align: center;
    padding: 10px 5px;
    color: white;
    text-decoration: none;
    display: block;
}

    .side-menu-links a.active {
        background-color: #81b342;
    }

    .side-menu-links a:hover {
        color: white;
        background-color: #50850e;
    }

.top-menu .top-menu-links {
    display: none;
}

.top-menu.active .top-menu-links {
    display: block;
}

.top-menu-links a {
    color: white;
    text-align: center;
    padding: 10px 0px;
    color: white;
    text-decoration: none;
    display: block;
}

    .top-menu-links a.active {
        background-color: #81b342;
    }

    .top-menu-links a:hover {
        color: white;
        background-color: #50850e;
    }

.top-menu-toggle, .top-menu-toggle:hover, .top-menu-toggle:active, .top-menu-toggle:visited {
    background-color: #10649c;
    padding: 10px 0px;
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 20px 10px;
}

.top-menu .top-menu-toggle-up {
    display:none;
}

.top-menu .top-menu-toggle-down {
    display: block;
}

.top-menu.active .top-menu-toggle-up {
    display: block;
}

.top-menu.active .top-menu-toggle-down {
    display: none;
}

.clickable {
    cursor: pointer;
}

.not-clickable {
    cursor: not-allowed;
}

.user-home div.clickable {
    border: 3px solid #0e4a72;
}

.user-home div.not-clickable {
    background-color: #c9c9c9;
}

.min-width-200 {
    min-width: 200px;
}

.min-height-100px {
    min-height: 100px;
}

.hidden{
    display: none !important;
}

.no-resize{
    resize: none;
}

.ws-preline{
    white-space: pre-line;
}

a.plain, a.plain:active, a.plain:visited {
    color:#80b341 !important;
    text-decoration: none;
}

    a.plain:hover {
        color: #4d6d25 !important;
    }


.loan-info p, .loan-info span{
   font-weight:600;
}

.loan-info p {
    margin-bottom: 15px;
}

#amortizationTable {
    color: #134971;
}

#amortizationTable table thead th {
    color: #134971;
    font-weight: bold;
}

    #amortizationTable table tbody {
        color: #134971;
    }

    .some-icon{
        width:50px;
    }

.user-product {
    border: 1px solid #0e4a72;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.user-amount-box {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .user-amount-box {
        border: 1px solid #0e4a72;
    }
}

.thumb {
    max-width: 250px;
    max-height: 250px;
}

#video{
    width: 99%;
}

@media (min-width: 768px) {
    #video {
        width: 75%;
    }
}

/*.side-menu-links .e-learning, .top-menu-links .e-learning {
    background-color: #002980;
}*/

.w-5{
    width: 5%;
}

.product-image{
    width: 300px;
}

.payment-term.active{
    background-color: green;
    color:white;
}

.mvh-100 {
    min-height: 100vh !important;
}

.disabled-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(255 255 255 / 75%);
    border: 1px solid white;
    width: 100%;
    height: 100%;
}

.movable{
    cursor: move;
}

@media (max-width: 540px) {
    .form-control {
        font-size: 1.2rem !important;
    }
}
