.pw1{
	display: inline-block;
	width: 18.5%;
	float: left;
}
.pw2{
	display: inline-block;
	width: 81.5%;
	float: right;
}


.panel-top{
	height: 60px;
}
.panel-top-logo{
	margin: 13px 0;
	height: 34px;
	width: auto;
}
.panel-top-item{
	display: inline-block;
	padding: 0 10px;
}
.panel-top-item a{
	color: #fff;
	line-height: 60px;
	font-size: 13px;
}
.panel-top-item .fa{
	font-size: 18px;
	text-align: center;
	padding: 0 5px;
}
.panel-menu{
	background-color: #fff;
	padding-top: 10px;
}
.panel-menu-itens{
	list-style:none;
	padding: 0;
	margin: 0;
}
.box_resume_icon{
	line-height: 85px;
	width: 30%;
	text-align: center;
	float: left;
	font-size: 30px;
	color: #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.box_resume_text{
	float: right;
	width: 70%;
}
.br_1{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px 3px;
	margin: 0;
	line-height: 1.1;
	color: #666;
}
.br_2{
	font-size: 12px;
	color: #555;
	margin: 0;
	padding: 0 10px;
}

.panel-menu-itens li.divider{
	padding-top: 0;
	padding-bottom: 0;
}
.panel-menu-itens li.divider hr{
	margin: 10px  0 0;
}

.panel-menu-itens li{
	display: block;
	font-size: 14px;
	padding: 8px 16px; 

	min-height: 30px;
}
.panel-menu-itens li.menu-item{
	background-color: #fafafa;
}
.panel-menu-itens a{
	color: #999;
}
.menu-item-title{
	line-height: 26px; 
	margin: 0;
	font-size: 15px;
}
.menu-item-title-cpt{
	line-height: 15px !important;
}
.menu-item-sub{
	line-height: 15px !important;
	font-size: 12px;
	margin: 0;
	color: #aaa;
}
.panel-menu-itens .active .menu-item-title{
	font-weight: 600;
}
.menu-item-saldo{
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0;
	font-weight: 600;
}
.menu-item-saldo small{
	font-size: 11px;
	opacity: 0.7;
}
.menu-item .progress{
	margin: 6px 0 0 0;
}
.menu-item .progress, .menu-item .progress-bar{
	height: 2px;
	border-radius: 1px;
}
.panel-menu-itens .active a *, .panel-menu-itens a:hover{
	/* font-weight: 700; */
	color: #16abc9 !important;
}

.panel-menu-itens li .fa{
	font-size: 16px;
	line-height: 26px;
	width: 30px;
}
.panel-menu-itens .menu_subheader_title{
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}
.menu_subheader_title small{
	opacity: 0.7;
	font-size: 12px;
}
.panel-menu-itens .menu_subheader_saldo{
	font-size: 12px;
	margin: 0;
}
.panel-menu-itens li img{
	margin-right: 24px;
	height: auto;
	width: 18px;
}
.panel-menu-itens .menu_subheader_option{
	padding: 14px 16px;
	background-color: #fff;
}
.panel-menu-itens .menu_subheader_option .fa{
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}
.menu_subheader_option .pull-right{
	margin-top: -3px;
}
.panel-content{
	padding: 10px 15px;
}
.panel-content .container-fix{
	width: 100%;
	margin: 0 auto;
}
.pw2 .alert-container .container{
	padding: 0;
	max-width: 100%;
}

.cotation-box p{
	padding: 0 15px;
	display: inline-block;
}
.side-menu-wrapper-h .cotation-box{
	padding: 12px 16px 12px 24px;
	height: 60px;
}
.side-menu-wrapper-h .cotation-box p{
	color: #fff;
	margin: 0;
	padding: 0
}

.box_resume_item{
	width: 25%;
	float: left;
	padding: 5px;
}
.box_resume_content{
	background-color: #fff;
	height: 85px;
	border-radius: 4px;
}

/* wallet */

