*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-size: 100%;
	height: 100%;
}

body {
	color: #666;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', Arial, "Helvetica", Helvetica,  sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	position: relative;
	cursor: default;
}

a {
	color: #ff5312;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

|:-moz-any-link:focus {
	outline: none;
}

|:focus {
	outline: none;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	padding: 0px 2px 0px 2px; border: 1px dotted transparent;
}

textarea {
	resize: none;
}

hr {
	background: #ccc;
	height: 1px;
	margin: 20px 0 10px 0;
	border: none;
}
.content.full_content img {
	max-width: 100%;
}
img,
object,
embed {
	/*max-width: 100%;*/
	height: auto;
}

object,
embed {
	height: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
	max-width: none !important;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
}

img {
	display: inline-block;
	vertical-align: middle;
}

.clear {
	width: 100%;
	height: 0;
	clear: both;
}

ol li {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 0;
}
ol {
	margin: 0 0 0 -20px;
}

.fixed_center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.border {
	border: 1px solid #cccccc;
}

/***** Header ******/
#wrap_header {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 110px;
	background: #000 none no-repeat center center;
	border-top: 5px solid #ff5312;
}

#wrap_header.clientes {
	background: #444 none no-repeat center center;
}

#wrap_header > #header {
	position: relative;
	display: block;
	min-width: 320px;
	max-width: 980px;
	margin: 0 auto;
	text-align: right;
}

#wrap_header > #header > * {
	display: none;
	text-align: left;
}

#wrap_header > #wrap_menu {
	margin: 0 auto;
	position: relative;
	top: 50px;
	max-width: 980px;
	z-index: 9999;
}

#wrap_header > #wrap_menu > #wrap_mobile_menu {
	display: block;
	margin: 0 auto;
	max-width: 980px;
	position: relative;
	z-index: 9998;
}

#wrap_header > #header > #main_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 110px;
	display: block;
	padding: 0;
	margin: 0;
	z-index: 10000;
}

#wrap_header > #header > #main_logo > a {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 110px 0 0 0;
	background: transparent url(../img/zonesoft.png) no-repeat center left;
}

#wrap_header > #header > #contactos_header {
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
	background: transparent url(../img/aba_menu_top.png) no-repeat top center;
	margin-top: 0;
	width: 200px;
	height: 38px;
	text-align: center;
}

#wrap_header > #header > #contactos_header > ul, #wrap_header > #header > #contactos_header > ul li {
	list-style: none outside;
}

#wrap_header > #header > #contactos_header ul {
	position: relative;
	top: 5px;
	padding: 0;
	margin: 6px 0 0 0;
	text-align: right;
	letter-spacing: -0.25em;
	display: inline;
}

#wrap_header > #header > #contactos_header > ul li {
	padding: 0;
	display: inline-block;
	letter-spacing: normal;
	text-align: center;
	margin: 0 0 2px 5px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}

#wrap_header > #header > #contactos_header > ul li > a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#wrap_header > #header > #contactos_header > ul li > a:hover {
	color: #000;
}

#wrap_header > #header > #reserved_access_links {
	display: inline-block;
	padding: 0 0 0 25px;
	margin: 0;
}

#wrap_header > #header > ul#reserved_access_links, #wrap_header > #header > ul#reserved_access_links > li  {
	list-style: none outside;
}

#wrap_header > #header > ul#reserved_access_links {
	text-align: right;
	letter-spacing: -0.25em;
}

#wrap_header > #header > ul#reserved_access_links > li {
	padding: 0;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	margin: 0;
}

#wrap_header > #header > ul#reserved_access_links > li	> a:before {
	content: "\00A0\00A0|\00A0\00A0";
}

#wrap_header > #header > ul#reserved_access_links > li:first-child > a:before {
	content: "";
}

#wrap_header > #header > ul#reserved_access_links > li	> a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 55px;
	line-height: 43px;
}

#wrap_header > #header > ul#reserved_access_links > li	> a:hover, #wrap_header > #header > ul#reserved_access_links > li.active  > a {
	color: #CCFFFF;
}

#wrap_header > #header > #main_menu {
	position: absolute;
	top: 55px;
	right: 0px;
	width: 740px;
	height: 55px;
	display: block;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', Arial, sans-serif;
	white-space: nowrap;
}

#mobile_menu {
	display: none;
	visibility: hidden;
}

.wrap_main_menu {
	display: block !important;
}

nav {
	display: block !important;
	text-align: center;
	position: relative;
	right: 0;
	float: right;
}

nav ul {
	margin: 0;
	padding:0;
	list-style: none;
}

nav ul li ul{
	background: #000;
}

#wrap_header.clientes > #wrap_menu > #wrap_mobile_menu > nav ul li ul {
	background: #444;
	position: absolute;
}

.nav a {
	display:block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	padding: 0.7em 0.7em 1.0em 0.7em;
	text-transform: uppercase;
	letter-spacing: normal;
	position: relative;
}

#menu_clientes.nav a {
	font-size: 16px;
}

.nav{  
	vertical-align: top;
	display: inline-block;
}

.nav li {
	position: relative;
}

.nav > li { 
	float: left;
} 

.nav li:hover > a {
	color:#ff5312;
}

.nav > li:last-child {
	margin-right: 0;
}

.nav li li a {
	margin-top: 1px;
}

.nav > li > a.active,
.nav > li.active > a,
.nav > li  li.active > a {
	color:#ff5312;
}

.nav li a:first-child:nth-last-child(2):before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	top: 50% ;
	right:5px;
}

/* submenu positioning*/
.nav ul {
	position: absolute;
	white-space: nowrap;
	z-index: 999;
	left: -99999em;
	border-radius: 0 0 5px 5px;
}

.nav > li:hover > ul {
	float: left;
	left: auto;
	min-width: 100%;
	/* position: relative; */
	text-align: left;
}

.nav > li li:hover > ul {
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* arrow hover styling */
.nav li li > a {
	font-size: 15px;
	font-weight: 400;
	padding: 0.7em;
}

.nav li li:hover > a {
	background: none;
}

.nav > li:hover > a:first-child:nth-last-child(2):before {
	margin-top:-5px
}

.nav li li > a:first-child:nth-last-child(2):before {
	margin-top: -5px
}

.nav li li:hover > a:first-child:nth-last-child(2):before {
	right: 10px;
}

/***** Top Slide *****/
.lightbox_container{
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%; height: 100%;
	padding: 0;
	margin: 0 auto;
	top: 0;
	left: 0;
	display: table !important;
	z-index: 199;
}

/***** Main Content ******/
#wrap_content {
	width: 100%;
	margin: 0 auto 25px auto;
	display: table;
	position: relative;
	top: 0;
}

#wrap_content .banner {
	display: block;
	margin: 20px auto 0;
}

.top_content {
	min-width: 320px;
	max-width: 980px;
	margin: 10px auto 0;
	height: 25px;
}

.top_content h3 {
	font-weight:bold;
	font-size: 18px;
	color: #ff5312;
	padding-right: 20px;
	display: inline-block;
	margin-top: 0;
}

.top_content span {
	font-size: 12px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

.top_content span a {
	font-size: 12px;
	color: #ff5312;
	text-decoration: none;
}

.top_content span a:hover {
	text-decoration: underline;
}

.register {
	float: right;
	display: block;
	padding: 18px 0 0 0;
	text-align: right;
}

.register a {
	font-size: 16px;
	color: #ff5312;
	text-align: right;
}

.main_content {
	min-width: 320px;
	max-width: 980px;
	margin: 25px auto 0;
}

.main_content h3.login_title {
	text-align: center
}

.container {
	min-width: 320px;
	max-width: 980px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	padding: 0;
}

.container.empty {
	border-top: 1px solid #cccccc;
}

.container h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ff5312;
	margin: 20px;
	text-transform: uppercase;
}

.container h3 span {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.large_content {
	border-top: 1px solid #cccccc;
	display: inline-block;
	width: 979px;
	padding: 40px 60px 60px 60px;
	vertical-align: top;
}

.large_content h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: none;
	margin: 0;
}

.large_content h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.full_content {
	width: 100% !important;
}

.content {
	display: inline-block;
	width: 675px;
	padding: 40px 40px;
	vertical-align: top;
	position: relative;
}

.content.tickets {
	display: inline-block;
	width: 710px;
	padding: 10px 30px 40px 0;
	vertical-align: top;
	position: relative;
}

.content > h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.content > h1.sem_formatacao {
	text-transform: none;
}

.content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	margin: 0;
}

.content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.content > .main_img {
	margin: 0;
}

.content > .main_img > img {
	width: 100%;
	height: auto;
	margin: 20px 0 0;
}

.content.tickets > h1 {
	font-size: 2em;
	text-transform: none;
	color: #666;
}

.content h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.content h6 {
	font-size: 12px;
	font-weight: bold;
	color: #ff5312;
	margin: 0 0 10px 0;
}

.content p {
	font-size: 13px;
	line-height: 20px;
	color: #666;
	margin: 0 0 10px 0;
}

.content p a {
	color: #000;
}

	.content p a:hover {
		color: #666;
	}

.content p .strong_black {
	font-weight: bold;
	color: #000;
}

.content hr {
	height: 0px;
	margin: 20px 0 40px 0;
	border-top: 1px solid  #000;
}

.content ul {
	margin: 0 0 40px 0;
	font-size: 12px;
	line-height: 20px;
}

.content > .categorias {
	margin: 0 0 40px 0;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	font-family: Georgia, Times;
	font-style: italic;
	display: inline;
	font-size: 18px !important;
	line-height: 24px !important;
}

/***** Sidebar *****/
.full_container > .sidebar,
.full_container > .sidebar > h3,
.full_container > .sidebar > p {
	width: 100%;
	margin: 0;
}

.full_container > .sidebar > p.login_new_agente {
	margin-top: 10px; margin-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	border-top: 1px solid #ccc;
}

.sidebar {
	display: inline-block;
	vertical-align: top;
	background: #eee;
	margin: 40px 25px 25px 0;
}

.sidebar.area_reservada {
	width: 100%;
	margin: 15px 0 0 0;
}

.sidebar.banner {
	width: 100%;
	margin: 15px 0 0 0;
}

.sidebar.banner img {
	margin: 0;
}

.sidebar.website {
	width: 260px;
	margin: 15px 0 0 0;
}
.sidebar.website img {
	margin: 0 !important;
}

.sidebar ul {
	padding-right: 10px;
}

.sidebar img {
	display: inline-block;
	margin: 20px 0 0 0;
}

.sidebar h2 {
	width: 260px;
	padding: 20px 30px 0;
	font-size: 17px;
	color: #000;
	font-weight: 600;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.sidebar h2.login_title {
	padding-bottom: 20px;
	border-bottom: 5px solid #fff;
	margin: 0;
	width: 100%;
}
/*
.sidebar h2 {
	width: 260px;
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 20px 30px;
	background: #ff5312;
	line-height: 20px;
	border-top: 10px solid #fff;
}

	.sidebar h2 a {
		color: #fff;
	}
*/
#wrap_login > .sidebar > .login_title {
	text-transform: uppercase;
	padding: 15px 30px;
}

.sidebar h3 {
	width: 100%;
	display: block;
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 15px 30px;
	background: #ff5312;
	line-height: 20px;
	/* border-top: 10px solid #fff; */
}

	.sidebar h3 a {
		color: #fff;
	}

.sidebar h4 {
	background: none repeat scroll 0 0 #ff5312;
	border-top: 10px solid #fff;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 20px 30px;
	width: 260px;
}

	.sidebar h4 a {
		color: #fff;
	}

.sidebar h5 {
	width: 260px;
	padding: 20px 30px 0;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin: 0;
	border-top: 10px solid #fff;
	text-transform: uppercase;
}

