 

html, body {
    font-family: roboto, sans-serif;
    background-color: #eceff1 !important;
    font-weight: 300;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

 
.grand-content {
    flex: 1 0 auto;
}

a {

}

a:hover {
    text-decoration: underline;
}

.nav-item a, h1, h2, h3, h4, h5, h6, .table.table-light > thead > tr > th {
    color: #303030;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'roboto', sans-serif;
}

.table.table-light > thead > tr > th {
    font-family: 'roboto', sans-serif;
}

@media (min-width: 1430px) {
    .container {
        width: 1380px;
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

.page-header.navbar {
    height: 40px;
    min-height: 40px;
    border-bottom: none;
    background-color: transparent;
    position: relative;
}

.page-logo {
    display: inline-block;
    margin-right: 100px;
}

.page-header-fixed .page-container {
    margin-top: 10px;
}

.page-header.navbar .page-top {
    height: auto;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle, .page-header.navbar .top-menu .navbar-nav > li.quick-sidebar-toggler {
    padding: 10px 12px 10px 12px;
}

.page-header.navbar .menu-toggler.responsive-toggler {
    margin: 10px 12px 10px 12px;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown {
    height: auto;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
    height: auto !important;
    background-color: #eee;
    color: #2b5870;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
    color: white;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown.open > .dropdown-toggle > i {
    color: inherit;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname {
    color: white;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-language.open > .dropdown-toggle > .langname {
    height: auto !important;
    background-color: #eee;
    color: #2b5870;
}

.header {
    width: 100%;
    padding: 44px 10px 0px 10px;
    background: url("../images/header.jpg") #25414D;
    z-index: 9994;
}

.header .row {
}

.header .logo {
    margin-right: 15px;
    margin-left: 15px;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header a {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.header h1 {
    color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.header h1 .fa {
    margin-right: 10px;
}

.menu .nav-item {
    padding: 15px;
    text-align: center;
    background-color: white;
    margin-right: 15px;
    color: #505050;
    font-size: 16px;
    -ms-box-shadow: 0px 4px 4px 0px rgba(223, 223, 223, 0.35);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(223, 223, 223, 0.35);
    box-shadow: 0px 4px 4px 0px rgba(223, 223, 223, 0.35);
}

.menu .nav-item h2 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;

}

.menu .nav-item.selected {
    background-color: #303030;
}

.menu .nav-item.selected.primary:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 10px #303030;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.menu .nav-item.selected, .menu .nav-item.selected h2, .menu .nav-item.selected a {
    color: white;
}

.row.navigation {
    padding: 45px 0px 0px 0px;
    outline: none;
}

.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu.sub-menu li {
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
}

.sub-menu a, .menu .nav-item a {
    text-decoration: none;

    display: block;
    height: 100%;
    width: 100%;
}

.sub-menu .nav-item:hover {
    background: #505050;
}

 
.sub-menu .fa {
    margin-right: 10px;
}

.sub-menu .nav-item.selected {
    background-color: #ff0800 !important;
}

 

.sub-menu .nav-item.widget {
    margin-top: 35px;
}

.sub-menu .nav-item.widget, .sub-menu .nav-item.widget a {
    background-color: #505050;
    color: white;
}

.sub-menu .nav-item.widget a:hover {
    text-decoration: underline;
}

.sub-menu .nav-item.widget h3 {
    color: white;
    margin: 8px 0 15px 0;
    padding-bottom: 13px;
    /*border-bottom: 2px solid rgba(255, 255, 255, 0.3);*/
}

.sub-menu .nav-item.widget div {
    margin-top: 3px;
    font-size: 15px;
}

.regular-text, .regular-text:hover {
    color: #303030 !important;
    background: #fff !important;
    text-decoration: none
}

.user-menu.navbar-nav > li > a {
    color: #303030;
    font-size: 12px;
    font-weight: 300;
}

.padding-0 {
    padding: 0;
}

.margin-0 {
    padding: 0;
}

.margin-20 {
    margin: 20px 0px;
}

.transaction_status_cancelled, .transaction_status_rejected {
    color: #f45e5f;
}

.transaction_status_successful {
    color: #66b6ab;
}

@media (min-width: 992px) {
    .bottom-header {
        position: fixed;
    }
}

div.portlet {
    padding: 30px !important;
}

.portlet .caption span.caption-subject {
    color: #24414c;
    font-family: "roboto", sans-serif;
    font-size: 22px !important;
    font-weight: 400 !important;
}

.portlet .mt-widget-2 {
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .04);
}

.portlet .mt-widget-2:hover {
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .12);
}

.portlet .mt-widget-2 .mt-body-stats.leverage {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.portlet .mt-widget-2 .mt-body-stats.balance {
    border-bottom: 1px solid #f5f5f5;
}

.table.table-light > thead > tr > th {
    font-size: 15px;
    text-align: left;
    padding: 10px;
}

.table.table-light > thead > tr > th.text-center {
    text-align: center;
}

.bottom-header .icon-btn > div {
    padding: 5px;
}

.bottom-header .icon-btn {
    border: 0;
    /*transition: box-shadow .28s cubic-bezier(.4,0,.2,1);*/
    border-radius: 4px;
    background-color: #2b5870;
    background-color: rgba(55, 104, 130, 0.48);
    color: #dfdfdf;
    transition: all .5s;
    border: 1px solid transparent;
}

.bottom-header .icon-btn:hover {
    background-color: transparent;
    border: 1px solid #2b5870;
}

.bottom-header .icon-btn > div {
    color: #dfdfdf;
}

.bottom-header .icon-btn:hover {
    text-shadow: none;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 9px;
        color: white;
        transition: all 0.3s;
    }
}

.page-header.navbar .page-logo .logo-default {
    margin: 10px 10px 0;
    /*height: 50px;*/
}

.page-boxed .page-footer {
    margin-left: 0;
    margin-right: 0;
    padding: 45px 10px;
    margin-top: 45px;
    background-color: #333;
}

.page-boxed .page-footer .page-footer-inner {
    color: #c1c1c1;

}

.page-boxed .page-footer .page-footer-inner .social a {
    width: 25px;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
}

.page-boxed .page-footer .page-footer-inner .social a {
    width: 25px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    background: #000;
    border-radius: 3px;
}

.page-boxed .page-footer .page-footer-inner .social .social_facebook:hover {
    background: #3b5998;
}

.page-boxed .page-footer .page-footer-inner .social .social_twitter:hover {
    background: #1da1f2;
}

.page-boxed .page-footer .page-footer-inner .social .social_gplus:hover {
    background: #dd4b39;
}

.page-boxed .page-footer .page-footer-inner .social .social_youtube:hover {
    background: #cd201f;
}

.page-boxed .page-footer .page-footer-inner .social .social_linkedin:hover {
    background: #0077b5;
}

.page-boxed .page-footer .page-footer-inner .social .social_feed:hover {
    background: #f60;
}

.page-boxed .page-footer .page-footer-inner .logo {
    margin-top: 10px;
    text-align: center;
}

.page-boxed .page-footer .page-footer-inner .logo .social {
    margin-top: 25px;
}

.page-boxed .page-footer .page-footer-inner a {
    color: #eee;
}

.page-boxed .page-footer .page-footer-inner .terms div {
    margin-top: 20px;
}

.page-boxed .page-footer .page-footer-inner .terms a {
    color: white !important;
    text-decoration: none;
}

.page-boxed .page-container {
    background-color: transparent;
    margin-top: 35px !important;
}

.document-actions {
    padding-bottom: 10px;
}

form.dropzone {
    border: none;
    padding: 0;
}

.dropzone div.dz-message {
    margin-top: 0;
}

.btn-group-vertical-left .btn {
    text-align: left;
}

.white {
    color: #ddd !important;
}

h3.list-heading.white {
    border-bottom: 1px solid red;
    padding: 10px 10px;
    margin: 0 !important;
}

table.table button.btn {
    margin-left: 0;
    margin-right: 0;
}

table.table td, table.table th {
    /*text-align: center;*/
}

.mt-widget-2 {
    background-color: white;
}

.mt-widget-2 div.mt-body {
    padding-top: 0;
}

.mt-widget-2 .mt-body .mt-body-title {
    background: #303030;
    margin: 0;
    padding: 20px;
    color: white;
    font-size: 22px;

}

.mt-body-actions .btn-group .btn {
    box-shadow: none;
}

.mt-body-actions .btn-group .btn:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
    background-color: #f9f9f9;
}

.mt-status {
    margin-top: -10px;
}

.mt-widget-2 .mt-body .mt-body-stats > li {
    margin: 10px;
}

.mt-widget-2 .mt-body .mt-body-stats > li strong {
    margin-left: 10px;
}

div.input {
    width: 100%;
    float: left;
    padding: 10px;
}

div.input.birthdate select {
    width: 33%;
    float: left;
}

.bg-custom {
    background-color: #f3f5f9;
}

.page-container-no-menu {
    margin-top: 40px;
    padding-top: 20px;
}

.file-input-row {
    padding: 20px 0;
}

.no-menu-layout .header .nav li.navigation-toggle {
    display: none;
}

@media (min-width: 992px) {
    .pull-right-responsive {
        float: right;
    }

    .page-sidebar-menu, .nav > .navigation-toggle, nav.navigation.fs-navigation-element {
        display: none;
    }
}

@media (max-width: 991px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .sub-menu, .top-menu {
        display: none;
    }

    .registration-widget, .right-registration-block {
        display: block;
    }
}

.fs-navigation-handle.fs-navigation-enabled {
    padding: 10px 15px !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

nav.navigation.fs-navigation-element {
    background-color: #333;
}

nav.navigation.fs-navigation-element .responsive-menu ul li:hover {
    background-color: #444;
}

nav.navigation.fs-navigation-element .responsive-menu li a:hover {
    text-decoration: none;
}

nav.navigation h4 {
    color: white;
    padding: 10px 20px;
}

.responsive-menu li {
    clear: both;
}

.responsive-menu .dropdown-menu > li > a > [class*=" fa-"], .responsive-menu .dropdown-menu > li > a > [class^=fa-] {
    color: white;
}

.responsive-menu, .responsive-menu ul {
    list-style: none;
    padding: 0px;
}

.responsive-menu .dropdown-menu:before, .responsive-menu .dropdown-menu:after {
    display: none;
    content: none;
}

.responsive-menu .dropdown-menu {
    position: relative;
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    margin-top: 0;
}

.responsive-menu li a {
    padding: 10px;
    display: block;
    padding-left: 20px;
    color: #999;
    border-bottom: 1px solid #3f3f3f;
    border-color: #3f3f3f !important;
    font-size: 16px;
}

.responsive-menu ul li a {
    color: #f9f9f9;
    border-bottom: none;
}

.control-label .required, .form-group .required {
    padding: 10px;
    font-size: inherit;
}

.compact-form div.input label {
    width: 33%;
}

.compact-form div.input div, .compact-form div.input input[type=text] {
    width: 66%;
    display: inline-block;
}

.account-grid-item {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .trading-accounts .control-view {
        display: none;
    }

    .trading-accounts .list-view {
        display: none !important;
    }

    .trading-accounts .grid-view {
        display: block !important;
    }
}

#forgot-password {
    display: none;
}

.overflow {
    overflow: auto;
}

#ajax-content {
    display: none;
}

.navbar-nav > li > a, .navbar-nav > li:hover > a, .navbar-nav > li > {
    transition: none !important;
}

.navbar-nav li.transparent:hover a.dropdown-toggle {
    color: white;
    background: none;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #e7e7e7;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
    width: auto;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
    display: block;
    max-width: none;
}

.my-profile .input {
    float: none;
}

.my-profile .form-control {
    height: auto;
    padding: 4px 8px;
}

.my-profile select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.my-profile select.form-control::-ms-expand {
    display: none;
}

.notifications-container {
    position: relative;
    overflow: hidden;
    width: auto;
    max-height: 250px;
}

.notifications-list {
    max-height: 250px;
    overflow: hidden;
    width: auto;
}

hr.login-hr {
    border-top: 7px solid #eee;
    width: 50px;
}

.payment-provider hr {
    margin: 5px 0;
}

.payment-provider img {
    max-width: 150px;
    display: inline-block;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
}

.registration .input {
    width: 50%;
}

.registration .input.birthdate select {
    width: 25%;
    /*margin-right: 3%;*/
}

.registration .input.birthdate select[name="birthdate[day]"], .registration .input.birthdate select[name="company_reg_date[day]"] {
    float: left;
    margin-right: 1.7%;
}

.registration .input.birthdate select[name="birthdate[month]"], .registration .input.birthdate select[name="company_reg_date[month]"] {
    width: 40%;
    margin: 0% 3% 0% 3%;
}

.registration .input.birthdate select[name="birthdate[year]"], .registration .input.birthdate select[name="company_reg_date[year]"] {
    float: right;
    margin-left: 1.5%;
}

.registration .input.empty {
    height: 100px;
}

.registration .form-group {
    margin: 0px;
}

.payment-provider-list .table.table-light > tbody > tr > td, .table.table-light > thead > tr.payment-provider > th {
    padding: 15px
}

.table.table-light > tbody > tr > td {
    color: #303030;
}

.payment-provider-list .table.table-light > tbody > tr > td {
    color: #333;
    font-weight: 300;
    border-bottom-color: #303030;
}

.payment-provider-list .table.table-light > thead > tr > th {
    border-bottom-color: #303030;
}

.payment-provider-list a.btn.payment-provider-link {
    padding: 7px 24px;
}

.radio-container {
    float: right;
}

.radio-container label {
    margin-left: 10px;
}

.trading-option {
    margin: 15px 0 10px;
}

div.registration div.checkbox {
    width: 100%;
}

.intl-tel-input {
    width: 100%;
}

.control-label .required, .form-group .required {
    color: #333;
}

/*div.input.checkbox.row div.col-md-10 label.control-label{*/
/*text-align: justify;*/
/*}*/
.registration-phase2-trading div.input.checkbox.row,
.registration-phase2-trading div.input.checkbox.row div.col-md-10,
.registration-phase2-trading div.input.checkbox.row div.col-md-10 label.control-label {
    padding: 0px;
    margin: 0px;
}

.registration-phase2-trading input[type="radio"] {
    margin-right: 2px;
}

.registration-phase2-trading div.col-md-2 label {
    margin-right: 2px;
}

.registration-phase2-trading div.col-md-10 label {
    text-align: justify;
}

.side-features h3 {
    margin-top: 10px;
}

.side-features h5 {
    font-weight: 600;
}

.side-features p {
    font-size: 12px;
}

.side-features ul {
    padding-left: 0;
}

.side-features li {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #bbb;
}

.side-features li:last-child {
    border-bottom: none;
}

.tooltip-registration {
    color: #ff0800;
}

.tooltip-inner {
    text-align: left;
    width: auto;
    max-width: none;
}

.fa.fa-info-circle + .tooltip > .tooltip-inner {
    text-align: center;
}

p.ib_tooltips {
    text-align: center;
    width: auto;
    max-width: none;
    margin-bottom: 0;
}

.bank {
    padding: 10px;
}

div.modal-content {
    color: #404040 !important;
}

div.modal-header {
    text-align: center;
}

/*
div.modal button:not(.close_button){
	background-color: #303030;
	color:#ffffff;
}

div.modal button:not(.close_button):hover{
	background-color: #62bb01;
	color:#ffffff;
}
*/
#session-timeout-dialog-logout {
    border-color: #303030;
    background: transparent;
    color: #303030;
}

#session-timeout-dialog-logout:hover {
    border-color: #ff0800 !important;
    background: #ff0800;
    color: #ffffff;
}

#session-timeout-dialog-keepalive {
    border-color: #303030;
    background: #303030;
    color: #ffffff;
}

#session-timeout-dialog-keepalive:hover {
    border-color: #62bb01 !important;
    background: #62bb01;
    color: #ffffff;
}

div.modal button.close_button {
    border: none;
    background-color: transparent;
}

/*Error messages*/
div.error-message {
    color: #e73d4a;
}

/*Error messages*/
div.has-error .control-label {
    color: #404040;
}

input[type=checkbox] {
    height: 20px;
    width: 20px;
}

.legal-documents .control-label {
    display: inline;
}

#ib-signup-form-id input[type=checkbox] {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
}

