body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300 !important;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-top: 1em;
}

.emlo-bg {
    background-color: #1D252C;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0.25rem !important;
}

.list-group-item.active {
    background-color: #5B6670;
    border-color: transparent;
}

.list-group-item {
    padding: 0.2em 1.25rem;
}

.form-control {
    display: block;
    padding: 1rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.logout-btn a.waves-effect, .logout-btn a.waves-light {
    display: inline !important;
}

.waves-input-wrapper {
    display: block;
}

.countedOk .list-group-item, .countedOk .form-control {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.countedOk .list-group-item.active, .countedOk .emlo-bg {
    background-color: #155724;
    color: #FFF;
}

.countedOk .form-control::-webkit-input-placeholder {
    color: #155724;
}

.countedOk .form-control:-moz-placeholder {
    color: #155724;
}

.countedOk .form-control::-moz-placeholder {
    color: #155724;
}

.countedOk .form-control:-ms-input-placeholder {
    color: #155724;
}

.countedWarning .list-group-item, .countedWarning .form-control {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.countedWarning .list-group-item.active, .countedWarning .emlo-bg {
    background-color: #856404;
    color: #FFF;
}

.countedWarning .form-control::-webkit-input-placeholder {
    color: #856404;
}

.countedWarning .form-control:-moz-placeholder {
    color: #856404;
}

.countedWarning .form-control::-moz-placeholder {
    color: #856404;
}

.countedWarning .form-control:-ms-input-placeholder {
    color: #856404;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-top: 2em;
    margin-bottom: 4em;
    float: right;
}

.pagination a {
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 0.7em 1em;
}    

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #181818;
    color: #FFFFFF;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.pagination a:hover {
    background-color: #f5f5f2;
}

#modalActivate {
    border: none;
    background-color: transparent;
}

#articlelist_length .form-control, #articlelist_filter, #articlelist_filter .form-control {
    display: inline-block;
}

#articlelist_length .form-control-sm, #articlelist_filter .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

#articlelist_length .form-control-sm {
    width: 6em;
}

#articlelist_filter .form-control-sm {
    width: 16em;
    margin-left: 0.5em;
}

#articlelist_wrapper .col-md-6:last-child {
    text-align: right;
}

table thead tr:hover, table thead th:hover, table thead:hover {
    color: #FFF;
    background-color: #000 !important;
}

.pagination .page-item.active .page-link {
    background-color: #000;
}

.modal-body .pagination {
    margin-top: 1em;
    margin-bottom: 1em;
}

.picker__box .picker__header .picker__date-display, .picker__box .picker__table .picker__day--selected, .picker__box .picker__table .picker__day--selected:hover, .picker__box .picker__table .picker--focused {
    background-color: #000;
}

.picker__box .picker__table .picker__day.picker__day--today {
    color: #000;
}

.mdb-select .select-toggle-all {
    display: none;
}

.mdb-select .dropdown-content li > a, .dropdown-content li > span {
    color: #000 !important;
}

#loadingBody #loaderIcon {
    display: none;
}

#loadingBody.loading #loaderIcon {
    display: block;
}

@media screen and (max-width: 1290px) {
    .modal-dialog {
        margin-left: 2em !important;
        margin-right: 2em !important;
    }
}

@media screen and (max-width: 1115px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 870px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 767px) {
    #articlelist_wrapper .col-md-6:last-child {
        text-align: left;
        margin-top: 1em;
    }
}