/* Write your custom CSS here */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

[type=radio]:checked+label:after {
    border: 2px solid #15375C !important;
    background-color: #15375C !important;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #15375C !important;
    z-index: 0;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #15375C !important;
}

.font-titulo {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.info-card-header-text {
    font-weight: 400;
    letter-spacing: .005em;
    font-size: 18px;
    line-height: 20px;
    margin-left: -1px;
    margin-right: 12px;
}

.select-wrapper span.caret {
    color: initial !important;
   
}
.btn-microsoft {
    width: 100%;background: white;border: 1px solid #15375C !important;
}
.vista-ingreso-ategia {
   background-color:#fff;
}
.back-fondo {
    background-color: #d9d9d9;
}
.img-microsoft {
   padding: 8% 5%;width: 30px;
}
.colorFondoAtegia {
    background-color: #15375C !important;
    width: 100%;
}

.colorFondoAtegiaAlterno
{
    background-color: #2a70bb !important;
}

.colorFondoAtegiaInterior
{
    background-color: #6ea4de !important;
}

.row {
    margin-bottom: auto !important;
}

.sObli{
    color:#26a69a;
}

.icon_style_alert{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: white;
    cursor:pointer; 
}

#alert_box
{
    position : fixed;
    top: 70px;
    width : 90%;
    margin-left:5%;
    z-index: 99999;
}

a {
    color: inherit !important;
}
a:active, a:focus, a:hover {
    outline: 0!important;
    color: #0277bb !important;
    cursor: pointer !important;
}

.link
{
    outline: 0!important;
    color: #0277bb !important;
    cursor: pointer !important;
}

.card-title-force {
    line-height: 24px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    color: rgba(0, 0, 0, .54) !important;
}

.input_whitout_mat
{
    padding: 1% 6% !important;
     box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    border:1px solid #BEBEBE !important;
    -webkit-transition: all 0.30s ease-in-out !important;
    -moz-transition: all 0.30s ease-in-out !important;
    -ms-transition: all 0.30s ease-in-out !important;
    -o-transition: all 0.30s ease-in-out !important;
    outline: none !important;
    height: 33px !important;
    margin: 0 0 0 0 !important;
}

.input-field
{
    max-height:63px !important;
}

.input-field-radio-option
{
    max-height: 63px !important;
    min-height: 63px !important;
    position: relative;
    margin-top: 1rem;
}

.card {
    margin: 0.0rem 0 1rem 0 !important;
}

.side-nav {
    z-index: 999;
}

.sidebar-profile {
    padding: 20px 20px !important;
}

#dv_background {
    background: rgba(4, 4, 4, 0.5);
    width: 100%;
    height: 100%;
    z-index: 998;
    display: block;
    position: fixed;
    top: 0;
}

.FuenteTituloGrande{
    font-size:18px;
}


.tabs .tab a:hover, .tabs .tab a.active{
      color:#045FB4 !important;
}

ul {
  list-style-type: none; 
}

ul.browser-default {
  padding-left: 40px;
  list-style-type:square;
}
ul.browser-default li {
  list-style-type: inherit;
}

.mobile-fab-tip {
    position: fixed;
    right: 85px;
    padding: 0px 0.7rem;
    text-align: right;
    background-color: #8b8a8a;
    border-radius: 2px!important;
    color: #fff!important;
    width: auto;
    font-size: 11px;
}

.browser-default {
    display: block!important;
    height: 3rem!important;
    padding: 5px!important;
    width: 100%!important;
}

@media only screen and (max-width: 1248px){
    .scroll-x-1248{
        overflow-x:scroll;
    }
}

@media only screen and (max-width: 992px) {
    .FuenteTituloGrande
    {
        font-size:14px;
    }
    .modal {
        width: 90% !important;
    }
    .modal .modal-content {
        padding: 10px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    nav .nav-wrapper>ul>li>a {
        padding: 0 10px;
        position: relative
    }
}

@media only screen and (max-width: 705px) {
    nav .nav-wrapper>ul>li>a {
        padding: 0 8px;
        position: relative
    }
}
@media only screen and (max-width: 656px) {
    nav .nav-wrapper>ul>li>a {
        padding: 0 5px;
        position: relative
    }
}
@media only screen and (max-width: 600px) {
    nav .nav-wrapper>ul>li>a {
        padding: 0 10px;
        position: relative
    }
}
.border-bottom {
    border-bottom: 1px solid #ccc !important;
}