@font-face {
	font-family: BrandonText;
	src: url("/fonts/BrandonText-Regular.otf") format("opentype")
}

@font-face {
	font-family: BrandonTextMedium;
	src: url("/fonts/BrandonText-Medium.otf") format("opentype")
}

@font-face {
	font-family: BrandonTextBold;
	src: url("/fonts/BrandonText-Bold.otf") format("opentype")
}

@font-face {
	font-family: BrandonTextBlack;
	src: url("/static/fonts/BrandonText-Black.otf") format("opentype")
}

/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}

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

body {
line-height: normal;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

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

fieldset {
border: 1px solid #d4d4d2;
border-radius: 4px;
padding: 5px 7px;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}

.clearfix {
display: block
}

/* content */
html,
body {
height: 100%;
}

body {
color: #333f48;
font-family: 'BrandonText', 'Arial';
background: #ffffff;
font-size: 18px;
min-width: 780px;
-webkit-text-size-adjust: none;
}

b, strong {
font-family: 'BrandonTextMedium', 'Arial';
}

#container {
height: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: column nowrap;
}

h1 {
font-size: 30px;
}

h3 {
font-size: 130%;
}

a {
color: #008545;
text-decoration: none;
outline: none;
}

a:hover {
color: #00ab56;
text-decoration: none;
}

input[type=text],
input[type=password] {
font-family: 'BrandonText', 'Arial';
height: 48px;
padding: 10px 20px;
background-color: #FFFFFF;
border: 1px solid #bcbcbc;
border-radius: 8px;
box-sizing: border-box;
color: #000000;
font-size: 18px;
outline: none;
}

input[type=text]:disabled,
input[type=text]:read-only,
input[type=password]:disabled,
textarea:disabled {
filter: alpha(opacity=50);
opacity: 0.5;
pointer-events: none;
}

input[type=text]:focus:not(:read-only),
input[type=password]:focus:not(:read-only),
textarea:focus:not(:read-only),
select:focus:not(:read-only) {
border-color: #008545;
box-shadow: 0 0 0 4px rgba(0, 133, 69, 0.1);
outline: none;
}

.dropdown-container:focus-within .dropdown-button {
border-color: #008545;
box-shadow: 0 0 0 4px rgba(0, 133, 69, 0.1);
outline: none;
}

::-webkit-input-placeholder {
color: #000000;
opacity: 1;
}

:-moz-placeholder {
color: #000000;
opacity: 1;
}

::-moz-placeholder {
color: #000000;
opacity: 1;
}

:-ms-input-placeholder {  
color: #000000;
opacity: 1;
}

input[type=submit],
input[type=button],
button {
font-size: 18px;
font-family: 'BrandonTextMedium', 'Arial';
font-weight: normal;
padding: 0 32px;
margin: 0;
height: 48px;
background: #008545;
border-radius: 30px;
color: #FFFFFF;
border: none;
outline: none;
cursor: pointer;
outline: none;
}

input[type=submit]:hover:not(:disabled),
input[type=button]:hover:not(:disabled),
button:hover:not(:disabled) {
background: #00ab56;
}

input[type=submit].alt,
input[type=button].alt,
button.alt {
background: transparent;
border: 1px solid #008545;
color: #008545;
}

input[type=submit].alt:hover,
input[type=button].alt:hover,
button.alt:hover {
background-color: #e3f2eb;
}

input[type=submit].delete,
button.delete {
background: #d63f51;
color: #FFFFFF;
}

input[type=submit].delete:hover,
button.delete:hover {
background: #f66476;
}

input[type=submit].add,
button.add {
background: #37955f;
}

input[type=submit]:disabled,
button:disabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default;
}

button.next span {
padding-right: 30px;
background: url(/css/main_img/button_next.svg) no-repeat scroll right center;
}

button.prev span {
padding-left: 30px;
background: url(/css/main_img/button_prev.svg) no-repeat scroll left center;
}

button.add span {
padding-left: 25px;
background: url(/css/main_img/button_add_white.svg) no-repeat scroll left center;
}

button.edit span {
padding-left: 25px;
background: url(/css/main_img/button_edit.svg) no-repeat scroll left center;
}

button.delete span {
padding-left: 25px;
background: url(/css/main_img/button_delete.svg) no-repeat scroll left 7px;
}

button.indent-left {
margin-left: 10px;
}

button.indent-right {
margin-right: 10px;
}

select {
padding: 2px 3px 2px 2px;
height: 26px;
color: #000000;
border: 1px solid #eeeeee;
border-radius: 6px;
background: #FFFFFF;
font-family: 'BrandonText', 'Arial';
font-size: 100%;
}

select option {
padding: 2px 2px;
}

label {
position: relative;
top: -2px;
}

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

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

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

.float-left {
float: left;
}

.float-right {
float: right;
}

.float-none {
float: none;
}

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

.mt-n3 {
margin-top: -10px;
}

.mt-n4 {
margin-top: -15px;
}

.mb-n2 {
margin-bottom: -5px;
}

.mb-n3 {
margin-bottom: -10px;
}

.mb-n4 {
margin-bottom: -15px;
}

.mb-n5 {
margin-bottom: -20px;
}

.mb-n6 {
margin-bottom: -25px;
}

.mb-n7 {
margin-bottom: -50px;
}

.mb-n8 {
margin-bottom: -75px;
}

.hr {
margin: 10px 0;
border-top: 1px solid #E5E5E5;
}

.alt-text {
color: #888888;
}

.content-width {
max-width: 1172px;
padding: 15px 15px 40px 15px;
margin: 0 auto;
}

.logged-in #content > .content-width {
padding-top: 40px;
}

.content-max-width {
max-width: 750px;
}

.header-content {
max-width: 1172px;
padding: 36px 14px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}

#header .logo {
float: none;
flex-shrink: 0;
}

#header .logo a {
display: inline-flex;
height: auto;
align-items: center;
}

#header .logo a img {
display: inline-block;
height: 26px;
}

#header .contact-support {
float: none;
margin-left: 40px;
padding-top: 0;
flex: 1;
min-width: 200px;
}

#header .contact-support .contact-label {
font-weight: 600;
display: block;
margin-bottom: 4px;
}

#header .contact-support .contact-body {
display: block;
}

#header .contact-support .contact-link {
font-weight: 600;
color: #000000;
text-decoration: none;
border-bottom: 2px solid transparent;
transition: border-color 0.2s ease;
}

#header .contact-support .contact-link:hover {
border-color: #000000;
}

#header .details {
float: none;
margin-left: auto;
padding-top: 0;
line-height: 20px;
font-size: 18px;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 4px;
}

#header .details .username {
float: none;
padding: 0;
}

#header .details .logout {
float: none;
margin-left: 0;
}