#ib-signup-form-id div.col-sm-12, #ib-signup-form-id div.col-sm-10, #ib-signup-form-id div.col-sm-2 {
    margin: 5px 0 0 0;
}

.payment-provider .btn.green:not(.btn-outline) {
    font-weight: 400;
    background-color: transparent;
    color: #505050;
}

.payment-provider .btn.green:not(.btn-outline):hover {
    background-color: #505050 !important;
    border-color: #505050;
    color: white;
}

.mt-element-step .step-line .mt-step-number {
    color: #24414C !important;
    font-weight: bold;
    background-color: white;
    border-color: white;
}

.mt-element-step .step-line .active .mt-step-number {
    color: white !important;
    border-color: #24414C !important;
    background-color: #505050;
    font-weight: bold;
}

.mt-element-step .step-line .mt-step-title, .mt-element-step .step-line .mt-step-content, .mt-element-step .step-line .active .mt-step-content, .mt-element-step .step-line .active .mt-step-title {
    color: #24414C !important;
}

.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before,
.mt-element-step .step-line .mt-step-title:after, .mt-element-step .step-line .mt-step-title:before {
    background-color: #505050;
}

.notification {
    margin: 10px;
}

.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: 0;
}

.total-values {
    padding: 10px;
    text-align: center;
    border: 1px solid #333;
    margin: 10px;
}

