.new-account-holder{
	border: none;
	padding-bottom: 0px;
}
.new-account-btm-area{
	padding-top: 0px;
}
.new-account-btm-area .account-side{
	padding-top: 0px;
}
.account-area-first{
	position: relative;
		margin-bottom: 75px;
}
.account-area-first:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
		height: calc(100% + 120px);
	top: -87px;

	background: #fdbc65;
	
	background: -moz-linear-gradient(left, #fdbc65 0%, #fb676c 100%);
	
	background: -webkit-linear-gradient(left, #fdbc65 0%, #fb676c 100%);
	
	background: linear-gradient(to right, #fdbc65 0%, #fb676c 100%);
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdbc65', endColorstr='#fb676c', GradientType=1);
	
	z-index: -1;
}
.account-area {
	padding: 61px 0 0;
}

.account-area .container {
	max-width: 1096px;
}

.account-area-holder {
	border-bottom: 1px solid #e5e7f1;
	display: flex;
	padding: 0 0 70px;
}

.account-side {
	max-width: 190px;
	width: 18%;
	padding: 44px 0 25px 4px;
}

.account-side .btn-hold a.btn {
	padding: 10px 37px;
}

.account-side .holder {
	min-height: 308px;
}

.last-activity h2 {
	margin: 0 0 24px;
	font-size: 20px;
	line-height: 1.2;
}

.account-side-lst {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

.account-side-lst li {
	padding: 0 0 18px;
}

.account-side-lst a {
	color: #fff;
	text-decoration: none;
}

.account-side-lst .active a,
.account-side-lst a:hover {
	color: #000;
}

.account-main {
	max-width: 850px;
	width: 80%;
	margin: 0 0 0 auto;
	background: #fff;
	border-radius: 6px;
}

.account-main-holder {
	padding: 44px 48px;
}
.btn.decor {
    border-color: #424575;
    color: #424575;
    background: none;
}

.btn.decor:hover {
    background: #424575;
    color: #fff;
}

.btn.decor.white {
    border-color: #fff;
    color: #fff;
}

.btn.decor.white:hover {
    background: #fff;
    color: #000;
}
.inform-data {
    margin: 0 0 19px;
}

.inform-data.documents {
    margin: 0 0 29px;
    overflow-x: visible;
}

.inform-data .doc-txt {
    display: inline-block;
    vertical-align: top;
    background: url(../img/doc.svg) no-repeat -5px -6px;
    padding: 0 0 0 30px;
}

.inform-data tr:hover .doc-txt {
    background-image: url(../img/doc-blue.svg);
    font-weight: bold;
}

.inform-data table {
    width: 100%;
}

.inform-data tr:nth-child(2) td {
    /* padding-top: 25px; */
}

.inform-data th {
    padding: 4px 9px;
    background: #f2f3f7;
    color: #212727;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.inform-data td:nth-child(2),
.inform-data th:nth-child(2),
.inform-data th:nth-child(4) {
    text-align: center;
}

.inform-data.documents td:nth-child(2),
.inform-data.documents th:nth-child(2) {
    text-align: left;
}

.inform-data.documents td:nth-child(1),
.inform-data.documents th:nth-child(1) {
    width: 51%;
}

.inform-data tr:nth-child(2) td:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    /* height: 12px; */
    top: 0;
    left: 0;
}

.inform-data.documents td:nth-child(2),
.inform-data.documents th:nth-child(2) {
    width: 27%;
}

.inform-data th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.inform-data th:nth-child(1),
.inform-data td:nth-child(1) {
    padding-right: 20px;
}

.inform-data th:nth-child(2),
.inform-data td:nth-child(2) {
    width: 15%;
}

.inform-data th:nth-child(3),
.inform-data td:nth-child(3) {
    padding-left: 30px;
    width: 30%;
}

.inform-data th:nth-child(4),
.inform-data td:nth-child(4) {
    padding-right: 30px;
}

.inform-data th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.inform-data td {
    padding: 14px 9px;
    border-bottom: 1px solid #e5e7f1;
    color: #525252;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
}

.inform-data tr:hover td {
    background: #ebf8ff;
}

.inform-data td:last-child {
    padding-left: 16px;
}

.inform-data tr:last-child td {
    border: 0;
}

.inform-data .pay-meth {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inform-data .pay-meth .hold {
    width: 48px;
    display: flex;
    align-items: center;
    text-align: center;
}

.inform-data .amount-row {
    display: flex;
    align-items: center;
}

.icos-lst {
    margin: 0;
    padding: 0 0 0 7px;
    list-style: none;
    display: flex;
    align-items: center;
    opacity: 0;
}
.inform-data .dataTables_wrapper{display: inline-block;width: 100% !important;}
.icos-lst.visible,
.inform-data tr:hover .icos-lst {
    opacity: 1;
}
.btn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px 27px;
    background: #76d1ff;
/*    border: 2px solid #76d1ff;*/
    border-radius: 4px;
}
.btn-frame-holder .btn .new {
    display: inline-block;
    vertical-align: top;
    background: url(../img/add.svg) no-repeat 0 4px;
    padding: 0 0 0 23px;
}
.find-area {
    background: #f2f3f7;
    border-radius: 6px;
    padding: 12px 24px 13px 19px;
    text-align: center;
    max-width: 594px;
    margin: 0 auto;
}

.find-area p {
    display: flex;
    vertical-align: top;
    padding: 0px 0 0px 53px;
    align-items: center;
    margin: 0;
    width: 100%;
    font-size: 17px;
    vertical-align: middle;
    min-height: 40px;
    text-align: left;
    line-height: 1.25;
    background: url(../img/ico-find.png) no-repeat;
}

.find-area p a {
    margin: 0px 4px;
    text-decoration: underline;
    display: contents;
}

.find-area p a:hover {
    text-decoration: none;
}
.btn-frame-holder {
    padding: 0 0 85px;
}