/*
    Rouge clair  : #ff495b
    Rouge foncé  : #e30613
    Gris clair   : #4a4a49
    Gris foncé   : #3c3c3b
*/

.light-theme {
    --select_background: white;
}

.dark-theme {
    --select_background: white;
}

@font-face {
    font-family: 'exo';
    font-style: normal;
    font-weight: normal;
    src: url('Exo2.0-Medium.otf') format('truetype');
/*  src: url('/styles/Exo2.0-Black.otf') format('truetype'); */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
/*  font-weight: 400;*/
    font-weight: normal;
    src: url(Roboto.woff) format('woff');
}

.light-theme {
    --btn-login_background: #e30613;
    --btn-login_color: white;
    --forgot_password: #595959;
    --background-gradient: linear-gradient(to right, #ff5858, #e30613);
}

.dark-theme {
    --btn-login_background: #e30613;
    --btn-login_color: white;
    --forgot_password: #595959;
    --background-gradient: linear-gradient(to right, #ff5858, #e30613);
}

body
{
    margin:0;
    padding:0;
/*    background: url("../pictures/911_background.svg") no-repeat center fixed;*/
    background: var(--background-gradient);
    background-size: cover; /* version standardisée */
    font-family: Roboto, sans-serif;
    font-size: 100%;
    box-sizing:border-box;
}

form {
    height: 100%;
}

p
{
    margin:0;
    font-size: 100%;
}

div
{
    font-size: 100%;
    box-sizing: border-box;
}

input[type="checkbox"] {
    width:auto;
    height:auto;
    box-sizing:initial;
}

/********************/
/*   Common Header  */
/********************/
div.header
{
/*    width:calc(100% - 220px); */
    width:100%;
    height:40px;
    display:block;
/*    float:right; */
    background-color: #4a4a49;
    box-sizing: border-box;
}

div.topleft
{
    display:block;
    box-sizing: border-box;
    float:left;
    /* width:500px; */
    width:calc(100% - 550px);
    height:40px;
    margin-left:20px;
    line-height:35px;
    color:white;
    font-size:x-large;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.topright
{
    display:block;
    float:right;
    height:40px;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
/*    padding-top:5px; */
    box-sizing:border-box;
}

img.avatar
{
    position:relative;
    object-fit: cover;
    width:34px;
    height:34px;
    top:-1px;
    border-radius: 50%;
}

div.avatar
{
    position:relative;
    width:34px;
    height:34px;
    line-height:34px;
    top:-1px;
    background-color: lightgray;
    color: white;
    text-align: center;
    overflow:hidden;
    border-radius: 50%;
}

div.main
{
    display:block;
    position:absolute;
    top:40px;
    right:0px;
    left:220px;
/*    width:calc(100% - 230px); */
    bottom: 0px;
    overflow:auto;
    box-sizing: border-box;
    margin:10px 10px 10px 10px;
}
#dropdown-messages {
    color: black;
}
div.skoazell img {
    margin: 2px 0 0 1px;
    height: 36px !important;
}
a, a:link, a:visited, a:active
{
    color: black;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
}

a:hover
{
    color: orange;
}

a.menu, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover
{
    font-size: 11pt;
}

a.menubarbtn, a.menubarbtn:link, a.menubarbtn:visited, a.menubarbtn:active
{
    color: black;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    cursor: pointer;
}

a.homemenu, a.homemenu:link, a.homemenu:visited, a.homemenu:active
{
    color: black;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 11pt;
    cursor: pointer;
}

a.homemenu:hover
{
    color: orange;
    font-weight: bold;
}

div.mydepartments
{
    background:#4a4a49; /*#e30613;*/
    color: white;
    width:100%;
    height: 2em;
    line-height: 2em;
    font-style: normal;
    font-weight: normal;
/*    font-size: 11pt;*/
    text-indent: 1em;
}


div.newevent
{
    position:absolute;
    right:10px;
    top:3em;
    height:190px;
    width: 850px;
    padding-left:2px;
    font-size:16px;
    color:#000000;
    background-color:white;
    overflow:auto;
    border-radius: 4px;
    padding: 4px;
}

div.mainFollowup2
{
    position:absolute;
    right:10px;
    top:250px;
    bottom:10px;
/*    height:200px; */
    width: 850px;
    padding-left:2px;
    padding-top:2px;
/*    border:2px solid #888; */
    border-radius: 4px;
    font-size:16px;
    color:#000000;
    background-color:white;
    overflow:auto;
}

div.mainFollowup
{
    position:absolute;
    right:10px;
    top:25px;
/*    bottom:10px; */
    height:200px;
    width: 660px;
    padding-left:5px;
    border:2px solid #888;
    border-radius: 2px 2px 2px 2px;
    font-size:16px;
    color:#000000;
    background-color:white;
    overflow:auto;
}

table.mainFollowup
{
/*	width:100%; */
	width:215px;
/*        margin-right:2px;*/
	height:100%;
	font-style: normal;
	font-size: 8pt;
	font-weight: normal;
}

/**********************/
/*  HOME MENU MESSAGE */
/**********************/
div.homemenumessage
{
    position:absolute;
    left:10px;
    top:calc(3em + 2px);
    width: 160px;
    height: 22px;
    padding-left: 10px;
    padding-right: 20px;
    border:2px solid #888;
    font-size:11pt;
    color:#000000;
    background-color:white;
    overflow:hidden;
}

span.homemenutitle
{
    position: absolute;
    width: 100%;
    cursor: pointer;
}

div.listBackground
{
    position:relative;
    display:block;
    float:left;
    width:100%;
    color:black;
    background-color:white;
    overflow:auto;
}

div.detail
{
    position:relative;
    display:block;
    float:left;
    width:100%;
    color:black;
    background-color:white;
    overflow:auto;
}

div.listHeader
{
    padding-left:4px;
    color:white;
    background-color:#e30613;
    box-sizing: border-box;
    overflow:auto;
}

div.listFilter
{
    box-sizing: border-box;
    padding:10px 15px;
    height:45px;
}

div.personListHeader
{
	margin-top:10px;
        padding-left:4px;
        padding-right:4px;
	height: 40px;
	font-size:16px;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.personList
{
        padding-left:4px;
        padding-right:4px;
	font-size:16px;
	color:#000000;
	background-color:white;
	overflow:auto;
}


div.personListBack
{
	position:absolute;
	right:10px;
	left: 10px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-top: 2px solid grey;
        border-bottom: 2px solid grey;
	top:10px;
        bottom:10px;
	font-size:16px;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.personListFooter
{
	position:absolute;
        width:100%;
/*        padding-top: 10px;
        padding-bottom: 10px;
        padding-left:4px;
        padding-right:4px;*/
        bottom: 10px;
	font-size:16px;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.searchListHeader
{
	margin-top:5px;
        padding-left:4px;
        padding-right:4px;
	height: 90px;
	font-size:16px;
	color:#000000;
	background-color:white;
	overflow:auto;
}


div.personDetail
{
/*	position:absolute;*/
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-top: 2px solid grey;
	width: 860px;
	height: 270px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.personDetail2
{
	margin-left: 0 auto;
	margin-right: 0 auto;
	margin-top:0px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
	width: 860px;
	height: 100px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.reservemvtDetail2
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
	width: 860px;
	height: 150px;
	text-align: left;
        font-size:11pt;
        color:#000000;
	background-color:white;
	overflow:auto;
}


div.personDetail3
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-bottom: 2px solid grey;
        width: 860px;
	height: 60px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

.fieldlabel
{
    text-align: right;
    font-size: 1em;
    font-weight: normal;
}

div.dashboard
{
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    padding-left:4px;
    padding-right:4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-top: 2px solid grey;
    width: 1080px;
    height: 40px;
    text-align: left;
    color:#000000;
    background-color:white;
    overflow:auto;
}

div.dashboard2
{
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    margin-bottom:10px;
    padding-left:4px;
    padding-right:4px;
    border-left: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
    width: 1080px;
    bottom:10px;
    text-align: left;
    font-size:11pt;
    color:#000000;
    background-color:white;
    overflow:auto;
}

div.dashboardUnit
{
    width:48%;
    height:300px;
    float:left;
    background-color:white;
    text-align:center;
    border:1px solid black;
    margin-bottom:10px;
    padding-top:10px;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:3px;
    overflow:auto;
}

div.dashboardUnitDouble
{
    width:98%;
    height:300px;
    float:left;
    background-color:white;
    text-align:center;
    border:1px solid black;
    margin-bottom:10px;
    padding-top:10px;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:3px;
    overflow:auto;
}


div.dashboardSeparator
{
    width:1%;
    height:1px;
    float:left;
}


div.closureSummary
{
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
        padding-top: 4px;
        padding-left: 4px;
        padding-right: 4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-top: 2px solid grey;
	width: 960px;
	height: 50px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.closureSummary2
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
        padding-left: 4px;
        padding-right: 4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
	width: 960px;
	height: 370px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.closureSummary3
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
        padding-top: 4px;
        padding-left: 4px;
        padding-right: 4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-bottom: 2px solid grey;
	width: 960px;
	height: 70px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}



div.SupplierListHeader
{
	position:absolute;
	right:10px;
	left: 10px;
	top:10px;
	height: 40px;
	font-size:16px;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.SuppliertList
{
	position:absolute;
	right:10px;
	left: 10px;
	top:50px;
	bottom:10px;
	font-size:16px;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.supplierDetail
{
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-top: 2px solid grey;
	width: 860px;
/*	height: 470px; */
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.supplierDetail2
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
	width: 860px;
/*	height: 100px; */
	height: 0px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.supplierDetail3
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-bottom: 2px solid grey;
	width: 860px;
	height: 50px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.closureDetail
{
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-top: 2px solid grey;
	width: 760px;
	height: 120px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.closureDetail2
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
	width: 760px;
	height: 320px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.closureDetail3
{
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-bottom: 2px solid grey;
	width: 760px;
	height: 40px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

div.businessyearDetail
{
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
        padding-left:4px;
        padding-right:4px;
        border-left: 2px solid grey;
        border-right: 2px solid grey;
        border-top: 2px solid grey;
	width: 760px;
	height: 300px;
	text-align: left;
	color:#000000;
	background-color:white;
	overflow:auto;
}

table.tabsmall
{
	font-size:12px;
	text-align:center;
	border: 3px solid #000000;
	overflow:scroll;
}

a.clsId:link, a.clsId:visited, a.clsId:active, a.clsId:hover
{
	color:#6088AD;
}

div.ImageZoom
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/zoom.gif");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImageDelete
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/delete.png");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImageInfo
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/info2.png");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImagePick
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/pointer2.png");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImageDownload
{
	cursor:pointer;
	width:20px;
	height:16px;
	background-image:url("../pictures/download3.png");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImageRegulY
{
/*	cursor:pointer; */
	width:24px;
	height:24px;
	background-image:url("../pictures/regul_Y.png");
	background-repeat: no-repeat;
        background-position:center center;
}

div.ImageRegulN
{
/*	cursor:pointer; */
	width:24px;
	height:24px;
	background-image:url("../pictures/regul_N.png");
	background-repeat: no-repeat;
        background-position:center center;
}

button, input.bouton, input.boutonFonction, input.boutonFonctionReduit
{
	cursor: pointer;
}

a.boutonFonction
{
	background: transparent url("../pictures/boutons150x46.gif") no-repeat;
	font-size:11px;
	width:150px;
}

a.boutonFonctionReduit
{
	background: transparent url("../pictures/boutons96x46.gif") no-repeat;
	font-size:9px;
	width:96px;
}

a.boutonFonctionMini
{
	background: transparent url("../pictures/boutons47x46.gif") no-repeat;
	font-size:9px;
	width:47px;
}

.imageBoutonDroite
{
	position:relative;
	left:-15px;
	top:-23px;
}

.imageBoutonGauche
{
	position:relative;
	left:+15px;
	top:+23px;
}


a.boutonFonction, a.boutonFonctionReduit, a.boutonFonctionMini
{
	margin:1px 5px 1px 5px;
	background-color:transparent;
	color: black;
	text-decoration: none;
	height:23px;

	display:block;
	line-height: 23px;
	text-align:center;
}

a.boutonFonction:hover, a.boutonFonction:active, a.boutonFonctionReduit:hover, a.boutonFonctionReduit:active,
a.boutonFonctionMini:hover, a.boutonFonctionMini:active
{
	background-position:0 -23px; /* Décale de 23 pixels vers le haut */
	text-decoration:none;
	font-weight: normal;
}

table.detail
{
	font-size:10pt;
	text-align:center;
	overflow:scroll;
}

input, textarea
{
    font-family: Roboto, sans-serif;
    font-size:10pt;
/*    text-align:center; */
    text-indent:3px;
    overflow: hidden;
    width:100%;
    height:25px;
/*    border: solid 1px #bdc3c7; */
    border:none;
    font-weight: bold;
    box-sizing: border-box;
    background-color: #f5F5F5;
}

input:focus, textarea:focus
{
/*    border-color: #1abc9c; */
    border-color:#ef7d00;
}

input::-moz-placeholder, textarea::-moz-placeholder/*,
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
input:-ms-input-placeholder, textarea:-ms-input-placeholder*/
{
    font-style: italic;
    font-weight:normal;
}

input.readonly
{
    text-align:left;
    border:0px ;
}

textarea.readonly
{
    text-align:left;
    border:0px ;
}


a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url("../pictures/calendar.png") no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}


code
{
    display: block;
    background: #ddd;
    border: solid 2px #666;
    line-height: 15px;
}

table.tablesorter
{
	font-size:14px;
	text-align:center;
	border: 2px solid #000000;
	overflow:scroll;
        border-spacing:1px;
}

table.tablesorter thead tr .header
{
    background-image: url("../pictures/bg.gif");
    background-repeat: no-repeat;
    background-position: center right;
    padding-right:12px;
    cursor: pointer;
    background-color:#448CCB;
    color:white;
    font-weight:bold;
    text-align:center;
}


.tablesorter  tr.type1
{
    background-color:#D0D0DA;
    color:black;
    font-size:12px;
}

.tablesorter  tr.type2
{
    background-color:#F0F0F8;
    color:black;
    font-size:12px;
}

.tablesorter  tr.type3
{
    background-color:#CBC1AA;
    color:black;
    font-size:12px;
}

.tablesorter  tr.type4
{
    background-color:#ECE1C8;
    color:black;
    font-size:12px;
}

.tablesorter tr.type1:hover, .tablesorter tr.type2:hover, .tablesorter tr.type3:hover, .tablesorter tr.type4:hover
{
    background-color:#DDF18A;
}


div.menubar
{
/*    position:absolute;*/
    cursor:pointer;
    height:30px;
    width:auto;
    text-align:center;
    vertical-align:middle;
    padding-right:2px;
    padding-left:2px;
    background-color:#F5F5F5;
    border:1px solid #888;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    font-size: 8pt;

}

span.required
{
    color:red;
    font-weight:bold;
}

td.faketabup
{
    cursor:default;
    width:100px;
    padding-left:1em;
    padding-right:1em;
    height:2em;
    line-height: 2em;
    border-left:2px solid white;
    background-color:#e30613; /*white;*/
    font-size:14px;
    text-align:center;
    font-weight:bold;
    color:white; /*black;*/
    white-space: nowrap;
}

td.faketabdown
{
    cursor:default;
    width:100px;
    padding-left:1em;
    padding-right:1em;
    height:2em;
    line-height: 2em;
    border-top:2px solid white;
    border-left:2px solid white;
    background-color:#ff495b; /*lightgrey; */
    font-size:14px;
    text-align:center;
    font-weight:normal;
    color:white; /*#2E2E2E;*/
    white-space: nowrap;
}

td.faketabline
{
    border-bottom:1px solid black;
}

option.lang_1
{
    background-image: url("../pictures/en.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right:3px;
    margin-left:3px;
    color : #333333;
    text-align:left;
}

option.lang_2
{
    background-image: url("../pictures/fr.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right:3px;
    margin-left:3px;
    color : #333333;
    text-align:left;
}

option.lang_3
{
    background-image: url("../pictures/sp.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right:3px;
    margin-left:3px;
    color : #333333;
    text-align:left;
}

option.lang_4
{
    background-image: url("../pictures/ge.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #ffffff;
    margin-right:3px;
    margin-left:3px;
    color : #333333;
    text-align:left;
}

/*********************/
/* TABLESORTER PAGER */
/*********************/
div.listPager
{
/*    margin-left:4px;*/
    padding-left:10px;
/*    margin-right:4px;*/
    height:30px;
    font-size:10pt;
    color:#000000;
    background-color:lightblue;
    overflow:auto;
}

.statusCMB
{
    font-size:8pt;
    height:20px;
    width:150px;
}




div.uploadDialog {
    font-size:10pt;
}
/*
div.ui-widget-overlay{
        opacity:0.5;
        background-color:red;
}
*/
div.ImageWait
{
/*
    width:20px;
    height:16px;
*/
    text-align:center;
    background-image:url("../pictures/ajax.gif");
    background-repeat: no-repeat;
    background-position:center center;
}


div.prDialog
{
    font-size:10pt;
}

input[type=checkbox]
{
    border:none;
/*    transform: scale(0.8); */
}

label
{
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
}

.marquee
{
/*    width: 100%; 300px;*/
    overflow: hidden;
    border: 1px solid black;
    background: white;
}

div.scrolling-container
{
    display:none;
    position:fixed;
    bottom:0;
    width:100%;
    background-color:yellow;
}

div.scrolling-text {
    position:fixed;
    bottom:0;
    right:-1000px;
    padding-left:15em;
}

.big-screen-container {
    background-color: white;
}

.big-screen-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.big-screen-header-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.big-screen-content {
    display: flex;
    gap: 20px;
    padding: 10px;
    min-height: calc(100vh - 100px);
}

input.big_screen_col /*textarea.big_screen_col*/
{
    background-color: transparent;
    font-weight: bold;
    margin-left:10px;
    text-align:left;
    padding: 2px 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 2px;
    font-size: 11pt;
}

input.big_screen_col3
{
    background-color: transparent;
    border: 0;
    font-weight: bold;
    margin-left:5px;
    text-align:left;
}

textarea.big_screen_col
{
    background-color: oldlace;
    border: 0;
    width: calc(100% - 20px);
    height: 90px;
    margin: 10px;
    font-size: 17pt;
    resize: vertical;
}

input.big_screen_write_col
{
    background-color: transparent;
    border: 1px dotted grey;
    font-weight: bold;
    margin-left:2px;
    text-align:left;
    width:4em;
}

input.big_screen_write_col3
{
    background-color: transparent;
    border: 1px dotted grey;
    font-weight: bold;
    margin-left:5px;
    text-align:left;
    width:4em;
}

textarea.big_screen_write_col
{
    background-color: transparent;
    border: 1px dotted grey;
}

div.styled-select select
{
    background: transparent;
    width: 300px;
    padding: 2px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 25px;
/*    -webkit-appearance: none; */
    float:left;
}
/*
.styled-select
{
    width: 300px;
    height: 25px;
    overflow: hidden;
    background-image: url(../pictures/select_down.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 20px;
    background-color: white;
    border: 1px solid #aaa;
    float:left;
}
*/
.styled-select {
    position: relative;
    width: 300px;
    height: 25px;
    overflow: hidden;
    background-color: var(--select_background);
    border: 1px solid #bdc3c7;
    float: left;
    border-radius: .25rem;
}

select.select
{
    color: #4a4a49;
}

.select option:checked /*hover*/
{
    box-shadow: 0 0 10px 100px #ef7d00 inset;
/*
    color: #fff;
    background-color: #48c9b0;
    border-color: #48c9b0;
*/
}

/*************/
/* JQUERY-UI */
/*************/

/*
    Bleu clair  : #3246bc
    Bleu foncé  : #27348b
    Rouge clair : #ff495b
    Rouge foncé : #e30613
*/

.ui-widget
{
    font-family: Roboto, sans-serif;
    font-size:80%;
}

/* JQUERY UI no title bar */
.noTitleStuff .ui-dialog-titlebar {
    display:none;
}

/* JQUERY UI override */
.ui-corner-all
{
    border-radius: 0;
}

.ui-widget-content
{
    border-color: #e30613;
}

.ui-widget-header
{
    background: #e30613;
    border:none;

}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

/*
.ui-widget
{
    font-family: Roboto;
    font-size:1em;
}

.ui-dialog-title
{
    color:white;
}

.ui-selectmenu-button span.ui-selectmenu-text
{
    line-height: 1em;
    padding: .1em .1em .1em .1em;
    background-color: white;
}

.ui-menu .ui-menu-item
{
    padding: 0px 1em 0px 0.4em;
}

.ui-selectmenu-open
{
    z-index:10000;
}
*/

.ui-front
{
    z-index: 1000;
}


/***********/
/* JS Tree */
/***********/
.jstree-default.jstree-focused
{
    background-color: transparent !important;
}


#markerTile {
    width:150px;
    height:50px;
    cursor: pointer;
    text-align: center;
}

#markerOver {
    display:none;
    position:absolute;
    width: 100%;
    height:calc(100% - 25px);
    color: white;
    font-weight: bold;
    background-color:rgba(0, 0, 0, 0.4);
/*    text-align: center; */
}

#markerImg {
    max-width: 100px;
    max-height: 50px;
}

#markerTile:hover #markerOver {
    display:block;
}

#markerTile:hover #markerImg {
/*    display:none;*/
}
