﻿.feedback {
    position: fixed;
    right: 0;
    bottom: 30%;
    height: 100px;
    width: 30px;
    background-color: #0a8542;
    color: #FFF;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

    .feedback:hover {
        width: 40px;
    }


.danger {
    background: #f44336 !important;
}

.warning {
    background: #ff9800 !important;
}

.list-en-alerta, .list-en-curso, .list-en-retraso {
    /*display: none;*/
}


.link-hand {
    cursor: pointer;
}

.column-buttons{
    width: 125px;
    text-align:center;
}

iframe {
    border: none;
    width: 100%;
    height: 640px;
}

.report-danger {
    background: #f44336 !important;
    color:#FFF;
}

.report-warning {
    background: #ff9800 !important;
    color: #FFF;
}
.report-success {
    background: #4caf50 !important;
    color: #FFF;
}

.table-data-clientes, .table-data-embarques, .table-data-server {
    display: none;
}
/*.table-responsive th, .table-responsive td {
    white-space: nowrap;
}

div.dataTables_wrapper {
    margin: 0 auto;
}*/