body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family : verdana;
  font-size:12px;
}
#appTitle {
font-family:arial;
color:black;
font-size:36px;
}
#appTitle2 {
font-family:arial;
color:darkgray;
font-size:30px;
}
#appTitle3 {
font-family:arial;
color:gray;
font-size:10px;
}
.cxbadge {
	border:2px solid rgb(51, 122, 183);/*bg-primary*/
	background-color:white;
	color:rgb(51, 122, 183);/*bg-primary*/
	padding:5px;
	border-radius:10px;
	display: inline-block;
	text-align:center;
	vertical-align: middle;
}
.navbar {
  margin-top: 0px;
  padding-top: 0px;
  background-color:#d9edf7;
  font-family : verdana;
  color: white;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color:#428bca;
  font-weight : bold;
  font-family : verdana;
  color: white;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color:#428bca;
  font-weight : bold;
  font-family : verdana;
  color: #1E4B7D;
}
.nav {
	color: rgb(51, 122, 183); /** bg-primary*/
	font-family : verdana;
	border: 0px solid #ddd;
}
.nav-pills {
	height : auto;
}
.nav-pills >li >a {
	color : white ;
	padding-left : 5px ;padding-right : 5px ;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: rgb(51, 122, 183); /** bg-primary*/
	background-color: #fff;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	color: rgb(51, 122, 183); /** bg-primary*/
	background-color: #ddd;
}
.eventTitle { 
	background-color:rgb(51, 122, 183); 
	color:white; 
	padding-top:10px; 
	font-family: verdana;
	font-size:16px;
}
.eventParticipate { 
	font-family: verdana;
	font-size:12px;
}
.eventMenu { 
	background-color:rgb(51, 122, 183); 
	color:white;
	padding-top:25px;padding-bottom:10px;
	padding-left:10px;padding-right:10px;
	height:550px;
	/** width:170px; */
}
.eventContent {
}
.progHeader {
	color:rgb(51, 122, 183);
	font-family: verdana;
	font-size:16px; 
}
.progLineSep{
	height:10px;
}
.progHeureCell {
	width:50px;
	vertical-align:top;
}
.progHeure {
	color:rgb(51, 122, 183); 
	font-family: verdana;
	font-size:16px;
}
.progSepCell {
	width:30px;
	margin:0px;padding:0px;
	text-align:center;
	vertical-align:top;
}
.progSep {
	margin-top:-8px;
	display:block;
	font-family: verdana;
	font-size:24px;
	color:rgb(51, 122, 183);
}
.progTextCell {
	vertical-align:top;
}
.progTitre {
	color:rgb(51, 122, 183);
	font-family: verdana;
	font-size:16px;
}
.progDesc {
	font-family: verdana;
	font-size:12px;
}
.msgRouge {
	color: rgb(173, 35, 84);
	font-weight:bold;
	font-size:16px;
}
.msgVert {
	color: darkgreen;
	font-weight:bold;
	font-size:16px;
}
.msgParticipate {
	font-size:16px;
}
.page-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family : verdana;
  font-size:16px;
  color:#1E4B7D;
}
.panel-heading {
  padding-top: 3px;
  padding-bottom: 3px;
}
.control-label,
.form-control {
  font-family : verdana;
  font-size:12px;
  font-weight:normal;
}
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
  background-color:#d9edf7;
}
.myul {
  list-style: none;
  padding:0px;
  margin:0px;
  counter-reset: foo;
  display: table;
}
.myli {
  font-family : verdana;
  font-size:12px;
  counter-increment: foo;
  display: table-row;
}
.myli:before {
  content: "\2022\00a0\00a0\00a0";
  display: table-cell; /* aha! */
  text-align: right;
  color:#1E4B7D;
}
.mysmall {
font-family : verdana;
font-size:9px;
}
.mytextsize {
font-family : verdana;
font-size:14px;
}
.mytextcolor {
color:#1F497D;
}
.mybgcolor {
background-color:#1F497D;
}
.mylightbgcolor {
background-color:aliceblue;
color:#1F497D;
}
.mynoborder {
border-width:0px;
}
.mymiddle {
vertical-align:middle;
}
.mytransparent {
background-color:transparent;
}
.myblock {
float:none;
display:inline-block;
}
.mynowrap {
white-space: nowrap;
}
.myFullHeightCover {
	min-height: 100vh;
}
.tooltip > .tooltip-inner {
    background-color: rgb(51, 122, 183); 
    color: #FFFFFF; 
}
.cxAsterix	{
	color: rgb(219, 68, 55);
}
.cxUnderlineLeftRight {
   	display: inline-block;
   	text-decoration:none;
   }
