h1, h2, h3, h4 {
    color: #f6a821;
}

.navigation .navbar-default {
    display: none;
}

.navbar-default .navbar-brand {
    display: block;
}

#mobile-menu {
    float: unset;
}

.navbar-form input.form-control, .left-nav-toggle a {
    color: #333333;
}

table tr[data-href] {
    cursor: pointer;
}

.table td.actions {
    width: 58px;
    min-width: 58px;
}

.dataTable td {
    vertical-align: middle;
}

.listTable {
    border-spacing: unset;
}

.listTable th, .listTable td {
    white-space: nowrap;
}

.listTable th {
    color: #fdc96e;
}

dt {
    /*color: #f6a821;*/
    color: #ffffff;
    /*color: #f8da4e;*/
}

.right-nav-toggle {
    float: right;
}

/* Form - Custom Fields */
.required {
    display: inline-block;
    color: #d2322d;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: -0.2em;
    margin-left: 5px;
}


/*********************** Magnific Popup *********************/
.modal-block-primary .fa {
    color: #d3121a;
}

.modal-block-primary.modal-header-color .card-header {
    background-color: #d3121a;
}

.modal-block-primary.modal-full-color .card {
    background-color: #ec222a;
}

.modal-block-primary.modal-full-color .card-header {
    background-color: #d3121a;
}

.modal-block-primary.modal-full-color .card-footer {
    background-color: #ec222a;
}

.modal-block-primary .modal-icon .fa {
    color: #d3121a;
}