.table-scrollable {
    border: none;
}

#ib-information-div {
    background-color: #505050;
    color: white;
}

#ib-information-div div.ib-information-content {
    padding-top: 10px;
    padding-bottom: 10px;

}

#ib-information-close-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    outline: none;
}

.circle {
    background: transparent;
    border-radius: 50%;
    color: #505050;
    display: table;
    height: 36px;
    font-weight: bold;
    font-size: 1.2em;
    width: auto;
    border: 1px solid #2c80a2;
    float: left;
    margin-right: 10px;
}

.circle span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
}

.caption-step {
    width: 100%;
}

.caption-step span {
    color: #2c80a2;
}

.caption-step span.message {
    font-size: 13px;
}

.caption-step h2 {
    display: inline;
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 34px;
}

.reset-listing {
    margin: 20px;
}

.reset-listing-div {
    min-height: 40px;
}

.landing-page {
    cursor: pointer;
    padding: 0px;
    opacity: 0.4;
    border: 1px solid #4dacce;
    margin: 0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background-color: white;
    height: 160px;
}

.item_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 40px;
    padding: 15px;
}

.landing-page:hover {
    opacity: 0.8;
}

.landing-page.selected {
    opacity: 1;
}

.landing-page img {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
}

.promo-search {
    margin-top: 25px;
}

