#wrap_header {
	border-top: 0;
}

#wrap_header > #wrap_menu {
	top: 0;
}

#wrap_header > #wrap_menu > #wrap_mobile_menu {
	display: block;
	float: right;
	height: 60px;
	position: initial;
}

#wrap_header > #header {
	border-top: 2px solid #ff5312;
	z-index: 10000;
	position: absolute;
	top: 0;
	width: 100%;
	background: #000 none repeat scroll 0 0;
}

#wrap_header > #header > #menu {
	display: none;
}

#wrap_header > #header > #menu > ul.nav > li > ul {
	padding-left: 15px;
	position: relative;
	top: -15px;
	left: 0;
	text-align: left;
}

nav {
	padding-top: 60px;
	top: 0;
}

nav ul {
	width: 100%;
	top: -15px;
	text-align: left;
}

.nav ul {
	padding-left: 15px;
	position: relative;
	left: 0;
}

.nav ul li ul {
	position: relative;
	white-space: nowrap;
	z-index: 999;
	border-radius: 0 0 5px 5px;
}

#wrap_header.clientes > #wrap_menu > #wrap_mobile_menu > nav ul li ul {
	position: relative;
}

.content {
	margin-top: 0;
}

#graficos {
	display: none;
}

.mobile_12.full {
	width: 100% !important;
}

.large_2, 
.large_4,
.large_8 {
	width: 50%;
}

.large_3 {
	width: 50%;
	padding: 0 10px;
}

@media (min-width: 500px) and (max-width: 679px) {

	.large_3 {
		padding: 0 10px;
		width: 33%;
	}

}

.large_3 > a > img {
	width: 100%;
	height: auto;
}

.large_6 {
	width: 100%;
}

.large_12  > p > img {
	width: 100%;
}

.top_content {
	height: initial;
	margin-top: 0;
}

.categorie {
	margin-top: 20px;
}

.categorie.noticias {
	background: #fff url("../img/icons/noticias.jpg") no-repeat scroll left 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.last_tickets {
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.nr_tickets_fechados {
	border-right: 0;
	padding-left: 10px;
}

.nr_tickets_abertos > .number {
	padding-left: 0;
}

#last_tickets td.resumo {
	width: 60%;
}

.feed_resume img {
	height: auto;
	width: 100%;
}

.feed_resume.inside {
	border: 0;
}

/***** Suporte Comercial *****/
.feed_suporte_comercial {
	position: relative;
	top: -10px;
	display: inline-block;
	width: 100%;
	padding: 15px 0 0;
	vertical-align: top;
}

.feed_suporte_comercial > a > img {
	border: 1px solid #dedede;
	float: left;
	margin: 12px 10px 0 0;
	width: 100%;
	height: auto;
}

.feed_suporte_comercial > h2  {
	font-size: 16px;
}

.feed_suporte_comercial > p.description  {
	font-size: 11px;
	line-height: 16px;
}

.fotos_thumbs {
	width: 100%;
	height: auto;
}

.fotos_thumbs:nth-child(3n+3) {
	margin-right: 20px;
}

.fotos_thumbs h2 {
	width: calc(100% - 20px);
}

table#users tr {
	padding-left: 0;
}

table#users tr th:first-child,
table#users tr td:first-child,
table#users tr th:nth-child(2),
table#users tr td:nth-child(2) {
	border-left: 0 none;
	padding-left: 0;
	text-align: right;
	width: 96.5%;
	width: 100%;
}

table#users thead,
table#tickets thead,
table#formacoes thead,
table#leads thead {
	display: none;
}

table#users tr,
table#tickets tr,
table#leads tr {
	margin-bottom: 10px;
	display: block;
	border-top: 2px solid #ff5533;
}

table#formacoes tr {
	margin-bottom: 10px;
	display: block;
	border-top: 2px solid #ff5533;
}

table#users td,
table#tickets td,
table#formacoes td,
table#leads td {
	display: block;
	text-align: right;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	min-height: 18px;
}

table#formacoes td  {
	padding: 8px 10px !important;
}

