/* CSS Document */
body {
	padding: 0;
	padding-left : 25px;
	padding-right : 25px;
	margin: 0;
	background: white;
	font: 120% verdana, arial, sans-serif;
}
error {
	margin-left: auto; margin-right: auto;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}
h1 {
	color: #969696;
}
td.title{
	text-align:center;
	border: none;
}
table{
	border-top: none;
	border-right: none;
	border-left: none;
}
h2 {
	color:#CFCFCF;
}
.nav .glyphicon{
	font-size:15pt;
	margin-top: 11px;
	margin-left: 10px;
	color: white;
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
}
.navbar-nav .open .dropdown-menu{
	background: #8282f7;
}
}
.dropdown-menu > li > a{
	color:white;
}
.navbar-nav > li > .dropdown-menu{
	color:white;
	background: #8282f7;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:white;
	background: #8282f7;
}
.navbar-default .navbar-nav > .open > a,
 .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus{
	color: white;
	background: #8282f7;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:white;
}
.navbar-default .navbar-collapse,.container-fluid{
	background : blue;
}
.container-fluid{
	border-radius : 4px;
}

.navbar-default .navbar-brand{
	color : black;
	color: white;
}
.navbar-default .navbar-nav > li > a{
	color : white;
}
<!--
a:link {
	text-decoration: none;
	color:#767676;
}