.promo-materials div.input {
    padding: 0;
}

.promo-materials div.row {
    margin-top: 20px;
}

.promo-materials .ib-promo-material {
    width: auto;
    float: left;
    padding: 20px;
    border: 1px solid #f1f1f1;
    background-color: #dddddd;
    margin: 15px;
}

.promo-material-url {
    display: none;
}

.copy-url {
    height: 100%;
    display: block;
    margin: 20px 0;
}

.sub-menu a, .menu .nav-item span.title a {
    display: inline;
}

.easyPaginateNav {
    text-align: center;
}

.easyPaginateNav a.current {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.easyPaginateNav a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    margin-left: -1px;
}

.easyPaginateNav a:hover {
    color: #ff0800;
    background-color: #eee;
    border-color: #ddd;
}

.label:not(.md-skip).label-sm {
    font-size: 14px;
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .navbar-nav > li > a {
        color: white;
    }

    /*.header{*/
    /*padding-top: 20px;*/
    /*}*/
    .header .nav > li {
        display: inline-block;
        position: relative;
        color: white;
    }

    a span.hide-mobile {
        display: none;
    }
}

@media (max-width: 536px) {
    .header h1 {
        display: none;
    }

    .header .logo {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 0;
        padding-right: 0;
    }

    .registration .input {
        width: 100%;
    }

    .registration .input.empty {
        display: none;
    }

    .registration .tm-registration-country-container {
        width: 100%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.note.note-success {
    background-color: #f5f5f5;
    border-left: none;
    border-bottom: 1px solid #303030;
    border-top: 1px solid #303030;
    color: #000;
    padding: 25px 15px;
    box-shadow: none;
    overflow: auto;
}

.note.note-warning {
    background-color: #eef1f5;
    border-left: none;
    border-bottom: 1px solid #ff0036;
    border-top: 1px solid #ff0036;
    color: #000;
    padding: 25px 15px;
    box-shadow: none;
}

.note.note-success i {
    color: #505050;
}

.note.note-warning i {
    color: #ff0036;
}

.promo-materials .btn-group {
    margin: 20px 0 45px 0;
}

.promo-materials .second-step {
    margin-top: 35px;
}

.ib_information_div {
    margin-top: 20px;
}

#reset_password_modal_text {
    text-align: center;
}

#ib_signup_carousel_indicators li.active {
    margin: 0;
    width: 17px;
    height: 17px;
    background-color: #ff0800;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    border: 1px;
    border-radius: 10px !important;
    cursor: pointer;
    background-color: #CCC;
}