@media (max-width: 767px) {
		.wallet_menu{
				text-align: center;
		}
		.wallet_menu .btn-filter{
				margin-bottom: 8px;
		}
}


/* details */

.badgeanim {
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #ff6666;
	border-radius: 50%;
	color: #fff;
	position: relative;
	top: -8px;
	left: -8px;
	opacity: 0.8;
}

.pulsate::before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	right: 0;
	bottom: 0;
	-webkit-animation: pulse 1s ease infinite;
					animation: pulse 1s ease infinite;
	border-radius: 50%;
	border: 10px double #ff6666;
}

.home_saldo{
	 padding: 10px 0;
	 border-bottom: 1px solid #eee;
}
.home_saldo p{
	margin: 0
}
.home_saldo small{
	color: #666;
}

.paneld-footer ul{
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.paneld-footer ul li{
	display: inline-block;
	padding: 0 5px;
	text-transform: uppercase;
}
.paneld-footer ul a li{
		color: #555;
}
.paneld-footer p{
		padding-left: 5px;
}

.box-photo{
				margin: 6px;
				width: 200px;
				height: 150px;
				background-color: #aaa;
				float: left;
				background-position: center;
		}

.load_screen{
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
						transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.3);
						transform: scale(1.3);
		opacity: 0.4;
	}
	100% {
		-webkit-transform: scale(1.4);
						transform: scale(1.4);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
						transform: scale(1);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.3);
						transform: scale(1.3);
		opacity: 0.4;
	}
	100% {
		-webkit-transform: scale(1.4);
						transform: scale(1.4);
		opacity: 0;
	}
}

@media (max-width: 767px) {
	.panel-top-logo{
		margin: 13px 0;
		height: 28px;
		width: auto;
	}
}


@media (max-width: 900px) {
		.paneld-footer ul li{
				padding: 5px;
		}
}

.cssload-spin-box {
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-o-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-ms-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-webkit-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
		-moz-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	animation: cssload-spin ease infinite 4.6s;
		-o-animation: cssload-spin ease infinite 4.6s;
		-ms-animation: cssload-spin ease infinite 4.6s;
		-webkit-animation: cssload-spin ease infinite 4.6s;
		-moz-animation: cssload-spin ease infinite 4.6s;
}



@keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-o-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-ms-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-webkit-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

@-moz-keyframes cssload-spin {
	0%,
	100% {
		box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
	}
	25% {
		box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
	}
	50% {
		box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
	}
	75% {
		box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
	}
}

.extrato_table td{
	vertical-align: middle !important;
	font-size: 13px;
	line-height: 1.3;
}

/* geral */
.book .box-title span p{
	line-height: 25px;
	font-size: 13px;
	letter-spacing: -0.2px;
	margin: 0;
	font-weight: bold;
}
.book .box-title span p small{
	line-height: 25px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}
.book .table tbody tr td, .book .table>tbody>tr>th{
	padding: 3px 2px;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing: -0.3px;
	border-color: #eee;
	vertical-align: middle;
}
.book .table>tbody>tr>td small{
	color: #777;
}
.book .scrollbar-inner{
	width: 100%;
}
.book .table-header{
	margin-bottom: 0;
}
.book .table-header thead tr th{
	text-transform: uppercase;
	color: #777;
	line-height: 1.2;
	font-weight: 400;
	font-size: 12px;
	padding: 3px;
	border: 0;
}

/* basico */

.ordem_basico h2{
	margin: 0;
}
.ordem_basico_box{
	width: 50%;
	max-width: 500px;
	padding: 5px;
}
p.order_basico_resultado{
	line-height: 34px;
	font-size: 14px;
	margin: 0;
}

/* geral - cpt h:780 */
.bookmode-computer .bc-row{
	margin-right: -5px;
	margin-left: -5px;
}
.bookmode-computer .bc-col{
	padding-right: 5px;
	padding-left: 5px
}
.bookmode-computer{
	max-width: 1260px !important;
	min-width: 1100px;
	width: 100% !important;
}

