@import url('../../lib/titillium-web/titillium-web.css');
@import url('fxrebate-h.css');

:root {
    --primary: #323E6A;
    --secondary: #106F4D;
    --fx-slate: #465550;
    --fx-green: #3b866c;
    --fx-blue: #566085;
    --fx-navy: #525a7b;
    --fx-steel: #696d87;
    --fx-gray: #C0CBDF;
    --darkgray: #666;
    --link: #007acc;
}

.text-black {
    color: black !important;
}

.text-gray {
    color: gray !important;
}

.text-darkgray {
    color: #666 !important;
}

.text-fx-slate {
    color: #465550 !important;
}

.text-fx-green {
    color: #3b866c !important;
}

.text-fx-blue {
    color: #566085 !important;
}

.text-fx-navy {
    color: #525a7b !important;
}

.text-fx-steel {
    color: #696d87 !important;
}

.text-fx-gray {
    color: var(--fx-gray) !important;
}

.text-lightgray {
    color: lightgray !important;
}

.text-cutty-sark {
    color: #5F7970 !important;
}

.text-link {
    color: var(--link) !important;
}

.bg-fx-slate {
    background-color: #465550 !important;
}

.bg-fx-green {
    background-color: #3b866c !important;
}

.bg-fx-blue {
    background-color: #566085 !important;
}

.bg-fx-navy {
    background-color: #525a7b !important;
}

.bg-fx-steel {
    background-color: #696d87 !important;
}

.bg-fx-lightgray {
    background-color: #DFE7F4 !important;
}

.bg-fx-gray {
    background-color: var(--fx-gray) !important;
}

.bg-lightgray {
    background-color: lightgray !important;
}

.bg-lightergray {
    background-color: #EEEEEE !important;
}

.bg-gray {
    background-color: gray !important;
}

.bg-red {
    background-color: red !important;
}

.bg-login {
    background-color: #D9D9D9 !important;
}

.bg-cutty-sark {
    background-color: #5F7970 !important;
}

.custom-range::-webkit-slider-thumb {
    background: orange;
}

.custom-range::-moz-range-thumb {
    background: orange;
}

.custom-range::-ms-thumb {
    background: orange;
}

.card-warning {
    background-color: rgba(255, 0, 0, 0.5) !important;
    color: white !important;
    border-radius: 15px !important;
    /*font-weight: bold;*/
    border-width: 0 !important;
}

.number-steps {
    font-size: 35px;
    width: 40px;
    height: 50px;
}

.nounderline {
    text-decoration: none !important;
}

.btn-outline-gray {
    border-color: gray;
}

.btn-outline-lightgray {
    border-color: lightgray;
}

.rounded-xs {
    border-radius: 5px !important;
}

.rounded-sm {
    border-radius: 10px !important;
}

.rounded-md {
    border-radius: 15px !important;
}

.rounded-lg {
    border-radius: 25px !important;
}

.rounded-xl {
    border-radius: 50px !important;
}

.w-5 {
    width: 5% !important;
}

.w-30 {
    width: 30% !important;
}

hr.helpline {
    border: 3px solid gray;
    border-radius: 3px;
}

.is-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

html, body {
    width: 100%;
    /*height: 100%;*/ /*Breaks nav-bar sticky-top*/
    /*    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden;*/
    font-family: 'Titillium Web';
}

.input-line {
    border-width: 0;
    border-radius: 0;
    border-bottom-width: 2px;
    border-bottom-color: lightgray;
    box-shadow: none;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.min-w-50px {
    min-width: 50px;
    max-width: 100%;
}

.min-w-75px {
    min-width: 75px;
    max-width: 100%;
}

.min-w-100px {
    min-width: 100px;
    max-width: 100%;
}

.min-w-150px {
    min-width: 150px;
    max-width: 100%;
}

.min-w-200px {
    min-width: 200px;
    max-width: 100%;
}

.min-w-300px {
    min-width: 300px;
    max-width: 100%;
}

.min-w-400px {
    min-width: 400px;
    max-width: 100%;
}

.min-w-500px {
    min-width: 500px;
    max-width: 100%;
}

.max-w-50px {
    max-width: 50px;
}

.max-w-75px {
    max-width: 75px;
}

.max-w-100px {
    max-width: 100px;
}

.max-w-150px {
    max-width: 150px;
}

.max-w-200px {
    max-width: 200px;
}

.max-w-300px {
    max-width: 300px;
}

.max-w-400px {
    max-width: 400px;
}

.max-w-500px {
    max-width: 500px;
}

.max-w-1000px {
    max-width: 1000px;
}

.fw-boldish {
    font-weight: 550 !important;
}

.social-links {
    min-width: 170px !important;
    max-width: 250px !important;
}

.navbar {
    /*font-family: "Impact", "Charcoal", sans-serif;*/
    font-weight: bold;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--link);
    /*font-weight: bold;*/
    /*font-style: italic;*/
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: black;
    font-weight: bold;
    background-color: #959CB6;
    /*border-color: #696d87 #696d87 #fff;*/
    border-color: #959CB6;
}

