.navbarcesi {
    border-radius: 0;
    margin-bottom: 0;
    background: #ac162c;
    padding: 0px;
    margin-top: 0px;
}
.navtop {
    margin-top:30px;
    padding:4px;
}

.navplus {
    background-color:white;
    padding:4px;
}
.navend {
    margin-bottom:10px;
}

.hide {
  height: 0;
}

.title {
    font-size:20px;
    color:#FAFAFA;
    margin-top:8px;
}
.groupEntry {
    color:#FAFAFA;
    font-size:14px;
    margin-top:8px;
    font-weight:bold;
}
.attrEntry {
    color:#FAFAFA;
    font-size:12px;
    margin-top:8px;
}

.attrEntry input {
    font-size:14px;
    color:#4d4d4d;
    border-radius: 6px;
    height: 30px;
    padding:4px;
}
.checkEntry {
    color:#FAFAFA;
    font-size:12px;
    margin-top:8px;
}
.checkEntry input {
    font-size:14px;
    color:#4d4d4d;
    border-radius: 6px;
    display:inline-block;
    width: auto;
    margin:4px!important;
}

.lnk-language {
    margin: 3px;
    background: #4d4d4d;
}

.lang {
    text-align: right;
    
}

.lang a, .lang a:active, .lang a:focus {
    color:#FAFAFA;
    font-size:12px;
    padding:2px;
    text-decoration:none;
}

.lang a:hover {
    color:#808080;
}

.lang a.active {
    text-decoration:underline;
}

.btn-green {
    color: #ffffff;
    background-color: #8BBD1E;
    border-color: #8BBD1E;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    display: block;
}

.btn-green:hover {
    color: #ffffff;
    background-color: #71B320;
    border-color: #8BBD1E;
}

iframe
{
  width:100%;
  background-color:#FAFAFA;
  height:140px;
}

input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}




select {
    display: block;
    width: 100%;
    height: 30px;
    padding:4px;
    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 rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}

.checkbox input[type=checkbox] {
    width: 16px;
    height: 16px;
    padding: 4px;
    margin: 2px;
    *overflow: hidden;
}
.checkbox label {
    display: inline-block;
    padding-left: 15px;
}
.checkbox {
  text-align:right;
}

.divError {
    border:1px solid #ffd800;
    padding:8px;
    display:none;
    margin : 8px;
}

.txtError {
    color:#ffd800;
}
.show {
    display:normal;
}

.notshow {
    display:none!important;
}

.txtSuccess {
    color:#FAFAFA;
}

.entete {
    font-size:12px;
    color:#FAFAFA;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:22222;
  background-color: #000;


}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.modal-backdrop .fade { opacity: 0; }
.modal-backdrop .in { opacity:0.5; }
.sk-cube-grid {
  width: 80px;
  height: 80px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #FAFAFA;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 

}
.sk-cube-grid .sk-cube .colorgray {
      background-color: #746659;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}