.login{
    background: rgb(139, 133, 160) !important;
}

.content{
    background-color:rgba(0, 0, 0, 0.2) !important;
}

a#forget-password{
    color: rgb(33, 9, 173);
    font-weight: bold;
}

div.forget-password, form.forget-form h3, h3.form-title{
    text-align: center;
}

span.importante{
    color:red;
}

span.importantesecundario{
    color:orange;
}

.campoObligarotio{
    border: solid red 1px;
}
.btn-link:hover{
    transform: scale(1.12,1.12);
}

a.link{
    text-decoration: none;
    overflow: hidden;
}
/* hace tabla responsiva */
.divTable {
    /*height: 400px;*/
    display: block;
    overflow: auto;
    white-space: nowrap;
}

.check-activo{
    font-weight: bold;
}

div.divChecks{
    margin: 0;
}

.divTableSale{
    max-height: 600px;
    display: block;
    overflow: auto;
    white-space: nowrap;
}

.divTableSale2{
    max-height: 350px;
    display: block;
    overflow: auto;
    white-space: nowrap;
}

.table-new-sale-client{

}
#archivos{
    padding-bottom:40px;
    margin-bottom:15px;
    color: #fff;
    width: 100%;

}
#divArchivoContent{
    margin-bottom:10px;
}
#divArchivoContent p, #divArchivoContent i{
    margin:0;
}
#divArchivoContent i{
    float: right;
    margin-top: -17px;
    
}
#divArchivoContent i:hover{

    cursor:pointer;
}
/*#divArchivorecuadro p{*/
/*    float:left; text-align:left;*/
    
/*}*/
/*#divArchivorecuadro i{*/
/*    float:right; text-align:right;*/
    
/*}*/

.btsTrashVehiculo {
    margin-top: 9px;
}

@media (min-width: 992px) {
    .btsTrashVehiculo {
        margin-top: 20px;
    }
    
  }