.sidebar p {
	width: 100%;
	padding: 0 35px 5px 35px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.sidebar ul {
	margin-top: 5px;
}

.inside_sidebar {
	display: inline-block;
	vertical-align: top;
	background: #eee;
	margin: 20px 0;
	width: 210px;
}

.inside_sidebar img {
	display: inline-block;
	margin: 20px 0 0 0;
}

.inside_sidebar h1 {
	width: 245px;
	padding: 30px 20px 0 0;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.inside_sidebar p {
	width: 245px;
	padding: 0 30px 5px 0;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 18px;
}

.inside_sidebar h2 {
	width: 210px;
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 20px;
	background: #ff5312;
	line-height: 20px;
}

	.inside_sidebar h2 a {
		color: #fff;
	}

/***** Slideshow *****/
.slideshow {
	width: 980px;
	height: 480px;
	margin: 0 auto;
}

/***** Stores Map *****/
#mapa {
	margin: 0 auto;
	height: 430px;
}
.google_map {
	width: 980px;
	height: 435px;
	margin: 0 auto;
}

.store_choice {
	width: 978px;
	padding: 20px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background: #534846;
	margin: -5px 0 0 0;
}

.store_choice_list {
	display: inline-block;
	float: right;
}

.store_choice_list span {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0;
}

.regions_dropmenu {
	display: inline-block;
	margin-top: -5px;
	color: #999;
}

.stores_map {
	width: 980px;
	border: 1px solid #cccccc;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.stores_map h3 {
	padding: 0 0 0 20px;
}

.stores_list {
	width:900px;
	height: 330px;
	margin: 0 auto 30px;
	overflow: auto;
}

.account_list {
	width:780px;
	height: 300px;
	margin: 0 auto;
	overflow-y: scroll;
}

/***** Bottom Highlights *****/
.bottom_content {
	max-width: 980px;
	min-width: 320px;
	margin: 0 auto;
	display: table;
}

.highlights {
	float: left;
	clear: none;
	width: 318px;
	margin-right: 13px;
}

.highlights:nth-child(3) {
	float: left;
	clear: none;
	width: 318px;
	margin-right: 0;
}

.highlights img {
	width: 318px;
	height: 140px;
	margin-bottom: 5px;
}

.highlights h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 13px;
	color: #333;
	display: block;
	text-transform: uppercase;
}

.highlights h2 a {
	color: #333;
	text-decoration: none;
}

.highlights h2 a:hover {
	text-decoration: underline;
}

.highlights .description {
	font-size: 14px;
	color: #666;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0;
	height: 40px;
}

.highlights .description a {
	color: #666;
	text-decoration: none;
}

.highlights .description a:hover {
	text-decoration: underline;
}

.highlights .more a {
	font-size: 14px;
	color: #fff;
	padding: 10px 35px;
	background: #999;
	border-radius: 5px;
	display:inline-block;
	text-decoration: none;
}

.highlights .more a:hover {
	background: #666;
	text-decoration: none;
}

/***** News *****/
.main_news_content {
	max-width: 980px;
	min-width: 320px;
	margin: 25px auto 0;
	position: relative;
}

.wrap_news_content {
	max-width: 980px;
	min-width: 320px;
	margin: 0 auto;
	overflow-x: hidden;
}

.main_news_content > div {
	overflow: hidden;
	max-width: 100%;
}

.news_content {
	width: 1000px;
	margin: 0 auto;
}

.news_highlights {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 0 30px 0; padding-bottom: 50px;
}

.news_highlights.details {
	padding-bottom: 0;
}

.news_highlights_img {
	width: 980px;
	height: 270px;
	overflow: hidden;
	margin-bottom: 5px;
}

.news_highlights_img img {
	width: 980px;
	/*bottom: 50%;*/
	position: relative;
}

.news_highlights_img_details h2 {
	background: none repeat scroll 0 0 #ff5312;
	left: 0; bottom: 0;
	color: #fff !important;
	padding: 5px 10px;
	position: absolute;
}

.news_highlights_img_details_img {
	border: 1px solid #dedede;
}

.news_highlights h2 {
	margin: 10px 0 0 0;
}

.news_highlights h2 {
	color: #ff5312;
}

.news_highlights .more a {
	position: absolute;
	right: 2px;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	padding: 10px 35px;
	background: #ff5312;
	border-radius: 5px;
	display:inline-block;
	text-decoration: none;
}

.main_news_content .back a,
.news_highlights .back a {
	font-size: 12px;
	color: #fff;
	padding: 5px 15px;
	background: #999;
	border-radius: 5px;
	display:inline-block;
	text-decoration: none;
}

.main_news_content .back a:hover,
.news_highlights .back a:hover {
	background: #666;
}

/*
.news_highlights p.date,
.news_resume p.date{
	font-size: 10px;
	color: #fff;
	margin-top: 5px;
	padding: 5px 10px 5px 30px;
	border-radius: 5px;
	display: inline-block;
	background: #ff5312 url(../img/date_icon.png) no-repeat 8px center;
}
*/

.news_highlights p.date,
.news_resume p.date{
	font-size: 10px;
	color: #999;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	display: inline-block;
}

.news_highlights .more a:hover {
	background: #666;
	text-decoration: none;
}

.news {
	float: left;
	clear: none;
	width: 300px;
	margin-right: 40px;
}

.news_resume {
	position: relative;
	display: inline-block;
	width: 300px;
	margin-right: 36px; padding-bottom: 50px;
	vertical-align: top;
}

.news_resume:nth-child(3n+3) {
	margin-right: 0;
}

.news_resume img {
	width: 300px;
	margin-bottom: 5px;
	border: 1px solid #dedede;
}

.news_resume h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: block;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

.news_resume .description {
	font-size: 13px;
	color: #666;
	margin: 10px 0;
	padding: 0;
	height: 54px;
	overflow: hidden;
}

.news_resume .description  p {
	margin: 0;
}

.news_resume > h2 > a {
	color: #333;
	text-decoration: none;
}

.news_resume > h2 > a:hover {
	color: #333;
	text-decoration: underline;
}

.news_resume > .description > a {
	color: #666;
	text-decoration: none;
}

.news_resume > .description > a:hover {
	color: #666;
	text-decoration: underline;
}

.news_resume .more a {
	text-transform: uppercase;
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #ff5312;
	padding: 10px 0;
	background: none;
	border-radius: 5px;
	display:inline-block;
	text-decoration: none;
}

.news_resume .more a:hover {
	background: none;
	text-decoration: underline;
	color: #ff5312;
}

.fotos_thumbs {
	position: relative;
	width: 311px;
	height: 190px;
	padding: 10px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 20px 20px 0;
	overflow: hidden;
}

.fotos_thumbs:nth-child(3n+3) {
	margin-right: 0;
}

.fotos_thumbs h2 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	background: rgba(0,0,0,0.5);
	color: #fff;
	z-index: 9;
	width: 289px;
	padding: 5px;
	bottom: 10px;
}

.thumbs {
	position: relative;
	height: 168px;
	overflow: hidden;
}

/*
.new_thumbs {
	width: 298px;
	height: 140px;
	overflow: hidden;
	margin-bottom: 5px;
}
*/

.thumbs img {
	width: 100%;
	/*bottom: 50%;*/
	position: relative;
}

#lightbox-container-image-box {
	height: 600px !important;
}

#feed h3 {
	color: #ff5312;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 0 0;
	text-transform: uppercase;
}

.feed_resume {
	position: relative;
	top: -10px;
	display: inline-block;
	width: 100%;
	padding: 15px 0 40px;
	vertical-align: top;
	border-top: 1px solid #ccc
}

.feed_resume.inside{
	padding: 0 0 15px;
	vertical-align: top;
	border-top: none;
	border-bottom: 1px solid #ccc;
}

.feed_resume.inside:last-child {
	padding: 0
}

.feed_resume img {
	border: 1px solid #dedede;
	float: left;
	margin: 12px 10px 0 0;
	height: 73px;
}

.feed_resume h2 {
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 0;
	text-transform: uppercase;
	top: -12px;
}

.feed_resume .description {
	color: #666;
	display: inline;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.feed_resume .description > p,
.feed_resume .description >  a {
	display: inline;
}

.feed_resume .description >  a {
	text-decoration: none;
}

.feed_resume .date {
	color: #666;
	font-size: 10px;
	margin: 3px 0;
}

.feed_resume .more a {
	text-transform: uppercase;
	position: absolute;
	right: 0;
	font-size: 11px;
	color: #ff5312;
	padding: 10px 0;
	background: none;
	border-radius: 5px;
	display:inline-block;
	text-decoration: none;
}

.feed_resume .more a:hover {
	background: none;
	text-decoration: underline;
	color: #ff5312;
}

.feed_resume h2 a {
	text-decoration: none;
	color: #333;
}

.feed_resume  h2 a:hover {
	text-decoration: underline;
	color: #333;
}

.feed_resume .description a {
	text-decoration: none;
	color: #666;
}

.feed_resume .description a:hover {
	text-decoration: underline;
	color: #666;
}

.feed_resume.news {
	border-top: 0;
	padding: 5px 0;
	height: 30px !important;
}

.feed_resume .all_news a {
	text-transform: uppercase;
	position: absolute;
	right: 0;
	font-size: 11px;
	color: #ff5312;
	padding: 5px 0;
	background: none;
	border-radius: 5px;
	display:inline-block;
	text-decoration: none;
	border: 0;
}

.feed_resume .all_news a:hover {
	background: none;
	text-decoration: underline;
	color: #ff5312;
}

/***** Suporte Comercial *****/
.feed_suporte_comercial {
	position: relative;
	top: -10px;
	display: inline-block;
	width: 100%;
	padding: 15px 0 0;
	vertical-align: top;
}

.feed_suporte_comercial > img,
.feed_suporte_comercial > a > img {
	border: 1px solid #dedede;
	float: left;
	margin: 12px 10px 0 0;
	height: 73px;
}

.feed_suporte_comercial > .description {
	color: #666;
	display: inline;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.feed_suporte_comercial > p.description  {
	display: block
}

.feed_suporte_comercial > .description > a {
	display: inline;
	text-decoration: none;
}

h3.suporte_comercial_cat  {
	color: #666;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 1px solid #ff5312;
	padding: 0;
	margin: 10px 0 0;
	display: block;
	width: 100%;
	text-transform: uppercase;
}

.feed_suporte_comercial > h2  {
	color: #333;
	font-size: 14px;
	padding: 0;
	margin: 10px 0 0;
	display: inline-block;
}

.feed_suporte_comercial > h2 > a {
	text-decoration: none;
	color: #333;
}

.feed_suporte_comercial  > h2 > a:hover {
	text-decoration: underline;
	color: #333;
}

.feed_suporte_comercial > .description a {
	text-decoration: none;
	color: #666;
}

.feed_suporte_comercial > .description > a:hover {
	text-decoration: underline;
	color: #666;
}



/***** FAQ's *****/
/***** Accordion *****/
dl#accordion {
	margin: 0;
	padding: 0;
	counter-reset: my-badass-counter;
}

dl#accordion  dt {
	background: #fff url(../img/arrow_right.png) no-repeat left center;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #ff5312;
	padding: 10px 10px 10px 20px;
	cursor: default;
	border-bottom: 1px solid #ff5312;
}

dl#accordion  dt.active {
	background: #fff url(../img/arrow_down.png) no-repeat left center;
	color: #ff5312;
	padding: 10px 10px 10px 20px;
	margin: 0;
	cursor: default;
}

dl#accordion  dt:hover {
	background: #fff url(../img/arrow_down.png) no-repeat left center;
	color: #ff5312;
	padding: 10px 10px 10px 20px;
	cursor: default;
}

dl#accordion  dt.active:hover {
	background: #fff url(../img/arrow_down.png) no-repeat left center;
	color: #ff5312;
	padding: 10px 10px 10px 20px;
	cursor: default;
}

#accordion dd {
	margin: 0 0 25px 0;
	padding: 0;
}

dl#accordion dd.inactive {
	display: none;
}

#accordion dd > p {
	padding: 0 0 0 20px;
}

