.ui-widget-overlay {
  opacity: .50 !important;
  filter: alpha(opacity=50) !important;
  background: none;
  background-color: #323232 !important;
}
.col-1 {
  width: 8.33333333%;
  display: inline-block;
  float: left;
}
.col-2 {
  width: 16.66666667%;
  display: inline-block;
  float: left;
}
.col-3 {
  width: 25%;
  display: inline-block;
  float: left;
}
.col-4 {
  width: 33.33333333%;
  display: inline-block;
  float: left;
}
.col-5 {
  width: 41.66666667%;
  display: inline-block;
  float: left;
}
.col-6 {
  width: 50%;
  display: inline-block;
  float: left;
}
.col-7 {
  width: 58.33333333%;
  display: inline-block;
  float: left;
}
.col-8 {
  width: 66.66666667%;
  display: inline-block;
  float: left;
}
.col-9 {
  width: 75%;
  display: inline-block;
  float: left;
}
.col-10 {
  width: 83.33333333%;
  display: inline-block;
  float: left;
}
.col-11 {
  width: 91.66666667%;
  display: inline-block;
  float: left;
}
.col-12 {
  width: 100%;
  display: inline-block;
  float: left;
}
.row {
  width: 100%;
  display: inline-block;
  float: left;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.hidden {
  visibility: hidden;
}
.disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
  pointer-events: none;
}
.span-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
  pointer-events: none;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.input-error {
  border: 2px #d50000 solid !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-group {
  display: block;
  margin-top: 4px;
}
.input-group .input-label {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.input-group .input-field {
  display: inline-block;
  position: relative;
  margin-left: 8px;
}
.input-multiselect.ui-multiselect {
  width: 100% !important;
}
body {
  padding: 0;
  margin: 0;
  background-image: url(../img/background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  color: #5c5c5c;
}
.logo-em {
  background-image: url(../img/logo_horizontal.png);
  background-size: 90%;
  width: 300px;
  height: 200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 100px;
  z-index: 999;
  display: none;
}
/*
#logo-big {
  background-image: url(../img/bigniss/BIGNISS-NEW.png);
  background-size: 50%;
  width: 300px;
  height: 54px;
  background-repeat: no-repeat;
  position: absolute;
  top: 93%;
  left: calc(-10%);
  z-index: 999;
}
*/

#cont_principal {
  height: calc(55vh);
  /* ALTO TOTAL MENOS ALTO DEL FOOT*/
}
#footer {
  height: 30px;
  text-align: center;
}
#login_form {
  background-color: rgba(220, 220, 220, 0.6);
  width: 300px;
  height: 180px;
  border: 1px solid gray;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -200px;
}
#login_form .div_row {
  margin-left: 20px;
  margin-bottom: 3px;
  width: 90%;
}
#login_form select {
  width: 75%;
  display: inline-block;
  padding: 0;
  padding-bottom: 1px;
  border: 1px solid gray;
  border-radius: 3px;
  height: 22px;
}
#login_form input {
  width: calc(71%);
  display: inline-block;
  padding: 0;
  border: 1px solid gray;
  border-radius: 3px;
  height: 20px;
  padding-left: 3px;
}
#login_form label {
  width: 20%;
  display: inline-block;
}
#login_titulo {
  text-align: center;
}
.btn_row {
  text-align: right;
}
#btn-cnx {
  display: inline-block;
  float: left;
  cursor: pointer;
  margin-top: 4px;
}
#cnx-pass {
  width: 37%  !important;
  float: left;
  margin-left: 4px;
  background-color: unset;
  border: 1px solid #b2b2b2  !important;
  margin-top: 2px;
}
#tbl_butons span.btn_icon {
  display: inline-block;
  cursor: pointer;
}