.nav-item .nav-link.active:hover,
.nav-item .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.nav-item .nav-link.disabled:hover {
    background-color: rgba(0, 0, 0, 0);
}

.nav-tabs {
    border-bottom: 3px solid #959CB6;
    width: 100%;
}

.fields-list tbody > tr:last-child td {
    padding-bottom: 1rem;
}

.fields-list tbody > tr td:first-child {
    font-weight: bold;
}

.promo-list h3 {
    font-size: 20px !important;
}

.promo-list a {
    font-weight: bold !important;
    text-align: center;
}

.tools .btn-default {
    background-color: lightgrey !important;
}

.userhtml p {
    color: black;
    font-style: normal !important;
}

.userhtml table {
    width: 100% !important;
    color: black;
    /*color: black;*/
    /*border: 1px solid lightgray;*/
    /*background-color: yellow;*/
    /*border-color: gray;*/
    /*border-radius: 10px;*/
    /*border-spacing: 1px;*/
    /*padding-bottom: 1rem !important;*/
    padding-bottom: 1rem !important;
}

.userhtml td {
    width: auto !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0rem !important;
}

.userhtml tbody > tr:nth-child(2) td:first-child {
    background-color: var(--fx-gray) !important;
    color: white !important;
    border-top-left-radius: 4px !important;
}

.userhtml tbody > tr:nth-child(2) td:not(:first-child):not(:last-child) {
    background-color: var(--fx-gray) !important;
    color: white !important;
}

.userhtml tbody > tr:nth-child(2) td:last-child {
    background-color: var(--fx-gray) !important;
    border-top-right-radius: 4px !important;
    color: white !important;
}

/*Fiecare a doua linie dar nu ultima*/
/*.userhtml tbody > tr:nth-child(2n):not(:first-child):not(:nth-child(2)):not(:last-child){*/
.userhtml tbody > tr:nth-of-type(even):not(:first-child):not(:nth-child(2)):not(:last-child) {
    background-color: lightgrey;
}

/*Ultima linie para devine gri daca nu este penultima din tabel*/
.userhtml tbody > tr:nth-child(2n):not(:first-child):not(:nth-child(2)):not(:nth-last-child(2)) td:first-child {
    background-color: lightgrey;
    border-bottom-left-radius: 4px;
}

.userhtml tbody > tr:nth-child(2n):not(:first-child):not(:nth-child(2)):not(:nth-last-child(2)) td:not(:first-child):not(:last-child) {
    background-color: lightgrey;
}

.userhtml tbody > tr:nth-child(2n):not(:first-child):not(:nth-child(2)):not(:nth-last-child(2)) td:last-child {
    background-color: lightgrey;
    border-bottom-right-radius: 4px;
}

/*.userhtml tbody > tr:nth-child td:nth-child:not(:first-child):not(:last-child){*/
.userhtml tbody > tr td:not(:first-child) {
    border-left: 2px solid var(--bs-light);
}