.faq_content {
	margin: 50px 0 0 0;
	text-align: right;
}

.hide {
	visibility: hidden;
}

/***** Footer ******/
#wrap_footer {
	width: 100%;
	margin: 0 auto;
	display: table;
}

/***** Sitemap *****/
#wrap_sitemap_footer {
	width: 100%;
	background: #333;
	margin: 0 auto 20px auto;
	padding: 0 0 30px 0;
	display: table;
}

.wrap_footer {
	max-width: 980px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}

.sitemap {
	width: 350px;
	margin: 0;
	float: left;
}

.sitemap h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.sitemap .title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding: 10px 0;
}

.sitemap ul {
	list-style-type: none;
	padding: 0;
	margin-right: 30px;
	float: left;
	clear: right;
	display: block;
}

ul.sitemap ul {
	margin-right: 0px;
}

ul.sitemap ul li {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	float: left;
	clear: none;
	display: block;
}

.sitemap ul li {
	padding: 18px 0 0 0;
}

.sitemap ul li a {
	color: #ccc;
	text-decoration: none;
}

.sitemap ul li a > :last-child {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.sitemap ul li a:hover {
	text-decoration: underline;
}

.premios {
	/* width: 55px; */
	display: inline-block;
	margin: 15px 0 0 0;
	vertical-align: middle
}

.premios ul {
	list-style-type: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
	clear: right;
	display: block;
}

ul.premios ul {
	margin-right: 0px;
}

ul.premios ul li {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	float: left;
	clear: none;
	display: block;
}

.premios ul li {
	padding: 0;
	display: inline-block;
	margin: 0 8px;
}

.premios ul li:last-child {
	padding: 0 0 0 10px;
}

.premios ul li a {
	color: #ccc;
	text-decoration: none;
}

.premios ul li a > :last-child {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.premios ul li a:hover {
	text-decoration: underline;
}

.certificacao {
	width: 100px;
	display: inline-block;
	margin: 15px 0 0 30px;
	vertical-align: middle;
}

.certificacao h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.certificacao .title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding: 10px 0;
}

.certificacao ul {
	list-style-type: none;
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
	clear: right;
	display: block;
}

ul.certificacao ul {
	margin-right: 0px;
}

ul.certificacao ul li {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	float: left;
	clear: none;
	display: block;
}

.certificacao ul li {
	padding: 0;
}

.certificacao ul li a {
	color: #ccc;
	text-decoration: none;
}

.certificacao ul li a > :last-child {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.certificacao ul li a:hover {
	text-decoration: underline;
}

.produtos {
	width: 230px;
	height: 135px;
	display: inline-block;
	margin: 30px 0 0 15px;
	padding: 0 40px;
	vertical-align: middle;
	border-left: 1px solid #fff;
}

.produtos h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.produtos .title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding: 10px 0;
}

.produtos ul {
	list-style-type: none;
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
	clear: right;
	display: block;
}

ul.produtos ul {
	margin-right: 0px;
}

ul.produtos ul li {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	float: left;
	clear: none;
	display: block;
}

.produtos ul li {
	padding: 0;
}

.produtos ul li a {
	color: #ccc;
	text-decoration: none;
}

.produtos ul li a > :last-child {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.produtos ul li a:hover {
	text-decoration: underline;
}

.redes_sociais {
	width: 190px;
	height: 135px;
	display: inline-block;
	margin: 30px 0 0 0;
	padding: 8px 0 0 40px;
	vertical-align: middle;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.redes_sociais h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.redes_sociais .title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	padding: 10px 0;
}

.rede_sociais ul {
	list-style-type: none;
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
	clear: right;
	display: block;
}

ul.redes_sociais ul {
	margin-right: 0px;
}

ul.redes_sociais ul li {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	float: left;
	clear: none;
	display: block;
}

.redes_sociais ul li {
	padding: 0;
}

.redes_sociais ul li a {
	color: #ccc;
	text-decoration: none;
}

.redes_sociais ul li a > :last-child {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.redes_sociais ul li a:hover {
	text-decoration: underline;
}

/***** Footer Stores *****/
.footer_stores {
	width: 260px;
	margin: 15px 0 0 0;
	float: right;
	clear: none;
}

.footer_stores h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.footer_stores h4 {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

.footer_stores ul {
	list-style-type: none;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}

.footer_stores ul li {
	display: block;
	color: #666;
}

.footer_stores ul li a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.footer_stores ul li a > :last-child {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.footer_stores ul li a:hover {
	text-decoration: none;
}

.wrap_footer .footer_social_icons {
	/* width: 30px; */
	display: inline-block;
	margin: 0 5px 0 0;
}

.wrap_footer .footer_social_icons > a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
}

.wrap_footer .footer_produtos_icons > a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
}

.wrap_footer .footer_produtos_icons > a:hover {
	text-decoration: underline;
}

.wrap_footer > .redes_sociais > .footer_social_icons > a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 5px;
}

.wrap_footer > .redes_sociais > .footer_social_icons > a:hover {
	text-decoration: underline;
}

.wrap_footer .footer_social_icons > a > span{
	color: #fff;
	padding: 5px 0 0 10px;
}

.wrap_footer .footer_produtos_icons > a > span{
	color: #fff;
	padding: 5px 0 0 10px;
}

.wrap_footer > div > h4 {
	margin: 10px 0 15px 0;
}

.footer_stores .styled-select option {
	background: #EDEDED;
	color: #333;
	padding: 8px;
	border: 0;
}
#footer_regions_stores_select {
	vertical-align: top;
	width: 253px;
	border: 0;
	border-radius: 5px;
	font-size: 12px;
	height: 27px;
	padding: 6px;
	-webkit-appearance: button;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	appearance: none;
	background: #fafafa url(../img/select_right.png) no-repeat right;
}
#footer_regions_stores_select::-ms-expand {
	visibility: hidden;
}
#map_regions_stores_select {
	margin-top: -5px;
	vertical-align: top;
	width: 163px;
	border: 0;
	border-radius: 5px;
	font-size: 12px;
	height: 27px;
	padding: 6px;
	-webkit-appearance: button;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	appearance: none;
	background: #fafafa url(../img/select_right.png) no-repeat right;
}
#map_regions_stores_select::-ms-expand {
	visibility: hidden;
}

#rgenero_select {
	vertical-align: top;
	width: 220px;
	border: 0;
	border-radius: 5px;
	font-size: 12px;
	height: 27px;
	padding: 6px;
	-webkit-appearance: button;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	appearance: none;
	background: #fafafa url(../img/select_right.png) no-repeat right;
}
#rgenero_select::-ms-expand {
	visibility: hidden;
}
#rgenero_select {
	margin-top: -2px;
	vertical-align: top;
	width: 235px;
	border: 0;
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	padding: 6px;
	-webkit-appearance: button;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	appearance: none;
	background: #fafafa url(../img/select_right.png) no-repeat right;
	border: 1px solid #ccc;
}
#rgenero_select::-ms-expand {
	visibility: hidden;
}

.obrigatorio {
	font-size: 11px;
	color: red;
}

/***** Copyright Footer *****/
.footer {
	max-width: 980px;
	min-width: 320px;
	margin: 0 auto;
	height: 40px;
}

.footer.leads {
	padding: 8px 20px;
	background: rgba(0,0,0,0.5);
	margin-top: -30px;
}

.footer_main_logo {
	width: 115px;
	height: 28px;
	float: left;
	clear: none;
	background: url(../img/zonesoft_logoFooter.png) no-repeat;
	margin: 0 5px 0 0;
}

.header_drop_menus,
.footer_drop_menus {
	display: none;
	visibility: hidden;
}

.footer_menus ul {
	list-style-type: none;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}

.footer_menus ul li {
	display: inline-block;
	color: #666;
	font-size: 11px;
	padding: 0 20px 0 0;
}

.footer_menus ul li a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}

.footer_menus.leads_footer ul li,
.footer_menus.leads_footer ul li a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.footer_menus ul li a > :last-child {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.footer_menus ul li a:hover {
	text-decoration: underline;
}

/* .newsletter {
	position: absolute;
	left: 740px;
	width: 100%;
	display: inline-block;
} */

#fat_footer_newsletter fieldset {
	border: 0 none;
	margin: 25px 0 0 0;
	padding: 0;
	position: relative;
}

#fat_footer_newsletter legend {
	font-family: "Roboto", Arial, "Helvetica", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #fff;
}

#fat_footer_newsletter label {
	display: none;
}

#fat_footer_newsletter input {
	border: 1px solid #333333;
	border-radius: 2px;
	color: #666;
	font-size: 12px;
	padding: 7px 9px;
	width: 230px;
	border-radius: 5px;
	margin-bottom: 4px;
}

#fat_footer_newsletter input[type="submit"] {
	width: inherit;
	position: relative;
	left: 135px;
	top: 6px;
	background: none repeat scroll 0 0 #ff5312;
	border: 0 none;
	border-radius: 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	margin: 0;
	padding: 6px;
	text-transform: uppercase;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}

.footer_logo_yunit {
	width: 140px;
	height: 23px;
	float: right;
	clear: none;
	background: url(../img/yunit_company_logo.png) no-repeat;
	margin: 5px 0 0 0;
}

.footer_logo_yunit.white_logo {
	background: url(../img/YUNIT_Company_logo_white.png) no-repeat;
}

.footer_logo_yunit a {
	width: 140px;
	height: 23px;
	display: block;
}

/***** Tables *****/
/***** Stores List *****/
#stores_list_table {
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
}

#stores_list_table tr:nth-child(odd){
	background: #F4F4F4;
	padding: 20px;
}

#stores_list_table td {
	padding: 10px;
}

#stores_list_table td a {
	color: #ff7423;
	font-size: 12px;
	display: inline-block;
}

#stores_list_table td a:hover {
	color: #6D6D6D;
}

#stores_list_table td a .h3_icon {
	background: url(../img/iconZoneSoftMapa.png) no-repeat 0 0;
	width: 20px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

#stores_list_table td a:hover .h3_icon {
	background: url(../img/iconZoneSoftMapa.png) no-repeat -20px 0;
	width: 20px;
	height: 24px;
	clear: none;
}

#stores_list_table .phone {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

h1.ticket_title {
	color: #ff5312;
}

h3.ticket_title {
	color: #555;
}

.submit_ticket {
	position: relative;
	left: 865px;
	top: -40px;
	display: inline
}

.submit_ticket a {
	text-decoration: none;
}

.submit_ticket a:hover {
	color: #333
}

a.ver_mapa {
	display: block;
	height: 24px;
	background: transparent url(../img/iconZoneSoftMapa.png) no-repeat left top;
	padding: 7px 0 0 25px;
	overflow: hidden;
}

a.ver_mapa:hover {
	background-position: left bottom;
}

/***** Current Account List *****/
/***** Head List *****/
#account_list_head {
	font-size: 13px;
	text-align: left;
	border-collapse: collapse;
	margin-top: 15px;
	width: 800px;
	color: #ff5312;
}

#account_list_head .odd td {
	background: #fff;
	padding: 15px 2px;
	border-bottom: 2px solid #666;
}

#account_list_head td {
	padding: 15px 2px;
	background: #eee;
}

/***** Body List *****/
#account_list_table {
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	width:760px;
}

#account_list_table .odd td {
	padding: 12px 2px;
}
#account_list_table td {
	padding: 12px 2px;
}

#account_list_table td a {
	color: #1080ca;
	font-size: 12px;
	display: inline-block;
}

#account_list_table td a:hover {
	color: #6D6D6D;
}

#account_list_table tr:nth-child(odd){
	background: #eee;
	padding: 12px 2px;
	font-size: 13px;
	color: #333;
}

#account_list_table tr:nth-child(even){
	padding: 12px 2px;
	background: #fff;
	font-size: 13px;
	color: #333;
}

/***** Footer List *****/
#account_list_footer {
	color: #fff;
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	width: 800px;
}

