.ms-dialog #s4-bodyContainer {
	background-color:#fff !important
}
h3.pageTitle {
	margin-top:0px;
	font:normal 700 18px/normal 'Open Sans', 'open_sansregular', sans-serif;
}
h3.title-saude {
	color:#2881b9;
	font-weight:700;
	font-size:18px
}
a:focus {
	outline:none;
}
.none {
	display:none
}
.emphasis {
	font-style:italic
}
.uppercase {
	text-transform:uppercase
}
.fixMarginTop {
	margin-top:-25px
}
.fixMarginTopHeader {
	margin-top:-35px
}
.fixHeight {
	line-height:normal !important;
}
.adjMarginSaude {
	margin-left:12px
}
.marginBot10 {
	margin-bottom:10px
}
.ms-rtestate-field ul, .ms-rtestate-field ol {
	margin-left:20px
}
.ms-rtestate-field ul li {
	list-style:disc outside;
	margin:10px
}
.ms-rtestate-field ol li {
	list-style:decimal outside;
	margin:10px
}
.darkblue a, .darkblue a:visited {
	color:#34495e
}

/*
Masterpage - busca
*/

#searchInputBox {
	background:transparent url(../img/bkgr-busca.png) no-repeat !important;
	height:31px;
	width:269px;
}
#searchInputBox .ms-srch-sb-border, #searchInputBox .ms-srch-sb-borderFocused {
	border:0px;
	margin:5px 0 0 13px;
}
#searchInputBox .ms-srch-sb-searchLink {
	background:transparent url(../img/ico-busca.png) no-repeat !important;
	height:17px;
	width:17px;
	margin-top:2px;
	margin-left:2px;
}
#searchInputBox .ms-srch-sb-searchLink img {
	display:none
}

/*
Ajustes em telas admin
*/
.ms-dialog #content h2.main {
	width:100%;
	word-wrap:break-word;
}
.ms-dialog .ms-core-form-line.ms-metadata, .ms-dialog .ms-core-form-line.ms-metadata span.ms-displayInlineBlock {
	width:100%;
	word-wrap:break-word;
}
.ms-dialog #DeltaPlaceHolderMain {
	max-width:540px
}

/*ajustes doa&#231;&#245;es para adicionar ao CSS julio*/
.descricao {
	height:auto!important
}
.descricao *, .doacoes .mais-info * {
	font-family:"Open Sans" !important;
	font-size:12px !important;
	margin:0px !important;
}
.mais-container {
	position:relative
}
.doacoes .mais-info {
	position:relative !important;
	top:0px !important;
}
.listaImagens.doacoes .content a.btn, .listaImagens.doacoes .content a:visited.btn {
	position:relative!important;
	top:0!important;
}

/*
Bot&#227;o ligar que aparece na vers&#227;o mobile
*/
.btn-ligar {
    position: fixed;
    overflow: hidden;
    background: #444;
    color: #fff;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: 99999999;
    line-height: 0 10px;
    padding: 10px;
}

.btn-ligar p {
    float: left;
    margin: 0;
    line-height: 34px;
}

.btn-ligar .btn-link {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	margin-left: 10px;
}

/*
	Bot&#227;o imprimir - Encontre seu m&#233;dico
*/
.form-group.btn-print {
	margin-top: -34px;
	margin-bottom: 6px;
	overflow: hidden;
}
.form-group.btn-print .btn {
	padding: 4px 10px;
	font-size: smaller;
}

/*
Tabela basica
*/
.ms-rteStyle-Emphasis {
	color:#3398dc;
	font-size:1.3em;
	font-family:"Open Sans";
	font-style:normal
}
.ms-rteStyle-IntenseEmphasis {
	color:#3f536b;
	font-family:"Open Sans";
	font-weight:700;
	font-size:13px;
	text-decoration:none;
	text-indent:-1px;
}

.ms-rteTable-1 tr.ms-rteTableHeaderRow-1, .ms-rteTable-1 tr.ms-rteTableFooterRow-1, .ms-rteTable-1 tr.ms-rteTableHeaderRow-1 > th, .ms-rteTable-1 tr.ms-rteTableFooterRow-1 > th, .ms-rteTable-1 tr.ms-rteTableFooterRow-1 > td {
	background:transparent;
	border:0px;
	border-bottom:1px #b6d4dc solid;
	font-size:18px;
	padding:10px 20px;
	font-weight:300
}
.ms-rteTable-1 tr.ms-rteTableOddRow-1 > td, .ms-rteTable-1 tr.ms-rteTableEvenRow-1 > td {
	border-bottom:1px #fff solid;
	font-size:0.86em;
	padding:10px 20px;

}
.ms-rteTable-1 tr.ms-rteTableOddRow-1 {
	background-color:#f5f6f8;
}
.ms-rteTable-1 tr.ms-rteTableEvenRow-1 {
	background-color:transparent;
}
.ms-rteTable-1 .ms-rteTableEvenCol-1 {
	border-right:1px #eeeff1 solid
}


/*
Tabs Fale Conosco
*/


ul.tabs {
	overflow: hidden;
	margin: 0;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0 1px;
    line-height: normal;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 0.93em;
    padding: 5px 8px;
    outline: none;
    height: 85px;
    background-color: #d8e2e4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 9px;
}
ul.tabs li:hover {
	background:transparent url(../img/bkgr-tabs-arrow.png) no-repeat center bottom;
}
ul.tabs li a:hover {
    background:#3598db;
    color:#fff
}   
ul.tabs li.active {
	background:transparent url(../img/bkgr-tabs-arrow.png) no-repeat center bottom;
}
ul.tabs li.active a, ul.tabs li.active a:hover  {
    background:#3598db;
    color:#fff
}
.tab_container {
    clear: both;
    float: left; 
    width: 100%;
}
.tab_content {
    padding: 10px 0;
}


