.no-gutter {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}
.no-padding-top {
  padding-top: 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.no-margin-left {
  margin-left: 0px !important;
}
hr {
  margin: 5px 0;
  border-color: #b6b6b6;
}
.dotted-line-top {
  border-top: thin dotted #808285;
}
.dotted-line-bottom {
  border-bottom: thin dotted #808285;
  padding: 15px;
}
.row {
  margin: 0 0 10px 0;
}
.full-row {
  margin-left: -15px;
  margin-right: -15px;
}
.note {
  font-size: 12px;
  color: #002d62;
  background: url(../images/i_note.gif) 0 2px no-repeat;
  padding-left: 35px;
}
a {
  text-decoration: underline;
}
.btn {
  text-decoration: none;
}
.border-right {
  border-right: 1px solid #999999;
}
.border-bottom {
  border-bottom: 1px solid #999999;
  margin-bottom: 5px;
}
.iframe-ectrade {
  height: 800px;
}
.margin-top {
  margin-top: 20px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.link {
  cursor: pointer;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #c7c2ba;
}

.form-control2[disabled],
.form-control2[readonly],
fieldset[disabled] .form-control2 {
  background-color: #DCD9D3;
  color: black;
}

.font-smaller {
  font-size: 12px;
}
.font-large {
  font-size: 18px;
}
.text-hlib-red {
  color: #ef2f24;
}
.text-hlib-blue {
  color: #002d62;
}
.btn-my-account,
.btn-logout {
  border: none;
  background-color: #002d62;
  color: white;
  background-image: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 5px 12px;
}
.btn-submit {
  background-color: #002d62;
  color: white;
  padding: 3px 6px !important;
}
.btn-submit:hover {
  background-color: #002149;
  color: white;
}
.btn-primary {
  background-color: #002d62;
  color: white;
  border-color: #002d62;
}
.btn-primary:hover {
  background-color: #002149;
  color: white;
  border-color: #002d62;
}
.controlClientCode {
  display: inline-block;
}
.bank-aphabet-filter a {
  display: inline-block;
  padding: 5px 5px 5px 5px;
}
.bank-aphabet-filter a:first-child {
  padding-left: 0;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.popover {
  max-width: 500px !important;
  height: 350px;
}
.popover iframe {
  width: 470px;
  height: 300px;
}
.modal {
  z-index: 10500 !important;
}
.modal .modal-header .close {
  display: inline-block;
  font-size: 25px;
  width: 30px;
  height: 30px;
}
.modal .modal-header .close span {
  display: block;
}
.modal .modal-title .modal-title-icon {
  width: 30px;
  margin-right: 10px;
}
.modal .modal-body ul {
  padding-left: 15px;
}
.modal .modal-body ul li span.modal-list-title {
  color: #ef2f24;
  font-weight: bold;
}
.modal .modal-body table {
  width: 100%;
  margin-bottom: 10px;
}
.modal .modal-body table td {
  vertical-align: top;
}
.modal .modal-body .modal-paragraph-title {
  font-weight: bold;
  color: #ef2f24;
}
.modal .modal-body .foreignShare-features-model p {
  font-weight: normal;
}
.modal .modal-body .time-table {
  font-size: 12px;
}
.modal .modal-body .time-table tr,
.modal .modal-body .time-table td {
  border: 1px solid white;
}
.modal .modal-body .time-table .row {
  margin-bottom: 0px;
}
.modal .modal-body .time-table .title {
  background-image: -webkit-linear-gradient(top, #d3dfee 0%, #a7bfde 100%);
  background-image: -o-linear-gradient(top, #d3dfee 0%, #a7bfde 100%);
  background-image: linear-gradient(to bottom, #d3dfee 0%, #a7bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3dfee', endColorstr='#ffa7bfde', GradientType=0);
  color: red;
  font-weight: bold;
  text-align: center;
}
.modal .modal-body .time-table .country {
  font-weight: bold;
  text-align: center;
}
.modal .modal-body .time-table .odd {
  background-color: #d3dfee;
}
.modal .modal-body .time-table .even {
  background-color: #a7bfde;
}
.modal .modal-body .callin {
  color: #2b418d;
}
.modal .modal-body .benefits-info {
  color: white;
  background-color: #e42312;
  padding: 10px;
  border-radius: 10px;
}
.modal .modal-body .benefits-info h5 {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
.modal .modal-body .benefits-info p,
.modal .modal-body .benefits-info span,
.modal .modal-body .benefits-info li {
  color: white;
}
.modal .modal-body .benefits-info li {
  font-weight: normal;
}
.modal .modal-title-row {
  background-color: #ef2f24;
  padding: 10px;
  color: white;
}
.modal .modal-content-row {
  background-color: #fbe3df;
  padding: 10px;
}
.alert-ie8 {
  border-radius: 0;
  background-color: #ef2f24;
  border: 0;
  color: white;
}
.alert-ie8 .close {
  opacity: 1 !important;
}
.navbar {
  margin-bottom: 10px !important;
  min-height: 35px;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.navbar-admin {
  border-radius: 5px;
}
.navbar-admin li a {
  text-decoration: none;
}
.navbar-admin li a:hover {
  text-decoration: none;
}
.navbar-toggle {
  background-color: #999999;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  text-decoration: none;
  padding: 5px 10px;
  color: black;
}
.navbar-brand {
  padding: 15px 5px;
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
.navbar-collapse {
  border: none !important;
}
.panel-group-sidenav .panel-default {
  border: none;
  box-shadow: none;
}
.panel-group-sidenav .panel-heading {
  padding: 0px 0px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #b6b6b6;
}
.panel-group-sidenav .panel-heading a {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.panel-group-sidenav .panel-heading a:hover {
  background-image: -webkit-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: -o-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: linear-gradient(to bottom, #ef2f24 0%, #89110a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef2f24', endColorstr='#ff89110a', GradientType=0);
  color: white;
  text-decoration: none;
}
.panel-group-sidenav .panel-heading .active {
  background-image: -webkit-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: -o-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: linear-gradient(to bottom, #ef2f24 0%, #89110a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef2f24', endColorstr='#ff89110a', GradientType=0);
  color: white;
  text-decoration: none;
}
.panel-group-sidenav .panel-collapse .panel-body {
  border-top: none !important;
  background-color: #ef2f24;
  border-radius: 5px;
}
.panel-group-sidenav .panel-collapse .panel-body a {
  color: white;
}
.list-group-sidenav {
  border: none;
  box-shadow: none;
}
.list-group-sidenav .list-group-item {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #b6b6b6;
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.list-group-sidenav .list-group-item:hover {
  background-image: -webkit-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: -o-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: linear-gradient(to bottom, #ef2f24 0%, #89110a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef2f24', endColorstr='#ff89110a', GradientType=0);
  color: white;
  border: 1px solid #89110a;
}
.list-group-sidenav .active {
  background-image: -webkit-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: -o-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: linear-gradient(to bottom, #ef2f24 0%, #89110a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef2f24', endColorstr='#ff89110a', GradientType=0);
  color: white;
  border: 1px solid #89110a;
}
.list-group-sidenav .in {
  background-color: #ef2f24;
  border-radius: 5px;
}
.list-group-sidenav .in .list-group-item {
  border: 1px solid #ef2f24 !important;
  background-color: transparent !important;
  color: white;
}
.list-group-sidenav .in .list-group-item:hover {
  background-color: black;
}
.RadMenu_Default a.rmLink {
  background: none !important;
}
.RadMenu_MetroTouch {
  padding: 5px 2px;
}
.RadMenu_MetroTouch .rmRootToggle {
  font-size: 14px;
}
.RadMenuPopup .rmToggle {
  background-color: #eeeeee;
}
.RadMenu_Metro .rmExpanded,
.RadMenu_Metro .rmExpanded:hover {
  background-color: #c7c2ba;
  border-radius: 5px;
}
.popup-entity .col-xs-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.popup-screener span.link:hover {
  color: #428bca;
}
.popup-screener .stklist-column {
  position: relative;
}
.popup-screener .stklist-column .stklist-title {
  text-align: right;
  vertical-align: bottom;
}
.popup-screener .stklist-column .stklist-icon {
  position: absolute;
  top: 0;
  right: 10px;
}
.popup-screener .analysis-header {
  border-bottom: 1px solid #9a9b9c;
  border-top: 1px solid #9a9b9c;
  padding: 5px 0;
  margin-bottom: 20px;
}
.popup-screener .analysis-header span {
  display: inline-block;
}
.popup-screener .news-section {
  margin-bottom: 50px;
}
.popup-screener .news-section .news-title {
  font-weight: bold;
  color: #002d62;
  margin-bottom: 20px;
}
.rmSlide {
  text-align: left;
  background: transparent;
}
.rmSlide .rmGroup {
  background: transparent;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rmSlide .rmGroup .rmItem {
  font-size: 14px;
}
.RadGrid_Default {
  border: 0px solid green !important;
  width: 100%;
  margin-bottom: 10px;
}
.RadGrid_Default > th,
.RadGrid_Default > td {
  padding: 5px 10px !important;
  line-height: 1.42857143 !important;
  vertical-align: top !important;
  border-top: 1px solid #dddddd !important;
}
.RadGrid_Default .rgHeader {
  color: white !important;
  font-weight: bold !important;
  background: #002d62 !important;
  padding: 5px 10px !important;
  line-height: 1.42857143 !important;
  vertical-align: top !important;
  border-bottom: 2px solid #dddddd !important;
  border-right: 1px solid #b6b6b6 !important;
}
.RadGrid_Default .rgHeader:last-child {
  border-right: none !important;
}
.RadGrid_Default .rgHeader a {
  color: white !important;
}
.RadGrid_Default .rgRow a,
.RadGrid_Default .rgAltRow a,
.RadGrid_Default .rgEditRow a {
  color: #428bca !important;
}
.RadGrid_Default .table-header-row1,
.RadGrid_Default .table-column-row1 {
  display: block;
  min-height: 20px;
  padding-bottom: 5px;
  margin-bottom: 3px;
}
.RadGrid_Default .table-header-row1 {
  border-bottom: 1px solid #dddddd;
}
.RadGrid_Default .table-column-row1 {
  border-bottom: 1px solid #747678 !important;
}
.RadGrid_Default .rgAltRow {
  background-color: #ededed !important;
}
.RadGrid_Default .rgPager {
  background: none !important;
}
.RadGrid_Default .rgPagerCell {
  border: none !important;
  padding: 10px 0 !important;
}
.RadGrid_Default .rgPageFirst {
  padding: 6px 12px !important;
}
.RadGrid_Default .rgMasterTable {
  font-size: 13px !important;
}
.RadGrid .rgRow td,
.RadGrid .rgAltRow td,
.RadGrid .rgEditRow td,
.RadGrid .rgFooter td {
  padding-top: 8px !important;
  padding-bottom: 7px !important;
  border-right: 1px solid #b6b6b6 !important;
}
.RadGrid .rgRow td:last-child,
.RadGrid .rgAltRow td:last-child,
.RadGrid .rgEditRow td:last-child,
.RadGrid .rgFooter td:last-child {
  border-right: none !important;
}
.RadGrid .rgRow:hover > td,
.RadGrid .rgAltRow:hover > td,
.RadGrid .rgRow:hover > th,
.RadGrid .rgAltRow:hover > th {
  background-color: #dddddd !important;
}
.table .column-label {
  background-color: #ededed !important;
  border-bottom: 1px solid white !important;
  width: 30% !important;
}
.table .column-value {
  width: 70% !important;
}
.table-forgot-password tbody tr td {
  border-top: none;
}
.form-group {
  margin-bottom: 10px;
}
.form-horizontal .control-label {
  text-align: left;
}
.control-label {
  padding-top: 3px !important;
}
input.form-control,
select.form-control {
  height: 25px !important;
  padding: 0px 5px !important;
  margin-bottom: 10px;
}

input.form-control2,
select.form-control2 {
  height: 25px !important;
  padding: 0px 5px !important;
  margin-bottom: 0px;
}

input.form-control3,
select.form-control3 {
  height: 20px !important;
  padding: 0px 5px !important;
  margin-bottom: 10px;
}

#FeaturedContent_rbOrder td {
  padding-right: 20px;
}
.form-general .radio-inline {
  padding-top: 0px !important;
  padding-left: 10px;
  padding-right: 10px;
}
.page-title {
  color: #ef2f24;
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
}
.breadcrumb {
  background: none;
  border-left: 1px solid #dddddd;
  margin: 10px 0 0 10px;
  padding: 2px 0 2px 10px;
  border-radius: 0;
}
.banner-list-number li {
  font-weight: bold;
  color: #747678;
}
.banner-list-number li a.active {
  color: #ef2f24;
}
/********** Carousel base class START **********/
.carousel {
  margin-bottom: 15px;
}
.carousel .item {
  background-color: #fff;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control.left span.glyphicon,
.carousel-control.right span.glyphicon {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.carousel-indicators li {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}
.carousel-indicators .active {
  background-color: #999999;
}
/********** Carousel base class END **********/
.box-wrapper {
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  background-color: white;
}
.box-wrapper .box-title {
  background-color: #ef2f24;
  padding: 10px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: white;
  font-size: 18px;
}
.box-wrapper .box-content {
  padding: 20px;
}
.box-wrapper .box-content .row {
  border-bottom: 1px solid #9a9b9c;
  padding: 10px 0;
}
.box-wrapper .box-content .row:last-child {
  border: 0px;
}
.box-wrapper .announcement-content {
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #efefef 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffefefef', GradientType=0);
  margin-bottom: 15px;
}
.box-wrapper .login-wrapper-home,
.box-wrapper .userinfo-wrapper-home,
.box-wrapper .events-wrapper-home {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 60px;
  background-color: #0c77a5;
}
.box-wrapper .login-wrapper-home .login-title-home,
.box-wrapper .userinfo-wrapper-home .login-title-home,
.box-wrapper .events-wrapper-home .login-title-home,
.box-wrapper .login-wrapper-home .userinfo-title,
.box-wrapper .userinfo-wrapper-home .userinfo-title,
.box-wrapper .events-wrapper-home .userinfo-title,
.box-wrapper .login-wrapper-home .events-title,
.box-wrapper .userinfo-wrapper-home .events-title,
.box-wrapper .events-wrapper-home .events-title {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-image: -webkit-linear-gradient(top, #0590b8 0%, #184a82 100%);
  background-image: -o-linear-gradient(top, #0590b8 0%, #184a82 100%);
  background-image: linear-gradient(to bottom, #0590b8 0%, #184a82 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0590b8', endColorstr='#ff184a82', GradientType=0);
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.box-wrapper .login-wrapper-home .login-title-home h6,
.box-wrapper .userinfo-wrapper-home .login-title-home h6,
.box-wrapper .events-wrapper-home .login-title-home h6,
.box-wrapper .login-wrapper-home .userinfo-title h6,
.box-wrapper .userinfo-wrapper-home .userinfo-title h6,
.box-wrapper .events-wrapper-home .userinfo-title h6,
.box-wrapper .login-wrapper-home .events-title h6,
.box-wrapper .userinfo-wrapper-home .events-title h6,
.box-wrapper .events-wrapper-home .events-title h6 {
  padding: 5px 10px;
  margin: 5px 0px;
}
.box-wrapper .login-wrapper-home .btn,
.box-wrapper .userinfo-wrapper-home .btn,
.box-wrapper .events-wrapper-home .btn {
  padding: 2px 10px;
  text-decoration: none;
}
.box-wrapper .login-wrapper-home .btn-login,
.box-wrapper .userinfo-wrapper-home .btn-login,
.box-wrapper .events-wrapper-home .btn-login {
  background-color: #ef2f24;
  color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.box-wrapper .login-wrapper-home a,
.box-wrapper .userinfo-wrapper-home a,
.box-wrapper .events-wrapper-home a {
  color: white;
}
.box-wrapper .userinfo-wrapper-home {
  height: 120px;
  color: white;
}
.box-wrapper .userinfo-wrapper-home .info-label {
  width: 80px;
}
.box-wrapper .events-wrapper-home {
  height: 250px;
}
.box-wrapper .events-wrapper-home .events-links {
  margin-top: 5px;
  height: 200px;
  overflow: auto;
}
.box-wrapper .new-account {
  height: 120px;
  font-size: 12px;
  color: white;
}
.box-wrapper .exist-account {
  height: 75px;
  font-size: 12px;
  color: white;
}
.box-wrapper .navigation-wrapper {
  margin: 10px 0 0 0;
}
.box-wrapper .navigation-wrapper .nav-sidebar-home > li {
  margin-bottom: 10px;
}
.box-wrapper .navigation-wrapper .nav-sidebar-home > li > a {
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #b6b6b6;
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.box-wrapper .navigation-wrapper .nav-sidebar-home > li > a i {
  width: 25px;
  color: #ef2f24;
}
.box-wrapper .navigation-wrapper .nav-sidebar-home > li.active > a,
.box-wrapper .navigation-wrapper .nav-sidebar-home > li > a:hover,
.box-wrapper .navigation-wrapper .nav-sidebar-home > li > a:focus {
  background-image: -webkit-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: -o-linear-gradient(top, #ef2f24 0%, #89110a 100%);
  background-image: linear-gradient(to bottom, #ef2f24 0%, #89110a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef2f24', endColorstr='#ff89110a', GradientType=0);
  color: white;
  border: 1px solid #89110a;
}
.box-wrapper .navigation-wrapper .nav-sidebar-home > li.active > a i,
.box-wrapper .navigation-wrapper .nav-sidebar-home > li > a:hover i,
.box-wrapper .navigation-wrapper .nav-sidebar-home > li > a:focus i {
  color: white;
}
.box-wrapper .navigation-wrapper .nav-sidebar-home .dropdown-menu {
  background-color: #ef2f24;
}
.box-wrapper .navigation-wrapper .nav-sidebar-home .dropdown-menu > li > a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}
.box-wrapper .navigation-wrapper .nav-sidebar-home .dropdown-menu > li > a:hover {
  background-color: #89110a;
}
.box-wrapper-login {
  background-color: white;
  box-shadow: none;
  border: 1px solid #999999;
}
.featured {
  margin-top: 20px;
}
.featured .data-wrapper {
  padding: 15px;
  border: 1px solid #b6b6b6;
  border-radius: 8px;
  text-align: center;
}

.featured .data-wrapper .iframe-responsive {
  height: 265px;
}
.featured h3 {
  margin-top: 10px;
}
.scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  margin-left: -5px;
  margin-right: -15px;
  border-bottom: 1px solid #b6b6b6;
}
.scroll-wrapper iframe {
  width: 100%;
  border: 0px;
}
/********** Register Page Start **********/
.register-wrapper {
  margin-left: 10px;
}
.register-wrapper .row {
  margin-top: 15px;
  margin-bottom: 25px;
}
.register-wrapper .row a {
  color: #333333;
  text-decoration: none;
}
.register-wrapper .row .register-column {
  position: relative;
  padding: 25px;
  background-image: -webkit-linear-gradient(left, #fefefe 0%, #ebeff2 100%);
  background-image: -o-linear-gradient(left, #fefefe 0%, #ebeff2 100%);
  background-image: linear-gradient(to right, #fefefe 0%, #ebeff2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffebeff2', GradientType=1);
  border-radius: 16px;
  border: 1px solid #b6b6b6;
  height: 200px;
}
.register-wrapper .row .register-column .register-column-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #002d62;
}
.register-wrapper .row .register-column .register-column-title h4 {
  margin-top: 0px;
  padding-bottom: 20px;
  color: #1f3a87;
  font-weight: bold;
}
.register-wrapper .row .register-column .column-arrow {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  font-size: 22px;
  color: #89110a;
}
.register-wrapper .row .register-column:hover {
  background-image: -webkit-linear-gradient(top, #00a1c7 0%, #232264 100%);
  background-image: -o-linear-gradient(top, #00a1c7 0%, #232264 100%);
  background-image: linear-gradient(to bottom, #00a1c7 0%, #232264 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a1c7', endColorstr='#ff232264', GradientType=0);
  color: white;
}
.register-wrapper .row .register-column:hover .register-column-title {
  border-bottom: 1px solid white;
}
.register-wrapper .row .register-column:hover .register-column-title h4 {
  color: white;
}
.register-wrapper .row .register-column:hover .column-arrow {
  color: white;
}
/********** Register Page END **********/
/********** Research Page Start **********/
#round-corner-testing {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.research-banner-wrapper {
  display: block;
  margin-bottom: 10px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(top, #d5d5d5 0%, #f3f3f3 100%);
  background-image: -o-linear-gradient(top, #d5d5d5 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #d5d5d5 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5d5d5', endColorstr='#fff3f3f3', GradientType=0);
  border: 1px solid #eeeeee;
  padding: 10px;
}
.research-banner-wrapper h4 {
  margin-top: 0px;
}
.research-banner-wrapper ul.banner-list-number {
  list-style-type: none;
  padding-left: 0px;
}
.research-banner-wrapper ul.banner-list-number li {
  display: inline-block;
  padding-right: 10px;
}
.research-wrapper .row {
  margin-top: 15px;
  margin-bottom: 25px;
}
.research-wrapper .row .research-column {
  background-color: #eeeeee;
  border-radius: 16px;
  height: 380px;
}
.research-wrapper .row .research-column .research-column-title {
  height: 110px;
  padding: 10px;
  background-image: -webkit-linear-gradient(top, #0299c0 0%, #1d3a77 100%);
  background-image: -o-linear-gradient(top, #0299c0 0%, #1d3a77 100%);
  background-image: linear-gradient(to bottom, #0299c0 0%, #1d3a77 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0299c0', endColorstr='#ff1d3a77', GradientType=0);
  border-radius: 16px;
  text-align: center;
  color: white;
}
.research-wrapper .row .research-column .research-column-content {
  padding: 15px;
  overflow-y: auto;
  position: relative;
  height: 260px;
}
.research-wrapper .row .research-column .research-column-content .spotlight,
.research-wrapper .row .research-column .research-column-content .fundamental,
.research-wrapper .row .research-column .research-column-content .technical {
  padding-left: 20px;
}
/********** Research Page END **********/
/********** Events Page Start **********/
.events-wrapper .date {
  background-color: #002d62;
  color: white;
  padding: 5px;
  font-weight: bold;
  width: 50px;
}
.events-wrapper .date .year,
.events-wrapper .date .month {
  padding-left: 3px;
}
.events-wrapper .date .day {
  background-color: white;
  color: #002d62;
  padding: 5px;
  margin: 0px;
}
/********** Events Page END **********/
/********** Products Page Start **********/
.product-panel a {
  text-decoration: none;
}
.product-panel a .product-column {
  position: relative;
  background-image: -webkit-linear-gradient(left, #fefefe 0%, #ebeff2 100%);
  background-image: -o-linear-gradient(left, #fefefe 0%, #ebeff2 100%);
  background-image: linear-gradient(to right, #fefefe 0%, #ebeff2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffebeff2', GradientType=1);
  border-radius: 16px;
  border: 1px solid #b6b6b6;
  height: 230px;
  font-size: 18px;
  text-align: center;
}
.product-panel a .fatca-column {
  position: relative;
  background-image: -webkit-linear-gradient(left, #fefefe 0%, #ebeff2 100%);
  background-image: -o-linear-gradient(left, #fefefe 0%, #ebeff2 100%);
  background-image: linear-gradient(to right, #fefefe 0%, #ebeff2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffebeff2', GradientType=1);
  border-radius: 16px;
  border: 1px solid #b6b6b6;
  /***height: 230px;**/
  font-size: 12px;
  color: black;
  text-align: justify;
  
}
.product-panel a .product-column .product-image {
  padding: 20px;
}
.product-panel a .product-column .product-column-title {
  color: #2b418d;
  text-align: center;
}
.product-panel a .product-column .column-pluss {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  font-size: 22px;
  color: #d70f40;
}
.bursa-wrapper {
  margin-left: 10px;
  padding-bottom: 50px;
}
.bursa-wrapper .product-panel.dotted-line-bottom {
  padding: 0 0 25px 0px;
}
.foreignShare-wrapper {
  margin-left: 10px;
}
.foreignShare-wrapper > .dotted-line-bottom {
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.foreignShare-wrapper .foreignShare-details {
  color: #59595C;
}
.foreignShare-wrapper .foreignShare-details span {
  color: #2b418d;
  font-weight: bold;
}
.product-futures {
  margin-left: 10px;
  padding-bottom: 50px;
  color: #59595C;
}
.product-futures .future-details.dotted-line-bottom {
  padding: 0 0 25px 0px;
}
.product-futures .future-details.dotted-line-bottom a {
  color: #2b418d;
}
.product-futures .future-details.dotted-line-bottom span {
  color: #2b418d;
  font-weight: bold;
}
.product-futures .future-details.dotted-line-bottom .no-margin-bottom {
  margin-bottom: 0px;
}
.services-wrapper {
  margin-left: 10px;
  color: #59595C;
}
.services-wrapper > .dotted-line-bottom {
  padding: 0px;
  margin-bottom: 50px;
}
.services-wrapper ul {
  padding-left: 15px;
}
.services-wrapper ul li {
  padding-bottom: 25px;
}
.services-wrapper ul li span {
  color: #00A2C7;
  font-weight: bold;
}
/********** Products Page END **********/
/********** Contactus Page Start **********/
.contactus-wrapper {
  margin-left: 10px;
  color: #59595C;
}
.contactus-wrapper .contactus-column {
  position: relative;
  padding: 25px;
  background-image: -webkit-linear-gradient(left, #fefefe 0%, #ebeff2 100%);
  background-image: -o-linear-gradient(left, #fefefe 0%, #ebeff2 100%);
  background-image: linear-gradient(to right, #fefefe 0%, #ebeff2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffebeff2', GradientType=1);
  border-radius: 16px;
  border: 1px solid #b6b6b6;
  height: 130px;
}
.contactus-wrapper .contactus-column a {
  text-decoration: none;
}
.contactus-wrapper .contactus-column .contactus-column-title {
  color: #263C86;
}
.contactus-wrapper .contactus-column:hover {
  background-image: -webkit-linear-gradient(top, #00a1c7 0%, #232264 100%);
  background-image: -o-linear-gradient(top, #00a1c7 0%, #232264 100%);
  background-image: linear-gradient(to bottom, #00a1c7 0%, #232264 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a1c7', endColorstr='#ff232264', GradientType=0);
  color: white;
}
.contactus-wrapper .contactus-column:hover .register-column-title {
  border-bottom: 1px solid white;
}
.contactus-wrapper .contactus-column:hover .register-column-title .contactus-column-title {
  color: white;
}
.contactus-wrapper .contactus-column:hover .column-arrow {
  color: white;
}
.contactus-wrapper .image-title {
  text-align: center;
}
.contactus-wrapper .branches-header {
  color: #00A1C6;
  font-weight: bold;
  border-bottom: 1px solid #00A1C6;
  margin-bottom: 20px;
}
.contactus-wrapper .contactus-branches span {
  color: #263C86;
  font-weight: bold;
}
/********** Contactus Page END **********/
/********** callus Page Start **********/
.callus-expand-colapse {
  color: black;
  margin-bottom: 30px;
}
.callus-expand-colapse ul {
  padding-left: 0px;
}
.callus-expand-colapse a,
.callus-expand-colapse span {
  color: #263C86;
}
.callus-expand-colapse span {
  font-weight: bold;
}
/********** callus Page END **********/
/********** callus Page END **********/
/********** AboutUs Page Start **********/
.prodName {
  color: #263C86;
  font-size: 22px;
  padding-top: 15px;
}
.about-us-content {
  margin-left: 10px;
}
.about-us-content .txtContent {
  color: #59595C;
}
.about-us-content .txtContent a {
  color: #263C86;
}
.about-us-content .subTitle {
  color: #00A1C6;
  font-weight: bold;
  font-style: italic;
}
.about-us-content .telephone {
  color: #263C86;
  font-weight: bold;
}
/********** AboutUs Page END **********/
/********** Login Page Start **********/
.login-wrapper {
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
}
#loginForm {
  margin-top: 20px auto 30px auto;
  padding: 0 0 15px 0;
}
#loginForm .login-title {
  background-color: #002d62;
  margin-bottom: 15px;
}
.login-info {
  margin-bottom: 20px;
}
.login-info span {
  font-weight: normal;
}
.login-info .info-label {
  display: inline-block;
  font-weight: bold;
  width: 120px;
}
/********** Login Page END **********/
/********** Home Page Navbar Customization Start **********/
.navbar-home {
  margin-top: 10px;
  border-radius: 8px;
}
.navbar-home .navbar-nav {
  margin: 0;
}
/********** Home Page Navbar Customization END **********/
/********** General Page Start **********/
.general-content .page-title {
  color: #263C86;
  font-size: 22px;
  padding-top: 15px;
}
/********** General Page END **********/
/********** Footer Start **********/
.footer {
  margin-top: 30px;
  font-size: 12px;
}
/********** Footer END **********/
/********** Login Marquee Start **********/
.marquee {
  width: 100%;
  overflow: hidden;
}
.marquee a {
  font-weight: bold;
  color: #ef2f24;
  text-decoration: none;
}
.marquee a:hover {
  color: #002d62;
  cursor: pointer;
}
/********** Login Marquee END **********/
@media (max-width: 992px) {
  .login-wrapper {
    width: 50%;
  }
  .top-nav {
    text-align: right;
  }
  .top-nav .btn-group-wrapper {
    text-align: right;
  }
  .navbar-collapse .rmRootGroup .rmItem {
    border: none !important;
    width: 100%;
  }
  .navbar-collapse .rmRootGroup .rmItem a,
  .navbar-collapse .rmRootGroup .rmItem a.rmLink,
  .navbar-collapse .rmRootGroup .rmItem a.rmRootLink {
    border: none !important;
    padding: 10px 0px;
    color: #333333;
  }
  .navbar-collapse .rmRootGroup .rmItem a span,
  .navbar-collapse .rmRootGroup .rmItem a.rmLink span,
  .navbar-collapse .rmRootGroup .rmItem a.rmRootLink span {
    border: none !important;
  }
  .RadMenu_Default .rmGroup {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  }
  .register-column,
  .research-column,
  .data-wrapper,
  .product-column,
  .contactus-column {
    margin-bottom: 20px;
  }
  .contactus-wrapper a {
    text-decoration: none;
  }
  .contactus-wrapper .contactus-column {
    height: 180px;
  }
  .popup-screener .stklist-column .stklist-title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .logo-ebroking {
    width: 30%;
  }
  .register-wrapper .row .register-column {
    height: 250px;
  }
  .box-wrapper .userinfo-wrapper-home {
    height: 100px;
  }
  .login-info,
  .events-links {
    font-size: 11px;
  }
  .login-info {
    margin-bottom: 0px;
  }
  .box-wrapper .events-wrapper-home {
    height: 130px;
  }
  .box-wrapper .events-wrapper-home .events-links {
    height: 80px;
  }
  .no-gutter-sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .table-header-row1 {
    height: 40px;
  }
  .iframe-ectrade {
    height: 1000px;
  }
  .rmSlide .rmGroup {
    box-shadow: none !important;
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .navbar-header {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .login-wrapper {
    width: 100%;
  }
  .login-info {
    margin-bottom: 15px;
  }
  .breadcrumb {
    padding-left: 0;
    margin-left: 0px;
    border-left: none;
  }
  .register-column {
    margin-bottom: 20px;
  }
  .data-wrapper {
    padding: 0px !important;
    border: 0px !important;
  }
  .iframe-ectrade {
    height: 1500px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .navbar-header {
    width: 100%;
  }
  .box-wrapper .userinfo-wrapper-home .login-info {
    margin-bottom: 0px;
  }
  .box-wrapper .events-wrapper-home {
    height: 180px;
  }
  .box-wrapper .events-wrapper-home .events-links {
    height: 150px;
  }
  .btn-make-payment {
    visibility: hidden;
    display: none;
  }
  .research-column-title {
    height: 130px !important;
  }
  .rmSlide .rmGroup {
    box-shadow: none !important;
    border-radius: 0px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .nav-menu-wrapper {
    padding-left: 60px !important;
  }
}
@media only screen and (max-width: 480px) and (orientation: landscape) {
  .featured .data-wrapper .iframe-responsive {
    height: 260px;
  }
  .nav-menu-wrapper {
    padding-left: 90px !important;
  }
}
@media only screen and (max-width: 360px) and (orientation: portrait) {
  .navbar-brand {
    width: 70%;
  }
  .info-label {
    width: 80px !important;
  }
  .announcement-right-column {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .RadMenuPopup .rmSlide {
    width: 200px !important;
  }
  .RadMenuPopup {
    font-size: 14px !important;
  }
  .btn-submit-wrapper {
    margin-top: 10px !important;
  }
  .nav-menu-wrapper {
    padding-left: 40px !important;
  }
  .section-filter-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .section-filter-mobile .btn-find {
    font-size: 11px;
  }
}
.btn-my-account:hover {
  background-color: red;
}
.btn-my-account:hover .dropdown-menu-myaccount {
  display: block !important;
}