table#users tbody tr:nth-child(2n),
table#tickets tbody tr:nth-child(2n),
table#formacoes tbody tr:nth-child(2n),
table#leads tbody tr:nth-child(2n) {
	background: #f3f3f3 none repeat scroll 0 0;
}

table#formacoes tbody tr:nth-child(2n) {
	border: medium none;
}

table#users td:last-child,
table#tickets td:last-child,
table#formacoes td:last-child,
table#leads td:last-child {
	border-bottom: 0;
}

table#tickets td.edit,
table#leads td.edit {
	background: #ff5312 none repeat scroll 0 0;
	border-radius: 3px;
	text-align: center !important;
	width: calc(100% - 20px) !important
}

table#users td.edit {
	background: #ff5312 none repeat scroll 0 0;
	border-radius: 3px;
	text-align: center !important;
	width: 96.8% !important;
	width: 100% !important
}

table#users td.edit a,
table#tickets td.edit a,
table#leads td.edit a {
	color: #fff;
}

table#users td:before,
table#tickets td:before,
table#formacoes td:before,
table#leads td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

table#users tr th,
table#users tr td {
	border-left: 0 none;
	padding-left: 5px !important;
	padding-right: 5px;
	text-align: right;
	width: 100%;
}

table#users.dataTable,
table#users.dataTable th,
table#users.dataTable td {
	box-sizing: inherit;
}

table.suporte_comercial tr th:first-child,
table.suporte_comercial tr td:first-child{
	width: 100%;
}

table.suporte_comercial tr th:first-child img,
table.suporte_comercial tr td:first-child img {
	width: 100%;
}

table.suporte_comercial tr th:nth-child(2),
table.suporte_comercial tr td:nth-child(2){
	display: none;
}

table#formacoes > tbody > tr > td.inscrever {
	background: #ff5312;
	width: 100%;
	display: block;
	text-align: center;
}

table#formacoes > tbody > tr > td.inscrever > a {
	color: #fff;
}

table#formacoes > tbody > tr > td.inscrever > a:hover {
	text-decoration: none;
}

table#formacoes > tbody > tr > td.inscrever:hover {
	color: #fff;
	background: #333;
	width: 100%;
	display: block;
}

.new_pass {
	padding-left: 10px;
	padding-right: 10px;
}

#leads_form fieldset > div > div.inside:nth-child(2) {
	padding-left: 10px !important;
}

#leads_form fieldset > div > div > input,
#leads_form fieldset > div > div > div > input {
	width: 100%;
}

.change_form {
	display: inline-block;
	padding: 10px;
	position: initial;
	text-align: center;
	width: 100%;
}

.filtrar_tickets, .exportar {
	border-radius: 3px;
	display: block;
	position: initial;
	text-align: center;
	width: 100%;
	padding: 10px;
}

.filtrar_tickets, .exportar a {
	text-decoration: none;
}

.submit_lead {
	border-radius: 3px;
	display: block;
	margin: 20px auto 0;
	position: initial;
	text-align: center;
	padding: 10px;
}

.dataTables_wrapper .dataTables_filter {
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
}

.inscricao_formacao select {
	width: 100%;
}

.inscricao_formacao fieldset {
	width: 100%;
	margin-top: 20px;
}

.inscricao_formacao > fieldset > div {
	text-align: center;
}

.inscricao_formacao > fieldset > div > .button {
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
}

#dropmenu {
	width: 100%;
	padding: 0;
}

ul.cat_list li {
	display: none;
}

ul.cat_list select {
	display: inline-block !important;
	width: 100%;
	border: 1px solid #666;
}

.main_news_content > .news_resume img {
	width: 100%;
}

.main_news_content > .row > h1,
.row > #downloads > h1 {
	font-size: 1.2em;
}

.news_highlights.details {
	margin-top: 20px;
}

.wrap.tickets_resume {
    padding: 5px;
}

#downloads {
	width: 100%;
}

#downloads > div > .wrap_ficheiros > span.ficheiros {
	height: auto;
	margin-top: 10px;
	padding: 5px 8px;
	background: #333;
}

#downloads > div > .wrap_ficheiros > span.ficheiros a {
	margin-top: 5px;
	padding: 10px;
	text-decoration: none;
}

