.modal-fullscreen
{
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content
{
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer
{
  border-radius: 0;
}

.modal-fullscreen .modal-body
{
  overflow-y: auto;
}

.body
{
	margin-top: 90px;
	height: calc(100vh - 140px);
	padding: 0px;
}

.card-radius
{
	border-radius: 10px;
}

.card-body
{
	color: #000;
	padding: 15px;
}

.card-header
{
	color: #000;
	background-color: #fff;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

carte-titre
{
	font-size: 2em;
	margin-bottom:.5em
}

.alert-body
{
	color: #000;
	padding: 0px;
}

.alert-header
{
	color: #000;
	background-color: #fff;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

.card-footer
{
	color: #000;
}

.copiedtext
{
  position: absolute;
  left: 0; top: 0; right: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(-1em);
  color: #000;
  transition: all .500s;
}

.copied .copiedtext
{
  opacity: 1;
  transform: translateY(-2em);
}

.formulaire-fond
{
	margin-top:80px;
	background-color:rgba(255,255,255,0.7);
	
	border-radius:5px 5px 5px 5px;
}

.formulaire-toolbar-fond
{
	margin-left:-15px;
	margin-right:-15px;
	border-radius:5px 5px 0px 0px;
}

.form-signin
{
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox
{
  font-weight: 400;
}

.form-signin .form-control
{
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus
{
  z-index: 2;
}

.form-signin input[type="email"]
{
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"]
{
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pdf-viewer
{
	width:100%;
	height:calc(100vh - 70px);
	margin:0px;
	padding:0px
}

.mail_viewer
{
	width:100%;
	height:calc(100vh - 120px);
	margin-top: 70px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px
}

.carte_viewer
{
	width:100%;
	height:calc(100vh - 140px);
	margin-top: 50px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px
}

.mail_viewer
{
	width:100%;
	height:calc(100vh - 140px);
	margin-top: 50px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px
}

.window-form
{
	margin-top:70px;
	margin-bottom:80px;
}

.container-form
{
	padding-top:10px;
	padding-bottom:60px;
}

.window-title
{
	border-radius:5px 5px 0px 0px;
	color:#ffffff;
	font: 16px/120% Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#891113;
	padding:5px;
	margin-left:-15px;
	margin-right:-15px;
}
.color-blue
{
	color:#0070c0;
}
.btn-disable
{
	background-color: #777;
	color: #fff;
	cursor: not-allowed;
}
.btn-disable:hover
{
	background-color: #666;
	color: #fff;
	cursor: not-allowed;
}

.bg-white
{
	background-color: #ffffff;
}

.bg-red
{
	background-color: #891113;
}

.bg-orange
{
	background-color: #f6a13b;
}

.bg-vert-clair
{
	background-color: #45d366;
}

.border-1
{
	border: 1px solid;
}

.border-2
{
	border: 2px solid;
}

.border-3
{
	border: 3px solid;
}

.border-4
{
	border: 4px solid;
}

.border-5
{
	border: 5px solid;
}

.border-rouge
{
	border-color: #891113;
}

.color-red
{
	color: #891113;
}

.color-orange
{
	color: #f6a13b;
}

.color-white
{
	color: #ffffff;
}

.gras
{
	 font-weight:bold;
}
.bg-translucideB
{
	background-color:rgba(255,255,255,0.7);
}

.bg-translucideN
{
	background-color:rgba(0,0,0,0.5);
}

.sticky-offset
{
    top: 70px;
}

.sticky-offset-filtre
{
    top: 144px;
}

.sticky-offset-alpha
{
    top: 140px;
}

.sticky-offset-tiers
{
	top: 240PX;
}

.sticky-offset-separ
{
	top: 140px;
}
.sticky-offset-mail-date
{
	top: 148px;
}

.sticky-offset-document {
	top: 130px;
}

.sticky-offset-document-date {
	top: 148px;
}

.sticky-offset-qualite {
	top: 165px;
}

.sticky-offset-qualite-famille {
	top: 0px;
}

.sticky-offset-qualite-sous-famille {
	top: 40px;
}

.sticky-offset-qualite-action-type {
	top: 80px;
}

.wscale-xs {
	border: 0px 0px;
	background-color: #009900;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	margin-right: 5px;
	margin-top: 3px;
}

.wscale-xs:hover {
	background-color: #00ff00;
	cursor: pointer;
}

.wscale-md {
	border: 0px 0px;
	background-color: #000099;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	margin-right: 5px;
	margin-top: 2px;
}

.wscale-md:hover {
	background-color: #0000ff;
	cursor: pointer;
}

.wscale-lg {
	border: 0px 0px;
	background-color: #999900;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	margin-right: 5px;
	margin-top: 1px;
}

.wscale-lg:hover {
	background-color: #ffff00;
	cursor: pointer;
}

.wscale-xl {
	border: 0px 0px;
	background-color: #990000;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	margin-right: 5px;
}

.wscale-xl:hover {
	background-color: #ff0000;
	cursor: pointer;
}

 /* Style the buttonbar */
buttonbar {
  overflow: hidden;
  background-color: #333;
  border: 5px 5px 5px 5px;
  border-radius:0px 0px 5px 5px;
}

/* buttonbar links */
buttonbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky-bottom {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky-bottom + .content {
  padding-bottom: 60px;
} 

html {
  scroll-behavior: smooth;
}
body.fond
{
	margin-top:70px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px;
	background-color: #eeeeee;
	width: 100%; 
	height: calc(100% - 70px); 
	background-image: url(/images/fond.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
}

body.fond2
{
	margin-top:70px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px;
	background-color: #999999;
	width: 100%; 
	height: calc(100% - 70px); 
	background-image: url(/images/fond2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

body.alerte
{
	padding:0px; 
	margin:0px; 
	background-color:transparent;
}

body.form
{
	background-color: #eeeeee;
	margin-top:55px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:70px;
}

body.alert
{
	background-color: #eeeeee;
	margin-top: 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
}


body.mail
{
	margin-top:70px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px;
	background-color: #ffffff;
}
body.noir
{
	background-color:#444444; 
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px; 
	margin-bottom:0px;
}
body.entete
{
	margin:0 0 0 0;
	text-align:center;
}

iframe.pdf-viewer
{
	position: absolute; 
	left: 0px; 
	top: 50px; 
	width: 100%; 
	height: calc(100% - 100px); 
	margin: 0 0 0 0; 
}

iframe.entete
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 45px; 
	margin: 0 0 0 0; 
	text-align: right;
}

iframe.toolbar
{
	position: absolute; 
	left: 0px; 
	top: 45px; 
	width: 100%; 
	height: 30px; 
	margin: 0 0 0 0; 
	text-align: right;
}
iframe.menu
{
	position: absolute; 
	left: 0px; 
	top: 75px; 
	width: 250px; 
	height: calc(100% - 75px); 
	margin: 0 0 0 0; 
	text-align: right;
}
iframe.corps
{
	position: absolute; 
	left: 200px; 
	top: 45px; 
	width: calc(100% - 200px); 
	height: calc(100% - 45px); 
	margin: 0 0 0 0; 
	text-align: right;
}

iframe.tableau
{
	position: absolute; 
	left: 0px; 
	top: 20px; 
	width: 100%; 
	height: calc(100% - 20px); 
	margin: 0 0 0 0; 
	text-align: right;
}

iframe.alerte
{
	display: none;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	margin: 0 0 0 0; 
	text-align: center;
	vertical-align: middle;
}

iframe.action
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 0; 
	height: 0px; 
	visibility: hidden;
}

iframe.liste
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	margin: 0 0 0 0; 
	text-align: right;
}

iframe.formulaire
{
	width: 650px; 
	height: 100%; 
	margin: 0 0 0 0; 
	text-align: right;
	transition: all 0.7s;
}

iframe.liste_annee
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100px; 
	margin: 0 0 0 0; 
	text-align: right;
}

iframe.formulaire_annee
{
	position: absolute; 
	left: 0px; 
	top: 100px; 
	width: 100%; 
	height: calc(100% - 100px); 
	margin: 0 0 0 0; 
	text-align: right;
}
iframe.formulaire_images_form
{
	position: inherit; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	border: none;
}
iframe.fenetre
{
	/*display:none;*/
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	background-color:rgba(0,0,0,0.5);
	frameborder:0;
}
iframe.mail_display
{
	position: inherit; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: calc(100vh - 120px); 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	border: none;
}

.mail-body
{
	height: calc(100vh - 120px); 
}

div.tableau-entete
{
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030
}

div.tableau-ligne:hover
{
	background-color: #ccc;
}

div.row-fluid
{
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.carte{
	width:100%;
	height:calc(100vh - 110px);
	margin-top: 55px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	background-color: #999999;
}

div.acces_form
{
	position: absolute; 
	left: calc(50% - 300px); 
	top: calc(50% - 200px); 
	width: 600px; 
	height: 400px; 
	margin: 0 0 0 0; 
	text-align: right;
	background-color: rgba(255, 255, 255, 0.5);
}

div.acces_logo
{
	width: 100%;
	text-align: center;
	background-color: #00733c;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 20px;
}

div.entete
{
	width: 100%; 
	height: 45px; 
	margin: 60px 0 0 0; 
	text-align: right;
	background-color: #00733c;
}

div.info
{
	outline: none;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #00733c;
	text-align: center;
	vertical-align: middle;
	padding: 1px;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

a.info
{
	outline: none;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #00733c;
	text-decoration: none;
	font-weight: bold;
}

div.entete_logo
{
	float: left;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
	width: 60px;
	height: 45px;
}
div.entete_toolbar
{
	float: left;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
	width: calc(100% - 660px);
	padding-top: 0px;
}
div.entete_date
{
	float: left;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	width: 200px;
	padding-top: 15px;
}
div.entete_profil
{
	float: left;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	width: 400px;
	padding-top: 2px;
}
div.entete_texte
{
	float: left;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	width: 30%;
	height: 45px;
	padding: .8em 0em 0em;
}
div.entete_webelia
{
	float: left;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: right;
	width: 25%;
	padding: 0em 0em 0em;
}
div.toolbar
{
	position: absolute; 
	left: 0px; 
	top: 45px; 
	width: 100%; 
	height: 30px; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

div.corps
{
	position: absolute; 
	left: 0px; 
	top: 75px; 
	width: 100%; 
	height: calc(100% - 75px); 
	margin: 0 0 0 0; 
	text-align: right;
	
}

div.corps2
{
	position: absolute; 
	left: 200px; 
	top: 75px; 
	width: calc(100% - 200px); 
	height: calc(100% - 75px); 
	margin: 0 0 0 0; 
	text-align: right;
	
}

div.activite_date
{
	float: left;
	outline: none;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #999999;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
div.activite_montant
{
	outline: none;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #999999;
	text-align: right;
	vertical-align: middle;
}
div.activite_texte
{
	outline: none;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	vertical-align: middle;
	padding: 1px;
}
div.activite_total
{
	float: left;
	outline: none;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #ff0000;
	background-color: #eeeeee;
	text-align: right;
	vertical-align: middle;
}
div.champ_multi_entete
{
	color: #fff;
	background: #444;
	font-weight: bold;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	padding: 5px 5px 15px 5px;
	margin: 0px 0px 0px 0px;
	height: 40px;
}
div.champ_multi_corps
{
	background: #ccc;
	font-weight: bold;
	color: #555555;
	width: 100%;
	border-radius: 0px 0px 5px 5px;
	padding: 5px 5px 5px 10px;
	#margin: 0px 0px 0px 0px;
	font: 14px/100% Arial, Helvetica, sans-serif;
}
div.champ_multi_corps_libelle
{
	margin-top:2px;
}
div.champ_multi_corps_libelle:hover
{
	margin-top:2px;
	color:#000000;
}
div.webmail_liste_date
{
	background-color:#555555;
	color:#ffffff; 
	padding-left: 5px;
}
a.champ_multi_entete
{
	color: #555555;
	float: right;
	padding: 3px 23px 0px 0px;
}
a.champ_multi_entete:hover
{
	color: #007bff;
}

td.titre
{
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 20px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:.2em 0em .2em;
	color: #00733c;
}
table.tableau
{
	width:100%;
	
}

tr.tableau_colonne
{
	height: 100%;
}

tr.tableau_ligne_survol
{
	font: 16px/100% Arial, Helvetica, sans-serif;
}

tr.tableau_ligne_survol:hover
{
	background-color:rgba(250,250,250,0.7);
	font: 16px/100% Arial, Helvetica, sans-serif;
}

td.tableau_titre
{
	position: sticky;
	top: 0;
	font: 16px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding:.1em 0em .1em;
	background-color: #00733c;
	width: 8.33%;
}

td.tableau_gantt
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #ff0000;
	width: 8.33%;
	border-top: 1px solid #ffffff;
}

td.tableau_colonne
{
	background-color:#eeeeee;
	height: 100%;
}

td.tableau_titre_off
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding:.1em 0em .1em;
	background-color: #999999;
}

td.tableau_label
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	color: #00733c;
	font-weight: bold;
	text-align: right;
}
td.tableau_texte
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

td.tableau_texte_alerte
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-align: left;
}

td.tableau_cellule
{
	font: 14px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background-color: #eeeeee;
}
td.aide
{
	font: 14px/100% Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-align: center;
}

.agenda_ligne
{
	float: left;
	width: 100%;
	background-color: #ffffff;
	vertical-align:middle;
}

.agenda_titre
{
	display: inline-block;
	width: calc((100% / 6) - 4px);
	font: 16px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	background-color: #00733c;
}

.agenda_semaine
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	background-color:#eeeeee;
	height: 100%;
	width: calc((100% / 6) - 4px);
	vertical-align:top;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	text-align: center;
}

.agenda_jour
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	width: calc((100% / 6) - 4px);
	vertical-align:top;
	color:#000000;
	font-weight:bold;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	background-color:#eeeeee;
}
.agenda_jour_courant
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	width: calc((100% / 6) - 4px);
	vertical-align:top;
	color:#ffffff;
	font-weight:bold;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	background-color:#555555;
}
.agenda_jour_actuel
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	width: calc((100% / 6) - 4px);
	vertical-align:top;
	color:#f6a13b;
	font-weight:bold;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	background-color:#eeeeee;
}

.agenda_jour_courant_actuel
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	width: calc((100% / 6) - 4px);
	vertical-align:top;
	color:#f6a13b;
	font-weight:bold;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	background-color:#555555;
}

.agenda_jour_hors_mois
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	width: calc((100% / 6) - 4px);
	vertical-align:top;
	color:#999999;
	font-weight:bold;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	background-color:#eeeeee;
}

.agenda_evenement
{
	display: inline-block;
	font: 12px/120% Arial, Helvetica, sans-serif;
	width: 100%;
	vertical-align:top;
	font-weight:normal;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	border-radius: 3px;
}

a.entete
{
	font-family:Verdana;
	font-size:8pt;
	color:#ff0000;
}
a.toolbar
{
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 13px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 13px;
	height: 100%;
	color: #ffffff;
	transition: all 0.7s; 
	border-bottom: 3px solid #00733c;
}
a.toolbar:hover
{
	color: #ffffff;
	border-bottom: 3px solid #dd0000;
	cursor: pointer;
}
a.toolbar_in
{
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 13px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 13px;
	color: #ffffff;
	background-color: #333333;
	border-bottom: 3px solid #dd0000;
}

a.form_toolbar
{
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	height: 100%;
	color: #ffffff;
	transition: all 0.7s; 
	border-bottom: 3px solid #00733c;
}
a.form_toolbar:hover
{
	color: #ffffff;
	border-bottom: 3px solid #dd0000;
	cursor: pointer;
}
a.form_toolbar_in
{
	display: inline-block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	color: #ffffff;
	background-color: #333333;
	border-bottom: 3px solid #dd0000;
}

a.sommaire
{
	display: block;
	outline: none;
	text-align: left;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #000000;
	transition: all 0.7s; 
	border-left: 3px solid #ffeeff;
}
a.sommaire:hover
{
	color: #00733c;
	border-left: 3px solid #00733c;
	cursor: pointer;
}
a.sommaire_in
{
	display: block;
	outline: none;
	text-align: left;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #00733c;
	background-color: #ffffff;
	border-left: 3px solid #dd0000;
}
a.toolbar:active
{
	color: #dd0000;
	background-color: #999999;
	padding-bottom: 0px;
	border-bottom: 3px solid #dd0000;
	cursor: pointer;
}
a.montant
{
	cursor: pointer;
	text-decoration: none;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a.lettre
{
	margin: 2px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/250% Arial, Helvetica, sans-serif;
	width: calc(100/26)%;
	color: #ffffff;
	background-color: #aaaaaa;
	padding: 0em 1em 0em;
}
a.lettre:hover
{
	background-color: #00733c;
	color: #ffffff;
}
a.lettre_in
{
	margin: 2px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/250% Arial, Helvetica, sans-serif;
	width: calc(100/26)%;
	color: #ffffff;
	background-color: #00733c;
	padding: 0em 1em 0em;
}
div.lettre
{
	background-color: #dd0000;
	width: 30px;
}
body.sommaire
{
	background: #ccffcc;
	margin: 0 0 0 0;
}
body.calendrier_sommaire
{
	outline: none;
	text-align: left;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:.2em 0em .2em;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 3px solid #dd0000;
}

div.tableau_ligne
{
	width: 100%;
}

div.tableau_ligne:hover
{
	background-color: #aaffaa;
}

div.tableau_titre
{
	display: inline-block;
	position: -webkit-fixed;
	position: -moz-fixed;
	position: -ms-fixed;
	position: -o-fixed;
	position: fixed;
	top: 0;
	width: calc(8.33% - 4px);
	font: 16px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	background-color: #00733c;
}

div.tableau_colonne
{
	display: inline-block;
	width: calc(8.33% - 4px);
	height: calc(100% - 4px);
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #ff0000;
	background-color: #eeeeee;
	text-align: right;
	vertical-align: middle;
}

div.tableau_cellule
{
	display: inline-block;
	width: calc(8.33% - 4px);
	height: 100%;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-weight: normal;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
}

div.calendrier_titre
{
	outline: none;
	float: left;
	text-align: left;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:.2em 0em .2em;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 3px solid #dd0000;
	width: 200px;
}
div.sommaire_titre
{
	outline: none;
	text-align: left;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:.2em 0em .2em;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 3px solid #dd0000;
}
div.sommaire
{
	position: absolute; 
	left: 0px; 
	top: 60px; 
	width: 200px; 
	height: calc(100% - 45px); 
	margin: 0 0 0 0; 
	text-align: right;
	background-color: rgba(255, 255, 255, 0.5);
}
div.sommaire_liste:hover
{
	color: #00733c;
	background-color: #ffffff;
	width: calc(100% - 3px);
	border-bottom: 3px solid #000000;
}
div.sommaire_liste_in
{
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 0;
	color: #00733c;
	background-color: #ffffff;
	width: calc(100% - 3px);
	border-left: 3px solid #00733c;
}
body.liste
{
	background-color: #aaaaaa;
	margin: 0 0 0 0;
}
body.liste_titre
{
	outline: none;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:.2em 0em .2em;
	color: #ffffff;
	background-color: #333333;
	border-bottom: 3px solid #dd0000;
}
button.champ_multi_entete
{
	float: right;
}
div.liste_titre
{
	outline: none;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:.2em 0em .2em;
	color: #ffffff;
	background-color: #333333;
	border-bottom: 3px solid #dd0000;
}
div liste_titre_action
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:.2em 0em .2em;
	color: #ffffff;
}
div.liste_date
{
	outline: none;
	text-align: left;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:.2em 0em .2em;
	color: #ffffff;
	background-color: #333333;
	border-bottom: 3px solid #dd0000;
}
div.liste
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 200px; 
	height: calc(100% - 45px); 
	margin: 0 0 0 0; 
	outline: none;
	text-decoration: none;
	font: 14px/150% Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}
div.liste:hover
{
	color: #dd0000;
	background-color: #ffffff;
}
div.liste:active
{
	color: #dd0000;
	background-color: #ffffff;
}
div.liste_in
{
	outline: none;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	font: 14px/150% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: .2em 0em .2em;
	color: #000000;
	background-color: #ffffff;
	width: 100%;
}
div.recherche_titre
{
	outline: none;
	text-align: left;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding:.2em 0em .2em;
	color: #000000;
	border-bottom: 3px solid #dd0000;
}
div.recherche_texte
{
	outline: none;
	text-align: left;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding:.2em 0em .2em;
	color: #555555;
}

div.form
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	margin: 0 0 0 0; 
	text-align: right;
}

