
/*cabinet*/

.cabinet{
	/*min-height: 700px;*/
}

.cabinet.authorized{
	margin: 0;
}

.cabinet h1.center{
	text-align: center;
}

input[type=submit].submit-type-2{
	background-color: #fff;
	color: #333;
	border: 2px solid;
}
input[type=submit].submit-type-2:hover{
	background-color: #fff;
}

.auth-register-forms .form-v3{
	max-width: none;
	padding: 0;
	position: relative;
}

.auth-register-forms .confidential{
	margin-top: 15px;
}

.auth-register-forms{
	max-width: 400px;
	margin: auto;
}

.tabs .tab{
	display: none;
}

.tabs .tab.active{
	display: block;
}

.tabs .tab-header{
	display: table;
	width: 100%;
	margin-bottom: -1px;
}
.tabs .tab-header .item{
	display: table-cell;
	text-align: center;
	padding: 15px;
	font-size: 20px;
	border: 1px solid #bdbdbd;
	background-color: #fff;
	position: relative;
	background-color: #bdbdbd;
	cursor: pointer;
	z-index: 2;
}
.tabs .tab-header .item.active{
	border-bottom: none;
	background-color: #fff;
	cursor: default;
}

.tabs .tab{
	padding: 15px;
	border: 1px solid #bdbdbd;
}

.cabinet-wrapper{
	display: table;
	width: 100%;
	min-height: calc(100px + 78vh);
}

.cabinet-wrapper .cabinet-sidebar{
	/*min-height: calc(100px + 78vh);*/
	width: 240px;
	background-color: #3e2b2b;
	/*padding: 15px;*/
	/*float: left;*/
	display: table-cell;
	vertical-align: top;
}


.cabinet-wrapper .cabinet-sidebar .menu-item{
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: block;
}
.cabinet-wrapper .cabinet-sidebar .menu-item.active{
	background-color: #5a4141;
}
.cabinet-wrapper .cabinet-sidebar .menu-item img{
	width: 25px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.cabinet-wrapper .cabinet-sidebar .menu-item .menu-name{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	/*font-weight: 500;*/
	font-size: 18px;
}

.cabinet-wrapper .cabinet-content{
	width: 100%;
	/*float: left;*/
	padding: 30px;
}

@media (max-width: 1400px){
	.cabinet-wrapper .cabinet-content{
		padding: 30px;
	}

	.cabinet-wrapper .cabinet-sidebar .menu-item{
		padding: 9px;
		font-size: 17px;
		white-space: nowrap;
	}
	.cabinet-wrapper .cabinet-sidebar .menu-item img{
		width: 25px;
	}
	.cabinet-wrapper .cabinet-sidebar{
		width: 180px;
	}
	.cabinet-wrapper .cabinet-content{
		width: 100%;
		padding: 15px;
	}
	.cabinet-wrapper .cabinet-sidebar .menu-item .menu-name{
		font-size: 16px;
	}

}
@media(max-width: 1100px){
	.cabinet-wrapper .cabinet-sidebar{
		min-height: calc(100px + 120vh);
	}
	.cabinet-wrapper .cabinet-sidebar .menu-item .menu-name{
		font-size: 16px;
	}
	.cabinet-wrapper .cabinet-sidebar .menu-item img{
		width: 16px;
	}
}

@media(max-width: 968px){
	.cabinet-wrapper .cabinet-sidebar{
		display: none;
	}
	.cabinet-wrapper .cabinet-content{
		width: 100%;
	}
	
}

/* @media(max-width: 900px){
	.cabinet-wrapper .cabinet-sidebar{
		width: 100%;
		min-height: auto;
		display: block;
	}
	.cabinet-wrapper .cabinet-content{
		width: 100%;
	}
	.cabinet-wrapper .cabinet-sidebar{
		display: table;
	}
	.cabinet-wrapper .cabinet-sidebar .menu-item{
		display: table-cell;
		text-align: center;
	}
	.cabinet-wrapper .cabinet-sidebar .menu-item{
		white-space: normal;
	}
	.cabinet-wrapper{
		display: block;
	}
	.cabinet-wrapper .cabinet-content{
		display: block;
	}

	.cabinet-wrapper{
		min-height: auto;
	}
	.cabinet-wrapper .cabinet-sidebar .menu-item  .menu-name{
		font-size: 16px;
	}
	.cabinet-wrapper .cabinet-sidebar .menu-item img{
		width: 16px;
	}

} */
/*cabinet*/

