html,body,div,ul,li,a{box-sizing:border-box;margin:0;padding:0;text-decoration:none;list-style:none;font-family:verdana;font-size: 15px;}
body {color:#393F4F;background-color:#FFF;text-align:center;}

/* Шаблоны */
.clear {width:100%;height:1px;clear:both;}

.dark {color: #EEE;background-color: #393F4F;}
.white {color:#393F4F;background-color:#FFF;}
.light {color:#393F4F;background-color:#E6E9F2;}

.block {padding: 10px;margin: 10px 0 0 10px;}
.box {
	height:250px;
	margin:10px 0 0 10px;
	position: relative;
}
.boxPic {
	height:100%;
	width:100%;
	background-size:cover;
	background-position:center;
}
.boxFooter {
	width:100%;
	height:50px;
	line-height:50px;
	position: absolute;
	bottom: 0;
	text-align:center;
	font-weight:bold;
}

.third {display:inline-block;width:30%;min-height:200px;}

input {width: 95%;margin: 10px auto 0;display: block;height: 50px;font-size:20px;border:0;}
button {
	width: 95%;
	margin: 10px auto 0;
	display: block;
	height: 50px;
	font-size:20px;
	color:#FFF;
	background-color:#00B5C0;
	border:0;
	cursor:pointer;
	font-weight:bold;
}
button:hover {background-color:#31569D;}
/* Иконки */
.icoDashboard {background: url(/ico/dashboard.png) center no-repeat;}
.icoInviting {background: url(/ico/inviting.png) center no-repeat;}
.icoPosting {background: url(/ico/posting.png) center no-repeat;}
.icoSpaming {background: url(/ico/spaming.png) center no-repeat;}
.icoAccounts {background: url(/ico/accounts.png) center no-repeat;}
.icoBase {background: url(/ico/base.png) center no-repeat;}
.icoSettings {background: url(/ico/settings.png) center no-repeat;}
.icoExit {background: url(/ico/exit.png) center no-repeat;}

/* Блоки */
#sidebar {
	width: 50px;
	height: 100%;
	position: fixed;
	left: 0;
	z-index:999;
}
	.navIcon {display:block;height:50px;line-height:50px;background-size: 35px;}
	.navIcon:hover .navName {display:block;}
	.navName {display:none;margin-left:50px;padding:0 10px;color:#FFF;font-size:20px;font-weight:bold;width:150px;}
#content {
	width: inherit;
	margin-left:50px;
}
#lineUserGet {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	font-size: 20px;
}
/* ##   Страницы   ## */
/* Авторизация */
.loginBar {width:400px;height:100%;margin:0 auto;}
.loginWelcome {text-align: center;font-size: 20px;margin-top: 30%;}
/* Аккаунты */
.accountBox {
	width:200px;
	height:250px;
	margin:10px 0 0 10px;
	position: relative;
	float:left;
}
.accountBoxPic {
	height:200px;
	width:200px;
	background-size:cover;
}
.accountBoxFooter {
	width:100%;
	height:50px;
	line-height:50px;
	position: absolute;
	bottom: 0;
	text-align:center;
	font-weight:bold;
}




