.listing-table {
    background: #ffffff;
    border: 1px solid #cccccc;
}

.listing-table thead tr th {
    background: #eeeeee;
    border-bottom: 2px solid #CCC;
    border-top: 1px solid #CCC!important;
    padding: 10px 6px;
}

.listing-table tbody tr:hover {
    background: #F5F5F5;
}

.listing-table tbody tr td {
    padding: 9px 4px;
}

.content {
    overflow-y: auto;
}

.btn-confirm {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 10px 30px;
    background: #263238;
    border: 1px solid #263238;
    color: white;
}

.btn-confirm:hover,
.btn-confirm:active,
.btn-confirm:focus {
    background: #BDBDBD;
    padding: 10px 30px;
    border: 1px solid #BDBDBD;
}

.alert-notice {
    background: #cccccc;
}

.alert-notice:before {
    content: '';
    background-image: url('/images/info-icon.png');
    background-size: 20px 20px;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.fixed {
    position: fixed;
    z-index: 15;
}

.bottom {
    bottom: 15px;
    right: 15px;
}

.top {
    top: 15px;
    right: 15px;
}

.observations {
    color: #fa3e3e;
}

.filter {
    text-align: right;
}