/* ----------------------- GLOBAL TAGS */
/* ----------------------------------- */
/* ----------------------------------- */
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
html {}
body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #828282;
    /*font-size: 17px;*/
    line-height: 1.706em;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.167em;
    font-weight: 600;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 20px;
}
a{
    text-decoration: none;
}
/* ----------------------- THEME DARK */
/* ----------------------------------- */
/* ----------------------------------- */

html.dark body {
  color: #fff;
  background-color: #232323;
}

html.dark h1 {
}

html.dark #left-panel{
    background-color:#101010;
}
html.dark #footer{
    background-color: #393939;
}
html.dark #footer a{
    color: #efefef;
}
/* ----------------------- THEME LIGHT */
/* ----------------------------------- */
/* ----------------------------------- */
html.light body *{
   color: #111; 
}
html.light body {
  color: #111;
  background-color: #fff;
}

html.light h1 {
}
html.light #left-panel{
    background-color:#efefef;
}
html.light #footer{
    background-color: #ccc;
}
html.light .h2-left {
	border-bottom: 2px solid #ccc;
}

html.light #navTools a, html.light #nav a{
    color:#333;
}
html.light #navTools a:hover, html.light #nav a:hover {
	color: #ff5a14;
}
html.light #nav li{
    background-image: url(../img/lineBgLight.png);
}
html.light #nav li a{
    background-image: url(../img/birdLight.png);
}
html.light #nav a.on, html.light #navTools a.on{
    color: #ed0000;
}
html.light .t_dark, html.light #inscriBox .t_inscri_info {
    background-color: #ccc;
}

html.light #inscriBox a {
	color: #ff5a14;
}
html.light .obspictbox img{
    filter: invert(100%);
}

html.light .barreEspece {
	background-image: url(../img/borderEspeceLight.png);
}

html.light #logBox {
	border: solid 1px #ccc;
	background-color: #ccc;
}
html.light .resBox {
	background-color: #ccc;
}
html.light #pollBox li, html.light #pollBox strong{

	color:#fff;
}

/* ----------------------- FORM */
/* ----------------------------------- */
/* ----------------------------------- */
select, input[type="text"], input[type="password"], input[type="email"], textarea {
	border-radius: 3px;
	border: 1px solid #232323;
	background-color: #efefef;
	width: 100%;
	padding: 3px;
}
.submit{
    width: 100%;
}
.in-error{
    border:1px solid red !important;
}
#left-panel *{
    font-size:0.85rem;
}
#left-panel .in {
	background-image: url(../img/inBg.png);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	color: #990033;
}
#left-panel input:focus{
     outline: none;
}
#left-panel #search-button {
	width: 100%;
	border: none;
	padding: 7px 5px;
	background-color: #cccccc;
	display: block;
	text-align: center;
	border-radius: 5px;
	background: #45484d;
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}
#left-panel #search-button i.fas {
	color: #fff;
}
#left-panel label{
    display: block;
}
#left-panel {
min-height: 100vh;
/*overflow: auto; */
}
#nav-panel{
    display: block;
}
.fixed-nav{
   /*position: fixed;
   width:20%;*/
}
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.h2-left {
	text-transform: uppercase;
	font-size: 0.5em;
	border-bottom: 2px solid #393939;
	padding-bottom: 5px;
    margin-bottom: 7px;
    font-weight:400;
    position: relative;
}
.h2-left img{
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.h2-left i{
    margin-right: 6px !important;
}
.h2-left.h-log{
    cursor: pointer;
}
.h2-left.h-log:hover {
	color: #933;
}
#sp-box,#opt-box{
    display: none;
}


.switch-box-wrapper{
    position: relative !important;
    margin-bottom: 20px;
}
.switch-box{
    top: 20px !important;
	right: 50px !important;
    position: absolute !important;
}
.m_switch {
    width: 40px !important;
    height: 20px !important;
    
}

.switch-box-view-wrapper{
    position: relative !important;
    margin: 20px 0px;   
}
.switch-box-view{
    top: 20px !important;
	right: 50px !important;
    position: absolute !important;  
}