#account_list_footer .odd td {
	padding: 15px 20px;
	width:200px;
}

#account_list_footer .grey {
	background: #999;
	padding: 15px 20px;
}

#account_list_footer .msg {
	width:200px;
}

#account_list_footer td {
	width: 800px;
	padding: 15px 20px;
	background: #ff5312;
}

/**** Forms *****/
.fields {
	width: 235px;
	display: inline-block;
	margin-right: 15px;
}

#fb3form_1 input[type="text"] {
	border: 1px solid #999999 !important;
	margin: 0 0 10px;
	padding: 5px;
	width: 300px !important;
}

#fb3form_1 textarea {
	border: 1px solid #999999 !important;
	border-radius: 2px;
	height: 100px;
	margin: 0 0 10px;
	padding: 5px;
	width: 300px !important;
}

#fb3form_1 input[type="submit"] {
	background: none repeat scroll 0 0 #FBB924;
	border: 0 none;
	border-radius: 2px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: top;
}
#fb3form_1 .fb3ast {
	color: #FC0000;
}

/**** Login *****/
#wrap_login {
	position: relative;
	width: 500px;
	margin: 0 auto;
}

#login {
	background: #eee;
	padding: 40px;
	letter-spacing: -0.25em;
}

#login > * {
	letter-spacing: normal;
}

#login label {
	font-size: 16px;
	padding: 0 0 5px 0;
	margin-right: 20px;
	font-weight: bold;
	display: inline-block;
	width: 234px;
	line-height: 32px;
}

#login label#login_password {
	margin-right: 0;
}

#login input[type=text],
#login input[type=email],
#login input[type=password] {
	color: #666666;
	border: 1px solid #ccc;
	padding: 5px;
	width: 235px;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

#login input[type=submit] {
	float: right;
	font-size: 14px;
	color: #fff;
	padding: 10px 35px;
	background: #ff5312;
	border-radius: 5px;
	display:inline;
	text-decoration: none;
	border: none;
	margin: 15px 0 0 0;
}

	#login input[type=submit]:hover {
		background: #1077ca;
	}

#login .legend {
	margin: 20px 0 10px 0;
	font-size: 11px;
	display: inline-block;
	color: #666;
	line-height: 20px;
}

/**** Register *****/
#register {
	background: #eee;
	padding: 40px;
	letter-spacing: -0.25em;
	width: 572px;
}
#update {
	background: #eee;
	padding: 20px 40px 40px 40px;
	letter-spacing: -0.25em;
	display: inline-block;
	width: 570px;
}

#register > *,
#update {
	letter-spacing: normal;
}

#register label {
	font-size: 12px;
	line-height: 28px;
	padding: 0 0 8px 0;
	margin-right: 20px;
	font-weight: bold;
	display: inline-block;
	width: 234px;
}

#update label {
	font-size: 12px;
	line-height: 28px;
	padding: 0 0 8px 0;
	margin-right: 18px;
	font-weight: bold;
	display: inline-block;
	width: 234px;
}

#register img,
#update img {
	display: inline-block;
	line-height: 20px;
	padding: 0 0 0 5px;
	vertical-align: top;
	cursor: help;
}

#register input[type=text],
#register input[type=email],
#register input[type=password],
#update input[type=text],
#update input[type=email],
#update input[type=password] {
	font-size: 13px;
	color: #666666;
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100%;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

#register input[type=checkbox],
#update input[type=checkbox] {
	vertical-align: text-bottom;
}

#register label#register_email,
#update label#update_email {
	width: 354px;
}

#register input[type=text]#rtelemovel,
#update input[type=text]#utelemovel {
	/* text-align: center; */
	letter-spacing: 0.10em;
}

#register label#register_telemovel {
	width: 115px;
	margin-right: 0;
}

#update label#update_telemovel {
	width: 112px;
	margin-right: 0;
}

#register input[type=text]#rcpostal,
#update input[type=text]#ucpostal {
	/* text-align: center; */
	width: 65px;
	letter-spacing: 0.10em;
}

#register input[type=text]#rcpostal2,
#update input[type=text]#ucpostal2 {
	text-align: center;
	width: 48px;
	letter-spacing: 0.10em;
}

#register input[type=submit],
#update input[type=submit] {
	float: right;
	font-size: 14px;
	color: #fff;
	padding: 10px 35px;
	background: #ff5312;
	border-radius: 5px;
	display:inline;
	text-decoration: none;
	border: none;
	margin: 15px 0 0 0;
}

	#register input[type=submit]:hover,
	#update input[type=submit]:hover {
		background: #1077ca;
	}

#register label#register_nome,
#update label#update_nome {
	width: 490px;
	margin-right: 0;
}

#register input[type=text]#rdata_nascimento,
#update input[type=text]#udata_nascimento {
	/* text-align: center; */
	letter-spacing: 0.10em;
}

#register label#register_dnascimento {
	width: 150px;
}

#update label#update_dnascimento {
	width: 140px;
}

#register label#register_cpostal,
#update label#update_cpostal {
	width: 82px;
}

#register label#register_cpostal2,
#update label#update_cpostal2 {
	width: 52px;
	margin-left: -34px;
}

#register label#register_localidade {
	width: 178px;
	margin-right: 0;
}

#update label#update_localidade {
	width: 181px;
	margin-right: 0;
}

#register label#register_nif,
#update label#update_nif {
	width: 234px;
}

#register label#register_genero,
#update label#update_genero {
	width: 234px;
	margin-right: 0;
}

#register label#register_password2 {
	margin-right: 0;
}

#update label#update_password2 {
	margin-right: 0;
	width: 230px;
}

#register label#rpassword,
#update label#upassword {
	margin-right: 0;
}

#register .legend {
	margin: 15px 0 10px 0;
	font-size: 11px;
	display: inline-block;
	color: #666;
	line-height: 20px;
}

#frm2Login input[type="text"] {
	border: 1px solid #ccc !important;
	margin: 5px 0 10px 0;
	padding: 5px;
	width: 200px !important;
	border-radius: 3px;
}

#frm2Login input[type="number"] {
	border: 1px solid #ccc !important;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 60px !important;
	border-radius: 3px;
}

#frm2Login input[type="submit"] {
	 background: none repeat scroll 0 0 #ff5312;
	border: medium none;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline;
	font-size: 14px;
	margin: 15px 0 0;
	padding: 10px 35px;
	text-decoration: none;
}

.nome_cliente {
	color: #ff5312;
	font-weight: bold;
}

.qrcode {
	display: block;
	margin-top: 10px;
	padding: 20px;
	background: #fff;
}

.qrcode h2 {
	font-size: 18px;
	margin: 60px 0 0 0;
}

.qrcode img {
	margin: 20px;
	display: block;
	width: 300px;
}

.qrcode p {
	display: inline-block;
	line-height:20px;
	width: 300px;
}

.qrcode_link {
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 10px 35px;
	background: #ff5312;
	border-radius: 5px;
	display:inline;
	text-decoration: none;
	border: none;
	margin: 15px 0 0 0;
}

.qrcode_link span {
	font-size: 10px;
	color: #fff;
	padding: 0 35px;
}

	.qrcode_link a:hover {
		background: #1077ca;
	}

.nr_menus {
	font-size: 17px;
	font-weight: bold;
}

ul#clientes_tabs {
	height: 42px;
	position: relative;
	z-index: 2;
	display: block;
	margin: 0;
	padding: 0;
	background: #FFFFFF none no-repeat left top;
}
ul#clientes_tabs, ul#clientes_tabs > li {
	list-style: none outside;
	padding: 0;
	margin: 0;
}
ul#clientes_tabs  {
	display: block;
}
ul#clientes_tabs {
	letter-spacing: -0.25em;
	white-space: nowrap;
}
ul#clientes_tabs > * {
	letter-spacing: normal;
	white-space: normal;
}
ul#clientes_tabs  > li {
	display: inline-block;
	font-family: 'Signika', sans-serif;
	font-size: 13px;
	margin: 0 1px 0 0;
	background: #fff none no-repeat left top;
	border-radius: 2px;
	border: 1px solid #CCCCCC;
	height: 43px;
}
ul#clientes_tabs  > li.active {
	border-bottom: 1px solid #EEEEEE;
	background: none repeat scroll 0 0 #eee;
}
ul#clientes_tabs  > li > a {
	display: block;
	color: #333333;
	padding: 15px 8px;
	overflow: hidden;
	text-decoration: none;
}

ul#clientes_tabs  > li.active  > a, ul#clientes_tabs  > li > a:hover {
	color: #ff5312;
	background: #eee !important;
}

#list_tabs {
	display: block;
	width: 860px;
	border: 1px solid #CCCCCC;
	background: #eee none no-repeat left top;
	margin: 0 0 20px 0;
	min-height: 400px;
}

.panel-wrapper {
	padding: 0 25px 20px 25px;
}

.new-cycle-slideshow {
	position: relative;
	height: 465px;
	overflow: hidden;
	max-width: 980px;
	min-width: 320px;
}
.new-cycle-slideshow > .new-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	max-width: 980px;
	min-width: 320px;
}
.new-cycle-slideshow > .new-slideshow > img,
.new-cycle-slideshow > .new-slideshow > a > img {
	width: 100%;
}
.new-cycle-slideshow > .new-slideshow:first-child {
	display: block;
}
.new-cycle-slideshow .cycle-pager {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	height: 25px;
	width: 100%;
	text-align: center;
}
.new-cycle-slideshow  .cycle-pager > span {
	display: inline-block;
	margin: 5px;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background: transparent url(../img/bullets-destaqueGrande.png) no-repeat left center;
	cursor: pointer;
}
.new-cycle-slideshow  .cycle-pager > span.cycle-pager-active {
	background-position: right center;
}

.stButton .email {
	background-image: url("../img/iconShareFooter.png") !important;
}

.stButton .chicklets {
	width: 30px !important;
	height: 30px !important;
}

.st_email {
	padding: 0;
	width: 30px !important;
	height: 30px !important;
	margin-left: -3px;
}

.stButton {
	padding: 0;
	width: 30px !important;
	height: 30px !important;
}

.infoBox { background-color: #FFF; width: 230px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; border: 4px solid #ff5312; border-radius: 3px; margin-top: 10px }
.infoBox h3 { padding: 0 15px; margin: 9px 0px; font-size:15px; color:#ff5312; }
.infoBox p { padding: 0 0 0 15px; line-height:15px; font-size:13px; color:#000; }
.infoBox:before { border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #ff5312; top: -10px; content: ""; height: 0; position: absolute; width: 0; left: 138px }
.infoBox p {margin: 5px 0 }
.infoBox p.phone {margin: 0 auto; font-size: 12px;}
.infoBox p.email {margin: 0 auto 10px auto; font-size: 12px;}

/***** Overules *****/
.no_margin_top {
	margin-top: 0;
}

.no_margin_right {
	margin-right: 0;
}

.no_margin_bottom {
	margin-bottom: 0;
}

.no_margin_left {
	margin-left: 0;
}

.main_color {
	color: #ff7423;
}

.main_color_light {
	color: #ffaf80;
}

.secondary_color {
	color: #534846;
}

.secondary_color_light {
	color: #999695;
}

.white {
	color: #fff;
}

.bold {
	font-weight: bold;
}

.text_small {
	font-size: 12px;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.text_left {
	text-align: left !important;
}

.text_right {
	text-align: right !important;
}

.text_center {
	text-align: center !important;
}

.text_justify {
	text-align: justify !important;
}

.hide {
	display: none !important;
}

/* ==================================================
	Formulário de Contacto
================================================== */
#contact_form {
	margin: 30px auto 0 auto;
}

#contact_form fieldset {
	padding: 0;
	margin: 0;
	text-align: center;
	border: 0 none;
	height: 100%;
	width: 100%;
}

#contact_form fieldset > div > label,
#contact_form fieldset > div > div > label  {
	color: #ff5312;
	display: block;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	width: 98%;
}

#contact_form fieldset {
	position: relative;
	height: 98%;
	padding: 0;
	margin: 0;
	border: 0;
}

#contact_form fieldset > * {
	letter-spacing: normal;
	text-align: left;
}

