@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic);
body {
	overflow-x: hidden;
	font-family: 'Ubuntu', sans-serif;
	background:#D9E0E7; 
	color: #333;
}
header .navbar {
	border-radius:0;
	margin:0;
}
.sidebar {
	background:#2D353C;
	height:100%;
	position: fixed;
	overflow-y:auto;
	bottom: 0;
	top: 50px;
	padding-right:0;
	color:#a8acb1;
	padding-bottom: 50px;
}
body nav.navbar.navbar-inverse.navbar-fixed-top,
.sidebar, .toolbar {
    z-index: 99;
}
.sidebar.right-bar {
	right:0;
}
.sidebar .nav li a {
	border-radius:0;
}
.side {
	width: 100% !important;
    /*margin-bottom: 50px;*/
}
.side .nav li a {
	color: #a8acb1;
}
.side .nav li a  i{
	margin-right:10px;
}
.side .nav-stacked>li+li {
	margin-top: 0;
}
.side .nav li a:hover, .side .nav li a:focus {
	background: #232a2f;
	color: #a8acb1;
	
	#backgroun-color: rgb(240, 169, 47);
	#background: -moz-linear-gradient(top,rgb(201, 88, 8) 0%, rgb(235, 151, 34) 31%, rgb(240, 169, 47) 50%, rgb(235, 151, 34) 70%, rgb(201, 88, 8) 100%);
    #background: -webkit-gradient(linear, left top, left bottom,rgb(201, 88, 8) 0%, rgb(235, 151, 34) 31%, rgb(240, 169, 47) 50%, rgb(235, 151, 34) 70%, rgb(201, 88, 8) 100%);
    #background: -webkit-linear-gradient(top,rgb(201, 88, 8) 0%, rgb(235, 151, 34) 31%, rgb(240, 169, 47) 50%, rgb(235, 151, 34) 70%, rgb(201, 88, 8) 100%);
    #background: -o-linear-gradient(top,rgb(201, 88, 8) 0%, rgb(235, 151, 34) 31%, rgb(240, 169, 47) 50%, rgb(235, 151, 34) 70%, rgb(201, 88, 8) 100%);
    #background: -ms-linear-gradient(top,rgb(201, 88, 8) 0%, rgb(235, 151, 34) 31%, rgb(240, 169, 47) 50%, rgb(235, 151, 34) 70%, rgb(201, 88, 8) 100%);
    #background: linear-gradient(to bottom,rgb(201, 88, 8) 0%, rgb(235, 151, 34) 31%, rgb(240, 169, 47) 50%, rgb(235, 151, 34) 70%, rgb(201, 88, 8) 100%);
    #filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c95808', endColorstr='#00c95808',GradientType=1);
    #color: black;
}
.side .nav li.active a {
	background:#00ACAC;
	
	#background:rgb(201, 88, 8);
	color:#fff;
}
.article {
    margin-top: 50px;
	padding: 15px;
}
.article.work {
    background: white;
    padding: 0px;
}
.workspace {
	width: 980px;
	margin-top: 102px;
    font:16px Arial;
    margin-left: 310px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
	/*padding: 15px;*/
}
.btn.btn-success {
	color: #fff;
	background: #00acac;
	border-color: #00acac;
}
.btn.btn-success:hover {
	background: #008a8a;
	border-color: #008a8a;
}
h1 {
	font-family: 'Comfortaa', cursive;
	font-weight: 500;
	color: #242a30;
	font-size: 24px;
	margin: 0 0 20px;
	padding: 0 !important;
	border: none;
	line-height: 28px;
}
h3 {
	margin:0;
}
.nav-tabs {
	margin-left:0;
	margin-bottom:20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background:#00acac;
	color:#fff;
	border:0;
}
.nav-tabs>li>a {
	background:#f0f3f4;
	color:#333;
	margin:0;
	border-radius:0;
	border:0;
}
.nav-tabs>li>a:hover {
	background: #CDCDCD;
}
.nav-tabs>li>a>small {
	color:#999;
}
.nav-tabs>li.active>a >small {
	color:#b2e6e6;
}
.nav-tabs>li {
	padding:0;
	margin:0;
}
.figure {
	margin-bottom:15px;
}
.figure figcaption {
	position: absolute;
	top:0;
	height:100%;
	width: 100%;
	
	display:none;
}
.figure:hover figcaption{
	display:block;
	background: rgba(0,0,0,0.7);
		-webkit-transition:  1s;
		-moz-transition:  1s;
		-o-transition:  1s;
		transition:  1s;		
}
.figure figcaption .info{
	color:#fff;
	padding:15px;
}
.figure figcaption .fa-times-circle {
	float:right;
	padding:10px;
	color: #ff5b57;
}	
.figure figcaption .fa-times-circle:hover {
	color:#ED423E;
	cursor:pointer;
}
.figure figcaption .info .name{
	
}
.figure figcaption .btn-group{
	padding: 15px;
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
}
.figure img {
	background:#fff;
}
.figure .figure-inset {
	position:relative;
}


.btn.btn-danger {
	color: #fff;
	background: #ff5b57;
	border-color: #ED423E;
}	
.btn.btn-danger:hover {
	background:#ED423E;
}
.toolbar {
	position:fixed;
	color:#a8acb1;
	background: #2D353C;
	border:1px solid #242A30;
}
.toolbar-left {
	top: 50px;
	left: 250px;
	height:100%;
	width:50px
}
.toolbar-top {
	height:51px;
	top:51px;
	left:299px;
	width:100%;
}
.toolbar-top .widget{
	float:left;
}
.toolbar .widget {
	padding: 7px;
	height:100%;
}
.toolbar .widget:hover {
	/*background:#00ACAC;*/
	color:#fff;
	cursor:pointer;
}
.toolbar-left .widget {
	border-bottom: 1px solid #242A30;
}
.toolbar-top .widget {
	border-right: 1px solid #242A30;
	width:50px;
}
.sidebar-fix {
	width:250px;
	/*left:0;*/
	padding:10px;
}
.label {
	font-weight:normal;
	margin-right:5px;
	width:34%;
}
.input {
	padding:0 5px;
	width:60%;
	color: #2D353C;
}
button, select, input {
    outline:none !important;
}
.runner {
	/*position:fixed;*/
	left:300px;
	width:10px;
	/*height:100%;*/
	background:#2D353C;
	top:102px;
}
.run {
	/*position:absolute;*/
	/*width:6px;*/
	/*height:15px;*/
	/*right:2px;*/
	border-radius:1px;
	/*background:#9d9d9d;*/
}

.section-dialog img:hover {
	cursor:pointer;
}
.modal-content {
	background:#D9E0E7;
	border:0;
}
.modal-header, .modal-footer {
	background: #2D353C;
	color: #a8acb1;
}
.modal-content .close{	
	color:#fff;
	opacity:.7;
}
.modal-content .close:hover{	
	opacity:1;
}

ul.nav {
	padding: 0;
}