#f_location{
    margin-bottom: 20px;
}
#login{
    display: none;
    margin-bottom: 10px;
}
#login p{
    margin-bottom: 5px;
}
#btncoderescue{
    color: orange;
}
#logBox {
	border: solid 1px #333;
	background-color: #191919;
	padding: 3px;
    margin-bottom: 15px;
}
#logBox dl {
    display: flex;
}
#logBox dt{
    flex: 20%;
    padding-right: 7px;
}
#logBox dd{
    flex: 80%;
    line-height: 1.2em;
}
#btnLogout{
    font-size: 0.7rem;
    position: relative;
    margin-top: 4px;
    cursor: pointer;
    color:rgba(168,69,70,1.00);
    display: block;
}
#btnLogout i{
    position: absolute;
    right: 3px;
    top: 8px;
}

/* ----- NAV */
#nav {
	list-style: none;
	margin-top: 25px;
}
#nav li {
	background-image: url(../img/lineBg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 4px;
}
#nav li a {
	display: block;
	background-image: url(../img/bird.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding: 6px 0px 6px 22px;
	text-decoration: none;
	color: #efefef;
}

#nav li a.on{
	color: #CC3;
}
#nav li a:hover {
	background-image: url(../img/birdOver.png);
	color: #ccc;
}

#navTools {
	margin-top: 25px;
}
#navTools li a {
	display: block;
	background-image: url(../img/info.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding: 6px 0px 6px 22px;
	text-decoration: none;
	color: #efefef;
}
#navTools li a.on {
	color: #CC3;
}
#navTools li a:hover {
	background-image: url(../img/infoOver.png);
	color: #ccc;
}
/* -----------------------  global styles that apply to all themes */
/* ----------------------------------- */
/* ----------------------------------- */
#switcher-box{
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 2;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  min-height: 100vh;
}
#left-panel{
    flex: 20%;
    padding: 10px;
}
#right-panel{
    flex: 80%;
    position: relative;
}
#footer{
    position: absolute;
    bottom: 0px;
    width:100%;
    font-weight: 300;
    font-size: 0.7em;
    padding: 20px;
    text-align: center;
}
#footer .fa-solid{
    font-size: 0.6em;
    vertical-align: middle;
    margin: 0px 5px;
    color:#666;
}
#footer img{
    vertical-align: middle;
}
/* --- LEFT PANEL */
.h-logo {
	font-size: 1.4em !important;
	border-bottom: 2px solid #393939;
	padding: 10px 0px;
	font-weight: 500;
}
#nav-mob{
    display: none;
}

