.panel-top {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }
  .panel-top a{
    cursor: pointer;
  }
  .panel-top .material-icons {
    position: relative;
    top: 1px;
    left: -1px;
    font-size: 18px;
    color: #6b6b6b;
  }
  .panel-top > .optMsg {
    font-size: 13px;
    margin-right: 10px;
  }
  .panel-top .optional-step-block {
    margin-right: 10px;
  }
  .panel-top .optional-step-block .material-icons {
    top: 0;
    left: 0;
  }
  .panel-top *:first-child {
    margin-left: auto;
  }
  .panel-top .action {
    display: inline-block;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(34, 34, 34, 0.15);
    color: #000;
    padding: 4px 8px;
    border: 0;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
  }
  .panel-top .action:hover {
    background-color: #fbfbfb;
  }
  .panel-top .action.round {
    height: 32px;
    width: 32px;
    border-radius: 50%;
  }
  .panel-top .action.last {
    margin-right: 0;
  }
  .panel-top .action.summary-link {
    display: flex;
    align-items: center;
  }
  .panel-top .action.summary-link .resume {
    color: #333;
    font-style: normal;
    font-size: 13px;
  }
  .panel-top .action.summary-link .resume:hover {
    text-decoration: none;
  }
  .panel-header {
    margin-bottom: 15px;
  }
  .panel-header .inner {
    position: relative;
    padding: 10px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #4684b4;
    background: linear-gradient(#1a8dc8, #2c6490);
  }
  .panel-header .inner::before {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #2c6490;
    content: "";
    position: absolute;
    left: 12px;
    bottom: -8px;
  }
  .panel-header .inner .losSummary,
  .panel-header .inner .resumeTitle {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .panel-header .inner .losSummary i,
  .panel-header .inner .resumeTitle i {
    position: absolute;
  }
  .panel-header .inner .losSummary i.box-caret,
  .panel-header .inner .resumeTitle i.box-caret {
    left: initial;
    right: 20px;
    top: 7px;
  }
  .panel-header .inner .losSummary i.material-icons,
  .panel-header .inner .resumeTitle i.material-icons {
    line-height: initial;
    color: #fff;
  }
  .panel-header .inner .material-icons {
    line-height: inherit;
    color: #fff;
  }
  .panel-header .inner h2.instep {
    padding-right: 6rem;
  }
  .panel-header .inner .instep {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    font-size: 18px;
  }
  .panel-header .inner .instep > * {
    display: inline-block;
  }
  .panel-header .inner .instep .index-step {
    padding: 3px 6px 3px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f87f56;
    margin-right: 4px;
    vertical-align: top;
  }
  .panel-header .inner .instep .losSummary {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 200;
    line-height: 16px;
    letter-spacing: 0.05em;
    min-height: 16px;
  }
  .panel-header .inner .fake-a {
    position: relative;
    float: right;
    width: 20px;
    cursor: pointer;
  }
  .panel-header .inner .fiche-nav {
    float: right;
  }
  .panel-header .inner .fiche-nav .share-fiche {
    margin-right: 10px;
  }
  .panel-header .inner .summary-link {
    width: auto;
    margin-right: 12px;
    padding: 0 6px;
    font-size: 12px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    float: right;
  }
  .panel-header .inner .summary-link a {
    margin: 0;
  }
  .box {
    margin-bottom: 12px;
    padding: 6px 15px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border: none;
  }
  .box .sumTitle .currency-selector {
    display: flex;
    align-items: center;
    margin-right: 3.5rem;
    margin-top: 2px;
  }
  .box .sumTitle .currency-selector.margin-right-0{
    margin-right: 0 !important;
  }
  .box .sumTitle .currency-selector .box-caret-more,
  .box .sumTitle .currency-selector .box-caret-less {
    cursor: pointer;
    margin-left: 4px;
    margin-left: auto;
  }
  .box .sumTitle .currency-selector i.material-icons {
    font-size: 14px;
    color: #9a9797;
    vertical-align: middle;
    line-height: 19px;
  }
  .box .sumTitle .currency-selector .box-caret-more {
    display: inline-block;
  }
  .box .sumTitle .currency-selector .box-caret-less {
    display: none;
  }
  .box .sumTitle .currency-selector.opened .box-caret-more {
    display: none;
  }
  .box .sumTitle .currency-selector.opened .box-caret-less {
    display: inline-block;
  }
  .box .sumTitle .currency-selector.opened .options {
    display: block;
  }
  .box .sumTitle .currency-selector label {
    margin: 0;
    margin-right: 10px;
    font-weight: normal;
  }
  .box .sumTitle .currency-selector .selector {
    width: 83px;
    position: relative;
    display: flex;
    background-color: #fff;
    padding: 3px 6px 1px;
    box-shadow: 0 1px 1px rgba(34, 34, 34, 0.15);
  }
  .box .sumTitle .currency-selector .selector .selected-value {
    display: flex;
    font-size: 11px;
  }
  .box .sumTitle .currency-selector .selector .currency-flag {
    margin-top: 3px;
    margin-right: 6px;
    width: 20px;
    height: 14px;
  }
  .box .sumTitle .currency-selector .selector b {
    margin-right: 6px;
  }
  .box .sumTitle .currency-selector .options {
    position: absolute;
    top: 23px;
    left: 0;
    display: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(34, 34, 34, 0.15);
    list-style-type: none;
    z-index: 999;
  }
  .box .sumTitle .currency-selector .options li {
    display: flex;
    padding: 6px;
    cursor: pointer;
  }
  .box .sumTitle .currency-selector .options li:last-of-type {
    margin-bottom: 0;
  }
  .box .sumTitle .currency-selector .options li:hover {
    background-color: #eee;
  }
  .box .sumTitle h2 {
    position: relative;
    margin-top: 3px;
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 600;
    color: #205189;
    cursor: pointer;
  }
  .box .sumTitle h2.withPanel {
    display: flex;
    align-items: center;
  }
  .box .sumTitle h2.withPanel .total-nb, .box .sumTitle h2 .total-nb.total-nb-timeframe {
    background: #1a8bc7;
    color: #fff;
    border-radius: 10px;
    padding: 2px 6px;
    border: solid 1px #1a8bc7;
    font-size: 0.75em !important;
    margin-left: 10px;
  }
  .box .sumTitle h2 .total-nb.total-nb-timeframe {
    font-weight: 600;
  }
  .box .sumTitle h2.withPanel .total-nb:after,
  .box .sumTitle h2.withPanel .total-nb:before,
  .box .sumTitle h2 .total-nb.total-nb-timeframe:after,
  .box .sumTitle h2 .total-nb.total-nb-timeframe:before {
    content: "" !important;
  }
  .box .sumTitle h2.withPanel .total-sum {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #5a5a5a;
    border: solid 1px #e8e8e8;
    border-radius: 20px;
    padding: 2px 6px;
  }
  .box .sumTitle .total-nb {
    font-size: 18px;
    font-weight: 600;
  }
  .box .sumTitle .total-nb::before {
    content: '(';
  }
  .box .sumTitle .total-nb::after {
    content: ')';
  }
  .box .show-first-line {
    position: relative;
  }
  .box .show-first-line .whereToGo {
    z-index: 1;
  }
  .box .thumb {
    height: 150px;
  }
  .box .thumb.onload img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 45px;
  }
  @media (max-width: 1200px) {
    .box .thumb {
      width: 25%;
      height: 168px;
    }
  }
  @media (max-width: 1024px) {
    .box .thumb {
      width: 33%;
      height: 255px;
    }
  }
  @media (max-width: 992px) {
    .box .thumb {
      width: 25%;
      height: 142px;
    }
  }
  @media (max-width: 425px) {
    .box .thumb {
      width: 50%;
      height: 225px;
    }
  }
  @media (max-width: 420px) {
    .box .thumb {
      width: 50%;
      height: 200px;
    }
  }
  .box .thumb,
  .box .thumb-wide {
    position: relative;
    margin-bottom: 12px;
    text-align: center;
    overflow: hidden;
  }
  .box .thumb .linkedSteps,
  .box .thumb-wide .linkedSteps {
    position: absolute;
    left: 15px;
    right: 5px;
    padding: 1rem;
    font-size: 9px;
    text-align: left;
    z-index: 10;
  }
  .box .thumb .linkedSteps a,
  .box .thumb-wide .linkedSteps a {
    display: inline-block;
    margin-right: 5px;
    width: auto;
    border: none;
    text-align: center;
  }
  .box .thumb .linkedSteps a .srounded,
  .box .thumb-wide .linkedSteps a .srounded {
    width: 14px;
    height: 13px;
    margin-bottom: calc(6px / 2);
    line-height: 13px;
    background: #f87f56;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
  }
  .box .thumb .thumbTitle,
  .box .thumb-wide .thumbTitle {
    position: absolute;
    bottom: 0;
    padding: calc(6px / 2) 6px;
    height: calc(24px * 2);
    text-align: left;
    font-size: 11px;
    line-height: 120%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    left: 15px;
    right: 15px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  .box .thumb a,
  .box .thumb-wide a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .box .thumb img,
  .box .thumb-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
  }
  .box .thumb img.thmb,
  .box .thumb-wide img.thmb {
    cursor: zoom-in;
  }
  #stepResult .row,
#resume_contacts .row {
  padding: 0 10px;
}
#stepResult .thumb,
#resume_contacts .thumb {
  padding: 0 5px;
}
#stepResult .thumb .thumbTitle,
#resume_contacts .thumb .thumbTitle,
#stepResult .thumb-wide .thumbTitle,
#resume_contacts .thumb-wide .thumbTitle {
  left: 5px;
  right: 5px;
}
#stepResult .thumbTitle {
  background: rgba(242, 122, 0, 0.6);
  color: #fff;
}
#stepResult .thumb .thumbTitle,
#resume_contacts .thumb .thumbTitle,
#stepResult .thumb-wide .thumbTitle,
#resume_contacts .thumb-wide .thumbTitle {
  left: 5px;
  right: 5px;
  z-index: 99;
}
#stepResult .thumbTitle {
  background: rgba(242, 122, 0, 0.6);
  color: #fff;
}
.box .institutions-container .thumb {
  height: 125px;
}
@media (max-width: 1200px) {
  .box .institutions-container .thumb {
    width: 25%;
    height: 110px;
  }
}
@media (max-width: 1024px) {
  .box .institutions-container .thumb {
    width: 25%;
    height: 105px;
  }
}
@media (max-width: 992px) {
  .box .institutions-container .thumb {
    width: 33%;
    height: 110px;
  }
}
@media (max-width: 720px) {
  .box .institutions-container .thumb {
    width: 25%;
    height: 110px;
  }
}
@media (max-width: 425px) {
  .box .institutions-container .thumb {
    width: 50%;
    height: 115px;
  }
}
@media (max-width: 420px) {
  .box .institutions-container .thumb {
    width: 50%;
    height: 110px;
  }
}
#results .thumbTitle {
  background: rgba(242, 122, 0, 0.6);
  color: #fff;
}
#results,
#requirements {
  padding: 0 10px;
}
#results .thumb,
#requirements .thumb {
  padding: 0 5px;
}
#results .thumb .thumbTitle,
#requirements .thumb .thumbTitle,
#results .thumb-wide .thumbTitle,
#requirements .thumb-wide .thumbTitle {
  left: 5px;
  right: 5px;
  z-index: 99;
}
#requirements .thumbTitle {
  background: rgba(77, 122, 154, 0.6);
  color: #fff;
}
.display-inline-block {
  display: inline-block;
}
.reqLine {
  display: flex;
  display: -ms-inline-flexbox;
  margin: 5px 0;
}
div.reqPos {
  width: 36px;
  float: left;
  height: 20px;
  padding: 1px 0 0 0px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
}
div.reqPos {
  flex: 0 0 36px;
  height: 23px;
}
div.reqPos em {
  float: left;
  font-style: normal;
}
div.reqPos img {
  float: right;
  display: block;
  margin-right: 2px;
  margin-left: 2px;
}
div.reqPos img.small-icon-image {
  border: none !important;
}
div.reqPos img {
  position: relative;
  width: 16px;
  height: 20px;
  margin: 0px 2px 0px 6px;
  top: 0;
  box-shadow: none;
  border: 1px solid #EBEBEB;
}
.summary-law-item {
  font-size: 1.1em;
  border-top: 1px solid #ebebeb;
  padding: 10px ;
}
.summary-law-item.plain{
  font-size: inherit;
  border-top: none;
  padding: 0 15px;
}
.summary-law-item small {
  margin-left: 16px;
}
.summary-law-item small.no-padding{
  margin-left: 0;
}
.summary-law-item small.law-arts::before{
  margin-right: 1px;
}
.summary-law-item img.thmbImg {
  position: relative;
  width: 16px;
  height: 20px;
  margin: 0 2px 0 0;
  top: 0;
  box-shadow: none;
  border: 1px solid #ebebeb;
}
.clear {
    clear: both;
}
.panel-header {
    margin-bottom: 15px;
  }
  .panel-header .inner {
    position: relative;
    padding: 10px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #4684b4;
    background: linear-gradient(#1a8dc8, #2c6490);
  }
  .panel-header .inner::before {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #2c6490;
    content: "";
    position: absolute;
    left: 12px;
    bottom: -8px;
  }
  .panel-header .inner .losSummary,
  .panel-header .inner .resumeTitle {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .panel-header .inner .losSummary i,
  .panel-header .inner .resumeTitle i {
    position: absolute;
  }
  .panel-header .inner .losSummary i.box-caret,
  .panel-header .inner .resumeTitle i.box-caret {
    left: initial;
    right: 20px;
    top: 7px;
  }
  .panel-header .inner .losSummary i.material-icons,
  .panel-header .inner .resumeTitle i.material-icons {
    line-height: initial;
    color: #fff;
  }
  .panel-header .inner .material-icons {
    line-height: inherit;
    color: #fff;
  }
  .panel-header .inner h2.instep {
    padding-right: 6rem;
  }
  .panel-header .inner .instep {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    font-size: 18px;
  }
  .panel-header .inner .instep > * {
    display: inline-block;
  }
  .panel-header .inner .instep .index-step {
    padding: 3px 6px 3px;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #f87f56;
    margin-right: 4px;
    vertical-align: top;
  }
  .panel-header .inner .instep .losSummary {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 200;
    line-height: 16px;
    letter-spacing: 0.05em;
    min-height: 16px;
  }
  .panel-header .inner .fake-a {
    position: relative;
    float: right;
    width: 20px;
    cursor: pointer;
  }
  .panel-header .inner .fiche-nav {
    float: right;
  }
  .panel-header .inner .fiche-nav .share-fiche {
    margin-right: 10px;
  }
  .panel-header .inner .summary-link {
    width: auto;
    margin-right: 12px;
    padding: 0 6px;
    font-size: 12px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    float: right;
  }
  .panel-header .inner .summary-link a {
    margin: 0;
  }
.step-list-container {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    border: none;
  }
  .step-list-container .panel-header {
    margin-bottom: 4px;
    z-index: 10;
  }
  .step-list-container .panel-header > .inner {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    position: relative;
    box-shadow: none;
  }
  .step-list-container .panel-header > .inner::before {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #2c6490;
    content: "";
    position: absolute;
    left: 12px;
    bottom: -8px;
  }
  .step-list-container .panel-header > .inner i.box-caret {
    right: 7px !important;
    cursor: pointer;
  }
  .step-list-container .row-block {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 1px;
  }
  .step-list-container .row-block.collapsed .inner:before {
    display: none;
  }
  .step-list-container .row-block .inner { 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #F1F1F1;
    text-shadow: none;
    position: relative;
    padding: 8px 12px;
    color: #252525;
    font-weight: 600;
  }
  .step-list-container .row-block .inner:before {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #F1F1F1;
    content: "";
    position: absolute;
    left: 12px;
    bottom: -8px;
  }
.step-list-item-left > a{
  width: 65%;
  max-width: 65%;
}
.step-list-item-left > a.is-optional{
  width: 53%;
  max-width: 53%;
}
.block-heading-padding {
    padding-right: 80px !important;
}
  .step-list-container .row-block.collapsed:before {
    display: none;
  }
  .step-list-container .block-step-container {
    padding-top: 10px;
  }
  .step-list-container .block-step-container .row-step{
    cursor: pointer;
  }
  .step-list-container .block-step-container .row-step .step-list-item:before {
    z-index: 10;
  }
  .step-list-container .block-step-container .row-step .step-list-item .step-list-item-left {
    z-index: 11;
  }
  .step-list-container .block-step-container .row-step .step-list-item span.isoptional-label {
    text-transform: uppercase;
    font-size: xx-small;
    margin-left: 5px;
    font-weight: bold;
    padding: 2px 5px 3px 5px;
    margin-top: 2px;
    background-color: bisque;
    border-radius: 20px;
    color: #444;
    line-height: 1;
  }
  .step-list-container .block-step-container .row-step.internal {
    background-color: aliceblue;
  }
  .step-list-container .block-step-container .row-step.internal a {
    color: #4684c2;
  }
.step-list-container .scroll-bottom{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  background-color: rgba(0,0,0,.15);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.step-list-container .scroll-bottom i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.letter-of-step {
    padding: 5px 8px;
    border-radius: 4px;
    color: white;
    top: 10px;
    font-size: 1.2rem;
    display: inline;
    float: right;
}
  .step-list-item {
    min-height: 35px;
    display: flex;
    display: -ms-inline-flexbox;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
    position: relative;
    width: 100%;
  }
  .step-list-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    bottom: 0;
    left: 23px;
    border-left: 2px solid #cccccc;
    transform: translate(-50%);
    width: 10px;
  }
  .step-index-star {
    padding: 0px 4px !important;
    font-size: 8px;
  }
  .step-online-image {
    margin-right: 8px;
    width: 12px;
    height: 12px;
    cursor: pointer;
  }
  .step-online-icon {
    font-size: 1.65rem;
    color: #f87f56;
    cursor: help;
  }
  .step-list-item-left {
    display: flex;
    display: -ms-inline-flexbox;
    align-items: center;
    flex: 1;
  }
  .step-list-item-right {
    display: flex;
    display: -ms-inline-flexbox;
    align-items: center;
    margin-right: 5px;
  }
  .step-index-container {
    display: inline-block;
    width: 42px;
    flex: 0 0 42px;
    text-align: center;
  }
  .row-step .inner {
    right: initial;
    /*padding-left: 10px;*/
}
.row-step .inner a:hover,
.row-step.selected .inner a {
    color: #f87f56;
}
.row-step .inner a {
    left:initial;
    font-weight: 600;
}
.row-step .inner .nb {
    border-radius: 2px;
    padding: 0 5px;
    background: #4a4a4a;
    color: white;
    /*margin-right: 5px;*/
}
.row-step.selected .inner .nb {
    background:#f87f56;
}
.row-step .inner .nb {
	display: inline-block;
	min-width: 19px;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	border-radius: 3px;
	background: #215188;
	font-weight: 600;
}
.row-step .inner a {
  font-size: 1.1em;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  font-family: "Segoe UI";
}
@media (max-width: 1199px){
  .row-step .inner a {
    font-size: 1em;
    line-height: 1em;
  }
}
.box-caret-block{
  display: block !important;
}
.online-container {
  margin-top: 18px;
  margin-bottom: 12px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.online-container.apply {
  background-color: #ff9b79;
}
.online-container.obtain {
  background-color: #63ab82;
}
.online-container .description {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}
.online-container .material-icons {
  position: relative;
  top: -2px;
  font-size: 16px;
  vertical-align: text-bottom;
}
.online-container .obtain-btn,
.online-container .apply-btn {
  margin-left: auto;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  text-shadow: none;
  padding: 6px 12px;
  border: none;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
}
.online-container .apply-btn {
  color: #ff9b79;
}
.online-container .apply-btn:hover {
  color: #e58b6c;
}
.online-container .obtain-btn {
  color: #63ab82;
}
.online-container .obtain-btn:hover {
  color: #599975;
}
.breadcrumb.onload img{
  height: 15px;
  width: 18px;
}
div.onload{
  text-align: center;
}
div.onload img{
  margin: 0 auto;
  width: 50px;
  height: 45px;
}
#detailsPanel .index-step{
  min-width: 20px;
  width: auto;
}
.wImageContact {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 6px;
}
.wImageContact .inner{
  height: 125px;
  width: 170px;
  position: relative;
}

.highslide.imgBg {
  background-position: center center;
  background-size: cover;
  height: 125px;
  width: 170px;
  border: 4px solid #fff;
  display: block;
}
.highslide.imgBgShadow {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 0 1px -1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.highslide img {
  border: 4px solid #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 0 1px -1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.highslide img.noshadow{
  border: none !important;
  box-shadow: none !important;
}
h2.block-of-step-title {
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: "Segoe UI";
}
h1.block-of-step-title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0px;
  color: #000;
  text-transform: uppercase;
  font-family: "Segoe UI";
}
.schedule-row{
  clear: both;
}
.schedule-row .schedule-label{
  min-width: 35px;
  display: inline-block;
}
.reviews .ticketHeader {
  background: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  min-height: 28px;
  cursor: pointer;
}
.reviews .ticketHeader .ticketTitle {
  min-height: 28px;
  line-height: 28px;
  padding: 0 12px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #222;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.reviews .ticketHeader .addTicket {
  min-height: 28px;
  line-height: 28px;
  -webkit-border-radius: 2px 4px 4px 2px;
  -moz-border-radius: 2px 4px 4px 2px;
  -ms-border-radius: 2px 4px 4px 2px;
  -o-border-radius: 2px 4px 4px 2px;
  border-radius: 2px 4px 4px 2px;
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #eaac0e), color-stop(100%, #e2892d));
  background-image: -webkit-linear-gradient(to bottom, #eaac0e, #e2892d);
  background-image: -moz-linear-gradient(to bottom, #eaac0e, #e2892d);
  background-image: -o-linear-gradient(to bottom, #eaac0e, #e2892d);
  background-image: linear-gradient(to bottom, #eaac0e, #e2892d);
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
}
.reviews .ticketHeader .addTicket:hover,
.reviews .ticketHeader .addTicket:active,
.reviews .ticketHeader .addTicket:focus {
  background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #e2892d), color-stop(100%, #eaac0e));
  background-image: -webkit-linear-gradient(to bottom, #e2892d, #eaac0e);
  background-image: -moz-linear-gradient(to bottom, #e2892d, #eaac0e);
  background-image: -o-linear-gradient(to bottom, #e2892d, #eaac0e);
  background-image: linear-gradient(to bottom, #e2892d, #eaac0e);
}
.reviews .ticketInfo {
  padding: 0 !important;
}
.reviews textarea {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 5px !important;
  height: 80px;
  color: #333333 !important;
}
.reviews .statusSelect {
  width: 15rem;
  padding: 3px;
  border-radius: 3px;
  background-color: white;
}
.reviews .comment {
   width: 90%;
    margin: auto; 
    clear: both; 
    margin-top: 10px;
     position: relative; 
     background-color: #F0F0FF; 
     border: 1px solid rgba(0, 0, 0, 0.05); 
     -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; 
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; 
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; 
     padding: 6px 10px; 
}
.reviews .comment .ticketDate {
   width: 90%; 
}
.reviews .comment {
  background-color: #f7f7f7 !important;
  color: #333333 !important;
}
.reviews .cancel.btn {
  margin-right: 10px;
  margin-bottom: 0 !important;
  text-shadow: none !important;
  background-color: #fcfcfc;
  border-color: #dddddd;
}
.reviews .padded{
  padding: 8px 6px;
}
.reviews.stl .padded{
  display: none;
}
.reviews a{
  cursor: pointer;
}
.reviews .saving-spinner { 
  display: none;
   font-size: 12px; 
  }
.reviews .options.action-ajax-on .saving-spinner { 
  background: url("/content/images/icons/ajax-loader.gif") no-repeat scroll 2px center white; 
  color: #1FAD00;
  display: inline-block !important;
  font-weight: bold;
  height: 16px;
  line-height: 16px; 
  padding: 0 0 0 30px;
}
.sumText{
  position: relative;
}
.explanatory-text {
  margin-top: 0.3rem;
  margin-bottom: 0.8rem;
  display: block;
}
.explanatory-text .cost-text {
  font-size: 1.1em;
  color: #7f898f;
  font-weight: 600;
}
.cursor-pointer{
  cursor: pointer;
}
.costs-payment .items span:first-child span{
  display: none;
}
.reqBloc {
  font-size: 1.1em;
  color: #1a8bc7;
  font-weight: 600;
}
table.costostable tr td.costDetails .costCalculatedConverted {
  font-weight: bold;
  margin-right: 8px;
}
table.costostable tr td.costDetails .costCalculatedConverted ~ .costCalculatedUnit, table.costostable tr td.costDetails .costCalculatedConverted ~ .costCalculatedVal {
  font-weight: normal;
  font-size: 13px;
}
table.costostable tr td.costDetails .costCalculatedConverted .costDetail {
  font-weight: normal;
  font-size: 13px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
table.costostable tr td {
  vertical-align: middle;
  border-top: 0;
}
tr.cost{
  border-bottom: 1px solid #ddd;
}
tr.cost td div.costDetail {
  display: inline-block;
}
tr.cost.separator {
  border-bottom: none;
}
.costDetail {
  font-size: 1em;
}

/* custom scrollbar*/

.mCSB_inside>.mCSB_container{
  margin-right: 16px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: rgba(0, 0, 0, .25);
  width: 10px;
}
.mCSB_scrollTools .mCSB_draggerRail{
  width: 10px;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background-color:rgba(0, 0, 0, .30);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
  background-color:rgba(0, 0, 0, .30);
}
.position-relative{
  position: relative;
}

/* loader*/

app-loader{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  height: 65px;
}

app-loader .spinner{
  position: absolute;
  top: 0;
  left: 45%;
  transform: translate(-50%,0);
}
app-loader.sm{
  height: 45px;
}
app-loader.sm .spinner{
  height: 45px !important;
  width: 45px !important;  
}
app-loader.xs{
  height: 30px;
}
app-loader.xs .spinner{
  height: 30px !important;
  width: 30px !important;  
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
app-loader.over{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  z-index: 99;
}
app-loader.over .spinner{
  top: 45%;
  transform: translate(-50%,-50%);
}

@keyframes rotator {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(270deg); }
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation:
    dash 1.4s ease-in-out infinite, 
    colors 5.6s ease-in-out infinite;
}

@keyframes colors {
	0% { stroke: #205189; }
	25% { stroke: #205189; }
	50% { stroke: #205189; }
	75% { stroke: #205189; }
  100% { stroke: #205189; }
}

@keyframes dash {
 0% { stroke-dashoffset: 187; }
 50% {
   stroke-dashoffset: 46.75;
   transform:rotate(135deg);
 }
 100% {
   stroke-dashoffset: 187;
   transform:rotate(450deg);
 }
}

/* fix step list*/

#listSteps{
  max-width: 100%;
}
#listSteps.fix{
  position: fixed;
  top: 15px;
}
#listSteps:not(.fix){
  min-width: 100%;
}

/* currencies*/

.box .sumTitle .currency-selector {
  display: flex;
  align-items: center;
  margin-right: 3.5rem;
  margin-top: 2px;
}
.box .sumTitle .currency-selector .box-caret-more,
.box .sumTitle .currency-selector .box-caret-less {
  cursor: pointer;
  margin-left: 4px;
  margin-left: auto;
}
.box .sumTitle .currency-selector i.material-icons {
  font-size: 14px;
  color: #9a9797;
  vertical-align: middle;
  line-height: 19px;
}
.box .sumTitle .currency-selector .box-caret-more {
  display: inline-block;
}
.box .sumTitle .currency-selector .box-caret-less {
  display: none;
}
.box .sumTitle .currency-selector.opened .box-caret-more {
  display: none;
}
.box .sumTitle .currency-selector.opened .box-caret-less {
  display: inline-block;
}
.box .sumTitle .currency-selector label {
  margin: 0;
  margin-right: 10px;
  font-weight: normal;
}
.box .sumTitle .currency-selector .selector {
  width: 83px;
  position: relative;
  display: flex;
  background-color: #fff;
  padding: 3px 6px 1px;
  box-shadow: 0 1px 1px rgba(34, 34, 34, 0.15);
}
.box .sumTitle .currency-selector .selector .selected-value {
  display: flex;
  font-size: 11px;
}
.box .sumTitle .currency-selector .selector .currency-flag {
  margin-top: 3px;
  margin-right: 6px;
  width: 20px;
  height: 14px;
}
.box .sumTitle .currency-selector .selector b {
  margin-right: 6px;
}
.box .sumTitle .currency-selector .options {
  position: absolute;
  top: 23px;
  left: 0;
  display: none;
  width: 100%;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(34, 34, 34, 0.15);
  list-style-type: none;
  z-index: 999;
}
.box .sumTitle .currency-selector.opened .options {
  display: block;
}
.box .sumTitle .currency-selector .options li {
  display: flex;
  padding: 6px;
  cursor: pointer;
}
.box .sumTitle .currency-selector .options li:last-of-type {
  margin-bottom: 0;
}
.box .sumTitle .currency-selector .options li:hover {
  background-color: #eee;
}
.box .sumTitle h2.change{
  color: #ec5d52;
}
#requirements .thumb.reqresult .thumbTitle {
  background: rgba(69, 158, 128, 0.6);
  color: #fff;
}
.timeTable {
  width: 100%;
  font-size: 1em;
}
.timeTable th {
  padding: 3px;
  border-bottom: 1px solid #62afd6;
  color: #222;
  text-align: right;
  font-weight: bold;
}
.timeTable td {
  padding: 3px;
}
.timeTable td.timeTitle {
  padding-right: 20px;
}
.timeTable tr:nth-child(2) td {
  font-weight: 700;
}
table.timeTable td.timeValue
{
    color:#000;
    text-align:right;
    padding-left:40px;
}
/*
** Admin burden
*/
.admin-burden-num-users {
  display: inline-block;
  border: solid 1px #e5e5e5;
  border-radius: 2px;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 7px;
  width: 75px;
}
.admin-burden-num-users:focus {
  color: #333333;
}
.admin-burden-num-users-label {
  margin-left: auto;
  font-size: 12px;
  margin-right: 5px;
  color: #1a8bc7;
}
.abc .admin-burden-num-users {
  margin: 0 0 0 8px;
  position: relative;
}
.abc .admin-burden-num-users-label {
  margin: 0 0 0 8px;
  position: relative;
}
.admin-burden-table-heading {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: solid 1px #8ec3dd;
  margin-bottom: 0;
  cursor: pointer;
}
.admin-burden-table-heading label {
  display: block;
  cursor: pointer;
}
.admin-burden-table-heading label .help-icon {
  margin-left: 6px;
}
.admin-burden-table-description {
  display: none;
  background-color: #F8F8F8;
  padding: 16px;
}
input.desc-toggler-check:checked + .admin-burden-table-description {
  display: block;
}
table.table.admin-burden-costs-table tr th,
table.table.admin-burden-costs-table tr td {
  padding: 8px 0;
}
table.table.admin-burden-costs-table tr th:not(:first-child),
table.table.admin-burden-costs-table tr td:not(:first-child) {
  text-align: right;
}
table.table.admin-burden-costs-table tr td:first-child {
  font-weight: 700;
}
@media (max-width: 767px) {
  table.table.admin-burden-costs-table tr th,
  table.table.admin-burden-costs-table tr td {
    padding: 8px 10px;
  }
}
.box .sumTitle h2.withPanel.abc{
  display: block;
}
.box .sumTitle h2.withPanel.abc .total-nb {
  margin: 0 0 0 8px;
  position: relative;
  white-space: nowrap;
  background: #1a8bc7;
  color: #fff;
  border-radius: 10px;
  padding: 2px 8px 3px;
  border: solid 1px #1a8bc7;
  font-size: 0.75em !important;
  font-weight: 600 !important;
}
.box .sumTitle h2.withPanel.abc .total-nb:after,
.box .sumTitle h2.withPanel.abc .total-nb:before {
  content: "" !important;
}
/* zone*/
.zone-selector{
  position: absolute;
  z-index: 99;
  width: calc(60% - 5px) !important;
  border: solid 1px #1a8bc7 !important;
  background: #FFFFFF;
  color: #1a8bc7;
  border-radius: 15px !important;
  font-size: 13px;
  font-weight: 600;
  height: 22px !important;
  text-indent: 4px;
  text-align: center;
  top: calc(50% - 11px);
  line-height: 1;
  left: 12px;
  cursor: pointer;
}
.zone-selector.level{
  position: relative;
  z-index: 99;
  width: 80px !important;
  border: solid 1px #ddd !important;
}
.zone-selector article{
  display: flex !important;
  align-items: baseline;
  padding: 3px 5px;
}
.zone-selector .select-value {
  margin-right: 5px;
}
.zone-selector.level .select-value {
  color: #444444 !important;
}
.zone-selector i {
  font-size: 12px;
}
.zone-selector.level i {
  color: #444444 !important;
}
.zone-selector:hover{
  background-color: #1a8bc7;
  color: #fff;
}
.zone-selector.level:hover{
  background-color: #fff;
  color: #444444 !important;
}
.zone-selector .content{
  display: none;
  background-color: #FFFFFF;
  color: #313b42;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: .4rem .8rem;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  text-align: left;
}
.zone-selector.level .content{
  left: 100%;
  top: 50%;
  transform: translate(0,-50%);
}
.zone-selector .content.o{
  display: block;
}
.zone-selector .content .item{
    display: block;
    padding: 5px 0px;
    color: #337ab7;
    cursor: pointer;
}
.zone-selector .content .item:hover{
  opacity: .8;
}
.institutions-container .thumb{
  overflow: visible !important;
}
.zone-selector .highslide-loading {
  display: block;
  color: black;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border: 1px solid white;
  background-color: transparent;
  padding-left: 22px;
  background-image: url(/content/images/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translate(0,-50%);
}
/* levels*/
.staff-level-heading, 
.step-staff-level {
  font-size: 11px !important;
  width: 38px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  display: flex;
  align-items: center;
  border-left: solid 1px #88bfff;
  border-right: solid 1px #88bfff;
}
.step-staff-level:hover{
  cursor: pointer;
  background-color: #F1F1F1;
}
.row-step:first-of-type .step-list-item .step-staff-level {
  top: -11px;
}
.row-step:last-of-type .step-list-item .step-staff-level {
  bottom: -8px;
}
.step-staff-level span.staff-level-value {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  line-height: 28px;
  z-index: 999;
  cursor: pointer;
}
.row-step:first-of-type .step-list-item .step-staff-level span.staff-level-value {
  margin-top: 13px;
}
.row-step:last-of-type .step-list-item .step-staff-level span.staff-level-value {
  margin-bottom: 8px;
}
.step-staff-level .content{
  display: none;
  background-color: #FFFFFF;
  color: #313b42;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: .4rem .8rem;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0,-50%);
  width: 220px;
  text-align: right;
  z-index: 99;
}
.step-staff-level .content.o{
  display: block;
}
.step-staff-level .content .item{
    display: block;
    padding: 5px 0px;
    color: #337ab7;
    cursor: pointer;
}
.step-staff-level .content .item:hover{
  opacity: .8;
}
/* requirement cost*/
#requirements label.abc-cost-toggle {
  opacity: 0;
  transition-duration: 0.2s;
  position: absolute;
  top: calc(50% - 10.5px);
  left: 15px;
  font-size: 21px;
  z-index: 9999;
  color: #37b16f;
  cursor: pointer;
}
#requirements label.abc-cost-toggle.to-big{
  top: calc(35% - 10.5px);
  left: auto;
  right: 12px;
}
#requirements label.abc-cost-toggle.upper-toggle {
  top: calc(50% - 35px);
  right: 13px;
  left: auto;
}
#requirements label.abc-cost-toggle .on {
  display: none;
}
#requirements label.abc-cost-toggle .off {
  color: #b4b4b4;
}
#requirements label.abc-cost-toggle input[type="checkbox"]:checked ~ .on {
  display: inline;
}
#requirements label.abc-cost-toggle input[type="checkbox"]:checked ~ .off {
  display: none;
}
#requirements div.req-item:hover label.abc-cost-toggle {
  opacity: 1;
}
#requirements label.abc-cost-toggle {
  opacity: 0;
  transition-duration: 0.2s;
  font-size: 21px;
  color: #37b16f;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#requirements label.abc-cost-toggle .on {
  display: none;
}
#requirements label.abc-cost-toggle .off {
  color: #b4b4b4;
}
#requirements label.abc-cost-toggle input[type="checkbox"]:checked ~ .on {
  display: inline;
}
#requirements label.abc-cost-toggle input[type="checkbox"]:checked ~ .off {
  display: none;
}
#requirements .req-grid:hover label.abc-cost-toggle {
  opacity: 1;
}
.required-documents-admin-burden {
  align-items: center;
  background: #1a8bc7;
  border: solid 1px #1a8bc7 !important;
  border-radius: 15px !important;
  color: #FFFFFF;
  display: flex;
  font-weight: 600;
  font-size: 13px;
  height: 22px !important;
  line-height: 1;
  padding: 3px 5px;
  text-align: center;
  width: auto !important;
  z-index: 12;
}
.required-documents-admin-burden:not(.not-abs) {
  top: calc(50% - 11px);
  right: 12px;
  position: absolute;
}
.required-documents-admin-burden .btn-value {
  font-size: 12px;
  font-weight: 700;
}
.required-documents-admin-burden .dollar-icon {
  background: #FFFFFF;
  border-radius: 15px;
  color: #1a8bc7;
  font-size: 8px;
  margin-left: 4px;
  padding: 3px 5px;
}
.required-documents-admin-burden:hover,
.required-documents-admin-burden:focus,
.required-documents-admin-burden.has-value {
  color: #1a8bc7 !important;
  background: #FFFFFF;
  text-decoration: none;
}
.required-documents-admin-burden:hover .dollar-icon,
.required-documents-admin-burden:focus .dollar-icon,
.required-documents-admin-burden.has-value .dollar-icon {
  background: #1a8bc7;
  color: #FFF;
}
a.akk.is-excluded {
  background: #b4b4b4;
  border-color: #b4b4b4 !important;
}
a.akk.is-excluded .dollar-icon {
  background: #FFFFFF !important;
  color: #b4b4b4 !important;
}
a.akk.is-excluded:hover {
  color: #FFFFFF !important;
}
a.akk.is-excluded:hover .dollar-icon {
  background: #FFFFFF !important;
  color: #b4b4b4 !important;
}
a.akk.is-excluded.has-value {
  background: #FFFFFF;
  color: #b4b4b4 !important;
  border-color: #b4b4b4 !important;
}
a.akk.is-excluded.has-value .dollar-icon {
  background: #b4b4b4 !important;
  color: #FFFFFF !important;
}
a.akk.is-excluded.has-value:hover {
  color: #b4b4b4 !important;
}
a.akk.is-excluded.has-value:hover .dollar-icon {
  background: #b4b4b4 !important;
  color: #FFFFFF !important;
}
#ficheStep.overlay{
  position: relative;
  z-index: 999999;
}
/* drawer*/
.drawer {
  position: fixed;
  right: -100%;
  width: calc(35% - 48px);
  padding: 24px;
  top: 0;
  bottom: 0;
  background: #FFF;
  z-index: 999999;
  transition: right 0.2s ease-in-out;
  box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.drawer.opened {
  right: 0;
}
.drawer .drawer-close-icon {
  color: #777;
  display: inline-block;
  cursor: pointer;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin-left: -5px;
  padding: 0 5px;
}
.drawer .colored-header {
  color: #1a8bc7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2;
  text-transform: uppercase;
}
.drawer .colored-header .set-country-parameters-btn {
  border: solid 1px #1a8bc7;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  letter-spacing: initial;
  line-height: 1.4;
  padding: 2px 5px;
  text-transform: initial;
  word-break: keep-all;
}
.drawer .colored-header .set-country-parameters-btn:hover {
  background-color: #1a8bc7;
  color: #FFFFFF;
}
.drawer .drawer-title-header {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
}
.drawer .document-cost-total {
  border: solid 1px #1a8bc7;
  border-radius: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  padding: 1px 8px;
}
.drawer .document-cost-staff-level {
  border: solid 1px #ddd !important;
  background: #FFFFFF;
  color: #444444 !important;
  border-radius: 15px !important;
  font-size: 11px;
  font-weight: 700;
  height: 22px !important;
  text-indent: 4px;
  text-align: center;
  line-height: 13px;
  display: flex !important;
  align-items: baseline;
  padding: 3px 5px;
}
.drawer .document-cost-staff-level .caret-icon {
  margin-left: auto;
  margin-right: 2px;
}
.drawer .document-cost-staff-level:hover,
.drawer .document-cost-staff-level:focus {
  color: #000000 !important;
  text-decoration: none;
}
.drawer table thead tr th {
  font-size: 11px;
}
.drawer table thead tr th.right {
  text-align: right;
}
.drawer table thead tr th.center {
  text-align: center;
}
.drawer table tbody tr td {
  vertical-align: middle;
  font-size: 11px;
  border: none;
}
.drawer table tbody tr td:not(.center) input {
  text-indent: 3px;
}
.drawer table tbody tr td input {
  border: solid 1px #ddd !important;
  background: #FFFFFF;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.drawer table tbody tr td input.cost-value {
  width: 50px;
}
.drawer table tbody tr td.cost-preview {
  font-weight: 700;
}
.drawer table tbody tr td.time-cell-inputs input {
  width: 30px;
  text-align: center;
}
.drawer table tbody tr td.right {
  text-align: right;
}
.drawer table tbody tr td.center {
  text-align: center;
}
.drawer table tbody tr td:first-of-type {
  font-weight: 700;
}
.drawer table tbody tr:nth-of-type(2n) td {
  background: #FFF;
  border: none;
}
.drawer table.table-zones tbody tr td:first-of-type {
  width: 15%;
}
.drawer .drawer-mini-section {
  font-size: 12px;
  font-weight: 700;
}
.drawer .drawer-mini-section .num-pages {
  border: solid 1px #ddd !important;
  background: #FFFFFF;
  border-radius: 3px;
  width: 35px;
  margin-left: 10px;
  text-indent: 5px;
}
.drawer .drawer-mini-section span.num-pages {
  padding: 1px 0;
  display: inline-block;
}
.drawer .drawer-mini-section.bottom-line {
  border-bottom: solid 2px #d0e5ff;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.drawer .save-btn-section {
  display: flex;
  align-items: center;
  padding-top: 16px;
  /* Saved Anim */
}
.drawer .save-btn-section .save-info-btn {
  background: #70c389;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 2px;
  padding: 5px 12px;
  display: inline-block;
  font-size: 13px;
}
.drawer .save-btn-section .save-info-btn:hover,
.drawer .save-btn-section .save-info-btn:focus,
.drawer .save-btn-section .save-info-btn:active {
  background: #429c5d;
  color: #FFFFFF !important;
  text-decoration: none;
}
.drawer .save-btn-section .checkmark {
  display: none;
}
.drawer .save-btn-section .checkmark.saved {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  border-radius: 50%;
  display: inline;
  stroke-width: 2;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.drawer .save-btn-section .checkmark.saved .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.drawer .save-btn-section .checkmark.saved .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
.drawer .top-space {
  margin-top: 24px;
}
.drawer table tbody tr td input.input-short {
  width: 40px;
  margin: 0 auto;
  text-align: center;
}
/* step abc document cost*/
.d-grid.abc-column {
  grid-template-columns: 40px auto;
  justify-content: end;
}
.d-grid {
  display: grid;
}
.grid{
  display: grid !important;
}
#section-requirements .required-documents-admin-burden{
  position: relative !important;
}
#section-requirements label.abc-cost-toggle {
  opacity: 0;
  transition-duration: 0.2s;
  font-size: 21px;
  color: #37b16f;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#section-requirements label.abc-cost-toggle .on {
  display: none;
}
#section-requirements label.abc-cost-toggle .off {
  color: #b4b4b4;
}
#section-requirements label.abc-cost-toggle input[type="checkbox"]:checked ~ .on {
  display: inline;
}
#section-requirements label.abc-cost-toggle input[type="checkbox"]:checked ~ .off {
  display: none;
}
#section-requirements .reqLine:hover label.abc-cost-toggle {
  opacity: 1;
}
/* feedback*/
.btn-contrib {
  display: flex;
  align-items: center;
  width: 49%;
  border: none;
  margin-bottom: 12px;
  padding: 6px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(34, 34, 34, 0.15);
  box-shadow: 0 1px 1px rgba(34, 34, 34, 0.15);
  background-color: #fff;
  background-color: #d6d6d6;
  color: #222;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.btn-contrib:nth-child(1) {
  float: left;
}
.btn-contrib:nth-child(2) {
  float: right;
}
.btn-contrib .contrib-icon {
  float: left;
  margin-right: 10px;
}
.btn-contrib:hover .report-problem-icon,
.btn-contrib:hover .chat-icon {
  color: white;
}
.report-problem-icon {
  color: #EC776E;
  font-size: 18px;
}
.chat-icon {
  color: #6dadd2;
  font-size: 18px;
}

