@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans:300,400,600,700");.action-bar {
  position: relative;
  background: #F3F3F3;
  padding: 6px 30px 7px 30px;
  box-sizing: border-box; }

.action-bar__filters-left {
  display: inline-block;
  width: calc(100% - 200px);
  padding: 25px 0 10px; }
  .action-bar__filters-left .grid__cell {
    padding-right: 20px; }

.action-bar__filters-right {
  position: absolute;
  display: inline-block;
  width: 200px;
  bottom: 0;
  right: 0;
  padding: 20px 18px 17px 20px;
  text-align: right; }
app {
  height: 100%;
  display: flex; }

.app {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh; }

.login-page > header {
  height: 100px; }
  .login-page > header > .app-header {
    position: relative;
    height: 100px; }
  .login-page > header .header-top {
    height: 100px; }

.login-page .main-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #07155B;
  margin-top: 0;
  position: relative; }
  .login-page .main-content > footer {
    margin-top: auto; }

.scroll-page {
  height: 100%;
  display: flex;
  width: 100%; }

.app {
  position: relative; }

/* navigation */
.navigation {
  position: fixed;
  top: 0;
  left: -240px;
  top: 59px;
  display: block;
  float: left;
  width: 100%;
  max-width: 240px;
  height: 100%;
  z-index: 10;
  background: #fff;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .navigation ul {
    margin: 0;
    padding: 29px 0 0 2.5em; }
  .navigation li {
    list-style: none;
    margin-bottom: 30px;
    position: relative; }
  .navigation a {
    display: block;
    padding: 0.5em 0;
    margin-left: 40px;
    color: #bdbdbd;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative; }
    .navigation a:hover, .navigation a.is-active {
      color: #07155B;
      text-decoration: none; }
      .navigation a:hover .icon-background, .navigation a.is-active .icon-background {
        display: block; }
      .navigation a:hover i, .navigation a.is-active i {
        color: #fff; }
      .navigation a:hover .ion-arrow-right-b, .navigation a.is-active .ion-arrow-right-b {
        color: #07155B !important;
        opacity: 1 !important; }
    .navigation a .icon-background {
      display: none;
      width: 29px;
      height: 27px;
      background: #07155B;
      border-radius: 1px;
      position: absolute;
      left: -40px;
      top: 0px; }
    .navigation a i {
      font-size: 20px;
      position: absolute;
      left: -40px;
      top: -1px;
      z-index: 0;
      text-align: center;
      width: 40px; }
  .navigation i {
    padding-right: 10px; }
  .app.menu-is-active .navigation {
    left: 0; }
  .navigation .link-sublevel {
    color: #23527c !important;
    text-decoration: none !important; }
    .navigation .link-sublevel .icon-background {
      background: #07155b !important;
      display: block; }
    .navigation .link-sublevel i.ion-pie-graph {
      color: #fff !important; }
  .navigation .arrow-sublevel {
    opacity: 1 !important; }

.not-activated {
  display: flex;
  height: 100%;
  justify-content: center; }
  .not-activated h1 {
    font-size: 18px;
    padding: 20px 40px 20px 60px;
    border-radius: 10px;
    margin-top: 60px;
    background: #f7f7f5 url("images/alert.png") no-repeat 30px center;
    background-size: 20px; }

.version-m {
  font-size: 12px;
  text-align: center;
  color: #bdbdbd; }

.main-content {
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fcfeff;
  border-radius: 0;
  z-index: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: -3px 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 6px rgba(0, 0, 0, 0.1);
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: flex;
  flex-direction: column;
  height: calc(100% - 60px);
  overflow-y: auto; }
  .main-content::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent; }
  .app.menu-is-active .main-content::before {
    width: calc(100% - 0px);
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    transition: background 0.5s linear;
    position: fixed; }
  .main-content > footer {
    position: relative;
    bottom: 0;
    width: 100%; }

.status {
  display: flex;
  justify-content: flex-start;
  background: #07155B;
  padding-top: 50px; }
  .status .OK {
    display: inline-flex;
    background: #77c200;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    font-size: 0;
    position: relative;
    top: 1px; }
  .status .NOK {
    display: inline-flex;
    background: #e84e4e;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    font-size: 0;
    position: relative;
    top: 1px; }

.status-wrapper {
  background: #061352;
  color: white;
  display: inline-flex;
  padding: 5px 7px;
  border-radius: 0 10px 0 0;
  text-align: center;
  align-items: center;
  font-size: 11px; }

.mode-maintenance {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  flex-direction: column; }
  .mode-maintenance .ico-maintenance {
    width: 195px;
    height: 206px;
    display: inline-flex;
    margin-bottom: 30px;
    margin-top: -103px; }
    .mode-maintenance .ico-maintenance img {
      max-width: 100%; }
  .mode-maintenance .logo-maintenance {
    display: inline-flex;
    margin-bottom: 15px;
    width: 140px; }
    .mode-maintenance .logo-maintenance img {
      max-width: 100%; }

.setting, .deleteAccount,
.techniques,
.type,
.droits,
.data-admin,
.view-certificate,
.view-listing {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto; }
  .setting .row_flex, .deleteAccount .row_flex,
  .techniques .row_flex,
  .type .row_flex,
  .droits .row_flex,
  .data-admin .row_flex,
  .view-certificate .row_flex,
  .view-listing .row_flex {
    display: flex;
    flex-wrap: wrap; }
    .setting .row_flex .form-group, .deleteAccount .row_flex .form-group,
    .techniques .row_flex .form-group,
    .type .row_flex .form-group,
    .droits .row_flex .form-group,
    .data-admin .row_flex .form-group,
    .view-certificate .row_flex .form-group,
    .view-listing .row_flex .form-group {
      display: grid;
      grid-auto-flow: row; }
      .setting .row_flex .form-group label, .deleteAccount .row_flex .form-group label,
      .techniques .row_flex .form-group label,
      .type .row_flex .form-group label,
      .droits .row_flex .form-group label,
      .data-admin .row_flex .form-group label,
      .view-certificate .row_flex .form-group label,
      .view-listing .row_flex .form-group label {
        height: 5rem; }
  .setting h3, .deleteAccount h3,
  .techniques h3,
  .type h3,
  .droits h3,
  .data-admin h3,
  .view-certificate h3,
  .view-listing h3 {
    font-size: 21px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 45px;
    margin-top: 0; }
  .setting label, .deleteAccount label,
  .techniques label,
  .type label,
  .droits label,
  .data-admin label,
  .view-certificate label,
  .view-listing label {
    display: inline-block;
    margin-bottom: 5px; }

.margin-top-bottom-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.data-admin .grid__cell__wrapper > label {
  font-size: 18px;
  margin-bottom: 20px; }

.data-admin .mb-2 {
  margin-bottom: 2em; }

.data-admin .signature-img {
  max-width: 135px;
  margin-right: 1em; }

.setting, .deleteAccount {
  padding: 10px 15px; }
  .setting h3, .deleteAccount h3 {
    margin-top: 40px; }
  .setting .msg-infos.valid-msg, .deleteAccount .msg-infos.valid-msg {
    color: #77c200; }
    .setting .msg-infos.valid-msg + h3, .deleteAccount .msg-infos.valid-msg + h3 {
      margin-top: 20px; }

.view-certificate .icons-bar,
.view-listing .icons-bar {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  font-size: 80%;
  margin-top: 55px; }
  .view-certificate .icons-bar .icon,
  .view-listing .icons-bar .icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 30px 10px; }
    .view-certificate .icons-bar .icon.icon-print,
    .view-listing .icons-bar .icon.icon-print {
      cursor: pointer; }
      .view-certificate .icons-bar .icon.icon-print:before,
      .view-listing .icons-bar .icon.icon-print:before {
        content: "";
        display: inline-block;
        background: url(images/ico_print-blue.png) no-repeat left center;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-right: 5px; }
    .view-certificate .icons-bar .icon.icon-back,
    .view-listing .icons-bar .icon.icon-back {
      cursor: pointer; }
      .view-certificate .icons-bar .icon.icon-back:before,
      .view-listing .icons-bar .icon.icon-back:before {
        content: "";
        display: inline-block;
        background: url(images/ico_back-blue.png) no-repeat left center;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-right: 5px; }
    .view-certificate .icons-bar .icon.icon-export,
    .view-listing .icons-bar .icon.icon-export {
      cursor: pointer; }
      .view-certificate .icons-bar .icon.icon-export:before,
      .view-listing .icons-bar .icon.icon-export:before {
        content: "";
        display: inline-block;
        background: url(images/ico_pdf-blue.png) no-repeat left center;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-right: 5px; }
    .view-certificate .icons-bar .icon.icon-mail:before,
    .view-listing .icons-bar .icon.icon-mail:before {
      content: "";
      display: inline-block;
      background: url(images/ico_mail-blue.png) no-repeat left center;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      margin-right: 5px; }
    .view-certificate .icons-bar .icon.icon-exportExcel:before,
    .view-listing .icons-bar .icon.icon-exportExcel:before {
      content: "";
      display: inline-block;
      background: url(images/downloadexcel.png) no-repeat left center;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      margin-right: 5px; }

.view-certificate .certificate,
.view-certificate .list-members,
.view-listing .certificate,
.view-listing .list-members {
  box-shadow: 0px 2px 14px #e7e7e7;
  padding: 20px; }
  .view-certificate .certificate header p,
  .view-certificate .list-members header p,
  .view-listing .certificate header p,
  .view-listing .list-members header p {
    opacity: 0.8; }
  .view-certificate .certificate figure,
  .view-certificate .list-members figure,
  .view-listing .certificate figure,
  .view-listing .list-members figure {
    margin: 0; }
  .view-certificate .certificate footer p,
  .view-certificate .list-members footer p,
  .view-listing .certificate footer p,
  .view-listing .list-members footer p {
    margin: 0; }
  .view-certificate .certificate .logo figure,
  .view-certificate .list-members .logo figure,
  .view-listing .certificate .logo figure,
  .view-listing .list-members .logo figure {
    max-width: 180px;
    height: 120px;
    margin: 0 !important; }
    .view-certificate .certificate .logo figure img,
    .view-certificate .list-members .logo figure img,
    .view-listing .certificate .logo figure img,
    .view-listing .list-members .logo figure img {
      height: 120px; }
  .view-certificate .certificate .hgroup,
  .view-certificate .list-members .hgroup,
  .view-listing .certificate .hgroup,
  .view-listing .list-members .hgroup {
    text-align: center;
    margin-bottom: 40px; }
    .view-certificate .certificate .hgroup h2,
    .view-certificate .list-members .hgroup h2,
    .view-listing .certificate .hgroup h2,
    .view-listing .list-members .hgroup h2 {
      opacity: 0.6; }
    .view-certificate .certificate .hgroup h3,
    .view-certificate .list-members .hgroup h3,
    .view-listing .certificate .hgroup h3,
    .view-listing .list-members .hgroup h3 {
      color: #07155B; }
  .view-certificate .certificate .table,
  .view-certificate .list-members .table,
  .view-listing .certificate .table,
  .view-listing .list-members .table {
    margin-bottom: 80px; }
  .view-certificate .certificate .col-xs-6,
  .view-certificate .certificate .col-xs-3,
  .view-certificate .list-members .col-xs-6,
  .view-certificate .list-members .col-xs-3,
  .view-listing .certificate .col-xs-6,
  .view-listing .certificate .col-xs-3,
  .view-listing .list-members .col-xs-6,
  .view-listing .list-members .col-xs-3 {
    margin-bottom: 20px; }
  .view-certificate .certificate .datas a,
  .view-certificate .list-members .datas a,
  .view-listing .certificate .datas a,
  .view-listing .list-members .datas a {
    font-size: 80%; }
  .view-certificate .certificate .datas h3,
  .view-certificate .list-members .datas h3,
  .view-listing .certificate .datas h3,
  .view-listing .list-members .datas h3 {
    margin-bottom: 0; }
  .view-certificate .certificate .datas p,
  .view-certificate .list-members .datas p,
  .view-listing .certificate .datas p,
  .view-listing .list-members .datas p {
    margin-bottom: 0 !important;
    margin-top: 0; }
  .view-certificate .certificate .datas .col,
  .view-certificate .list-members .datas .col,
  .view-listing .certificate .datas .col,
  .view-listing .list-members .datas .col {
    margin-bottom: 40px; }
  .view-certificate .certificate h3,
  .view-certificate .list-members h3,
  .view-listing .certificate h3,
  .view-listing .list-members h3 {
    color: black;
    font-weight: 700;
    font-size: 100%;
    margin-bottom: 20px;
    text-decoration: underline; }
  .view-certificate .certificate h4,
  .view-certificate .list-members h4,
  .view-listing .certificate h4,
  .view-listing .list-members h4 {
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    font-size: 80%;
    color: #07155B; }
  .view-certificate .certificate .big-blue.data,
  .view-certificate .list-members .big-blue.data,
  .view-listing .certificate .big-blue.data,
  .view-listing .list-members .big-blue.data {
    color: #07155B;
    font-size: 120%; }
  .view-certificate .certificate .msg,
  .view-certificate .list-members .msg,
  .view-listing .certificate .msg,
  .view-listing .list-members .msg {
    margin-bottom: 40px; }

.certificate .head-right {
  text-align: center; }

.certificate footer .border-top {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 10px; }

.type ul li span {
  margin-left: 15px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px; }

.recap {
  margin: 15px 15px 0; }

.remark {
  margin: 0 15px 40px; }
  .remark p {
    font-style: italic;
    color: red; }

hr {
  border-bottom: 1px solid #ddd; }

.notes ol {
  padding-left: 20px; }

.border-1-black {
  border: 1px solid #ddd; }

.icons-wrapper .ion {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px; }

.deleteAccount a {
  color: #e84e4e;
  text-decoration: underline; }

.signatures {
  text-align: center; }
  .signatures .col {
    display: inline-block;
    min-width: 25%;
    text-align: center; }
  .signatures figure {
    margin: 0 auto !important; }

#graph {
  margin: 0 20px 20px;
  border: 1px solid #ccc;
  padding: 20px;
  background: white; }
  #graph .list-line {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px; }
    #graph .list-line:hover {
      background: #f2f2f2; }
    #graph .list-line:last-child {
      border-bottom: none; }
    #graph .list-line.selected {
      background: #3078c0;
      border-color: #3078c0;
      color: white; }

.dividend-title {
  margin-bottom: 2px;
  margin-top: 15px; }
  .dividend-title > strong {
    margin-right: 5px; }

.dividend-meta {
  font-size: 13px;
  margin-bottom: 15px; }

.navR {
  display: block;
  padding: 0.5em 0;
  margin-left: 40px;
  color: #bdbdbd;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative; }
  .navR:hover, .navR.is-active {
    color: #07155B;
    text-decoration: none; }

.nbr-docs {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 20px 15px; }
  .nbr-docs .nbr-docs-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block; }
  .nbr-docs .input-file {
    margin-top: 8px; }
  .nbr-docs .upload-file:not(.uploaded) {
    font-size: 11px;
    border: 1px solid #e3e3e3;
    padding: 7px 15px 8px;
    border-radius: 20px;
    text-decoration: none; }
  .nbr-docs .upload-file.uploaded {
    background: url(images/icon-checkmark-circle-blue.png) no-repeat 0 2px;
    padding-left: 14px;
    background-size: 11px;
    text-decoration: none; }
  .nbr-docs .ico-replace {
    position: static !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-left: 8px; }

.remarkD {
  font-style: italic;
  font-weight: normal; }@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-coophub {
  background-color: #07155B; }
  .progress-striped .progress-bar-coophub {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }.btn {
  display: inline-block;
  border: 0;
  border-radius: 30px;
  padding: 5px 10px;
  text-decoration: none; }
  .btn:hover {
    cursor: pointer; }

.btn-big {
  padding: 15px 40px; }

.custom-toast .ui-toast-message {
  border-radius: 11px; }

.btn-submit {
  background: #07155B;
  color: #fff !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-size: 12px;
  padding: 12px 35px;
  font-weight: 600;
  letter-spacing: 2px; }
  .btn-submit:hover {
    color: white;
    background-color: #020514;
    text-decoration: none; }

.btn-outline {
  background: #fff;
  color: #07155B;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-size: 12px;
  padding: 12px 35px;
  font-weight: 600;
  letter-spacing: 2px;
  box-shadow: 0 0 0 1px #07155B inset; }
  .btn-outline:hover {
    color: white;
    background-color: #020514;
    text-decoration: none; }

.btn-line {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-size: 10px;
  padding: 12px 35px;
  font-weight: 900;
  border: 1px solid white;
  max-height: 38px;
  display: inline; }
  .btn-line:hover {
    color: white;
    text-decoration: none;
    border-color: #a3a3a3; }

.m-l-10 {
  margin-left: 10px; }

.btn-actions {
  margin-top: 30px;
  padding-bottom: 40px; }

.btn-blue {
  background: #07155B;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #F8F8F8;
  border: #07155B 1px solid; }
  .btn-blue:hover {
    color: #F8F8F8;
    text-decoration: none; }

.btn-outline-blue {
  background: transparent;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #07155B;
  text-decoration: none;
  border: #07155B 1px solid; }
  .btn-outline-blue:hover {
    color: white;
    text-decoration: none;
    background: #07155B; }

.btn-light {
  color: #07155B;
  border: #07155B 1px solid;
  font-weight: 500;
  font-size: 11px; }
  .btn-light:hover {
    text-decoration: none; }

.btn-radius {
  border-radius: 30px; }

.btn-big {
  padding: 15px 40px; }

.btn-black {
  background: #3D3D3D;
  color: #fff;
  font-size: 10px;
  padding: 7px 25px 8px; }

.sp-button.icon-validate:before, .sp-button.icon-delete:before {
  margin-right: 3px;
  background-size: 10px;
  background: url("images/ico_check-white.svg") no-repeat;
  background-size: 14px;
  background-position-y: 1px; }

.sp-button.icon-delete:before {
  background: url("images/ico_cancel-white.svg") no-repeat;
  background-size: 10px !important;
  background-position-y: 1.5px !important;
  background-position-x: 3px !important; }

.btn > svg,
.button > svg {
  margin: -2px 2px 0 0; }

.ml-0 {
  margin-left: 0 !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-5 {
  margin-right: 5px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-2 {
  margin-top: 2px !important; }

.button-red {
  background: #b40408 !important; }

.button-orange {
  background: orange !important; }

.button-orange-dark {
  background: #ff6c00 !important; }

.button-green {
  background: #7ac142 !important; }

.button-blue {
  background: #0dafa7 !important; }

.btn-lightgrey {
  background: #ddd !important; }

.button-notallowed {
  background: #eee !important;
  color: #aaa !important;
  opacity: 0.6;
  padding-left: 15px !important; }

.btn-notallowed {
  background: #eee !important;
  color: #aaa !important;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-size: 12px;
  padding: 12px 35px;
  font-weight: 600;
  letter-spacing: 2px; }
  .btn-notallowed:hover {
    color: white;
    background-color: #020514;
    text-decoration: none; }body,
html,
main {
  position: relative;
  height: 100%; }

body .register-step a {
  color: #07155B;
  text-decoration: underline; }
  body .register-step a:hover {
    text-decoration: none; }

main > section {
  z-index: 1; }

main > header,
main > footer {
  z-index: 2;
  position: relative; }

.main-content > section {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .main-content > section .home {
    height: 100%; }
    .main-content > section .home > .wrapper {
      height: 100%; }
      .main-content > section .home > .wrapper > .box {
        height: 100%; }
        .main-content > section .home > .wrapper > .box > .row-no-gutter {
          height: 100%;
          position: relative; }
          .main-content > section .home > .wrapper > .box > .row-no-gutter > .member,
          .main-content > section .home > .wrapper > .box > .row-no-gutter > .cooperative {
            height: 100%; }
    .main-content > section .home .member > .wrapper,
    .main-content > section .home .cooperative > .wrapper {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      height: 200px;
      margin-top: -100px;
      color: white;
      z-index: 11; }
    .main-content > section .home .member figure,
    .main-content > section .home .cooperative figure {
      margin: 0;
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .main-content > section .home .member figure:after,
      .main-content > section .home .cooperative figure:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7); }
    .main-content > section .home .member figure img,
    .main-content > section .home .cooperative figure img {
      max-width: 100%;
      width: 100%;
      -moz-transition: all 0.6s;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      vertical-align: top;
      position: absolute;
      bottom: 0;
      height: 100%; }
    .main-content > section .home .member:hover img,
    .main-content > section .home .cooperative:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .main-content > section footer {
    margin-top: auto; }

.main-content .member h1,
.main-content .cooperative h1 {
  font-size: 2.5em;
  color: #a3a3a3;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  max-width: 85%;
  margin: 0 auto;
  line-height: 1.33em;
  margin-top: 20px;
  margin-bottom: 40px; }

.main-content .member .energies,
.main-content .cooperative .energies {
  background: url("images/energies.png") no-repeat 0 0;
  width: 432px;
  height: 148px;
  margin: -100px auto 0; }

.main-content .member .lbl,
.main-content .cooperative .lbl {
  text-transform: uppercase;
  color: #a3a3a3;
  font-weight: 700;
  margin-top: 30px; }

.main-content .cooperatives .title {
  font-size: 19px;
  line-height: 21px;
  color: #101416; }

.main-content .cooperatives .search {
  display: flex; }

.member figure img {
  bottom: -122px !important; }

.app-header__logo {
  background-position: 51.5% !important; }

.home .home-header {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 60px;
  width: 100%;
  color: white;
  background: transparent;
  border: none; }
  .home .home-header .app-header__logo {
    height: 60px;
    background: url("images/logo-white.png") no-repeat;
    background-size: 118px;
    background-position: 0 50% !important;
    text-align: left; }

.home .contact-us-login {
  text-align: right; }
  .home .contact-us-login .lbl {
    padding-left: 28px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: white; }
    .home .contact-us-login .lbl:hover {
      color: white;
      text-decoration: none; }
      .home .contact-us-login .lbl:hover:before {
        opacity: 0.6; }
    .home .contact-us-login .lbl:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 20px;
      height: 20px;
      background: url(images/ico_contactus-white.svg) no-repeat 0 50%;
      z-index: 1000000;
      background-size: 18px;
      margin-top: -10px; }

.disclaimer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  font-size: 80%;
  color: white;
  text-align: center; }
  .disclaimer > .wrapper {
    max-width: 850px;
    margin: 0 auto 20px;
    opacity: 0.6;
    font-style: italic; }

.home-header > .grid {
  display: none; }

/**
 * Bootstrap No-Gutter Grid
 */
.row-no-gutter {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.box-centered {
  padding: 10px 40px 20px; }
  .box-centered.absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: -240px; }
  .box-centered h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 700; }

.main-title {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  color: white; }

.login .box-centered {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1140px;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 40px 98px 0;
  width: 100%;
  margin: 0 auto; }
  .login .box-centered .login-msg {
    position: absolute;
    top: -50px;
    width: 800px;
    font-size: 11px;
    height: 50px;
    margin-left: -400px;
    color: white;
    opacity: 0.8;
    font-style: italic;
    text-align: center;
    left: 50%; }

.login > .wrapper {
  z-index: 1;
  position: relative;
  height: 100%; }
  .login > .wrapper .box-wrapper {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    background: white;
    padding: 10px 0 20px;
    border-radius: 20px; }
  .login > .wrapper input[type="text"],
  .login > .wrapper input[type="password"] {
    padding: 0 40px;
    height: 56px;
    border-radius: 0;
    font-size: 14px !important;
    border: 1px solid #D9D9D9; }
  .login > .wrapper .icon-input-email-login:before {
    background: url(images/icon-input-email-login.png) no-repeat;
    content: "";
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    z-index: 2;
    background-size: 100%;
    margin-top: 22px;
    margin-left: 16px;
    content: "";
    display: inline-block;
    position: absolute;
    background-size: 100%; }
  .login > .wrapper .icon-input-password-login:before {
    background: url(images/icon-input-password-login.png) no-repeat;
    content: "";
    position: relative;
    display: inline-block;
    height: 16px;
    width: 12px;
    z-index: 2;
    background-size: 100%;
    margin-top: 19px;
    margin-left: 17px;
    content: "";
    display: inline-block;
    position: absolute;
    background-size: 100%; }
  .login > .wrapper .limited-width-container__footer a {
    font-size: 14px;
    line-height: 14px;
    color: #07155B; }
  .login > .wrapper .button--large {
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    background: #07155b;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #f8f8f8;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    letter-spacing: 2px; }

.app .register .box-centered {
  max-width: 1140px;
  margin: 0 auto; }

.app .register > .wrapper .box-wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
  background: white;
  padding: 10px 50px 0;
  border-radius: 20px; }

.payment-transfer {
  height: 100%; }
  .payment-transfer:after {
    content: "";
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #07155B;
    top: 0;
    background-size: cover;
    right: 17px;
    z-index: 0; }
  .payment-transfer .box-centered {
    margin-top: 100px;
    margin-bottom: 120px;
    max-width: 1140px;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 40px 98px;
    width: 100%; }
  .payment-transfer > .wrapper {
    z-index: 1;
    position: relative;
    height: 100%; }
    .payment-transfer > .wrapper .box-wrapper {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
      background: white;
      padding: 10px 50px 20px;
      border-radius: 20px; }
      .payment-transfer > .wrapper .box-wrapper header h1 {
        text-align: left; }

.inline-nowrap {
  white-space: nowrap; }

.no-active-campaign {
  min-height: 250px;
  background: white;
  padding: 0 50px 0;
  border-radius: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 80%;
  margin: 100px auto 0; }
  .no-active-campaign header {
    height: inherit; }
    .no-active-campaign header h1 {
      text-align: center;
      margin: 0 0 20px;
      letter-spacing: 0;
      text-transform: none; }
  .no-active-campaign .link-previous {
    cursor: pointer;
    text-decoration: underline; }
    .no-active-campaign .link-previous:hover {
      text-decoration: none; }

.login-container {
  position: relative;
  min-height: 500px; }
  .login-container h1 {
    text-align: center;
    margin-bottom: 40px; }

.limited-width-container__footer {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding-top: 10px !important;
  margin-top: 20px !important; }
  .limited-width-container__footer a,
  .limited-width-container__footer p {
    font-size: 10px;
    line-height: 14px;
    color: #888888; }
  .limited-width-container__footer a {
    color: #07155B; }

.enveloppe {
  margin: 0 0 10px; }
  .enveloppe .wrapper .sticky {
    padding: 0;
    height: 200px;
    width: 11cm;
    height: 4cm;
    float: right;
    position: relative;
    right: -20px;
    margin-right: 8mm;
    text-transform: uppercase;
    padding-top: 35px;
    padding-left: 15px; }

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0; }

.head-right {
  margin-top: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900; }

.view-certificate h1 {
  margin-bottom: 0; }
  .view-certificate h1 + h2 {
    margin-top: 0;
    color: #333333 !important;
    opacity: 1 !important; }

.comparison-blocks {
  display: flex; }

.block-compare {
  border: 1px solid #ddd !important;
  border-radius: 7px;
  padding: 30px 15px;
  height: 100%;
  cursor: pointer; }
  .block-compare > .form-group > label {
    color: #3078c0 !important; }
  .block-compare .selection {
    position: absolute;
    right: 30px;
    top: 15px;
    border: 1px solid #e6e6e6;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: white;
    cursor: pointer; }
  .block-compare.selected {
    cursor: default;
    background: #f9f9f9;
    border: 2px solid #3078c0 !important; }
    .block-compare.selected .selection:after {
      content: "";
      position: absolute;
      right: 4px;
      top: 4px;
      border: none;
      background: #3078c0;
      width: 14px;
      height: 14px;
      border-radius: 7px; }
    .block-compare.selected:hover {
      border: 2px solid #3078c0 !important; }
  .block-compare:hover {
    background: #f9f9f9;
    border: 1px solid #e6e6e6 !important; }
    .block-compare:hover .selection:after {
      content: "";
      position: absolute;
      right: 4px;
      top: 4px;
      border: none;
      background: #3078c0;
      width: 14px;
      height: 14px;
      border-radius: 7px; }
  .block-compare .doublons-list {
    font-size: 12px;
    color: #3b3c3f;
    font-family: "Lato", sans-serif;
    padding: 0;
    margin: 0;
    list-style: none;
    display: block; }
    .block-compare .doublons-list li {
      display: block;
      padding: 0;
      margin-bottom: 10px;
      line-height: 12px; }
      .block-compare .doublons-list li label {
        display: block !important;
        margin: 0;
        font-size: 12px !important; }
      .block-compare .doublons-list li span {
        display: block; }

@media print {
  @page {
    size: A4;
    margin: 17mm 17mm 17mm 17mm; }
  .noPrint {
    display: none !important; }
  .main-content {
    position: static;
    overflow: inherit; }
  .main-content > section {
    height: inherit; }
  html,
  body {
    width: 210mm; }
  .clearfix:after,
  .container:after,
  .container-fluid:after,
  .row:after {
    clear: inherit; }
  .app .register .box-centered {
    width: 100%; }
  .btn-actions {
    opacity: 0; }
  h1 {
    text-align: left !important; }
  .register-step {
    padding: 1em 0 !important; }
  .summary-client {
    font-size: 16px; }
  .stepwizard {
    display: none; }
  .datas .lbl {
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 1em; }
  .datas-cooperative,
  .datas-client {
    width: 40% !important;
    float: left !important; }
  table th,
  table td {
    border-bottom: 1px solid #555;
    padding: 1.5em 1.5em 1.5em 0 !important; }
  table td {
    border: none; }
  .app > .navigation {
    display: none !important; }
  .main-content > header {
    display: none !important; }
  .view-certificate {
    padding: 0; }
    .view-certificate .icons-bar {
      display: none; }
    .view-certificate h1 {
      text-align: center !important; } }

.tax {
  background: #f3f3f3;
  border: 1px solid #e3e3e3 !important;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 12px !important;
  height: 46px;
  overflow: hidden; }
  .tax.open {
    height: auto;
    overflow: inherit; }
    .tax.open .tax-head h3 svg {
      margin-right: 5px;
      transform: rotate(0);
      margin-top: -1px; }
  .tax.disabled .tax-content {
    pointer-events: none;
    opacity: 0.5; }
    .tax.disabled .tax-content .tax-content input[type="text"],
    .tax.disabled .tax-content .tax-content input[type="password"],
    .tax.disabled .tax-content .tax-content input[type="email"],
    .tax.disabled .tax-content .tax-content input[type="tel"],
    .tax.disabled .tax-content .tax-content input[type="date"],
    .tax.disabled .tax-content .tax-content input[type="datetime"],
    .tax.disabled .tax-content .tax-content input[type="number"],
    .tax.disabled .tax-content .tax-content input[type="search"],
    .tax.disabled .tax-content .tax-content input[type="url"],
    .tax.disabled .tax-content .tax-content textarea,
    .tax.disabled .tax-content .tax-content my-date-picker .selectiongroup .selection {
      background: transparent; }
    .tax.disabled .tax-content .tc-fieldset .tc-legend dropdown {
      background-color: transparent !important; }
    .tax.disabled .tax-content .tc-condition dropdown {
      background-color: transparent !important; }

.tax-head {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative; }
  .tax-head:hover {
    background: #eee; }
  .tax-head h3 {
    text-transform: inherit !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    width: 100%;
    position: absolute;
    margin: 0 !important;
    top: 0;
    left: 0;
    padding: 12px 15px;
    cursor: pointer;
    z-index: 0; }
    .tax-head h3 svg {
      margin-right: 5px;
      transform: rotate(-90deg); }
  .tax-head .tax-name {
    display: inline-flex;
    min-width: 110px; }
  .tax-head .state {
    margin-left: 80px;
    font-weight: normal; }
  .tax-head .tax-actions {
    margin-left: auto; }
    .tax-head .tax-actions .arrow-down {
      transform: rotate(180deg);
      display: inline-flex;
      margin-right: 5px;
      width: 20px;
      height: 20px;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .tax-head .tax-actions .arrow-down:hover svg path {
        fill: #07155B !important; }
    .tax-head .tax-actions .arrow-up {
      margin-right: 10px;
      display: inline-flex;
      width: 20px;
      height: 20px;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .tax-head .tax-actions .arrow-up:hover svg path {
        fill: #07155B !important; }

.tax-content {
  padding: 0 35px 15px !important; }
  .tax-content input[type="text"],
  .tax-content input[type="password"],
  .tax-content input[type="email"],
  .tax-content input[type="tel"],
  .tax-content input[type="date"],
  .tax-content input[type="datetime"],
  .tax-content input[type="number"],
  .tax-content input[type="search"],
  .tax-content input[type="url"],
  .tax-content textarea,
  .tax-content my-date-picker .selectiongroup .selection {
    background: white; }

.tax-actions {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1; }

.tax-archive {
  height: 24px; }

.switch {
  display: inline-flex;
  margin-bottom: 0;
  flex-direction: row;
  margin: 0;
  align-items: center;
  margin: 0; }
  .switch input[type="checkbox"],
  .switch .layerR {
    height: 24px; }
  .switch .buttonR {
    height: 24px !important;
    margin-left: 15px;
    width: 45px; }
  .switch .layerR {
    background: #3b3c3f; }
  .switch #button-1 .knobsR:before {
    color: white;
    content: "";
    width: 20px;
    height: 20px;
    background: white !important;
    top: 2px;
    left: 2px; }
  .switch .unitR,
  .switch #unit .unitR {
    font-weight: normal !important;
    color: #b3b3b3 !important; }
  .switch #button-1 .checkboxR:checked ~ .layerR {
    background: #3b3c3f; }
  .switch #button-1 .checkboxR:checked + .knobsR:before {
    left: 23px; }

.tc-fieldset {
  border-radius: 5px;
  position: relative;
  font-size: 11px; }
  .tc-fieldset.open {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    position: relative;
    padding: 10px 30px 15px 30px; }
    .tc-fieldset.open .tc-legend {
      display: inline-flex;
      position: absolute;
      width: auto;
      top: -17px;
      align-items: center;
      background: #f3f3f3;
      padding: 0 15px;
      left: 15px; }
  .tc-fieldset .tc-legend {
    display: flex;
    position: absolute;
    width: 100%;
    top: -22px;
    align-items: center; }
    .tc-fieldset .tc-legend > span {
      margin-right: 10px;
      color: #b3b3b3;
      font-weight: 300;
      font-size: 14px; }
    .tc-fieldset .tc-legend dropdown {
      width: 300px;
      height: 30px;
      background-color: white; }
      .tc-fieldset .tc-legend dropdown.dropdown-typehead .label.lbl-dropdown,
      .tc-fieldset .tc-legend dropdown.drop-down-small .label.lbl-dropdown {
        height: 28px;
        line-height: 28px; }
  .tc-fieldset .tc-content {
    margin-top: 20px; }

.tc-condition {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .tc-condition my-date-picker {
    width: 100%;
    max-width: 150px;
    margin: 0 12px; }
    .tc-condition my-date-picker .mydp {
      margin: 0; }
      .tc-condition my-date-picker .mydp input {
        height: 30px !important;
        line-height: 30px !important;
        font-size: 11px !important; }
      .tc-condition my-date-picker .mydp .selbtngroup {
        height: 30px !important; }
        .tc-condition my-date-picker .mydp .selbtngroup .btnclear {
          height: 28px; }
  .tc-condition .compare-operator {
    width: 100%;
    max-width: 65px;
    margin: 0 12px; }
  .tc-condition dropdown {
    width: 100%;
    max-width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: white; }
    .tc-condition dropdown:first-child {
      max-width: 200px; }
    .tc-condition dropdown.drop-down-small .label.lbl-dropdown {
      height: 28px;
      line-height: 28px; }
  .tc-condition input.form-control {
    height: 30px;
    margin: 0 12px;
    width: 100%;
    max-width: 150px;
    font-size: 11px; }
  .tc-condition .compare-type {
    background-color: #e3e3e3; }
  .tc-condition .condition-leftpart {
    width: 100%;
    max-width: 125px;
    margin-left: 12px;
    display: none; }
  .tc-condition .tc-condition-delete {
    text-decoration: underline;
    color: #337ab7;
    cursor: pointer; }
    .tc-condition .tc-condition-delete:hover {
      text-decoration: none; }

.tc-condition-add {
  text-decoration: underline; }
  .tc-condition-add:hover {
    text-decoration: none; }

.tax-footer {
  display: flex;
  justify-content: space-between;
  padding: 15px 35px; }

.tf-left {
  color: #b3b3b3;
  font-weight: 300;
  font-size: 14px; }

.tf-right {
  margin-left: auto; }

.right-operator {
  width: 100%;
  max-width: 200px !important;
  margin: 0 12px; }

.disabledColor {
  background: #e3e3e3 !important; }
.clearfix, .pagination {
  zoom: 1; }
  .clearfix:after, .pagination:after, .clearfix:before, .pagination:before {
    content: "";
    display: table; }
  .clearfix:after, .pagination:after {
    clear: both; }

body {
  font-family: 'Lato', sans-serif; }

label {
  /*display: block;*/
  padding-bottom: 3px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: black; }

.label-small {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
  display: inline-block; }
  .order .label-small {
    margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="number"],
input[type="search"],
input[type="url"],
textarea,
my-date-picker .selectiongroup .selection {
  background: none;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #666666; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  textarea:focus,
  my-date-picker .selectiongroup .selection:focus {
    outline: none; }

my-date-picker .mydp {
  border: none;
  width: 100%;
  margin-bottom: 20px; }

td my-date-picker .mydp {
  margin: 5px 0;
  width: 150px !important; }
  td my-date-picker .mydp input.selection {
    height: 30px !important;
    padding: 0 10px; }
  td my-date-picker .mydp .btnclear,
  td my-date-picker .mydp .btnpicker {
    height: 30px !important; }
  td my-date-picker .mydp .btnclear {
    padding: 0 3px !important;
    line-height: 28px !important; }

my-date-picker .selectiongroup {
  border: none !important;
  background: none !important;
  display: block !important;
  border-spacing: 0 !important; }
  my-date-picker .selectiongroup .selection {
    height: 40px !important;
    font-size: 13px !important;
    display: block;
    position: relative;
    background: none; }
  my-date-picker .selectiongroup .selbtngroup {
    position: absolute;
    white-space: nowrap;
    width: inherit;
    font-size: 0;
    right: 0;
    top: 0;
    height: 40px !important;
    display: block; }
    my-date-picker .selectiongroup .selbtngroup .btnpicker {
      background: none;
      width: inherit;
      margin: 0 12px;
      color: black;
      opacity: 0.3; }
    my-date-picker .selectiongroup .selbtngroup .btnclear {
      position: absolute;
      background: none;
      width: inherit;
      margin: 0;
      color: black;
      opacity: 1;
      background: transparent;
      width: inherit;
      padding: 0 6px;
      height: 38px;
      margin-top: 1px;
      z-index: 1;
      right: 34px; }
      my-date-picker .selectiongroup .selbtngroup .btnclear .mydpicon {
        opacity: 0.3; }

.input-group input[type="checkbox"] {
  position: absolute;
  left: -9999px; }

.input-group input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }

.input-group input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #3b3c3f;
  background: #fff;
  border-radius: 4px; }

.input-group input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }
  .input-group input[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 4px; }
  .input-group input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0.2em;
    font-size: 1.3em;
    display: block;
    width: 0.55em;
    height: 0.55em;
    border-radius: 3px;
    line-height: 0.8;
    background: #07155B;
    transition: all 0.2s; }

.border-1 {
  border-top: 1px solid #FFC386;
  padding-top: 40px; }

hr.border-1 {
  padding-top: 0; }

.login input[type="text"],
.login input[type="password"] {
  padding: 0 40px; }

textarea {
  padding: 20px;
  height: auto; }

form input,
.form input {
  margin-bottom: 20px; }
  form input.save-bottom,
  .form input.save-bottom {
    margin-bottom: 20px; }

i + i {
  margin-left: 5px; }

.cancelIcon {
  padding: 10px 10px 10px 0; }

.editValue {
  padding: 10px 10px 10px 0; }

.editHover {
  visibility: hidden;
  color: #337ab7;
  margin-left: -5px;
  padding: 10px 10px 10px 0; }
  .editHover:hover {
    color: #23527c; }

.onHover:hover .cancelIcon + .editHover,
.onHover:hover span + .editHover {
  margin-left: -5px;
  padding: 10px 10px 10px 0;
  visibility: visible; }

.specialbtns .drop-down-small {
  float: none;
  width: 200px;
  margin-left: 5px;
  margin-right: 5px; }
  .specialbtns .drop-down-small + .btn {
    float: none; }

.input-small {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 12px; }

.input--from-to,
.input-small--from-to {
  width: 49%; }

.input--from-to + .input--from-to,
.input-small--from-to + .input-small--from-to {
  margin-left: 2%; }

.input--search,
.input-small--search {
  padding-right: 32px;
  border-radius: 40px;
  background-image: url("images/icon-search-blue.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 12px); }

.input--icon {
  padding-left: 38px; }

.input-small--search {
  border-radius: 40px !important; }

input:focus {
  border-color: #07155B; }

.drop-down {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  background-image: url("images/icon-arrow-down-grey.png");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: calc(100% - 12px);
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #666666; }
  .drop-down > div {
    padding: 0 20px; }

.drop-down-small {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  background-image: url("images/icon-arrow-down-grey.png");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: calc(100% - 12px);
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #666666; }
  .drop-down-small > div {
    padding: 0 15px; }
  .drop-down-small.select-table {
    height: 30px;
    line-height: 30px; }
    .drop-down-small.select-table .drop-down-small__open {
      top: 0;
      margin: -1px 0 0 -1px;
      width: 102%; }
      .drop-down-small.select-table .drop-down-small__open li {
        height: 30px;
        line-height: 30px; }

.register-step input[type="text"],
.register-step input[type="password"],
.register-step input[type="email"],
.register-step input[type="tel"],
.register-step input[type="date"],
.register-step input[type="datetime"],
.register-step input[type="number"],
.register-step input[type="search"],
.register-step input[type="url"],
.register-step textarea,
.register-step my-date-picker .selectiongroup .selection {
  background: none;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #666666; }

.register-step my-date-picker .selectiongroup .selection {
  height: 40px !important;
  font-size: 14px !important; }

.register-step my-date-picker .selectiongroup .selbtngroup .btnclear {
  height: 40px; }

.register-step my-date-picker .selectiongroup .selbtngroup .btnpicker {
  height: 40px; }

.register-step .drop-down-small {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  background-image: url("images/ico_select-dropdown.png");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: calc(100% - 12px);
  border: 1px solid #D9D9D9;
  border-radius: 0;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #666666;
  padding: 0; }
  .register-step .drop-down-small > div {
    padding: 0;
    height: 100%; }
    .register-step .drop-down-small > div .lbl-dropdown {
      height: 100%;
      padding: 0 10px; }

::-webkit-input-placeholder {
  /* Edge */
  color: #bdbdbd; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bdbdbd; }

::placeholder {
  color: #bdbdbd; }

.drop-down-bottom-margin {
  margin-bottom: 20px; }

.drop-down__open {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  padding-left: 0;
  z-index: 3;
  background: #F8F8F8;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #666666;
  list-style: none; }
  .drop-down__open li {
    position: relative;
    height: 50px;
    border-top: 1px solid #eeeeee;
    line-height: 50px;
    padding: 0 10px;
    min-width: 170px;
    text-align: left;
    cursor: pointer; }
    .drop-down__open li:first-child {
      border-top: none; }

.dropdown-typehead .label.lbl-dropdown,
.drop-down-small .label.lbl-dropdown {
  width: 93%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  height: 38px;
  white-space: nowrap; }

.drop-down-small__open {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  padding-left: 0;
  z-index: 3;
  background: #F8F8F8;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #666666;
  list-style: none; }
  .drop-down-small__open ul {
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden; }
  .drop-down-small__open li {
    position: relative;
    border-top: 1px solid #eeeeee;
    line-height: 40px;
    padding: 10px 14px;
    min-width: 170px;
    text-align: left;
    line-height: 18px;
    cursor: pointer; }
    .drop-down-small__open li:first-child {
      border-top: none; }
    .drop-down-small__open li:hover {
      background-color: #eee; }

.drop-down__open--with-icons {
  width: auto;
  left: auto;
  right: 0;
  font-weight: 700;
  color: #333333; }
  .drop-down__open--with-icons li {
    padding: 0 20px 0 40px; }

.dropdown-typehead > div {
  position: relative; }

.dropdown-typehead input[type="search"] {
  position: absolute;
  top: 0;
  left: 14px;
  width: calc(100% - 42px);
  border: 1px solid #d9d9d9;
  z-index: 4;
  margin-top: 10px;
  height: 30px;
  padding: 0 7px; }

.dropdown-typehead .drop-down-small__open {
  padding-top: 50px; }

.language {
  position: relative; }

.user-info_dropdown,
.lang_dropdown {
  background: #fff; }
  .user-info_dropdown a,
  .lang_dropdown a {
    color: #000 !important;
    font-weight: 300;
    padding: 10px 0;
    display: block;
    padding-left: 20px; }
  .user-info_dropdown:after, .user-info_dropdown:before,
  .lang_dropdown:after,
  .lang_dropdown:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .user-info_dropdown:after,
  .lang_dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px; }
  .user-info_dropdown:before,
  .lang_dropdown:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #e0e0e0;
    border-width: 9px;
    margin-left: -9px; }

.user-info_dropdown > li > span {
  display: flex;
  align-items: center;
  height: 100%; }
  .user-info_dropdown > li > span > a {
    line-height: 16px;
    white-space: nowrap; }

.lang_dropdown .icon-flag {
  margin-right: 5px;
  position: relative;
  top: -2px;
  margin-left: -21px; }

.lang_dropdown li {
  padding: 0 20px;
  height: inherit;
  line-height: 20px; }

.lang-selected {
  display: inline-block;
  width: auto;
  padding: 0 36px 0 18px;
  text-align: left;
  position: relative; }
  .lang-selected .icon-flag {
    border: 1px solid #ddd;
    border-radius: 9px;
    padding: 1px;
    display: inline-flex;
    position: relative;
    top: 4px;
    margin-right: -3px; }
  .lang-selected .lang-country {
    display: none; }
  .lang-selected .icon-arrow {
    display: inline-flex;
    width: 10px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -1px; }
    .lang-selected .icon-arrow img {
      max-width: 100%; }

.button {
  display: inline-block;
  border-radius: 40px; }

.button--medium {
  min-width: 110px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #07155B;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #F8F8F8; }

.button--medium-icon {
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  background: #07155B;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #F8F8F8; }
  .button--medium-icon:hover {
    text-decoration: none;
    color: #F8F8F8; }

.button--medium-icon + .button--medium-icon {
  margin-left: 10px; }

.button--medium-clear {
  min-width: 110px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: none;
  border: 1px solid #d9d9d9;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #07155B; }

.action-bar__filters-right .button--medium-clear:nth-child(1) {
  margin-bottom: 10px; }

.button--large {
  min-width: 110px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #07155B;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #F8F8F8;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none; }

.trigger-filters {
  display: inline-block;
  height: 28px;
  padding-left: 7px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  color: #3B3C3F;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .trigger-filters:before {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    left: 14px;
    top: 8px;
    background: url("images/icon-filters.png") no-repeat;
    background-size: 100%; }
  .trigger-filters:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 6px;
    right: -11px;
    top: 12px;
    background: url("images/icon-arrow-down.png") no-repeat;
    background-size: 100%; }

.button + .trigger-filters {
  border-left: 1px solid #dbdbdb;
  padding-left: 32px;
  margin-left: 10px;
  position: relative;
  top: 0;
  line-height: 28px; }

.link:hover {
  cursor: pointer; }

.pagination {
  padding-right: 40px; }
  .pagination li {
    display: inline-block;
    list-style: none;
    margin: 0 2px; }
    .pagination li.separation {
      width: 10px;
      text-align: center; }
  .pagination .total-pages {
    font-size: 12px; }
  .pagination .textbox-page {
    max-width: 55px; }
  .pagination a {
    display: inline-block;
    border: 1px transparent solid;
    border-radius: 100%;
    color: #666666;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 24px; }
    .pagination a.is-active, .pagination a:hover {
      text-decoration: none;
      color: #07155B;
      border-color: #07155B; }
  .pagination:after {
    content: "";
    clear: both; }

.multi-dropdown .radio-list .radio-item {
  padding: 8px 14px 10px; }
  .multi-dropdown .radio-list .radio-item .lbl-dropdown {
    margin-left: 23px; }
    .multi-dropdown .radio-list .radio-item .lbl-dropdown:before {
      content: "";
      width: 17px;
      height: 17px;
      border: 1px solid #e3e3e3;
      border-radius: 5px;
      display: inline-block;
      top: 9px;
      position: absolute;
      margin-right: 5px;
      left: 14px; }
    .multi-dropdown .radio-list .radio-item .lbl-dropdown:after {
      content: "";
      width: 11px;
      height: 11px;
      border-radius: 5px;
      top: 12px;
      left: 17px;
      position: absolute;
      background: #07155B;
      display: none; }
    .multi-dropdown .radio-list .radio-item .lbl-dropdown.radio-selected:after {
      display: inline-block; }

.multi-dropdown .dropdown-actions {
  background: white;
  text-align: center;
  padding: 5px 10px; }

.arrange {
  display: inline-block;
  border: 1px transparent solid;
  border-radius: 100%;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 24px;
  background-color: #07155B;
  color: white; }

.titlepositions {
  font-size: large;
  margin: 20px 15px;
  color: #07155B; }

.knobsR,
.layerR {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.buttonR {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: 0 10px;
  overflow: hidden; }

.buttonR.rR,
.buttonR.rR .layerR {
  border-radius: 100px; }

.buttonR.b2 {
  border-radius: 2px; }

.checkboxR {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3; }

.knobsR {
  z-index: 2; }

.layerR {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1; }

/* Button 1 */
#button-1 .knobsR:before {
  content: "€";
  position: absolute;
  top: 4px;
  left: 6px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 4px 4px;
  background-color: #07155B;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all; }

#button-1 .checkboxR:checked + .knobsR:before {
  content: "%";
  left: 47px;
  background-color: #07155B; }

#button-1 .checkboxR:checked ~ .layerR {
  background-color: #fcebeb; }

#button-1 .knobsR,
#button-1 .knobsR:before,
#button-1 .layerR {
  transition: 0.3s ease all; }

.unitR,
#unit .unitR {
  font-weight: bolder !important;
  color: #000 !important; }body {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #333333; }

a {
  text-decoration: none; }

div.cooperator_parts h4, div.cooperator_documents h4, div.cooperator_events h4,
div.cooperator_communication h4, div.cooperator_events div.events-link a, div.cooperator_events div.event-info_wrapper div.event-info h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #333333;
  letter-spacing: 0.82px;
  text-transform: uppercase; }

ul.cooperator-nav {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 0; }
  ul.cooperator-nav li {
    width: calc((100% / 5) - 3px);
    margin: 0;
    font-size: 11px; }
    ul.cooperator-nav li.is-active span.title {
      color: #07155B !important; }
    ul.cooperator-nav li span.title {
      display: inline-block;
      font-weight: 900;
      font-size: 13px;
      letter-spacing: 1.4px;
      margin-bottom: 4px;
      color: #bdbdbd !important; }

.cooperator_information div.section:last-of-type {
  border-bottom: none; }

.cooperator_information .fix_height {
  margin-bottom: 20px; }

.cooperator_information input[type="submit"] {
  border: none;
  float: right;
  margin-top: 60px;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px; }

div.cooperator_parts div.action-bar, div.cooperator_documents div.action-bar, div.cooperator_events div.action-bar,
div.cooperator_communication div.action-bar {
  background: none;
  margin-top: 10px;
  padding: 15px 0;
  margin-bottom: 10px; }
  div.cooperator_parts div.action-bar + .grid__cell, div.cooperator_documents div.action-bar + .grid__cell, div.cooperator_events div.action-bar + .grid__cell,
  div.cooperator_communication div.action-bar + .grid__cell {
    padding-left: 0; }

div.cooperator_parts .table-wrapper, div.cooperator_documents .table-wrapper, div.cooperator_events .table-wrapper,
div.cooperator_communication .table-wrapper {
  margin-top: 30px; }

div.modal-parts h3 {
  color: #07155B !important; }

div.modal-parts > div > div:nth-child(even) {
  padding-left: 0; }

div.modal-parts > div > div:nth-child(odd) {
  padding-right: 0; }

div.modal-parts .form-group {
  margin-bottom: 10px; }

div.modal-parts input[type="button"] {
  float: right; }

div.modal-parts a {
  margin-right: 10px; }

div.modal-parts .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #bbb;
  border-left: 1px solid #b3b3b3;
  margin-right: 0;
  text-decoration: none;
  z-index: 2; }

div.modal-parts .checked {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  color: #666666; }
  div.modal-parts .checked:before {
    content: "";
    margin-right: 3px;
    background: url(images/ico_check-green.svg) no-repeat;
    background-size: 16px;
    background-position-y: 2px;
    width: 16px;
    height: 16px;
    display: inline-flex; }

div.modal-parts .not-checked {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  color: #666666; }
  div.modal-parts .not-checked:before {
    content: "";
    margin-right: 3px;
    background: url(images/ico_cancel-red.svg) no-repeat;
    background-size: 13px;
    background-position-y: 2px;
    width: 16px;
    height: 16px;
    display: inline-flex; }

div.modal-parts .fields-group {
  display: flex; }
  div.modal-parts .fields-group .form-control {
    max-width: 80px;
    border-radius: 3px 0 0 3px; }
  div.modal-parts .fields-group .drop-down-small {
    border-radius: 0 3px 3px 0;
    margin-left: -1px; }

.tooltip {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 18px; }
  .tooltip .icon {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    line-height: 1em;
    color: #07155B; }
  .tooltip .popover.right {
    top: -10px !important; }

.popover {
  position: relative; }

.popover {
  background: #F3F3F3;
  padding: 10px 15px;
  font-size: 11px;
  text-transform: none;
  font-weight: normal;
  color: #3B3C3F;
  display: inline-block;
  min-width: 250px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #d3D3D3;
  box-shadow: 1px 1px 1px #Ddd; }
  .popover.right {
    margin-left: 12px;
    margin-top: -20px;
    top: 50% !important; }
    .popover.right:after {
      content: "";
      background: url("images/icon-arrow-left.png") no-repeat 0 0;
      width: 8px;
      height: 10px;
      position: absolute;
      left: -8px;
      margin-top: -5px; }
  .popover.left {
    margin-left: -12px;
    margin-top: -20px;
    top: 50% !important; }
    .popover.left:after {
      content: "";
      background: url("images/icon-arrow-left.png") no-repeat 0 0;
      width: 8px;
      height: 10px;
      position: absolute;
      right: -8px;
      margin-top: -11px;
      transform: rotate(-180deg); }
  .popover.top {
    margin-top: -10px;
    margin-left: -4px; }
    .popover.top:after {
      content: "";
      background: url(images/icon-arrow-left.png) no-repeat 0 0;
      width: 8px;
      height: 10px;
      position: absolute;
      left: 50%;
      bottom: -8px;
      transform: rotate(-90deg); }
  .popover.bottom {
    margin-top: 10px;
    margin-left: -4px; }
    .popover.bottom:after {
      content: "";
      background: url(images/icon-arrow-left.png) no-repeat 0 0;
      width: 8px;
      height: 10px;
      position: absolute;
      left: 50%;
      top: -8px;
      transform: rotate(90deg); }

div.cooperator_events div.events-link ul {
  padding-left: 0;
  margin-left: 0; }

div.cooperator_events div.events-link a {
  margin: 0; }
  div.cooperator_events div.events-link a:first-child {
    margin-right: 30px; }
  div.cooperator_events div.events-link a:not(.is-active):hover {
    border-bottom: 0;
    font-weight: 500; }

div.cooperator_events div.event-info_wrapper {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px; }
  div.cooperator_events div.event-info_wrapper div.event-info {
    padding: 30px; }
    div.cooperator_events div.event-info_wrapper div.event-info .event-info_location, div.cooperator_events div.event-info_wrapper div.event-info h5 {
      color: #ababab;
      font-size: 14px; }
    div.cooperator_events div.event-info_wrapper div.event-info .event-info_documents {
      margin-top: 20px; }
      div.cooperator_events div.event-info_wrapper div.event-info .event-info_documents h5 {
        float: left;
        margin-top: 0px;
        margin-right: 15px; }
      div.cooperator_events div.event-info_wrapper div.event-info .event-info_documents .event-info_documents-link {
        float: left;
        font-weight: 700; }
    div.cooperator_events div.event-info_wrapper div.event-info .event-info_participation {
      margin-top: -3px; }
      div.cooperator_events div.event-info_wrapper div.event-info .event-info_participation a {
        margin-left: 10px; }

div.cooperator {
  margin-top: 60px; }
  div.cooperator h2 {
    visibility: hidden; }

.signatures {
  margin-bottom: 40px; }
  .signatures figure {
    max-width: 150px;
    height: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .signatures figure img {
      max-width: 100%;
      max-height: 150px; }
  .signatures .sign-name {
    font-weight: bold;
    font-size: 120%;
    margin-top: 5px; }
  .signatures .sign-function {
    margin: 0;
    opacity: 0.8; }

.grid__cell__wrapper {
  padding: 15px;
  border: 1px solid #e3e3e3;
  min-height: 200px; }
  .grid__cell__wrapper h4 {
    height: 30px; }
  .grid__cell__wrapper .input-group label {
    display: block;
    line-height: 16px;
    padding-top: 1px;
    margin-bottom: 8px; }

.my-subscriptions {
  margin-bottom: 30px; }

.cooperator_parts, div.cooperator_documents, div.cooperator_events {
  margin-bottom: 40px; }

.link-detail {
  display: none;
  margin-left: 5px;
  text-decoration: underline; }
  .link-detail:hover {
    text-decoration: none; }

.my-subscription {
  border: 1px solid #e3e3e3;
  padding: 15px 25px;
  border-radius: 5px;
  margin-bottom: 15px; }
  .my-subscription .ms-title {
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 12px;
    font-family: "Open Sans";
    color: #07155B; }
  .my-subscription.teaser {
    display: flex; }
    .my-subscription.teaser .my-subscription-summary {
      border: none;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: none;
      width: 100%;
      margin-bottom: 0;
      margin-right: 15px; }
    .my-subscription.teaser .ms-title {
      white-space: nowrap;
      margin-bottom: 5px; }
    .my-subscription.teaser .summary-title {
      margin-left: 8px; }
      .my-subscription.teaser .summary-title .link-detail {
        display: inline; }
    .my-subscription.teaser .summary-title2 {
      margin-left: 8px; }
      .my-subscription.teaser .summary-title2 .link-detail {
        display: inline; }

.my-subscription-summary {
  padding: 10px 16px;
  background: linear-gradient(to right, #ff7878 33%, #fff 0%) top/10px 1px repeat-x, linear-gradient(#ff7878 33%, #fff 0%) right/1px 10px repeat-y, linear-gradient(to right, #ff7878 33%, #fff 0%) bottom/10px 1px repeat-x, linear-gradient(#ff7878 33%, #fff 0%) left/1px 10px repeat-y;
  /* left */
  margin-bottom: 30px; }
  .my-subscription-summary .summary-title {
    font-weight: bold;
    font-size: 18px; }
  .my-subscription-summary .summary-title2 {
    font-weight: bold;
    font-size: 18px; }
  .my-subscription-summary.summary-error {
    border-color: red; }
    .my-subscription-summary.summary-error .summary-title,
    .my-subscription-summary.summary-error ul {
      color: red;
      margin-bottom: 0; }
    .my-subscription-summary.summary-error .summary-title2,
    .my-subscription-summary.summary-error ul {
      color: orange;
      margin-bottom: 5px;
      margin-top: 5px; }
    .my-subscription-summary.summary-error .link-detail {
      color: red; }

.border-top {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
  margin-top: 5px; }

.upload-row .status,
.confirmation-row .status {
  background: #e3e3e3;
  padding: 0 4px 1px;
  border-radius: 3px;
  color: white;
  font-weight: normal;
  font-size: 11px;
  margin-left: 5px; }

.upload-valid .status,
.upload-valid .action-status,
.confirmation-valid .status,
.confirmation-valid .action-status {
  background: #4ec740 !important; }

.upload-error .status,
.confirmation-error .status {
  background: red; }

.upload-waiting .status,
.confirmation-waiting .status {
  background: orange; }

.actions {
  display: flex; }
  .actions > .col {
    float: none; }

.action {
  border-right: 1px solid #e3e3e3;
  padding-right: 35px; }
  .action:last-child {
    border-right: none; }

.action-content {
  padding-left: 17px;
  padding-right: 17px; }

.ico-payments {
  margin-top: 5px; }

.action-label {
  margin-bottom: 20px;
  left: 17px;
  position: relative; }
  .action-label img {
    position: absolute;
    left: -20px;
    top: 3px; }
  .action-label.action-waiting-validation .action-status {
    background: orange; }
  .action-label.action-ok .action-status {
    background: #4ec740; }
  .action-label.action-nok .action-status {
    background: red; }
  .action-label .action-title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans"; }
  .action-label .action-status {
    color: white;
    background: #e3e3e3;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 5px; }

.payment-table {
  background: #f0f0f0;
  padding: 10px 15px;
  font-size: 11px; }
  .payment-table .payment-trow {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3; }
    .payment-table .payment-trow .payment-response {
      text-align: right;
      color: #07155B; }

.action-tab {
  display: inline-flex;
  padding: 3px 15px;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #f0f0f0;
  cursor: pointer; }
  .action-tab:hover {
    color: #07155B;
    background: #f0f0f0; }
  .action-tab.active {
    background: #f0f0f0; }

.upload-row,
.field-row,
.confirmation-row {
  margin-bottom: 10px;
  font-size: 13px;
  margin-top: 0;
  padding-right: 15px;
  left: 0; }
  .upload-row .label,
  .field-row .label,
  .confirmation-row .label {
    font-weight: bold;
    margin-bottom: 0; }
    .upload-row .label i,
    .field-row .label i,
    .confirmation-row .label i {
      margin-left: 3px; }
  .upload-row .action-status,
  .field-row .action-status,
  .confirmation-row .action-status {
    font-size: 11px; }

.upload-row {
  padding: 0px 0 8px;
  border-bottom: 1px solid #f0f0f0; }
  .upload-row.not-uploaded {
    background: #fdf2f3;
    border-radius: 5px;
    padding: 7px 8px 8px; }
    .upload-row.not-uploaded .input-file > a {
      font-size: 11px;
      border: 1px solid #e3e3e3;
      padding: 7px 15px 8px;
      border-radius: 20px;
      text-decoration: none;
      display: inline-block;
      background: white; }

.not-uploaded1 {
  background: #fdf2f3; }

.field-row .label {
  margin-bottom: 3px; }

.input-field {
  border: 1px solid #e3e3e3;
  background: white;
  height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 0 3px 3px 0;
  padding-left: 15px;
  position: relative; }
  .input-field button {
    background: #e3e3e3;
    border-radius: 0 3px 3px 0;
    color: #aaa;
    border: none;
    height: 100%;
    padding: 0 10px; }
  .input-field img {
    position: absolute;
    right: -18px; }
  .input-field.input-valid button {
    background: #07155B;
    color: white; }

.input-file {
  border-radius: 0 3px 3px 0;
  padding-left: 0;
  position: relative;
  margin-top: 4px;
  padding-right: 50px; }
  .input-file .upload-file {
    text-decoration: underline;
    font-size: 11px; }
    .input-file .upload-file:hover {
      text-decoration: none; }
  .input-file .ico-replace {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 7px;
    height: 7px;
    margin-top: 0;
    display: inline-flex;
    text-decoration: underline;
    align-items: center;
    font-size: 11px;
    justify-content: flex-end;
    text-transform: capitalize; }

.border-wrapper {
  border: 1px solid #e3e3e3;
  padding: 15px 25px;
  border-radius: 5px;
  margin-bottom: 15px; }

.field-row .input-field {
  padding-left: 0; }

.field-row select {
  height: 100%;
  border: none;
  padding-right: 5px; }

.field-row input[type="text"] {
  height: 100%;
  border: none;
  border-radius: 0; }

.field-row.sms-confirmation input[type="text"] {
  width: 80px; }

.field-row.sms-confirmation input[type="text"] {
  border-left: none; }

.code-resend,
.cancel-phone {
  margin-top: 5px;
  color: #07155B; }
  .code-resend .ico-resend,
  .cancel-phone .ico-resend {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
    margin-right: 3px; }
  .code-resend .lbl-resend,
  .cancel-phone .lbl-resend {
    text-decoration: underline; }
    .code-resend .lbl-resend:hover,
    .cancel-phone .lbl-resend:hover {
      text-decoration: none; }

.tooltip-wrapper {
  position: relative; }
  .tooltip-wrapper .popover {
    width: 400px !important;
    position: absolute; }

.popoverR .popover {
  white-space: pre;
  z-index: 999999;
  font-size: 12px;
  font-weight: bold;
  display: grid !important; }

.code-send {
  border: 1px solid #ddd;
  padding: 5px 10px 8px;
  line-height: 12px;
  color: black;
  font-weight: bold;
  margin: 10px 0; }
  .code-send .code-resend {
    font-weight: normal; }

.notequal {
  color: red !important;
  font-weight: bold !important; }body {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #333333; }

a {
  text-decoration: none; }/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------*    SETTINGS
\*------------------------------------*/
/*------------------------------------*    LOGIC aka THE MAGIC
\*------------------------------------*/
/*------------------------------------*    GRID LAYOUT
\*------------------------------------*/
.grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
  font-size: 0rem; }

.grid__cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem; }

.grid__cell--center {
  display: block;
  margin: 0 auto; }

/*------------------------------------*    GRID WIDTHS
\*------------------------------------*/
.\31\/2, .\32\/4 {
  width: 50%; }

.\31\/3 {
  width: 33.33333%; }

.\32\/3 {
  width: 66.66667%; }

.\31\/4 {
  width: 25%; }

.\33\/4 {
  width: 75%; }

.\31\/5 {
  width: 20%; }

.\32\/5 {
  width: 40%; }

.\33\/5 {
  width: 60%; }

.\34\/5 {
  width: 80%; }

@media screen and (max-width: 499px) {
  .\31\/2--thumb, .\32\/4--thumb {
    width: 50%; }
  .\31\/3--thumb {
    width: 33.33333%; }
  .\32\/3--thumb {
    width: 66.66667%; }
  .\31\/4--thumb {
    width: 25%; }
  .\33\/4--thumb {
    width: 75%; }
  .\31\/5--thumb {
    width: 20%; }
  .\32\/5--thumb {
    width: 40%; }
  .\33\/5--thumb {
    width: 60%; }
  .\34\/5--thumb {
    width: 80%; } }

@media screen and (min-width: 500px) and (max-width: 800px) {
  .\31\/2--handheld, .\32\/4--handheld {
    width: 50%; }
  .\31\/3--handheld {
    width: 33.33333%; }
  .\32\/3--handheld {
    width: 66.66667%; }
  .\31\/4--handheld {
    width: 25%; }
  .\33\/4--handheld {
    width: 75%; }
  .\31\/5--handheld {
    width: 20%; }
  .\32\/5--handheld {
    width: 40%; }
  .\33\/5--handheld {
    width: 60%; }
  .\34\/5--handheld {
    width: 80%; } }

@media screen and (min-width: 500px) {
  .\31\/2--handheld-and-up, .\32\/4--handheld-and-up {
    width: 50%; }
  .\31\/3--handheld-and-up {
    width: 33.33333%; }
  .\32\/3--handheld-and-up {
    width: 66.66667%; }
  .\31\/4--handheld-and-up {
    width: 25%; }
  .\33\/4--handheld-and-up {
    width: 75%; }
  .\31\/5--handheld-and-up {
    width: 20%; }
  .\32\/5--handheld-and-up {
    width: 40%; }
  .\33\/5--handheld-and-up {
    width: 60%; }
  .\34\/5--handheld-and-up {
    width: 80%; } }

@media screen and (max-width: 800px) {
  .\31\/2--pocket, .\32\/4--pocket {
    width: 50%; }
  .\31\/3--pocket {
    width: 33.33333%; }
  .\32\/3--pocket {
    width: 66.66667%; }
  .\31\/4--pocket {
    width: 25%; }
  .\33\/4--pocket {
    width: 75%; }
  .\31\/5--pocket {
    width: 20%; }
  .\32\/5--pocket {
    width: 40%; }
  .\33\/5--pocket {
    width: 60%; }
  .\34\/5--pocket {
    width: 80%; } }

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .\31\/2--lap, .\32\/4--lap {
    width: 50%; }
  .\31\/3--lap {
    width: 33.33333%; }
  .\32\/3--lap {
    width: 66.66667%; }
  .\31\/4--lap {
    width: 25%; }
  .\33\/4--lap {
    width: 75%; }
  .\31\/5--lap {
    width: 20%; }
  .\32\/5--lap {
    width: 40%; }
  .\33\/5--lap {
    width: 60%; }
  .\34\/5--lap {
    width: 80%; } }

@media screen and (min-width: 801px) {
  .\31\/2--lap-and-up, .\32\/4--lap-and-up {
    width: 50%; }
  .\31\/3--lap-and-up {
    width: 33.33333%; }
  .\32\/3--lap-and-up {
    width: 66.66667%; }
  .\31\/4--lap-and-up {
    width: 25%; }
  .\33\/4--lap-and-up {
    width: 75%; }
  .\31\/5--lap-and-up {
    width: 20%; }
  .\32\/5--lap-and-up {
    width: 40%; }
  .\33\/5--lap-and-up {
    width: 60%; }
  .\34\/5--lap-and-up {
    width: 80%; } }

@media screen and (max-width: 1024px) {
  .\31\/2--portable, .\32\/4--portable {
    width: 50%; }
  .\31\/3--portable {
    width: 33.33333%; }
  .\32\/3--portable {
    width: 66.66667%; }
  .\31\/4--portable {
    width: 25%; }
  .\33\/4--portable {
    width: 75%; }
  .\31\/5--portable {
    width: 20%; }
  .\32\/5--portable {
    width: 40%; }
  .\33\/5--portable {
    width: 60%; }
  .\34\/5--portable {
    width: 80%; } }

@media screen and (min-width: 1025px) {
  .\31\/2--desk, .\32\/4--desk {
    width: 50%; }
  .\31\/3--desk {
    width: 33.33333%; }
  .\32\/3--desk {
    width: 66.66667%; }
  .\31\/4--desk {
    width: 25%; }
  .\33\/4--desk {
    width: 75%; }
  .\31\/5--desk {
    width: 20%; }
  .\32\/5--desk {
    width: 40%; }
  .\33\/5--desk {
    width: 60%; }
  .\34\/5--desk {
    width: 80%; } }

@media screen and (min-width: 1160px) {
  .\31\/2--widescreen, .\32\/4--widescreen {
    width: 50%; }
  .\31\/3--widescreen {
    width: 33.33333%; }
  .\32\/3--widescreen {
    width: 66.66667%; }
  .\31\/4--widescreen {
    width: 25%; }
  .\33\/4--widescreen {
    width: 75%; }
  .\31\/5--widescreen {
    width: 20%; }
  .\32\/5--widescreen {
    width: 40%; }
  .\33\/5--widescreen {
    width: 60%; }
  .\34\/5--widescreen {
    width: 80%; } }

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .\31\/2--retina, .\32\/4--retina {
    width: 50%; }
  .\31\/3--retina {
    width: 33.33333%; }
  .\32\/3--retina {
    width: 66.66667%; }
  .\31\/4--retina {
    width: 25%; }
  .\33\/4--retina {
    width: 75%; }
  .\31\/5--retina {
    width: 20%; }
  .\32\/5--retina {
    width: 40%; }
  .\33\/5--retina {
    width: 60%; }
  .\34\/5--retina {
    width: 80%; } }

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=40916be1b51f9aa322f7)
 * Config saved to config.json and https://gist.github.com/40916be1b51f9aa322f7
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (max-width: 990px) {
    .row {
      margin-left: 0;
      margin-right: 0; } }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }.header-cooperator {
  height: 100px; }
  .header-cooperator > .app-header {
    height: 100px; }

.mode-admin > header {
  height: 60px; }
  .mode-admin > header > .app-header {
    height: 60px; }

app > .menu-is-active .main-content {
  overflow: hidden; }

.home-cooperator .app-header {
  position: relative;
  height: inherit;
  background: #07155B; }

.home-cooperator .header-top {
  height: inherit; }

.home-cooperator .cooperator {
  margin-top: 0; }
  .home-cooperator .cooperator header {
    height: 100%; }

.menu-user {
  margin-left: 15px;
  position: relative;
  display: inline-flex; }

.header-top {
  color: white;
  display: block;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100px; }

.header-wrapper {
  color: white;
  display: flex;
  align-items: center; }
  .header-wrapper .theme-logo {
    height: 100px;
    background: url(images/logo-white.png) no-repeat;
    background-size: 118px;
    background-position: left center !important;
    display: inline-block;
    width: 150px;
    margin-right: 0; }
  .header-wrapper .menu-items {
    display: flex;
    color: white;
    align-items: center; }
    .header-wrapper .menu-items .menu-item {
      color: white;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 300;
      margin-left: 20px;
      letter-spacing: 1px; }
    .header-wrapper .menu-items .separation {
      width: 1px;
      background: white;
      height: 30px;
      margin-left: 20px; }
    .header-wrapper .menu-items .menu-item-button span {
      background: rgba(255, 255, 255, 0.1);
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none; }
    .header-wrapper .menu-items .menu-item-button:hover span {
      text-decoration: underline;
      background: none; }
    .header-wrapper .menu-items.secondary-menu {
      margin-left: auto; }

.app-header {
  position: absolute;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  margin-left: 0;
  line-height: 60px;
  border-bottom: none;
  background: #07155B;
  z-index: 1; }
  .app-header.no-bg {
    height: auto;
    line-height: 58px;
    background: none; }

.app-header__logo {
  height: 60px;
  background: url("images/logo-white.png") no-repeat;
  background-size: 118px;
  background-position: 50%; }

.app-header__main-menu {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px; }

.app-header__user-menu {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 13px;
  display: inline-flex;
  justify-content: flex-end; }

.logo-white {
  position: absolute;
  width: 118px;
  height: 29px;
  left: 50%;
  top: 50px;
  margin-left: -59px;
  background: url(images/logo-white.png) no-repeat;
  background-size: 100%;
  z-index: 2; }

.cooperator header {
  text-align: center;
  background: #F3F3F3; }
  .cooperator header h2 {
    margin: 0;
    padding: 0; }

.cooperator-nav {
  text-align: left;
  padding: 0 15px !important; }
  .cooperator-nav li {
    display: inline-block;
    color: #333333;
    padding: 10px 20px;
    margin: 0 10px -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .cooperator-nav li.is-active, .cooperator-nav li:hover {
      background: #fff;
      cursor: pointer; }
    .cooperator-nav li .title {
      text-transform: uppercase;
      color: #07155B; }body {
  width: 900px; }
  @media screen and (min-width: 900px) {
    body {
      width: 100%; } }

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

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

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

.pointer {
  cursor: pointer; }

.dont-wrap {
  white-space: nowrap; }

.mb-1 {
  margin-bottom: 1em; }

.mt-1 {
  margin-top: 1em; }

.mt-2 {
  margin-top: 20px; }

.mt-3 {
  margin-top: 30px; }

.mt-5 {
  margin-top: 50px; }

.mt-3-5 {
  margin-top: 35px !important; }

.mb-4 {
  margin-bottom: 40px; }

.pl-1 {
  padding-left: 10px; }

.pl-2 {
  padding-left: 20px; }

.pl-3 {
  padding-left: 30px; }

.highR {
  padding-bottom: 30px !important; }

.scrollR {
  overflow: scroll !important;
  min-height: 300px; }

.pr-3 {
  padding: 0 30px !important; }

.pr-05 {
  padding-right: 5px; }

.ml-1 {
  margin-left: 1em; }

.ml-2 {
  margin-left: 20px; }

.ml-3 {
  margin-left: 30px; }

.ml-3-5 {
  margin-left: 35px !important; }

.ml-4 {
  margin-left: 40px; }

.pb-1 {
  padding-bottom: 10px; }

.pb-2 {
  padding-bottom: 20px; }

.pb-3 {
  padding-bottom: 30px; }

.pb-4 {
  padding-bottom: 40px; }

.rectPersonalize {
  width: 100%;
  height: 100%;
  stroke: #069;
  opacity: 0; }

.pt-1 {
  padding-top: 10px; }

.pt-2 {
  padding-top: 20px; }

.pt-3 {
  padding-top: 30px; }

.pt-4 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.isRowSelected {
  background-color: rgba(255, 255, 0, 0.3) !important; }

.selectedModel {
  background: yellow !important;
  font-weight: bold; }

.svgOpen {
  margin-right: 5px;
  transform: rotate(0);
  margin-top: -1px; }

.svgClosed {
  margin-right: 5px;
  transform: rotate(-90deg); }

.ourDisable {
  background: #d9d9d9;
  pointer-events: none;
  opacity: 0.7; }

.maxWidth {
  width: max-content; }

.pr-1 {
  padding-right: 10px; }

.RmPlaceHolder > div > div ::-webkit-input-placeholder {
  color: black;
  opacity: 0.9; }

.RmPlaceHolder > div > div :-moz-placeholder {
  color: black;
  opacity: 0.9; }

.RmPlaceHolder > div > div ::-moz-placeholder {
  color: black;
  opacity: 0.9; }

.RmPlaceHolder > div > div :-ms-input-placeholder {
  color: black;
  opacity: 0.9; }

.RmPlaceHolder > div > div ::input-placeholder {
  color: black;
  opacity: 0.9; }

.RmPlaceHolder > div > div ::placeholder {
  color: black;
  opacity: 0.9; }

.errorLimit {
  color: red !important; }

.notClicked {
  background: lightgray !important;
  border: none !important; }

.clickedYes {
  background: green !important; }

.clickedNo {
  background: red !important; }

.disabledColorOnly {
  color: lightgray !important; }

.ion-help-circled {
  font-size: 20px !important; }

.text20 {
  font-size: 20px !important; }

.text15 {
  font-size: 15px !important; }

.centerTableTd {
  text-align: center !important; }

.ion-ios-snowy,
.ion-load-d {
  font-size: 15px !important; }

.popdefault > popover-content > div {
  position: absolute !important; }

.boldBlack {
  color: black;
  opacity: 0.9;
  font-weight: bold; }

.tooltipCover {
  position: relative; }

.tooptipContent {
  display: none;
  position: absolute;
  z-index: 100;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  top: 20px;
  left: -300px; }

.tooltipCover:hover span.tooptipContent {
  display: block; }

.input-error {
  border: 2px solid red !important; }span[class^="icon-"]:before {
  content: '';
  display: inline-block;
  position: absolute;
  background-size: 100%; }

.icon-settings:before {
  height: 15px;
  width: 15px;
  left: 13px;
  top: 17px;
  background: url("images/icon-settings.png") no-repeat; }

.msg-transaction {
  text-align: center !important; }

.icon-switch:before {
  height: 15px;
  width: 13px;
  left: 14px;
  top: 16px;
  background: url("images/icon-switch.png") no-repeat; }

.icon-validate,
.icon-delete {
  position: relative; }

.icon-validate:before {
  height: 15px;
  width: 13px;
  background: url("images/ico_check-gray.svg") no-repeat;
  position: relative !important;
  background-size: 100%;
  top: 3px !important;
  left: 0 !important; }

.icon-alert:before {
  height: 17px;
  width: 15px;
  background: url("images/alert.png") no-repeat;
  position: relative !important;
  background-size: 100%;
  top: 5px !important;
  left: 0 !important;
  right: 7px; }

.icon-notallowed:before {
  height: 13px;
  width: 13px;
  background: url("images/not-allowed.png") no-repeat;
  position: relative !important;
  background-size: 100%;
  top: 2px !important;
  left: -4px !important;
  right: 7px; }

.icon-recall {
  padding-left: 15px !important; }

.icon-recall:before {
  height: 16px;
  width: 16px;
  background: url("images/recall.png") no-repeat;
  position: relative !important;
  background-size: 100%;
  top: 6px !important;
  left: -3px !important;
  right: 15px; }

.icon-delete:before {
  height: 14px;
  width: 14px;
  position: relative !important;
  background-size: 100%;
  top: 3px !important;
  left: 0 !important;
  background: url("images/ico_cancel-gray.svg") no-repeat; }

.icon-logout:before {
  height: 16px;
  width: 14px;
  left: 14px;
  top: 16px;
  background: url("images/icon-logout.png") no-repeat; }

.icon-change-password:before {
  height: 20px;
  width: 14px;
  left: 14px;
  top: 16px;
  background: url("images/padlock.png") no-repeat; }

.icon-logout a,
.icon-change-password a {
  padding: 0px; }

.icon-hamburger {
  position: relative;
  margin-right: 30px;
  float: left;
  top: 23px;
  display: inline-block; }
  .icon-hamburger:before {
    height: 14px;
    width: 20px;
    left: -5px;
    top: 0;
    background: url("images/icon-hamburger--whitev2.png") no-repeat;
    cursor: pointer; }

.menu-is-active .icon-hamburger::before {
  background: url("images/icon-close-white.png") no-repeat;
  background-size: contain; }

.icon-hamburger + p {
  float: left;
  position: relative;
  display: inline-block;
  margin: 0 0 0 35px;
  top: 2px;
  color: white; }

.icon-button-plus:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  left: -1px;
  top: 3px;
  margin-right: 4px;
  background: url("images/icon-button-plus.png") no-repeat;
  background-size: 100%; }

.icon-arrow-back:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 12px;
  width: 14px;
  left: 3px;
  top: 3px;
  margin-right: 4px;
  background: url(images/ico_back-white.svg) no-repeat;
  background-size: 6px; }

.icon-button-xls:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  left: 0;
  top: 3px;
  margin-right: 5px;
  background: url("images/icon-button-xls.png") no-repeat;
  background-size: 100%; }

.icon-button-doublons:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 18px;
  width: 16px;
  left: 0;
  top: 6px;
  margin-right: 5px;
  background: url("images/icon-button-doublons.png") no-repeat;
  background-size: 100%; }

.icon-button-upload:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 14px;
  width: 12px;
  left: 0;
  top: 2px;
  margin-right: 5px;
  background: url("images/icon-button-upload.png") no-repeat;
  background-size: 100%; }

.icon-download:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 14px;
  width: 12px;
  left: 0;
  top: 2px;
  margin-right: 5px;
  background: url("images/icon-download.png") no-repeat;
  background-size: 100%; }

.icon-button-group:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 12px;
  width: 19px;
  left: 0;
  top: 2px;
  margin-right: 5px;
  background: url("images/icon-button-group.png") no-repeat;
  background-size: 100%; }

.ion-social-euro-outline:before {
  height: 12px;
  width: 19px; }

.icon-input-email-login:before {
  background: url(images/icon-input-email-login.png) no-repeat;
  content: '';
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  z-index: 2;
  background-size: 100%;
  margin-top: 15px;
  margin-left: 16px; }

.icon-input-password-login:before {
  background: url(images/icon-input-password-login.png) no-repeat;
  content: '';
  position: relative;
  display: inline-block;
  height: 16px;
  width: 10px;
  z-index: 2;
  background-size: 100%;
  margin-top: 12px;
  margin-left: 16px; }

.icon-hide-password {
  background: url(images/icon-show-password.png) no-repeat;
  content: '';
  position: relative;
  display: block;
  height: 28px;
  width: 28px;
  z-index: 2;
  background-size: 100%;
  margin-top: -62px;
  margin-left: auto;
  margin-bottom: 30px;
  margin-right: 15px;
  opacity: .3; }

.icon-show-password {
  background: url(images/icon-hide-password.png) no-repeat;
  content: '';
  position: relative;
  display: block;
  height: 28px;
  width: 28px;
  z-index: 2;
  background-size: 100%;
  margin-top: -62px;
  margin-left: auto;
  margin-bottom: 30px;
  margin-right: 15px;
  opacity: .3; }

/* SPINNER BY DEFAULT */
.spinner-preview {
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: .6;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 4; }

.spinner {
  width: 200px;
  height: 200px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 4.0s infinite linear;
  animation: sk-rotate 4.0s infinite linear; }

.dot1, .dot2, .dot3 {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  background: url(images/CoopHub-logo.svg) no-repeat;
  border-radius: 100%;
  -webkit-animation: sk-bounce 4.0s infinite ease-in-out;
  animation: sk-bounce 4.0s infinite ease-in-out; }

.dot2 {
  top: 20%;
  bottom: 0;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s; }

.dot3 {
  top: 30%;
  bottom: 0;
  -webkit-animation-delay: -3.0s;
  animation-delay: -3.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.icon-checkbox {
  position: relative;
  padding-left: 28px; }
  .icon-checkbox:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 5px;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 4px; }
  .icon-checkbox:hover:after {
    content: '';
    position: absolute;
    top: 0.6em;
    left: .72em;
    font-size: 1.3em;
    display: block;
    width: .55em;
    height: .55em;
    border-radius: 3px;
    line-height: 0.8;
    background: #07155B;
    background-size: 12px;
    transition: all .2s;
    display: none; }
  .icon-checkbox.icon-checked {
    background: #07155B;
    color: white; }
    .icon-checkbox.icon-checked:before {
      display: none; }
    .icon-checkbox.icon-checked:after {
      content: '';
      position: absolute;
      top: 6px;
      left: 12px;
      font-size: 25px;
      display: block;
      width: .55em;
      height: 18px;
      border-radius: 3px;
      line-height: 0.8;
      background: url("images/ico_check-white.svg") no-repeat;
      background-size: 12px;
      transition: all .2s; }

.icon-state-green {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  background-color: #77c200;
  margin-right: 5px;
  position: relative;
  top: 1px; }

.icon-state-red {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  background-color: #e84e4e; }

.dividend-state-LOCKED,
.label-state-LOCKED {
  padding: 3px 6px 4px 22px;
  border-radius: 5px;
  color: white;
  background: #FF9100 url(images/ico_lock.svg) no-repeat 7px 5px;
  font-size: 12px; }

.dividend-state-UNLOCKED,
.label-state-UNLOCKED {
  padding: 3px 6px 4px 6px;
  border-radius: 5px;
  color: #3D3D3D;
  background: #E3E3E3;
  font-size: 12px; }

.dividend-state-VALIDATED,
.label-state-VALIDATED,
.creditTerm-state-VALIDATED,
.creditTermlabel-state-VALIDATED {
  padding: 3px 6px 4px 22px;
  border-radius: 5px;
  color: white;
  background: #337AB7 url(images/ico_lock.svg) no-repeat 7px 5px;
  font-size: 12px; }

.dividend-color-LOCKED {
  color: #FF9100 !important;
  font-size: 12px; }

.dividend-color-UNLOCKED {
  color: #414141 !important; }

.dividend-color-VALIDATED {
  color: #337AB7 !important; }

.tax-state-LOCKED .tax-head h3 svg path {
  fill: #FF9100 !important; }

.tax-state-UNLOCKED .tax-head h3 svg path {
  fill: #747474 !important; }

.tax-state-VALIDATED .tax-head h3 svg path {
  fill: #337AB7 !important; }

.icon-button-library:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 16px;
  width: 12px;
  left: 0;
  top: 6px;
  margin-right: 5px;
  background: url("images/library.png") no-repeat;
  background-size: 100%; }

.campaign-state-locked,
.campaignlabel-state-locked,
.creditTerm-state-LOCKED,
.creditTermlabel-state-LOCKED {
  padding: 3px 6px 4px 22px;
  border-radius: 5px;
  color: white;
  background: #FF9100 url(images/ico_lock.svg) no-repeat 7px 5px;
  font-size: 12px;
  text-transform: uppercase; }

.campaign-state-open,
.campaignlabel-state-open {
  padding: 3px 6px 4px 6px;
  border-radius: 5px;
  color: #E3E3E3;
  background: #357317;
  font-size: 12px;
  text-transform: uppercase; }

.campaign-state-preparation,
.campaignlabel-state-preparation,
.creditTerm-state-PLANNED,
.creditTermlabel-state-PLANNED {
  padding: 3px 6px 4px 6px;
  border-radius: 5px;
  color: white;
  background: #47c8ff;
  font-size: 12px;
  text-transform: uppercase; }

.campaign-state-consolidated,
.campaignlabel-state-consolidated {
  padding: 3px 6px 4px 22px;
  border-radius: 5px;
  color: white;
  background: #a80707 url(images/ico_lock.svg) no-repeat 7px 5px;
  font-size: 12px;
  text-transform: uppercase; }

.campaign-state-close,
.campaignlabel-state-close {
  padding: 3px 6px 4px 6px;
  border-radius: 5px;
  color: white;
  background: #DFA309;
  font-size: 12px;
  text-transform: uppercase; }

.campaign-color-preparation {
  color: #47c8ff !important;
  font-size: 12px; }

.campaign-color-locked {
  color: #FF9100 !important;
  font-size: 12px; }

.campaign-color-open {
  color: #357317 !important;
  font-size: 12px; }

.campaign-color-close {
  color: #DFA309 !important;
  font-size: 12px; }

.campaign-color-consolidated {
  color: #a80707 !important;
  font-size: 12px; }

.campaign-state-archived,
.campaignlabel-state-archived,
.creditTerm-state-ARCHIVED,
.creditTermlabel-state-ARCHIVED {
  padding: 3px 6px 4px 22px;
  border-radius: 5px;
  color: white;
  background: #337AB7 url(images/ico_lock.svg) no-repeat 7px 5px;
  font-size: 12px;
  text-transform: uppercase; }

.campaign-color-archived {
  color: #337AB7 !important;
  font-size: 12px; }

.creditTerm-state-SIMULATED,
.creditTermlabel-state-SIMULATED {
  padding: 3px 6px 4px 6px;
  border-radius: 5px;
  color: white;
  background: #8b0482;
  font-size: 12px;
  text-transform: uppercase; }.clearfix {
  zoom: 1; }
  .clearfix:after, .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

body {
  font-family: 'Lato', sans-serif; }

.modal-content .modal-information form input[type="checkbox"], .modal-content .modal-parts form input[type="checkbox"], .modal-content .modal-todo form input[type="checkbox"], .modal-content .modal-history form input[type="checkbox"], .modal-content
.modal-note form input[type="checkbox"], .modal-content
.modal-communication form input[type="checkbox"], .modal-parts .overflowing-table input[type="checkbox"], .modal-todo ul li input[type="checkbox"], .modal-communication li input[type="checkbox"] {
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */ }
  .modal-content .modal-information form input[type="checkbox"]:not(:checked), .modal-content .modal-parts form input[type="checkbox"]:not(:checked), .modal-content .modal-todo form input[type="checkbox"]:not(:checked), .modal-content .modal-history form input[type="checkbox"]:not(:checked), .modal-content
  .modal-note form input[type="checkbox"]:not(:checked), .modal-content
  .modal-communication form input[type="checkbox"]:not(:checked), .modal-parts .overflowing-table input[type="checkbox"]:not(:checked), .modal-todo ul li input[type="checkbox"]:not(:checked), .modal-communication li input[type="checkbox"]:not(:checked), .modal-content .modal-information form input[type="checkbox"]:checked, .modal-content .modal-parts form input[type="checkbox"]:checked, .modal-content .modal-todo form input[type="checkbox"]:checked, .modal-content .modal-history form input[type="checkbox"]:checked, .modal-content
  .modal-note form input[type="checkbox"]:checked, .modal-content
  .modal-communication form input[type="checkbox"]:checked, .modal-parts .overflowing-table input[type="checkbox"]:checked, .modal-todo ul li input[type="checkbox"]:checked, .modal-communication li input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .modal-content .modal-information form input[type="checkbox"]:not(:checked) + label, .modal-content .modal-parts form input[type="checkbox"]:not(:checked) + label, .modal-content .modal-todo form input[type="checkbox"]:not(:checked) + label, .modal-content .modal-history form input[type="checkbox"]:not(:checked) + label, .modal-content
  .modal-note form input[type="checkbox"]:not(:checked) + label, .modal-content
  .modal-communication form input[type="checkbox"]:not(:checked) + label, .modal-parts .overflowing-table input[type="checkbox"]:not(:checked) + label, .modal-todo ul li input[type="checkbox"]:not(:checked) + label, .modal-communication li input[type="checkbox"]:not(:checked) + label, .modal-content .modal-information form input[type="checkbox"]:checked + label, .modal-content .modal-parts form input[type="checkbox"]:checked + label, .modal-content .modal-todo form input[type="checkbox"]:checked + label, .modal-content .modal-history form input[type="checkbox"]:checked + label, .modal-content
  .modal-note form input[type="checkbox"]:checked + label, .modal-content
  .modal-communication form input[type="checkbox"]:checked + label, .modal-parts .overflowing-table input[type="checkbox"]:checked + label, .modal-todo ul li input[type="checkbox"]:checked + label, .modal-communication li input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer; }
  .modal-content .modal-information form input[type="checkbox"]:not(:checked) + label:before, .modal-content .modal-parts form input[type="checkbox"]:not(:checked) + label:before, .modal-content .modal-todo form input[type="checkbox"]:not(:checked) + label:before, .modal-content .modal-history form input[type="checkbox"]:not(:checked) + label:before, .modal-content
  .modal-note form input[type="checkbox"]:not(:checked) + label:before, .modal-content
  .modal-communication form input[type="checkbox"]:not(:checked) + label:before, .modal-parts .overflowing-table input[type="checkbox"]:not(:checked) + label:before, .modal-todo ul li input[type="checkbox"]:not(:checked) + label:before, .modal-communication li input[type="checkbox"]:not(:checked) + label:before, .modal-content .modal-information form input[type="checkbox"]:checked + label:before, .modal-content .modal-parts form input[type="checkbox"]:checked + label:before, .modal-content .modal-todo form input[type="checkbox"]:checked + label:before, .modal-content .modal-history form input[type="checkbox"]:checked + label:before, .modal-content
  .modal-note form input[type="checkbox"]:checked + label:before, .modal-content
  .modal-communication form input[type="checkbox"]:checked + label:before, .modal-parts .overflowing-table input[type="checkbox"]:checked + label:before, .modal-todo ul li input[type="checkbox"]:checked + label:before, .modal-communication li input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #D9D9D9;
    background: #fff;
    border-radius: 4px; }
  .modal-content .modal-information form input[type="checkbox"]:not(:checked) + label:after, .modal-content .modal-parts form input[type="checkbox"]:not(:checked) + label:after, .modal-content .modal-todo form input[type="checkbox"]:not(:checked) + label:after, .modal-content .modal-history form input[type="checkbox"]:not(:checked) + label:after, .modal-content
  .modal-note form input[type="checkbox"]:not(:checked) + label:after, .modal-content
  .modal-communication form input[type="checkbox"]:not(:checked) + label:after, .modal-parts .overflowing-table input[type="checkbox"]:not(:checked) + label:after, .modal-todo ul li input[type="checkbox"]:not(:checked) + label:after, .modal-communication li input[type="checkbox"]:not(:checked) + label:after, .modal-content .modal-information form input[type="checkbox"]:checked + label:after, .modal-content .modal-parts form input[type="checkbox"]:checked + label:after, .modal-content .modal-todo form input[type="checkbox"]:checked + label:after, .modal-content .modal-history form input[type="checkbox"]:checked + label:after, .modal-content
  .modal-note form input[type="checkbox"]:checked + label:after, .modal-content
  .modal-communication form input[type="checkbox"]:checked + label:after, .modal-parts .overflowing-table input[type="checkbox"]:checked + label:after, .modal-todo ul li input[type="checkbox"]:checked + label:after, .modal-communication li input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: .20em;
    left: .20em;
    font-size: 1.3em;
    display: block;
    width: .55em;
    height: .55em;
    border-radius: 3px;
    line-height: 0.8;
    background: #07155B;
    transition: all .2s; }
  .modal-content .modal-information form input[type="checkbox"]:not(:checked) + label:after, .modal-content .modal-parts form input[type="checkbox"]:not(:checked) + label:after, .modal-content .modal-todo form input[type="checkbox"]:not(:checked) + label:after, .modal-content .modal-history form input[type="checkbox"]:not(:checked) + label:after, .modal-content
  .modal-note form input[type="checkbox"]:not(:checked) + label:after, .modal-content
  .modal-communication form input[type="checkbox"]:not(:checked) + label:after, .modal-parts .overflowing-table input[type="checkbox"]:not(:checked) + label:after, .modal-todo ul li input[type="checkbox"]:not(:checked) + label:after, .modal-communication li input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .modal-content .modal-information form input[type="checkbox"]:checked + label:after, .modal-content .modal-parts form input[type="checkbox"]:checked + label:after, .modal-content .modal-todo form input[type="checkbox"]:checked + label:after, .modal-content .modal-history form input[type="checkbox"]:checked + label:after, .modal-content
  .modal-note form input[type="checkbox"]:checked + label:after, .modal-content
  .modal-communication form input[type="checkbox"]:checked + label:after, .modal-parts .overflowing-table input[type="checkbox"]:checked + label:after, .modal-todo ul li input[type="checkbox"]:checked + label:after, .modal-communication li input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .modal-content .modal-information form input[type="checkbox"]:disabled:not(:checked) + label:before, .modal-content .modal-parts form input[type="checkbox"]:disabled:not(:checked) + label:before, .modal-content .modal-todo form input[type="checkbox"]:disabled:not(:checked) + label:before, .modal-content .modal-history form input[type="checkbox"]:disabled:not(:checked) + label:before, .modal-content
  .modal-note form input[type="checkbox"]:disabled:not(:checked) + label:before, .modal-content
  .modal-communication form input[type="checkbox"]:disabled:not(:checked) + label:before, .modal-parts .overflowing-table input[type="checkbox"]:disabled:not(:checked) + label:before, .modal-todo ul li input[type="checkbox"]:disabled:not(:checked) + label:before, .modal-communication li input[type="checkbox"]:disabled:not(:checked) + label:before, .modal-content .modal-information form input[type="checkbox"]:disabled:checked + label:before, .modal-content .modal-parts form input[type="checkbox"]:disabled:checked + label:before, .modal-content .modal-todo form input[type="checkbox"]:disabled:checked + label:before, .modal-content .modal-history form input[type="checkbox"]:disabled:checked + label:before, .modal-content
  .modal-note form input[type="checkbox"]:disabled:checked + label:before, .modal-content
  .modal-communication form input[type="checkbox"]:disabled:checked + label:before, .modal-parts .overflowing-table input[type="checkbox"]:disabled:checked + label:before, .modal-todo ul li input[type="checkbox"]:disabled:checked + label:before, .modal-communication li input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .modal-content .modal-information form input[type="checkbox"]:disabled:checked + label:after, .modal-content .modal-parts form input[type="checkbox"]:disabled:checked + label:after, .modal-content .modal-todo form input[type="checkbox"]:disabled:checked + label:after, .modal-content .modal-history form input[type="checkbox"]:disabled:checked + label:after, .modal-content
  .modal-note form input[type="checkbox"]:disabled:checked + label:after, .modal-content
  .modal-communication form input[type="checkbox"]:disabled:checked + label:after, .modal-parts .overflowing-table input[type="checkbox"]:disabled:checked + label:after, .modal-todo ul li input[type="checkbox"]:disabled:checked + label:after, .modal-communication li input[type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .modal-content .modal-information form input[type="checkbox"]:disabled + label, .modal-content .modal-parts form input[type="checkbox"]:disabled + label, .modal-content .modal-todo form input[type="checkbox"]:disabled + label, .modal-content .modal-history form input[type="checkbox"]:disabled + label, .modal-content
  .modal-note form input[type="checkbox"]:disabled + label, .modal-content
  .modal-communication form input[type="checkbox"]:disabled + label, .modal-parts .overflowing-table input[type="checkbox"]:disabled + label, .modal-todo ul li input[type="checkbox"]:disabled + label, .modal-communication li input[type="checkbox"]:disabled + label {
    color: #aaa; }

.modal-content .modal-information form input[type="checkbox"] + label, .modal-content .modal-parts form input[type="checkbox"] + label, .modal-content .modal-todo form input[type="checkbox"] + label, .modal-content .modal-history form input[type="checkbox"] + label, .modal-content
.modal-note form input[type="checkbox"] + label, .modal-content
.modal-communication form input[type="checkbox"] + label, .modal-parts .overflowing-table input[type="checkbox"] + label, .modal-todo ul li input[type="checkbox"] + label, .modal-communication li input[type="checkbox"] + label {
  color: #3B3C3F !important;
  cursor: pointer;
  position: relative; }
  .modal-content .modal-information form input[type="checkbox"] + label:hover:before, .modal-content .modal-parts form input[type="checkbox"] + label:hover:before, .modal-content .modal-todo form input[type="checkbox"] + label:hover:before, .modal-content .modal-history form input[type="checkbox"] + label:hover:before, .modal-content
  .modal-note form input[type="checkbox"] + label:hover:before, .modal-content
  .modal-communication form input[type="checkbox"] + label:hover:before, .modal-parts .overflowing-table input[type="checkbox"] + label:hover:before, .modal-todo ul li input[type="checkbox"] + label:hover:before, .modal-communication li input[type="checkbox"] + label:hover:before {
    border: 1px solid #07155B !important; }

/* The Modal (background) */
.modal {
  /*display: none;*/
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* The Close Button */ }
  .modal .close {
    color: #07155B;
    background: #fff;
    float: right;
    margin: 10px 15px 0 0;
    font-size: 20px;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px; }
  .modal .close:hover,
  .modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  .modal.is-hidden {
    display: none; }
  .modal header {
    background: #F3F3F3;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  .modal input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.buttons-wrapper {
  min-height: 40px !important;
  border: none !important; }
  .buttons-wrapper.float-right {
    float: right; }

.mb-40 {
  margin-bottom: 40px; }

/* Modal Content/Box */
.modal-wrap {
  background-color: #fefefe;
  border: 1px solid #888;
  width: 80%;
  max-width: 1024px;
  border-radius: 15px;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  margin-bottom: 80px; }

.modal-nav {
  padding: 0;
  margin: 0;
  height: 49px; }
  .modal-nav li {
    display: inline-block;
    float: left; }
    .modal-nav li:first-child a {
      border-top-left-radius: 15px; }
    .modal-nav li.modif-history > a {
      width: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .modal-nav li.modif-history > a i {
        font-size: 20px;
        position: relative;
        top: -6px; }
    .modal-nav li.modif-history .modif-lbl {
      visibility: hidden; }
    .modal-nav li:first-child.modif-history > a {
      border-radius: 20px 0 0 0; }
  .modal-nav a {
    display: block;
    padding: 17px 18px;
    color: #999999;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 700; }
    .modal-nav a.is-active, .modal-nav a:hover {
      background: #fff;
      text-decoration: none;
      color: #07155B; }

.modal-content {
  padding: 0 40px; }
  .modal-content .modal-information, .modal-content .modal-parts, .modal-content .modal-todo, .modal-content .modal-history, .modal-content
  .modal-note, .modal-content
  .modal-communication {
    position: relative;
    margin-top: 55px; }
    .modal-content .modal-information .row_flex, .modal-content .modal-parts .row_flex, .modal-content .modal-todo .row_flex, .modal-content .modal-history .row_flex, .modal-content
    .modal-note .row_flex, .modal-content
    .modal-communication .row_flex {
      display: flex;
      flex-wrap: wrap; }
      .modal-content .modal-information .row_flex .form-group, .modal-content .modal-parts .row_flex .form-group, .modal-content .modal-todo .row_flex .form-group, .modal-content .modal-history .row_flex .form-group, .modal-content
      .modal-note .row_flex .form-group, .modal-content
      .modal-communication .row_flex .form-group {
        display: grid;
        grid-auto-flow: row; }
        .modal-content .modal-information .row_flex .form-group label, .modal-content .modal-parts .row_flex .form-group label, .modal-content .modal-todo .row_flex .form-group label, .modal-content .modal-history .row_flex .form-group label, .modal-content
        .modal-note .row_flex .form-group label, .modal-content
        .modal-communication .row_flex .form-group label {
          height: 5rem; }
    .modal-content .modal-information > div, .modal-content .modal-parts > div, .modal-content .modal-todo > div, .modal-content .modal-history > div, .modal-content
    .modal-note > div, .modal-content
    .modal-communication > div {
      margin-bottom: 30px;
      border-bottom: 1px solid #e6e6e6; }
      .modal-content .modal-information > div .row, .modal-content .modal-parts > div .row, .modal-content .modal-todo > div .row, .modal-content .modal-history > div .row, .modal-content
      .modal-note > div .row, .modal-content
      .modal-communication > div .row {
        margin-bottom: 15px; }
    .modal-content .modal-information h3, .modal-content .modal-parts h3, .modal-content .modal-todo h3, .modal-content .modal-history h3, .modal-content
    .modal-note h3, .modal-content
    .modal-communication h3 {
      color: #3B3C3F;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1.5px;
      font-weight: 900;
      margin-bottom: 30px; }
    .modal-content .modal-information label, .modal-content .modal-parts label, .modal-content .modal-todo label, .modal-content .modal-history label, .modal-content
    .modal-note label, .modal-content
    .modal-communication label {
      display: inline-block;
      color: #b3b3b3;
      font-weight: 300;
      font-size: 14px; }
    .modal-content .modal-information input.btn-blue, .modal-content .modal-parts input.btn-blue, .modal-content .modal-todo input.btn-blue, .modal-content .modal-history input.btn-blue, .modal-content
    .modal-note input.btn-blue, .modal-content
    .modal-communication input.btn-blue {
      padding: 6px 10px; }
      .modal-content .modal-information input.btn-blue.float-right, .modal-content .modal-parts input.btn-blue.float-right, .modal-content .modal-todo input.btn-blue.float-right, .modal-content .modal-history input.btn-blue.float-right, .modal-content
      .modal-note input.btn-blue.float-right, .modal-content
      .modal-communication input.btn-blue.float-right {
        margin-left: 10px; }
    .modal-content .modal-information .edit-top, .modal-content .modal-parts .edit-top, .modal-content .modal-todo .edit-top, .modal-content .modal-history .edit-top, .modal-content
    .modal-note .edit-top, .modal-content
    .modal-communication .edit-top,
    .modal-content .modal-information .cancel-top,
    .modal-content .modal-parts .cancel-top,
    .modal-content .modal-todo .cancel-top,
    .modal-content .modal-history .cancel-top,
    .modal-content
    .modal-note .cancel-top,
    .modal-content
    .modal-communication .cancel-top,
    .modal-content .modal-information .save-top,
    .modal-content .modal-parts .save-top,
    .modal-content .modal-todo .save-top,
    .modal-content .modal-history .save-top,
    .modal-content
    .modal-note .save-top,
    .modal-content
    .modal-communication .save-top,
    .modal-content .modal-information .delete-top,
    .modal-content .modal-parts .delete-top,
    .modal-content .modal-todo .delete-top,
    .modal-content .modal-history .delete-top,
    .modal-content
    .modal-note .delete-top,
    .modal-content
    .modal-communication .delete-top {
      -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      transform: translateY(-40px); }
    .modal-content .modal-information .edit-bottom, .modal-content .modal-parts .edit-bottom, .modal-content .modal-todo .edit-bottom, .modal-content .modal-history .edit-bottom, .modal-content
    .modal-note .edit-bottom, .modal-content
    .modal-communication .edit-bottom {
      margin-bottom: 25px; }
    .modal-content .modal-information div:last-of-type, .modal-content .modal-parts div:last-of-type, .modal-content .modal-todo div:last-of-type, .modal-content .modal-history div:last-of-type, .modal-content
    .modal-note div:last-of-type, .modal-content
    .modal-communication div:last-of-type {
      border-bottom: none; }
    .modal-content .modal-information form div.row > div, .modal-content .modal-parts form div.row > div, .modal-content .modal-todo form div.row > div, .modal-content .modal-history form div.row > div, .modal-content
    .modal-note form div.row > div, .modal-content
    .modal-communication form div.row > div {
      margin-bottom: 30px; }
    .modal-content .modal-information form .delete-top, .modal-content .modal-parts form .delete-top, .modal-content .modal-todo form .delete-top, .modal-content .modal-history form .delete-top, .modal-content
    .modal-note form .delete-top, .modal-content
    .modal-communication form .delete-top,
    .modal-content .modal-information form .save-top,
    .modal-content .modal-parts form .save-top,
    .modal-content .modal-todo form .save-top,
    .modal-content .modal-history form .save-top,
    .modal-content
    .modal-note form .save-top,
    .modal-content
    .modal-communication form .save-top {
      margin-right: 15px; }
  .modal-content .modal-taxes {
    margin-bottom: 40px; }

.msg-comment {
  font-size: 11px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
  margin-bottom: 35px; }

.msg-infos {
  padding: 20px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  display: block;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .msg-infos a {
    text-decoration: underline; }
    .msg-infos a:hover {
      text-decoration: none; }
  .msg-infos.valid-msg {
    color: #00c000; }
    .msg-infos.valid-msg:before {
      content: "\f122";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 5px; }
  .msg-infos.top-msg {
    margin-top: 0; }
  .msg-infos.error-msg {
    color: red; }
    .msg-infos.error-msg:before {
      content: "\f129";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 5px; }
  .msg-infos.info-msg:before {
    content: "\f149";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    color: #07155B; }
  .msg-infos.warning-msg {
    color: orange; }
    .msg-infos.warning-msg:before {
      content: "\f100";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 5px; }
  .msg-infos.no-box {
    padding: 0;
    background: none;
    border: none;
    color: white;
    font-size: 18px; }
    .msg-infos.no-box:before {
      display: none; }
  #list .msg-infos {
    margin: 5px 24px 15px; }

.ico-close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: white;
  cursor: pointer;
  background: url(images/icon-close-white.png) no-repeat center center; }

.msg-infos-box {
  margin-bottom: 40px;
  background: #5c5f7c;
  border-radius: 20px;
  padding: 10px 33px 10px 15px;
  color: white;
  font-size: 18px;
  display: block;
  position: relative;
  min-height: 70px; }
  .msg-infos-box.error-msg {
    background: #ed1d24; }
  .msg-infos-box.warning-msg {
    background: #ff7c1c; }
  .msg-infos-box.ico-times {
    padding-left: 70px; }
    .msg-infos-box.ico-times:before {
      content: "";
      background: url("images/ico_time-small.png") no-repeat center center;
      width: 40px;
      height: 40px;
      left: 15px;
      margin-top: -20px;
      display: inline-block;
      position: absolute;
      top: 50%; }
  .msg-infos-box.ico-info {
    padding-left: 70px; }
    .msg-infos-box.ico-info:before {
      content: "";
      background: url("images/ico_info-small.png") no-repeat center center;
      width: 40px;
      height: 40px;
      left: 15px;
      margin-top: -20px;
      display: inline-block;
      position: absolute;
      top: 50%; }
  .msg-infos-box.ico-warning {
    padding-left: 70px; }
    .msg-infos-box.ico-warning:before {
      content: "";
      background: url("images/ico_warning-small.png") no-repeat center center;
      width: 40px;
      height: 40px;
      left: 15px;
      margin-top: -20px;
      display: inline-block;
      position: absolute;
      top: 50%; }
  .msg-infos-box .title {
    display: block;
    font-weight: bold; }
  .msg-infos-box .text {
    dispaly: block; }
  .msg-infos-box.big-box.ico-times {
    padding-left: 110px; }
    .msg-infos-box.big-box.ico-times:before {
      content: "";
      display: inline-block;
      background: url("images/ico_time-big.png") no-repeat center center;
      width: 74px;
      height: 74px;
      top: 50%;
      left: 20px;
      margin-top: -37px;
      position: absolute; }
  .msg-infos-box.big-box.ico-warning {
    padding-left: 110px; }
    .msg-infos-box.big-box.ico-warning:before {
      content: "";
      display: inline-block;
      background: url("images/ico_warning-big.png") no-repeat center center;
      width: 74px;
      height: 74px;
      top: 50%;
      left: 20px;
      margin-top: -37px;
      position: absolute; }
  .msg-infos-box a {
    color: white;
    text-decoration: underline; }
    .msg-infos-box a:hover {
      text-decoration: none; }

.modal-wrapper {
  margin-bottom: 80px; }

.alert.alert-danger {
  color: red;
  margin-top: 0;
  margin-bottom: 10px; }

.alert.alert-default {
  font-size: 11px !important;
  margin-top: -20px !important;
  margin-bottom: 0 !important;
  position: static !important;
  padding: 0 !important;
  background: none !important; }

.alert .tooltip .icon {
  font-size: 14px;
  top: 3px;
  left: 1px;
  color: red; }

.modal-parts h3 {
  margin-bottom: 25px; }
  .modal-parts h3 i {
    font-size: 18px;
    margin-left: 15px;
    position: relative;
    top: 2px;
    color: #D9D9D9;
    cursor: pointer; }
    .modal-parts h3 i:hover {
      color: #07155B; }
    .modal-parts h3 i::before {
      font-size: inherit; }

.modal-parts h3 + div.fileDrop {
  padding: 50px 15px;
  background: rgba(7, 21, 91, 0.05);
  border: 1px solid rgba(7, 21, 91, 0.3) !important;
  text-align: center;
  color: #bdbdbd; }

.modal-parts > div {
  border-bottom: none !important; }
  .modal-parts > div span.btn.btn-blue i {
    margin-right: 10px; }
  .modal-parts > div .recherche {
    position: relative; }
    .modal-parts > div .recherche p {
      color: #07155B;
      margin-bottom: 5px; }
    .modal-parts > div .recherche input {
      border-radius: 40px;
      margin-bottom: 30px; }
      .modal-parts > div .recherche input:focus {
        border-color: #07155B; }
    .modal-parts > div .recherche span.search-icon {
      display: block;
      width: 14px;
      height: 14px;
      background: url(images/icon-search-blue.png) no-repeat;
      background-size: 100% 100%;
      background-position: center center;
      position: absolute;
      right: 15px;
      top: 38px; }

.modal-parts h3 + input[type="search"] {
  border-radius: 40px; }

.modal-parts .overflowing-table {
  margin-top: 30px; }
  .modal-parts .overflowing-table input[type="text"] {
    height: 30px; }

.modal-todo input {
  max-width: 300px;
  margin-right: 25px; }

.modal-todo ul li {
  margin-bottom: 20px; }
  .modal-todo ul li a.invitationDocumentEl {
    background: #F3F3F3;
    border-radius: 40px;
    border: 1px solid #F3F3F3;
    padding: 6px 20px; }
    .modal-todo ul li a.invitationDocumentEl i {
      font-size: 18px;
      margin-right: 15px;
      position: relative;
      top: 2px; }
    .modal-todo ul li a.invitationDocumentEl:hover {
      border: 1px solid rgba(7, 21, 91, 0.2);
      text-decoration: none; }

.modal-todo.invitationDocument {
  margin-bottom: 45px; }

.modal-history > div,
.modal-note > div,
.modal-communication > div {
  border-bottom: none !important; }
  .modal-history > div#viewType > span,
  .modal-note > div#viewType > span,
  .modal-communication > div#viewType > span {
    color: #999999;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    cursor: pointer;
    font-weight: 700; }
    .modal-history > div#viewType > span.active,
    .modal-note > div#viewType > span.active,
    .modal-communication > div#viewType > span.active {
      color: #3B3C3F; }
    .modal-history > div#viewType > span:not(.active):hover,
    .modal-note > div#viewType > span:not(.active):hover,
    .modal-communication > div#viewType > span:not(.active):hover {
      border-color: #999999; }
  .modal-history > div ul li input,
  .modal-note > div ul li input,
  .modal-communication > div ul li input {
    margin-right: 10px; }

.modal-history textarea,
.modal-note textarea,
.modal-communication textarea {
  display: block;
  margin-bottom: 25px;
  border-width: 1px !important;
  border-radius: 0; }
  .modal-history textarea:focus,
  .modal-note textarea:focus,
  .modal-communication textarea:focus {
    border-color: #07155B; }

.modal-communication ul {
  padding-left: 0; }

.modal-communication li {
  list-style: none;
  margin-bottom: 15px; }

.modal-note #viewType {
  padding-bottom: 30px; }
  .modal-note #viewType span {
    margin-right: 30px;
    padding-bottom: 5px;
    display: inline-block; }
    .modal-note #viewType span:hover, .modal-note #viewType span.active {
      border-bottom: 3px #000 solid;
      font-weight: bold; }

.modal-note textarea {
  width: 100%;
  height: 100px;
  border: 2px #dbdbdb solid;
  padding: 10px;
  border-left-width: 3px; }

.modal-todo input[type="text"] {
  margin-bottom: 5px; }

.modal-todo ul {
  padding-left: 0; }

.modal-todo li {
  list-style: none; }

.document-shared {
  border: 1px #eaeaea solid;
  border-radius: 5px; }
  .document-shared input[type="search"],
  .document-shared input[type="checkbox"],
  .document-shared input[type="radio"] {
    margin-bottom: 0; }
  .document-shared input[type="search"] {
    margin: 10px;
    width: calc(100% - 20px); }
  .document-shared input[type="checkbox"] {
    margin-top: 3px; }
  .document-shared ul {
    padding: 0;
    margin: 0; }
  .document-shared li {
    padding: 5px 10px;
    list-style: none; }

.document-shared-search {
  position: relative; }
  .document-shared-search i {
    position: absolute;
    top: 20px;
    right: 20px; }

.document-shared-selectall {
  background: #07155B;
  color: #fff; }

.phone-inputs .input-group {
  display: inline-flex;
  width: 100%; }
  .phone-inputs .input-group .drop-down-small {
    max-width: 90px; }
  .phone-inputs .input-group input[type="tel"] {
    width: calc(100% + 1px);
    margin-left: -1px; }

.input-group {
  position: relative; }
  .input-group .alert-danger {
    position: absolute;
    bottom: 50px;
    right: 0;
    color: red;
    font-size: 90%;
    font-size: 10px;
    left: 0;
    background: #f8f8f8;
    padding: 5px 4px;
    display: flex;
    align-items: center; }
    .input-group .alert-danger .tooltip {
      margin-left: 3px; }/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  appearance: button;
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  appearance: textfield;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

a {
  cursor: pointer; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }.float-left {
  float: left; }

.float-right {
  float: right; }

.login-container input[type="text"], .login-container input[type="password"] {
  padding-left: 40px; }

.setting-logo {
  text-align: center; }
  .setting-logo img {
    max-width: 100%; }

.events-link li {
  display: inline-block; }

.events-link a {
  margin: 10px 15px;
  padding: 10px 0; }

.events-link a:hover, .events-link a.is-active {
  font-weight: bold;
  border-bottom: #000 3px solid;
  text-decoration: none;
  display: block; }

.event-info {
  background: #f8f8f8;
  border-radius: 15px;
  padding: 5px 10px;
  margin-bottom: 20px; }

.pt-5 {
  padding-top: 5px; }.stepwizard-row {
  display: table-row; }

.stepwizard {
  padding: 2em 2em 1em;
  border-bottom: 1px solid #FFC386;
  margin-bottom: 20px; }

.stepwizard-row {
  display: table;
  width: 100%;
  position: relative;
  max-width: 792px;
  margin: 0 auto 0;
  top: 20px; }

.stepwizard-step {
  display: block;
  text-align: center;
  position: relative;
  width: 21%;
  vertical-align: top;
  float: left;
  margin: 0 2%;
  background: white;
  position: relative;
  top: -31px; }
  .stepwizard-step p {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px;
    color: #3B3C40; }
  .stepwizard-step button {
    color: #3B3C40;
    border: 0;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 19px;
    background: white;
    cursor: default; }
    .stepwizard-step button.is-active {
      color: #403688;
      font-weight: bold; }
      .stepwizard-step button.is-active + p {
        color: #403688;
        font-weight: bold; }
  .stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }

.tabs-payment {
  padding: 0;
  height: 60px;
  line-height: 60px;
  clear: both;
  font-size: 17px; }
  .tabs-payment .table-controls__heading {
    margin: 0 17px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #07155B !important; }
    .tabs-payment .table-controls__heading.active:after {
      border-bottom-color: #07155B;
      top: 21px; }

.tabs-content .tab-content {
  margin-bottom: 40px; }
  .tabs-content .tab-content .tab-line {
    display: flex;
    justify-content: space-between;
    height: 30px;
    border-bottom: 1px solid #ccc;
    align-items: center; }
    .tabs-content .tab-content .tab-line:last-child {
      border-bottom: none; }
    .tabs-content .tab-content .tab-line.tab-special-payment {
      display: block;
      height: inherit !important;
      padding: 15px 0 25px;
      text-align: center; }
  .tabs-content .tab-content.tab-content-view {
    background: #F8F7FF;
    margin: 0;
    height: 100%; }
    .tabs-content .tab-content.tab-content-view .tab-line {
      margin: 0 17px;
      height: 56px;
      font-size: 14px;
      color: #07155B;
      border-bottom-color: #07155B;
      position: relative; }
      .tabs-content .tab-content.tab-content-view .tab-line.total {
        font-weight: bold; }
    .tabs-content .tab-content.tab-content-view.data-coop {
      height: auto;
      padding: 20px 0;
      align-items: flex-start; }

.stepwizard-row:before {
  top: 19px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: calc(100% - 25%);
  background-color: #dbdbdb;
  z-order: 0;
  left: 12%;
  height: 1px; }

.input-radio {
  padding-top: 10px; }
  .input-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px; }
  .input-radio input[type=radio] {
    display: none; }
  .input-radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px #000 solid;
    border-radius: 100%; }
  .input-radio .radio label:before {
    border-radius: 8px; }
  .input-radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #07155B;
    font-size: 18px;
    text-align: center;
    line-height: 12px; }

.register ng2-datepicker,
.register .datepicker-container,
.register .datepicker-input-container {
  width: 100%; }

.register .datepicker-input {
  width: calc(100% - 40px) !important;
  border: 1px solid #ced4da !important; }

.register button[disabled], .register input[disabled] {
  cursor: default;
  background: #BBBBBB;
  color: #aaa;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #bbb; }

.register input[disabled] {
  background: #F1F1F1;
  border-color: #D9D9D9;
  font-weight: normal;
  text-transform: none; }

.cooperative-selected {
  padding-bottom: 0; }
  .cooperative-selected figure {
    margin: 0;
    border-radius: 10px; }
    .cooperative-selected figure img {
      max-width: 120px;
      border-radius: 10px; }

.cooperatives {
  margin-top: 4em; }
  .cooperatives > .row {
    display: flex;
    flex-wrap: wrap; }
  .cooperatives .cooperative {
    color: #3B3C40;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 250px;
    height: 100%;
    border-radius: 10px; }
    .cooperatives .cooperative .wrapper {
      padding: 0 15px;
      position: relative;
      z-index: 1;
      height: 100%;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      background: white;
      width: 100%;
      border-radius: 10px; }
      .cooperatives .cooperative .wrapper figure {
        text-align: center; }
        .cooperatives .cooperative .wrapper figure img {
          max-height: 100px;
          margin: 0 auto; }
    .cooperatives .cooperative:hover .wrapper {
      box-shadow: 0 0 0 2px #07155B inset; }
    .cooperatives .cooperative h2 {
      margin-top: 10px;
      font-size: 17px;
      margin-bottom: 10px;
      letter-spacing: 2px;
      text-transform: uppercase; }
      .cooperatives .cooperative h2 + p {
        margin-top: 0;
        line-height: 1.40em; }

.input-search {
  margin-right: 20px; }
  .input-search input {
    height: 60px !important;
    border-radius: 0 !important;
    padding: 0 30px !important;
    font-size: 15px !important;
    background: url(images/ico_search.png) no-repeat 94% center !important; }

.search {
  margin: 20px 0 40px; }

.select-region,
.project-type {
  width: 185px;
  margin-right: 20px; }

.select-dropdown {
  position: relative;
  display: inline-block;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  background: url(images/ico_select-dropdown.png) no-repeat calc(100% - 20px) calc(50% + 1px);
  border: 1px solid #D9D9D9;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  color: #666666;
  overflow: hidden; }
  .select-dropdown select {
    width: calc(100% + 40px);
    padding-right: 20px;
    padding-left: 30px;
    height: 58px;
    border: none;
    cursor: pointer;
    background: none;
    font-size: 15px; }

.switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border: 1px solid #D9D9D9; }
  .switcher > span {
    width: 130px;
    height: 50px;
    margin: 5px;
    font-size: 15px;
    padding: 0 20px;
    line-height: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .switcher > span.selected {
      background: #07155B;
      color: white; }
    .switcher > span:hover {
      background: #D9D9D9;
      color: #07155B; }

.register-step.cooperative-selected {
  padding-bottom: 30px !important; }
  .register-step.cooperative-selected .section-title h3 {
    margin: 60px 0 30px; }
  .register-step.cooperative-selected .row-selection {
    margin: 0 15px; }

.register-step.register-step1 > form {
  max-width: 80%;
  margin: 0 auto; }
  .register-step.register-step1 > form > .row-selection {
    display: flex;
    column-gap: 30px;
    padding-bottom: 20px; }
    .register-step.register-step1 > form > .row-selection > .selection-children {
      width: 100%; }

.register-step.register-step1 .label-small {
  height: 18px; }

.register-step.register-step3, .register-step.register-step4 {
  max-width: 80%;
  margin: 0 auto; }

.register-step .row-form {
  margin-top: 15px; }

.register-step .title {
  font-size: 19px;
  line-height: 21px;
  color: #101416;
  margin-bottom: 25px; }

.register-step .section-title.no-border {
  border: none; }

.register-step .section-title,
.register-step .section-buttons {
  border-top: 1px solid #FFC386;
  margin: 0;
  clear: both; }
  .register-step .section-title.border-0,
  .register-step .section-buttons.border-0 {
    border: none; }
  .register-step .section-title + .row,
  .register-step .section-buttons + .row {
    margin-bottom: 0 !important; }

.register-step .section-buttons {
  padding-bottom: 30px; }

.register-step h3 {
  font-size: 24px;
  line-height: 28px;
  color: #101416;
  margin: 20px 0 15px;
  font-weight: normal; }

.register-step .label-small {
  font-size: 12px;
  display: block; }

.summary-subscription {
  display: flex;
  margin-bottom: 40px; }
  .summary-subscription > .summary-col-left,
  .summary-subscription > .summary-col-right {
    width: 100%; }
  .summary-subscription > .summary-col-right {
    margin-top: 22px; }
  .summary-subscription .campaign-title {
    font-size: 18px;
    color: #07155B;
    margin-bottom: 0;
    margin-top: 20px; }
  .summary-subscription .summary-infos {
    line-height: 22px; }
    .summary-subscription .summary-infos > div {
      margin-top: 14px;
      line-height: 18px; }

.electronic-sign h4 {
  font-size: 18px;
  color: #07155B;
  margin-bottom: 0;
  margin-top: 20px; }

.electronic-sign .ask-signin .order p {
  margin-top: 5px; }

.electronic-sign .ask-signin .order .error {
  color: red; }

.electronic-sign .ask-signin .sign-sms .label-small {
  margin-bottom: 5px; }

.connect-actions {
  padding-bottom: 30px; }
  .connect-actions h4 {
    font-size: 18px;
    color: #07155B;
    margin-bottom: 0;
    margin-top: 20px; }

.button-payment {
  text-align: center; }
  .button-payment .label {
    margin-right: 5px;
    width: 100%;
    display: block; }
    .button-payment .label a {
      font-weight: bold;
      text-decoration: none;
      color: #07155B; }
  .button-payment .button-pay {
    width: 100%;
    margin-top: 7px;
    max-width: 200px;
    color: white;
    text-decoration: none; }
    .button-payment .button-pay img {
      display: none; }
  .button-payment.payment-myparts {
    margin-top: 5px; }

.subscription-account {
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #07155B;
  margin-bottom: 30px;
  font-size: 18px !important;
  color: #07155B; }

.intro-question {
  text-align: center;
  font-size: 19px;
  margin: 60px 80px; }

.row-selection .selection {
  color: #3B3C40;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 20px; }
  .row-selection .selection.height-auto {
    min-height: inherit;
    height: auto; }
  .row-selection .selection .wrapper {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    background: white;
    width: 100%;
    border-radius: 10px; }
    .row-selection .selection .wrapper .lbl {
      font-size: 17px;
      font-weight: bold; }
    .row-selection .selection .wrapper p {
      font-size: 12px;
      color: #ADADAD; }
    .row-selection .selection .wrapper.selected {
      box-shadow: 0 0 0 2px #07155B inset; }
    .row-selection .selection .wrapper.line {
      align-items: flex-start; }
      .row-selection .selection .wrapper.line > .row {
        width: 100%;
        text-align: left;
        padding: 20px;
        border-bottom: 1px solid #D9D9D9;
        position: relative;
        left: 15px; }
        .row-selection .selection .wrapper.line > .row:last-child {
          border-bottom: none; }
        .row-selection .selection .wrapper.line > .row.total {
          font-weight: bold; }
          .row-selection .selection .wrapper.line > .row.total:before {
            content: "";
            height: 1px;
            width: 100%;
            display: block;
            position: absolute;
            top: 4px;
            background: #07155B;
            left: 0; }
  .row-selection .selection:hover {
    z-index: 4; }
    .row-selection .selection:hover .wrapper {
      box-shadow: 0 0 0 2px #07155B inset; }

.campaign-choices .row-selection .selection .wrapper {
  height: inherit !important; }

.form-adequation .question {
  margin-bottom: 5px;
  display: block;
  margin-top: 20px; }

.form-adequation .answers-inline {
  display: inline-flex;
  justify-content: center; }
  .form-adequation .answers-inline .answer-line {
    margin-right: 10px; }

.form-adequation .answer label {
  font-weight: normal; }

.form-adequation .answer-line {
  margin-bottom: 3px; }

.form-adequation .info-text {
  font-size: 10px;
  opacity: .75; }

.form-adequation .other-line {
  margin-top: 7px; }
  .form-adequation .other-line > input[type="text"] {
    width: auto;
    height: 28px;
    margin-left: 5px; }

.form-intro {
  margin: 30px 90px 20px; }

.form-qa {
  margin: 20px 60px 30px;
  max-width: 550px;
  margin: 0 auto; }
  .form-qa.form-qa-bottom {
    padding: 30px 90px 30px;
    margin-top: 30px;
    border-top: 1px solid #FFC386;
    max-width: 100%; }
  .form-qa.bottom {
    border-top: 1px solid #FFC386;
    padding-top: 30px;
    padding-left: 230px;
    padding-right: 140px;
    max-width: 100%;
    margin-top: 40px; }

.form-shares .shares-line {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px; }
  .form-shares .shares-line .form-group {
    margin-right: 20px; }
  .form-shares .shares-line .symbol {
    font-size: 24px;
    margin: 39px 10px 0 -10px;
    position: relative;
    top: -6px; }
  .form-shares .shares-line input {
    color: #07155B; }

.float-none {
  float: none; }

.clear-both {
  clear: both; }

.mt-60 {
  margin-top: 60px !important; }

.pt-0 {
  padding-top: 0 !important; }

.unselectable {
  background: #F8F7FF !important;
  color: #07155B !important;
  pointer-events: none; }

.parts-summary .view-mode .selection {
  box-shadow: none;
  border-radius: 0; }
  .parts-summary .view-mode .selection:hover .wrapper {
    box-shadow: none; }
  .parts-summary .view-mode .selection .wrapper {
    background: #F8F7FF;
    color: #07155B;
    font-size: 14px;
    border-radius: 0; }
    .parts-summary .view-mode .selection .wrapper > .row {
      border-bottom: 1px solid #07155B; }

.ask-signin .heading-group h3 {
  margin-left: 0; }

.signature {
  width: 318px;
  margin-bottom: 60px;
  margin-top: 40px; }

.section.no-border {
  border: none; }
  .section.no-border > h3 {
    border-top: none;
    padding-top: 0; }

.section > h3 {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 21px;
  font-weight: 500;
  color: #666666;
  padding-top: 30px; }

.shares > h2 {
  display: none; }

.shares .table {
  width: 100%; }
  .shares .table th, .shares .table td {
    padding: 8px 8px 8px 0;
    line-height: 1.42857143;
    text-align: left;
    font-size: 11px; }
    .shares .table th:nth-child(3), .shares .table th:nth-child(4), .shares .table td:nth-child(3), .shares .table td:nth-child(4) {
      color: #a3a3a3;
      text-align: center; }
    .shares .table th:last-child, .shares .table td:last-child {
      color: #000;
      font-weight: 600; }
  .shares .table th {
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 12px; }
    .shares .table th:first-child {
      color: #07155B; }
  .shares .table td input[type="number"] {
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    font-size: 11px;
    color: #3B3C3F;
    max-width: 85px; }
  .shares .table tbody tr:last-child td {
    padding-bottom: 20px; }
  .shares .table tfoot {
    border-top: 1px solid #ddd; }
    .shares .table tfoot td {
      font-size: 13px; }
      .shares .table tfoot td:first-child {
        color: #000;
        font-weight: 600; }
      .shares .table tfoot td:nth-child(2) {
        color: #e84e4e; }

.tobuy {
  margin-bottom: 30px;
  margin-top: 20px;
  color: #a3a3a3; }

.comment {
  margin-top: 30px; }
  .comment h2 {
    margin-top: 0; }
  .comment h3 {
    font-size: 12px;
    margin-bottom: 3px; }
    .comment h3.blue {
      color: #07155B; }
  .comment .btn {
    margin-top: 30px; }

.summary-client {
  font-size: 12px; }
  .summary-client .title.blue {
    color: #07155B; }
  .summary-client .datas, .summary-client .order {
    color: #a3a3a3; }
    .summary-client .datas .lbl, .summary-client .order .lbl {
      font-weight: 600;
      color: #3B3C3F; }.table-controls {
  margin-top: 0;
  height: 60px;
  padding: 0 20px 0 40px;
  line-height: 60px; }
  .table-controls.dividends-controls {
    line-height: inherit;
    height: inherit;
    min-height: 60px; }

.table-controls__heading {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #333333;
  letter-spacing: 0.82px;
  text-transform: uppercase;
  cursor: pointer; }
  .table-controls__heading:first-child {
    margin-right: 20px; }
  .table-controls__heading i:before {
    font-size: 20px;
    color: #bdbdbd; }
  .table-controls__heading i:hover:before {
    color: #3B3C3F; }

.table-controls__heading.active {
  font-weight: 700;
  letter-spacing: 0.48px; }
  .table-controls__heading.active:after {
    content: '';
    position: absolute;
    display: inline-block;
    border-bottom: 2px solid #333333;
    padding-top: 5px;
    top: 15px;
    width: 100%;
    left: 0; }

.table-controls__heading + .table-controls__heading {
  margin-left: 5px; }

.table-controls__actions {
  margin-left: 20px !important;
  padding-left: 25px;
  border-left: 1px solid #ddd; }
  .table-controls__actions .lbl {
    text-transform: none;
    font-weight: bold;
    color: #07155B;
    font-size: 120%;
    margin-right: 10px; }
  .table-controls__actions span[class^="icon-"] {
    margin-left: 15px;
    margin-right: 15px; }

.ico-menu--actions {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url(images/ico_menu.png) no-repeat center center;
  background-size: 17px;
  transform: rotate(-90deg); }

.actions--menu .menu {
  text-align: right;
  position: relative; }
  .actions--menu .menu .menu-dropdown {
    display: none; }
  .actions--menu .menu.open .menu-button {
    background-color: white;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    position: relative;
    z-index: 2;
    border-radius: 4px 4px 0 0; }
  .actions--menu .menu.open .menu-dropdown {
    display: flex !important;
    background: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px 0 4px 4px;
    text-align: left;
    position: absolute;
    top: 29px;
    right: 0;
    min-width: 120px;
    flex-direction: column;
    z-index: 1; }

.actions--menu .menu-button {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url(images/ico_ellipsis.png) no-repeat center center;
  background-size: 13px; }

.actions--menu .menu-dropdown-item {
  padding: 5px;
  border-bottom: 1px solid #e3e3e3;
  color: #337ab7; }
  .actions--menu .menu-dropdown-item:hover {
    color: #07155B;
    background: #f2f2f2; }
  .actions--menu .menu-dropdown-item:last-child {
    border-bottom: none; }.overflowing-table table {
  border-collapse: collapse;
  width: 100%; }
  .overflowing-table table th {
    background: #3D3D3D;
    height: 30px;
    padding: 0 8px;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.83px;
    text-transform: uppercase;
    color: #F8F8F8;
    text-align: left; }
  .overflowing-table table td {
    height: 40px;
    padding: 0 8px;
    font-size: 12px;
    color: #3B3C3F;
    text-align: left; }
    .overflowing-table table td.td-cell {
      padding: 8px; }
    .overflowing-table table td > a {
      text-decoration: underline; }
      .overflowing-table table td > a:hover {
        text-decoration: none; }
    .overflowing-table table td > .form-number {
      height: 30px !important;
      padding: 0 10px;
      max-width: 60px;
      padding-right: 0; }
    .overflowing-table table td > .form-text {
      height: 30px !important;
      padding: 0 10px; }
  .overflowing-table table .pad {
    width: calc(40px - 8px); }
  .overflowing-table table tr:nth-child(even) {
    background-color: #F8F8F8; }
    .overflowing-table table tr:nth-child(even):hover {
      background-color: #ebebeb;
      color: #07155B; }
  .overflowing-table table tr:nth-child(n + 2) {
    cursor: pointer; }
    .overflowing-table table tr:nth-child(n + 2):hover {
      background: #f2f2f2;
      color: #07155B; }

.overflowing-table .head-columns {
  background: #f2f2f2; }
  .overflowing-table .head-columns td {
    font-weight: bold;
    font-size: 95%; }

.overflowing-table.table-content table {
  margin-bottom: 40px; }

.sortable-column {
  position: relative;
  cursor: pointer; }
  .sortable-column:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 8px;
    width: 9px;
    right: auto;
    left: 6px;
    top: 2px;
    background: url("images/icon-table-sort-arrow.png") no-repeat;
    background-size: 100%; }
  .sortable-column:hover {
    background: #3078c0; }
  .sortable-column.sorted {
    background: #555; }
    .sortable-column.sorted:hover {
      background: #3078c0; }
  .sortable-column.sortable-up:after {
    content: "";
    position: relative;
    display: inline-block;
    height: 8px;
    width: 9px;
    right: auto;
    left: 6px;
    top: 2px;
    background: url("images/icon-table-sort-arrow.png") no-repeat;
    background-size: 100%; }
  .sortable-column.sortable-down:after {
    transform: rotate(180deg);
    top: 0; }

.overflowing-tableV2 table {
  border-collapse: collapse;
  width: 100%; }
  .overflowing-tableV2 table th {
    background: #3D3D3D;
    height: 30px;
    padding: 0 8px;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.83px;
    text-transform: uppercase;
    color: #F8F8F8;
    text-align: left; }
  .overflowing-tableV2 table td {
    height: 40px;
    padding: 0 8px;
    font-size: 12px;
    color: #3B3C3F;
    text-align: left; }
    .overflowing-tableV2 table td.td-cell {
      padding: 8px; }
    .overflowing-tableV2 table td > a {
      text-decoration: underline; }
      .overflowing-tableV2 table td > a:hover {
        text-decoration: none; }
    .overflowing-tableV2 table td > .form-number {
      height: 30px !important;
      padding: 0 10px;
      max-width: 60px;
      padding-right: 0; }
    .overflowing-tableV2 table td > .form-text {
      height: 30px !important;
      padding: 0 10px; }
  .overflowing-tableV2 table .pad {
    width: calc(40px - 8px); }
  .overflowing-tableV2 table tr:nth-child(4n),
  .overflowing-tableV2 table tr:nth-child(4n-3) {
    cursor: pointer;
    background-color: #F8F8F8; }
    .overflowing-tableV2 table tr:nth-child(4n):hover,
    .overflowing-tableV2 table tr:nth-child(4n-3):hover {
      background-color: #ebebeb;
      color: #07155B; }
  .overflowing-tableV2 table tr:nth-child(4n-1),
  .overflowing-tableV2 table tr:nth-child(4n-2) {
    cursor: pointer; }
    .overflowing-tableV2 table tr:nth-child(4n-1):hover,
    .overflowing-tableV2 table tr:nth-child(4n-2):hover {
      background: #f2f2f2;
      color: #07155B; }

.overflowing-tableV2 .head-columns {
  background: #f2f2f2; }
  .overflowing-tableV2 .head-columns td {
    font-weight: bold;
    font-size: 95%; }

.overflowing-tableV2.table-content table {
  margin-bottom: 40px; }.Timeline {
  display: inline-flex;
  align-items: center;
  height: 150px;
  margin: 3rem; }

.event1,
.event2,
.event3 {
  position: relative; }

.event1Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 139px;
  height: 75px;
  top: -85px;
  left: -15px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64); }

.event2Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 139px;
  height: 75px;
  left: -105px;
  top: 43px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(158, 158, 158, 0.64); }

.event1Bubble:after,
.event1Bubble:before,
.event2Bubble:after,
.event2Bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0; }

.event1Bubble:before {
  bottom: -10px;
  left: 13px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px; }

.event1Bubble:after {
  bottom: -8px;
  left: 13px;
  border-top-color: #f6f6f6;
  border-width: 12px; }

.event2Bubble:before {
  bottom: 74px;
  left: 103px;
  border-top-color: rgba(222, 222, 222, 0.66);
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.event2Bubble:after {
  bottom: 72px;
  left: 103px;
  border-top-color: #f6f6f6;
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.eventTime {
  display: flex; }

.DayDigit {
  font-size: 20px;
  font-family: "lato", Gadget, sans-serif;
  margin-left: 10px;
  color: #4c4a4a;
  margin-top: 5px; }

.Day {
  font-size: 11px;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4a4a; }

.MonthYear {
  font-weight: 600;
  line-height: 10px;
  color: #9e9e9e;
  font-size: 9px; }

.eventTitle {
  font-family: "lato", Gadget, sans-serif;
  color: #a71930;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  flex: 1;
  align-items: center;
  margin-left: 12px;
  font-weight: bold; }

.time {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 12px;
  margin-top: -3px;
  margin-left: -5px;
  color: #9e9e9e; }

.eventAuthor {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9e9e9e;
  font-size: 10px;
  width: 100px;
  top: -8px;
  left: -75px; }

.event2Author {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9e9e9e;
  font-size: 8px;
  width: 100px;
  top: 96px;
  left: -50%; }

.time2 {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 50px;
  font-size: 8px;
  margin-top: -31px;
  margin-left: -5px;
  color: #9e9e9e; }

.now {
  background-color: #004165;
  color: white;
  border-radius: 7px;
  margin: 5px;
  padding: 4px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  border: 2px solid white;
  font-weight: bold;
  box-shadow: 0 0 0 2px #004165; }

.futureGray {
  filter: grayscale(1);
  -webkit-filter: grayscale(1); }

.futureOpacity {
  -webkit-filter: opacity(0.3);
  filter: opacity(0.3); }

.event3Author {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  color: #9e9e9e;
  font-size: 10px;
  width: 100px;
  top: -8px;
  left: 50px; }