.login-page, .register-page {
    background-color: #f4f6f9;
}

.btn-primary {
    background-color: #3c3c3b;
    border:1px solid transparent;
    color:#fff;
}

.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
    background-color: #333333 !important;
    border:1px solid transparent !important;
    color:#fff;
}

.paginate_button .page-item, .paginate_button .page-item:active {
    background-color: #3c3c3b !important;
}

.page-item.active .page-link {
    background-color: #3c3c3b !important;
    border-color: #3c3c3b !important;
    color:#fff !important;
}

.page-link {
    color: #3c3c3b !important;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #3c3c3b !important;
}

a {
    color: #3c3c3b;
}

a:hover{
    color: #3c3c3b;
}

.bordered {
    border: 4px solid #3c3c3b;
}

.star-full {
    color:#3c3c3b;
}

.star-empty {
    color:#fed03d;
    background-color:#fff;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color:#3c3c3b;
    border-color:#3c3c3b;
}

.table-custom>tbody>tr>td, .table-custom>tbody>tr>th, .table-custom>tfoot>tr>td, .table-custom>tfoot>tr>th, .table-custom>thead>tr>td, .table-custom>thead>tr>th {
    padding:2px !important;
}

i.active{
  color: #3c3c3b;
}

.dashboard-info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
    color: #333333;
}

.dashboard-info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

.dashboard-info-box-icon i {
    color: #fff;
    font-size: 2.5rem;
}

.dashboard-info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.dashboard-info-box-text {
    text-transform: uppercase;
}

textarea.custom-textarea {
    height: 8.7em;
}

.ui-state-active-ampsa, .ui-state-active-ampsa a{
    background-color: green !important;
    border-color: green !important;
    color: white !important;
}

.ui-state-active-ampsa .ui-state-active{
    background-color: rgb(18, 88, 18) !important;
    border-color: rgb(19, 71, 19) !important;
    color: white !important;
}
