:root {
  --qw-default-color: #3b5998;
}

*,
html,
body {
  padding: 0;
  margin: 0;
  color: #666;
}

html {
  height: 100%;
}

body {
  position: absolute;
  min-height: 100%;
  width: 100%;
}

.row-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-row-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.row-flex>[class^=".col-"] {
  float: none;
}

.text-color1 {
  color: var(--color1, var(--qw-default-color));
}

.alert.alert-error {
  background-color: #ffb0b0;
  color: #9a4444;
}

.alert.alert-error>b {
  color: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-1 {
    margin-top: 0.3em;
  }
}

@media only screen and (min-width: 992px) {
  .collapse.dont-collapse-md {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

a[data-toggle="collapse"] span {
  color: inherit;
}

.left {
  float: left;
}

div#navbar div[class^="col-"] {
  padding: 0;
}

div#navbar a,
div#navbar div {
  display: inline-block;
}

a.side-bar-toggler {
  padding: 2px 13px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
}

a.side-bar-toggler i {
  color: inherit;
}

.content {
  margin-top: 10px;
  position: relative;
}

.panel-next {
  border-color: var(--qw-default-color);
}

.panel-next>.panel-heading {
  color: #fff;
  background-color: var(--qw-default-color);
  border-color: var(--qw-default-color);
}

table {
  width: 100%;
}

a {
  color: #2a6496;
}

select {
  min-width: 145px;
}

.white,
.white a {
  color: white;
}

.btn.unclickable {
  pointer-events: none;
}

.btn-empty {
  background-color: #e2e2e2;
  color: #333333;
}

.btn-empty:focus,
.btn-empty:hover {
  background-color: #d2d2d2;
}

.btn-empty:active {
  background-color: #bdbdbd;
}

.btn_multiple_lines {
  white-space: normal;
}

table.dataTable thead th {
  background-color: inherit;
}

table.dataTable thead th.sorting {
  background-image: none !important;
}

table.dataTable .no-padding {
  padding: 0px !important;
}

@media (max-width: 767px) {
  #navbar>div[class^="col-"] {
    display: inline-block !important;
    float: none;
  }

  #navbar>div:not(:first-child) {
    margin-left: -5px;
  }

  .username-content {
    text-align: center;
    vertical-align: middle;
  }

  #sidebar {
    width: 0;
    overflow: hidden;
  }

  #sidebar-background {
    transition: opacity 0.2s linear, visibility 0s linear 0.4s,
      z-index 0s linear 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }

  #sidebar-background.enable {
    transition: opacity 0.2s linear, visibility 0s linear 0s,
      z-index 0s linear 0s;
    visibility: visible;
    opacity: 0.3;
    z-index: 40;
  }

  #sidebar>a,
  #sidebar>div,
  #sidebar>ul {
    opacity: 0;
    transition: opacity 0.3s linear 0s, visibility 0s linear 2s;
    visibility: hidden;
  }

  #sidebar.enable {
    width: 200px;
  }

  #sidebar.enable>a,
  #sidebar.enable>div,
  #sidebar.enable>ul {
    opacity: 1;
    transition: opacity 0.2s, visibility 0s linear 0s;
    visibility: visible;
  }

  #sidebar>a {
    transition: opacity 0.15s linear 0s, visibility 0s linear 2s;
  }

  #sidebar.enable>a {
    transition: opacity 0.2s linear 0.15s, visibility 0s linear 0s;
  }

  #content {
    margin: 0;
    padding: 35px 20px 5px 20px;
  }

  #content.trainee {
    margin: 0;
    padding: 0px 20px 5px 20px;
  }

  .nav>li>a {
    font-size: 90%;
    padding: 10px 3px;
  }

  .modal-footer {
    margin: 5px 0 0 0;
  }

  .form-control[readonly] {
    background-color: #fff;
  }

  .alert {
    position: absolute;
    top: 20px;
    z-index: 20;
    width: 100%;
    transition: top 0.3s, transform 0.3s;
  }

  .alert.expired {
    top: -35px;
    transform: translate(0, -100%);
  }

  .alert.hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  #navbar {
    height: 29px;
  }

  #content {
    margin: 0 0 0 140px;
    padding: 20px 20px 5px 20px;
  }

  #sidebar {
    width: 130px;
  }

  #sidebar-background {
    transition: opacity 0.2s linear, visibility 0s linear 0.4s;
    visibility: hidden;
    opacity: 0;
  }

  #sidebar>a,
  #sidebar>div,
  #sidebar>ul {
    opacity: 1;
    transition: opacity 0.2s, visibility 0s linear 0s;
    visibility: visible;
  }

  .nav>li>a {
    padding: 10px 15px;
  }

  .modal-footer .btn+.btn {
    margin: auto;
  }

  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-right-padding {
  padding-right: 0 !important;
}