.userhtml tbody > tr:not(:first-child):not(:nth-child(2)):not(:nth-last-child) td:first-child {
    border-left: 1px solid var(lightgrey) !important;
    border-right: 1px solid var(lightgrey) !important;
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.chart-lg {
    width: 100%;
    height: 500px;
    text-align: center;
}

.chart-md {
    width: 100%;
    height: 400px;
    text-align: center;
}

.chart-sm {
    width: 100%;
    height: 300px;
    text-align: center;
}

.chart-xs {
    width: 100%;
    height: 200px;
    text-align: center;
}

.amChartsLegend {
    max-height: 100%;
    overflow-y: auto !important;
}

/*
#legenddiv {
    height: 100px !important;
    overflow: auto;
    position: relative;
}
*/

@media (min-width: 1024px) {
    .logo {
        min-width: 200px;
    }
}

@media (max-width: 767px) {
    .helpside {
        border: 0px solid !important
    }

    .logo {
        max-width: 100%;
    }

    #broker-chart .amcharts-chart-div {
        width: 100% !important;
        overflow: auto !important;
    }

    #broker-chart .amcharts-legend-div {
        display: none;
    }

    /*
        .chart-lg {
            width: 100%;
            height: 500px;
            text-align: center !important;
        }
    */
}

.amcharts-chart-div a[href="http://www.amcharts.com"] {
    display: none !important;
}

/*
.amcharts-legend-div {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	height: 30px;
}
*/

.custom-badge {
    background: #525a7b;
    border-radius: 3px 0 0 3px;
    color: #fff !important;
    display: inline-block !important;
    height: 26px;
    line-height: 22px;
    padding: 0 5px 0 10px;
    position: relative;
    /*margin: 0 3px 3px 0;*/
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.inside-badge {
    padding-left: 10px;
    font-size: 10px;
    padding-right: 5px;
}

.custom-badge::after {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.custom-badge::before {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #525a7b;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.broker-link {
    border: 0;
}

.text-underline-hover {
    text-decoration: none;
}

.text-underline-hover:hover {
}

.dropdown-top-broker {
    left: 200px;
    top: 70px;

}

.list-items:hover {
    background-color: #C0CBDF;
}

@media (max-width: 900px) {
    .dropdown-top-broker {
        max-height: 300px;
        overflow-y: scroll !important;

    }

}

@media (min-width: 700px) {
    .dropdown-top-broker {
        max-height: 600px;
    }

    #mega-content-brokers {
    }

    #dropdown-top-crypto {
        left: 410px !important;
    }

}

.mdi-content-copy {
    font-size: 24px;
    cursor: pointer;
    display: block;
    padding: 4px 7px;
    font-size: 16px !important;
    position: absolute;
    top: 10px;
    right: 0;
    background-color: white
}

.copy-code {
    color: #666666;
    cursor: pointer;
}

.copy-code:hover {
    color: #000000;
}

.license_code {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #666666;
    background-color: transparent;
    min-width: 360px;
}

.license_code:focus {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #666666;
}

#other-acc {
    background-color: #C0CBDF;
}

#third-step {
    display: none;
}

.dropdown-top-broker {
    width: 100%;
}

.dropdown-top-broker a.list-group-item, .dropdown-top-crypto a.list-group-item {
    border: 0;
    font-size: 15px;
}

.fx-icon {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .broker-table-list-item {
        flex: 0 0 auto;
        width: 20%;
    }
}

.methods-list-items, .headlist-item {
    border: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .methods-list-items {
        border: none;

    }

    .methods-list:nth-child(odd) {
        background-color: red;
    }

    .methods-list {
        border: 1px solid #dee2e6;
        border-radius: 25px;
    }
}

.card-body h4 {
    font-weight: 550 !important;
    color: #666 !important;
    font-size: 1.75rem;
    background-color: #EEEEEE;
    padding: 1rem;
    border-radius: 1.25rem;
}

.peace-army-widget {
   
}

#trustpilot-widget {
    background: #000032;
    border-radius: 5px;
    overflow: hidden;
    min-width:350px!important;
}

#trust-ranking {
    width: 80px!important;
}

#trust-logo {
    max-width: 75px;
}

.clearing {
    clear: both;
}

.firstname {
    display: none;
}

div.text-dark label.normal input {
    margin-right: 5px;
}

.tools{
    overflow-x:auto;
}
.tools iframe{
    overflow-x: scroll;
    white-space: nowrap;
    min-width: 700px;
}

main#content .card-body .px-3 p img{
    padding: 10px;
}

.message-check{
    display: none;
}

.fpa-badge{
    width: 80px;
    margin-bottom:20px;
}