@charset "utf-8";

@font-face
{
    font-family: 'Open Sans';
    src: url('/themes/fonts/OpenSans-Regular-webfont.eot');
    src: url('/themes/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/themes/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/themes/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* MENU VERTICAL
/* -----------------------------------------------------------------------------------------------------------*/

#cssmenu2,
#cssmenu2 ul,
#cssmenu2 li,
#cssmenu2 a
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: "Open Sans";
	font-size: 100%;
	position: relative;
	line-height: 1.3;
}

#cssmenu2
{
	width: 100%;
}

#cssmenu2 > ul > li
{
	background-color: rgb(105,105,105);
}

#cssmenu2 > ul > li > a
{
	display: block;
	color: white;
}

#cssmenu2 > ul > li > a:hover
{
	text-decoration: none;
  	background-color: rgb(227,108,9);
}

#cssmenu2 > ul > li > a > span
{
	display: block;
	padding: 10px;
}

#cssmenu2 > ul > li.active
{
	border-bottom: none;
}

#cssmenu2 > ul > li.has-sub2 > a span
{
	background: url(http://localhost/learndoit/themes/images/LDIT_MenuCliente_IconPlus.png) 90% center no-repeat;
}

#cssmenu2 > ul > li.has-sub2.active > a span
{
	background: url(http://localhost/learndoit/themes/images/LDIT_MenuCliente_IconMinus.png) 90% center no-repeat;
}

/* Sub menu */
#cssmenu2 ul ul
{
	display: none;
	background: #fff;
	border-right: 1px solid #a2a194;
	border-left: 1px solid #a2a194;
}

#cssmenu2 ul ul li
{
	padding: 0;
	border-bottom: 1px solid #d4d4d4;
	border-top: none;
	background: #f7f7f7;
}

#cssmenu2 ul ul a
{
	padding: 10px;
	display: block;
	color: #676767;
}

#cssmenu2 ul ul a:hover
{
	color: rgb(227,108,9);
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* MENU PRINCIPAL - HORIZONTAL
/* -----------------------------------------------------------------------------------------------------------*/

#cssmenu > ul
{
	background-color: rgb(227,108,9);
	padding-bottom: 2px;
}

#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after
{
	content: '';
	display: table;
}

#cssmenu:after,
#cssmenu > ul:after
{
  	clear: both;
}

#cssmenu
{
	width: auto;
	font-size: 0.9em;
}

#cssmenu > ul
{
	background-color: rgb(51,51,51);
	margin: 0;
	padding: 0;
	position: relative;
}

#cssmenu > ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#cssmenu > ul > li
{
	float: left;
	position: relative;
}

#cssmenu > ul > li > a
{
	padding: 10px;
	display: block;
	color: white;
	text-decoration: none;	
	line-height: 10px;
}

#cssmenu > ul > li:hover > a
{
	background-color: rgb(227,108,9);
}

#cssmenu > ul > li > a > span
{
  	line-height: 10px;
}

#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:active
{
	background-color: rgb(105,105,105);
}

/* Childs */
#cssmenu > ul ul
{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	background-color: rgb(51,51,51);
	margin: 0;
	padding: 0;
	z-index: -1;
}

#cssmenu > ul li:hover ul
{
	opacity: 1;
	visibility: visible;
	margin: 0;
	color: #000;
	z-index: 2;
	top: 30px;
	left: 0;
}

#cssmenu > ul ul:before
{
	content: '';
	position: absolute;
	top: -10px;
	width: 100%;
	height: 10px;
	background: transparent;
}

#cssmenu > ul ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#cssmenu > ul ul li a
{
	padding: 10px;
	display: block;
	color: white;
	text-decoration: none;
	width: 120px;
	border-left: 4px solid transparent;
}

#cssmenu > ul ul li a:hover
{
	border-left: 4px solid rgb(227,108,9);
	background-color: rgb(105,105,105);
}

#cssmenu > ul ul li a:active
{
	background-color: rgb(51,51,51);
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* ELEMENTOS */
/* -----------------------------------------------------------------------------------------------------------*/

html, body
{
	width: 100%;
    height: 100%;
    margin: 0;
	padding: 0;
	font-family: "Open Sans";
	font-size: 90%;
	color: rgb(51,51,51);
}

a
{
	color: rgb(0,0,255);
	font-size: 1em;
}

p
{
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

td
{
	padding: 0;
	vertical-align: top;
	font-size: 1em;
}

img
{
	margin: 0;
	border: 0;
	padding: 0;
}

form
{
	font-size: 1em;
}

input, textarea
{
	font-family: "Open Sans";
	font-size: 1em;
}

button
{
	font-family: "Open Sans";
	font-size: 0.75em;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* ESTILOS
/* -----------------------------------------------------------------------------------------------------------*/

.texto_titulo_branco
{
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
}

.texto_titulo_laranja
{
	font-weight: bold;
	color: rgb(227,108,9);
	letter-spacing: 1px;
}

.texto_branco
{
	font-weight: bold;
	color: white;
}

.texto_laranja
{
	font-weight: bold;
	color: rgb(227,108,9);
}

.texto_laranja_normal
{
	color: rgb(227,108,9);
}

.texto_cinza_escuro
{
	font-weight: bold;
	color: rgb(51,51,51);
}

.texto_titulo_redviolet
{
	font-weight: bold;
	color: rgb(108,0,10);
	letter-spacing: 1px;
}

.texto_titulo_blue
{
	font-weight: bold;
	color: rgb(33,88,104);
	letter-spacing: 1px;
}

.texto_titulo_green
{
	font-weight: bold;
	color: rgb(0,106,37);
	letter-spacing: 1px;
}

.texto_titulo_purple
{
	font-weight: bold;
	color: rgb(96,0,81);
	letter-spacing: 1px;
}

.asterisco
{
	color: rgb(227,108,9);
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* ESTRUTURA
/* -----------------------------------------------------------------------------------------------------------*/

#empresa
{
	clear: both;
	width: 100%;	
	height: 100%;
	color: rgb(51,51,51);	
}

#quem_somos
{
	clear: both;
	width: 100%;	
	height: 100%;
	color: rgb(51,51,51);
}

#quem_somos_metodologia
{
	display: table;
	width: 100%;
	height: 100%;
}

#quem_somos_vantagens
{
	display: table;
	width: 100%;
	height: 100%;
}

#clientes
{
	width: 100%;
	height: 100%;
}

#contatos
{
	height: 100%;
	margin: 0 auto; 
	text-align: center;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* CAB
/* -----------------------------------------------------------------------------------------------------------*/

#cab
{
	display: table;
	width: 100%;
	height: 15%;
	background-color: rgb(51,51,51);	
}

#cab_esq
{
	display: table-cell;
	width: 35%;
	text-align:	center;
	vertical-align: middle;
}

#cab_cen
{
	display: table-cell;
	width: 55%;
	vertical-align: middle;
}

/*#cab_login
{
	display: table-cell;
	width: 10%;
	vertical-align: middle;
	text-align: center;
	color: rgb(51,51,51);
}*/

#cab_dir
{
	display: table-cell;
	width: 10%;
	vertical-align: bottom;
	text-align: left;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* ROD
/* -----------------------------------------------------------------------------------------------------------*/

#rod
{
	position: fixed;
	display: table;
	width: 100%;
	height: 5%;
	background-color: rgb(248,248,243);
	font-size: 0.75em;
}

#rod_esq
{
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}

#rod_cen
{
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	text-align: center;
	color: white;	
}

#rod_dir
{
	display: table-cell;
	width: 10%;
	vertical-align: middle;
	text-align: center;
	color: rgb(227,108,9);
	font-weight: bold;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* CORPO
/* -----------------------------------------------------------------------------------------------------------*/

#corpo
{	
	display: table;
	width: 100%;	
	height: 80%;
	background-color: rgb(248,248,243);
}

#corpo_esq
{
	display: table-cell;
	width: 10%;
	height: 100%;
	/*margin: 0 auto; 
	text-align: center;*/
}

#corpo_centro
{
	display: table-cell;
	width: 80%;
	height: 100%;
}

#corpo_dir
{
	display: table-cell;
	width: 10%;
	height: 100%;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* EMPRESA
/* -----------------------------------------------------------------------------------------------------------*/

#empresa_sup
{
	clear: both;
	width: 100%;
	height: calc(50% - 45px);
	padding-top: 45px;
	font-size: 0.9em;
}

#empresa_sup_esq
{
	float: left;
	position: relative;
	width: 50%;
}

#empresa_sup_dir
{
	float: left;
	position: relative;
	width: 50%;	
}

#empresa_inf
{
	clear: both;
	position: relative;
	width: 100%;
	height: 50%;
	font-size: 0.8em;
}

#empresa_inf_esq
{
	float: left;
	position: relative;
	width: calc(33.3% - (2px + 2 * 25px));
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	text-align: justify;
	border-left: 1px solid rgb(227,108,9);
}

#empresa_inf_centro
{
	float: left;
	position: relative;
	width: calc(33.3% - (2px + 2 * 25px));
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	text-align: justify;
	border-left: 1px solid rgb(227,108,9);
}

#empresa_inf_dir
{
	float: left;
	position: relative;
	width: calc(33.3% - (2 * 2px + 2 * 25px));
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	text-align: justify;
	border-right: 1px solid rgb(227,108,9);
	border-left: 1px solid rgb(227,108,9);
}

#empresa_sup_esq > table, #empresa_sup_dir > table
{
	width: 75%;
	border: 0;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* QUEM SOMOS
/* -----------------------------------------------------------------------------------------------------------*/

#quem_somos_esq
{
	float: left;
	width: 40%;
	height: 95%;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
}

#quem_somos_dir
{
	float: left;
	width: 40%;
	height: 95%;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* QUEM SOMOS - METODOLOGIA
/* -----------------------------------------------------------------------------------------------------------*/

#quem_somos_metodologia_all
{
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* QUEM SOMOS - VANTAGENS
/* -----------------------------------------------------------------------------------------------------------*/

#quem_somos_vantagens_esq
{
	display: table-cell;
	width: 50%;	
	height: 50%;
	text-align: center;
	vertical-align: middle;
}

#quem_somos_vantagens_dir
{
	display: table-cell;
	width: 50%;	
	height: 50%;	
	text-align: center;
	vertical-align: middle;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* OFERTA FORMATIVA
/* -----------------------------------------------------------------------------------------------------------*/

#oferta_formativa_mi, #oferta_formativa_it, #oferta_formativa_moc
{
	width: 100%;	
	height: 100%;
	color: rgb(51,51,51);
}

#oferta_formativa_esq_mi, #oferta_formativa_esq_it, #oferta_formativa_esq_moc
{
	float: left;
	width: calc(50% - 100px);
	height: calc(100% - 100px);
	padding-top: 100px;
	padding-right: 50px;
	padding-left: 50px;
}

#oferta_formativa_dir_mi, #oferta_formativa_dir_it, #oferta_formativa_dir_moc
{
	float: left;
	width: calc(50% - 100px);
	height: calc(100% - 100px);
	padding-top: 100px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: justify;
}

ul#lista_oferta_formativa_mi, ul#lista_oferta_formativa_it, ul#lista_oferta_formativa_moc
{
	list-style-type: none;
	margin-left: 0;
 	padding-left: 1em;
 	text-indent: -1em;
}

ul#lista_oferta_formativa_mi > li:before, ul#lista_oferta_formativa_it > li:before, ul#lista_oferta_formativa_moc > li:before
{
	content:'\25A0';
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	top: 4px;
	color: rgb(227,108,9);
	font-size: 0.5em;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* CLIENTES - FORM LOGIN
/* -----------------------------------------------------------------------------------------------------------*/

#cliente_form_tabela
{
	display: table;
	width: 100%;
	height: 100%;
	border-style: none;
}

#cliente_form_celula
{
	display: table-cell;
	text-align: left;
	vertical-align: middle;	
}

#cliente_form
{
	width: 30%;
	margin: 0 auto;
	font-size: 0.9em;
}

.cliente_label
{
	display: block;	
	margin-top: 5px;
	/*letter-spacing: 1px;*/
	color: rgb(51,51,51);
}

.cliente_input
{
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: rgb(204,204,204);
	padding: 0px;
	color: rgb(51,51,51);
}

.cliente_input:focus
{
	border: 1px solid rgb(227,108,9);
}

.cliente_submit
{
    width: 20%;
    height: 25px;
    line-height: 25px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    background-color: rgb(105,105,105);    
    color: white;
}

.cliente_submit:hover
{
    background-color: rgb(227,108,9);
    color: rgb(255,255,255);
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* CLIENTES
/* -----------------------------------------------------------------------------------------------------------*/

.cliente_menu_sup:before
{ 				
	display: inline-block;
	vertical-align: middle;
} 

.cliente_menu_sup
{
	width: 100%;
	height: 30%;
	text-align: center;
}

.cliente_menu_sup:before
{ 
	content: ''; 
	display: inline-block; 
	width: 0;
	height: 30%;
	vertical-align: middle; 
	margin-left: -0.25em; 
}

#cliente_menu_cen
{
	width: 100%;
	height: 70%;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* CLIENTES- TABELA DOCUMENTOS
/* -----------------------------------------------------------------------------------------------------------*/


table.tabela_documentos
{
	margin-left: auto; 
    margin-right: auto;
}

.tabela_documentos th
{
	background-color: rgb(105,105,105);
	color: white;	
	text-align: center;	
}

/*1px solid rgb(105,105,105);*/	
.tabela_documentos td
{
	border: 0;	/*1px solid rgb(105,105,105); */
	padding: 0;
	background-color: rgb(204,204,204);
	text-align: left;
}

/* mrs--------------------------------------------------------------------------------------------------------*/
/* CONTATOS
/* -----------------------------------------------------------------------------------------------------------*/

#contatos_esq		
{
	float: left;
	width: 60%;
	height: 100%;
	display: table;
}

#contatos_esq_conteudo
{
	display: table-cell;
	vertical-align: middle;
}

#contatos_dir
{
	float: left;
	width: 40%;	
	height: 100%;
}


/* mrs--------------------------------------------------------------------------------------------------------*/
/* CONTATOS - FORM CONTATO
/* -----------------------------------------------------------------------------------------------------------*/

#contato_form_tabela
{
	display: table;
	width: 100%;
	height: 100%;
	border-style: none;
}

#contato_form_celula
{
	display: table-cell;
	text-align: left;
	vertical-align: middle;	
}

#contatos_dir > table
{
	width: 100%;
	height: 100%;
	border-style: none;
	vertical-align: middle;
}

#contato_form
{
	width: 70%;
	margin: 0 auto;
	font-size: 0.9em;
}

.contato_label
{
	display: block;	
	margin-top: 5px;
	/*letter-spacing: 1px;*/
	color: rgb(51,51,51);
}

.contato_input, .contato_textarea
{
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: rgb(204,204,204);
	padding: 0px;
	color: rgb(51,51,51);
}

.contato_input:focus, .contato_textarea:focus
{
	border: 1px solid rgb(227,108,9);
}

.contato_textarea
{
	height: 80px;	
}

.contato_submit
{
	width: 20%;
    height: 25px;
    line-height: 25px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    background-color: rgb(105,105,105);    
    color: white;
}

.contato_submit:hover
{
    background-color: rgb(227,108,9);
    color: rgb(255,255,255);
}
