﻿* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}
body {
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
}
body#ErrorContainer {
  background-color: #a10f0f;
}
#Content {
  padding: 20px;
  width: 93%;
  margin-left: 7%;
  background-color: white;
  height: 700px;
}
#Content .title {
  font-size: 2em;
  color: #494b52;
}
#Content .title .zone {
  font-weight: bold;
}
#Content .subtitle {
  font-size: 1.2em;
  color: steelblue;
}
#ErrorContainer #Content .subtitle {
  color: #a10f0f;
}
#ErrorContainer #Content .infoPanel {
  height: 350px;
  overflow: auto;
}
#Content .indications {
  margin-top: 50px;
  font-style: italic;
}
a {
  text-decoration: none;
  color: #494b52;
  font-weight: bold;
}
/******  Authentication Session Widget *********/
.headerPane-btn {
  border-radius: 0;
  font-size: 12px;
  font-size: 9.5px;
  font-style: italic;
  padding: 1px 5px;
  min-height: 16px;
  min-width: 80px;
  display: inline-block;
}
.headerPane-btn.btn-green {
  background-color: #419190;
}
.headerPane-btn.btn-green:hover {
  background-color: #dd6c51;
}
.headerPane-btn.btn-orange {
  background-color: #dd6c51;
}
.headerPane-btn.btn-orange:hover {
  background-color: #419190;
}
.headerPane-btn.btn-blue {
  background-color: #51c0dd;
  color: white;
  min-width: 90px;
}
.headerPane-btn.btn-blue:hover {
  background-color: #0d93b9;
}
.headerPane-btn:hover {
  cursor: pointer;
}
#linkLogout {
  font-weight: bold;
  background-image: url(Images/logout.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
}
#linkLogout:hover {
  cursor: pointer;
}
.headerTable-utilisateur {
  margin-left: auto;
}
.header-utilisateur {
  display: block;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: -2px;
}
.header-utilisateur a {
  font-weight: normal;
  font-family: 'Ubuntu', sans-serif;
}
.header-utilisateur .tdHeaderButtons {
  margin-left: 6px;
  vertical-align: top;
}
.header-utilisateur .tdHeaderButtons .btn-blue img {
  vertical-align: text-top;
  margin-right: 2px;
}
.header-utilisateur .tdHeaderButtons .btn-blue a {
  display: inline-block;
}
.header-utilisateur .tdHeaderButtons a {
  display: block;
  text-align: center;
  line-height: 16px;
  color: white;
}
.header-utilisateur .utilisateur-connecte {
  text-align: right;
  color: #878787;
}
.header-utilisateur .utilisateur-connecte a.portal-link {
  font-size: 10px;
  color: #878787;
}
.header-utilisateur .utilisateur-connecte .utilisateur-infos {
  display: inline-block;
  font-size: 12.5px;
}
.header-utilisateur .utilisateur-connecte .utilisateur-infos #lblUserInfos {
  display: inline-block;
}
.header-utilisateur .utilisateur-connecte .headerLinks {
  display: inline-block;
  font-size: 10px;
}
.header-utilisateur .utilisateur-connecte .headerLinks a {
  display: inline-block;
  line-height: 16px;
}
.header-utilisateur .utilisateur-connecte .headerLinks .separateur {
  font-size: 15px;
  color: #757575;
}
.header-utilisateur > div {
  vertical-align: top;
  padding: 6px 10px;
}
.tdUtilisateurConnecte {
  vertical-align: top;
}
/****** Fin Authentication Session Widget *********/
/*********** Affichage de la popup CallMeBack **************/
.messageErreur {
  color: red;
  font-size: 0.8em;
}
#popupCallMeBackDiv {
  min-height: 200px;
  height: 200px;
  min-width: 500px;
  width: 500px;
}
#divLblFormCallMeBackTop {
  margin-top: 5px;
  margin-bottom: 10px;
}
#divLblFormCallMeBackTop span {
  font-weight: bold;
  font-size: 0.9em;
}
#divPopupCallMeBackFormContent {
  margin-bottom: 5px;
}
#tdTbTelephoneCallMeBackPopupForm {
  width: 40%;
}
#tdTbTelephoneCallMeBackPopupForm.ie7 input {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 16px;
}
#tdTbTelephoneCallMeBackPopupForm input {
  border: 1px solid #aaaaaa;
  width: 100%;
  height: 32px;
  border-radius: 0px;
  margin-right: 0px;
  padding-left: 3px;
  font-size: 0.9em;
  font-family: 'Ubuntu', sans-serif;
}
#tdBtSubmitCallMeBackPopupForm.ie7 input {
  margin-left: 4px;
  height: 36px;
}
#tdBtSubmitCallMeBackPopupForm input {
  padding: 5px;
  height: 32px;
  font-size: 0.9em;
}
#divValidatorsPopupCallMeBackFormContent {
  margin-bottom: 10px;
}
.divPopupCallMeBackDoneContent {
  position: relative;
  top: 20%;
  font-weight: bold;
  font-size: 0.92em;
}
#divLblFormCallMeBackBottom {
  bottom: 5px;
  position: absolute;
  font-size: 0.95em;
}
/*********** Fin affichage de la popup CallMeBack **************/