
#iSettings {
  font-size: 14px;
}
.formSettings li {
  margin-bottom: 10px;
}

.formSettings li label {
    display: block;
    float: left;
    padding-right: 10px;
    padding-top: 3px;
    width: 150px;
}

.formSettingsSecond li label {
    display: block;
    float: left;
    padding-right: 10px;
    padding-top: 3px;
    width: 120px;
}

#sfApplySettings_receiveInfo {
  margin-top: 8px;
  height: auto;
}

.formSettings input {
  width: 200px;
  background-color: #ccc;
  border: 0;
  height: 28px;
  padding-left: 10px;
}

.formSettings select {
  width: 210px;
  height: 28px;
  border: 0;
  overflow: hidden;
  background-color: #ccc;
  vertical-align: middle;
  padding-left: 5px;
}

#contentsubfamily select,  #contentmodel select{
  width: 280px;
}

.formSettings label {
  width: 200px;
  float:left; 
}

.formSettings textarea {
  width: 200px;
  resize: none;
  height: 50px;
  background-color: #ccc;
  border: 0;
  padding-left: 10px;
  padding-top: 5px;
}

.formSettings input.check {
  height: 0;
}

.formSettings .required {
  background: url('/images/forms/required.png') no-repeat 0 0 transparent;
  width: 20px;
  height: 20px;
  float: right;
}

.advancedSettings .line {
  clear: both;
  min-height: 35px;
  padding-bottom: 5px;
}

.advancedSettings .line .imageHelp img {
  margin: 8px 5px 0 0;
}

.advancedSettings .line .imageLogading {
  margin: 8px 0 0 5px;
}

.advancedSettings .line .nombre {
  width: 200px;
  margin-top: 6px;
}
.advancedSettings .line .withoutImageHelp {
  margin-left: 18px;
}

.advancedSettings .line .controles {
  
}
.advancedSettings .line .controles .infoDisable{
  border: 1px solid #bbb;
  margin-right: 10px;
  width: 55px;
}

.advancedSettings .nanoe .line {
  line-height: 22px;
  min-height: 22px;
}

.advancedSettings .modeLimitation .line {
  display: flex;
  align-items: center;
}

.advancedSettings .modeLimitation .line .nombre {
  margin-top: 0;
  width: 90px;
}

.advancedSettings .modeLimitation .line .imageLogading {
  margin-top: 0;
}

.advancedSettings .modeLimitation .line.modes-list-buttons {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 8px
}

.advancedSettings .modeLimitation .line.modes-list-buttons::after {
  content: "";
  flex: auto;
  width: 200px;
  max-width: 200px;
}

.advancedSettings .modeLimitation .line.modes-list-buttons .mode-container {
  width: 200px;
  position: relative;
}

.advancedSettings .modeLimitation .line.modes-list-buttons .mode-container .imageLogading {
  position: absolute;
  top: 3px;
  right: -20px;
}

.advancedSettings .modeLimitation .line.modes-list-buttons .mode-container .left {
  max-width: 55px;
  padding-top: 3px;
}

.advancedSettings .modeLimitation .line.modes-list-buttons .mode-container:nth-child(n+4) {
  padding-top: 8px;
}

.advancedSettings .modeLimitation .line div:first-child {
  margin-left: 0 !important;
}

.advancedSettings .modeLimitation .limit-date img {
  float: none;
}

.advancedSettings .modeLimitation .limit-date input{
  width: 50px;
}

.advancedSettings .modeLimitation #modelimitationactive input{
  cursor: default;
  text-align: center;
  width: 100px;
  padding-left: 0;
}

.advancedSettings .modeLimitation #modelimitationactive.mode-limitation-active input {
  background-color: #E30613;
  color: #FFF;
}

.advancedSettings .modeLimitation #modelimitationactive.mode-limitation-no-active input {
  background-color: #BBB;
}


.advancedSettings .line .controles img.buttonOnOff{
  margin: 3px 0;
}
/*.ui-widget-content*/
.ui-datepicker-header, .ui-datepicker .ui-datepicker-title {
  font-size: 10px;
}
.ui-datepicker-div{
  background-color: #ff0000;
}
ul.error_list {
  clear: both;
  padding-top: 5px;
}

ul.error_list li {
  font-size: 10px;
  padding-right: 35px;
  color: #e10000;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 350px;
}

table.listado {
  width: 100%;
}

table.listado th {
  min-width: 45px;
}

table.listado thead tr {
  border-left: 1px #333 solid;
  background-color: #333;
  color: #ddd;
  height: 30px;
}

