/* Modif for template */

#bannerrow > div.inner {
	background: url(../images/439764.jpg) center center no-repeat scroll;
	background-size: auto;		
}

#block2 .dropdown-menu {
    color : #000000;
    padding-right: 2px;
    padding-left: 2px;
}

#maincontent .label-info[href], .badge-info[href] {
	background-color:#ddeef7;
}

#maincontent .center {
  text-align: center;
}

#cookiesck_readmore {
	color : #ffffff;
}

div#maincontent {
    position: static;
}


/* add stypes */

span.alert {
	color: #b94a48;
	padding: 7px 5px 7px 45px;
	margin: 5px 0 5px 0;
	border-top: solid;
	border-bottom: solid;
	display: inline-block;
	background: #f2dede url(../images/warning.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	padding: 7px 5px 7px 45px;
	margin: 5px 0 5px 0;
	border-top: solid;
	border-bottom: solid;
	display: inline-block;
	background: #CDDFF6 url(../images/information2.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	padding: 7px 5px 7px 45px;
	margin: 5px 0 5px 0;
	border-top: solid;
	border-bottom: solid;
	display: inline-block;
	background: #fff5cc url(../images/note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	padding: 7px 5px 7px 45px;
	margin: 5px 0 5px 0;
	border-top: solid;
	border-bottom: solid;
	display: inline-block;
	background: #e8f4d2 url(../images/download.png) 10px 50% no-repeat;
}

.orientationVert {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  padding-left: 20px;   
}


.even {
	background-color: #ffffff;  
}

.acysubbuttons {
  	text-align: left;
}

/* Modif for bootstap */
a {
	color: #006dcc;
}
a:hover,
a:focus {
	color: #d7391f;
}

.muted {
	color: #283890;
}

.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.pull-left.item-image {
	margin-right: 10px;
}

.pull-right.item-image {
	margin-left: 10px;  
}

.btn:hover,
.btn:focus {
	color: #d7391f;
}

.btn-primary:hover {
	color: #d7391f;
}

.btn-primary:focus ,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
}

.btn-link {
	color: #283890;
}

.btn-link:hover,
.btn-link:focus {
	color: #d7391f;
}  

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	color: #d7391f;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	background: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);	  
}

/* kunena */

#kunena.layout table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: #f7f7f7;
}

#kunena.layout table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: #cfd0d4;
}
