﻿/* Common form style */
.common-form {
  color: #666;
  /*Checkboxes*/
  /*End checkboxes*/
  /* Radio button */
}
.common-form > .inner {
  padding-bottom: 32px;
  padding-bottom: 3.2rem;
}
.common-form label {
  margin-bottom: 0;
  font-weight: normal;
  font-family: AvenirNextLTPro-DemiCn;
  font-size: 18px;
  font-size: 1.8rem;
}
.common-form .label-field {
  text-align: left;
}
.common-form .label-field label {
  display: block;
  line-height: 45px;
}
.common-form .label-field .multi-line {
  line-height: normal;
}
.common-form .desc-field {
  padding-left: 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: AvenirLTStd-Book;
}
.common-form select {
  width: 100%;
  padding-left: 10px;
  height: 45px;
  line-height: 45px;
  background-color: #FDFBFC;
  border: 1px solid #ecede7;
}
.common-form input[type='text'],
.common-form input[type='number'],
.common-form input[type='password'],
.common-form input[type='email'],
.common-form textarea {
  background-color: #FDFBFC;
  border: 1px solid #ecede7;
  height: 45px;
  padding: 0 12px;
  line-height: normal;
  width: 100%;
}
.common-form input[type='text']:disabled,
.common-form input[type='number']:disabled {
  color: #999;
  background-color: #F0EFEB;
}
.common-form textarea {
  resize: none;
  height: 120px;
  padding: 12px;
}
.common-form input[type='text']:-ms-input-placeholder,
.common-form input[type='password']:-ms-input-placeholder,
.common-form input[type='email']:-ms-input-placeholder,
.common-form textarea:-ms-input-placeholder {
  color: #C4C3C3;
}
.common-form .ui-datepicker-trigger {
  position: absolute;
  top: 9px;
  right: 28px;
  background-color: transparent;
  border: none;
}
.common-form.search-leis .ui-datepicker-trigger {
  top: 37px;
}
.common-form .inputError {
  border-color: #CC3431 !important;
}
.common-form .inputError option {
  color: #666;
}
.common-form .customError {
  position: static;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  color: #CC3431 !important;
}
.common-form .alert-danger {
  padding: 10px 10px 9px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #CC3431;
  border: none;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.common-form .alert-danger .glyphicon {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: -3px;
}
.common-form .alert-danger.success {
  background-color: #0C7B3F;
}
.common-form .lightGreybox {
  background-color: #f9f9f7;
}
.common-form .darkGreybox {
  background-color: #75776a;
  color: #fff;
}
.common-form .paddingBox {
  padding: 15px;
  padding: 1.5rem;
}
.common-form input[type="checkbox"] {
  position: absolute;
  height: 16px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  width: 16px;
  z-index: 2;
  /*&:checked + label { color: #333; }*/
}
.common-form input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -8.5px 0 0 0;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  content: " ";
  display: inline-block;
  background: url('/images/forms_itemsv2.png') no-repeat;
  background-position: 0 -18px;
}
.common-form input[type="checkbox"] + .align-top:Before {
  top: 2px;
  margin-top: 0;
}
.common-form input[type="checkbox"] + label {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: AvenirLTStd-Book;
  font-weight: normal;
  display: inline-block;
  padding-left: 24px;
  padding-left: 2.4rem;
}
.common-form input[type="checkbox"]:checked + label:before {
  background-position: 0 0;
}
.common-form input[type="checkbox"].no-margin + label {
  margin-bottom: 0;
}
.common-form input[type="radio"] {
  position: absolute;
  height: 16px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  width: 16px;
  z-index: 2;
  /*&:checked + label { color: #333; }*/
}
.common-form input[type="radio"] + label:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -8.5px 0 0 0;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  content: " ";
  display: inline-block;
  background: url('/images/forms_itemsv2.png') no-repeat;
  background-position: 0 -55px;
}
.common-form input[type="radio"] + label {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: AvenirLTStd-Book;
  font-weight: normal;
  display: inline-block;
  padding-left: 24px;
  padding-left: 2.4rem;
}
.common-form input[type="radio"]:checked + label:before {
  background-position: 0px -36px !important;
}
.common-form input[type="radio"]:hover + label:before,
.common-form input[type="radio"]:focus + label:before {
  background-position: 0px -74px;
}
.common-form input[type="radio"].no-margin + label {
  margin-bottom: 0;
}
.common-form .btn-panel {
  margin-top: 31px;
}
.common-form option {
  color: #a9a9a9;
  padding: 14px 10px;
  -webkit-appearance: none;
}
.common-form option:hover {
  color: #333;
}
.common-form #mainErrorPanel,
.common-form #payIncomplete,
.common-form #bulkProceedInvalid,
.common-form .errorArea {
  font-size: 14px;
  display: none;
  background-color: #f2dede;
  border: 1px solid #b94a48;
  color: #b94a48;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.errorArea {
  font-size: 14px;
  display: none;
  background-color: #f2dede;
  border: 1px solid #b94a48;
  color: #b94a48;
  margin-bottom: 20px;
  padding: 10px 20px;
}
/*.checkbox-container  +  .checkbox-container , .radio-btn-container + .radio-btn-container { margin-top: 0.5em;}*/
.ie8 .common-form input[type="checkbox"] {
  position: static;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 0;
}
.ie8 .common-form input[type="checkbox"] + label {
  padding-left: 8px;
}
.ie8 .common-form input[type="checkbox"] + label:before {
  display: none;
}
.ie8 .common-form input[type="radio"] {
  position: static;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-left: 0;
}
.ie8 .common-form input[type="radio"] + label {
  padding-left: 8px;
}
.ie8 .common-form input[type="radio"] + label:before {
  display: none;
}
.ie8 .common-form .radio-btn-container {
  position: relative;
}
.ie8 .common-form select {
  padding-top: 11px;
  padding-bottom: 11px;
  height: auto;
  line-height: normal;
}
.label-style {
  font-family: AvenirNextLTPro-DemiCn;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
/* Common form stlye [End] */
/* Content Template */
.quick-links-template h3 {
  color: #0C7B3F;
}
.quick-links-template a:hover h3 {
  text-decoration: underline;
}
#BulkConfirmation {
  padding-top: 14px;
}
.instrumentTable table {
  border-collapse: collapse;
  width: 100%;
}
.instrumentTable table tr td,
.instrumentTable table tr th {
  border-bottom: 1px solid #e5e5e3;
  padding: 1em 0.4em;
}
.instrumentTable table tr td {
  width: 26%;
}
.instrumentTable table tr td + td {
  width: 26%;
}
.instrumentTable table tr td + td + td {
  width: 11%;
}
.instrumentTable table tr td + td + td + td {
  width: 35%;
}
.instrumentTable .isin-equity tr td {
  width: 31%;
}
.instrumentTable .isin-equity tr td + td {
  width: 31%;
}
.instrumentTable .isin-equity tr td + td + td {
  width: 11%;
}
.instrumentTable .isin-equity tr td + td + td + td {
  width: 25%;
}
/* Hero Banner */
.hero {
  background-size: 100% 300px;
}
.hero .banner-content {
  height: 300px;
}
.hero .btn {
  margin-top: 14px;
  border: medium none;
  font-family: AvenirLTStd-Heavy;
  font-size: 14px;
  height: 48px;
  letter-spacing: 2px;
  line-height: 48px;
  padding: 0 48px;
}
.hero h2 {
  font-size: 25px;
  font-size: 2.5rem;
}
/* Homepage */
.homepage {
  margin-top: 0;
}
/* Google Map */
#map {
  margin-bottom: 3em;
}
.sub-tabs {
  margin-top: 20px;
}
.sub-tabs .more-info p {
  margin: 20px 0px;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nav-cols label {
  font-family: inherit;
  font-size: inherit;
}
.nav-cols-right label {
  padding-left: 20px;
}
.excel-border {
  border: 1px solid #ecede7;
  padding: 10px;
  width: 80%;
}
.excel-label {
  padding: 10px 0px;
  display: inline-block;
}
.touch body {
  margin-top: 0;
}
.touch #global-header {
  position: static;
}
.touch #global-header .login-menu ul,
.touch #nav > li > ul,
.touch #LoginFormHeaderPanel,
.touch #LoginFormHeaderPanel {
  z-index: 10;
}
.text-yellow {
  color: #FABB16;
}
/* Content */
.content + .common-form,
.content + .dashboard,
.content + .wrapper-style-1,
.content + .data-content,
.default-margin-top {
  margin-top: 23px;
}
.step-content .h1 {
  padding-top: 0;
  margin-bottom: 23px;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-top: 0;
  padding-top: 0;
  color: #333;
  font-weight: normal;
}
.h2 {
  margin: 0;
  padding: 14px 0 14px 0;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  font-family: AvenirNextLTPro-DemiCn;
}
.h3 {
  margin: 0;
  padding: 14px 0 10px 0;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: AvenirNextLTPro-DemiCn;
}
.h4 {
  margin: 0;
  padding: 14px 0 10px 0;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
  font-family: AvenirNextLTPro-DemiCn;
}
.h5 {
  margin: 0;
  padding: 14px 0 10px 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: AvenirNextLTPro-DemiCn;
}
.h6 {
  margin: 0;
  padding: 14px 0 10px 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.6rem;
  font-family: AvenirNextLTPro-DemiCn;
}
.h1.has-margin {
  margin: 0.5em 0;
}
.sub-heading-panel {
  padding: 40px 0 14px;
}
.sub-heading-panel h1,
.sub-heading-panel h2,
.sub-heading-panel h3,
.sub-heading-panel h4 {
  margin: 0!important;
  padding: 0!important;
  font-family: AvenirLTStd-Black !important;
  font-size: 16px!important;
  font-size: 1.6rem !important;
}
/* Button */
.btn.btn-style-1 {
  width: 100%;
  padding: 6px;
  padding: 0.6em;
  height: 45px;
  font-size: 10px;
  font-size: 1rem;
}
.btn.btn-style-2 {
  width: 100%;
  padding: 6px;
  padding: 0.6em;
  height: 45px;
  font-size: 14px;
  font-size: 1.4rem;
}
.btn.btn-style-3 {
  min-width: 92px;
  padding: 6px 10px;
  padding: 0 1rem;
  height: 45px;
  line-height: 45px;
  font-size: 10px;
  font-size: 1rem;
}
.btn.sml {
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  height: auto;
  line-height: normal;
  font-size: 13px;
}
.btn.download {
  text-align: left;
  padding: 6px 10px;
  padding: 0.6em 1rem;
  height: 45px;
  min-width: 230px;
  min-width: 23rem;
}
.btn.download img {
  margin-right: 8px;
}
.btn.no-uppercase {
  text-transform: none;
}
/* Table style */
.table-style-1 img {
  max-width: none;
}
.table-style-1 {
  color: #666;
  margin: 0 0 8px 0;
  padding: 0;
  border: 1px solid #F2F1EE;
}
.table-style-1 img {
  max-width: none;
}
.table-style-1 td strong,
.table-style-1 th {
  font-family: AvenirLTStd-Black;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0;
}
.table-style-1 th,
.table-style-1 td {
  vertical-align: top;
  padding: 12px;
  border: 1px solid #F2F1EE;
  border-bottom: 0;
  border-right: 0;
}
.table-style-1 th {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-left: none;
}
.table-style-1 tr th:first-child,
.table-style-1 tr td:first-child {
  border-left: 0;
}
/* Content template*/
.listing-trading.multi-line .main-link a {
  font-size: 26px;
  font-size: 2.6rem;
}
.listing-trading.multi-line .each-col:hover .grey-shadow-bg:after {
  background-image: url('/images/structural/grey.png');
}
.ie8 .listing-trading.multi-line .each-col:hover .grey-shadow-bg {
  z-index: 1;
}
.container {
  width: 980px!important;
}
.touch .container {
  width: 960px!important;
  margin: 0 auto;
}
/********** Header [Start] **********/
#global-header {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #666;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
#global-header a {
  font-size: 12px;
  font-size: 1.2rem;
}
#global-header .logo {
  padding-top: 12px;
  padding-top: 1.2rem;
}
#global-header .logo img {
  max-width: 100%;
}
#global-header .quick-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#global-header .quick-links li {
  float: right;
}
#global-header .quick-links li:first-child {
  margin-left: 18px;
}
#global-header .quick-links li a {
  padding: 0;
  height: 55px;
  line-height: 55px;
  display: block;
  color: #FABB16;
  text-decoration: none;
  font-family: AvenirLTStd-Black;
}
#global-header .quick-links li .search-trigger {
  width: 30px;
  text-align: center;
}
#global-header .login-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: right;
}
#global-header .login-menu > li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
}
#global-header .login-menu > li > a {
  text-decoration: none;
  display: block;
  padding: 0 8px;
  color: #fff;
  height: 55px;
  line-height: 55px;
}
#global-header .login-menu > li > a:hover {
  text-decoration: underline;
}
#global-header .login-menu > li:hover > ul,
#global-header .login-menu > li.my-account.active > ul {
  display: block;
}
#global-header .login-menu .my-account > a {
  color: #FABB16;
  font-family: AvenirLTStd-Black;
}
#global-header .login-menu .dd-arrow {
  width: 30px;
  margin: 0;
  padding: 0;
}
#global-header .login-menu .dd-arrow:before {
  top: 25px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #FABB16;
}
#global-header .login-menu .my-account:hover,
#global-header .login-menu .my-account.active {
  background-color: #3E3F41;
}
#global-header .login-menu .my-account:hover > a,
#global-header .login-menu .my-account.active > a {
  color: #FABB16;
}
#global-header .login-menu .my-account:hover .dd-arrow:before,
#global-header .login-menu .my-account.active .dd-arrow:before {
  border-top-color: transparent;
  border-bottom: 4px solid #fabb16;
  top: 21px;
}
#global-header .login-menu .user-name a {
  text-transform: none;
  font-family: AvenirLTStd-Black;
  color: #FABB16;
}
#global-header .login-menu ul {
  width: 150px;
  list-style-type: none;
  display: none;
  margin: 0;
  padding: 0;
  right: 0;
  z-index: 4;
  position: absolute;
  text-transform: none;
  font-size: 14px;
  background-color: #3E3F41;
}
#global-header .login-menu ul a {
  width: 100%;
  text-align: left;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  font-size: 14px;
}
#global-header .login-menu ul a:hover {
  text-decoration: underline;
}
#global-header .login-menu ul li + li {
  border-top: 1px solid #666;
}
#global-header .login-menu .logout-link a {
  color: #FABB16;
}
/********** Header [End] **********/
/********** Main Nav [Start] **********/
#global-nav {
  position: relative;
}
#nav {
  margin: 0;
  padding: 0;
  list-style: none outside;
  /* First Level */
  /* Second Level*/
}
#nav a {
  display: block;
  color: #fff;
}
#nav a:hover {
  text-decoration: none;
}
#nav li {
  list-style-type: none;
}
#nav .level-1 {
  float: left;
  text-align: center;
}
#nav .level-1:hover,
#nav .level-1.active {
  background-color: #3E3F41;
}
#nav .level-1:hover > a,
#nav .level-1.active > a {
  color: #FABB16;
}
#nav .level-1.last {
  position: relative;
}
#nav .level-1.last > ul {
  right: 0;
  left: auto;
}
#nav .level-1 > a {
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 16px;
  text-decoration: none;
  font-family: AvenirLTStd-Black;
}
#nav .level-1 > a:hover {
  text-decoration: underline;
}
#nav .level-1 > ul {
  z-index: 4;
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 14px;
  background-color: #3E3F41;
}
#nav .level-1:hover > ul {
  display: block;
}
#nav .level-1.last:hover > ul {
  right: 0;
}
#nav .level-1 > ul.mega-menu {
  min-width: 424px;
}
#nav .level-1 > ul.mega-menu > li {
  float: left;
}
#nav .level-2 a {
  text-decoration: none;
  font-size: 14px;
  display: block;
}
#nav .level-2 a:hover {
  text-decoration: underline;
}
#nav .level-2 > a {
  width: 200px;
  text-align: left;
  position: relative;
  padding: 12px 20px;
}
#nav .level-2:hover > ul {
  display: block;
}
#nav .level-2 > ul {
  z-index: 4;
  position: absolute;
  display: none;
  left: 100%;
  width: 180px;
  margin: -44px 0 0 0;
  text-transform: none;
  background-color: #3E3F41;
}
#nav .level-2 > ul > li > a {
  text-align: left;
  display: block;
  padding: 12px 20px;
  text-decoration: none;
}
#nav .level-2 > ul > li > a:hover {
  text-decoration: underline;
}
/********** Main Nav [End] **********/
/* Footer */
.ie8 #social-media ul li {
  background-position: 0 -45px;
}
.ie8 #social-media ul li:hover {
  background-position: 0 0;
}
.ie7 #footer-meta ul li {
  display: inline;
  zoom: 1;
}
.copyright {
  text-align: right;
  letter-spacing: 1px;
}
/* Footer [End] */
/* Temp Needs to be deleted */
/*body:before { content:"Remove temp css line before you deploy"; width: 100%; text-align:center; padding: 0 0.5em; position: fixed; background: #000; left: 0; top: 0; display: block; color: #fff; z-index:10000;  }*/
.fullWidth {
  width: 100%;
}
.text-green {
  color: #0C7B3F;
}
.ui-datepicker {
  z-index: 99 !important;
}
.btnLogin:hover,
.btnLogin.active {
  background-color: #333;
}
.btnLogin:hover #LoginFormHeaderPanel,
.btnLogin.active #LoginFormHeaderPanel {
  display: block;
}
.btnLogin:hover > a:after,
.btnLogin.active > a:after {
  border-top-color: transparent;
  border-bottom: 4px solid #fabb16;
  top: 21px;
}
.btnLogin:hover > a,
.btnLogin.active > a {
  color: #fabb16 !important;
}
.btnLogin {
  background-color: #fabb16;
}
.btnLogin > a {
  color: #666 !important;
}
#global-header .quick-links .btnLogin > a {
  position: relative;
  display: block;
  padding: 0 28px 0 20px;
}
.btnLogin > a:after {
  content: " ";
  position: absolute;
  width: 0;
  top: 25px;
  margin-left: 6px;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666;
}
#LoginFormHeaderPanel {
  display: none;
  position: absolute;
  right: 15px;
  width: 170px;
  background-color: #333;
}
#LoginFormHeaderPanel .form-row + .form-row {
  margin-top: 8px;
}
#LoginFormHeaderPanel .inner {
  padding: 12px 14px;
}
#LoginFormHeaderPanel label {
  margin-bottom: 2px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}
