.text_recortar {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn_opt svg {
    width: 15px !important;
    height: 15px !important;
}
.page-link {
    min-width: 30px;
    padding: 5px 10px;
}
.page-link-icon {
    padding: 0px 5px;
}
.obligatorio {
	color: red;
	line-height: 0;
}
.form-group-sm .form-control, .form-group-sm .form-select {
    padding: 0.4rem 0.5rem;
    line-height: 1.2;
}
.form-group-sm label {
    font-size: 11px;
}
.input-error {
    color: red;
    font-size: 12px;
}
.border-error {
    border-color: red;
}
.content-body {
    background-color: whitesmoke;
}
.card {
    -webkit-box-shadow: 4px 6px 12px 0px rgba(219,219,219,1);
    -moz-box-shadow: 4px 6px 12px 0px rgba(219,219,219,1);
    box-shadow: 4px 6px 12px 0px rgb(219,219,219,1);
}
.no_data {
    font-size: 25px;
    color: #959595;
    padding: 23px !important;
}
.table th, .table td {
    vertical-align: middle !important;
}