.form-group.m-form__group.remove-leftspace .form-control.m-input {
    padding-left: 11px !important;
}
.form-group.m-form__group.remove-leftspace .form-control.m-select2 {
    padding-left: 11px !important;
}
.m-stack__item.m-brand.m-brand--skin-dark.set-logo{
	padding-left: 30px;
	padding-right: 15px;
}
.m-brand__logo-wrapper img{
	height: 65px;
	width: 150px;
	/*margin-left: 30px;*/
}
.col-form-label.col-lg-3.reduce-flex{
	flex: 0 0 20%;
}
.m-checkbox.m-checkbox--brand.reduce-flex>span{
	top:10px;
}
body.modal-open {
    overflow: hidden !important;
}
.form-group.customlabl-width label {
    max-width: 90px;
}
@media (max-width: 1025px){
	.m-brand__logo-wrapper img{
		height: 60px;
		width: 130px;
		/*margin-left: 20px;*/
	}
}
table .cell-center{
	text-align: center;
	vertical-align: middle;
}
.m-login.m-login--2.m-login--signin .m-login__signup{
	display: unset;
}
.row.min-width span.select2.select2-container {
    min-width: 280px !important;
}
a.export-bottom.btn {
    display: inline-block;
    margin-bottom: 15px;
}

table#m_balanceclients tr th {
    background-color: #716aca;
    color: #fff;
}

table#m_balanceclients tr th span {
    color: #fff;
    width: 100% !important;
}

table#m_balanceclients {
    border: 1px solid #716aca;
}

table#m_balanceclients tbody tr td {
    border-right: 1px solid #716aca;
    border-bottom: 1px solid #716aca;
    text-align: center !important;
}

table#m_balanceclients tbody tr td:last-child {border-right: 0;}

table#m_balanceclients tbody tr td span {
    width: 100% !important;
}

table#m_balanceclients tr th,table#m_balanceclients tr td {
    width: 25%;
}

table#m_balanceclients tr th:first-child span, table#m_balanceclients tr td:first-child span {
    text-align: left !important;
    padding-left: 30px;
} 

table#m_balanceclients {
    min-height: auto !important;
}