.loader {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    background: none;
}

.herramientas .i-required {
    left: 5px;
    position: absolute;
    color: red;
}

.herramientas .flex-soporte{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    flex-wrap: wrap;
}

.herramientas input[type=file]{
    display: none;
}

.herramientas .load-img, .herramientas .img{
    align-items: center;
    display: flex;
    justify-content: center;
    height: 40px;
    width: 45px;
    border-radius: 4px;
}

.herramientas .img{
    position: relative;
    margin-left: 1rem;
    border: 2px dashed #3498db;
}

.herramientas .image-icon{
    border-radius: 2px;
    width: 100%;
    height: 100%;
}

.herramientas .upload-img{
    position: absolute;
    font-size: 230%;
    color: #ffffff;
}

.herramientas .delete-img:hover, .herramientas .load-img:hover{
    cursor: pointer;
    content: "Eliminar";
}


.herramientas .delete-img{
    position: absolute;
    top: -12px;
    right: -9px;
    font-size: 20px;
    color: #ff0500;
}

.herramientas .load-img{
    background-color: #3498db;
}
 
.herramientas #modalContent{
    position:absolute;
    top:19%;
    left:39%;
    z-index:6;
    float:left;
    margin:-2% 0px 0px -150px;
    width:700px;
    color:#888888;
    line-height:22px;
    padding:15px;
    border-radius:5px;
    background:#ffffff;
    border:1px solid #005ba1;
    box-shadow:5px 5px 10px 0px rgba(0,0,0,0.22);
}
 
.herramientas .modal-content{
    position:fixed;
    top:0px;
    left:0px;
    z-index:5;
    float:left;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.2);
}
 
.herramientas .modal-content > i{
    position:fixed;
    top:0px;
    left:0px;
    z-index:1;
    float:left;
    width:100%;
    height:100%;
}
 
.herramientas :target{
    display: block!important;
    opacity: 1!important;
}
 
.herramientas #modalContent > i{
    position:absolute;
    top:-4px;
    right:-4px;
    color: #fff;
    border-radius:2px;
    background:#005ba1;
    padding:10px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
}

.herramientas .show-image{
    width: 100%;
    height: 100%;
    max-width: 670px;
    max-height: 670px;
}

.herramientas .options i {
    padding: 5px 6px;
    border-radius: 20%;
    color: #fff;
    cursor: pointer;
    margin-left: 4px;
    font-size: 130%; 
}

.herramientas .chosen-container-multi .chosen-choices {
    overflow-y:auto;
}
.herramientas .fa-times {
    background-color: #e74c3c;
}
.herramientas .fa-pencil-alt {
    background-color: #dfaa00;
}
.herramientas .fa-plus {
    background-color: #16a085;
}
.herramientas .fa-cubes {
    background-color: #009dff;
}

.herramientas .support-modal {
    padding: 10px;
    position: absolute;
    box-shadow: 0px 0px 7px 2px rgba(0, 17, 77, 0.5);
    top: 35vh;
    background-color: #fff;
    left: 30vw;
    width: 40%;
}