@import url(formularios.css);

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	background-color: transparent;
}

body{
	padding: 0;
	margin: 0
}

h1,h2,h3,h4,h5,h6 {
	margin: 3px;
}

/* THEME STYLES */
.ui-widget {
	font-size: 12px !important;
}

.modulo img,.modulo-selected img {
	display: block;
	margin: auto;
	padding: 5px;
}

.modulo img {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.modulo img:hover,.modulo-selected img {
	filter: none;
	-webkit-filter: grayscale(0);
}

.modulo .text,.modulo-selected .text {
	display: block;
	margin: auto;
	margin-bottom: 5px;
	text-align: center;
}

.ui-icon-config {
	background-image: url("../images/config.png") !important;
}

.ui-icon-user-prefs-button {
	float: right;
    position: relative;
    right: -10px;
    top: 2px;
}

.ui-icon-user-prefs {
	height: 27px;
	width: 27px;
	background-position: 0 0;
	left: 8px !important;
	top: 8px !important;
	border-radius: 6px 0 0 6px !important;
}

.ui-dialog-title {
	font-size: 17px !important;
}

.ui-editor {
	border: 1px solid gray;
}

.ui-blockui {
	z-index: 2000;
}

.ui-picklist td {
	border-color: transparent !important;
}

.ui-picklist .ui-picklist-item {
	border-bottom: 1px solid #BDBDBD;
}

.ui-autocomplete-items td {
	border: 0px !important;
	border-bottom: 1px solid #ACACAC !important;
}

.ui-header-table {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.ui-header-table .links {

}

.ui-header-table .competenciaLabel {
	text-align: center;
	position: absolute;
	top: 10px;
	left: 600px;
	color:#FFFFFF;
	font-size: x-large;
}

.ui-header-table .competencia {
	text-align: center;
	position: absolute;
	top: 40px;
	left: 640px;
	color:#FFFFFF;
	font-size: large;
}

.ui-header-table .name {
	text-align: right;
	position: absolute;
	top: 46px;
	right: 70px;
	color:#FFFFFF;
}

.ui-header-table .prefs {
	width: 70px;
	position: absolute;
	top: 30px;
	right: 5px;
}

.ui-header-table tr {
	border-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ui-header-table tr td {
	border-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ui-datepicker-trigger .ui-icon-calendar {
	background-image:
		url("/siso/javax.faces.resource/images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-bootstrap")
		!important;
}

.ui-menu {
	width: 185px;
}

.ui-selectmanycheckbox td {
	border-width: 0;
}

.ui-datatable-scrollable-header-box table {
	width: 100%;
}

.link {
	padding: 0 px;
	color: #087daf !important;
}

.ajuda {
	margin: 10px;
	width: 800px;
	text-align: justify;
	font-size: 11pt;
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px solid #A7BABD;
	position: relative;
}

h3 {
	color: #1380B2;
	font-size: 15pt;
}

.ui-lightbox-content {
	background-color: white;
}

.ui-selectcheckboxmenu-label-container {
	color: black !important;
}

.ui-selectcheckboxmenu-trigger .ui-icon,.ui-selectonemenu-trigger .ui-icon
	{
	background-image:
		url("/siso/javax.faces.resource/images/ui-icons_333333_256x240.png.xhtml?ln=primefaces-bootstrap")
		!important;
}

::-webkit-input-placeholder {
	color: #686868 !important;
	font-style: italic;
}

:-moz-placeholder {
	color: #686868 !important;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #686868 !important;
	font-style: italic;
}

input[type="text"][readonly] {
	background-color: #EAEAEA;
	color: #686868 !important;
}

.ui-selectcheckboxmenu-header .ui-chkbox {
	display: none;
}

.detalhes-paciente tr td {
	border: 1px solid #AEAEAE !important;
}

.ui-row-toggler {
	margin: auto;
	background-position: -16px -144px !important;
}

.detalhes-paciente .label {
	text-align: center;
	background-color: #EEEEEE;
}

.detalhes-paciente tr.value td {
	background-color: #DBEAF9;
	padding: 5px 10px !important;
	font-weight: bold;
}

.detalhes-paciente .nome {

}

.detalhes-paciente .email {
	text-align: center;
	width: 230px;
}

.detalhes-paciente .telefone {
	text-align: center;
	width: 140px;
}

.ui-selectmanycheckbox {
	width: auto !important;
}

.ui-selectmanycheckbox td {
	width: 5px !important;
	padding: 2px;
}

.sem-borda td {
	border: 0 !important;
}

/* remove o pontilhado e coloca a borda azul nos botões */
.ui-button:focus {
	border-color:rgba(82, 168, 236, 0.8);
	outline: 0;
	outline:thin dotted \9;/* IE6-9 */
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.ui-picklist .ui-picklist-list{
    width: 300px;
}

.ui-picklist .ui-picklist-filter {
    padding-right: 15px;
    width: 280px;
}

.ui-growl {
    position: fixed;
    top: 80px;
    right: 20px;
    width: 301px;
}