#header .details .logout a {
background: url(/css/main_img/logout.svg) no-repeat scroll right 7px;
background-size: auto 18px;
display: inline-block;
text-decoration: none;
padding: 5px 0;
padding-right: 20px;
font-family: 'BrandonTextMedium', 'Arial';
color: #000000;
border-bottom: 2px solid transparent;
}

#header .details .logout a:hover {
border-color: #000000;
}

.header-nav {
background: #008545;
}

.header-nav .header-nav-wrapper {
max-width: 1172px;
margin: 0 auto;
padding: 0 15px;
}

.header-nav ul {
padding-right: 80px;
position: relative;
z-index: 1;
}

.header-nav ul li {
float: left;
}

.header-nav ul > li {
position: relative;
z-index: 1;
}

.header-nav ul > li:first-child {
margin-left: -15px;
}

.header-nav ul li a {
display: block;
height: 60px;
line-height: 64px;
padding: 0 15px;
font-size: 18px;
color: #FFFFFF;
font-family: 'BrandonTextMedium', 'Arial';
border-bottom: 3px solid transparent;
text-decoration: none;
}

.header-nav ul li a:hover {
opacity: 0.8;
}

.header-nav ul li.active a,
.header-nav ul li.active a:hover {
border-color: #FFFFFF;
opacity: 1;
}

.header-nav ul li a span {
display: block;
cursor: pointer;
}

#footer {
margin-top: auto;
background: #008545;
color: #FFFFFF;
}

.footer-content {
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
font-size: 16px;
}

/* action links */
a.action {
display: inline-block;
padding-left: 22px;
line-height: 24px;
font-family: 'BrandonTextMedium', 'Arial';
}

a.action.no-label {
height: 24px;
padding-left: 24px;
}

a.action.edit {
background: url(/css/main_img/edit.svg) no-repeat scroll 0 center;
}

a.action.no-label.edit {
background: url(/css/main_img/edit.svg) no-repeat scroll center;
}

a.action.delete {
background: url(/css/main_img/delete.svg) no-repeat scroll 0 center;
color: #d63f51;
}

a.action.delete:hover {
color: #f4384b;
}

a.action.no-label.delete {
background: url(/css/main_img/delete.svg) no-repeat scroll center;
}

a.action.delete.disabled {
filter: alpha(opacity=50);
opacity: 0.5;
color: #d63f51;
}

a.action.no-label.delete.disabled {
filter: alpha(opacity=50);
opacity: 0.5;
}

a.action.disabled {
cursor: default;
}

/* form inputs */
.input-row .label {
float: left;
width: 160px;
padding-top: 4px;
font-family: 'BrandonTextBold', 'Arial';
}

.input-row .input,
.input-row .text {
padding-left: 170px;
}

.input-row .input,
.submit-buttons {
line-height: 1.5;
}

#LoginForm .submit-buttons a {
margin-left: 16px;
}

.input-row.auto-size .label {
width: auto;
padding-right: 10px;
}

.input-row.auto-size .text {
padding-left: 0;
}

.input-row .input {
padding-bottom: 6px;
}

.input-row .input input[type=text],
.input-row .input input[type=password] {
width: 308px;
}

.input-row .input.zip {
width: 120px;
float: left;
padding-left: 10px;
}

.input-row .input.zip input[type=text] {
width: 100px;
}

.input-row .input.city {
width: 200px;
float: left;
padding-left: 0;
}

.input-row .input.city input[type=text] {
width: 188px;
}

.input-row .text {
padding-top: 11px;
}

.customer-data .input-row .input.zip input[type=text] {
width: 100px;
}

.customer-data .input-row .input.city,
.customer-data .input-row .input.city input[type=text] {
width: 188px;
}

.button-prefix {
padding: 0 10px;
}

.input-row.invalid,
.label.invalid,
.input.invalid {
color: #e81839;
}

.input-row.invalid .input input[type=text],
.input-row.invalid .input input[type=password],
.input-row.invalid .input .dropdown-button,
.input-row .input.invalid input[type=text],
.input-row .input.invalid input[type=password],
.input-row .input.invalid .dropdown-button,
.dropdown-container.invalid .dropdown-button {
border-color: #e81839;
}

.input-row .radio {
padding-top: 4px;
}

.input-row .radio.no-label {
padding-left: 0;
}

.input-row .radio .item-info {
margin-bottom: -6px;
}

.radio-label {
display: inline-block;
}

.empty-row {
width: 450px;
}

.inline-inputs .inputs-col {
float: left;
width: 250px;
padding-left: 20px;
}

.inline-inputs .inputs-col:first-child {
padding-left: 0;
}

.inline-inputs .input-row .label {
float: none;
width: auto;
padding-bottom: 8px;
}

.inline-inputs .input-row .input {
float: none;
padding-left: 0;
}

.input-row.block-label .label {
float: none;
width: auto;
padding-bottom: 8px;
}

.input-row.block-label .input {
float: none;
padding-left: 0;
}

.inline-inputs .input-row .input input[type=text],
.inline-inputs .input-row .input input[type=password] {
width: 100%;
}

.inline-inputs.filters .inputs-col {
box-sizing: border-box;
width: 25%;
min-height: 64px;
padding-right: 0px;
padding-left: 20px;
}

.inline-inputs.filters .inputs-col:first-child {
padding-left: 0px;
}

.inline-inputs.filters .inputs-col.date {
position: relative;
width: auto;
}

.inline-inputs.filters .inputs-col.date input[type=text] {
float: left;
width: 160px;
}

.inline-inputs.filters .inputs-col.submit {
width: auto;
}

.inline-inputs.filters .label.active {
font-family: 'BrandonTextMedium', 'Arial';
color: #008545;
}

.inline-inputs.filters .label.active a {
float: right;
width: 16px;
height: 16px;
text-decoration: none;
background: url(/css/main_img/delete.svg) no-repeat scroll center;
background-size: 12px auto;
margin-top: 6px;
}

.inline-inputs.number-type .inputs-col {
width: auto;
}

.inline-inputs.filters .dropdown-content label.dropdown-content-row {
top: 0;
}

.inline-inputs.filters .dropdown-content label.dropdown-content-row span {
position: relative;
top: 1px;
}

.separator {
height: 10px;
line-height: 10px;
font-size: 10px;
}

.separator.double {
height: 14px;
}

.input-separator {
display: inline-block;
width: 20px;
height: 10px;
}

.submit-buttons.maximized {
margin-top: 30px;
}

.white-box {
background: #FFFFFF;
border: 1px solid #333F4880;
padding: 30px;
border-radius: 12px;
}

/* form sections */
.form-section {
padding-top: 35px;
}

.form-section.no-padding-top {
padding-top: 0;
}

.review .splitted-box-col .form-section:first-child {
padding-top: 0;
}

.review .splitted-box-col h3 {
margin-top: 10px;
}

.form-section.no-header {
padding-bottom: 0;
}

.form-section.data-loading {
text-align: center;
}

.form-section-title {
font-size: 30px;
margin: 0 0 16px 0;
font-family: 'BrandonTextMedium', 'Arial';
line-height: 1.2;
}

