.dropdown-menu>li /* To prevent selection of text */ {
	position: relative;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}

.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	display: none;
	margin-top: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-color: #fff;
	box-shadow: none;
}

.right-caret:after, .left-caret:after {
	content: "";
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	display: inline-block;
	height: 0;
	vertical-align: middle;
	width: 0;
	margin-left: 5px;
}

.right-caret:after {
	border-left: 5px solid #ffaf46;
}

.left-caret:after {
	border-right: 5px solid #ffaf46;
}
.badge-mini{
  min-width: 5px;
    min-height: 5px;
    border-radius: 5px;
  font-size: 4px;
    line-height:4px;
}
.div-mini{
  min-width: 5px;
    min-height: 5px;
 font-size: 4px;
    line-height:4px;
}

.badge-cfmd {
	background-color: #e1ffee;
	color: #8C8984;
}
.badge-green {
	background-color: #21DE90;
	color: #8C8984;
}
.badge-dark_green {
	background-color: #189F67;
	color: #6F6C68;
}
.badge-cfmd-black {
	background-color: #e1ffee;
	color: #000000;
}
.badge-tobecfmd {
	background-color: #e6e6e6;
	color: #000000;
}
.badge-cancel {
	background-color: #333333;
	color: #000000;
}
.badge-red {
	background-color: #ff0000;
}
.badge-red-pastel {
	color: #8C8984;
	background-color: #FFCCCC;
}
.badge-white {
	background-color: #ffffff;
	color: #000000;
}
.badge-black {
	background-color: #000000;
	color: #ffffff;
}
.badge-grey {
	background-color: #8C8984;
	color: #ffffff;
}
/*important for Networking AjaxFrame*/
.nav {
	z-index: 203000;
}
body {
	overflow-y: scroll;
}
/* for Networing bootstrap in iFrame http://stackoverflow.com/questions/7011602/stretching-iframe-in-html5 */
.element::-webkit-scrollbar {
	width: 0 !important
}
.element {
	-ms-overflow-style: none;
}

/* for AjaxFrame*/
.regisIframe {
	display: block;
	height: 100%;
	width: 100%;
	min-width: 570px;
	overflow: hidden;
}
/* for AjaxFrame*/
.wrap_iframe {
	left: 0;
	min-width: 570px;
	width: 100%;
	top: 0;
	height: 700px;
	overflow: hidden;
}

/* for AppsFrame*/
.regisAppsIframe {
	// display: block;
   //  overflow: hidden;
}
/* for AppsFrame*/
.wrap_Appsiframe {
  position: fixed; 
  right: 0; 
  bottom: 0; 
  left: 0;
  top: 0;
  -webkit-overflow-scrolling: touch !important; ;
  overflow-y: scroll;  
  //  overflow-y:scroll !important; 
  //  -webkit-overflow-scrolling: touch !important;  // not sure if required in iframe
  //   overflow-x:auto !important; 
}

.alertMessage {
    color: #000000;
    padding:5px;
    min-height:30px;
    font-weight:bold;
    background-color: #FFCCCC ;
 }
.alertMessageinfoMessage {
    font-weight:bold;
 }

/*** Embeded forms **/
.activityLikeForm, .activityGradeForm, .activityQuestionForm, .activityCommentForm, .hotelBookingForm, .statusMessage {
  color: #666;
  background-color: #ebedf2;
  background: -webkit-gradient( linear, left bottom, left top, color-stop(0,#dfe1e5), color-stop(1, #ebedf2) );
  background: -moz-linear-gradient( center bottom, #dfe1e5 0%, #ebedf2 100% );  
  border: 1px solid #aaa;
  box-shadow: 0 0 1em rgba(0, 0, 0, .5);
  opacity: .95;
}
#activityLikeForm *:focus, #activityGradeForm *:focus, #activityQuestionForm *:focus, #activityCommentForm *:focus, hotelBookingForm *:focus{
  border: 1px solid #66f;
  outline: none;shape-image-threshold: 
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* The form dimensions */
.activityLikeForm, .activityGradeForm, .activityQuestionForm, .activityCommentForm, .hotelBookingForm{
  width: 40em;
  height: 15em;
  padding: 0 1.5em 1.5em 1.5em;
  margin: 0 auto;
  z-index:10000000;
}
/* Position the form in the middle of the window (if JavaScript is enabled) */
.activityLikeFormPositioned, .activityGradeFormPositioned, .activityQuestionFormPositioned, .activityCommentFormPositioned, .hotelBookingFormPositioned  {
    position:  fixed;  
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid grey ;
}
/* Place a border around focused fields, and hide the inner shadow */
.activityLikeForm *:focus , .activityGradeForm  *:focus, .activityQuestionForm  *:focus, .activityCommentForm  *:focus, .hotelBookingForm  *:focus{
  border: 1px solid #66f;
  outline: none;
  box-shadow: none;
}
/***  END Embeded forms **/
/***  supress bootstrap printing from the url links **/
@media print {
      a[href]:after {
        content: "" !important;
      }
}

.checkBoxOK{
  width:20px; 
  border-style: solid; 
  border-color:black; 
  border-width:2px ; 
  height:20px;
  margin-right:13px; 
  background-image: url('/img/regis10/pictos16px/checked18.png'); 
}
.checkBoxNOK{
  width:20px;
  height:20px; 
  border-style: solid; 
  border-color:black;
  border-width:2px ;
  margin-right:13px;
}
///////////////////////
.box-text {
    position: relative;
    /* width:600px;*/
    /*  height:400px;*/
    /* border:2px solid black;*/
}


.box-text:hover  .box-hover-overlay {
    opacity: 1; /*transparent*/
}

.box-hover-overlay  {
    position: absolute;
    display: flex;
    -ms-flex-align: baseline;
    align-items: flex-start;
    -ms-flex-pack: center;
    background: rgba(255, 255, 255, 1);
    opacity: 0;
    z-index: 3;
    text-align: left;
    line-height: 30px;
    padding: 0;
    padding-right:-10px;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