table.listado thead tr th, table.listado thead tr td {
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
table.listado thead tr td.datetime,
table.listado tbody tr td.datetime {
  width: 130px;
  text-align: center;
}

table.listado tbody tr {
  border-bottom: 1px #bbb solid;
}

table.listado tbody tr td {
  border: none;
}

table.listado td, table.listado th {
  padding: 10px;
}

table.listado th.selected {
  position: relative;
}
table.listado th.selected.selected-asc::after {
  content: "🠟";
  position: absolute;
  top: 9px;
  right: 10px;
  color: #DDD;
}
table.listado th.selected.selected-desc::after {
  content: "🠝";
  position: absolute;
  top: 9px;
  right: 10px;
  color: #DDD;
}

.codigo {
  width: 65px;
  text-transform: uppercase;
}

.infoDisable {
  float:left;
  height:18px;
  padding:5px;
  background-color: #999;
  width:200px;
  font-weight: normal;
}

#newUser ul li {
  text-align: left;
}

#newUser ul.formAlta {
  margin-top: 15px;
  clear: both;
}

#newUser ul.formAltaColumns, #newUser ul.formAlta
{
  float: left;
  padding: 0;
}

#newUser ul.formAltaColumns li, #newUser ul.formAlta li
{
  width: auto;
  padding: 2px 0 0 0;
  min-height: 35px;
}

#newUser li div.required {
  background: url('/images/forms/required.png') no-repeat 0 0 transparent;
  width: 20px;
  height: 20px;
  float: left;
}

#newUser ul.formAltaColumns li input, 
#newUser ul.formAltaColumns li select
{
  width: 185px;
  float: left;
  height: 22px;
  font-size: 12px;
  
}

#newUser ul.labelMax {
  margin-right: 40px;
}

#newUser ul.labelUnic label,
#newUser ul.labelMax label,
#newUser ul.labelMin label
{
  display: block;
  float: left;
  width: 150px;
  padding-right: 10px;
  padding-top: 3px;
}
#newUser ul.labelMin label
{
  width: 100px;
  padding-right: 10px;
}

#newUser ul.formAltaColumns li ul.error_list,
#newUser ul.formAlta li ul.error_list
{color: #e10000; width: 330px;}
#newUser ul.formAltaColumns li ul.error_list li,
#newUser ul.formAlta li ul.error_list li
{
  font-size: 11px;
  padding: 0;
  margin: 0;
  min-height: 5px;
  padding: 0;
}
#newUser a.condiciones {
  color: #5E5A5B;
  cursor: pointer;
  padding: 4px;
  text-decoration: none;
}

#newUser a.condiciones:hover {
  text-decoration: underline;
}

.massive-ok {
  color: green;
  font-weight: bolder;
}
.massive-ko {
  color: red;
  font-weight: bolder;
}

#form-fwimgmassive div:first-of-type {
  display: flex;
  margin-bottom: 1em;
  color: lightslategrey;
  align-items: center;
}
#form-fwimgmassive div:first-of-type span.info-point {
  margin-right: 5px;
}

/** Filters */
.filter-form {
  width: 100%;
  margin-bottom: 20px;
}

.filter-form ul {
  width: 100%;
  list-style: none;
  white-space:nowrap;
}

.filter-form ul li {
  padding: 0 10px 0 0;
  display:inline-block;
  width: 275px;
}

.filter-form ul li label {
  width: 100%;
  height: 20px;
  display: block;
}

.filter-form ul li input {
  box-sizing: border-box;
  display: inline;
  width: 100%;
  background-color: #ccc;
  border: 0;
  height: 28px;
  padding-left: 10px;
}

.filter-form ul li select {
  display: inline;
  width: 100%;
  height: 28px;
  border: 0;
  overflow: hidden;
  background-color: #ccc;
  vertical-align: middle;
  padding-left: 5px;
}

.filter-form ul li:nth-of-type(5) {
  vertical-align: bottom;
  padding: 0;
  width: 100px;
}

/** Specific for device settings */
#tree .filter-form {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 15px;
  width: 100%;
}

#tree .filter-form ul li {
  display: block;
  width: 100%;
  margin-top: 7px;
}

#tree .filter-form ul li:nth-of-type(5) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.filter-form ul li:nth-of-type(5) button.reset-button {
  opacity: 0.7;
}
.filter-form ul li:nth-of-type(5) button.reset-button:hover {
  opacity: 1;
}

.filter-form .more-info {
  position: relative;
}
.filter-form .more-info input {
  padding-right: 20px;
  box-sizing: border-box;
}
.filter-form .more-info i {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: smaller;
}

#tree #filterWrapper {
  height: 295px;
  transition: all 0.7s ease;
  overflow: hidden;
}

#tree #filterWrapper.filter-wrapper-open {
  height: 295px;
}
#tree #filterWrapper.filter-wrapper-close {
  height: 0;
}


#filterWrapper-twoCols {
  margin-bottom: 30px;
  display: block;
}
#filterWrapper-twoCols .filter-form ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#filterWrapper-twoCols .filter-form ul li {
  margin-bottom: 15px;
  padding: 0;
  width: auto;
}
#filterWrapper-twoCols .filter-form ul li:nth-child(even){
  margin-left: 15px;
}
#filterWrapper-twoCols .filter-form ul li:nth-of-type(5) {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#buttonOpenCloseFilterWrapper.selected {
  background: #1268b3;
  border: 1px solid #1268b3;
}