/* Paginator */

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 12px;
    font-size: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    line-height: 32px;
    padding: 0px 6px;
    min-width: 34px;
    text-align: center;
    color: #67748E !important;
    border-radius: 5px !important;
    font-size: 14px;
    margin-left: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #67748E !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: #F1F3F5 !important;
    background: none !important;
    background-color: #F1F3F5 !important;
    color: #67748E !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-color: #D2D6DA !important;
    color: #67748E !important;
    background: none !important;
    background-color: #D2D6DA !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: #D2D6DA !important;
    color: #67748E !important;
    background: none !important;
    background-color: #D2D6DA !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
    font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
    font-size: 12px;
}

.admin_dashborad_custom_col_wrapper {
    margin: 0 -10px;
}

.admin_dashborad_custom_col_wrapper .col-sm-4 {
    padding: 0 10px;
}

.admin_dashborad_custom_col_wrapper .col-sm-4 .widget {
    padding: 14px 14px 0 14px;
    min-height: 90px;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.view-password-icon {
    color: #4B4059;
    opacity: 0.5;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}

.icon_input_group {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.dt-paging {
    text-align: right;
}

.html5buttons .pull-right label {
    font-weight: normal;
    margin-bottom: 0;
}

.html5buttons .dt-buttons button {
    margin-bottom: 0;
    line-height: 1.4;
}

.dt-container {
    padding-bottom: 10px;

    .dt-info {
        white-space: nowrap;
        padding-top: 8px;
    }

    .dt-paging {
        .dt-paging-button.first, .dt-paging-button.last {
            display: none;
        }
    }
}