#LoginFormHeaderPanel input[type='text'],
#LoginFormHeaderPanel input[type='password'] {
  padding: 0 4px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  height: 25px;
  line-height: normal;
}
#LoginFormHeaderPanel input[type='text']:focus,
#LoginFormHeaderPanel input[type='password']:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#LoginFormHeaderPanel .btn {
  height: 25px;
  line-height: 25px;
  width: auto;
  border: none;
  font-size: 10px;
  padding: 0 16px;
}
#LoginFormHeaderPanel #RememberMeLabel {
  font-size: 12px;
  margin-bottom: 0;
}
#LoginFormHeaderPanel .inputError {
  background-color: #ffcccb !important;
  border-color: #cc3431 !important;
}
#LoginFormHeaderPanel .customError {
  font-size: 12px !important;
  text-transform: none;
  position: static;
}
#LoginFormHeaderPanel .alert-danger {
  padding: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #CC3431;
  border: none;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-transform: none;
}
#LoginFormHeaderPanel .alert-danger .glyphicon {
  font-size: 12px;
  font-size: 1.2rem;
}
#RememberMe {
  margin-top: 2px;
}
#global-header #LoginFormHeaderPanel a {
  display: inline;
  line-height: normal;
  font-weight: normal;
  font-family: AvenirLTStd-Book;
  text-transform: none;
}
#global-header #LoginFormHeaderPanel a:hover {
  text-decoration: underline;
}
.bannerArea {
  background-color: #f9f5c8;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.ie8 #LoginFormHeaderPanel input[type='text'],
.ie8 #LoginFormHeaderPanel input[type='password'] {
  padding-top: 6px;
}
.ie8 #LoginFormHeaderPanel .btn-loading {
  padding-left: 0;
  padding-right: 0;
}
#LoginFormContainer {
  padding: 32px 0;
  padding: 3.2rem 0;
  text-align: left;
}
#LoginFormContainer p {
  margin: 0;
}
#LoginFormContainer ul {
  margin: 16px 0;
  margin: 1.6rem 0;
  padding: 0;
}
#LoginFormContainer li {
  margin: 0 0 0 16px;
  margin: 0 0 0 1.6rem;
  padding: 0;
}
#LoginFormContainer li + li {
  margin-top: 5px;
  margin-top: 0.2rem;
}
#LoginFormContainer input[type="text"],
#LoginFormContainer input[type="password"] {
  height: 56px;
  background-color: #fff;
}
#LoginFormContainer #LoginBtn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#LoginFormContainer h2 {
  font-family: AvenirLTStd-Medium;
}
.login-tagline p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.steps_control {
  margin-top: 23px;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.modalItem {
  padding: 20px;
  padding: 2rem;
  border-bottom: 1px solid #ccc;
}
.modalItem .btn {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#issuerModalData,
#contactModalData,
#payorgModalData,
#termsContentArea {
  height: 300px;
  overflow: auto;
  text-align: left;
}
.paymentTypeArea {
  margin-top: 16px;
  margin-top: 1.6rem;
}
.paymentTypeArea h3 {
  font-family: AvenirNextLTPro-DemiCn;
}
.paymentTypeArea h3.locker {
  background: url('/images/locker_icon.png') no-repeat left center;
  padding-left: 32px;
  padding-left: 3.2rem;
}
.infoIcon {
  vertical-align: top;
  display: inline-block;
}
.infoIcon a {
  display: block;
  width: 25px;
  height: 23px;
  line-height: 23px;
  text-decoration: none !important;
}
.infoIcon a:hover {
  text-decoration: none !important;
}
table .infoIcon {
  margin-left: 0.5em;
  vertical-align: middle;
  float: right;
}
.realex_payment a {
  text-decoration: none;
}
/* Sticky box on the top of the right [Start]  */
#leiSummary {
  position: relative;
}
#AnnouncementSummary {
  position: relative;
}
#cartSummary {
  width: 100%;
  background-color: #FBF9F8;
  display: none;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 12px 20px;
}
#cartSummary .bulkItem {
  border-top: 1px solid #E5E5E3;
  margin-top: 10px;
  padding-top: 10px;
}
.totalPriceArea {
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #E5E5E3;
}
.cartTitle {
  font-weight: bold;
}
.cartKind,
.cartBase {
  float: left;
  width: 130px;
}
.cartChangeLink,
.cartPrice {
  float: left;
  width: 50px;
}
.cartInfoArea {
  margin-top: 20px;
}
.vatArea {
  margin-top: 10px;
}
#bulkSummary .bulk-wrapper {
  padding: 12px 20px;
  background-color: #FBF9F8;
  border-top: 1px solid #0C7B3F;
}
#newBulkBtn,
#renewBulkBtn {
  margin-bottom: 1em;
}
#newBulkBtn .btn,
#renewBulkBtn .btn {
  width: 100%;
}
#bulkSummary[style=""] + #cartSummary,
#bulkSummary[style*="block"] + #cartSummary {
  position: relative;
}
#bulkSummary[style=""] + #cartSummary:before,
#bulkSummary[style*="block"] + #cartSummary:before {
  position: absolute;
  content: " ";
  height: 1px;
  left: 20px;
  top: 3px;
  right: 20px;
  background-color: #E5E5E3;
}
.bulk-col,
.bulkIsin-col {
  float: left;
  width: 50%;
  background-color: #E5E5E5;
  padding: 10px;
}
.bulk-col .inner,
.bulkIsin-col .inner {
  padding: 6px;
  height: 80px;
  background-color: #fff;
  color: #333;
  font-family: AvenirLTStd-Black;
}
.bulk-col .inner span,
.bulkIsin-col .inner span {
  display: block;
  text-align: center;
}
.bulk-col .inner .number,
.bulkIsin-col .inner .number {
  height: 46px;
  font-size: 2.375em;
  color: #333;
  letter-spacing: -1px;
}
.bulk-col .inner .text,
.bulkIsin-col .inner .text {
  font-size: 0.625em;
}
#bulk-required {
  padding-right: 5px;
}
#bulk-completed {
  padding-left: 5px;
}
#bulkIsin-completed {
  margin: 0 auto;
  float: none;
}
/* Steps */
.subboxes {
  margin: 0 -4px;
}
.col-3 .subbox {
  width: 33.33333333%;
}
.col-4 .subbox {
  width: 25%;
}
.subbox {
  float: left;
}
.subbox.active .step1_boxes {
  background-color: #ECEDE8;
  position: relative;
}
.subbox.active .step1_boxes h2,
.subbox.active .step1_boxes p {
  color: #333;
}
.subbox.active .step1_boxes:after {
  z-index: 1;
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
  background-color: #ECEDE8;
}
.subbox .step1_boxes {
  margin: 0 4px;
  padding: 1em 1em 0.75em 1em;
  background-color: #f9f9f7;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
  text-align: center;
}
.subbox .step1_boxes h2 {
  margin: 0 0 4px 0;
  font-family: AvenirNextLTPro-DemiCn;
  font-size: 22px;
  font-size: 2.2rem;
  color: #0C7B3F;
}
.subbox .step1_boxes p {
  font-size: 0.875em;
  margin: 0;
}
.submit-announcement .subbox .step1_boxes {
  padding: 1.75em 1em;
}
.submit-announcement .subbox .step1_boxes h2 {
  margin: 0;
  padding: 0;
}
.step1-boxes-detail {
  position: relative;
  margin-top: 8px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  padding: 20px;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #ECEDE8;
}
/*.step1-boxes-detail:after { position: absolute; content: " "; left: -5px; right: -5px; bottom: -6px;  height: 1px; background-color: #E5E5E5;  }*/
.step1-boxes-title {
  margin-top: 10px;
}
/* jQuery UI tabs */
.ui-tabs .ui-tabs-nav li {
  background-color: transparent;
  border: none;
}
.ui-tabs .ui-tabs-nav li:first-child {
  margin-left: 0;
}
.ui-tabs .ui-tabs-nav li a {
  text-align: center;
  min-width: 130px;
  position: relative;
  font-weight: normal;
  padding: 0.875em 2em;
  background-color: #f9f9f7;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
  font-family: AvenirNextLTPro-DemiCn;
  font-size: 20px;
  font-size: 2rem;
  color: #0C7B3F;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active a {
  background-color: #ECEDE8;
  color: #333;
  outline: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-active a:after {
  z-index: 1;
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
  background-color: #ECEDE8;
}
.ui-tabs .ui-tabs-panel {
  border-top: 1px solid #ECEDE8;
  margin-top: 8px;
}
.ie9 .ui-tabs .ui-tabs-nav li a {
  min-width: 0;
}
.arrow_step p {
  font-family: AvenirNextLTPro-DemiCn;
  position: relative;
  font-size: 1.125em;
  text-transform: uppercase;
  height: 73px;
  line-height: 73px;
  margin: 0;
  padding: 0 16px;
  padding: 0 1rem;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  background-color: #FBF9F8;
}
.arrow_step p:after {
  z-index: 2;
  position: absolute;
  content: " ";
  background: url('/images/arrow_steps.gif') no-repeat right top;
  top: 0;
  right: -23px;
  width: 47px;
  height: 73px;
}
.arrow_step p strong {
  color: #999;
  font-weight: normal;
}
.arrow_step p span {
  position: relative;
  z-index: 3;
  color: #c4c4c4;
  font-weight: 100;
}
.arrow_step.active p {
  background-color: #ECEDE8;
}
.arrow_step.active p:after {
  background-position: 0 -73px;
}
.arrow_step.active strong {
  color: #333;
}
.arrow_step.active span {
  color: #666;
}
.arrow_step.passed p {
  background-color: #ECEDE8;
}
.arrow_step.passed p:after {
  background-position: 0 -146px;
}
.arrow_step.passed span {
  color: #999;
}
.arrow_step.last p:after {
  display: none;
}
.arrow_steps_2 .arrow_step {
  float: left;
  width: 50%;
}
.arrow_steps_3 .arrow_step {
  float: left;
  width: 33.33%;
}
.arrow_steps_4 .arrow_step {
  float: left;
  width: 25%;
}
.arrow_steps_4 .arrow_step p {
  font-size: 1.04em;
}
.arrow_steps_5 .arrow_step {
  float: left;
  width: 20%;
}
#appliedForOtherMsg .info,
#errNotIEDomicile .info,
#errNotIEHomeMemberState .info,
#errIsSecurityCentralDepository .info,
#branchHeadOfficeError .info {
  background-color: #f2dede;
  border: 1px solid #b94a48;
  color: #b94a48;
  margin-bottom: 20px;
  padding: 10px 20px;
}
/* jQuery UI */
.style-1 .ui-dialog-titlebar {
  display: none;
}
#loadingModal {
  display: none;
}
#loadingModal p {
  margin: 0;
}
#loadingModal .inner {
  background: none repeat scroll 0 0 #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.note .question {
  cursor: pointer;
  display: inline-block;
  margin-top: 1px;
  position: relative;
}
.note .question .qImage {
  font-family: AvenirNextLTPro-DemiCn;
  background: url("/images/blue-circle-lrg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
  padding: 1px;
  text-align: center;
  width: 25px;
}
.note .qContent {
  cursor: default;
  display: none;
  width: 290px;
  left: 34px;
  top: -8px;
  position: absolute;
  z-index: 3;
}
.note .qContent .qArrow {
  z-index: 1;
  position: absolute;
  left: -7px;
  top: 8px;
}
.note .qContent span,
.note .qContent div {
  display: inline-block;
  vertical-align: top;
  background-color: #d9ebe2;
  border: 1px solid #c6d6c9;
  color: #0C7B3F;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  padding: 8px 12px;
  max-width: 290px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.note .qContent .details {
  width: 250px;
}
.note .qContent .details span {
  border: medium none;
  margin: 5px 0;
  padding: 0;
  width: 240px;
}
body .ui-tooltip {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #d9ebe2;
  border: 1px solid #c6d6c9;
  color: #0C7B3F;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  padding: 8px 12px;
  max-width: 290px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie8 .common-form input[type='text'],
.ie8 .common-form input[type='password'] {
  line-height: 45px;
}
.no-margin {
  margin: 0 !important;
}
.form-row {
  margin-top: 0;
}
.form-row + .form-row,
.form-row.use-margin {
  margin-top: 20px;
}
.form-row.use-margin-dbl {
  margin-top: 40px;
}
.selectContainer {
  width: 100%;
  margin: auto;
  overflow: hidden;
  border: 1px solid #85857b;
  background: #fff url('/images/icons/yellow-down-arrow.png') no-repeat 95% center;
}
.selectContainer select {
  min-width: 120%;
  border: none;
  background: none;
  padding: 5px;
  color: #97989A;
}
.contact-select {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  margin: 20px;
}
.contact-title {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin: 20px;
  margin-bottom: 20px;
}
#recaptcha_table {
  width: 100%;
}
.Lei_table .option {
  display: none;
}
.Lei_table .leiLast {
  padding: 0px;
  width: 0px;
  border: none;
}
.table-pre-text {
  border-bottom: 1px solid #F2F1EE;
  margin-bottom: 0;
  padding: 40px 0;
  padding: 4rem 0;
  border-top: 0;
}
.table-pre-text p {
  margin-bottom: 0;
}
.tablesorter tr .header {
  padding-right: 1em;
  background-image: url("/images/bg.gif");
  background-repeat: no-repeat;
  background-position: right 22px;
  cursor: pointer;
}
.tablesorter tr .headerSortUp {
  background-image: url("/images/asc.gif");
  background-position-y: 26px;
}
.tablesorter tr .headerSortDown {
  background-image: url("/images/desc.gif");
}
.tablesorter tr .noSort {
  background-image: none;
  cursor: default;
}
.Lei_table .expandLei {
  text-align: center;
}
.Lei_table .activeRow {
  background-color: #f9f9f7;
}
.Lei_table .relatedRow td.full {
  padding: 24px 16px;
  padding: 2.4rem 1.6rem;
}
.Lei_table .relatedRow td.full p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.learn-more {
  margin: 0;
  text-align: right;
}
.table-summary {
  color: #999;
}
.equityName {
  padding: 6px 12px 6px 12px;
  height: 38px;
  color: #666666;
  font-size: 13px;
  border: 1px solid #E9E8E2;
}
.data-content {
  padding-bottom: 3em;
}
.search-leis {
  margin-bottom: 24px;
  padding: 32px 0;
  padding: 3.2rem 0;
}
.lei-report {
  padding-top: 1.5em;
}
#SearchResults {
  margin-bottom: 24px;
}
.ShowMore,
.showMore {
  margin: 10px 4px;
  color: #ababaa;
  font-size: 14px;
  font-weight: bold;
}
.ShowMore #more,
.showMore #more {
  float: right;
}
#loadMoreBtn {
  float: right;
}
#paymentTotalArea {
  color: #0C7B3F;
}
.payment-options .radio-btn-container .inner {
  display: block;
  min-height: 30px;
  line-height: 30px;
}
.transparent {
  background-color: transparent !important;
}
.content table.structure td {
  border: none;
  text-align: center;
  vertical-align: middle;
}
.content table.structure tr.number td {
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
.content table.structure tr.number td.col_1 {
  background-image: url('/images/no_1.png');
}
.content table.structure tr.number td.col_3 {
  background-image: url('/images/no_2.png');
}
.content table.structure tr.number td.col_5 {
  background-image: url('/images/no_3.png');
}
.content table.structure td.arrow img {
  position: absolute;
  margin: -10px 0 0 -15px;
}
.content table.structure td.refresh img {
  margin: -24px 0;
}
.content table.structure tr.blank td {
  background-color: transparent;
  height: 25px;
  padding: 0;
  margin: 0;
}
.content table.structure td.col_1,
table.structure td.col_3,
table.structure td.col_5 {
  width: 180px;
  padding: 20px;
  height: 160px;
  background-color: #DAD7C6;
  vertical-align: middle;
}
.content table.structure.lei td.col_1,
table.structure.lei td.col_3,
table.structure.lei td.col_5 {
  padding: 25px;
}
.content table.structure.lei .blank td.col_1,
table.structure.lei .blank td.col_3,
table.structure.lei .blank td.col_5 {
  padding: 0px;
}
table.structure.lei td.col_3.refresh {
  height: auto;
}
.content table.structure td.col_2,
table.structure td.col_4 {
  width: 20px;
  padding: 0;
  margin: 0;
}
.content table.structure td.arrow_right {
  width: 20px;
}
#bulkTable {
  margin-bottom: 2em;
}
.bulkRow {
  padding: 1em;
  border-bottom: 1px solid #E5E5E3;
}
.bulkRow:first-child {
  border-top: 1px solid #E5E5E3;
}
.bulkRow.incomplete {
  position: relative;
  overflow: hidden;
}
.bulkRow.incomplete:before {
  content: " ";
  position: absolute;
  width: 6px;
  height: 999px;
  left: 0;
  top: 0;
  background-color: red;
}
.bulkName {
  float: left;
}
.bulkBtn {
  float: right;
}
.editBulk {
  margin-right: 12px;
}
.copyBulk {
  margin-right: 10px;
}
#leiDetails_inner {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #85857b;
  padding: 0 1px 1px 1px;
  color: #666;
}
#leiDetails_inner > div {
  background-color: #fff;
  border-top: 1px solid #85857b;
}
#leiDetails_inner .label-field {
  border-right: 1px solid #85857b;
}
#leiDetails_inner .value-field {
  margin-left: -1px;
  border-left: 1px solid #85857b;
}
#leiDetails_inner p {
  margin-bottom: 0;
  padding: 0.5em;
}
#leiDetails_inner .even {
  background-color: #f0efe8;
}
.Lei_table .expandLei,
.Lei_table .option {
  width: 25px;
}
.Lei_table .common-form input[type='checkbox'] + label {
  margin: 0;
  padding: 0 4px;
}
.Lei_table .common-form input[type='checkbox'] + label:before {
  margin-top: -8px;
}
.qq-upload-list li.qq-upload-success {
  background-color: #f0efeb !important;
}
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-delete {
  color: #0C7B3F !important;
}
.qq-upload-list li.qq-upload-fail a {
  color: #fff !important;
}
.contact-desc {
  margin: 2em 0;
}
.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.menu-title {
  margin-bottom: 0.375em;
}
.menu-title label {
  font-family: AvenirLTStd-Book;
}
.confirm-btn-panel,
.renew-btn-panel {
  margin-top: 1em;
}
.table-style-1 td .confirmation-page {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: AvenirLTStd-Book;
}
.table-style-1 td .confirmation-page p {
  margin: 0;
}
.table-style-1 td strong {
  text-transform: none;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: AvenirLTStd-Book;
}
.ie8 .arrow_step p {
  text-align: left;
  padding-left: 30px;
}
.ie8 .arrow_step p:after {
  right: 0;
}
.ie8 .subbox {
  position: relative;
  z-index: 1;
}
.ie8 .note .question .qImage {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/blue-circle-lrg.png,sizingMethod='crop');
}
.confirm_buttons {
  margin-top: 1em;
}
.responsive-table {
  overflow: auto;
}
.ui-multiselect {
  background-color: #fdfbfc;
  border: 1px solid #ecede7;
  height: 45px;
  line-height: normal;
  padding: 0 12px !important;
  width: 100% !important;
  max-height: 300px;
  overflow-y: auto;
}
.ui-autocomplete {
  max-height: 200px;
}
.ui-multiselect-menu,
.ui-autocomplete {
  z-index: 9998 !important;
  padding: 0;
  width: 480px !important;
  background-color: #FDFBFC;
  border: 1px solid #ecede7;
  overflow: auto;
}
.ui-multiselect-checkboxes label {
  border: none !important;
  font-size: 1em;
  margin: 0 !important;
  padding: 0.5em 1em !important;
}
.ui-multiselect-checkboxes label input {
  margin-right: 0.5em;
}
.ui-multiselect-checkboxes label span {
  color: #666;
  font-weight: normal;
}
.ui-multiselect-checkboxes label:hover {
  background-color: #E5E5E3;
}
.ui-multiselect-header {
  padding: 0.5em 1em !important;
  border-bottom: 1px solid #ecede7;
}
.ui-multiselect span.ui-icon {
  background: none;
  width: 0;
  height: 0;
  margin-top: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.ui-autocomplete .ui-menu-item a {
  padding: 0.5em 1em;
  color: #666;
  font-weight: normal;
  font-size: 0.9em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.ui-autocomplete .ui-menu-item a.ui-state-focus {
  background-color: #E5E5E3;
  margin: 0;
}
.form-divider {
  margin-top: 32px;
}
.field-title {
  padding: 0 0 18px 0;
}
/* Homepage */
#notificationBanner {
  background-color: #F9F5C8;
  font-size: 0.875em;
}
#notificationBanner .inner {
  padding: 16px 0;
}
#notificationBanner p {
  color: #666;
}
#notificationBanner .last {
  margin-bottom: 0;
}
#notificationBanner p:last-child,
#notificationBanner ul:last-child,
#notificationBanner ol:last-child {
  margin-bottom: 0;
}
#notificationBanner a {
  color: #000;
  text-decoration: none;
}
#notificationBanner a:hover {
  text-decoration: underline;
}
@media print {
  .container {
    width: 96% !important;
  }
}
.accordion.ui-accordion > tbody > tr:first-child {
  border-top: 1px solid #F2F2F0;
}
.accordion.ui-accordion > tbody > tr > td {
  border-bottom: 1px solid #F2F2F0;
}
.accordion.ui-accordion .ui-accordion-header-active {
  color: #333;
}
.table-scroll thead td:last-of-type {
  /*header column with scroll bar*/
  border: 0 none !important;
}
.table-scroll .sg-v-scroll-cell {
  /*body column with scroll bar*/
  padding: 0 !important;
}
.fillingType {
  margin-top: 40px;
}
#uploadDocumentDescField {
  margin-bottom: 0;
}
.fixed-height {
  max-height: 500px;
  overflow-y: auto !important;
}
.colMargB20 {
  margin-bottom: 20px;
}
.chosen-container {
  width: 100% !important;
}
.margT10 {
  margin-top: 10px;
}
.bulkTemplateValidationTable {
  padding: 0;
  margin: 24px 0;
  border: 1px solid #F2F1EE;
}
.bulkTemplateValidationTable th {
  background-color: #0C7B3F;
  padding: 5px;
  border: 1px solid #F2F1EE;
  border-bottom: 0;
  border-right: 0;
  vertical-align: top;
  color: white;
  font-weight: normal;
}
.bulkTemplateValidationTable td {
  padding: 12px;
  border: 1px solid #F2F1EE;
  border-bottom: 0;
  border-right: 0;
  vertical-align: top;
}
.isinBulkDocumentation {
  margin-top: 5px;
  line-height: 15px;
  padding: 9px;
  background-color: #f0efeb !important;
  font-size: 13px;
}
.search-announcements {
  margin-bottom: 24px;
  padding: 32px 0;
}
.search-announcements .date-wrapper {
  position: relative;
}
.search-announcements .ui-datepicker-trigger {
  right: 4px;
}
.search-announcements #aToZ {
  margin-top: 12px;
}
.search-announcements .atoz {
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 20px;
  width: 22px;
  height: 20px;
  padding: 0 4px;
}
.search-announcements .atoz:hover {
  text-decoration: underline;
}
.search-announcements .active {
  text-decoration: none;
  background-color: #0C7B3F;
  color: #fff;
}
.custom-theme.simple-pagination {
  margin-bottom: 30px;
}
.custom-theme.simple-pagination ul:before {
  display: table;
  content: " ";
}
.custom-theme.simple-pagination ul:after {
  clear: both;
  display: table;
  content: " ";
}
.custom-theme.simple-pagination li + li {
  margin-left: 6px;
}
.custom-theme.simple-pagination a {
  text-decoration: none!important;
}
.custom-theme.simple-pagination a,
.custom-theme.simple-pagination span:not(.ellipse) {
  text-align: center;
  display: block;
  border: 1px solid #0C7B3F;
  padding: 2px 4px;
  min-width: 30px;
}
.custom-theme.simple-pagination a:hover,
.custom-theme.simple-pagination span:not(.ellipse):hover {
  background-color: #0C7B3F;
  color: #fff;
}
.custom-theme.simple-pagination .current {
  background-color: #0C7B3F;
  color: #fff;
}
.custom-theme.simple-pagination .ellipse {
  border-color: transparent;
}
.custom-theme.simple-pagination .disabled a,
.custom-theme.simple-pagination .disabled span:not(.ellipse) {
  cursor: not-allowed;
  border-color: #cfcfcf;
  background-color: #cfcfcf;
  color: #797979;
}
.phone-plus-code {
  width: 10%;
  display: inline-block;
}
.common-form input.phone-country-code {
  width: 85%;
  display: inline-block;
}
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}