.mt-status .label {
    padding: 3px 11px;
}

.mt-status .label a {
    color: white;
    text-transform: none;
    text-decoration: none;
}

.badge, .btn:not(.md-skip) {
    font-weight: 400;
}

.btn:not(.md-skip) {
    transition: none !important;
}

.alert i {
    float: left;
    margin: 4px 4px 4px -25px;
}

.alert li {
    list-style: none;
}

.alert {
    padding-left: 40px;
}

td.account-settings-row a {
    display: block;
    padding: 5px 0 5px 0 !important;
    font-size: 14px;
}

td.account-settings-row a:hover, td.account-settings-row a:active, td.account-settings-row a:focus {
    text-decoration: none;
}

table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background: transparent !important;
}

.table.table-light > thead > tr > th:not(.sorting_disabled):hover {
    background: url("/img/sort_both.png") center right no-repeat;
    background-color: #f9fafb;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #505050;
    border-color: #505050;
}

.pagination > li > a, .pagination > li > span {
    color: #505050;
}

.btn.red:not(.btn-outline) {
    border: 1px solid #505050;
    background: transparent;
    color: #505050;
}

.btn.red:not(.btn-outline):hover {
    border: 1px solid #ff0800;
    background: #ff0800;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .sub-menu .nav-item.widget, .sub-menu .nav-item.widget .fa {
        margin-right: 0px;
        font-size: 14px;
        width: 100%;
    }

    .sub-menu .nav-item.widget, .sub-menu .nav-item.widget a {
        font-size: 14px;
    }

    .sub-menu .nav-item.widget div {
        text-align: center;
    }
}

@media (max-width: 580px) {
    .hidden-xxs {
        display: none;
    }

    .payment-provider-list .table.table-light > tbody > tr > td img {
        width: 100%;
    }

    .dataTables_wrapper > div > .col-md-6 {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .dataTables_wrapper > div > .col-md-6 {
        display: inline-block;
        width: 50%;
        clear: both;
    }
}

table.dataTable > tbody > tr.child span.dtr-title {
    width: 100%;
}

table.dataTable > thead > tr > th {
    font-size: 13px !important;
}

.dataTables_wrapper {
    font-size: 12px;
}

table.dataTable > tbody > tr > td {
    font-size: 12px;
}

.font-size-12 {
    font-size: 12px !important;
}

.ui-checkboxradio-label {
    height: 100px;
    width: 100%;
}

.img-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ui-checkboxradio-label:hover {
    border-color: #505050 !important;
    box-shadow: 0 0 1px 1px #505050;
}

.ui-checkboxradio-label {
    background-color: transparent !important;
}

.ui-checkboxradio-checked {
    background-color: transparent !important;
    border-color: #505050 !important;
    box-shadow: 0 0 3px 1px #505050;
}

.carousel {
    min-height: 200px;
}

.carousel-indicators {
    bottom: 0;
}

@media (max-width: 768px) {
    .carousel {
        min-height: 450px;
    }
}

@media (min-width: 1200px) {
    div.input.ib-action-buttons {
        margin-top: 22px;
    }
}

.username_span_nav {
    display: inline-block;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -5px;
}

.username_span {
    /* display:inline-block;*/
    white-space: nowrap;
    max-width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*margin-bottom: -5px;*/
}

.inactive_link {
    pointer-events: none;
    cursor: default;
    color: red;
}

@media (max-width: 670px) {
    .step-helper {
        display: block;
    }
}

@media (max-width: 580px) {
    .step-title-helper {
        display: table-row;
    }

    .step-helper {
        display: block;
    }
}

.payment-provider-submit-button {
    position: inherit;
}

#payment-providers-table > thead > tr > th:hover {
    background: none;
}

.table.table-light > tbody > tr.archived > td, .archived, .table.table-light > tbody > tr.read-only > td, .read-only {
    color: #bfbfbf;
}

.archived .inactive_link, .read-only .inactive_link {
    color: #bfbfbf;
}

@media (max-width: 423px) {
    .reset_pass_title {
        font-size: 30px;
    }

    .reset_pass_subtitle {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .btn-group.pull-right, .btn.pull-right {
        float: right !important;
    }
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 10px;
}

.no-word-break {
    white-space: nowrap;
}

.font-weight-100, .font-weight-100 > * {
    font-weight: 100 !important;
}

ul.show-bullets li {
    list-style: disc !important;
}

input[name*='trading_xp_'] {
    display: none;
}

label[for='trading-xp-1-0'], label[for='trading-xp-1-1'],
label[for='trading-xp-2-0'], label[for='trading-xp-2-1'],
label[for='trading-xp-3-0'], label[for='trading-xp-3-1'],
label[for='trading-xp-4-0'], label[for='trading-xp-4-1'],
label[for='trading-xp-5-0'], label[for='trading-xp-5-1'],
label[for='trading-xp-6-0'], label[for='trading-xp-6-1'],
label[for='trading-xp-7-0'], label[for='trading-xp-7-1'] {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;

    cursor: pointer;

    width: 42px;
    text-align: center;

    border: 1px solid #D3D3D3 !important;
}

/*Registration form regulator options*/
.regulator-container {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 30px
}

.regulator-container .regulator-block {
    display: inline-block;
    width: 200px;
    font: 13px "Open Sans", sans-serif;
    text-align: center;
    float: left
}

.regulator-container .regulator-block small {
    font: 11px arial, sans-serif;
}

.regulator-container .regulator-block a {
    padding: 6px 0;
    background: #fff;
    text-decoration: none;
    display: block;
    border: 1px solid #ccc;
    color: #555;
    margin: 0 0 3px;
    cursor: pointer
}

.regulator-container .regulator-block:first-child a {
    border-right: none
}

.regulator-container .regulator-block.active-regulator a {
    background: #ff0800;
    color: #fff;
    cursor: default
}

.regulator-label {
    margin: 0 0 4px;
    font-weight: 400
}

.payment-options-reg {
    margin: 0 0 30px;
    float: left;
    width: 100%
}

.payment-options-reg img {
    display: inline-block;
    margin: 0 10px 0 0;
}

.payment-options-reg img.grayedout {
    opacity: 0.1
}

.half-size {
    width: 50% !important
}

@media (max-width: 767px) {
    .half-size {
        width: 100% !important
    }
}

#register-as-ib {
    overflow: hidden
}