/*
Forms gerais
*/

.form-group .required {
	color:#f00
}
.form-group .validador {
	display:block;
	color:#f00;
	font-size:0.86em;
}
.form-group {
	margin-bottom:5px;
}
.form-group .btn-primary {
	background-color:#3598db;
	color:#fff;
	font-family:"Open Sans";
	font-weight:600;
	font-size:1em;
	float:right;
	border:0px;
	border-bottom:2px #2e88c4 solid;
	margin-left:0px;
}
.form-group .btn-primary:hover {
	background-color:#2e88c4;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2em !important;
}


/*
Forms avalie
*/

.table-passos {
	width:100%
}
.table-passos .validator {
	color:#f00;
	font-size:12px;
	display:block
}
.table-passos .multiple-radios .validator {
	display:inline
}
.table-passos .btn-primary {
	background-color:#3598db;
	color:#fff;
	font-family:"Open Sans";
	font-weight:600;
	font-size:1em;
	float:right;
	border:0px;
	border-bottom:2px #2e88c4 solid;
	margin-left:0px;
	height:auto;
	padding-left:20px;
	padding-right:20px
}

.table-passos .btn-primary input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	direction: ltr;
	cursor: pointer;
}

.table-passos .btn-primary:hover {
	background-color:#2e88c4;
}
.table-passos .btn-prox {
	background-image:url(../img/bkgr-btnNext.png);
	background-repeat:no-repeat;
	background-position:right -2px;
	padding-right:50px;
	margin-left:20px;
}
.table-passos .btn-default {
	background-color:#fff;
	color:#34495E;
	font-family:"Open Sans";
	font-weight:600;
	font-size:1em;
	float:right;
	border:0px;
	border-bottom:2px #ccc solid;
	margin-left:0px;
	height:auto;
	padding-left:20px;
	padding-right:20px
}

.table-passos .btn-upload {
	position: relative;
	float:left !important;
	cursor:pointer;
}

.table-passos .btn-upload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	direction: ltr;
	cursor: pointer;
	width: 100%;
	height: 36px;
}

.table-passos .btn-default:hover {
	background-color:#ebebeb;
	border-bottom:2px #ddd solid;
}
.table-passos .btn-ant {
	background-image:url(../img/bkgr-btnPrev.png);
	background-repeat:no-repeat;
	background-position:left -2px;
	padding-left:50px;
	margin-left:0px;
}



.table-passos .passos {
	overflow:hidden;
	zoom:1;
	margin:20px 0;
}
.table-passos .passos div {
	background-color:#d8e2e4;
	border-radius:5px;
	-webkit-border-radius: 5px;
	width:19.5%;
	display:inline-block;
	float:left;
	padding:20px 0;
	margin-right:1px;
	position:relative;
	text-align: center;
}
.table-passos .passos .text-lable {
	font-style: normal;
}
.table-passos .passos div.step-active {
	background-color:#90c4e6;
	color:#fff
}
.table-passos .passos div.step-selected {
	background-color:#3498db;
	color:#fff
}
.table-passos .passos .step-inactive span {
	display:none
}
.table-passos .passos div.step-active span {
	position:absolute;
	width:10px;
	height:31px;
	right:-10px;
	top:15px;
	z-index:9;
	background:transparent url(../img/bkgr-passos-arrow-past.png) no-repeat;
	text-indent:-9999px
}
.table-passos .passos div.step-selected span {
	background-image:url(../img/bkgr-passos-arrow.png)
}
.table-passos .passos div.step-last span{
	display:none
}
.table-passos .txtCompanyLocal, .txtOtherIndication {
	display:block;
	margin-left:20px;
	margin-bottom:5px
}
.table-passos .step-buttons td {
	width:99% !important
}
.table-passos .radio td {
	width:222px
}
.table-passos .radio .txtInternFloor, .table-passos .radio .txtInternApartment, .table-passos .radio .txtAmbFloor, .table-passos .radio .txtAmbApartment{
	display:inline;
	width:100px	
}
.table-passos .radio .txtCompanyLocal, .table-passos .radio .txtOtherIndication {
	display:inline;
	margin-left:0px;
	width:210px	
}

/*
tabela multiples radios
*/
.table-passos .explain-text {
	font-size:0.96em
}
.table-passos .explain-text span {
	padding-right: 6px;
}
.table-passos .multiple-radios {
	margin:20px 0;
}
.table-passos .multiple-radios th {
	height:30px;
	vertical-align:baseline;
	padding-left:10px;
	border-bottom:1px #b6d4dc solid
}
.table-passos .multiple-radios td {
	padding:5px 8px
}
.table-passos .multiple-radios tr.grupo-header {
	font-weight:bold;
}
.table-passos ul.multiple-radios-item,
.table-passos .multiple-radios tr.grupo-header ul {
	width:180px
}
.table-passos ul.multiple-radios-item li,
.table-passos .multiple-radios tr.grupo-header li {
	float:left;
	display:inline-block;
	width:30px;
	text-align:center;
	background-color:transparent;
	font-weight:bold;
}
.table-passos .multiple-radios .alternate-item td {
	background-color:#f5f6f8;
	border-bottom:1px #fff solid
}
.table-passos .multiple-radios .validator {
	color:#f00
}
.table-passos ul.multiple-radios-item input,
.table-passos ul.multiple-radios-item label {
	margin:0;
}
.table-passos ul.multiple-radios-item label {
	display:none;
}

