﻿/*FONTS*/
@font-face {
  font-family: 'simpler-black';
  src: url('/OrangeMain/Style/Fonts/simpler-black-webfont.eot') format('embedded-opentype'), url('/OrangeMain/Style/Fonts/simpler-black-webfont.svg') format('svg'), url('/OrangeMain/Style/Fonts/simpler-black-webfont.ttf') format('truetype'), url('/OrangeMain/Style/Fonts/simpler-black-webfont.woff') format('woff');
}
@font-face {
  font-family: 'simpler-bold';
  src: url('/OrangeMain/Style/Fonts/simpler-bold-webfont.eot') format('embedded-opentype'), url('/OrangeMain/Style/Fonts/simpler-bold-webfont.svg') format('svg'), url('/OrangeMain/Style/Fonts/simpler-bold-webfont.ttf') format('truetype'), url('/OrangeMain/Style/Fonts/simpler-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'simpler-light';
  src: url('/OrangeMain/Style/Fonts/simpler-light-webfont.eot') format('embedded-opentype'), url('/OrangeMain/Style/Fonts/simpler-light-webfont.svg') format('svg'), url('/OrangeMain/Style/Fonts/simpler-light-webfont.ttf') format('truetype'), url('/OrangeMain/Style/Fonts/simpler-light-webfont.woff') format('woff');
}
@font-face {
  font-family: 'simpler-regular';
  src: url('/OrangeMain/Style/Fonts/simpler-regular-webfont.eot') format('embedded-opentype'), url('/OrangeMain/Style/Fonts/simpler-regular-webfont.svg') format('svg'), url('/OrangeMain/Style/Fonts/simpler-regular-webfont.ttf') format('truetype'), url('/OrangeMain/Style/Fonts/simpler-regular-webfont.woff') format('woff');
}
/*************************************/
body {
  direction: rtl;
  /*color: #3d3c3b;*/
  color: #000;
  font-family: 'simpler-regular';
}
/* GENERAL*/
.no-canvas .as_tooltipWrapper:before {
  bottom: -10px !important;
}
.ltr {
  direction: ltr;
}
.lnk {
  font: 1.3rem/1em 'simpler-bold';
  border-bottom: 1px solid #000 !important;
  display: inline-block;
  margin-bottom: 1em;
  color: #000;
}
.lnk:hover {
  text-decoration: none;
  color: #000;
}
.inputDiv {
  margin-bottom: 20px;
  position: relative;
}
.inputDiv .ng-invalid-required {
  box-shadow: none !important;
}
.inputDiv.smallDiv {
  width: 290px;
  display: inline-block;
}
.inputDiv.smallDiv > input[type='text'] {
  width: 90px;
}
.inputDiv.xsDiv {
  width: 170px;
  display: inline-block;
  vertical-align: top;
}
.inputDiv.xsDiv > label {
  width: 35px;
}
.inputDiv.xsDiv > input[type='text'] {
  width: 82px;
}
.inputDiv.xsDiv .errorDiv {
  margin-right: 45px;
  margin-right: 42px\9;
}
.inputDiv.error .errorDiv {
  display: block;
}
.inputDiv.error > input[type='text'],
.inputDiv.error > input[type='email'] {
  border: 1px solid red;
}
.inputDiv > label {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}
.inputDiv > label.innerLabel {
  color: #969696;
  font-size: 16px;
  font-family: 'simpler-regular';
  position: absolute;
  top: 13px;
  right: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  width: auto;
}
.inputDiv > label.innerLabel.not-empty {
  top: 3px;
  right: 5px;
  font-size: 12px;
  color: #01a695;
}
.inputDiv > input[type='text'],
.inputDiv > input[type='email'],
.inputDiv > input[type='tel'] {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  height: 28px\9;
  border: 1px solid #d4d4d4;
  padding: 0 10px;
  padding: 10px\9;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'simpler-regular';
}
.inputDiv > input[type='text'].disabled,
.inputDiv > input[type='email'].disabled,
.inputDiv > input[type='tel'].disabled {
  background-color: #f3f3f3;
  outline: none;
  cursor: default;
  color: #909090;
  border: 1px solid #cccccc;
}
.inputDiv > input[type='text'].haveHeadLabel,
.inputDiv > input[type='email'].haveHeadLabel,
.inputDiv > input[type='tel'].haveHeadLabel {
  padding: 20px 10px 10px 10px;
}
.inputDiv > input[type='email'] {
  direction: ltr;
}
.inputDiv textarea {
  resize: none;
  width: 250px;
  height: 53px;
  border: 1px solid #d4d4d4;
  padding: 10px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  overflow: auto;
  font-family: 'simpler-regular';
}
.inputDiv .errorDiv {
  margin-right: 165px;
  color: red;
  margin-top: 3px;
}
.inputDiv #Smscodetext + .innerLabel {
  top: 13px;
}
.inputDiv #Smscodetext + .innerLabel.not-empty {
  top: 3px;
}
.btnDiv {
  display: inline-block;
}
.btnDiv .btn {
  display: inline-block;
  min-width: 147px;
  padding: 0 15px;
  /*height: 38px;
        line-height: 38px;*/
  height: 45px;
  line-height: 45px;
  /*background: #fe6600;*/
  background: #2cd5c4;
  /*color: #fff;*/
  color: #000;
  /*font-size: 18px;*/
  font-size: 17px;
  /*font-weight: normal;*/
  font-weight: bold;
  /*border-radius: 5px;*/
  /*-webkit-box-shadow: 0px -2px 0px 0px #b44800 inset;
        -moz-box-shadow: 0px -2px 0px 0px #b44800 inset;
        box-shadow: 0px -2px 0px 0px #b44800 inset;*/
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  vertical-align: middle;
  border-radius: 0;
}
.btnDiv .btn:hover {
  /*background-color: #e65c00;*/
  background-color: #AADDD8;
  /*-webkit-box-shadow: 0px -2px 0px 0px #9e3f00 inset;
            -moz-box-shadow: 0px -2px 0px 0px #9e3f00 inset;
            box-shadow: 0px -2px 0px 0px #9e3f00 inset;*/
}
.btnDiv .btn.disabled,
.btnDiv .btn.disabled:hover {
  background: #F3F3F3;
  -webkit-box-shadow: 0px 2px 0px 0px #E1E1E1 inset;
  -moz-box-shadow: 0px 2px 0px 0px #E1E1E1 inset;
  box-shadow: 0px 2px 0px 0px #E1E1E1 inset;
  color: #BEBEBE;
  cursor: default;
}
.btnDiv .loader {
  display: none;
  vertical-align: middle;
  margin-right: 5px;
}
.checkboxDiv {
  margin-bottom: 0;
}
.checkboxDiv .checkbox-label {
  display: inline-block;
  cursor: pointer;
}
.checkboxDiv .checkbox-label .checkbox-overlay {
  background-image: url('/EPI.Shared.Components/images/NewPlansLobby/checkbox.png');
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  margin-top: 3px;
  cursor: pointer;
}
.checkboxDiv .checkbox-label .checkbox-overlay.checked {
  background-image: url('/EPI.Shared.Components/images/NewPlansLobby/checkbox_checked.png');
}
.checkboxDiv .checkbox-label > input[type="checkbox"] {
  display: inline-block;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  outline: none;
  z-index: 1;
}
.checkboxDiv .checkbox-label .text {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding-right: 22px;
}
.checkboxDiv .checkbox-label .text a {
  text-decoration: underline;
  text-underline-position: under;
}
.checkboxDiv .checkbox-label .text a:hover {
  text-decoration: none;
}
.radioDiv .radio-label {
  display: inline-block;
  cursor: pointer;
}
.radioDiv .radio-label .radio-overlay {
  border: 1px solid #000;
  border-radius: 25px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  margin-top: 3px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.radioDiv .radio-label .radio-overlay.checked {
  background-color: #2cd5c4;
}
.radioDiv .radio-label > input[type="radio"] {
  display: inline-block;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  /*outline: none;*/
  /*&:focus {
                outline: 2px auto #428bca;
                outline-offset: -2px;
            }*/
}
.radioDiv .radio-label .text {
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  padding-right: 22px;
  vertical-align: middle;
}
.radioDiv.close {
  opacity: 1 !important;
  text-shadow: none;
}
.radioDiv.close:hover,
.radioDiv.close:focus {
  opacity: 1 !important;
}
.selectDiv {
  position: relative;
  margin-bottom: 20px;
}
.selectDiv.error .selectSpan {
  border: 1px solid red;
  /*.arrow {
                left: 0px;
            }*/
}
.selectDiv > select {
  width: 273px;
  height: 50px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  font-size: 1em;
}
.selectDiv .selectSpan {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  border: 1px solid #d4d4d4;
  width: 273px;
  height: 50px;
  padding: 12px 10px 12px 5px;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  background: #fff;
  box-sizing: border-box;
}
.selectDiv .selectSpan .arrow {
  display: block;
  position: absolute;
  width: 11px;
  left: 14px;
  top: 21px;
  height: 7px;
  cursor: pointer;
  background-image: url('/EPI.Shared.Components/Images/AutomatedSale/select_arrow_Narkis.png');
}
.selectDiv .selectSpan.open .arrow {
  /*background-image: url('/EPI.Shared.Components/images/NewPlansLobby/select_arrow_open.png');*/
  background-image: url('/EPI.Shared.Components/Images/AutomatedSale/select_arrow_open_Narkis.png');
}
.selectDiv .errorDiv {
  color: red;
  margin-top: 3px;
}
.as_toolTip {
  position: relative;
  display: inline-block;
}
.as_toolTip .as_toolTipLink {
  /*width: 15px;
        height: 15px;
        line-height: 15px;*/
  width: 16px;
  height: 16px;
  line-height: 16px;
  /*background-color: #ff6600;*/
  background-color: #2cd5c4;
  font-size: 1em;
  /*color: #fff;*/
  color: #000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.as_toolTip .as_tooltipWrapper {
  position: absolute;
  z-index: 1000000;
  display: inline-block;
  bottom: 30px;
  right: auto;
  left: -66px;
  width: 135px;
}
.as_toolTip .as_tooltipWrapper:before {
  position: absolute;
  right: auto;
  left: 47%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e3e3e3;
  bottom: -12px;
}
.as_toolTip .as_tooltipWrapper:after {
  position: absolute;
  right: auto;
  left: 47%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  bottom: -9px;
}
.as_toolTip .as_tooltipWrapper .as_tooltipContainer {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 10px 10px 10px 30px;
  box-shadow: 0px 2px 5px -3px #000;
  text-decoration: none;
  cursor: default;
  display: block;
}
.as_toolTip .as_tooltipWrapper .as_tooltipContainer .as_tooltipCloseBtm {
  background-image: url('/EPI.Shared.Components/images/AutomatedSale/closeBtn.png');
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.as_toolTip .as_tooltipWrapper .as_tooltipContainer .as_tooltipContent {
  font-size: 1em;
  color: #000;
  display: block;
  line-height: 16px;
}
.automatedSaleCaptchaDiv {
  margin-bottom: 20px;
}
.automatedSaleCaptchaDiv #CaptchaDiv .field_space_short,
.automatedSaleCaptchaDiv #CaptchaDiv .field_text.text_padding {
  display: none;
}
.automatedSaleCaptchaDiv #CaptchaDiv Div.text_padding.bold.float_right.normal {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-size: 1em;
}
.automatedSaleCaptchaDiv #CaptchaDiv .security_code {
  margin-bottom: 10px;
}
.automatedSaleCaptchaDiv #CaptchaDiv .security_code .LBD_CaptchaDiv {
  width: 170px !important;
  height: 38px !important;
}
.automatedSaleCaptchaDiv #CaptchaDiv .security_code .LBD_CaptchaDiv .LBD_CaptchaImage {
  width: 137px !important;
  height: 38px !important;
}
.automatedSaleCaptchaDiv #CaptchaDiv .security_code .LBD_CaptchaDiv .LBD_CaptchaImage > img {
  width: 137px !important;
  height: 38px !important;
}
.automatedSaleCaptchaDiv #CaptchaDiv .security_code .LBD_CaptchaDiv .LBD_CaptchaIcons {
  width: 18px !important;
  height: 38px !important;
}
.automatedSaleCaptchaDiv #CaptchaDiv .security_code .LBD_CaptchaDiv .LBD_CaptchaIcons > a > img {
  width: 18px !important;
  height: 17px !important;
}
.automatedSaleCaptchaDiv #CaptchaDiv .field_box {
  width: 218px;
  height: 48px;
  height: 28px\9;
  border: 1px solid #d4d4d4;
  padding: 0 10px;
  padding: 10px\9;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}
