@charset "UTF-8";
body {
  color: #000;
  font-weight: 400;
}

.main-header {
  position: fixed !important;
  width: 100% !important;
}

.main-sidebar {
  position: fixed !important;
}

.box-header {
  color: #000;
}

.envdev {
  display: inline-block;
  border: 1px solid #fff;
  background: #ccc;
  padding: 5px;
  width: 600px;
  text-align: center;
  margin-left: 15%;
  margin-top: 10px;
}

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

.message_maintenance {
  display: inline-block;
  height: 29px;
  width: 100%;
  background: #ff391a;
  color: #fff;
  text-align: center;
  margin-top: 55px;
}

.nowrap {
  white-space: nowrap;
}

.nodisp {
  display: none !important;
}

.textcenter {
  text-align: center;
}

.colred {
  color: #ed0000;
}

.colororange,
.colorange {
  color: #ff7b00;
}

.colgreen {
  color: #49a300;
}

.color-no {
  color: #c8c8c8;
}

.color-yes {
  color: #00cc00;
}

.colorgrey {
  color: #999999;
}

.colorblue,
.colblue {
  color: #005ca7;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.padding-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-h-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.padding-v-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.padding-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #ff391a;
}

.nav-tabs-custom > .nav-tabs.gie > li.active {
  border-top-color: #0a1a53 !important;
}

.ligne-delete {
  text-decoration: line-through;
  color: #ed0000;
}

.btn-noradius {
  border-radius: 0;
}

.btn-custom-support {
  float: right;
  border-radius: 0;
  width: 160px;
}

.btn-custom-support > :first-child {
  font-size: 1.3em;
  line-height: 31px;
}

.is-valid {
  border: 1px solid #49a300 !important;
  background: #f3ffe7 !important;
}

.is-invalid {
  border: 1px solid #ed0000 !important;
  background: #ffdddd !important;
}

.box.box-primary {
  border-top-color: #ff391a;
}

.box-line-top {
  border-top: 1px solid #f4f4f4;
}

.box-title-custon1 {
  position: relative;
  font-size: 14px;
  margin: 10px 0;
  background: #d5ebde;
  padding: 5px 10px;
}
.box-title-custon1:after {
  content: "\f0d7";
  font: 22px FontAwesome;
  position: absolute;
  left: 8px;
  top: 14px;
  color: #d5ebde;
}

.box-body h4 {
  margin-top: 30px;
  font: size 1.2em !important;
  font-weight: 400;
}

.modal-body p {
  font-weight: 200;
}

.login-page {
  height: 80%;
}

.login-box .login-logo {
  position: relative;
}
.login-box .login-logo span {
  font-size: 0.4em;
  position: absolute;
  left: 50%;
  margin-top: 40px;
  margin-left: 56px;
}
.login-box .checkbox label {
  font-weight: 100;
}
.login-box .checkbox label .icheckbox_square-blue {
  margin-right: 5px;
}

.annim-highligh {
  animation: highligh 0.7s infinite ease-in-out;
}
@keyframes highligh {
  0%, 100% {
    -moz-opacity: 1;
    opacity: 1;
  }
  25% {
    -moz-opacity: 0.55;
    opacity: 0.55;
  }
  75% {
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
}
@keyframes delete_anim {
  100% {
    color: #ed0000;
  }
}
/****************** Fin animation *****************/
.box-transition {
  transition: all 0.2s ease-in;
}

.table-hover tbody tr {
  cursor: pointer;
  transition: all 0.1s ease-in;
}
.table-hover tbody tr:hover, .table-hover tbody tr.activ {
  background-color: #fae3de;
  color: #811800;
}
.table-hover tbody tr:hover.gie, .table-hover tbody tr.activ.gie {
  background-color: #cccccc;
  color: #0a1a53;
}

.table .center {
  text-align: center;
}
.table .right {
  text-align: right;
}
.table .delete {
  color: #999999;
}
.table .delete:hover {
  animation: delete_anim 1s infinite alternate;
}
.table .lastadd {
  background-color: #defae3 !important;
  color: #008120 !important;
}

#sendtokenmail {
  overflow: hidden;
}
#sendtokenmail .fa-refresh {
  z-index: 100;
  position: absolute;
  right: 8px;
  top: 9px;
}