@media (max-width: 479px) {
	.table-passos ul.multiple-radios-item label {
		display: block;
	}
	.table-passos .multiple-radios tr.grupo-header td {
		display: none;
	}
	.table-passos .multiple-radios tr.grupo-header td:first-child {
		display: block;
	}
	
	.table-passos .form-group table,
	.table-passos .form-group tbody,
	.table-passos .form-group tr,
	.table-passos .form-group td {
		display: block;
	}
	.table-passos table.multiple-radios,
	table.agende-uma-consulta,
	.table-passos table.multiple-radios tbody,
	table.agende-uma-consulta tbody,
	.table-passos table.multiple-radios tr,
	table.agende-uma-consulta tr,
	.table-passos table.multiple-radios td,
	table.agende-uma-consulta td {
		display: block;
		overflow: hidden;
	}
	.table-passos table.multiple-radios tr,
	table.agende-uma-consulta tr {
		margin-bottom: 10px;
	}
	.table-passos table.multiple-radios th,
	table.agende-uma-consulta th {
		display: none;
	}
	.table-passos table.multiple-radios th:first-child,
	table.agende-uma-consulta th:first-child {
		display: block;
	}
	table.agende-uma-consulta th:first-child {
		width: 100% !important;
		padding: 0;
		border: 0;
	}
	table.agende-uma-consulta td.ms-rteTableOddCol-1 {
		border: 0;
	}
}

@media (max-width: 429px) {
	.table-passos .passos .text-lable {
		display: none;
	}
}

@media (max-width: 310px) {
	#content .table-passos .btn-ant,
	#content .table-passos .btn-prox {
		font-size: 0.86em;
		padding-right: 10px;
		padding-left: 10px;
	}
	#content .table-passos .btn-ant {
		padding-left: 45px;
	}
	#content .table-passos .btn-prox {
		padding-right: 45px;
	}
}


/*
Boxes como chegar
*/

.box-type3 {
	overflow: hidden;
	margin-bottom:5px;
	position: relative;
	border-radius:5px;
	-webkit-border-radius: 5px;
}
.picture4col {
	height:180px;
	width:220px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.picture4col.alternate {
	margin-right:0px;
}
.box-type3 img {
	display: block;
}
.box-type3 .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	width:100%;
}
.box-type3 .caption .inner-caption {
	overflow: hidden;
	padding: 6px 12px 12px 12px;
}
.box-type3 h3 {
	margin: 0 0 0.1em;
	line-height: normal;
	font-size: 1.14em;
	font-style: normal;
	font-weight: 600;
	color:#fff;
}
.box-type3 h3 a, .box-type3 h3 a:visited {
	color:#fff
}
/*
Pagina&#231;&#227;o geral
*/

.footer-paging, .press-folder-pager, .staff-pager {
	margin-top:25px;
	text-align:center
}
.footer-paging a:focus, .press-folder-pager a:focus, .staff-pager a:focus {
	outline: 0;
	color:#00aeef;
}
.prev-page-button, .next-page-button {
	display:inline-block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	background:transparent url(../img/ico-pager.png) no-repeat left top;
	border:0px;
}
.ms-promlink-button-disabled {
	cursor:default
}
.next-page-button {
	background-position:-22px top;
}
.prev-page-button.ms-promlink-button-enabled {
	background-position:left -22px;
}
.next-page-button.ms-promlink-button-enabled {
	background-position:-22px -22px;
}
.prev-page-button.ms-promlink-button-enabled:hover {
	background-position:left -44px;
}
.next-page-button.ms-promlink-button-enabled:hover {
	background-position:-22px -44px;
}
.pageNumbers {
	display:inline-block
}
.pageNumbers a.ms-promlink-button {
	display:inline-block;
	height:22px;
	width:22px;
	text-align:center;
	color:#a0b2b6;
	border:0px;
	background:transparent none;
	font-family:"Open Sans";
	font-weight:600
}
.pageNumbers a.ms-promlink-button-enabled:hover {
	color:#00aeef;
	background:transparent none
}
.pageNumbers a.ms-promlink-button-disabled {
	color:#00aeef
}

/*
Lista com imagem opcional
*/
.listaImagens {
	clear:both;
	overflow:hidden;
	border-bottom:1px #ced7db solid;
	padding:15px 0 10px 0;
	min-height:80px;
}
.listaSemImagens {
	clear:both;
	overflow:hidden;
	border-bottom:1px #ced7db solid;
	padding:15px 0 10px 0;
}
.listaImagens .optImage {
	display:inline-block;
	height:70px;
	width:90px;
	float:left;
	clear:right;
	margin-right:20px;
}
.listaImagens .optImage img{
	border-radius:3px;
	-webkit-border-radius: 3px;
}
.listaImagens .content {
	font-size:12px;
	/*float:left*/
	overflow: hidden;
}
.listaImagens .content.fixedWidth {
	max-width:413px;
	min-height:70px;
}
.pgSaude .listaImagens .content.fixedWidth{
	max-width:508px;
}
.listaSemImagens .content {
	font-size:12px;
}
.listaImagens .content .emphasis {
	font-style:italic
}
.listaImagens .content a, .listaImagens .content a:visited, .listaSemImagens .content a, .listaSemImagens .content a:visited {
	color:#34495e;
	font-weight:700;
	font-size:14px;
	line-height:18px;
	display:inline-block;
	margin-bottom:10px;
}
/*
Painel refinador
*/
.refPainel .ms-ref-refinername:link, .refPainel .ms-ref-refinername:visited {
	width:auto;
	display:inline-block
}
.refPainel .ms-ref-refinername, .refPainel .ms-ref-refinername:visited {
	color:#2084a8;
	font:normal 600 14px/normal "Open Sans";
	padding:12px 10px;
	background-color:#f9fafb;
	margin-right:10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	text-decoration:none
}
.panelFull {
	background-color:#f9fafb;
	margin-top:1px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	overflow: auto;
    zoom: 1;
}
.panelFull #Value {
	float:left;
	width:172px;
	padding:3px 5px;
}
.panelFull #Value a, .panelFull #Value a:visited {
	font-family:"Open Sans";
	color:#34495e;
	font-size:13px;
}
.panelFull #SelectedSection {
	overflow: auto;
    zoom: 1;
    margin:0 3px;
}
.panelFull #SelectedSection #Value {
	padding:6px 5px;
	background-color:#e8eff1;
	margin:5px 0
}
.panelFull #SelectedSection #Value a, .panelFull #SelectedSection #Value a:visited {
	color:#2084a8;
	font-weight:700
}
.panelFull #UnselectedSection {
	padding:5px 0;
	margin:0 3px;
}
.panelFull #AllSection {
	padding-top:5px;
	margin:0 3px;
}
.panelFull #UnselectedSection, .panelFull #AllSection{
	overflow: auto;
    zoom: 1;
}
.refPainel .ms-ref-downarrow {
	display:inline-block;
	width:14px;
	height:9px;
	float:none;
	background:transparent url(../img/ico-flecha-toggle.png) no-repeat left top;
}
.refPainel .ms-ref-uparrow {
	display:inline-block;
	width:14px;
	height:9px;
	float:none;
	background:transparent url(../img/ico-flecha-toggle.png) no-repeat left -9px;
}
.refPainel .ms-ref-refiner {
	padding-right:0;
}
.refPainel .ms-ref-refiner #Container {
	padding-bottom:0px
}

