@media(max-width:767px) {
  .faqanswer{ 
    margin-bottom: 0px; 
    padding-bottom: 0px;
  }
  .faq-sidebar {
    margin-top: 0px;
  }
}
@media(min-width:767px) {
  .faqanswer{
    margin-bottom: 60px;
    padding-bottom:25px;
  }
  .faq-sidebar{
    margin-top: 66px;
  }
}
.table-row-header {
  border-bottom: 2px solid #000000;
}
.page-template-page-faq-answers form#new_account{
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq-title {
  margin-top:0px; 
  margin-bottom:0px !important;
  padding-top:40px; 
  padding-bottom:30px;
}
.faqanswer{
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 22px;
    display:block;
}
.sf-icon-faq-catagory{
  font-size: 25px;
  padding: 3px 10px 0 0;
}
.faq-catagory{
  width:100%; 
  margin-bottom:20px; 
  padding-top:5px; 
  padding-bottom:5px; 
  border-bottom:2px solid #D4DCE3;
}
.faq-catagory i[class^=fa-] {
  padding-top:0px;
}

.faq-catagory-title {  
  font-size: 16px; 
  font-weight:600; 
  text-transform: uppercase; 
  color:#bbbbbb; 
  border:none;
}
.faqanswer ul {
  margin-bottom: 20px;
  margin-left: 20px;
}
.faqanswer li {
  list-style-type: square; 
  margin-bottom: 10px;
}
/* --------------------------------------------
  MT103 Fields Table
-------------------------------------------- */
@media(max-width:767px) {
  .mt103-code-value, .mt103-name-value {
    display:flex;
    flex-wrap: wrap;
  }
}
@media(min-width:992px){
  .mt103-code-value, .mt103-name-value {
    display:inline-block;
  }
}
.mt103-code-value, .mt103-name-value {
  padding-left: 15px;
}
.mt103-code-value {
 width: 140px;
}
/* --------------------------------------------
  Currency ISO table
-------------------------------------------- */
@media(max-width:767px) {
  .currency-list-table-row{
    display:block;
  }
  .currency-list-table-country-container, .currency-list-table-currency-container{
    display:flex;
    flex-wrap: wrap;
  }
}
@media(min-width:992px){
  .currency-list-table-row{
    display:flex;
    justify-content: flex-start;
  }
  .currency-list-table-country-container, .currency-list-table-currency-container{
    display:inline-block;
    width:49%;
  }
}
.table-container{
  margin-top:30px;
}
.table-row-header{
  font-size:14px;
  font-weight: 700;
}
.table-row-alternating-bg{
  padding-top:15px; 
  padding-bottom:15px; 
  border-bottom:1px solid #dddddd;
}
.table-row-alternating-bg:nth-child(even){
  background-color:#f8f8f8;
}
.currency-list-table-flag, .currency-list-table-code{
  width:50px;
  text-align:center;
}
.currency-list-table-code{
  font-weight: 700;
}
.currency-list-table-country{
  padding-left:10px;
}
.currency-list-table-currency{
  padding-left:10px;
}
.inline-shortcut-keys{
  padding:10px 5px;
}
/* --------------------------------------------
  Icon Accordion 
-------------------------------------------- */
.icon-toggle-accordion {
  display:flex;
  align-items:center;
  min-height:55px; 
  color:#1695CA; 
  font-size:20px; 
  line-height:26px;
}
.icon-toggle-accordion i {
  font-size:32px; 
  margin-right:12px;
}
/* --------------------------------------------
  Accordion Q&A
-------------------------------------------- */
.faq-qanda-expand .spb_accordion .spb_accordion_section {
  border:none;
}
.faq-qanda-expand .spb_accordion .spb_accordion_section>h3 a,
.faq-qanda-expand .spb_accordion .ui-accordion .ui-accordion-content {
  padding:0px;
}
.faq-qanda-expand .ui-accordion h3.ui-accordion-header .ui-icon {
  display:none;
}
.faq-qanda-expand .spb_accordion .spb_accordion_section > h3.ui-state-active a {
   background-color:transparent;
   box-shadow:none;
}

/* Sections Q and A */
.section-question, .section-answer, .section-question-mini, .section-answer-mini {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 45px;
  padding-left: 50px;
  text-align: left;
}
.section-question, .section-question-mini {
  min-height:55px;
  color: #1695CA;
  font-size: 20px;
  line-height: 26px;
}
.section-answer {
  margin-top: 15px;
  margin-bottom: 40px;
}
.section-question:before, .section-answer:before, 
.section-question-mini:before, .section-answer-mini:before {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 32px;
  height: 32px;
  padding: 4px;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.section-question:before, .section-question-mini:before {
  content:'Q';
  background-color: #1695CA;
}
.section-answer:before, .section-answer-mini:before {
  content:'A';
  background-color: #99ABBC;
}
@media(min-width:992px){
  .section-question, .section-answer  {
    padding-left: 65px;
  }
  .section-question:before, .section-answer:before {
    top: 5px;
    width: 45px;
    height: 45px;
    padding: 10px;
    font-size: 26px;
  }
}

/* MOEX supported currencies */
.table-row-header.currency-pair-list-table-row {
  display:flex;
  flex-grow:1;
  text-transform:uppercase;
  border-bottom: 2px solid #7A92A8;
}
.table-row-header.currency-pair-list-table-row > div {
  width:100%;
}
.currency-pair-list-table-row {
  display:flex;
  align-items:start;
  flex-direction: column;
  padding:12px;
}
.moex-supported-send-currency, .moex-supported-receive-currency {
  display:flex;
  align-items:center;
  width:100%;
}
.moex-supported-send-currency, .moex-supported-receive-currency, .moex-supported-arrow  {
  flex-grow:1;
  padding-top:2px;
  padding-bottom:2px;
  line-height:18px;
}
.moex-supported-send-currency > div, .moex-supported-receive-currency > div {
 padding-right:4px;
 padding-left:4px;
}
.moex-supported-arrow {
    display:none;
    width:10%;
    text-align:center;
}
.moex-supported-curreny-table.table-row-footer {
  padding:12px;
  text-align:center;
  border-top: 2px solid #7A92A8;
}
@media(min-width: 768px){ 
  .currency-pair-list-table-row {
    flex-direction: row;
    align-items:center;
  }
  .table-row-header.currency-pair-list-table-row > div {
    width:50%;
  }
  .moex-supported-arrow {
    display:inline-block;
  }
  .moex-supported-send-currency, .moex-supported-receive-currency {
    width:45%;
  }
  .moex-supported-receive-currency {
    flex-direction:row-reverse;
  }
}




