﻿/* Propiedades Base */
body {
    background-color: #E6ECF1;
}

#wrapper {
    margin-top: 36px;
}

#main-content {
    padding: 10px !important;
}

.ui.sidebar {
    overflow: visible !important;
}

.ui.table.datatable.export thead tr th {
    padding: .2em .3em;
    font-size: 1em;
    min-width: 65px;
}

    .ui.table.datatable.export thead tr th.datetime {
        min-width: 80px;
    }

.ui.table.datatable.export tbody tr td {
    padding: .2em .3em;
    font-size: .9em;
}

.ui.table.datatable.export thead tr th.medium.column {
    min-width: 150px;
}

.ui.table.datatable.export thead tr th.large.column {
    min-width: 230px;
}