div.form_toolbar
{
	width: 100%;
	margin: 0 0 0 0;
	background-color: #00733c;
}

div.agenda_ligne
{
	float: left;
	width: 100%;
	background-color: #ffffff;
	vertical-align:middle;
}

div.agenda_titre
{
	display: inline-block;
	width: calc((100% / 6) - 4px);
	font: 16px/100% Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	background-color: #00733c;
}

div.agenda_semaine
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	background-color:#eeeeee;
	height: 100%;
	width: calc((100% / 6) - 4px);
	vertical-align:top;
	padding:1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	text-align: center;
}

div.activite_niveau_ligne
{
	font: 14px/120% Arial, Helvetica, sans-serif;
	width: 100%;
	color:#999999;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#ffffff;
}

div.activite_niveau_progression_vert
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	vertical-align:top;
	color:#999999;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#00733c;
}

div.activite_niveau_progression_orange
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	vertical-align:top;
	color:#999999;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#fb6704;
}

div.activite_niveau_progression_rouge
{
	display: inline-block;
	font: 14px/120% Arial, Helvetica, sans-serif;
	vertical-align:top;
	color:#999999;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#dd0000;
}

div.form_date_plus
{
	display: inline-block;
	float: left;
	text-decoration: none;
	font: 16px/120% Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-weight: bold;
	text-align: right;
	width: 20px;
	vertical-align:middle;
	background-color: #ffffff;
}