/*
Area refinadores drop
*/
.filtrosLista {
	border-bottom:1px #b6d4dc solid;
	background-color:#F5F6F8;
	padding:9px 0;
}
.filtrosLista.single-col {
	padding:9px;
}
.filtrosLista select {
	font-size:12px;
}
.filtrosLista .fitWbp {
	overflow:hidden;
	zoom:1;
}
.filtrosLista .fitWbp .ms-webpart-zone {
	float:right;
	width:auto
}
.filtrosLista .inline-children {
	padding-left: 10px;
}
.filtrosLista .inline-children .ms-webpart-chrome {
	width:auto

}

.filtrosLista .fitWbp .ms-webpartzone-cell {
	margin:0px;
}
.filtrosLista .fitWbp .ms-ref-refiner {
	padding:0px;
}
.filtrosLista .fitWbp .ms-ref-refiner select {
	max-width:160px;
}
.filtrosLista .fitWbp .ms-ref-refiner #Container {
	padding-bottom:0px
}



/*Home saude*/
.pgSaude h2.ms-webpart-titleText {
	margin:0;
	color:#34495E;
	font-weight:700;
	font-family:"Open Sans";
	font-size:18px
}
/*paineis saude*/

.tags {
	background-color:#ced6e9;
	padding:16px 8px;
	border-radius:4px;
	-webkit-border-radius: 4px;
	margin-bottom:25px
}
.tags-title {
	font:normal 700 12px/normal "Open Sans";
	color:#515f80;
	margin-bottom:5px
}
.tags-indice .tags-letra a {
	background-color:#e3e7f0;
	border-radius:2px;
	-webkit-border-radius: 1px;
	height:18px;
	min-width:18px;
	text-align:center;
	display:inline-block;
	padding:1px 4px 0 4px;
	font:normal 600 11px/normal "Open Sans";
	color:#717171;
	margin-bottom:1px;
}
.tags-indice .tags-letra a.active {
	background-color:#808dad;
	color:#fff
}
.tags-indice {
	margin-bottom:10px
}
.tags-pag {
	overflow:hidden;
	zoom:1
}
.tags-pag .tag-item {
	display:inline-block;
	margin-left:6px;
	width:133px;
	font-size:12px;
	color:#393939;
	vertical-align:top;
	/*background:transparent url(../img/ico-square-bullet.png) no-repeat left 7px;
	padding-left:3px;
	float:left;*/
	height:22px;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.tags-empty {
	display:inline-block;
	margin-left:6px;
	font-size:12px;
	color:#393939
}
.tags-pag .tag-item a, .tags-pag .tag-item a:visited {
	color:#393939
}
.tags-paginacao {
	border-top:1px #bac3d9 solid;
	margin-top:10px
}
.tags-paginacao .tag-pags {
	display:inline-block;
	width:261px;
	text-align:center
}
.tags-paginacao a.tags-pag-prev, .tags-paginacao a.tags-pag-next {
	display:inline-block;
	width:7px;
	height:15px;
	background:transparent url(../img/ico-flecha-saude.png) no-repeat left 4px;
	text-indent:-9999px;
}
.tags-paginacao a.tags-pag-next {
	background-position:-7px 4px
}
.tags-paginacao a.tags-pag-prev.disabled, .tags-paginacao a.tags-pag-next.disabled {
	zoom: 1;
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor:default
}
.tags-paginacao .tag-pags a.tags-pag-idx {
	display:inline-block;
	width:9px;
	height:14px;
	background:transparent url(../img/ico-bullets-paging.png) no-repeat -8px 6px;
	text-indent:-9999px;
	margin:0 1px;
}
.tags-paginacao .tag-pags a.tags-pag-idx.active {
	background-position:left 6px
}
.tags-tratamentos {
	background-color:#d8e3df;
}
.tags-tratamentos .tags-title {
	color:#477463
}
.tags-tratamentos .tags-indice .tags-letra a {
	background-color:#e9f5f1
}
.tags-tratamentos .tags-indice .tags-letra a.active {
	background-color:#477463
}
.tags-tratamentos .tags-paginacao {
	border-top-color:#bccdc7
}


.tags-tratamentos .tags-paginacao a.tags-pag-prev, .tags-tratamentos .tags-paginacao a.tags-pag-next {
	background-position: left -15px;
}
.tags-tratamentos .tags-paginacao a.tags-pag-next {
	background-position:-7px -15px
}
.tags-tratamentos .tags-paginacao .tag-pags a.tags-pag-idx {
	background-position:-9px -8px;
}
.tags-tratamentos .tags-paginacao .tag-pags a.tags-pag-idx.active {
	background-position:left -8px;
}


/* News Page layout*/
.widthLimit {
	display:inline-block;
	width:524px;
}
.widthLimit2 {
	display:inline-block;
	width:720px
}
.newsTemplate .data {
	font-size:0.93em;
	margin:0 0 10px 0
}
.newsTemplate .subtitulo {
	background-color:#f5f6f8;
	border-left:5px #8190b7 solid;
	padding:10px 10px 10px 20px;
	margin-bottom:10px;
}
.newsTemplate .assunto {
	border-bottom:1px #cfd6e8 solid;
	border-top:1px #cfd6e8 solid;	
	margin:20px 0;
	padding:10px 0;
	font-size:0.93em;
}
.newsTemplate .imagem img {
	margin-bottom:25px;
	max-width:512px;
}
.col-sm-3.fixMarginTop .share-buttons {
	right:10px;
}
/* box enviar */
.gb-addcomment {
	overflow:hidden;
	zoom:1;
	border-bottom:1px #cfd6e8 solid;
	padding:10px 0 20px 0;
	margin-bottom:20px
}
.gb-addcomment .ms-blog-postList {
	margin:0;
	min-width:inherit;
	max-width:inherit
}
.gb-addfields-title {
	font-weight:600
}
.gb-addfields input {
	margin-bottom:10px;
}
.gb-addcomment .gb-addfields input, .gb-addcomment .gb-addfields textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#recaptcha_widget_div input {
	display: inline;
	height: auto;
}
.gb-addcomment .gb-addfields textarea{
	height:auto !important;
	min-height:50px;
	padding:4px 5px;
	width:100% !important
}
.gb-addcomment .gb-addfields input:focus, .gb-addcomment .gb-addfields textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.gb-addcomment input.ms-button-emphasize {
	background-color:#3598db;
	color:#fff;
	font-family:"Open Sans";
	font-weight:600;
	font-size:1em;
	float:right;
	border:0px;
	border-bottom:2px #2e88c4 solid;
	margin-left:0px;
	margin-top:10px;
	padding:7px 20px;
	min-width:6em;
	height:auto;
	border-radius:4px;
	-webkit-border-radius: 4px;
}
.gb-addcomment input.ms-button-emphasize[disabled] {
	background-color:#90c4e6;
	border-bottom:2px #fff solid;
}
.gb-addcomment input.ms-button-emphasize:hover {
	background-color:#2e88c4;
}
.gb-addcomment input.ms-button-emphasize[disabled]:hover {
	background-color:#90c4e6;
}


