﻿body {
    margin: 25px 25px;
}

.table-row:hover {
    cursor: pointer;
}

.center-div-login{
    margin:auto;
    width: 350px;
}

.row-details tbody tr {
    background-color: transparent !important;
    white-space: pre-wrap;
}

.details-control {
    text-align: center;
    cursor: pointer;
}

tbody {
    font-size: 10px;
}

.btn-resolve {
    font-size: 9px;
}

.btn-delete {
    font-size: 9px;
}

.table-danger {
    border-color: inherit !important;
}

.container{
    max-width:100% !important;
}

.dataTables_length, .dataTables_info {
    margin-left: 1.5rem;
}

.card{
    overflow:hidden;
    width:100%;
}

.chart-title {
    font-size: 2vw;
    font-weight: 300;
    line-height: 1.2;
}

.message{
    width:25%;
}

.table{
    width:100%;
}

table td{
    word-break:break-word;
}

.chart-card{
    position:sticky;
    top:15px;
}