.form-section-title span[data-step] {
position: relative;
padding-left: 40px;
}

.form-section-title span[data-step]::after {
display: flex;
content: attr(data-step);
position: absolute;
top: 7px;
left: 0;
width: 30px;
height: 30px;
font-size: 18px;
font-family: 'BrandonText', 'Arial';
justify-content: center;
align-items: center;
background: #333f48;
color: #ffffff;
border-radius: 50%;
}

.form-section-title span[data-step].completed::after {
background: #008545;
}

.form-section-title.shops-header {
display: flex;
justify-content: space-between;
align-items: center;
}

.form-section-title.shops-header a {
font-family: 'BrandonTextMedium', 'Arial';
font-size: 16px;
font-weight: normal;
color: #fff;
background: #008545;
border: none;
border-radius: 12px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
text-decoration: none;
cursor: pointer;
}

.form-section-title.shops-header a:hover {
background: #00ab56;
}

.table.orders .shop-status-wrapper {
display: inline-block;
max-width: 187px;
margin-left: 10px;
margin-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.table.orders .shop-status-wrapper .status {
display: inline-block;
width: 18px;
height: 18px;
line-height: 18px;
background: #d0d0d0;
vertical-align: middle;
border-radius: 4px;
}

.table.orders .shop-status-wrapper .status-green {
background: #00ab56;
}

.table.orders .shop-status-wrapper .status-red {
background: #ff0000;
}

a.shop.action {
display: inline;
}

a.shop.action.edit {
background: url(/css/main_img/edit.svg) no-repeat scroll 0 center;
margin-right: 15px;
}

a.shop.action.unlock {
margin-left: 15px;
background: url(/css/main_img/unlock.svg) no-repeat scroll 0 center;
}

h1.form-section-title {
font-size: 30px;
}

h4.form-section-title {
font-size: 16px;
}

.form-section-content .empty-content-box {
text-align: center;
padding: 20px 0;
}

.summary-section .form-section-title {
margin-bottom: 13px;
}

.summary-section .products-list {
margin-top: 30px;
}

.summary-section .form-section-content .products-list:first-child {
margin-top: 0;
}

.summary-section .products-list h4 {
padding-left: 10px;
margin-bottom: 10px;
font-size: 120%;
font-weight: normal;
}

.summary-section .products-list h4 span {
font-family: 'BrandonTextMedium', 'Arial';
}

.calendar-link {
float: left;
display: block;
background: url(/css/main_img/calendar.svg) no-repeat scroll center;
width: 16px;
height: 16px;
margin: 16px 0 0 -28px;
}

/* flash message */
.flash {
position: relative;
min-height: 16px;
padding: 18px 20px;
margin: 0px 0 25px 0;
font-size: 18px;
font-family: 'BrandonTextMedium', 'Arial';
border-radius: 8px;
}

.flash .icon {
position: absolute;
top: 19px;
left: 20px;
width: 22px;
height: 24px;
}

.flash .indent {
padding-left: 40px;
}

.flash.success {
background: #e3f2eb;
border: 2px solid #008545;
}

.flash.warning {
color: #3d3d3f;
background: #fff3cd;
border: 2px solid #ffc200;
}

.flash.error {
background: #fae5e7;
border: 2px solid #d0021b;
}

.flash.success .icon {
background: url(/css/main_img/flash_success.svg) no-repeat scroll center;
background-size: auto 15px;
}

.flash.warning .icon {
background: url(/css/main_img/flash_warning.svg) no-repeat scroll center;
background-size: auto 20px;
}

.flash.error .icon {
background: url(/css/main_img/flash_error.svg) no-repeat scroll center;
background-size: auto 20px;
}

.flash.error a {
color: #990000;
font-family: 'BrandonTextMedium', 'Arial';
}

.flash ul {
margin: 3px 0 0 43px;
list-style-type: disc;
}

.flash.errors-list > .icon {
display: none;
}

.flash.errors-list .indent {
padding: 0;
}

.flash .errors-container,
.tpl-roar .errors-container {
max-height: 250px;
overflow-y: auto;
}

.flash .errors-container h2,
.tpl-roar .errors-container h2 {
margin-top: 20px;
padding: 0 0 10px 0px;
font-size: 18px;
border-bottom: 1px solid #d0021b;
}

.flash .errors-container h2:first-child,
.tpl-roar .errors-container h2:first-child {
margin-top: 0;
}

.flash .errors-container .error-item,
.tpl-roar .errors-container .error-item {
position: relative;
margin-top: 10px;
font-size: 16px;
}

.flash .errors-container .error-item:first-child,
.tpl-roar .errors-container .error-item:first-child {
margin-top: 0;
}

.flash .errors-container .error-item .icon {
display: none;
}

.flash .errors-container .error-header,
.tpl-roar .errors-container .error-header {
font-family: 'BrandonTextMedium', 'Arial';
}

.flash .errors-container ul,
.tpl-roar .errors-container ul {
margin: 3px 0 0 43px;
list-style-type: disc;
margin-left: 20px;
font-family: 'BrandonText', 'Arial';
}

/* progress indicator */
.progress-indicator {
display: inline-block;
padding-left: 27px;
background: url(/css/main_img/progress_indicator.gif) no-repeat 0 3px;
font-size: 16px;
}

.form-section.data-loading .progress-indicator {
margin: 50px 0;
}

/* info box */
.info-box.customer .label,
.info-box.customer .text {
padding-top: 0;
}

.info-box.no-activity a {
display: inline-block;
margin-top: 4px;
font-size: 18px;
}

/* dropdown */
.dropdown-container {
position: relative; 
}

.dropdown-button {
box-sizing: border-box;
height: 48px;
line-height: 25px;
cursor: pointer;
display: block;
text-decoration: none;
font-family: 'BrandonText', 'Arial';
padding: 11px 15px 10px 15px;
border: 1px solid #bcbcbc;
position: relative;
border-radius: 6px;
background: #FFFFFF;
}

.dropdown-button:hover {
background: #fafafa;
}

.dropdown-button.active {
background: #f5f5f5;
}

.dropdown-button .dropdown-button-content {
margin-right: 20px;
position: relative;
color: #000000;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.dropdown-button:before {
position: absolute;
top: 50%;
margin-top: -7px;
right: 15px;
width: 14px;
height: 14px;
content: '';
background: url(/css/main_img/dropdown_arrow.svg) no-repeat scroll right center;
background-size: 14px auto;
}

.dropdown-button.active:before {
-moz-transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}

.dropdown-button.disabled {
background: #FFFFFF;
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default;
}

.dropdown-content {
background: #FFFFFF;
padding: 10px 10px 0 10px;
max-height: 223px;
border: 1px solid #bcbcbc;
border-radius: 8px;
overflow-y: auto;
}

.dropdown-container .dropdown-content {
display: none;
position: absolute;
z-index: 9;
}

.dropdown-content-row {
display: block;
padding: 8px 15px;
border: 1px solid #dddedf;
color: #000000;
cursor: pointer;
line-height: 16px;
font-size: 16px;
font-family: 'BrandonTextMedium', 'Arial';
margin-bottom: 6px;
border-radius: 6px;
}

.dropdown-content-row:last-child {
margin-bottom: 10px;
}

.dropdown-content-row:hover {
background-color: #F5F5F5;
}

.dropdown-content-row.active {
color: #008545;
}

.dropdown-content-row.no-results:hover {
background: none;
cursor: default;
}

.dropdown-search-form {
position: relative;
padding-bottom: 10px;
}

.dropdown-search-form .loading-progress {
padding: 6px 15px;
background: url(/css/main_img/progress_indicator.gif) no-repeat center 10px;
visibility: hidden;
}

.dropdown-search-form button {
display: none;
}

.dropdown-search-form-items {
max-height: 190px;
overflow-y: auto;
}

.disable-filter {
cursor: pointer;
}

/* splitted columns */
.splitted-box-col {
float: left;
width: 50%;
}

.splitted-box-col.first .form-section {
padding-right: 15px;
}

.splitted-box-col.last .form-section {
padding-left: 15px;
}

/* AJAX loading box */
.loading-layer {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999998;
background: #ffffff;
filter: alpha(opacity=1);
opacity: 0.01;
}

.loading-box {
position: fixed;
top: 0;
left: 50%;
padding: 0 10px;
background: rgba(0,0,0,0.7);
z-index: 999999;
border-radius: 0 0 8px 8px;
}

.loading-box div {
padding: 6px 0 6px 27px;
color: #ffffff;
background: url(/css/main_img/progress_indicator.gif) no-repeat scroll 0 center;
}

/* table */
.table {
display: table;
width: 100%;
}

.table .table-header {
display: table-row;
font-family: 'BrandonTextMedium', 'Arial';
}

.table .table-header-cell {
display: table-cell;
padding: 10px 12px;
font-family: 'BrandonTextBold', 'Arial';
font-weight: normal;
vertical-align: middle;
border-bottom: 1px solid #dddedf;
text-align: left;
}

.table .table-header-cell.align-right {
text-align: right;
}

.table .table-header-cell.cell-left,
.table .table-row-cell.cell-left {
padding-left: 0;
}

.table .table-header-cell.cell-right,
.table .table-row-cell.cell-right {
padding-right: 0;
}

.table .table-row {
display: table-row;
}

.table .table-row-cell {
display: table-cell;
border-bottom: 1px solid #dddedf;
padding: 10px 12px;
vertical-align: middle;
}

.table .table-row.last .table-row-cell,
.table .table-row:last-child .table-row-cell,
.table .cell-no-bottom-border {
border-bottom: none;
}

.table .table-row.selected .table-row-cell {
background: rgba(108,32,123,0.1);
}

.table .table-row-cell.cell-left {
border-left: none;
}

.table .table-row-cell.invalid,
.table .table-row-cell .invalid {
color: #e81839 !important;
}

.table .invalid input[type=text],
.table .invalid input[type=password],
.table .invalid .dropdown-button {
border-color: #e81839 !important;
}

.table .empty-results {
padding: 40px 0;
}

/* orders table */
.table.orders .cell-customer-name {
width: 40%;
}

.table.orders .cell-created {
width: 200px;
}

.table.orders .cell-step {
white-space: nowrap;
}

.table.orders .cell-step .step {
display: inline-block;
vertical-align: top;
position: relative;
top: 3px;
width: 20px;
line-height: 20px;
margin-right: 5px;
font-family: 'BrandonTextMedium', 'Arial';
font-size: 11px;
color: #ffffff;
background: #008545;
text-align: center;
border-radius: 10px;
}

.table.orders .cell-right {
width: 50px;
text-align: center;
}

.table.orders .cell-customer-step,
.table.orders .cell-right {
padding-top: 5px;
padding-bottom: 5px;
}

/* order history table */
.table.order-history {
table-layout: fixed;	
}

.table.order-history .table-row-cell .truncated-content {
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}

.table.order-history .cell-order-no {
width: 65px;
text-align: right;
}

.table.order-history .cell-date {
width: 120px;
}

.table.order-history .cell-phone {
width: 115px;
}

.table.order-history .cell-price {
width: 125px;
text-align: right;
}

.table.order-history .cell-products {
width: 120px;
text-align: center;
}

.table.order-history th.cell-right,
.table.order-history > tbody > tr > td.cell-right {
width: 50px;
text-align: center;
}

.table.order-history .table-row .cell-products {
padding-top: 8px;
padding-bottom: 7px;
text-align: center;
}

.table.order-history .badge {
display: inline-block;
width: 18px;
height: 18px;
line-height: 18px;
margin-right: 5px;
font-family: 'BrandonTextMedium', 'Arial';
font-size: 11px;
color: #ffffff;
background: #008545;
text-align: center;
border-radius: 8px;
vertical-align: middle;
}

.table.order-history .status-wrapper {
display: inline-block;
max-width: 187px;
margin-left: 10px;
margin-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.table.order-history .dropdown-button {
padding-left: 10px;
}

.table.order-history .toggle-row {
cursor: pointer;
}

.table.order-history .toggle-row .arrow {
display: inline-block;
float: left;
width: 17px;
height: 14px;
margin-top: 2px;
background: url(/css/main_img/dropdown_arrow.svg) no-repeat scroll center;
background-size: 10px auto;
-moz-transform: rotateZ(-90deg);
-webkit-transform: rotateZ(-90deg);
transform: rotateZ(-90deg);
}

.table.order-history .toggle-row.expanded .arrow {
-moz-transform: rotateZ(0deg);
-webkit-transform: rotateZ(0deg);
transform: rotateZ(0deg);
}

.table.order-history .order-products > .table-row-cell {
padding: 0 0 20px 90px;
background: none;
border: none;
overflow: visible;
}

.table.order-history .order-products .table {
table-layout: fixed;
}

.table.order-history .order-products .table .table-row-cell,
.table.order-history .order-products .table .table-header-cell {
background: none;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-radius: 0;
}

.table.order-history .order-products .cell-phone-no {
width: 120px;
}

.table.order-history .order-products .cell-right {
width: 50px;
text-align: center;
}

/* confirmation box */
.confirmation-box {
position: relative;
margin-top: 35px;
}

.confirmation-box:first-child {
margin-top: 0;
}

.confirmation-box .icon {
position: absolute;
top: 28px;
left: 25px;
width: 28px;
height: 28px;
background: url(/css/main_img/order_status_processing.svg) no-repeat scroll center;
background-size: 20px auto;
}

.confirmation-box h2 {
font-size: 20px;
padding-left: 30px;
font-family: 'BrandonTextMedium', 'Arial';
}

.confirmation-box h2 span {
display: block;
float: left;
}

.confirmation-box h2 .rate-plan {
width: 40%;
}

.confirmation-box h2 .phone-no {
width: 27%;
}

.confirmation-box h2 .user {
float: right;
width: 33%;
}

.confirmation-box .description {
display: none;
}

.confirmation-box .submit-buttons {
background: none !important;
}

.confirmation-box.current h2,
.confirmation-box.success h2,
.confirmation-box.error h2 {
padding-bottom: 20px;
}

.confirmation-box.current .icon {
background: url(/css/main_img/order_status_current.svg) no-repeat scroll center;
background-size: 18px auto;
}

.confirmation-box.success h2 {
color: #00ab56;
}

.confirmation-box.success .icon {
background: url(/css/main_img/order_status_success.svg) no-repeat scroll center;
background-size: 18px auto;
}

.confirmation-box.error h2 {
color: #D0021B;
}

.confirmation-box.error .icon {
background: url(/css/main_img/order_status_error.svg) no-repeat scroll center;
background-size: 14px auto;
}

.confirmation-box.current .description,
.confirmation-box.success .description,
.confirmation-box.error .description {
display: block;
}

.confirmation-box .description-col {
width: 49%;
float: left;
}

.confirmation-box .description-col.last {
float: right;
}

.confirmation-box .description-row {
margin-top: 11px;
}

.confirmation-box .description h3 {
font-size: 18px;
margin-bottom: 6px;
}

.confirmation-box .description h4 {
font-size: 16px;
margin: 0;
font-weight: normal;
}

.confirmation-box .description ul {
list-style: disc;
margin-left: 20px;
margin-bottom: 5px;
}

.confirmation-box .description ul li {
margin-bottom: 1px;
}

.confirmation-box .errors h4 {
margin: 15px 0 2px 0;
}

.confirmation-box .errors h4.first {
margin-top: 0;
}

.confirmation-box .description-entry-label {
float: left;
display: block;
min-width: 170px;
padding-right: 5px;
}

.confirmation-box .description-entry-value {
display: block;
padding-left: 155px;
}

/* pager */
.pager {
padding-top: 20px;
}

.pager-stats {
float: left;
line-height: 36px;
font-size: 16px;
}

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

.pager-links a {
display: inline-block;
padding: 8px 13px;
line-height: 18px;
background: #fafafa;
color: #333f48;
font-size: 16px;
margin-right: 10px;
margin-bottom: 10px;
text-decoration: none;
border-radius: 6px;
}

.pager-links a:hover {
background: #f5f5f5;
}

.pager-links .current,
.pager-links .current:hover {
background: #008545;
color: #ffffff;
cursor: default;
font-family: 'BrandonTextMedium', 'Arial';
}

.pager-links .disabled,
.pager-links .disabled:hover {
background: #fafafa;
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default;
}

/* transitions */
.transition.deleted {
transition: all 0.4s ease-out 0s;
transform: scale(1, 0);
filter: alpha(opacity=0);
opacity: 0;
}

/* system info box */
.system-info-box {
padding: 40px 15px 0 15px;
max-width: 1172px;
margin: 0 auto;
}

.system-info-box.hidden {
transition: all 0.4s ease-out 0s;
transform: scale(1, 0);
filter: alpha(opacity=0);
opacity: 0;
}

.system-info-box-content {
min-height: 16px;
padding: 18px 35px 18px 20px;
font-size: 18px;
font-family: 'BrandonTextMedium', 'Arial';
background: #fff3cd;
border: 2px solid #ffc200;
position: relative;
}

.system-info-box-content h1,
.system-info-box-content h2,
.system-info-box-content h3 {
border: none;
font-family: 'BrandonTextMedium', 'Arial';
line-height: 1.2;
font-size: 30px;
margin: 0 0 5px 0;
padding: 0;
}

.system-info-box-content h2 {
font-size: 24px;
}

.system-info-box-content h3 {
font-size: 20px;
}

.system-info-box-content p {
margin-top: 8px;
}

.system-info-box-close {
display: block;
position: absolute;
top: 12px;
right: 12px;
width: 10px;
height: 10px;
background: url(/css/main_img/close_menu_icon.svg) no-repeat scroll 0 center;
background-size: 10px auto;
cursor: pointer;
}

label.checkbox-label,
label.radio-label {
position: relative;
display: inline-block;
cursor: pointer;
padding-bottom: 0;
padding-top: 3px;
padding-left: 32px;
margin-bottom: 8px;
line-height: normal;
}

.checkbox-label.margin-top {
margin-top: 6px;
}

label.checkbox-label input,
label.radio-label input {
display: none;
}

label.checkbox-label span,
label.radio-label span {
position: absolute;
left: 0;
top: 6px;
margin-right: 8px;
width: 18px;
height: 18px;
background: #FFFFFF;
border: 2px solid #d5d5d5;
border-radius: 6px;
}

label.checkbox-label input:checked + span,
label.radio-label input:checked + span {
background: url(/css/main_img/check_white.svg) center no-repeat #008545;
background-size: 10px auto;
border-color: #008545;
}

label.checkbox-label i,
label.radio-label i {
font-style: normal;
font-family: 'BrandonTextMedium', 'Arial';
}

label.checkbox-label.disabled,
label.radio-label.disabled {
filter: alpha(opacity=50);
opacity: 0.5;
cursor: default;
}

/* quick order */
.quick-order-page #page-content {
padding-bottom: 75px;
}

.quick-order-page #page-content.no-footer {
padding: 0;
}