.gb-addcomment .ms-blog-postList input:-moz-placeholder {
  color: #999999;
}
.gb-addcomment .ms-blog-postList input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.gb-addcomment .ms-blog-postList input:-ms-input-placeholder {
  color: #999999;
}
.gb-addcomment .ms-blog-postList input::-webkit-input-placeholder {
  color: #999999;
}



/* lista*/
.commentstitle, .gb-addcomment-title {
	display:block;
	font-weight:700;
	margin-bottom:20px
}
.ms-blog-postList {
	margin:0px;
	min-width:inherit;
	max-width:inherit
}
.ms-blog-postComment {
	background-color:#d8e2e4;
	border-radius:5px;
	-webkit-border-radius: 5px;
	padding:10px;
	margin-bottom:10px;
	margin-left:16px;
	font-size:0.93em
}
.ms-blog-postComment .comment-name {
	display:block;
	background:transparent url(../img/bkgr-comments-arrow1.png) no-repeat left top;
	margin-left:-17px;
	padding-left:17px;
	font-weight:700
}
.ms-blog-postComment.alternating {
	background-color:#f3f9f9
}
.ms-blog-postComment.alternating .comment-name {
	background-image:url(../img/bkgr-comments-arrow2.png);	
}
.ms-blog-postComment .comment-date {
	display:block;
	font-style:italic;
	margin:5px 0 1px 0
}
.comments-loadmore, .comments-loadmore:visited {
	display:block;
	border-top:1px #cfd6e8 solid;
	text-align:right;
	padding:15px 25px 0 0;
	font-weight:700;
	background:transparent url(../img/ico-flecha-down.png) no-repeat right 20px;
	margin-top:20px;
}
a.comments-loadmore, a.comments-loadmore:visited, a.comments-loadmore:hover {
	color:#00aeef;
}

/* Home imprensa*/

.homeImprensa .ms-webpart-titleText.ms-webpart-titleText, .homeImprensa .ms-webpart-titleText > a {
	font:normal 700 16px/normal "Open Sans";
	color:#34495e;
}
.homeImprensa h2 {
	margin:0 0 15px 0;
}
.homeImprensa .ms-webpartzone-cell {
	margin:0px
}
.homeImprensa .listaSemImagens, .homeImprensa .listaImagens{
	border-top:1px #ced7db solid;
	border-bottom:0px;
	min-height:inherit;
}
.homeImprensa .listaImagens .content {
	min-height:inherit;
}
.homeImprensa .lblTitle {
	display:none
}
.homeImprensa .listaImagens .content a, .homeImprensa .listaImagens .content a:visited, .homeImprensa .listaSemImagens .content a, .homeImprensa .listaSemImagens .content a:visited {
	font-size:12px;
	line-height:14px;
	margin-bottom:3px
}
.homeImprensa .ver-todos {
	border-top:1px solid #d7d7d7;
	border-bottom:0px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:0px;
}
.homeImprensa .ver-todos a, .homeImprensa .ver-todos:visited {
	color:#3598db
}
/*Busca exames*/
.busca-exames h3 {
	color:#34495e;
	font-weight:700;
	font-size:14px;
	margin-top:0;
}
.busca-exames .busca {
	background-color:#d8e2e4;
}
.busca-exames .busca label, .busca-exames .busca input {
	display:inline-block
}
.busca-exames .busca label {
	font-weight:600;
	font-size:14px;
	padding-right:20px;
}
.busca-exames .busca input {
	width:360px
}
.busca-exames .busca input.btn {
	min-width:inherit;
	width:41px;
	text-indent:-9999px;
	padding-left:0px;
	padding-right:0px;
	background-image:url(../img/ico-busca-white.png);
	background-repeat:no-repeat;
	background-position:center center
}
.busca-exames .resultados {
	border-top:1px #cfd6e9 solid;
	margin-top:25px
}
.busca-exames .resultados li {
	font-weight:700;
	font-size:0.86em;
	padding:10px
}
.busca-exames .resultados li.alternate {
	background-color:#f4f6f7;
	border-bottom:2px #fbfbfc solid
}
.busca-exames .resultados li a, .busca-exames .resultados li a:visited {
	color:#34495E;
	font-size:1.1em
}
.busca-exames .resultados .contagem {
	margin:20px 0 10px 0;
	font-size:0.86em
}
.busca-exames .resultados .sinonimos {
	font-weight:400;
	overflow: hidden;
	position: relative;
	padding-right: 20px;
}

