.row:before,
.row:after,
.row {
	display: table;
	clear: both;
	content: " ";
}

body {
 	margin: 0;
	padding: 0;
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	font-size: 14px;
}
.success {
	font-weight: bold;
	color: green;
}
.error {
	color: red;
}
.standartButton {
	height: 25px;
	width: 120px;
}
.standartInput {
	height: 30px;
	width: 300px;
}
.standartSelect {
	height: 30px;
	width: 300px;
}
.longButton {
	height: 25px;
}
.standartTextArea {
	height: 80px;
	width: 300px;
}
table {
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}
tr, th, td {
	border: 1px solid black;
	padding: 3px;
}
hr {
	margin-left: -5px;
}
#wrongAuth {
	color: #8f1f1d; 
	font-weight: bold; 
	margin: 15px 10px 5px 10px;
	text-align: center; 
}
form {
	margin-bottom: 0;
}


.main-wrapper {
	height: 100%;
	background: url(../img/login-bg.jpg) no-repeat center center fixed;
    background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 580px;
}

.login-left {
	width: 375px;
	float: right;
	background: #fff;
	height: 100%;
	padding: 70px 10px 14px;
	box-sizing: border-box;
}

.login-title {
	font-size: 31px;
	color: rgba(0,0,0, 0.87);
	margin-bottom: 44px;
}

/* form starting stylings ------------------------------- */
.group 			  { 
  position:relative; 
  margin-bottom:45px; 
}
.form-control 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom: 1px solid #ddd;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
.group label 				 {
  color:#999; 
  font-size:15px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.group input:focus ~ label, .group input:valid ~ label 		{
  top:-7px;
  font-size:14px;
}

/* BOTTOM BARS ================================= */
.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:1px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#5264AE; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.group input:focus ~ .bar:before, .group input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

.form-control:invalid {
	box-shadow: none;
}

.login-btn {
	background: linear-gradient(60deg, #00adef, #0094da);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	margin: 10px 1px;
	padding: 12px 30px;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	border: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
}

.login-btn:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.18),0 8px 16px rgba(0,0,0,0.36);
}

.registration {
	background: linear-gradient(45deg, #40b988, #5edb8c);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	margin: 0 0 10px 1px;
	padding: 12px 30px;
	text-decoration: none;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
	border: 0;
}
.registration:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.18),0 8px 16px rgba(0,0,0,0.36);
}
.recovery-submit {
	background: linear-gradient(60deg, #00adef, #0094da);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	margin: 0 0 10px 1px;
	padding: 12px 30px;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	border: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
}
.recovery-desc {
	margin-bottom: 30px;
}
.recovery-submit:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.18),0 8px 16px rgba(0,0,0,0.36);
}

.recovery-cancel {
	background: linear-gradient(45deg, #40b988, #5edb8c);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	margin: 0 0 10px 1px;
	padding: 12px 30px;
	text-decoration: none;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
	border: 0;
}
.recovery-cancel:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.18),0 8px 16px rgba(0,0,0,0.36);
}
.registration-back {
	text-decoration: none;
	margin-top: 10px;
	display: block;
	color: blue;
}
.registration-back:hover {
	text-decoration: underline;
}
.reg-title {
	margin-bottom: 24px;
	text-transform: uppercase;
	font-size: 26px;
	color: rgba(0,0,0, 0.87);
	font-weight: 400;
}
.recovery-title {
	margin-bottom: 24px;
	text-transform: uppercase;
	font-size: 26px;
	color: rgba(0,0,0, 0.87);
	font-weight: 400;
}
.reg-btn {
	background: linear-gradient(45deg, #40b988, #5edb8c);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	margin: 10px 1px;
	padding: 12px 30px;
	text-decoration: none;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
}
.reg-btn:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.18),0 8px 16px rgba(0,0,0,0.36);
}
.login-btn-wrapper {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.recovery-btn {
	text-decoration: none;
	color: #f15f79;
}
.recovery-btn:hover, .recovery-btn:focus {
	text-decoration: underline;
	color: #eb193e;
}

.sidebar-left-wrapper {
	width: 220px;
	background-color: #111a5d !important;
	z-index: 1000;
	top: 0px;
	bottom: 0px;
	position: fixed;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	background-color: #313644;
	color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
.sidebar-left a {
	color: #ffffff; /* белый цвет */
	display: block;
	transition: color 0.3s ease;
	padding: 10px 15px;
	line-height: 1.5;
	min-height: auto;
	font-size: 15px;
	text-align: left;
	letter-spacing: 0.2px;
	font-weight: normal;
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	text-decoration: none;
}
.sidebar-left a:hover {
	color: #99abb4; /* серый цвет */
	text-decoration: none;
	transition: color 0.3s ease;
}

.content-wraper {
	padding-left: 221px;
	padding-top: 88px;
	padding-bottom: 36px;
}

.sidebar-left-logo {
	height: 75px;
	display: block;
}

.sidebar-left-logo img {
	width: 100%;
	padding: 0px 0px 20px 0px;
	box-sizing: border-box;
	display: block;
}
.user-header {
	background: #111a5d !important;
	color: #ffffff;
	border-color: #0f9aee;
	display: block;
	height: 65px;
	width: 100%;
	position: fixed;
	padding: 0px;
	z-index: 800;
	background-color: #ffffff;
	border-bottom: 1px solid #e6ecf5;
	margin-bottom: 0px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	text-align: right;
}
#dropdownMenu1 {
	background: none;
	height: 100%;
	border: 0;
}

#dropdownMenu1:focus {
	box-shadow: none;
}

