/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 23, 2014, 4:25:12 AM
    Author     : Narmandakh
*/

.exchange-control {
}

.exchange-search {
    line-height: 21px;
    padding: 0 40px;
    position: relative;
}

@media (max-width: 640px){
    .exchange-search {
        padding: 0 10px;
    }
}


.exchange-search-left{
    border-left: 1px solid #eaeaea;
    padding: 0px 30px;
}

@media (max-width: 640px){
    .exchange-search-left {
        border-left: none;
        padding: 0 10px;
    }
}

.exchange-search input {
    border: 1px solid #0095DA/*eaeaea*/;
    padding: 5px 10px;
    margin-left: 10px;
}

.exchange-search span {
    margin-left: 10px;
}

.exchange-search .search-search-btn {
    cursor: pointer;
}

.exchange-search table {
    margin-bottom: 0px;
}

.exchange-search table th, .exchange-search table td {
padding: 0px;
}

.exchange-table table{
    border-collapse: collapse;
    border-left: none;
    margin: 0px;
}

.exchange-table table td, .exchange-table table th {
    border: 1px solid #eaeaea;
    text-align: center;
}

.exchange-table table th {
    color: #0095DA/*8d8d8d*/;
    font-weight: normal;
}


#chart {
    width: 100%;
    height: 400px;
}

.exchange-links-container {
     
    border-bottom: 1px solid #eaeaea;
}

.exchange-links {
    padding: 20px 30px;
}

.exchange-links input {
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    width: 400px;
}

@media (max-width: 640px){
    .exchange-links input {
        width: 100%;
    }
}



.exchange-links span{
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 20px;
}

.exchange-links-title {
    border-right: 1px solid #eaeaea;
    color: #0094da;
    padding: 37px 50px;
    text-align: center;
}


@media (max-width: 640px){
    .exchange-links-title {
        border-right: none;
        padding: 20px 25px;
    }
}

.exchange-chart-div {

}

.exchange-convert-container {

}

.exchange-convert-type {
    color: #8d8d8d;
    /*padding: 20px;*/
}

.exchange-convert-type input{
    margin-left: 20px;
    margin-right: 10px;
}

.exchange-convert-type label {
    cursor: pointer;
    margin-bottom: 0;
}

input[type="radio"] + label:before {
    border: 1px solid #ababab;
    background-color: #dedede;
    height: 12px;
    width: 12px;
    top: 4px;
    left: 4px;
}

input[type="radio"] + label:after {
    background-color: #666666;
    width: 6px;
    height: 6px;
    left: 7px;
    top: 7px;
}

.exchange-convert-btn {
}

.exchange-convert-btn input[type="button"] {
    border: 1px solid #0095DA/*eaeaea*/;
    padding: 24px;
    color: #575757;
    background-color: #fff;
}

.exchange-convert-btn input[type="button"]:hover{
    border: 1px solid #d0d0d0;
    color: #3f3f3f;
}

@media (max-width: 640px){
    .exchange-convert-btn input[type="button"]{
        padding: 24px 10px;
    }
}

.exchange-choice {
    padding-top: 17px;
}

.exchange-choice input[type="text"] {
    border: 1px solid #eaeaea;
    padding: 5px 10px;
    margin-left: 20px;
    width: 250px;
    margin-bottom: 6px;
}

.exchange-select{
    color: #383238/*989898*/;
    width: 100%;
    line-height: 35px;
    border-radius: 0px;
    border: 1px solid #0095DA/*f0f0f0*/;
    background-color: #fff;
    padding: 0px 10px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    resize: none;
    text-transform: uppercase;
    height: 35px;
    min-width: 85px;
}


@media (max-width: 640px){
    .exchange-select {
        min-width: 70px;
        padding: 0px 3px;
    }
}

.tdb-form-control {
    color: #4d4d4d;
    width: 100%;
    line-height: 20px;
    border-radius: 0px;
    border: 1px solid #0095DA/*f1f1f1*/;
    background-color: #fff;
    padding: 9px 10px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    resize: none;
    height: 35px;
    min-width: 100px;
}

@media (max-width: 640px){
    .tdb-form-control {
        min-width: 80px;
    }
}

.table-currency-change{
    margin-bottom: 0px;
}

.table-currency-change th, .table-currency-change td{
    padding: 2px;
}


.exchangeDatePicker{
    width: 178px;
}

@media (max-width: 992px) {
    .exchangeDatePicker{
        width: 100px;
    }
}


@media (max-width: 640px){
    .exchange-table table td, .exchange-table table th {
        padding: 0px;
        margin: 0px;
        font-size: 80%;
    }
}


@media (max-width: 640px){
    .exchange-currency {
        width: auto;
    }
}

@media (max-width: 640px){
    .exchange-percent {
        display: none;
    }
}


@media (max-width: 640px){
    .exchange-value {
        text-align: center;
        min-width: 44px;
    }
}



#exchange-historic-form{
    padding: 30px;
}

@media (max-width: 640px){
    #exchange-historic-form {
        padding: 5px;
    }
}

@media (max-width: 640px){
    #exchange-historic-form table th, #exchange-historic-form table td{
        padding: 3px;
    }
}


.tdb-form-contol-submit-res{
    display: none;
    color: #0094da;
    width: 100%;
    line-height: 20px;
    border-radius: 0px;
    border: 1px solid #0094da;
    background-color: #fff;
    padding: 9px 28px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    resize: none;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 640px){
    .tdb-form-contol-submit-res{
        display: block;
    }
}

@media (max-width: 640px){
    #exchange-historic-form .tdb-form-contol-submit{
        display: none;
    }
}