.book-logged-container .bookmode-computer, .book-logged-container .container{
	max-width: 1650px !important;
	width: 100% !important;
}
.bookmode-computer section .box-title{
	padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.bookmode-computer section .b-content{
	padding: 10px 10px 10px;
}
.bookmode-computer .box-ta-new{
	height: 370px;
}
.bookmode-computer .box-ta-new{
	height: 370px;
	margin-top: 10px;
}
.bookmode-computer .b-book{
	height: 354px;
	width: 100%;
	overflow: hidden;
}
.bookmode-computer .b-history{
	height: 552px;
}

.bookmode-computer .chart_book iframe{
	height: 455px;
}

/* book mobile */
.bookmode-mobile .bm-nav{
	padding: 5px 10px 0px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.15);
	margin-bottom: 10px;
}
.bookmode-mobile .bm-nav li{
	display: inline-block;
	height: 38px;
	vertical-align: middle;
}

.bookmode-mobile .bm-nav li a{
	border-radius: 0;
	border-bottom: 2px solid transparent;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	color: #fff;
	opacity: 0.7;
	padding: 8px 12px;
	display: block;
}

.bookmode-mobile .bm-nav li.active a{
	border: 0;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	opacity: 1;
}
.bookmode-mobile .chart_book iframe{
	height: 600px;
}
.bookmode-mobile .b-book{
	height: 200px;
}
.bookmode-mobile .b-history{
	height: 350px;
}

/* book panel */
@media (max-width: 1320px) {
	.book-logged .pw1{
		display: none !important; 
	}
	.book-logged .pw2{
		width: 100% !important;
	}
	.book-logged .box-menu-open{
		display: inline-block !important; 
	}
}

/* book */
.book .order-progress{
	height: 20px;
}
.book .row-book{
	line-height: 19px;
	font-size: 13px;
	letter-spacing: -0.3px;
	margin: -20px 0 0 0;
	border-top: 1px solid #eee;
	cursor: pointer;
	padding: 0 5px;
}
.row_orden_preco, .row_orden_qtdd, .row_orden_real{
	float: left;
}
.row_orden_preco{
	width: 37%;
}
.row_orden_qtdd{
	width: 33%;
}
.row_orden_real{
	width: 30%;
}
.row-book .fa{
	font-size: 7px;
    margin-left: 2px;
    vertical-align: middle;
}
.section_book h1 .fa{
	margin-left: 5px;
}
.section_book_full .b-book{
	height: 788px !important;
}

/* new */
.box_percent{
	margin: 5px -3px;
}
.box_percent_item{
	float: left;
	width: 20%;
	padding: 0 3px;
}
.box_percent_item span{
	border: 1px solid #aaa;
	font-size: 11px;
	opacity: 0.8;
	cursor: pointer;
	width: 100%;
	display: block;
}
.box_percent_item span:hover{
	background-color: #fafafa;
	opacity: 1;
}

/* cotacao */
.book .icon_mercado_dir{
	display: none;
	height: 14px;
	width: auto;
	vertical-align: sub;	
}
.box-ta-cotacao p{
	margin: 0;
}
.box-ta-cotacao .pull-left{
	font-size: 12px;
	line-height: 18px;
	color: #777;
}
.box-ta-cotacao .pull-right{
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.box-ta-cotacao hr{
	margin: 3px 0;
}
.cotdt-item small{
	opacity: 0.7;
	vertical-align: bottom;
}

/* grafico */
.chart_book iframe{
	width: 100%;
}
.tv_chart_buttons .btn{
	padding: 1px 8px;
    line-height: 1.3;
    font-size: 13px;
    border-color: #ccc;
    margin-bottom: 2px;
}

.table-ordens tbody tr td.icon, .table-ordens thead tr th.icon {
    width: 25px !important;
    height: auto !important;
    font-size: 16px !important;
    text-align: center;
}
.table-ordens tbody tr td{
	vertical-align: middle !important;
	padding: 4px 2px !important;

}
.table-ordens tbody tr:hover{
	cursor: pointer;
	background-color: #f4f4f4;
}