@font-face {
  font-family: "CALIBRI";

  /* pour IE */
  src: url("../params/fonts/calibri.eot");

  /* pour les autres */
  src: url("../params/fonts/calibri.woff") format("woff"),
    url("../params/fonts/calibri.svg#abcd") format("svg"),
    url("../params/fonts/calibri.ttf") format("truetype");
}

body {
  background: #e7ebee;
  font-family: "CALIBRI";
}

.admin-header {
  color: #3498db;
}

#contenuFinquestion {
  display: none;
}

.glyphicon-log-out {
  color: #c0272c;
}

.admin-nav li {
  font-weight: bold;
}

.admin-nav .glyphicon {
  margin-right: 20px;
}

#login-preset {
  background: none repeat scroll 0% 0% #fff;
  max-width: 350px;
  min-width: 280px;
  border-width: 0px 5px 5px 5px;
  border-style: solid;
  border-color: #e1e1e1;
  border-image: none;
  margin: 30px auto 20px;
  border-radius: 4px;
  overflow: hidden;
}

#login-error {
  max-width: 350px;
  min-width: 280px;
  margin: auto;
}

#login-preset .input-group {
  margin-bottom: 10px;
}

#login-preset-inner {
  padding: 20px 25px;
}

#login-preset-inner .input-group > .input-group-addon {
  height: 33px;
}

#login-preset-inner .input-group > .form-control,
#login-preset-inner .input-group > .input-group-addon {
  height: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#login-preset .input-group input {
  font-weight: 300;
}

#login-logo {
  background: none repeat scroll 0px 0px #fff;
  color: #fff;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 20px 0px 0px 0px;
  text-align: center;
  text-transform: uppercase;
}

#training-group {
  background: none repeat scroll 0% 0% #fff;
  border-width: 10px 0px 0px 0px;
  border-style: solid;
  border-color: #e1e1e1;
  border-image: none;
  border-radius: 4px;
  padding: 0px 10px;
}

.training-preset {
  display: inline-block;
  background: none repeat scroll 0% 0% #fff;
  max-width: 350px;
  min-width: 280px;
  border-width: 0px 5px 5px 5px;
  border-style: solid;
  border-color: #e1e1e1;
  border-image: none;
  margin: 30px auto 20px;
  border-radius: 4px;
  overflow: hidden;
}

.user-societe {
  display: block;
  font-style: italic;
}

.user-login {
  display: block;
}

#userListTable tbody > tr > td {
  vertical-align: middle;
}

.puce {
  list-style-type: decimal;
  font-size: 24px;
  font-family: Calibri;
  line-height: 30px;
  color: #036;
}

.puce2 {
  list-style-image: url(../img/puce.png);
  font-size: 24px;
  font-family: Calibri;
  line-height: 40px;
  color: #036;
}

.puce_titre {
  font-size: 35px;
  font-family: Calibri;
  line-height: 40px;
  color: #003;
  font-weight: bold;
}

.evaluation-user {
  background: none repeat scroll 0% 0% #fff;
  max-width: 350px;
  min-width: 280px;
  border-width: 0px 5px 5px 5px;
  border-style: solid;
  border-color: #e1e1e1;
  border-image: none;
  margin: 30px auto 20px;
  border-radius: 4px;
  overflow: hidden;
}

.error-code-session {
  display: none;
}

/* FIX CHOSEN POUR BOOTSTRAP */
.chosen-container-single .chosen-single {
  height: 30px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

.chosen-container-single .chosen-single span {
  padding-top: 2px;
}

.chosen-container-single .chosen-single div b {
  margin-top: 2px;
}
.chosen-container {
  width: 100% !important;
}
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding: 0px;
  width: 100% !important;
}

#prop1,
#prop2,
#prop3,
#prop4 {
  cursor: pointer;
}

#prop1:hover,
#prop2:hover,
#prop3:hover,
#prop4:hover {
  background-color: grey;
}

#propcorvalid {
  background-color: green;
}

.reevalquestion {
  position: absolute;
  top: 5px;
  right: 20px;
}

.annulerreeval {
  position: absolute;
  top: 5px;
  right: 20px;
  display: none;
}
.notereevalfixed {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  margin: 5px;
  padding: 5px;
  width: 250px;
  right: 0px;
}

.reevalsensible {
  position: absolute;
  right: 150px;
  top: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.corrigesensible {
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.thumbnail {
  padding-right: 30px;
  margin-bottom: 5px;
}

.jumbotron {
  padding-top: 5px;
  padding-bottom: 5px;
}

.questioninactive {
  display: none;
}

div.dataTables_filter label {
  float: left;
}

div.dataTables_length label {
  float: right;
}

.quesensible {
  border: 2px dashed red;
}
.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