#contact_form legend {
	display: none;
}

#contact_form fieldset > div{
	vertical-align: top;
	display: inline-block;
	margin: 0 0 10px 0;
}

#contact_form_empresa_div,
#contact_form_nif_div,
#contact_form_nome_div,
#contact_form_email_div,
#contact_form_telemovel_div,
#contact_form_mensagem_div,
.form_div {
	width: 49.5%;
	display: inline-block;
	margin-bottom: 15px;
}


#contact_form_nif_empresa_div,
#contact_form_localidade_div,
#contact_form_software_div {
	width: 33%;
	display: inline-block;
	margin-bottom: 15px;
}

#contact_form_feedback_div {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

#contact_form fieldset > div > input,
#contact_form fieldset > div > div > input {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	/*
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	*/
	width: 100%;
}

#contact_form fieldset > div > textarea,
#contact_form fieldset > div > div > textarea {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	/*
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	*/
	width: 100%;
	height: 150px;
}

#contact_form fieldset > div > select,
#contact_form fieldset > div > div > select {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	/*
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	*/
	width: 100%;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/* normal button style */
#contact_form  button {
	background: none repeat scroll 0 0 #ff5312;
	border: 0 none;
	color: #fff;
	left: 252px;
	margin: 15px 0 0 0;
	padding: 5px 10px;
	position: relative;
	border-radius: 2px;

}
#contact_form > fieldset > .right_button {
	position: relative;
	left: 400px;

}

/* ==================================================
	Formulário de Helpdesk
================================================== */
#helpdesk_form {
	margin: 30px auto;
}

#helpdesk_form button {
	background: none repeat scroll 0 0 #ff5312;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	left: 252px;
	margin: 15px 0 0;
	padding: 5px 10px;
	position: relative;
}

.right_button {
	float: right;
	position: initial !important;
}

#login_form {
	width: 75%;
	margin: 30px auto 15px;
}

.inscricao_formacao {
	width: 100%;
}

.inscricao_formacao > fieldset  {
	display: inline;
}

.inscricao_formacao > fieldset > div {
	text-align: right;
	margin-bottom: 20px;
}

.inscricao_formacao > fieldset > div > .button {
	background: #333;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	margin-left: 10px;
}

.inscricao_formacao > fieldset > div > .button:hover {
	background: #ff5312;
}

.inscricao_formacao select {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #fff;
	font-size: 12px;
	padding: 3px 10px;
	width: 25%;
}

.inscricao_formacao fieldset {
	padding: 0;
	margin: 0;
	text-align: center;
	border: 0 none;
	height: 100%;
	width: 70%;
}

#helpdesk_form fieldset,
#login_form fieldset {
	padding: 0;
	margin: 0;
	text-align: center;
	border: 0 none;
	height: 100%;
	width: 100%;
}

#helpdesk_form fieldset > div > label,
#login_form fieldset > div > label {
	color: #ff5312;
	display: block;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	width: 98%;
}

#login_form fieldset > div > label {
	width: 100%;
}

#helpdesk_form fieldset,
#login_form fieldset {
	position: relative;
	height: 98%;
	padding: 0;
	margin: 0;
	border: 0;
}

#helpdesk_form fieldset > *,
#login_form fieldset > * {
	letter-spacing: normal;
	text-align: left;
}

#helpdesk_form legend,
#login_form legend {
	display: none;
}

#helpdesk_form fieldset > div {
	vertical-align: top;
	display: inline-block;
	margin: 0 0 10px 0;
}

#login_form fieldset > .password_div,
#login_form fieldset > .retype_password_div {
	width: 100%;
}

#helpdesk_form_email_div,
#helpdesk_form_telemovel_div,
#helpdesk_form_topico_div,
#helpdesk_form_assunto_div{
	width: 49.5%;
	display: inline-block;
	margin-bottom: 15px;
}

#helpdesk_form_nome_div,
#helpdesk_form_mensagem_div,
#login_form_email_div,
#login_form_password_div,
#login_form_submit_div {
	width: 100%;
	display: inline-block;
	/* margin-bottom: 15px; */
}

#helpdesk_form fieldset > div > input,
#login_form fieldset > div > input {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	/*
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	*/
	width: 100%;
}

#login_form fieldset > div > input.full {
	width: 100%;
	text-align: center;
	padding: 10px
}

#login_form fieldset > div > input {
	color: #1a1a1a;
	background: #fafafa;
}

#login_form fieldset > div > input#login_email_input,
#login_form fieldset > div > input#login_password_input {
	width: 100%;
}

#helpdesk_form fieldset > div > select {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	height: 32px;
	/*
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	*/
	width: 100%;
}

#helpdesk_form fieldset > div > textarea {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	/*
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	*/
	width: 100%;
	height: 150px;
}

/* normal button style */
#helpdesk_form > fieldset > .button {
	height: 10px;
	margin-bottom: 20px;
}
#helpdesk_form > fieldset > .button > button,
#login_form button {
	background: none repeat scroll 0 0 #ff5312;
	border: 0 none;
	color: #fff;
	right: 10px;
	bottom: -40px;
	margin: 10px 0;
	padding: 5px 10px;
	/* position: absolute; */
	border-radius: 2px;
}

#login_form button#recuperar_submit {
	background: none repeat scroll 0 0 #000;
	width: 100%;
	text-align: center;
	padding: 6px;

}

#login_form button {
	/* position: initial !important; */

}

#error_div.clientes {
	top: -128px;
	left: -50px;
}

#error_div {
	font-size: 24px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

#error_div.formacoes {
	top: 0;
}

	#error_div p,
	span.error {
		background: none repeat scroll 0 0 #ffcfc4;
		line-height: 28px;
		margin: 0 auto;
		padding: 20px;
		position: relative;
		top: 250px;
		width: 600px;
		text-align: center;
		color: #FF0000;
		font-size: 14px;
	}

	span.error {
		display: inline-block;
		position: inherit;
		width: 100%;
		padding: 10px 0;
		top: 0;
	}

	span.error.recuperar_pass {
		position: absolute;
	}

	#error_div span {
		background: #000;
		padding: 0 10px;
		position: absolute;
		top: 5px;
		right: 5px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		z-index: 9;
	}

	#error_div span a{
		color: #fff;
		font-weight: 700;
	}

#info_div {
	font-size: 24px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
	top: 0;
}

	#info_div  p,
	span.ok {
		background: none repeat scroll 0 0 #b8e2a8;
		line-height: 28px;
		margin: 0 auto;
		padding: 20px;
		position: relative;
		top: 250px;
		width: 600px;
		text-align: center;
		color: #039412;
		font-size: 14px;
	}

	span.ok {
		position: absolute;
		top: 0;
		z-index: 2;
		width: 100%;
		padding: 10px 0;
	}

	span.ok.recuperar_pass {
		position: absolute;
		top: 0;
		z-index: 2;
	}

	span.ok.leads_ok {
		display: inline-block;
		position: relative;
		top: 124px;
		background: none;
		color: #fff;
		width: 100%;
		padding: 10px 0;
	}

	.content.full_content > span.ok {
		display: inline-block;
		position: absolute;
		width: 890px;
		padding: 10px 0;
		top: 15px;
	}

	.content.full_content > div > img {
		max-width: 900px;
	}

	#info_div  span {
		background: #000;
		padding: 0 10px;
		position: absolute;
		top: 5px;
		right: 5px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		z-index: 9;
	}

	#info_div  span a{
		color: #fff;
		font-weight: 700;
	}



.minhas_encomedas tr.header td {
	background: none repeat scroll 0 0 #666;
	font-size: 14px;
	padding: 10px;
	border-right: 1px solid #fff;
	color: #eeeeee;
}

.minhas_encomedas tr > td {
	border-right: 1px solid #fff;
	padding: 10px;
	font-size: 12px;
}

.minhas_encomedas tr > td  > a {
	color: #ff5312 !important;
	text-decoration: none !important;
}

.minhas_encomedas tr > td  > a:hover {
	color: #ff5312 !important;
	text-decoration: underline !important;
}

.cellTituloTabela {
	padding: 10px 5px;
	background: whitesmoke;
	border-right: 1px solid #fff;
}

.cellTituloTabela:last-child {
	border-right: 0;
}

.cellDescricaoTabela {
	padding: 10px 5px;
}

.cellLinhaTabela:nth-child(even) {
	background: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

.cellLinhaTabela:nth-child(odd) {
	background: #dfdfd;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

.voltar {
	position: absolute;
	left: 40px;
	font-size: 16px;
}

.voltar a {
	color: #ff5312;
	text-decoration: none;
}

.voltar a:hover {
	color: #ff5312;
	text-decoration: underline;
}

.no_fixed_height {
	height: initial !important;
	padding-bottom: 40px
}

/***** Cookie message *****/
#cookie-msg {font-size:14px;width:100%;line-height:40px;color:#F7F7F7;font-weight:normal;text-align:center;width:100%;background:#FF5312;position:fixed;top:0;left:0;z-index:10000;padding-bottom:5px;border-bottom:1px solid #ff5312}
#cookie-msg a{color:#F7F7F7;text-decoration:underline;}
#cookie-msg a:hover{color:#333;text-decoration:none;}
#cookie-msg-inner{width:100%;margin:0 auto;overflow:hidden;}
#cookie-msg-inner span{display:inline;}
#cookieClose{display:inline;cursor:pointer;background:#000;line-height:24px;margin-top:7px;margin-left:20px;border:1px solid #DDDDDD;border-radius:3px;padding:0 8px;font-weight:700;color:#FFF;box-shadow:0 0 1px #FFF inset;}
#cookieClose:hover{background:#333;}

/***** Add This Override *****/
.addthis_floating_style {
	/* padding: 5px; */
	position: relative !important;
	text-align: center;
	z-index: 1;
}

.addthis_32x32_style .at15t_email {
	background-position: 0 -5000px !important;
}

.addthis_32x32_style .at15t_compact {
	background-position: 0 -5000px !important;
}

/***** Dialog Override *****/
.ui-widget-overlay {
	background: #000;
	opacity: 0.7;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: url("../img/close_lighbox_bg.png") no-repeat !important;
	border: none;
	position: relative;
	width: 40px;
	height:30px;
}

.ui-state-default .ui-icon {
	background-image: none !important;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
	margin-top: -2px !important;
	padding: 0 !important;
	text-indent: 0 !important;
}

.ui-state-default .ui-icon {
	background-image: url("../img/jquery-ui/images/ui-icons_888888_256x240_white.png");
}

#progress {
	height:40px !important;
}

.ui-widget-header {
	color: #FFFFFF !important;
	font-family: "Roboto", sans-serif !important;
	border: none;
	background: #E3045F;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.ui-dialog .ui-dialog-buttonpane button {
	cursor: pointer;
	font-size: 10px !important;
	margin: 0 !important;
}

.ui-dialog .ui-dialog-content {
	color: #3a3a3a;
	font-family: "Roboto", sans-serif !important;
	min-height: 0 !important;
}

/***** Clientes Dashboard *****/
.large_12 {
	width: 100%;
}

.large_11 {
	width: 91.6667%;
}

.large_10 {
	width: 83.3333%;
}

.large_9 {
	width: 75%;
}

.large_8 {
	width: 66.6667%;
}

.large_7 {
	width: 58.3333%;
}

.large_6 {
	width: 50%;
}

.large_5 {
	width: 41.6667%;
}

.large_4 {
	width: 33.3333%;
}

.large_3 {
	width: 25%;
}

.large_3.xl {
	width: 215px;
}

.large_2 {
	width: 16.6667%;
}

.large_1 {
	width: 8.33333%;
}

.row {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
}

.row.centered {
	text-align: center !important;
}

.row > div > h1 {
	margin-top: 0;
	font-size: 1.3em;
	margin: 0.67em 0;
	text-transform: uppercase;
}

.row > div> span.historico_formacoes {
	display: inline;
	right: 15px;
	position: absolute;
	top: 15px;
}

.columns {
	float: left;
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	vertical-align: top;
}

.columns:first-child {
	margin: 0 !important;
}

.columns:last-child {
	margin: 0 !important;
}

.columns.inside:nth-child(2) {
	padding-left: 0 !important;
}

.columns.inside:last-child {
	padding-right: 0 !important;
}

.wrap {
	background: #fafafa;
}

.wrap.tickets_resume {
	display: table;
	width: 100%;
	padding-bottom: 6px;
	padding-top: 0;
}

.wrap.leads_resume {
	display: table;
	width: 100%;
	padding-bottom: 16px;
	padding-top: 6px;
}

.categorie {
	padding: 5px 5px 5px 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.categorie.suporte {
	background: #fff url(../img/icons/suporte.jpg) no-repeat left top;
}

.categorie.calendario {
	background: #fff url(../img/icons/calendario.jpg) no-repeat left top;
}

.categorie.estatisticas {
	background: #fff url(../img/icons/estatisticas.jpg) no-repeat left top;
}

.categorie.leads {
	background: #fff url(../img/icons/leads.png) no-repeat left top;
}

.categorie.noticias {
	background: #fff url(../img/icons/noticias.jpg) no-repeat left top;
}

.secondary_bg_color {
	background: #535353;
	color: #fff;
	padding: 5px 8px;
	margin: 0;
}

h3.secondary_bg_color {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.secondary_bg_color span {
	float: right;
}

.secondary_bg_color span a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: -2px;
	text-transform: none;
}

.tickets_list {
	/* height: 330px; */
	margin: 0 auto 30px;
	/* overflow: auto;
	box-shadow: 0 0 25px #d1d1d1;
	*/
}

.dia_semana {
	position: relative;
	top: -6px; left: 4px;
	display: inline;
	font-size: 10px;
}

.mes_ano {
	position: relative;
	top: 1px; left: -26px;
	display: inline;
	font-size: 7px;
}

.nr_tickets_abertos {
	width: 100%;
	height: 65px;
	margin-top: 10px;
	border-right: 1px solid #ccc;
}

.nr_tickets_abertos > .number {
	font-size: 60px;
	line-height: 66px;
	color: #ff7423;
	display: inline;
	padding-left: 20px
}

.nr_tickets_abertos > span {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	display: inline-block;
}

.nr_tickets_fechados {
	width: 100%;
	height: 65px;
	margin-top: 10px;
	padding-top: 10px;
	border-right: 1px solid #ccc;
}

.nr_tickets_fechados.last {
	border-right: 0;
}

.nr_tickets_fechados > .number {
	font-size: 40px;
	display: inline;
	padding-left: 20px
}

.nr_tickets_fechados > span {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	display: inline-block;
}

.last_tickets {
	display: block;
	font-size: 10px;
	color: #ff7423;
	padding: 5px 0 3px 0;
}

.last_tickets_list {
	width: 100%;
	position: relative;
	top: -5px;
}

#last_tickets {
	font-size: 14px;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}


#last_tickets td {
	padding: 4px 0 0;
}