#register-as-ib .form-group {
    margin-bottom: 25px;
}

#register-as-ib .radio label {
    margin-right: 15px;
    float: left
}

#register-as-ib .form-group.submit {
    margin: 0;
    text-align: center
}

#register-as-ib .form-group.submit btn {
    display: inline-block !important
}

#register-as-ib .control-label {
    font: 15px normal;
    color: #555
}

#register-as-ib .select2-hidden-accessible {
    opacity: 0;
    width: 1% !important;
}

#register-as-ib .select2-container .select2-selection--single {
    height: 34px;
    padding-top: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
}

#register-as-ib .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px
}

.material-switch-container {
    padding-top: 5px;
    padding-bottom: 5px
}

.material-switch-container .material-switch {
    padding: 3px 0 0 20px
}

.switch-label {
    padding-left: 0
}

#register-as-ib .has-error .select2-container .select2-selection--single, .has-error textarea, .has-error input {
    border: 1px solid #ff0800 !important
}

.ib-program-table, .approved-docs-table {
    border: 1px solid #ddd;
    margin: 0 0 25px
}

.ib-program-table td:first-child {
    font-weight: bold
}

.ib-program-table td {
    text-align: left !important;
    width: 46%
}

.ib-program-table i {
    float: right;
    margin-top: 2px;
    cursor: pointer
}

.approved-docs-table td {
    text-align: left !important
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 36px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 12px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 36px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 20px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 20px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.list-with-chevron li {
    padding-left: 25px;
}

.list-with-chevron li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -10px;
    color: #66ac66;
    width: 20px;
}

.list-with-numbers li {
    list-style-type: decimal !important;
    list-style-position: inside;
}

.list-with-discs {
    margin-bottom: 10px;
}

.list-with-discs li {
    list-style-type: disc !important;
    list-style-position: inside;
}

.support-center {
    background: #fff !important;
    border: 1px solid #fd3223;
    color: #303030 !important
}

.sub-menu .support-center.nav-item.widget h3 {
    color: #303030;
    margin-bottom: 0;
    padding-bottom: 0
}

.short-red-border {
    border: none;
    border-bottom: 3px solid #fd3223;
    width: 70px
}

.autochartists_iframe {
    height: 800px;
    width: 100%;
    border: none !important;
}

