body {
    margin: 0;
    /*background-color: #F5F9FC;*/
}

input[type=checkbox] { cursor: pointer; }

table.vertical_middle td, tr {
    vertical-align: middle !important;
}

a {
    text-decoration: none;
    color: #0D6EFD;
}

a:hover {
    color: rgba(23,18,56, 1);
    border-bottom: 1px solid rgba(23,18,56, 1);
}

a.btn-link {
    color: #6c757d;
    text-decoration: none;
}

a.btn-link:hover {
    color: white;
    text-decoration: none;
}

textarea {
    resize: vertical;
}

em {
    color: #15C39A;
    font-style: normal;
}

.container {
    position: relative !important;
    top: 0 !important;
    left: 125px !important;
    padding: 1rem 0.5rem 0.5rem;
}

.row {
    margin: 1rem 0;
}

#content img {
    max-width: 100%;
    height: auto;
}

.fix-vert-sm {
    margin-bottom: 3px;
    vertical-align: middle;
}

.fix-vert-lg {
    margin-bottom: 6px;
    vertical-align: middle;
}

.mat-fix { line-height: initial !important; padding: 0 !important; }

.border-lightgray {
    border-color: lightgray !important;
}

.text-green {
    color: #00CC88 !important;
}

.text-red {
    color: #FF3366 !important;
}

.text-blue {
    color: #0D6EFD !important;
}

.text-yellow {
    color: #FFAA33FF !important;
}

.bg-green {
    background-color: #00CC88 !important;
}

.bg-red {
    background-color: #FF3366 !important;
}

.bg-blue {
    background-color: #0D6EFD !important;
}

.bg-yellow {
    background-color: #FFAA33 !important;
}

.bg-gray {
    background-color: #F8F9FA !important;
}

.text-sm {
    font-size: .875rem !important;
}

.text-xs {
    font-size: .75rem !important;
}

table {
    margin-bottom: 0 !important;
}

table tr:last-child td {
    border: none !important;
}

.tab-h {
    max-height: 280px;
    overflow: hidden;
}

.btn-i {
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer;
    color: #76797E;
    transition: color 0.5s !important;
}

.btn-i-hover-dark:hover {
    color: #212529 !important;
}

.btn-i:hover {
    color: #212529 !important;
    border-bottom: 0;
}

.btn-circle {
    width: 45px !important;
    height: 45px !important;
    padding: 0 !important;
    line-height: 0 !important;
    background-color: #00CC88;
    color: white !important;
    border: 0 !important;
    border-radius: 50% !important;
    transition: background-color 0.5s !important;
}

.btn-circle:hover {
    background-color: #6C757D;
}

.text-hover-green:hover {
    color: #00CC88 !important;
}

.text-hover-red:hover {
    color: #FF3366 !important;
}

.text-hover-blue:hover {
    color: #0D6EFD !important;
}