/* ---- RIGHT PANEL*/
#main-content{
    padding: 10px 10px 120px 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.resBox {
	text-align: center;
	border: dashed 1px #3C6A83;
	padding: 20px;
	width: 60%;
	margin: 200px auto 10px auto;
	background-color: #333;
    color: #3C6A83;
}
/* --- PAGINATION */
.limitObs {
	width: 90%;
    margin: 30px auto 10px auto;
    font-size: 0.9em;
}
.numPage {
	padding-right: 0px;
	/* text-align: right;*/
}
.numPage.npes {
	text-align: left;
}
.s-block {
	display: inline;
}
.limitObs a {
	color: #ccc;
}
.combopageination {
	width: 50px;
    font-size:0.9em;
}
/* --- OBS RESULT */
.barreEspece {
	width: 90%;
	margin: 0px auto;
	background-image: url(../img/borderEspece.png);
	background-repeat: repeat-x;
	margin-top: 12px;
	border-collapse: collapse;
}
.espece {
	font-size: 0.94em;
	font-weight: 400;
	color: #8EBAFF;
	padding-left: 3px;
}
.espece:hover {
	color: #C90;
}
.espece, .nbObs {
	padding-top: 20px;
	vertical-align: top;
}
.nbObs {
	font-size: 0.75em;
	color: #8EBAFF;
    line-height: 1em;
}
.listEspece {
	width: 90%;
	margin: 0px auto;
	border-collapse: collapse;
}
.listEspece *{
    font-size: 0.93em;
}
.dashLine {
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.vignetteOis {
	border: 1px solid #777;
	border-radius: 10px;
	width: 50px;
	height: 50px;
}
.vignetteCanton {
	border: 1px solid #777;
	border-radius: 5px;
	width: 20px;
	height: 20px;
}
img {
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.dashLine td {
	padding-top: 2px;
	vertical-align: middle;
}
.obsText {
	/* padding-right: 20px; */
	vertical-align: middle;
}
.obsText.picto {
	width: 120px;
}
.obsGras {
	font-weight: 700;
}
.obsText, .photographe {

	padding-bottom: 6px;
	padding-top: 6px;
	text-decoration: none;
	vertical-align: top;
	color: #fff;
}
.obspictboxmob{
    display: none;
}
.obspictbox img{
    width:16px;
    height: 16px;
}
#t_user {
	width: 90%;
	margin: 12px auto;
	border-collapse: collapse;
	border-left: 3px solid #777;
}
#t_user td {
	padding-left: 10px;
}
#t_user p {
	margin-bottom: 10px;
}
#t_user a {
	text-decoration: none;
	color: #CC0;
}
/* --- POLL */
.btnvote{
    color: #fff;
    /*background-color: #666 !important;*/
    font-size: 1em !important;
    /*padding: 5px 10px !important;
    border-radius: 5px;
    text-transform: uppercase;*/
    cursor: pointer;
}

/* ---- HOME */
#homeContent{
	margin-right: 15px;
	margin-bottom: 25px;
}
#homeContent #t_1, #homeContent #t_2{
	width: 100%;
}
#homeContent #t_1 td, #homeContent #t_2 td{
	text-align: center;
}
#homeContent #t_1 h1{
	margin: 6px 0px;
	font-size: 14px;
}
#homeContent #t_2{
	margin-top: 25px;
}
#homeContent #t_2 td{
	padding-bottom: 15px;
}
#homeContent a{
	text-decoration: none;
	color: #F33;	
}
#homeContent img{
	border:1px solid #999;
}

/* ---------- CAROUSEL */
#h_left, #h_right {
	width: 50%;
	float: left;
	/* padding-left: 82px; */
	text-align: center;
}
#carousel {
	width: 400px;
	height: 190px;
	padding: 0;
	overflow: scroll;
	border: 1px solid #999;
	margin-bottom: 14px;
	margin: 0px auto;
}
#carousel ul {
	list-style: none;
	width: 100%;
	margin: 0px auto;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
#carousel + div{
	margin-bottom: 2px;
	margin:10px auto;
}
.textholder {
	text-align: left;
	font-size: 10px;
	padding: 2px;
	color: #333;

}

/* ---------- CAROUSEL 2 */
#carousel_2 {
	width: 400px;
	height: 190px;
	padding: 0;
	overflow: scroll;
	border: 1px solid #999;
	margin: 0px auto;
}
#carousel_2 ul {
	list-style: none;
	width: 1500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel_2 li {
	display: inline;
	float: left;
}
#carousel_2 + div{
	margin-bottom: 2px;
	margin:10px auto;
}
    
    .homeNo1 { 
    width: 100%;
        max-width: 1000px;
    }

/* ADD OBSERVATION  */
#inscriBox *{
    font-size: 0.95em;
    line-height: 1.2em;
}
#inscriBox h2{
    font-size:1em;
}
#inscriBox p{
    font-size:0.9em;
    margin-bottom: 12px;
}
#inscriBox a {
  text-decoration: none;
  color: #F96;
}
#inscriBox input[type='submit']{
    padding: 7px 20px;
}
#inscriBox .grid h3{
    font-size: 0.95em;
    margin-bottom: 7px;
    border-bottom: 1px solid #444;
    padding-bottom: 2px;
}
#inscriBox .grid a{
   font-size: 0.9rem;
    display: block;
}
#inscriBox .grid img{
   margin-top: 7px;
}
#inscriBox .grid .col-1-3{
    padding-bottom: 30px;
}
.grid.g-map h5{
    margin-bottom: 3px;
}
#map{
    margin-bottom: 20px;
}
#f_add_lieu .grid{
    margin-bottom: 20px;
}
#f_add_lieu{
    width: 800px;
    margin: 0px auto;
}
.t_dark {
  background-color: #333;
  padding: 10px;
  margin-bottom: 15px;
}
#prevMultiPict{
    margin-bottom: 20px;
}
#prevMultiPict img {
	width: 57px;
	height: 57px;
	border: 3px solid #fff;
	margin-right: 10px;
}
/* ------ temp */
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
}


