.leaflet.big{
    height: 700px !important;
}

.bg-mi-saldo
{
    background-color: #436c86 !important;
}

.btn-mi-saldo{
    border: 1px solid #093850;
    color: #fff;
    background-color: #436c86;
    cursor: pointer;
}

.btn-mi-saldo:hover
{
    color: #fff;
    border-color: #436c86;
    background-color: #093850;
}
.btn-mi-saldo:focus,
.btn-mi-saldo.focus
{
    box-shadow: 0 4px 6px rgba(67, 108, 134, .50), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(9, 56, 80, .5);
}
.btn-mi-saldo.disabled,
.btn-mi-saldo:disabled
{
    color: #fff;
    border-color: #093850;
    background-color: #436c86;
}
.btn-mi-saldo:not(:disabled):not(.disabled):active,
.btn-mi-saldo:not(:disabled):not(.disabled).active,
.show > .btn-mi-saldo.dropdown-toggle
{
    color: #fff;
    border-color: #093850;
    background-color: #436c86;
}
.btn-mi-saldo:not(:disabled):not(.disabled):active:focus,
.btn-mi-saldo:not(:disabled):not(.disabled).active:focus,
.show > .btn-mi-saldo.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(94, 114, 228, .5);
}

.btn-mi-saldo-2{
    border: 1px solid #436c86;
    color: #fff;
    background-color: #093850;
    cursor: pointer;
}

.btn-mi-saldo-2:hover
{
    color: #fff;
    border-color: #436c86;
    background-color: #093850;
}
.btn-mi-saldo-2:focus,
.btn-mi-saldo-2.focus
{
    box-shadow: 0 4px 6px rgba(67, 108, 134, .50), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(9, 56, 80, .5);
}
.btn-mi-saldo-2.disabled,
.btn-mi-saldo-2:disabled
{
    color: #fff;
    border-color: #093850;
    background-color: #436c86;
}
.btn-mi-saldo-2:not(:disabled):not(.disabled):active,
.btn-mi-saldo-2:not(:disabled):not(.disabled).active,
.show > .btn-mi-saldo.dropdown-toggle
{
    color: #fff;
    border-color: #093850;
    background-color: #436c86;
}
.btn-mi-saldo-2:not(:disabled):not(.disabled):active:focus,
.btn-mi-saldo-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-mi-saldo.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(94, 114, 228, .5);
}

.btn-excel {
    border: 1px solid #093850;
    color: #FFFFFF;
    background-color: #436c86;
    cursor: pointer;
}

.btn-excel:hover,
.btn-excel:focus,
.btn-excel:active,
.btn-excel.active,
.open>.btn-excel.dropdown-toggle {
    background-color: #436c86;
    color: #FFFFFF;
    border-color: #093850;
}

.btn-excel.disabled,
.btn-excel.disabled:hover,
.btn-excel.disabled:focus,
.btn-excel.disabled.focus,
.btn-excel.disabled:active,
.btn-excel.disabled.active,
.btn-excel:disabled,
.btn-excel:disabled:hover,
.btn-excel:disabled:focus,
.btn-excel:disabled.focus,
.btn-excel:disabled:active,
.btn-excel:disabled.active,
.btn-excel[disabled],
.btn-excel[disabled]:hover,
.btn-excel[disabled]:focus,
.btn-excel[disabled].focus,
.btn-excel[disabled]:active,
.btn-excel[disabled].active,
fieldset[disabled] .btn-excel,
fieldset[disabled] .btn-excel:hover,
fieldset[disabled] .btn-excel:focus,
fieldset[disabled] .btn-excel.focus,
fieldset[disabled] .btn-excel:active,
fieldset[disabled] .btn-excel.active {
    background-color: transparent;
    border-color: #093850;
}

.btn-excel.btn-outline {
    color: #436c86;
    background-color: transparent;
    border: 1px solid #093850;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-excel.btn-outline:hover,
.btn-excel.btn-outline:focus,
.btn-excel.btn-outline:active,
.btn-excel.btn-outline.active,
.open>.btn-excel.btn-outline.dropdown-toggle {
    background-color: #436c86;
    color: #FFFFFF;
    border: 1px solid #093850;
}

.btn-excel.btn-outline .caret {
    border-top-color: #FFFFFF;
}

.btn-excel.btn-link {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #888888;
}

.btn-excel.btn-link:hover,
.btn-excel.btn-link:focus,
.btn-excel.btn-link:active {
    text-decoration: none;
    border-color: transparent;
    color: #797979;
}

.btn-excel .caret {
    border-top-color: #093850;
}

.bg-gradient-mi-saldo
{
    background: linear-gradient(87deg, #436c86 0, #aadbfa 100%) !important;
}

.bg-translucent-mi-saldo
{
    background-color: rgba(67, 108, 134, .6) !important;
}

a.bg-translucent-mi-saldo:hover,
a.bg-translucent-mi-saldo:focus,
button.bg-translucent-mi-saldo:hover,
button.bg-translucent-mi-saldo:focus
{
    background-color: rgba(9, 56, 80, .6) !important;
}