body{
	background-color: rgb(241, 242, 246);
}

div.header {
	padding-top: 50px;
	border-top: 1px solid #50c1e9;
	background: url(../img/tweed.png) repeat 0 0;
	margin-bottom: 20px;
}
.navbar-custom {
	position: fixed;
	top: 0;
	left: 0;
	border: none;
	border-radius: 0;
	background-color: rgba(255,255,255,.9);
	width: 100%;
	z-index: 2000;
}
.topic {
	position: relative;
	padding: 50px 0 110px;
}

.topic .container {
	position: relative;
	color: rgba(255,255,255,.8);
}
.topic h3 {
	margin-top: 30px;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
}

.topic .topic__infos {
	position: absolute;
	bottom: 0;
	padding-bottom: 15px;
	padding-top: 14px;
	background: rgba(255,255,255,.25);
	width: 100%;
}

.modal{
	z-index: 3000;
}


.strong
{
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: red;
}

.date-picker .glyphicon-calendar, .time-picker .glyphicon-time{
	cursor: pointer;
}
.block{
	display: block;
}

.is_published label.checkbox{
	margin-top: 0;
}


.publishable{
	cursor: pointer;
}

.panel-heading{
	font-weight: bold;
}



/* TREE */

.tree li {
    margin: 0px 0;
	
	list-style-type: none;
    position: relative;
	padding: 20px 5px 0px 5px;
}

.tree li::before{
    content: '';
	position: absolute; 
    top: 0;
	width: 1px; 
    height: 100%;
	right: auto; 
    left: -20px;
	border-left: 1px solid #ccc;
    bottom: 50px;
}
.tree li::after{
    content: '';
	position: absolute; 
    top: 30px; 
	width: 25px; 
    height: 20px;
	right: auto; 
    left: -20px;
	border-top: 1px solid #ccc;
}
.tree li a{
    display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*Remove connectors before root*/
.tree > ul > li::before, .tree > ul > li::after{
	border: 0;
}
/*Remove connectors after last child*/
.tree li:last-child::before{ 
      height: 30px;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
/*
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
*/
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

p.section-title {
margin-bottom: 20px;
font-weight: 700;
font-size: 18px;
text-shadow: 2px 2px 2px rgba(255,255,255,1);
padding-bottom: 3px;
border-bottom: 1px solid #ddd;
}
.move{
	width: 16px;
}
.move-handle{
	cursor: pointer;
}


.form-control-dates{
	display: inline;
	width: auto;
}


.navbar-brand img {
	max-width: 750px;
}

.header .navbar-brand {
	height: auto;
}

@media (max-width: 992px) {
	.navbar-brand img {
		max-width: 100%;
	}
	.header .navbar-brand {
		height: auto;
	}
}