/************* 
 ** General **
 *************/
html, body {height:100%;}

body 
{
  font-family: "Arial", "Verdana", "Helvetica", sans-serif; font-weight:400; font-stretch:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color:#fff;
}

h1
{
  color: #414445;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h1 span 
{
  color: #8d837f;
  display: block;
  font-weight: bold;
  width: 100%;
}

h2 
{
  color: #414445;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
h2 span 
{
  color: #8d837f;
  display: block;
  font-weight: bold;
  width: 100%;
}

h3 
{
  color: #414445;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 23px;
  text-transform: uppercase;
}
h3 span 
{
  color: #8d837f;
  display: block;
  font-weight: bold;
  width: 100%;
}

h4 
{
  color: #414445;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 21px;
  text-transform: uppercase;
}
h4 span 
{
  color: #8d837f;
  display: block;
  font-weight: bold;
  width: 100%;
}

h5 
{
  color: #414445;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 19px;
  text-transform: uppercase;
}
h5 span 
{
  color: #8d837f;
  display: block;
  font-weight: bold;
  width: 100%;
}

h6 
{
  color: #414445;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
h6 span 
{
  color: #8d837f;
  display: block;
  font-weight: bold;
  width: 100%;
}

/*
p
{
  color: #8d837f;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

a
{
	color:#003d4c;
}

ul
{
	list-style-type: disc;
	padding:0 0 40px 30px;
}
*/

.hide { display:none; }

/*ul li*/
/*{*/
/*	color: #8d837f;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*}*/
.language a.dropdown-item {
	color:white;
}
.language a {
	display:block;
	box-sizing:border-box;
	width:34px;
	height:22px; 
}
.language a.no-cursor { cursor:default; }
.language a.fr { background:url('../img/languages/fr.png') center center no-repeat; background-size: 34px 22px; }
.language a.en {	background:url('../img/languages/en.png') center center no-repeat; background-size: 34px 22px; }
.language a.es {	background:url('../img/languages/es.png') center center no-repeat; background-size: 34px 22px; }
.language a.de {	background:url('../img/languages/de.png') center center no-repeat; background-size: 34px 22px; }
.language a.it {	background:url('../img/languages/it.png') center center no-repeat; background-size: 34px 22px; }
.language a.ja {	background:url('../img/languages/ja.png') center center no-repeat; background-size: 34px 22px; }
.language a.ko {	background:url('../img/languages/ko.png') center center no-repeat; background-size: 34px 22px; }
.language a.ru {	background:url('../img/languages/ru.png') center center no-repeat; background-size: 34px 22px; }
.language a.zh {	background:url('../img/languages/zh.png') center center no-repeat; background-size: 34px 22px; }
.language a.cmn {   background:url('../img/languages/cmn.png') center center no-repeat; background-size: 34px 22px; }
.language a.yyef {  background:url('../img/languages/yyef.png') center center no-repeat; background-size: 34px 22px; }
.language a.ar {    background:url('../img/languages/ar.png') center center no-repeat; background-size: 34px 22px; }

.language li.separator { margin: .5em 0; }

/************ 
 ** Wrapper **
 ************/
.wrapper {
	position:relative;
}

/************ 
 ** Header **
 ************/
header {
	background-color: #fff;
	display: block;
	/*min-height: 60px;*/
	padding: 0;
	width: 100%;
}

header .header-tools-container {
	background-color: #003d4c;
	margin: 0 auto;
	width: 100%;
	margin-bottom:15px;
	padding:10px;
}

header .header-tools-container #hamburger {
	float:left;
	width: 30px;
	height: 15px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	curosr:pointer;
}

header .header-tools-container #hamburger a
{
	display:block;
	height:15px;
}

header .header-tools-container #hamburger a span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #f07300;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  curosr:pointer;
}

header .header-tools-container #hamburger a span:nth-child(even) {
  left: 50%;
  -webkit-border-radius: 0 5px 5px 0;
  -khtml-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

header .header-tools-container #hamburger a span:nth-child(odd) {
  left:0px;
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

header .header-tools-container #hamburger a span:nth-child(1), header .header-tools-container #hamburger a span:nth-child(2) {
  top: 0px;
}

