/* EQTEAL = #006666 */
/* Clicloisir Lime-Green #?????? */
/* Clicloisir Light-Blue #1198b4 */
/* LSM Navy Blue #002266 */
/* LSM Navy blue from Paint #434b5e */
/* LSM Navy Blue 2 #073e7d */
/* LSM Forest green #26734d */

/* LSM OFFICIAL NAVY BLUE #45505f */
/* LSM OFFICIAL FOREST GREEN #57844d */

@media print{
   .noprint, .inputButton{
       display:none;
   }
}

.cke_notifications_area{ display:none; !important; }

/** Login **/
#loginTable { background:#45505f; }

/** Header **/
.headerTableCell {
	vertical-align:top
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	font-weight:bold;
	/*padding-bottom:50px;*/
}
.headerBordered {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9B9B9B;
}
.headerLink {
	color:#45505f;
	font-size:14px;
	text-decoration: none !important;
	line-height: 15px;
}
.headerLink:visited{
  color:#45505f;
}
.headerLink:hover {
	color:#57844d;
}
/** Fin Header **/

h4 {
	color:#45505f;
	font-size:1.1em;
}
.formSubtitle {
	font-size: 0.9em;
	font-weight: bold;
	padding-top:10px;
}

.bordered {
	border : 1px solid black;
	padding:10px;
}
.alignRight { text-align:right; }
.borderedTable { border-collapse: collapse; }
.borderedTable, .borderedTable td, .borderedTable th { border: 1px solid black; }
.paddedTable, .borderedTable td, .borderedTable th { padding:5px; }
.white { color : white; }
.white:hover { color : grey !important; }
.noUnderline { text-decoration : none; }
.clickable { cursor: pointer; }
.selectedSpan {
	background-color:#57844d;
	color:white;
}

/** Menubar **/
#menubarMain { background-color: #45505f; }
#menu_header_main {
    bottom: 0;
    /*color: #5a5a5a;*/
    font-size: 1em;
    position: absolute;
    text-transform: uppercase;
    top: /*16*/0px;
}
#menu_header_main ul.menu {
    float: left;
    list-style-type: none;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
}
#menu_header_main ul.menu > li {
    display: inline-block;
    height: 100%;
    //padding: 10px 20px 54px;
	padding: 10px 20px;
	padding-bottom:0px;
}
#menu_header_main ul.menu > li:hover {
	/*cursor:pointer;*/
}
#menu_header_main ul.menu > li:hover > a {
    color: #45505f;
    height: 100%;
	cursor:pointer;
}
#menu_header_main ul.menu > li > ul.sub-menu {
    background-color: white;
	color: #45505f;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    //border-top: 3px solid #e2193d;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    font-size: 0.8em;
    margin-top: 0;
    overflow: hidden;
    padding: 10px 30px 10px 10px;
    position: absolute;
  /*  top: 100%;*/
    z-index: 1000;
}
#menu_header_main ul.menu > li > ul.sub-menu > li > a {
	color: #45505f;
}
#menu_header_main ul.menu > li:hover > ul.sub-menu {
    border-left: 0 none;
    clip: inherit;
    height: auto;
    overflow: inherit;
    width: auto;
}
#menu_header_main ul.menu > li > ul.sub-menu > li {
    color: white !important;
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    text-transform: none;
}
#menu_header_main ul.menu > li > ul.sub-menu > li > a:hover {
    color: #57844d;
}
/** Fin Menubar **/

label.disabled { color : lightGrey; }
.container, #container {
	min-height: 100%;
	/*margin-bottom: -20px;*/
	/*background-color:#CFCFCF;*/
}

.content, #content {
    width:98%;
    margin: 0 auto;
	/*background-color:white;*/
}
.centeredContent, #centeredContent {
    width:90%;
    margin: 0 auto;
}

.LSMFormTable {
	width:90%;
	margin: 0 auto;
}

.orgContactsTable {
	border : 1px solid black;
	border-collapse: collapse;
}
.orgContactsTable th {
	/*text-align:left;*/
	border-left : 1px solid black;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
	padding:10px;
}
.orgContactsTable td {
	padding-left:10px;
	border-right : 1px solid black;
	border-bottom : 1px solid black;
}

body{
	font-family: 'Arial', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	color: #333333;
	font-size: 15px;
	line-height: 18px;
	margin:0;
}

