@import "../stylesheet/normalize.css";
.clearFix:after {
  content: "";
  display: table;
  clear: both;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  background: #ff0000;
}
.hidden {
  display: none;
}
.single_tab {
  margin-bottom: 20px;
}
.single_tab .tab-box {
  padding: 14px;
  -webkit-border-radius: 0px 3px 3px 3px;
  -moz-border-radius: 0px 3px 3px 3px;
  -o-border-radius: 0px 3px 3px 3px;
  border-radius: 0px 3px 3px 3px;
}
/*.single_tab span{padding:14px;padding:10px 26px 3px 20px;border:1px solid #efefef;border-bottom:none;
  background: @LBlue;.borderRad(3px; 3px; 3px; 3px;)}*/
.single_tab .add_button {
  margin-top: -26px;
  font-size: 16px;
}
.single_tab table {
  width: 100%;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-collapse: separate;
}
.single_tab table td {
  background: #fff;
  padding: 25px 15px 25px 15px;
  border-left: 1px solid #cfcfcf;
  vertical-align: top;
}
.single_tab table th {
  background: #0072b9;
  color: #ffffff;
  padding: 25px 15px 25px 15px;
  border-left: 1px solid #ffffff;
}
.single_tab table th.last {
  border-right: 1px solid #ffffff;
  width: 80px;
  -webkit-border-radius: 0px 5px 0px 0px;
  -moz-border-radius: 0px 5px 0px 0px;
  -o-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
  border-right: 1px solid #cfcfcf;
}
.single_tab table td.last {
  border-right: 1px solid #cfcfcf;
}
.single_tab table th.first {
  -webkit-border-radius: 5px 0px 0px 0px;
  -moz-border-radius: 5px 0px 0px 0px;
  -o-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
  border-left: 1px solid #cfcfcf;
}
.single_tab table tr.last-tr td.first {
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  -o-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
}
.single_tab table tr.last-tr td.last {
  -webkit-border-radius: 0px 0px 5px 0px;
  -moz-border-radius: 0px 0px 5px 0px;
  -o-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
}
.single_tab table td.last {
  padding: 25px 0;
}
.single_tab table tr.last-tr td {
  border-bottom: 1px solid #cfcfcf;
}
.single_tab table {
  -webkit-box-shadow: 5px 4px 4px #cccccc 5px 5px #666666 inset;
  -moz-box-shadow: 5px 4px 4px #cccccc 5px 5px #666666 inset;
  -o-box-shadow: 5px 4px 4px #cccccc 5px 5px #666666 inset;
  box-shadow: 5px 4px 4px #cccccc 5px 5px #666666 inset;
}
.collaborator {
  margin-bottom: 50px;
}
.board_button {
  margin-left: 20px;
}
.board_content {
  margin: 0px auto;
  width: 943px;
}
.txtcenter {
  text-align: center;
}
.mandatory:after {
  position: absolute;
  content: '\002A';
  font-size: 1.1em;
  color: #333;
  right: 12px;
}
.ui-dialog-titlebar {
  background: #0072b9;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 5px 0px;
  border: none;
  border-radius: none;
}
.ui-dialog h2 {
  display: none;
}
.ui-dialog {
  background: #c2ddf0;
  border: none;
  padding: 0;
  font-size: 0.9em;
}
.ui-dialog form {
  width: 94%;
  margin: auto;
}
.ui-dialog .table {
  display: table;
  width: 98%;
}
.ui-dialog label .td-cell {
  display: table-cell;
}
.ui-dialog select,
.ui-dialog textarea {
  margin-bottom: 14px;
}
.ui-dialog label,
.ui-dialog input {
  display: inline-block;
}
.ui-dialog .td-row {
  display: table-row;
  width: 100%;
}
.ui-dialog label {
  width: 15%;
  color: #666666;
}
.ui-dialog input[type="text"],
.ui-dialog input[type="email"],
.ui-dialog textarea,
.ui-dialog select {
  width: 83%;
}
.ui-dialog input[type="submit"] {
  display: inline-block;
  margin-right: 13px;
}
.ui-dialog .ui-dialog-content {
  padding: 1em 0;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.6;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  background: #fff;
  border-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#confirm-save a.buttonstyle {
  color: #ffffff;
}
.slider {
  position: relative;
}
#slider.ui-slider-disabled + ul.label-answer {
  opacity: 0.6;
}
label[for="ignore"] {
  color: #666666;
}
textarea {
  border: 1px solid #c9c6c6;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #f9f9f9;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) inset;
  resize: vertical;
}
input[type="text"],
input[type="password"],
input[type="email"],
select {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8) inset;
  -o-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.8) inset;
}
#M4Box.pop-up {
  display: none;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  font-size: 14px;
  height: 33px;
  margin: 0 auto 13px;
  text-indent: 10px;
  width: 100%;
}
.msg-alert {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  padding-left: 10%;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #3c763d;
  color: #3c763d;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #31708f;
  color: #31708f;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #8a6d3b;
  color: #8a6d3b;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #a94442;
  color: #a94442;
}
.ui-dialog #contact {
  padding: 25px;
}
#copyright {
  padding: 0 50px;
  text-align: justify;
}
#copyright h2 {
  margin-top: 40px;
}
ul.styled_select,
a.button {
  background: #b2b2b2;
  /* Old browsers */
  background: url('../images/none') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2b2b2), color-stop(100%, #8a8a8a));
  /* Chrome,Safari4+ */
  background: url('../images/none') no-repeat center center, -webkit-linear-gradient(top, #b2b2b2 0%, #8a8a8a 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/none') no-repeat center center, -moz-linear-gradient(top, #b2b2b2 0%, #8a8a8a 100%);
  /* FF3.6+ */
  background: url('../images/none') no-repeat center center, -o-linear-gradient(top, #b2b2b2 0%, #8a8a8a 100%);
  /* Opera 11.10+ */
  background: url('../images/none') no-repeat center center, -ms-linear-gradient(top, #b2b2b2 0%, #8a8a8a 100%);
  /* IE10+ */
  background: url('../images/none') no-repeat center center, linear-gradient(to bottom, #b2b2b2 0%, #8a8a8a 100%);
  /* W3C */
  background-position: center center;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
  height: auto;
  text-decoration: none;
  padding: 0px 0px;
  margin-left: 10px;
  color: #fff;
  padding-right: 12px;
}
ul.styled_select:hover,
a.button:hover {
  background: #c8c8c8;
  /* Old browsers */
  background: url('../images/none') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #969696));
  /* Chrome,Safari4+ */
  background: url('../images/none') no-repeat center center, -webkit-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/none') no-repeat center center, -moz-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* FF3.6+ */
  background: url('../images/none') no-repeat center center, -o-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Opera 11.10+ */
  background: url('../images/none') no-repeat center center, -ms-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* IE10+ */
  background: url('../images/none') no-repeat center center, linear-gradient(to bottom, #c8c8c8 0%, #969696 100%);
  /* W3C */
  background-position: center center;
}
ul.styled_select:hover:active,
a.button:hover:active {
  background: #969696;
}
.button span {
  vertical-align: middle;
  display: inline-block;
  width: 35px;
  height: 32px;
  margin-right: 13px;
}
.button.btn-connexion span,
.button.btn-user span {
  background: #c8c8c8;
  /* Old browsers */
  background: url('../images/icon-conexion.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #969696));
  /* Chrome,Safari4+ */
  background: url('../images/icon-conexion.png') no-repeat center center, -webkit-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/icon-conexion.png') no-repeat center center, -moz-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* FF3.6+ */
  background: url('../images/icon-conexion.png') no-repeat center center, -o-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Opera 11.10+ */
  background: url('../images/icon-conexion.png') no-repeat center center, -ms-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* IE10+ */
  background: url('../images/icon-conexion.png') no-repeat center center, linear-gradient(to bottom, #c8c8c8 0%, #969696 100%);
  /* W3C */
  background-position: center center;
  filter: progid:DXImageTransform.Microsoft.gradientVert(startColorstr='#c8c8c8', endColorstr='#969696', GradientType=0);
  /* IE6-9 */
}
.button.btn-user span {
  background: #c8c8c8;
  /* Old browsers */
  background: url('../images/icon-user.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #969696));
  /* Chrome,Safari4+ */
  background: url('../images/icon-user.png') no-repeat center center, -webkit-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/icon-user.png') no-repeat center center, -moz-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* FF3.6+ */
  background: url('../images/icon-user.png') no-repeat center center, -o-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Opera 11.10+ */
  background: url('../images/icon-user.png') no-repeat center center, -ms-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* IE10+ */
  background: url('../images/icon-user.png') no-repeat center center, linear-gradient(to bottom, #c8c8c8 0%, #969696 100%);
  /* W3C */
  background-position: center center;
}
.button.btn-add span {
  background: #60afe1;
  /* Old browsers */
  background: url('../images/icon-more.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60afe1), color-stop(100%, #1559a1));
  /* Chrome,Safari4+ */
  background: url('../images/icon-more.png') no-repeat center center, -webkit-linear-gradient(top, #60afe1 0%, #1559a1 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/icon-more.png') no-repeat center center, -moz-linear-gradient(top, #60afe1 0%, #1559a1 100%);
  /* FF3.6+ */
  background: url('../images/icon-more.png') no-repeat center center, -o-linear-gradient(top, #60afe1 0%, #1559a1 100%);
  /* Opera 11.10+ */
  background: url('../images/icon-more.png') no-repeat center center, -ms-linear-gradient(top, #60afe1 0%, #1559a1 100%);
  /* IE10+ */
  background: url('../images/icon-more.png') no-repeat center center, linear-gradient(to bottom, #60afe1 0%, #1559a1 100%);
  /* W3C */
  background-position: center center;
  border-radius: 4px 0px 0px 4px;
  border: none;
}
.button.btn-add {
  background: #308cc6;
  /* Old browsers */
  background: url('../images/none') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308cc6), color-stop(100%, #2d3d84));
  /* Chrome,Safari4+ */
  background: url('../images/none') no-repeat center center, -webkit-linear-gradient(top, #308cc6 0%, #2d3d84 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/none') no-repeat center center, -moz-linear-gradient(top, #308cc6 0%, #2d3d84 100%);
  /* FF3.6+ */
  background: url('../images/none') no-repeat center center, -o-linear-gradient(top, #308cc6 0%, #2d3d84 100%);
  /* Opera 11.10+ */
  background: url('../images/none') no-repeat center center, -ms-linear-gradient(top, #308cc6 0%, #2d3d84 100%);
  /* IE10+ */
  background: url('../images/none') no-repeat center center, linear-gradient(to bottom, #308cc6 0%, #2d3d84 100%);
  /* W3C */
  background-position: center center;
  margin-top: -19px;
  border: none;
}
.button.btn-add:hover {
  background: #308cc6;
}
.button.btn-add:hover:active {
  background: #308cc6;
}
.collaborator .add_disabled {
  margin-top: -19px;
  color: #eee;
  background: #c8c8c8;
  /* Old browsers */
  background: url('../images/none') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #969696));
  /* Chrome,Safari4+ */
  background: url('../images/none') no-repeat center center, -webkit-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/none') no-repeat center center, -moz-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* FF3.6+ */
  background: url('../images/none') no-repeat center center, -o-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Opera 11.10+ */
  background: url('../images/none') no-repeat center center, -ms-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* IE10+ */
  background: url('../images/none') no-repeat center center, linear-gradient(to bottom, #c8c8c8 0%, #969696 100%);
  /* W3C */
  background-position: center center;
}
.collaborator .add_disabled:hover {
  cursor: not-allowed;
  background: #c8c8c8;
  /* Old browsers */
  background: url('../images/none') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #969696));
  /* Chrome,Safari4+ */
  background: url('../images/none') no-repeat center center, -webkit-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/none') no-repeat center center, -moz-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* FF3.6+ */
  background: url('../images/none') no-repeat center center, -o-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Opera 11.10+ */
  background: url('../images/none') no-repeat center center, -ms-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* IE10+ */
  background: url('../images/none') no-repeat center center, linear-gradient(to bottom, #c8c8c8 0%, #969696 100%);
  /* W3C */
  background-position: center center;
}
.collaborator .add_disabled:hover:active {
  background: #c8c8c8;
  /* Old browsers */
  background: url('../images/none') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #969696));
  /* Chrome,Safari4+ */
  background: url('../images/none') no-repeat center center, -webkit-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/none') no-repeat center center, -moz-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* FF3.6+ */
  background: url('../images/none') no-repeat center center, -o-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Opera 11.10+ */
  background: url('../images/none') no-repeat center center, -ms-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* IE10+ */
  background: url('../images/none') no-repeat center center, linear-gradient(to bottom, #c8c8c8 0%, #969696 100%);
  /* W3C */
  background-position: center center;
}
.collaborator .add_disabled span {
  background: #c8c8c8;
  /* Old browsers */
  background: url('../images/not-allowed.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #969696));
  /* Chrome,Safari4+ */
  background: url('../images/not-allowed.png') no-repeat center center, -webkit-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/not-allowed.png') no-repeat center center, -moz-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* FF3.6+ */
  background: url('../images/not-allowed.png') no-repeat center center, -o-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* Opera 11.10+ */
  background: url('../images/not-allowed.png') no-repeat center center, -ms-linear-gradient(top, #c8c8c8 0%, #969696 100%);
  /* IE10+ */
  background: url('../images/not-allowed.png') no-repeat center center, linear-gradient(to bottom, #c8c8c8 0%, #969696 100%);
  /* W3C */
  background-position: center center;
}
label {
  display: inline-block;
  color: #2d3880;
}
select {
  width: 495px;
  height: 40px;
}
a.buttonstyle {
  line-height: 33px;
}
.buttonstyle:hover {
  background: #3080bc;
}
a {
  color: #2d3880;
  text-decoration: none;
}
.centered {
  text-align: center;
}
.buttonstyle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  background-color: #6184b0;
  height: -1px;
  text-decoration: none;
  padding: 5px 44px;
  color: #ffffff;
  font-size: 17px;
  background: #308cc6;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308cc6), color-stop(100%, #2d3b83));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* Chrome10+,Safari5.1+ */
  background:  -moz-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* FF3.6+ */
  background:  -o-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* Opera 11.10+ */
  background:  -ms-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #308cc6 0%, #2d3b83 100%);
  /* W3C */
  background-position: center center;
}
@font-face {
  font-family: 'helvetica_neue57_condensed';
  src: url('../fonts/helveticaneue-condensed-webfont.eot');
  src: url('../fonts/helveticaneue-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneue-condensed-webfont.woff') format('woff'), url('../fonts/helveticaneue-condensed-webfont.ttf') format('truetype'), url('../fonts/helveticaneue-condensed-webfont.svg#helvetica_neue57_condensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
h2,
h3,
h1,
h6,
h5 {
  margin: 0px;
}
.right {
  float: right;
}
.left {
  float: left;
}
body {
  background: #e5e5e6;
  font-family: arial;
  font-size: 16px;
}
body {
  background: url("../images/bg_gradient.jpg") top center repeat-x #8fc1e1;
}
#global {
  margin: 0px auto;
  padding-bottom: 50px;
  width: 981px;
  color: #303880;
  background: #ffffff;
  /*/////////////////////////////HEADER//////////////////////////////*/
  /*////////////////////////////////STATUS BAR////////////////////////////*/
  /*////////////////////////////////CONTENT//////////////////////////////*/
}
#global div.intro {
  padding: 0px 40px;
  margin: 0px 0px 40px 0px;
}
#global #gradient_top {
  background: url("../images/gradient-top.jpg") no-repeat;
  overflow: hidden;
  height: 16px;
}
#global #gabarit {
  overflow: hidden;
  background: url('../images/gabarit.png');
  width: 1050px;
  margin: auto;
}
#global #header {
  font-family: 'helvetica_neue57_condensed';
  -moz-box-sizing: border-box;
  background: url("../images/bg_header.jpg") no-repeat scroll right top transparent;
  border-bottom: 1px solid #FFFFFF;
  height: 304px;
  overflow: auto;
  width: 100%;
}
#global #header #logo {
  margin: 35px 0 0 36px;
  width: 500px;
}
#global #header #logo span {
  font-size: 15px ;
}
#global #header img {
  display: block;
  margin: 0px 0px 21px 0px;
}
#global #status_bar {
  font-size: 15px;
  height: 48px;
  border-bottom: none;
  background: transparent;
}
#global #status_bar .styled_select {
  height: 34px;
  width: 63px;
  float: right;
  margin: 7px 10px 0px 0px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #b2b2b2;
  /* Old browsers */
  background: url('../images/select_bg.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2b2b2), color-stop(100%, #8a8a8a));
  /* Chrome,Safari4+ */
  background: url('../images/select_bg.png') no-repeat center center, -webkit-linear-gradient(top, #b2b2b2 0%, #8a8a8a 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/select_bg.png') no-repeat center center, -moz-linear-gradient(top, #b2b2b2 0%, #8a8a8a 100%);
  /* FF3.6+ */
  background: url('../images/select_bg.png') no-repeat center center, -o-linear-gradient(top, #b2b2b2 0%, #8a8a8a 100%);
  /* Opera 11.10+ */
  background: url('../images/select_bg.png') no-repeat center center, -ms-linear-gradient(top, #b2b2b2 0%, #8a8a8a 100%);
  /* IE10+ */
  background: url('../images/select_bg.png') no-repeat center center, linear-gradient(to bottom, #b2b2b2 0%, #8a8a8a 100%);
  /* W3C */
  background-position: center center;
}
#global #status_bar .styled_select li {
  display: none;
  background: #FFF;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
#global #status_bar .styled_select li a {
  color: #fff;
  display: block;
  width: 100%;
}
#global #status_bar .styled_select li.last {
  border-bottom: 1px solid #dbdbdb;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
#global #status_bar .styled_select li.current_lang {
  display: block;
  border-right: none;
  border-left: none;
  background: transparent;
}
#global #status_bar .styled_select ul {
  margin: 0px 0px 0px 0px;
  list-style: none;
  padding: 5px 0px;
}
#global #status_bar .styled_select ul:hover li {
  display: block;
}
#global #status_bar .styled_select ul li {
  background: none repeat scroll 0 0 #8a8a8a;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  line-height: 28px;
  text-indent: 10px;
  width: 61px;
}
#global #status_bar .styled_select ul li:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6) inset;
  -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6) inset;
  background: #b2b2b2;
}
#global #status_bar .styled_select ul li.current_lang:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
  -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
  border-top: none;
  background: none;
}
#global #status_bar .styled_select ul a {
  text-decoration: none;
  color: #fff;
}
#global #status_bar .styled_select select {
  text-indent: 3px;
  background: transparent;
  height: 39px;
  width: 83px;
  line-height: 1px;
  border: none;
}
#global #status_bar #connected {
  color: #3f3f3f;
  float: left;
  margin: 8px 0px 0px 11px;
  width: 887px;
}
#global #status_bar #connected span.user_info {
  font-size: 15px;
  float: left;
  line-height: 30px;
  width: 570px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
#global .w10 {
  width: 10%;
}
#global .w20 {
  width: 20%;
}
#global .w30 {
  width: 30%;
}
#global .w40 {
  width: 40%;
}
#global .w50 {
  width: 50%;
}
#global .w60 {
  width: 60%;
}
#global .w70 {
  width: 70%;
}
#global .w80 {
  width: 70%;
}
#global .w90 {
  width: 70%;
}
#global .box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  background-color: #e1e0e0;
}
#global .centeredBox {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  background-color: #e1e0e0;
  width: 80%;
  margin: auto;
}
#global .tab-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #efefef;
  background-color: #e1e0e0;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
  -o-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
}
#global .tab-box td.last .board_button {
  margin-left: 5px;
}
#global .tab-box td.last form {
  display: inline-block;
}
#global #content {
  font-family: "arial";
  color: #666666;
  min-height: 1000px;
  font-size: 15px;
  /*input[type=submit]
    {
      .button();
      padding:0px 44px;
      color:@white;
      font-size: 17px;
    }*/
}
#global #content:after {
  content: '';
  display: table;
  clear: both;
}
#global #content #headerContent {
  margin: 44px 0px 40px 0px;
  padding: 0px 0px 0px 113px;
  height: 64px;
  background: url('../images/icon-interogation.png') no-repeat 45px 0px;
}
#global #content #headerContent.account {
  background: url("../images/icon-new-account.png") no-repeat scroll 42px 5px rgba(0, 0, 0, 0);
  height: 71px;
  padding-top: 11px;
}
#global #content #headerContent.user {
  background: url('../images/icon-coworkers.png') no-repeat 45px 0px;
}
#global #content #headerContent.user h1 {
  margin: 10px 0 0 37px;
}
#global #content #headerContent h1 {
  color: #0072b9;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 0 10px;
  padding-top: 13px;
  display: inline-block;
}
#global #content #headerContent h1 + .right {
  color: #2e3880;
}
#global #content #headerContent h1 img {
  padding-left: 16px;
  vertical-align: middle;
}
#global #content #headerContent > span {
  margin: 31px 33px 0px 10px;
  font-weight: bold;
  color: #88b550;
  font-size: 15px;
  display: inline-block;
}
#global #content #connexion {
  width: 624px;
  margin: 10% auto;
  padding-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  background-color: #e1e0e0;
}
#global #content #connexion form {
  margin: 0px auto;
  width: 487px;
  height: auto;
  padding: 44px 0px 0px 0px;
}
#global #content #connexion #pwdforgot {
  color: #76ae2f;
  cursor: pointer;
}
#global #content #connexion.demonstration {
  padding: 20px;
}
#global #content #connexion.demonstration ul li {
  list-style: none;
}
#global #content #connexion.demonstration ul li a {
  color: #666;
}
#global #content #connexion.demonstration ul li a:hover {
  color: #333333;
}
#global #content #connexion.demonstration ul li:before {
  content: '\21BB';
  color: #63A430;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 10px;
}
#global #content #cluf {
  width: 724px;
  margin: 50px auto;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  background-color: #e1e0e0;
}
#global #content #cluf .content {
  max-height: 500px;
  overflow: auto;
  padding: 10px;
  background: #fff;
  text-align: justify;
}
#global #content #cluf .content h2:not(:first-child) {
  margin-top: 35px;
}
#global #content #cluf .content h3 {
  margin: 15px 0;
}
#global #content #cluf form {
  text-align: center;
  height: auto;
  padding: 44px 0px 0px 0px;
}
#global #content #cluf form input {
  margin: 0 5px;
}
#global #content input[type=text] {
  width: 100%;
  height: 33px;
  margin: 0px auto 18px auto;
  text-indent: 10px;
  font-size: 14px;
}
#global #content select {
  width: 100%;
  height: 38px;
  margin: 0px auto 18px auto;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#global #content input#answer_1[type="text"] {
  display: none;
}
#global #content #pagination {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  display: block;
  width: 100px;
}
#global #content #pagination a {
  cursor: pointer;
}
#global #content #pagination a.arrow_left {
  margin-right: 6px;
  background: #2d3b83;
  /* Old browsers */
  background: url('../images/navigation_left.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308cc6), color-stop(100%, #2d3b83));
  /* Chrome,Safari4+ */
  background: url('../images/navigation_left.png') no-repeat center center, -webkit-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/navigation_left.png') no-repeat center center, -moz-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* FF3.6+ */
  background: url('../images/navigation_left.png') no-repeat center center, -o-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* Opera 11.10+ */
  background: url('../images/navigation_left.png') no-repeat center center, -ms-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* IE10+ */
  background: url('../images/navigation_left.png') no-repeat center center, linear-gradient(to bottom, #308cc6 0%, #2d3b83 100%);
  /* W3C */
  background-position: center center;
}
#global #content #pagination a.arrow_left:hover {
  background: #3080bc;
  /* Old browsers */
  background: url('../images/navigation_left.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3080bc), color-stop(100%, #3080bc));
  /* Chrome,Safari4+ */
  background: url('../images/navigation_left.png') no-repeat center center, -webkit-linear-gradient(top, #3080bc 0%, #3080bc 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/navigation_left.png') no-repeat center center, -moz-linear-gradient(top, #3080bc 0%, #3080bc 100%);
  /* FF3.6+ */
  background: url('../images/navigation_left.png') no-repeat center center, -o-linear-gradient(top, #3080bc 0%, #3080bc 100%);
  /* Opera 11.10+ */
  background: url('../images/navigation_left.png') no-repeat center center, -ms-linear-gradient(top, #3080bc 0%, #3080bc 100%);
  /* IE10+ */
  background: url('../images/navigation_left.png') no-repeat center center, linear-gradient(to bottom, #3080bc 0%, #3080bc 100%);
  /* W3C */
  background-position: center center;
}
#global #content #pagination a.arrow_right {
  background: #2d3b83;
  /* Old browsers */
  background: url('../images/navigation_right.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308cc6), color-stop(100%, #2d3b83));
  /* Chrome,Safari4+ */
  background: url('../images/navigation_right.png') no-repeat center center, -webkit-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/navigation_right.png') no-repeat center center, -moz-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* FF3.6+ */
  background: url('../images/navigation_right.png') no-repeat center center, -o-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* Opera 11.10+ */
  background: url('../images/navigation_right.png') no-repeat center center, -ms-linear-gradient(top, #308cc6 0%, #2d3b83 100%);
  /* IE10+ */
  background: url('../images/navigation_right.png') no-repeat center center, linear-gradient(to bottom, #308cc6 0%, #2d3b83 100%);
  /* W3C */
  background-position: center center;
}
#global #content #pagination a.arrow_right:hover {
  background: #3080bc;
  /* Old browsers */
  background: url('../images/navigation_right.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3080bc), color-stop(100%, #3080bc));
  /* Chrome,Safari4+ */
  background: url('../images/navigation_right.png') no-repeat center center, -webkit-linear-gradient(top, #3080bc 0%, #3080bc 100%);
  /* Chrome10+,Safari5.1+ */
  background: url('../images/navigation_right.png') no-repeat center center, -moz-linear-gradient(top, #3080bc 0%, #3080bc 100%);
  /* FF3.6+ */
  background: url('../images/navigation_right.png') no-repeat center center, -o-linear-gradient(top, #3080bc 0%, #3080bc 100%);
  /* Opera 11.10+ */
  background: url('../images/navigation_right.png') no-repeat center center, -ms-linear-gradient(top, #3080bc 0%, #3080bc 100%);
  /* IE10+ */
  background: url('../images/navigation_right.png') no-repeat center center, linear-gradient(to bottom, #3080bc 0%, #3080bc 100%);
  /* W3C */
  background-position: center center;
}
#global #content #pagination a.arrow_left,
#global #content #pagination a.arrow_right {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  background-color: #6184b0;
  height: 20px;
  text-decoration: none;
  width: 47px;
  height: 47px;
  display: block;
  float: left;
}
#global #content #pagination a.arrow_left.disabled {
  background: url('../images/navigation_left.png') #999999 no-repeat center center;
  cursor: not-allowed;
}
#global #content #pagination a.arrow_right.disabled {
  background: url('../images/navigation_right.png') #999999 no-repeat center center;
  cursor: not-allowed;
}
#global div.close {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 10px;
  top: 6px;
  background: url('../images/close-pop-up.png') repeat-y;
}
#global .help {
  display: none;
}
#global .help h3,
#global .help p {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16px;
}
#global .help h3 {
  color: #2d3880;
  font-weight: bold;
}
#global .help p {
  margin-top: 7px;
}
#global .alert {
  display: none;
}
#global .add_coll {
  display: none;
}
#global .add_coll div.form_add_col {
  margin: 50px 20px 0px 0px;
  margin: 0px auto;
  width: 590px;
}
#global .add_coll select {
  margin: 0 auto 18px -4px !important;
  width: 492px !important;
}
#global .add_coll input[type="submit"] {
  margin: 20px 22px 20px 0px;
}
#global .add_coll label {
  color: #303880;
  display: inline-block;
  margin-right: 13px;
  text-align: right;
  width: 62px;
}
#global .add_coll textarea {
  width: 491px;
  height: 94px;
}
#global .pass-box {
  display: none;
}
#global .pass-box h2 {
  font-size: 20px;
  margin: 0 2px 50px 0;
}
#global .pass-box input[type=submit] {
  margin-bottom: 40px;
}
#global .pass-box form {
  margin: 0px auto;
  width: 493px;
  height: auto;
}
#global #tab_container {
  margin: 0px auto;
  width: 940px;
  margin-bottom: 15px;
  /*///////////////////////////////////////DEFINITION/////////////////////////////////*/
  /*///////////////////////////////////////DEFINITION   BOARD/////////////////////////////////*/
  /*///////////////////////////////////////QUESTIONNAIRE BOARD/////////////////////////////////*/
}
#global #tab_container #ruler_mark {
  background: transparent url('../images/rule.jpg') left 13px no-repeat;
  height: 42px;
  margin-bottom: 50px;
}
#global #tab_container #tank {
  width: 868px;
  height: 10px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #fff ;
  margin-bottom: 70px;
}
#global #tab_container #tank img {
  float: left;
}
#global #tab_container #progress {
  height: 10px;
  background: #dddddd ;
  float: left;
}
#global #tab_container #toggle {
  display: block;
  float: left;
  margin-left: -21px;
  margin-top: -14px;
}
#global #tab_container #unclear {
  text-align: center;
}
#global #tab_container #unclear label {
  line-height: 20px;
}
#global #tab_container #unclear input[type="checkbox"]:not(:checked),
#global #tab_container #unclear input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
#global #tab_container #unclear input[type="checkbox"]:not(:checked) + label,
#global #tab_container #unclear input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
#global #tab_container #unclear input[type="checkbox"]:not(:checked) + label:before,
#global #tab_container #unclear input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3) inset 5px 5px #666666 inset;
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3) inset 5px 5px #666666 inset;
  -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3) inset 5px 5px #666666 inset;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3) inset 5px 5px #666666 inset;
  margin-top: 4px;
}
#global #tab_container #unclear input[type="checkbox"]:not(:checked) + label:after,
#global #tab_container #unclear input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -1px;
  left: 4px;
  font-size: 14px;
  color: #6184B0;
  transition: all .2s;
}
#global #tab_container #unclear input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#global #tab_container #unclear input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#global #tab_container .radio_block {
  position: absolute;
  width: 200px;
  font-size: 15px;
}
#global #tab_container .radio_block input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=00);
}
#global #tab_container .radio_block label {
  padding-top: 38px;
  line-height: 30px;
  cursor: pointer;
}
#global #tab_container .radio_block label img {
  z-index: 0;
}
#global #tab_container h2 {
  height: 50px;
  color: #4a4a4a;
  font-size: 20px;
  margin: 0 0 60px;
  text-align: center;
}
#global #tab_container h2 {
  padding-top: 20px;
}
#global #tab_container #tab3_content h2 {
  height: 115px;
  margin-bottom: 10px;
}
#global #tab_container .bg-sortable h2 {
  background: transparent url("../images/icon-drag-right.png") 97% top no-repeat;
}
#global #tab_container .bg-rl-sortable h2 {
  background: transparent url("../images/icon-drag-left-right.png") center bottom no-repeat;
}
#global #tab_container #tab4_content h2 {
  height: auto;
}
#global #tab_container #tab4_content #verbatims label {
  display: inline-block;
  margin-bottom: 20px;
  color: #666;
  font-weight: bold;
}
#global #tab_container #tab4_content #verbatims label span[title] {
  text-decoration: underline dotted #0072b9;
  cursor: help;
  color: #0072b9;
}
#global #tab_container #tab4_content #verbatims textarea {
  height: 234px;
  padding: 10px;
}
#global #tab_container #radio_wrapper {
  width: 867px;
  margin: auto;
  position: relative;
}
#global #tab_container #radio_wrapper #radio_1 {
  left: 1.8454440599%;
}
#global #tab_container #radio_wrapper #radio_2 {
  left: 11.6%;
}
#global #tab_container #radio_wrapper #radio_3 {
  left: 22.83737024221%;
}
#global #tab_container #radio_wrapper #radio_4 {
  left: 36.2%;
}
#global #tab_container #radio_wrapper #radio_5 {
  left: 51.4%;
}
#global #tab_container #radio_wrapper #radio_6 {
  left: 61.3%;
}
#global #tab_container #radio_wrapper #radio_7 {
  left: 74.9%;
}
#global #tab_container #radio_wrapper #radio_8 {
  left: 92.1%;
}
#global #tab_container .swoosh {
  background: transparent url('../images/big_swoosh.png') 0 0 no-repeat;
  height: 100px;
}
#global #tab_container .swoosh p {
  margin: 0px;
  line-height: 50px;
  font-size: 20px;
  color: #2d3880;
  line-height: 95px;
  text-indent: 45px;
}
#global #tab_container .draggable {
  color: #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b7b9bc;
  background-color: #ffffff;
  border-top: none ;
  border-left: none ;
  border-right: none ;
  margin-bottom: 10px;
  padding: 20px 18px;
  font-size: 18px;
  cursor: move;
}
#global #tab_container .draggable p {
  margin: 0px;
  margin-top: 10px;
  font-weight: 600;
}
#global #tab_container .zone50 {
  width: 50%;
  float: left;
  padding: 1.5%;
}
#global #tab_container .zone70 {
  width: 57%;
  float: left;
}
#global #tab_container .dropper {
  min-height: 500px;
}
#global #tab_container .zone30 {
  width: 33.33333%;
  float: left;
  padding: 1.5%;
}
#global #tab_container #tabInner {
  min-height: 300px;
  background: #e1e0e0 ;
  border: 1px solid #d3d3d4;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
  -o-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
  padding-top: 0px;
  position: relative;
}
#global #tab_container #tabInner .tab_content {
  padding-top: 40px;
  min-height: 510px;
}
#global #tab_container #tabInner #tab1_content {
  background: url("../images/sep-bg-1.png") #e1e0e0 center center repeat-y;
}
#global #tab_container #tabInner #tab3_content {
  background: url("../images/sep-bg-2.png") #e1e0e0 center center repeat-y;
}
#global #tab_container #tabInner #tab1_content.board {
  padding-top: 40px;
  background: none;
}
#global #tab_container #tabInner .radio_block {
  float: left;
  top: 23px;
}
#global #tab_container #tabInner .radio_block input {
  display: block;
}
#global #tab_container ul#tabs {
  margin: 0px;
  padding: 0px;
  *zoom: 1;
}
#global #tab_container ul#tabs > a {
  color: #67a62b;
  margin-left: 40px;
  font-weight: bold;
  border: 1px solid #67a62b;
  padding: 5px;
  border-radius: 5px;
}
#global #tab_container ul#tabs li {
  list-style: none;
  float: left;
  margin-bottom: -1px;
  display: block;
  background: #c5d8e4 ;
  height: 34px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  line-height: 34px;
  margin-right: 2px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}