.quick-order-page button.action-add span {
padding-left: 20px;
padding-bottom: 1px;
display: inline-block;
background: url(/css/main_img/button_add.svg) no-repeat scroll 0 center;
background-size: auto 12px;
font-size: 18px;
}

.quick-order-page .action-link {
cursor: pointer;
font-weight: 400;
text-decoration: underline;
}

.quick-order-page .submit-buttons .progress-indicator {
margin-left: 20px;
margin-bottom: 20px;
}

.quick-order-page .submit-buttons .cancel {
margin-left: 20px;
color: #000000;
font-size: 18px;
}

.quick-order-page .form-section-title .action-link {
float: right;
margin-top: 10px;
font-size: 18px;
}

.quick-order-page .form-section.customer-data .inputs-col,
.quick-order-page .form-section.product.review .inputs-col {
box-sizing: border-box;
width: 25%;
padding: 0 0 8px 20px;
}

.quick-order-page .form-section.customer-data .inputs-col:first-child,
.quick-order-page .form-section.product.review .inputs-col:first-child,
.quick-order-page .form-section.customer-data .inputs-col:nth-child(4n+1),
.quick-order-page .form-section.product.review .inputs-col:nth-child(4n+1) {
padding-left: 0;
}

.quick-order-page .form-section.customer-data .inputs-col.col-2 {
width: 40%;
}

