h1{
	font-family: Roboto;
	font-size: 42px;
	font-weight: 600;
}
form.auth{
    position: relative;
    background: #FFECB4; 
    padding: 100px;
    width: 200px;
    margin: 100px auto;
    border-radius: 4px;
    box-shadow: 1px 0px 42px -9px rgba(0,0,0,1);
}
input[type=date],input[type=email], input[type=text], input[type=password],textarea{
	background: #FFFFFF;
    border: 1px solid #FFBD14;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    padding: 15px 20px 10px 20px;
	outline: none;
	max-width: 300px;
	color: #464D4C;
}
textarea{
	max-width: 900px;
	
}
input[type=text]:hover, input[type=password]:hover,textarea:hover{
	background: #FFECB4;
}
.button1,input[type=submit]{
    font-family: roboto;
    color: #2E334D;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(172.46deg, #FFD632 16.45%, #FFBD14 65.36%);
    box-shadow: 0px 4px 10px rgba(46, 51, 77, 0.15);
    border-radius: 30px;
    border: 0px;
    width: 100%;
    padding: 10px;
	max-width: 300px;
	margin-top: 5px;
}
.button1:hover,input[type=submit]:hover{
	background: linear-gradient(173.76deg, #FFBD14 16.45%, #FF9314 65.36%);
}
label{
	color: rgba(0, 0, 0, 0.25);
    font-family: Gilroy;
    line-height: 15px;
    font-size: 12px;
    position: relative;
    margin-top: -15px;
    bottom: -19px;
    left: 20px;
	display: block;
	z-index: 10;
	max-width: 150px;
}
div.preview{
	font-family: Gilroy;
    font-weight: 100;
    font-size: 12px;
    position: absolute;
	top: 0px;
    left: 350px;
	border: 1px solid #FFBD14;
    border-radius: 4px;
    padding: 10px;
    background-color: #fff6d9;
	width: 300px;
}
.auth .logo{
	position: absolute;
    width: 200px;
    left: calc(50% - 100px);
    top: 54px;
}
section.mainMenu{
	position: absolute;
	width: 300px;
	color: #2E334D;
}
section.mainMenu menu[type=toolbar]{
	background: #FFECB4;
    padding: 30px;
	box-shadow: 1px 1px 30px -14px;
}
menu{
	padding: 0 0 10px 0;
	margin: 0px;
}
menu div{
	font-family: Roboto;
	font-weight: bold;
	line-height: normal;
	font-size: 15px;
}
menu li{
	list-style: none;
	line-height: 15px;
	font-size: 12px;
}
a{
	font-family: Gilroy;
	color: #2E334D;
	text-decoration: none;
	font-size: 14px;
    font-weight: 300;
	line-height: 24px;
}
a:hover{
	color: #FFBD14;
}
ul{
	padding: 0px;
}
.logo{
	margin:20px;
}
.logout{
	background: linear-gradient(180deg, #FFFFFF 0%, #FFEFC1 100%);
/* Button shadow */
	box-shadow: 0px 4px 10px rgba(46, 51, 77, 0.15);
	border-radius: 96px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
	color: #2E334D;
}
.logout:hover{
	color: #2E334D;
	background: linear-gradient(180deg, #ffe3c0 0%, #ff4c2f 100%);
}
a.add:before{
	content: "";
    background-image: url(../static/ic_plus.svg);
    position: relative;
    width: 15px;
    height: 15px;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 3px;
    top: 3px;
}
a.add:hover:before{
	background-image: url(../static/ic_plus_hover.svg);
	
}
table.table{
	border-spacing: 0;
}
table.table th{
	font-size: 16px;
    color: #949494;
    font-family: Roboto;
    font-weight: 300;
    text-align: left;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #C9C9C9;
}
table.table td{
	font-size: 14px;
	color: #000000;
	padding: 10px 10px 10px 10px;
}
td.actions a{
	display: block;
}
td.actions a.disable:after{
	content:"Отключить";
}
tr.disabled td.actions a.disable:after{
	content:"Включить";
}
a.edit:before,
a.disable:before,
a.delete:before,a.deletePoster:before,a.deleteHero:before{
	content: "";
	position: relative;
    width: 15px;
    height: 15px;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 3px;
    top: 3px;
}
a.edit:before{
    background-image: url(../static/edit.svg);
    
}
a.disable:before{
	background-image: url(../static/pause.svg);
}
a.deleteHero:before,
a.deletePoster:before,
a.delete:before{
	background-image: url(../static/delete.svg);
}
tr:nth-child(2) td.up a{
	display: none;
}
tr:last-child td.down a{
	display: none;
}
table .img div{
	width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #c1b6b6;
    border-radius: 3px;
}
table .screenShot div{
	width: 100px;
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #c1b6b6;
    border-radius: 3px;
}
.filter{
	padding-bottom: 30px;
}
.table .videos a{
	display: block;
}
video.preview{
	width: 100%;
}
.hidden{
	display: none;
}
.error{
	border: 1px solid red;
}
div.body{
	padding-left: 400px;
	padding-bottom: 200px;
}
form.newVideo{
	position: relative;
}
input[type=text].error{
	border: 1px solid red;
}
.table .warning{
	font-family: Gilroy;
	font-size: 12px;
	color: red;
	font-weight: 300;
}
fieldset{
	border: 1px solid #ffbd14;
    border-radius: 4px;
}
fieldset legend{
	font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
}
.heroItem{
	float: left;
    width: 100px;
	margin: 5px;
	padding: 5px;
	text-align: center;
    border: 1px solid #ffbd14;
    border-radius: 4px;
}
.heroItem img{
	width: 100%;
    border-radius: 5px;
}
.heroItem a.deletehero{
	
}
.userRights li{
	list-style: none;
    padding: 0px 0px 5px 0px;
}
.disabled {
    opacity: 0.5;
}
.filter .p1{
	float: left;
	margin: 10px;
}
.clear{
	clear: both;
}
.filter .label{
	color: #888;
    font-size: 12px;
}
.filter input[type=text]{
//	padding: 4px 10px 1px 10px;
}
.filter input[type=submit]{
	
}
div.stat{
	font-family: Roboto;
    font-size: 12px;
    padding: 20px 0;
    color: #504f4f;
}
div.stat div {
    padding-left: 20px;
}
div.stat b{
	
}
a.fav:before{
	    content: "+";
    display: inline-block;
    background-color: #27a927;
    width: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 300;
    margin-right: 3px;
}
table.table tr:hover{
	background: #ffecb4;
}