.busca-exames .resultados .sinonimos .arrow {
	background: transparent url("../img/ico-flecha-toggle.png") no-repeat;
	background-position: 100% -9px;
	top: 6px;
	right: 0;
	position: absolute;
	width: 14px;
	height: 9px;
	display:none;	
}
.busca-exames .resultados .sinonimos.toggle,
.busca-exames .resultados .sinonimos.toggle .arrow {
	cursor:pointer;
	display:block;
}

.busca-exames .resultados .sinonimos.on {
	height:18px;
}

.busca-exames .resultados .sinonimos.on .arrow {
	background-position:  right top;
}

.template-exame h3 {
	font-size:18px;
	font-weight:700
}
.template-exame h4 {
	color:#557493;
	font-weight:700;
	font-size:14px;
	border-bottom:1px #dee1f2 solid;
	padding-bottom:5px
}
.box-type1.cobertura {
	display:none
}
.box-type1.cobertura h3 {
	font-size:13px
}
.cobertura select.form-control {
	height:auto;
	font-size:12px;
	padding:0px 3px;
	margin-bottom:5px
}
.cobertura .infos {
	font-size:12px
}
.box-type1.sem-cobertura {
	background-color:#f4e7e1;
	font-weight:300;
	font-size:12px;
}
.box-type1.com-cobertura {
	background-color:#d8e3df;
	font-weight:300;
	font-size:12px;
}

/*
* Corpo docente
*/
.box-type1.iep-filtros {
	background-color:#dbece6;
	border-bottom:1px #eefbf6 solid;
	font-weight:600
}
.box-type1.iep-filtros select {
	margin-left:10px;
	font-weight:400;
	font-size:13px
}

/*Reuni&#245;es IEP*/
.reunioes .courses-search {
	overflow:hidden;
	zoom:1;
	width:100%;
	background-color:#dbece6;
	border-bottom:1px #eefbf6 solid;
	margin-bottom:10px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	padding:12px 10px
}
.reunioes .iep-filtros {
	width:70%;
	float:left
}
.reunioes .date-filter {
	width:29%;
	float:right
}
.reunioes .box-type1.iep-filtros {
	background-color:transparent;
	border-bottom:0px;
	padding:0px;
	margin:0px
}
.reunioes div.tabs.date-filter select {
	width:100%;
	margin-top:-2px;
	float:none
}

/*Curso IEP*/

.cursoInterna small {
	display:none
}
.box-type1.cursoInterna h3 {
	font-size:14px
}
.cursoInterna select {
	padding:3px 5px;
	margin:0 0 10px 0;
	font-size:12px;
	height:auto;
}
.iep-agenda h3 {
	border-bottom:1px #ced7db solid;
	padding-bottom:14px;
	font-weight:700;
	font-size:18px
}
.iep-agenda .row {
	border-bottom:1px #ced7db solid;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:0px
}
.iep-agenda .emphasis {
	font-size:12px;
	font-weight:300;
	padding-right:0px
}
.iep-agenda .item-content {
	font-size:12px;
	font-weight:600
}
.iep-agenda .item-content h4 {
	display:inline
}
.iep-agenda .item-content a, .iep-agenda .item-content a:visited {
	color:#34495e;
	/*display:inline-block;
	max-width:500px*/
}
.iep-agenda .btn-inscricao, .iep-agenda .btn-insc-encerrado, .iep-agenda .btn-insc-ultimas, .iep-agenda .btn-insc-breve, .iep-agenda .btn-insc-local {
	margin-left:10px;
}


/* IEP - Hotsite*/

#hotsite-iep .title-iep .btn-inscricao  {
	width: 100%;
	margin: 8px 0;
}

#hotsite-iep .lista-programas {
	margin:20px 0;
}

.iep-programacao-cursos {
	margin: 5px 0 15px 0 !important;
	padding: 0;
	overflow:hidden;
}

.iep-programacao-cursos li {
	padding: 0 !important;
	margin:0 0 4px 0 !important;
	list-style: none !important;}

.iep-programacao-cursos li {
  text-transform: uppercase;
  font-weight: 600;
  font-size: small;
  color: #7f7f7f;
}

.iep-programacao-cursos li .vagas {
  font-weight: normal;
}

#hotsite-iep  .subtitle {
  font-size: smaller;
  font-weight: 600;
  width:100%;
	margin:4px 0;
}

#hotsite-iep .cronograma ul li {
	display:block;
}

.fancybox-gallery .bx-wrapper {
	max-width:none !important;
}