#last_tickets td a {
	color: #ff7423;
	font-size: 11px;
	display: block;
	margin-top: -4px;
}

#last_tickets td a:hover {
	color: #6D6D6D;
}

#last_tickets td.resumo {
	width: 65%;
	font-size: 11px;
}

#last_tickets td.tempo_decorrido {
	width: 25%;
	background: transparent url(../img/icons/relogio.jpg) no-repeat left 7px;
	padding-left: 12px;
	font-size: 11px
}

#last_tickets td.detalhes {
	width: 10%;
	text-align: right;
}

/***** Calendário *****/
.cal {
	display: block;
	width: 216px;
}

.cal a {
	text-decoration: none;
}

.cal caption {
	display: block;
	line-height: 32px;
	font-weight: bold;
	color: #e2e2e2;
	text-align: center;
	text-shadow: 0 -1px black;
	background: #333;
	background: rgba(0, 0, 0, 0.35);
	border: 0;
}

.cal caption a {
	display: block;
	line-height: 32px;
	padding: 0 10px;
	font-size: 15px;
	color: #e2e2e2;
}

.cal caption a:hover {
	color: white;
}

.cal caption .prev {
	float: left;
}

.cal caption .next {
	float: right;
}

.cal th, .cal td {
	width: 20px;
	text-align: center;
}

.cal th:first-child, .cal td:first-child {
	border-left: 0;
}

.ui-datepicker-calendar {
	margin-bottom: 0 !important;
}

.ui-datepicker-calendar thead > tr > th > span {
	font-weight: 700;
	font-size: 10px;
	color: #ff7423;
}

.ui-datepicker-calendar tbody {
	height: 132px;
}

.cal th {
	line-height: 16px;
	font-size: 7px;
	color: #696969;
	text-transform: uppercase;
	background: #f3f3f3;
	padding: 0 !important;
	margin-bottom: 0;
}

.cal td {
	font-size: 9px;
	font-weight: bold;
	padding: 0 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	font-size: 10px;
	font-weight: 600 !important;
	color:#ff7423 !important;
}

.cal td a {
	clear: both;
	display: block;
	position: relative;
	width: 20px;
	line-height: 28px;
	color: #666;
	background-image: -webkit-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
	background-image: -moz-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
	background-image: -o-linear-gradient(top, #eaeaea, #e5e5e5 60%, #d9d9d9);
	background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
	-webkit-box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
}

.cal td a:hover, .cal td.off a {
	background: #f3f3f3;
}

.cal td.off a {
	color: #b3b3b3;
}

.cal td.active a, .cal td a:active {
	margin: -1px;
	color: #f3f3f3;
	background: #6dafbf;
	border: 0;
}

.cal td.active:first-child a, .cal td:first-child a:active {
	border-left: 0;
	margin-left: 0;
}

.cal td.active:last-child a, .cal td:last-child a:active {
	border-right: 0;
	margin-right: 0;
}

.cal tr:last-child td.active a, .cal tr:last-child td a:active {
	border-bottom: 0;
	margin-bottom: 0;
}

.cal > div > table > tbody > tr > td > a {
	color: #7f7f7f !important;
}

.cal + .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	border: medium none !important;
	line-height: 20px;
	padding: 0;
	width: 22px;
	height: 22px;
	text-align: center;
}

.cal > div > table > tbody > tr > td > a.ui-state-active {
	font-weight: 700;
	border-radius: 50px;
	display: block !important;
	color: #000 !important;
	border: 1px solid #ff7423 !important;
}

.cal,
.cal > div {
	width: 160px !important;
	border: none;
	background: #f3f3f3;
}

.cal > div > div > .ui-datepicker-title {
	display: inline-block;
	margin: 0;
	padding-left: 5px;
}

.cal > div > .ui-datepicker-header  {
	background: none;
	border: 0;
	position: absolute;
	text-align: left !important;
	width: 120px;
	top: 30px;
}

.cal > div > .ui-datepicker-header > .ui-datepicker-prev {
	position: absolute;
	top: 4px;
	left: 120px;
}

.cal > div > div > a > span.ui-icon-circle-triangle-w {
	background: url('../img/icons/calendario_left.jpg') no-repeat left center;
}

.cal > div > div > a > span.ui-icon-circle-triangle-e {
	background: url('../img/icons/calendario_right.jpg') no-repeat right center;
}

.cal > div > .ui-datepicker-header > .ui-datepicker-next {
	position: absolute;
	top: 4px;
	left: 130px;
}

.ui-datepicker-prev-hover {
	background: url('../img/icons/calendario_left.jpg') no-repeat -999px center !important;
	border: 0 !important;
}

.ui-datepicker-next-hover {
	background: url('../img/icons/calendario_right.jpg') no-repeat -999px  center !important;
	border: 0 !important;
}

.ui-datepicker-year {
	display: none;
}

#grafico_tickets_criados.tickets_criados,
#grafico_tickets_abertos.tickets_abertos,
#grafico_tickets_fechados.tickets_fechados {
	font-size: 12px;
	line-height: 1.2em;
	box-sizing: border-box;
	width: 100%;
	height: 115px;
	background: #fafafa;
}

.legend table {
	border-spacing: 5px;
}

@media screen and (min-width: 980px) {

	/***** Tabela de formações *****/
	table#formacoes a:link {
		color: #ff5312;
		font-weight: bold;
		text-decoration: none;
	}

	table#formacoes a:active,
	table#formacoes a:hover {
		color: #333;
		text-decoration: none;
	}

	table#formacoes {
		color: #666;
		font-size: 12px;
		text-shadow: 0 0 2px #fff;
		background: #eaebec;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		-moz-box-shadow: 0 0 25px #d1d1d1;
		-webkit-box-shadow: 0 0 25px #d1d1d1;
		box-shadow: 0 0 25px #d1d1d1;
	}

	table#formacoes th {
		color: #ff5312;
		text-shadow: none;
		font-size: 14px;
		padding: 10px 12px;
		border-top: 1px solid #ff5312;
		border-bottom: 1px solid #ff5312;
		background: #fff;
		text-align: left !important;
	}

	table#formacoes tr th,
	table#formacoes tr td {
		padding-left: 8px !important;
	}

	table#formacoes tr {
		padding-left: 20px;
	}

	table#formacoes tr td {
		text-align: left !important;
	}

	table#formacoes tr td:first-child {
		border-left: 0;
		width: 255px;
	}

	table#formacoes tr td:nth-child(3),
	table#formacoes tr td:nth-child(5) {
		width: 100px;
	}

	table#formacoes tr td:nth-child(4) {
		width: 120px;
	}

	table#formacoes tr th:nth-child(2),
	table#formacoes tr td:nth-child(2) {
		text-align: left;
	}

	table#formacoes tr td {
		padding: 10px 18px;
		/* border-top: 1px solid #ffffff; */
		border-bottom: 1px solid #e0e0e0;
		/* border-left: 1px solid #e0e0e0; */
		background: #fafafa;
		background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
		background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	}

	table#formacoes tr.even td {
		background: #f6f6f6;
		background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
		background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
	}

	table#formacoes tr:last-child td {
		border-bottom: 0;
	}

	table#formacoes tr:hover td {
		background: #f2f2f2;
		background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
		background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
	}

}

/***** Lightbox Formação *****/
.lightbox_formacao{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 199;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.formacao_lightbox {
	position: fixed;
	width: 980px;
	max-height: 80%;
	padding: 20px 40px;
	background-color: white;
	z-index: 9999;
	overflow: auto;
	top: 15%;
	margin: 0 auto;
}

.formacao_lightbox span {
	background: #000;
	padding: 5px 10px;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	z-index: 201;
}

/***** Leads *****/
#leads_background {
	/*
	background:
		-webkit-linear-gradient(45deg, hsla(0, 98%, 48%, 1) 0%, hsla(0, 98%, 48%, 0) 70%),
		-webkit-linear-gradient(315deg, hsla(45, 92%, 44%, 1) 10%, hsla(45, 92%, 44%, 0) 80%),
		-webkit-linear-gradient(225deg, hsla(8, 100%, 50%, 1) 10%, hsla(8, 100%, 50%, 0) 80%),
		-webkit-linear-gradient(135deg, hsla(83, 100%, 45%, 1) 100%, hsla(83, 100%, 45%, 0) 70%);
	background:
		linear-gradient(45deg, hsla(0, 98%, 48%, 1) 0%, hsla(0, 98%, 48%, 0) 70%),
		linear-gradient(135deg, hsla(45, 92%, 44%, 1) 10%, hsla(45, 92%, 44%, 0) 80%),
		linear-gradient(225deg, hsla(8, 100%, 50%, 1) 10%, hsla(8, 100%, 50%, 0) 80%),
		linear-gradient(315deg, hsla(83, 100%, 45%, 1) 100%, hsla(83, 100%, 45%, 0) 70%);
	*/
	background: #555 url('../img/wave.png') no-repeat center center;
	width: 100%;
	height: 100%;
	display: table;
}