.automatedSaleCaptchaDiv #CaptchaDiv .field_comments_short {
  color: red;
  margin-top: 3px;
}
.bulletList ul {
  margin-top: 5px;
}
.bulletList ul > li {
  padding: 0 18px 0 10px;
  background: url('/EPI.Shared.Components/Images/General/small_bullet.png') no-repeat right 4px;
  padding-bottom: 5px;
  position: relative;
  cursor: default;
  color: #000;
}
a.linkView {
  display: inline-block;
  color: #01a695;
  font-size: 14px;
  border-bottom: 1px solid #01a695;
  font-weight: normal;
  text-decoration: none !important;
}
a.linkView:hover,
a.linkView:active,
a.linkView:focus {
  text-decoration: none !important;
  color: #000;
}
/***************/
.automatedSale {
  margin: 0 auto;
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 60px;
  letter-spacing: -0.2px;
}
.automatedSale .errorDiv {
  color: red;
  margin-top: 3px;
  font-size: 18px;
}
.automatedSale .errorDiv a {
  color: red;
  text-decoration: underline;
  text-underline-position: under;
}
.automatedSale .errorDiv a:hover {
  text-decoration: none;
}
.automatedSale .orderApprovalLogo {
  display: none;
}
.automatedSale h1.topTitle {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 20px;
}
.automatedSale h1.topTitle.orderApprovalTitle {
  padding-right: 0px;
  width: 980px;
  margin: 0 auto 20px auto;
}
.automatedSale .topFixedLine {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  position: fixed;
}
.automatedSale .dealerInfo {
  color: red;
  font-size: 2em;
  margin-bottom: 20px;
  text-decoration: underline;
  width: 980px;
  margin: 0 auto 20px auto;
}
.automatedSale .dealerInfo > strong {
  padding: 10px;
  background-color: #000;
  border-radius: 8px;
}
.automatedSale .stripForLoginPage {
  height: 20px;
  background: #333333;
  margin-bottom: 30px;
}
.automatedSale .saleProccessNavWrapper {
  margin: 0 auto 75px auto;
  padding: 20px 0;
  background: #333333;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav {
  margin: 0 auto;
  width: 980px;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul {
  float: right;
  display: inline-block;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step {
  display: inline-block;
  cursor: default;
  margin-left: 10px;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step > a {
  display: inline-block;
  cursor: default;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step > a .number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  color: #969696;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #969696;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step > a .name {
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  color: #969696;
  margin-right: 5px;
  margin-left: 5px;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step > a .dots {
  display: inline-block;
  color: #969696;
  /*vertical-align: middle;*/
  font-size: 48px;
  line-height: 21px;
  letter-spacing: -4px;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step.active {
  cursor: pointer;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step.active > a {
  cursor: pointer;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step.active > a .number {
  color: #333333;
  border: 3px solid #fff;
  background: #fff;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step.active > a .name {
  color: #fff;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step.used {
  cursor: pointer;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step.used > a {
  cursor: pointer;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step.used > a .number {
  content: '';
  color: #333333;
  border: 3px solid #2cd5c4;
  background: #2cd5c4 url('/EPI.Shared.Components/Images/AutomatedSale/navUsed.png') no-repeat center center;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step.used > a .name {
  color: #01a695;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav > ul li.step.noCursor > a {
  cursor: default;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav .ssl {
  display: inline-block;
  float: left;
  margin-top: 14px;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav .ssl > img {
  width: 13px;
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .saleProccessNavWrapper .saleProccessNav > .nav .ssl > span {
  display: inline-block;
  font-size: 1em;
  vertical-align: middle;
  color: #01a695;
  font-weight: normal;
}
.automatedSale .processWrapper {
  margin: 0 auto;
  width: 980px;
}
.automatedSale .processWrapper .rightSection {
  width: 635px;
  float: right;
  margin-left: 35px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div {
  margin-bottom: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div .stepContent {
  /*padding: 0 20px 20px 20px;*/
}
.automatedSale .processWrapper .rightSection .actionsSteps > div .stepContent.disabled input[type='text'] {
  background-color: #f3f3f3;
  outline: none;
  cursor: default;
  color: #909090;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div .stepContent > strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div .stepContent .addLineDiv {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails {
  margin-bottom: 20px;
  border-top: 2px solid #e5eaec;
  border-bottom: 2px solid #e5eaec;
  padding: 15px 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .planAndMsisdn {
  font-family: 'simpler-bold';
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .planAndMsisdn .viIcon {
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 33px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #333333;
  border: 3px solid #2cd5c4;
  background: #fff url('/EPI.Shared.Components/Images/AutomatedSale/navUsed.png') no-repeat center center;
  background-size: 16px 12px;
  margin-left: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .planAndMsisdn .custom-divider {
  margin: 0 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .planAndMsisdn .line {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .planAndMsisdn .planName {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .planAndMsisdn .msisdn {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .planAndMsisdn .linkView {
  float: left;
  margin-top: 7px;
  font-family: 'simpler-regular';
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper {
  margin-top: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper .block {
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper .block > img {
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper .block > div {
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper .block > div > strong {
  font-size: 14px;
  font-family: 'simpler-bold';
  display: block;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper .block > div > span {
  font-size: 14px;
  font-family: 'simpler-regular';
  display: block;
  color: #969696;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper .block.sim {
  width: 300px;
  margin-right: 49px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper .block.sim > img {
  width: 43px;
  height: 31px;
  margin-left: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper .block.intrOper {
  width: 180px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails .simAndIntrOper .block.intrOper > img {
  width: 36px;
  height: 45px;
  margin-left: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails.currItem {
  border-top: 2px solid #2cd5c4;
  border-bottom: 2px solid #2cd5c4;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails.currItem .planAndMsisdn {
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails.currItem .simAndIntrOper {
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails.currItem .simAndIntrOper .sim {
  margin-right: 0;
  width: 285px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails.currItem .simAndIntrOper .sim > div {
  width: 230px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .shoppingCartItemDetails.currItem .simAndIntrOper .intrOper {
  width: 175px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper {
  margin: 2em 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .u-line {
  padding: 1.5em 35px 1.5em 0;
  border-bottom: 1px solid #D9D9D9;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .u-line a.linkView {
  color: #000;
  border-bottom: none;
  text-decoration: underline !important;
  text-underline-position: under;
  font: 0.85rem 'simpler-regular';
  color: #01a695;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .rightBlock {
  /*width: 95%;*/
  width: auto;
  display: inline-block;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .rightBlock .imgWrapper {
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  margin-left: 33px;
  text-align: center;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .rightBlock > strong.title {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'simpler-bold';
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .switchLink {
  width: 24%;
  position: absolute;
  left: 2em;
  top: 35%;
  text-align: left;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .switchLink.haveSimLink {
  display: inline-block;
  position: initial;
  width: auto;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .switchLink.haveSimLink a {
  color: #000;
  font-size: 20px;
  border-color: #000;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .switchLink.haveSimLink.noSim a {
  font-size: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .switchLink.changeMafeel a {
  color: #000;
  font-size: 16px;
  border-color: #000;
  font-weight: bold;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .switchLink.changeMafeel.reg-select-serv-lnk {
  width: 28%;
  top: 4%;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .laterMobility.checkboxDiv {
  margin-bottom: 0 !important;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .laterMobility .checkbox-label {
  margin-top: 25px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .laterMobility .checkbox-label .checkbox-overlay {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #000 !important;
  background-image: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .laterMobility .checkbox-label .checkbox-overlay.checked {
  background-image: url('/EPI.Shared.Components/images/NewPlansLobby/checkbox_checked.png');
  /*background-image: url('../../Images/AutomatedSale/navUsed.png') !important;
                                                background-size: auto;*/
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .laterMobility .checkbox-label .text {
  color: #000 !important;
  font-size: 23px !important;
  margin-right: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  padding: 1.5em 34px 1.5em 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .rightBlock {
  /*.title {
                                            max-width: 57px;
                                        }*/
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv {
  display: inline-block;
  padding-right: 0;
  letter-spacing: -1px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.noSimDiv .defaultSim {
  color: #969696;
  vertical-align: middle;
  display: inline-block;
  font: 16px 'simpler-bold';
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.noSimDiv .ddlSelectSim {
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.noSimDiv .ddlSelectSim .selectDiv {
  margin-bottom: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.noSimDiv .ddlSelectSim .selectDiv > select {
  width: 270px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.noSimDiv .ddlSelectSim .selectDiv .selectSpan {
  width: 253px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.haveSimDiv {
  vertical-align: top;
  width: 369px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.haveSimDiv .inputDiv {
  display: inline-block;
  margin-bottom: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.haveSimDiv .inputDiv > input[type='text'] {
  margin-top: -10px;
  width: 350px;
  font-size: 18px;
  height: 50px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.haveSimDiv .inputDiv label.innerLabel {
  top: 2px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.haveSimDiv .inputDiv label.innerLabel.not-empty {
  top: -10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.haveSimDiv .inputDiv .errorDiv {
  margin-right: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectSim .contentDiv.haveSimDiv .text {
  font-size: 14px !important;
  width: 390px;
  line-height: 14px;
  color: #969696;
  margin-top: 2px;
  letter-spacing: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectInterOper {
  position: relative;
  /*.switchLink {
                                        text-align: right;
                                    }*/
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectInterOper .rightBlock .title {
  max-width: 115px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectInterOper .contentDiv {
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectInterOper .contentDiv .defaultIntrOper {
  color: #969696;
  font: 16px 'simpler-bold';
  vertical-align: middle;
  display: inline-block;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectInterOper .contentDiv .selectIntrOper {
  display: inline-block;
  vertical-align: top;
  margin-top: -15px;
  max-width: 390px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectInterOper .contentDiv .selectIntrOper .selectDiv {
  margin-bottom: 5px;
  margin-right: 0.5em;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .simAndInterOper .selectInterOper.addMarginTop {
  margin-top: 25px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .contBtn.btnDiv {
  width: 100%;
  text-align: left;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .editLineWrapper .contBtn.btnDiv.disabled .btnNext {
  background: #F3F3F3;
  /*-webkit-box-shadow: 0px 2px 0px 0px #E1E1E1 inset;
                                    -moz-box-shadow: 0px 2px 0px 0px #E1E1E1 inset;
                                    box-shadow: 0px 2px 0px 0px #E1E1E1 inset;*/
  color: #BEBEBE;
  cursor: default;
  border: 4px solid #D5D5D5;
  line-height: 35px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper {
  border: 1px solid #d9d9d9;
  padding: 32px 32px 32px 10px;
  background: #f6f6f6;
  -moz-box-shadow: -1px 10px 32px #ebebeb;
  -webkit-box-shadow: -1px 10px 32px #ebebeb;
  box-shadow: -1px 10px 32px #ebebeb;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .imgWrapper {
  width: 75px;
  display: inline-block;
  vertical-align: top;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .radioDiv .radio-label .radio-overlay {
  margin-top: 6px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .radioDiv .radio-label > input[type="radio"] {
  margin-top: 6px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .radioDiv .radio-label .text {
  font-size: 18px;
  font-family: 'simpler-bold';
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum {
  display: inline-block;
  margin-top: -10px;
  width: 495px;
  /*.identificationDiv {
                                    .topBlock {
                                        margin-bottom: 15px;

                                        .infoText {
                                            display: inline-block;
                                            width: 310px;
                                            font-size: 18px;

                                            .number {
                                                color: @brandText;
                                                border-bottom: 1px solid @brandText;
                                            }
                                        }

                                        .backToSendSms {
                                            display: inline-block;
                                            width: 150px;
                                            text-align: left;
                                        }
                                    }

                                    .btnDiv {
                                        .btn {
                                            padding: 0 12px;
                                        }
                                    }

                                    .inputDiv {
                                        input[type='text'] {
                                            width: 280px;
                                            font-size: 18px;
                                            margin-left: 7px;
                                        }

                                        .errorDiv {
                                            margin-right: 0;
                                        }
                                    }

                                    .linksWrapper {

                                        .showNewNumber {
                                            margin-right: 15px;
                                        }

                                        .loader {
                                            display: none;
                                            vertical-align: middle;
                                            margin-right: 5px;
                                        }
                                    }
                                }*/
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum > h2 {
  font-weight: bold;
  font-family: 'simpler-bold';
  font-size: 1.4em;
  margin-bottom: 10px;
  margin: 0.4em 0 0.6em;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .btnDiv {
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .btnDiv .btn {
  padding: 0 11.5px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .oldNumberDiv {
  margin-bottom: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .oldNumberDiv .oldNumberContent {
  padding-top: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .oldNumberDiv .oldNumberContent .btnDiv .btn {
  padding: 0 17px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .oldNumberDiv .oldNumberContent .inputDiv input[type='text'] {
  width: 258px;
  font-size: 18px;
  margin-left: 7px;
  height: 50px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .oldNumberDiv .oldNumberContent .inputDiv .innerLabel {
  top: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .oldNumberDiv .oldNumberContent .inputDiv .innerLabel.not-empty {
  top: 3px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .oldNumberDiv .oldNumberContent .inputDiv .errorDiv {
  margin-right: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .radioDiv {
  margin-bottom: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .radioDiv .loader {
  display: none;
  vertical-align: middle;
  margin-right: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent {
  padding-right: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .radioDiv {
  width: 148px;
  border: 1px solid #d4d4d4;
  background: #fafafa;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 9px;
  margin-top: 10px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .radioDiv .radio-label {
  padding: 12px 0;
  display: block;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .radioDiv .radio-label .radio-overlay {
  display: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .radioDiv .radio-label > input[type="radio"] {
  display: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .radioDiv .radio-label .text {
  font-family: 'simpler-regular';
  padding: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .radioDiv:nth-child(3n) {
  margin-left: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .radioDiv.checked {
  background-color: #2cd5c4;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .radioDiv.checked .radio-label .vIcon {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .radioDiv.checked .radio-label .text {
  font-weight: bold;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .showMore {
  display: inline-block;
  text-align: center;
  color: #01a695;
  /*padding: 12px 0;*/
  border: 1px solid #d4d4d4;
  background: #fafafa;
  font-family: 'simpler-bold';
  font-size: 18px;
  margin-top: 9px;
  width: 461px;
  vertical-align: middle;
  margin-left: 5px;
  height: 48px;
  line-height: 48px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .btnDiv {
  margin-top: 9px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .loadMore {
  margin-top: 9px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 308px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .loadMore > a {
  font-size: 14px;
  text-decoration: underline;
  color: #01a695;
  margin-bottom: 3px;
  display: inline-block;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .loadMore > .text {
  color: #969696;
  font-size: 14px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .newNumberDiv .newNumberContent .selectNewNumberLoader {
  float: left;
  margin-left: 58px;
  margin-top: 5px;
  display: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails {
  width: 442px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .infoDiv {
  margin-bottom: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .infoDiv strong {
  display: block;
  font-size: 20px;
  font-family: 'simpler-bold';
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .infoDiv span {
  display: block;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .customerDetails .inputDiv input[type='text'] {
  width: 420px;
  font-size: 1rem;
  font-family: 'simpler-bold';
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .customerDetails .inputDiv .errorDiv {
  margin-right: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .customerDetails .selectRow .selectDiv > select {
  width: 440px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .customerDetails .selectRow .selectDiv .selectSpan {
  width: 423px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .customerDetails .selectRow .selectDiv .selectSpan.notSet {
  color: #969696;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .customerDetails .selectRow .errorDiv {
  margin-top: -15px;
  margin-bottom: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .customerDetails .checkboxDiv.error .checkbox-label .checkbox-overlay {
  border: 1px solid red;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .customerDetails .confirmMobilityCB {
  margin-top: -15px;
  margin-bottom: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .selectMsisdnWrapper .selectNum .mobilityDetails .showNewNumber {
  float: left;
  margin-top: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .top-section {
  padding: 25px 10px 15px;
  background-color: #f5f5f5;
  border: 1px solid #cecccc;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .top-section.has-error {
  border: 2px solid #f11010;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .top-section .top-section-title {
  padding: 0 25px 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .top-section .top-section-title .checkedRegulationsWrapper {
  padding: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .top-section .top-section-title .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection.top {
  background-color: #f5f5f5;
  padding-right: 0;
  border: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .top-section .top-section-title .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection.top .left .radioDiv {
  width: 100px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .top-section .top-section-title .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection.top .left .radioDiv.open {
  margin-left: 0;
  margin-right: 8px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .bottom-section {
  /*margin-top: 30px;
                                padding: 0 25px 20px;
                                background-color: #f5f5f5;
                                border: 1px solid #cecccc;*/
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .topInfoText {
  font-family: 'simpler-bold';
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-weight: normal;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper {
  background-color: #FFF;
  padding: 20px 12px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper {
  /*&:after {
                                    content: '';
                                    display: block;
                                    margin-right: 67px;
                                    width: 4px;
                                    height: 24px;
                                    background: @lightGreyBorder;
                                }*/
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .categoryHeader,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .categoryHeader,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .categoryHeader,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .categoryHeader {
  display: block;
  font-family: 'simpler-bold';
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection {
  padding: 20px 15px 15px 10px;
  border: 1px solid #cecccc;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection.has-error,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection.has-error,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection.has-error,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection.has-error,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection.has-error,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection.has-error,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection.has-error,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection.has-error {
  border: 2px solid #f11010;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection:last-child,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection:last-child,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection:last-child,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection:last-child,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection:last-child,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection:last-child,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection:last-child,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection:last-child {
  margin-bottom: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .right {
  font-size: 14px;
  color: #6a6c6c;
  width: 67%;
  padding-left: 15px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .right strong {
  font-family: 'simpler-bold';
  color: #4e4e4e;
  display: block;
  font-size: 16px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left {
  display: inline-block;
  vertical-align: top;
  border: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv {
  width: 85px;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv.open,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv.open,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv.open,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv.open,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv.open,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv.open,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv.open,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv.open {
  margin-left: 8px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv.close,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv.close,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv.close,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv.close,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv.close,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv.close,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv.close,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv.close {
  text-shadow: none;
  opacity: 1;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label {
  display: block;
  position: relative;
  height: 38px;
  margin: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay {
  background: #2cd5c4;
  margin-top: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  font-family: 'simpler-bold';
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid transparent;
  border-radius: 0 !important;
  color: #000;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay.checked {
  border: 3px solid #000;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay.checked:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay.checked:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay.checked:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left .radioDiv .radio-label .radio-overlay.checked:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay.checked:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay.checked:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay.checked:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv .radio-label .radio-overlay.checked:after {
  content: '';
  background-image: url('/EPI.Shared.Components/Images/v-icon.png');
  width: 15px;
  height: 13px;
  BACKGROUND-SIZE: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 4px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left.disabled-radio .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left.disabled-radio .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left.disabled-radio .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left.disabled-radio .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left.disabled-radio .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left.disabled-radio .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left.disabled-radio .radioDiv .radio-label .radio-overlay,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left.disabled-radio .radioDiv .radio-label .radio-overlay {
  cursor: default;
  padding-top: 0;
  border: 3px solid #d6dbde;
  background: #d6dbde;
  color: #444;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedRegulationSection .left.disabled-radio .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedRegulationSection .left.disabled-radio .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left.disabled-radio .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedRegulationSection .left.disabled-radio .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left.disabled-radio .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left.disabled-radio .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left.disabled-radio .radioDiv .radio-label .radio-overlay.checked,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left.disabled-radio .radioDiv .radio-label .radio-overlay.checked {
  padding-top: 0.2em;
  border: 3px solid #000;
  background: #d6dbde;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection {
  padding: 20px 35px 28px 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .right {
  color: #000;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .right strong,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .right strong {
  font-family: 'simpler-bold';
  font-size: 20px;
  color: #000;
  /*margin-bottom: 20px;
                                                padding-left: 10px;*/
  font-weight: normal;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left {
  display: block;
  margin-top: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedRegulationsCategory .checkedAdditionalProductSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper .checkedAdditionalProductsCategory .checkedAdditionalProductSection .left .radioDiv {
  width: 100px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedRegulationsWrapper.noAfter:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .checkedAdditionalProductsWrapper.noAfter:after {
  display: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper {
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -webkit-perspective: 800px;
  perspective: 800px;
  position: relative;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .categoryHeader,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .categoryHeader {
  display: block;
  font-family: 'simpler-bold';
  font-size: 16px;
  padding: 5px 5px 5px 50px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .topDecorLine,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .topDecorLine {
  display: block;
  margin-right: 67px;
  width: 4px;
  height: 16px;
  background: #e2e5e6;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection {
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #e5eaec;
  -moz-box-shadow: 0px 7px 30px 1px #e5eaec;
  -webkit-box-shadow: 0px 7px 30px 1px #e5eaec;
  box-shadow: 0px 7px 30px 1px #e5eaec;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection.startAnimation,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection.startAnimation,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection.startAnimation,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection.startAnimation {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-animation-name: anima;
  -o-animation-name: anima;
  -webkit-animation-name: anima;
  animation-name: anima;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .right,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .right {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .right .progressBar .c100,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .right .progressBar .c100,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .right .progressBar .c100,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .right .progressBar .c100 {
  font-size: 86px;
  float: none;
  background-color: #e5eaec;
  margin: 0;
  /*.bar {
                                                    border: 0.08em solid @aqua;
                                                }*/
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .right .progressBar .c100 > span,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .right .progressBar .c100 > span,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .right .progressBar .c100 > span,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .right .progressBar .c100 > span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 86px;
  line-height: 86px;
  font-size: 36px;
  color: #000;
  display: block;
  text-align: center;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .right .progressBar .c100:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .right .progressBar .c100:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .right .progressBar .c100:after,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .right .progressBar .c100:after {
  background-color: #fff;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .left,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .left {
  display: inline-block;
  vertical-align: top;
  width: 460px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .left .checkDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .left .checkDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .left .checkDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .left .checkDiv {
  border: 3px solid #dce1e3;
  display: inline-block;
  margin-top: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .left .checkDiv .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .left .checkDiv .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .left .checkDiv .radioDiv,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .left .checkDiv .radioDiv {
  width: 145px;
  background: #2cd5c4;
  height: 34px;
  line-height: 34px;
  float: right;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .left .checkDiv .radioDiv.ok,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .left .checkDiv .radioDiv.ok,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .left .checkDiv .radioDiv.ok,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .left .checkDiv .radioDiv.ok {
  border-left: 3px solid #dce1e3;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .left .checkDiv .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .left .checkDiv .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .left .checkDiv .radioDiv .radio-label,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .left .checkDiv .radioDiv .radio-label {
  display: block;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .left .checkDiv .radioDiv .radio-label .text,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .left .checkDiv .radioDiv .radio-label .text,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .left .checkDiv .radioDiv .radio-label .text,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .left .checkDiv .radioDiv .radio-label .text {
  padding: 0;
  font-size: 16px;
  font-family: 'simpler-bold';
  font-weight: normal;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .regulationSection .left .checkDiv .radioDiv .radio-label .vIcon,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .regulationSection .left .checkDiv .radioDiv .radio-label .vIcon,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .additionalProductSection .left .checkDiv .radioDiv .radio-label .vIcon,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .additionalProductSection .left .checkDiv .radioDiv .radio-label .vIcon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .bottomDecor,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .bottomDecor {
  margin-right: 53px;
  width: 32px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .bottomDecor .line,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .bottomDecor .line {
  display: block;
  margin-right: 14px;
  width: 4px;
  height: 28px;
  background: #e2e5e6;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentRegulationWrapper .bottomDecor .bullet,
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .currentAdditionalProductWrapper .bottomDecor .bullet {
  width: 32px;
  height: 32px;
  background: #e2e5e6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .additionalProducts {
  padding: 20px 0;
  background: #fff;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection {
  /*border-top: 4px solid @lightGreyBorder;
                                    border-bottom: 4px solid @lightGreyBorder;*/
  padding: 20px 25px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #cecccc;
  margin-bottom: 30px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection.has-error {
  border: 2px solid #f11010;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .title {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .title h2 {
  font-family: 'simpler-bold';
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .title .text {
  font-size: 16px;
  display: inline-block;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .changeInvoiceSelection {
  display: inline-block;
  vertical-align: top;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .changeInvoiceSelection .linkView:hover {
  border-bottom: 1px solid #01a695;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .changeInvoiceSelection .text {
  font-size: 14px;
  width: 365px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .radiosSection .radioDiv {
  display: block;
  vertical-align: middle;
  margin-left: 30px;
  margin-bottom: 7px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .radiosSection .radioDiv .radio-label .text {
  font-size: 16px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .radiosSection .radioDiv .radio-label .radio-overlay {
  margin-top: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .radiosSection .radioDiv .radio-label > input[type="radio"] {
  margin-top: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .invoiceSection .radiosSection .radioDiv:last-child {
  margin-left: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .termsDiv {
  display: block;
  vertical-align: top;
  margin-bottom: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .termsDiv .checkboxDiv {
  margin-top: -10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .termsDiv .checkboxDiv .checkbox-label .checkbox-overlay {
  background-image: none;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .termsDiv .checkboxDiv .checkbox-label .checkbox-overlay.checked {
  background: url("/EPI.Shared.Components/Images/icon-v.png") no-repeat center;
  background-size: 15px 13px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .termsDiv .checkboxDiv .checkbox-label > input[type="checkbox"] {
  width: 17px;
  height: 17px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .termsDiv .checkboxDiv .checkbox-label .text {
  color: #000;
  font-family: 'simpler-regular';
  /*font-weight: @textFontWieght;*/
  font-size: 16px;
  margin-top: 3px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .termsDiv .checkboxDiv .checkbox-label .text a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-family: 'simpler-regular';
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .termsDiv .checkboxDiv.has-error .checkbox-label .checkbox-overlay {
  border: 2px solid red;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .btnsBlock {
  vertical-align: top;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .btnsBlock .hLoader {
  display: block;
  margin: 5px auto;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .btnsBlock .addBtn {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .btnsBlock .addBtn .btn {
  width: 200px;
  height: 51px;
  background: #caf4f0;
  border: 1px solid #caf4f0;
  transition: all 0.2s ease-out !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .btnsBlock .addBtn .btn:hover {
  background: #AADDD8;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .btnsBlock .continueBtn {
  display: inline-block;
  vertical-align: top;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .btnsBlock .continueBtn .btn {
  width: 200px;
  height: 51px;
  background: #2cd5c4;
  transition: all 0.2s ease-out !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .btnsBlock .continueBtn .btn:hover {
  background: #AADDD8;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .regulation .continueSection .bottomBlock .btnsBlock .btnDiv .btn {
  font-size: 16px;
  font-family: 'simpler-bold';
  padding: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv {
  background: #ebecee;
  padding: 35px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .topBlock {
  margin-bottom: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .topBlock .infoText {
  display: inline-block;
  /*width: 310px;*/
  width: 70%;
  font-size: 18px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .topBlock .infoText .number {
  color: #000;
  text-decoration: underline !important;
  text-underline-position: under;
  transition: all 0.2s ease-out;
  font-size: 18px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .topBlock .infoText .number:hover {
  text-decoration: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .topBlock .backToSendSms {
  display: inline-block;
  width: 150px;
  text-align: left;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .btnDiv .btn {
  padding: 0 12px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .inputDiv {
  display: flex;
  justify-content: space-between;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .inputDiv input[type='text'] {
  width: 65%;
  font-size: 18px;
  margin-left: 7px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .inputDiv .errorDiv {
  margin-right: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .linksWrapper a {
  font-size: 18px;
  color: #000;
  border: none;
  text-decoration: underline !important;
  text-underline-position: under;
  transition: all 0.2s ease-out;
  font-weight: normal !important;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .linksWrapper a:hover {
  text-decoration: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .linksWrapper .linksWrapper-divider {
  margin: 0 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .linksWrapper .showNewNumber {
  margin-right: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.selectNumberAndRegulationStep .identificationDiv .linksWrapper .loader {
  display: none;
  vertical-align: middle;
  margin-right: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .lastInputDiv {
  margin-bottom: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .topText {
  margin-bottom: 21px;
  padding-left: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .personalDetails {
  background: #f5f5f5;
  border: 1px solid #cdcdcd;
  border-bottom: none;
  padding: 30px 25px 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .personalDetails .recognizedID {
  width: 220px;
  margin-right: 165px;
  line-height: 18px;
  margin-top: 3px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .personalDetails .recognizedID > a {
  text-decoration: underline;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .personalDetails .recognizedID > a:hover {
  text-decoration: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .customerAddress {
  padding: 30px 25px 15px;
  background: #f5f5f5;
  border: 1px solid #cdcdcd;
  border-top: none;
  margin-bottom: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .customerAddress > strong {
  display: block;
  font-weight: bold;
  margin-bottom: 21px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .customerAddress .cityInput,
.automatedSale .processWrapper .rightSection .actionsSteps > div.personalDetailsStep .customerAddress .streetInput {
  position: relative;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .radiosSection {
  margin-bottom: 25px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .radiosSection > strong {
  display: block;
  margin-bottom: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .radiosSection > ul > li {
  margin-bottom: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByPost > strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByPost .address .cityInput,
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByPost .address .streetInput {
  position: relative;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByPost .address .xsDiv {
  /*width: 135px;*/
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByPost .address .xsDiv > input[type='text'] {
  width: 72px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByPost .address .xsDiv > label {
  width: 45px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByPost .address .xsDiv > label {
  width: 45px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByPost .address .xsDiv .errorDiv {
  margin-right: 0;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByMessenger .checkboxDiv {
  margin-bottom: 15px;
  margin-top: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByMessenger > strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByMessenger .shipmentNotification {
  margin-top: 5px;
  margin-bottom: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByMessenger .shipmentDate .inputDiv .datepicker-icon {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background-image: url(/EPI.Shared.Components/images/AutomatedSale/calendar.png);
  cursor: pointer;
  line-height: 44px;
  /*color: #ff6600;*/
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByMessenger .shipmentDate .inputDiv .timesSlotsLoader {
  vertical-align: middle;
  margin-right: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByMessenger .shipmentDate .inputDiv .infoDiv {
  margin-right: 165px;
  color: red;
  margin-top: 3px;
  width: 260px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByMessenger .shipmentDate .inputDiv.optionalTimeDiv {
  margin-bottom: 35px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByMessenger .shipmentDate .inputDiv.optionalTimeDiv UL.optionalTime {
  width: 340px;
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .shipmentByMessenger .shipmentDate .inputDiv.optionalTimeDiv UL.optionalTime > li {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .selfPickup .selectDiv > select {
  width: 367px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .selfPickup .selectDiv .selectSpan {
  width: 350px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .selfPickup .pickUpCentersResults {
  margin-bottom: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .selfPickup .pickUpCentersResults > div {
  margin-bottom: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .selfPickup .pickUpCentersResults > div > a {
  text-decoration: underline;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .selfPickup .pickUpCentersResults > div > a:hover {
  text-decoration: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .selfPickup .loaderDiv {
  margin-bottom: 25px;
  padding-right: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .selfPickup .loaderDiv .loader {
  margin-left: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.shippingDetailsStep .shipmentOptions .haveSim {
  margin-bottom: 30px;
  line-height: 18px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .creditCardDetails > .errorDiv {
  color: red;
  margin-top: 3px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .radiosWrapperDiv {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .radiosWrapperDiv .radioDiv {
  width: 117px;
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .selectRow {
  margin-bottom: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .selectRow .text {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .selectRow .selectDiv {
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .selectRow .selectDiv.smallSelect {
  margin-left: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .selectRow .selectDiv.smallSelect > select {
  width: 130px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .selectRow .selectDiv.smallSelect .selectSpan {
  width: 128px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .selectRow .errorDiv {
  margin-right: 165px;
  color: red;
  margin-top: 3px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .checkboxDiv {
  margin-top: 30px;
  margin-bottom: 0px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .btnDiv {
  margin-top: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .stepContent > .errorDiv {
  margin-right: 22px;
  color: red;
  margin-top: 3px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .stepContent .rentPaymentStepBlockHtml {
  margin-top: 20px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .stepContent .rentPaymentStepBlockHtml a {
  text-decoration: underline;
  color: #000;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .stepContent .rentPaymentStepBlockHtml a:hover {
  text-decoration: none;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .forms-delivery {
  margin-top: 10px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .forms-delivery .radiosSection {
  margin-top: 5px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .forms-delivery .radiosSection .radioDiv {
  margin-left: 20px;
  display: inline-block;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .forms-delivery .radiosSection .inputDiv {
  margin-top: 15px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .forms-delivery .radiosSection .inputDiv label {
  width: 100px;
}
.automatedSale .processWrapper .rightSection .actionsSteps > div.paymentDetailsStep .forms-delivery .radiosSection .inputDiv input {
  width: 310px;
  height: 50px;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent h3 {
  font-size: 1.5em;
  color: #000;
  margin-bottom: 13px;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent .topText {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 20px;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent .rightDiv {
  float: right;
  width: 248px;
  padding-left: 28px;
  padding-right: 17px;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent .leftDiv {
  float: right;
  width: 252px;
  padding-left: 27px;
  padding-right: 28px;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent .leftDiv .loginDiv .inputDiv > label {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent .leftDiv .loginDiv .inputDiv .errorDiv {
  margin-right: 0px;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent .leftDiv .loginDiv .inputDiv > input[type='text'].error {
  border: 1px solid red;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent .leftDiv .loginDiv .inputDiv .sendNewCode {
  margin-top: 7px;
  display: inline-block;
  text-decoration: underline;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent .leftDiv .loginDiv .inputDiv .sendNewCode:hover {
  text-decoration: none;
}
.automatedSale .processWrapper .rightSection .loginViwe .innerContent .leftDiv .loginDiv .callDiv {
  margin-top: 1em;
}
.automatedSale .processWrapper .leftSection {
  width: 300px;
  float: right;
  border: 1px solid #e6e6e6;
}
.automatedSale .processWrapper .leftSection .orederSummaryTitle {
  background: #f6f6f6;
  padding: 10px 20px 10px 13px;
  border-top: 4px solid #2cd5c4;
}
.automatedSale .processWrapper .leftSection .orederSummaryTitle > img {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  margin-left: 10px;
}
.automatedSale .processWrapper .leftSection .orederSummaryTitle > h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.automatedSale .processWrapper .leftSection .orederSummaryTitle.isEquipment {
  border-bottom: 2px solid #dddddd;
}
.automatedSale .processWrapper .leftSection .orederSummary .sectionTitle {
  font-size: 20px;
  font-family: 'simpler-bold';
  background: #e6e6e6;
  padding: 6px 20px 6px 13px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper {
  background: #f5f5f5;
  padding: 12px 20px 20px 6px;
  border-bottom: 2px solid #dddddd;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .plan,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .plan,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment {
  margin-bottom: 20px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .plan .details,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .plan .details,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .details,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .details,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .details,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .details {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-left: 17px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .plan .details > img,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .plan .details > img,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .details > img,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .details > img,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .details > img,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .details > img {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .plan .details > h3,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .plan .details > h3,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .details > h3,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .details > h3,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .details > h3,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .details > h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
  padding-left: 5px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .plan .details .lineNum,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .plan .details .lineNum,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .details .lineNum,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .details .lineNum,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .details .lineNum,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .details .lineNum {
  font-size: 14px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .plan .details .lineNum > span,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .plan .details .lineNum > span,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .details .lineNum > span,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .details .lineNum > span,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .details .lineNum > span,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .details .lineNum > span {
  display: inline-block;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .plan .price,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .plan .price,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .price,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .price,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .price,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .price {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 69px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .plan .links,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .plan .links,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .links,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .links,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .links,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .links {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
  text-align: center;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .plan .links > a,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .plan .links > a,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .links > a,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .links > a,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .links > a,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .links > a {
  font-size: 14px;
  display: block;
  font-family: 'simpler-bold';
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .details,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .details {
  width: 100%;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .equipment .price,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .equipment .price {
  width: 100%;
  font-size: 14px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .details > h3,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .details > h3 {
  font-size: 14px;
  padding-left: 30px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addOn .price,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addOn .price {
  font-size: 14px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addAddOns,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addAddOns {
  margin-top: 15px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addAddOns > a,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addAddOns > a {
  display: block;
  text-decoration: none;
  color: #01a695;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addAddOns > a .plus,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addAddOns > a .plus {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-family: 'simpler-regular';
  margin-left: 3px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addAddOns > a .text,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addAddOns > a .text {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-family: 'simpler-regular';
  width: 80%;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .planBox .addAddOns > a:hover,
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .equipmentBox .addAddOns > a:hover {
  color: #000;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .specialEquipmentBox .details {
  margin-bottom: 15px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .specialEquipmentBox .details > h3 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .specialEquipmentBox .details .color {
  font-size: 14px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .specialEquipmentBox .itemBlock {
  margin-bottom: 10px;
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .specialEquipmentBox .itemBlock .text {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  font-size: 14px;
  font-family: 'simpler-bold';
}
.automatedSale .processWrapper .leftSection .orederSummary .itemsWrapper .specialEquipmentBox .itemBlock .price {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  text-align: left;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary {
  background: #f5f5f5;
  padding: 12px 0;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary .bundelDisc,
.automatedSale .processWrapper .leftSection .orederSummary .summary .shipment,
.automatedSale .processWrapper .leftSection .orederSummary .summary .sim {
  margin-bottom: 20px;
  padding: 0 20px 0 13px;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary .bundelDisc .text,
.automatedSale .processWrapper .leftSection .orederSummary .summary .shipment .text,
.automatedSale .processWrapper .leftSection .orederSummary .summary .sim .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 175px;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary .bundelDisc .total,
.automatedSale .processWrapper .leftSection .orederSummary .summary .shipment .total,
.automatedSale .processWrapper .leftSection .orederSummary .summary .sim .total {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-align: left;
  width: 86px;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary .bundelDisc.sim,
.automatedSale .processWrapper .leftSection .orederSummary .summary .shipment.sim,
.automatedSale .processWrapper .leftSection .orederSummary .summary .sim.sim {
  margin-bottom: 0;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary .bundelDisc.sim .orangeMobility,
.automatedSale .processWrapper .leftSection .orederSummary .summary .shipment.sim .orangeMobility,
.automatedSale .processWrapper .leftSection .orederSummary .summary .sim.sim .orangeMobility {
  padding-bottom: 20px;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary .totalPrice {
  padding: 0 20px 0 13px;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary .totalPrice .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'simpler-bold';
  width: 175px;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary .totalPrice .total {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: 'simpler-bold';
  text-align: left;
  width: 86px;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary.oneTimePayment {
  padding-bottom: 0;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary.oneTimePayment .totalPrice {
  padding: 12px 20px 20px 6px;
  border-top: 2px solid #dddddd;
  -moz-box-shadow: 0px -10px 32px #ebebeb inset;
  -webkit-box-shadow: 0px -10px 32px #ebebeb inset;
  box-shadow: 0px -10px 32px #ebebeb inset;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary.isEquipment {
  padding-bottom: 0;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary.isEquipment .totalPrice {
  padding: 12px 20px 20px 6px;
  -moz-box-shadow: 0px -10px 32px #ebebeb inset;
  -webkit-box-shadow: 0px -10px 32px #ebebeb inset;
  box-shadow: 0px -10px 32px #ebebeb inset;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary.isRentItem {
  padding: 12px 20px 20px 6px;
  font-size: 16px;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary.isRentItem .shipment {
  padding: 0;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary.isRentItem a {
  text-decoration: underline;
  display: inline-block;
}
.automatedSale .processWrapper .leftSection .orederSummary .summary.isRentItem a:hover {
  text-decoration: none;
}
.automatedSale .processWrapper .show-accordion a {
  color: #000 !important;
  font-size: 20px !important;
  text-decoration: underline;
}
.automatedSale .orderApproval {
  /*color: #3d3c3b;*/
  color: #000;
  width: 980px;
  margin: 0 auto;
}
.automatedSale .orderApproval .successDiv {
  margin-bottom: 20px;
}
.automatedSale .orderApproval .successDiv > img {
  display: inline-block;
  /*width: 42px;
                height: 42px;*/
  width: 32px;
  height: 28px;
  vertical-align: top;
  margin-left: 15px;
}
.automatedSale .orderApproval .successDiv .contentDiv {
  display: inline-block;
  vertical-align: top;
  width: 897px;
  position: relative;
}
.automatedSale .orderApproval .successDiv .contentDiv > h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
.automatedSale .orderApproval .successDiv .contentDiv .print {
  width: 85px;
  height: 20px;
  float: left;
  display: block;
  background-image: url(/EPI.Shared.Components/images/AutomatedSale/print.png);
  background-position: center right;
  background-size: 18px 20px;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 1.3em;
  font-weight: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  text-decoration: none;
}
.automatedSale .orderApproval .successDiv .contentDiv .print:hover {
  text-decoration: underline;
}
.automatedSale .orderApproval .successDiv .contentDiv .text {
  font-size: 1.15em;
  line-height: 18px;
}
.automatedSale .orderApproval .successDiv .contentDiv .text > a {
  text-decoration: underline;
}
.automatedSale .orderApproval .successDiv .contentDiv .text > a:hover {
  text-decoration: none;
}
.automatedSale .orderApproval .successDiv .contentDiv .mobilityExp {
  margin-top: 15px;
}
.automatedSale .orderApproval > table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin-bottom: 20px;
}
.automatedSale .orderApproval > table td,
.automatedSale .orderApproval > table th {
  border: 1px solid #d0d0d0;
  margin: 0px;
}
.automatedSale .orderApproval > table td {
  padding: 20px;
}
.automatedSale .orderApproval > table td > i {
  width: 7px;
  height: 7px;
  display: inline-block;
  /*background-color: #ff6600;*/
  background-color: #2cd5c4;
  margin-left: 5px;
  border-radius: 50%;
}
.automatedSale .orderApproval > table td .OneTimeCharge {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}
.automatedSale .orderApproval > table td.price {
  vertical-align: top;
}
.automatedSale .orderApproval > table tr:first-child + tr > td {
  border-top: 0px;
}
.automatedSale .orderApproval > table th {
  background-color: #f3f3f3;
  border-bottom: none;
  font-size: 1.15em;
  height: 37px;
  line-height: 37px;
  padding: 0 18px 0 0;
  text-align: right;
}
.automatedSale .orderApproval > table th:first-child {
  width: 601px;
}
.automatedSale .orderApproval > table .saleItem > img {
  width: 75px;
  height: 75px;
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
}
.automatedSale .orderApproval > table .saleItem .details {
  display: inline-block;
  vertical-align: top;
  width: 480px;
}
.automatedSale .orderApproval > table .saleItem .details > h3 {
  font-size: 1em;
  margin-bottom: 14px;
}
.automatedSale .orderApproval > table .saleItem .details .info {
  font-size: 1em;
  line-height: 18px;
}
.automatedSale .orderApproval .addOnBanner {
  width: 100%;
  margin-bottom: 40px;
}
.automatedSale .orderApproval .comments {
  margin-bottom: 30px;
}
.automatedSale .orderApproval .comments > strong {
  display: block;
  margin-bottom: 15px;
}
.automatedSale .orderApproval .comments > ul > li {
  position: relative;
  margin-bottom: 8px;
}
.automatedSale .orderApproval .comments > ul > li a {
  text-decoration: underline;
}
.automatedSale .orderApproval .comments > ul > li a:hover {
  text-decoration: none;
}
.automatedSale .orderApproval .btnsWrapper .btnDiv {
  margin-left: 20px;
}
.automatedSale .orderApproval .btnsWrapper .btnDiv .btn {
  width: auto;
  padding: 0 14px;
  font-size: 1.3em;
}
.automatedSale .orderApproval .rentOrderApprovalPriceHtml a {
  text-decoration: underline;
}
.automatedSale .orderApproval .rentOrderApprovalPriceHtml a:hover {
  text-decoration: none;
}
.automatedSale.dealerPage .dealerPageInner {
  background-color: #eeeeee;
  padding: 60px 0;
}
.automatedSale.dealerPage .dealerPageInner .dealerLoginDiv {
  width: 50%;
  margin: 0 auto;
}
.automatedSale.dealerPage .dealerPageInner .dealerLoginDiv .inputDiv {
  font-size: 1.2em;
  font-weight: bold;
}
.automatedSale.dealerPage .dealerPageInner .dealerLoginDiv .inputDiv > label {
  width: 125px;
}
.automatedSale.dealerPage .dealerPageInner .dealerLoginDiv .inputDiv > input[type="text"] {
  width: 240px;
  height: 44px;
  padding: 10px\9;
  height: 22px\9;
}
.automatedSale.dealerPage .dealerPageInner .dealerLoginDiv .inputDiv .errorDiv {
  font-size: 0.85em;
  font-weight: normal;
  margin-right: 135px;
}
.automatedSale.dealerPage .dealerPageInner .dealerLoginDiv .btnDiv {
  margin-right: 180px;
}
.automatedSale.dealerPage .dealerPageInner .dealerLoginDiv .sendSms {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline;
  width: 85px;
  margin-right: 10px;
}
.automatedSale.dealerPage .dealerPageInner .dealerLoginDiv #captchaContainer {
  margin-right: 125px;
}
.automatedSale.dealerPage .dealerPageInner .dealerLoginDiv #captchaContainer #CaptchaDiv .field_box {
  width: 240px;
  height: 44px;
  padding: 10px\9;
  height: 22px\9;
}
.automatedSale.dealerPage .dealerPageInner .actionsDiv {
  width: 65%;
  margin: 0 auto;
  /*.offersBtnDiv {
                    margin-right: 5px;
                    margin-top: 10px;

                    .btn {
                        min-width: 100px;
                    }
                }*/
}
.automatedSale.dealerPage .dealerPageInner .actionsDiv .logOffLink {
  display: block;
  float: left;
  margin-left: 50px;
}
.automatedSale.dealerPage .dealerPageInner .actionsDiv .logOffLink > a {
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
}
.automatedSale.dealerPage .dealerPageInner .actionsDiv .logOffLink > a:hover {
  text-decoration: none;
}
.automatedSale.dealerPage .dealerPageInner .actionsDiv .text {
  margin-bottom: 40px;
  font-size: 1.2em;
  line-height: 1.4em;
}
.automatedSale.dealerPage .dealerPageInner .actionsDiv .simBtnDiv {
  margin-right: 5px;
  margin-top: 10px;
}
.automatedSale.dealerPage .dealerPageInner .actionsDiv .simBtnDiv .btn {
  min-width: 100px;
}
.automatedSale.dealerPage .dealerPageInner .actionsDiv .btnDiv {
  margin-right: 5px;
}
.automatedSale.dealerPage .dealerPageInner .actionsDiv .btnDiv .btn {
  min-width: 100px;
}
.generalPopupWrapper {
  display: none;
  width: 435px;
  position: relative;
  font-size: 1.4em;
  background-color: #fff;
  /*color: #3d3c3b;*/
  color: #000;
}
.generalPopupWrapper a {
  color: #000;
}
.generalPopupWrapper.popup470w {
  width: 470px;
}
.generalPopupWrapper.popup460w {
  width: 460px;
}
.generalPopupWrapper .popupCloseBtn {
  position: absolute;
  /*top: 12px;
        left: 20px;*/
  top: 7px;
  left: 16px;
  /*background-image: url('/EPI.Shared.Components/images/AutomatedSale/popup_close_btn.png');*/
  background-image: url('/EPI.Shared.Components/images/AutomatedSale/popup_close_btn_Narkis.png');
  /*width: 17px;
        height: 17px;*/
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
.generalPopupWrapper .cancelBtn {
  display: inline-block;
  font-size: 1em;
  vertical-align: middle;
  margin-right: 15px;
  text-decoration: underline;
}
.generalPopupWrapper .cancelBtn:hover {
  text-decoration: none;
}
.generalPopupWrapper > h2 {
  font-size: 1.4em;
  /*color: #3d3c3b;*/
  font-weight: bold;
  /*padding: 9px 20px 9px 40px;*/
  padding: 9px 20px 9px 45px;
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
}
.generalPopupWrapper .btnDiv .btn {
  min-width: 70px;
  height: 42px;
  line-height: 40px;
}
.generalPopupWrapper .loginPopup {
  padding: 18px 18px 30px 18px;
}
.generalPopupWrapper .loginPopup .topText {
  margin-bottom: 20px;
}
.generalPopupWrapper .loginPopup .inputDiv > label {
  width: 135px;
}
.generalPopupWrapper .loginPopup .inputDiv > input[type='text'] {
  width: 180px;
}
.generalPopupWrapper .loginPopup .inputDiv > input[type='text'].error {
  border: 1px solid red;
}
.generalPopupWrapper .loginPopup .inputDiv .errorDiv {
  margin-right: 140px;
}
.generalPopupWrapper .loginPopup .inputDiv .sendNewCode {
  margin-right: 138px;
  margin-top: 7px;
  display: inline-block;
  text-decoration: underline;
}
.generalPopupWrapper .loginPopup .inputDiv .sendNewCode:hover {
  text-decoration: none;
}
.generalPopupWrapper .loginPopup .btnDiv {
  padding-top: 10px;
}
.generalPopupWrapper .loginPopup .btnDiv .btn {
  min-width: 70px;
}
.generalPopupWrapper .loginPopup .automatedSaleCaptchaDiv #CaptchaDiv Div.text_padding.bold.float_right.normal {
  margin-bottom: 10px;
  display: inline-block;
  width: 135px;
  vertical-align: middle;
}
.generalPopupWrapper .loginPopup .automatedSaleCaptchaDiv #CaptchaDiv .security_code {
  margin-bottom: 10px;
  width: 170px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
}
.generalPopupWrapper .loginPopup .automatedSaleCaptchaDiv #CaptchaDiv .field_box {
  width: 180px;
  display: block;
  margin-right: 135px;
}
.generalPopupWrapper .loginPopup .automatedSaleCaptchaDiv #CaptchaDiv .field_comments_short {
  width: 180px;
  margin-right: 135px;
}
.generalPopupWrapper .joinToPlanPopup {
  padding: 15px 18px 20px 18px;
}
.generalPopupWrapper .joinToPlanPopup > strong {
  font-size: 1.15em;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.generalPopupWrapper .joinToPlanPopup .radiosSection {
  padding-bottom: 10px;
  font-size: 1.15em;
}
.generalPopupWrapper .joinToPlanPopup .radiosSection > ul li {
  margin-bottom: 8px;
}
.generalPopupWrapper .joinToPlanPopup .errorDiv {
  color: red;
  margin-bottom: 10px;
}
.generalPopupWrapper .simKindPopup {
  padding: 18px 18px 20px 18px;
}
.generalPopupWrapper .simKindPopup > div > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15em;
}
.generalPopupWrapper .simKindPopup > div .resultSim {
  margin-bottom: 20px;
}
.generalPopupWrapper .simKindPopup > div .resultSim > img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.generalPopupWrapper .simKindPopup > div .resultSim > strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}
.generalPopupWrapper .simKindPopup > div .btnDiv .btn {
  margin: 0 !important;
}
.generalPopupWrapper .blockingContentServicesPopup {
  padding: 18px 18px 20px 18px;
}
.generalPopupWrapper .blockingContentServicesPopup .text {
  line-height: 18px;
  margin-bottom: 22px;
}
.generalPopupWrapper .blockingContentServicesPopup .btnDiv > a {
  min-width: 100px;
}
.generalPopupWrapper .removeItemPopup {
  padding: 18px 18px 20px 18px;
}
.generalPopupWrapper .removeItemPopup .topText {
  margin-bottom: 18px;
}
.generalPopupWrapper .removeItemPopup .itemDiv {
  margin-bottom: 30px;
}
.generalPopupWrapper .removeItemPopup .itemDiv > img {
  width: 75px;
  height: 75px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.generalPopupWrapper .removeItemPopup .itemDiv .details {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.generalPopupWrapper .removeItemPopup .itemDiv .details > h3 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 5px;
}
.generalPopupWrapper .removeItemPopup .itemDiv .details .info {
  font-size: 1em;
  font-weight: normal;
  line-height: 16px;
}
.generalPopupWrapper .removeItemPopup .showRemoveItemFromShoppingCartLoader {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.generalPopupWrapper .addAddOnPopup {
  padding: 18px 18px 30px 18px;
}
.generalPopupWrapper .addAddOnPopup > ul > li .checkboxDiv .checkbox-overlay {
  margin-top: 7px;
}
.generalPopupWrapper .addAddOnPopup > ul > li .checkboxDiv input[type='checkbox'] {
  margin-top: 7px;
}
.generalPopupWrapper .addAddOnPopup > ul > li .checkboxDiv .text {
  color: #000;
  font-size: 1em;
  line-height: 16px;
}
.generalPopupWrapper .addAddOnPopup > ul > li .checkboxDiv .text > img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.generalPopupWrapper .addAddOnPopup > ul > li .checkboxDiv .text .addOnText {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-top: -1px;
}
.generalPopupWrapper .addAddOnPopup > ul > li .checkboxDiv .text .addOnText > span {
  display: block;
}
.generalPopupWrapper .addLinePopup .addLine {
  padding: 18px 20px 40px 20px;
}
.generalPopupWrapper .addLinePopup .addLine .text {
  font-size: 1.15em;
  margin-bottom: 17px;
}
.generalPopupWrapper .addLinePopup .addLine .btnDiv {
  margin-top: 1em;
  margin-right: 44px;
  font-size: 0.85em;
}
.generalPopupWrapper .addLinePopup .addLine .btnDiv .btnDiv.greenBtn {
  margin-right: 1em;
}
.generalPopupWrapper .addLinePopup .addLine .btnDiv .btnDiv > a {
  font-size: 1.1em;
  min-width: 120px;
}
.generalPopupWrapper .addLinePopup .addLine .greenBtn {
  margin-right: 15px;
}
.generalPopupWrapper .addLinePopup .addLine .greenBtn > a {
  /*background-color: #1f9e15;
                    -webkit-box-shadow: 0px -2px 0px 0px #0a6103 inset;
                    -moz-box-shadow: 0px -2px 0px 0px #0a6103 inset;
                    box-shadow: 0px -2px 0px 0px #0a6103 inset;*/
  background: #fff;
  border: 2px solid #000;
  height: 38px;
  line-height: 38px;
}
.generalPopupWrapper .addLinePopup .addLine .greenBtn > a:hover {
  /*background-color: #108407;
                        -webkit-box-shadow: 0px -2px 0px 0px #054600 inset;
                        -moz-box-shadow: 0px -2px 0px 0px #054600 inset;
                        box-shadow: 0px -2px 0px 0px #054600 inset;*/
  background-color: #AADDD8;
  border: 2px solid #AADDD8;
}
.generalPopupWrapper .addLinePopup .addLine .greenBtn .loader {
  display: none;
}
.generalPopupWrapper .addLinePopup .addLine .row {
  margin: 0 0 1em;
}
.generalPopupWrapper .addLinePopup .addLine .row label {
  display: inline-block;
  width: 40px;
}
.generalPopupWrapper .addLinePopup .addLine .row input {
  height: 35px;
  padding: 0 0.5em;
  border-radius: 0.5em;
  border: 1px solid #d0d0d0;
}
.generalPopupWrapper .choosePlan {
  padding: 15px 19px 19px 10px;
}
.generalPopupWrapper .choosePlan .text {
  font-size: 1.15em;
  margin-bottom: 9px;
}
.generalPopupWrapper .choosePlan .planListWrapper {
  max-height: 321px;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList {
  border-bottom: 1px solid #d1d0d0;
  margin-left: 12px;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li {
  border-left: 1px solid #d1d0d0;
  border-right: 1px solid #d1d0d0;
  border-top: 1px solid #d1d0d0;
  min-height: 114px;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .couponTag {
  margin: -10px -20px 10px 0;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .couponTag > span {
  /*color: #fff;*/
  color: #000;
  font-size: 1em;
  /*background-color: #fe6600;*/
  background-color: #2cd5c4;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bold;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan {
  padding: 19px 20px;
  display: table;
  color: #000;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan .verticalingDiv {
  display: table-cell;
  width: 275px;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan .verticalingDiv .planDetailsDiv {
  padding-left: 10px;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan .verticalingDiv .planDetailsDiv > h3 {
  font-size: 1.3em;
  font-weight: bold;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan .verticalingDiv .planDetailsDiv .details {
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan .priceAndLinkDiv {
  width: 103px;
  display: table-cell;
  vertical-align: middle;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan .priceAndLinkDiv .price {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2px;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan .priceAndLinkDiv .info {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 2px;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan .priceAndLinkDiv .btnDiv > a {
  height: 33px;
  line-height: 33px;
  font-size: 1.15em;
  margin-top: 6px;
}
.generalPopupWrapper .choosePlan .planListWrapper .planList > li .plan .priceAndLinkDiv .horizontalLoader {
  display: block;
  margin: 5px auto;
}
.generalPopupWrapper .choosePlan .cancelBtn {
  margin-top: 20px;
  margin-right: 0px;
}
.generalPopupWrapper .choosePlan .horizontalLoader {
  display: inline-block;
  vertical-align: middle;
  margin-top: 22px;
  margin-right: 8px;
}
#DealerAddLine .cancelBtn,
#DealerAddLine .text {
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  color: #000;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-active {
  background: #2cd5c4 !important;
  color: #000;
}
.ui-datepicker .ui-state-default.ui-state-hover {
  color: #000;
  border: 1px solid #2cd5c4;
}
.ui-datepicker .ui-datepicker-close-button {
  background-image: url('/EPI.Shared.Components/Images/AutomatedSale/closeBtn.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url(/EPI.Shared.Components/Images/DatePicker/ui-icons_222222_256x240.png);
}
.ui-datepicker .ui-corner-all.ui-state-hover {
  background: #969696;
}
@media print {
  html {
    font-size: 16px;
    height: 100%;
    width: 980px;
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  h1.topTitle {
    display: none;
  }
  .automatedSale .orderApproval .successDiv .contentDiv .print {
    display: none;
  }
  .automatedSale .orderApprovalLogo {
    /*width: 45px;
        height: 45px;*/
    width: 182px;
    height: 79px;
    display: block;
    float: left;
    margin-bottom: 18px;
  }
  .orderApproval {
    clear: both;
  }
  .orderApproval .addOnBanner {
    display: none;
  }
  .orderApproval .btnsWrapper {
    display: none;
  }
}
.flip {
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  -webkit-perspective: 800px;
  perspective: 800px;
  position: relative;
}
.flip .flipBlock {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.flip .flipBlock.flipped {
  -moz-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -o-transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
}
.flip .flipBlock .blockBack {
  -moz-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -o-transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
}
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  border: 0.08em solid #2cd5c4;
}
@keyframes anima {
  from {
    -moz-transform: rotatex(0deg);
    -ms-transform: rotatex(0deg);
    -o-transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
  }
  to {
    -moz-transform: rotatex(-360deg);
    -ms-transform: rotatex(-360deg);
    -o-transform: rotatex(-360deg);
    -webkit-transform: rotatex(-360deg);
    transform: rotatex(-360deg);
  }
}
/*.simAndInterOper {

    margin:2em 0;


    .u-line {

        padding:1em 1.5em 1em 0 ;
        border-bottom:1px solid #D9D9D9;
        

        a.linkView {
            color:@black;
            border-bottom:1px solid @black;
            font:1rem @fontBold;
        }
    }
}*/
/****************   עיקרי השירות- אקורדיון  ***************************/
.accordion-collapse.sale-process-accordion {
  margin-top: 1em;
  width: 100%;
  overflow: hidden;
}
.accordion-collapse.sale-process-accordion .panel-default {
  margin-top: 0 !important;
  /*[aria-expanded="false"] {
                .panel-title:before {
                            background: @plusIcon no-repeat;
                            background-size: 100%;
                    }
          }

          [aria-expanded="true"] {
                .panel-title:before {
                            background: @minusIcon no-repeat;
                            background-size: 100%;
                    }
          }*/
}
.accordion-collapse.sale-process-accordion .panel-default .panel-title {
  font: 1.2rem 'simpler-bold';
  cursor: pointer;
  position: relative;
  /*&:before {
                    content: "";
                    display: inline-block;
                    background: @plusIcon no-repeat;
                    width: 25px;
                    height: 25px;
                    background-size: 100%;
                    vertical-align: bottom;
                    position: absolute;
                    right:-2em;
                }*/
}
.accordion-collapse.sale-process-accordion .panel-default .panel-title a:hover,
.accordion-collapse.sale-process-accordion .panel-default .panel-title a:active,
.accordion-collapse.sale-process-accordion .panel-default .panel-title a:focus {
  text-decoration: none;
}
.accordion-collapse.sale-process-accordion .panel-default > .panel-heading {
  background-color: #fff;
  border-color: #E9E9E9;
  cursor: pointer;
  border-radius: 0;
  padding: 1.2rem 4.5em 0;
  height: 3.8rem;
}
.accordion-collapse.sale-process-accordion .panel-default > .panel-heading .panel-title:before {
  content: "";
  display: inline-block;
  background: url('/EPI.Shared.Components/images/AutomatedSale/plus.png') no-repeat;
  width: 25px;
  height: 25px;
  background-size: 100%;
  vertical-align: bottom;
  position: absolute;
  right: -2em;
}
.accordion-collapse.sale-process-accordion .panel-default > .panel-heading.minus .panel-title:before {
  content: "";
  display: inline-block;
  background: url('/EPI.Shared.Components/images/AutomatedSale/minus.png') no-repeat;
  width: 25px;
  height: 25px;
  background-size: 100%;
  vertical-align: bottom;
  position: absolute;
  right: -2em;
}
.accordion-collapse.sale-process-accordion .panel-default > .panel-heading.active {
  /*.panel-title:before {
                            background: @minusIcon no-repeat;
                            background-size: 100%;
                    }*/
}
.accordion-collapse.sale-process-accordion .panel-default .panel-body {
  padding-top: 0;
  padding-right: 4.3em;
}
.accordion-collapse.sale-process-accordion .panel-default .panel-body li {
  overflow: hidden;
}
.accordion-collapse.sale-process-accordion .panel-default .panel-body li:before {
  content: "•";
  color: #000;
  font: 1.8rem/0.7em 'simpler-bold';
  display: block;
  float: right;
  padding-left: 0.1em;
}
.accordion-collapse.sale-process-accordion .panel-default .panel-body li span {
  float: right;
  display: inline-block;
  width: 90%;
  font-size: 1rem;
}
.accordion-collapse.sale-process-accordion .panel-default .panel-body a:link {
  color: #000;
  text-decoration: underline;
}
.accordion-collapse.sale-process-accordion .panel-heading + .panel-collapse > .panel-body,
.accordion-collapse.sale-process-accordion .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0 !important;
}
.accordion-collapse.sale-process-accordion .panel-group .panel {
  border-radius: 0 !important;
  border-width: 2px;
}
.accordion-collapse.sale-process-accordion .panel-group .panel:not(:first-child) {
  border-top: 0;
}
.sale-login {
  background: #F5F5F5;
  padding: 1em 1.5em 2em;
  margin-bottom: 2em;
  position: relative;
}
.sale-login__header {
  font: 1.2rem 'simpler-bold';
  margin-top: 0;
}
.sale-login__text {
  font: 1rem 'simpler-bold';
  margin-bottom: 2em;
}
.sale-login__closeBtn {
  position: absolute;
  left: 1em;
  top: 1em;
  background: url('/EPI.Shared.Components/images/AutomatedSale/closeX.png') no-repeat;
  width: 2em;
  height: 2em;
}
.sale-login .inputDiv > label {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.sale-login .inputDiv > input[type='text'],
.sale-login .inputDiv > input[type='email'] {
  width: 280px;
}
.sale-login .inputDiv > input[type='text'].disabled,
.sale-login .inputDiv > input[type='email'].disabled {
  background-color: #fff;
}
.sale-login .inputDiv .errorDiv {
  margin-right: 0;
}
.sale-login .inputDiv .btnNext {
  margin-top: 1em;
  min-width: 145px;
}
.sale-login .inputDiv.disabled label {
  color: #B9B9B9;
}
#MoveToRegulationStepLoader {
  float: left;
  margin-top: 1em;
  margin-left: 8%;
}
.checkboxSection.spam-checkbox {
  margin-bottom: 15px;
}
.coupon-container {
  background: #AADDD8;
  padding: 30px 20px 20px;
  margin-bottom: 20px;
}
.coupon-container .inputDiv > label {
  width: 130px;
}
.coupon-container .btnDiv .btn {
  background: #000;
  color: #fff;
  border: 3px solid #2cd5c4;
}
.coupon-container .btnDiv .btn:hover {
  background: #000;
}
.coupon-container .errorDiv {
  margin-right: 140px;
  width: 100%;
}
.coupon-container.error-msg > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.coupon-container.error-msg > div .err-icon {
  margin-bottom: 1rem;
  width: 65px;
}
.coupon-container.error-msg > div .msg-txt {
  text-align: center;
  font-size: 16px;
}
.coupon-container.error-msg > div .lnk {
  margin-top: 2.5rem;
  font-size: 14px;
}
.coupon-title {
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}
.check-sum {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-sum .btnDiv {
  margin-top: 0 !important;
}
.check-sum .errorDiv {
  font-size: 14px;
}
/***************************/
/*     regulation         */
/**************************/
.fancybox-inner {
  background: #fff !important;
}
.regularion-wrapper .rightBlock .title {
  max-width: 255px !important;
}
.regularion-wrapper .switchLink.changeMafeel a {
  margin-top: 15%;
}
.regularion-wrapper .contentDiv.reg-content {
  margin-right: 76px;
  width: 70%;
  color: #777;
}
.regularion-wrapper .checkedAdditionalProductSection {
  border: none !important;
}
.popup-regulation .processWrapper {
  width: auto !important;
}
.popup-regulation .automatedSale {
  margin: 0 !important;
}
.popup-regulation .topInfoText {
  display: block;
  margin-right: 20px;
  padding-right: 0 !important;
  padding-top: 18px;
}
.popup-regulation .close-reg-popup-x {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.popup-regulation .close-reg-popup-x:hover {
  text-decoration: none;
  color: #000;
}
.popup-regulation .regulation {
  padding-right: 25px;
}
.popup-regulation .rightSection {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  position: relative;
}
.popup-regulation .btn-container {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 30px 20px 30px;
  width: 100%;
  direction: ltr;
}
.popup-regulation .btn-container .popup-btn {
  width: 200px;
  height: 51px;
  background: #2cd5c4;
  transition: all 0.2s ease-out !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.popup-regulation .btn-container .popup-btn:hover {
  background-color: #AADDD8;
  text-decoration: none;
}
.popup-regulation .checkedAdditionalProductSection {
  margin: 0 22px 20px !important;
  padding: 20px 15px 28px 10px !important;
  box-sizing: border-box;
}
.popup-regulation .checkedRegulationsWrapper {
  padding: 0 22px !important;
}
.popup-regulation .checkedRegulationsWrapper .checkedRegulationsCategory:first-child .categoryHeader {
  margin-top: -20px !important;
}
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 445px;
  width: 96%;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
}
.force-overflow {
  min-height: 450px;
}
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
#style-3::-webkit-scrollbar-thumb {
  background-color: #2cd5c4;
}
.invoiceSection {
  padding: 30px 25px 15px;
  background: #f5f5f5;
  border: 1px solid #cdcdcd;
}
.invoiceSection h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
.invoiceSection .radio-label {
  margin-bottom: 7px !important;
}
.invoiceSection .checkbox-label {
  margin-top: 15px !important;
}
.checkboxSection.spam-checkbox {
  margin-top: 15px;
}
.checkboxSection.spam-checkbox.checkboxDiv .checkbox-label .text {
  padding-right: 0;
}
.fancybox-outer,
.fancybox-inner {
  background: #fff;
}
.popup-dealers {
  width: 350px;
  height: 250px;
  box-sizing: border-box;
  padding: 15px;
}
.popup-dealers strong {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
.automatedSale.popup-dealers > div {
  padding: 35px 20px 0;
  min-height: 100px;
}
.automatedSale.popup-dealers > div > strong {
  font-weight: bold;
  font-size: 16px;
}