.add-border {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

/* New CSS 23/08/2017 */
.left-margin {
    margin-left: 12px;
}

.cc-color-override--998239558.cc-window {
    background: #303030 !important;
    color: #ffffff !important;
    font-size: 13px;
    position: relative !important;
}

.cc-color-override--998239558.cc-window a {
    text-decoration: underline;
    color: #ffffff;
}

.cc-color-override--998239558 .cc-btn {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff;
    text-decoration: none !important;
    transition: all .6s ease;
}

.cc-color-override--998239558 .cc-btn:hover {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #303030;
    text-decoration: none !important;
}

.alert-success {
    color: #ffffff;
    background-color: #5c9690;
    border-color: #2c716a;
    box-shadow: none;
    border-radius: 4px !important;
}

.alert-success hr {
    border-top-color: #2c716a;
}

.alert-success .alert-link {
    color: #ffffff;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    box-shadow: none;
}

/* Buttons */
.green, .btn-success {
    background-color: #62bb01 !important;
    border-color: #62bb01 !important;
    font-weight: 400;
    color: #ffffff;
}

.green:hover, .btn-success:hover, .green:focus, .btn-success:focus {
    background-color: #5aac01 !important;
    border-color: #5aac01 !important;
    font-weight: 400;
    color: #ffffff;
}

.gray {
    background-color: #505050 !important;
    border-color: #505050 !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

.gray:hover, .gray:focus {
    background-color: #62bb01 !important;
    border-color: #62bb01 !important;
    font-weight: 400;
    color: #ffffff;
}

.gray-modified {
    background: transparent;
    border-color: #505050;
    font-weight: 400;
    color: #505050;
    transition: all .6s ease;
}

.gray-modified:hover, .gray-modified:focus {
    background-color: #505050 !important;
    border-color: #505050 !important;
    font-weight: 400;
    color: #ffffff;
}

.gray-selected {
    background: #505050;
    border-color: #505050;
    font-weight: 400;
    color: #ffffff;
    transition: all .6s ease;
}

.gray-selected:hover, .gray-selected:focus {
    background-color: #505050 !important;
    border-color: #505050 !important;
    font-weight: 400;
    color: #ffffff;
}

.modal {
    background: rgba(0, 0, 0, .8);
}

.progress-striped .progress-bar,
.progress-bar-striped {
    /*background: rgba(0, 0, 0, 1) !important;
    background: -webkit-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;
    background: linear-gradient(to left, rgba(204, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;*/
}

.progress.active .progress-bar,
.progress-bar.active {
    /*-webkit-animation: none;
    -o-animation: none;
    animation: none;*/
}

.label-success {
    background-color: #62bb01;
}

.no-bg {
    background: transparent !important;
    box-shadow: none !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.input-group-addon {
    background: transparent;
    border: none;
    position: relative;
    top: 160px;
    color: #303030 !important;
}

#login-form input, #forgot-password input {
    padding-left: 35px !important;
    height: 45px;
}

#login-form input[type="submit"], #forgot-password input[type="submit"] {
    padding-left: 0px !important;
}

input {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #303030 !important;
    color: #303030 !important;
}

ul.sub-menu.menu .nav-item {
    padding: 11px 15px;
    margin-bottom: 10px;
}

ul.nav.navbar-nav.pull-right.user-menu {
    margin-right: -15px;
}

.dropdown-user > .dropdown-menu > li > a, .dropdown-user > .dropdown-menu > li > a i {
    color: #303030 !important;
    font-size: 12px;
}

.dropdown-user > .dropdown-menu > li > a i {
    margin-right: 5px;
    display: inline-block;
}

.showcase > .nav-item {
    max-width: 190px !important;
    height: 86px;
}

.primary-btn-size{
    height: 86px;
}

.dropdown-language img {
    margin-right: 5px;
}

input[type="checkbox"], input[type="radio"] {
    position: relative !important;
    top: 4px !important;
    margin: 0px 0 0 !important;
}

.close {
    background-image: url(../img/close-button.png) !important;
    opacity: 1;
    height: 15px;
    width: 16px;
    top: 3px !important;
}

.close i {
    position: relative;
    top: -1px;
}

.table.table-light > thead.tr.th {
    font-weight: 400 !important;
}

.alert-danger-pale {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    box-shadow: none !important;
}

.green-check {
    border: 1px solid #3d6c04 !important;
    background: #61b507 !important;
    color: #ffffff !important;
}

.red-check {
    border: 1px solid #901323 !important;
    background: #ce2127 !important;
    color: #ffffff !important;
}

.regular-check {
    border: 1px solid #bababa !important;
    color: #000000 !important;
}

.no-padding {
    padding: 0px !important;
}

.registration-first-step-header, .registration-second-step-header {
    margin-bottom: 25px;
}

.registration-first-step-header h2, .registration-second-step-header h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.black-bold {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.black-normal {
    text-transform: uppercase;
    font-size: 16px;
}

.bottom-border-line {
    border-bottom: 1px solid #cdd1d4;
}

.custom-margin-registration {
    margin: 15px;
}

.top-border-registration {
    border-top: 1px solid #4f5054;
    border-left: 1px solid #4f5054;
    height: 25px;
}

.bottom-border-registration {
    border-bottom: 1px solid #4f5054;
    border-left: 1px solid #4f5054;
    height: 25px;
}

.internal-margin-registration {
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 15px 10px;
}

.green-edited {
    background-color: #62bb01;
    border-color: #62bb01;
    font-weight: 400;
    color: #ffffff;
    font-size 14px !important;
    padding: 12px 20px !important
}

.green-edited:hover, .green-edited:focus {
    background-color: #5aac01 !important;
    border-color: #5aac01 !important;
    font-weight: 400;
    color: #ffffff;
}

.regulator a {
    padding: 12px 20px !important;
}

.btn-group > .dropdown-menu, .dropdown-menu, .md-shadow-z-2-i {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .07) !important;
}

.dd > form > .form-group > .checkbox > label > input {
    margin-right: 10px !important;
}

.dd > form > .form-group > .col-sm-12 > label > input {
    margin-right: 10px !important;
}

.dd > form > .form-group > .textarea > label {
    display: block;
}

textarea {
    border: 1px solid #c2cad8;
    width: 100%;
}

#it > form > .form-group > .note.note-success {
    background-color: transparent;
    border-left: none;
    border-bottom: 0px solid #303030;
    border-top: 0px solid #303030;
    color: #000;
    padding: 0px;
    box-shadow: none;
    overflow: auto;
}

label[for="website"] {
    width: 100%;
    display: block;
}

#website {
    outline: 0 !important;
    border: 1px solid #c2cad8;
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

#responsive_dropdown, #responsive_dropdown li {
    width: 100%;
}

#responsive_dropdown li a {
    color: #f9f9f9 !important;
}

#responsive_dropdown li a:hover {
    background-color: #444444 !important;
}

.dropdown-menu {
    font-family: roboto, sans-serif !important;
}

.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.support-center {
    background: #fff !important;
}

.support-center-image {
    margin-top: -13px !important;
}

.checkbox input[type="checkbox"] {

    display: inline !important;
    margin: 0px !important;
    top: 5px !important;
}

.checkbox, .radio {
    position: inherit;
!important;
}

.checkbox-inline input[type='checkbox'], .radio input[type='radio'], .radio-inline input[type='radio'] {
    position: relative !important;
    margin-left: 0px !important;
    top: 5px !important;
}

