body{
    background: #fff;
    font: 14px Arial;
	color:#000;
    margin: 0;
    padding: 0;
	height: 100%;
}

html { 
 position:relative; 
 min-height:100%;
}

#container {
 padding-bottom: 50px;/*Примерно 2 размера footer, чтобы он не наезжал на контент при узком окне браузера*/ 
}

a{
	color: #ffb556;
	text-decoration: none;
}

#topcontent_wrap {
	background-color: #fff;/*#1E88E5;*/
	display:block;
	overflow: hidden;
}
#topcontent {
	/*max-width:900px;*/
	margin: 0 auto;
	background-color:#fff;;
	position: relative;
	overflow: hidden;
	padding: 50px 0 50px 0;
	display: block;
	margin-left:250px;
	margin-right:15px;
	min-height: 80vh;
}

.leftmenu{
	color:#fff;
	max-width:250px;
	min-width:220px;
	height: 100vh;
	min-height:450px;
	background: #191919;
	position:fixed;
	display:inline-block;
	float:left;
	
}

.leftmenu li:hover{
	background-position:-3px -179px;
}

.leftmenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.leftmenu li a{
	min-height:15px;
	display:block;
	padding:5px;
	margin-top:1px;
	text-align:left;
	font: normal 14px/1 Arial, Geneva, sans-serif;
	color: #fefefe;
	text-decoration: none; /* Отменяем подчеркивание у ссылки */
}

.leftmenu li a:hover{
	font: normal 15px/1 Arial, Geneva, sans-serif;
}

a:hover{
	color: #ff9000;
}

.logo{
	margin-top:0;
	height:135px;
	width:135px;
	display:block;
	position:absolute;
	left: 50px;
	top: 10px;
}

.logotext1{
	font: normal 46px/1 Tahoma, Geneva, sans-serif;
	color: #fefefe;
	margin:35px 0 0 120px;
	height:105px;
	min-width:175px;
	display:block;
	/*position:absolute;*/
	display:inline-block;
	float:left;
	left: 50px;
	top: 10px;
	text-shadow: 1px 2px 10px rgba(255,255,255,0.5) ;
}

.mainpanel{
    width:980px;
    height:150px;
    margin:0 auto;
	padding-top:15px;
    background: background: linear-gradient(to top,orangered, gold);
	position:relative;/*add for login*/
}

.headerbg{
	width: 100%;
	height: 180px;
	border: none;
	font: normal 16px/1 Tahoma, Geneva, sans-serif;
	color: #fefefe;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background-color:#191919;
	z-index: -1;
}

.mainpanel a{
	display:inline-block;
	margin:auto 0;
	padding-top:10px;
	color:#fefefe;
	font-weight:bold;
	text-decoration:none;
}

.button{
	margin:0 5px;
	display:inline-block;
	width:75px;
	height:75px;
	cursor:pointer;
	background: #fefefe;
	border-radius:50%;
}

.button:hover{
	box-shadow: inset 0 0 20px rgba(0,0,0,.2), 0 2px 0 rgba(255,255,255,.4), inset 0 0 20px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 20px rgba(0,0,0,.2), 0 2px 0 rgba(255,255,255,.4), inset 0 0 20px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.2), 0 2px 0 rgba(255,255,255,.4), inset 0 0 20px rgba(0,0,0,.1);
}

.button::after{
	content: '';
	width:75px;
	height:75px;
	display:block;
	opacity:.7;
}

.button:hover::after{
	background-position: center 52%;
}

.button a{
	margin:auto;
	padding-top:10px;
	color:#2f2f2f;
}

.profile{
	width:300px;
	margin:auto;
	padding:15px;
	display: inline-block;
}

.profile::after{
	content:'';
	width:35px;
	height:35px;
	display:block;
	opacity:.7;
	float:left;
	margin-top:-10px;
}

.downloadapp a{
	color: #ffb556;
}

.downloadapp a:hover{
	color: #ff9000;
}

