.x-btn {
  border-radius: 1em !important;
}

.x-btn-default-toolbar-small {
    background-color: #0063a6 !important;
    border-color: #0063a6 !important;    
}

.x-btn-default-toolbar-small:hover {
    background-color: #85c1e9 !important;
    border-color:   #85c1e9   !important;    
}

.icon-whatsapp{
    background-image: url(../images/logo_whatsapp.png);
    height: 65px !important;
    width:  80px !important;
    margin-left: -5px; 
    background-repeat: no-repeat;
    
}
           
/*.x-border-box *{    
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border: 0px;
}*/


.estado_red {
    background-color: red;
    color:black;
}

.estado_green{
    background-color: green;
    color:black;
}

.estado_yellow{
    background-color: yellow;
    color:black;
}

.estado_black{
    background-color: black;
    color:white;
}