/* --- STEP 2 */
#s2_left {
	width: 550px;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	padding: 10px;
}
#s2_left dl *{
    font-size: 0.9em;
}
#s2_left dt {
	display: block;
	width: 100px;
	float: left;
	padding-bottom: 20px;
}
#s2_left dd {
	display: block;
	width: 350px;
	float: left;
	padding-bottom: 20px;
}
#s2_left h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 18px;
	clear: both;
}
#s2_left ul.infoListBox {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: square;
	background-color: #FFC;
	color: #333;
	font-size: 11px;
	padding: 4px 4px 4px 20px;
	border-radius: 6px;
	border: 1px solid #FF3;
    width:100%; 
    margin-left: 0px;
}
#s2_left ol {
	padding-left: 25px;
	margin: 10px 0px;
    list-style-type: decimal;
}
#virtualMultiBox {
	min-height: 30px;
	padding-bottom: 20px;
}
#pictObsPreview {
	/* background-color: #006699; */
	height: 56px;
	background-image: url(../img/photoPrev.gif);
	background-repeat: no-repeat;
}
#pictLink.pl_v2 {
	list-style: none;
	padding: 0px;
}
#pictLink.pl_v2 li {
	display: inline-block;
	margin-right: 17px;
	width: 56px;
	text-align: center;
}
select.cbdate {
	width: 25%;
}
#s2_right {
	width: 308px;
	float: left;
	padding: 10px;
	background-color: rgba(62,142,38,0.4);
	/* position: fixed; */
	/* right: 50px; */
}
.btnStep2Submit {
	text-align: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
	cursor: pointer;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	-moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	box-shadow: inset 0px 1px 0px 0px #c1ed9c;
	background-color: #9dce2c;
	border-radius: 6px;
	border: 1px solid #83c41a;
	height: auto;
}
/* HOME */
#myCarousel {
width:640px;
margin: 0 auto;
}


/* INSCRIPTION */
#inscriBox table {
	width: 800px;
	margin: 10px auto;
}
#inscriBox .t_inscri_info *{
    font-size: 0.9rem;
}
#inscriBox .t_inscri_info{
    background-color:#333
}
#inscriBox .t_inscri_info td{
    padding:10px;
}

#f_inscri *{
    

    font-size: 0.95rem;
}
#f_inscri td{
    padding-bottom: 7px;
}
/* ---- Photographie */
#galBox {
	margin-left: 40px;
}
#galBox .limitObs {
	width: 90%; 
    margin: 10px 0px;
}
#inscriBox .numPage * {

    font-size: 0.98em;
    line-height: 1.4em;
}
.numPage.npes {
	text-align: left;
}
.numPage {
	padding-right: 0px;
	/* text-align: right; */
}
.limitObs a {
	color: #ccc;
}
.mini{
    display:inline-grid;
    margin: 5px 2px;
    width: 100px;
    height: 64px;
    overflow: hidden;
}
.mini img:hover{
    transform: scale(1.5);
}
.mini img{
    width: 100px;
    height: 64px;
}

.mini2 li{
   display: inline-block;
    width: 100px;
    height: 64px;
    overflow: hidden;
    margin: 5px;
}

