/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.input-field .prefix.active {
	color:#ffc107;
}

a
{
    text-decoration: none;

    color: #ffc107;

    -webkit-tap-highlight-color: transparent;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly])
{
    border-bottom: 1px solid #ffc107;
    box-shadow: 0 1px 0 0 #ffc107;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label
{
    color: #ffc107;
}

[type='checkbox']:checked + span:not(.lever):before
{
    top: -4px;
    left: -5px;

    width: 12px;
    height: 22px;

    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;

    border-top: 2px solid transparent;
    border-right: 2px solid #ffc107;
    border-bottom: 2px solid #ffc107;
    border-left: 2px solid transparent;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.datepicker-date-display
{
    font-weight: 500;

    padding: 20px 22px;

    color: #fff;
    background-color: #ffc107;

    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
}

.datepicker-table td.is-today
{
    color: #ffc107;
}

.datepicker-table td.is-selected
{
    color: #fff;
    background-color: #ffc107;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done
{
    padding: 0 1rem;

    color: #ffc107;
}

.navbar .notification-badge {
    font-family: Muli,sans-serif;
    position: relative;
    top: -20px;
    right: 5px;
    margin: 0 -.8em;
    padding: 2px 5px;
    color: #fff;
    border-radius: 50%;
    background-color: #ffc107;
    box-shadow: 0 0 10px 0 #ffc107;
}

[type="radio"].with-gap:checked + span::after, [type="radio"]:checked + span::after {
    background-color: #ffc107;
}

[type="radio"].with-gap:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"]:checked + span::after {
    border: 2px solid #ffc107;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 14px 16px;
    color: #ffc107;
}

.table-select {
	position: static !important;
    display: block !important;
    width: 100% !important;
    height: 3rem !important;
    padding: 5px ;
    border: 1px solid #f2f2f2 ;
    border-radius: 2px;
    background-color: rgba(255,255,255,.9);
}

#main .section-data-tables .dataTables_wrapper #tableDemo_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableDemo_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableDemo_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableDemo_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableDemo_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableDemo_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableDemo_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableDemo_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableDemo_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableBankAddRequest_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableBankAddRequest_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableBankAddRequest_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankAddRequest_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankAddRequest_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankAddRequest_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankAddRequest_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankAddRequest_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankAddRequest_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableBankAddHistory_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableBankAddHistory_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableBankAddHistory_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankAddHistory_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankAddHistory_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankAddHistory_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankAddHistory_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankAddHistory_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankAddHistory_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableBankEditRequest_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableBankEditRequest_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableBankEditRequest_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankEditRequest_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankEditRequest_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankEditRequest_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankEditRequest_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankEditRequest_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankEditRequest_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableBankEditHistory_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableBankEditHistory_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableBankEditHistory_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankEditHistory_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankEditHistory_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankEditHistory_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankEditHistory_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableBankEditHistory_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableBankEditHistory_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableProfileEditRequest_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableProfileEditRequest_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableProfileEditRequest_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableProfileEditRequest_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableProfileEditRequest_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableProfileEditRequest_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableProfileEditRequest_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableProfileEditRequest_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableProfileEditRequest_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableProfileEditHistory_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableProfileEditHistory_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableProfileEditHistory_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableProfileEditHistory_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableProfileEditHistory_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableProfileEditHistory_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableProfileEditHistory_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableProfileEditHistory_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableProfileEditHistory_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableSpesialRequest_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableSpesialRequest_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableSpesialRequest_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableSpesialRequest_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableSpesialRequest_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableSpesialRequest_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableSpesialRequest_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableSpesialRequest_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableSpesialRequest_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableSpesialHistory_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableSpesialHistory_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableSpesialHistory_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableSpesialHistory_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableSpesialHistory_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableSpesialHistory_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableSpesialHistory_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableSpesialHistory_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableSpesialHistory_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableSpesial_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableSpesial_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableSpesial_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableSpesial_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableSpesial_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableSpesial_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableSpesial_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableSpesial_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableSpesial_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableRequest_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableRequest_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableRequest_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableRequest_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableRequest_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableRequest_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableRequest_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableRequest_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableRequest_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableHistory_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableHistory_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableHistory_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableHistory_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableHistory_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableHistory_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableHistory_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableHistory_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableHistory_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableUser_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableUser_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableUser_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableUser_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableUser_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableUser_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableUser_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableUser_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableUser_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #withdrawalHistory_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #withdrawalHistory_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #withdrawalHistory_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#withdrawalHistory_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#withdrawalHistory_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#withdrawalHistory_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#withdrawalHistory_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#withdrawalHistory_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#withdrawalHistory_filter label input
{
    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper #tableStatusEdit_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableStatusEdit_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableStatusEdit_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #ffc107 !important;
    border-radius: 6px;
    background: #ffc107 !important;
    box-shadow: 0 0 8px 0 #ffc107 !important;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableStatusEdit_length,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableStatusEdit_filter
{
    display: block;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableStatusEdit_length label select,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableStatusEdit_filter label select
{
    display: inline-block;

    width: auto;
    height: auto;
}

#main .section-data-tables .dataTables_wrapper .dataTables_length#tableStatusEdit_length label input,
#main .section-data-tables .dataTables_wrapper .dataTables_filter#tableStatusEdit_filter label input
{
    width: auto;
    height: auto;
}

.dropdown-content{
	max-height: 350px;
}

.datepicker-modal{
	top: 35% !important;
}

.btn-floating, .btn-floating:hover {
    background-color: #ffc107;
}

/* Timepicker Containers */
.timepicker-modal
{
    max-width: 325px;
    max-height: none;
}

.timepicker-container.modal-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding: 0;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.text-primary
{
    color: white;
}

/* Clock Digital Display */
.timepicker-digital-display
{
    font-weight: 300;

    padding: 10px;

    background-color: #ffc107;

    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
}

.timepicker-text-container
{
    font-size: 4rem;
    font-weight: bold;
    font-weight: 400;

    position: relative;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    color: rgba(255, 255, 255, .6);
}

.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div
{
    cursor: pointer;
}

.timepicker-span-hours
{
    margin-right: 3px;
}

.timepicker-span-minutes
{
    margin-left: 3px;
}

.timepicker-display-am-pm
{
    font-size: 1.3rem;
    font-weight: 400;

    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

/* Analog Clock Display */
.timepicker-analog-display
{
    -webkit-box-flex: 2.5;
    -webkit-flex: 2.5 auto;
        -ms-flex: 2.5 auto;
            flex: 2.5 auto;
}

.timepicker-plate
{
    position: relative;

    overflow: visible;

    width: 270px;
    height: 270px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 5px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border-radius: 50%;
    background-color: #eee;
}

.timepicker-canvas,
.timepicker-dial
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.timepicker-minutes
{
    visibility: hidden;
}

.timepicker-tick
{
    font-size: 15px;
    line-height: 40px;

    position: absolute;

    width: 40px;
    height: 40px;

    cursor: pointer;
    text-align: center;

    color: rgba(0, 0, 0, .87);
    border-radius: 50%;
}

.timepicker-tick.active,
.timepicker-tick:hover
{
    background-color: rgba(255 ,193 ,7 , .25);
}

.timepicker-dial
{
    -webkit-transition: opacity 350ms, -webkit-transform 350ms;
            transition: opacity 350ms, -webkit-transform 350ms;
            transition: transform 350ms, opacity 350ms;
            transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}

.timepicker-dial-out
{
    opacity: 0;
}

.timepicker-dial-out.timepicker-hours
{
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}

.timepicker-dial-out.timepicker-minutes
{
    -webkit-transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
            transform: scale(.8, .8);
}

.timepicker-canvas
{
    -webkit-transition: opacity 175ms;
            transition: opacity 175ms;
}

.timepicker-canvas line
{
    stroke: #ffc107;
    stroke-width: 4;
    stroke-linecap: round;
}

.timepicker-canvas-out
{
    opacity: .25;
}

.timepicker-canvas-bearing
{
    stroke: none;
    fill: #ffc107;
}

.timepicker-canvas-bg
{
    stroke: none;
    fill: #ffc107;
}

/* Footer */
.timepicker-footer
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 auto;
    padding: 5px 1rem;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.timepicker-clear
{
    color: #ff5252;
}

.timepicker-close
{
    color: #ffc107;
}

.timepicker-clear,
.timepicker-close
{
    padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width: 601px)
{
    .timepicker-modal
    {
        max-width: 600px;
    }
    .timepicker-container.modal-content
    {
        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
    .timepicker-text-container
    {
        top: 32%;
    }
    .timepicker-display-am-pm
    {
        position: relative;
        right: auto;
        bottom: auto;

        margin-top: 1.2rem;

        text-align: center;
    }

    #main .section-data-tables .dataTables_wrapper #tableLiveAccount_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper #tableLiveAccount_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper #tableLiveAccount_paginate .paginate_button:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, #main .section-data-tables .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #fff !important;
        border: 1px solid #ffc107 !important;
        border-radius: 6px;
        background: #ffc107 !important;
        box-shadow: 0 0 8px 0 #ffc107 !important;
    }
    
    #main .section-data-tables .dataTables_wrapper .dataTables_length#tableLiveAccount_length,
    #main .section-data-tables .dataTables_wrapper .dataTables_filter#tableLiveAccount_filter
    {
        display: block;
    }
    
    #main .section-data-tables .dataTables_wrapper .dataTables_filter#tableLiveAccount_filter label select
    {
        display: inline-block;
    
        width: auto;
        height: auto;
    }
    
    #main .section-data-tables .dataTables_wrapper .dataTables_length#tableLiveAccount_length label input,
    #main .section-data-tables .dataTables_wrapper .dataTables_filter#tableLiveAccount_filter label input
    {
        width: auto;
        height: auto;
    }
}