/* certified*/
.certificationBox {
  margin-bottom: 30px;
}
.blocItem {
  padding: 6px 5px 0px 7px;
}
#stepCertifiers .highslide img {
  border: none;
  box-shadow: none;
}
.certificationBox img.certified {
  float: left;
  margin-right: 10px;
}
.certificationBox h1 {
  font-weight: bold;
  color: #205189;
  font-size: 14px;
  margin-top: 10px;
}
.certifier {
  font-size: 1.2em;
  color: #333;
  padding: 2px 0px 2px 0px;
}
.certificationBox div.certifier {
  color: #000000;
  font-size: 14px;
  display: inline;
}
/* timeframe colors*/
.timef .tftitle {
  color: #1a8bc7;
  font-size: 1.1em;
  font-weight: 600;
  margin: 2px 3px 2px 0;
  padding: 0;
  text-transform: none;
}
div.infoContent {
  line-height: 1.5;
  font-size: 1.1em;
}
.req div.reqName small{
  font-size: .9em;
}
/* timeframe*/
.timeFrameDescription {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.special-image{
  position: relative;
  overflow: hidden;
}
.special-image img{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.row-block .inner i.box-caret-less{
  display: block;
}
.row-block .inner i.box-caret-more{
  display: none;
}
.row-block.collapsed .inner i.box-caret-less{
  display: none;
}
.row-block.collapsed .inner i.box-caret-more{
  display: block;
}

.highslide-container {
  z-index: 99999 !important;
}