.mini2 img{
    width: 100px;
    height: 64px;
}
.mini2 img:hover{
    transform: scale(1.5);
}
/* --- FIche oiseaux */
.especeFiche {
	color: white;
	width: 95%;
	padding: 1em;
	margin: 0 auto;
}
.especeFiche *{
    /*font-size: 1.1rem;*/
}
#oisDetailInfo *{
    font-size: 0.95rem;
}
#oisDetailInfo dt {
	/* color: #a1f2ff; */
	padding-bottom: 4px;
	font-size: 1.12em;
}
#oisDetailInfo dd {
	padding-left: 30px;
	padding-bottom: 10px;
}
/* ---- MEMBRE */
.filtre {
	width: 100%;
	padding: 20px;
    position: relative;
}
.filtre select {
	display: inline-block;
    margin-right: 10px;
    width: auto !important;
    height: 32px;
    font-size: 0.9em;
}
.filtre input[type="submit"] {
	display: inline-block;
    width: auto !important;
    height: 32px;
    line-height: 30px;
    padding: 0px 20px;
    font-size: 0.9em;
}
.membrepad {
	border-bottom: 1px solid #393939;
}
.membrepad a {
	border-radius: 4px;
	background-color: #000;
	border: 1px solid #666;
	cursor: pointer;
	padding: 2px;
	color: #9CC;
	text-decoration: none;
	margin-right: 10px;
}
.pictMembre {
	margin-bottom: 15px;
	width: 100%;
	max-width: 80px;
	border: 1px solid #393939;
	border-radius: 5px;
}
/* --- OISEAUX */
#listEspeceBox {
	width: 98%;
	margin: 25px auto;
	padding-bottom: 25px;
}
/* --- OISEAUX */
#listEspeceBox *{
    font-size: 0.96em;
}
#listEspeceBox ul {
	padding-left: 20px;
	list-style: none;
}
#listEspeceBox ul li {
	width: 30%;
	border: 1px solid #777;
	float: left;
	margin: 6px;
	padding: 2px 2px 2px 0px;
	position: relative;
    min-height: 100px;
}
#listEspeceBox ul li a {
	text-decoration: none;
	color: #cccc33;
}
#listEspeceBox span {
	background-color: #000;
	color: #ccc;
	padding: 2px;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	display: block;
	width: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
    text-align: center;
}
#listEspeceBox p {
    line-height: 1.4em;
	margin-left: 70px;
}

/* ----- BM */
.limitMem {
	margin: 12px auto;
	width: 800px;
	border-bottom: 3px solid #333;
	border-collapse: collapse;
}
.limitMem td {
	padding-bottom: 4px;
    font-size: 0.8em;
}
.limitMem a{
	color: #ccc;
}
.numPage {
	padding-right: 0px;
    text-align: right;
}
.limitMem a{
	color: #ccc;
    font-size: 0.85em;
}
.pageOn {
	border: 1px solid #ccc;
	padding: 0px 2px;
}
.limitMem img {
	vertical-align: middle;
	border: none;
}

.listMessageBox {
	border: 1px solid #666;
	width: 800px;
	margin: 10px auto;
}
.listMessageBox .col_1, .listMessageBox .col_2, .listMessageBox .col_3, .listMessageBox .col_4 {
	float: left;
	min-height: 80px;
    padding: 10px;
    
}
.listMessageBox .col_1 {
	width: 200px;
}
.listMessageBox .col_2 {
	width: 100px;
	text-align: center;
}
.listMessageBox .col_3 {
	width: 450px;
}
.listMessageBox .col_4 {
	/*width: 80px;*/
	text-align: right;
    clear: both;
    min-height: inherit;
}
.listMessageBox .col_4 a{
    margin-right: 20px;
}
.listMessageBox h4{
    font-size: 1em;
    margin-bottom: 2px;
}
.listMessageBox p{
    font-size: 0.8em;
    margin-bottom: 2px;
}

/* --- POLL BOX */
/* #pollBox{
    position: absolute;
    width: 250px;
    height: 300px;
    z-index: 9990;
    background-color: antiquewhite;
    display: none;
} */


