﻿@charset "UTF-8";
/* CSS Document */


/* Header */

#trade .noSliderTrade {
    height: 150px;
    float: left;
    width: 100%;
    position: relative;
    background-color: #ff00ff;
}

#trade #header {
    background-color: #1a2452;
    position: fixed;
    float: left;
    width: 100%;
    top: 40px;
    z-index: 999;
}

    #trade #header .col-logo {
        height: 110px;
        position: relative;
        float: left;
        display: inline;
    }

        #trade #header .col-logo div {
            height: 110px;
            width: 220px;
            position: relative;
        }

.col-logo div {
    height: 110px;
    width: 220px;
    position: relative;
    /*ajuste depois retirar*/
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center left;
}


#trade #header .logo {
    width: 100% !important;
    height: 110px !important;
    background-repeat: no-repeat;
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

#trade #header .col-search {
    height: auto;
    width: 100%;
    position: relative;
    display: inline-block;
}

    #trade #header .col-search input[type="text"] {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 48px;
        width: 62.75%;
        position: relative;
        background-color: #fff;
        float: left;
        display: inline;
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-right: 0;
        box-shadow: none;
        color: #86898c;
        font-family: 'Montserrat';
        font-weight: lighter;
        padding: 6px 25px;
    }

    #trade #header .col-search select {
        height: 48px;
        width: 20.3%;
        position: relative;
        float: left;
        display: inline;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-top: 1px solid #e5e5e5;
        border-left: 0;
        border-bottom: 1px solid #e5e5e5;
        border-right: 0;
        box-shadow: none;
        color: #86898c;
        text-transform: capitalize;
        font-family: 'Montserrat';
        font-weight: lighter;
        background: url('https://assets.tradesquash.com/interface/bgSelectBarra.png') no-repeat right center #ffffff;
    }

        #trade #header .col-search select option {
            height: 30px;
            position: relative;
            background-color: #fff;
            float: left;
            display: inline;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 0;
            color: #86898c;
            font-family: 'Montserrat';
            font-weight: lighter;
        }


    #trade #header .col-search input[type="submit"] {
        height: 48px;
        width: 16.7%;
        position: relative;
        background-color: #77cad1;
        float: left;
        display: inline;
        border-top: 1px solid #77cad1;
        border-right: 1px solid #77cad1;
        border-bottom: 1px solid #77cad1;
        border-left: 0;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #fff;
        font-family: 'Montserrat';
        text-transform: uppercase;
    }

        #trade #header .col-search input[type="submit"]:hover {
            color: #1a2452;
        }

    #trade #header .col-search .input-group {
        width: 100%;
        margin-top: 26.9167px;
    }

#trade #header .divisorBusca {
    position: relative;
    float: left;
    width: 1px;
    height: 48px;
    background: url('https://assets.tradesquash.com/interface/bg-select.png') no-repeat left center #fff;
}


#trade #header .gerarCatalogo {
    position: relative;
    float: right;
    margin-top: 35px;
    min-width: 200px;
}


#trade #header .download {
    width: auto;
    position: relative;
    float: right;
    margin-top: 35px;
    white-space: nowrap;
}

    #trade #header .gerarCatalogo p,
    #trade #header .download p {
        position: relative;
        float: left;
        right: 5px;
        margin-top: 6px;
        color: #fff;
        cursor: pointer;
        padding-left: 20px;
        white-space: nowrap;
        font-family: 'Montserrat', sans-serif;
        font-weight: 200;
        font-size: 16px;
    }

#trade #header .gerarCatalogo .iconGerarCatalogo {
    width: auto;
    height: 34px;
    position: relative;
    display: inline-block;
    float: left;
    background: url('https://assets.tradesquash.com/interface/icon-gerarCatalogo.png') no-repeat center left;
    cursor: pointer;
    padding-left: 30px;
    white-space: nowrap;
}

#trade #header .download .iconDownload {
    width: auto;
    height: 34px;
    position: relative;
    float: left;
    background: url('https://assets.tradesquash.com/interface/icon-download.png') no-repeat center left;
    cursor: pointer;
    padding-left: 30px;
    white-space: nowrap;
}

