div.table-responsive > div.dataTables_wrapper {
    min-height:175px;
}

#waiting {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    z-index: 99999;
    color: white;
    font-size: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header-red {
    background: #c52525;
    color: white;
}

.ui-datepicker-year{
    color:black!important;
}

.ui-datepicker {
    z-index: 9999999!important;
}

.table-responsive .row {
    margin:0!important;
}

.table-responsive > div > div.row:first-child > div.col-xs-6:nth-child(1) {
    margin-left:-15px!important;
}

.table-responsive > div > div.row:first-child > div.col-xs-6:nth-child(2) {
    margin-right:-15px!important;
    margin-left:15px!important;
    padding:0!important;
}

ul.multiselect-container.dropdown-menu {
    overflow-y: auto;
    max-height: 260px;
}

#utilsModal {
    z-index: 9999999999999;
}

.btn.btn-black {
    background-color: black;
    color: white;
    border-color: rgba(0, 0, 0, 0);
}

.user-header {
	height:120px!important;
}
.letra-grande {
	font-size: 1.5em;
}
   
body {
	font-family: 'Liberation Sans', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

table.table {
	width: 100%!important;
}

h3.box-title {
	width: 100%;
	cursor: pointer;
}

.left5px {
	margin-left:5px!important;
}

.right5px {
	margin-right:5px!important;
}

a.height1em {
	line-height:1.15em!important;
}

button.height1em {
	line-height:1em!important;
}

ul.multiselect-container > li:not(.filter) {
	height: 28px;
}

ul.multiselect-container > li > a {
	height: inherit;
}

.texto-confirmacion {
	display: block;
	width: 100%;
	text-align: center;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.panelFolders {
	overflow: auto;
	max-height: 400px;
}

#headerbuttons {
	background-color: #3C8DBC;
}

#headerbuttons > ul.nav {
	max-height: 50px;
}

#headerbuttons.in > ul.nav {
	max-height: initial;
}

#headerbuttons > ul > li, #headerbuttons > ul > li > a {
	max-height: 50px;
}

@media (min-width: 1000px) {
  #burguerbuttons {
    display: none;
  }
}

.traslucido {
	background-color: rgba(36, 88, 129, 0.17);
}

.waiting {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.waiting > i {
	font-size: 3em;
}

.main-header {
	height: 50px !important;
}

header a, header > nav {
	height: 100%!important;
}

.navbar-custom-menu, .navbar-custom-menu > ul, .navbar-custom-menu > ul > li {
	height: 100% !important;
}

.hide {
	display: none;
}

.tituloParametros {
	display: block;
	background-color: rgb(60, 141, 188);
	padding: 5px;
	font-weight: bold;
	color: white;
}

td {
	vertical-align: middle!important;
}

.puntoMenu {
	vertical-align: middle;
	display: inline-block;
	font-size: 0.5em;
}

.clearable{
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  /*border: 1px solid #999;*/
  padding: 3px 18px 3px 4px;
  /*border-radius: 3px;*/
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; }

.dz-preview > span {
	text-align: center;
	display: block;
	font-weight: bold;
	color: #5cb85c;
}

#filtros span, #filtros input {
	width: 100%;
}

#nombreMenu {
	font-size: 0.8em !important;
}

.popupUser {
  box-shadow: 3px 3px 3px 0px rgba(93, 93, 93, 0.35);
}

.icon-btn-circle {
	height: 2em;
	width: 2em;
	border-radius: 1em;
}

.icon-btn-circle:focus, .icon-btn-circle:active {
	outline: none!important;
}

.content-header h1 {
	display: inline-block!important;
}

.center {
	text-align: center;
}

.dz-progress {
	background: rgba(255, 255, 255, 0.6)!important;
}

.non-mandatory {
	display: none;
}

.edit-button {
	padding-right:0!important;
}

.edit-button i {
	font-size: 1.7em!important;
}

.detail-mode {
	border: 0!important;
	cursor: default!important;
	background-color: white!important;
}

.button-icon {
	margin-right: 10px!important;
}

.margin-bottom-normal {
	margin-bottom: 20px;
}

.right-icon {
	float: right!important;
	background: transparent;
	outline: none;
	border: 0;
	color: rgb(151, 160, 179);
}

.wide-element {
	width: 80%;
}

.modalList > label {
	display: block;
}

.modalList > li > span {
	display: block;
}

.modalList > li > label > div {
	margin-right: 10px;
}

.modalList > label > div {
	margin-right: 10px;
}

.modalList button {
	float: right;
}

.error {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.errorMessage {
	padding-left:0;
	border: 0!important;
	color: #a94442;
}

.description {
	font-weight: initial;
/*	float: right;*/
}

.check10marginRight > div {
	margin-right: 10px!important;
}

.margin15bottom {
	margin-bottom: 15px;
}

.fixCheck {
	padding-top:5px;
	padding-left:25px
}

.headerName {
	padding-top:5px!important;
	padding-bottom:5px!important;
	text-align: center;
}

.headerName small {
	font-size: 0.60em!important;
}

/* -----------------------------------------------------------------
   CLASES AUXILIARES COMUNES
   ----------------------------------------------------------------- */

.error-label {
    color: #e73d4a;
}

.center {
    text-align: center;
}

.mr-5px {
    margin-right: 5px;
}

.ml-5px {
    margin-left: 5px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-right: 15px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

