#llista_contactes{
    /* display: none; */

}
 
#containerllista_contactes{
    text-align: center;
}

#llista_excel{
    text-align: left;
    margin-left: 15px;
}

#llista_excel table {
    
}

#llista_excel table thead{
    color: #ffffff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ed7703;
}

#llista_excel table{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #CCCCCC;
}

#importa_contactes{
    width: 900px;
}

.missatgeTabOK{
    color: green;
    font-weight:bold;
}

.missatgeTabError{
    color: red;
    font-weight:bold;
}

.missatgeTab{
    color: #111111;
    font-weight:bold;
}

.links:visited{
    text-decoration: none;
    color: #ed7703;
}


.comunicat_bloc .boto[data-ajax-listener="eliminarBlocHandler"]{   
    margin-right:  26px;
}

/*.comunicat_bloc {
    -webkit-box-shadow: #B3B3B3 4px 4px 4px;
    -moz-box-shadow: #B3B3B3 4px 4px 4px;
    box-shadow: #B3B3B3 4px 4px 4px;
}*/

.columnador_forms .columnador_forms { 
    display: block;
    margin: 0em;
    max-width: inherit;
    vertical-align: baseline;
}


#modal-container {
    position: fixed;
    z-index: 1002;
    height: 80% ;
    width: 88%;
    left: 50px;
    top: 2% !important;
    background-color: white;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 30px;
    overflow-y: auto;
}

.previewFitxer span {
    vertical-align: sub;
}