.cxUnderlineLeftRight::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1E4B7D;
    transition: width .3s;
}
.cxUnderlineLeftRight:hover::after {
    width: 100%;
    text-decoration:none;
}

.cxUnderlineMiddleOut {
	display: inline-block;
	position: relative;
	padding-bottom: 2px;
}
.cxUnderlineMiddleOut:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.cxUnderlineMiddleOut:hover:after {
	width: 100%;
	background: #1E4B7D;
}
.cxbar:before,
.cxbar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: -1px;
  position: absolute;
  background: #1E4B7D; 
  transition: 1s ease all;
}
.cxbar:before {
 		left: 50%;
}
.cxbar:after {
 		right: 50%; 
}
.cxInput:focus ~ .cxbar:before,
.cxInput:focus ~ .cxbar:after {
 		width: 50%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  background-color: #eeeeee; 
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div.autocomplete-active,
.autocomplete-items div:hover
{
  /*when hovering an item:*/
  background-color: #d9d9d9; 
}

.floating-label {
  position: relative;
  margin-bottom: 0.5rem;
}

.floating-label > input,
.floating-label > div.form-control,
.floating-label > div.input-group,
.floating-label > label {
  height: 2.65rem;
  padding: .75rem;
}
.floating-label > div.form-control,
.floating-label > div.input-group {
  padding-right: 1.5rem;
}
.floating-label > input[type=checkbox]{
  height: auto;
  margin-left: .75rem;
}
/*
.floating-label > select.form-control.is-valid {
	background-position: right calc(.375em + 1.1875rem) center !important;
}	
*/
.floating-label > label {
  position: absolute;
  text-align: left !important;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #AAA;
  pointer-events: none;
  cursor: text; 
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}
.floating-label > label[for*=fileInput]{
	top: -2.2rem;
}
.floating-label input::-webkit-input-placeholder,
.floating-label select::-webkit-input-placeholder {
  color: transparent;
}

.floating-label input:-ms-input-placeholder,
.floating-label select:-ms-input-placeholder {
  color: transparent;
}

.floating-label input::-ms-input-placeholder,
.floating-label select::-ms-input-placeholder {
  color: transparent;
}

.floating-label input::-moz-placeholder,
.floating-label select::-moz-placeholder {
  color: transparent;
}

.floating-label input::placeholder,
.floating-label select::placeholder {
  color: transparent;
}

.floating-label > div.form-control > select.form-control,
.floating-label > div.input-group > input {
	border:none;
	height : 1.5rem;
	margin-left : -.2rem;
	margin-top : .3rem;
	padding: 0px;
}
.floating-label > div.form-control > .form-check-inline {
	border:none;
	height : 1.5rem;
	margin-top : .3rem;
}
.floating-label textarea:not(:placeholder-shown),
.floating-label input:not(:placeholder-shown) {
  padding-top: 1.5rem;
  padding-bottom: .5rem;
}
.floating-label input[type=file] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.floating-label textarea:not(:placeholder-shown) ~ label,
.floating-label > div.form-control ~ label.control-label,
.floating-label > div.input-group ~ label,
.floating-label input:not(:placeholder-shown) ~ label {
  padding-top: 2px;
  font-size: 10px;
  color: #AAA;
}

.floating-label input:not(:placeholder-shown) ~ label[for*=fileInput]{
	padding-top: 0.375rem;
	color: #495057;
}
.floating-label > div.form-control > div.form-check {
    margin-top:2px;
    margin-bottom:5px;
}
.floating-label > div.form-control > div.form-check > label{
  	padding-top: 3px;
	color:black;
  	font-size: 12px;
}
.floating-label > div.form-control > div.form-check > input{
  	padding-top: 3px;
	color:black;
  	font-size: 12px;
}


/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .floating-label > label {
	margin-top: -1rem;
	font-size: 10px;
	color: #AAA;
  }
  .floating-label > label[for*=fileInput]{
	top: -1.1rem;
  }
  .floating-label input::-ms-input-placeholder {
    color: transparent;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .floating-label > label {
	margin-top: -1rem;
	font-size: 10px;
	color: #AAA;
  }
  .floating-label > label[for*=fileInput]{
	top: -1.1rem;
  }
  .floating-label input:-ms-input-placeholder {
    color: transparent;
  }
}

.floating-label > .form-control-feedback,
.floating-label > .input-group-feedback {
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    z-index: 2;
    display: block;   
    text-align: center;
    pointer-events: none;
}
.floating-label > div.form-control-feedback,
.floating-label > div.input-group-feedback {
	right: 0.5rem;
}
.floating-label > .form-control,
.floating-label > .input-group {
	border:none; 
	border-bottom:1px solid lightgrey;
}
#cxAlertBoxId {
	position : fixed;
	min-width:350px;
	max-height:600px;
	min-height:100px;
	max-height:600px;
	border : 2px solid #1F497D;
	border-radius : 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    box-shadow: 10px 10px 10px 0px #F8F8F8;
    -moz-box-shadow: 10px 10px 10px 0px #F8F8F8;
    -webkit-box-shadow: 10px 10px 10px 0px #F8F8F8;
	background-color: white;
	color: #1F497D;
    padding:5px 10px 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	text-align: center;
	z-index : 999999;
}

