﻿#torfx-converter {
    padding: 15px;
    border-radius: 3px;
    box-shadow: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    min-width: 0;
    overflow: hidden;
    padding-left: 4%;
    padding-right: 4%;
}

#torfx-converter h3 {
    margin: 0 auto 10px;
    padding: 5px 0;
    display: block;
    width: auto;
    font-size: 22px;
    letter-spacing: 0.25px;
}

#torfx-converter h3 > img {
    border: none;
    width: auto;
    max-height:58px;
    margin: auto auto;
    padding: 0;
    display: block;
    border-radius: 1px;
}

.torfx-logo {
    text-align: center;
}

#torfx-cc-form {
    width: 100%;
}

#torfx-converter fieldset {
    position: static;
    text-align: left;
    border: 0;
    margin: 0;
    padding: 15px;
    border-radius: 3px;
    box-shadow: none;
}

#torfx-converter label {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}

#torfx-converter input,
#torfx-converter select {
    width: 100%;
    max-width: 100%;    
}

#torfx-converter input {
    margin: 0 0 10px 0;
    border-radius: 3px; 
    color:#151e58;     
    padding: 5px;
    padding-right:0;
    font-size: 18px;
    box-shadow:none;        
}

#torfx-converter select {
    margin: 0 0 10px 0;
    font-weight: bold;    
    padding: 8px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('/app/files/exchange-tools-2015/cc/img/cc-light-arrow.png');
    background-clip: content-box;
    background-position: right;
    background-repeat: no-repeat;
}


#torfx-converter .torfx-submit button {
    background: center 0 no-repeat;
    width: 100%;
    height: 40px;
    border: 0;
    margin: 0 auto;
    display: block;
    font-size: 15px;
    font-weight: bold;
    box-shadow: none;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
}

#torfx-converter .torfx-submit button:hover {
    background-color: rgba(1,1,1,0.3);
}

#torfx-converter .torfx-submit button:active {        
    background-color: rgba(1,1,1,0.3);
}

#torfx-converter option {
    line-height: 32px;
}

#torfx-converter .torfx-footer {
    margin: 5px 0 0;
}

#torfx-converter .torfx-footer a {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

#torfx-converter #torfx-cc-result {
    text-align: center;
    margin: 15px 0;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

#torfx-converter #torfx-cc-result strong {
    font-size: 22px;
}

.torfx-logo_off h3 {
    display: none !important;
}
#torfx-converter #torfx-cc-formgroup {
    display:block;
    width:auto; 
    padding:0;
}