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

.logoLight {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: center;
}

.logoAdmin {
	padding-top:10px;
}
/* Top Bar */
#trade #topBar {
	background-color:#171f47; 
	height:40px;
	width:100%;
	padding-top:10px;
	position:fixed;
	z-index:9999;
	float:left;
}

    #trade #topBar .ajusteCor {
        background-color: #000;
        height: 40px;
        width: 100%;
        opacity: 0.2;
        position: absolute;
        z-index: 1;
        top: 0;
    }
/* Regiao Top Bar */  
#trade #topBar .regiaoGroup {
	float:left;
	position:relative;
	width:auto;
	padding-right:30px;
	cursor:pointer;
}
    #trade #topBar .regiaoIcon {
        background: url(https://assets.tradesquash.com/interface/iconRegiao.png) no-repeat center left;
        width: 20px;
        height: 20px;
        float: left;
        margin-right: 10px;
    }
#trade #topBar .regiaoTxt {
	float:left;
	color:#ffffff; 
	font-weight:lighter;
	font-size:14px;	
	margin-right:15px;
    text-transform:capitalize;  
}
    #trade #topBar .setaDownIcon {
        float: left;
        background: url(https://assets.tradesquash.com/interface/iconSetaDown.png) no-repeat center left;
        width: 20px;
        height: 20px;
    }

/* box Regiao */
.boxRegiao {	
	position:absolute; 
	height:auto; 
	width:auto;
	background-color:#ffffff; 
	margin-top:28px;
	border-radius:5px;
	border:solid 1px #e6e6e6;
	-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);
	display:none;
	z-index:99;
}
.boxRegiaoTopBox {
    float: left;
    position: relative;
    background: url(https://assets.tradesquash.com/interface/boxTopMarcacao.png) no-repeat center left;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    margin-left:22px;
}

.boxRegiao p {	
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	color:#656872;
	font-size:14px !important; 
	font-variant:normal;
	white-space: nowrap;
}

.boxRegiao span {
	float:left;
	position:relative;
	width:100%;
	border-bottom:solid 1px #e6e6e6;
}
.boxRegiao span:last-child {	
	display:none;
}


/* Lingua Top Bar */ 
#trade #topBar .linguaGroup {
	float:left;
	position:relative;
	width:auto;
	padding-right:30px;
		cursor:pointer;
}
#trade #topBar .linguaIcon {  
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
#trade #topBar .linguaIcon img {    
    width: 19px;
    height: auto;
	margin-bottom:1px;
}
#trade #topBar .linguaTxt {
    float: left;
    color: #ffffff;
    font-weight: lighter;
    font-size: 14px;
    margin-right: 15px;
    text-transform: capitalize;
}

/* Box Lingua */
.boxLingua {
	float:left;
	position:absolute; 
	height:auto; 
	width:auto;
	background-color:#ffffff; 
	margin-top:28px;
	border-radius:5px;
	left:23px;
	border:solid 1px #e6e6e6;
	-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:999;
	display:none;
    left:-10px;
}

.boxLingua img {
	margin-top:-2px;
	padding-right:10px;
}

.boxLinguaTopBox {
    float: left;
    position: relative;
    background: url(https://assets.tradesquash.com/interface/boxTopMarcacao.png) no-repeat center left;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    margin-left: 10px;
}
 .boxHover:hover {
    background-color:#eaebec;
    height:100%;
}
.boxLingua p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    color: #656872;
    font-size: 14px !important;
    font-variant: normal;
    white-space: nowrap;
}

.boxLingua p strong {
	text-align:center;
}

.boxLingua span {
	float:left;
	position:relative;
	width:100%;
	border-bottom:solid 1px #e6e6e6;
}
.boxLingua span:last-child {	
	display:none;
}

/* Box Ajuda */
.boxAjuda {	
	position:absolute; 
	height:auto; 
	width:auto;
	background-color:#ffffff; 
	margin-top:28px;
	border-radius:5px;
	border:solid 1px #e6e6e6;
	-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);
	display:none;
	z-index:99;
	left:-10px;		
}
.boxAjudaTopBox {
    float: left;
    position: relative;
    background: url(https://assets.tradesquash.com/interface/boxTopMarcacao.png) no-repeat center left;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    margin-left: 10px;
}

.boxAjuda p {	
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	color:#656872;
	font-size:14px !important; 
	font-variant:normal;
	white-space: nowrap;
}

.boxAjuda span {
	float:left;
	position:relative;
	width:100%;
	border-bottom:solid 1px #e6e6e6;
}

.boxAjuda span:last-child {
	display:none;
}


/* Box Notificacoes */
.boxNotificacoes {	
	position:absolute; 
	height:auto; 
	width:410px;
	background-color:#ffffff; 
	margin-top:28px;
	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);
	display:none;
	z-index:99;
	left:-250px;
	font-family: 'Open Sans', sans-serif;
	cursor:pointer;
}
.boxNotificacoesTopBox {
    float: right;
    position: relative;
    background: url(https://assets.tradesquash.com/interface/boxTopMarcacao.png) no-repeat center left;
    width: 140px;
    height: 9px;
    margin-top: -9px;
    margin-right: 10px;
}

.boxNotificacoes .verTodos {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
	color:#1a2452;
}
.boxNotificacoes .verTodos:hover {
	color:#666666;
	cursor:pointer;
}

.boxNotificacoes .notificacao {	
	color:#656872;
	font-variant:normal;
	float:left;
	width:100%;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:4px;
	padding-right:25px;
	border-bottom:solid 1px #e6e6e6;
}

.boxNotificacoes .notificacao:hover {
	background-color:#fafafa;
}

.boxNotificacoes strong {
	font-size:14px;
	color:#1a2452;
	float:left;
	width:200px;
}

.boxNotificacoes span {
	font-size:12px;
	color:#666973;
	float:left;
	width:130px;
	text-align:right;
}

.boxNotificacoes p {
	font-size:14px !important;
	color:#acaeb7;
	float:left;
	width:100%;
	padding-top:2px;
}

.boxNotificacoes .naoLida {
	width:10px;
	height:10px;
	border-radius:5px;
	background-color:#F00;
	float:right;
	margin-top:3px;
}
.boxNotificacoes .lida {
	width:10px;
	height:10px;
	border-radius:5px;
	background-color:#ffffff;
	float:right;
	margin-top:3px;
	border:solid 1px #c0c0c0;
}

/* Box Perfil */
.boxPerfil {	
	position:absolute; 
	height:auto; 
	min-width:320px;
	background-color:#ffffff; 
	margin-top:28px;
	border-radius:5px;
	border:solid 1px #e6e6e6;
	-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);
	display:none;
	z-index:99;
	right:-20px;
}
.boxPerfilTopBox {
    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;
}