#global #tab_container ul#tabs li.active,
#global #tab_container ul#tabs li.disabled {
  border: 1px solid #d3d3d4;
  border-bottom: none;
}
#global #tab_container ul#tabs li.active {
  background: #0072b9;
  color: #fff;
  margin-bottom: -1px;
}
#global #tab_container ul#tabs li.disabled {
  background: #93c3dc ;
  color: #fff;
}
#global #tab_container ul#tabs li.disabled.tab {
  cursor: not-allowed;
}
#global #tab_container ul#tabs li.disabled.tab.active {
  cursor: pointer;
}
#global #tab_container ul#tabs.is-allowed li.disabled.tab {
  cursor: pointer;
}
#global #tab_container ul#tabs li.tab {
  background: #ccc;
  color: #6d6d6d;
  border-bottom: none;
}
#global #tab_container #slider a.ui-state-default {
  background: url("../images/toggle.png") no-repeat transparent;
  font-weight: normal;
  height: 42px;
  width: 42px;
  top: -7px;
  border: none;
  cursor: url('../images/grab.cur'), move;
  cursor: -moz-grabb;
  cursor: -webkit-grabb;
}
#global #tab_container #slider.ui-corner-all {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#global #tab_container .ui-slider-range {
  background: transparent url("../images/slider-default.png") right top no-repeat;
  z-index: 0;
  background-size: cover;
}
#global #tab_container .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
  border-radius: 2px;
}
#global #tab_container a.ui-state-default:active,
#global #tab_container a.ui-state-default:visited,
#global #tab_container a.ui-state-default:focus {
  border: none;
  outline: none;
}
#global #tab_container div#slider {
  height: 18px;
  margin: auto;
  margin-top: 80px;
  width: 865px;
  background: transparent url("../images/slider-color.png") left top no-repeat;
}
#global #tab_container div#slider.ui-slider-disabled {
  background: #0071b8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #666666 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #666666), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #666666 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #666666 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #666666 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to right, #666666 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@fromColor', endColorstr='@toColor', GradientType=1);
  /* IE6-9 */
}
#global #tab_container div#slider.ui-slider-disabled .ui-slider-handle {
  cursor: not-allowed;
}
#global #tab_container div#slider.ui-slider-disabled + ul.label-answer {
  opacity: 0.6;
}
#global #tab_container div#slider.ui-slider-disabled + ul.label-answer li {
  cursor: not-allowed;
}
#global #tab_container ul.label-answer {
  list-style: none;
  position: relative;
  width: 940px;
  margin: -68px auto 55px;
}
#global #tab_container ul.label-answer li {
  position: absolute;
  background: transparent url("../images/marker.png") no-repeat center 74px;
  cursor: pointer;
  padding-top: 90px;
}
#global #tab_container ul.label-answer .slider-legend-0 {
  left: 9px;
}
#global #tab_container ul.label-answer .slider-legend-1 {
  left: 161px;
}
#global #tab_container ul.label-answer .slider-legend-2 {
  left: 298px;
}
#global #tab_container ul.label-answer .slider-legend-3 {
  left: 435px;
}
#global #tab_container ul.label-answer .slider-legend-4 {
  left: 592px;
}
#global #tab_container ul.label-answer .slider-legend-5 {
  left: 719px;
}
#global #tab_container ul.label-answer .slider-legend-6 {
  left: 872px;
}
#global #tab_container ul.label-answer .slider-legend-7 {
  left: 843px;
}
#global #tab_container ul.label-answer .all .slider-legend-0 {
  left: 0px;
}
#global #tab_container ul.label-answer .all .slider-legend-0 {
  left: 0px;
}
#global #tab_container ul.label-answer .all .slider-legend-1 {
  left: 105px;
}
#global #tab_container ul.label-answer .all .slider-legend-2 {
  left: 224px;
}
#global #tab_container ul.label-answer .all .slider-legend-3 {
  left: 343px;
}
#global #tab_container ul.label-answer .all .slider-legend-4 {
  left: 487px;
}
#global #tab_container ul.label-answer .all .slider-legend-5 {
  left: 599px;
}
#global #tab_container ul.label-answer .all .slider-legend-6 {
  left: 713px;
}
#global #tab_container ul.label-answer .all .slider-legend-7 {
  left: 843px;
}
#global #tab_container #definition_form {
  width: 672px;
  margin: auto;
}
#global #tab_container #definition_form label {
  display: inline-block;
  width: 153px;
  text-align: right;
  color: #303880;
  margin-right: 13px;
}
#global #tab_container #global #content #definition_form input {
  display: inline-block;
}
#global #tab_container #global #content input + span,
#global #tab_container #global #content select + span {
  display: inline;
  color: #88b650;
  padding-left: 4px;
}
#global #tab_container #global #content #definition_form textarea {
  display: inline-block;
  width: 489px;
  margin-bottom: 16px;
  height: 94px;
}
#global #tab_container #global .form_title {
  height: 33px;
  width: 100%;
  background: #88b650;
  color: #ffffff;
  line-height: 33px;
  text-indent: 17px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  font-size: 16px;
  margin-bottom: 20px;
}
#global #tab_container .single_tab table.question-board td {
  padding: 15px 5px 15px 5px;
}
#global #tab_container .single_tab table.question-board th {
  padding: 15px 0px 15px 0px;
}
#global #tab_container .single_tab table.question-board th.last {
  width: inherit;
}
#global #tab_container #tabInner .single_tab {
  width: inherit;
  padding: 10px 10px 10px 10px;
}
#global #tab_container .tachymeter {
  margin: 0px auto;
  width: 270px;
}
#global #tab_container .tachymeter p {
  text-align: center;
  font-size: 20px;
}
#global #tab_container .tachymeter div {
  height: 129px;
  width: 270px;
  background: transparent url("../images/tachymeter-bg.png") center center no-repeat;
  margin: 0px auto 20px auto;
  position: relative;
}
#global #tab_container .pin {
  left: 118px;
  position: absolute;
  top: 43px;
  transform: rotate(0deg);
}
#global #tab_container .pin-button {
  left: 112px;
  position: absolute;
  top: 109px;
}
#global #tab_container div.form_data {
  margin: 40px 150px 0px 0px;
}
#global #tab_container div.form_data label {
  display: inline-block;
  width: 18%;
  text-align: right;
  margin-right: 5px;
  color: #333333;
}
#global #tab_container div.form_data div {
  text-align: right;
}
#global #tab_container div.form_data select,
#global #tab_container div.form_data input[type="text"],
#global #tab_container div.form_data input[type="password"] {
  width: 76%;
}
#global #tab_container div.form_data select {
  font-size: 14px;
  height: 40px;
  margin: 0 auto 18px;
  padding-bottom: 5px;
  padding-right: 19px;
  padding-top: 7px;
  text-indent: 10px;
  color: #999999;
}
.add_button {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: url("../images/icon-more.png") no-repeat 10px center #eaeaeb;
  border: 1px solid #cfcfcf;
  padding: 10px 18px 10px 56px;
  text-decoration: none;
  color: #6184b0;
}
/*//////////////////////////////////////////ACCOUNT///////////////////////////////////////////////////////*/
.account_Page #password {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  background-color: #e1e0e0;
  margin: 0px auto;
  width: 620px;
  margin-top: 40px;
}
.account_Page #password span {
  font-size: 16px;
  display: block;
  margin: 40px 2px 20px 67px;
}
.account_Page #password input[type=submit] {
  float: right;
  margin-bottom: 36px;
}
.account_Page #password form {
  height: auto;
  margin: 0px auto;
  width: 493px;
}
/*///////////////////////////////////////////////////QUESTIONNAIRE//////////////////////////////////////////*/
div.submit_wrapper {
  text-align: center;
}
body {
  background: #e1e0e0;
}
.connectedSortable .ui-state-default {
  background: #fff;
  border-radius: 4px;
  padding: 2% 2%;
  margin: 10px auto;
  width: 97%;
  display: table;
}
.connectedSortable .ui-state-default:hover {
  cursor: move;
}
.connectedSortable .ui-state-default .tooltip:hover {
  cursor: help;
}
.connectedSortable .grip-box {
  background: url("../images/icon-grip.png") #f1efef no-repeat center center;
  height: 52px;
  width: 44px;
}
.connectedSortable .icon {
  background-repeat: no-repeat;
  background-position: 2% center;
}
.connectedSortable li {
  display: table;
  height: 53px;
  border: 1px solid #bfbfbf;
  border-bottom: 3px solid #bfbfbf;
}
.connectedSortable li span {
  display: table-cell;
  vertical-align: middle;
}
#dimjob_all,
#dimself_all {
  height: 640px;
  overflow: auto;
  padding: 0%;
}
body .sortable1 li,
body .sortable2 li,
body .sortable3 li {
  font-size: 1.2em;
  padding: 15px 0px 15px 50px;
  margin: 10px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b7b9bc;
  min-height: 10px;
}
.tooltip {
  background: url("../images/picti-interogation.png") no-repeat scroll center center transparent;
  width: 40px;
}
.sortable1,
.sortable2,
.sortable3 {
  list-style-type: none;
  padding: 0px 0 0 0;
  float: left;
  margin-right: 10px;
  width: 100%;
}
.sortable1 li,
.sortable2 li,
.sortable3 li {
  margin: 0 5px 5px 5px;
  padding: 5px;
  font-size: 1.2em;
  width: 120px;
}
.drag-box-title {
  margin: 0% 7%;
  font-size: 0.833em ;
  text-transform: none;
  padding-left: 3%;
}
.sortable-w33 {
  float: left;
  margin: 0 0.5%;
  width: 32.3333%;
}
.sortable-w50 {
  float: left;
  width: 48%;
  margin: 0 1% 0 1%;
  position: relative;
}
.sortable-w50 .ui-state-default {
  padding: 0% 0%;
}
.sortable-w33 .ui-state-default {
  padding: 0% 0%;
  margin: 0px auto 11px;
}
.sortable-w33 .drag-box-title {
  margin: 0 0 0 7%;
  width: 83%;
}
#dimself_str.sortable-h-1,
#dimself_imp.sortable-h-1,
#dimjob_imp.sortable-h-1 {
  height: 64px;
}
#dimself_str.sortable-h-2,
#dimself_imp.sortable-h-2,
#dimjob_imp.sortable-h-2 {
  height: 128px;
}
#dimself_str.sortable-h-3,
#dimself_imp.sortable-h-3,
#dimjob_imp.sortable-h-3 {
  height: 192px;
}
#dimself_str.sortable-h-4,
#dimself_imp.sortable-h-4,
#dimjob_imp.sortable-h-4 {
  height: 256px;
}
#dimself_str.sortable-h-5,
#dimself_imp.sortable-h-5,
#dimjob_imp.sortable-h-5 {
  height: 320px;
}
#dimself_str.sortable-h-6,
#dimself_imp.sortable-h-6,
#dimjob_imp.sortable-h-6 {
  height: 384px;
}
#dimself_str.sortable-h-7,
#dimself_imp.sortable-h-7,
#dimjob_imp.sortable-h-7 {
  height: 448px;
}
#dimself_str.sortable-h-8,
#dimself_imp.sortable-h-8,
#dimjob_imp.sortable-h-8 {
  height: 512px;
}
#dimself_str.sortable-h-9,
#dimself_imp.sortable-h-9,
#dimjob_imp.sortable-h-9 {
  height: 576px;
}
#global #tab1_content .bg-sortable h2 {
  height: 115px;
  margin-bottom: -5px;
  background: url("../images/icon-drag-right.png") no-repeat scroll 59% 87% transparent;
}
#confirmation {
  margin-right: 20px;
}
.tab1_content {
  background: transparent url("../images/icon-drag-right.png") right top no-repeat;
}
#dimjob_imp {
  background: url("../images/bg-zone-drop-50.jpg") repeat-y scroll 22px 70px transparent;
}
#tab1_content .ui-sortable li {
  margin: 6px -1px 7px 3.2%;
  padding: 0;
  height: 57px;
  width: 92%;
}
#dimself_str,
#dimself_imp {
  background: url("../images/bg-zone-drop-33.jpg") repeat-y scroll 8px 64px transparent;
}
.sortable-w50 .drag-box-title {
  margin: 0 0 0 7%;
  width: 82%;
}
.ui-state-default.ui-sortable-helper {
  padding: 0% 0% 0% 0%;
  box-shadow: 1px 3px 6px -2px #333333;
}
body .sortable-w33 .connectedSortable .ui-sortable-placeholder {
  height: 56px;
  background: url("../images/bg-zone-drop-33-place-holder.jpg") transparent top center no-repeat;
  visibility: visible!important;
  box-shadow: none;
  border-bottom: none;
  margin-bottom: 8px;
}
body .sortable-w50 .connectedSortable .ui-sortable-placeholder {
  height: 70px;
  background: url("../images/bg-zone-drop-50-place-holder.jpg") transparent center top no-repeat;
  visibility: visible!important;
  box-shadow: none;
  border-bottom: none;
}
.tooltip-360 {
  border: none;
  border-top: 5px solid #0072B9;
  box-shadow: 0px 7px 10px -6px #333333;
  border-radius: 0px;
  padding: 20px;
  font-weight: normal;
  font-size: 13px;
}
.tooltip-360::first-letter {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  background: #93C3DC;
  margin-right: 2px;
  border-left: #0072B9 4px solid;
  border-radius: 3px 0px 0px 3px;
}
.grip-box {
  border: none;
  padding: 5px;
  font-weight: normal;
  border-radius: 3px 0px 0px 3px;
}
.sortable-w33 {
  position: relative;
}
#cpt-check-box {
  position: absolute;
  right: 40%;
  top: 79px;
  width: 60px;
  height: 30px;
  background: transparent url("../images/icon-check.png") left center no-repeat;
  padding-left: 40px;
  padding-top: 4px;
  white-space: nowrap;
}
.sortable-w33 #cpt-check-box {
  position: absolute;
  right: 35%;
  top: 79px;
}
#cpt-check-box.not-valid {
  background: transparent url("../images/icon-delete-warning.png") left center no-repeat;
}
#cpt-check-box.valid {
  background: transparent url("../images/icon-check-active.png") left center no-repeat;
}
#charCount {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.3em;
}
#charCount #currentChar {
  font-weight: normal;
}
body .ui-pnotify {
  position: fixed;
  left: 50!important;
  right: 0!important;
  top: 0px;
  height: 200px;
  background: transparent;
  color: darkgreen;
}
.alert-success {
  background-color: #288885;
  border-color: #3c9a5f;
  color: #ffffff;
}
.glyphicon-ok-sign {
  background: url("../images/icon-check-notification.png") center center no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
  vert-align: middle;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}