header .header-tools-container #hamburger a span:nth-child(3), header .header-tools-container #hamburger a span:nth-child(4) {
  top: 8px;
}

header .header-tools-container #hamburger a span:nth-child(5), header .header-tools-container #hamburger a span:nth-child(6) {
  top: 16px;
}

header .header-tools-container #hamburger.open a span:nth-child(1),header .header-tools-container #hamburger.open a span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .header-tools-container #hamburger.open a span:nth-child(2),header .header-tools-container #hamburger.open a span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .header-tools-container #hamburger.open a span:nth-child(1) {
  left: 2px;
  top: 4px;
}

header .header-tools-container #hamburger.open a span:nth-child(2) {
  left: calc(50% - 2px);
  top: 4px;
}

header .header-tools-container #hamburger.open a span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

header .header-tools-container #hamburger.open a span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

header .header-tools-container #hamburger.open a span:nth-child(5) {
  left: 2px;
  top: 14px;
}

header .header-tools-container #hamburger.open a span:nth-child(6) {
  left: calc(50% - 2px);
  top: 14px;
}

/*header .header-tools-container .tools {*/
/*	float:right;*/
/*}*/
.profile { min-width:120px; }
.profile, .register {
	float:left;
	position:relative;
	margin-right:30px;
	/*font-size:10px;*/
	color:#fff;
	/*line-height:14px;*/
}

.register {
	margin-right:90px;
}

/*.profile a, .register a {*/
/*	display:inline-block;*/
/*	height:26px;*/
/*	font-size:16px;*/
/*	line-height:16px;*/
/*	padding:6px 0 6px 32px;*/
/*	color:#fff;*/
/*}*/

.register > a {
	background:url('../img/pencil.png') top left no-repeat;
	background-size: 26px 24px;
	padding-top:9px;
}

.profile.man > a {
	background:url('../img/profile-man.png') top left no-repeat;
	background-size: 26px 24px;
	padding-left: 35px;
}

.profile.woman > a {
	background:url('../img/profile-woman.png') top left no-repeat;
	background-size: 26px 24px;
	padding-left: 35px;
}

/*
.profile ul {
	display:none;
	position:absolute;
	margin:9px 0 0 20px;
	background-color:#003d4c;
	margin-left:0;
	padding-left:35px;
	padding-bottom:10px;
	width:175%;
	-webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.profile ul li
{
	list-style-type:none;
	height:20px;
}

.profile ul li.logout {
	margin-top:10px;
}

.profile ul li a {
	font-size:11px;
	line-height:11px;
	padding:6px 0 6px 10px;
	color:#fff;
}

.profile ul li a:hover {
	padding-left:15px;
}
*/

ul.lng{
	float:right;
	margin-right:20px;
	list-style-type:none;
	padding-bottom:0;
}