#leads_background.login{
	background-image: url('../img/bg_login.jpg');
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}

#leads_background.suporte{
	background-image: url('../img/tumblr.jpg');
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}

#wrap_leads_login {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

#leads_login {
	/* display: table-cell; */
	/* vertical-align: middle; */
	width:100%;
	height:100%;
	margin: auto 0;
}

.container_leads {
	position: relative;
	width: 100%;/* height: 460px; */
	margin: 0 auto 30px 0;
	border: 0;
	padding: 5px 40px 0 40px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
	background: #fff;
	display: table;
}

.container_leads h3.login_title {
	font-size: 18px;
	font-weight: bold;
	color: #ff5312;
	margin: 20px;
	text-transform: uppercase;
	text-align: center;
}

#leads_background > div > div > h3.logo {
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}


#leads_background > div > div > h3.logo > span.logo_parceiro_leads {
	position: absolute;
	right: 10px
}

#leads > p {
	text-shadow: 0 0 3px #000;
}

#leads.sidebar {
	width: 396px;
	margin: 0 auto;
	padding-bottom: 10px;
	display: block;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	position: relative;
	top: 25%;
}

#leads.sidebar h2 {
	width: 100%;
	padding: 0;
	font-size: 17px;
	color: #fff;
	text-align: center;
}

#leads.sidebar h3 {
	width: 100%;
	border-top: 0;
	text-align: center !important;
	background: none;
}

#leads.sidebar p {
	width: 100%;
}

#leads.sidebar p.recuperar_pass_txt {
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#leads.sidebar > p > a {
	color: #fff;
}

#leads.sidebar > p > a:hover {
	color: #000;
}

.leads_list {
	width:900px;
	/* height: 290px; */
	margin: 0 auto 25px;
	padding-bottom: 20px;
	overflow: auto;
	/* position: relative; */
	top: 50px;
}

#login_form button#leads_submit {
	background: none repeat scroll 0 0 #ff5312;
	width: 100%;
	text-align: center;
	padding: 6px;
	/* position: initial !important; */
}

#login_form button#leads_submit:hover {
	background: none repeat scroll 0 0 #000;
}

.filtragem {
	position: absolute;
	right: 333px;
	top: 26px;
	display: inline;
	padding: 4px 10px;
	border-radius: 3px;
}

.filtragem > form > select {
	/*
	background: #ff5312;
	color: #fff;
	*/
	padding: 3px 10px;
	border-radius: 3px;
	border: 1px solid #333;
}

.filtrar_tickets,
.exportar {
	position: absolute;
	right: 190px;
	top: 30px;
	display: inline;
	text-transform: uppercase;
	background: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	background: #444;
}

.filtrar_tickets {
	top: 5px;
}

.filtrar_tickets,
.exportar a {
	color: #ff5312;
	text-decoration: none;
}

.submit_lead {
	position: absolute;
	right: 40px;
	top: 30px;
	display: inline;
	text-transform: uppercase;
	background: #ff5312;
	padding: 5px 10px;
	border-radius: 3px;
}

.submit_lead a {
	color: #fff;
	text-decoration: none;
}

.submit_lead.return {
	top: 5px; right: 15px;
}

#leads_background > #error_div > #error_div{
	top: -25px
}

.change_form {
	position: absolute;
	right: 40px;
	top: 30px;
	display: inline;
	text-transform: uppercase;
	background: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	background: #444;
}

.change_form > a {
	text-decoration: none;
}


/* ==================================================
	Formulário de Leads
================================================== */
#leads_form {
	margin: 15px auto 0 auto;
}

#leads_form fieldset {
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
	border: 0 none;
	height: 100%;
	width: 100%;
	/* background: rgba(255,255,255,0.65); */
}

#leads_form fieldset > * {
	letter-spacing: normal;
	text-align: left;
}

.row > div > input {
	margin-bottom: 0 !important;
}

#leads_form fieldset > div > div {
	vertical-align: top;
	display: inline-block;
	margin: 0 0 10px 0;
}

#leads_form fieldset > div > div.inside {
	vertical-align: top;
	display: inline-block;
	margin: 0 0 10px 0;
}

#leads_form fieldset > div > div > label,
#leads_form fieldset > div > div > div > label {
	color: #ff5312;
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	width: 98%;
}

#leads_form legend {
	display: none;
}

#leads_form fieldset > div > div > input,
#leads_form fieldset > div > div > div > input {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
}

#leads_form fieldset > div > div > select {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 6px 10px;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
}

#leads_form fieldset > div > div > textarea {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 122px;
}

#leads_form fieldset > div > div > input:disabled,
#leads_form fieldset > div > div > div > input:disabled,
#leads_form fieldset > div > div > select:disabled,
#leads_form fieldset > div > div > textarea:disabled {
	background: #fff;
}

#leads_form  button {
	background: none repeat scroll 0 0 #ff5312;
	border: 0 none;
	color: #fff;
	top: 60px;
	left: 112px;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	border-radius: 2px;
}


/* ==================================================
	Formulário de Comentários das Leads
================================================== */
#comment_form {
	margin: 15px auto 30px auto;
}

#comment_form fieldset {
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 auto;
	text-align: center;
	border: 0 none;
	height: 100%;
	width: 100%;
	/* background: rgba(255,255,255,0.65); */
}

#comment_form fieldset > * {
	letter-spacing: normal;
	text-align: left;
}

#comment_form fieldset > div > div > label {
	color: #ff5312;
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	width: 98%;
}

#comment_form legend {
	display: none;
}

#comment_form fieldset > div > div > textarea {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 122px;
}

#comment_form  button {
	background: none repeat scroll 0 0 #ff5312;
	border: 0 none;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
	border-radius: 2px;
	position: absolute;
	right: 20px;
	bottom: -45px;
}

/***** Comentários/Leads *****/
#comments_history > div > div > span.utilizador {
	color: #000;
	font-weight: bold;
}

@media screen and (min-width: 980px) {

	/***** Tabela de Leads *****/
	table#leads a:link {
		color: #ff5312;
		font-weight: bold;
		text-decoration: none;
	}

	table#leads a:active,
	table#leads a:hover {
		color: #333;
		text-decoration: none;
	}

	table#leads {
		color: #666;
		font-size: 12px;
		text-shadow: 0 0 2px #fff;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		-moz-box-shadow: 0 0 25px #d1d1d1;
		-webkit-box-shadow: 0 0 25px #d1d1d1;
		box-shadow: 0 0 25px #d1d1d1;
	}

	table#leads th {
		color: #ff5312;
		text-shadow: none;
		font-size: 14px;
		padding: 10px 25px 10px 25px;
		border-top: 1px solid #ff5312;
		border-bottom: 1px solid #ff5312;
	}

	table#leads th:first-child {
		text-align: left;
		padding-left: 20px;
	}

	table#leads tr {
		text-align: center;
		padding-left: 20px;
	}

	table#leads tr th:first-child,
	table#leads tr td:first-child {
		text-align: right !important;
		padding-left:20px;
		border-left: 0;
		width: 80px;
	}

	table#leads tr th:nth-child(2),
	table#leads tr td:nth-child(2) {
		text-align: center;
	}

	table#leads tr th:nth-child(2),
	table#leads tr th:nth-child(7),
	table#leads tr td:nth-child(2),
	table#leads tr td:nth-child(7) {
		width: 100px;
	}

	table#leads tr th:nth-child(6),
	table#leads tr td:nth-child(6) {
		width: 130px;
	}

	table#leads tr th:nth-child(7) {
		width: 120px;
	}

	table#leads tr th:nth-child(3),
	table#leads tr td:nth-child(3) {
		width: 280px;
		text-align: left !important;
	}

	table#leads tr th:nth-child(4),
	table#leads tr td:nth-child(4) {
		width: 150px;
		text-align: left !important;
	}

	table#leads tr td {
		padding: 10px 18px;
		border-bottom: 1px solid #e0e0e0;
		background: #fafafa;
		background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
		background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	}

	table#leads tr:last-child td {
		border-bottom: 0;
	}

	table#leads tr:hover td {
		background: #f2f2f2;
		background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
		background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
	}

	/***** Tabela de Tickets *****/
	table#tickets a:link {
		color: #ff5312;
		font-weight: bold;
		text-decoration: none;
	}

	table#tickets a:active,
	table#tickets a:hover {
		color: #333;
		text-decoration: none;
	}

	table#tickets {
		color: #666;
		font-size: 12px;
		text-shadow: 0 0 2px #fff;
		background: #eaebec;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		-moz-box-shadow: 0 0 25px #d1d1d1;
		-webkit-box-shadow: 0 0 25px #d1d1d1;
		box-shadow: 0 0 25px #d1d1d1;
	}

	table#tickets th {
		color: #ff5312;
		text-shadow: none;
		font-size: 14px;
		padding: 10px 12px;
		border-top: 1px solid #ff5312;
		border-bottom: 1px solid #ff5312;
		text-align: left;
	}

	table#tickets tr th,
	table#tickets tr td {
		padding-left: 8px !important;
	}

	table#tickets tr {
		padding-left: 0;
	}

	table#tickets tr td:first-child {
		border-left: 0;
	}

	table#tickets tr th:first-child {
		width: 60px !important;
	}

	table#tickets tr th:nth-child(2),
	table#tickets tr td:nth-child(2) {
		width: 100px !important;
	}

	table#tickets tr th:nth-child(3),
	table#tickets tr td:nth-child(3) {
		width: 120px !important;
	}

	table#tickets tr th:nth-child(4),
	table#tickets tr td:nth-child(4) {
		text-align: left;
	}

	table#tickets tr th:nth-child(5),
	table#tickets tr td:nth-child(5) {
		width: 300px;
	}

	table#tickets tr th:nth-child(6),
	table#tickets tr td:nth-child(6) {
		width: 100px;
	}

	table#tickets tr td {
		padding: 10px 10px;
		/* border-top: 1px solid #ffffff; */
		border-bottom: 1px solid #e0e0e0;
		/* border-left: 1px solid #e0e0e0; */
		background: #fafafa;
		background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
		background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	}

	table#tickets tr.even td {
		background: #f6f6f6;
		background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
		background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
	}

	table#tickets tr:last-child td {
		border-bottom: 0;
	}

	table#tickets tr:hover td {
		background: #f2f2f2;
		background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
		background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
	}

	/***** Tabela de Utilizadores *****/
	table#users a:link {
		color: #ff5312;
		font-weight: bold;
		text-decoration: none;
	}

	table#users a:active,
	table#users a:hover {
		color: #333;
		text-decoration: none;
	}

	table#users {
		color: #666;
		font-size: 12px;
		text-shadow: 0 0 2px #fff;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		-moz-box-shadow: 0 0 25px #d1d1d1;
		-webkit-box-shadow: 0 0 25px #d1d1d1;
		box-shadow: 0 0 25px #d1d1d1;
	}

	table#users th {
		color: #ff5312;
		text-shadow: none;
		font-size: 14px;
		padding: 10px 25px 10px 25px;
		border-top: 1px solid #ff5312;
		border-bottom: 1px solid #ff5312;
	}

	table#users th:first-child {
		text-align: left;
		padding-left: 20px;
	}

	table#users tr {
		padding-left: 20px;
	}

	table#users tr th:first-child,
	table#users tr td:first-child {
		padding-left:20px;
		border-left: 0;
		width: 310px;
		text-align: left;
	}

	table#users tr th:nth-child(2),
	table#users tr td:nth-child(2) {
		padding-left:20px;
		width: 310px;
		text-align: left;
	}

	table#users tr th:nth-child(3),
	table#users tr td:nth-child(3) {
		padding-left:20px;
		width: 160px;
		text-align: left;
	}

	table#users tr th:nth-child(4),
	table#users tr td:nth-child(4) {
		width: 100px;
		text-align: right !important;
	}

	table#users tr td {
		padding: 10px 18px;
		border-bottom: 1px solid #e0e0e0;
		background: #fafafa;
		background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
		background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	}

	table#users tr:last-child td {
		border-bottom: 0;
	}

	table#users tr:hover td {
		background: #f2f2f2;
		background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
		background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
	}

}