.fancybox-gallery .bx-wrapper .bx-viewport {
	background:transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.fancybox-gallery .bx-wrapper .bx-controls-direction a {
	margin-top: -34px !important;
}

.fancybox-gallery .bx-wrapper .fancybox {
	position:relative;
}

.fancybox-gallery .bx-wrapper .fancybox .play {
	display: block;
	width: 170px;
	height: 130px;
	position:absolute !important;
	top: 0;
	left:0;
	background-color: rgba(0, 0, 0, 0.3);
	background-image:url('../img/btn-play-video.png');
	background-repeat: no-repeat;
	background-position: center center;
	z-index:999;

}

.cronograma {
	margin: 0 !important;
}

.cronograma li {
	margin: 0 0 10px 0 !important;
	list-style:none !important;
	overflow: hidden;
}

.cronograma .table-passos {
	width:auto;
	float:left;
}

.cronograma .passos {
	margin:0;
	overflow: inherit;
}

.cronograma .passos .step-active.step-selected {
	width: 62px;
	padding: 4px 0;
	margin-right: 15px;
  }

.cronograma .passos div.step-active span {
	top:7px;
	background-size: 5px;
}

.cronograma .titulo {
  font-weight: 600;
  color: #34495e;
  margin-top:5px;
  float:left;
}

.cronograma .description {
	font-size: smaller;
	color: #666;
	font-weight: normal;
	line-height: 14px;
 }

.locais-das-provas .locais {
	overflow: hidden;
	display:block;
}

.locais-das-provas .locais .locais-icon {
	float: left;
	width: 10%;
	padding-top: 2px;
}

.locais-das-provas .locais .locais-description {
	float: left;
	width: 90%;
}

.locais-das-provas .locais .locais-description p {
	font-size:smaller;
}

.locais-das-provas .sub-list {
	width: 50%;
}

.links-download {
	margin:0 !important;
}

.links-download li {
	margin:6px 0 !important;
	list-style:none !important;
}

.destaque-fale-conosco {
	padding: 15px 0;
	font-size: medium;
	margin: 10px 0 20px 0;
	border: 1px solid #ccc;
	border-left: 0;
	border-right: 0;
}

.veja-tambem ul li {
	display:block;
}

.veja-tambem ul li a {
	display: inline-block;
	padding-right: 15px;
	line-height: 1.3em;
	background: url(../img/bullet03.png) right center no-repeat;
	text-decoration: none;
	font-size: 0.86em;
	color: #0fb2ef;
}

.veja-tambem ul li a:hover {
	text-decoration:underline;
}

/* Hotsite IEP - Tratamento do responsivo */
@media(max-width:640px){
	#hotsite-iep .title-iep  {
		font-size:85%;
	}
	
	#hotsite-iep .locais-das-provas .sub-list {
		width: 100%;
	}
	
	#hotsite-iep .iep-programacao-cursos.row .col-md-6 {
	  margin: 0;
	}
	
	#hotsite-iep .cronograma .titulo {
	  width: 70%;
	}
	
	#hotsite-iep .cronograma .btn {
		display:none;
	}


}


/*Conteudo exclusivo*/
.exclusivo-tabs {
	border-bottom:1px #d2e4e8 solid;
	position:relative;
	height:47px
}
.exclusivo-tabs ul.tabs {
	position:relative;
	top:6px;
	z-index:9
}
.exclusivo-tabs ul.tabs li a{
	padding:10px;
	height:auto;
	text-align:center;
	font-size:1em;
}
.exclusivo-tabs ul.tabs li:hover {
	background-image:none
}
.exclusivo-tabs ul.tabs li.active:hover {
	background-image:url(../img/bkgr-tabs-arrow.png)
}
.press-img-title {
	background-color:#F5F6F8;
	padding:9px 10px;
	margin:-20px 0 30px 0
}
.press-img-title span {
	display:inline-block;
	width:90%;
	font-weight:600
}
.press-img, .press-folder {
	width:523px
}
.press-img-list, .press-folder-list {
	overflow:hidden;
	width:543px;
}
.press-folder-list li, .press-img-list li {
	display:inline-block;
	float:left;
	height:190px;
	width:250px;
	margin-right:20px;
	margin-bottom:20px;
}
.press-doc-list li {
	border-bottom:1px #ced7db solid;
	padding:15px 0 10px 0;
	font-size:0.93em
}
.press-doc-list li h4 {
	margin:0 0 5px 0
}
.press-doc-list li h4, .press-doc-list li h4 a, .press-doc-list li h4 a:visited {
	font-size:1.04em;
	color:#34495e;
	font-weight:700;
}
.press-doc-download a, .press-doc-download a:visited {
	display:inline-block;
	background-color:#3598db;
	border-bottom:2px #2e88c4 solid;
	padding:7px 10px;
	color:#fff;
	font-weight:600;
	border-radius:3px;
	-webkit-border-radius: 3px;
}
.press-doc-download a:hover {
	background-color:#2e88c4
}
.press-doc-pager, .press-img-pager, .exams-pager {
	margin-top:25px;
	text-align:center;
}
.press-doc-pager-btn-next, .press-doc-pager-btn-prev {
	display:inline-block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	background:transparent url(../img/ico-pager.png) no-repeat left -22px;
	border:0px;
}
.press-doc-pager-btn-next {
	background-position:-22px -22px;
}

.aspNetDisabled.press-doc-pager-btn-next {
	cursor:default;
	background-position:-22px top;
}
.aspNetDisabled.press-doc-pager-btn-prev {
	cursor:default;
	background-position:left top;
}
.press-folder-count {
	font-size:12px;
	font-weight:600
}

.numero {
	display:inline-block
}
a.numero, span.numero {
	display:inline-block;
	height:22px;
	width:22px;
	text-align:center;
	color:#a0b2b6;
	border:0px;
	background:transparent none;
	font-family:"Open Sans";
	font-weight:600
}
span.numero {
	color:#00aeef;
}
a.numero:hover {
	color:#00aeef;
	background:transparent none
}

