html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media(max-width: 991px){
    .nav-link {
        display: inline;
    }
    .table-responsive {
        padding-right: 12px;
        padding-left: 12px;
    }
    
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.fa-eye:hover {
    cursor: pointer;
}

.fa-arrows-rotate:hover {
    cursor: pointer;
}

h5 {
    margin-bottom: 0px !important;
}
.captchabackground {
    background-image: url("../img/captcha.png");
    width: 150px !important;
    text-align: center;
    font-size: 30px;
    font-family: 'Segoe UI';
    cursor: not-allowed;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.dropdown-menu{
    min-width:auto !important;
}

.nav-link{
    border:none;
    margin-right:20px;
}

.nav-link:hover {
    background-color: #c3c3c361;
}