hr {
    margin-top: 2px;
    margin-bottom: 10px;
}

.sweet-alert {
    overflow-y: visible;
}

.hr-primary {
    border: 1px solid rgba(0, 127, 103, .5);
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

h4 {
    font-size: 16px;
}

.modal-dialog.lg {
    min-width: 800px;
}

.table-cfdi-modal {
    font-size: 13px;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.buttonConcep.btn.btn-primary,
.buttonConcep.btn.btn-success {
    height: 40px;
    width: 40px;
    font-size: 16px;
}

#miniTabla {
    font-size: 14px;
}

#miniTabla th,
td {
    max-width: 200px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../konevso/images/ajax-loader.gif") 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .85;
}

input[type="checkbox"] {
    display: block;
}

/*input[type="checkbox"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url("../konevso/css/check_radio_sheet.png") left top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked+label span {
    background: url("../konevso/css/check_radio_sheet.png") -19px top no-repeat;
}*/

.btn-excel {
    color: #fff;
    background-color: #2a2a2b;
    border-color: #2a2a2b;
}

.btn-excel:focus,
.btn-excel.focus {
    color: #fff;
    background-color: #004E3F;
    border-color: #004E3F;
}

.btn-excel:hover {
    color: #fff;
    background-color: #004E3F;
    border-color: #004E3F;
}

.fecha::placeholder {
    color: #333;
    font-family: Arial, Helvetica, sans-serif, FontAwesome;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.fecha:focus::placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
    height: 34px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    /*border-right: 6px solid #2a2a2b !important;*/
}

.has-error .select2-selection--single {
    border-color: #e3342f !important;
    padding-right: calc(1.6em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.4em + 0.1875rem) center !important;
    background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) !important;
}

.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}

label.btn-default {
    border: 1px solid #ccc;
    border-right: 6px solid #2a2a2b;
    height: 33px;
    background-color: #fff;
}

label.btn-default.active {
    border: 1px solid #ccc;
    border-right: 6px solid #2a2a2b;
    height: 33px;
    background-color: #fff;
}

label.btn-default:hover,
label.btn-default:active,
label.btn-default:focus,
label.btn-default:target {
    border: 1px solid #337ab7;
    border-right: 6px solid #337ab7;
    height: 33px;
    background-color: #fff;
}

button.closeTable {
    cursor: pointer;
    background: transparent;
    border: 0;
}

.closeTable {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #d43f3a;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
}


/************** Tool Tip Styles ********************************/

.tool-tip {
    display: inline-block;
    position: relative;
    margin-left: 0.5em;
}

.tool-tip .tool-tip__icon {
    background: #2a2a2b;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-style: italic;
    height: 20px;
    line-height: 1.3em;
    text-align: center;
    width: 20px;
}

.tool-tip .tool-tip__info {
    display: none;
    background: #fff;
    border: 1px solid #2a2a2b;
    border-radius: 3px;
    font-size: 0.875em;
    padding: 1em;
    position: absolute;
    left: 30px;
    top: -20px;
    width: 250px;
    z-index: 2;
}

.tool-tip .tool-tip__info:before,
.tool-tip .tool-tip__info:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 7px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #2a2a2b;
}

.tool-tip .tool-tip__info:after {
    left: -8px;
    border-right-color: #fff;
}

.tool-tip .tool-tip__info .info {
    display: block;
}

.tool-tip .tool-tip__info .info__title {
    color: #000;
    font-weight: bold;
}

.tool-tip:hover .tool-tip__info,
.tool-tip:focus .tool-tip__info {
    display: inline-block;
}

a:focus+.tool-tip .tool-tip__info {
    display: inline-block;
}


/*Estilo para prestamos*/

.tool-tip .tool-tip__more {
    display: none;
    background: #fff;
    border: 1px solid #2a2a2b;
    border-radius: 3px;
    font-size: 0.875em;
    padding: 1em;
    position: absolute;
    right: 25px;
    top: -15px;
    width: 300px;
    z-index: 2;
}


/*
.tool-tip .tool-tip__more:before, .tool-tip .tool-tip__more:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 7px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #2a2a2b;
}
.tool-tip .tool-tip__more:after {
  left: -8px;
  border-right-color: #fff;
}
*/

.tool-tip .tool-tip__more .info {
    display: block;
}

.tool-tip .tool-tip__more .info__title {
    color: #000;
    font-weight: bold;
}


/*Cambiando el fondo de los select2*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #73B983 !important;
    color: white;
}

.description,
.card-description,
.footer-big p {
    color: #999999;
}

body.inverse .modal,
body.inverse .modal .form-control,
body.inverse .panel-default,
body.inverse .panel-default .form-control,
body.inverse .card,
body.inverse .card .form-control {
    background-color: initial;
    color: initial;
}

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.51);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
}

.card .card-header {
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
    background-color: #999999;
    color: #fff;
}

.card .card-header.success {
    background-color: #5cb85c !important;
}

.card .card-header.primary {
    background-color: #337ab7 !important;
}

.card .card-header.danger {
    background-color: #d9534f !important;
}

.card .card-header.warning {
    background-color: #f0ad4e !important;
}

.card .card-header.purple {
    background-color: #46009B !important;
}

.card .card-header .title {
    color: #FFFFFF;
}

.card-body {
    margin: 0 20px 10px;
    padding-top: 10px;
}

.card .card-footer {
    margin: 0 20px 50px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

.redondo {
    border-radius: 50px;
}

.btn-white {
    background-color: #fff !important;
    color: #00d66e;
    font-weight: bold;
}

.btn-konevso {
    background-color: #00d66e !important;
    color: #fff;
    font-weight: bold;
}

.btn-konevso-paginate {
    background-color: #05c050 !important;
    color: #fff;
    font-weight: bold;
    border: #FFFFFF solid 0.1px;
}

.btn-salir-menu-Laravel {
    border-radius: 8px;
    height: 25px;
    padding: 0 12px 0 12px;
    margin-top: 0.9em;
}

.btn-salir-menu {
    border-radius: 8px;
    height: 25px;
    padding: 0 12px 0 12px;
    margin-top: 12px;
}

.menu {
    margin-left: 100px;
    color: #fff;
    font-weight: bold;
}

.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 20px;
    bottom: 90px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

.btn-whatsapp>a>img {
    max-width: 75px;
    max-height: 75px;
}

.icon-title {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
    background-color: #24C665 !important;
    color: #FFFFFF;
    position: fixed;
}

.login {
    background-color: #24C665 !important;
}


/*#centrador{
  position: relative;

}

#imagen{
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}*/

.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30vh;
}

@media screen and (min-width: 500px) {
    .abs-center {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
    }
}

.form-login {
    background-color: #fff !important;
    width: auto;
    padding: 15% 25px 0 25px;
    border-radius: 20px;
    min-height: 250px;
    vertical-align: middle;
}


.table-curved {
    border: solid #ccc 1px;
}

.table-curved th:first-child {
    border-radius: 6px 0 0 0;
    border-top: solid #fff 1px;
    border-left: solid #fff 1px;
}

.table-curved th:last-child {
    border-radius: 0 6px 0 0;
    border-top: solid #fff 1px;
    border-right: solid #fff 1px;
}

.table-curved th:only-child {
    border-radius: 6px 6px 0 0;
    border-top: solid #fff 1px;
    border-right: solid #fff 1px;
    border-left: solid #fff 1px;
}

.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}

.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.input-table {
    outline: none;
    background-color: transparent;
    border: none;
}