.sl-additional-html {
	/*position: absolute;
	top: -50px;
	z-index: 9500;*/
    text-align: right;
    position: relative;
    top:-38px;
    right: 10px;
    z-index: 9800 !important;
}
.sl-additional-html i{
    color: #BF0408 !important;
    font-size: 1.5em !important;
}
#pollBox{
	background-color:#000;
	position:fixed;
	top: 55px;
	left: 20px;
	z-index: 10010;
	width: 250px;
	padding: 3px;
	display: none;
	color: #efefef;
	background-image: url(../pictureEditor/images/top-textur3.png);
	background-repeat:repeat-x;
	border: 2px solid #333;
	cursor:move;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #efefef 0px 0px 4px;
	-moz-box-shadow: #efefef 0px 0px 4px;
	box-shadow: #efefef 0px 0px 4px;
}
#pollBox *{
    font-size: 0.95em;
}
#pollBox form p{
    margin-bottom: 5px;
}
#tablePict{
	border-collapse:collapse;
	width: 100%;
}
#tablePict td{
	height: 750px;
	text-align:center;
	vertical-align:middle;
}

#pollBox h3{
	padding: 4px 2px;
	background-color:#666;
	color: #efefef;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

#pollBox ul{
	list-style: none;
	margin-bottom: 10px;
}
#pollBox ul li{
	padding: 4px;
	/*border-top: 1px solid #666;*/
	background-image:url(../img/lineBg.png);	
	background-repeat:repeat-x;
	background-position: left bottom;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
#pollBox ul li img{
	vertical-align: middle;
	margin-right: 10px;
}
#pollBox a{
	text-decoration: none;
	color:#FC6;
}
#pollBox a:hover{
	color:#FF9;
}
#f_voteBox{
    height: 50px;
    text-align: center;
}
#btnPoll{
	position:absolute;
	top: 0px;
	right: 60px;
	z-index: 20;
	width: 32px;
	height: 32px;
	background-image:url(/imgInterface/info8.png);
	background-repeat:no-repeat;
	text-indent: -2000px;
	overflow:hidden;
	cursor: help;
}
#btnClose{
	display: block;
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(/imgInterface/close.png);
	background-repeat:no-repeat;
	
}


#messageBox.loading{
	background-image:url(/imgInterface/loading.gif);
	background-repeat:no-repeat;
	background-position: center center;
}
#messageBox{
	background-color:#000;
	position:absolute;
	top: 120px;
	right: 300px;
	z-index: 10010;
	width: 400px;
	min-height: 320px;
	padding: 3px;
	display: none;
	color: #efefef;
	background-image: url(/pictureEditor/images/top-textur3.png);
	background-repeat:repeat-x;
	border: 2px solid #333;
	cursor:move;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #efefef 0px 0px 4px;
	-moz-box-shadow: #efefef 0px 0px 4px;
	box-shadow: #efefef 0px 0px 4px;

	
}
#messageBox h3{
	padding: 4px 2px;
	background-color:#666;
	color: #efefef;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
#messageBox .infoMsg img{
	float: left;
	border: 1px solid #efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin-right: 10px;
	margin-bottom: 10px;
}
#messageBox .infoMsg{
	margin-top: 10px;
}
#messageContent{
	min-height: 320px;
}
#f_edit{
	clear: both;
	margin: 25px auto 5px auto;
	width: 100%;
}
#f_edit p{
	margin: 5px 0px;
}
#f_edit .in{
	width: 98%;
	border: 1px solid #666;
	padding: 2px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}