.flexbox {
	display:block;
}

.suiviFlex { margin-bottom:2%; }
.suiviFlex_label, .suiviFlex_info, .suiviFlex_Desc {
	display:inline-block;
	padding:2px;
}

.suiviFlex_label { width:10%; text-align:right; }
.suiviFlex_info { width:35%; }
.suiviFlex_Desc { width:85%; }

.title_bar {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	//background-color: #a6a6a6;
	background-color: #e6e6e6;
	color:#45505f;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	min-height:35px;
}
.title_content {
	padding: 10px 0;
	margin-left: 5%;
	margin-right: auto;
	text-align: left;
}

.whiteReadonly{ background-color:white !important; }
.input-disabled{background-color:#EBEBE4;border:1px solid #ABADB3;padding:2px 1px;}
input[disabled], textarea[disabled], select[disabled] {
	background-color:#EBEBE4;border:1px solid #ABADB3;padding:2px 1px;
}

.hidden { display: none; }
.fullWidth { width: 100% !important; }
.right { float: right; }
.left { float: left; }
.centered { text-align: center; }
.success { color:green; }
.bold { font-weight:bold; }

.topPad{
    margin-top: 0.5em;
}
.lPad {
    margin-left: 0.5em;
}
.lSpace {
    margin-left: 3%;
}
.largeLSpace {
    margin-left: 8%;
}
.smallBotSpace{
    margin-bottom:5px;
}
.smallerBotSpace{
    margin-bottom:10px;
}
.botSpace{
    margin-bottom:15px;
}

.popupUserGrid {
	width:100%;
    display: grid;
    grid-template-columns: 15% 35% 15% 35%;
}
.popupUserGrid_FullRowItem {
    grid-column-start: 1;
    grid-column-end:   5;
}

#loading {
	background: #e9e9e9;
	background-image: url("../../img/loading.gif");
	background-position: center;
    background-repeat: no-repeat;
	width: 100%;
	height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

.wordBreak {
	word-wrap: break-word;
    overflow-wrap: break-word;
}

.rightForm, .indent {
	text-align:right;
	padding-right:15px;
}

.alignCenter {
    margin-left: auto;
    margin-right: auto;
}

.flexDuo_Item_1 {
  flex:35;
}
.flexDuo_Item_2 {
  flex:65;
}
.flexDuo {
  display: flex;
  flex-wrap: wrap;
}

.hexaGrid {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
}
.hexaGrid_FullRowItem {
    grid-column-start: 1;
    grid-column-end:   7;
}

/** Popups! **/
#modalCover {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    display:none;
}
#modalCover { z-index:9997; }

body.open #modalCover, body.open #userPopup, body.open #docPopup {
    display:block;
}

