﻿/*Inicio - Modals bootstrap*/
.close.modal-close {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #343a40;
    color: #fff !important;
    position: absolute;
    top: -5px;
    right: -5px;
    opacity: 1;
    font-size: .8rem;
    z-index: 999;
    cursor: pointer;
    outline: none;
}

.svg-icon.svg-icon-light {
    stroke-width: 2;
}

.svg-icon {
    width: 55px;
    height: 55px;
    stroke: currentColor;
    stroke-width: 3;
    vertical-align: text-bottom;
    --layer1: currentColor;
    --layer2: currentColor;
}

h2, .modal-title {
    font-weight: 700;
    font-size: 2.7rem;
}

.btn-corp {
    background-color: #00569d;
    color: #fff;
}
/*fin - Modals bootstrap*/

/*Tabs de bootstrap*/
.tab-content.extend > .active {
    padding-top: 1em;
}

.tab-content.extend {
    padding-bottom: 0em;
    border-bottom: 1px solid #dee2e6;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.swal-footer {
    margin-top: -8px !important;
}

.swal-title {
    margin-top: -20px !important;
}

#footer {
    width: 100%;
    position: fixed;
    bottom: 0 !important;
    bottom: -1px;
    z-index: 1000;
    text-align: center;
    font-size: 10px;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #e7e7e7 26%, #d8d8d8 73%, #ececec 100%);
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#e7e7e7 26%,#d8d8d8 73%,#ececec 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%,#e7e7e7 26%,#d8d8d8 73%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ececec',GradientType=0 );
}

.generic-Header-Icon {
    font-size: 1.8rem;
    margin-left: 2px;
    background-color:transparent;
}

.btn.btn-icon.btn-lg.kt-pulse.pulse-primary {
    width: 3rem;
}