﻿html, body {
    background-color: #f2f2f2 !important;
}

.main-container {
    background-color: white !important;
}

/*AZ-121 to hide an element by default*/
.hide-container {
    display: none;
}
.nav-pills > li > a, .nav-tabs > li > a {
    color: #6c757d;
}


/*
    Author: Fernando Hdz
    AZ-741
*/
.text-right {
    text-align:right;
}

.icon {
    color: #334f77 !important;
    cursor: pointer;
    text-decoration: none !important;
    margin-right: 3px;
}

.nav-link.active {
    color: #fff !important;
    background-color: #334f77 !important;/*AZ-859, Author: Fernando Hdz, Change color*/
    border-color: #dee2e6 #dee2e6 #fff;
}

.validate-error {
    border: 1px solid #dc3545;
}

input[type="radio"] {
    margin-right: 5px;
}

.menu{
    padding: 1.25rem;
}

.menu label{
    margin-left: 25px
}

/**/
a.navbar-brand[b-yhsftmnlj3] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-yhsftmnlj3] {
    color: #fff;
}

.btn-primary[b-yhsftmnlj3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-yhsftmnlj3], .nav-pills .show > .nav-link[b-yhsftmnlj3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-yhsftmnlj3] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-yhsftmnlj3] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-yhsftmnlj3] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-yhsftmnlj3] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-yhsftmnlj3] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*AZ-741*/

.footer {
    bottom: 0;
    padding: 19px 15px 20px;
    position: absolute;
    width: 99%;
    text-align:center;
}


.footer a {
    text-decoration: none;
    cursor: initial;
}

/*
    Author: Fernando Hdz
    AZ-792
*/

.pagination-content {
    display: flex;
    justify-content: end;
}

.btn.btn-primary, .page-item.active .page-link {
    color: #fff;
    background-color: #334f77;
    border-color: #334f77;
}

a.page-link {
    color: #334f77;
}

.ResultsLeyend {
    color: #334f77;
    font-style: italic;
    font-weight: bold;
}
/*AZ-859, Author: Fernando Hdz, Add new Styles*/
.bg-darkblue {
    background-color: #334f77;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}