.boxPerfil p {	
	padding-left:20px;
	padding-right:30px;
	padding-top:12px;
	color:#656872;
	font-size:14px !important; 
	font-variant:normal;
	white-space: nowrap;
	float:left;
	font-weight:normal;
}

.boxPerfil p img {	
	padding-right:7px;
}

.boxPerfil strong {
	padding-left:0px;
	padding-right:0px;
	padding-top:35px;
	color:#1a2452;
	font-size:16px; 
	font-variant:normal;
	float:left;
	position:relative;
	text-align:left;
	width:185px;
	line-height:18px;	
}

/*
.boxPerfil p:hover {
	background-color:#fafafa;
}
*/
.boxPerfil span {
	float:left;
	position:relative;
	width:100%;
	border-bottom:solid 1px #e6e6e6;
}

.fotoPerfil {
    background-size: cover !important ;
    float: left;
    position: relative;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    border: solid 2px #cecece;
}

/* Ajuda Top Bar */
#trade #topBar .ajudaGroup {
	float:left;
	position:relative;
	width:auto;
	padding-right:30px;
		cursor:pointer;
}
#trade #topBar .ajudaIcon {
    background: url(https://assets.tradesquash.com/interface/iconAjudaBarTop.png) no-repeat center left;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 10px;
}
#trade #topBar .ajudaTxt {
	float:left;
	color:#ffffff;
	font-weight:lighter;
	font-size:14px;
	margin-right:15px;	
}

/* Assistente Toop Bar */
#trade #topBar .assistenteGroup {
	float:left;
	position:relative;
	width:auto;
	padding-right:40px;
    display:none !important;
}
#trade #topBar .assistenteIcon {
    background: url(https://assets.tradesquash.com/interface/iconAssistentOff.png) no-repeat center left;
    width: 40px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
#trade #topBar .assistenteTxt {
	float:left;
	color:#ffffff;
	font-weight:lighter;
	font-size:14px;
	margin-right:15px;	
}

/* Usuario Toop Bar */
#trade #topBar .usuarioGroup {
	float:right;
	position:relative;
	width:auto;
	padding-right:0px;
		cursor:pointer;
}
#trade #topBar .usuarioIcon {
    background: url(https://assets.tradesquash.com/interface/iconUsuario.png) no-repeat center left;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
}
#trade #topBar .cadastroIcon {
    background: url(https://assets.tradesquash.com/interface/iconCadastrese.png) no-repeat center left;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
}
#trade #topBar .usuarioTxt {
	float:left;
	color:#ffffff;
	font-weight:lighter;
	font-size:14px;
	margin-right:15px;	
}

/* Usuario Toop Bar */
#trade #topBar .notificacaoGroup {
	float:right;
	position:relative;
	width:auto;
		cursor:pointer;
}
#trade #topBar .notificacaoIcon {
    background: url(https://assets.tradesquash.com/interface/iconNotificacao.png) no-repeat center left;
    width: 40px;
    height: 20px;
    float: left;
    margin-right: 10px;
    z-index: 9;
}
#trade #topBar .notificacaoIconNews {
    float: left;
    z-index: 99;
    position: absolute;
    background: url(https://assets.tradesquash.com/interface/notificacaoActive.png) no-repeat center left;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    margin-left: -3px;
        color: #ffffff;
    font-size: 8px;
    text-indent: 2px;
}
#trade #topBar .boxNotificacaoGroup {
    float: right;
    position: relative;
    max-width: 550px;
    background: url(https://assets.tradesquash.com/interface/boxTopMarcacao.png) no-repeat center left;
}
.emBreve {
    opacity:0.5;
}

#SearchBox {
    width: 99.9%;
    margin-right: 50px;
    z-index: 9;
    position: absolute;
    top: 44px;
    background-color: #FFF;
}