:focus            {outline: 0;}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Local Fonts */
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-style: normal;
  src: url('../../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.eot');
  src: url('../../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.eot?#iefix') format('embedded-opentype'),
       local('Source Sans Pro Light'),
       local('Source-Sans-Pro-300'),
       url('../../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.woff2') format('woff2'),
       url('../../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.woff') format('woff'),
       url('../../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.ttf') format('truetype'),
       url('../../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.svg#SourceSansPro') format('svg');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  src: url('../../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot');
  src: url('../../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot?#iefix') format('embedded-opentype'),
       local('Source Sans Pro'),
       local('Source-Sans-Pro-regular'),
       url('../../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff2') format('woff2'),
       url('../../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff') format('woff'),
       url('../../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.ttf') format('truetype'),
       url('../../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.svg#SourceSansPro') format('svg');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  src: url('../../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot');
  src: url('../../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot?#iefix') format('embedded-opentype'),
       local('Source Sans Pro Semibold'),
       local('Source-Sans-Pro-600'),
       url('../../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff2') format('woff2'),
       url('../../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff') format('woff'),
       url('../../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.ttf') format('truetype'),
       url('../../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.svg#SourceSansPro') format('svg');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  font-style: normal;
  src: url('../../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.eot');
  src: url('../../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.eot?#iefix') format('embedded-opentype'),
       local('Source Sans Pro Bold'),
       local('Source-Sans-Pro-700'),
       url('../../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.woff2') format('woff2'),
       url('../../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.woff') format('woff'),
       url('../../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.ttf') format('truetype'),
       url('../../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.svg#SourceSansPro') format('svg');
}