.quick-order-page .info-box {
display: flex;
align-items: center;
background: #f4f4f4;
margin-top: 10px;
padding: 14px 16px;
border-radius: 8px;
}

.quick-order-page .info-text {
position: relative;
padding-left: 36px;
font-size: 17px;
}

.quick-order-page .info-text::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 28px;
height: 28px;
background-image: url(/css/main_img/info.svg);
background-size: contain;
background-repeat: no-repeat;
}

.quick-order-page .info-box.error {
background: #fdecea;
}

.quick-order-page .info-box.error .info-text {
color: #b3261e;
}

.quick-order-page .info-box.error .info-text::before {
background-image: url(/css/main_img/info-error.svg);
}

.quick-order-page .info-box.hidden {
opacity: 0;
pointer-events: none;
height: 0;
padding: 0;
overflow: hidden;
transition: all 0.2s ease;
}

.form-section.product .info-box:not(.hidden) {
margin-bottom: 10px;
}

.quick-order-page .form-section.product .form-section-content {
position: relative;
padding: 0;
width: 100%;
box-sizing: border-box;
}

.quick-order-page .form-section.product .product-owner {
box-sizing: border-box;
width: 33.34%;
padding: 30px;
height: 100%;
background: #FFFFFF;
border-radius: 15px 0 0 15px;
}

