.field_color {
    background: #00C3B4;
    width: 16px;
    height: 16px;
    margin-right: 0;
    margin-left: auto;
}
.field.input_trasladar_imagenes_var > label {
    float: left;
    margin: 10px;
}
.field.input_trasladar_imagenes_var > label > span {
    text-transform: none;
    line-height: 1.2;
    float: right;
    margin: 5px 15px;
    width: 210px;
}
/* tabs */
.genericTabs {
    max-width: 1280px;
    margin: 20px auto;
    margin-left: 30px;
    position: relative;
}
.genericTabs a {
    display: inline-block;
    padding: 1px 24px;
    text-decoration: none;
    color: #333;
    border-bottom: none;
    margin: 0 5px;
    font-weight: 500;
    border-radius: 15px;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    background-color: #f4f8fb;
}
.genericTabs a:hover {
    background-color: #e6edf3;

}
.genericTabs a.activo {
    border-bottom: 0;
    background: #5234ec;
    color: #FFF;
}
.genericTabs a.activo:last-child {
    margin-right: 10px;
}
/* fin tabs */
.field_image {
    width: 65px;
    height: 65px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* input_file_image */
.field textarea {
    display: inline-block;
    margin-top:11px;
    width: 310px;
    height:100px;
    font-family: Poppins, sans-serif;
}
.field.input_contenido {
    max-width: 800px;
}
.input_file_image {
    max-height: 200px;
    max-width: 300px;
    display: none;
    display: none;
    margin-left: 240px;
    margin-bottom: 10px;
}
/* fin input_file_image*/
/* multifile */
.filelist .file {
    overflow: hidden;
    width: 150px;
    height: 100px;
    display: inline-block;
    background: #DDD;
    margin-right: 10px;
    position: relative;
    background-size: contain;
    opacity: .8;
    background-position: center;
    background-repeat: no-repeat;
}
.filelist .ui-state-highlight {
    display: inline-block;
    width: 150px;
    height: 100px;
    background: #ccc;
    margin-right:10px;
}
.filelist .file input[type=text] {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.filelist .file .remove {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    padding: 4px;
    border-radius: 3px;
    margin: 5px;
    background: #F00;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    font-size: 13px;
}
.filelist .file.success {
    opacity:1;
}
.filelist .file .loadbar {
    position: absolute;
    height: 3px;
    background:#097;
    width: 0;
    bottom: 0;
    left: 0;
    transition: width .1s;
}
.filelist .file.multifile_error {
    border: 1px solid #F00;
}
.filelist .file.multifile_error .loadbar{
    display: none;
}
/* find multifile */
/* mod_inline */
select.mod_inline {
    padding: 6px;
    display: inline-block;
}
select.mod_inline[name=prioridad]{
    max-width:70px;
}
tr span.msg {
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: auto;
    background: #fff;
    line-height: 50px;
    OVERFLOW: HIDDEN;
    TEXT-ALIGN: CENTER;
    MAX-WIDTH: 100%;
}
/* fin mod_inline */
/* map */
.location_map {
    height:250px;
    max-width:500px;
    width: 100%;
}
/* fin map */

/*  */
.generictable img { 
    width: 40px;
    display: block;
}

/* ini custom checkbox */
/* Customize the label (the container) */
.container {
    vertical-align: middle;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* display: inline-block; */
  }
  
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #BBB;
    display: inline-block;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: rgb(51, 103, 214);
    border: 1px solid rgb(51, 103, 214);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 6px;
    top: 6px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/* end custom checkbox */
.leftChars {
    position: absolute;
    top: 0;
    left: 244px;
    top: -8px;
    background: #DDD;
    padding: 3px 6px;
    line-height: 1;
    font-size: 13px;
}
/* model paginas generic new */
#title_generic_new_paginas .input_categoria,
#title_generic_new_paginas .input_pagina,
#title_generic_new_paginas .input_link {
    display:none;
}

.tipo_cuenta.val_1 {
    display: none;
}
.tipo_cuenta.val_2 {
    background: #e7cc6a;
    padding: 2px 5px;
    color: #333;
}
.subfield_item.activo.val_1 {
    display: none;
}
.subfield_item.activo.val_0 {
    background: #df4b4b;
    color:#FFF;
    padding: 2px 5px;
}