.module-icon {
	text-align: center;
	text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px
		rgba(0, 0, 0, .125), 0 10px 20px rgba(0, 0, 0, .2)
}

.bold {
	font-style: bold;
	color: black
}

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
    background: -moz-linear-gradient(center top , #F8F8F8, #FAFAFA) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 3px;
}

div.content-box {
    clear: both;
}
div.content-box div.content-box-info {
    padding-left: 115px;
}
div.content-box.big {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px;
	padding: 0 7% 30px;
	transition: background 0.5s ease-in-out 0s;
}
div.content-box.big div.content-box-info {
    margin: 25px 0 0;
    padding-left: 0;
    text-align: center;
}

.ch-item {
    cursor: default;
    height: 200px;
    position: relative;
    width: 80%;
}
.bottom-pad-small {
    margin-bottom: 30px;
}

.pad-small {
	padding: 25px 0px;	
}

.main-content {
    margin: 45px 0 35px;
}
.main-content, .content {
    padding: 60px 0 0;
}
div.content-box.big .ch-info-wrap {
    left: auto;
    margin: -42px auto 35px;
    position: relative;
    top: auto;
}
.ch-info-wrap {
    background: none repeat scroll 0 0 #666666;
    border-radius: 50%;
    height: 80px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 80px;
}
.ch-info {
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
    height: 80px;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    width: 80px;
}

.module-info {
	width: 100%;
	padding: 10px 50px;
	text-align: center;
}

.navbar-bottom {
	vertical-align: bottom;
}

.font-yellow {
	color: #f7d05b !important;
}

.font-green {
	color: #8a6 !important;
}

.font-black {
	color: #000 !important;
}

.font-darkgreen {
	color: #0a0 !important;
}

.font-orange {
	color: #ffc657 !important;
}

.font-red {
	color: #c00 !important;
}

.font-blue {
	color: #6fb3e0 !important;
}

.font-white {
	color: #fff !important;
}

.v-center {
	vertical-align:middle !important;
}

.bg-green {
	background-color: #afa !important;
}

.bg-yellow {
	background-color: #ffff10 !important;
}

.bg-silver {
	background-color: #ddd !important;
}

.table input[type='checkbox'] {
	padding:0px;
	margin:0px;
	width:15px;
	height:15px;
}

.right {
	text-align:right;
}

.hidden {
	visibility: 'none';
}

.foto-zoom {
	/*
	width:199px;
	height:266px;
	*/
	overflow:hidden;
	position:absolute;
	z-index:500;
	padding: 5px;
	border: 1px solid #000;
}
.foto-zoom img {
	max-width:none;
}

.foto-full {
	width:199px;
	height:266px;
	overflow:hidden;
	position:relative !important;
	left:0px;
	top:0px;
	z-index:500;
	padding: 0px;
	border: 0px solid #000;
}

.foto-full img {
	max-width:199px;
}

.img-tools {
	position:absolute;
	z-index:1050;
	background-color:#ccc;
	float:right;
	padding:3px;
	color: #fff;
}

.dataTables_processing {
	z-index: 2000;
	color: #000 !important;
	background: #ccffcc !important;
	border: 1px solid #000 !important;
}

.parsley-errors-list {
	font-size: 8pt;
}

.leaflet-pane {
	z-index: 10 !important;
}

.leaflet-control {
	z-index: 8 !important;
}

.dropdown-submenu {
	z-index: 1000 !important;	
}

.nrw-negatif {
	background-color: purple;
	color: #fff !important;
}