/*
Used after tradingconditionsV02.css
*/
.sprite {
    background: url('/images/front/header/header_sprite.png') no-repeat top left;  
} 

hr.break {
    display: inline-block;
}
.curr_info_tgl {cursor:pointer; color:#0087cd; font-weight: bold; font-size:16px; line-height: 20px;}
.all_instr_tgl {
    background: #ededed none repeat scroll 0 0;
    border: medium none;
    height: 20px;
    margin: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.all_instr_tgl:after, .all_instr_tgl:before  {
    position: absolute;
    left: calc(50% - 50px );
    content: '';
    width: 0; 
    height: 0; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
}
.all_instr_tgl:after{
    border-top: 20px solid #ededed;
    top: 100%;
    display: block;
}
.all_instr_tgl:before{
    border-bottom: 20px solid #ededed;
    bottom: 100%;
    display: none;
}
.all_instr_tgl.open:after {
    display: none;
}
.all_instr_tgl.open:before {
    display: block;
}
.di_single_wrap h2 {
    text-align: center;
}
.more_instr_wrap {
    display: none; /*hide these by default, visibility toggled via a button*/
}
.see_more_pairs {
    text-align: right;
}

.quote_button {
    width: 192px !important;
    height: 70px !important;
    padding: 5px 10px;
}

@media (min-width: 992px) { 
    .di_content_wrap .bl2    {
        padding: 0px;
    }
}

.colored-block {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
}
.quotetag {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 26px;
}

.bl2> .button_dark_red {
    margin-right: 15px;
}
body[dir=rtl] .bl2> .button_dark_red {
    margin-left: 15px;
    margin-right: auto;
}
.di_single_wrap {
    margin-bottom: 10px;
}
.di_content_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}
.di_content_wrap .bl1, .di_content_wrap .bl2 {
    display: flex;
    width: 50%;
}

.di_content_wrap .flagwrap {
    width: 42px;
    height: 35px;
    position: relative;
    display: inline-block;
}
.di_content_wrap .flagwrap .el1 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    float: none;
}
.di_content_wrap .flagwrap .el2 {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    float: none;
}

.di_content_wrap .flagwrap .el3 {
    position: absolute;
    display: block;
    top: -5px;
    left: -1px;
    float: none;
}
.di_content_wrap .infowrap {
    display: inline-block;
    margin-left: 30px;
    width: calc(100% - 80px);
}
.di_content_wrap .di_wrap_title {
    font-size: 18px;
    
}
.di_content_wrap .di_wrap_morelinks > a {
    margin-right: 20px;
    font-weight: normal;
}

/*For RTL language pages*/
body[dir=rtl] .inst_desc_image {
    float: right;
}
body[dir=rtl] .di_content_wrap .bl1 {
    text-align: right;
    float: right;
}
body[dir=rtl] .di_content_wrap .bl2 {
    text-align: left;
    float: left;
}
body[dir=rtl] .di_content_wrap .infowrap {
    margin-left: 0;
    margin-right: 30px;
}
body[dir=rtl] .di_content_wrap .di_wrap_morelinks > a {
    margin-right: 0;
    margin-left: 20px;
}
body[dir=rtl] .di_content_wrap a.button_red {
    margin-right: 0;
    margin-left: 10px;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) { 
    .di_content_wrap{
        flex-direction: column;
    }
    .di_content_wrap .bl1, .di_content_wrap .bl2{
        justify-content: center;
        width: 100%;
    }
    .di_content_wrap .bl1{
        margin-bottom: 10px;
    }
    .di_content_wrap .infowrap {
        margin-left: 10px;
        width: calc(100% - 52px);
        vertical-align: top;
    }
    
    /*For RTL language pages*/
    body[dir=rtl] .di_content_wrap .bl1, body[dir=rtl] .di_content_wrap .bl2 {
        text-align: right;
    }
    body[dir=rtl] .di_content_wrap .infowrap {
        margin-left: 0;
        margin-right: 10px;
    }
    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

.clear{
    clear: both;
}