.iconesgb {
  position: relative;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 16px;
  opacity: 0.8;
  text-align: center;
  filter: alpha(opacity=80);
}
.iconesgb.iconesgb-g3 {
  background: url("/img/icones.png") no-repeat 0 2px;
}
.iconesgb.iconesgb-owo {
  background: url("/img/icones.png") no-repeat 0 -234px;
}
.iconesgb.iconesgb-point:before {
  content: "•";
  box-sizing: border-box;
}

.sidebar-menu li:hover .iconesgb {
  opacity: 1;
  filter: alpha(opacity=100);
}

.iconesgbig {
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  opacity: 0.8;
  text-align: center;
  filter: alpha(opacity=80);
}
.iconesgbig.iconesgbig-g3 {
  background: url("/img/icones.png") no-repeat 0 -39px;
}
.iconesgbig.iconesgbig-owo {
  background: url("/img/icones.png") no-repeat 0 -275px;
}

.ckpreloadergen {
  position: fixed;
  font-size: 2em;
  text-align: center;
  width: 100%;
  min-height: 100%;
  z-index: 10000;
  color: #ff391a;
  padding: 0px;
  padding-top: 300px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
}
.ckpreloadergen.gie {
  color: #0a1a53;
}
.ckpreloadergen.ckpreloadergen-disp {
  visibility: visible;
  opacity: 1;
}