/***** Lightboxes / Alerts *****/
.sweet-alert.sweet_leads {
	background-color: white;
	border-radius: 5px;
	display: none;
	left: 50%;
	margin-left: -340px;
	margin-top: -200px;
	overflow: hidden;
	padding: 17px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 680px;
	z-index: 2000;
}

.conteudo_sweet {
	max-height: 400px;
	overflow: auto;
}

.conteudo_sweet > p {
	position: initial !important
}

ul.cat_list {
	list-style: none;
	padding-left: 0
}

ul.cat_list > li > a {
	background: #666;
	color: #fff;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	padding: 8px;
	text-decoration: none;
}

ul.cat_list > li > a:hover {
	background: #ff5312;
	color: #fff;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	padding: 8px;
	text-decoration: none;
}

ul.cat_list > li > a.active {
	background: #ff5312;
}

/***** Downloads *****/
#downloads > div > .img_download {
	width: 110px;
	margin: 0 auto;
}

#downloads > div > p.nome {
	width: 110px;
	margin: 10px auto 0;
	height: 40px;
	display: block;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #333;
}

#downloads > div > .wrap_ficheiros {
	margin: 0 auto 10px;
	display: block;
	text-align: center;
}

#downloads > div > .wrap_ficheiros > span.ficheiros {
	height: 20px;
	display: inline-block;
	font-size: 12px !important;
	text-align: center;
	padding: 0 8px;
}

#downloads > div > .wrap_ficheiros > span.ficheiros a {
	text-decoration: none;
}

.centered {
	text-align: center;
}

.no_margin_top {
	margin-top: 0
}

.disabledInput {
	color: #555 !important;
	background: #fafafa !important;
}

table#email_header > tbody > tr > td.label {
	text-align: left;
}

/***** Paginação *****/
#paginacaoList {
	display: inline-block;
	float: right;
	line-height: 14.7667px;
	margin: 0;
	padding: 0;
}

#paginacaoList ul {
	margin: 0;
	padding: 0;
	position: relative;
}

#paginacaoList ul li {
	float: left;
	list-style: outside none none;
	margin: 0 0 0 2px;
}

#paginacaoList ul li a {
	background: #333 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 15px;
	text-decoration: none;
}

#paginacaoList ul li a:hover {
	background-color: #ff5312;
	border: medium none;
	color: #fff;
}

#paginacaoList ul li span {
	background: #ff5312 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 15px;
	text-decoration: none;
}

.stop_scrolling {
	height: 100%;
	overflow: hidden;
}

/***** Hide on desktop *****/
#myzone {
	display: none;
}

.no_desktop {
	display: none;
}

ul.cat_list select {
	display: none;
}

.counter {
	width: 100%;
	height: 25%;
	max-height: 107px;
	backgound:red;
	position: absolute;
	top:54%;
	left:0;
	z-index: 1000;
	display: flex;
	justify-content: center
}

span.days,
span.hours,
span.minutes,
span.sep {
	color:#F03D1C !important;
	font-weight: bold;
	font-size: 4.6em;
	text-decoration: none !important;
	display: inline-table;
	text-align: center;
	vertical-align: middle;
	position: relative;
	width: 1.6em;
	height: 1.6em;
}
span.days > span:not(.legenda),
span.hours > span:not(.legenda),
span.minutes > span:not(.legenda),
span.sep  > span:not(.legenda) {
	background: #FFFFFF;
	display: inline-table;
	padding: 0.19em 0.04em;
	width: 100%;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.30);
}
span.sep {
	width: 0.6em;
}
span.sep > span:not(.legenda) {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow: none;
	background: none;
	padding: 0.05em 0;
	color: #FFFFFF;
}

span.legenda {
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 0.3em;
	text-transform: uppercase;
	margin-top: 0.6em;
	letter-spacing: 0.15em;
	font-weight: normal;
}
span.days > span:not(.legenda) {
	background: #FFFFFF;
	margin-left: 1.8%;
	font-weight: normal;
}
span.hours {
	margin-left: 7%;
}

@media (min-width: 979px) {
	#wrap_header.clientes {
		border-top: none;
		background: #262626 none no-repeat center center;
		/*height: 81px;*/
		height: auto;
	}
	#wrap_header.clientes > #header {
		position: static;
		display: -webkit-box;	  /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;		 /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;	  /* TWEENER - IE 10 */
		display: -webkit-flex;	 /* NEW - Chrome */
		display: flex;
		text-align: inherit;
		height: 40px;
	}
	#wrap_header.clientes > #header #toppanel {
		position: static;
		top:inherit;
		width: auto;
		z-index: auto;
		width: 100%;
		display: -webkit-box !important;	  /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box !important;		 /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox !important;	  /* TWEENER - IE 10 */
		display: -webkit-flex !important;	 /* NEW - Chrome */
		display: flex !important;
		flex-flow: row wrap;
		justify-content: flex-end;
	}
	#wrap_header.clientes > #header #toppanel .tab {
		width: auto;
		height: auto;
		position: static;
	}
	#wrap_header.clientes > #header #toppanel .tab ul.login {
		position: static;
	}
	#wrap_header.clientes > #wrap_menu {
		background-color: #f15d27;
		max-width: none;
		width: 100%;
		position: static;
	}
	#wrap_header.clientes > #wrap_menu > #wrap_mobile_menu {
		position: static;
	}
	#wrap_header.clientes > #header > #main_logo {
		position: static;
		height: 25px;
		display: -webkit-box;	  /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;		 /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;	  /* TWEENER - IE 10 */
		display: -webkit-flex;	 /* NEW - Chrome */
		display: flex;
		width: 83px;
		margin-top: 7.5px;
	}
	#wrap_header.clientes > #header > #main_logo > a {
		background: transparent url(../img/logo_zonesoft_white.png) no-repeat top left;
		padding: 0;
		padding-top:20px;
		height: 100%;
		width: 100%;
	}
	.clientes nav {
		position: static;
		right: auto;
		float: none;
		text-align: inherit;
	}
	.clientes nav ul {
		width: 100%;
		display: -webkit-box;	  /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;		 /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;	  /* TWEENER - IE 10 */
		display: -webkit-flex;	 /* NEW - Chrome */
		display: flex;
	}
	.clientes nav .submenus_container {
		width: 100%;
		background: #f18c67;
		margin: auto;
		position: absolute;
		top: 20;
		left: 0;
		width: 100%;
		display: block;
		z-index:1;
	}
	#wrap_header.clientes > #wrap_menu > #wrap_mobile_menu > nav ul li ul li {
		display: inline-block;
	}


	.clientes .nav a {
		font-weight: normal;
		padding: 0.7em 0.7em 1.0em 0.7em;
		text-transform: capitalize;
	}


	#menu_clientes.nav a {
		font-size: 16px;
		padding: 11px 15px
	}
	.clientes #menu_clientes.nav a {
		font-size: 14px;
	}


	.clientes .nav li {
		position: static;
	}
	.nav > li {
		float: left;
	}


	.clientes .nav li:hover {
		background: #f18c67;
	}
	.clientes .nav li:hover > a {
		color: #FFF;
	}


	.clientes .nav > li > a.active,
	.clientes .nav > li.active > a,
	.clientes .nav > li  li.active > a {
		color:#FFF;
		background: #f18c67
	}

	.nav li a:first-child:nth-last-child(2):before {
		content: "";
		position: absolute;
		height: 0;
		width: 0;
		border: 5px solid transparent;
		top: 50% ;
		right:5px;
	}

	.nav > li:hover > div.submenus_container ul,
	.nav > li > div.submenus_container:hover ul {
		max-width: 980px;
		width: 100%;
		position: static !important;
		margin: auto;
		background: none !important;
		height: 42px;
	}

	.nav > li > div.submenus_container ul li:hover a {
		border-bottom: 3px solid #f15d27;
		padding: 11px 15px 8px 15px !important;
	}


}
#wrap_header > #header > * {
	z-index: 10000;
}
.dd-container {
	z-index: 20000;
}
a.dd-selected,a.dd-option  {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background: #444;
}
.dd-selected .dd-selected-text,a.dd-option {
	font-size: 12px !important;
}
a.dd-selected:hover{
	text-decoration: none !important;
}
.dd-option-text {
	line-height: 12px;
}
#linguas label {
	cursor: pointer;
}
#newsleter_inscricao_rgpd > fieldset,
#newsleter_cancelar_rgpd > fieldset {
	position: relative;
	height: 98%;
	padding: 0;
	margin: 0;
	border: 0;
}
#newsleter_inscricao_rgpd > fieldset > *,
#newsleter_cancelar_rgpd > fieldset > * {
	letter-spacing: normal;
	text-align: left;
}
.form_div div {
	vertical-align: top;
	display: inline-block;
	margin: 0 0 10px 0;
}
.form_div_100 {
	width: 100%;
}
.form_div > input[type='text'] {
	font-weight: 300 !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	background: #f3f3f3;
	font-size: 12px;
	padding: 7px 10px;
	width: 100%;
	margin-top: 5px;
}
.form_div > input[type='text']:focus {
	outline-color: #ff5312;
}
.form_div > label {
	color: #ff5312;
	display: block;
	font-size: 16px;
	text-align: left;
	width: 50%;
}
.rgpd_info {
	margin: 0 0 20px 0;
}
.rgpd_info,
.rgpd_info > label,
.rgpd_permission {
	width: 100%;
}
.rgpd_permission > label {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.rgpd_permission > label > input[type='checkbox'] {
	margin-right: 7.5px;
}
.rgpd_permission_destacada {
	margin: 50px 0 20px 0;
}
#recaptcha_wrapper {
	margin: 25px 0;
}
.rgpd_unsubscribe a {
	font-size: 13px;
	line-height: 20px;
	color: #666;
	margin: 0 0 10px 0;
	text-decoration: underline;
}
.form_submit_wrapper {
	width: 100%;
}
.form_submit_wrapper button {
	background: none repeat scroll 0 0 #ff5312;
	border: 0 none;
	border-radius: 2px;
	color: #ffffff;
	font-size: 12.5px;
	font-style: normal;
	margin-bottom: 15px ;
	padding: 6px;
}
.rgpd_saber_mais {
	color: #ff5312;
	text-decoration: underline;
}
.newsletter_footer {
	display: flex;
	height: 135px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	clear: none;
	float: left;
	width: 25%;
	margin: 30px 0 0 0;
	padding: 0 25px;
}
#unsubscrever_newsletter {
	color: #fff;
	text-decoration: underline;
}
#subscrever_newsletter {
	background: none repeat scroll 0 0 #ff5312;
	border: 0 none;
	border-radius: 2px;
	color: #ffffff;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 15px ;
	padding: 10px;
	width: 200px;
	text-align: center;
}
#subscrever_newsletter:hover {
	text-decoration: none;
}
.modal {
	display: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal-content {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #888;
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.newsletter_sucesso {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.newsletter_sucesso h1 {
	color: #ff5312;
}
.newsletter_sucesso p {
	margin-bottom: 50px;
}
.newsletter_textarea {
	width: 100%;
	background-color: #f3f3f3;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 5px 0;
	height: 200px;
	padding: 15px;
}
.newsletter_textarea:focus {
	outline-color: #ff5312;
}
.form_submit_wrapper .submit_eliminar_registo {
	font-size: 16px;
}
.rgpd_radio {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 5px 0;
}
.rgpd_radio > label {
	margin: 0 0 0 20px;
}