.bootstrap-filestyle input {
  height: 30px;
}

.bootstrap-filestyle label {
  padding: 5px 12px;
}

.mandatory {
  color: red;
}

#container {
  font-size: 12px;
}

#navbar {
  left: 0px;
  top: 0;
  position: fixed;
  right: 0;
  background-color: #3c3c3c;
  padding: 5px 20px;
  font-size: 13px;
  z-index: 100;
}

#navbar a,
#navbar a:visited,
#navbar b,
#navbar span {
  color: #fff;
}

#navbar ul a,
#navbar ul a:visited,
#navbar ul b,
#navbar ul span {
  color: #333;
}

#navbar #evals {
  margin-right: 20px;
  float: left;
}

#sidebar {
  transition: width 0.5s;
  margin: 0px;
  left: 0;
  background-color: #f7f7f9;
  min-height: 100%;
  text-align: center;
  position: absolute;
  padding-top: 20px;
  z-index: 50;
  box-shadow: #b9b9b9 0 0 10px -5px;
}

#sidebar-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

#sidebar-logo {
  margin: 25px 0px 15px 0px;
  max-width: 100px;
}

#logged-username {
  font-weight: bold;
  margin: 10px 0;
}

#sidebar-menu {
  margin-top: 40px;
}

#sidebar-menu li {
  position: relative;
  margin-top: 10px;
  /*border-radius: 0 3px 3px 0;*/
}

#sidebar-menu li a {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  width: 120px;
  padding: 8px 3px 8px 0px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}

#sidebar-menu li:before {
  content: " ";
  position: absolute;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  left: 100%;
}

.sidebar-menu-item-statistiques,
.sidebar-menu-item-analyseExamens {
  background-color: var(--qw-default-color);
}

.sidebar-menu-item-evaluations,
.records-list-evaluations th {
  background-color: #6799c3 !important;
}

.sidebar-menu-item-sessions,
.records-list-resultat th {
  background-color: #c367c3 !important;
}

.sidebar-menu-item-questionnaires,
.sidebar-menu-item-examens,
.records-list-questionnaire th {
  background-color: #00a57c !important;
}

.sidebar-menu-item-participants {
  background-color: #ff8c00;
}

.sidebar-menu-item-analyse {
  background-color: #e24629;
}

.sidebar-menu-item-examen,
.sidebar-menu-item-formation {
  background-color: #589541;
}

.sidebar-menu-item-logout {
  background-color: #848484;
}

.sidebar-menu-item-besoin,
.sidebar-menu-item-resultats {
  background-color: #299be2;
}

#sidebar #adresse {
  font-size: 11px;
}

.records_list tr.campagne {
  font-weight: bold;
  background-color: #f7f7f9;
}

.records_list th {
  font-weight: bold;
  color: #fff;
  background-color: var(--qw-default-color);
  padding: 4px 5px;
  text-align: left;
}

.records_list td {
  padding: 4px;
  border-bottom: 1px solid #e1e1e8;
}

.pagination span {
  padding: 5px 12px;
  margin: 5px 1px;
}

.pagination span.current {
  color: #fff;
  background-color: var(--qw-default-color);
}

h1.results {
  font-size: 21px;
  margin: 15px 0;
  color: #777;
}

h3 {
  border-bottom: 1px solid #cccccc;
}

.no-border {
  border: none;
}

h2.results,
h3.results {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 15px;
  padding-left: 20px;
}

h3.results {
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
}

#content ul {
  list-style-type: none;
}

.record_properties td {
  padding: 8px;
  border: 1px solid #e1e1e8;
}

.new_record {
  border-collapse: separate;
  border-spacing: 5px 8px;
  /* Nombre de pixels d'espace horizontal (5px), vertical (8px) */
}

.records_list tr#header {
  background-color: var(--qw-default-color);
}

.records_list ul {
  margin: 0px;
}

.form_error li {
  color: red;
  margin-left: 15px;
}

a[class^="chosen"] {
  transition: box-shadow 0.3s, border-color 0.5s;
}

a.empty-error-chosen {
  box-shadow: 0px 0px 5px 0px #cf3434 !important;
  border: 1px solid #c01111 !important;
}

.input-group .input-sm {
  margin-top: 1px;
  margin-bottom: -1px;
}

