div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}
.dt-buttons{
	text-align: right !important;
	float: right;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #d3f0ff !important;
}

.info-box .info-box-text, .info-box .progress-description
{
	white-space: normal !important;
}

.select2 {
	width:100%!important;
	}

.eliminado, .eliminado > td{
	background-color: #fae5e5 !important;
}

div.dataTables_wrapper div.dataTables_info{
	font-size: 0.8em;
}

.brand-link
{
	padding:0px;
}
/* Select2 personalizaciones. */
.select2-container .select2-selection--single
{
	height: 38px !important;
	border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
	height:36px !important;
	width: 18px i !important;
	background: #e9ecef;
	border: 1px solid #adadad;
	border-radius: 0px 3px 3px 0px;
}

/* BOTON GOOGLE LOGIN */
.google-btn {
    /*margin: 25px;*/
	margin: 0 auto;
    width: 80%;
    min-width: 184px;
    max-width: 184px;
    height: 42px;
    background-color: #1a73e8;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    cursor: hand;
    align-self: center;
    user-select: none;
    transition: all 400ms ease 0s;
    display: flex;
}
.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 10px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    user-select: none;
	color:white;
}

.google-btn .btn-text {
    float: right;
    margin: 11px 14px 40px 40px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .2px;
    font-family: Roboto;
    user-select: none
}
.google-btn:hover {
    box-shadow: 0 3px 8px rgba(117, 117, 117, .5);
    user-select: none
}
.google-btn:active {
    box-shadow: 0 1px 1px #757575;
    background: #F8F8F8;
    color: #1a73e8;
    user-select: none
}

.google-btn:active .btn-text, .google-btn:active .google-icon-wrapper {
	color: #1a73e8;
}

.condicionesuso{
	width: 100%;
	height:150px;
	overflow: auto;
	font-size: 0.8em;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding:10px;
}

.brand-link {
    background-color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}