.no-padding {
  padding: 0px !important;
}

@media (max-width:767px) {
  .no-padding-xs {
    padding: 0px !important;
  }
}

.no-margin {
  margin: 0px !important;
}

.no-deco,
.no-deco:hover,
.no-deco:focus {
  text-decoration: none;
  background: transparent !important;
}

hr {
  margin: 15px 0px;
  background: none;
  border: none;
  clear: both;
  border-bottom: 1px solid #eee;
}

/* BACKGROUNDS */

.bg-negro {
  background: #000;
}

/* TEXTS */

.txt-blanco,
.txt-blanco a {
  color: #fff !important;
}

.txt-negro,
.txt-negro a {
  color: #000 !important;
}



/* GALERIA */

.thumb{
  width:100%;
  height:150px;
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat;
}

/* STICKY HEADER */
/*
table.table-fixed-head .table-fixed-head-thead {
border-bottom: 1px solid #dddddd;
background: #fafafa;
color: #222;
}
*/

.ht-operaciones{
  white-space: nowrap;
}

.ht-operaciones a:link{
  text-decoration:none;
}

.handsontable .wtBorder {
  display: none !important;
}

#hot-display-license-info{
  color: white;
}

.handsontable th{
  background-color:#dbefff;
}

.handsontable tbody th.ht__highlight, .handsontable thead th.ht__highlight{
  background-color:#aad9ff;
}

.listado-columnas{
  margin:0px;
  padding:5px 10px 5px 10px;
  max-height: 200px;
  overflow-y: auto;

}

.form-tabla{
  margin-bottom: 5px;
}


/* FORMULARIOS */

.formularios .icon{
  font-size: 60px;
}

.formularios .progress{
  height: 30px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.formularios .progress-bar{
  line-height: 30px;
  font-size: 20px;
}

.cont-formularios{
    margin-top: 30px;
}

.cont-formularios .label-form{
  padding-left:0px;
  display: flex;
  line-height: 35px;
  font-size: 25px;
}

.cont-formularios .radio{
  margin-right:8px;
  width: 30px;
  height: 30px;
}
