.section-item.box-order-analysis {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.section-item.box-order-analysis .box-title {
    display: inline-block;
    padding-top: 10px;
}

.section-item.box-order-analysis .box-filter {
    float: right;
    display: flex;
    display: -webkit-flex;
}
.section-item.box-order-analysis .box-title .title {
    font-weight: normal;
    font-size: 16px;
    text-transform: none!important;
}
.section-item.ets_ws-section-commissions {
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.section-item.box-order-analysis .box-filter .box-option-select {
    margin-left: 6px;
}
.ets_ws_content_left > .bootstrap .module_error.alert.alert-danger {
    margin-left: 0;
    margin-right: 0;
}
.ets_ws_content_left .payment-info {
    margin-bottom: 25px;
    display: block;
}
.ets_ws_content_left .ets_ws-panel .panel {
    padding: 0;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}


.ets_ws_content_left .panel-header {
    padding: 0 20px 15px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.ets_ws_content_left .panel-header h3.panel-title {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 16px;
}
.ets_ws_content_left .panel-footer {
    display: block;
    clear: both;
    width: 100%;
    min-height: 40px;
    padding: 0;
    border: none;
    background: transparent;
}
.ets_ws_content_left .input-group-append .input-group-text {
    display: block;
    line-height: 1;
    font-size: 14px;
}
.js-type-info-stats .box-tooltip {
    position: absolute;
    width: 100%;
    background: #414141;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 10000;
    top: 100%;
    margin-top: 10px;
    height: auto;
    text-align: center;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.ets_ws-dashboard-page .box-info:hover .box-tooltip {
    opacity: 1;
    visibility: visible;
}
.ets_ws-dashboard-page .box-info .box-info-title {
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 10px 35px 10px 0;
    width: 100%;
    float: left;
}
.ets_ws-dashboard-page .box-info {
    width: 100%;
    height: 110px;
    border: none;
    position: relative;
    padding: 3px;
    cursor: pointer;
    border-radius: 4px;
}
.ets_ws-dashboard-page .box-info .box-info-content {
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 18px;
    float: left;
}
.ets_ws-dashboard-page .box-padding-col.box-static {
    margin-bottom: 30px;
}
.ets_ws-dashboard-page .stats-options-right .box-tool {
    float: right;
    margin-right: 10px;
}
.ets_ws-dashboard-page .box-tool-dropdown {
    float: right;
    font-size: 14px;
}
.ets_ws-dashboard-page {
    margin-bottom: 15px;
}
.line-chart-commissions .box-header .stats-options-right {
    display: inline-block;
    float: right;
}
.line-chart-commissions .box-header .stats-options-left {
    display: inline-block;
    margin-top: 6px;
}
.line-chart-commissions .box-header,
.ets_ws-section-commissions .box-header {
    min-height: 32px;
    margin-bottom: 15px;
    display: block;
    position: relative;
}
a.ets-ws-view-retailer.js-ets-ws-view-retailer {
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}

.ets_ws_withdraw_page .ets_ws_content_left.col-lg-9 {
    width: 100%;
}
.ets_ws_withdraw_page .ets_ws_content_left.col-lg-3 {
    display: none;
}
.ets_ws_content_left .form-group.has-error input,
.ets_ws_content_left .form-group.has-error select {
    outline: none!important;
}
.ets_ws_content_left span.help-block {
    font-style: italic;
    font-size: small;
    clear: both;
    display: block;
    width: 100%;
}
.ets-ws-popup {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.ets-ws-popup.active{
    display: flex;
}
.ets-ws-popup .popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: 100%;
    width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: etsws-animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: etsws-animatetop;
    animation-duration: 0.4s
}
@-webkit-keyframes etsws-animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes etsws-animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.ets-ws-popup .popup-close {
    color: #ccc;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.ets-ws-popup .popup-close:hover,
.ets-ws-popup .popup-close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.ets-ws-popup .popup-header {
    padding: 2px 16px;
    background-color: #f2f2f2;
    color: #333;
}
.ets-ws-popup .popup-body {padding: 2px 16px;}
.ets-ws-popup .popup-footer {
    padding: 2px 16px;
    background-color: #f2f2f2;
    color: #333;
}
.ets-ws-popup-user .commission-item,
.ets-ws-popup-user .group-item{
    display: none;
}
.ets-ws-popup-user .commission-item.active{
    display: table-row!important;
}
.ets-ws-popup-user .group-item.active{
    display: block;
}
#etsWsRetailerInfo .popup-header h3 {
    margin: 12px 0;
}
#etsWsRetailerInfo .popup-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
#etsWsRetailerInfo .popup-content .popup-body {
    padding-bottom: 20px;
    font-size: 14px;
}
#etsWsRetailerInfo select.js-ets-ws-retail-level-user {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px 8px;
    width: auto;
    font-size: 14px;
    min-width: 200px;
    outline: none!important;
}
#etsWsRetailerInfo .popup-content .popup-body .col-lg-9 {
    color: #666;
}
#etsWsRetailerInfo.ets-ws-popup .popup-close {
    margin-top: 9px;
}
.box-dashboard .box-tool-dropdown select,
.box-option-select .js-ets-ws-filter-order-total {
    height: 32px!important;
    outline: none!important;
    box-shadow: none!important;
    min-height: 32px;
    padding: 0 10px;
    color: #7a7a7a;
}
.box-static-commission-balance .box-inner-top::after {
    background: url(../img/dashboard/turnover.png) no-repeat scroll 0 0 transparent;
}
.box-static-commission-earning .box-inner-top::after {
    background: url(../img/dashboard/reward.png) no-repeat scroll 0 0 transparent;
}
.box-static-order-total .box-inner-top::after {
    background: url(../img/dashboard/order1.png) no-repeat scroll 0 0 transparent;
}
.box-static-commission-usage .box-inner-top::after {
    background: url(../img/dashboard/retailers.png) no-repeat scroll 0 13px transparent;
    width: 40px;
    height: 54px;
    top: 12px;
}
.stats-box-info .box-info-content {
    font-size: 30px;
}
.stats-box-info .box-inner-top::after {
    content: '';
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    top: 25px;
    width: 33px;
    height: 36px;
    background-size: contain!important;
}
.box-inner {
    padding: 15px 12px;
    border-radius: 5px;
    color: #fff;
    height: 100%;
}
.box-inner-top {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.ets-sn-admin__body .box-inner-top h5.box-info-title {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.box-inner > span {
    font-size: 14px;
}
.ets-sn-admin__body .box-info.js-type-info-stats {
    height: 100%;
    padding: 0;
    border-radius: 5px;
    display: block;
}
.js-type-info-stats .box-tooltip:before {
    content: "";
    border-bottom: 6px solid #414141;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
}
.custom-file input.form-control[type="file"] {
    opacity: 0!important;
    cursor: pointer;
}
.custom-file .uploader {
    background: #fff;
    min-height: 35px;
}

.uploader + label.custom-file-label {
    font-size: 0;
    min-height: 36px;
    margin-top: 0!important;
    background: transparent;
    pointer-events: none;
    border-radius: 3px;
}
.custom-file .uploader .action {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #777;
    top: 0;
    height: auto;
    line-height: 36px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.custom-file div.uploader span.filename {
    position: absolute;
    height: 100%;
    border: none;
    background: transparent;
    line-height: 38px;
}
.custom-file-label {
    left: 0;
    z-index: 1;
    height: 2.188rem;
    background-color: #fff;
    border: 1px solid #bbcdd2;
    box-shadow: none;
    text-align: left;
    padding-right: 85px!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .838rem;
    line-height: 1.5;
    color: #363a41;
}

.custom-file input.form-control[type="file"] {
    opacity: 0!important;
}
.custom-file .custom-file-label:after {
    font-weight: 600;
    color: #fff;
    background-color: #25b9d7;
    border-color: #25b9d7;
    box-shadow: none;
    top: -1px;
    right: -1px;
    bottom: -1px;
    height: auto;
}
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
    width: 100%;
}
.table-retailer-info .retailer-discount {
    text-align: center;
}
table.table-retailer-info tr, table.table-retailer-info td, table.table-retailer-info th {
    border: 1px solid #ddd;
    padding: 8px 20px;
    width: 50%;
}
table.table-retailer-info {
    width: 100%;
    border: 1px solid #ddd;
}
table.table-retailer-info thead {
    background: #f2f2f2;
}