button:focus {
    outline: none !important;
}

.btn-custom{
    display: inline-block;
    font-weight: 400;
    color: #6d295a;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 16px;
    padding: 10px 60px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-custom-lb {
    margin: 3px 0 0 30px;
    padding: 12px 30px;
    margin-top: 10px;
    margin-left: 0;
    border-radius: 2px;
    width: 130px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-color: #6d295a;
    line-height: 25px;
}

.btn-custom-br{
    border-radius: 2px;
}

.btn-custom-xxs{
    font-size: 12px;
    padding: 5px 30px;
}

.btn-custom-xs{
    font-size: 14px;
    padding: 6px 60px;
}

.btn-custom-sm{
    font-size: 16px;
    padding: 7px 60px;
}

.btn-custom-md{
    font-size: 16px;
    padding: 10px 60px;
}

.btn-custom.btn-block{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.btn-custom-primary {
    color: white;
    background-color: #6d295a;
    border-color: #6d295a;
}

.btn-custom-primary:hover {
    color: #fff;
    background-color: #333740;
    border-color: #333740;
}
  
.btn-custom-primary:focus, .btn-custom-primary.focus {
    box-shadow: unset;
}
  
.btn-custom-primary.disabled, .btn-custom-primary:disabled {
    color: #fff;
    background-color: #6d295a;
    border-color: #6d295a;
}
  
.btn-custom-primary:not(:disabled):not(.disabled):active, .btn-custom-primary:not(:disabled):not(.disabled).active,
.show > .btn-custom-primary.dropdown-toggle {
    color: #fff;
    background-color: #333740;
    border-color: #333740;
}
  
.btn-custom-primary:not(:disabled):not(.disabled):active:focus, .btn-custom-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-custom-secondary {
    color: white;
    background-color: #6d295a;
    border-color: #6d295a;
}

.btn-custom-secondary:hover {
    color: #fff;
    background-color: #6d295a;
    border-color: #6d295a;
}
  
.btn-custom-secondary:focus, .btn-custom-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 255, 255, 0.5);
}
  
.btn-custom-secondary.disabled, .btn-custom-secondary:disabled {
    color: #6d295a;
    background-color: #FFF;
    border-color: #FFF;
}
  
.btn-custom-secondary:not(:disabled):not(.disabled):active, .btn-custom-secondary:not(:disabled):not(.disabled).active,
.show > .btn-custom-secondary.dropdown-toggle {
    color: #6d295a;
    background-color: #FFF;
    border-color: #FFF;
}
  
.btn-custom-secondary:not(:disabled):not(.disabled):active:focus, .btn-custom-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 255, 255, 0.5);
}

.btn-custom-tertiary {
    color: #FFF;
    background-color: white;
    border-color: white;
}

.btn-custom-tertiary:hover {
    color: #fff;
    background-color: white;
    border-color: white;
}
  
.btn-custom-tertiary:focus, .btn-custom-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 255, 255, 0.5);
}
  
.btn-custom-tertiary.disabled, .btn-custom-tertiary:disabled {
    color: #6d295a;
    background-color: #FFF;
    border-color: #FFF;
}
  
.btn-custom-tertiary:not(:disabled):not(.disabled):active, .btn-custom-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-custom-tertiary.dropdown-toggle {
    color: #6d295a;
    background-color: #FFF;
    border-color: #FFF;
}
  
.btn-custom-tertiary:not(:disabled):not(.disabled):active:focus, .btn-custom-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 255, 255, 0.5);
}

.btn-custom-outline-primary {
    color: #6d295a;
    border-color: #6d295a;
}
  
.btn-custom-outline-primary:hover {
    color: #fff;
    background-color: #6d295a;
    border-color: #6d295a;
}
  
.btn-custom-outline-primary:focus, .btn-custom-outline-primary.focus {
    box-shadow: unset;
}
  
.btn-custom-outline-primary.disabled, .btn-custom-outline-primary:disabled {
    color: #6d295a;
    background-color: transparent;
}
  
.btn-custom-outline-primary:not(:disabled):not(.disabled):active, .btn-custom-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-custom-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #6d295a;
    border-color: #6d295a;
}
  
.btn-custom-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-custom-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-outline-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-custom-outline-tertiary {
    color: #999;
    border-color: #999;
}
  
.btn-custom-outline-tertiary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
  
.btn-custom-outline-tertiary:focus, .btn-custom-outline-tertiary.focus {
    box-shadow:unset;
}
  
.btn-custom-outline-tertiary.disabled, .btn-custom-outline-tertiary:disabled {
    color: #ccc;
    background-color: transparent;
}
  
.btn-custom-outline-tertiary:not(:disabled):not(.disabled):active, .btn-custom-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-custom-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}
  
.btn-custom-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-custom-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-custom-outline-primary.dropdown-toggle:focus {
    box-shadow:unset;
}



@media (max-width: 575.98px) { 
    .btn-custom-block-xs{
        width: 100%;
    }

    .btn-custom {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent !important;
    outline: 0;
    box-shadow: unset !important;
}

#btnCerrarModalAlert{
    margin: 0        auto;
    color: white;
    background-color: #6d295a;
    border-color: #6d295a;
}

.img-select-lang{
    width: 24px;
}

#ddSelectLang #dLabel{
    background: #2d2d2d !important;
}

#ddSelectLang #dLabel, #ddSelectLang #dLabel:focus, #ddSelectLang #dLabel:hover {
    background-color: #2d2d2d !important;
    border-color: #2d2d2d !important;
}

#btnSearchDoc{
    color: white;
    background-color: #2D2C2B;
    border-color: #2D2C2B;
}

.btn-custom-primary {
    color: white;
    background-color: #6d295a;
    border-color: #6d295a;
}