/*imagens*/
.press-folder-item, .press-img-item {
	width:250px;
	height:190px;
	position:relative;
	overflow:hidden
}
.press-folder-item a, .press-img-item a {
	display:inline-block;
}
.press-folder-item img, .press-img-item img {
	height:190px;
	width:100%
}
.press-img-item h3, .press-folder-item h3 {
	word-break:break-all;
	font-weight:300;
	font-size:16px;
	height:20px;
	line-height:18px;
	overflow:hidden;
	margin:0px 0 3px 0;
}
.press-img-item .press-img-data {
	display:none
}
/*template curso*/

.iep-curso .exclusivo-tabs ul.tabs li a {
	font-size:13px;
	padding:10px 0
}
.iep-curso .box-type1.curso-title {
	background-color:#dbece6;
	position:relative
}
.iep-curso .box-type1.curso-title p {
	margin:0
}
.iep-curso .box-type1.curso-title .curso-image {
	margin-right:20px;
	width:210px;
	height:123px;
}
.iep-curso .box-type1.curso-title h3 {
	font-weight:300;
	font-size:26px;
	line-height:28px
}
.iep-curso .box-type1.curso-title .emphasis {
	font-size:13px
}
.iep-curso .image {
	width:33%;
	float:left
}
.image + .content {
	width:66%;
	float:left
}
.curso-periodo, .curso-semana, .curso-coordenacao {
	margin-bottom:5px;
}
.curso-title .btn-sm {
	padding:10px 10px;
	font-size:14px;
	font-weight:600;
	margin-top:10px;
	width:170px;
}

.program-wrapper table td {
	padding:5px !important;
	border-bottom:1px #CFD6E9 solid !important;
	text-align:left;
	display:table-cell!important
}
.program-wrapper table th {
	display:none
}
#tblInvestimento td {
	padding:5px !important;
	border-bottom:1px #CFD6E9 solid !important;
	text-align:left;
	display:table-cell!important
}
#tblInvestimento th {
	font-size:0.93em;
		padding:5px !important;
	border-bottom:1px #CFD6E9 solid !important;
	text-align:left;
	display:table-cell!important

}
#tblVagas td {
	padding:5px !important;
	display:table-cell!important;
	border:1px #fff solid
}
#tblVagas th {
padding:5px !important;
display:table-cell!important;
background-color:#f5f6f8;
	border:1px #fff solid
}
.iep-curso .iep-curso-topico h3 {
	color:#557493;
	padding-bottom:5px;
	font-size:14px;
	font-weight:700
}

/*reset em toda formata&#231;&#227;o inline que vem do CMS*/
.iep-curso-topico table, .iep-curso-topico div, .iep-curso-topico td, .iep-curso-topico th, .iep-curso-topico p, .iep-curso-topico font, .iep-curso-topico span {
	font-family:"Open Sans" !important;
	font-size:1em !important;
	color:#34495E !important;
	line-height:normal!important;
	/*padding-left:0!important;*/
	text-align:left!important;
	border-color:#CFD6E9 !important
}
.filtrosLista .ms-srch-sbLarge>input {
	width:170px !important;
	margin:0px;
	font-size:12px !important;
	height:21px;
}

.filtrosLista .ms-srch-sb-border, .filtrosLista .ms-srch-sb-borderFocused {
	border:1px #ababab solid;
	margin:5px 0 0 13px;
}
.filtrosLista .ms-srch-sb-searchLink {
	background:transparent url(../img/ico-busca.png) no-repeat !important;
	height:17px;
	width:17px;
	margin:3px;
}
.filtrosLista .ms-srch-sb-searchLink img {
	display:none
}

.filtrosListaMod .heightMod .ms-webpart-zone {
	margin-top:-5px
}
.filtrosListaMod {
	height:41px;
}
/*HOME*/

.captionOver p.details {
	display:none
}


/* BOX update - levar para estilo e substituir*/
.box-type2 a,
.box-type2 a:visited {
	color:#fff
}
.box-type2 h3 {
	line-height:1.1em !important;
}
.box-type1.mais-sobre {
	background-image:none !important
}
.box-type1.servicos-box {
	background-color:#cfe3e9
}
.box-type1.servicos-box h3 {
	color:#45727f
}
.box-type1.servicos-box a, .box-type1.servicos-box a:visited {
	color:#34495E
}
.box-type1.resultados {
	background:#d9e6ca url(../img/icon-resultados.png) 94% center no-repeat;
	height:65px
}
.box-type1.resultados h3 {
	width:100px
}
.box-type1.resultados h3, .box-type1.resultados h3 a {
	color:#7d9661;	
}
.box-type1.iep-aluno {
	background-color:#e8f0c8;
	height:40px;
	padding:12px 6px
}
.box-type1.iep-aluno h3, .box-type1.iep-aluno h3 a {
	color:#929f5d;
	font-size:14px
}

.mais-sobre .list06 li {
	font-size:0.93em
}
.assessoria h3, .assessoria .glyphicon {
	color:#8190b7
}
.assessoria .bullet {
	background:transparent url(../img/ico-flecha-roxa.png) no-repeat left 4px;
}
.assessoria .glyphicon {
	margin-right:5px;
}
.assessoria .contato {
	margin:0 0 10px 12px;
	font-size:12px
}
.assessoria a, .assessoria a:visited {
	color:#34495E
}
.assessoria .plantao {
	background-color:#edf0f3;
	border-bottom:1px #e0e5ec solid;
	border-top:1px #e0e5ec solid;
	padding:10px 12px;
	margin-bottom:15px;
	color:#64708e
}
.bannerImprensa h3 {
	max-height:60px;
	overflow:hidden
}
.bannerImprensa h3 a {
	font-weight:300;
	font-family:"Open Sans";
	font-size:16px
}
.bannerImprensa .saiba-mais {
	font-weight:700
}
.bannerImprensa .todas-noticias {
	text-align:right;
	font-weight:700;
	font-size:13px
}
.curriculo h3 a {
	font-size:14px
}



