.sub-merchant {
    font-size: 14px;
}

.sub-merchant .col-md-6 {
    margin-bottom: 15px;
}

.sub-merchant label {
    font-weight: 500 !important;
}

.div-table  {
    overflow-y: scroll;
}

.table-asc thead th,
.table-asc td {
    vertical-align: middle;
}

.search-manager {
    display: contents;
    margin: 20px 0;
}

.box-header {
    padding: 10px 0;
}

.box-header h4 {
    margin-bottom: 0px;
}

@media screen and (min-width: 769px) and (max-width: 1827px) {
    .sub-merchant .btn-default {
        margin-top: 11px;
    }
}

.dropdown:hover .dropdown-menu{
    display: block;
}

/**
* Style all page about forgot-password
*/
.dislable_scorll {
    background: #E5E9EC;
}

.box-forgot-password {
    margin-top: 50px;
    background: #fff;
    box-shadow: 2px 2px 8px #92929263;
    border-radius: 5px;
}

.payment-header.sticky {
    background: #f1f1f1;
    padding: 30px 15px;
    font-weight: 700;
    color: #006c9a;
    font-size: 16px;
    position: relative;
}

.payment-body.main_df_bt {
    padding: 15px;
}

.box-forgot-password .alert-danger {
    margin: 0px 8px 30px;
}

.box-forgot-password .alert-warning {
    margin: 15px 8px;
}

.box-forgot-password .pull-left {
    position: absolute;
    top: 16px;
    left: 20px;
}

#submit {
    padding: 10px 15px !important;
}

.box-forgot-password .hide {
    display: none;
}

#loading-icon {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 99999;
    text-align: center;
    display: none;
}
#loading-icon>i {
    margin-top: 40vh;
    font-size: 5em;
    color: black;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#merchants-table {
    font-size: 13px;
}

.fix-w-110 {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
}

.fix-w-220 {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
}

#merchants-table .label {
    padding: 2px 6px;
    border-radius: 6px;
    color: #ffffff;
}

.long-content {
    max-width: 200px;
    overflow-x: auto;
}

.show-inline {
    white-space: nowrap;
}

.label-default {
    background-color:#777
}

.label-warning {
    background-color:#f0ad4e
}

.label-success {
    background-color:#5cb85c
}

.label-danger {
    background-color:#d9534f
}
