
/*---------------------------------------------*/
.limiter a {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.limiter  a:focus {
  outline: none !important;
}

.limiter  a:hover {
  text-decoration: none;
  color: #862000;
}

/*---------------------------------------------*/
.limiter h1,.limiter h2, .limiter h3, .limiter h4, .limiter h5, .limiter h6 {
  margin: 0px;
}

.limiter p {
  font-family: 'Verdana';
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin: 0px;
}

.limiter ul, .limiter li {
  margin: 0px;
  list-style-type: none;
}


/*---------------------------------------------*/
.limiter input {
  outline: none;
  border: none;
}

.limiter input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

.limiter input[type="number"]::-webkit-outer-spin-button,
.limiter input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.limiter textarea {
  outline: none;
  border: none;
}

.limiter textarea:focus, .limiter input:focus {
  border-color: transparent !important;
  background: #f3f3f3;
}


.limiter input::-webkit-input-placeholder { color: #848484;}
.limiter input:-moz-placeholder { color: #848484;}
.limiter input::-moz-placeholder { color: #848484;}
.limiter input:-ms-input-placeholder { color: #848484;}

.limiter textarea::-webkit-input-placeholder { color: #1b3815;}
.limiter textarea:-moz-placeholder { color: #1b3815;}
.limiter textarea::-moz-placeholder { color: #1b3815;}
.limiter textarea:-ms-input-placeholder { color: #1b3815;}

/*---------------------------------------------*/
.limiter button {
  outline: none !important;
  border: none;
  background: #3975a7;
}

.limiter button:hover {
  cursor: pointer;
}

.limiter iframe {
  border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/


.title-item {
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 1.5;
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  color: #737373;
  font-size: 20px;
  font-weight: bold;
}

.icon-place-input {
    position: absolute !important;
    margin-top: 15px;
    margin-left: 15px;
    z-index: 1;
    font-size: 17px;
}

.input-icon-container {
    display: flex !important;
    width: 100% !important;
}


.txt1 {
  font-size: 17px;
    color: #737373;
    line-height: 1.4;
    font-weight: bold;
}

.txt2 {
  font-size: 19px;
  color: #57b846;
  line-height: 1.4;
}

.txt3 {
  font-size: 18px;
  font-weight: bold;
  color: #737373;
}

.txt3:hover {
  font-size: 18px;
  font-weight: bold;
  color: #353535;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  background-color: #ddd;
}

.wrap-login100 {
  display: flex;
  width: 1000px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


/*==================================================================
[ Form ]*/

.color-txt {
  color: #c63032;
}

.color-txt-gris {
  color: #9c9c9c;
}

.limiter .login100-form {
 /* width: 100%; */
  position: relative;
  border-right: 1px solid #cecece;
}

.login100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #009688;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 5px #7e7e7e
}

.item-center {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 241px;
}

.item-center-height {
  display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
}

.imgcenter {
  width: 65%;
}

/*------------------------------------------------------------------
[ Input ]*/

.link-item {
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.wrap-input100 {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.input100 {
  font-size: 15px;
  color: #5b5b5b;
  line-height: 1.2;

  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  background: #ebebeb;
  padding: 0 45px 0 45px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ebebeb;
  pointer-events: none;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 {
  width: calc(100% + 5px);
  box-shadow: 0px 3px 3px 0px #dcdcdc;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #255073;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: #3975a7;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.display-contnt {
  display: contents;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 1000;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;

  font-family: Ubuntu-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 1100;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*****************************************************************/

.limiter  .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}


.limiter  ul, .limiter  ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nom-sigle .nom-projet {
  font-weight: bold;
}

.nom-sigle li {
  color: #00243e;
  border-radius: 10px;
}

.limiter .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.limiter .btn-deconnect {
  float: right;
  color: #333;
  background-color: #fff;
  border-color: #e6e6e6;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-size: 14px;
  line-height: 1.428571429;
  user-select: none;
  padding: 8px 16px;
}

.limiter .btn-deconnect:hover {
      border-color: #d2d2d2 !important;
      transition: 0.3s;
  }

  .limiter  h2 {
  color: #6a6c6f;
  font-size: 27px;
}

.header-box-content {
  background: white;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 0px 1px 0px #dadada;
  border-bottom: 1px solid #cacaca;
}

.media-group-item.b-0 {
  margin-bottom: 8px;
}

  .media-group-item.b-0:hover {
      box-shadow: inset 0px 1px 6px 2px rgba(0, 0, 0, 0.07) !important;
  }

.border-solid-account {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

.icon-colors i {
  font-size: 45px;
}

.avatar {
  width: auto;
  height: auto;
  margin-right: 0;
}

.avatar-circle i {
  font-size: 30px !important;
  margin-top: -4px !important;
}

.bloc2-tomate {
  background: #ffffff;
  padding: 10px;
}

.blockItem {
  /* display:block; */
  box-shadow: 0px 0px 1px 0px #dadada;
}

.blue-colors {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #333;
  box-shadow: 0px 1px 3px 0px #a2a2a2;
}

.blue-colors:hover {
  box-shadow: inset 0px 1px 6px 2px rgb(0 0 0 / 7%) !important;
  background: #b5d5ef36 !important;
  transition: 0.2s !important;
}

.titleAdmin {
    font-size: 20px;
    color: #c63032 !important;
    margin-left: -5px;
}

.btm2 {
  margin-bottom: -2px
}

.profilImg {
  border-radius: 50% !important;
  padding: 0 !important;
  width: 39px;
  height: 39px;
}


.dropdown-toggle::after {
  display:none !important;
}

.icon-colors-admin  {
  font-size: 35px;
  color: #454545;
}

.blue-colors:hover h6 {
  transform: translateX(2px) !important;
  transition: 0.2s;
}

.blue-colors:hover i {
  transform: translateX(-2px) !important;
  transition: 0.2s;
}

.showdrop {
  border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    inset: 0px auto auto 0px;
    width: 260px;
    position: absolute;
    margin: 0px;
    padding-bottom: 0 !important;
}

.dropstart .dropdown-toggle::before {
  display: block !important;
  margin-right: 0 !important;
  border: none !important;
}

.changeProject {
  padding: 15px 10px 10px 20px;
  border-bottom: 1px solid #d4d4d4;
  color: #4a4a4a;
}

.deconnex {
    padding-top: 0;
    padding-bottom: 0;
}

.deconnex a  {
  color: #4a4a4a;
}

.deconnex a:hover  {
  color: #4a4a4a;
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
}

.user-profile {
    padding-top: 0;
    padding-bottom: 0;
}

.user-profile a {
  display: contents !important;
}

.nameAdmin {
  white-space: normal !important;
  text-align: left;
  padding-left: 0;
  font-size: 13px;
  margin-top: -2px;
  margin-left: 11px;
  color: #4a4a4a;
}

.dropdown-menu>li>a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 13px;
}

.margright22  {
  margin-right: 22px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.limiter  body {
  background-color: #edf0f5 !important;
}

.bloc2-tomate {
  background: #ffffff;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.dispbloc {
  display:block;box-shadow: 0px 0px 1px 0px #dadada;
}

.leftflo {
  float: left;margin-right: 10px;
  font-size: 14pt;
}

.mgb5 {
  margin-bottom: 5px;
}

.titlemd {
  font-weight:bold;color: #696969;
}

.pleft15 {
  padding-left: 15px;
}

.pull-left {
  float: left!important;
}

.content-title-page {
  font-weight: bold !important;
  color: #407ab7 !important;
  border-bottom: 1px solid #407ab7 !important;
  padding-bottom: 5px !important;
  padding-right: 100px !important;
  padding-left: 1px !important;
}

.backwhite  {
  background: #ffffff;
}

.ajustleft {
  padding: 10px 0 0 20px !important;
}

.btn-menu-perso-add, 
.btn-menu-perso-update, 
.btn-menu-perso-duplicate, 
.btn-menu-perso-delete, 
.btn-menu-perso-return, 
.btn-menu-perso-print, 
.btn-confirm-content {
  background: white !important;
  color: #00243ef2 !important;
  border-radius: 0 !important;
  font-size: 9pt !important;
  border: 1px solid #0d2f48d1 !important;
  font-weight: bold !important;
  min-width: 108px !important;
}

.btn-confirm-content:hover {
  background-color: #255073 !important;
  transition: 0.1s !important;
  color: white !important;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none;
}

.paddgbtn  {
  padding: 10px 0px 0 39px !important;
}

.limiter .searchin {
  float:right;
  margin: 12px 0 0 0;
  display: flex !important;
  align-items: flex-end !important;
}

.width10 {
  width: 10px !important;
}

.width210 {
  width: 210px !important;
}

.text-cut {
  color: #333 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

.pull-right>.dropdown-menu {
  top: 40px !important;
  right: -25px !important;
  left: auto !important;
}

.btnfont {
  margin-right: 10px;
  font-size: 13px;
}

.limiter .form-controls {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.limiter .input-group input {
  border-radius: 0 !important;
  height: 30px !important;
}

.input-group .form-controls:focus {
  border-color: #cccccc !important;
  background: #e7f4ff36 !important;
}

 .btn-add-content {
  background: #ffffff !important;
  border-radius: 0 !important;
  padding: 6px 10px 2px !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #747474 !important;
  font-size: 13px !important;
}

.btn-add-content:hover {
  background-color: #ececec !important;
}

.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  margin: 10px 0 225px 28px;
}

.panel-table  {
  margin: 10px 0 25px 28px;
}

.panel-default {
  border-color: #ddd;
}

.grid-content-project {
  padding: 3px !important;
  /*border-bottom: 2px solid #c7c7c7 !important;*/
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #e9f5ff78 !important;
  padding-right: 26px;
}

.scroll-grid-group {
  /* max-height: 200px; */
  overflow: auto;
  padding: 0 !important;
  border: 1px solid #d1d1d1;
}

.blue-colors-grid {
  background: #fff !important;
  color: #fff !important;
  transition: 0.2s !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-left: 0 !important;
  padding-left: 20px;
  margin-right: 0 !important;
  border-bottom: 1px solid #c7c7c7 !important;
}

.blue-colors-grid:hover {
  background: #b5d5ef36 !important;
  color: #fff !important;
  transition: 0.2s !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-shadow: inset 0px 1px 6px 2px rgb(0 0 0 / 7%) !important;
}

.blue-colors-grid .row {
  margin-right: 0 !important;
}

.colorbd  {
  font-weight:bold;
  color: #464646;
}

.colorbd i {
  margin: 0 10px 0 15px;
  font-size: 11pt;
}

.textcenter {
  text-align: center;
  margin-top: 15px;
}

.nopdleft {
  padding-left: 0 !important;
}

.boxshad {
  box-shadow: 0px 8px 6px #e0e0e0;
  margin-bottom: 10px;
}

.txtfont15  {
  font-size: 15px !important;
}