.quick-order-page .form-section.product .product-services {
box-sizing: border-box;
padding: 30px;
height: 100%;
}

.quick-order-page .form-section.product .product-offerings {
margin-bottom: 25px;
}

.quick-order-page .form-section.product .product-offering input[type=radio] {
display: none;
}

.quick-order-page .form-section.product .product-offering label {
position: relative;
display: block;
margin-bottom: 10px;
cursor: pointer;
font-size: 16px;
}

.quick-order-page .form-section.product .product-offering:last-child label {
margin-bottom: 0;
}

.quick-order-page .form-section.product .product-offering input[type=radio]:disabled + label {
cursor: default;
}

.quick-order-page .form-section.product .product-offering-content {
padding: 13px 17px;
background: #ffffff;
border: 1px solid #bcbcbc;
font-weight: 400;
font-size: 17px;
border-radius: 8px;
}

.quick-order-page .form-section.product .product-offering-content:hover {
background: #fbfbfb;
}

.quick-order-page .form-section.product .product-offering input[type="radio"]:disabled + label .product-offering-content:hover {
background: #ffffff;
}

.quick-order-page .form-section.product .product-offering-price {
float: right;
color: #008545;
}

.quick-order-page .form-section.product .product-offering-selected-icon {
display: none;
position: absolute;
top: -8px;
right: -8px;
width: 24px;
height: 24px;
border-radius: 50%;
background: url(/css/main_img/check_white.svg) no-repeat scroll center #008545;
background-size: 12px auto;
}

.quick-order-page .form-section.product .product-offering input[type=radio]:checked + label {
border: none;
}

.quick-order-page .form-section.product .product-offering input[type=radio]:checked + label .product-offering-content {
border-color: #008545;
box-shadow: 0 0 0 4px rgba(0, 133, 69, 0.1);
outline: none;
}

.quick-order-page .form-section.product .product-offering input[type=radio]:checked + label .product-offering-selected-icon {
display: block;
}

.quick-order-page .form-section.product .product-offerings-list {
margin: -15px 0 40px 0;
}

.quick-order-page .form-section.product .no-togglers .product-offerings-list {
margin-top: 0;
}

.quick-order-page .form-section.product .product-offerings.invalid .product-offering input[type=radio] + label .product-offering-content {
border-color: #d34700;
}

.quick-order-page .form-section.product .product-offerings .dropdown-button {
margin-bottom: 30px;
padding: 12px 15px;
height: auto;
line-height: 25px;
border: 2px solid #1d3665;
font-size: 17px;
font-family: 'BrandonTextMedium', 'Arial';
color: #1d3665;
}

.quick-order-page .form-section.product .product-offerings.invalid .dropdown-button {
border-color: #d34700;
}

.quick-order-page .form-section.product .product-offerings .dropdown-button.standard:not(.active) {
margin-bottom: 50px;
}

.quick-order-page .form-section.product .porting-inputs,
.quick-order-page .form-section.product .sim-card-inputs {
margin-top: 15px;
}

.quick-order-page .form-section.product .porting-inputs .inputs-col,
.quick-order-page .form-section.product .sim-card-inputs .inputs-col {
width: 33.3%;
}

.quick-order-page .form-section.product .porting-inputs .port-date {
position: relative;
}

.quick-order-page .form-section.product h4 {
font-size: 22px;
font-family: 'BrandonTextMedium', 'Arial';
padding-bottom: 15px;
}

.quick-order-page .form-section.product .product-number .inline-inputs .label {
padding-top: 0;
}

.quick-order-page .form-section.product.review .form-section-content {
margin-top: 20px;
overflow: clip;
}

.quick-order-page .form-section.product.review .form-section-content.first {
margin-top: 0;
}

.quick-order-page .form-section.product.review h4 {
font-size: 18px;
padding-bottom: 5px;
}

.quick-order-page .form-section.product.review .product-details h3 {
font-family: 'BrandonTextMedium', 'Arial';
font-size: 22px;
margin-bottom: 20px;
}

.quick-order-page .form-section.product.review .product-details {
padding: 30px;
background: #FFFFFF;
}

.quick-order-page .form-section.product.review .product-footer {
padding: 20px 30px;
border-top: 1px solid #bcdfcf;
margin-top: -1px;
background: #e3f2eb;
}

.quick-order-page .product-footer .product-total-row {
margin-top: 5px;
}

.quick-order-page .product-footer .product-total-row:first-child {
margin-top: 0;
}

.quick-order-page .product-footer .product-total-col {
float: left;
}

.quick-order-page .product-footer .product-total-col.label {
min-width: 140px;
}

.quick-order-page .product-footer .product-total-col.value {
float: right;
min-width: 120px;
text-align: right;
}

.quick-order-page .product-footer .product-total-col.price-label,
.quick-order-page .product-footer .product-total-col.recurrent {
font-family: 'BrandonTextMedium', 'Arial';
font-size: 18px;
}

.quick-order-page .product-footer .product-total-col.initial {
color: #767676;
}

.quick-order-page .product-footer .product-summary-toggler {
position: relative;
cursor: pointer;
padding-right: 20px;
font-size: 18px;
}

.quick-order-page .product-footer .product-summary-toggler .toggler-icon {
position: absolute;
top: 8px;
right: 0;
width: 10px;
height: 6px;
background: url(/css/main_img/dropdown.svg) no-repeat scroll 0 0;
background-size: auto 6px;
}

.quick-order-page .product-footer .product-summary-toggler.expanded .toggler-icon {
transform: rotate(180deg);
}

.quick-order-page .product-footer .product-summary-content {
border-top: 1px solid #bcdfcf;
margin-top: 15px;
}