#f_edit textarea{
	min-height: 140px;
}
#alert{
	display: none;
	background-color:#F33;
	color: #efefef;
	text-align:center;
	padding: 10px;
	background-image:url(../imgInterface/alert.png);
	background-repeat:no-repeat;
	background-position:25px center;
	font-weight: bold;
	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mycustom .miniP{
    display: inline-block;
    position: relative;
    margin-right: 20px;
    height: 60px;
}
.mycustom .miniP .controlBox{
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 100;
}
/* --------------------------------------------- */
#messageViewBox.loading{
	background-image:url(imgInterface/loading.gif);
	background-repeat:no-repeat;
	background-position: center center;
}
#messageViewBox{
	background-color:#000;
	position:absolute;
	top: 120px;
	right: 300px;
	z-index: 10010;
	width: 400px;
	min-height: 320px;
	padding: 3px;
	display: none;
	color: #efefef;
	background-image: url(pictureEditor/images/top-textur3.png);
	background-repeat:repeat-x;
	border: 2px solid #333;
	cursor:move;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #efefef 0px 0px 4px;
	-moz-box-shadow: #efefef 0px 0px 4px;
	box-shadow: #efefef 0px 0px 4px;

	
}
#messageViewBox h3{
	padding: 4px 2px;
	background-color:#666;
	color: #efefef;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
#messageViewBox #btnClose2{
	display: block;
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
	width: 16px;
	height: 16px;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(imgInterface/close.png);
	background-repeat:no-repeat;
	
}

#profilBox {
	width: 800px;
	margin: 80px auto;
}
#profilBox td{
    padding: 5px;
}
#profilBox .submit{
    margin: 5px;
    width: 99%;
    padding: 10px;
}
.mycustom .ZebraDialog_Body {
	padding: 0px;
    background-color: #232323;
}

#f_updateObs{
    padding: 20px;
}
#f_updateObs label,#f_updateObs p{
    color: #efefef;
}
#f_updateObs #jour,#f_updateObs #mois,#f_updateObs #annee{
    display: inline-block!important;
    width: 80px !important;
}

#f_message_box{
    padding:20px;
}
#f_message_box .infoMsg, #f_message_box p{
    color: #fff;
}

.pagination {
    text-align: right;
	width: 800px;
	margin: 10px auto;
}

/* ---- BM */
#messageBoxPanel{
    position: relative;
}
#messageBoxPanel .col_small {
	width: 290px;
	margin-right: 20px;
	background-color: rgba(0,0,0,0.3);
	padding: 10px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
	float: left;
}

#messageBoxPanel h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	padding: 6px 0px;
	background-color: #111;
	color: #ccc;
}
/*
#msgDispBox {
	width: 590px;
	background-color: rgba(0,0,0,0.3);
	padding: 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: left;
}*/
#msgDispBox {
	width: 590px;
	background-color: rgba(0,0,0,0.3);
	padding: 10px;
	border-radius: 8px;
	float: left;
	position: fixed;
	left: 620px;
}

#loadMsgLu {
	text-align: center;
}

#messageBoxPanel .listMessage {
	list-style: none;
	margin-bottom: 20px;
    font-size: 14px;
}
#messageBoxPanel .listMessage li span {
	display: block;
	border: 1px solid #666;
	background-color: rgba(0,0,0,00.5);
	padding: 4px;
	margin: 4px 0px;
	border-radius: 4px;
	cursor: pointer;
    text-align: left;
}
#messageBoxPanel .messageGroupBox {
	display: none;
}
#messageBoxPanel .listMessage li .messageGroupBox strong {
	display: block;
	border-bottom: 1px solid #333;
	background-color: transparent;
	border-radius: 0px;
	background-image: url(../img/message.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 2px 2px 25px;
	margin-left: 20px;
	cursor: pointer;
    font-size: 12px;
}
#msgDispBox h3 {
	padding-left: 30px;
	background-image: url(../img/display.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #ccc;
}
#viewMessBox dt {
	text-align: center;
}
#viewMessBox dt + dd {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 7px 0px;
	font-size: 11px;
	text-align: right;
}
#viewMessBox dt + dd em {
	background-image: url(../img/date.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 2px 5px 2px 26px;
	border-radius: 6px;
	background-color: #333;
	font-size: 11px;
	font-style: normal;
}
#viewMessBox dt + dd strong {
	background-image: url(../img/user.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	margin-left: 5px;
	padding: 2px 5px 2px 26px;
	border-radius: 6px;
	background-color: #000;
	font-size: 11px;
}

