/* ################### CONTROLS ################## */

.gu-dataTable{
    width: 100%;
}

.gu-lst-items .gu-col-acciones{
    text-align: center;
}

.gu-lst-items .btn{
    padding: 0 6px !important;
}

.gu-lst-items div.dataTables_wrapper ul li, .gu-lst-items div.dataTables_wrapper ol li{
    padding: 0;
    border: none !important;
}

.gu-lst-items table.dataTable.dtr-inline>tbody>tr>td.control, .gu-lst-items table.dataTable.dtr-inline>tbody>tr>th.control{
    padding-left: 11px !important;
    
}

.gu-lst-items .dataTables_wrapper .form-control{
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
  
.selectize-control.loading:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    speak: none;
    text-transform: none;
    line-height: inherit;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110" !important; /* here is set the character corresponding to the entypo icon */
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 9.94px;
    animation: anim-rotate 1s infinite steps(12);
}

.gu-lst-items .dataTables_wrapper select.form-control{
    width: auto;
    min-width: 100px;
    max-width: 250px;

}

.gu-descripcion-modulo{
    display: inline !important;
}

.gu-sistema-inicio.page-header blockquote{
    background-color: #FFF !important;
}

.gu-index-secciones blockquote{
    border-bottom: 4px solid #DDD !important;
}

