body {
    padding: 1em 3em;
}

.dataTables_filter {
    float: right;
    margin-bottom: 1em;
}

.dataTables_filter:after {
    clear: both;
}

.dt-buttons a .glyphicon {
    visibility: hidden;
}

.dt-buttons a:hover .glyphicon {
    visibility: visible;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    text-align: right;
}

.delete-row,
.edit-row {
    background: #800202;
    border: 0;
    color: white;
    font-weight: bold;
}

.edit-row {
    background: green;
    margin-right: .5em;
}

td.dataTables_empty {
    text-align: center !important;
}

.section-form {
    /* width: 37em; */
    margin: 3em auto;
    background-color: #f3efe7;
    padding: 2em;
}

.section-form .intro {
    margin-bottom: 2em;
}

.section-form h1 {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 0.6em;
}

.section-form h2 {
    text-align: center;
    font-size: 1.23077em;
}

input[type=text] {
    height: 45px;
}

input[type=text],
input[type=password],
input[type=number],
input[type=button],
input[type=username],
input[type=date],
textarea {
    width: 100%;
    margin-bottom: 1em;
    font-size: .9em;
    color: #cfcece;
    font-weight: 300;
    padding: .5em 1em;
    border: none;
    color: #555555;
    font-weight: 300;
}

input[type=submit] {
    cursor: pointer;
    margin: 0;
    padding: .5em 2em;
    background: #636363;
    border: none;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
}

.span {
    font-size: 14px;
    color: gray;
}

p.container.success,
p.container.error {
    text-align: center;
    background: green;
    color: white;
    padding: 0.5em;
    font-size: 18px;
}

p.container.error {
    background: #800202;
}

.section-form.custom {
    margin: 0;
    position: fixed;
    z-index: 999;
    width: 100vw;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 13vw;
    background: white;
}

.section-form.custom form {
    background: aliceblue;
    padding: 4em;
}