/*ESTILOS FACTULITE*/
.mb1{
	margin-bottom: 1px;
}

/*FORMULARIOS*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5rem + 2px);
    padding: .1rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control_especial {
    display: block;
    width: 100%;
    height: calc(1.5rem + 2px);
    padding: 1.15rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 31px!important;
    user-select: none;
    -webkit-user-select: none;
    border: 1px solid #ced4da!important;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    margin-top: 1px!important;
}

.table td, .table th {
    padding: .75rem .25rem;
    vertical-align: inherit;
    border-top: 1px solid #dee2e6;
}

select {
    word-wrap: normal;
    height: auto;
}
.hauto{
	height: calc(2.5rem + 2px)!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    /*line-height: 17px!important;*/
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 0px!important;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

label{
    padding: 0!important;
    margin-bottom: 0!important;
    font-weight: 500!important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    input{
        border: none!important;
    }
    card-body.p-0 .table tbody>tr>td:first-of-type, .card-body.p-0 .table tbody>tr>th:first-of-type, .card-body.p-0 .table tfoot>tr>td:first-of-type, .card-body.p-0 .table tfoot>tr>th:first-of-type, .card-body.p-0 .table thead>tr>td:first-of-type, .card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 0rem!important;
}
}