/* Global Styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:focus {
	outline: none 
}
img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/* Fonts */
@font-face {
	font-family: 'Noto Sans Georgian';
	src: url('../fonts/NotoSansGeorgian-Regular/NotoSansGeorgian-Regular.eot');
	src: url('../fonts/NotoSansGeorgian-Regular/NotoSansGeorgian-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansGeorgian-Regular/NotoSansGeorgian-Regular.woff2') format('woff2'), url('../fonts/NotoSansGeorgian-Regular/NotoSansGeorgian-Regular.woff') format('woff'), url('../fonts/NotoSansGeorgian-Regular/NotoSansGeorgian-Regular.ttf') format('truetype'), url('../fonts/NotoSansGeorgian-Regular/NotoSansGeorgian-Regular.svg#NotoSansGeorgian-Regular') format('svg');
}
@font-face {
	font-family: 'Noto Sans Georgian Bold';
	src: url('../fonts/NotoSansGeorgian-Regular_bold/NotoSansGeorgian-Regular_bold.eot');
	src: url('../fonts/NotoSansGeorgian-Regular_bold/NotoSansGeorgian-Regular_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansGeorgian-Regular_bold/NotoSansGeorgian-Regular_bold.woff2') format('woff2'), url('../fonts/NotoSansGeorgian-Regular_bold/NotoSansGeorgian-Regular_bold.woff') format('woff'), url('../fonts/NotoSansGeorgian-Regular_bold/NotoSansGeorgian-Regular_bold.ttf') format('truetype'), url('../fonts/NotoSansGeorgian-Regular_bold/NotoSansGeorgian-Regular_bold.svg#NotoSansGeorgian-Regular_bold') format('svg');
}
@font-face {
	font-family: 'Inter Regular';
	src: url('../fonts/inter-regular/inter-regular.eot');
	src: url('../fonts/inter-regular/inter-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-regular/inter-regular.woff2') format('woff2'), url('../fonts/inter-regular/inter-regular.woff') format('woff'), url('../fonts/inter-regular/inter-regular.ttf') format('truetype'), url('../fonts/inter-regular/inter-regular.svg#inter-regular') format('svg');
}
/* Site Styles */
html {
	height: 100%;
}
body {
	font-family: 'Noto Sans Georgian', Arial, sans-serif;
	font-feature-settings: 'case' on;
	min-height: 100%;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	min-width: 1440px;
	background-color: #101012;


}
.container{
	max-width:1724px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
}
a {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #ffffff;
}
a, a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
	color:#5C6CF9;
}
a:focus {
	outline: none;
	text-decoration: none 
}
a:active {
	text-decoration: none 
}
.clearfix:before, .clearfix:after {
	display: block;
	content: "";
	clear: both;
}
button, input, textarea{
	font-family: 'Noto Sans Georgian', Arial, sans-serif;
	font-feature-settings: 'case' on;
	box-sizing: border-box;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #5C6CF9;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	outline: none;
	padding: 10px 35px 10px 35px;
	font-size: 13px;
	line-height: 18px;
	color:#ffffff;
	background: transparent;
	box-sizing: border-box;
	text-transform: uppercase;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	background: #353e93;
	color: #ffffff;
}
.btn svg{
	margin-right: 7px;
}
.btn-fullw {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	padding: 20px 10px 18px 10px;
	height: 75px;
}
.btn-ic {
	padding-left: 14px;
}
.btn-ic svg{
	margin-right: 10px;
}
.btn.active {
	background: #5c6bf8;
}
.btn.active:hover {
	color: #ffffff;
}
.btn.btn-red {
	background: #B32223;
	border: 1px solid #B32223;
}
.btn.btn-red:hover{
	background: #7f2121;
}
.btn-violet {
	background: #5C6CF9;
}
.btn-violet:hover{
	background: #85B322;
	border-color: #85B322;
}
.btn-submit {
	height: 45px;
	padding: 20px 10px 16px 10px;
	line-height: 27px;
}
.btn-submit:hover {
	background: #85B322;
	border-color: #85B322;
}
.header-nav-link {
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.header {
	background-color:#14161D;
	height: 166px;
}
.header-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header-nav-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}
.header-nav-item {
	margin-left: 25px;
}
.header-nav-item:first-child{
	margin-left: 0;
}
.header-left {
	padding-top: 80px;
}
.header-logo {
	display: inline-block;
	font-size: 0;
}
.header-right {
	padding-top: 77px;
	display: flex;
	justify-content:flex-end;
	align-items: center;
}
.header-profile {
	margin-left: 56px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.profile-img {
	width: 52px;
	height: 52px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #2f323c;
	margin-right: 7px;
}
.profile-img svg{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 27px;
	height: 27px;
	fill: #ffffff;
	margin: auto;
	z-index: 1;
}
.profile-img img{
	z-index: 2;
	position: relative;
}
.profile-name {
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
}
.profile-position {
	font-size: 12px;
	color: #585858;
	line-height: 13px;
	margin-top: 4px;
}
.notification-nums {
	font-family: 'Inter Regular';
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header-notifications {
	margin-left: 19px;
}
.notifications-box {
	display: block;
	position: relative;
	font-size: 0;
	margin-top: 10px 
}
.notifications-box:hover .notification-nums{
	background: #5c6bf8;
}
.notification-nums {
	position: absolute;
	width: 22px;
	height: 22px;
	top: -12px;
	right: -10px;
	line-height: 17px;
	font-size: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #ffffff;
	text-align: center;
	color: #ffffff;
}
.header-logout {
	margin-left: 27px;
}
.btn-logout {
	background: #B32223;
	width: 34px;
	height: 34px;
	display: flex;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	justify-content: center;
	align-items: center;
}
.btn-logout:hover{
	background: #811415;
}
.page-content {
	padding: 70px 0 200px;
	background: linear-gradient(180deg, #2c3168 0%, #1c1e35 100%);
}
.page-section {
	margin-top: 45px;
}
.page-section:first-child {
	margin-top: 0;
}
.block-box {
	background: #14161D;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-top: 45px;
}
.block-box:first-child {
	margin-top: 0;
}
.exchange-block {
	padding: 50px 20px 80px 
}
.exchange-block .block-title {
	padding-left: 13px;
}
.column-left {
	width: 392px;
}
.column-right {
	width: 100%;
	max-width: 1272px;
	padding-left: 30px;
}
.twocolumn-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.block-title {
	font-size: 24px;
	line-height: 34px;
}
.block-title-small {
	font-size: 22px;
	line-height: 29px;
	margin-bottom: 27px;
}
.block-head {
	background-color: #0F1015;
	-webkit-border-top-left-radius: 30px;
	border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	border-top-right-radius:30px;
	padding: 33px 52px 26px 52px ;
}
.block-head .block-title {
	margin-bottom: 0;
}
.block-content {
	padding: 46px 48px 67px 48px;
}
.exchange-block .block-content {
	padding: 0;
}
.all-current-balances-block .block-content {
	padding: 29px 42px 87px 53px 
}
.all-current-balances-currency {
	width: 8.5%;
}
.all-current-balances-initial-balance {
	width: 19%;
}
.all-current-balances-profit {
	width: 18.5%;
}
.all-current-balances-loss {
	width: 19%;
}
.all-current-balances-blocked-amount {
	width: 20.4%;
}
.all-current-balances-table.table td {
	min-height: 92px;
	padding: 30px 10px 6px 0;
}
/* Tabs */
.tabs {
	max-width: 100%;
}
ul.tabs-nav {
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.exchange-block ul.tabs-nav li {
	width: 50%;
}
ul.tabs-nav li.active a {
	background-color: #5C6CF9;
}
ul.tabs-nav li a:hover {
	background-color: #353e93;
}
ul.tabs-nav li.active a:hover {
	background-color: #5C6CF9;
}
.tabs-nav li a {
	text-decoration: none;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #5C6CF9;
	height: 46px;
	line-height: 16px;
	font-size: 12px;
	padding: 4px 17px 0;
	text-align: center;
}
.tabs-nav li:first-child a {
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.tabs-nav li:last-child a {
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.exchange-tabs .tab-content {
	padding:50px 0 0 0;
}
.table td, .table th, .table {
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}
.table th {
	color: #5b5c61;
	font-size: 12px;
	line-height: 18px;
}
.table td {
	padding: 14px 10px 12px 0;
	vertical-align: middle;
}
.table th {
	padding: 14px 10px 12px 0;
}
.table td.table-ic, .table th.table-ic {
	padding: 0;
}
.table {
	font-size: 12px;
	position: relative;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
}
tbody tr {
	border-top: 1px solid #0a0b0f 
}
.exchange-edit .table-edit-ic {
	width: 31px;
	height: 31px;
	border: 1px solid #5C6CF9;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.exchange-edit .table-ic-link:hover {
	background: #5C6CF9;
	color: #ffffff;
}
.exchange-edit .table-ic-link:hover svg path{
	stroke: #ffffff;
}
/* Exchange Table */
.exchange-currency {
	width: 35%;
}
.exchange-buy {
	width: 28%;
}
.table.exchange-table td.exchange-currency {
	padding-left:0;
}
table.exchange-table th.exchange-currency
{padding-left: 10px;

}
.table.exchange-table, .table.exchange-table th {
	font-size: 12px;
}
.table.exchange-table td {
	height: 57px;
	padding-top: 12px;
	font-size: 18px;
}
.table.exchange-table td.exchange-edit {
	padding-top: 0;
}
.table.exchange-table td span{
	display: inline-block;
	padding: 0 4px 0 4px;
}
.table.exchange-table td.editeble {
	color: #5C6CF9;
}
.table.exchange-table td.editeble span {
	background: #ffffff;
}
/* Exchange Form */
.exchange-form-container {
	background-color: #0F1015;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-right: 170px;
	position: relative;
}
.exchange-form .block-box-in {
	padding: 30px 44px 30px 50px;
	position: relative;
	z-index:2;
	background-color:#14161D ;
}
.blocks-row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
.blocks-buttons {
	margin-top: 20px 
}
.blocks-row .block-box {
	margin-top: 0;
	margin-left: 20px;
}
.blocks-row .block-box:first-child {
	margin-left: 0;
}
.exchange-input {
	line-height: 60px;
	font-size: 34px;
	padding: 0px 20px 0 58px;
	background: transparent;
	color: #ffffff;
	border: 0;
	width: 100%;
	font-weight: bold;
}
.exchange-form-change {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 52px;
	height: 52px;
}
.exchange-change-btn {
	background: #5c6bf8;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 0;
	outline: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.exchange-change-btn:hover {
	background: #ffffff;
}
.exchange-change-btn:hover svg path{
	stroke: #5c6bf8;
	;
}
.exchange-form .block-box {
	position: relative;
	height: 240px;
   /* background-image: radial-gradient(50px 47px at right, transparent 80px, #14161D 81px);
	*/
	background-image: radial-gradient(80px 80px at right, transparent 40px, #14161D 30px);
	background-color: transparent;
	width: 50%;
	background-position: 10px 0;
	min-height: 240px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 30px 77px 30px 50px;
}
.exchange-form .block-box:before {
	display: block;
	content: "";
	width: 30px;
	height: 100px;
	background: #14161D;
	position: absolute;
	left:0;
	top:0;
	bottom: 0;
	margin: auto;
}
.exchange-form .block-box.block-left-cut:before {
	left:auto;
	right: 0;
}
.exchange-form .block-box.block-left-cut {
	background-image: radial-gradient(80px 80px at left, transparent 40px, #14161D 30px);
	background-position: -10px 0;
}
.exchange-select-box {
	background-color: #14161D;
	-webkit-border-radius: 18px;
	border-radius:18px;
	border: 2px solid #0F1015;
	width: 170px;
	position: absolute;
	right: 0;
	top:0;
}
.select-symbol-item {
	justify-content: center;
	align-items: center;
	display: none;
	font-size: 16px;
	height: 100%;
}
.select-symbol-item.active {
	display: flex;
}
.select-symbol {
	background: #5C6CF9;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto 0;
	left: 24px 
}
.page-content .select2-container {
	width: 100% !important;
}
.popup-box .select2-container {
	width: 100% !important;
}
.select2-search {
	display: none;
}
.exchange-select-box .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.exchange-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #ffffff;
	line-height: 54px;
	font-size: 23px;
	text-transform: uppercase;
	text-align: left;
}
.exchange-select-box .select2-container .select2-selection--single {
	height: auto;
}
.exchange-select-box .select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding: 4px 43px 0 16px;
}
.exchange-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: relative;
}
.select2-container--default .select2-results__option--selected {
	background-color: #14161D;
}
.select2-dropdown {
	background-color: #0F1015;
	border: 1px solid #5C6CF9;
	color: #ffffff;
	line-height: 38px;
	font-size: 23px;
	font-family: 'Noto Sans Georgian Bold';
	text-transform: uppercase;
	text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.select-arrow {
	position: absolute;
	right: 25px;
	top:28px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border:0 
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5C6CF9;
	color: #ffffff;
}
.select2-results__option {
	padding: 7px 30px 7px 27px;
}
.select2-results__option {
   padding: 7px 30px 7px 17px;
}
.exchange-info {
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin-top: 39px;
	font-size: 16px;
	line-height: 20px;
	;
}
.exchange-info-column {
	max-width: 50%;
}
.exchange-info-report {
	color: #5b5c61;
	padding-right: 5px;
}
.exchange-info-item {
	margin-top: 8px;
}
.exchange-info-rate .exchange-info-item {
	margin-top: 22px;
}
.exchange-info-item:first-child{
	margin-top: 0 
}
.exchange-info-rate {
	padding-left: 26px 
}
.exchange-symbol {
	display: block;
}
.exchange-symbol-ic{
	background: #5C6CF9;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	line-height: 36px;
	display: inline-block;
	vertical-align: text-bottom;
	content: "";
	margin-right: 14px;
	text-align: center;
	font-size: 22px;
	font-family: 'inter-regular';
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .exchange-symbol:before {
	background-color: #ffffff;
	color: #5C6CF9;
}
.exchange-block-buttons .btn {
	width: 50%;
	margin-left: 20px;
}
.exchange-block-buttons .btn:first-child {
	margin-left: 0;
}
.exchange-block-buttons {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
/* All Currence Balances Table */
.table.all-current-balances-table th {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.table.all-current-balances-table {
	font-size: 20px;
	line-height: 26px;
}
/* Forms */
input:-webkit-autofill, input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}
input.placeholder, textarea.placeholder {
	color:#8e8e8f;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s 
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #8e8e8f;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s 
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #8e8e8f;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s 
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #8e8e8f;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s 
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #8e8e8f;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s 
}
input:focus.placeholder, textarea:focus.placeholder {
	color: transparent 
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent 
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent 
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent 
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent 
}
.form-radio-box {
	margin-top: 15px;
}
.style-radio, .icheckbox {
	border: 1px solid #20253A;
	cursor: pointer;
	height: 45px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.style-radio.hover, .icheckbox.hover {
	background:#353e93;
	border-color: #5C6CF9;
}
.style-radio.checked, .icheckbox.checked {
	background:#5C6CF9;
	border-color: #5C6CF9;
}
.style-radio.checked.hover, .icheckbox.checked.hover {
	background:#5C6CF9;
	border-color: #5C6CF9;
}
.style-radio:before, .icheckbox:before {
	display: block;
	content: "";
	width: 21px;
	height: 21px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #5C6CF9;
	position: absolute;
	left: 26px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.style-radio.checked:after, .icheckbox.checked:after {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #ffffff;
	position: absolute;
	left: 33px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.style-radio.checked:before, .icheckbox.checked:before {
	border-color: #ffffff;
}
.form-radio {
	position: relative;
}
.form-group-2, .form-group-3, .form-group-4 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form-group-2 .form-radio {
	width: 50%;
	margin-left: 19px;
}
.form-group-2 .form-radio:first-child{
	margin-left: 0;
}
.form-group-3 .form-radio {
	margin-left: 19px;
}
.form-group-3 .form-radio:first-child{
	margin-left: 0;
}
.form-group-4 .form-radio {
	margin-left: 19px;
}
.form-group-4 .form-radio:first-child{
	margin-left: 0;
}
.form-group
{
	width: 100%;
	
}
fieldset {
	display: block;
	border: 0;
	outline: 0;
	border-top: 1px solid #000000;
	padding-top: 15px;
	margin-top: 11px;
}
fieldset:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top:0;
}
.input-style {
	border: 1px solid #20253A;
	line-height: 37px;
	height: 45px;
	padding: 4px 26px 2px;
	color: #ffffff;
	font-size: 14px;
	background: transparent;
	width: 100%;
	display: block;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.error {
	color: #EB5757;
	border-color: #EB5757;
}
.success {
	color: #85B322;
	border-color: #85B322;
}
.head-with-tabs {
	display: flex;
	justify-content: flex-start;
	align-items:baseline;
}
.head-with-tabs .tabs-nav {
	margin-left: 44px;
}
.forms-tabs .tabs-nav li a {
	text-decoration: none;
	color: #5B5C61;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	height: auto;
	line-height: 18px;
	font-size: 16px;
	padding: 0;
	text-align: center;
}
.forms-tabs .tabs-nav li a:hover {
	background-color: transparent;
	color: #8e8e8f 
}
.forms-tabs ul.tabs-nav li.active a {
	background-color: transparent;
	color: #5C6CF9;
}
.forms-tabs ul.tabs-nav li {
	margin-left: 26px;
}
.forms-tabs ul.tabs-nav li:first-child {
	margin-left: 0;
}
.content-form {
	margin: -17px -16px 0 -16px 
}
.clearfix:after, .clearfix:before {
	display: block;
	content: "";
	clear: both;
}
.form-item {
	padding: 17px 14px;
	float: left;
}
.form-size-1 {
	width: 100%;
}
.form-size-2 {
	width: 50%;
}
.form-size-3 {
	width: 33.3%;
}
.form-size-4 {
	width: 25%;
}
.form-size-5 {
	width: 20%;
}
.form-size-6
{
	width: 16.6%;
}
.form-item label{
	padding-left: 26px;
	margin-bottom: 10px;
	color: #6F6F6F;
	font-size: 11px;
	line-height: 16px;
	display: inline-block;
	cursor: pointer;
}
.form-radio label {
	display: block;
	position: absolute;
	padding-left: 0;
	left: 60px;
	top: 0;
	font-size: 13px;
	bottom: 0;
	margin: auto 0;
	line-height: 42px;
	padding-top: 2px;
	color: #ffffff;
	cursor: pointer;
}
.form-size-6.form-item label
{
	margin-right: -20px;
}

.requaired label:before {
	display: inline-block;
	content: "*";
	color: #D82424;
	margin-right: 3px;
	vertical-align: top;
}
.tabs-content .block-box {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}
/* Other Pages */
.page-head-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-green {
	background-color: #85B322;
	border-color: #85B322;
}
.btn-green:hover{
	background-color: #537111;
}
.btn-filter {
	line-height: 12px;
	width: auto;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.inner-page .page-content {
	padding-top: 0;
}
.page-head {
	background: #202342;
	padding: 18px 0;
}
.page-breadcrumb {
	padding-left: 90px;
	line-height: 31px;
	padding-top: 5px;
}
.filter-link-btn {
	padding-right: 70px;
}
.breadcrumb-items {
	list-style: none;
}
.breadcrumb-item {
	display: inline-block;
	margin-left: 3px;
}
.breadcrumb-item:before {
	display: inline-block;
	content: "/";
	margin-right: 3px;
}
.breadcrumb-item:first-child:before {
	display: none;
}
.breadcrumb-item:first-child {
	margin-left: 0;
}
.breadcrumb-item a{
	color: #ffffff;
}
.breadcrumb-item a:hover{
	color: #5C6CF9;
}
.btn-filter svg.close-ic path, .btn-filter svg.close-ic circle {
	stroke:#85B322;
}
.btn-filter .close-ic {
	display: none;
}
.btn-filter-ic {
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.btn-filter-ic .filter-ic {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.btn-filter.open .close-ic {
	display: block;
}
.btn-filter.open .open-ic {
	display: none;
}
.btn-filter.open {
	background: transparent;
	border-color: #85B322;
	color: #85B322;
}
.filter-wrap {
	margin-top: 0px;
}
.filter-box {
	background: rgba(20, 22, 29, 0.8);
	border: 1px solid #7CA629;
}
.filter-wrap.open {
	margin-top: -160px;
}
.page-head.open {
	padding-bottom: 195px 
}
.form-group-4 .form-radio {
	width: 25%;
}
.form-group-3 .form-radio {
	width: 33.3%;
}
.form-group-5 .form-radio {
	width: 20%;
}
.form-group-4 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form-group-4 .form-radio {
	margin-left: 19px;
}
.form-group-4 .form-radio:first-child {
	margin-left: 0;
}
.form-radio-row {
	width: 100%;
	float: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.filter-row-label {
	width: 30%;
	font-size: 20px;
	padding-right: 20px 
}
.form-group-row {
	width: 70%;
}
.filter-form .style-radio.checked {
	background: #85B322;
	border-color: #85B322;
}
.filter-form .style-radio.hover {
	background-color: #537111;
	border-color: #85B322;
}
.filter-form .style-radio:before {
	border-color:#85B322;
}
.filter-form .style-radio.checked:before {
	border-color: #ffffff;
}
.filter-form-row {
	border-top:1px solid rgba(32, 37, 58, 1);
	padding-top:28px;
}
.filter-form-row:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 17px;
}
.form-radio-row {
	padding-bottom: 40px;
}
.filter-box .block-content {
	padding-top: 47px;
	padding-bottom: 52px;
}
.table-ic-link {
	display: inline-block;
	font-size: 0;
	padding: 0 4px 
}
.table-ic-link:first-child{
	margin-left: 0;
}
.table-ic-link:hover svg path{
	stroke: #5c6bf8 
}
.status {
	width: 18px;
	height: 18px;
	display: inline-block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.status.success {
	background: #85B322;
}
.status.pending {
	background: #DA8B2F;
}
.status.faild {
	background: #B32223;
}
.operation-status {
	text-align: center;
}
.head-tables-buts {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head-tables-buts .form-item {
	padding: 0;
	margin: 0 
}
.head-tables {
	padding: 48px 90px 0 88px 
}
.head-tables-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 38px;
}
.head-tables-row:first-child {
	margin-top: 0;
}
.select2-container--style-select-table .select2-dropdown {
	line-height: 20px;
	font-size: 12px;
	font-family: 'Noto Sans Georgian';
}
.select2-container--style-select-form .select2-dropdown {
	line-height: 20px;
	font-size: 14px;
	font-family: 'Noto Sans Georgian';
}
.tables-select {
	position: relative;
}
.select2-container--style-select-table.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #5C6CF9 
}
.form-add-button .btn svg {
	margin-right: 11px;
}
.select2-container--style-select-form .select2-results__option {
	padding: 10px 20px 6px 26px;
}
.select2-container--style-select-table .select2-results__option {
	padding: 10px 10px 6px 10px;
	text-align: center;
}
.tables-select .select2-container .select2-selection--single {
	text-align: right;
}
.tables-select .select2-container .select2-selection--single {
	height: 43px;
	line-height: 43px;
	border:0;
}
.tables-select-ic {
	position: absolute;
	left: 10px;
	top: 10px 
}
.select2-container--style-select-form .select2-results__option.select2-results__option--highlighted {
	background: #353e93 
}
.select2-container--style-select-table .select2-results__option.select2-results__option--highlighted {
	background: #353e93 
}
.tables-select .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 36px;
	padding-right: 0;
}
.head-tables .tables-select .select2-container .select2-selection--single .select2-selection__rendered {
	text-align: left;
	font-size: 14px;
	padding-right: 0 
}
.tables-select .select2-container {
	font-size: 17px;
}
.head-tables-buts .style-radio {
	height: 48px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.table-botttom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #20253A;
	padding-top: 25px;
	margin-top: 14px;
}
.head-tables-buts .form-radio-box {
	width: 510px;
}
.head-tables-buts .form-radio-box .form-radio {
	margin-left: 30px;
}
.head-tables-buts .form-radio-box .form-radio:first-child {
	margin-left: 0;
}
.table-pagination-info {
	color: #6f6f6f;
	padding-left: 40px;
	max-width: 45%;
}
.pagination {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
}
.pagination-item {
	margin-left: 12px;
}
.pagination-item:first-child{
	margin-left: 0;
}
.pagination-link {
	display: block;
	padding: 2px 18px 0px 18px;
	min-width: 46px;
	line-height: 38px;
	border-color: #20253A;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.pagination-item.active .pagination-link {
	background: #5c6bf8;
}
.form-add-button .btn{
	padding: 15px 35px 14px 35px;
	line-height: 17px;
	min-width: 257px;
}
.popup-block {
	position: fixed;
	width: 100%;
	height: 100% ;
	min-height: 100vh;
	background-color: rgba(92, 108, 249, 0.3);
	top: 0;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 50px 
}
.popup-box {
	padding: 72px 52px 50px 50px;
	max-width: 1239px;
	margin: 1.75rem auto;
	position: relative;
}
.popup-close {
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.popup-close:hover svg path {
	fill: #5C6CF9 
}
.popup-title {
	font-size: 26px;
	line-height: 33px;
	border-bottom: 1px solid #20253A;
	padding-bottom:10px;
	padding-left: 26px;
	margin-bottom: 30px;
	font-weight: bold;
}
.form-select .select2-container .select2-selection--single {
	border:1px solid #20253A;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 40px;
	padding-top: 2px;
	height: 45px;
}
.form-select .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 60px;
	padding-left: 26px;
}
.form-select .select2-container--open .select2-selection--single {
	-webkit-border-bottom-left-radius:0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-right-radius:0;
}
.form-select {
	position: relative;
}
.form-select-ic {
	position: absolute;
	right: 29px;
	top: 13px 
}
.btn-poppup {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 0;
	line-height: 43px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.popup-buttons {
	width: 100%;
}
.popup-buttons {
	padding-top: 30px;
	border-top: 1px solid #20253A;
	margin-top: 28px;
	margin: 11px 0 0;
}
.popup-buttons .form-item {
	padding:0;
	padding-left: 34px;
}
.popup-buttons .form-item:first-child {
	padding-left: 0;
}
.tables-box {
	margin-top: 68px;
}
.table td.operation-id, .table th.operation-id {
	padding-left: 39px;
}
.table td.operation-functions, .table th.operation-functions {
	padding-right: 42px;
	text-align: right;
}
.table th.operation-functions {
	padding-right: 60px;
}
.operation-id {
	width: 13%;
}
.operation-date {
	width: 8%;
}
.operation-sender {
	width: 11%;
}
.operation-recipient {
	width: 9%;
}
.operation-currency {
	width: 9%;
}
.operation-amount {
	width: 8%;
}
.operation-sender2 {
	width: 8.5%;
}
.operation-recipient2 {
	width: 7%;
}
.operation-comment {
	width: 9%;
}
.table td.operation-status {
	width: 5%;
	padding-top: 11px;
}
.tables-box .block-content {
	padding-top: 29px;
}
.popup-column-2 {
	width: 50%;
}
.add-internal-reinforcements-table {
	font-size: 18px;
	line-height: 26px;
}
.table.add-internal-reinforcements-table th, .table.add-internal-reinforcements-table td{
	padding-left: 27px;
	padding-right: 27px;
}
.popup-columns .block-title {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #20253A;
}
.popup-columns {
	display: flex;
	justify-content: left;
	align-items: flex-start;
}
.popup-columns .popup-column-2 .popup-form {
	padding-left: 20px;
	padding-right: 0;
}
.popup-columns .popup-column-2:first-child .popup-form {
	padding-right: 20px;
	padding-left: 0;
}
.popup-columns .popup-column-2 .block-title {
	padding-left: 22px;
}
.popup-columns .popup-column-2:first-child .block-title {
	padding-left: 0;
}
.sub-title {
	color: #5C6CF9;
	font-size: 12px;
	line-height: 16px;
	margin-left: 5px 
}
.have-subtitle {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.btn.btn-poppup {
	align-items: center;
}
.btn.btn-poppup svg{
	margin-top: -5px 
}
.popup-print-table {
	padding-top: 30px;
	border-top: 1px solid #20253A;
	margin: 11px 0 0;
}
.only-addbut {
	justify-content: end;
}
/* Users */
.users-page-wrap {
	padding-top: 68px 
}
.user-types {
	width: 50%;
	display: flex;
}
.user-types .form-radio {
	margin-left: 30px;
}
.user-types .form-radio:first-child {
	margin-left:0;
}
.user-type-select .block-title-small {
	padding-left: 24px;
}
.users-add-box {
	padding-top:82px 
}
.users-add-box .block-content {
	padding-top: 0 
}
.users-add-box .style-radio {
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.user-add-group-form .form-radio-box {
	margin-top: 22px;
}
.user-add-group-title {
	border: 1px solid #20253A;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 25px 9px 50px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	cursor: pointer;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.user-add-group-title:hover {
	background-color: #20253A;
}
.user-add-group {
	margin: 20px 12px 0 
}
.user-add-group:first-child {
	margin-top: 0;
}
.user-add-group-title .user-add-group-title-ic {
	position: absolute;
	left:25px;
	top: 13px;
	width: 18px;
	height: 18px;
	display: block;
}
.user-add-group-title .user-add-group-title-ic svg {
	position: absolute;
	left: 0;
	top:0;
	opacity: 0 
}
.user-add-group-form {
	margin-top: 27px;
	border: 1px solid #20253A;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 72px 57px 52px 57px;
	display: none;
}
.user-add-group-title.active-header {
	color: #5C6CF9 
}
.input-date-wrap {
	position: relative;
}
.date-input svg {
	position: absolute;
	top: 13px;
	right: 23px;
	z-index: 1;
}
.input-date-wrap .input-style {
	position: relative;
	z-index: 2;
}
.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-selected:hover, .jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-selected {
	background: #5c6bf8 ;
}
.jquery-datepicker.theme-light .datepicker-box .box-row.row-week .box-cell.cell-today {
	color: #5c6bf8;
}
.toggle-btn{
	width: 46px;
	height: 26px;
	border-radius:30px;
	-webkit-border-radius: 30px;
	display: inline-block;
	position: relative;
	background: #ffffff;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: background-color .40s ease-in-out;
	-moz-transition: background-color .40s ease-in-out;
	-o-transition: background-color .40s ease-in-out;
	transition: background-color .40s ease-in-out;
	cursor:pointer;
}
.dark-mode .toggle-btn{
	background: #5C6CF9;
	border-color:#5C6CF9 
}
.dark-mode .toggle-btn .round-btn{
	left: 22px;
	background: #ffffff;
	border-color:#ffffff ;
}
.toggle-btn .round-btn{
	width: 20px;
	height: 20px;
	background: #5C6CF9 ;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}
.toggle-btn .cb-value{
	position: absolute;
	left:0;
	right:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
	cursor:pointer;
}
.toggle-text {
	position: absolute;
	font-size: 0;
}
.toggle-on {
	color: #5C6CF9 ;
	top: 9px;
	left: 12px;
}
.toggle-off {
	color: currentColor;
	top:10px;
	right:12px;
}
.yes-no-check {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.yes-no-check label {
	font-size: 18px;
	line-height: 26px;
	margin-right: 20px;
	margin-bottom: 0;
	padding: 5px 0 0 0;
	color: #ffffff;
}
.screening-status-left {
	width: 30%;
	text-align: center;
}
.screening-status-left .btn {
	margin: 0 20px;
}
.screening-status-right {
	width: 70%;
	padding-right: 30px;
}
.sceening-status {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 43px;
	border-top: 1px solid #20253A;
	margin-top: 58px;
}
.screening-status-right .form-item {
	padding-top: 0 
}
.area-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 37px;
}
.user-add-group .btn {
	line-height: 26px;
	padding: 11px 35px 7px 35px;
	font-size: 18px 
}
.fileupload-results-name {
	width: 43%;
}
.fileupload-results-type {
	width: 41%;
}
.style-textarea {
	background: transparent;
	border: 1px solid #20253A;
	height: 137px;
	line-height:21px;
	padding: 16px 26px;
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%;
	resize: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.user-add-fromsgroup .page-title {
	margin: 0 14px 0;
	padding-left: 30px;
	font-size: 22px;
}
.version-select {
	margin-bottom: 45px;
	padding-top: 48px;
	border-top: 1px solid #20253A;
	margin-top: 25px;
}
.user-add-groups {
	margin-top: 55px;
}
.physical-person-relationships .form-radio {
	width: 244px;
}
.physical-person-risklevel .form-radio {
	width: 244px;
}
.physical-person-relationships {
	margin-bottom: 26px;
}
.user-add-groups .btn-ic {
	align-items: baseline;
}
.form-table th {
	background-color:#0F1015;
	padding-top: 55px;
}
.form-table td {
	padding:28px 10px 7px 0 
}
.physical-person-profittype {
	width: 23%;
}
.physical-person-profitamount {
	width: 20%;
}
.physical-person-profitsource {
	width: 19%;
}
.physical-person-partprocent {
	width: 20%;
}
.form-table th:last-child, .form-table td:last-child {
	width: 137px;
}
.form-table th:first-child {
	-webkit-border-top-left-radius: 40px;
	border-top-left-radius: 40px;
}
.form-table th:last-child {
	-webkit-border-top-right-radius: 40px;
	border-top-right-radius:40px;
}
.form-table th:first-child, .form-table td:first-child {
	padding-left: 62px;
}
.form-table th:last-child, .form-table td:last-child {
	padding-right: 62px;
}
.form-table-wrap {
	border: 1px solid #0F1015;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
.form-table {
	font-size: 20px;
}
.internal-conversions-table .table th.operation-functions, .internal-conversions-table .table td.operation-functions {
	padding-right: 29px;
}
.internal-conversions-date {
	width: 18%;
}
.internal-conversions-id {
	width: 15%;
}
.internal-conversions-name {
	width: 18% 
}
.internal-conversions-amount {
	width: 24%;
}
.table th.popup-internal-conversions-organization, .table td.popup-internal-conversions-organization {
	padding-left: 40px;
}
.popup-table.table th.operation-functions {
	padding-right: 53px;
}
.popup-table.table td.operation-functions {
	padding-right: 49px;
}
.popup-internal-conversions-organization {
	width: 18.5%;
}
.popup-internal-conversions-purchasedamount {
	width: 15.5%;
}
.popup-internal-conversions-purchasedcurrency {
	width: 15.5%;
}
.popup-internal-conversions-soldamount {
	width: 15.4%;
}
.popup-internal-conversions-slodcurrency {
	width: 12.5%;
}
.convertations-table.table {
	font-size: 10px;
}
.convertations-table.table td.operation-functions, .convertations-table.table th.operation-functions {
	padding-right:0;
	width: 16%;
}
.conversions-date {
	width: 6.5%;
}
.conversions-id {
	width: 5.5%;
}
.conversions-receiptnumber {
	width: 7%;
}
.conversions-profit-currency {
	width: 4%;
}
.conversions-profit-amomunt {
	width: 5%;
}
.conversions-profit-currency {
	width: 3.5%;
}
.conversions-loss-amomunt {
	width: 4%;
}
.conversions-loss-currency {
	width: 3.8%;
}
.conversions-rate {
	width: 4.2%;
}
.conversions-sebrate {
	width: 4.2%;
}
.conversions-clientname {
	width: 8.5%;
}
.conversions-legalform {
	width: 6%;
}
.conversions-cashier {
	width: 4.2%;
}
.conversions-performer {
	width: 6%;
}
.conversions-status {
	width: 3%;
	text-align: center;
}
.conversions-screeningstatus {
	width: 7%;
}
.conversions-legalform {
	width: 6%;
}
.filesupload-input-box {
	height: 45px;
	border: 1px solid #5C6CF9;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}
.filesupload-input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	opacity: 0;
	cursor: pointer;
}
.filesupload-input-label {
	position: absolute;
	right: -1px;
	top: 0;
	width: 510px;
   ;
	height: 44px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius:0;
}
.filesupload-text-filed {
	line-height: 40px;
	width: 100%;
	background: transparent;
	color: #ffffff;
	font-size: 16px;
	padding: 3px 330px 0 26px;
}
.filesupload-wrap {
	margin-top:45px 
}
.fileupload-results-box {
	border: 1px solid #0F1015;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.table.files-results th {
	background-color: #0F1015;
}
.table.files-results th:first-child {
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
}
.table.files-results th:last-child {
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius:20px;
}
.table.files-results th:first-child, .table.files-results td:first-child {
	padding-left: 62px;
}
.table.files-results th:last-child, .table.files-results td:last-child {
	padding-right:62px;
}
.fileupload-results-box {
	margin-top: 48px;
}
.table.files-results td {
	font-size: 18px;
	line-height: 26px;
	padding: 20px 10px 14px 0;
}
.table.files-results th {
	font-size: 14px;
}
.form-submit-btn.btn {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 35px 10px 35px 
}
.user-add-group-title.active-header .user-add-group-title-ic .close-ic {
	opacity: 1;
}
.user-add-group-title.inactive-header .user-add-group-title-ic .open-ic {
	opacity: 1;
}
.form-item label.filesupload-input-label {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	cursor: pointer;
	border: 1px solid #5C6CF9;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	outline: none;
	padding: 10px 35px 10px 35px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	background: #5C6CF9;
	box-sizing: border-box;
	text-transform: uppercase;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.form-item label.filesupload-input-label:hover{
	background: #353e93 
}
.yes-no-check .icheckbox {
	width: 46px;
	height: 26px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	display: inline-block;
	position: relative;
	background: #ffffff;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: background-color .40s ease-in-out;
	-moz-transition: background-color .40s ease-in-out;
	-o-transition: background-color .40s ease-in-out;
	transition: background-color .40s ease-in-out;
	cursor: pointer;
}
.yes-no-check .style-check {
	width: 100%;
	height: 100%;
}
.yes-no-check .icheckbox:before {
	width: 20px;
	height: 20px;
	background: #5C6CF9;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	left: 4px;
	top: 45%;
	margin-top: -10px;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
	display: block;
	content: "";
}
.yes-no-check .icheckbox.checked:before {
	left: 21px;
	background: #ffffff;
	border-color: #ffffff;
}
.yes-no-check .icheckbox.checked {
	background: #5C6CF9;
	border-color: #5C6CF9;
}
.table th.user-id, .table td.user-id {
	padding-left: 40px ;
	width: 13%;
}
.user-name {
	width: 13%;
}
.user-legalform {
	width: 11%;
}
.user-iddata {
	width: 10.5%;
}
.user-residency {
	width: 10.5%;
}
.user-regcountry {
	width: 11%;
}
.user-risklevel {
	width: 10.5%;
}
.table td.table-user-add {
	padding-right: 77px;
	padding-top: 8px 
}
.table-user-add-link:hover svg path {
	stroke: #85B322;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable .exchange-symbol-ic {
	background-color: #ffffff;
	color: #5C6CF9;
   ;
}
.header-nav-item {
	position: relative;
}
.header-nav-submenu-wrap {
	display: block;
	position: absolute;
	left:0;
	top:100%;
	list-style: none;
	color: #ffffff;
	padding-top: 12px;
	z-index: 2 
}
.header-nav-submenu {
	background: #5C6CF9;
	-webkit-border-radius: 12px;
	border-radius:12px;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	width: 224px 
}
.have-child-ic {
	position: absolute;
	top: 20px;
	right: 4px;
}
.header-nav-submenu a{
	color: #ffffff;
	display: block;
	padding: 16px 21px 12px 
}
.header-nav-submenu a:hover {
	background-color: #4e5bcd;
}
.header-nav-submenu-wrap {
	display: none;
}
.have-sub.hovered .btn {
	background: #353e93;
	color: #ffffff;
}
.header-nav-submenu li.active a {
	background-color: #4e5bcd;
}
.header-nav-submenu li {
	margin-top: 1px;
}
.header-nav-submenu li:first-child {
	margin-top: 0px;
}
.fieldset-with-legend {
	border-top:0 
}
.fieldset-with-legend legend{
	border-bottom: 1px solid #000000;
	margin-bottom: 11px;
	padding-left: 40px;
}
.only-button-box .filesupload-input-label {
	width: 100%;
}
/* Login */
.login-wrap {
	background: linear-gradient(180deg, #2e356c 0%, #252a54 100%);
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
}
.login-wrap:before {
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background-color: #13161d;
	position: absolute;
	right:0;
	top: 0;
}
.login-wrap .container {
	width: 1374px;
}
.login-box {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	height: 100%;
	min-height: 500px;
}
.login-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	padding-top: 28vh;
	position: relative;
	padding-right: 84px;
}
.login-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	padding-left:137px;
	padding-top: 28vh;
	position: relative;
}
.login-logo {
	padding-left: 22px;
	margin-bottom: 37px;
}
.form-link {
	font-size: 12px;
	display: inline-block;
	margin-left: 26px;
}
.login-page-title {
	font-size: 52px;
	line-height: 63px;
	margin-bottom: 20px;
}
.login-subtitle {
	font-size:31px;
	line-height: 40px;
	margin-bottom: 10px;
}
.login-title-desc {
	font-size:20px;
	line-height: 26px;
}
.login-bottom-box {
	z-index:2;
	padding-bottom: 10vh;
}
.login-left:before {
	display: block;
	content: "";
	width: 30vh;
	height: 100%;
	min-height: 552px;
	background-color: #25294f;
	position: absolute;
	right: 0;
	top: -30vh;
}
.login-wrap:after {
	display: block;
	content: "";
	width: 50%;
	height: 30vh;
	background-color: #25294f;
	position: absolute;
	left: -30vh;
	bottom: 0;
}
.login-top-box {
	position: relative;
	z-index: 2;
}
.login-socs-item {
	display: inline-block;
	margin-left: 10px 
}
.login-socs-item:first-child {
	margin-left: 0px 
}
.login-socs-lab {
	margin-bottom: 10px;
	font-size: 14px;
}
.copyright {
	font-size: 16px;
	color: #5C6CF9;
	text-align: right;
}
.copyright a{
	color: #ffffff;
}
.copyright a:hover{
	color: #ffffff;
}
.login-bottom-box {
	width: 100%;
	padding-top: 50px;
}
.login-socs-item svg path {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.login-socs-item:hover svg path {
	fill: #5C6CF9;
}
.login-socs-item.facebook:hover svg path {
	fill: #316FF6;
}
.login-socs-item.twitter:hover svg path {
	fill: #1DA1F2;
}
.login-socs-item.instagram:hover svg path {
	fill: #962fbf;
}
.form-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
	font-weight: normal;
	padding-left: 26px;
	margin-top: 10px;
}
.search-wrap {
	height: 48px;
	border: 1px solid #5C6CF9;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 258px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.search-input {
	background: transparent;
	border:0;
	line-height: 46px;
	width: 200px;
	color: #ffffff;
	padding-right: 20px;
}
.search-btn {
	display: flex;
	width: 64px;
	height: 46px;
	background: transparent ;
	border:0;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: 0;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	-webkit-border-top-left-radius: 30px;
	border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-bottom-left-radius:30px;
}
.search-btn svg path {
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.search-btn:hover svg path {
	fill: #5C6CF9 
}
.users-black-table.table td {
	vertical-align: top;
}
.users-black-table.table td.operation-functions, .users-black-table.table th.operation-functions {
	padding-right: 33px;
	padding-top: 11px;
}
.users-black-sysnum {
	width: 9.5%;
}
.users-black-legalstatus {
	width: 11%;
}
.users-black-name {
	width: 10.8%;
}
.users-black-surname {
	width: 10.5%;
}
.jquery-datepicker.is-popup {
	z-index: 999;
}
.users-black-namelat {
	width: 10.5%;
}
.users-black-surnamelat {
	width: 11.5%;
}
.users-black-surnamelat {
	width: 11.5%;
}
.users-black-dateaddtolist {
	width: 9%;
}
.users-black-financinstitution {
	width: 11%;
	padding-right: 20px;
}
.users-black-status {
	width: 7%;
}
.subtitle {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color:#5C6CF9;
	font-weight: normal;
}
.report-currency {
	width: 7.5%;
}
.report-initialbalance {
	width: 7%;
}
.report-buy {
	width: 7%;
}
.report-buy {
	width: 7%;
}
.report-sale {
	width: 7%;
}
.report-otherprofit {
	width:4%;
}
.report-totalprofit {
	width:6.5%;
}
.report-otherloss {
	width:6%;
}
.report-totalloss {
	width: 5%;
}
.report-blockedamount {
	width: 5.2%;
}
.report-availableamount {
	width: 9%;
}
.report-availableamount {
	width: 9%;
}
.report-finalbalance {
	width: 6%;
}
.report-average-buyingrate {
	width: 6%;
}
.report-average-buyingrate {
	width: 6%;
}
.report-average-salerate {
	width: 7.5%;
}
.report-average-salerate {
	width: 7.5%;
}
.report-count-operations {
	width: 8%;
}
.reports-table {
	font-size: 11px;
}
.select-row {
	justify-content: flex-end;
}
.reports-page .tables-box .block-content {
	padding-top: 0;
}
.reports-page .tables-box .table th {
	padding-bottom: 21px;
}
.reports-page .tables-box .table td {
	padding: 20px 10px 22px 0;
}
.reports-page .head-tables-row {
	margin-top: 0 
}




.report-page-content
{
	padding-top: 68px;
}





.report-to-excel
{
text-align: center;
}



.report-to-excel-link
{
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px;


	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.report-to-excel svg
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}


.report-to-excel-link:hover
{
	color: #ffffff;
	background-color: #353e93;
}

.accreports-results-title
{
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 61px;
}



.accreports-results-content
{
	padding-top:17px
}

.results-table-title
{
	font-size: 18px;
	line-height: 21px;;
	padding: 15px 64px 12px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #5C6CF9;
	margin-bottom: 51px;
}

.results-table-box
{
	padding: 0 60px
}


.results-table th
{
	color: #5C6CF9;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	padding: 10px 35px 21px
}


.results-table
{
	font-size: 20px;
	line-height: 26px;
}

.results-table td
{

	padding: 16px 84px 15px 31px;
	
}
.results-table td:first-child{
	width: 20%;
}

.results-table-column:first-child
{
	width: 49%;
}






.results-table-item
{
	margin-top: 82px
}
.results-table-item:first-child
{
	margin-top: 0
}



.accreports-page .head-tables
{
	padding-left:  57px
}

.acc-reports-btn
{
	margin-top: 24px;
}

.accreports-results
{
	margin-top: 23px;
}
.loss-reports-table.results-table td:first-child
{
	width: 29%;
}

.loss-reports-table.results-table td {
    padding: 16px 30px 15px 31px;
}

.objects-cashiers-page-content
{
	padding-top: 68px
}

.table-button-bottom
{
	justify-content: flex-end;
	border-top: 0;
}


.objects-table
{
	font-size: 12px;;
}

.objects-table th
{
	font-size: 14px;;
}



.table-check .style-radio.hover, 
.table-check .icheckbox.hover {
    background: 0;
    border-color: transparent;
}

.table-check .style-radio.checked, 
.table-check .icheckbox.checked {
    background: 0;
    border-color: transparent;
}


.table-check .style-radio,
.table-check .icheckbox {
    border: 0;
    cursor: pointer;
    height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.table-check .style-radio:before, 
.table-check .icheckbox:before
{
	display: none;
}

.table-check .style-radio.checked:after, 
.table-check .icheckbox.checked:after
{
	display: none;
}
.table-check label
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top: 0;
	cursor: pointer;
}
.check-check
{
	position: absolute;
	left: 6px;

	top:6px;

	display: none;
}


.table-check
{
	width: 20px;
	height: 20px;
	position: relative;
	
}
.table-check:hover .check-uncheck
{
opacity: 1;
}


.table-check.checked .check-check, 
.table-check.checked .check-check
{
	display: block;
}


.check-uncheck
{
	opacity: 0.5;
}


.table-check.checked .check-uncheck, 
.table-check.checked .check-uncheck
{
	opacity: 1;
}



.objects-cashiers-page-content .tables-box .block-content
{
	padding-top: 68px
}


.table-checks
{
	width: 8%;
}
.objects-type
{
	width: 13%;
}

.objects-name
{
	width: 14%;
}
.objects-city
{
	width: 9%;
}

.objects-region
{
	width: 16%;
}

.objects-address
{
	width: 15%;
}


.objects-table td {
    padding: 12px 10px 11px 0;
}




.reportsacc-table th
{
	white-space: nowrap;
}


.reportsacc-table th,
.reportsacc-table td
{
	padding-left: 50px;
}

.reportsacc-table th:first-child,
.reportsacc-table td:first-child
{
	padding-left:0;
}




.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
	background: #3B4360;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar
{
	height: 10px;
	margin-top: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer
{
	background: #000000;
	height: 10px;


	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}

.accreports-table-page .accreports-results .head-tables
{
padding: 0
}

.accreports-table-page .accreports-results  .block-content
{
	padding: 0;
	padding-top: 11px;
}


.accreports-table-page .accreports-results  .table th
{
	padding-top:31px ;
	padding-bottom: 26px;
}


.accreports-table-page .accreports-results .tables-box
{
margin:0
}

.accreports-table-page .accreports-results
{
	margin-top:53px
}

.mCSB_horizontal.mCSB_inside > .mCSB_container
{
	margin-bottom: 54px;
}




.with-scroll-table .table-botttom
{
border-color: transparent;
}

.accreports-results .operation-table.table 
{
border-top: 1px solid #20253A;
}


.reportsacc-doubtfulone-clientnum
{
	width: 13.5%;
}




.reportsacc-doubtfulone-id
{
	width: 14.5%;
}

.reportsacc-doubtfulone-name
{
	width: 13%;
}
.reportsacc-doubtfulone-surname
{
	width: 13%;
}

.reportsacc-doubtfulone-amount
{
	width: 12.5%;
}



.reportsacc-doubtfulone-datefrom
{
	width: 13%;
}

.reportsacc-doubtfulone-dateto
{
	width: 12.5%;
}


.reportsacc-doubtfulone-reason
{
text-align: right;
}



.reportsacc-doubtfulone-clientnumid
{
width: 15.5%;
}

.reportsacc-doubtfulone-identification
{
	width: 19%;
}
.reportsacc-doubtfulone-title
{
	width: 16%;
}
.reportsacc-doubtfulone-amounts
{
	width: 14.5%;
}
.reportsacc-doubtfulone-fromdate
{
	width: 15%;
}


.reportsacc-table.table td.operation-functions, .reportsacc-table.table th.operation-functions
{
	padding-right: 60px
}
.table.exchange-table td span.currency-with-flag
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 0;;
}
.table.exchange-table td span.currency-with-flag img
{
	margin-right: 7px;
	width: 27px ;
	height: 27px;

	-webkit-border-radius: 30px;
	border-radius: 30px;
	
}


.search-ininput
{
	position: relative;
	border: 1px solid #20253A;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.search-iininput-ic
{
    position: absolute;
    left: 18px;
    top: 11px;
	z-index: 1;
}

.search-ininput .input-style
{
	padding-left: 50px;
	z-index: 2;
	border: 0;
	position: relative;
}
.legal-entity-residency .form-radio,
.user-entrepreneur-residency .form-radio
{
	margin-top: 15px;
}

.legal-entity-residency .form-radio:first-child,
.user-entrepreneur-residency .form-radio:first-child
{
	margin-top: 0;
}



.legend-center legend
{
	position: relative;
	border:0;
	padding-left: 0;
	width: 74%;

}

.legend-center legend:before
{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom:0;
	width: 100%;
	height: 1px;
	background-color: #20253A;
	margin: auto 0;
}

.legend-center legend span
{
	position: relative;
	display: inline-block;
	background-color: #14161D;
	padding-right: 10px;
}


.fixed-check
{
	display: block;

    padding-left: 95px;
    padding-right: 88px;
}


.short-check-wrap
{
	justify-content: space-between;
	display: flex;
	padding-bottom: 14px;
	align-items: center;
	border-bottom: 1px solid #20253A;
}


.fixed-check.yes-no-check label
{
	font-size: 13px;
}








.legal-entity-user-add-box .sceening-status
{
	margin-top: 22px;
}

.top-fiqtive
{
	margin-top:  -44px;
}

.form-table.form-table-big
{
	font-size: 14px;
}


.form-table.form-table-big th:first-child, .form-table.form-table-big td:first-child
{
	padding-left: 34px;
}

.form-table.form-table-big th:last-child, .form-table.form-table-big td:last-child {
    padding-right: 42px;
}

.table-legal-entity-id,
.table-user-entrepreneur-id
{
	width: 11.2%;
}


.table-legal-entity-name,
.table-user-entrepreneur-name
{
	width: 10.4%;
}
.table-legal-entity-surname,
.table-user-entrepreneur-surname
{
	width: 11.8%;
}
.table-legal-entity-citizenship,
.table-user-entrepreneur-citizenship
{
	width: 11%;
}
.table-legal-entity-dualcitizenship,
.table-user-entrepreneur-dualcitizenship
{
	width: 11%;
}
.table-legal-entity-position,
.table-user-entrepreneur-position
{
	width: 11%;
}
.table-legal-screeningstatus,
.table-user-entrepreneur-screeningstatus
{
	width: 11%;
}

.form-table.form-table-big .operation-functions
{
	width: 13%;
}


.form-table.form-table-big.table th
{
	vertical-align: bottom;
}


.table-legal-entity-fullname
{
	width: 13%;
}

.table-legal-entity-regnum
{
	width: 13%;
}

.table-beneficiares .table-legal-entity-citizenship
{
	width: 13%;
}

.table-beneficiares .table-legal-entity-dualcitizenship
{
	width: 13%;
}


.table-legal-entity-partrate
{
	width: 12%;
}

.table-beneficiares .table-legal-screeningstatus
{
	width: 12.5%;
}

.table-beneficiares
{
	margin-bottom: 76px;
}


.long-check
{
padding-left: 0;
padding-right: 0;
width: auto;
}
.long-check.yes-no-check label
{
	margin-right: 40px;
}


.popup-title-small
{
	font-size: 16px;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
}
.popup-title-withinfo
{
	border-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;

}
.fieldset-gray-border
{
	border-color: #20253A;
}
.owner-fieldset
{
	margin-top: 20px;
}

.form-group-title
{
	font-size: 20px;
	line-height: 26px;
	border-bottom: 1px solid #20253A;
	padding-bottom: 14px;
	padding-left: 30px;
	margin: 0 14px 20px;
}

.form-group-mt
{
	margin-top: 30px
}




.popup-user-profit-table.form-table th:last-child, 
.popup-user-profit-table.form-table td:last-child
{
width: 183px;
}


.form-item-submit
{
	padding-top: 45px;
	height: 45px;
}

.profit-area
{
	padding-toP: 50px
}

.form-group-head
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	width: 100%;
}


.form-item-btn
{
	padding: 8px 35px 8px 35px;
	-webkit-border-radius: 12px;
    border-radius: 12px;
}


.form-buttons
{
	display: flex;
	justify-content: right;
}


.form-buttons .form-item-btn
{
min-width: 208px;
}



.form-sub-form
{
	border-top: 1px solid #20253A;
	margin-top: 17px;
	padding-top: 10px;
}


.form-group-head  .form-title
{
	margin-top: 25px;
	max-width: 75%;font-size: 16px;
}


.requaired.requered-blue label:before
{
	color: #5C6CF9;
}


.form-item-with-br 
{
	border-top: 1px solid #20253A;
	margin-top: 17px;
}
.form-item-bm
{
	margin-bottom: 34px;
}
.buttons-summary
{
	margin-top: 20px;
}



.dashbord-header
{
	padding: 89px 0 89px;
}
.dashbord-header .container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dashboard-created
{
	color: #5C6CF9;
	font-size: 16px;
}
.dashboard-created a
{
	color: #ffffff;
}
.dashboard-created a:hover
{
	color: #85B322;
}

.dashboard-header-logo
{
	display: inline-block;
	font-size: 0;
}

.dashboard-top
{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.dashboard-top .form-item
{
	text-align: center;
}

.dashboard-top .form-item label
{
	padding-left: 0;
}

.dashboard-item-box
{
	background: #252a57;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 42px 230px 20px 42px;
	height: 240px;
	position: relative;
	display: block;
	color: #ffffff;
}
.dashboard-item-box-overflow
{
	overflow: hidden;
	height: 100%;
}

.dashboard-item-svg
{
	position: absolute;
	top: 32px;
	right: 30px;
	opacity: 0.5;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.dashboard-title
{
	text-align: center;
	margin-bottom: 21px;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
}

.dashboard-top .form-item label
{
	margin-bottom: 11px;
}
.dashboard-input
{
	background-color: #181B26;
	border: 1px solid #181B26;
	height: 50px;
	text-align: center;
}


.dashboard-item-title
{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 9px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;


}

.dashboard-content
{
	padding-bottom: 150px;
}
.dashboard-item-address
{
	font-size: 18px;
	line-height: 23px;
}

.dashboard-item .dashboard-item-box 
{
	background: #262a57;
}
.dashboard-item-title,
.dashboard-item-address
{
	opacity: 0.5;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.dashboard-item.active .dashboard-item-box{
	background:#2d336a;
	color: #ffffff;
	opacity: 1;
}
.dashboard-item:hover .dashboard-item-box{
	background:#2d336a;
	color: #ffffff;
	opacity: 1;
}
.dashboard-item:hover .dashboard-item-svg,
.dashboard-item.active .dashboard-item-svg
{
	opacity: 1;
}
.dashboard-item:hover .dashboard-item-address,
.dashboard-item:hover .dashboard-item-title,
.dashboard-item.active .dashboard-item-address,
.dashboard-item.active .dashboard-item-title
{
	opacity: 1;
}



.filter-button {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 0;
	line-height: 43px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn-green-border
{
	border-color: #85B322;
}

.btn-green-border:hover {
    background-color: #537111;
}





.filter-form .form-item label
{
	font-size: 12px;
}






.filter-form  .form-item
{
	padding: 20px 16px;
}







.filter-buttons {
	width: 100%;
}
.filter-buttons {
	padding-top: 24px;
	border-top: 1px solid #20253A;
	margin-top: 28px;
	margin: 28px 0 0;
}
.filter-buttons .form-item {
	padding: 20px 44px;
	padding-left: 34px;
}
.filter-buttons .form-item:first-child {
	padding-left: 17px;
}

.filter-form .form-item:last-child
{
	padding-right: 17px;
}

.filter-form .form-item.free-label
{
	padding-top: 48.4px;
}

.filter-buttons .form-item.form-size-3
{
padding-left: 17px;
padding-right: 17px;
}




.aml-page-wrap
{
	padding-top: 68px;
}



.form-row .btn
{
	width: 100%;
	height: 45px;
}

.matrix-btn-item .btn
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: 67px;
}
.matrix-btn-item
{

	padding: 22px 8px 11px 8px;
}
.matrix-btn-item:first-child{
	padding-left: 14px;
}



.form-item-buttons .form-item 
{
	padding-left: 7px;
	padding-right: 7px;
}


.form-item-buttons .form-item:first-child
{
	padding-left: 14px;
}

.form-item-buttons .form-item:last-child
{
	padding-right: 14px;
}
.form-row-border 
{
	border-top: 1px solid #20253A;

	margin-top: 16px;
}

.matrix-page-title
{
	color: #6F6F6F;

	font-size: 13px;
	line-height: 17px;
}


.matrix-table
{
	border: 1px solid #20253A;
	margin-top: 50px;
}
.matrix-table:first-child
{
	margin-top: 0;
}

.matrix-table tbody tr
{
	border-color: #20253A;
}




.matrix-table tbody td,
.matrix-table tbody th
{
	border-left: 1px solid #20253A;;
}
.matrix-2-col tbody th
{
	padding: 16px 39px;
}
.matrix-table tbody td:first-child,
.matrix-table tbody th:first-child
{
	border-left: 0;
	
}

.table-input
{
	background: transparent;
	border:0;
	padding: 16px 28px;

}
.table-input:disabled
{
	color: #6B6B6B;
}
.matrix-table tbody td.td-changeble
{
	padding: 0;
}

.matrix-2-col td,
.matrix-2-col th
{
	width: 50%;
}
.matrix-5-col td,
.matrix-5-col th
{
	width: 20%;
}

.matrix-6-col td,
.matrix-6-col th
{
	width: 16.6%;
}


.matrix-3-col td,
.matrix-3-col th
{
	width: 33.3%;
}
.matrix-content-head
{
	margin-bottom: 35px;

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

}
.aml-save-btn
{
	width: 247px;
    line-height: 29px;
}
.form-hr
{
	border:0;
	border-top: 1px solid #20253A;
}



.head-aml
{
	padding: 53px 49px 0px 49px;
}

.head-aml .content-form
{
	margin-top: 14px;

}

.filesupload-input-box
{
	width: 100%;
}
.filesdownload-btn
{
	width: 300px;
	position: absolute;
	right:0;
	top: 0;
	height: 45px;
}
.filesupload-input-label
{
	width: 300px;
}


.filesupload-box
{
	position: relative;
	padding-right: 320px;
}


.matrix-btn-item.active .btn{
	background: #5C6CF9;
	}


.table-textarea
{
	height:45px;
	padding: 0;
	background: transparent;
    border: 0;
    padding: 16px 28px 0;
	box-sizing: border-box;
}



.matrix-table thead th,
.matrix-table .thead th,
.matrix-table-withheads th
{
		background: #0F1014;
		border-left: 1px solid #20253A;
		padding-left: 20px;
		padding-right: 20px;
		vertical-align: middle;
		color: #ffffff;
		font-weight: normal;
}

.matrix-table thead th:first-child,
.matrix-table .thead th:first-child,
.matrix-table-withheads th:first-child
{
		border-left: 0;
}
.matrix-table thead tr
{
	 border-top: 1px solid #20253A;
}
.matrix-table thead tr:first-child
{
	 border-top: 0;
}

.matrix-table .thead th[rowspan],
.matrix-table thead th[rowspan]
{
	border-right:1px solid #20253A; ;
}



.popup-alert
{
	background: rgba(92, 108, 249, 0.4)
}



.popup-box-wrap
{
	background: rgba(20, 22, 29, 0.9)
}

.popup-alert .popup-massage {
    padding-right: 38%;
    font-size: 16px;
    line-height: 23px;
}



.popup-alert .popup-box {
	padding: 72px 70px 76px 70px;
	max-width: 100%;
}
.popup-alert .popup-title
{
	font-size: 31px;
	font-weight: bold;
}

.alert-buttons {
    margin-top: 66px;
	display: flex;
	justify-content: flex-end;
}

.alert-buttons .btn {
    width: auto;
}


.popup-invoice .popup-title
{
	padding-left: 47px;
	margin-bottom: 46px;
}
.popup-invoice-table .table
{
	font-size: 20px;
}
.popup-invoice-table .table th
{
	font-size: 14px;
}
.popup-invoice-table .table td
{
	padding: 25px 10px 20px 0
}

.popup-invoice-date
{
	width: 28%;
}
.popup-invoice-month
{
	width: 20%;
}
.popup-invoice-amount
{
	width: 22%;
}

.popup-invoice-table .popup-table.table th.operation-functions {
    padding-right: 24px;
}

.popup-invoice .alert-buttons {
    margin-top: 57px;
}
.popup-invoice .alert-buttons .btn {
   min-width: 175px;
} 

.popup-invoice-table .table td.table-user-add {
    padding-right: 77px;
    padding-top: 19px;
    padding-bottom: 10px;
}

.popup-alert.popup-invoice > .popup-box {
    padding: 14px 70px 76px 70px;
    max-width: 1563px;
}

.popup-alert.popup-invoice .popup-box .popup-box {
    padding: 50px 44px 68px 58px;
    max-width: 1563px;
}

.popup-invoice-table .popup-table.table th.operation-functions
{
	padding-right: 0;
}
.popup-invoice-table .popup-table.table td.operation-functions
{
	padding-right: 29px;
}
.popup-alert.popup-invoice
{
/*background-color: #2d2d35;*/
}



.popup-invoice .popup-box .popup-box .popup-title
{
	font-size: 30px;
	padding-left: 41px;
}
.popup-alert.popup-invoice .popup-box .popup-box
{
	background: #0f1015;
}

.invoice-table th
{
	background: #13161d
}

.popup-invoice-table .invoice-table.table th:first-child,
.popup-invoice-table .invoice-table.table td:first-child{
	padding-left: 41px;
}

.popup-invoice-table .invoice-table.table th.operation-functions,
.popup-invoice-table .invoice-table.table td.operation-functions
{
	padding-right: 41px;
}

.popup-invoice-table tr{
border-color: #08090B;
}

.popup-invoice-inner .popup-invoice-table
{
	border-bottom:1px solid #20253A;
	padding-bottom: 50px;
}


.invoice-info-box
{
	border: 1px solid #20253A;
	padding: 47px 69px 47px 54px;
	margin-top: 60px;
}


.invoice-info-box-head
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 58px;
}

.invoice-info-box-title
{
font-size: 30px;
line-height: 40px;
font-weight: bold;
}


.invoice-info-content
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.invoice-left
{
	max-width: 50%;
	line-height: 20px;
	font-size: 16px;
}

.invoice-right
{
	max-width: 50%;
	padding-top: 95px;
}


.invoice-ovner-name
{
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 15px;
}


.invoice-requisites
{
	margin-bottom: 50px;
}




.invoice-id
{
	font-size: 18px;
	line-height: 24px;
}

.invoice-date
{
	font-size: 18px;
	line-height: 24px;
}

.invoice-sum
{font-size: 20px;
	line-height: 26px;
	margin-top: 51px;
}

.invoice-amount
{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}

.invoice-amount
{
	margin-top:8px
}

.invoice-amount-table
{
	margin-top: 61px
}

.popup-invoice-amount-count
{
	width: 27%;
}

.popup-invoice-amount-desc
{
	width: 37.5%;
}
.popup-invoice-amount-unitprice
{
	width: 22.5%;
}

.popup-invoice-inner .popup-invoice-table .invoice-table.table td.operation-functions {
    padding-right: 76px;
}

.popup-alert.popup-invoice.popup-invoice-inner .popup-box .popup-box {
    padding: 70px 44px 68px 58px;
}

.popup-alert.popup-invoice.popup-invoice-inner .table th {
    padding: 29px 10px 26px 0;
}
.popup-alert.popup-invoice.popup-invoice-inner .table th:first-child
{
	padding-left: 41px;
}
.popup-invoice-inner .popup-invoice-table .invoice-table.table td.operation-functions
{
	padding-right: 76px;
}

.popup-invoice-table tfoot tr
{
	border-top: 1px solid #08090B;
}

.popup-invoice-table tfoot td
{
	font-weight: bold;
}


.invoice-summary
{    text-align: right;
    font-size: 23px;
    line-height: 31px;
    margin-top: 35px;
    margin-right: -22px;
}


.invoice-comment
{
	font-size: 14px;
	line-height: 18px;
	margin-top: 51px;
}


.popup-invoice.popup-invoice-inner .popup-title {
    margin-bottom: 39px;
}

.popup-invoice.popup-invoice-inner .invoice-table.table th:last-child
{
    padding-right: 41px;
}

.invoice-amount-table
{
	padding-bottom: 0;
}

.popup-invoice-amount-sum
{
	padding-right: 10px
}

.invoice-amount-table .table td {
    padding: 30px 10px 17px 0;
}


.manage-page .head-tables
{
	padding-left: 48px;
}
.manage-page .tables-box .block-content
{
	padding-top: 34px;
}

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


.manage-page .block-content
{
	display: flex;
	justify-content: space-between;
	align-items:flex-start
}
.block-content-left
{
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	padding-right: 55px;
}


.current-courses-table
{
	width: 66%;
	padding-left: 41px
}

.currencies-table-title
{
	line-height: 37px;
	font-size: 19px;
}

.working-currencies-table
{
	width: 33.5%;
}
.currencies-add-but .btn
{
	min-width: 158px;
	padding: 11px 18px 9px 11px;
    font-size: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	
}

.manage-page .block-title
{
	letter-spacing: 2px;
}
.currency-manage-tables
{	display: flex;
	justify-content: space-between;
	align-items:flex-start
	
}

.currency-manage-tables .table td.operation-functions
{
	padding-right: 28px;
}



.manage-page .matrix-table
{
	margin-top: 20px;
}


.manage-page .matrix-table.table th {
    padding: 9px 10px 10px 10px;
}


.currencies-table-currency
{
	width: 26%;

}
th.currencies-table-currency
{
	text-align: center;
}
.currencies-table-title
{
	text-align: left;
}
.currencies-table-title
{
	width: 53%;
}
.currencies-table-title .table-input
{
	padding-left: 10px;
	padding-right: 10px;
}
.current-courses-table .table-input
{
	padding: 27px 14px;
}
.working-currencies-table .table th.operation-functions
{
	padding-right: 25px;
}

.working-currencies-table .table td.operation-functions
{
	padding-right: 34px;
}

.current-courses-filials
{
	width: 45%;
}

.current-courses-currency
{
	width: 18%;
}

.current-courses-buy
{
	width: 19%;
}





.currencies-manageg-alert
{
	color: #ffffff;
	background: #5C6CF9;

	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 27px 35px 33px 35px;
	margin-top: 21px
}
.currencies-manageg-alert:first-child
{	margin-top: 0

}

.alert-title
{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}
.alert-text
{
    font-size: 12px;
    line-height: 16px;
}

.block-content-right
{
    width: 340px;
	padding-top: 61px;
}



.currencies-filter
{
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 24px 27px 32px 27px;
	border:1px solid #20253A;
	margin-bottom: 42px;
}

.currencies-filter-item
{
	margin-top: 29px;
}
.currencies-filter-item:first-child
{
	margin-top: 0;
}

.currencies-filter-item label{
	margin-bottom: 7px;
	display: inline-block;
	color: #6F6F6F;
	font-size: 12px;
	padding-left: 13px;
}

.currencies-filter-btn
{
	margin-toP: 74px
}
.currencies-filter-btn .btn
{
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 13px;
}

.manage-page .form-select .select2-container .select2-selection--single .select2-selection__rendered
{
	
	font-size: 15px;
}
.currencies-filter-item.yes-no-check label
{
	font-size: 14px;
	color: #ffffff;
}


.manage-page .yes-no-check .icheckbox:before
{
	top: 48%;
}



.working-currencies-table .matrix-table tbody td, 
.working-currencies-table .matrix-table tbody th,
.working-currencies-table .matrix-table thead th, 
.working-currencies-table .matrix-table .thead th, 
.working-currencies-table .matrix-table-withheads th
{
	border-left: 0;
}





@media(max-width:1700px) {
	.currencies-table-title {
		line-height: 37px;
		font-size: 16px;
	}
}

@media(max-width:1600px) {
	.block-content-left
	{
		padding-right: 25px;
	}
	.current-courses-table
	{
		padding-left: 25px;
		width: 60%;
	}
	.working-currencies-table {
		width: 40%;
	}
}

@media(min-width:1750px) {
	.popup-alert .popup-box {
		padding: 72px 0 76px 214px;
		max-width: 1657px;
	}
}






@media(max-height:950px) {
	.login-top-box {
		padding-bottom: 10vh;
   }
	.login-bottom-box {
		padding-bottom: 5vh;
   }
	.login-right {
		padding-top: 50px 
   }
	.login-right {
		justify-content: flex-end;
   }
}
@media(max-height:720px) {
	.login-top-box {
		padding-bottom: 5vh;
   }
}