.user-header-wrapper {
	position: relative;
}
.user-header-wrapper {
	position: relative;
	display: inline-block;
}

.dropdown-menu {
	width: 100%;
}
.table-credit {
	width: 100%;
}
.table-credit th, .table-credit td {
	border-color: #ccc;
	color: #39464D;
	padding: 21px 4px;
}

.table-credit th {
	color: #39464D;
}
.table-credit td {
	color: #839097;
	font-size: 15px;
}
body .content {
	padding-left: 44px;
	padding-right: 44px;
}
.balance-border {
	border: 2px solid #FBE049;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	display: inline-block;
	margin: 0 auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: 30px;
}
.balance-title {
	background: #FBE049;
	margin-top: 0;
	padding: 10px 22px;
	font-size: 20px;
	color: #131a2d;
	text-align: left;
}
.balance-content {
	padding: 0 22px 20px 22px;
	text-align: left;
	margin-top: 18px;
}
.balance-btn {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
}

.balance-btn:hover {
	background: #ffd11a;
}
.balance-error {
	width: 100%;
	display: block;
	color: red;
	margin-top: 6px;
	margin-bottom: 16px;
}
.balance-enter {
	border: 1px solid #ccc;
	line-height: 2.5;
	padding-left: 6px;
	float: left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.balance-enter:focus {
	outline: 0 none;
	box-shadow: none;
	border-color: #3daef3;
}
.balance-enter-icon {
	border: 1px solid #ccc;
	border-left: 0;
	line-height: 2.5;
	color: #3daef3;
	display: block;
	float: left;
	padding: 0 10px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.balance-enter-wrapper  {
	margin: 0 !important;
}
.loans-enter {
	border: 1px solid #ccc;
	padding: 4px 6px;
}
.loans-btn {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
}
.loans-btn:hover {
	background: #ffd11a;
}
.withdraw-money-create-btn {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}
.withdraw-money-create-btn:hover {
	background: #ffd11a;
	text-decoration: none;
	color: #fff;
}
.withdraw-money-table {
	width: 100%;
}
.withdraw-money-table th, .withdraw-money-table td {
	border-color: #ccc;
	color: #39464D;
	padding: 21px 6px;
}

.withdraw-money-table th {
	color: #39464D;
}
.withdraw-money-table td {
	color: #839097;
	font-size: 15px;
}
.select-payment {
	border: 1px solid #ccc;
	padding: 4px 6px;
}
.count-payment {
	border: 1px solid #ccc;
	padding: 4px 6px;
}
.reg-send {
	background: linear-gradient(60deg, #00adef, #0094da);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	margin: 10px 1px;
	padding: 12px 30px;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	border: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
}
.reg-cancel {
	background: linear-gradient(45deg, #40b988, #5edb8c);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	margin: 10px 1px;
	padding: 12px 30px;
	text-decoration: none;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.16),0 2px 10px rgba(0,0,0,0.12);
	border: 0;
}

.support-email {
	border: 1px solid #ccc;
	padding: 4px 6px;
}
.support-theme {
	border: 1px solid #ccc;
	padding: 4px 6px;
}
.support-text {
	border: 1px solid #ccc;
	padding: 4px 6px;
}
.support-btn {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}
.support-btn:hover {
	background: #ffd11a;
	text-decoration: none;
	color: #fff;
}
.error-support {
	display: block;
	width: 100%;
}
.edit-password {
	border: 1px solid #ccc;
	padding: 4px 6px;
}
.edit-password-btn {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}
.edit-password-btn:hover {
	background: #ffd11a;
	text-decoration: none;
	color: #fff;
}
.balances-btn {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}
.balances-btn:hover {
	background: #ffd11a;
	text-decoration: none;
	color: #fff;
}
.balances-table {
	width: 100%;
}
.adm-withdraw-btn {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}
.adm-withdraw-btn:hover {
	background: #ffd11a;
	text-decoration: none;
	color: #fff;
}
.adm-withdraw-table {
	width: 100%;
}
.adm-withdraw-table th, .adm-withdraw-table td {
	border-color: #ccc;
	color: #39464D;
}

.adm-withdraw-table th {
	color: #39464D;
	line-height: 1.5;
	padding: 12px 4px;
}
.adm-withdraw-table td {
	color: #839097;
	font-size: 15px;
	padding: 7px 4px;
}
.adm-withdraw-table-check {
	width: 20px;
}
.adm-withdraw-comment {
	border: 1px solid #ccc;
	padding: 6px;
	min-width: 500px;
	height: 100px;
}
.adm-withdraw-accept {
	background: linear-gradient(45deg, #40b988, #5edb8c);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	padding: 11px 30px;
	text-decoration: none;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	border: 0;
	margin-top: 6px;
}
.adm-withdraw-accept:hover {
	opacity: 0.9;
}
.adm-withdraw-cancel {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}
.adm-withdraw-cancel:hover {
	background: #ffd11a;
	text-decoration: none;
	color: #fff;
}
.adm-withdraw-back {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}
.adm-withdraw-back:hover {
	background: #ffd11a;
	text-decoration: none;
	color: #fff;
}
.adm-loans-accept {
	background: linear-gradient(45deg, #40b988, #5edb8c);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	padding: 11px 30px;
	text-decoration: none;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	border: 0;
	margin-top: 6px;
}
.adm-loans-accept:hover {
	opacity: 0.9;
}
.adm-loans-cancel {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}
.adm-loans-cancel:hover {
	background: #ffd11a;
	text-decoration: none;
	color: #fff;
}
.loans-wrapper a {
	margin: 0 8px 0 0;
}
.adm-edit-balance {
	border: 1px solid #ccc;
	padding: 4px 6px;
	margin-top: 6px;
	margin-bottom: 16px;
}
.adm-edit-balance-edit {
	background: linear-gradient(45deg, #40b988, #5edb8c);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	moz-user-select: none;
	ms-user-select: none;
	overflow: hidden;
	position: relative;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-user-select: none;
	padding: 11px 30px;
	text-decoration: none;
	font-size: 16px;
	width: auto;
	vertical-align: top;
	border-radius: 3px;
	border: 0;
	margin-top: 6px;
}
.adm-edit-balance-edit:hover {
	opacity: 0.9;
}
.adm-edit-balance-cancel {
	background: #ffc107;
	padding: 11px 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	margin-top: 6px;
}
.adm-edit-balance-cancel:hover {
	background: #ffd11a;
	text-decoration: none;
	color: #fff;
}
.formAutorization  {
	width: 100%;
}
.notRightsEnought {
	display: inline-block;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
}
.usersHome2 span {
	background: red;
	padding: 6px 16px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}
.usersHome1 span {
	background: #359AEE;
	padding: 6px 16px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}
.usersHome4 span {
	background: #69CA3B;
	padding: 6px 16px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}
.usersHome3 span {
	background: orange;
	padding: 6px 16px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}
.withdrawMoney1 span {
	background: #359AEE;
	padding: 6px 16px;
	color: #fff;
	border-radius: 5px;
}
.withdrawMoney2 span {
	background: #69CA3B;
	padding: 6px 16px;
	color: #fff;
	border-radius: 5px;
}
.user-home-top {
	border-bottom: 1px solid #ccc;
	padding-top: 16px;
	padding-bottom: 28px;
	position: relative;
	padding-left: 68px;
}
.home-border {
	border-top: 1px solid #ccc;
}
.home-list-title {
	margin-top: 36px;
	margin-bottom: 16px;
}
.deposit-img {
	background: url(../img/money.png) no-repeat 5px 30px;
	-webkit-background-size: 38px auto;
	background-size: 38px auto;
}
.withdraw-img {
	background: url(../img/stat.png) no-repeat 5px 30px;
	-webkit-background-size: 42px auto;
	background-size: 42px auto;
}
.deposit-active-img {
	background: url(../img/portfolio.png) no-repeat 5px 30px;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
}
.partners-img {
	background: url(../img/group.png) no-repeat 6px 30px;
	-webkit-background-size: 40px auto;
	background-size: 40px auto;
}
.home-deposit-money {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #359AEE;
	color: #fff;
	border-radius: 16px;
	padding: 6px 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.home-withdraw-money {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #E9467B;
	color: #fff;
	border-radius: 16px;
	padding: 6px 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.home-deposit-active {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #69CA3B;
	color: #fff;
	border-radius: 16px;
	padding: 6px 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.home-money-partners {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #7874E7;
	color: #fff;
	border-radius: 16px;
	padding: 6px 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-window {
	display: none;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;right: 0;
	top: 0;bottom: 0;
	z-index: 801;
}
.modal-show {
	display: block;
}
#dropdownMenu1 {
	outline: none;
}
.table-wrapper {
	width: 100%;
	overflow: visible;
}
.btn.dropdown-toggle::after {
    display: none !important;
}

.adm-withdraw-table tr.winner td {
    color: green;
	font-weight: bold;
	text-decoration: underline;
}

.adm-withdraw-table tr.loser td {
    color: red;
}

@media screen and (max-width: 960px) {
	.sidebar-left-wrapper {
		left: -280px;
		transition: 0.5s ease;
	}
	.content-wraper {
		padding-left: 0;
		padding-top: 88px;
		padding-bottom: 36px;
	}
	.mobile-menu {
		background: url(../img/grid.png) no-repeat left center;
		display: block;
		width: 33px;
		height: 33px;
		position: absolute;
		left: 28px;
		top: 0;
		z-index: 999;
		content: " ";
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
		transition: 0.5s ease;
	}
	.mobile-menu-open {
		left: 260px;
	}
	.menu-show {
		left: 0;
	}
}
@media screen and (max-width: 768px) {
	.home-withdraw-money,
	.home-deposit-money,
	.home-deposit-active,
	.home-money-partners {
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		color: #fff;
		border-radius: 16px;
		padding: 6px 14px;
		font-weight: 700;
		letter-spacing: 1px;
		left: 0;
		bottom: -10px;
		display: inline-block;
	}
	.user-home-top {
	}
}
@media screen and (max-width: 584px) {
	.main-wrapper {
		height: auto;
		min-height: auto;
		background: transparent url(../img/login-bg.jpg) no-repeat center center fixed;
		background-size: auto auto;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding-bottom: 360px;
	}
	.login-left {
		width: 100%;
		float: none;
		background: #fff;
		height: 100%;
		padding: 33px 10px 14px;
		box-sizing: border-box;
		text-align: center;
	}
	.login-title {
	font-size: 22px;
	color: rgba(0,0,0, 0.87);
	margin-bottom: 52px;
}
	.mobile-menu-open {
		left: 0;
	}
	.balance-enter {
		width: 150px;
	}
	.balance-enter-icon {
		display: none;
	}
	.loans-title {
		font-size: 32px;
	}
	.loans-enter {
		width: 100%;
	}
	.support-text {
		width: 100%;
	}
	.support-title {
		font-size: 32px;
		margin-bottom: 24px;
	}
	.adm-balances-title {
		font-size: 31px;
	}
	.adm-addMoney {
		font-size: 28px;
	}
	.adm-add-money {
		font-size: 28px;
	}
	.amd-declined-money {
		font-size: 28px;
	}
	.adm-withdraw-money {
		font-size: 28px;
	}
	.adm-withdrawMoney-title {
		font-size: 28px;
	}
	.adm-loans-title {
		font-size: 28px;
	}
	.adm-loans-declined-title {
		font-size: 28px;
	}
	.adm-loans-ended-title {
		font-size: 28px;
	}
	.adm-loans-active-title {
		font-size: 28px;
	}
	.adm-support-title {
		font-size: 28px;
	}
	.hidden-mobile {
		display: none;
	}
	.adm-edit-balance {
		width: 100%;
	}
	.adm-edit-balance-title {
		font-size: 28px;
	}
}
