﻿.cr-pointer {
  cursor: pointer;
}
.bg-white {
  background-color: white;
}
.br-full-1 {
  border: 1px solid;
}
.br-full-white {
  border-color: #FFFFFF;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-xs {
  margin-top: 6px !important;
}
.mb-xs {
  margin-bottom: 6px !important;
}
.mt-sm {
  margin-top: 12px !important;
}
.mb-sm {
  margin-bottom: 12px !important;
}
.mt-md {
  margin-top: 24px !important;
}
.mb-md {
  margin-bottom: 24px !important;
}
.mt-lg {
  margin-top: 32px !important;
}
.mb-lg {
  margin-bottom: 32px !important;
}
.mt-none {
  margin-top: 0 !important;
}
.mb-none {
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.full-width {
  width: 100%;
}
.clear {
  clear: both;
}
.display-inline-table {
  display: inline-table;
}
.display-inline-block {
  display: inline-block;
}
.panel-top {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.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);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.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;
}
.panel-header .box-caret {
  display: none;
}
.panel-header .box-caret.box-caret-more {
  display: block;
}
.panel-header.opened .box-caret {
  display: block;
}
.panel-header.opened .box-caret.box-caret-more {
  display: none;
}
.block-of-step-title {
  position: relative;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #1a8bc7;
  cursor: pointer;
  margin-bottom: 12px;
}
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";
}
.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-container .row-block.collapsed:before {
  display: none;
}
.step-list-container .block-step-container {
  padding-top: 10px;
}
.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;
}
.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 .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 {
  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.withPanel .total-nb strong {
  font-weight: 600;
}
.box .sumTitle h2.withPanel .total-nb:after,
.box .sumTitle h2.withPanel .total-nb: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,
.box .thumb-wide {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
  overflow: hidden;
}
.box .thumb .linkedSteps,
.box .thumb-wide .linkedSteps {
  position: absolute;
  left: 5px;
  right: 5px;
  padding: 1rem;
  font-size: 9px;
  text-align: left;
}
.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%;
  display: block;
  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%;
  border: none;
}
.box .thumb img.thmb,
.box .thumb-wide img.thmb {
  cursor: zoom-in;
}
.highslide.imgBg {
  background-position: center center;
  background-size: cover;
  height: 125px;
  width: 170px;
  border: 4px solid #fff;
}
.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);
}
#stepCertifiers .highslide img {
  border: none;
  box-shadow: none;
}
.highslide:hover img {
  border-color: #fff;
}
.highslide-image {
  cursor: zoom-out !important;
}
.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;
}
.summary-law-item {
  font-size: 1.1em;
  border-top: 1px solid #ebebeb;
  padding: 10px 15px;
}
.summary-law-item small {
  margin-left: 16px;
}
.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;
}
div.infoContent {
  line-height: 1.5;
  font-size: 1.1em;
}
.optional-step-section {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  background-color: white;
  margin-top: 15px;
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  min-height: 28px;
  background: none;
  box-shadow: none;
}
.optional-step-section .optionalBulle .optMsg {
  margin-top: 0;
  display: inline-block;
  font-size: 13px;
  color: #F18827;
  font-weight: bold;
}
.optional-step-section .optionalBulle i {
  color: #F18827;
}
.optional-step-block {
  display: flex;
  align-items: center;
}
.optional-step-block-icon {
  margin-right: 5px;
  margin-left: 5px;
}
#changeFiche {
  position: relative;
}
#changeFiche:focus {
  outline: none;
}
#changeFiche.isActive i {
  color: #1a8bc5;
}
#ficheStep.structured .nav-tabs > .active > a,
#ficheStep.structured .nav-tabs > .active > a:hover,
#ficheStep.structured .nav-tabs > li > a:hover {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #fff;
  background-color: #1a8bc7;
}
.wImageContact {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 6px;
}
.fiche-nav.inactive {
  display: none;
}
.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;
}
.edit-status {
  margin-top: 10px;
}
.ficheMode .btn-info {
  background: none;
  background: #62afd7;
  border: none;
  text-shadow: none;
  right: 0;
  padding: 4px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
.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;
}
.box .blocItem .attachments {
  padding: 10px 0 0;
}
.box .thumb {
  height: 150px;
}
@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 .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;
  }
}
@media (max-width: 425px) {
  .institutions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .institutions-container:before {
    content: normal;
  }
}
.report-problem-icon {
  color: #EC776E;
  font-size: 18px;
}
.btn-contrib:hover .report-problem-icon,
.btn-contrib:hover .chat-icon {
  color: white;
}
.chat-icon {
  color: #6dadd2;
  font-size: 18px;
}
.recourse-title {
  color: #ec5d52 !important;
}
.certificationBox {
  margin-bottom: 30px;
}
#requirements .thumb.reqresult .thumbTitle {
  background: rgba(69, 158, 128, 0.6);
  color: #fff;
}
#requirements .thumbTitle {
  background: rgba(77, 122, 154, 0.6);
  color: #fff;
}
#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;
}
#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;
}
.reqLine {
  display: flex;
  display: -ms-inline-flexbox;
  margin: 5px 0;
}
div.reqPos {
  flex: 0 0 36px;
  height: 23px;
}
div.reqPos img {
  position: relative;
  width: 16px;
  height: 20px;
  margin: 0px 2px 0px 6px;
  top: 0;
  box-shadow: none;
  border: 1px solid #EBEBEB;
}
div.reqPos img.small-icon-image {
  border: none;
}
div.reqPos img[src="(unknown)"] {
  display: none;
}
/*
** Costs Table
*/
table.costostable {
  margin-bottom: 5px;
}
table.costostable tr td {
  vertical-align: middle;
  border-top: 0;
}
table.costostable tr td.costDetails .costCalculatedConverted {
  font-weight: bold;
  margin-right: 8px;
}
table.costostable tr td.costDetails .costCalculatedConverted .separator {
  font-weight: normal;
}
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.costDetails .costCalculatedConverted ~ .costCalculatedUnit,
table.costostable tr td.costDetails .costCalculatedConverted ~ .costCalculatedVal {
  font-weight: normal;
  font-size: 13px;
}
table.costostable tr td.costDetails .costCalculatedConverted.hidden {
  display: none;
}
table.costostable tr td.costDetails .costCalculatedConverted.hidden ~ .costCalculatedUnit,
table.costostable tr td.costDetails .costCalculatedConverted.hidden ~ .costCalculatedVal {
  font-weight: bold;
}
table.costostable tr td.costDetails .costDetail .costCalculatedConverted {
  font-weight: normal;
}
table.costostable tr td.costDetails .costDetail .costCalculatedUnit {
  font-weight: normal !important;
}
.tdContactImage td.schedule {
  word-spacing: -2px;
}
.tdContactImage td.schedule .text {
  padding-right: 5px;
}
@media (max-width: 425px) {
  .tdContactImage:not(:last-child) {
    margin-bottom: 30px;
  }
}
.tdContactImage td.schedule .schedule-info {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  display: block;
  color: #9a9a9a;
  word-spacing: normal;
  border-left: 2px solid #138cc8;
  padding-left: 7px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
}