div.form_date_moins
{
	display: inline-block;
	float: left;
	text-decoration: none;
	font: 16px/120% Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-weight: bold;
	text-align: left;
	width: 20px;
	vertical-align:middle;
	background-color: #ffffff;
}

div.form_date_titre
{
	display: inline-block;
	float: left;
	font: 16px/120% Arial, Helvetica, sans-serif;
	color: #00733c;
	font-weight: bold;
	text-align: center;
	width: calc(100% - 40px);
	background-color: #ffffff;
}

div.form_ligne
{
	float: left;
	width: 100%;
	vertical-align:middle;
}
div.form_photo
{
	display: inline-block;
	float: left;
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
	margin: 0px 5px 5px 0px;
	width: 90px;
	height: 90px;
	background-color: #ffffff;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center; 
}
input.form_photo_delete
{
	position: inherit; 
	left: 0px; 
	top: 0px; 
}
div.form_titre
{
	/*display: block;
	float: left;*/
	outline: none;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font: 20px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:.2em 0em .2em;
	color: #00733c;
	background-color: #ffffff;
	border-bottom: 3px solid #000000;
}
div.form_label
{
	display: inline-block;
	float: left;
	font: 16px/120% Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: bold;
	text-align: right;
	width: 20%;
	padding: .2em 1em .2em;
}
div.form_field
{
	display: inline-block;
	float: left;
	font: 16px/120% Arial, Helvetica, sans-serif;
	color: #00733c;
	font-weight: normal;
	text-align: left;
	padding: .2em 1em .2em;
}
div.form_iframe
{
	position: absolute; 
	right: -650px; 
	top: 0px; 
	width: 650px; 
	height: 100%;
	background-color: #ff0000;
	margin: 0 0 0 0; 
	text-align: right;
	transition: all 0.7s;
}
div.form_iframe:hover
{
	right: 0px;
}
img.form_field
{
	height: 20px;
	vertical-align: middle;
}
div.form_button
{
	float: left;
	vertical-align:middle;
	text-align: center;
}
div.form_aide
{
	float: left;
	width: 100%;
	font: 14px/100% Arial, Helvetica, sans-serif;
	color: #ff0000;
	text-align: center;
}
div.separateur_vertical
{
	position: absolute; 
	right: 600px; 
	top: 0px; 
	width: 3px; 
	height: 100%; 
	margin: 0 0 0 0;
	background-color: #eeeeee;
	cursor: col-resize;
}
label
{
	font: 14px/100% Arial, Helvetica, sans-serif;
	color: #111;
	text-decoration: none;
	font-weight:bold;
}
a
{
	text-decoration: none;
}
a.bouton
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .2em 0em .2em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #ffffff;
	border: solid 1px #000000;
	background-color: #aaaaaa;
	transition: all 0.7s;
}
a.bouton:hover
{
	text-decoration: none;
	background-color: #00733c;
}
a.bouton:active
{
	position: relative;
	top: 1px;
	color: #fef4e9;
	background-image: linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -o-linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -moz-linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -webkit-linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -ms-linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.12, #ff0000), color-stop(0.5, #aa0000));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#aa0000');
}
a.bouton_in
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .2em 2em .2em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #ffffff;
	border: solid 1px #000000;
	background-image: linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -o-linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -moz-linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -webkit-linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -ms-linear-gradient(top, #ff0000 12%, #aa0000 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.12, #ff0000), color-stop(0.5, #aa0000));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#aa0000');
}
div.espace
{
	font: 14px/120% Arial, Helvetica, sans-serif;
	color: #2d2d7d;
	font-weight: normal;
	text-align: right;
	padding: .5em 1em .5em;
}
a.tableau_titre
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	text-decoration: none;
}
a.tableau_texte
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;
	text-decoration: none;
}
a
{
	font: 14px/100% Arial, Helvetica, sans-serif;
	color:#000000;
}
a.liste
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:.2em 0em .2em;
	color: #000000;
	text-decoration: none;
}
a.liste_alerte
{
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding:.2em 0em .2em;
	color: #ff0000;
	text-decoration: none;
}
a.liste_uvies
{
	width: 100%;
	font: 24px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:.2em 0em .2em;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
a.liste_uvies:hover
{
	color: #00733c;
}
input
{
	font: 14px/100% Arial, Helvetica, sans-serif;
	color:#000000;
}
select
{
	font: 14px/100% Arial, Helvetica, sans-serif;
	color:#000000;
}
select.titre
{
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	color:#dd0000;
	text-align:left;
}
textarea
{
	font: 14px/100% Arial, Helvetica, sans-serif; 
	color:#000000;
}

legend
{
	font-family:Verdana;
	font-size:12pt;
	font-weight:normal;
	color:#dd0000;
}
input.retour
{
	display: block;
	background-color: transparent;
	background-image: url(images/retour.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	margin: 0px auto;
	padding: 0px 0 0 0;
	text-align: center;
	vertical-align: middle;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
input.submit
{
	font: 18px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #aaaaaa;
	color:#ffffff;
	border: none;
	padding: 5px 15px 5px 15px;
	border-radius: 7px;
	transition: all 0.7s;
}
input.submit:hover
{
	background-color: #00733c;
}
input.submit:invalid 
{
	border: 2px solid #ff0000;
}
input.pwd
{
	color:#000000;
}
input.pwd_error
{
	color:#ff0000;
}
input.pwd_ok
{
	color:#00ff00;
}

input.pwdNull
{
	font: 14px/120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffff;
	color:#ffffff;
	border: none;
}

input.pwdFalse
{
	font: 14px/120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ff0000;
	color:#ffffff;
	border: none;
}

input.pwdTrue
{
	font: 14px/120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #A0DA54;
	color:#ffffff;
	border: none;
}

img.profile
{
	height: 40px;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	margin: 0px;
	padding: 0px;
	
}

img.profile_deconnexion
{
	height: 20px;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	margin: 0px;
	padding: 0px;
	
}

img.fleche_date
{
	height: 20px;
}

img.liste-portrait
{
	height: 50px;
	margin-left: -22px;
	margin-top: -12px;
	margin-bottom: -12px;
	margin-right: 5px;
	-webkit-border-radius: 3px 0px 0px 3px; 
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

i.liste-portrait
{
	height: 50px;
	width: 50px;
	color:#000000;
	background-color:#999999;
	margin-left: -18px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 5px;
	text-align: center;
	padding-top: 6px;
	-webkit-border-radius: 3px 0px 0px 3px; 
	-moz-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

.nrm
{
	width:70px;
	color:#adadad;
	text-align:center;
	padding:2px;
	background-color:#F1F1F1;
	display:block;
	vertical-align:middle;
}

.red
{
	width:70px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FF6F6F;
	display:block;
	vertical-align:middle;
}

.yellow
{
	width:70px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FDB14D;
	display:block;
	vertical-align:middle;
}

.green
{
	width:70px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#A0DA54;
	display:block;
	vertical-align:middle;
}
#weak, #medium
{
	border-right:solid 1px #DEDEDE;
}

#sm
{
	display: inline-block;
	float: left;
	margin:0px;
	padding:0px;
	height:14px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:10px;
}

#sm ul
{
	display: inline-block;
	border:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
	vertical-align:middle;
}

#sm ul li
{
	display: inline-block;
	float:left;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:14px;
}

#formulaire{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: black;
    opacity: 0.5;
    z-index: 1000;
}
#formulaire:target{
    display: block;
}
#formulaire a{
    font-weight: bold;
    padding: 10px 25px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50px;
}
#weak, #medium
{
	border-right:solid 1px #DEDEDE;
}

#sm
{
	display: inline-block;
	margin:0px;
	padding:0px;
	height:14px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:10px;
}

#sm ul
{
	display: inline-block;
	border:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

#sm ul li
{
	display: inline-block;
	float:left;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:14px;
}

.text-titre
{
	outline: none;
	text-align: center;
	text-decoration: none;
	font: 32px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #111;
	height: 70px;
}

.check {
	width: 28px;
	height: 28px;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 20px auto;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.check input[type=checkbox]:checked {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.column-right, .column-left {
	position: fixed;
	top: 90px;
	width: 100%;
	height: calc(100vh - 105px);
	border-radius: 10px;
	display: none;
	visibility: collapse;
}

.column-right {
	left: calc(100vw - ((100vw - 1200px) / 2) - 15px);
}

.column-left {
	left: 15px;	
}

@media (min-width: 1500px) {
  .column-left, .column-right {
	min-width: 30px;
    max-width: calc((100vw - 1200px) / 2);
    display: block;
    visibility: visible
  }
}
