﻿.dataTables_filter {
    width: 100%;
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: underline;
}

li > a {
    text-decoration: none;
}

.btn {
    text-decoration: none;
}

.btn-group {
    margin-bottom: 5px;
}

span.label-required {
    color: red;
}

.right {
    float: right;
    padding-right: 30px;
    padding-top: 5px;
}
.alert-danger .alert-success{
    color:white !important;
}

.boton-regresar {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0px;
    padding-top: 5px;
    text-decoration: none;
    font-size: 32px;
}

.gent-title{
    font-weight:300;
}

.left-title{
    display:inline-block;
    padding:0px;
}

.va{
    display:flex;
    align-items:center;
}

.index-title{
    display: inline-block;
    vertical-align:middle;
    padding-top:0px;
}

div.dataTables_processing {
    position: absolute;
    top: 100px !important;
    left: 50%;
    width: 400px !important;
    height: 112px;
    text-align: center;
    border-width: 3px;
    border-color: #0a53a5;
    opacity: .35;
    padding: 1em 0;
    font-size: 220%;
    transform: translate(-33%,0);
    background-color:#c6daf0;
}

ul.bar_tabs{
    background:none !important;
}

.select2 {
    width: 100% !important;
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.show-read-more .more-text {
    display: none;
}