
/*.Wfll {
        width: 250px; testing only TODO remove
}*/
#ifc_widgetcurrconv {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #90969e;
    border-left: 1px solid #90969e;
    border-bottom: 1px solid #90969e;
    overflow: hidden;
    font-family: Arial;
}

#ifc_widgetcurrconv + div#ifc_nedcurrconv {
   padding-left: 15px;
    padding-right: 15px;
}
.ifc_nedcurrconv>p{
    text-align: inherit;
}
#ifc_widgetcurrconv {
    direction: ltr !important;
	width: 80%;
}
#ifc_widgetcurrconv .ifc_cc_body {
    direction: ltr !important;
}
#ifc_widgetcurrconv .ifc_cc_body * {
    direction: ltr !important;
}
.ifc_cc_head {
    display: flex;
    justify-content: flex-start;
    width:100%;
    height: 48px; 
    color: white;
    font-size: 14px;
	background: #FF6600;
    #background-image: -moz-linear-gradient(bottom, #768699);
    #background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#768699));
    #background-image: -webkit-linear-gradient(bottom, #768699);
    #background-image: -o-linear-gradient(bottom, #768699);
    #background-image: linear-gradient(to top, #768699);
    background-repeat: repeat-x;    
}
.ifc_cc_head img {
    margin: 10px 5px 6px 15px;
    float: left;
    width: 20px;
    height: 30px;
}
.ifc_cc_head p {
    display: inline-block;
    padding: 0;
    margin: 13px 5px 5px 5px !important;
    font-size: 16px;
    color: #FAFAFA;
    font-weight: bold;
    text-indent: 0px
}
.ifc_cc_body {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ifc_cc_body select {
    background-color: #FFFFFF;
    border: solid 1px #cccccc;
    border-style: solid;
    width: 87%;
    background-color:  white;
    border-radius: 3px;
}
.ifc_cc_body input {
    background-color: #FFFFFF;
     border: solid 1px #cccccc;
    border-style: solid;
    width: 95%;
    background-color:  white;
    border-radius: 3px;
}
.ifc_cc_body_left input,
.ifc_cc_body_left label,
.ifc_cc_body_right label,
.ifc_cc_body_left select{
    float: left;
    
}
.ifc_cc_body_left select,
.ifc_cc_body_right select{
    margin-bottom: 15px;
}

.ifc_cc_body_left input,
.ifc_cc_body_left select,
.ifc_cc_body_right input,
.ifc_cc_body_right select{
    height: 36px;
    font-size: 14px;
}

.ifc_cc_body_right label{
    margin-left: 5%;
}

.ifc_cc_body_right label:nth-child(1){
    margin-left: 12%;
}

.ifc_cc_body_right input,
.ifc_cc_body_right select,
.ifc_cc_body_left input,
.ifc_cc_body_left select{
    padding: 8px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 95%;
}
.ifc_sel_1,
.ifc_sel_2{
    position: relative;
    width: 100%;
}

.ifc_sel_1:after,
.ifc_sel_2:after{  
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(135deg);
    position: absolute;
    pointer-events: none;
    display: inline-block;
}
.ifc_sel_1:after{
    top:12px;
    right: 10%;
}
.ifc_sel_2:after{
    top:12px;
    right: 5%;
}

.ifc_cc_body_right input,
.ifc_cc_body_right select{
    float: right;
    height: 36px;
}
.ifc_cc_body label {
    font-size: 12px;
    margin-bottom: 3px;
    font-weight: normal;
}
.ifc_cc_body .currname_cc {
    margin: 1px 0px 10px 0px;
    font-size: 8px;
}
.ifc_cc_body_left{
    float:left;
    overflow: hidden;
    margin: 10px 0 10px 15px ;
    width: calc((100% - 30px)/2);
}


.ifc_cc_body_right {
    overflow: hidden;
    margin: 10px 15px 10px 0; 
    float: right;
    width: calc((100% - 30px)/2);
}
.footer_cc {
    overflow: hidden;
    padding-bottom: 10px;
}
.footer_cc img {
    float: left;
}
.date_time_cc {
    margin: 0 0 0 15px;
    color: #4a4a4a;
    float: left;
    font-size: 10px;
    padding-top: 3px;
}
.ifc_cc_switch_button {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image:url('/images/widget/cc_switch.png');
    background-repeat: no-repeat;
    #margin-top: 35px;
    left: calc(50% - 12px);
	top: calc(50%);
}
.ifc_cc_body .currency_symbol {
    width: 25px;
    height: 20px;
    float: left;
    background-color: blue;
    color: white;
    text-align: center;
    display: none; /*new addition*/
}

/*-------FOOTER------------*/
#ifc_nedcurrconv, .ifc_nedcurrconv{
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;	            
    font-size: 9px; 
    color: #94c93d;
    width: 100%;
    position: relative;
    bottom: 2px;
    font-weight: bold;
    top: -25px;
}

#ifc_nedcurrconv a, .ifc_nedcurrconv a {
    margin-right:5px;
    color:#4a4a4a;
    font-weight: normal;
}

/*------*/
.clear {
    clear:both;
}


@media (max-width: 425px){
    .ifc_sel_2:after{
        right: 10%;
    }
    .ifc_sel_1:after{
        right: 20%;
    }
     #ifc_nedcurrconv, .ifc_nedcurrconv{
        font-size: 8px;
    }
}

