/* PLANTÃO DE VENDAS */
.ux_plantao{
	display: block;
	position: fixed;
	bottom: 0px;
	right: 20px;
	width: 100%;
	max-width: 320px;
	z-index: 99999;
	box-shadow: 0px 5px 3px 2px rgba(0,0,0,0.4);
}
.ux_plantao_titulo{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 30px;
	box-shadow: none;
	padding: 5px 10px;
	background-color: #0089c6;
	border-radius: 4px 4px 0px 0px;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: none;
}
.ux_plantao_titulo:hover{
	background-color: #0079B6;
}
.ux_plantao_ptArea{
	display: block;
	width: 100%;
	height: 280px;
	background-color: #FFF;
	padding: 5px 10px;
	border-left: 1px solid #0089c6;
	border-right: 1px solid #0089c6;
	border-bottom: 1px solid #0089c6;
	overflow-x: hidden;
	overflow-y: scroll;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: none;
}
.plantaoSocket-corretor-area{
	position: relative;
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #F4F4F4;
	margin-bottom: 10px;
	min-height: 55px;
	cursor: pointer;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-shadow: none;
}
.plantaoSocket-corretor-area:hover{
	background-color: #EEE;

}
.plantaoSocket-corretor-icon{
	float: left;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	vertical-align: top;
	margin: 0px 5px 0px 0px;
}
.ux_plantao_qt{
	display: block;
	position: absolute;
	top: 10px;
	right: 30px;
	color: #FFF;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.plantaoSocket-corretor-title{
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.plantaoSocket-corretor-body{
	display: block;
	font-size: 12px;
}
.plantaoSocket-corretor-online:before{
	position: absolute;
	top: 35px;
	left: 30px;
	content: "";
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #009E1D;
}


/* UX GALERIA */
.ux-galeria{
	display: block;
	position: relative;
	width: 100%;
	padding: 0px;
	background-color: #EEE;
	outline: none;
}
.galeria-full-screen{
	position: fixed !important;
	z-index: 9998 !important;
	top: 0px !important;
	left: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
}
.galeria-full-screen .ux-galeria-canvas{
	background-color: #000;
}
.ux-galeria-canvas{
	position: relative;
	display: block;
	background-color: #CCC;
	background-image: url(/jnh/gifs/loading.gif);
	background-size: 32px 32px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: inherit;
	height: inherit;
	min-height: 150px;
	max-width: inherit;
	max-height: inherit;
	overflow: hidden;
}
.ux-galeria-canvas div{
	display: table-cell;
	vertical-align: middle;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
	padding: 0px;
	margin: 0px;
}
.ux-galeria-canvas-hidden div{
	display: none;
}
.ux-galeria-canvas img{
	max-width: inherit;
	max-height: inherit;
	padding: 0px;
	margin: 0px;
}
.ux-galeria-top{
	position: absolute;
	z-index: 4;
	display: block;
	top: 0px;
	right: 0px;
	left: 0px;
	text-align: right;
}
.ux-galeria-fullscreen{
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 10px;
	background-image: url(/jnh/icones/ux-galeria.png);
	background-repeat: no-repeat;
	background-size: 40px 120px;
	background-position: 0px -20px;
	opacity: 0.3;
}
.ux-galeria-fullscreen-exit{
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 10px;
	background-image: url(/jnh/icones/ux-galeria.png);
	background-repeat: no-repeat;
	background-size: 40px 120px;
	background-position: -20px -20px;
	opacity: 0.3;
}

.ux-galeria-slide{
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 10px;
	background-image: url(/jnh/icones/ux-galeria.png);
	background-repeat: no-repeat;
	background-size: 40px 120px;
    background-position: 0px 0px;
	opacity: 0.3;
}
.ux-galeria-slide-pause{
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	margin: 10px;
	background-image: url(/jnh/icones/ux-galeria.png);
	background-repeat: no-repeat;
	background-size: 40px 120px;
    background-position: -20px 0px;
	opacity: 1;
}
.ux-galeria-nav{
	position: absolute;
	display: block;
	z-index: 4;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.ux-galeria-left{
	display: inline-block;
	float: left;
	cursor: pointer;
	width: 40px;
	height: 40px;
	opacity: 0.3;
	background-image: url(/jnh/icones/ux-galeria.png);
	background-repeat: no-repeat;
	background-size: 40px 120px;
	background-position: 0px -80px;
}
.ux-galeria-right{
	display: inline-block;
	float: right;
	cursor: pointer;
	width: 40px;
	height: 40px;
	opacity: 0.3;
	background-image: url(/jnh/icones/ux-galeria.png);
	background-repeat: no-repeat;
	background-size: 40px 120px;
	background-position: 0px -40px;
}

.ux-galeria-legenda{
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	font-size: 1.1em;
}
.ux-galeria-left:hover,
.ux-galeria-right:hover,
.ux-galeria-fullscreen:hover,
.ux-galeria-fullscreen-exit:hover,
.ux-galeria-slide:hover,
.ux-galeria-slide-pause:hover{
	opacity: 1;
}

.ux-banner{
	display: table;
	width: 100%;
	min-height: 80px;
	background-color: #707070;
	position: relative;
	padding: 0px;
	-webkit-animation: all 0.25s ease-in-out;
	-moz-animation: all 0.25s ease-in-out;
	-o-animation: all 0.25s ease-in-out;
	-ms-animation: all 0.25s ease-in-out;
	animation: all 0.25s alternate;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.ux-banner-pad{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
	padding: 10px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.ux-banner-canvas{
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
}
.ux-banner-nav{
	display: table;
	position: absolute;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 10px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.ux-banner-nav span{
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #AAA;
	border-radius: 50%;
	color: #FFF;
	margin: 5px 10px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8), 2px 2px 4px rgba(0,0,0,0.8);
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-animation: all 0.25s ease-in-out;
	-moz-animation: all 0.25s ease-in-out;
	-o-animation: all 0.25s ease-in-out;
	-ms-animation: all 0.25s ease-in-out;
	animation: all 0.25s alternate;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.ux-banner-nav-active{
	background-color: #008A8D !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0px 5px !important;
	-webkit-animation: all 0.25s ease-in-out;
	-moz-animation: all 0.25s ease-in-out;
	-o-animation: all 0.25s ease-in-out;
	-ms-animation: all 0.25s ease-in-out;
	animation: all 0.25s alternate;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.ux-banner-nav span:hover{
	background-color: #707070 !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0px 5px !important;
	-webkit-animation: all 0.25s ease-in-out;
	-moz-animation: all 0.25s ease-in-out;
	-o-animation: all 0.25s ease-in-out;
	-ms-animation: all 0.25s ease-in-out;
	animation: all 0.25s alternate;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.ux-banner-canvas img{
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
	box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.1);
}

.ux-share{}
.ux-share div{
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.ux-share img{
	height: 60px;
	width: 60px;
	cursor: pointer;
}
.ux-share div:hover{
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.2);
}

@media all and (min-width: 1281px){
	.ux-share{
		position: absolute;
		width: 65px;
		margin-left: -65px;
	}
	.ux-share div{
		height: 40px;
		width: 40px;
		margin-bottom: 5px;
	}
	.ux-share img{
		height: 40px;
		width: 40px;
	}
}
@media all and (min-width: 961px) and (max-width: 1280px){
	.ux-share{
		text-align: center;
	}
	.ux-share div{
		margin-right: 5px;
		height: 40px;
		width: 40px;
	}
	.ux-share img{
		height: 40px;
		width: 40px;
	}
}
@media all and (min-width: 641px) and (max-width: 960px){
	.ux-banner{
		background-color: #FFF;
	}
	.ux-share{
		text-align: center;
	}
	.ux-share div{
		margin-right: 5px;
	}
}
@media all and (min-width: 422px) and (max-width: 640px){
	.ux-banner{
		background-color: #FFF;
	}
	.ux-share{
		text-align: center;
	}
	.ux-share div{
		margin-right: 5px;
	}
}
@media all and (max-width: 421px){
	.ux-banner{
		background-color: #FFF;
	}
	.ux-share{
		text-align: center;
	}
	.ux-share div{
		margin-right: 5px;
	}
}