.table th a {
    color: #666666;
}

.fa.fa-pencil-alt, .fa.fa-edit, .fa.fa-pencil-alt-square {
    color: #ea9500;
}

.fa.fa-trash {
    color: #d92e00;
}

.fa.fa-search {
    color: #9cb800;
}

.fa.fa-list-alt {
    color: #666666;
}

.fa.fa-pause-circle {
    color: #d92e00;
}

.fa.fa-print {
    color: #77af00;
}

.fa.fa-plus-square {
    color: #1b77c8;
}

.actions a {
    margin: 0 3px;
}

/*.actions {
    text-align: right;
}*/

.actions .fa.fa-sign-in-alt {
    color: #77af00;
}

.actions .fa.fa-plus-square {
    color: #1b77c8;
}

.actions .fa.fa-id-card-o, .actions .fa.fa-id-badge, .actions .fa.fa-qrcode, .actions .fa-file-text {
    color: #1b77c8;
}

.chart-container {
    /*max-height: 300px;*/
}

.breadcrumb li a.btn {
    margin: 0 3px;
}

.red {
    color: #c5031d !important;
}

.green {
    color: #5ebb53 !important;
}

.brand-text {
    font-size: 16px;
}

.map-bg {
    padding-top: 56px;

    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
}

body:not(.sidebar-closed) .map-bg {
    padding-left: 72px;
}

.map-bg iframe {
    border: none;
}

.login-page .card {
    min-width: 360px;
}

.login-page footer {
    margin-left: 0 !important;
}

div.alert p {
    margin: 0 !important;
}