.quick-order-page .product-footer .product-summary-section {
border-top: 1px solid #d8d9da;
margin-top: 15px;
}

.quick-order-page .product-footer .product-summary-section:first-child {
border-top: none;
margin: 0;
}

.quick-order-page .product-footer .product-summary-row {
padding-top: 15px;
}

.quick-order-page .product-footer .product-summary-col {
float: left;
}

.quick-order-page .product-footer .product-summary-row.total-price {
font-weight: 600;
}

.quick-order-page .product-footer .product-summary-col.label {
font-family: 'BrandonTextMedium', 'Arial';
}

.quick-order-page .product-footer .product-summary-col.label.save-info {
font-family: 'BrandonTextMedium', 'Arial';
font-size: 16px;
color: #767676;
}

.quick-order-page .product-footer .product-summary-col.value {
font-family: 'BrandonTextMedium', 'Arial';
float: right;
text-align: right;
}

.quick-order-page .product-footer .product-summary-col.value span {
display: block;
}

.quick-order-page .inline-inputs .input-row .text {
padding: 0 0 10px 0;
}

.quick-order-page .form-section.customer-data .preview-section .input-row .text,
.quick-order-page .form-section.review .input-row .text,
.quick-order-page .product-owner.preview-section .text {
font-size: 18px;
}

.quick-order-page .terms-link {
display: inline-block;
margin-top: 30px;
font-size: 18px;
}

.quick-order-page .order-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
max-height: 70%;
overflow-y: auto;
background: #fcfcfc;
border-top: 1px solid #d2d4d5;
z-index: 100;
min-width: 780px;
}

.quick-order-page .order-footer .order-footer-content {
padding-top: 15px;
padding-bottom: 15px;
}

.quick-order-page .order-footer button {
min-width: 140px;
margin-top: 3px;
}

.quick-order-page .order-footer .order-total {
float: right;
}

.quick-order-page .order-footer .order-total-row {
margin-top: 5px;
}

.quick-order-page .order-footer .order-total-row:first-child {
margin-top: 0;
}

.quick-order-page .order-footer .order-total-col {
float: left;
}

.quick-order-page .order-footer .order-total-col.label {
min-width: 140px;
padding-right: 30px;
}

.quick-order-page .order-footer .order-total-col.value {
float: right;
min-width: 120px;
text-align: right;
}

.quick-order-page .order-footer .order-total-col.price-label,
.quick-order-page .order-footer .order-total-col.recurrent {
font-family: 'BrandonTextMedium', 'Arial';
font-size: 18px;
}

.quick-order-page .order-footer .order-total-col.initial {
color: #767676;
}

.quick-order-page .order-footer .order-summary-toggler {
position: relative;
cursor: pointer;
padding-right: 20px;
}

.quick-order-page .order-footer .order-summary-toggler .toggler-icon {
position: absolute;
top: 7px;
right: 0;
width: 10px;
height: 6px;
background: url(/css/main_img/dropdown.svg) no-repeat scroll 0 0;
background-size: auto 6px;
transform: rotate(180deg);
}

.quick-order-page .order-footer .order-summary-toggler.expanded .toggler-icon {
transform: rotate(0deg);
}

.quick-order-page .order-footer .order-summary-content {
border-top: 1px solid #dfdfdf;
margin-top: 15px;
}

.quick-order-page .order-footer .order-summary-section {
border-top: 1px solid #dfdfdf;
margin-top: 15px;
}

.quick-order-page .order-footer .order-summary-section:first-child {
border-top: none;
margin: 0;
}

.quick-order-page .order-footer .order-summary-row {
padding-top: 15px;
}

.quick-order-page .order-footer .order-summary-row.total-price {
font-weight: 600;
}

.quick-order-page .order-footer .order-summary-col {
float: left;
}

.quick-order-page .order-footer .order-summary-col.label {
font-family: 'BrandonTextMedium', 'Arial';
}

.quick-order-page .order-footer .order-summary-col.label.save-info {
font-family: 'BrandonTextMedium', 'Arial';
font-size: 16px;
color: #767676;
}

.quick-order-page .order-footer .order-summary-col.value {
font-family: 'BrandonTextMedium', 'Arial';
float: right;
text-align: right;
}

.quick-order-page .order-footer .order-summary-col.value span {
display: block;
}

.quick-order-page .quick-order-confirmation-box {
position: relative;
padding: 0;
margin-top: 35px;
}

.quick-order-page .quick-order-confirmation-box:first-child {
margin-top: 0;
}

.quick-order-page .quick-order-confirmation-box.pending {
color: #bbbbbb;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-icon {
position: absolute;
top: 31px;
left: 25px;
width: 28px;
height: 28px;
background: url(/css/main_img/order_status_processing.svg) no-repeat scroll center;
background-size: 20px auto;
}

.quick-order-page .quick-order-confirmation-box.current .confirmation-box-status-icon {
background: url(/css/main_img/order_status_current.svg) no-repeat scroll center;
background-size: 18px auto;
}

.quick-order-page .quick-order-confirmation-box.success .confirmation-box-status-icon {
background: url(/css/main_img/order_status_success.svg) no-repeat scroll center;
background-size: 18px auto;
}