.icon_projects::after{
	background: url(http://ulapr.ru/theme/img/projects.png) center no-repeat;
}

.icon_image{
	height:20px;
	width:20px;
	display:block;
}

.login{
	text-align: right;
	font: normal 14px/1 Tahoma, Geneva, sans-serif;
	margin-top:-15px;
	/*border: 1px solid black;*/
	height: 160px;
	width: 250px;
	display:block;
	position:absolute;
	right:10%;
	padding:0 10px;
	
	margin:0 5px;
	background: #424242;
	border-radius:20px;
}

.login_bottom{
	margin-top:3px;
	text-align: center;
	font: normal 10px/1 Tahoma, Geneva, sans-serif;
	padding:0px;
}

.edit {
  margin: 1px 3px 1px 5px;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px 20px;
  border: 1px solid rgba(183,183,183,0.5);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font: normal 12px/normal Tahoma, Geneva, sans-serif;
  color: rgba(46,102,122,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
}

.login_btn_ok{
	text-align: center;
	width:100px;
	margin:4px 5px 1px 5px;
}

.sitebuttons{
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #263238;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal 12px/normal Tahoma, Geneva, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #607D8B;
}

.project_list{
	min-width: 320px;
	max-width: 700px;
	min-height: 470px;
	margin: auto;
	display:inline-block;
}

.sidebar{
	min-width: 220px;
	max-width: 300px;
	position: absolute;
	right: 0;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	top: 0px;
	margin:50px 0px 50px 50px;
	text-align: center;
	font: normal 12px/1 Tahoma, Geneva, sans-serif;
	padding:0px;
	height: 400px;
}

.sidebar a{
	color: #ff9000;
}

.sidebar a:hover{
	color: #ffb556;
}

.info_panel{
	color: #666;
    min-width: 200px;
    max-width: 200px;
    min-height: 100px;
    border-radius: 5px;
    background-color: #fbfbfb;
    text-align: left;
    font: normal 12px/1 Tahoma, Geneva, sans-serif;
    padding: 5px;
    margin: 10px auto;
    display: block;
    line-height: 1.2;
	border:1px #000 solid;
	
	  margin: 5px auto;
	  box-shadow:
	   0 1px 4px rgba(0, 0, 0, .3),
	   -13px 0 10px -13px rgba(0, 0, 0, .8),
	   13px 0 10px -13px rgba(0, 0, 0, .8),
	   0 0 40px rgba(0, 0, 0, .1) inset;
	}
}

.info_panel1{
	color:#666;
	min-width: 200px;
	max-width: 200px;
	min-height: 100px;
	border-radius: 5px;
	background-color:#fbfbfb;
	text-align: center;
	font: normal 12px/1 Tahoma, Geneva, sans-serif;
	padding:5px;
	margin: 10px auto;
	display:block;
	line-height: 1.2;
}
.info_panel p{
    padding-left: 5px;
}

.info_panel h4{
	text-align: center;
	margin:0;
	line-height: 0.2;
}

.project_list a{
	font-weight:bold;
	text-decoration:none;
}

hr {
    color: #ffcf94; /*для IE */
    background-color:#ffcf94; /*для Firefox, Opera, Safari*/
    border:0px none;
    height:1px; /* высота 1px IE, Firefox, Opera, Safari */	
	margin:5px;
    clear:both; /* для очистки, если тег идет после float елемента */
}

.project{
	min-height: 100px;
	border-radius: 10px;
	/*border: 1px solid red;*/
	background-color:#FFF;
	color:#0f0f0f;
	margin:15px 10px;
	max-width: 450px;
	min-width: 310px;
	
	box-shadow: 2px 2px 15px rgba(0,0,0,0.25);
	display:inline-block;
}

.project_list a{
	color: #ff9000;
}

.project_list a:hover{
	color: #ffb556;
}

.project_head{
	height: 30px;
	padding:5px;
}

.project_head h2{
	margin-top: 5px;
}

.project_content{
	min-height: 49px;
	padding-left: 15px;
	padding-right:15px;
}

.project_bottom{
	min-height: 25px;
	padding-left: 15px;
	padding-right:15px;
	text-align: center;
	padding-top:15px;
}

.after_content{
	text-align: center;
}

.footer{
	width: 100%;
	height: 50px;
	border: none;
	
	position: absolute;
	bottom: 0;
	
	font: normal 10px/1 Tahoma, Geneva, sans-serif;
	color: #fefefe;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: #191919;
	/*background: -webkit-linear-gradient(-90deg, #266977 0, #273f51 100%);
	background: -moz-linear-gradient(180deg, #266977 0, #273f51 100%);
	background: linear-gradient(180deg, #266977 0, #273f51 100%);
	background-position: 50% 50%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	-webkit-box-shadow: 3px -4px 4px 1px rgba(0,0,0,0.5) , 2px -1px 2px 0 rgba(0,0,0,0.4) ;
	box-shadow: 3px -4px 4px 1px rgba(0,0,0,0.5) , 2px -1px 2px 0 rgba(0,0,0,0.4) ;*/
	padding-top:5px;
}

.footer h2{
	font-size:10px;	
}
.simple-little-table {
	min-width: 650px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:15px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
		
.keyedit{
	display: inline-block;
    float: right;
	width: 24px;
}

.head_title{
	display: inline-block;
    float: left;
	margin-left:10px;
	height: 30px;
}

.topbutton {
width:30px;
border:2px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:10px;
position:fixed;
bottom:75px;
right:50px;
cursor:pointer;
color:#333;
font-family:verdana;
font-size:12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
}