a:visited {
	text-decoration: none;
	/* color:#767676; */
}
a:hover {
	text-decoration: underline overline;
	color:#767676;
}
a:active {
	text-decoration: underline overline;
	color:#767676;
}
-->
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#cache{
	position:absolute;
	top:0px;
	height:120px;
	z-index:1;/*
background: #ccc;
border: 1px solid gray;
margin: 1px;*/
}
#menu {
	/*position: relative; /* placement du menu, a modifier selon vos besoins *
    top: 0;
    left: 0;*/
	position: absolute;
	z-index:100;
	/*width:700;
    /*width: 100%; correction pour Opera */
}
#menu dl {
	float: left;
	width: 150px;
	margin-left:auto;
	margin-right:auto;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	margin: 1px;
}
#menu dd {
	display: none;
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
}
#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray;
}
.confirmAlert {
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.6);
	position:fixed;
	height:100%;
	width: 100%;
}
.confirmAlert label{
	padding-top:10px;
}
.confirmAlert select,.confirmAlert input{
	width : 100%;
}
.confirmAlert > div {
	/* position:absolute; */
	background-color: #FFF;
	vertical-align:middle;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto;
	width: 200px;
	margin-top: 100px;
}
.confirmAlertActions {
	width: 100%;
	text-align: right;
	margin-top: 15px;
}
.enteteTableau{
	background-color:#2b8da2;
}
.affSalleBonus{
	display: inline-block;
	/*text-align:left;*/
}
.affSalleBonus .salle{
	display: inline-block;
	width: 320px;
	text-align:left;
}
.affSalleBonus .bonus{
	display: inline-block;
	width: 40px;
}
.log_pincipal{
	top:0;
	left:0;
	/*background-color: rgba(0,0,0,0.6);*/
	/*	background-image: -webkit-radial-gradient(50% 50%, ellipse closest-side, #000000, #FFFFFF 100%);*/
	background-image: -webkit-radial-gradient(center, 2000px 2000px,#000000, #FFFFFF);
	background-image:    -moz-radial-gradient(center, 2000px 2000px,#000000, #FFFFFF);
	background-image:     -ms-radial-gradient(center, 2000px 2000px,#000000, #FFFFFF);
	background-image:      -o-radial-gradient(center, 2000px 2000px,#000000, #FFFFFF);
	background-image:         radial-gradient(center, 2000px 2000px,#000000, #FFFFFF);

	position:fixed;
	height:100%;
	width: 100%;
	display:table;
}
.log_pincipal > div {
	/*margin: auto auto;
	vertical-align:middle;
	width:600px*/
	vertical-align:middle;
	display:table-row;
}
.log_pincipal > div > div{
	/*margin: auto auto;
	vertical-align:middle;
	width:600px*/

	/*text-align: center;*/
	vertical-align:middle;
	display:table-cell;
}
.log_img{
	/* position: relative; */
	/* border-radius: 10px; */
	width: 750px;
	height: 540px;
	margin: auto;
}
.log_img img{
	width : 500px;
}
.img-left-down img,.img-right-top img{
	max-width : 600px;
}
.img-left-down{
	position: fixed;
	bottom : 0px;
	left : 0px;
	z-index: -1;
}
.img-right-top{
	position: fixed;
	top : 0px;
	right : 0px;
	z-index: -1;
}
.log_box{
	position:absolute;
	top:110px;
	left:280px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px;
	padding: 10px;
}
.log_error{
	/* position:absolute; */
	background-color: rgba(0,0,0,0.6);
}
.log_box_input{
	padding: 5px;
	font-size: 12px;
	/* text-shadow: 0px 1px 0px #fff; */
	outline: none;
	background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(#ffffff));
	background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);
	/* -webkit-border-radius: 3px; */
	-moz-border-radius: 3px;
	/* border-radius: 3px; */
	text-align: center;
	border: 1px solid #717171;
	background: #0000ff;
	color: white;
	width: 250px;
}
.log_box_input::placeholder{
	color : white;
	text-transform: uppercase;
}
.log_submit{
	text-align: center;
}
.log_submit input{
	padding: 5px;
	font-size: 12px;
	/* text-shadow: 0px 1px 0px #fff; */
	outline: none;
	background: -webkit-gradient(linear, left top, left bottombottom, from(#dc001a), to(#ffffff));
	background: -moz-linear-gradient(top,  #dc001a,  #ffffff);
	/* -webkit-border-radius: 3px; */
	-moz-border-radius: 3px;
	/* border-radius: 3px; */
	border: 2px solid #0000ff;
	/* width: 125px; */
	text-transform: uppercase;
	color: #0000ff;
	font-weight: bold;
	padding: 12px;
}
.log_table{
	width: 100%;
	height: 100%;
}
.log_table td{
	vertical-align: middle;
	text-align: center;
}
.log_principal{
	/*top:0;
	left:0;
	/*background-color: rgba(0,0,0,0.6);*/
	/*	background-image: -webkit-radial-gradient(50% 50%, ellipse closest-side, #000000, #FFFFFF 100%);*/
	/* background-image: -webkit-radial-gradient(center, 2000px 2000px,#000000, #FFFFFF); */
	background-image:    -moz-radial-gradient(center, 2000px 2000px,#000000, #FFFFFF);
	background-image:     -ms-radial-gradient(center, 2000px 2000px,#000000, #FFFFFF);
	background-image:      -o-radial-gradient(center, 2000px 2000px,#000000, #FFFFFF);
	background-image:         radial-gradient(center, 2000px 2000px,#000000, #FFFFFF);
	/*position:fixed;*/
	height:100%;
	width: 100%;
	/*display:table;*/
}

.rapport .remarque{
	margin-top : 15px;
	margin-bottom : 15px;
}
.rapport .remarque > div{
	border: 1px solid black;
}
.rapport .remarque .title{
	font-weight: bold;
	text-decoration: underline;
}
.td-label{
	width: 600px;
}
.notes{
	margin-top : 15px;
	margin-bottom:15px;
}
.notes td {
	padding : 5px;
}
.dropdown-menu > li >a.selectedSaison{
	text-decoration:underline;
	font-weight: bold;
}
.table-payment-parameters td{
	/* max-width:100px; */
	padding-right: 3px;
}
.table-payment-parameters input{
	width: 60px;
}
.notblokingmodal{
	position : fixed;
	width : 400px;
	text-align: center;
	padding : 8px;
	background-color : lightblue;
	left : 50%;
	margin-left : -200px;
	border-radius : 3px;
}

.print{
	font-size : 10px;
}
table{
	border-collapse: collapse;
}
table td{
	padding-left : 2px;
	padding-right : 2px;
}

.cool-colored{
	/* filter: grayscale(0.5); */
	/* color: red; */
	/* filter: hue-rotate(180deg); */
	/* width: 300px; */
	/* filter: sepia(100%) hue-rotate(45deg) brightness(0.9); */
	/*transition: all .25s ease;*/
	-webkit-animation: scale-up-center 6s ease infinite both;
	animation: scale-up-center 6s ease infinite both;
}
@-webkit-keyframes scale-up-center {

	 0% {
		 color : white;
		 filter: hue-rotate(0deg);
	 }

	79% {
		color : white;
		filter: hue-rotate(0deg);
	}
	80% {
		color : red;
		filter: hue-rotate(0deg);
	}
	100% {
		color : red;
		filter: hue-rotate(320deg) ;
	}
 }
@keyframes scale-up-center {
	0% {
		color : white;
		filter: hue-rotate(0deg);
	}

	79% {
		color : white;
		filter: hue-rotate(0deg);
	}
	80% {
		color : red;
		filter: hue-rotate(0deg);
	}
	100% {
		color : red;
		filter: hue-rotate(320deg) ;
	}

 }
 .RemarquesContainer div{
 	background-color: #dcdcdc;
 	padding: 8px;
 	border-radius: 4px;
 }
 .RemarquesContainer > p{
 	text-decoration:underline;
 }
 .rapport h2{
	 padding-top : 15px;
 }