html,
body {margin: 0;padding: 0;height: 100%;}
body {font-family: 'Source Sans Pro', sans-serif;font-size: 14px;color: #333333;font-weight: 400;position: relative;}

.header-line {
  height: 50px;
  background-color: #84bd00;
}

.body-holder {
  display: table;
  width: 100%;
  max-width: 1330px;
  table-layout: fixed;
  height: calc(100% - 50px);
  height: -o-calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
}
.page-holder {
  margin: 0;
  display: table-cell;
  vertical-align: top;
}

.left-side {width: 260px;background-color: #00263e;display: table-cell;vertical-align: top;border-right: 1px solid #F1F1F1;padding: 10px 0;}

.hl-title {float: left;}
.hl-title h1 {font-size: 21px;color: #FFFFFF;font-weight: 600;padding-right: 0;margin: 0;line-height: 50px;padding: 0 20px;}
.hl-button-side {float: right;line-height: 50px;padding: 0 20px 0 0;}
.hl-button-side a {color: #FFFFFF;text-decoration: none;}

/* Login Form */
.frm-log {margin: 10% auto 0 auto;padding: 0;width: 340px;height: 300px;}
.frm-log fieldset {padding: 20px 30px;border: none;background-color: #FAFAFA;-moz-border-radius: 14px;-webkit-border-radius: 14px;border-radius: 14px;}
.frm-log legend {font-size: 17px;font-weight: 600;color: #888888;}
.frm-log label {font-size: 13px;letter-spacing: -1px;font-weight: 400;color: #666666;display: block;padding: 5px 0 0 0;}
.frm-log input[type="text"], .frm-log input[type="password"] {outline: none;padding: 3px 0px 3px 3px;margin: 5px 1px 3px 0px;border: 1px solid transparent;height: 22px;line-height: 22px;width: 250px;font-family: 'Open Sans', sans-serif;font-size: 15px;display: block;}
.button-row {padding: 5px 0 10px 0;}
.frm-log input[type="submit"] {cursor: pointer;display: block;border: none;width: 200px;height: 40px;line-height: 40px;font-family: 'Source Sans Pro', sans-serif;color: #FFFFFF;text-align: center;font-size: 21px;font-weight: 300;background-color: #84bd00;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;margin: 0 auto;}
#error-msg {float: right;width: 130px;font-size: 12px;margin-right: 20px;color: #CC0000;line-height: 1.1em;}

.frm-log .form-row {padding: 2px 0 10px 0;}
.frm-log .cbr-in-holder {padding: 3px 7px;border: 2px solid #F1F1F1;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;background-color: #FFFFFF;}

.frm-log .cbr-in-holder .field::-webkit-input-placeholder {color: #BBBBBB;opacity: 1}
.frm-log .cbr-in-holder .field:-moz-placeholder {color: #BBBBBB;opacity: 1}
.frm-log .cbr-in-holder .field::-moz-placeholder {color: #BBBBBB;opacity: 1}
.frm-log .cbr-in-holder .field:-ms-input-placeholder {color: #BBBBBB;opacity: 1}

.frm-log .cbr-in-holder .field:focus::-webkit-input-placeholder {color: #BBBBBB;opacity: 0.2}
.frm-log .cbr-in-holder .field:focus:-moz-placeholder {color: #BBBBBB;opacity: 0.2}
.frm-log .cbr-in-holder .field:focus::-moz-placeholder {color: #BBBBBB;opacity: 0.2}
.frm-log .cbr-in-holder .field:focus:-ms-input-placeholder {color: #BBBBBB;opacity: 0.2}

/* Main Navigation */
.main-menu {margin: 0;padding: 0;}
.main-menu li {display: block;padding: 2px 0;margin: 0px;}
.main-menu li a,
.main-menu li span {display: block;text-decoration: none;color: #999999;padding: 0;font-size: 17px;font-weight: 300;padding: 5px 20px;}
.main-menu li a.active,
.main-menu li span.active {color: #FFFFFF;background-color: #84bd00;}
.page-holder {width: 100%;max-width: 1080px;padding: 0;}


.main-menu .sub-menu {margin: 0; padding: 0 0 0 15px;}
.main-menu li .sub-menu li a {font-size: 15px;}
.main-menu li .sub-menu li a.active {background-color: transparent;}

/* Table 1 Layout */
.table-list-1 {width: 96%;margin: 2% 2% 1% 2%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color: #727272;font-weight: 300;border-collapse:separate;border-spacing:0 5px;font-size: 15px;}
.table-list-1 td {padding: 5px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.table-list-1 th {background-color: #FAFAFA;padding: 15px 5px;font-size: 17px;text-transform: uppercase;color: #888888;font-weight: 300;text-align: left;}
.table-list-1 td.tax-a {width: 20%;}
.table-list-1 td.tax-c {width: 80px;text-align: left;}

.table-list-1 td.col-dx {text-align: center;}

.table-list-1 th.col-a,
.table-list-1 th.col-ab,
.table-list-1 th.col-xa.start {-webkit-border-top-left-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-bottomleft: 6px;border-top-left-radius: 6px;border-bottom-left-radius: 6px;text-indent: 2%;}
.table-list-1.orders th.col-e,
.table-list-1.cables th.col-i,
.table-list-1.connectors th.col-j,
.table-list-1.config th.col-cd,
.table-list-1.config th.col-xc.end {-webkit-border-top-right-radius: 6px;-webkit-border-bottom-right-radius: 6px;-moz-border-radius-topright: 6px;-moz-border-radius-bottomright: 6px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;}

.table-list-1.orders th.col-a {width: 70px;}
.table-list-1.orders th.col-b {width: 15%;}
.table-list-1.orders th.col-d {width: 120px;}
.table-list-1.orders th.col-e {width: 110px;text-align: right;padding-right: 2%;}
.table-list-1.orders th.col-f {width: 135px;}

.table-list-1.orders th.col-dx {width: 50px;}

.table-list-1.orders td.col-a {text-align: center;}
.table-list-1.orders td.col-e {text-align: right;padding-right: 2%;}

.table-list-1.orders td.col-b .st-1,
.table-list-1.orders td.col-b .st-2,
.table-list-1.orders td.col-b .st-3,
.table-list-1.orders td.col-b .st-5 {padding: 0 0 0 20px;display: block;}

.table-list-1.orders td.col-b .st-1 {background: url(../images/status-orange.png) no-repeat 0 50%;}
.table-list-1.orders td.col-b .st-2,
.table-list-1 span.active.true {background: url(../images/status-green.png) no-repeat 0 50%;}
.table-list-1.orders td.col-b .st-3,
.table-list-1.orders td.col-b .st-5,
.table-list-1 span.active.false {background: url(../images/status-red.png) no-repeat 0 50%;}

.table-list-1 a.id,
.table-list-1 span.id {color: #84bd00;text-decoration: none;cursor: pointer;}
.table-list-1 .even td  {background-color: #F8FAF5;}
.table-list-1.config .even td  {background-color: transparent;}
.table-list-1 .icon-pdf {display: block;margin: 0 auto;width: 20px;height: 26px;background: url(../images/icon-pdf.png) no-repeat 0 50%;}

.table-list-1 span.active {display: block;margin: 0 auto;width: 12px;height: 12px;}

.table-list-1.orders tr.odd:hover td,
.table-list-1.orders tr.even:hover td,
.table-list-1.orders tr.odd.highlight td,
.table-list-1.orders tr.even.highlight td {/*background-color: #e8f0f6;*/background-color: #f4f6f8;}


.table-list-1.orders tr.odd td,
.table-list-1.orders tr.even td {-webkit-transition: background 0.2s linear;-moz-transition: background 0.2s linear;-ms-transition: background 0.2s linear;-o-transition: background 0.2s linear;transition: background 0.2s linear;cursor: pointer;}

.table-list-1 .or-details td {padding: 0;border-bottom: 1px solid rgb(241, 241, 241);}

.table-list-1.orders .or-details .details-layout {display: none;padding: 1% 2%;}

.table-list-1.orders .or-details .details-layout .dl-heading {padding-bottom: 10px;}
.table-list-1.orders .or-details .details-layout .dl-heading h5 {font-weight: 400;font-size: 17px;margin: 0;padding: 0;}
.table-list-1.orders .or-details .details-layout .dl-heading2 h6 {font-weight: 300;font-size: 14px;margin: 0;padding: 0 0 5px 0;}
.table-list-1.orders .or-details .details-layout .dl-heading2 h6 strong {font-weight: 400;}
.table-list-1.orders .or-details .details-layout .dl-taxes {font-size: 12px;}

.button-dl {background-image: url(../images/download.svg);background-repeat: no-repeat;background-size: 50px 50px;background-position: 50% 0;width: 60px;padding-top: 50px;display: inline-block;color: #84bd00;text-decoration: none;font-weight: 400;font-size: 16px;letter-spacing: 0px;text-align: center;}

.table-list-1.orders .or-details .details-layout .dl-table {display: table;width: 100%;table-layout: fixed;}
.table-list-1.orders .or-details .details-layout .dl-colum {display: table-cell;vertical-align: top;}
.table-list-1.orders .or-details .details-layout .dl-colum.col-1 {width: 345px;}
.table-list-1.orders .or-details .details-layout .dl-colum.col-2 {width: 23%;}
.table-list-1.orders .or-details .details-layout .dl-colum.col-3 {width: 27%;}
.table-list-1.orders .or-details .details-layout .dl-colum.col-4 {width: 10%;text-align: right;padding-top: 10px;}

.table-list-1.orders .or-details .details-layout ul {font-size: 13px;margin: 0;padding: 0;list-style:none;font-weight: 300;}
.table-list-1.orders .or-details .details-layout ul li {padding: 2px 0;}
.table-list-1.orders .or-details .details-layout ul li strong {font-weight: 400;}

.table-list-1 .click-price,
.table-list-1 .click-stock,
.table-list-1 .noaction-stock {
  border: 1px solid transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-align: right;
  width: 50px;
  height: 26px;
  line-height: 26px;
  padding: 0 3px;
  background-color: transparent;
   -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: color 2s ease-out;
}
.table-list-1 .click-price.active,
.table-list-1 .click-stock.active {
  background-color: #FFFFFF;
  border-color: #D9D9DB;
}
.table-list-1 .click-price.processing,
.table-list-1 .click-stock.processing {
  color: rgba(114, 114, 114, .2);
  background-image: url(../../common/images/gears_green_grey.svg);background-repeat: no-repeat;background-position: 50% 50%;background-size: 28px;

}

.table-list-1.cables th.col-f {text-align: center;}
.table-list-1.cables th.col-i {text-align: center;}

.table-list-1.cables td.col-a {text-align: center;width: 60px;}
.table-list-1.cables td.col-g {text-align: right;width: 6%;padding-right: 1%;}
.table-list-1.cables td.col-h {text-align: right;width: 6%;padding-right: 1%;}

.table-list-1.connectors th.col-d {text-align: center;}
.table-list-1.connectors th.col-e {text-align: center;}
.table-list-1.connectors th.col-g {text-align: center;}
.table-list-1.connectors th.col-i {text-align: right;}
.table-list-1.connectors th.col-j {text-align: center;}

.table-list-1.connectors td.col-a {text-align: center;}
.table-list-1.connectors td.col-d {text-align: center;}
.table-list-1.connectors td.col-e {text-align: center;}
.table-list-1.connectors td.col-g {text-align: center;}
.table-list-1.connectors td.col-h {text-align: right;width: 6%;padding-right: 1%;}
.table-list-1.connectors td.col-i {text-align: right;width: 6%;padding-right: 1%;}

.table-list-1.connectors .images {position: relative;}
.table-list-1.connectors .images .image-left,
.table-list-1.connectors .images .image-right,
.table-list-1.cables .image {display: inline-block;cursor: pointer;}
.table-list-1.connectors .images .preview,
.table-list-1.cables .image .preview {position: absolute;width: 330px;height: 300px;border: 1px solid #CCCCCC;background-color: #FFFFFF;display: none;z-index: 10;overflow: hidden;}
.table-list-1.cables .image .preview {width: 500px;}
.table-list-1.connectors .image-right .preview img {position: relative;left: -670px;}
.table-list-1.cables .image .preview img {position: relative;left: -250px;}

.table-list-1.connectors .images .image-left:hover .preview,
.table-list-1.connectors .images .image-right:hover .preview,
.table-list-1.cables .image:hover .preview {display: block;}


.table-list-1.antennas td.col-aa,
.table-list-1.antennas th.col-a,
.table-list-1.antennas td.col-a {text-align: center;text-indent: 0;}

.table-list-1.antennas .col-a a,
.table-list-1.antennas .col-b a {text-decoration: none;color: inherit;}

.table-list-1.antennas td.col-a {width: 50px;}
.table-list-1.antennas td.col-b {width: 220px;padding-right: 15px;}
.table-list-1.antennas td.col-e {text-align: center;}

.table-list-1.antennas th.col-e,
.table-list-1.antennas th.col-i {text-align: center;}

.table-list-1.antennas th.col-h,
.table-list-1.antennas td.col-h {text-align: right;}
.table-list-1.antennas th.col-d,
.table-list-1.antennas td.col-d,
.table-list-1.antennas th.col-g,
.table-list-1.antennas td.col-g {text-align: center;}


.config-holder {padding: 3% 2% 0 2%;}
.config-holder form {float: left;width: 49.5%;}
.config-holder form.cf1 {width: 30%;}
.config-holder form.cf2 {width: 70%;}


form.cf-1 .table-list-1.config input.field {width: 50px;}
form.cf-1 .table-list-1.config td.col-c {width: 20%;}
.currencies-holder {padding-top: 3%;width: 440px;clear: both;}
.table-list-1.config td {vertical-align: middle;}
.general-config .form-a label {height: 30px;font-weight: 400;}

h1.main-head {padding: 2px 2%;margin-bottom: 0;}

#new-cable,
#production-site,
#std-products,
#ant-products {padding-left: 2%;padding-right: 2%;}

#std-products,
#ant-products {max-width: none;}

#ant-products.form-a .col-r {padding-bottom: 0;}

#std-products.form-a .form-row,
#ant-products.form-a .form-row {padding: 1.5% 0;}

#std-products.form-a fieldset,
#ant-products.form-a fieldset {padding: 1% 0;}

#std-products .part2 h1.heading,
#ant-products .part2 h1.heading {margin: 0;}
.form-item-holder-a {width: 33%;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-top: 2%;}
.part2.error h1.heading {color: #E28B8B;}
#std-products input:disabled,
#ant-products input:disabled  {opacity: 0.3;cursor: not-allowed;}

.general-config.ie {clear: both;padding: 0.5% 2%;}

#user-sections {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#user-sections li {
  padding: 5px 0;
  font-size: 15px;
  float: left;
  width: 47%;
  padding-left: 3%;
}
.form-a #user-sections label {font-weight: 400;}

.general-config.ie h2.section-heading.loading {background-image: url(../../common/images/gears_green_grey.svg);background-repeat: no-repeat;background-position: 97% 50%;background-size: 50px;}

.table-list-1.config th.col-cd {text-indent: 10%;}

.table-list-1.config td.col-a {color: #84BD00;width: 30%}
.table-list-1.config td.col-b {width: 10%;}
.table-list-1.config td.col-c {width: 50%;}
.table-list-1.config td.col-d {width: 10%;}

.table-list-1.config .text {display: none;}

.table-list-1.config .cbr-in-holder {padding: 2px 7px;border: 2px solid #F1F1F1;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;background-color: #FFFFFF;max-width: 270px;}
.table-list-1.config input.field {outline: none;padding: 2px 0px 2px 3px;margin: 5px 1px 3px 0px;border: 1px solid transparent;height: 22px;line-height: 22px;width: 250px;font-family: 'Open Sans', sans-serif;font-size: 15px;display: block;}
.table-list-1.config input.field.days {width: 25px;}

.tooltip {display: inline-block;position: relative;width: 18px;height: 18px;background: url(../images/icon-questionmark.png) no-repeat 0 50%;}
.tooltip:hover:after{background: #84bd00;background: rgba(120,156,62,.9);border-radius: 5px;bottom: 26px;color: #FFFFFF;content: attr(data-title);left: 20%;padding: 5px 15px;position: absolute;z-index: 98;width: 250px;}
.tooltip:hover:before{border: solid;border-color: #84bd00 transparent;border-width: 6px 6px 0 6px;bottom: 20px;content: "";left: 50%;position: absolute;z-index: 99;}

.table-list-1.currencies span.date {font-size: 13px;display: block;float: right;white-space: nowrap;padding-top: 4px;}
.table-list-1.currencies td {padding: 15px 10px;}
.table-list-1.currencies .col-a {text-align: center;}
.table-list-1.currencies .col-b {color: #84BD00;text-align: right;}

.table-list-1.currencies .col-b span {padding-right: 65px;}

.table-list-1.config .buttons .submit-button,
.cms-button-row .submit-button {display: block;border: none;width: 200px;height: 40px;line-height: 40px;font-family: 'Source Sans Pro', sans-serif;color: #FFFFFF;text-align: center;font-size: 17px;font-weight: 300;background-color: #84bd00;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;text-transform: uppercase;}
.table-list-1.config .buttons .submit-button {position: relative;left: 41%;}
.table-list-1.config,
.table-list-1.currencies {margin: 12px;}

.table-list-1.currencies th.col-ab {text-indent: inherit;}

.submit-button:focus {outline:none;}
.submit-button::-moz-focus-inner {border:0;}

.table-list-1.cables th.col-aa,
.table-list-1.cables td.col-aa,
.table-list-1.coupons th.col-aa,
.table-list-1.coupons td.col-aa,
.table-list-1.connectors th.col-aa,
.table-list-1.connectors td.col-aa {width: 40px;text-align: center;}

.table-list-1 td.col-b span.name,
.table-list-1.connectors td.col-b a {cursor: pointer;font-weight: 600;color: #555555;}

.table-list-1.cables td.col-a a,
.table-list-1.cables td.col-b a,
.table-list-1.connectors td.col-a a,
.table-list-1.connectors td.col-b a,
.table-list-1.partners td.col-a a,
.table-list-1.partners td.col-b a,
.table-list-1.coupons td.col-a a,
.table-list-1.coupons td.col-b a {color: inherit;text-decoration: none;}


/* Pagination */
.pagination {padding: 3px 18px;color: #CCCCCC;clear: both;}
.pagination a,
.pagination span {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 4px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    font-size: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}

.pagination span { color: #CCCCCC;}
.pagination span.current {
  box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
  border-color: #061523;
  color: #FFFFFF;
  text-shadow: black 0 1px 0;
  background: rgba(132,189,0,1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(132,189,0,1) 0%, rgba(89,120,36,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(132,189,0,1)), color-stop(100%, rgba(89,120,36,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(132,189,0,1) 0%, rgba(89,120,36,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(132,189,0,1) 0%, rgba(89,120,36,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(132,189,0,1) 0%, rgba(89,120,36,1) 100%);
  background: radial-gradient(ellipse at center, rgba(132,189,0,1) 0%, rgba(89,120,36,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84bd00', endColorstr='#597824', GradientType=1 );
}

.filters .pagination {width: 70%;float: left;padding: 0;}
.filters .filters-holder {width: 170px;float: right;}
.filters .filters-holder select {width: 120px;}

.filter-l1 {display: none;}

.filters .dropdown {
   border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    display: inline-block;
    border-top: 1px solid #fff;
    color: #717171;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}
.filters .dropdown select {background-color: transparent;}

.no-records {padding: 10px 20px; font-size: 11px;color: #888888;font-style: italic;}

/* Filters */
.filters {margin: 2% 2% 1% 2%;border: 1px solid #F1F1F1;background-color: #FAFAFA;padding: 1% 2%;}
.filters label {font-size: 12px;font-weight: 600;}
.filter-null {padding: 2%;font-size: 11px;}

/* Invoice */
.invoice-holder {clear: both;padding: 3% 0;}
.invoice-holder h2 {background-color: #FAFAFA;padding: 15px 5px;font-size: 17px;color: #666666;-webkit-border-top-left-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-bottomleft: 6px;border-top-left-radius: 6px;border-bottom-left-radius: 6px;text-indent: 2%;font-weight: 400;font-size: 17px;margin-bottom: 2%;}
.invoice-description {display: table;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.invoice-description p {display: table-cell;padding: 0 5% 0 2%;font-size: 15px;font-weight: 300;vertical-align: middle;}
.invoice-description a.pdf-invoice {display: table-cell;width: 259px;height: 75px;background: url(../../images/pdf-invoice.png) no-repeat 0 0;text-decoration: none;border: none;text-indent: -9999px;}
.invoice ul {margin: 0;padding: 0;list-style: none;}

.invoice {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 9px solid #FAFAFA;padding: 3%;margin-top: 2%;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;font-size: 13px;font-weight: 400;}
.invoice .inv-header {display: table;width: 100%;}
.invoice .inv-header .inv-h-logo {display: table-cell;vertical-align: top;width: 53%;}
.invoice .inv-header .inv-h-col-a {display: table-cell;vertical-align: top;width: 23%;}
.invoice .inv-header .inv-h-col-b {display: table-cell;vertical-align: top;width: 24%;text-align: right;}
.invoice .inv-header ul {font-size: 13px;font-weight: 300;}
.invoice .inv-header ul li {padding: 2px 0 2px 0;}
.invoice .inv-header ul strong {font-weight: 400;}
.invoice .inv-header ul li a {color: #333333;}

.inv-addresses {padding-top: 4%;display: table;width: 100%;}
.inv-address {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 47%;display: table-cell;}
.inv-address.billing {padding-right: 3%;}
.inv-address.shipping {padding-left: 3%;}
.inv-address h3 {height: 42px;line-height: 42px;text-indent: 4%;background-color: #BABBBD;color: #FFFFFF;font-size: 21px;font-weight: 300;text-transform: uppercase;}
.inv-address ul {padding: 2% 0 2% 4%;font-size: 14px;font-weight: 300;}
.inv-address ul li {padding: 0;margin: 0;}
.inv-address strong {font-weight: 400;}

.inv-items {width: 100%;border-collapse: collapse;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin: 20px 0;}
.inv-itemstd {padding: 5px;}
.inv-items .label td {background-color: #FAFAFA;padding: 15px 5px;font-size: 17px;text-transform: uppercase;color: #888888;}

.inv-items td.col-a {width: 32%;}
.inv-items td.col-b {width: 38%;}
.inv-items td.col-c {width: 15%;}
.inv-items td.col-d {width: 15%;}

.inv-items .label td.col-a,
.inv-items .label td.col-abc {-webkit-border-top-left-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-bottomleft: 6px;border-top-left-radius: 6px;border-bottom-left-radius: 6px;text-indent: 2%;}
.inv-items .label td.col-d {-webkit-border-top-right-radius: 6px;-webkit-border-bottom-right-radius: 6px;-moz-border-radius-topright: 6px;-moz-border-radius-bottomright: 6px;border-top-right-radius: 6px;border-bottom-right-radius: 6px;}
.inv-items .label.items td.col-c,
.inv-items .label.items td.col-d {text-align: center;font-size: 17px;}
.inv-items .label td.col-abcd {text-indent: 2%;}

.inv-items .item td {font-size: 16px;font-weight: 300;color: #666666;vertical-align: middle;padding: 20px 5px}
.inv-items .item td.col-c {text-align: center;font-size: 19px;color: #84bd00;}
.inv-items td.col-d {text-align: right;font-size: 29px;}
.inv-items td.col-d .row-price-total {display: block;padding-right: 20%;font-weight: 300;}
.inv-items .item .item-summary {padding: 0 0 0 3%;}
.inv-items .item .item-summary li {padding: 2px 0;}
.inv-items .item .item-summary .label {color: #84bd00;}
.inv-items .item .item-summary .row0 {padding: 2px 0 10px 0;font-size: 17px;}
.inv-items .item .item-summary .row1,
.inv-items .item .item-summary .row2 {font-size: 14px;}
.inv-items .item .item-summary .row1 span,
.inv-items .item .item-summary .row2 span {display: inline-block;padding-right: 2%;}
.inv-items .spacer td {padding: 5px;}
.inv-items .addresses td {padding: 20px 5px;}
.inv-items .order-total-holder {width: 300px;float: right;}
.inv-items .order-total {height: 42px;line-height: 42px;text-indent: 4%;background-color: #84bd00;color: #FFFFFF;font-size: 21px;font-weight: 300;text-transform: uppercase;}
.inv-items .order-alt {margin: 5px 0 0 0;height: 42px;background-color: #E4EBD8;color: #58595B;}
.inv-items .order-alt span {display: block;float: left;}
.inv-items .order-alt span.oa-1 {text-align: right;width: 42%;margin-right: 5%;line-height: 15px;padding: 5px 0 0 0;}
.inv-items .order-alt span.oa-2 {line-height: 42px;width: 50%;font-size: 23px;}

.assembly-time {display: block;font-size: 16px;font-weight: 300;padding: 10px 0 10px 20px;}

.inv-items .label.discount td {color: #FFFFFF;background-color: #C52A40;font-size: 21px;text-transform: none;}
.inv-items .label.discount td.col-d {font-size: 29px;}

.table-list-1 {position: relative;}
.table-list-1 .row-overlay {background: rgba(255, 255, 255, .9);border-spacing: 0;text-align: center;}
.table-list-1 .row-overlay.light {background: rgba(255, 255, 255, .7);}
.table-list-1 .row-overlay span.row-overlay-text {font-weight: 400;color: #555555;font-size: 14px;background-image: url(../images/cms_gears_1.svg);background-repeat: no-repeat;background-size: 19px 19px;background-position: 0 50%;display: inline-block;padding-left: 25px;}
.table-list-1.cables .col-i span.active,
.table-list-1.connectors .col-j span.active,
.table-list-1.coupons .col-i span.active  {cursor: pointer;}

/* Import - Export */
.ie {padding: 2% 2%;}
.ie fieldset {border: none;margin: 0;padding: 0;}
.ie .ie-block-a {width: 255px;float: left;padding: 10px 0 0 0;}
.ie .ie-block-b {width: 330px;float: right;}
.ie h2.section-heading {height: 60px;line-height: 60px;text-indent: 5%;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;background-color: #FAFAFA;font-size: 17px;text-transform: uppercase;color: #888888;font-weight: 300;}
.ie .tooltip {top: 5px;}
.ieb-label {color: #84bd00;display: inline-block;padding: 0 20px 0 10px;}
.ie-left {width: 550px;float: left;}
.ie-right {width: 440px;float: right;}
#import-button,
#import-images,
#import-pdfs,
input.button,
.button-a,
.file-block {position: relative;overflow: hidden;width: 180px;height: 40px;line-height: 40px;text-align: center;background-color: #84bd00;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;color: #FFFFFF;border: none;font-size: 17px;
font-weight: 300;font-family: 'Open Sans', sans-serif;}
input.button {position: static;overflow: inherit;}
input.button:focus {outline:0}
#import-button input,
#import-images input,
#import-pdfs input,
.file-block input {position: absolute;top: 0;bottom: 0;left: 0;right: 0;opacity: 0.001;}
.ex-im-error-box {padding: 2% 10px;color: #888888;}
.ex-im-error-box p {padding: 1px 0;margin: 0;font-size: 12px;color: #E28B8B;}
.ex-im-output-box {padding: 2% 10px;color: #888888;}
.ex-im-output-box p {padding: 1px 0;margin: 0;font-size: 12px;}
#uploadMessage {padding-top: 10px;clear: both;}
.out-err-box {font-size: 11px;color: #E28B8B;}

.button-b, .button-bc{position: relative;overflow: hidden;width: 180px;height: 40px;line-height: 40px;text-align: center;background-color: #f44245;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;color: #FFFFFF;border: none;font-size: 17px;
font-weight: 300;font-family: 'Open Sans', sans-serif;}
.button-bc {display: inline-block;text-decoration: none;background-color: #008cff;cursor: pointer;}

/* Reports */
#reports-control {border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;background-color: #FAFAFA;border: 1px solid #F0F0F0;padding: 0;margin: 1% 2%;position: relative;}
#reports-control fieldset {padding: 15px;border: none;margin: 0;}
#reports-control .ui-datepicker-trigger {width: 23px;height: 23px;}
#reports-control h3 {font-weight: 700;padding: 0;margin: 0;font-size: 13px;}
.report-types {margin: 0;padding: 5px 0;list-style: none;font-size: 13px;}
.report-types li {padding: 2px 0;float: left;}
.report-types li.last {clear: both;float: none;}

#rep-from,
#rep-to {border: 1px solid #E1E1E1;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;padding: 0;height: 22px;line-height: 22px;text-indent: 2px;width: 80px;margin-left: 4px;}

/* Export Users */
#export-users {border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;background-color: #FAFAFA;border: 1px solid #F0F0F0;padding: 0;margin: 1% 2%;position: relative;}
#export-users fieldset {padding: 15px;border: none;margin: 0;}
#export-users .description-holder-exp {float: left;}
#export-users .buttons-row {float: right;width: 180px;}

.table-list-1.users th,
.table-list-1.users td {vertical-align: bottom;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.table-list-1.users th.col-sec {position: relative;height: 250px;text-transform: none;}
.table-list-1.users.stock-assi th.col-sec {height: 130px;}
.table-list-1.users th.col-sec div {transform-origin: 0 50%;transform: rotate(-90deg);white-space: nowrap;display: block;position: absolute;bottom: 0;left: 50%;}

.table-list-1.users a {text-decoration: none;color: inherit;}

.table-list-1.users th.col-aa,
.table-list-1.users td.col-aa {width: 40px;}
.table-list-1.users th.col-a,
.table-list-1.users td.col-a {width: 65px;text-align: center;text-indent: 0;}
.table-list-1.users th.col-b,
.table-list-1.users td.col-b {width: auto;}
.table-list-1.users th.col-sec,
.table-list-1.users td.col-sec {width: 50px;text-align: center;position: relative;}

.table-list-1.users a.id,
.table-list-1.users span.id {color: #555555;}

.assigned {display: block;margin: 0 auto;width: 12px;height: 12px;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;cursor: pointer;}
.assigned.true {background-color: #84bd00;}
.assigned.false {background-color: #DADADA;}

.section-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../images/cms_gears_1.svg);background-repeat: no-repeat;background-size: 23px 23px;background-position: 50% 6px;background-color: rgba(255, 255, 255, 1);opacity: 0.7;}

span.protected {background-image:url(../images/checkbox_bg.png);background-size: 18px 36px;opacity: 0.3;display: inline-block;width: 18px;height: 18px;}

#reports-control .range-from,
#reports-control .range-to {padding-left: 4px;padding-right: 2px;}

#reports-control .range-row input,
#reports-control .range-row span,
#reports-control .range-row img {display: block;float: left;}
#reports-control .buttons-row {position: absolute;right: 15px;bottom: 20px;}
.rep-from-holder,
.rep-to-holder {width: 160px;float: left;}
.range-row .error {font-size: 11px;padding-left: 4px;color: #E28B8B;}
#reports-control .button.submit {cursor: pointer;}

/* Coupons Address */
.form-a {width: 100%;max-width: 720px;}
.form-a fieldset {padding: 2% 0;}
.form-a h3 {width: 100%;height: 32px;line-height: 32px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 0 0 3%;background-color: #FAFAFA;color: #666666;font-size: 17px;font-weight: 300;text-transform: uppercase;}
.form-a h3.half {width: 50%;}
.form-a .col-l,
.form-a .col-r {width: 50%;padding: 0 0 2%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;float: left;}
.form-a .form-row {padding: 0.5% 0 0.5% 0;}
.form-a label,
.ups-api-c-label {display: block;height: 20px;line-height: 20px;font-size: 15px;font-weight: 300;}

.form-a .form-row.custom-row-a {clear: both;}
.form-a .form-row.custom-row-a .size-2 {float: left;width: 100px;}
.form-a .form-row.custom-row-a .cus-label {display: inline-block;font-size: 17px;padding-left: 5px;font-weight: 300;line-height: 35px;height: 35px;}

.form-a input.field,
.form-a .dropdown-holder,
.form-a textarea.text, #ch1-ip, .form-a.assen-time #ch1-text, .form-a.assen-time #ch1-description,
.form-a textarea.text, #ch1-html-1,
.form-a textarea.text, #ch1-html-2 ,
input[type="text"].ups-api-c-input {display: block;width: 100%;max-width: 320px;height: 40px;line-height: 40px;padding: 0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;border: 2px solid #F3F3F3;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;font-weight: 400;font-family: 'Source Sans Pro', sans-serif;font-size: 16px;text-indent: 2%;}
.form-a input.field.size-2 {text-indent: 6px;}
.form-a textarea.text, #ch1-html-1, .form-a textarea.text, #ch1-html-2 {max-width: 400px;}

#ant-products.form-a textarea.text {width: 95%; resize: vertical;}

.form-a.assen-time #ch1-text,
.form-a.assen-time #ch1-description {min-height: 80px;line-height: normal;height: auto;text-indent: 0;padding: 5px;}

.form-a.assen-time .error #ch1-text,
.form-a.assen-time .error #ch1-description {
  border-color: #E28B8B;
}

.form-a input.field[readonly="readonly"],
.form-a input.field[readonly] {color: #DDDDDD;}

.form-a .html-areas .form-row {padding-right: 10%;}

.form-a .html-areas label {font-size: 17px;font-weight: 400;padding-bottom: 10px;}

.form-a.support-query .col-l, .form-a.support-query .col-r {padding-bottom: 0;}
.form-a textarea.text {max-width: 680px;height: 100px;line-height: normal;text-indent: 0;}

.form-a .error input.field,
.form-a .error .dropdown-holder,
.form-a .error textarea.text,
.form-a .error textarea#ch1-ip,
.form-a .error textarea#ch1-html-1,
.form-a .error textarea#ch1-html-2 {border-color: #E28B8B;}
.form-a .error label {color: #E28B8B;}
.form-a .form-row.error input.field:focus {border: 2px solid #E28B8B;}

.form-a .form-row input.field[readonly="readonly"]:focus,
 .form-a .form-row input.field[readonly]:focus {border-color: #F3F3F3;}

.dropdown-holder {padding-top: 1px;}
.form-a .dropdown {width: 92%;}
.form-a .dropdown select {text-transform: none;}
.form-a .dropdown:before,
.form-a .dropdown:after {top: 12px;}
.form-a .dropdown select:focus {z-index: auto;width: 120%;color: inherit;border: 2px solid transparent;}
.form-a .sh-holder {padding-top: 3%;}
.form-a .button-row {padding: 20px 0 10px 0;}
.form-a #ch1-submit,
.form-a #vold-disc-submit,
.ups-api-c-button {display: block;width: 100%;max-width: 230px;height: 40px;line-height: 40px;font-family: 'Source Sans Pro', sans-serif;color: #FFFFFF;text-align: center;font-size: 19px;font-weight: 300;background-color: #84bd00;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;cursor: pointer;border: 2px solid transparent;padding: 0;}
.form-a .note {font-weight: 300;font-size: 15px;line-height: 1.4em;padding: 10px 0;color: #888888;}
.form-a .form-error-msg {display: block;padding-top: 5px;height: 15px;color: #E28B8B;}
.form-a .terms-accept a {font-weight: 400;color: #57722B;text-decoration: none;}
.form-a label.error,
.form-a label.error a {color: #E28B8B;}
.form-a label.error a {text-decoration: underline;}
.form-a .agree-error-msg {color: #E28B8B;font-weight: 400;font-size: 13px;}
.col-r .dropdown {padding-top: 4px;}
.col-r .dropdown select {display: block;}
.form-a .dropdown-holder.active {border: 2px solid rgba(61, 174, 244, .3);}

.dropdown select {-webkit-appearance: none;-moz-appearance: none;appearance: none;}

.ch1-error-block {border: 2px solid #D67877;padding: 10px;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;color: #FFFFFF;background-color: #E58B8A;position: relative;top: -20px;}
.ch1-error-block h4 {font-size: 21px;font-weight: 300;padding-top: 5px;padding-bottom: 10px;}
.ch1-error-block p {font-size: 15px;font-weight: 300;}

.form-a fieldset {border: none;}
.form-a fieldset.cc-section,
.form-a fieldset.cc-address {padding-bottom: 0;}

.form-a fieldset.part4 table {margin: 0 25px;width: 100%;max-width: 300px;}
.form-a fieldset.part4 input.field.size-2 {max-width: 90px;}

.dropdown {display: inline-block;position: relative;overflow: hidden;height: 28px;width: 100%;background-color: #FFFFFF;}
.dropdown:before, .dropdown:after {content: '';position: absolute;z-index: 2;top: 9px;right: 10px;width: 0;height: 0;border: 4px dashed;border-color: #888888 transparent;pointer-events: none;}
.dropdown:before {border-bottom-style: solid;border-top: none;}
.dropdown:after {margin-top: 7px;border-top-style: solid;border-bottom: none;}
.dropdown select {position: relative;width: 120%;margin: 0;padding: 0 8px 0 5px;height: 28px;line-height: 28px;font-size: 14px;color: #888888;-webkit-appearance: none;background-color: #FFFFFF;border: 2px solid transparent;}
.dropdown select:focus {z-index: 3;width: 100%;color: #394349;border: 2px solid rgba(61, 174, 244, .3);}

#ch1-ip,
#ch1-html-1,
#ch1-html-2 {height: 125px;line-height: 20px;text-indent: 0;padding-left: 4px;}
#ch1-discount,
#ch1-limit {max-width: 70px;text-indent: 10%;}

.form-a fieldset.coupon-details {padding-bottom: 0;}

.form-a fieldset.coupon-details .col-l, .form-a fieldset.coupon-details .col-r {padding-bottom: 0;}

.form-a input.field:focus,
.form-a textarea.text:focus,
#ant-products .dropdown-holder:focus-within,
#ch1-ip:focus,
#ch1-html-1:focus,
#ch1-html-2:focus {border: 2px solid rgba(61, 174, 244, .3);}

.form-a #ch1-submit:focus {border: 2px solid #5B7928;}

.table-list-1.config input.field.rates {width: 50px;}
.table-list-1.config.taxes .cbr-in-holder {max-width: 60px;}

.table-list-1 th.col-xc {width: 15px;}
.table-list-1 th.col-xb {width: 85px;}

#taxes-rates table td.error {color: #E28B8B;}

.table-list-1.config td.error .cbr-in-holder {border-color: #E28B8B;}
.table-list-1.config td.error .cbr-in-holder input {color: #E28B8B;}

#taxes-rates .err-holder {font-size: 11px;}
.tax-a {text-indent: 0px;}

#ge-config.form-a {max-width: none !important;}

/* Buttons */
.buttoncms {display: inline-block;height: 26px;line-height: 26px;padding: 0 15px;font-size: 12px;font-weight: 300;color: #FFFFFF;border: none;font-family: 'Open Sans', sans-serif;-webkit-border-radius: 6px !important;-moz-border-radius: 6px !important;border-radius: 6px !important;cursor: pointer;text-decoration: none;}
.buttoncms.edit {background-color: #84bd00;border: 1px solid #38830b;}
.buttoncms.delete {background-color: #d9524b;border: 1px solid #c2453b;}
.buttoncms.add {background-color: #1b559e;border: 1px solid #0b4482;}
.error .buttoncms.add, .error .button.edit {background-color: #bf2222;border: 1px solid #b01c1c;}
.de-col-a {width: 170px;}

.br-bottom {padding: 10px 0 0 20px}
/* Message Box */
#message-box {border: 1px solid #b9d9ae;padding: 20px;background-color: #e9f4e6;margin: 1% 2%;}

.header-notification-holder {background-color: #CD7F32;color: #FFFFFF;font-size: 19px;padding: 1.5% 0;letter-spacing: -1px;}
.header-notification {width: 100%;max-width: 1080px;margin: 0 auto;}

/* Grid */
.component {line-height: 1.5em;margin: 0 auto;padding: 0 2%;width: 96%;max-width: 1080px;overflow: hidden;}
.component .filler {color: #d3d3d3;}
.component table {border-collapse: collapse;/*margin-bottom: 3em;*/width: 100%;background: #fff;border-spacing: 2px;border-collapse: separate;}
.component td, .component th {padding: 0;text-align: left;height: 30px;}
.component td.err {background-color: #e992b9;color: #fff;font-size: 0.75em;text-align: center;line-height: 1;}
.component th {background-color: #EEF0ED;font-weight: 400;color: #333333;white-space: nowrap;padding-left: 4px;padding-right: 4px;font-size: 13px;}
.component tbody th {background-color: #2ea879;}
.component tbody .odd th {background-color: #EEF0ED;}
.component tbody .even th {background-color: #FFFFFF;}
.component tbody tr:nth-child(2n-1) {background-color: #f5f5f5;transition: all .125s ease-in-out;}
.component tbody tr:hover {background-color: rgba(255,255,255,.3);}

/* For appearance */
.sticky-wrap {overflow-x: auto;overflow-y: hidden;position: relative;margin: 2em 0 0 0;width: 100%;}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {opacity: 0;position: absolute;top: 0;left: 0;transition: all .125s ease-in-out;z-index: 50;width: auto;}
.sticky-wrap .sticky-thead {box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);z-index: 100;width: 100%;}
.sticky-wrap .sticky-intersect {opacity: 1;z-index: 150;}
.sticky-wrap .sticky-intersect th {background-color: #EEF0ED;}
.sticky-wrap td,
.sticky-wrap th {box-sizing: border-box;}

td.user-name {text-transform: capitalize;}
.sticky-wrap.overflow-y {overflow-y: auto;max-height: 50vh;}
.scroll-wrapper {overflow: hidden !important;padding: 0 !important;position: relative;}
.scroll-wrapper > .scroll-content {border: none !important;box-sizing: content-box !important;height: auto;left: 0;margin: 0;max-height: none;max-width: none !important;overflow: scroll !important;padding: 0;position: relative !important;top: 0;width: auto !important;}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {height: 0;width: 0;}
.scroll-element {display: none;}
.scroll-element, .scroll-element div {box-sizing: content-box;}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {display: block;}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {cursor: default;}
.scroll-textarea {border: 1px solid #cccccc;border-top-color: #999999;}
.scroll-textarea > .scroll-content {overflow: hidden !important;}
.scroll-textarea > .scroll-content > textarea {border: none !important;box-sizing: border-box;height: 100% !important;margin: 0;max-height: none !important;max-width: none !important;overflow: scroll !important;outline: none;padding: 2px;position: relative !important;top: 0;width: 100% !important;}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {height: 0;width: 0;}

/*************** SCROLLBAR LIGHT ***************/
.sticky-wrap > .scroll-element,
.sticky-wrap > .scroll-element div {border: none;margin: 0;overflow: hidden;padding: 0;position: absolute;z-index: 10;}
.sticky-wrap > .scroll-element {background-color: #ffffff;}
.sticky-wrap > .scroll-element div {display: block;height: 100%;left: 0;top: 0;width: 100%;}
.sticky-wrap > .scroll-element .scroll-element_outer {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

.sticky-wrap > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sticky-wrap > .scroll-element.scroll-x {bottom: 0;height: 17px;left: 0;min-width: 100%;width: 100%;position: relative;z-index: 999;}
.sticky-wrap > .scroll-element.scroll-y {height: 100%;min-height: 100%;right: 0;top: 0;width: 17px;display: none;}

.sticky-wrap > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.sticky-wrap > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.sticky-wrap > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; margin-bottom: -17px !important;}

.sticky-wrap > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.sticky-wrap > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.sticky-wrap > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.sticky-wrap > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.sticky-wrap > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.sticky-wrap > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.sticky-wrap > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.sticky-wrap > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.sticky-wrap > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.sticky-wrap > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }

.grid td .rel-change {border: none;display: block;width: 100%;height: 30px;line-height: 30px;text-align: center;font-family: 'Source Sans Pro', sans-serif;font-size: 13px;font-size: 400;color: #FFFFFF;min-width: 100px;cursor: pointer;background-color: #edf1e8;color: #333333;}
.grid td .rel-change.true {background-color: #84bd00;color: #FFFFFF;}
.grid td .rel-change.working,
.grid td .rel-change.working.true {background-color: #999999;}
.component thead th {text-align: center;}

.alp-holder {padding: 1% 2% 0 2%;}
.alpha {height: 31px;line-height: 31px;overflow: hidden;background-color: #84bd00;padding: 0 15px;margin: 25px 0 0 0;}
.alpha li {display: inline-block;margin: 0 2px}
.alpha li a {color: #FFFFFF;text-decoration: none;padding: 0 6px;}
.alpha li.active a {background-color: #999999;display: block;height: 31px;line-height: 31px;}

/* Checkbox */
input[type=checkbox].css-checkbox {position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}
input[type=checkbox].css-checkbox + label.css-label {padding-left:23px;height:18px;display:inline-block;line-height:18px;background-repeat:no-repeat;background-position: 0 0;font-size:18px;vertical-align:middle;cursor:pointer;}
input[type=checkbox].css-checkbox:checked + label.css-label {background-position: 0 -18px;}
label.css-label {background-image:url(../images/checkbox_bg.png);-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-size: 18px 36px;opacity: 0.7;}

/* Table Buttons */
.table-list-1.cables,
.table-list-1.connectors {margin-top: 0;}
.buttons-row-a {padding-left: 2%;padding-right: 2%;position: relative;}
.buttons-row-a.top {padding-top: 2.5%;padding-bottom: 0.3%;margin-top: 2%;}
.buttons-row-a.top.conn {padding-top: 2.5%;}

.button-a {display: inline-block;text-decoration: none;}
.button-b {display: inline-block;text-decoration: none;}
.buttons-row-a .button-row-overlay {position: absolute;background: rgba(255,255,255,1);width: 100%;height: 100%;top: 0;display: none;}
.buttons-row-a .button-row-overlay h4 {margin: 0;padding: 4px 0;font-weight: 700;font-size: 14px;}
.bu-a-holder .button-a {width: 87px;cursor: pointer;}
.bu-a-holder .button-a.yes {margin-right: 6px;background-color: #C54E4E;}
.bu-a-holder .button-a.no {background-color: #969898;}

.bu-a-holder .button-b {width: 87px;cursor: pointer;}
.bu-a-holder .button-b.yes {margin-right: 6px;background-color: #C54E4E;}
.bu-a-holder .button-b.no {background-color: #969898;}

.table-container {position: relative;}
.table-container .table-overlay {position: absolute;background: rgba(255,255,255,.05);width: 100%;height: 100%;top: 0;display: none;}

/* New Cable */
h1.heading {font-weight: 300;font-size: 33px;font-size: 31px;color: #767676;letter-spacing: -0.0325em;}
#new-cable.form-a {max-width: none;}
#new-cable.form-a  .dropdown-holder {background-color: #FFFFFF;}
#new-cable .part1 {padding: 2% 4% 0 4%;}
#new-cable .part1.color1 {background-color: #F8FAF5;}
#new-cable.form-a .form-error-msg {font-size: 13px;}
.form-a .dropdown-holder.size-1 {max-width: 220px;}
.form-a input.field.size-2,
.form-a .dropdown-holder.size-2 {max-width: 130px;}
#new-cable .part2 {padding: 2% 4% 0 4%;}
#new-cable .file-block {background-color: #F0EBF1;border: 1px solid #D9D9DB;color: #525055;width: 150px;}
#new-cable .file-block:hover {background-color: #dad7db;border-color: #BABABA;color: #333333;}

.upl-block .upl-row-1,
.upl-block .upl-row-2 {display: table;width: 100%;}

.upl-block .up-col-a {display: table-cell;vertical-align: middle;width: 33%;}
.upl-block .up-col-b {display: table-cell;vertical-align: middle;width: 33%;}
.upl-block .up-col-c {display: table-cell;vertical-align: middle;width: 33%;}
.upl-block .up-col1-a {display: table-cell;width: 33%;}
.upl-block .up-col1-bc {display: table-cell;width: 67%;}
.upl-block .up-col-a h5 {font-weight: 400;font-size: 17px;}
.upl-block .upl-icon {height: 100%;max-height: 36px;}
.multiple .upl-block .up-col-a:first-child {width: 45%;}
.multiple .upl-block .up-col1-a {display: table-cell;width: 45%;}

#new-cable.form-a fieldset.part3 {border-bottom: 1px solid #E8E8E8;border-top: 1px solid #E8E8E8;margin-top: 15px;}
#new-cable.form-a fieldset.part3 h1.heading {margin: 0;padding: 0;}
#new-cable.form-a .form-error-msg {padding-top: 0px;}
#new-cable.form-a .form-error-msg label.error {padding: 0;font-size: 12px;height: 15px;}
.upl-block.error .up-col-a h5 {color: #E28B8B;}
#new-cable.form-a .upl-error {color: #E28B8B;font-size: 12px;}
#new-cable.form-a .file-details {font-size: 12px;}
#new-cable.form-a .upl-block.cus-error .up-col-a {color: #E28B8B;}
#new-cable.form-a .upl-block .form-error-msg {color: #333333;}
#new-cable.form-a .upl-block.form-row.error .form-error-msg {color: #E28B8B;}

.assign-items {display: table;width: 100%;max-width: 900px;table-layout: fixed;}
.assign-items li {display: table-cell;vertical-align: middle;}
.assign-items li.ai-tab-col-a {width: 200px;}
.assign-items li h5 {font-weight: 400;font-size: 17px;}
.form-a .assign-items li .col-r {width: 100%;float: none;}
.assign-items input.button {background-color: #F0EBF1;border: 1px solid #D9D9DB;color: #525055;width: 80px;cursor: pointer;}
.assign-items input.button:hover {background-color: #dad7db;border-color: #BABABA;color: #333333;}
.trans-1 {
    -moz-transition: color 400ms linear, background-color 400ms linear;
    -o-transition: color 400ms linear, background-color 400ms linear;
    -ms-transition: color 400ms linear, background-color 400ms linear;
    transition: color 400ms linear, background-color 400ms linear;
}

.assign-items .select-arrows {width: 20px;height: 20px;background-image: url(../../common/images/arrows.png);background-repeat: no-repeat;background-position: 50% 50%;background-color: #FFFFFF;display: inline-block;position: absolute;  right: 4px;top: 8px;z-index: 8;
line-height: normal;text-indent: 0;pointer-events: none;}
.form-a .assign-items .dropdown:before,
.form-a .assign-items .dropdown:after {display: none;}
.form-a .assign-items .dropdown select {width: 100%;padding-right: 10%;}

.additional-images {display: none;}

#relationships {margin: 0;padding: 0;list-style: none;}
#relationships li {display: inline-block;color: #FFFFFF;background-color: #767878;height: 32px;line-height: 32px;text-align: center;padding: 0 15px;position: relative;margin: 0 0 8px 8px;font-weight: 300;font-size: 13px;}
#relationships .remove-rel {cursor: pointer;}

/* Volume Discounts */
fieldset.vol-discounts {border-top: 1px solid #E8E8E8;margin-top: 15px;padding-bottom: 0;color: #555555;}
.vol-discounts h1 {margin: 0;padding: 0;}

.vol-discounts .col-r {margin: 15px 0 15px 0;}
.vol-discounts .vol-disc-item {display: table;border-collapse: collapse;width: 100%;font-size: 17px;table-layout: fixed;font-weight: 400;}
.vol-discounts .vdi-col-a,
.vol-discounts .vdi-col-b,
.vol-discounts .vdi-col-c,
.vol-discounts .vdi-col-d,
.vol-discounts .vdi-col-e,
.vol-discounts .vdi-col-f,
.vol-discounts .vdi-col-g {display: table-cell;vertical-align: top;}
.vol-discounts .vdi-col-a {width: auto;padding-top: 12px;}
.vol-discounts .vdi-col-b {width: 60px;}
.vol-discounts .vdi-col-c {width: 20px;padding-top: 12px;text-align: center;}
.vol-discounts .vdi-col-d {width: 60px;}
.vol-discounts .vdi-col-e {width: 20px;padding-top: 12px;text-align: center;}
.vol-discounts .vdi-col-f {width: 60px;}
.vol-discounts .vdi-col-g {width: 125px;padding-top: 12px;padding-left: 5px;}

.form-a input.field.size-3 {width: 60px;text-align: center;}

.vol-discounts .error-a .vdi-col-a,
.vol-discounts .error-b .vdi-col-a {color: #E28B8B;}
.form-a .vol-discounts .error-b input.field {border-color: #E28B8B;}

.color-rows {padding: 4px 0;line-height: 40px;}
.color-rows .sp-replacer,
.color-rows .sp-preview,
.color-rows .sp-preview-inner {border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;}
.color-rows .sp-preview {width: 50px;height: 28px;border: none;}
.color-rows .sp-replacer {background-color: #F0EBF1;border-color: #D9D9DB;min-width: 70px;height: 38px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.color-rows .sp-replacer .sp-dd {position: relative;top: 7px;}
.color-rows span.color-label {display: inline-block;line-height: 40px;font-size: 17px;min-width: 150px;}
.sp-container {border-color: #D9D9DB;}

.form-a#new-cable .button-row #ch1-submit {float: left;margin-right: 15px;max-width: 130px;}
.form-a#new-cable .button-row .button-a.type-a{background-color: #F0EBF1;border: 1px solid #D9D9DB;color: #525055;float: left;max-width: 130px;}
.form-a#new-cable .button-row .button-a.type-a:hover {background-color: #dad7db;border-color: #BABABA;color: #333333;}

.form-a#new-cable .button-row .button-b.type-a{background-color: #F0EBF1;border: 1px solid #D9D9DB;color: #525055;float: left;max-width: 130px;}
.form-a#new-cable .button-row .button-b.type-a:hover {background-color: #dad7db;border-color: #BABABA;color: #333333;}

/* Partners List */
.table-list-1.partners th.col-i {text-align: center;}
.table-list-1.partners td.col-a {text-align: center;}
.table-list-1.partners td.col-g {text-align: center;width: 110px;}
.table-list-1.partners td.col-d a {color: #727272;}
.table-list-1.partners td.col-aa {width: 40px;text-align: center;}

.form-row.half-left {width: 185px;float: left;}

#vol-di.form-a {max-width: none;}
#vol-di.form-a fieldset.vol-discounts {border: none;}
#vol-di.form-a .col-r,
#ge-config.form-a .col-r {width: 48%;padding-left: 2%;}

/* Overlay Full */
.overlay-1a-holder {background-color: rgba(255, 255, 255, 0.90);position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;z-index: 1000;display: none;}
.overlay-1a-holder h1 {font-size: 140px;color: #84bd00;margin: 0 auto;text-align:center;font-weight:900;letter-spacing:-7px;position: absolute;bottom: 90px;}
.overlay-1a-holder img {display: block;width: 100%;max-width: 475px;position: absolute;bottom: 90px;}

@-webkit-keyframes mypulse {
    0% {opacity:1;}
    50% {opacity:0.7;}
    100% {opacity:1;}
}
.overlay-1a-content {width: 100%; max-width: 700px;height: 400px;position: fixed;left:50%;top:50%;margin-left:-350px;margin-top:-200px;}
.overlay-1a-holder h2 {-webkit-animation: mypulse 4s infinite;animation: mypulse 4s infinite;font-size: 40px;color: #555555;margin: 0 auto;text-align:center;padding-top:0.1%;letter-spacing: -3px;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;}
.overlay-1a-holder h2.proc-pay {font-size: 40px;}

#import-report {display: none;}
h2#import-report-control {font-weight: 300;font-size: 19px;color: #767676;margin: 0;padding: 2% 0 2% 30px;display: none;background-repeat: no-repeat;background-position: 0 50%;}
h2#import-report-control {background-image: url(../../common/images/cms_fold_down.png);}
h2#import-report-control.open {background-image: url(../../common/images/cms_fold_up.png);}
#import-report h3 {font-weight: 300;font-size: 19px;color: #767676;margin: 0;padding: 1% 0;}
#import-report .im-status {font-size: 13px;list-style: none;padding: 0;margin: 0;}
#import-report .im-status li {padding: 2px 0;}
#import-report p {font-size: 12px;color: #E28B8B;}

.body-holder.fullscreen {max-width: none;}

.body-holder.fullscreen .component {max-width: none;}
.tag-color-sample {display: inline-block;width: 18px;height: 18px;margin-right: 5px;position: relative;top: 4px;}
.table-list-1.frequencies .col-d {line-height: 20px;}
.table-list-1.frequencies td a {color: inherit;text-decoration: none;}

.table-list-1.frequencies td.col-aa {width: 30px;}
.table-list-1.frequencies th.col-a,
.table-list-1.frequencies td.col-a {width: 60px;text-align: center;text-indent: 0;}
.table-list-1.frequencies th.col-c,
.table-list-1.frequencies td.col-c {width: 140px;text-align: center;text-indent: 0;}
.table-list-1.frequencies th.col-d,
.table-list-1.frequencies td.col-d {width: 140px;}

form#new-frequency {padding-left: 2%;padding-right: 2%;}

.form-a input.field.letter {max-width: 50px;text-align: center;}

.table-list-1.coupons td.col-a {text-align: center;}
.form-a.form-coupon {padding-left: 2%;padding-right: 2%;}
.switch-intrnal .type-int {display: block;}
.switch-external .type-int {display: none;}

.switch-external .hide-boxAAA {display: none;}

.form-coupon .ui-datepicker-trigger {display: block;float: left;width: 35px;height: 35px;margin-top: 2px;}
.form-coupon #ch1-coupon-from,
.form-coupon #ch1-coupon-to {max-width: 120px;float: left;margin-right: 10px;}

.bellow-heading {height: 50px;position: relative;padding: 0 2%;}

.ajax-change-state {margin: 2% 0 0 0;padding: 1.8%;border: 1px solid #EEEEEE;background-color: #FFFFFF;position: relative;}

.cus-check-a,
.form-a label.check-style-ss {font-weight: 400;color: #727272;font-size: 17px;position: relative;display: block;padding-left: 35px;cursor: pointer;letter-spacing: -1px;height: 28px;line-height: 28px;}

.cus-check-a input,
.check-style-ss input {position: absolute;z-index: -1;opacity: 0;}
.cus-check-a .check-indicator,
.check-style-ss .ce-ss-indicator {position: absolute;top: 2px;left: 0;width: 20px;height: 20px;border: 2px solid #84bd00;}
.cus-check-a input:checked ~ .check-indicator,
.check-style-ss input:checked ~ .ce-ss-indicator {background: #84bd00;}
.cus-check-a:hover input:not([disabled]):checked ~ .check-indicator,
.cus-check-a input:checked:focus ~ .check-indicator,
.check-style-ss:hover input:not([disabled]):checked ~ .ce-ss-indicator,
.check-style-ss input:checked:focus ~ .ce-ss-indicator {background: #6a8e30;}
.cus-check-a input:disabled ~ .check-indicator,
.check-style-ss input:disabled ~ .ce-ss-indicator {pointer-events: none;opacity: .6;background: #E6E6E6;}
.check-indicator:after,
.check-style-ss .ce-ss-indicator:after {position: absolute;display: none;content: '';}
.cus-check-a input:checked ~ .check-indicator:after,
.check-style-ss input:checked ~ .ce-ss-indicator:after {display: block;}
.cus-check-a .check-indicator:after,
.check-style-ss .ce-ss-indicator:after {top: 4px;left: 8px;width: 3px;height: 8px;transform: rotate(45deg);border: solid #FFFFFF;border-width: 0 2px 2px 0;}
.cus-check-a input:disabled ~ .check-indicator:after,
.check-style-ss input:disabled ~ .ce-ss-indicator:after {border-color: #7b7b7b;}

.ajax-change-state .acs-overlay {position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;background-color: rgba(255, 255, 255, .92);}
.ajax-change-state .acs-overlay div {display: table;width: 100%;height: 100%;table-layout: fixed;}
.ajax-change-state .acs-overlay .acs-1 {display: table-cell;width: 48%;vertical-align: middle;background-image: url(../images/cms_gears_1.svg);background-repeat: no-repeat;background-size: 31px 31px;background-position: 100% 50%;}
.ajax-change-state .acs-overlay .acs-2 {display: table-cell;width: 52%;padding-left: 10px;vertical-align: middle;color: #727272;}

.table-list-1.active-connectors td.col-a {text-align: right;padding-right: 20px;}

h3.sub-heading-a {font-weight: 400;font-size: 25px;padding: 5px 10px;margin: 3% 2% 0 2%;color: #767676;letter-spacing: -0.0225em;border-left: 4px solid #CACACA;background-color: #FAFAFA;}

.table-list-1.assembly-list th.col-d,
.table-list-1.assembly-list td.col-d {width: 180px;text-align: center;}
.table-list-1.assembly-list th.col-aa,
.table-list-1.assembly-list td.col-aa,
.table-list-1.family-list th.col-aa,
.table-list-1.family-list td.col-aa,
.table-list-1.tags-list th.col-aa,
.table-list-1.tags-list td.col-aa {width: 50px;text-align: center;}

.table-list-1.assembly-list .ui-sortable-handle,
.table-list-1.family-list .ui-sortable-handle,
.table-list-1.tags-list .ui-sortable-handle {cursor: default;}

.form-a.assen-time {margin: 0 2%;}
#ch1-quantity-from,
#ch1-quantity-to,
#ch1-days {width: 100px; text-indent: 8px; }

.form-a.assen-time .form-row.half-left {width: 165px;}
.table-list-1.assembly-list tbody a,
.table-list-1.family-list tbody a,
.table-list-1.tags-list tbody a  {color: inherit;text-decoration: none;font-weight: 400;}
.form-a.assen-time h1.main-head {padding-left: 0;padding-right: 0;}
#production-site h1.main-head {padding-left: 0;padding-right: 0;}

.table-list-1.std-products,
.table-list-1.cables,
.table-list-1.antennas,
.table-list-1.connectors {border-spacing: 0;border-collapse: collapse;}
.table-list-1.std-products th,
.table-list-1.cables th,
.table-list-1.antennas th,
.table-list-1.connectors th {padding: 5px;}
.table-list-1.std-products .col-a {width: 60px;text-align: center;}
.table-list-1.std-products .col-d {width: 100px;}
.table-list-1.std-products .col-d {text-align: right;}
.table-list-1.std-products th.col-c {text-align: center;}
.table-list-1.std-products .col-c {width: 18%;}

.table-list-1.std-products .col-efg,
.table-list-1.std-products .col-e,
.table-list-1.std-products .col-f,
.table-list-1.std-products .col-g {text-align: center;}

.table-list-1.antennas .col-multi-ax,
.table-list-1.antennas .col-multi-bx,
.table-list-1.cables .col-multi-ax,
.table-list-1.cables .col-multi-bx,
.table-list-1.connectors .col-multi-ax,
.table-list-1.connectors .col-multi-bx {text-align: center;}

.table-list-1.std-products .col-e,
.table-list-1.std-products .col-f,
.table-list-1.std-products .col-g {width: 60px;}

.table-list-1 .click-stock,
.table-list-1 .noaction-stock {text-align: center;}

.table-list-1.std-products span.id,
.table-list-1.std-products td.col-b span.name,
.table-list-1.std-products .std-link-edit,
.table-list-1.antennas .std-link-edit {color: #555555;text-decoration: none;font-weight: 400;text-decoration: none;}

.table-list-1.std-products .click-price {width: 65px;}

.table-list-1.std-products .click-price.error,
.table-list-1.std-products .click-stock.error {background-color: #DD0000;color: #FFFFFF;}

/* Gears */
@keyframes lds-gears-1 {
  0% {
    -webkit-transform: rotate(0deg) scale(0.6) translate(-38px, -38px);
    transform: rotate(0deg) scale(0.6) translate(-38px, -38px);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6) translate(-38px, -38px);
    transform: rotate(180deg) scale(0.6) translate(-38px, -38px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.6) translate(-38px, -38px);
    transform: rotate(360deg) scale(0.6) translate(-38px, -38px);
  }
}
@-webkit-keyframes lds-gears-1 {
  0% {
    -webkit-transform: rotate(0deg) scale(0.6) translate(-38px, -38px);
    transform: rotate(0deg) scale(0.6) translate(-38px, -38px);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6) translate(-38px, -38px);
    transform: rotate(180deg) scale(0.6) translate(-38px, -38px);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.6) translate(-38px, -38px);
    transform: rotate(360deg) scale(0.6) translate(-38px, -38px);
  }
}
@keyframes lds-gears-2 {
  0% {
    -webkit-transform: rotate(360deg) scale(0.6) translate(38px, 38px);
    transform: rotate(360deg) scale(0.6) translate(38px, 38px);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6) translate(38px, 38px);
    transform: rotate(180deg) scale(0.6) translate(38px, 38px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.6) translate(38px, 38px);
    transform: rotate(0deg) scale(0.6) translate(38px, 38px);
  }
}
@-webkit-keyframes lds-gears-2 {
  0% {
    -webkit-transform: rotate(360deg) scale(0.6) translate(38px, 38px);
    transform: rotate(360deg) scale(0.6) translate(38px, 38px);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6) translate(38px, 38px);
    transform: rotate(180deg) scale(0.6) translate(38px, 38px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.6) translate(38px, 38px);
    transform: rotate(0deg) scale(0.6) translate(38px, 38px);
  }
}
.lds-gears {
  position: relative;
}
.lds-gears > div {
  -webkit-transform-origin: 62px 62px;
  transform-origin: 62px 62px;
  -webkit-animation: lds-gears-1 3.6s infinite linear;
  animation: lds-gears-1 3.6s infinite linear;
}
.lds-gears > div:nth-child(2) {
  -webkit-transform-origin: 138px 138px;
  transform-origin: 138px 138px;
  -webkit-animation: lds-gears-2 3.6s infinite linear;
  animation: lds-gears-2 3.6s infinite linear;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.lds-gears div:nth-child(1) > div {
  background: #74a23b;
}
.lds-gears div:nth-child(2) > div {
  background: #808080;
}
.lds-gears div > div {
  position: absolute;
  width: 22px;
  height: 200px;
  left: 100px;
  top: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lds-gears div > div:nth-child(1) {
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.lds-gears div > div:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}
.lds-gears div > div:nth-child(4) {
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
  transform: translate(-50%, -50%) rotate(60deg);
}
.lds-gears div > div:nth-child(5) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.lds-gears div > div:nth-child(6) {
  -webkit-transform: translate(-50%, -50%) rotate(120deg);
  transform: translate(-50%, -50%) rotate(120deg);
}
.lds-gears div > div:nth-child(7) {
  -webkit-transform: translate(-50%, -50%) rotate(150deg);
  transform: translate(-50%, -50%) rotate(150deg);
}
.lds-gears div > div:nth-child(8) {width: 84px;height: 84px;background: #fff;border-radius: 50%;}
.lds-gears {width: 200px !important;height: 200px !important;-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);transform: translate(-100px, -100px) scale(1) translate(100px, 100px);}

.overlay-1a-content .lds-gears {width: 200px !important;height: 200px !important;-webkit-transform: translate(-100px, -100px) scale(1.6) translate(100px, 100px);transform: translate(-100px, -100px) scale(1.6) translate(100px, 100px);
position: absolute;top: 0;right: 100px;}

.ui-menu {border: none;display:block;color: #555555;width: 90%;}
.ui-menu .ui-menu-item a {text-decoration:none;display:block;font-size: 12px;color: #555555;}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {border: 1px solid #E4EFD5;background: #E4EFD5;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.heading-box {display: table;width: 100%;padding-top: 2%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-right: 2%;}
.heading-box h1 {display: table-cell;width: auto;vertical-align: middle;}
.heading-box .sa-module {display: table-cell;width: 300px;vertical-align: middle;text-align: right;position: relative;}

.heading-box .sa-module label {display: inline-block;width: 100%;padding: 10px 0;font-size: 1.5vw;color: #555555;}
.heading-box .sa-module input {display: inline-block;border-color: #CCCCCC;}
.heading-box .sa-module .loading {background-image: url(../../common/images/gears_green_grey.svg);background-repeat: no-repeat;background-size: 27px;background-position: 100% 50%;}

.table-list-1.antennas tr.odd:hover td,
.table-list-1.antennas tr.even:hover td,
.table-list-1.connectors tr:hover td,
.table-list-1.std-products tr:hover td {background-color: #FFD581;}

.simple-row-type-1 {display: table;width: 100%;}
.simple-row-type-1 .simple-column-type-a {display: table-cell;width: 50%;padding-right: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.simple-row-type-1 .simple-column-type-a.middle {vertical-align: middle;}

.form-a .simple-row-type-1 .simple-column-type-a input.field.size-2,
.form-a .simple-row-type-1 .simple-column-type-a .dropdown-holder.size-2 {max-width: 200px;}

.simple-list-type-a {margin: 0;padding: 0;list-style: none;}
.simple-list-type-a .slta-row {display: table;width: 100%;}

.simple-list-type-a .slta-row .slta-column-a,
.simple-list-type-a .slta-row .slta-column-b,
.simple-list-type-a .slta-row .slta-column-c,
.simple-list-type-a .slta-row .slta-column-d {display: table-cell;vertical-align: middle;}

.simple-list-type-a .slta-row .slta-column-a {width: 5%;font-size: 2vw;color: #727272;font-weight: 300;}
.simple-list-type-a .slta-row .slta-column-b {width: 42%;}
.simple-list-type-a .slta-row .slta-column-c {width: 17%;}
.simple-list-type-a .slta-row .slta-column-d {width: 10%;padding-left: 6px;}

.button-a.remove-row,
.button-a.add-row {width: 40px;font-size: 35px;overflow: inherit;}

.button-b.remove-row,
.button-b.add-row {width: 40px;font-size: 35px;overflow: inherit;}

.button-a.add-row {float: left;}
.button-b.add-row {float: left;}
.label-a.add-row {display: inline-block;height: 40px;line-height: 40px;font-size: 1.7vw;color: #84bd00;letter-spacing: -0.06vw;padding-left: 1.5vw;}

.button-a.remove-row {background-color: #929292;}
.button-b.remove-row {background-color: #929292;}

.row-warning{font-weight: 600;color: #DD0000;font-size:13px;}

/* Others */
.clear {clear: both;}
.clear.space {height: 30px;}
.ce,
.table-list-1 th.ce {text-align: center;}
.page-holder.center {display: block;margin: 0 auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-right: 15px;}

.font-smaller {font-size: 14px;}
.wt-control-holder .button-a {cursor: pointer;}
.button-a.button-updating {background-color: #EAEAEA;}
.button-a.button-success {background-color: #28a745;}
.button-a.button-error {background-color: #dc3545;}


.wt-control-holder2 .button-b {cursor: pointer;}
.button-b.button-updating {background-color: #EAEAEA;}
.button-b.button-success {background-color: #28a745;}
.button-b.button-error {background-color: #dc3545;}

.table-list-1.frequencies td.col-d {padding-left: 40px;width:100px;}
.table-list-1.frequencies th.col-d {text-align: center;}


.filters.style-con .pagination {width: 50%;}
.filters.style-con .filters-holder {width: 50%;}
#co-filters .dropdown-holder {float: right; margin-left: 10px;}
#co-filters .dropdown-holder {
  width: 150px;
  float: right;
  margin-left: 10px;
}

.tags-import-file-holder {
  margin: 2% 2% 1% 2%;
  border: 1px solid #EAEAEA;
  padding: 1rem;
}

.tags-import-file-holder .button-a {
  position: relative;
  top: 2px;
  cursor: pointer;
}

.tags-import-file-holder .btn-primary {
  background-color: #007bff !important;
}

.tags-import-file-holder h3 {
  font-weight: 400;
  font-size: 19px;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.03rem;
}

.tags-import-file-holder .tags-import-info {
  min-height: 20px;
  padding: 4px 0 4px 0;  
}

.tags-import-file-holder .btn-primary:hover {
  background-color: #0062cc !important;
}

.tags-import-file-holder .btn-primary:disabled {
  background-color: #007bff !important;
  opacity: .65;
  cursor: default;
}

.tags-import-file-holder .btn-danger {
  background-color: #bd2130 !important;
}

.tags-import-file-holder .btn-danger:hover {
  background-color: #c82333 !important;
}

.tags-import-file-holder .btn-danger:disabled {
  background-color: #bd2130 !important;
  opacity: .65;
  cursor: default;
}

.tags-import-file-holder .button-a.text-font-1.text-normal {
  font-size: 18px;
  font-weight: 400;
}

.tags-import-file-holder .file-block {
  display: inline-block;
  overflow: initial;
  background-color: #6c757d;
  cursor: pointer;
} 

.tags-import-file-holder .file-block input {
  cursor: pointer;
}

.tags-import-file-holder .file-block:hover {
  background-color: #545b62;
}

.btn-secondary,
.tags-import-file-holder .tags-import-file{
  background-color: #6c757d;
}

.float-left {
  float: left;
}

.inline-block,
.form-a #ch1-submit.inline-block {
  display: inline-block;
}

.va-top {
  vertical-align: top;
}
.text-normal {
  font-weight: 400;
}
.text-font-1 {
  font-family: 'Source Sans Pro', sans-serif;
}

.text-font-1.text-normal {
  font-weight: 300;
}

.font-size-19 {
  font-size: 19px;
}

#tags-import-alert .alert {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #cacaca;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #cacaca transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-container {
  margin-top: 3rem;
}

.loading-container .loading-spacer {
  max-width: 400px;
  padding: 3rem 0;
  margin: 0 auto;
  text-align: center;
}

.loading-container h3.heading {
  font-weight: 400;
  font-size: 1.3rem;
  color: #aaaaaa;
  letter-spacing: -0.03rem;
}

#ajax-loading {
  display: none;
}

#tags-list-container {
  margin: 2% 2% 1% 2%;
}


/* Custom checkbox */
.checkbox, .radio {
  margin: 10px;
}
.checkbox, .radio {
  position: relative;
}


.label-check label {
padding-left: 20px;
}
.label-check input[type="radio"],
.label-check input[type="checkbox"] {
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.label-check input[type="radio"]:focus {
outline: none;
}
.label-check input[type="radio"] + label:before,
.label-check input[type="radio"] + label:after {
content: "";
display: block;
position: absolute;
left: -10px;
top: 1px;
width: 18px;
height: 18px;
border-radius: 50%;
-webkit-transition: 240ms;
-o-transition: 240ms;
transition: 240ms;
}
.label-check input[type="radio"] + label:before {
  left: -8px;
  top: 3px;
}
.label-check input[type="radio"] + label:before {
background-color: #84bd00;
-webkit-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
        transform: scale(0);
}
.label-check input[type="radio"] + label:after{
top: 1px;
border: 2px solid #666666;
z-index:1;
}
.label-check input[type="radio"]:checked + label:before {
-webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
     -o-transform: scale(0.6);
        transform: scale(0.6);
}
.label-check input[type="radio"]:disabled:checked + label:before {
background-color: #bbbbbb;
}
.label-check input[type="radio"]:checked + label:after {
border-color: #84bd00;
}
.label-check input[type="radio"]:disabled + label:after,
.label-check  input[type="radio"]:disabled:checked + label:after {
border-color: #bbbbbb;
}
.label-check input[type="checkbox"]:focus {
outline: none;
}
.label-check input[type="checkbox"]:focus + label:after{
border-color: #84bd00;
}
.label-check input[type="checkbox"] + label:after {
content: "";
position: absolute;
top: 2px;
left: -10px; 
display: block;
width: 18px;
height: 18px;
margin-top: -2px;
margin-right: 5px;
border: 2px solid #666666;
border-radius: 2px;
-webkit-transition: 240ms;
     -o-transition: 240ms;
        transition: 240ms;
}
.label-check input[type="checkbox"]:checked + label:before {
content: "";
position: absolute;
top: 2px;
left: -3px;
display: table;
width: 6px;
height: 12px;
border: 2px solid #fff;
border-top-width: 0;
border-left-width: 0;
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg);
z-index:1;
}
.label-check input[type="checkbox"]:checked + label:after{
background-color: #84bd00;
border-color: #84bd00;
}
.label-check input[type="checkbox"]:disabled + label:after {
border-color: #bbbbbb;
}
.label-check  input[type="checkbox"]:disabled:checked + label:after {
background-color: #bbbbbb;
border-color: transparent;
}

.circ-1 {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  margin-left: 5px;
  font-weight: 700;
  padding: 3px 5px;
}

.col-blue {
  background-color: #0062cc;
}

/* .cms-antenna-end__cable .dropdown-holder {
  max-width: 150px;
} */

.cms-antenna-end__cable {
  display: flex;
  box-sizing: border-box;
}

.cms-antenna-end__cable .dropdown {
  height: 36px;
}
.cms-antenna-end__cable .dropdown select {
  height: 40px;
}
.form-a .cms-antenna-end__cable .dropdown:before {
  top: 14px;
}
.form-a .cms-antenna-end__cable .dropdown:after {
  top: 14px;
}

.form-row.form-row__cable {
  flex: 1;
  margin-right: 15px;
  box-sizing: border-box;
}

.form-row.form-row__cable-color {
  width: 130px;
  margin-right: 15px;
  box-sizing: border-box;
}

.section-stock-quantity .form-item-holder-a {
  width: 18%;
}

/* Custom Attributes */
#ant-products.form-a fieldset.cst-attributes {
  padding-bottom: 40px;
}

.cst-attributes h1.heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cst-attributes .cst-attributes__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.cst-attributes .cst-attributes__row .cst-attributes__item {
  flex: 25%;
}

/* UPS Tokens */

.st1-fieldset {
  border: none;
  margin-left: 25px;
  border: 1px solid #e9e9e9;
  padding: 0;
  border-radius: .625rem;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.04);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.04);
  box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.04);
}

h1.st1-section-heading {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.0325em;
  padding: 0 20px;
  color: #777;
}

.ups-api-c-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 40px 20px 40px;
  gap: 20px;
}

.ups-api-c-row.uacr-2 {
  align-items: end;
}

.ups-api-c-col.uac-1-col-a,
.ups-api-c-col.uac-1-col-b {
  flex: 1;
}

.ups-api-c-col.uac-2-col-a {
  flex: 1;
}
.ups-api-c-col.uac-2-col-b {
  width: 150px;
}

.ups-api-c-row.uacr-3,
.ups-api-c-row.uacr-4 {
  align-items: start;
}

.ups-api-c-row.uacr-3 .ups-api-c-col span,
.ups-api-c-row.uacr-4 .ups-api-c-col span {
  display: block;
  color: #777;
  font-size: 13px;;
}

.ups-api-c-row.uacr-3 .ups-api-c-col span.ups-api-token-value,
.ups-api-c-row.uacr-4 .ups-api-c-col span.ups-api-token-value {
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

.ups-api-c-row.uacr-3 .ups-api-c-col span.ps-api-token-heading,
.ups-api-c-row.uacr-4 .ups-api-c-col span.ps-api-token-heading {
  font-size: 17px;
  border-radius: .625rem;
  padding-right: 15px;
}

.ups-api-c-row.uacr-3 {
  margin-top: 40px;
}

.ups-api-c-row.uacr-4 {
  margin-bottom: 40px;
}

.ups-api-c-row.uacr-3 .uac-4-col-a,
.ups-api-c-row.uacr-4 .uac-4-col-a  {
  width: 50%;
  text-align: right;
}

.ups-api-c-row.uacr-3 .uac-4-col-b,
.ups-api-c-row.uacr-4 .uac-4-col-b  {
  flex: 1;
}

.ups-api-c-row.uacr-3 .uac-4-col-c,
.ups-api-c-row.uacr-4 .uac-4-col-c  {
  flex: 1;
}

input[type="text"].ups-api-c-input {
  max-width: none;
  color: #777;
  font-size: 12px;
}

.ups-api-c-row.uacr-5 {
  flex-direction: row-reverse; 
}

.ups-api-c-row.uacr-5 .button-a {
  background-color: #001325;
}

.ups-api-c-row .form-error-msg {
  display: none;
}

.ups-api-c-row .form-error-msg label.error {
  padding: 0;
  font-size: 12px;
  height: 15px;
  color: #E28B8B;
}

.ups-api-c-button.button-error {
  background-color: #CC0E44;
}