﻿/* Set padding to keep content from hitting the edges */
#securityGrid {
    min-height: 600px;
    min-height: 98vh;
}

    #securityGrid .ui.segment.bg-labcontrol-main {
        background-color: rgba(7, 26, 120, 0.8)
    }

.ui.segment.bg-labcontrol-main, .ui.attached.header.bg-labcontrol-main, .ui.menu.inverted.bg-labcontrol-main {
    background-color: #071a78;
    color: #fff;
}

#main-content {
    margin-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
.ui.segment{
    padding:.4em;
}

.ui.grid > .row{
    padding-bottom:.7rem;
}

.nodisplay {
    line-height: 0.00;
}

.nodisplay2 .field {
    line-height: 1.12;
}

.nodisplay.active {
    display: block;
}

.movebuttonleft {
    position: inherit;
    left: 50px;
}

.overflowdiv {
    overflow-y: auto;
    height: 70vh;
}

.overflowdivClientes {
    overflow-y: auto;
    height: 60vh;
}

.bg-gqm-regular, .ui.inverted.segment.bg-gqm-regular, .ui.inverted.menu.bg-gqm-regular {
    background-color: #01afd2;
    color: #ffffff;
}

.ui.menu.compact-menu {
    font-size: .9rem;
}

    .ui.menu.compact-menu .item {
        padding: .55em;
    }

.ui.table.small-text-table tr td {
    font-size: .85rem;
}

.ui.table.small-text-table tr th {
    font-size: .9rem;
}

#modal-selector-actividades .accordion .title .list {
    margin-top: -.14em;
}

.error-text{
    color: #ff0000;
}

.dt-head-center {
    text-align: center !important;
}
.dt-body-center {
    text-align: center !important;
}

.table thead,
.table th tbody {
    text-align: center !important; 
}

.ui.segment.checkbox-segment{
    margin: 0;
    padding: .5em;
}

th.tn-width {
    width: 80px;
}
th.sm-width {
    width: 140px;
}

th.md-width {
    width: 200px;
}

th.lg-width {
    min-width: 100px;
}

th.xg-width {
    min-width: 200px;
}

.ui.danger.label {
    background-color: #cc060c;
    color: #fff;
}

.ui.warning.label {
    background-color: #f2930c;
    color: #fff;
}

.ui.success.label {
    background-color: #4b9609;
    color: #fff;
}

.ui.menu .item .ui.small.input label{
    padding: 13px 4px 13px 0px;
    font-weight: bold;
    font-size: .8rem;
}

.ui.menu:not(.vertical) .item > .small.button{
    font-size: .9167rem;
}

.ui.menu .vertically.fitted.item{
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.ui.menu .ui.input .date-picker{
    width: 110px;
}

h2.ui.top.attached.sub.header.bg-labcontrol-main{
    font-size:.7em;
    padding: .6em .8em;
}

div.google-visualization-tooltip {
    width: 150px;
    min-height: 30px;
    padding: .8em;
    background-color: rgba(255, 255, 255, .85);
}