.dark-backgroud {
    background: #222222;
    min-height: 100vh;
}

.center-vertical {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.blocking-thingy {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 200, 200, 0.5);
}

#chip-image {
    margin-top: -6px;
}

@media screen and (max-width: 768px) {
    #nombre-usuario {
        display: none;
    }
    .fullscreen-only {
        display: none;
    }
}

@media screen and (max-width: 413px) {
    #nombre-usuario {
        display: none;
    }
    .fullscreen-only {
        display: none;
    }
    .hide-xs {
        display: none;
    }
}



@media (min-width: 768px) {
    .modal-xl {
        width: 1200px;
    }
}

#devices {
    margin-top: 75px;
}

.sin-margen {
    margin-bottom: 0px;
    margin-top: 0px;
}

.tablabodyd {
    max-height: 420px;
    overflow-y: scroll;
}

#reportes-container {
    margin-top: 75px;
}

.checkbox-button.active:hover {
    color: white;
    background: #428bca;
    border-color: #428bca;
}

.checkbox-button.active {
    color: white;
    background: #428bca;
    border-color: #428bca;
}

.checkbox-button {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.checkbox-button-success.active:hover {
    color: white;
    background: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-button-success.active {
    color: white;
    background: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-button-success {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.datepicker {
    z-index: 1600 !important;
}

.datepicker-dropdown:before {
    display: none;
}

.datepicker-dropdown:after {
    display: none;
}

.fade-in {
    display: none;
}

#graphHolder {
    min-height: 400px;
}

.tablabody {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
}

.celda {
    min-width: 225px;
}

.celda-sm {
    min-width: 160px;
}

.device-row {
    display: block;
}

#graph-legend {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0px;
    bottom: 350px;
}

#grafica {
    position: absolute;
    left: 5px;
    right: 40px;
    top: 50px;
    bottom: 0px;
}

table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(desc.gif);
}

.cell {
    min-width: 110px;
}

.manager {
    color: #555;
}

.search {
    border-radius: 25px;
    padding: 7px 14px;
    background-color: transparent;
    border: solid 1px rgba(0, 0, 0, 0.2);
    width: 250px;
    box-sizing: border-box;
    color: #2e2e2e;
    margin-bottom: 5px;
}

.search:focus {
    outline: none;
}

.item-list:hover .fa {
    color: #222;
}

.item-list:hover .fa-trash-o:hover {
    color: red;
}

.item-list:hover .fa-pencil:hover {
    color: dodgerblue;
}

.fa {
    color: lightgray
}

.item-list .row {
    margin-top: -20px;
    margin-bottom: -10px;
}

.list {
    max-height: 70vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.score-hint-input:focus {
    outline: none;
}

.score-hint-input {
    background: transparent;
    border: none;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #555;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
