.cude-table{
    border: 0px !important;
}

.cude-table thead tr th{
    color: #4a6375 !important;
    font-size: 14.5px;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 2px solid #4a6375 !important;
}

.cude-table thead .columna-imagen{
    text-align: center;
}

.cude-table thead .columna-imagen img{
    height: 30px;
    margin: auto !important;
}

.cude-table thead .columna-imagen p{
    margin-top: 5px;
    font-size: 14px;
}

.cude-table input[type="checkbox"]{
    cursor: pointer;
}

.cude-table .columna-checkbox{
    text-align: center;
}

.cude-table td{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: white !important;
}

.cude-table .boton-lateral-fijo{
    position: fixed;
    right: 20px;
    top: 40px;
    padding: 10px;
    font-size: 15px;
    color:  white;
    box-shadow: 1px 2px 2px #d1d1d1;
    width: 150px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.cude-table .boton-lateral-fijo.verde{
    background-color: #2e7d32;
    top: 100px;
}

.cude-table .boton-lateral-fijo.verde:hover{
    background-color: #558b2f !important;
}

.cude-table .boton-lateral-fijo.rojo{
    background-color: #c62828;
    top: 160px;
}

.cude-table .boton-lateral-fijo.rojo:hover{
    background-color: #9C0011 !important;
}

.cude-table .titulo-celeste{
    font-size: 15px;
    color:  white;
    background-color: #31b0d5;
    padding: 15px;
    box-shadow: 1px 2px 2px #d1d1d1;
    width: 400px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.cude-table .parrafo-ancho-limitado{
    max-width: 100px !important;
}