.ui-pnotify-title {
  line-height: 17px;
  min-height: 17px;
  vert-align: middle;
}
.ui-pnotify-icon .ui-icon-circle-check {
  background: url("../images/icon-check-green.png") center center no-repeat;
  width: 33px;
  height: 32px;
}
.ui-pnotify-icon {
  position: absolute;
  left: 15px;
  top: 12px;
}
h4 {
  font-size: 0.9em;
  margin: 0px 0px 0px 25px;
}
.ui-pnotify-text {
  font-size: 0.9em;
  margin: 0px;
}
.ui-pnotify-container {
  background-position: 0 0;
  height: 100%;
  margin: 0;
  padding: 0.8em;
}
.ui-pnotify .ui-pnotify-shadow {
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}
#tabInner ul.hasScrollBar {
  background: none;
}
.hspacer10 {
  display: inline-block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 10px 10px;
  font-weight: bold;
  background: #eaeaea;
}
.hspacer10 span {
  display: inline-block;
  width: auto;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 6px 19px;
  margin-left: 10px;
}
.hspacer10 span.redbg {
  background: #cd5c5c;
}
.hspacer10 span.yelbrownbg {
  background: #e7db89;
}
.hspacer10 span.greenbg {
  background: #9acd32;
}
#jqxdropdownlist {
  margin-left: 26px;
}
.ie9 #global #content #pagination a.arrow_left {
  background: url('../images/navigation_left.png') center center #0072b9 no-repeat;
}
.ie9 #global #content #pagination a.arrow_right {
  background: url('../images/navigation_right.png') center center #0072b9 no-repeat;
}
.ie9 #global #content #pagination a.arrow_left:hover {
  background-color: #3080bc;
}
.ie9 #global #content #pagination a.arrow_right:hover {
  background-color: #3080bc;
}
.ie9 ul.styled_select,
.ie9 a.button {
  background: #a8a8a8;
}
.ie9 ul.styled_select:hover,
.ie9 a.button:hover {
  background: #909090;
}
.ie9 .button.btn-user span {
  background: url('../images/icon-user.png') center center #909090 no-repeat;
}
.ie9 .button.btn-connexion span {
  background: url('../images/icon-conexion.png') center center #909090 no-repeat;
}
.ie9 #global #status_bar .styled_select {
  background: url('../images/select_bg.png') center center #a8a8a8 no-repeat;
}
.ie9 .button.btn-add {
  background: #0072b9;
}
.ie9 .button.btn-add:hover {
  background: #3080bc;
}
.ie9 .button.btn-add span {
  background: url('../images/icon-more.png') center center #3080bc no-repeat;
}
.ie9 .collaborator .add_disabled span {
  background: url('../images/not-allowed.png') center center #aaaaaa no-repeat;
}
.ie9 .collaborator .add_disabled {
  background: #aaaaaa;
}
body .jqx-icon {
  width: 19px;
}
.sortable-w50 .connectedSortable .grip-box {
  height: 56px;
  width: 68px;
}
.ui-dialog #edit_coll label,
.ui-dialog #add_coll label {
  color: #666666;
  width: 24%;
}
.ui-dialog #add_coll input[type="text"],
.ui-dialog #add_coll input[type="email"],
.ui-dialog #add_coll textarea,
.ui-dialog #add_coll select,
.ui-dialog #edit_coll input[type="text"],
.ui-dialog #edit_coll input[type="email"],
.ui-dialog #edit_coll textarea,
.ui-dialog #edit_coll select {
  width: 74.5%;
}
.ui-dialog .msg-alert {
  margin-bottom: 25px;
}
#slider.ui-widget-content {
  border: none;
}
#contact a[href^="mailto:"] {
  color: #0072b9;
  text-decoration: underline;
}
#contact {
  font-size: 15px;
}
.en #global #tab_container ul.label-answer .slider-legend-0 {
  left: 8px;
}
.en #global #tab_container ul.label-answer .slider-legend-1 {
  left: 165px;
}
.en #global #tab_container ul.label-answer .slider-legend-2 {
  left: 310px;
}
.en #global #tab_container ul.label-answer .slider-legend-3 {
  left: 437px;
}
.en #global #tab_container ul.label-answer .slider-legend-4 {
  left: 600px;
}
.en #global #tab_container ul.label-answer .slider-legend-5 {
  left: 728px;
}
.en #global #tab_container ul.label-answer .slider-legend-6 {
  left: 879px;
}
#errorModal,
#confirm-save {
  padding: 20px;
}
