﻿
.tooltipCustm {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px; 
    
}
[hidden] {
  display: none !important;
}

.footerAlteracao {
   /*width: 55%;*/ 
    height: inherit;
    bottom: 0pt;
    position: absolute;
    margin-right: 18%;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-left: -1% !important;
}



    /*.General .tiuloEspaciado{
        margin-top:20px;
    }
    .General .tiuloEspaciado .body{
        margin-left:18%;
        margin-right:18%;
    }*/

.letraCampos {
    font-size:larger;
    color:darkblue;
    font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
}

.material-tooltip {
    width: 200px;
}

.validacionesCampos {
    font-size:12px;
    font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:darkblue;
}


.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.width-220-px {
    width : 220px !important;
}