table.resultados-isv{
    width: 100%;
    text-transform: uppercase;
}

table.resultados-isv thead tr{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.35);
}

table.resultados-isv thead tr th{
    font-family: RalewayBold;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
}

table.resultados-isv tbody tr td{
    font-family: RobotoMedium;
    font-size: 13px;
    color: #fff;
    padding: 10px;
    white-space: nowrap;
}

table.resultados-isv tbody tr td.first{
    padding-top: 20px;
}

table.resultados-isv tbody tr td.last{
    padding-bottom: 20px;
}


table.resultados-isv tfoot tr{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.35);
}

table.resultados-isv tfoot tr td{
    font-family: RobotoBold;
    font-size: 15px;
    color: #fff;
    padding: 10px;
}

.extra-info {
    font-family: RalewayRegular;
    font-size: 14px;
    color: #fff;
}

.extra-info a{
    color: #fff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    outline: none;
    font-size: 12px;
    font-weight: normal;
    font-family: RalewayRegular;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}


.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    outline-offset: 0 !important;
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.result-ajax{
    display: none;
}