.form{
    max-width: 1800px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.forminfo{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #999;
}

.bgwhite{
    background-color: #FFFFFF;
}

.bggreen{
    background-color: #f2f3d8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 15px;
}

.bginvert{
    background-color: #fdfee4;
}

.bginvert .form-line .minlabel{
    color: #555;
}


.bginvert .form-line .form-label{
    border-color: #cdb796;
}

.form-line{
    padding: 6px;
    margin-bottom: 2px;
}

.form-line.inline{
    display: inline-block;
}

.sep{
    border-bottom: 1px solid #c7dde2;
    margin-top: 5px;
}

.minlabel.separator{
    border-bottom: 1px solid #30acc9;
    margin-bottom: 18px !important;
}

.form-line .minlabel{
    font-size: 16px;
    color: #30acc9;clear: both;
    margin-bottom: 1px;
}
.form-line .microlabel{
    font-size: 14px;
    color: #30acc9;clear: both;
    margin-bottom: 1px;
}
.form-label {
    padding: 4px;
    width: 100%;
    outline: none;
    border: 1px solid #b5cbda;
    border-radius: 4px;
}

.form-field{
    padding: 5px;
    width: 100%;
    /*max-width: 1200px;*/
    outline: none;
    border: 1px solid #b5cbda;
    border-radius: 4px;
    font-size: 15px;
}


.form-field.ko{
    border: 1px dashed #e61897;
}


input[type="checkbox"].form-field{
    width: auto;
}

textarea.form-field{
    min-height: 85px;
    
}

.form-field.min{
    padding: 5px;
    width: 60px;
    text-align: center;
    
}

select.form-field{
    padding: 5px;
}

input.form-field{
    padding: 4px;
}

input[type="date"].form-field{
    padding: 3px;
}


.form-field::placeholder{
    font-weight: normal;
    color: #b5cbda;
    font-style: italic;
}



.formtitle{
    font-weight: 600;
    font-size: 16px;
}


.title-big {
    color: #1070e6;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    text-indent: 6px;
    margin-top: -2px;
}

.form-container{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #FFF;
    padding-bottom: 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    margin-bottom: 15px;
}


.long-text{
    min-height: 400px;
}

.bold{
    font-weight: 600;
}

.jsonlist{
    background-color: #ffffff;
    border: 1px solid #c7dde2;

}

.gen-list-line{
    display: flex;
    flex: 1;
}

.gen-list-col{
    width: 100%;
}

.image-render{
    width: 90px;
    height: 90px;
    background-color: #f9f8f8;
    border: 1px solid #eee;
    margin: 5px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    float: left;
    border-radius: 4px;
    padding: 4px;
    
}

.imagebtn{
    width: 90px;
    height: 90px;
    background-color: #f9f8f8;
    border: 1px solid #eee;
    margin: 5px;
    background-position: center center;
    display: inline-block;
    align-items: center;
    text-align: center;
    background-image: url('../img/lupa.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.6;

}

.imagebtn:hover{
    opacity: 0.9;
}

.clearspace{
    clear: both;
    height: 150px;
}

.text-editor{
    height: 140px;
    border: 2px solid #999;
    padding: 12px;
    width: 100%;
    /*max-width: 1200px;*/
    outline: none;
    border: 1px solid #999;
    border-radius: 4px;
    overflow-y: scroll;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    line-height: 1.5;
}

.text-tools{
    padding: 2px;
    /*max-width: 1200px;*/
    margin-bottom: 2px;
    border-radius: 2px;
    border-bottom: 4px solid #d4e7e6 ;
}

.text-tools button, .text-tools select{
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 3px;
    text-align: center;
    margin: 1px;
    background-color: #FFF;
    min-width: 40px;
    font-size: 12px;
    padding: 2px;
    color: #555;

}


.addbtn{
    padding: 4px;
    background-color: #f3f3f3;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-left: 7px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/icon/calendaradd.png');
    width: 26px;
    height: 26px;
    background-size: 19px 18px;
    display: inline-block;
    vertical-align: middle;
}

.multi-check{
    font-size: 13px;
    display: block;
    text-align: left;

}

.multi-check label{
    font-size: 15px;
    min-width: 100px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    padding: 4px;
    margin: 3px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid #c9e0d5;
}

.multi-check input{
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.fechasexpediente{
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.02);
    margin-bottom: 10px;
    padding: 4px;
    border: 1px dotted #b5cbda;
    font-size: 15px;
    transition:  all linear 0.3s;
}

.fechasexpediente.edit{
    background-color: #faf8d3;
    border: 1px dotted #dfd4a6;
}

.fechasexpediente .delete{
    border-radius: 3px;
    width: 19px;
    background-color: #ffe9d8;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #be4b4b;
    cursor: pointer;
    margin-right: 7px;
    line-height: 25px;
}

.fechasexpediente.removed{
    opacity: 0.5;
}

.fechasexpediente input{
    border: 1px solid #b5cbda;
    padding-left: 7px;
}

.fechasexpediente select{
    border: 1px solid #b5cbda;
    padding: 3px;
    
}




.fechasexpediente.recent{
    color: #0a713a;
    background-color: #dff7c2;
    transition:  all linear 0.3s;
}

.fechasexpediente .descripcion{
    width: 50%;
    
}

.fechasexpediente #descripcion{
    width: 100%;
}

.fechasexpediente .titulo{
    display: inline-block;
    width:160px;
    min-width:160px;
    max-width:160px;
}

.fechasexpediente .fecha{
    display: inline-block;
    width:165px;
    min-width:165px;
    max-width:165px;
    padding-left: 10px;
}


.fechasexpediente .motivo{
    display: inline-block;
    width:125px;
    min-width:125px;
    max-width:125px;
    padding-left: 10px;
}


.fechasexpediente .descripcion{
    display: inline-block;
    /*width:160px;*/
    padding-left: 10px;
}

.fechasexpediente .usuario{
    display: inline-block;
    width:160px;
    min-width:160px;
    max-width:160px;
    padding-left: 10px;
    color: #999;
}

.linebg{
    background-color: #f5f8f8;
}

button.active{
    border: 2px solid green;
}


.twocol{
    column-count: 2;
}

.item-list-select{
    display: block;
    font-size: 13px;
    color: #555;
}



.uploads{
    min-height: 278px;
    border-radius: 4px;
    overflow-y: clip;
    background-image: url('../img/trasnparent.png');
}


.file_delete{
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    color: #c70f0f;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 12px;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    border: 1px solid #333;
    vertical-align: middle;
}

.file_delete:hover{
    background-color: red;
    color: white;
}


.file_show{
    float: right;
}
.file_download{
    float: right;
}
.file_delete{
    float: right;
}

.file_show img{
    max-height: 19px;
    margin-right: 3px;
}
.file_download img{
    max-height: 16px;
    margin-right: 3px;
}
.file_delete img{
    max-height: 16px;
    margin-right: 3px;
}


.fullwidth{width: 100%;}

.m3{margin: 3px;}



.form .notouch{
    position: absolute;
    top: 68px;
    left:0;
    right: 0;
    bottom: 0;
    background-color: rgb(248 249 249 / 60%);
    transition: all linear 0.3s;
    opacity: 1;
    z-index: 666;
}

.form.active .notouch{
    visibility: hidden;
    opacity: 0;
}


.list_documentos_requeridos{
    margin-top: 15px;
    padding: 4px;
    border: 1px solid #30acc9;
    border-radius: 4px;
}

.filerequest{
    padding: 2px;
    background-color: #FFFFFF;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #0894b5;
    font-size: 14px;
}



#desgloseiva{
    display: none;
}

.titlesection{
    cursor: pointer;
    padding: 4px;
    border-radius: 5px;
    background-color: #fff;
}


.titlesection:hover{
    color: #188bd8;
}

.formsection{
    background-color: rgba(255,255,255,0.5);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-top: -15px;
    box-shadow: 0 15px 15px 0 rgba(0,0,0,0.05);
    min-height: 88px;
}

.blockcontent .formsection{
    overflow: hidden;
    height: 0;
    min-height: 0;
}

.blockcontent .formsection.active{
    overflow: hidden;
    height: auto;
    padding: 5px;
}


.blockcontent .formsection.active .legend{
    /*display: none;*/
}



@media screen and (max-width: 1600px) {
    html,body{
     zoom: 95%;
    }

    .form-line .minlabel{
        font-size: 13px;
        text-transform: uppercase;
        color: #0894b5;
    }

    .item-list.header-list .item-part{
        font-size: 13px;
        word-wrap: normal;
        word-break: normal;
    }
 }