ul.lng > li {
	position:relative;
	box-sizing:border-box;
	padding:2px;
	-webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

ul.lng li.open {
	background-color:#4c7781;
}

ul.lng li ul {
	display:none;
	position:absolute;
	list-style-type:none;
	left:-87px;
	margin-top:1px;
	background-color:#4c7781; 
	padding:0;
	width:125px;
	box-sizing:border-box;
	-webkit-border-radius: 5px 0 5px 5px;
    -khtml-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    -ms-border-radius: 5px 0 5px 5px;
    -o-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

ul.lng li ul li {
	height:35px;
	padding:0;
}

ul.lng li ul li.separator {
	border-bottom:1px solid #70929a;
}

ul.lng li ul li a {
	background-size: 18px 13px;
	background-position:15px center;
	width:100%;
	font-size:10px;
	line-height:10px;
	height:35px;
	color:#fff;
	padding:13px 0 0px 40px;
	text-transform:uppercase;
}

ul.lng li ul li a:hover
{
	background-color:#70929a;
}

ul.lng li ul li:first-child, ul.lng li ul li:first-child a:hover
{
	-webkit-border-radius: 5px 0 0 0;
    -khtml-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

ul.lng li ul li:last-child a:hover
{
	-webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

ul.lng li ul li.onlyone:last-child a:hover
{
	-webkit-border-radius: 5px 0 5px 5px;
    -khtml-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    -ms-border-radius: 5px 0 5px 5px;
    -o-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

header .header-container {
  text-align: center;
  width: 100%;
  margin-bottom:35px;
  padding:15px 25px;
} 

header.no-padding .header-container {
	padding-left:0px;	
}

header .header-container .logo {
  width: 100%;
}
header .header-container .logo img{
	width: 100%;
	max-width: 500px;
}
header .header-container hr {
	background-color:#70929a;
	width:240px;
	height:2px;
	margin:auto;
}

/************ 
 ** Footer **
 ************/
footer {
	background-color:#003d4c;
	margin-top: auto;
}

footer.ja {
	height:75px;	
}

footer .footer-container {
	max-width:904px;
	margin:0 auto;
	text-align:center;
}

footer div p.copyright {
	display:inline-block;
	color:#fff;
	font-size:11px;
	margin: 17px 0;
	line-height:11px;
	text-align:center;
	opacity:0.7;
}

footer div ul {
	display:inline-block;
	padding-bottom:0px;
}

footer.fr div ul {
	margin-left:20px;
}

footer.ja div ul {
	margin-left:10px;
	margin-right:10px;
}

footer div ul li 
{
	display:inline-block;
	padding-left:7px;
}
footer div ul li a
{
	color:#fff;
	font-size:11px;
	margin: 17px 0;
	line-height:11px;
	text-align:center;
	opacity:0.7;	
}

footer div ul li a:hover
{
	text-decoration:underline;
	color: #fff;
}

/**************** 
 ** Navigation **
 ****************/
/*nav {*/
/*	position:absolute;*/
/*	background-color:#003d4c;*/
/*	top:0;*/
/*	height:100%;*/
/*	width:50px;*/
/*	box-sizing:border-box;*/
/*	margin-top:45px;*/
/*	z-index:50;*/
/*}*/

.offcanvas-body ul {
	list-style-type:none;
	padding-left:0;
}

.offcanvas-body ul li {
	padding:0px 0 5px 0px;
}

.offcanvas-body ul li a.dashboard { background-image:url('../img/navigation/dashboard.png'); }
.offcanvas-body ul li a.users { background-image:url('../img/navigation/users.png'); }
.offcanvas-body ul li a.taxonomy { background-image:url('../img/navigation/taxonomy.png'); }
.offcanvas-body ul li a.medias { background-image:url('../img/navigation/medias.png'); }
.offcanvas-body ul li a.questions { background-image:url('../img/navigation/questions.png'); }
.offcanvas-body ul li a.surveys { background-image:url('../img/navigation/surveys.png'); }
.offcanvas-body ul li a.exams { background-image:url('../img/navigation/exams.png'); }
.offcanvas-body ul li a.results { background-image:url('../img/navigation/results.png'); }
.offcanvas-body ul li a.settings { background-image:url('../img/navigation/settings.png'); }
.offcanvas-body ul li a { background-image:url('../img/navigation/bullet_white.png'); }

.offcanvas-body ul li a{
	padding:8px 12px 8px 38px;
	font-size:12px;
	line-height:12px;
	color:#fff;
	display:inline-block;
	width:100%;
	background-position:17px center;
	background-repeat:no-repeat;
}

.offcanvas-body ul li a:hover {
	color:#003d4c;
	background-color:#70929a;
}

.offcanvas-body ul > li a.selected {
	color:#003d4c;
	background-color:#70929a;
	font-weight:bold;
}

.offcanvas-body ul li ul > li {
	padding-bottom:0px;
}

.offcanvas-body ul li ul > li a{
	padding:5px 12px 5px 61px;
	background-position:40px center;
	background-repeat:no-repeat;
	line-height:7px;
}

/*
nav ul li ul > li a:hover{
	background-image:url('../img/navigation/bullet_white.png');
}
*/

.offcanvas-body ul li ul > li a.selected{
	background-color:inherit;
	font-weight:bold;
	color:#fff;
	background-image:url('../img/navigation/bullet_star.png');
}

.offcanvas-body ul li ul > li a.selected:hover{
	color:#003d4c;
	background-color:#70929a;
}

/********** 
 ** Main **
 **********/
main {
	/*padding-left:50px;*/
	/*box-sizing:border-box;*/
	/*width:100%;*/
}

main.no-padding{
	padding-left:0px;	
}


main .container div form div.fieldset div.tools
{ 
	position:absolute; 
	top:0;
	left:405px;
	border:2px solid #70929a;
}
main .container div form div.fieldset div.tools div.header
{
	color:#fff;
	background-color:#70929a;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding:7px 8px;
	text-align:center;
}
main .container div form div.fieldset div.tools div.content
{
		position:relative;
}
main .container div form div.fieldset div.tools div.content a
{
	line-height:30px;
	font-size:30px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:26px;
	display:block;
	margin:8px 0px;
}
div.tools div.content a.opacity { opacity:0.3; }
div.tools div.content a.clone { background-image:url('../img/controllers/clone.png'); }
div.tools div.content a.codes { background-image:url('../img/controllers/codes.png'); }
div.tools div.content a.download { background-image:url('../img/controllers/download.png'); }
div.tools div.content a.emails { background-image:url('../img/controllers/email.png'); }
div.tools div.content a.feedback { background-image:url('../img/controllers/feedback.png'); }
div.tools div.content a.unlock { background-image:url('../img/controllers/pencil.png'); }
div.tools div.content a.preview { background-image:url('../img/controllers/preview.png'); }
div.tools div.content a.list { background-image:url('../img/controllers/list.png'); }
div.tools div.content a.monitoring { background-image:url('../img/controllers/monitoring.png'); }
div.tools div.content a.publish { background-image:url('../img/controllers/publish.png'); }
div.tools div.content a.remove { background-image:url('../img/controllers/remove.png'); }
div.tools div.content a.status { background-image:url('../img/controllers/status.png'); }
div.tools div.content a.translate { background-image:url('../img/controllers/translate.png'); }
div.tools div.content a.translated { background-image:url('../img/controllers/translated.png'); }
div.tools div.content a.export { background-image:url('../img/controllers/excel.png'); }

div.tools div.content a span.tools-title
{
  display: block;
  font-size: 8px;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-top: 0;
  padding:30px 5px 5px 5px;
  text-align: center;
  line-height:10px;
}

div.tools div.content a.translate
{
	/*display:block;
	height:32px;
	margin:2px 0 2px 0;*/
}

main .mobile-informations {
	display:none;
}

/***********
 ** Forms **
 ***********/
 .disabled
 {
	 background-color:#F2F2F1;
 }
 
.mandatory
{
	color:red;
	display:inline-block;
	margin-left:2px;
}

.submit
{
	padding: 7px 15px;
	margin: 0 auto;
	font-size: 12px;
	border: solid 1px #003d4c;
	display: block;
	-webkit-appearance: none;
}

.submit.registration
{
	padding: 10px 20px;
	font-size: 15px;
}

.alert
{
	font-size:14px;
	line-height:18px;
	padding:20px;
	margin-bottom:25px;
	border:1px solid;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.alert-danger
{
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

div.form-element 
 {
	font-size:14px;
	line-height:14px;
	margin:6px 0;
	color:#8d837f;
}

div.form-element label
 {
	display:inline-block;
	width:175px;
	padding-right:10px;
}

div.form-element label.error
{
	color:#a94442;	
}

input.errorfield, select.errorfield
{
	border-color:#a94442;
}

div.form-element input[type="text"], div.form-element input[type="password"]
{
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	line-height: 23px;
	width: 200px;
	padding:1px 5px;	
}

div.form-element input[type="radio"]
{
	margin-right:3px;
}

div.form-element select
{
	padding:0 5px;
}

div.form-element select option
{
	padding:1px 5px;
}

div.form-element select option.level1
{
	
}


div.form-element select option.disabled
{

}

div.form-element select option.level1
{
	font-weight:bold;
}

div.form-element select option.level2
{
	padding-left:10px;
}

div.form-element select option.level3
{
	padding-left:20px;
}

div.form-element div.box
{
	display:inline-block;
	width:initial;
	padding:3px 0 4px 0;
}

div.form-element div.box span
{
	margin-right:10px;
}

div.form-element div.box span label
{
	width:initial;
}

div.fieldset
{
	margin-bottom:35px;
	position:relative;
}

div.fieldset h2
{
	margin-bottom:15px;
	text-transform:inherit;
	background-color:#003d4c;
	font-size:16px;
	color:#fff;
	padding:5px 10px;
	width:400px;
	line-height:30px;
}

/***********
 ** Table **
 ***********/

div.table
{
	border-bottom: 1px solid #e6eae9;
	margin: 0 auto 35px;
	width: 100%;
}

div.table-header 
{
  background-color: #70929a;
  box-sizing: border-box;
  display: table-header-group;
}

div.table-header div:nth-child(1) 
{
  border-left: 1px solid #404445;
}

div.table-header div 
{
  border-right: 1px solid #e6eae9;
  color: #fff;
  display: table-cell;
  font-size: 13px;
  font-weight: bold;
  line-height: 13px;
  margin: auto 0;
  padding: 12px;
  vertical-align: middle;
}

div.table-cells:nth-child(2n) {
  background-color: #fff;
}

div.table-cells {
  background-color: #f3f4f6;
  display: table-row-group;
}

div.table-cells p
{
	margin-bottom:0;
}

div.table-cells a
{
	color:#89959b;
}

div.table-cells div.actions
{
	text-align:center;
}

div.table-cells > div:nth-child(1) {
  border-left: 1px solid #e6eae9;
}

div.table-cells > div {
  border-right: 1px solid #e6eae9;
  color: #89959b;
  display: table-cell;
  font-size: 14px;
  line-height: 14px;
  margin: auto 0;
  padding: 8px 12px;
}

div.table-cells > div p {
  color: #89959b;
  display: table-cell;
  font-size: 14px;
  line-height: 14px;
  margin: auto 0;
  padding: 8px 12px;
}

/************
 ** Popups **
 ************/
.popup
{
	background-color:#fff;
	min-width:400px;
	max-width:600px;
	min-height:300px;
	padding:30px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.popup.noheight { min-height:0; }

.popup h1
{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:5px;
	margin-bottom:20px;
	background-color:#70929a;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#popup-detail
{
	display:none;
}

#popup-detail div.center
{
	text-align:center;
}

#popup-detail div div.element
{
	margin-bottom: 15px;
	font-size:13px;
}

#popup-detail div div.nodata
{
	margin: 15px 0;
}

#popup-detail div p.fieldset
{
	font-size:12px;
	font-weight:bold;
	color:#003d4c;
	margin-top:40px;
	text-transform:uppercase;
}

#popup-detail div p.title
{
	font-size:12px;
	font-weight:bold;
	color:#003d4c;
	margin-bottom:2px;
}

#popup-detail div ul, #popup-detail ul
{
	padding-left:0px;
	list-style-type:none;	
}

#popup-detail div ul, #popup-detail ul li, #popup-detail div ul, #popup-detail ul li p
{
	margin-bottom:4px;
}

#popup-detail ul.answers li.iscorrect, #popup-detail ul.answers li.iscorrect p
{
	font-weight:bold;
}

/** Popins **/
#popup-detail div ul.list li.red 
{ 
	/* background-image:url('../../img/controllers/bullet_red.png'); */
	/* background-repeat: no-repeat; */
    /* padding-left: 20px; */
    /* background-position: 2px; */
	color:red;
}

#popup-detail div ul.list li.green 
{ 
	/*
	background-image:url('../../img/controllers/bullet_green.png'); 
	background-repeat: no-repeat; */
    /* padding-left: 20px; */
	/* background-position: 2px; */
}

#popup-detail div ul.list li a:hover { text-decoration:underline; }

#popup-detail div div.element.center
{
	text-align:center;
}

#popup-detail div div.element.media img
{
	width:200px;
}

div.lng_en, #popup-detail ul li.lng_en { background-image:url('../../img/languages/mini/en.png'); }
div.lng_fr, #popup-detail ul li.lng_fr { background-image:url('../../img/languages/mini/fr.png'); }
div.lng_es, #popup-detail ul li.lng_es { background-image:url('../../img/languages/mini/es.png'); }
div.lng_de, #popup-detail ul li.lng_de { background-image:url('../../img/languages/mini/de.png'); }
div.lng_it, #popup-detail ul li.lng_it { background-image:url('../../img/languages/mini/it.png'); }
div.lng_ja, #popup-detail ul li.lng_ja { background-image:url('../../img/languages/mini/ja.png'); }
div.lng_ko, #popup-detail ul li.lng_ko { background-image:url('../../img/languages/mini/ko.png'); }
div.lng_ru, #popup-detail ul li.lng_ru { background-image:url('../../img/languages/mini/ru.png'); }
div.lng_zh, #popup-detail ul li.lng_zh { background-image:url('../../img/languages/mini/zh.png'); }
div.lng_cmn, #popup-detail ul li.lng_cmn { background-image:url('../../img/languages/mini/cmn.png'); }
div.lng_yyef, #popup-detail ul li.lng_yyef { background-image:url('../../img/languages/mini/yyef.png'); }
div.lng_ar, #popup-detail ul li.lng_ar { background-image:url('../../img/languages/mini/ar.png'); }

/* #popup-detail div div.lng */
div.lng 
{ 
	padding:0 0 0 20px; 
	margin-bottom:10px;
	background-position:left center;
	background-repeat:no-repeat;
	line-height:16px;
}
#popup-detail ul li.lng 
{ 
	padding:0 0 0 20px; 
	background-position:left 4px;
	background-repeat:no-repeat;
	line-height:16px;
}

/********************
 ** jquery select2 **
 ********************/

.select2-container--default.select2-container--focus .select2-selection--multiple
{
	border-color:#E3E3E3;
}

.select2-container--default.select2-container--focus .select2-selection--multiple
{
	border-color:#E3E3E3;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single
{
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.select2-container--default.select2-container--focus:focus .select2-selection--multiple:focus 
{
	border-color:#E3E3E3;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-color:#E3E3E3;
}

span.select2 
{
	min-width:200px;
	width:inherit;
	max-width:700px;
}

span.selection span.select2-selection
{
	border-color:#E3E3E3;
}
/************
 ** Search **
 ************/
div.search div.row
{
	width:100%;
	background-color:#70929a;
	color:#fff;
	padding:0 0 20px 0;
	margin:0 0 50px 0;
	-webkit-border-radius: 0 4px 4px 4px;
	-khtml-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-ms-border-radius: 0 4px 4px 4px;
	-o-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

div.search div.row div.search-buttons
{
	text-align:center;
}

div.search div.row div.search-buttons a
{
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	padding: 13px 25px;
	text-decoration: none;
	margin:0 10px 0 10px;
	font-weight:bold;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

div.search div.row div.search-buttons a:hover
{
	text-decoration:underline;
}

div.search div.row div.search-buttons a.apply
{
	background-color: #74c2f3;
}

div.search div.row div.search-buttons a.reset
{
	background-color: #f55653;
}
 
div.search div.filterby
{
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background-color:#70929a;
	width:150px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	padding:10px 0;
}

div.search div.row div.groups
{
	text-align:center;
	padding:20px 5px 30px 5px;
	-webkit-border-radius: 0 4px 0 0;
	-khtml-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	-ms-border-radius: 0 4px 0 0;
	-o-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;	
}

div.search div.row div.groups div.border
{
	border-right:1px solid #003d4c;
	margin-right:5px;
	padding-right:5px;
}

div.search div.row div.groups div.borders
{
	border-right:1px solid #003d4c;
	border-left:1px solid #003d4c;
	margin-right:5px;
	margin-left:5px;
	padding-right:5px;
	padding-left:5px;
}

div.search div.row div.groups div.group
{
	display:inline-block;
	vertical-align:top;
}

div.search div.row div.groups div.group div.form-element
{
	display:inline-block;
	margin:0;
}

div.search div.row div.groups div.group div.form-element select, div.search div.row div.groups .group div.form-element input 
{
	margin:0 10px 0 10px;
}

div.search div.row div.groups div.group div.form-element span
{
	display:block;
}

div.search div.row div.groups .group div.form-element span label
{
	width:inherit;
	color:#fff;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	padding-bottom:5px;
}

div.search-results div.tools
{
	float:right;
	margin:0 0 5px 5px;
	display: flex;
	gap: 5px;
	flex-direction: column;
}

div.search-results div.tools a
{
	font-size: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	aspect-ratio: 1;
	text-indent: -999em;
}

div.search-results div.tools a.export-csv
{
	background:url('../../img/controllers/excel.png') center center /contain no-repeat;
	font-size: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	aspect-ratio: 1;
	text-indent: -999em;
}

div.search-results div.tools a.export-monitoring
{
	background:url('../../img/controllers/monitoring.png') center center / contain no-repeat;
}

div.search-results div.table div.table-header
{
	background-color:#70929a;
}

div.search-results div.table div.table-header div
{
	text-align:center;
}

div.search-results div.table div.table-header div.header-language
{
	width:25px;
}

div.search-results div.table div.table-header div.header-responsible,
div.search-results div.table div.table-header div.header-supervisor
{
	width:70px;
}

div.search-results div.table div.table-header div.header-participants
{
	width:50px;
}

div.search-results div.table div.table-header div.header-actions
{
	width:85px;
}

div.search-results div.table div.table-header div.header-actions3
{
	width:100px;
}

div.search-results div.table div.table-header div a 
{
	color:#fff;
}

div.search-results div.table div.table-header div a.sort,
div.search-results div.table div.table-header div a.sort-up,
div.search-results div.table div.table-header div a.sort-down
{
	padding:0 20px 0 0;
}

div.search-results div.table div.table-header div a.sort 
{
	background:url('../../img/controllers/sort.png') right center no-repeat;
}

div.search-results div.table div.table-header div a.sort-up
{
	background:url('../../img/controllers/sort-up.png') right center no-repeat;
}

div.search-results div.table div.table-header div a.sort-down
{
	background:url('../../img/controllers/sort-down.png') right center no-repeat;
}

div.search-results div.table div.table-cells div a
{
	padding:0;
	line-height:16px;
}

div.search-results div.table div.table-cells div.actions a
{
	text-indent: -999em;
	display: inline-block;
	padding: 0;
	width: 16px;
	height: 16px;
	font-size: 0;
	background-size: contain;
}

div.search-results div.table div.table-cells div a.view
{
	background:url('../../img/controllers/eye.png') right center /contain no-repeat;
}

div.search-results div.table div.table-cells div a.edit
{
	background:url('../../img/controllers/pencil.png') right center /contain no-repeat;
}

div.search-results div.table div.table-cells div a.export-monitoring
{
	background:url('../../img/controllers/excel.png') right center / contain no-repeat;
}

div.search-results div.table div.table-cells div a.certificate
{
	background:url('../../img/controllers/certificate.gif') right center /contain no-repeat;
}

div.search-pagination 
{
	text-align:center;
	margin-bottom:30px;
}

div.search-pagination ul 
{
	list-style-type:none;
}

div.search-pagination ul li
{
	display:inline-block;
	padding:0 5px;
}

div.search-pagination ul li a:hover
{
	text-decoration:underline;
}

div.search-pagination ul li.selected a
{
	background-color:#70929a;
	color:#fff;
	padding:2px 3px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

div.search-results div.table div.table-cells div.languages { text-align:center; }
div.search-results div.table div.table-cells div span.fr, li.fr { background:url('../../img/languages/mini/fr.png') center center no-repeat; padding:6px; }
div.search-results div.table div.table-cells div span.en, li.en { background:url('../../img/languages/mini/en.png') center center no-repeat; padding:6px; }
div.search-results div.table div.table-cells div span.es, li.es { background:url('../../img/languages/mini/es.png') center center no-repeat; padding:6px; }
div.search-results div.table div.table-cells div span.de, li.de { background:url('../../img/languages/mini/de.png') center center no-repeat; padding:6px; }
div.search-results div.table div.table-cells div span.it, li.it { background:url('../../img/languages/mini/it.png') center center no-repeat; padding:6px;}
div.search-results div.table div.table-cells div span.ja, li.ja { background:url('../../img/languages/mini/ja.png') center center no-repeat; padding:6px;}
div.search-results div.table div.table-cells div span.ko, li.ko { background:url('../../img/languages/mini/ko.png') center center no-repeat; padding:6px; }
div.search-results div.table div.table-cells div span.ru, li.ru { background:url('../../img/languages/mini/ru.png') center center no-repeat; padding:6px; }
div.search-results div.table div.table-cells div span.zh, li.zh { background:url('../../img/languages/mini/zh.png') center center no-repeat; padding:6px;}
div.search-results div.table div.table-cells div span.cmn, li.cmn { background:url('../../img/languages/mini/cmn.png') center center no-repeat; padding:6px;}
div.search-results div.table div.table-cells div span.yyef, li.yyef { background:url('../../img/languages/mini/yyef.png') center center no-repeat; padding:6px;}
div.search-results div.table div.table-cells div span.ar, li.ar { background:url('../../img/languages/mini/ar.png') center center no-repeat; padding:6px; }

div.search-results div.table div.table-cells div.actives, div.search-results div.table div.table-cells div.newsletters { text-align:center; }
div.search-results div.table div.table-cells div span.active_1 { background:url('../../img/controllers/active.png') center center no-repeat; padding:6px; }
div.search-results div.table div.table-cells div span.active_0 { background:url('../../img/controllers/inactive.png') center center no-repeat; padding:6px;}

img.medias-db { width:100px; }


.flex {
	display: flex;
}

.align-center {
	align-items: center;
}

.space-between {
	justify-content: space-between;
}

.table-holder {
	table {
		margin: 10px 0;
		width: 100%;
	}

	table td, table th {
		border: 1px solid #000;
		padding: 0.2em 0.4em;
	}

	table td {
		font-size: 0.8em;
		vertical-align: middle;
	}

	table td span {
		display: flex;
		align-items: center;
	}

	table th {
		font-weight: bold;
	}

	table td.status {
		text-transform: capitalize;
		min-width: 85px;
	}

	table td.pending {
		color: orange;
	}

	table td.error {
		color: red;
	}

	table td.done {
		color: green;
	}

	table .center {
		text-align: center;
	}
}

.trans-text[draggable="true"] {
	cursor: grab;
	user-select: none;
}

.trans-text {
	border: 2px solid transparent;
	/*transition: border 0.2s ease;*/
}