﻿html, body {
    background-color: #FFFFFF;
    font-family: ProximaNovaRegular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.9rem;
    color: #6F7175;
}

/* all links has this cursor pointer */
a {
    cursor: pointer;
}

.login-left {
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    width: 52%;
    margin-left: -15px;
}

.login-signin {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
}

.login-logo {
    top: 20px;
    right: 70px;
    position: fixed;
    height: 80px;
}

.form-signin {
    padding: 100px 38px 66px;
    margin: 0 auto;
    background-color: #fff;
    overflow-y: auto !important;
}


.form-signin-heading {
  margin-bottom: 30px;
  font-size: 25px; 
  font-weight:700;
}

.btn-login {
    background-color: #0d78aa;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    border-color: transparent;
    display: inline-block;
    padding: 0 1.125rem;
    max-height: 3.25rem;
    line-height: 3.25rem;
    font-size: 1.125rem;
    margin-left: 0;
}

.btn-login-default_sm {
    background-color: #F5F5F6 !important;
    color: #000000 !important;
    border-radius: 3px;
    text-decoration: none;
    border-color: #BEC4C7;
    display: inline-block;
    padding: 0 1.125rem;
    max-height: 3.25rem;
    line-height: 3.25rem;
    font-size: 1.125rem;
    margin-left: 0;
}

.btn-login-default {
    background-color: #F5F5F6 !important;
    color: #000000 !important;
    border-radius: 4px !important;
    border-color: #BEC4C7;
}


.btn-login-link {
    color: #007bff !important;
}

.changePassword {
    padding-top: 30px;
    text-align: center;
}

.wait {cursor:wait}

.footer {
    position: relative;
    color: #000;
    width: 100%;
    text-align: center;
    font-size: small;
}

.modal {
    overflow-y: auto !important;
}

.terms-container {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 20px;
}

@page {
    size: A4;
    margin: 0;
}
/*Start printable css*/
@media print {
    body * { visibility: hidden !important; }
    .print-only, .print-only * {
        visibility: visible !important;
    }
    .print-only {
        position: absolute;
        left: 0;
        top: 0;
    }
}
/* End printable */

a.tip {
    text-decoration: none
}

a.tip:hover {
    cursor: pointer;
    position: relative
}

a.tip span {
    display: none
}

a.tip:hover span {
    border: #000000;
    border-radius: 2%;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: #000000 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 245px;
    position: absolute;
    top: 10px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

/* Tab styles */
.nav-tabs-custom > li.active > a, .nav-tabs-custom > li.active > a:hover, .nav-tabs-custom > li.active > a:focus {
    border: 0;
    border-bottom-width: 0.187rem;
    border-style: solid;
    border-color: #BFDA3F;
    background-color: transparent;
    font-weight: normal;
    border-radius: 0;
}

    .nav-tabs-custom > li.active > a, .nav-tabs-custom > li.active > a:hover, .nav-tabs-custom > li.active > a:focus {
        color: #000;
        border-color: #BFDA3F;
    }

.nav-tabs__tab:not(:last-child)::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.0625rem;
    height: 0.75rem;
    margin-top: -0.375rem;
    background-color: #d2d6d9;
    content: ' ';
}

/* End Tab styles */

/* begin overrule MDB style end */

ul.bulletlist {
    padding-left: 40px !important;
}

ul.bulletlist > li {
    list-style-type: disc !important;
}

.field-icon {
    float: right;
    margin-left: -40px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}
/* end overrule MDB style end */