.progress-bar-success {
    background-color: #ff0800;
}

#session-timeout-dialog {
    z-index: 11000;
}

.nci-rules-documents .bootstrap-switch-container {
    font-weight: normal;
}

.nci-rules-documents .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.nci-rules-documents .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: #5cb85c;
}

.nci-document-switch-label {
    font-weight: normal;
    margin: 0 10px 0 0;
}

.nci-rules-documents .panel-body, .nci-rules-documents .panel-heading {
    border: 1px solid #ddd;
}

.tm-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.ca-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nci-rules-documents .form-group {
    margin-bottom: 0px;
}

.nci-rule-description {
    margin-bottom: 10px;
}

#register-as-ib div.input.checkbox {
    padding: 0px !important;
    margin: 0px !important;
}

#register-as-ib .form-group {
    margin-bottom: 0px !important;
}

/* 26.06.2018*/
.agreement_blocks .col-xs-1 {
    padding: 0px !important;
    width: auto !important;
}

.agreement_blocks .col-xs-10 {
    padding: 0px !important;
}

.agreement_blocks .col-xs-10 label {
    margin-top: 7px !important;
}

#privacy_conditions_checkbox_error_p {
    margin: 5px 0;
}

.registration-checkbox label {
    padding-left: 0;
}

.registration-checkbox input[type="checkbox"] {
    top: auto !important;
    position: relative;
    margin: 0;
}

.registration-checkbox .col-xs-11, .registration-checkbox-error .col-xs-11 {
    padding-left: 0;
}

.registration-checkbox p.error-info {
    margin: 5px 0;
}

.flex_block {
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;*/
    display: table;
    /*height: 80px;*/
    width: 100%;
}

.flex_block_item {
    display: table-cell;
    vertical-align: middle;
}

#logo {
    float: right;
}

@media screen and (max-width: 1200px) {
    #logo {
        display: none !important;
    }
}

@media screen and (max-width: 680px) {
    .flex_block_item:first-child {
        text-align: center !important;
    }

    #secure_content {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
}

/*Updates from 02082018*/
.compact-form div.input div, .compact-form div.input input[type="password"] {
    width: 66%;
    display: inline-block;
}

#open_new_account_id {
    margin-right: 10px;
}

#privacy_conditions_checkbox_error_p {
    margin: 5px 0;
}

.registration-checkbox label {
    padding-left: 0;
}

.registration-checkbox input[type="checkbox"] {
    top: auto !important;
    position: relative;
    margin: 0;
}

.registration-checkbox .col-xs-11, .registration-checkbox-error .col-xs-11 {
    padding-left: 0;
}

.registration-checkbox p.error-info {
    margin: 5px 0;
}

.very_main_block {
    flex: 1 0 auto;
}

.custom_footer {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 45px 10px;
    font-size: 13px;
    color: #a1a1a1;
}

.custom_footer a {
    font-size: 13px;
    color: #ffffff;
}

.flex_block {
    padding-right: 15px;
}

.flex_block_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

#header-banner {
    margin-left: auto;
}

.progress-bar {
    background: linear-gradient(-90deg, #000000, #ff0800) !important;
    box-shadow: none !important;
}

.carousel-inner {
    height: 300px;
}

.fs-navigation-overlay-nav.fs-navigation-enabled, .fs-navigation-push-nav.fs-navigation-enabled, .fs-navigation-reveal-nav.fs-navigation-enabled {
    height: 100% !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    top: auto !important;
}

@media (max-width: 991px) {
    .carousel-inner {
        height: auto;
    }

    .carousel-inner img {
        margin-top: 15px;
    }

    .carousel-indicators {
        position: relative;
        margin-top: 15px;
        left: auto;
        margin-left: auto;
        padding-left: auto;
    }
    /* Removed from .carousel-indicators
        bottom: none;
        width: none
     */
}

@media (max-width: 1200px) {
    #header-banner {
        display: none;
    }
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.table.table-light > tbody > tr.selected-contest-row > td{
    background-color: #ff0800;
    color: white;
    font-weight: bold;
}

.table.table-light > tbody > tr.selected-contest-row:hover > td{
    background-color: #ff0800;
    color: white;
    font-weight: bold;
}

.tm-registration-country-container {
    width: 50%;
    float: left;
}

.tm-registration-country-container .input {
    width: 100%;
}

.tm-registration-country-warning.input {
    padding: 10px;
}

.tm-registration-country-warning .alert {
    margin-bottom: 0;
}
 
 
 .iconsquare {
    width: 90px;
    height: 90px;
    background-color: #ff0800;
    display: inline-block;
    color: white;
    margin-right: 30px;
    margin-bottom: 30px;
}

.icon_right_upper_corner {
    display: inline-block;
    height: 17px;
    margin-top: 3px;
    margin-right: 8px;
    padding-bottom: 9px;
    font-size: 0.94em;
    float: right;
    width: 12px;
    fill: white;
}

.icon_center {
    font-size: 1.05em;
    margin: 0;
}

.icon_and_text {
    text-align: center;
    margin: auto;
    padding-top: 0;
    margin-top: 3px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: -15px;
    white-space: nowrap;
}

.icon_title {
    font-size: 0.75em;
    font-weight: 100;
    color: #fff;
    position: relative;
    margin-top: -23px;
}

.fa-stack-2x {
    font-size: 1em !important;
}

.portlet.light {     margin-left: -13px !important;}