/*form input[type=text], form input[type=password], form input[type=email], form input[type=number], form select{
  min-width: 300px;
  max-width: 300px;
}*/

.form-group.required .control-label:after {
  content: " *";
  color: red;
}

.material-bloc {
  float: left;
  margin: 5px;
}

/********************************************
* CSS concernant l'affichage des resultats  *
********************************************/

.un_switch_user {
  color: white;
}

.buttons {
  margin-top: 15px;
}

.buttons .btn {
  margin-right: 5px;
  margin-bottom: 10px;
}

img[id^="plus"],
img[id^="moins"] {
  cursor: pointer;
  margin: 6px 2px 0;
}

#questionnaire_list th.buttons {
  min-width: 20px;
}

select[name$="_list_length"] {
  min-width: 1px;
}

#add_theme {
  margin-top: 10px;
}

.context-menu-item {
  padding: 5px 24px !important;
  background-color: #fff !important;
}

.context-menu-item.hover {
  background-color: #c7c7c7 !important;
}

tr.context-menu-active td {
  background: #cccccc !important;
}

[class^="bg-"] {
  padding: 10px;
}

.chosen-default {
  border: 1px solid #aaa !important;
  background-image: none !important;
  box-shadow: 0 !important;
  border-radius: 3px !important;
  height: 30px;
  padding-top: 2px;
  padding-left: 10px;
  font-size: 12px;
}

.select2-container {
  width: 100% !important;
}

.colonneAlign {
  text-align: center;
}

/************************/

.signeval-sidebar-toggler {
  font-size: 25px;
}

.va-super {
  vertical-align: super;
}

@media (max-width: 768px) {
  #navbar {
    background-color: #337ab7;
  }

  .signeval-sidebar {
    background-color: #337ab7;
    height: 100%;
    padding-top: 30px;
    font-size: 15px;
    text-align: left;
  }

  .signeval-sidebar>ul>li {
    border-bottom: solid;
    padding: 10px 0 10px 25px;
  }

  .signeval-sidebar>ul>li,
  .signeval-sidebar>ul>li>a,
  .signeval-sidebar>ul>li>a>i {
    color: white;
  }

  .signeval-form-input {
    border: none;
    box-shadow: none;
    border-bottom: solid #337ab7;
    border-bottom-width: thin;
    margin-bottom: 10px;
    outline: 0;
  }

  .signeval-title {
    font-size: 18px !important;
    font-weight: normal !important;
  }

  .signeval-button {
    border: solid #337ab7;
    border-width: thin;
    padding: 15px 0 15px;
    font-size: 15px;
    margin: 15px 0 15px;
    cursor: pointer;
    box-shadow: #bebebe 0px 0px 10px -4px;
  }

  .signeval-button-user-list {
    /* border: solid #337ab7; */
    padding: 15px 0 15px;
    /* font-size: 15px; */
    margin: -15px 0 15px 0;
    cursor: pointer;
    /* border-top: none; */
  }

  .signeval-button>div>i {
    font-size: 25px;
    vertical-align: middle;
  }

  .btn-primary>span {
    color: white;
  }
}

.signeval-bg-blue,
.signeval-bg-blue>.element-header {
  background-color: #337ab7 !important;
}

.signeval-bg-blue>.element-content>a>span>i,
.signeval-bg-blue>.element-content>a>span>span,
.signeval-bg-blue>.element-header>span {
  color: white;
}

.signeval-bg-blue>.element-content>a {
  border: solid white 1px !important;
  border-radius: 0 !important;
}

.bt-light {
  border-top: 1px solid #ccc;
  padding: 5px;
}

