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

.btn-primary {
    background-color: #63912d;
    border:1px solid transparent;
}

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

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

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

.page-link {
    color: #63912d !important;
}

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

a {
    color:#63912d;
}

a:hover{
    text-decoration:underline;
    color:#63912d;
}

.bordered {
    border: 4px solid #63912d;
}

.star-full {
    color:#63912d;    
}

.star-empty {
    color:#63912d;
    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:#63912d;
    border-color:#63912d; 
}

/*.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:#63912d;
}