.greenBG, .greenBG td { background-color:#b3ffb3 !important; }
.tealBG, .tealBG td { background-color:#adebeb !important; }
.gTealBG, .gTealBG td { background-color:#b4e4cd !important; }
.blueBG, .blueBG td { background-color:#b3c6ff !important; }
.yellowBG, .yellowBG td { background-color:#ffffb3 !important; }
.orangeBG, .orangeBG td { background-color:#ffd1b3 !important; }
.redBG, .redBG td { background-color:#ffb3b3 !important; }
.purpleBG, .purpleBG td { background-color:#e6ccff !important; }
.greyBG, .greyBG td { background-color:#d9d9d9 !important; }
.whiteBG, .whiteBG td { background-color:#ffffff !important; }

#userPopup {
    position:fixed;
    z-index:9998;
    width:60%;
    height:50%;
    display:none;
    background:#fff;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:20%;
    left:20%;
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    overflow:auto;
    /*border:10px solid #fff;*/
    /*padding:2%;*/
}
#userPopup #innerContent{
    border:10px solid #fff;
    padding:2%;
}


#docPopup {
    position:fixed;
    z-index:9998;
    width:60%;
    height:50%;
    display:none;
    background:#fff;
    box-shadow:0 0 15px -5px rgba(0,0,0,0.8);
    top:20%;
    left:20%;
    -webkit-transition:800ms margin-top ease-in-out;
    transition:400ms margin-top ease-in-out;
    overflow:auto;
    /*border:10px solid #fff;*/
    /*padding:2%;*/
}
#docPopup #innerContent{
    border:10px solid #fff;
    padding:2%;
}

/*** Fin popups **/

/** Images **/
.hoverImg:hover {
    opacity: .5;
}
.lightHoverImg:hover {
    opacity: .7;
}
.std_16_Icon{
    width:16px;
    height:16px;
    cursor:pointer;
}
.std_24_Icon{
    width:24px;
    height:24px;
    cursor:pointer;
}
.std_32_Icon{
    width:32px;
    height:32px;
    cursor:pointer;
}
/** Fin images **/


/** Inputs **/
.tableDisplayDiv input, select {
    margin-bottom: 0px !important;
}
input, select, textarea, email {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #6b6f72;
    font-size: 12px;
    //margin-bottom: 6px !important;
    outline: medium none;
    padding: 6px;
    text-shadow: none;
    vertical-align: bottom;
}
input[type=text].error, input[type=email].error, input[type=password].error, textarea.error, select.error {
    color: #000;
    background-color: #ffffcc;
}
label.error {
    color: red;
	font-size:0.8em;
	display:block;
}

.lastSaveInfoDiv {
	font-size:0.8em;
	font-style: italic;
}
input[type="text"] { width: 200px; }
.smallText { font-size:0.7em; }
.smallInput { width:80px !important;}
.medInput { width:150px !important;}
.longInput { width:250px !important;}
.nbInput { width:40px; }
.text_filter { width : 80% !important; }
.whiteReadonly{ background-color:white !important; }
.readonly { background-color:#EBEBE4;border:1px solid #ABADB3; }
.errorMsg {
    font-weight: bold;
    color: red;
}
.successMsg {
    color: green;
}

textarea, input {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

input, select, textarea {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border:none;
}

button, input[type=button] {
	cursor: pointer;
	background:#57844d;
	color:#ffffff;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border: none;
}
button:hover, button.selected, input[type="submit"]:hover, input.selected[type="submit"]:hover, input[type="button"]:hover, input.selected[type="button"]:hover {
    background-color: #45505f;
}
.reverseButton{
	cursor: pointer;
	background-color: #57844d;
	color:#ffffff;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border: none;
}
.reverseButton:hover{
	background:#ffffff;
	color:#57844d;
}
.hidden { display: none !important; }


/* Validation */
input.submitted:invalid,
textarea.submitted:invalid,
select.submitted:invalid {
   border:1px solid red !important;
}
input.submitted[type=radio]:invalid{
    outline: 1px solid red;
}
input.submitted[type=checkbox]:invalid{
    outline: 1px solid red;
}
input[type=radio].error, input[type=checkbox].error, input[type=file].error {
	outline: 1px solid red;
}
/*.invalid { border:1px solid red !important; }*/

input[type='number'] {
    -moz-appearance:textfield;
	text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/** DATATABLES **/
.even td{ background-color: #f2f2f2; }
.tabledisplay {
	border-top: 2px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 2px solid #707070;
	text-align: left;
	border-collapse: collapse;
	font-size: 0.9em !important;
}
.tabledisplay th {
	font-weight: bold;
	text-indent: 4px;
	border-bottom: 1px solid #505050;
	border-top-width: 0;
	border-right-width: 0;
	border-left: 1px solid #505050;
	color: #FFFFFF;
	background-color: #57844d;
}
.tabledisplay td {
	padding:5px;
	border-bottom: 1px solid #707070;
	color: #707070;
	border-top: 1px solid #707070;
}
.tabledisplay tfoot tr td {
	background: #e8edff;
	color: #99c;
}
.tabledisplay tbody tr:hover td { color: #339; }


.redBG, .redBG td { background-color:#ffb3b3 !important; }

/* Tableaux documents */
#orgDocsTable{
	border-collapse: collapse;
}
#orgDocsTable th, #orgDocsTable td {
  border: 1px solid black;
  padding: 8px;
}

.orgDocsTH{
	background-color: #57844d;
	color:white;
}
.orgDocsTableHeader{
	background-color:#45505f;
	color:white;
}
.emptyDocTypeBody{
	font-style: italic;
}

/* Footer */
#push {
	height:20px;
	clear:both;
}
#footer {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-size: cover;
	background: #222629;
	padding-top: 20px;
	padding-bottom: 20px;
	color:white;
}
