.content {
	width: 57.55vw;/*1105px*/
}

.content-section {
	background-color: #303136;
	border-radius: 41px;
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
}
.content-section h2 {
	line-height: 47px;
	margin: 26px 64px;
	font-size: 32px;
	font-weight: bold;
}
.user-personal-information-wrap {
	width: 455px;
	margin-right: 234px;
	line-height: 70px;
}
.user-personal-information-wrap h4 {
	line-height: 37px;
	font-size: 25px;
	font-weight: 500;
	margin: 0 10px 10px 10px;
}
.user-personal-information-wrap .user-info-item {
	width: auto;
	background-color: #3f4147;
	border: 2px solid #61636A;
	border-radius: 35px;
	padding: 0 28px;
	font-size: 1.09vw;
	margin-bottom: 34px;
}
.user-documents-wrap {
	width: 51.31vw;
    margin: 46px auto 86px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.user-documents-item {
	width: 16.511vw;
	background-color: #3F4147;
	border-radius: 37px;
	margin-top: 17px;
}
.user-documents-item .item-title {
	font-size: 1.45vw;
	text-align: right;
	margin: 32px 2.3vw 12px 2.3vw;
	line-height: 41px;
}
.user-documents-item .item-description {
	font-size: 1.09vw;
    text-align: right;
    margin: 0 2.3vw;
    height: 31px;
    font-weight: 300;
    line-height: 31px;
}
.user-documents-item .item-link {
	color: #fff;
    display: block;
    font-size: 1.09vw;
    text-align: right;
    background-image: url(../img/icon-subtract.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 43px;
    background-size: 28px 28px;
    margin: 12px 2.3vw 39px 2.3vw;
    line-height: 28px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}
.user-documents-item .item-link:hover {
    background-image: url(../img/icon-subtract-active.png);
}
.user-contract-wrap {
	width: 51.31vw;
    margin: 41px auto 72px;
}
.user-contract-wrap h5 {
	font-size: 25px;
	text-align: right;
	margin: 0;
	line-height: 41px;
	font-weight: 500;
}
.user-contract-wrap .user-contract-item {
	/*background-color: #3F4147;
	border: 3px solid #3F4147;
	border-radius: 12px;
	height: 53px;
	line-height: 53px;*/
	margin-bottom: 21px;
}
.user-contract-wrap .user-contract-item:hover {
	/*border: 3px solid #61636A;*/
}
.user-contract-wrap .user-contract-item a {
	color: #fff;
	text-decoration: none;
	margin: 0 18px;
}
.user-contract-doc {
	width: 48.9vw;
    height: 59px;
    background-color: #3F4147;
    border-radius: 12px;
	border: 3px solid #3F4147;
    line-height: 59px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.user-contract-doc:hover {
	border: 3px solid #61636A;
}
.user-contract-doc span{
	font-size: 1.09vw;
	color: #fff;
	text-decoration: none;
	line-height: 59px;
	display: block;
	font-weight: 300;
	max-width: 95%;
}
.user-contract-doc a {
	width: 24px;
	height: 24px;
	display: block;
	background-image: url(../img/ArrowLineDown.png);
}
.user-contract-doc a:hover {
	background-image: url(../img/ArrowLineDownBlack.png);
}


/*  start home tab  */
.user-yield-information-wrap {
	width: 51.31vw;
    margin: 46px auto 86px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.user-yield-information-item {
	width: 16.511vw;
	background-color: #3F4147;
	border-radius: 37px;
	margin-top: 17px;
}
.user-yield-information-item .item-title {
	font-size: 40px;
    text-align: right;
    margin: 32px 2.3vw 9px 2.3vw;
    line-height: 41px;
}
.user-yield-information-item .item-description {
	font-size: 1.09vw;
    text-align: right;
    margin: 0px 2.3vw 14px 2.3vw;
    line-height: 23px;
    font-weight: 300;
	min-height: 46px;
}

.user-data-deposits-wrap {
}
.user-data-deposits-wrap .div-table {
	display: table;
	width: 50.8vw;
	margin: 0 auto 54px;
}
.user-data-deposits-wrap .div-row {
	display: table-row;
}
.user-data-deposits-wrap .div-header {
	display: table-header-group;
}
.user-data-deposits-wrap .div-cell {
	display: table-cell;
	font-size: 18px;
	text-align: right;
	font-weight: 500;
	line-height: 21px;
	padding-bottom: 26px;
	padding-top: 22px;
}
.user-data-deposits-wrap .div-row .div-cell{
	border-bottom: 1px solid #BABABA;
}
.user-data-deposits-wrap .div-row .div-cell:nth-child(1),
.user-data-deposits-wrap .div-header .div-cell:nth-child(1) {
	width: 12.4vw;
}
.user-data-deposits-wrap .div-row .div-cell:nth-child(2),
.user-data-deposits-wrap .div-header .div-cell:nth-child(2) {
	width: 7.8vw;
}
.user-data-deposits-wrap .div-row .div-cell:nth-child(3),
.user-data-deposits-wrap .div-header .div-cell:nth-child(3) {
	width: 8.3vw;
}
.user-data-deposits-wrap .div-row .div-cell:nth-child(4),
.user-data-deposits-wrap .div-header .div-cell:nth-child(4) {
	width: 8.3vw;
}
.user-data-deposits-wrap .div-row .div-cell:nth-child(5),
.user-data-deposits-wrap .div-header .div-cell:nth-child(5) {
	width: 9.1vw;
}
.user-data-deposits-wrap .div-row .div-cell:nth-child(6),
.user-data-deposits-wrap .div-header .div-cell:nth-child(6) {
	width: 4.7vw;
}
.user-data-deposits-wrap .div-cell-title {
	font-size: 15px;
	text-align: right;
	color: #657C91;
	font-weight: 400;
	line-height: 13px;
}
.growth {
	color: #218F8B;
	direction: ltr;
}
.decline {
	color: #ED1A3B;
	direction: ltr;
}
/*  end home tab  */


/*  start yield-certificates tab  */
.user-yield-certificates-wrap-scroll {
	direction: ltr;
    overflow-y: auto;
    max-height: 753px;
    margin-right: 30px;
	margin-bottom: 30px;
}
.user-yield-certificates-wrap {
	width: 51.3vw;
    margin: 0 10px 21px auto;
    direction: rtl;
}
.user-yield-certificates-item {
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.09vw;
	margin-bottom: 21px;
}
.yield-certificates-report {
	width: 7.1vw;
	height: 59px;
	background-color: #3F4147;
	border-radius: 12px;
	border: 3px solid #3F4147;
	text-align: center;
}
.yield-certificates-doc {
	width: 40.6vw;
    height: 59px;
    background-color: #3F4147;
    border-radius: 12px;
	border: 3px solid #3F4147;
    line-height: 59px;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.yield-certificates-report:hover,
.yield-certificates-doc:hover {
	border: 3px solid #61636A;
}
.yield-certificates-report a,
.yield-certificates-doc span {
	font-size: 1.09vw;
	color: #fff;
	text-decoration: none;
	line-height: 59px;
	display: block;
	font-weight: 300;
}
.yield-certificates-doc span {
	max-width: 95%;
}
.yield-certificates-doc a {
	width: 24px;
	height: 24px;
	display: block;
	background-image: url(../img/ArrowLineDown.png);
}

.yield-certificates-doc a:hover {
	background-image: url(../img/ArrowLineDownBlack.png);
}
/*  end yield-certificates tab  */
/*  start deposit-certificates tab  */

.user-deposit-certificates-wrap {
	width: 51.31vw;
    margin: 41px auto 72px;
}
.user-deposit-certificates-item {
	/*background-color: #3F4147;
    border: 3px solid #3F4147;
    border-radius: 12px;
    height: 53px;
    line-height: 53px;*/
	margin-bottom: 21px;

}
.deposit-certificates-doc {
	width: 48.9vw;
    height: 59px;
    background-color: #3F4147;
    border-radius: 12px;
	border: 3px solid #3F4147;
    line-height: 59px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.deposit-certificates-doc:hover {
	border: 3px solid #61636A;
}
.deposit-certificates-doc span{
	font-size: 1.09vw;
	color: #fff;
	text-decoration: none;
	line-height: 59px;
	display: block;
	font-weight: 300;
	max-width: 95%;
}
.deposit-certificates-doc a {
	width: 24px;
	height: 24px;
	display: block;
	background-image: url(../img/ArrowLineDown.png);
}
.deposit-certificates-doc a:hover {
	background-image: url(../img/ArrowLineDownBlack.png);
}
/*  end deposit-certificates tab  */
/*  start manager reporting Page */
.user-reporting-page-wrap {
}
.user-reporting-page-item {
	margin: 48px 64px 25px;
}
.user-reporting-page-item .pdf-title {
	line-height: 35px;
	margin: 0;
	font-size: 25px;
	font-weight: bold;
}
.user-reporting-page-item .button {
	margin: 19px 0 0 22px;
	font-size: 1.09vw;
	font-weight: 500;
	line-height: 29px;
	padding: 10px;
	background-color: #56575B;
	border-radius: 9px;
	display: inline-block;
	min-width: 171px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.user-reporting-page-item .button:hover {
	background-color: #27282B;
}
/*  end manager reporting Page  */
/*  start manager Users List */
.user-users-list-wrap {
}
.user-users-list-search-container {
}
.user-users-list-search-container form {
	width: 50.8vw;
	margin: 0 auto 54px;
	border-radius: 28px;
	background-color: #3F4147;
	position: relative;
	height: 59px;
}
.user-users-list-search-container form input {
	line-height: 59px;
	height: 59px;
	width: 90%;
	border-width: 0;
	padding: 0 2.5% 0 7.5%;
	margin: 0;
	background: transparent;
	color: #fff;
	font-size: 21px;
	float: right;
}
.user-users-list-search-container form input::placeholder {
    opacity: 1;
    color: #fff;
}
.user-users-list-search-container form button {
	height: 59px;
	width: 8%;
	background-color: transparent;
	background-image: url(../img/icons/icon_search-white.svg);
	border: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
}
.user-users-list-search-container form button:hover {
	background-image: url(../img/icons/icon_search-black.svg);
}
.user-users-list-search-container form button:focus {
	background-image: url(../img/icons/icon_search-grey.svg);
}
textarea:focus,
input:focus,
button:focus {
    outline: none;
}

.ui-widget.ui-widget-content {
	border-radius: 10px;
	background-color: #3F4147;
	border: 2px solid #303136;
}
.ui-widget.ui-widget-content li{
	color: #fff;
	font-size: 17px;
	line-height: 28px;
}

.div-table-scroll-container {
	margin: 0 auto 54px;
	max-height: 496px;
	width: 50.8vw;
	overflow-y: auto;
	overflow-x: hidden;
	direction: ltr;
}
.user-users-list-wrap .div-table {
	display: table;
	width: 50.8vw;
	/*margin: 0 auto 54px;*/
	background-color: #3F4147;
	border-radius: 10px;
	overflow: hidden;
	direction: rtl;
}
.user-users-list-wrap .div-row {
	display: table-row;
}
.user-users-list-wrap .div-row.hide-row {
	display: none;
}
.user-users-list-wrap .div-header {
	display: table-header-group;
	text-align: center;
	background-color: #27282B;
}

.user-users-list-wrap .div-header .div-cell {
	padding-top: 29px;
	padding-bottom: 32px;
}
.user-users-list-wrap .div-row .div-cell {
	padding-bottom: 30px;
	padding-top: 30px;
	white-space: nowrap;
}
.user-users-list-wrap .div-row .div-cell:first-child,
.user-users-list-wrap .div-header .div-cell:first-child {
	padding-right: 1.5vw;
}
.user-users-list-wrap .div-row .div-cell:first-child span,
.user-users-list-wrap .div-header .div-cell:first-child span {
	padding-right: 0;
}
.user-users-list-wrap .div-row .div-cell span,
.user-users-list-wrap .div-header .div-cell span {
	padding-left: 0.5vw;
	padding-right: 0.5vw;
	display: block;
}


.user-users-list-wrap .div-row .div-cell,
.user-users-list-wrap .div-header .div-cell {
	width: 5.13vw;	
	display: table-cell;
	font-size: 0.7vw;
	text-align: right;
	font-weight: 500;
	line-height: 21px;
}
.user-users-list-wrap .div-row .bordered{
	border-bottom: 1px solid #BABABA;
}
.user-users-list-wrap .div-row:last-child .bordered{
	border-bottom: none;
}
.user-users-list-wrap .div-cell-title {
	font-size: 0.75vw;
	text-align: right;
	color: #fff;
	font-weight: 400;
	line-height: 13px;
}
.check-user {
	width: 120px;
	height: 37px;
	border-radius: 9px;
	background-color: #56575B;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	color: #fff;
}
.check-user:hover {

	background-color: #27282B;/*ED1A3B*//*27282B*//*56575B*/
}
.user-users-list-wrap .div-row .div-cell:nth-child(1),
.user-users-list-wrap .div-header .div-cell:nth-child(1) {

}
.user-users-list-wrap .div-row .div-cell:nth-child(2),
.user-users-list-wrap .div-header .div-cell:nth-child(2) {

}
.user-users-list-wrap .div-row .div-cell:nth-child(3),
.user-users-list-wrap .div-header .div-cell:nth-child(3) {

}
.user-users-list-wrap .div-row .div-cell:nth-child(4),
.user-users-list-wrap .div-header .div-cell:nth-child(4) {

}
.user-users-list-wrap .div-row .div-cell:nth-child(5),
.user-users-list-wrap .div-header .div-cell:nth-child(5) {

}
.user-users-list-wrap .div-row .div-cell:nth-child(6),
.user-users-list-wrap .div-header .div-cell:nth-child(6) {

}
.user-users-list-wrap .div-row .div-cell:nth-child(7),
.user-users-list-wrap .div-header .div-cell:nth-child(7) {

}
.user-users-list-wrap .div-row .div-cell:nth-child(8),
.user-users-list-wrap .div-header .div-cell:nth-child(8) {

}
.user-users-list-wrap .div-row .div-cell:nth-child(9),
.user-users-list-wrap .div-header .div-cell:nth-child(9) {

}
/*  end manager Users List  */

/*  Manager info page  */

.info-general-fund-date-wrap {
	width: 365px;
	margin: 0 auto 48px;
}
.general-fund-date-line-wrap {
	border-bottom: 1px solid #BABABA;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}
.general-fund-date-item {
	width: 50%;
	height: 57px;
	line-height: 21px;
	display: flex;
	align-items: center;
}
.general-fund-date-item:first-child {
	justify-content: right;
	font-size: 21px;
	font-weight: bold;
}
.general-fund-date-item:last-child {
	justify-content: center;
	font-size: 18px;
	font-weight: 400;
}

.general-fund-date-table-wrap {
	width: 920px;
	margin: 62px auto 72px;
}
.general-table {
}
.general-table-header {
	overflow: hidden;
	background-color: #27282B;
	padding: 0 3%;
}
.general-table-row {
	overflow: hidden;
	background-color: #3F4147;
	padding: 0 3%;
	
}
.general-table-row .general-table-cell {
	border-bottom: 1px solid #BABABA;
}
.general-table-row:last-child .general-table-cell {
	border-bottom: none;
}
.general-table-cell {
	height: 30px;
	float: right;
	font-size: 16px;
	min-height: 93px;
	display: flex;
	align-items: center;
}

.general-table-cell:nth-child(1) {
	width: 14%;
}
.general-table-cell:nth-child(2) {
	width: 14%;
}
.general-table-cell:nth-child(3) {
	width: 14%;
}
.general-table-cell:nth-child(4) {
	width: 10%;
}
.general-table-cell:nth-child(5) {
	width: 20%;
}
.general-table-cell:nth-child(6) {
	width: 14%;
}
.general-table-cell:nth-child(7) {
	width: 14%;
}


/*  end Manager info page  */


/* Chart block styles */

.user-yield-chart-wrap{
	display: flex;
	margin: 37px 43px 86px;
}
.chart-left-column{
	display: flex;
	flex-direction: column;
}
.chart-right-column{

}
.first-dropdown-row{
	display: flex;
	z-index: 1;
}
.third-dropdown-row{
	display: flex;
	height: 100%;
	align-items: end;
}
.third-dropdown-row div{
	margin-left: 40px;
}
.third-dropdown-row span{
	color: #fff;
}
.third-dropdown-row span:before{
	width: 50px;
	height: 3px;
	content: "";
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.third-dropdown-row .option-1 span:before{
	background-color: teal;
}
.third-dropdown-row .option-2 span:before{
	background-color: #fff;
}
.third-dropdown-row .option-2{
	display: none;
}
.select-year.is-active .select__body,
.select-year-in.is-active .select__body,
.select-compare.is-active .select__body,
.select-year-to.is-active .select__body{
	display: block;
}
.select-year.is-active,
.select-year-in.is-active,
.select-year-to.is-active,
.select-compare.is-active{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.select__header__year,
.select__header__year-in,
.select__header__year-to,
.select__header__year-compare{
	cursor: pointer;
	display: flex;
}
.select__current__year,
.select__current__year-in,
.select__current__year-to,
.select__current__year-compare{
	flex-grow: 1;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 25px 8px 0;
}
.select__body {
	width: 120px;
	display: none;
	position: absolute;
	background-color: #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.last {
	border-bottom: 0px!important;
}
.select__icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	height: 40px;
	margin-left: auto;
	text-align: center;
	width: 40px;
}
.select__item__year,
.select__item__year-in,
.select__item__year-to,
.select__item__year-compare{

}
.select__item__year span,
.select__item__year-in span,
.select__item__year-to span,
.select__item__year-compare span{
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0px;
	margin: 0 25px;
	border-bottom: 1px solid #cecece;
}
.select-year,
.select-year-in,
.select-year-to,
.select-compare{
	border-radius: 5px;
	margin-left: 20px;
	background-color: #57585b;
}
.select-year,
.select-year-in,
.select-year-to{
	width: 120px;
}
.select-compare{
	width: 240px;
	position: relative;
	margin-top: 30px;
}
.select-compare .select__body{
	width: 100%;
}
.select-year:hover,
.select-year-in:hover,
.select-year-to:hover,
.select-compare:hover{
	background-color: #ED1A3B;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.select__item__year:hover,
.select__item__year-in:hover,
.select__item__year-to:hover,
.select__item__year-compare:hover{
	background-color: #57585b;
}

/* end chart styles */
@media (min-width: 768px) {

}
@media (max-width: 767px) {

}