.fs-small {
  font-size: small;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.fs-s {
  font-size: small;
}

.fs-l {
  font-size: large;
}

.fs-xl {
  font-size: x-large;
}

.mh-reset {
  min-height: initial !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40vh {
  margin-top: 40vh !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mw-300 {
  min-width: 300px !important;
}

.p-0 {
  padding: 0 !important;
}
.p-8 {
  padding: 8px !important;
}
.p-10 {
  padding: 10px !important;
}

.p-10-4 {
  padding: 10px 4px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.td-n {
  :focus,
  :hover,
  :visited,
  :link,
  :active {
    text-decoration: none !important;
  }

  text-decoration: none !important;
}

.va-m {
  vertical-align: middle !important;
}

.w-100pc {
  width: 100% !important;
}

.w-30px {
  width: 30px !important;
}

.c-p {
  cursor: pointer;
}

.c-pointer {
  cursor: pointer !important;
}

.c-not-allowed {
  cursor: not-allowed !important;
}

.c-default {
  cursor: default !important;
}

.c-primary,
.c-qw {
  color: #e5004b;
}

.material-icons.text-primary {
  color: #337ab7 !important;
}

.material-icons.text-success {
  color: #5cb85c !important;
}

.material-icons.text-info {
  color: #5bc0de !important;
}

.material-icons.text-warning {
  color: #f0ad4e !important;
}

.material-icons.text-danger {
  color: #d9534f !important;
}

.material-icons.text-muted {
  color: #777777 !important;
}

.material-icons.text-white {
  color: #ffffff !important;
}

.material-icons.text-dark {
  color: #333333 !important;
}

.material-icons.text-light {
  color: #f8f9fa !important;
}

.material-icons.text-qw {
  color: #e5004b !important;
}

.material-icons.text-default {
  color: var(--qw-default-color) !important;
}

.c-success {
  color: #5cb85c;
}

.c-danger {
  color: #d9534f;
}

.c-warning {
  color: #f0ad4e;
}

.c-info {
  color: #5bc0de;
}

.c-light {
  color: #f7f7f7;
}

.c-dark {
  color: #333;
}

.status-planned,
.status-planned:focus,
.status-planned:hover {
  color: #a87529;
}

.status-confirmed {
  color: #2a6496;
}

.status-cancelled,
.status-cancelled:focus,
.status-cancelled:hover {
  color: #cccccc;
}

.c-b {
  clear: both;
}

.glyphicon.fast-right-spinner {
  -webkit-animation: glyphicon-spin-r 1s infinite linear;
  animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
  -webkit-animation: glyphicon-spin-r 2s infinite linear;
  animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
  -webkit-animation: glyphicon-spin-r 3s infinite linear;
  animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
  -webkit-animation: glyphicon-spin-l 1s infinite linear;
  animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
  -webkit-animation: glyphicon-spin-l 2s infinite linear;
  animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
  -webkit-animation: glyphicon-spin-l 3s infinite linear;
  animation: glyphicon-spin-l 3s infinite linear;
}

.text-white {
  color: #fff;
}

.progress-bar-darkgrey {
  background-color: darkgrey;
  color: #fff;
}

@-webkit-keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes glyphicon-spin-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes glyphicon-spin-l {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.border-top-group {
  border-top-color: var(--color1, var(--qw-default-color));
}

.admin-pills>li>a {
  color: #666;
}

.admin-pills>li.active>a,
.admin-pills>li.active>a:hover,
.admin-pills>li.active>a:focus {
  background-color: var(--color1, var(--qw-default-color));
  color: white;
}

.organization-addresses {
  margin-top: 10px;
}

.addresses-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.address-item {
  padding: 5px 10px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
}

.address-category {
  font-weight: bold;
  margin-bottom: 3px;
}

.address-full {
  font-size: 0.9em;
}

.trainer-email-time-class select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.export-excel option {
  font-size: 12px;
  color: #444;
}
select.export-excel optGroup {
  font-size: 14px;
  color: #aaa;
}

.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis.bold {
  font-weight: bold;
}

.text-ellipsis.color {
  color: inherit;
}

.tmp-alert-wrapper {
  position: fixed;
  top: 29px;
  z-index: 100;
  width: 100vw;
}

.tmp-alert {
  width: 100%;
  text-align: center;
  padding: 1em 5em 1em 3em;
  border: 1px solid;
  position: relative;
}
.tmp-alert .close-alert {
  position: absolute;
  right: 1em;
  top: 50%;
  height: 100%;
  transform: translate(0, -50%);
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.tmp-alert .close-alert:hover {
  cursor: pointer;
  color: #333;
}
.tmp-alert .close-alert > i {
  vertical-align: sub;
}

.tmp-alert-critical {
  color: #932933;
  background-color: #f8d7daee;
  border-color: #f5c6cb;
}
.tmp-alert-warning {
  color: #856404;
  background-color: #fff3cdee;
  border-color: #ffeeba;
}
.tmp-alert-info {
  color: #004085;
  background-color: #cce5ffee;
  border-color: #b8daff;
}

.btn.looks-disabled,
a.btn.looks-disabled,
button.looks-disabled {
  opacity: .5;
  cursor: not-allowed;
  box-shadow: none;
}
.btn.looks-disabled:hover,
.btn.looks-disabled:focus,
.btn.looks-disabled:active,
.btn.looks-disabled.active,
.btn.looks-disabled:focus:active,
.btn.looks-disabled:active:focus {
  opacity: .5;
  box-shadow: none;
}