.large_12 > div > img {
	width: 100%;
}

#leads.sidebar p {
	display: block !important;
	width: 100% !important;
}

#leads.sidebar > p > a:hover {
	color: #fff;
}

#leads_form fieldset > div > div.inside:last-child {
	padding-right: 10px	 !important;
}

#leads_form fieldset > div > div.inside {
	width: 100%;
	margin-bottom: 20px !important
}

#leads_form fieldset {
	padding-top: 20px;
	border-top: 2px solid #ccc;
}

#leads_form fieldset > .row {
	margin: 0;
}

#leads_form button {
	padding: 10px;
	position: initial;
	margin-top: 15px;
	width: 100%;
}

#leads_form fieldset > .row > .observacoes {
	width: 100%;
	margin-bottom: 50px !important;
}

#leads_form fieldset > .row > .observacoes > textarea {
	width: 100%;
}

#leads_form fieldset > .row > .submissao > button {
	position: absolute;
	left: 0;
	top: 610px;
}

#leads_form fieldset > div > div {
	margin: 0 0 10px !important;
}

#leads_form fieldset > div > div > select {
	width: 100%;
}

#comment_form fieldset {
	padding: 0.35em 0.625em 0.75em;
}

#comment_form fieldset > div > div > textarea {
	width: 100%;
}

#comment_form button {
	padding: 10px;
	position: initial;
	width: 100%;
	margin-top: 15px;
	font-size: 13px;
}

.comentario {
	color: #222;
}

.reply_ticket {
	padding: 15px 0;
	text-align: center;
}

.right_button {
	padding: 10px !important;
	width: 100%;
}

.titulo_faq {
	width: 100%;
}

dl#accordion dt {
    text-decoration: none;
}

#leads_background > #wrap_content {
	top: 0;
}

.logo_parceiro_leads {
	display: none;
}

#leads_background > div > div > h3.logo {
	margin-bottom: 5px;
	text-align: center;
}

.container_leads {
	padding: 5px 10px 0;
}

.container_leads > h1 {
	font-size: 1.3em;
}

.leads_list {
	width: 100%;
}

#leads_form > fieldset > .row > .large_4 {
	width: 100%;
}

.footer_logo_yunit.white_logo {
	background: rgba(0, 0, 0, 0) url("../img/YUNIT_Company_logo_white.png") no-repeat scroll center center;
}

.header_drop_menus {
	display: block;
	margin-bottom: 10px;
	padding: 5px 15px;
	visibility: visible;
}

.footer.leads {
	background: none;
	padding: 8px 10px;
}

.leads_footer {
	display: block;
	visibility: visible;
}

.leads_footer ul {
	left: 0;
	list-style-type: none;
	padding: 0;
	position: absolute;
	text-align: center;
	top: -115px;
	width: 100%;
}

.leads_footer ul li {
	display: block;
	width: 100%;
	padding: 5px 0;
}

.sweet-alert.sweet_leads {
	width: 98%;
	top: 45%;
	left: 107%;
}

.header_drop_menus > select.drop_menu,
.footer_drop_menus > select.drop_menu {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #666;
	color: #666;
	margin: 10px auto;
	padding: 3px;
	width: 100%;
}

.sidebar h3.login_title {
	background: #333 none repeat scroll 0 0;
}

.main_news_content > .row > .mobile_12.login {
	padding: 0;
}

#cookie-msg {
	line-height: 20px;
	padding: 5px 2px;
}

.no_desktop {
	display: block;
}

.formacao_lightbox {
	width: calc(100% - 20px);
}


@media (min-width: 800px) and (max-width: 979px) {

	.large_2, 
	.large_4,
	.large_8 {
		width: 50%;
		padding: 0 10px;
	}

	.large_6 {
		width: 100%;
	}

	.last_tickets {
		margin-top: 15px;
		padding-top: 5px;
		border-top: 1px solid #ccc;
	}

	.nr_tickets_fechados {
		border-right: 0;
	}

}


@media (max-width: 479px) {

	.row > div > span.historico_formacoes {
		display: block;
		margin-bottom: 15px;
		position: initial;
	}

}