#cxConfirmBoxId {
	position : fixed;
	min-width:350px;
	max-height:600px;
	min-height:100px;
	max-height:600px;
	border : 2px solid #1F497D;
	border-radius : 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    box-shadow: 10px 10px 10px 0px #F8F8F8;
    -moz-box-shadow: 10px 10px 10px 0px #F8F8F8;
    -webkit-box-shadow: 10px 10px 10px 0px #F8F8F8;
	background-color: white;
	color: #1F497D;
    padding:5px 10px 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	text-align: center;
	z-index : 999999;
}
#cxAlertCloseBtn,#cxConfirmCloseBtn {
  font-weight : bold;
  font-family : verdana;
  font-size : 14px;
  color: #1F497D;
  padding-roght : 2px;
}
#cxAlertOKBtn,#cxConfirmOkBtn,#cxConfirmCancelBtn {
	width : 75px;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
	width: auto;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AAA;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #AAA;
}

.pickerImgPickerDiv {
  display: none;
  width: 100%;
  max-width: 350px;
  background-color:white;
  border: 1px solid black;
  border-radius: 5px;
  position: relative;
  z-index: 1000;
}

.pickerImgItem {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pickerImgItem:hover{
 background-color: #F4F3F3;
 cursor: hand;
}

.pickerImgItem img, .pickerImgBtn img {
  margin: 5px;
}

.pickerImgItem span, .pickerImgBtn span  {
  margin-left: 10px;
}

.pickerImgBtn{
 border:none;
 width:100%;
 max-width: 350px;
 background-color: transparent;
}
.pickerImgBtn:hover{
 background-color: #F4F3F3;
}

.pickerImgBtn li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.pickerImgBtn:hover li{
  margin-left: 0px;
}



