/** Base CSS classes **/
.inlined-block {
  display: inline-block;
  vertical-align: top;
}
.alert-error {
  margin-bottom: 5px;
}
.alert-error ul,
.alert-error ol {
  margin: 0 0 0 15px;
}
.input-append.padded .add-on,
.input-prepend.padded .add-on {
  padding-left: 10px;
  padding-right: 10px;
}
.input-append.padded .add-on,
.input-prepend.padded .add-on,
.input-append.padded .add-on,
.input-prepend.padded .add-on {
  padding-left: 10px;
  padding-right: 10px;
}
.input-append .select2,
.input-prepend .select2 {
  font-size: 14px;
}
.relative {
  position: relative;
}
table {
  table-layout: fixed;
}
table > tbody > tr > td,
table > thead > tr > th {
  word-wrap: break-word;
}
table > tbody > tr > td label,
table > thead > tr > th label {
  word-wrap: break-word;
  max-width: 100%;
}
.clear {
  clear: both;
}
.progress.relative {
  position: relative;
  /* Remove progress from empty progress bar*/
}
.progress.relative .progress-infos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 12px;
}
.progress.relative .bar-empty {
  background-color: transparent;
  background-image: none;
}
.radio-group > .radio {
  padding: 5px 5px 5px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}
.radio-group > .radio-striped:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.radio-group > .radio-striped:last-child {
  border-top: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.radio-group > .radio-striped:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
ul.dropdown-menu > li > a {
  cursor: pointer;
}
.modal.allow-overflow .modal-body {
  overflow: visible;
}
.label-wished {
  background-color: mediumpurple;
}
#unsubscribe-btn-container {
  margin-top: 40px;
  text-align: center;
}
#customer-row-btn {
  text-align: right;
}
#customer-row-btn a:first-child {
  margin-right: 20px;
}
#customerForm {
  margin-top: 40px;
  margin-left: 20%;
}
#customer-btn {
  text-align: center;
}
#customer-btn input {
  width: 50%;
  margin-top: 20px;
}
.general-meeting-progress {
  width: 79%;
  display: inline-block;
  margin-bottom: 20px;
}
.general-meeting-progress .received-answers {
  font-size: 18px;
  font-weight: 300;
}
.general-meeting-progress .received-answers .hero {
  font-size: 25px;
  font-weight: 400;
  color: #339fd6;
}
.general-meeting-progress .awaited-answers {
  font-weight: bold;
  color: #000;
}
#teaser-datatable-view .row,
#sms-teaser-datatable-view .row,
#delegations-table_wrapper .row,
#webcheckin-datatable-view .row {
  margin-left: 0px !important;
}
.tab-pane > div > div.row {
  margin-left: 5px;
}
.dataTables_wrapper > div.row {
  margin-left: 5px;
}
#tocome table.dataTable.no-footer {
  border-bottom: none;
}
.main {
  display: flex;
}
.main-content {
  flex-grow: 1;
}
.Invit-lang {
  float: right;
  padding: 0.5rem;
  margin-top: 9px !important;
}
.Invit-lang-visible {
  font-size: 0 !important;
  width: 30px;
  border: none;
  padding: 0px;
}
.Invit-lang-list {
  border: none;
  padding: 2px 5px;
  width: 40px;
  left: -130px;
  top: initial;
}
.Invit-lang-list > li {
  cursor: pointer;
  padding: 3px 0px;
}
.Invit-lang-list > li:first-child {
  border-bottom: #a0a0a0 1px solid;
}
.Invit-lang-list > li > img {
  width: 30px;
}
.Panel {
  position: sticky;
  top: 0px;
  width: 300px;
  background-color: white;
  box-shadow: 0px 5px 5px #a0a0a0;
  height: 100vh;
  min-width: 180px;
}
.Panel.close-panel {
  width: initial;
  min-width: initial;
}
.Panel-close {
  display: none;
}
.Panel-noaction {
  display: flex;
  justify-content: center;
}
.Panel-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: white;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}
.Panel-toggle > span {
  flex-grow: 1;
}
.Panel-toggle > img {
  margin-right: 2.5px;
}
.Panel-part {
  display: flex;
  border-top: 1px solid #007acc;
}
.Panel-part:last-child {
  border-bottom: 1px solid #007acc;
}
.Panel-part-icon {
  cursor: pointer;
  position: relative;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid #DDDDDD;
  padding: 10px 0px;
}
.Panel-part-icon > i {
  transform: scale(1.25, 1.25);
}
.Panel-part-icon > #panelPartIconNbFile {
  position: absolute;
  text-align: center;
  left: 18px;
  top: 27px;
  background-color: #b94a48;
  color: white;
  font-weight: 900;
  width: 20px;
  border-radius: 25px;
  transform: scale(0.85, 0.85);
}
.Panel-part-first {
  padding: 0.5rem 0.2rem;
}
.Panel-part-content {
  flex-grow: 1;
  box-sizing: content-box;
}
.Panel-part-content-title {
  padding-left: 5px;
  font-size: 18px;
}
.Panel-part-content-element {
  margin: initial;
}
.Panel-part-content-element-item {
  list-style: none;
  padding: 0.2rem 0rem 0.2rem 15px;
}
.select2-container {
  z-index: 2000;
}
/** less Vars & reusable functions **/
/** Text utilities **/
.text-bold {
  font-weight: bold;
}
.text-color-grey {
  color: grey;
}
.text-color-grey-lighter {
  color: #d9d9d9;
}
.text-color-blue {
  color: #5891ae;
}
.text-color-blue-lighter {
  color: #d0e0e8;
}
.text-color-red {
  color: #d71818;
}
.text-color-red-lighter {
  color: #f6acac;
}
.text-color-green {
  color: #1ea928;
}
.text-color-green-lighter {
  color: #8eeb95;
}
/** Special shadows styles **/
/*
.shadow {
  position: relative;
  background-color: #f8f8f8;
}

.shadow:after, .shadow:before {
  content: " ";
  position: absolute;
  width: 50%;
  height: 100px;
  z-index: -10;
}

//Shadow horizontal
.shadow-horizontal{
  &:before, &:after {
    left: 1%;
    width: 98%;
    height: 50px;
    #CoreBundle.border-radius(125px / 12px);
    #CoreBundle.box-shadow(0 0 8px rgba(86, 86, 86, 0.8));
  }
  &:before {
    top: 0;
  }

  &:after {
    bottom: 0;
  }
}
*/
/*
.shadow-curve{
  &:before {
    bottom: 21px;
    left: 5px;

    #CoreBundle.transform(rotate(-3deg));
    #CoreBundle.box-shadow(7px 20px 5px 0 rgba(0,0,0,0.35));
  }
  &:after {
    bottom: 21px;
    right: 5px;

    #CoreBundle.transform(rotate(3deg));
    #CoreBundle.box-shadow(-7px 20px 5px 0 rgba(0,0,0,0.35));
  }
}

//Shadow Laterals
.shadow-laterals:before {
  top: 15px;
  left: 0;
  width: 100%;
  height: 130px;

  #CoreBundle.border-radius(12px / 65px);
  #CoreBundle.box-shadow(0 0 10px rgba(0,0,0,0.6));
}

.shadow-lateral:before {
  top: 20px;
  width: 50%;
  left: 6px;
  height: 130px;

  #CoreBundle.transform(rotate(-4deg));
  #CoreBundle.box-shadow(-7px 0 5px rgba(0,0,0,0.5));
}

.shadow-laterals:after, .lateral:after { display: none; }
*/
body {
  background-color: #FFFFFF;
}
body footer {
  margin-top: 20px;
  padding-top: 0px;
}
body footer a {
  color: #3a6f9e;
}
body footer a:hover {
  color: #58a9f1;
}
.navbar-inner {
  min-height: 50px;
}
.navbar-inner a.brand#logo {
  font-weight: bold;
  color: #ececec;
  word-break: break-all;
}
.page {
  margin: auto;
  background-color: transparent;
  margin-top: 60px;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bloc {
  margin-bottom: 40px;
  padding: 0 30px;
}
.bloc-white {
  margin-bottom: 40px;
  padding: 0 30px;
  background-color: #ffffff;
  padding: 20px 30px;
  border: 1px solid #CCC;
  -moz-box-shadow: 0 0 25px -15px rgba(86, 86, 86, 0.8);
  -webkit-box-shadow: 0 0 25px -15px rgba(86, 86, 86, 0.8);
  box-shadow: 0 0 25px -15px rgba(86, 86, 86, 0.8);
}
.cgu-back {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cgu-back a:hover {
  cursor: hand;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mobile-header {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .mobile-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#p-copyright {
  background-color: white;
  text-align: center;
  margin-bottom: 0px;
}