#trade #header .download .qtdNuvem {
    position: absolute;
    display: inline-block;
    border-radius: 22px;
    background-color: #77cad1;
    color: #1a2452;
    padding: 4px 6px;
    left: -20px;
    top: -7px;
    font-size: 12px;
    cursor: pointer;
    width: auto;
    height: 16px;
    min-width: 22px;
    padding-top: 1px;
}

/* Box Downloads */
#trade #header .download .boxDownloadsTopBox {
    float: right;
    position: relative;
    background: url(https://assets.tradesquash.com/interface/boxTopMarcacao.png) no-repeat center left;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    margin-right: 20px;
}

#trade #header .download .boxDownloads {
    position: absolute;
    height: auto;
    width: 240px;
    background-color: #ffffff;
    margin-top: 50px;
    border-radius: 5px;
    border: solid 1px #cecece;
    -webkit-box-shadow: 0px 0px 30px -8px rgba(179,179,179,1);
    -moz-box-shadow: 0px 0px 30px -8px rgba(179,179,179,1);
    box-shadow: 0px 0px 30px -8px rgba(179,179,179,1);
    z-index: 9999;
    right: 0px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    display: none;
    right:-20px;
}

    #trade #header .download .boxDownloads strong {
        font-size: 14px;
        color: #1a2452 !important;
        float: left;
        position: relative;
        text-align: left;
        width: 150px !important;
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #trade #header .download .boxDownloads .tituloBoxDownload {
        border-bottom: solid 1px #e6e6e6;
        height: auto;
        padding-bottom: 0px;
        float: left;
        width: 100%;
    }

    #trade #header .download .boxDownloads .lixeira {
        float: right;
        position: relative;
        width: 14px;
        height: 16px;
        background: url(https://assets.tradesquash.com/interface/iconLixeira.png) no-repeat center left;
        margin-right: 20px;
        margin-top: 11px;
    }

    #trade #header .download .boxDownloads strong {
        font-size: 14px;
        color: #1a2452;
        float: left;
        width: 200px;
    }

    #trade #header .download .boxDownloads p {
        font-size: 14px;
        color: #666973 !important;
        float: left;
        position: relative;
        text-align: left;
        width: 150px !important;
        margin-left: 5px;
        margin-top: 10px;
    }

    #trade #header .download .boxDownloads .resumoDownloads {
        float: left;
        position: relative;
        width: 100%;
        border-bottom: solid 1px #e6e6e6;
        margin-bottom: 25px;
    }

        #trade #header .download .boxDownloads .resumoDownloads table {
            font-size: 14px;
            color: #666973;
            float: left;
            position: relative;
            text-align: left;
            width: auto;
            margin-left: 20px;
            margin-top: 15px;
            margin-bottom: 0px;
            font-weight: lighter;
        }

        #trade #header .download .boxDownloads .resumoDownloads .coluna01 {
            text-align: left;
            width: 150px;
            padding-bottom: 15px;
            text-transform:capitalize;
        }

        #trade #header .download .boxDownloads .resumoDownloads .coluna02 {
            text-align: right;
            width: 50px;
            text-transform: uppercase;
            padding-bottom: 10px;
            font-size: 14px;
            color: #acaeb7;
            padding-right: 23px;
        }

    #trade #header .download .boxDownloads .iconDownEmail {        
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background: url(https://assets.tradesquash.com/interface/iconDownEmail.png) no-repeat center center;
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 5px;
        background-color: #efc109;
    }
    #trade #header .download .boxDownloads .textIconDownEmail {
        font-size: 11px;
        font-family: 'Montserrat', sans-serif;
        font-weight:400;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
    }
    #trade #header .download .box {
        float: left;
        position: relative;
        width:33.3%;
        text-align:center;
        margin-bottom:15px;
    }

    #trade #header .download .boxDownloads .iconDownVer {
        margin-left:auto;
        margin-right:auto;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background: url(https://assets.tradesquash.com/interface/iconDownVer.png) no-repeat center center;    
        margin-bottom:5px;
        background-color: #cf6854;
    }

    #trade #header .download .boxDownloads .iconDownDown {        
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background: url(https://assets.tradesquash.com/interface/iconDown.png) no-repeat center center;
        margin-left: auto;
        margin-right:auto;
        margin-bottom: 5px;
        background-position-y: 7px;
        background-color: #77cad1;
    }