.quick-order-page .quick-order-confirmation-box.error .confirmation-box-status-icon {
background: url(/css/main_img/order_status_error.svg) no-repeat scroll center;
background-size: 14px auto;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-details {
padding: 30px;
padding-left: 60px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-details h4 {
font-size: 20px;
padding-bottom: 5px;
}

.quick-order-page .quick-order-confirmation-box.success .confirmation-box-details h4 {
color: #00ab56;
}

.quick-order-page .quick-order-confirmation-box.error .confirmation-box-details h4 {
color: #D0021B;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-details h3 {
font-family: 'BrandonTextMedium', 'Arial';
font-size: 22px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-footer {
display: none;
padding: 0px 30px 30px 30px;
border-top: none;
}

.quick-order-page .quick-order-confirmation-box.expanded .confirmation-box-footer {
display: block;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-label {
font-family: 'BrandonTextMedium', 'Arial';
font-size: 18px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-action {
margin-top: 5px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-toggler {
position: relative;
font-size: 16px;
cursor: pointer;
padding-right: 20px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-toggler .toggler-icon {
position: absolute;
top: 7px;
right: 0;
width: 10px;
height: 6px;
background: url(/css/main_img/dropdown.svg) no-repeat scroll 0 0;
background-size: auto 6px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-toggler.expanded .toggler-icon {
transform: rotate(180deg);
}

.quick-order-page .quick-order-confirmation-box form {
margin-top: 30px;
}

.quick-order-page .quick-order-confirmation-box form button {
min-width: 100px;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-details .description-entry-label {
font-family: 'BrandonTextMedium', 'Arial';
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-details .description-entry {
color: #767676;
}

.quick-order-page .quick-order-confirmation-box .confirmation-box-status-details h4 {
margin: 15px 0 4px 0;
}

.quick-order-page .form-section.order-status {
padding-top: 0;
}

.quick-order-page .form-section.order-status .form-section-content {
position: relative;
padding: 30px;
background: #00ab56;
border: none;
color: #FFFFFF;
}

.quick-order-page .form-section.order-status h1 {
padding: 8px 0 8px 95px;
font-family: 'BrandonText', 'Arial';
line-height: 1.1;
font-size: 36px;
min-height: 44px;
background: url(/css/main_img/order_complete.svg) no-repeat scroll 0 0;
background-size: 60px auto;
}

.quick-order-page .form-section.order-status .order-ref {
position: absolute;
right: 30px;
font-size: 18px;
bottom: 40px;
}

.quick-order-page .completed-order-summary {
margin-top: 30px;
}

.quick-order-page .completed-order-summary .order-total-row {
margin-top: 5px;
}

.quick-order-page .completed-order-summary .order-total-row:first-child {
margin-top: 0;
}

.quick-order-page .completed-order-summary .order-total-col {
float: left;
}

.quick-order-page .completed-order-summary .order-total-col.label {
min-width: 140px;
}

.quick-order-page .completed-order-summary .order-total-col.value {
float: right;
min-width: 120px;
text-align: right;
}

.quick-order-page .completed-order-summary .order-total-col.price-label,
.quick-order-page .completed-order-summary .order-total-col.recurrent {
font-family: 'BrandonTextMedium', 'Arial';
font-size: 22px;
}

.quick-order-page .completed-order-summary .order-total-col.initial {
color: #767676;
font-size: 16px;
}

.help-wrapper {
display: inline-flex;
align-items: center;
gap: 6px;
}

.help-icon {
width: 24px;
height: 24px;
background: url(/css/main_img/help.svg) no-repeat center center;
background-size: contain;
flex-shrink: 0;
}

.address-info {
font-size: 18px;
font-family: 'BrandonTextMedium', 'Arial';
line-height: 1.4;
}

.sign-links-wrapper .auth-link,
.sign-links-wrapper .physical-sign-link {
display: block;
width: 260px;
box-sizing: border-box;
}

.auth-links {
margin-top: 30px;
}

.auth-link {
position: relative;
display: inline-block;
border-radius: 100px;
background-color: #39134c;
padding: 14px 25px 14px 80px;
box-sizing: border-box;
font-size: 18px;
font-family: 'BrandonTextMedium', 'Arial';
color: #ffffff;
text-decoration: none;
}

.auth-link::before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 80px;
background-position: 24px center;
background-repeat: no-repeat;
border-radius: 100px 0 0 100px;
content: '';
}

.auth-link-signicat-bankid::before {
background-image: url(/css/main_img/bank_id.svg);
background-size: 40px auto;
}

.auth-links .auth-link:hover {
background-color: #470d70;
color: #ffffff;
}

.auth-link.disabled,
.auth-link[disabled],
.auth-link[aria-disabled="true"] {
background-color: #9a9a9a;
color: #e5e5e5;
pointer-events: none;
cursor: not-allowed;
opacity: 0.7;
}

.auth-link.disabled::before,
.auth-link[disabled]::before,
.auth-link[aria-disabled="true"]::before {
filter: grayscale(100%);
}

.auth-links .auth-link.disabled:hover,
.auth-links .auth-link[disabled]:hover,
.auth-links .auth-link[aria-disabled="true"]:hover {
background-color: #9a9a9a;
}

.physical-sign-links {
margin-top: 15px;
display: flex;
align-items: center;
gap: 20px;
}

.physical-sign-link {
position: relative;
display: inline-block;
border-radius: 100px;
background-color: #008545;
padding: 14px 25px 14px 80px;
box-sizing: border-box;
font-size: 18px;
font-family: 'BrandonTextMedium', 'Arial';
color: #ffffff;
text-decoration: none;
}

.physical-sign-link::before {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 80px;
background-position: 24px center;
background-repeat: no-repeat;
border-radius: 100px 0 0 100px;
content: '';
background-image: url(/css/main_img/ink_pen.svg);
background-size: 40px auto;
}

.physical-sign-link:hover {
background-color: #006b37;
color: #ffffff;
}

.physical-sign-link.disabled {
background-color: #9a9a9a;
color: #e5e5e5;
pointer-events: none;
cursor: not-allowed;
opacity: 0.7;
}

.physical-sign-link.disabled::before {
filter: grayscale(100%);
}

.physical-sign-link.disabled:hover {
background-color: #9a9a9a;
}

@media screen and (max-width: 1080px) {
	.table.order-history .cell-phone,
	.table.order-history .cell-e-mail {
	width: 0;
	overflow: hidden;
	padding: 0;
	}
	
	.inline-inputs.filters .inputs-col {
	width: 19.5%;
	}
	
	.splitted-box-col {
	width: 100%;
	}
	
	.splitted-box-col.first .form-section {
	padding-right: 0;
	}
	
	.tpl-window-default .maximized-form .last .form-section.first {
	padding-top: 35px !important;
	}
	
	.splitted-box-col.last .form-section {
	padding-left: 0;
	}
	
	.confirmation-box .description-col {
	width: 100%;
	}
	
	.confirmation-box .description-col.last {
	padding-top: 15px;
	}
	
	.quick-order-page .form-section.customer-data .inputs-col,
	.quick-order-page .form-section.product.review .inputs-col {
	width: 50%;
	}
	
	.quick-order-page .form-section.customer-data .inputs-col:nth-child(4n+1):not(:first-child),
	.quick-order-page .form-section.product.review .inputs-col:nth-child(4n+1):not(:first-child) {
	padding-left: 20px;
	}
	
	.quick-order-page .form-section.customer-data .inputs-col:nth-child(2n+1):not(:first-child),
	.quick-order-page .form-section.product.review .inputs-col:nth-child(2n+1):not(:first-child) {
	padding-left: 0;
	}
}

@media screen and (max-width: 880px) {
	.header-content {
	flex-wrap: wrap;
	gap: 0;
	}

	#header .logo {
	order: 1;
	flex: 0 0 auto;
	}

	#header .details {
	order: 2;
	margin-left: auto;
	padding-top: 0;
	align-self: center;
	}

	#header .contact-support {
	order: 3;
	flex: 0 0 100%;
	margin-left: 0;
	padding-top: 8px;
	padding-bottom: 10px;
	}
	.table.order-history .cell-date,
	.table.order-history .order-products .cell-phone-no {
	width: 80px;
	}
	
	.table.order-history .order-products .cell-initial-price {
	width: 0;
	overflow: hidden;
	padding: 0;
	}
	
	.inline-inputs .inputs-col {
	width: 33.33%;
	box-sizing: border-box;
	}
	
	.quick-order-page .form-section.product .product-services .product-number .inline-inputs .inputs-col {
	width: 50%;
	}
}