.flex-c-c,
.homeHeaderLogo,
.dirtyIcon,
.dirtyIconContainerNew,
.homeHeader,
.navSquareButton .contentBtn div:nth-of-type(1),
.navSquareButton .contentBtn div:nth-of-type(2),
.pageNotFound {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-c-c--w,
.itemMenuContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-c-c-col,
.elementResumeBox,
.navSquareButton,
.navSquareButton .contentBtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-c-c-col-nw,
.contentForAll .priceTable .priceBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-c-fs-r-nw,
.contentForAll .longPriceGroup .priceTable .priceBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-c-fs--w,
.togglePreview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-c-sb,
.homeHeaderCtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-fs-fs,
.alertStack .alert {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-fs-fs-col-nw,
.flexFsFsColNw,
.contentForAll .longPriceGroup .priceTable {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-fs-c--w,
.homeResumeLine1,
.homeResumeLine2,
.homeResumeLine3,
.homeResumeLine1,
.homeResumeLine2,
.homeResumeLine3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-fs-c-col-nw {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-fe-fs,
.contentForAll .priceTable {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-fe-sa {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.xsOnly {
  display: none!important;
}
@media only screen and (max-width: 320px) {
  .xsOnly {
    display: block!important;
  }
}
.xsOnlyFlex {
  display: none!important;
}
@media only screen and (max-width: 320px) {
  .xsOnlyFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
  }
}
.sOnly {
  display: none!important;
}
@media only screen and (max-width: 480px) {
  .sOnly {
    display: block!important;
  }
}
.sOnlyFlex {
  display: none!important;
}
@media only screen and (max-width: 480px) {
  .sOnlyFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
  }
}
.mOnly {
  display: none!important;
}
@media only screen and (max-width: 768px) {
  .mOnly {
    display: block!important;
  }
}
.mOnlyFlex {
  display: none!important;
}
@media only screen and (max-width: 768px) {
  .mOnlyFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
  }
}
.lOnly {
  display: none!important;
}
@media only screen and (max-width: 1024px) {
  .lOnly {
    display: block!important;
  }
}
.lOnlyFlex {
  display: none!important;
}
@media only screen and (max-width: 1024px) {
  .lOnlyFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
  }
}
@media only screen and (max-width: 320px) {
  .xsHide {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .sHide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .mHide {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .lHide {
    display: none !important;
  }
}
@media only screen and (max-width: 1300px) {
  .xlHide {
    display: none !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-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
img {
  vertical-align: middle;
  border: 0;
}
/****** BUTTON ************/
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn,
.btn-link {
  font-weight: 400;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
/****** TEXT COLOR ************/
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
/****** PROGRESS BAR ************/
.progress-bar-striped,
.progress-striped .progress-bar,
.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);
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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-bar-striped,
.progress-striped .progress-bar {
  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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -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: 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-striped .progress-bar-info,
.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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: 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);
}
/*** RESPONSIVE COLUMN LAYOUT *****/
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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;
  }
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'InsaniburgerwithCheese';
  src: url('../css/font/InsaniburgerwithCheese.eot?#iefix') format('embedded-opentype'), url('../css/font/InsaniburgerwithCheese.woff') format('woff'), url('../css/font/InsaniburgerwithCheese.ttf') format('truetype'), url('../css/font/InsaniburgerwithCheese.svg#InsaniburgerwithCheese') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Insaniburger';
  src: url('../css/font/Insaniburger.eot?#iefix') format('embedded-opentype'), url('../css/font/Insaniburger.woff') format('woff'), url('../css/font/Insaniburger.ttf') format('truetype'), url('../css/font/Insaniburger.svg#Insaniburger') format('svg');
  font-weight: normal;
  font-style: normal;
}
@-moz-keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes fadeInTransition {
  0% {
    opacity: 0;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInTransition {
  0% {
    opacity: 0;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeInTransition {
  0% {
    opacity: 0;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInTransition {
  0% {
    opacity: 0;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInTransition {
  0% {
    opacity: 0;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeInTransition {
  0% {
    opacity: 0;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.simplelayouttable {
  border-collapse: collapse;
}
.simplelayouttable tr,
.simplelayouttable tr td {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}
/**
VUE-COLOR
 */
.vc-chrome {
  position: absolute;
  top: 100%;
  left: 5px;
  z-index: 9;
}
.vc-chrome .vc-chrome-alpha-wrap {
  display: none !important;
  opacity: 0;
}
.tooltip {
  font-size: 12px;
  display: block !important;
  z-index: 10000;
}
.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 4px;
  padding: 5px 10px 4px;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}
.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
/*
* Vue date time
*/
.vdatetime {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.vdatetime * .vdatetime-popup {
  box-shadow: none;
}
.vdatetime .vdatetime-popup__header {
  background: grey;
}
.vdatetime .vdatetime-calendar__month__day--selected:hover > span > span,
.vdatetime .vdatetime-calendar__month__day--selected > span > span {
  background: grey;
}
.vdatetime .vdatetime-popup__actions__button {
  padding: 0;
  color: #333;
}
.vdatetime .vdatetime-popup__actions {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px 20px;
}
html {
  font-family: 'Nunito', sans-serif;
  padding: 0px;
  margin: 0px;
}
body {
  height: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  text-align: left;
  font-size: 1em;
}
#mainZone {
  position: relative;
}
.home {
  font-family: 'Nunito', sans-serif;
  position: relative;
  width: 100%;
  min-height: 100%;
}
.home .subInfoInHeader {
  font-size: 1.3em !important;
  position: absolute;
  bottom: 0.3em;
  left: 0.7em;
  white-space: normal;
}
.homeHeaderLogo {
  background-color: #000000;
  height: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .homeHeaderLogo {
    display: none;
  }
}
.homeHeaderLogo span {
  font-family: 'Nunito', sans-serif;
  color: white;
  font-size: 16px;
}
.fondModal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
}
.initScreen {
  width: 100%;
  height: 100%;
}
.initScreen tr {
  width: 100%;
  height: 100%;
}
.initScreen tr td {
  width: 100%;
  height: 100%;
  text-align: center;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.dirtyIcon {
  margin-right: 10px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  z-index: 2;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: 0.2s;
}
.dirtyIcon.dirtyIconAlert:before {
  content: '';
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  z-index: -1;
  -webkit-animation: scale 1s linear infinite;
  -moz-animation: scale 1s linear infinite;
  animation: scale 1s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dirtyIconContainerNew {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.dirtyIconContainerNew:hover .dirtyIcon {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: 0.2s;
}
.dirtyIconContainerNew span {
  font-size: 15px;
  font-weight: bold;
}
.dirtyIconContainerNew span:first-letter {
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .dirtyIconContainerNew span {
    display: none;
  }
}
.homeHeaderCtn {
  padding: 0 30px;
  width: 100%;
  font-family: 'Nunito', sans-serif;
}
@media only screen and (max-width: 768px) {
  .homeHeaderCtn {
    margin-left: 20px;
  }
}
.homeHeaderCtn h1 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  margin-right: 20px;
}
.homeHeaderCtn h1:first-letter {
  text-transform: uppercase;
}
.homeHeaderTitle {
  font-size: 20px;
}
.language {
  position: absolute;
  top: 5px;
  left: 205px;
  z-index: 1000;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .language {
    left: 10px;
  }
}
.language span {
  margin: 0 5px;
}
.language .unselectedLang {
  cursor: pointer;
  opacity: 0.5;
  color: #000000;
}
.iconForResponsiveMenu {
  display: none;
}
.closeResponsiveMenu {
  display: none;
}
.bourrageHaut {
  height: 150px;
}
.homeHeader {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 0;
  height: 90px;
  z-index: 951;
  font-family: 'Nunito', sans-serif;
  position: fixed;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
@media screen and (max-width: 1090px) {
  .homeHeader tr td:last-child {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .homeHeader table .dirtyIconContainer {
    display: none;
  }
}
.menuLeft {
  position: fixed;
  z-index: 950;
  top: 0px;
  left: 0;
  font-size: 1.2em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menuLeft .menuContent {
  overflow: auto;
  height: calc(100vh - 90px);
  margin-top: 90px;
  background-color: #fff;
  padding: 15px 0px;
}
.menuLeft .menuContent .responsiveMenuHeader {
  display: none;
}
.menuLeft .menuContent .unselected {
  color: #343434;
  background: transparent;
}
.menuLink {
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  padding: 12px 5px 12px 25px;
  position: relative;
}
.menuLink span {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
}
.menuLink .icon {
  font-size: 1.5em;
  margin: 4px;
  width: 25px;
  text-align: center;
}
.menuLink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.menuLink:hover:before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainpartContent {
  padding: 0px 2%;
  position: relative;
}
.icon-to-click {
  cursor: pointer;
  display: inline-block;
  min-width: 1.25em;
}
.alertStack {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
.alertStack .alert {
  margin: 0.3em auto;
  padding: 0.5em;
}
.alertStack .alertTitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
}
.alertStack .alertMessage {
  display: block;
  margin-top: 0.2em;
}
.alertStack .alertCloseBtn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: inherit;
}
.loginContainer {
  font-family: 'Nunito', sans-serif;
  margin: 0px;
  padding-top: 50px;
}
.loginContainer .errorMessage {
  font-size: 1.8em;
  text-align: center;
  margin: 10px auto 5px;
}
.loginContainer .loginContent {
  margin: auto;
  width: 70%;
  max-width: 400px;
  min-width: 250px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 1.8em;
  background: white;
  font-family: 'Nunito', sans-serif;
}
.loginContainer .loginContent a.buttonEntityHome:hover,
.loginContainer .loginContent a.buttonEntityHome:active,
.loginContainer .loginContent a.buttonEntityHome:focus {
  color: white;
  text-decoration: none;
}
.loginContainer .loginContent .loginTitle {
  text-align: center;
  color: white;
  font-size: 1.5em;
  padding: 10px;
}
.loginContainer .loginContent #loginForm {
  position: relative;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .loginContainer .loginContent #loginForm {
    padding: 15px;
  }
}
.loginContainer .loginContent #loginForm input {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  outline: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  padding: 10px;
}
.loginContainer .loginContent #loginForm button {
  display: block;
  margin: 1em auto 0;
  width: 100%;
  outline: none;
  padding: 15px 10px;
  font-weight: bold;
  border: none;
}
.loginContainer .loginContent #loginForm button[disabled] {
  opacity: 0.5;
}
.loginContainer .loginContent #loginForm .waitContainer {
  width: 100%;
  height: 100%;
  min-height: 378px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0;
  text-align: center;
}
.loginContainer .loginContent #loginForm .waitContainer .waitIcon {
  font-size: 4em;
}
.homeResumeLine1,
.homeResumeLine2,
.homeResumeLine3 {
  font-family: 'Nunito', sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.homeResumeLine1 .elementResumeBox {
  -webkit-animation: 0.3s fadeInTransition alternate;
  -moz-animation: 0.3s fadeInTransition alternate;
  animation: 0.3s fadeInTransition alternate;
}
.homeResumeLine1 .elementResumeBox:nth-of-type(2) {
  -webkit-animation: 0.5s fadeInTransition alternate;
  -moz-animation: 0.5s fadeInTransition alternate;
  animation: 0.5s fadeInTransition alternate;
}
.homeResumeLine1 .elementResumeBox:nth-of-type(3) {
  -webkit-animation: 0.7s fadeInTransition alternate;
  -moz-animation: 0.7s fadeInTransition alternate;
  animation: 0.7s fadeInTransition alternate;
}
.homeResumeLine2 .elementResumeBox {
  -webkit-animation: 0.9s fadeInTransition alternate;
  -moz-animation: 0.9s fadeInTransition alternate;
  animation: 0.9s fadeInTransition alternate;
}
.homeResumeLine2 .elementResumeBox:nth-of-type(2) {
  -webkit-animation: 1.2s fadeInTransition alternate;
  -moz-animation: 1.2s fadeInTransition alternate;
  animation: 1.2s fadeInTransition alternate;
}
.homeResumeLine2 .elementResumeBox:nth-of-type(3) {
  -webkit-animation: 1.5s fadeInTransition alternate;
  -moz-animation: 1.5s fadeInTransition alternate;
  animation: 1.5s fadeInTransition alternate;
}
.homeResumeLine3 .elementResumeBox {
  -webkit-animation: 1.7s fadeInTransition alternate;
  -moz-animation: 1.7s fadeInTransition alternate;
  animation: 1.7s fadeInTransition alternate;
}
.homeResumeLine3 .elementResumeBox:nth-of-type(2) {
  -webkit-animation: 1.9s fadeInTransition alternate;
  -moz-animation: 1.9s fadeInTransition alternate;
  animation: 1.9s fadeInTransition alternate;
}
.homeResumeLine3 .elementResumeBox:nth-of-type(3) {
  -webkit-animation: 2.2s fadeInTransition alternate;
  -moz-animation: 2.2s fadeInTransition alternate;
  animation: 2.2s fadeInTransition alternate;
}
.elementResumeBox {
  margin: 15px;
  min-height: 65px;
  color: white;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  .elementResumeBox {
    width: 150px;
    height: 150px;
    margin: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .elementResumeBox {
    margin: 5px;
  }
}
.elementResumeBox span:nth-of-type(1) {
  font-size: 70px;
  margin-bottom: 10px !important;
  height: 79px;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  .elementResumeBox span:nth-of-type(1) {
    font-size: 50px;
    height: 60px;
  }
}
.elementResumeBox span:nth-of-type(2) {
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  max-width: 130px;
  line-height: 1.2em;
  padding: 0 10px;
}
@media only screen and (max-width: 1300px) {
  .elementResumeBox span:nth-of-type(2) {
    font-size: 14px;
  }
}
.elementResumeBox:hover span:nth-of-type(1) {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
}
.elementResumeBox:hover span:nth-of-type(2) {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
}
@media only screen and (max-width: 1024px) {
  .elementResumeBox:hover span:nth-of-type(2) {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.itemMenuContainer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.btn {
  text-decoration: none;
}
.navSquareButton {
  margin: 15px;
  min-height: 65px;
  color: white;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  -webkit-animation: 0.3s fadeInTransition alternate;
  -moz-animation: 0.3s fadeInTransition alternate;
  animation: 0.3s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(2) {
  -webkit-animation: 0.5s fadeInTransition alternate;
  -moz-animation: 0.5s fadeInTransition alternate;
  animation: 0.5s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(3) {
  -webkit-animation: 0.7s fadeInTransition alternate;
  -moz-animation: 0.7s fadeInTransition alternate;
  animation: 0.7s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(4) {
  -webkit-animation: 0.9s fadeInTransition alternate;
  -moz-animation: 0.9s fadeInTransition alternate;
  animation: 0.9s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(5) {
  -webkit-animation: 1.1s fadeInTransition alternate;
  -moz-animation: 1.1s fadeInTransition alternate;
  animation: 1.1s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(6) {
  -webkit-animation: 1.3s fadeInTransition alternate;
  -moz-animation: 1.3s fadeInTransition alternate;
  animation: 1.3s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(7) {
  -webkit-animation: 1.5s fadeInTransition alternate;
  -moz-animation: 1.5s fadeInTransition alternate;
  animation: 1.5s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(8) {
  -webkit-animation: 1.7s fadeInTransition alternate;
  -moz-animation: 1.7s fadeInTransition alternate;
  animation: 1.7s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(9) {
  -webkit-animation: 1.9s fadeInTransition alternate;
  -moz-animation: 1.9s fadeInTransition alternate;
  animation: 1.9s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(10) {
  -webkit-animation: 2.1s fadeInTransition alternate;
  -moz-animation: 2.1s fadeInTransition alternate;
  animation: 2.1s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(11) {
  -webkit-animation: 2.3s fadeInTransition alternate;
  -moz-animation: 2.3s fadeInTransition alternate;
  animation: 2.3s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(12) {
  -webkit-animation: 2.5s fadeInTransition alternate;
  -moz-animation: 2.5s fadeInTransition alternate;
  animation: 2.5s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(13) {
  -webkit-animation: 2.7s fadeInTransition alternate;
  -moz-animation: 2.7s fadeInTransition alternate;
  animation: 2.7s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(14) {
  -webkit-animation: 2.9s fadeInTransition alternate;
  -moz-animation: 2.9s fadeInTransition alternate;
  animation: 2.9s fadeInTransition alternate;
}
.navSquareButton:nth-of-type(15) {
  -webkit-animation: 3.1s fadeInTransition alternate;
  -moz-animation: 3.1s fadeInTransition alternate;
  animation: 3.1s fadeInTransition alternate;
}
@media only screen and (max-width: 768px) {
  .navSquareButton {
    width: 150px;
    height: 150px;
    margin: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .navSquareButton {
    margin: 5px;
  }
}
.navSquareButton a {
  color: white;
}
.navSquareButton a:hover,
.navSquareButton a:focus {
  text-decoration: none;
}
.navSquareButton .contentBtn {
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.navSquareButton .contentBtn div:nth-of-type(1) {
  font-size: 70px;
  margin-bottom: 10px !important;
  height: 79px;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  opacity: 1;
}
.navSquareButton .contentBtn div:nth-of-type(1) > span:nth-of-type(2) {
  margin-left: 15px !important;
}
@media only screen and (max-width: 768px) {
  .navSquareButton .contentBtn div:nth-of-type(1) {
    font-size: 50px;
    height: 60px;
  }
}
.navSquareButton .contentBtn div:nth-of-type(2) {
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  max-width: 70%;
  line-height: 1.2em;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .navSquareButton .contentBtn div:nth-of-type(2) {
    max-width: 85%;
    font-size: 14px;
  }
}
.navSquareButton:hover .contentBtn div:nth-of-type(1) {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
}
.navSquareButton:hover .contentBtn div:nth-of-type(2) {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
}
@media only screen and (max-width: 768px) {
  .navSquareButton:hover .contentBtn div:nth-of-type(2) {
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.searchIcon,
.searchResetIcon {
  position: absolute;
  font-size: 20px;
  opacity: 0.6;
}
.pageNotFound {
  width: 100%;
  height: 100%;
  padding: 1em;
}
.pageNotFound .notFoundContainer {
  font-size: 1.4em;
}
.pageNotFound .notFoundContainer p {
  display: block;
  width: 100%;
  text-align: center;
}
.pageNotFound .notFoundContainer .notFoundCode {
  font-size: 2.5em;
  font-weight: bold;
}
.pageNotFound .notFoundContainer .notFoundText {
  font-size: 1.5em;
}
.dialogFormContainer {
  position: fixed;
  overflow: hidden;
  z-index: 5555;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialogFormContainer table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.dialogFormContainer table tbody {
  width: 100%;
  height: 100%;
}
.dialogFormContainer table tbody tr {
  width: 100%;
  height: 100%;
}
.dialogFormContainer table tbody tr td {
  width: 100%;
  height: 100%;
}
.dialogFormContainer table .dialogWindowLarge {
  max-width: 1500px !important;
}
.dialogFormContainer table .dialogWindowSegment {
  max-width: 90% !important;
}
.dialogFormContainer table .dialogWindow {
  height: 95%;
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 900px;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-animation: 0.3s fadeInTransition alternate;
  -moz-animation: 0.3s fadeInTransition alternate;
  animation: 0.3s fadeInTransition alternate;
}
.dialogFormContainer table .dialogWindow .dialogTitle {
  font-family: 'Nunito', sans-serif;
  color: white;
  font-size: 21px;
  background: #000000;
  font-weight: bold;
  position: absolute;
  top: 0;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dialogFormContainer table .dialogWindow .dialogContent {
  position: absolute;
  top: 50px;
  bottom: 50px;
  width: 100%;
  overflow: auto;
}
.dialogFormContainer table .dialogWindow .dialogContent .dialogSlot {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dialogFormContainer table .dialogWindow .dialogContent .dialogSlot .dialogItems {
  width: 49%;
}
@media screen and (max-width: 1100px) {
  .dialogFormContainer table .dialogWindow .dialogContent .dialogSlot .dialogItems {
    width: 100%;
  }
}
.dialogFormContainer table .dialogWindow .dialogContent .dialogSlot .dialogOneItem {
  width: 100%;
}
.dialogFormContainer table .dialogWindow .dialogContent .itemForm .labelForm {
  z-index: 0;
  top: 0em;
  left: 0em;
}
.dialogFormContainer table .dialogWindow .dialogContent .dialogSegmentConfiguration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.dialogFormContainer table .dialogWindow .dialogContent .dialogSegmentConfiguration .configElement {
  width: 24%;
  padding-right: 10px;
  padding-left: 10px;
}
.dialogFormContainer table .dialogWindow .dialogContent .dialogSegmentConfiguration .configElement .elementSectionTitle {
  font-size: 2em;
  text-align: left;
  font-weight: bold;
  background-color: #000000;
  color: white;
  padding: 10px;
}
.dialogFormContainer table .dialogWindow .dialogContent .dialogSegmentConfiguration .configElement:last-child {
  border-right: 0 solid transparent;
}
.dialogFormContainer table .dialogWindow .dialogButtons {
  position: absolute;
  height: 50px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.dialogFormContainer .waitIconInModal {
  font-size: 15em;
}
.dialogContainerWithWaitIcon > table .dialogWindow {
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  background: none;
  overflow: unset;
}
.csvExportDialog .csvExportDialogEmptyMessage {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 20px;
}
.contentForAll {
  text-align: center;
}
.contentForAll:not(.dialogFormContainer) {
  width: 100%;
  margin: auto;
  padding: 0px 0px 25px;
  height: 98%;
  position: relative;
}
.contentForAll::after {
  content: "";
  display: block;
  clear: both;
}
.contentForAll .newFilterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentForAll .newFilterContainer .filterContent,
.contentForAll .newFilterContainer .searchContainer {
  width: 100%;
  text-align: left;
  margin: 0px 15px;
}
.contentForAll .newFilterContainer .filterContent label,
.contentForAll .newFilterContainer .searchContainer label {
  width: 100%;
  font-size: 1.5em;
}
.contentForAll .newFilterContainer .filterContent:first-child,
.contentForAll .newFilterContainer .searchContainer:first-child {
  margin-left: 0px !important;
}
.contentForAll .newFilterContainer .filterContent:last-child,
.contentForAll .newFilterContainer .searchContainer:last-child {
  margin-right: 0px !important;
}
.contentForAll .newFilterContainer .searchContainer {
  position: relative;
}
.contentForAll .newFilterContainer .searchContainer .searchIcon {
  right: 15px;
  top: 10px;
}
.contentForAll .newFilterContainer .searchContainer .searchResetIcon {
  cursor: pointer;
  top: 8px;
  right: 9px;
  padding: 3px;
}
.contentForAll .newFilterContainer .filterSelect,
.contentForAll .newFilterContainer .searchInput {
  border: 1px solid #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  height: 42px;
  color: #000;
  font-weight: bold;
  width: 100%;
  padding: 5px 5px 5px 15px;
}
.contentForAll .tableFilterContainer,
.contentForAll .searchBar {
  width: 100%;
  display: block;
  margin: 20px auto 10px;
  text-align: center;
  white-space: nowrap;
  -webkit-animation: 0.3s fadeInTransition alternate;
  -moz-animation: 0.3s fadeInTransition alternate;
  animation: 0.3s fadeInTransition alternate;
}
@media only screen and (max-width: 768px) {
  .contentForAll .tableFilterContainer,
  .contentForAll .searchBar {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 480px) {
  .contentForAll .tableFilterContainer .filterSelect,
  .contentForAll .searchBar .filterSelect {
    width: 100%;
    margin: 0px 0px 15px;
  }
  .contentForAll .tableFilterContainer .searchContainer,
  .contentForAll .searchBar .searchContainer {
    width: 100%;
    display: block;
    margin: 0px 0px 0px;
  }
}
.contentForAll .topViewMainSelect {
  display: block;
  width: 100%;
  margin: 20px auto 10px;
  text-align: center;
  white-space: nowrap;
  padding: 5px 5px 5px 15px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  font-size: 1.5em;
  height: 2.7em;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}
.contentForAll .containerTable {
  text-align: center;
  -webkit-animation: 0.5s fadeInTransition alternate;
  -moz-animation: 0.5s fadeInTransition alternate;
  animation: 0.5s fadeInTransition alternate;
}
.contentForAll .containerTable table {
  margin: 15px auto 0px;
  min-width: 250px;
  background: white;
}
.contentForAll .containerTable table th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
}
.contentForAll .containerTable table th .sortOrder {
  margin-left: 2px;
}
.contentForAll .containerTable table th .sortOrder:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0d8';
}
.contentForAll .containerTable table th .sortOrder.reverseOrder:after {
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
}
.contentForAll .containerTable table tr td {
  padding: 10px 3px;
  font-size: 1.3em;
}
.contentForAll .containerTable table tr td .errorMessageTextArea {
  position: absolute;
  top: 12px;
  font-size: 1.3em;
  right: 20px;
}
.contentForAll .containerTable table tr td .iconInTable {
  font-size: 1.2em;
  cursor: pointer;
}
.contentForAll .containerTable table tr td .subInfoInTableCell {
  font-size: 0.85em;
}
.contentForAll .containerTable table tr .emptyFilteredListMessage {
  width: 100%;
  font-weight: bold;
  font-size: 1.3em;
  padding: 20px 5px !important;
  text-align: center !important;
}
.contentForAll .containerTable table.table-fixed {
  width: 100%;
}
.contentForAll .containerTable table.table-fixed.blockCellWidth {
  table-layout: fixed;
}
@media only screen and (min-width: 769px) {
  .contentForAll .containerTable table.table-fixed thead,
  .contentForAll .containerTable table.table-fixed tbody,
  .contentForAll .containerTable table.table-fixed tr,
  .contentForAll .containerTable table.table-fixed td {
    display: block;
  }
}
.contentForAll .containerTable table.table-fixed thead tr th,
.contentForAll .containerTable table.table-fixed tbody tr td {
  word-wrap: break-word;
}
@media only screen and (min-width: 769px) {
  .contentForAll .containerTable table.table-fixed thead tr th,
  .contentForAll .containerTable table.table-fixed tbody tr td {
    float: left;
  }
}
.contentForAll .containerTable table.table-fixed td,
.contentForAll .containerTable table.table-fixed th {
  padding: 12px 8px 12px 12px;
  text-align: left;
}
.contentForAll .containerTable table.table-fixed td {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}
.contentForAll .containerTable table.table-fixed th {
  font-weight: bold;
}
.contentForAll .containerTable table.table-fixed thead {
  overflow-y: initial;
  text-align: left;
  padding: 1px 0px;
}
.contentForAll .containerTable table.table-fixed thead tr {
  width: 99.2%;
}
.contentForAll .containerTable table.table-fixed thead tr th {
  color: white;
  border: none;
  line-height: 1em;
  padding: 12px 8px 12px 12px;
  font-family: 'Nunito', sans-serif;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .contentForAll .containerTable table.table-fixed thead tr th {
    display: inline-block;
  }
}
.contentForAll .containerTable table.table-fixed thead::-webkit-scrollbar {
  background-color: inherit;
}
.contentForAll .containerTable table.table-fixed tbody {
  overflow-y: scroll;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 68vh;
  overflow: auto;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar {
  width: 7px;
  height: 9px;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-button:start:decrement,
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-track-piece {
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar {
  width: 7px;
  height: 9px;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-button:start:decrement,
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-track-piece {
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.contentForAll .containerTable table.table-fixed tbody::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.contentForAll .containerTable table.table-fixed thead > tr:after,
.contentForAll .containerTable table.table-fixed tbody > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
.contentForAll .containerTable table.table-fixed thead > tr > th:after,
.contentForAll .containerTable table.table-fixed tbody > tr > td:after {
  content: ' ';
  display: table-cell;
  visibility: hidden;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .contentForAll .containerTable table.table-fixed:not(.blockCellWidth) thead tr th,
  .contentForAll .containerTable table.table-fixed:not(.blockCellWidth) tbody tr td {
    width: auto !important;
    word-break: break-word;
  }
}
.contentForAll .containerTable table.t-a-center-4-header thead > tr > th {
  text-align: center;
}
.contentForAll .messageEmptyList {
  font-size: 2em;
  font-weight: bold;
  margin-top: 200px;
  text-align: center;
}
.contentForAll .partLeftForms,
.contentForAll .partRightForms {
  display: inline-block;
  width: 45%;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 920px) {
  .contentForAll .partLeftForms,
  .contentForAll .partRightForms {
    display: block;
  }
}
.contentForAll .sectionElement {
  font-family: 'Nunito', sans-serif;
  text-align: left;
  width: 100%;
  padding: 0 10px 0 0;
  margin: 0 auto 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-indent: -999999px;
  height: 0;
}
.contentForAll .sectionElement.sectionElementEnabled {
  margin: 15px auto 0 auto;
  text-indent: initial;
  height: initial;
  font-size: 18px;
}
.contentForAll .separatorElement {
  background-color: #b3adad;
  height: 5px;
  width: 100%;
  margin: 10px 0;
}
.contentForAll .errorEmptyList {
  color: #f03b3b !important;
  font-size: 14px !important;
}
.contentForAll .subSectionElement {
  font-family: 'Nunito', sans-serif;
  width: 100%;
  text-align: left;
  margin: 15px auto 5px;
  font-size: 1.6em;
}
.contentForAll .warning {
  font-size: 2em;
  height: 30px;
}
.contentForAll .dateTimePick {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 20px 5px;
}
.contentForAll .biggerTimePicker .uib-time input[type="text"] {
  padding: 0px;
  font-size: 2em;
}
.contentForAll .biggerTimePicker .btn-link {
  font-size: 2em;
}
.contentForAll .lineWithActionOnHover {
  cursor: pointer;
}
.contentForAll .lineWithActionOnHover:hover {
  color: white;
  -webkit-transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  -o-transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
}
.contentForAll .restaurantStatisticsReport {
  width: 100%;
  height: 450px;
}
.contentForAll .errorMessageGlobal {
  margin: 10px 0 0;
  font-size: 1.5em;
}
.contentForAll .blockForm {
  width: 100%;
  margin: auto;
  -webkit-animation: 0.5s fadeInTransition alternate;
  -moz-animation: 0.5s fadeInTransition alternate;
  animation: 0.5s fadeInTransition alternate;
}
.contentForAll .mediaDownloadBlock .downloadBtn {
  font-size: 1.2em;
  margin: 0px auto 25px;
  display: table;
}
.contentForAll .mediaRenderBlock {
  margin: 15px auto;
  padding: 5px;
  outline-offset: -5px;
  max-width: 450px;
}
.contentForAll .mediaRenderBlock img,
.contentForAll .mediaImageRenderer img,
.contentForAll .mediaVideoRenderer img,
.contentForAll .mediaRenderBlock video,
.contentForAll .mediaImageRenderer video,
.contentForAll .mediaVideoRenderer video {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .contentForAll .mediaVideoRenderer video,
  .contentForAll .mediaRenderBlock {
    display: none;
  }
}
.contentForAll .btnBlockContainer {
  display: inline-block;
  vertical-align: top;
}
.contentForAll .textInForm {
  text-align: left;
  font-weight: lighter;
  font-size: 1.3em;
  margin: 8px auto 5px;
  padding-right: 8px;
}
.contentForAll .itemForm {
  width: 100%;
  margin: auto;
  vertical-align: top;
  text-align: left;
  position: relative;
  -webkit-animation: 0.3s fadeInTransition alternate;
  -moz-animation: 0.3s fadeInTransition alternate;
  animation: 0.3s fadeInTransition alternate;
}
.contentForAll .itemForm .emptyItemListInputMessage {
  margin-bottom: 15px;
  margin-left: 30px;
  font-size: 1.5em;
}
.contentForAll .itemForm .labelForm {
  font-size: 16px;
  font-weight: bold;
}
.contentForAll .itemForm .bkToggle {
  width: 200px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.contentForAll .itemForm .bkToggle div {
  font-size: 1.6em;
}
.contentForAll .itemForm .inputForm,
.contentForAll .itemForm .multiselect {
  width: 100%;
  margin: 5px auto 10px;
  display: block;
  outline: none;
  font-size: 1.6em;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contentForAll .itemForm .inputPasswordContainer {
  position: relative;
  width: 100%;
}
.contentForAll .itemForm .inputPasswordContainer .search {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  width: 45px;
}
.contentForAll .itemForm .inputForm {
  height: 2.8em;
  border: 1px solid #b3adad;
}
.contentForAll .itemForm input[type="text"],
.contentForAll .itemForm input[type="number"],
.contentForAll .itemForm input[type="password"],
.contentForAll .itemForm select,
.contentForAll .itemForm textarea {
  padding-left: 15px;
  border: 1px solid #b3adad;
}
.contentForAll .itemForm .textareaField {
  height: 60px;
  padding-top: 10px;
  border: 1px solid #b3adad;
}
.contentForAll .itemForm .form-control {
  border-color: #b3adad;
}
.contentForAll .itemForm .form-control:focus,
.contentForAll .itemForm .form-control:active {
  outline: none !important;
}
.contentForAll .itemForm .errorMessage {
  position: absolute;
  bottom: 12px;
  font-size: 1.5em;
  right: 15px;
}
.contentForAll .itemFormWithSideSpan {
  white-space: nowrap;
}
.contentForAll .itemFormWithSideSpan > * {
  display: inline-block;
  vertical-align: bottom;
}
.contentForAll .itemFormWithSideSpan > *:first-child {
  width: 92%;
}
.contentForAll .itemFormWithSideSpan > *:last-child {
  width: 8%;
}
.contentForAll .valueIndicator {
  text-align: right;
  font-size: 3.2em;
  padding-bottom: 10px;
}
.contentForAll .invalidInputBlock .errorMessage {
  position: absolute;
  bottom: 1px;
  font-size: 1.5em;
  right: auto;
  top: auto;
  left: 9px;
  color: white;
}
.contentForAll button.btnSeeApplication {
  margin: 20px 8px 0px 0px;
}
.contentForAll .priceInputContainer {
  min-width: 100%;
  max-width: 100%;
}
.contentForAll .priceInputContainer input.inputForm {
  min-width: 50px;
  text-align: right;
  margin: auto;
  padding: 1px;
  font-size: 1.35em;
  height: 35px;
}
.contentForAll .priceInputContainer .errorMessage {
  font-size: 1.2em;
}
.contentForAll .switch .toggleValue {
  font-size: 1.5em;
  position: absolute;
  top: 10px;
  left: 135px;
}
.contentForAll .switch .labelForm {
  position: inherit;
  font-size: 1.6em;
  vertical-align: middle;
  max-width: 250px;
  width: 100%;
}
.contentForAll .input-group {
  margin-top: 5px !important;
  height: 44px;
}
.contentForAll .input-group input {
  height: 44px;
}
.contentForAll .input-group > span button {
  height: 44px;
}
.contentForAll .inputGroup {
  margin: 25px auto 10px;
  width: 100%;
}
.contentForAll .inputGroup input {
  background: white;
  outline: none;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.contentForAll .errorEmptyList {
  color: #f03b3b;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0;
}
.contentForAll .btnDialogFormLine {
  margin: 10px auto 5px;
  text-align: left;
}
.contentForAll .btnDialogFormLine > div {
  display: inline-block;
  vertical-align: top;
}
.contentForAll .btnDialogFormLine button {
  margin-bottom: 5px;
}
.contentForAll .btnDialogFormLine button:not(:last-of-type) {
  margin-right: 5px;
}
.contentForAll .btnDialogFormLine button.btnSee {
  margin-right: 8px;
}
.contentForAll .btnDialogFormLine button.btnSee .fa {
  color: white;
}
.contentForAll .switchContainer {
  width: 100%;
}
.contentForAll .switchContainer > * {
  vertical-align: bottom;
  display: inline-block;
  width: auto;
}
.contentForAll .switchContainer .switch {
  min-width: 270px;
  max-width: 0;
  margin: 5px 15px 5px 0px;
}
.contentForAll .switchContainer .switch .labelForm {
  max-width: 220px;
}
.contentForAll .toolbar {
  position: fixed;
  right: 0px;
  min-width: 500px;
  top: 90px;
  background: #f3f3f3;
  z-index: 1000;
}
.contentForAll .listBtns {
  margin: -60px auto 0px;
}
.contentForAll > div > form#frontFormEdit {
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 768px) {
  .contentForAll > div > form#frontFormEdit {
    top: -70px;
  }
  .contentForAll .listBtns,
  .contentForAll .toolbar {
    left: 215px;
    right: auto;
    text-align: left;
  }
}
.contentForAll .mediaContentMessage {
  margin: 0.8em 1.1em;
  display: inline-block;
  font-size: 1.2em;
}
.contentForAll .uploadImgButton {
  margin: 10px auto 10px;
  font-size: 1.2em;
  vertical-align: middle;
}
.contentForAll .image-for-input {
  width: 120px;
  vertical-align: middle;
  margin-top: 10px;
}
.contentForAll .label-file {
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
  margin: 1em;
  font-size: 1.1em;
}
.contentForAll .label-file:hover {
  text-decoration: underline;
}
.contentForAll .input-file {
  display: none;
}
.contentForAll .stepConfigTable {
  margin: 5px auto 30px;
  background: rgba(218, 218, 218, 0.8);
  text-align: left;
}
.contentForAll .stepConfigTable .stepBlock {
  width: 200px;
  margin: 0px 15px;
  display: inline-block;
}
.contentForAll .stepConfigTable .stepBlock > div {
  min-width: 80px;
}
.contentForAll .stepConfigTable .stepBlock .stepInputLabel {
  height: 35px;
  padding: 5px 4px;
}
.contentForAll .stepConfigTable .stepBlock .stepLabel {
  line-height: 1.1em;
  padding: 5px 4px;
  font-size: 1.3em;
}
.contentForAll .stepConfigTable .stepBlock .stepInput {
  padding: 5px 4px;
}
.contentForAll .stepConfigTable .stepBlock .stepInput,
.contentForAll .stepConfigTable .stepBlock .stepInputLabel {
  font-size: 1.2em;
}
.contentForAll .priceTable {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 5px auto 30px;
  background: rgba(218, 218, 218, 0.8);
}
.contentForAll .priceTable .priceBlock {
  width: 100%;
}
.contentForAll .priceTable .priceBlock > div {
  min-width: 80px;
}
.contentForAll .priceTable .priceBlock .priceInputLabel {
  height: 35px;
  padding: 5px 4px;
}
.contentForAll .priceTable .priceBlock .priceLabel {
  line-height: 1.1em;
  padding: 5px 4px;
  font-size: 1.3em;
}
.contentForAll .priceTable .priceBlock .priceInput {
  padding: 5px 4px;
}
.contentForAll .priceTable .priceBlock .priceInput,
.contentForAll .priceTable .priceBlock .priceInputLabel {
  font-size: 1.2em;
}
.contentForAll .longPriceGroup .priceTableTitle.priceTitleInError {
  cursor: default;
}
.contentForAll .longPriceGroup .priceTableTitle.priceTitleInError .openIcon {
  display: none;
}
.contentForAll .longPriceGroup .priceTableTitle {
  cursor: pointer;
  margin: 25px auto 30px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #b3adad;
  background-color: white;
  padding: 10px 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contentForAll .longPriceGroup .priceTableTitle .openIcon {
  display: inline;
  float: right;
}
.contentForAll .longPriceGroup .priceTable {
  margin-top: -20px;
}
.contentForAll .longPriceGroup .priceTable .priceBlock > div {
  width: 50%;
}
.contentForAll .longPriceGroup .priceTable .priceBlock .priceLabel {
  padding-left: 10px;
  text-align: left;
}
.contentForAll .longPriceGroup .priceTable .priceBlock .priceInputLabel {
  height: auto;
}
.contentForAll .longPriceGroup .priceTable.hidePriceTable {
  display: none;
}
.contentForAll .gridTopData td {
  vertical-align: top;
}
.contentForAll .segmentConfiguration {
  overflow: auto;
}
.contentForAll table.formTable tr th {
  text-align: left;
  font-size: 1.4em;
  padding: 6px 5px;
  line-height: 1.4;
}
.contentForAll table.formTable tr td {
  text-align: left;
  font-size: 1.4em;
  padding: 5px 5px;
  line-height: 1.4;
  height: 3em;
}
.contentForAll table.formTable tr td .pattIcon {
  margin-right: 3px;
}
.contentForAll table.formTable .mediaInFormGridColumn {
  width: 25%;
}
@media only screen and (max-width: 480px) {
  .contentForAll table.formTable .mediaInFormGridColumn {
    display: none;
  }
}
.shar3dModalContainer {
  z-index: 5555;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.shar3dModalContainer > .shar3dModalTable {
  width: 100%;
  height: 100%;
}
.shar3dModalContainer > .shar3dModalTable > tbody {
  width: 100%;
  height: 100%;
}
.shar3dModalContainer > .shar3dModalTable > tr {
  width: 100%;
  height: 100%;
}
.shar3dModalContainer > .shar3dModalTable > tr > td {
  width: 100%;
  height: 100%;
  text-align: center;
}
.shar3dModalContainer .shar3dFondModal {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.shar3dModalContainer .shar3dSubModalContainer {
  max-height: 95%;
  max-height: 95vh;
  position: relative;
  display: inline-block;
  max-width: 95%;
  max-width: 90vw;
  text-align: left;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-animation: 0.3s fadeInTransition alternate;
  -moz-animation: 0.3s fadeInTransition alternate;
  animation: 0.3s fadeInTransition alternate;
}
.shar3dModalContainer .shar3dSubModalContainer .shar3dPopupTitle {
  font-family: 'Nunito', sans-serif;
  color: white;
  font-size: 21px;
  background: #000000;
  font-weight: bold;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
}
.shar3dModalContainer .shar3dSubModalContainer .shar3dPopUpText {
  font-size: 1.5em;
  margin: 25px 15px;
}
.shar3dModalContainer .shar3dSubModalContainer .shar3dPopUpBtnContainer {
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shar3dModalContainer .shar3dSubModalContainer .shar3dPopUpBtnContainer button:not(:first-child) {
  margin-left: 8px;
}
.gridUnderImage {
  background-image: url(../images/grid.png);
  display: inline-block;
}
.bkWaitingFrag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 8em;
  color: black;
}
.bkWaitingFrag table {
  width: 100%;
  height: 100%;
}
.bkErrorFrag .bkErrorSign {
  display: inline-block;
  vertical-align: middle;
  font-size: 7em;
}
.bkErrorFrag .bkErrorMessage {
  display: inline-block;
  vertical-align: middle;
  font-size: 2em;
  padding: 1em;
}
.bkErrorFrag .bkErrorButton {
  display: block;
  margin: auto;
}
.flipswitch {
  position: relative;
  width: 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  vertical-align: middle;
}
.flipswitch input[type=checkbox] {
  display: none;
}
.flipswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 50px;
}
.flipswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.flipswitch-inner:before,
.flipswitch-inner:after {
  float: left;
  width: 50%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  font-size: 25px;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flipswitch-inner:before {
  content: "\f00c";
  padding-left: 25px;
}
.flipswitch-inner:after {
  content: "\f00d";
  font-size: 26px;
  padding-right: 25px;
  text-align: right;
}
.flipswitch-switch {
  margin: 5px;
  background: white;
  position: absolute;
  right: 80px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
  margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
  right: 0;
}
.togglePreview {
  font-size: 1.8em;
  height: 2.65em;
  vertical-align: middle;
  padding: 0px 10px 0px 15px;
}
.togglePreview span:first-child {
  margin-right: 5px;
  padding-bottom: 0.1em;
}
/* Common button styles */
.button {
  min-width: 135px;
  max-width: 250px;
  display: inline-block;
  margin: 1em;
  padding: 10px 10px;
  border: none;
  background: none;
  color: white;
  /*height: 35px;*/
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.button:focus {
  outline: none;
}
.button span {
  vertical-align: middle;
}
.button .fa,
.button .iconBtnStyle {
  margin-right: 8px;
  font-size: 2em;
  transition: 0.2s;
}
.button .labelButton {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  position: relative;
  transition: 0.2s;
  left: 0px;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
}
.buttonStyle {
  margin: 1em 2em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*.transition(color, 0.3s);*/
  border-radius: 99px;
  padding: 10px 30px;
  max-width: initial !important;
  /*    &:not(:first-child) {
            margin-bottom: 0;
        }*/
}
.buttonStyle.button--inverted {
  background: white !important;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.buttonStyle:hover .labelButton {
  left: -10px;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
}
.buttonStyle:hover .fa,
.buttonStyle:hover .iconBtnStyle {
  overflow: hidden;
  transition: 0.2s;
  opacity: 0;
}
.buttonStyle:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.buttonStyle:disabled .labelButton {
  color: rgba(255, 255, 255, 0.6);
}
.buttonStyle:disabled .fa {
  color: rgba(255, 255, 255, 0.6);
}
.copyExistingOneBtn {
  margin: 30px auto 20px;
  cursor: pointer;
}
.imgInDragAndDropList {
  height: 22px;
  margin-left: 2px;
  display: inline;
  vertical-align: middle;
}
span.dragIcon,
i.dragIcon {
  cursor: move;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px;
  background-color: #f8faff;
  border: 1px solid #dae2ea;
  color: #7c9eb2;
  padding: 5px 10px;
}
.dragAndDropContainer {
  width: 100%;
}
.dragAndDropContainer .dragAndDropContent {
  width: 45%;
  vertical-align: top;
}
.dragAndDropContainer .dragAndDropContent.contentFullWidth {
  width: 100%;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock {
  max-height: 250px;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropTitle {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  padding: 5px 5px;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropTitle .openSearchIcon {
  float: right;
  right: 2px;
  top: 2px;
  position: relative;
  cursor: pointer;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropTitle .searchContainerInDragAndDrop {
  position: relative;
  color: #333333;
  margin: -2px;
  font-size: 0.9em;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropTitle .searchContainerInDragAndDrop .searchInputInDragAndDrop {
  width: 100%;
  padding-right: 17px;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropTitle .searchContainerInDragAndDrop .closeSearchIcon {
  position: absolute;
  top: 3px;
  right: 4px;
  cursor: pointer;
  font-size: initial;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList {
  position: relative;
  max-height: 200px;
  overflow: auto;
  text-align: left;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList .dndSourceList,
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList .dndDestList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList .dndSourceList.dndEmptyList,
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList .dndDestList.dndEmptyList {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0px 0px, 30px 30px;
  pointer-events: none;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList .dndSourceList > div,
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList .dndDestList > div {
  padding: 3px 3px 3px 5px;
  cursor: move;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.4;
  background: white;
}
.dragAndDropContainer .dragAndDropBtnController {
  vertical-align: middle;
  text-align: center;
}
.dragAndDropContainer .dragAndDropBtnController button {
  padding: 4px 8px;
  font-size: 12px;
  display: block;
  margin: 10px auto;
  border-radius: 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  #mainZone .home .homeHeader table {
    display: none;
  }
  #mainZone .home .homeHeader .homeHeaderTitle {
    font-size: 2.1em;
    left: 90px;
  }
  #mainZone .home .homeHeader .iconForResponsiveMenu {
    display: block;
    position: absolute;
    top: 3em;
    left: 1em;
    padding: 5px;
  }
  #mainZone .home .homeHeader .iconForResponsiveMenu span {
    font-size: 20px;
  }
  #mainZone .home .menuLeft {
    z-index: 10000;
    position: fixed;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100vh;
    font-size: 1.2em;
  }
  #mainZone .home .menuLeft .menuContent {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: auto;
    padding: 0px;
    background-color: #fff;
    margin-top: 0;
    height: 100vh;
  }
  #mainZone .home .menuLeft .menuContent .menuLink {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 13px 6px;
    font-size: 1.1em;
  }
  #mainZone .home .menuLeft .menuContent .menuLink span {
    vertical-align: middle;
    display: inline-block;
    font-size: 1em;
  }
  #mainZone .home .menuLeft .menuContent .menuLink .icon {
    font-size: 1.5em;
    margin: 4px;
    width: 25px;
    text-align: center;
  }
  #mainZone .home .menuLeft .menuContent .responsiveMenuHeader {
    display: block;
    font-size: 30px;
    position: relative;
    color: white;
    white-space: nowrap;
    margin-bottom: 15px;
    padding: 20px;
  }
  #mainZone .home .menuLeft .menuContent .responsiveMenuHeader img {
    width: 60px;
    margin-right: 3px;
  }
  #mainZone .home .menuLeft .menuContent .responsiveMenuHeader .responsiveMenuTitle {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    margin-left: 20px;
  }
  #mainZone .home .menuLeft .menuContent .responsiveMenuHeader .subInfoInHeader {
    font-size: 16px !important;
    position: static;
    margin: 5px auto -15px;
    display: block;
  }
  #mainZone .home .menuLeft .menuContent .responsiveMenuHeader .closeResponsiveMenuIcon {
    font-size: 30px;
    position: absolute;
    top: 22px;
    right: 24px;
    padding: 5px;
  }
  #mainZone .home .hideResponsiveMenu {
    left: -100%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
  #mainZone .home .mainpartContent {
    margin: auto;
    padding: 0px 10px;
    text-align: center;
  }
  #mainZone .home .mainpartContent .contentForAll .listBtns,
  #mainZone .home .mainpartContent .contentForAll .toolbar {
    left: 0px;
    right: auto;
    position: relative;
    z-index: 0;
    font-size: 8px;
    min-width: auto;
    text-align: center;
  }
  #mainZone .home .mainpartContent .contentForAll .listBtns .buttonStyle,
  #mainZone .home .mainpartContent .contentForAll .toolbar .buttonStyle {
    margin: 1em 1.4em;
  }
  #mainZone .home .mainpartContent .contentForAll .toolbar {
    top: 10px;
  }
  #mainZone .home .mainpartContent .contentForAll .listBtns {
    top: 0px;
    margin-bottom: 60px;
  }
  #mainZone .home .mainpartContent .contentForAll .btnItemTypeContainer button {
    margin: 0px 5px;
    width: 110px;
    font-size: 12px;
  }
  #mainZone .home .mainpartContent .contentForAll table.formTable {
    display: block;
    overflow-x: auto;
  }
}
@media screen and (max-width: 365px) {
  #mainZone .home .menuLeft .menuContent .responsiveMenuHeader .responsiveMenuTitle,
  #mainZone .home .menuLeft .menuContent .responsiveMenuHeader .subInfoInHeader {
    display: none;
  }
}
.buttonEntityHome {
  border-radius: 10px;
  display: block;
  margin: 1em auto 0;
  outline: medium none;
  width: 100%;
}
.customLink {
  text-align: left;
  font-size: 2em;
}
.customLink a {
  color: black !important;
  text-decoration: none;
}
.customLink a:hover {
  text-decoration: underline;
}
.marketingDataViewerContainer {
  padding: 0px 10px 60px;
}
.marketingDataViewerContainer .gridUIEdit {
  text-decoration: underline;
  cursor: pointer;
}
.marketingDataViewerContainer .tooltip-inner {
  max-width: 250px;
}
.marketingDataViewerContainer .waitIconTable {
  font-size: 10em;
  text-align: center;
  width: 100%;
  height: 3.2em;
}
.marketingDataViewerContainer .dataViewerButton {
  display: block;
  margin: auto;
}
.marketingDataViewerContainer .dataViewerError {
  text-align: center;
}
.marketingDataViewerContainer .dataViewerError .dataViewerErrorSign {
  display: inline-block;
  vertical-align: middle;
  font-size: 7em;
}
.marketingDataViewerContainer .dataViewerError .dataViewerErrorMessage {
  display: inline-block;
  vertical-align: middle;
  font-size: 2em;
  padding: 1em;
  line-height: 1.3em;
}
.marketingDataViewerContainer .dataViewerRequestList .dataViewerHeaButton {
  margin-bottom: 10px;
  margin-right: 8px;
}
.marketingDataViewerContainer .dataViewerRequestList .iconToClick {
  display: inline-block;
  width: 100%;
  padding: 7px;
  cursor: pointer;
}
.marketingDataViewerContainer .dataViewerStepName {
  display: block;
  text-align: center;
  font-size: 2.7em;
  line-height: 1em;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  margin: 20px auto 25px;
}
.marketingDataViewerContainer .displayStatForm > .itemForm {
  margin-right: 15px;
  margin-left: 15px;
  max-width: 400px;
}
.marketingDataViewerContainer .dataViewerForm.datePicker .input-group {
  font-size: 1.6em;
}
.marketingDataViewerContainer .dataViewerForm.largeFrag .inputInDataViewerForm,
.marketingDataViewerContainer .dataViewerForm.largeFrag .multiselect {
  width: 660px;
}
.marketingDataViewerContainer .inputInDataViewerForm {
  padding-left: 5px;
  padding-right: 5px;
  height: 2em;
}
.marketingDataViewerContainer .dataViewerSubmitFormButton {
  margin: 15px auto 0px;
  display: block;
}
.dataViewerChartContainer .dataViewerChartTitle {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 15px auto 10px;
  text-align: center;
}
.dataViewerChartContainer .dataViewerChart {
  text-align: center;
}
.dataViewerChartContainer .dataViewerChartError {
  margin: 80px auto 10px;
  line-height: 1.3em;
  max-width: 500px;
  font-size: 1.5em;
}
.dataViewerChartContainer .dataViewerReport {
  width: 100%;
  margin: 15px auto 0px;
  height: 520px;
}
.dataViewerChartContainer .subInfoContainer {
  padding: 10px 10px 20px;
  text-align: left;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  -ms-column-gap: 1em;
  -o-column-gap: 1em;
  column-gap: 1em;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
@media only screen and (max-width: 1300px) {
  .dataViewerChartContainer .subInfoContainer {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 768px) {
  .dataViewerChartContainer .subInfoContainer {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
.dataViewerChartContainer .subInfoContainer .subInfoLine {
  padding: 3px 5px;
}
.dataViewerChartContainer .subInfoContainer .subInfoLine .subInfoKey {
  font-weight: 600;
  font-size: 1em;
}
.dataViewerChartContainer .subInfoContainer .subInfoLine .subInfoValue {
  font-size: 1em;
}
select,
input,
textarea {
  background-color: white;
}
.multiselect__option--group {
  background-color: #000000 !important;
  color: white !important;
}
.multiselect .multiselect__tags {
  border-radius: 0;
}
.multiselect.dropdownContainer {
  border: 1px solid #b3adad;
}
.multiselect.tokenizeContainer .multiselect__select {
  height: 41px;
}
.multiselect.tokenizeContainer .multiselect__tags {
  min-height: 43px;
}
.dialogWithLongDropdown .multiselect__content-wrapper {
  position: relative;
}
.multiselect--disabled .multiselect__tag {
  opacity: 0.8;
  padding: 4px 10px 4px 10px;
}
.multiselect--disabled .multiselect__tag .multiselect__tag-icon {
  display: none;
}
.multiselect--disabled,
.multiselect--disabled .multiselect__select,
.multiselect--disabled .multiselect__single {
  background: transparent !important;
  opacity: 1;
}
.multiselect--disabled .multiselect__tags {
  background-color: rgba(255, 255, 255, 0.35) !important;
  border-color: transparent !important;
}
select:disabled,
input:disabled,
textarea:disabled {
  cursor: default !important;
  font-family: 'Nunito', sans-serif !important;
  border-color: transparent !important;
  opacity: 1;
  filter: alpha(opacity=1);
}
select:disabled,
input:not(.colorInput):disabled,
textarea:disabled {
  background-color: rgba(179, 173, 173, 0.35) !important;
}
select,
input,
textarea {
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.flipswitch.toggleDisabled {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.flipswitch.toggleDisabled {
  opacity: 0.85;
  filter: alpha(opacity=0.85);
}
.flipswitch.toggleDisabled .flipswitch-label {
  cursor: default;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  background: #F2F5F8;
}
#mainZone {
  width: 100%;
  height: 100%;
}
.homeHeader {
  background: white !important;
}
.homeHeader .homeHeaderLogo {
  background-color: #000000;
  min-width: 260px;
}
.homeHeader .homeHeaderLogo img {
  display: none;
}
.homeHeader .homeHeaderLogo span {
  font-size: 22px;
  color: white !important;
}
.alertStack {
  bottom: 5px;
  right: 5px;
  font-size: 1.6em;
}
.alertStack .alert {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  width: 20em;
  max-width: 70vw;
  transition: all 0.125s;
  opacity: 0.8;
  line-height: 1.3;
}
.alertStack .alert:hover {
  opacity: 1;
  transform: translateX(-0.8em);
}
.alertStack .alert.alertStack-enter {
  opacity: 0;
  transform: translateX(50%);
}
.alertStack .alert.alertStack-leave-to {
  opacity: 0;
  transform: translateX(-50%);
}
.alertStack .alert.alert-info {
  background: #002af8;
  color: white;
}
.alertStack .alert.alert-success {
  background: #7687ff;
  color: white;
}
.alertStack .alert.alert-danger {
  background: #f03b3b;
  color: white;
}
.alertStack .alert.alert-warning {
  background: #FFAA00;
  color: white;
}
.alertStack .alert .alertText {
  flex: 1;
}
.alertStack .alert .alertCloseBtn {
  width: 1.7em;
  height: 1.7em;
  padding: 0;
  border: 0.15em solid;
}
.alertStack .alert .alertCloseBtn .icon {
  line-height: 1.4;
}
.initScreen {
  background-color: #000000;
}
.initScreen tr td img {
  /*                max-height: image-height("../images/res/bigLogoBK.png");
                                max-width: image-width("../images/res/bigLogoBK.png");*/
  height: 45%;
  width: auto;
}
.initScreen tr td .initLogo {
  height: 25%;
  margin-bottom: 5%;
}
.initScreen tr td .loadText {
  color: white;
  font-size: 4em;
  font-family: 'Nunito', sans-serif;
}
.menuContent {
  padding: 0px !important;
}
.menuContent .unselected span {
  color: #000000;
}
.menuContent .unselected:before {
  content: '';
  width: 5px;
  background-color: #000000;
  position: absolute;
  bottom: 10%;
  top: 10%;
  left: -10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.dirtyIcon {
  background: #E62453;
  color: white;
}
.dirtyIcon.dirtyIconAlert:before {
  background: #f531314d;
}
.homeHeaderTitle {
  color: #000000;
}
.language {
  left: 10px;
  color: white;
}
.title {
  color: #f03b3b;
}
.homeHeader {
  background: transparent;
}
.menuLeft {
  font-size: 1.2em !important;
  width: 260px;
}
.menuLink {
  padding: 12px 5px 12px 25px !important;
  color: #000000;
}
.menuLink span {
  color: #000000;
  font-size: 14px !important;
}
.menuLink .icon {
  font-size: 1.2em !important;
}
.menuLink.unselected {
  color: #000000;
}
.menuLink:before {
  content: '';
  width: 5px;
  background-color: #000000;
  position: absolute;
  bottom: 10%;
  top: 10%;
  left: 2px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menuLink:hover {
  color: #000000;
}
.menuLink:hover:before {
  height: initial !important;
  top: 10% !important;
  width: 5px !important;
  left: 2px !important;
  bottom: 10% !important;
}
.menuLink:hover span {
  color: #000000;
}
.mainpartContent {
  margin: 0px 5px 0px 270px;
}
.loginContainer .errorMessage {
  color: #f03b3b;
}
.loginContainer .loginContent .loginTitle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000000;
}
.loginContainer .loginContent #loginForm button {
  background-color: #000000;
  color: white;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.loginContainer .loginContent #loginForm input.errorClass {
  border-color: #f03b3b;
}
.homeResumeLine1,
.homeResumeLine2,
.homeResumeLine3 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.homeResumeLine1 .elementResumeBox,
.homeResumeLine2 .elementResumeBox,
.homeResumeLine3 .elementResumeBox {
  width: 220px;
  height: 180px;
  margin: 15px;
  min-height: 65px;
  background-color: white;
  -webkit-box-shadow: 0 0 30px -15px black;
  -o-box-shadow: 0 0 30px -15px black;
  box-shadow: 0 0 30px -15px black;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.homeResumeLine1 .elementResumeBox {
  color: #000000;
}
.homeResumeLine2 .elementResumeBox {
  color: #7687ff;
}
.homeResumeLine3 .elementResumeBox {
  color: #FFAA00;
}
.elementResumeBox {
  width: 220px;
  height: 220px;
}
.navSquareButton {
  background: #000000;
  width: 220px;
  height: 220px;
}
.searchIcon,
.searchResetIcon {
  color: #000000;
}
.errorClass,
.errorClass .form-control {
  border-color: #f03b3b !important;
}
.itemInactive {
  background: rgba(240, 59, 59, 0.3) !important;
}
.shar3dRed {
  color: #E62453 !important;
}
.shar3dGreen {
  color: #25d583 !important;
}
.bkErrorFrag .bkErrorSign {
  color: #f03b3b;
}
.topViewMainSelect {
  background-color: white !important;
  color: #000000 !important;
}
.bgBlue {
  background-color: #000000;
  color: white;
}
.containerTable table th {
  background-color: #000000;
}
.containerTable table tr td .errorMessageTextArea {
  color: #f03b3b;
}
.containerTable table tr td .iconInTable {
  color: #000000;
}
.containerTable .lineOnError {
  background-color: rgba(240, 59, 59, 0.3) !important;
}
.containerTable .lineOnError:hover {
  background-color: rgba(240, 59, 59, 0.4) !important;
}
.containerTable .withNewPrice {
  background-color: rgba(37, 213, 131, 0.3) !important;
}
.containerTable .withNewPrice:hover {
  background-color: rgba(37, 213, 131, 0.4) !important;
}
.containerTable table.tableStripped > tbody > tr:nth-of-type(even) {
  background-color: rgba(18, 59, 109, 0.025);
}
.containerTable table.table-fixed thead {
  background-color: #000000;
}
.containerTable table.table-fixed tbody tr:hover {
  background-color: rgba(181, 181, 181, 0.2);
}
.containerTable table.table-fixed .fa-check {
  color: #25d583;
}
.containerTable table.table-fixed .fa-times {
  color: #f03b3b;
}
.messageEmptyList {
  color: #000000;
}
.sectionElement {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #000000;
}
.subSectionElement {
  color: #000000;
}
.lineWithActionOnHover:hover {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.6);
}
.warning {
  color: #f03b3b;
}
.errorMessageGlobal {
  color: #E62453;
}
.mediaRenderBlock {
  outline: 5px solid #000000;
}
.textInForm {
  color: #000000;
}
.labelForm {
  color: #000000;
}
.bkToggle {
  border: 2px solid #000000;
}
.switch-left {
  background-color: #000000;
}
.dropzone {
  border: 2px solid #000000;
}
.playlistsUsedInfosTitle {
  color: #000000;
  font-weight: bold;
}
.playlistsUsedName:hover {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.6);
  color: white;
}
.playlistMediaPreviewTilte {
  color: #000000;
}
.playlistMediaPreviewTargetBox {
  border: 1px solid #000000;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
.errorMessage {
  color: #E62453;
}
.valueIndicator {
  color: #000000;
}
.invalidInputBlock .inputForm {
  background-color: #E62453 !important;
}
.btnDialogFormLine button:not(.btn-danger) .fa {
  color: #000000;
}
.mediaContentMessage .fa-check-circle {
  color: #25d583;
}
.mediaContentMessage .fa-times-circle {
  color: #f03b3b;
}
.label-file {
  color: rgba(0, 42, 248, 0.85);
}
.label-file:hover {
  color: #002af8;
}
.dialogFormContainer .waitIconInModal {
  color: #000000;
}
.dialogWindow.itemsPreviewDialog .previewItemBox {
  border: 4px solid #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dialogWindow.itemsPreviewDialog .previewItemBox .goToElementBlock {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  width: 2.3em;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.dialogWindow.itemsPreviewDialog .previewItemBox .previewItemBoxName {
  background-color: #000000;
}
.dialogWindow.itemsPreviewDialog .previewItemBox.previewItemBoxForCampaignItem {
  border-color: #002af8;
}
.dialogWindow.itemsPreviewDialog .previewItemBox.previewItemBoxForDisabledItem {
  border-color: #f03b3b;
}
.dialogWindow.itemsPreviewDialog .previewItemBox.previewItemBoxForDisabledItem .previewItemBoxName {
  background-color: #f03b3b;
}
.dialogWindow.itemsPreviewDialog .previewItemBox:hover {
  box-shadow: -5px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dialogWindow.itemsPreviewDialog .previewItemBox:hover .goToElementBlock {
  left: -2.3em;
  box-shadow: -5px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dialogWindow.playlistPreviewDialog .displayDetailsToggleContainer {
  margin: 15px auto;
  padding: 0px 35px 0px 15px;
  max-width: 100%;
}
.dialogWindow.playlistPreviewDialog .displayDetailsToggleContainer .labelForm {
  max-width: 200px;
  color: inherit;
  font-weight: bold;
  font-size: 1.5em;
}
.dialogWindow.playlistPreviewDialog .playlistsUsedInfos {
  text-align: left;
  font-size: 1.4em;
  margin: 0px 15px 15px;
}
.dialogWindow.playlistPreviewDialog .playlistsUsedInfos .playlistsUsedInfosTitle {
  font-weight: bold;
}
.dialogWindow.playlistPreviewDialog .playlistsUsedInfos .playlistsUsedName:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-timing-function: cubic-bezier(0.75, -0.5, 0, 1.75);
}
.dialogWindow.playlistPreviewDialog .playlistPreviewTargetGroupSeparation {
  height: 5px;
  margin: 15px auto;
}
.dialogWindow.playlistPreviewDialog .previewPlaylistBox {
  border: 4px solid #000000;
}
.dialogWindow.playlistPreviewDialog .previewPlaylistBox .previewPlaylistTargetName {
  background-color: #000000;
}
.dialogWindow.playlistPreviewDialog .previewPlaylistBox .previewPlaylistMediaName {
  text-align: left;
  font-size: 1.4em;
  line-height: 1.1em;
  word-wrap: break-word;
  padding: 5px 5px;
}
.dialogWindow.playlistPreviewDialog .previewPlaylistBox .previewPlaylistMediaName.previewPlaylistMediaSelectedName {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
.dialogWindow.playlistPreviewDialog .previewPlaylistBox .previewPlaylistMediaName .previewIcon {
  color: #000000;
}
.dialogWindow.configsPreviewDialog .configsPreviewLine .configsPreviewLineTitle {
  color: #000000;
}
.dialogWindow.configsPreviewDialog .configsPreviewLine .configsPreviewNoConfigMsg {
  color: #f03b3b;
}
.priceTableTitle {
  color: #000000;
}
.priceLabel {
  color: #000000;
}
.longPriceGroup .priceTableTitle.priceTitleInError {
  border-color: #f03b3b;
}
table.formTable tr th {
  color: #000000;
  background-color: rgba(218, 218, 218, 0.8);
}
table.formTable tr td .fa-check {
  color: #25d583;
}
table.formTable tr td .fa-times {
  color: #f03b3b;
}
table.formTable tr:nth-of-type(even) {
  background-color: rgba(18, 59, 109, 0.025);
}
table.formTable tr:hover {
  background-color: rgba(181, 181, 181, 0.2);
}
.flipswitch-inner:before {
  background-color: #25d583;
}
.flipswitch-inner:after {
  background-color: #f03b3b;
}
.flipswitch-switch {
  width: 30px;
  border: 1px solid #999999;
  border-radius: 30px;
  height: 30px;
}
.togglePreview .fa-check {
  color: #25d583;
}
.togglePreview .fa-times {
  color: #f03b3b;
}
.buttonStyle {
  background: #000000;
}
.buttonStyle.button--inverted {
  color: #000000;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock {
  border: 1px solid rgba(218, 218, 218, 0.8);
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropTitle {
  background-color: #000000;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropTitle .closeSearchIcon {
  color: #002af8;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList .lineOnError {
  background-color: rgba(240, 59, 59, 0.3) !important;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList .withNewPrice {
  background-color: rgba(37, 213, 131, 0.3) !important;
}
.dragAndDropContainer .dragAndDropContent .dragAndDropBlock .dragAndDropList .selectedNode {
  color: white;
  background: #002af8 !important;
  /*border: solid 1px rgba(0,0,0,0.1);*/
}
.dragAndDropContainer .dragAndDropBtnController button {
  background: #000000;
}
@media only screen and (max-width: 768px) {
  .menuContent {
    background-color: #fff !important;
    overflow: auto;
  }
  .menuContent::-webkit-scrollbar {
    width: 7px;
    height: 9px;
  }
  .menuContent::-webkit-scrollbar-button:start:decrement,
  .menuContent::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent;
  }
  .menuContent::-webkit-scrollbar-track-piece {
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .menuContent::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  .menuContent::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  .menuContent::-webkit-scrollbar {
    width: 7px;
    height: 9px;
  }
  .menuContent::-webkit-scrollbar-button:start:decrement,
  .menuContent::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0;
    background-color: transparent;
  }
  .menuContent::-webkit-scrollbar-track-piece {
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .menuContent::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  .menuContent::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
  .menuContent .menuLink:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000000;
  }
  .menuContent .unselected {
    background-color: transparent;
  }
  .menuContent .responsiveMenuHeader .responsiveMenuTitle,
  .menuContent .responsiveMenuHeader .subInfoInHeader,
  .menuContent .responsiveMenuHeader .closeResponsiveMenuIcon {
    color: #000000;
  }
}
.buttonEntityHome {
  background-color: #000000;
  border: 1px solid #000000;
}
.marketingDataViewerContainer .dataViewerChartContainer .dataViewerChartError {
  color: #f03b3b;
}
.marketingDataViewerContainer .dataViewerError .dataViewerErrorSign {
  color: #f03b3b;
}
.marketingDataViewerContainer .dataViewerRequestList .iconToClick.iconToClickSee {
  color: #000000;
}
.marketingDataViewerContainer .dataViewerRequestList .iconToClick.iconToClickEdit {
  color: #FFAA00;
}
.marketingDataViewerContainer .dataViewerRequestList .iconToClick.iconToClickDelete {
  color: #f03b3b;
}
.marketingDataViewerContainer .dataViewerStepName {
  color: #000000;
}
.contentForAll .toolbar {
  left: 260px;
  background: #F2F5F8;
}
/*
* Vue date time
*/
.vdatetime .vdatetime-popup__header {
  background: #000000;
}
.vdatetime .vdatetime-calendar__month__day--selected:hover > span > span,
.vdatetime .vdatetime-calendar__month__day--selected > span > span {
  background: #000000;
}
.vdatetime .vdatetime-popup__actions__button {
  color: #000000;
}
.helperModalContainer {
  height: 95%;
  width: 95%;
  position: relative;
  margin: auto;
  display: inline-block;
  text-align: left;
  background-color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 30px 20px 25px;
  -webkit-animation: 0.3s fadeInTransition alternate;
  -moz-animation: 0.3s fadeInTransition alternate;
  animation: 0.3s fadeInTransition alternate;
}
.helperModalContainer .helperModalTitle {
  background-color: #000000;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.helperModalContainer .helperModalTitle .helperCloseModal {
  background-color: #f03b3b;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  cursor: pointer;
}
.helperModalContainer .helperModalContent {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  overflow: auto;
}
.helperButtonContainer {
  background-color: white;
  border: 2px solid #000000;
  color: #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 30px;
  text-align: left;
  padding: 0 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.helperButtonContainer .helperButtonText {
  position: absolute;
  left: 25px;
  font-weight: bold;
}
.helperButtonContainer:hover {
  width: 135px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.selected-line {
  background-color: #b3adad !important;
}
.wizard-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.wizard-tab-container .wizard-tab {
  border: 1px solid #000000;
  padding: 10px;
  font-size: 1.7em;
  cursor: pointer;
  border-radius: 50px;
  margin: 10px 10px 10px 0;
  max-width: 500px;
}
.wizard-tab-container .wizard-tab:hover,
.wizard-tab-container .wizard-tab.wizard-selected-pos {
  background-color: #000000;
  color: white;
}
.empty-list {
  padding: 25px 0;
  width: 100%;
  text-align: center;
  font-size: 3em;
}
.wizard-step {
  width: 100%;
  font-size: 1.7em;
}
.wizard-step table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
}
.wizard-step table tr:first-child td {
  padding: 10px;
  background-color: #000000;
  color: white;
  border-bottom: 1px solid white;
}
.wizard-step table .sub-header {
  background-color: #000000;
  color: white;
  padding: 10px;
  border: 1px solid;
}
.wizard-step table .sub-header:first-child,
.wizard-step table .sub-header:last-child {
  border-color: #000000;
}
.wizard-step table .td-body {
  padding: 10px;
}
.wizard-step table .empty-line {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), #000000 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
}
.wizard-step table tr,
.wizard-step table td {
  border: 1px solid #000000;
}
.wizard-step table tr .input-container,
.wizard-step table td .input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wizard-step table tr .input-container input,
.wizard-step table td .input-container input {
  border: 1px solid black;
  width: 90%;
  text-align: right;
  margin: 10px;
}
.wizard-step table tr .input-container input:focus,
.wizard-step table td .input-container input:focus,
.wizard-step table tr .input-container input:active,
.wizard-step table td .input-container input:active {
  outline: none !important;
}
.wizard-step table tr .input-container .currency,
.wizard-step table td .input-container .currency {
  margin-right: 10px;
  font-size: 1.8em;
}
.contactLink {
  text-align: center;
  padding: 15px;
}
.contactLink a {
  color: black;
  text-decoration: none;
}
.contactLink a:hover {
  text-decoration: underline;
}
.wizardButtons .icon {
  display: none;
}
@media screen and (max-width: 650px) {
  .wizardButtons .icon {
    display: inline-block;
  }
}
.wizardButtons .text {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .wizardButtons .text {
    display: none;
  }
}