.ckpreloader {
  position: absolute;
  font-size: 4em;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 10000;
  color: #ff391a;
  padding-top: 200px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  margin-left: -10px;
}
.ckpreloader.gie {
  color: #0a1a53;
}
.ckpreloader.ckpreloader-disp {
  visibility: visible;
  opacity: 1;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.loader {
  margin: 0px auto 20px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #ff2600;
  border-right: 1.1em solid #ff2600;
  border-bottom: 1.1em solid #ff2600;
  border-left: 1.1em solid rgba(255, 38, 0, 0.5058823529);
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.help-block {
  margin-bottom: 0;
  font-size: 0.9em;
}

.info-box-custom {
  min-height: 65px;
}
.info-box-custom .info-box-icon {
  height: 65px;
  font-size: 30px;
  line-height: 65px;
}

.info-box-custom-doc {
  min-height: 90px;
  transition-duration: 0.3s;
}
.info-box-custom-doc a {
  color: #181818;
}
.info-box-custom-doc .info-box-text {
  color: #ff391a;
}
.info-box-custom-doc .info-box-text.gie {
  color: #0a1a53;
}
.info-box-custom-doc .info-box-designation {
  margin-bottom: 8px;
  display: block;
}
.info-box-custom-doc .bg-custom {
  background-color: #ff391a;
  color: #fff;
}
.info-box-custom-doc .bg-custom.gie {
  background-color: #0a1a53;
}
.info-box-custom-doc .info-box-icon {
  width: 50px;
  height: 50px;
  line-height: 34px;
}
.info-box-custom-doc .info-box-icon i {
  font-size: 0.5em;
}
.info-box-custom-doc .info-box-content {
  margin-left: 50px;
  padding-bottom: 15px;
}
.info-box-custom-doc:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.info-box-custom-doc .info-box-right {
  border-left: solid 4px #dd4b39;
  margin-left: 0px;
}
.info-box-custom-doc .info-box-right.gie {
  border-left: solid 4px #0a1a53;
}
.info-box-custom-doc .info-box-right .info-box-text {
  margin-bottom: 10px;
}
.info-box-custom-doc ul {
  margin: 0;
  padding: 0;
}
.info-box-custom-doc ul li {
  transition-duration: 0.2s;
  background-color: #f1f1f2;
  padding: 6px 10px;
  list-style: None;
  margin-bottom: 2px;
}
.info-box-custom-doc ul li span {
  display: block;
  font-size: 0.9em;
}
.info-box-custom-doc ul li span a {
  color: #ed0000;
}
.info-box-custom-doc ul li i {
  color: #ed0000;
  font-size: 0.7em;
}
.info-box-custom-doc ul li .href {
  transition-duration: 0.2s;
  display: block;
  margin: -6px -10px;
  padding: 6px 10px;
  box-sizing: border-box;
}
.info-box-custom-doc ul li:hover {
  background-color: #ebebeb;
}
.info-box-custom-doc ul li:hover .href {
  color: #ed0000;
}
.info-box-custom-doc.gie ul li span a,
.info-box-custom-doc.gie ul li i {
  color: #0a1a53;
}

.stat-analytics-visiteurs small,
.stat-analytics-pagesvues small {
  font-size: 0.6em;
  color: #fff;
}
.stat-analytics-visiteurs small i,
.stat-analytics-pagesvues small i {
  font-size: 0.7em;
  transform: rotate(45deg);
}
.stat-analytics-visiteurs small span,
.stat-analytics-pagesvues small span {
  font-size: 0.7em;
}

.table-thnowrap th {
  white-space: nowrap;
}

.dataTables_filter label {
  width: 100% !important;
  text-align: right !important;
}
.dataTables_filter input {
  width: none !important;
  padding-left: 30px;
}
.dataTables_filter .fa-search {
  position: absolute;
  top: 7px;
  left: 26px;
  color: #6b6b6b;
}

.col-taille-custom-0 {
  min-width: 150px;
}

.col-taille-custom-1 {
  min-width: 205px;
}

.col-taille-custom-2 {
  min-width: 220px;
}

.col-taille-custom-3 {
  min-width: 240px;
}

.col-taille-custom-4 {
  min-width: 280px;
}

.col-taille-custom-5 {
  min-width: 300px;
}

.col-taille-custom-6 {
  min-width: 330px;
}

.col-taille-custom-7 {
  min-width: 360px;
}

.input-file {
  display: block;
  position: absolute;
  background: #f8f8f8;
  border: 1px solid #d2d6de;
  color: #000;
  cursor: pointer;
  font: 0.9em Arial;
  overflow: hidden;
  padding: 10px 12px 8px 12px;
  width: 120px;
  text-align: left;
}
.input-file:hover {
  border-color: #bdbdbd;
  background: #ebebeb;
}
.input-file input {
  cursor: pointer;
  font-size: 0px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 120px;
  height: 35px;
}

.input-file-name {
  padding: 0;
  padding-left: 120px;
  background: #fff;
  border: 1px solid #d2d6de;
  margin: 0;
  min-height: 35px;
}
.input-file-name li {
  cursor: pointer;
  margin: 4px 0 -1px 0;
  margin-left: 10px;
  padding: 5px 6px;
  list-style: none;
  display: inline-block;
  font-size: 0.9em;
  background: #ebebeb;
  white-space: nowrap;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #bdbdbd;
  line-height: 0;
}
.input-file-name li:hover i {
  color: #ed0000;
}

.searchpost label {
  font-size: 11px;
  font-weight: normal;
}

.dropdown-menu {
  box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.14);
  border: 0;
}
.dropdown-menu p {
  overflow: hidden;
  text-overflow: ellipsis;
}

/**************************** multi select *****************************/
.lwms-main {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  background: url("../img/doublearrow.png") no-repeat center 60px;
  width: 100%;
}

.lwms-main .lwms-left,
.lwms-main .lwms-right {
  min-width: 48%;
  max-width: 48%;
  color: #555;
  float: left;
}

.lwms-main .lwms-list {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccc;
}

.lwms-selected {
  display: none;
}

.lwms-main .lwms-left {
  margin-right: 2%;
}

.lwms-main .lwms-right {
  margin-left: 2%;
}

.lwms-main ul {
  margin: 0;
  list-style-type: none;
  text-align: left;
}

.lwms-main ul.lwms-list {
  height: 185px;
  padding: 0px 0px;
  overflow-y: auto;
  background: #fff;
}

.lwms-main .lwms-left li.lwms-selectli,
.lwms-main .lwms-right li.lwms-selectli {
  padding: 4px 10px;
  color: #555;
  font-size: 11px;
  line-height: 14px;
  border-bottom: 1px solid #d4d4d4;
}

.lwms-filterhead {
  color: #4a4a4a;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  vertical-align: middle;
}

.lwms-filterhead a {
  color: #4a4a4a;
  text-decoration: none;
}

.lwms-filcount {
  color: #008d4c;
}

.lwms-filterhead a:hover {
  text-decoration: underline;
}

.lwms-main li.lwms-selectli:hover,
.lwms-main .lwms-right li:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #008d4c;
}

.lwms-main .lwms-right li:hover {
  background-color: #dd4b39;
}

/* clear fix */
.lwms-cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.lwms-cf {
  display: inline-block;
}

html[xmlns] .lwms-cf {
  display: block;
}

* html .lwms-cf {
  height: 1%;
}

/* fin multi select */
.chart.updating {
  text-align: center;
  padding: 50px 0px;
  font-size: 25px;
  color: #dd4b39;
}

.form-control.form-size-m {
  height: 44px;
  font-size: 18px;
}/*# sourceMappingURL=custom.css.map */