body,html {
	height: 100%;	
	margin-top: 0px;	
}

body#gsaude {
	background: url(img/background.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body#public {
	background: url(img/background-login.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#footer {
	position: fixed;
    bottom: 10px;
    height: 65px;
    margin-left: 13%;
    margin-right: 13%;
    text-align: center;
    font-family: monospace;
    font-size: large;
    border-radius: 25px;
    border: 2px solid #064c86;
    padding: 0.5%;
    height: 6%;
}

body,table td,select {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

object[type^="application/gas-events"] {	
	display: none;
}

/* Campos disabled */
input[type="button"]:disabled, 
input[type="submit"]:disabled, 
input[type="reset"]:disabled, 
input[type="file"]:disabled::-webkit-file-upload-button, 
button:disabled, 
select:disabled, 
keygen:disabled, 
optgroup:disabled, 
option:disabled, 
select[disabled] > option {	
	background: rgb(241, 241, 241);
	border-color: rgb(241, 241, 241);  
}

textarea:disabled, 
input:not([type]):disabled, 
input[type="color"]:disabled, 
input[type="date"]:disabled, 
input[type="datetime"]:disabled, 
input[type="datetime-local"]:disabled, 
input[type="email"]:disabled, 
input[type="month"]:disabled, 
input[type="password"]:disabled, 
input[type="number"]:disabled, 
input[type="search"]:disabled, 
input[type="tel"]:disabled, 
input[type="text"]:disabled, 
input[type="time"]:disabled, 
input[type="url"]:disabled, 
input[type="week"]:disabled {
	background: rgb(241, 241, 241);
	border: none;
	padding: 4px;
}

/* Borda inferior da imagem - Tela de login */
.login-border-bottom {
	border-bottom: 2px solid #9b9b9b;
}

/* Borda superior do panel - Tela de login */
.login-border-top {
	border-top: 2px solid #9b9b9b;
}

/* Label - Tela de Solicitação de Cadastro */
.label-solicitacaoCad {
	padding-left: 7px;
	font-weight: bold;
	font-size: 1.4em;
}

/* Panel - */
.panel-confirmacaoEmail {
	background: #FFFFFF;
	border: 2px solid #9b9b9b;
	border-radius: 1em;
}

/* Label - Tela de login */
.login-label,.login-msgerror {
	font-weight: bold;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

/* Cor Label de mensagem erro - Tela de login */
.login-msgerror {
	color: red;
}

/* Anchor - Tela de login */
.login-anchor {
	color: #0000AA;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}

/* Input do usuário - Tela de login */
.login-usr {
	padding: 7px 4px 3px 23px;
	border: 1px solid #9b9b9b;
	font-size: 16px;
	color: black;
	background: white url('img/login-usr.png') no-repeat left center;
	background-position: 2% 50%;
	outline: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* Input da senha - Tela de login */
.login-pass {
	padding: 7px 4px 3px 23px;
	border: 1px solid #9b9b9b;
	font-size: 16px;
	color: black;
	background: white url('img/login-pass.png') no-repeat left center;
	background-position: 2% 50%;
	outline: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#main_container {
	margin: 0 auto;
	width: 1018px;
	padding: 0px 0 1px 0;
	position: relative;
}

#topLine {
    position: absolute;
    left: 50%; 
    width: 1018px;
    height: 30px;    
    margin-left: -509px;
    margin-top: 91px;             	
}

#header {
	width: 1018px;
	height: 124px;
	position: relative;	
}

#logoGsaude {	
	position: absolute;
	padding: 3px 2px 0px 2px;		
}

#logoCourart {	
	height: 89px;
	right: 0;	
	position: absolute;
	padding: 5px 2px 0px 2px;	
}

#gestaoName {	
	width: 670px;
	height: 90px;		
	margin: 0 204px;
	text-align: center;
	font: 25px 'Lato',Lucida Sans Unicode,Lucida Grande,sans-serif;
	color: #255183;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);		
}

#gestaoName .gwt-Label {
	width: inherit;
	height: inherit;	
	display: table-cell;
	vertical-align: bottom;
}

#sessionPanel {
	height: 30px;
	right: 0;
	bottom: 0;
	position: absolute;		
	padding: 0px 1px 0px 0px;	
}

#main_content {
	margin: 0 auto;
	width: 1018px;	 	
}

#menuPanel {
	width: 100%;
	height: 33px;
	float: left;
	padding-bottom: 3px; 			
}

#appArea {	
	clear:both;
	padding-bottom: 3px;		
}

/*ScrollBar  */
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #fff;
	padding: 18px;
	-webkit-border-radius: 1ex;
}

::-webkit-scrollbar:hover {
	background-color: #eee;
}

::-webkit-scrollbar-thumb {
	width: 6px;
	height: 6px;
	background-color: rgba(0, 0, 0, .2);
	padding: 8px;
	-webkit-border-radius: 1ex;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #bbb;
}

::-webkit-scrollbar-thumb:active {
	background-color: #888;
}

input,textarea,keygen,select,button,isindex {
	margin: 0em;
	font-size: 11px;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: -webkit-auto;
}

a {
	color: darkblue;
}

a:visited {
	color: darkblue;
}

/* GWT DialogBox */
.gwt-DialogBox {
	z-index: 999;
}

.gwt-PopupPanelGlass {
	background-color: #000;
	opacity: 0.1;
	filter: alpha(opacity = 10);
}

.gwt-DialogBox .Caption {
	background-image: url(img/gray_gradient.gif);
	background-repeat: repeat-x;
	padding: 4px;
	padding-bottom: 8px;
	font-weight: bold;
	cursor: default;
}

/* GWT PushButton */
.gwt-PushButton-up {
	background-color: #C3D9FF;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
	cursor: pointer;
	cursor: hand;
}

.gwt-PushButton-up-hovering {
	background-color: #C3D9FF;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
	cursor: pointer;
	cursor: hand;
}

.gwt-PushButton-down {
	background-color: #C3D9FF;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)	rgb(157, 174, 205);
	cursor: pointer;
	cursor: hand;
}

.gwt-PushButton-down-hovering {
	background-color: #C3D9FF;
	padding: 2px;
	border: 2px solid transparent;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)	rgb(157, 174, 205);
	cursor: pointer;
	cursor: hand;
}

/* GWT SuggestBoxPopup */
.gwt-SuggestBoxPopup {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	background-color: #FFFFFF;
	z-index: 1036;
}

.gwt-SuggestBoxPopup .item {
	padding: 2px;
}

.gwt-SuggestBoxPopup .item-selected {
	background-color: #C3D9FF;
	padding: 2px;
}

.maskTextBoxFormtError {
	background-color: #ffcccc;
}

.gwt-ListBox {
	padding: 2px;
}

.gwt-Image {
	padding-top: 2px;
}

.cursor-Pointer {
	cursor: pointer;
}

/* GWT TabLayoutPanel */
.gwt-TabLayoutPanel {
	
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
	border-color: #D3DEF6;
	border-style: solid;
	border-width: 0px 0px 0px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
	background: #D6E5F3;
	padding-top: 6px;
	padding-left: 5px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
	margin-left: 4px;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	cursor: hand;
	color: white;
	font-weight: normal;
	text-align: center;
	background: #5683AD;	
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
	cursor: default;
	background: white;
	color: #333;
	font-weight: bold;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
	border-color: #CCC;
	border-style: solid;
	border-width: 0px 1px 1px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
	overflow: hidden;
	padding: 6px;
}

/* Botão confirmar - Em vermelho */
.gs-button-confirm {
	display: inline-block;
	min-width: 54px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid transparent;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	background-color: #d14836;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#d14836));
	background-image: -webkit-linear-gradient(top, #dd4b39, #d14836);
	background-image: -moz-linear-gradient(top, #dd4b39, #d14836);
	background-image: -ms-linear-gradient(top, #dd4b39, #d14836);
	background-image: -o-linear-gradient(top, #dd4b39, #d14836);
	background-image: linear-gradient(top, #dd4b39, #d14836);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
}

.gs-button-confirm:hover {
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #c53727;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4b39), to(#c53727));
	background-image: -webkit-linear-gradient(top, #dd4b39, #c53727);
	background-image: -moz-linear-gradient(top, #dd4b39, #c53727);
	background-image: -ms-linear-gradient(top, #dd4b39, #c53727);
	background-image: -o-linear-gradient(top, #dd4b39, #c53727);
	background-image: linear-gradient(top, #dd4b39, #c53727);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.gs-button-confirm-up-disabled {
	border: 1px solid #bbb;
	cursor: default;
	opacity: .5;
	filter: alpha(opacity = 45);
	zoom: 1;
}

/* Botão branco - Consulta e Upload */
.gs-button-white {
	text-align: center;
	cursor: pointer;
}

.gs-button-white:hover {
	
}

.gs-button-white:focus {
	outline: none;
	border: 1px solid #4D90FE;
}

/* Botão Cancelar */
.gs-button-cancel {
	min-width: 54px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	height: 27px;
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-webkit-user-select: none;
	border-radius: 2px;
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #363363;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-color: whiteSmoke;
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
	cursor: default;
	font-family: arial, sans-serif;
}

.gs-button-cancel:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #F8F8F8;
	background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
	border: 1px solid #C6C6C6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #1C1C1C;
	cursor: pointer;
}

.gs-button-cancel-up-disabled {
	border: 1px solid #bbb;
	cursor: default;
	opacity: .5;
	filter: alpha(opacity = 45);
	zoom: 1;
}

/* Botão small */
.gs-button-cancel-small {
min-width: 50px;
text-align: center;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
height: 20px;
padding: 0 8px;
line-height: 20px;
-webkit-border-radius: 2px;
-webkit-user-select: none;
border-radius: 2px;
border: 1px solid gainsboro;
border: 1px solid rgba(0, 0, 0, 0.1);
color: #363363;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
background-color: whiteSmoke;
background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
cursor: default;
font-family: arial, sans-serif;
}

.gs-button-cancel-small:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #F8F8F8;
	background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
	border: 1px solid #C6C6C6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #1C1C1C;
	cursor: pointer;
}

.gs-button-cancel-small-up-disabled {
	border: 1px solid #bbb;
	cursor: default;
	opacity: .5;
	filter: alpha(opacity = 45);
	zoom: 1;
}

/* Painel de mensagens */
.gs-Application-messagePanel {
	width: 420px;
	background-color: #F0F0F0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter: opacity(alpha = 80); /* para o IE */
	-moz-opacity: 0.8; /* para o FireFox */
	opacity: 0.8; /* para o outros Navegadores */
}

.gs-Application-messagePanelModal {
	width: 420px;
	background-color: #EBEBEB;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter: opacity(alpha = 80); /* para o IE */
	-moz-opacity: 0.8; /* para o FireFox */
	opacity: 0.8; /* para o outros Navegadores */
}

/* Mensagens de Notificações */
.gs-Application-NotificationMessage {
	width: 420px;
	background-color: #F7FDCB;
	border: 1px solid #C2D071;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gs-Application-NotificationError {
	width: 420px;
	background-color: #EF9398;
	border: 1px solid #DC5757;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gs-Application-NotificationConfirmation {
	width: 420px;
	background-color: #A6EF7B;
	border: 1px solid #76C83F;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.gs-Application-NotificationWarning {
	width: 420px;
	background-color: #FFFFCC;
	border: 1px solid #FFFF66;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Cell Table de Consulta */
.gs-CellTable-Consulta {
	
}

.gs-CellTable-Consulta thead tr th {
	font-weight: bond;
	text-align: center;
	background: #6495ED;
	border: 1px solid white;
	padding: 2px;
	margin-bottom: 6px;
	color: white;
	text-shadow: none;
}

.gs-CellTable-Consulta tbody tr td {
	
}

/* Cell Table */
.gs-CellTable {
	
}

.gs-CellTable thead tr th {
	padding: 2px;
	margin-bottom: 6px;
	text-shadow: none;
}

.gs-CellTable tbody tr td {
	padding: 2px;
}

.gs-CellTable tfoot tr th {
	padding: 3px 0px 2px 4px;	
	text-shadow: none;
}

/*Painel (Aberto/Fechado) */
.gs-DisclosurePanel {
	
}

.gs-DisclosurePanel-open {
	
}

.gs-DisclosurePanel-closed {
	
}

.gs-DisclosurePanel .header,.gs-DisclosurePanel .header a,.gs-DisclosurePanel .header td {
	text-decoration: none; 
	color: black;
	cursor: pointer;
}

.gs-DisclosurePanel .content {
	border-left: 3px solid #e7e7e7;
	padding: 4px 0px 4px 8px;
	margin-left: 6px;
}

/* Linha para separação de conteúdo */
.hr-separator {
	border: 0;
	background-color: #CCC;
}

/* Formatação das Labels de campos Obrigatórios */
.markNotNullAttributesLabel {
	font-style: italic;
}

/* Formatação para campos com valores incorretos */
.constraintError {
	background: #ffcccc;
}

/* DecoratorPanel */
.gs-DecoratorPanel {
	
}

.gs-DecoratorPanel .topCenter {
	border-top: 1px solid #bbb;
	line-height: 0px;
}

.gs-DecoratorPanel .bottomCenter {
	border-bottom: 1px solid #bbb;
	line-height: 0px;
}

.gs-DecoratorPanel .topCenterInner,.gs-DecoratorPanel .bottomCenterInner {
	height: 1px;
	line-height: 0px;
	font-size: 1px;
}

.gs-DecoratorPanel .middleLeft {
	border-left: 1px solid #bbb;
}

.gs-DecoratorPanel .middleRight {
	border-right: 1px solid #bbb;
}

.gs-DecoratorPanel .middleLeftInner,.gs-DecoratorPanel .middleRightInner {
	width: 1px;
	line-height: 1px;
}

.gs-DecoratorPanel .topLeftInner,.gs-DecoratorPanel .topRightInner,.gs-DecoratorPanel .bottomLeftInner,.gs-DecoratorPanel .bottomRightInner {
	width: 5px;
	height: 5px;
	zoom: 1;
	font-size: 1px;
	overflow: hidden;
}

.gs-DecoratorPanel .topLeft {
	line-height: 0px;
	background: url(img/circles.png) no-repeat 0px -6px;
	-background: url(img/circles_ie6.png) no-repeat 0px -6px;
}

.gs-DecoratorPanel .topRight {
	line-height: 0px;
	background: url(img/circles.png) no-repeat -5px -6px;
	-background: url(img/circles_ie6.png) no-repeat -5px -6px;
}

.gs-DecoratorPanel .bottomLeft {
	line-height: 0px;
	background: url(img/circles.png) no-repeat 0px -11px;
	-background: url(img/circles_ie6.png) no-repeat 0px -11px;
}

.gs-DecoratorPanel .bottomRight {
	line-height: 0px;
	background: url(img/circles.png) no-repeat -5px -11px;
	-background: url(img/circles_ie6.png) no-repeat -5px -11px;
}

/* Componente de Multi seleção */
.gs-entitymultiselect {
	padding: 1px 8px;
	-webkit-border-radius: 2px;
	-webkit-user-select: none;
	border-radius: 2px;
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #363363;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
	background-color: whiteSmoke;
	background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
	background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
	font-family: arial, sans-serif;
	cursor: pointer;
}

.gs-entitymultiselect:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #F8F8F8;
	background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
	background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
	border: 1px solid #C6C6C6;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #1C1C1C;
}

/* ProgressBar */
.gs-ProgressBar-shell {
	border: 1px solid black;
	border-radius: 0.5em;
	background-color: white;
	height: 16px;
	width: 50%;
}

.gs-ProgressBar-shell .gs-ProgressBar-bar {
	border-radius: 0.5em;	
	background: #64b1ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #64b1ff 0%, #ceecff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64b1ff), color-stop(100%,#ceecff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #64b1ff 0%,#ceecff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64b1ff 0%,#ceecff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64b1ff 0%,#ceecff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #64b1ff 0%,#ceecff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b1ff', endColorstr='#ceecff',GradientType=0 ); /* IE6-9 */
}

.gs-ProgressBar-shell .gs-ProgressBar-text {
	padding: 0px;
	margin: 0px;
	color: black;
}

/* GWT StackPanel */
.gwt-StackPanel {
  	border-bottom: 1px solid #bbbbbb;
}
.gwt-StackPanel .gwt-StackPanelItem {
	cursor: default;
	font-size: 11px;
	border: 1px solid #bbbbbb;
	border-bottom: 0px;
	background: #D6E5F3;
}
.gwt-StackPanel .gwt-StackPanelContent {
  	border: 1px solid #bbbbbb;
  	border-bottom: 0px;
  	background: rgba(255, 255, 255, 0.3);
  	padding: 2px 2px 5px 5px;
}

/* Label input */
.gs-labelInput-border {
	text-align: right;
	border: solid transparent;
}

.gs-labelInput-borderless {
	text-align: right;
	border: solid transparent;
}

.gs-ListBox-borderless {
	border: initial;
	text-align: -webkit-right;
}

.gs-cellTable-row-text-red {
	color: red !important;
}

.gs-cellTable-row-text-warning {
	color: #ffc107 !important;
}

.gs-cellTable-row-red {
	background: red !important;
}

.gs-cellTable-row-blue {
	background: blue !important;
}

/* PushButtonMenu */
.gs-pushButtonMenu {
	background-color: white;
	cursor: default;
}

.gs-pushButtonMenu-Item {
	cursor: default;
	padding: 3px 10px 3px 10px;
}

.gs-pushButtonMenu-Item-selected {
	background-color: #EEE;
}

.gs-pushButtonMenu-popup {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: opacity .218s;
	-moz-transition: opacity .218s;
	-o-transition: opacity .218s;
	transition: opacity .218s;
	background: white;
	border: 1px solid #CCC;
	cursor: default;
	font-size: 13px;
	margin: 0;
	outline: none;
	padding: 6px 0;
	position: absolute;
}

.gs-popup-form-caption {
	width: 100%;
	background-color: #0D3252;
	color: #FFF;
	padding: 4px 4px 4px 4px;
	cursor: default;
	font-family: Arial Unicode MS, Arial, sans-serif;
	font-weight: bold;
	border: solid #CCC 1px;	
}

.gs-popup-form {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-transition: opacity .218s;
	-moz-transition: opacity .218s;
	-o-transition: opacity .218s;
	transition: opacity .218s;
	background: white;
	border: 1px solid #CCC;
	cursor: default;
	font-size: 13px;
	margin: 0;
	outline: none;
	padding: 6px 0;
	position: absolute;
	padding: 4px 4px 4px 4px;
	z-index: 2;
}


.gs-tooltip {
	visibility: visible;
	overflow: visible;
	z-index: 999;
	text-align: left;
	border: 1px solid rgb(190, 190, 190);
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
	position: absolute;
	left: 979px;
	top: 76px;
	background-position: initial initial;
	background-repeat: initial initial;
}

/* View Container */
.gs-ViewContainer {
	background-color: rgba(255, 255, 255, 0.3);	
	padding: 0px 0px 0px 0px;
}

.gs-ViewContainer-Header {
	background: url(img/background-viewContainer.png);
	color: #FFF;
	padding-left: 5px;	
}

.gs-ViewContainer-Header .gwt-Label {
	font: 13px 'Lato',Lucida Sans Unicode,Lucida Grande,sans-serif;
}

.gs-ViewContainer-Header img {
	padding: 0px;
	vertical-align: middle;
	margin-right: 5px;
}

/* Menu Bar */
.gwt-MenuBar {
 	cursor: default;
}

.gwt-MenuBar .gwt-MenuItem {
  	cursor: default;
}

.gwt-MenuBar .gwt-MenuItem-selected {
	color: #0182BB;
  	background: #FFF;
}

.gwt-MenuBar .gwt-MenuItem-disabled {
  	color: #C0C0C0;
}

.gwt-MenuBar-horizontal {
	background: #2872bd;
  	background-image: -o-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));
	background-image: linear-gradient(180deg,rgba(255,255,255,0.2),rgba(0,0,0,0));
	background-image: -webkit-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));	
}

.gwt-MenuBar-horizontal table {
    border-spacing: 0px;
}

.gwt-MenuBar-horizontal .gwt-MenuItem {
	vertical-align: middle;
	font: 13px 'Lato',Lucida Sans Unicode,Lucida Grande,sans-serif;	
	-moz-box-shadow: 0 -1px 1px #1a5898 inset;
	-webkit-box-shadow: 0 -1px 1px #1a5898 inset;
	box-shadow: 0 -1px 1px #1a5898 inset;
	background-color: #2872bd;
	background-image: -o-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));
	background-image: -moz-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));
	background-image: linear-gradient(180deg,rgba(255,255,255,0.2),rgba(0,0,0,0));
	background-image: -webkit-linear-gradient(-90deg,rgba(255,255,255,0.2),rgba(0,0,0,0));
	border-width: 0 0px 3px 0;
	border-style: solid;
	border-color: #1a5898;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 3px 6px;
	color: #D6E5F3;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#33FFFFFF,endColorstr=#00000000);
}

.gwt-MenuBar-horizontal .gwt-MenuItem img {
	padding: 0px;
	vertical-align: middle;
	margin-right: 5px;
}

.gwt-MenuBar-horizontal .gwt-MenuItem-selected {
	border-color: #72aae2;
}

.gwt-MenuBar-vertical .gwt-MenuItem {
  	padding: 4px 14px 4px 4px;  	  	
	font: 13px 'Lato',Lucida Sans Unicode,Lucida Grande,sans-serif;	
}

.gwt-MenuBar-vertical .gwt-MenuItem img {
	padding: 0px;
	vertical-align: middle;
	margin-right: 5px;
}

.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
 	padding: 0px 0px;
}

.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
	height: 0px;
  	border-top: 1px solid #dddddd;  	  	
}

.gwt-MenuBar-vertical .subMenuIcon {
  	padding-right: 4px;
}

.gwt-MenuBar-vertical .subMenuIcon-selected {
  	color: #0182BB;
  	background: #FFF;
}

.gwt-MenuBarPopup {
  	margin: 0px 0px 0px 3px;
  	border: 1px solid #dddddd;
  	z-index: 2;
}

.gwt-MenuBarPopup .menuPopupTopCenter {
	background: white;  	
}

.gwt-MenuBarPopup .menuPopupBottomCenter {
	background: white;
}

.gwt-MenuBarPopup .menuPopupMiddleLeft {
	background: white;
}

.gwt-MenuBarPopup .menuPopupMiddleRight {
	background: white;
}

.gwt-MenuBarPopup .menuPopupTopLeftInner {
	width: 0px;
  	height: 0px;
  	zoom: 0;
}

.gwt-MenuBarPopup .menuPopupTopRightInner {
	width: 0px;
  	height: 0px;
  	zoom: 0;
}

.gwt-MenuBarPopup .menuPopupBottomLeftInner {
	width: 0px;
  	height: 0px;
  	zoom: 0;
}

.gwt-MenuBarPopup .menuPopupBottomRightInner {
  	width: 0px;
  	height: 0px;
  	zoom: 0;
}

.gwt-MenuBarPopup .menuPopupTopLeft {
	background: white;
}

.gwt-MenuBarPopup .menuPopupTopRight {
	background: white;
}

.gwt-MenuBarPopup .menuPopupBottomLeft {
	background: white;
}

.gwt-MenuBarPopup .menuPopupBottomRight {
	background: white;
}

/* GWT Frame */
.gwt-Frame {
	border-top: 0px solid #666;
	border-left: 0px solid #666;
	border-right: 0px solid #bbb;
	border-bottom: 0px solid #bbb;
}

/* GWT DatePicker */
.gwt-DatePicker {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	cursor: default;
}

.gwt-DatePicker td,.datePickerMonthSelector td:focus {
	outline: none;
}

.datePickerMonthSelector td:focus {
	outline: none;
}

.datePickerDays {
	width: 100%;
	background: white;
}

.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
	font-size: 85%;
	text-align: center;
	padding: 4px;
	outline: none;
	font-weight: bold;
	color: #333;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

.datePickerWeekdayLabel,.datePickerWeekendLabel {
	background: #fff;
	padding: 0px 4px 2px;
	cursor: default;
	color: #666;
	font-size: 70%;
	font-weight: normal;
}

.datePickerDay {
	padding: 3px 6px;
	cursor: hand;
	cursor: pointer;
}

.datePickerDayIsWeekend {
	background: #f7f7f7;
}

.datePickerDayIsFiller {
	color: #999;
	font-weight: normal;
}

.datePickerDayIsValue {
	background: #d7dfe8;
}

.datePickerDayIsDisabled {
	color: #AAAAAA;
	font-style: italic;
}

.datePickerDayIsHighlighted {
	background: #F0E68C;
}

.datePickerDayIsValueAndHighlighted {
	background: #d7dfe8;
}

.datePickerDayIsToday {
	padding: 3px;
	color: #fff;
	background: url(img/hborder.png) repeat-x 0px -2607px;
}

.datePickerMonthSelector {
	width: 100%;
	padding: 1px 0 5px 0;
	background: #fff;
}

.datePickerPreviousButton,.datePickerNextButton {
	font-size: 120%;
	line-height: 1em;
	color: #3a6aad;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding: 0px 4px;
	outline: none;
}

td.datePickerMonth {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	text-transform: capitalize;
}

.gwt-DateBox {
	padding: 2px;
}

.gwt-DateBox input {
	width: 8em;
}

.dateBoxFormatError {
	background: #ffcccc;
}

.dateBoxPopup {
	
}

/* Pager EntitySuggestBox */
.pager-entitySuggestBox .gwt-Image {
	display: none;
}

.pager-entitySuggestBox .gwt-HTML {
	padding: 2px;
	color: #999999;
	font-weight: bolder;	
	font-size: 11px;
}

/* GS Calendar */
.gs-Calendar {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	cursor: default;
}

.gs-Calendar .datePickerDayIsFiller {
	visibility: hidden;
}

.gs-Calendar .datePickerDayIsValue {
	padding: 3px;
	color: #fff !important;
	background: url(img/hborder.png) repeat-x 0px -2607px !important;
}

.gs-Calendar .datePickerDayIsToday {	
	background: inherit;
	color: inherit;
	border: 0px;		
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
}

.gs-Calendar .datePickerPreviousButton { 
	visibility: hidden; 
}

.gs-Calendar .datePickerNextButton { 
	visibility: hidden; 
}


/* Tipo Evento de Calendario */
.tipoEventoCalendario-FERIADO {
	background: #D0ECFD !important;
}

.tipoEventoCalendario-RECESSO {
	background: #D2F8D2 !important;
}
	
.tipoEventoCalendario-LUTO {
	background: #BDBDBD !important;
}

.tipoEventoCalendario-CALAMIDADE {
	background: #FFCCCC !important;
}

/* Utilizado na tela de atendimento para descatar o procedimento que não pode ser alterado. */
.procedimento-not-editable {
	color: #808080;
}

.FlexTable-MarcadoresConsumoAlimentar {  
	font-size: medium;
	width: 100%;
}



.FlexTable-MarcadoresConsumoAlimentar-LabelCell {    
  border-top: thin groove;
  text-align: right;
  word-wrap: break-word;
  padding: 10px;  
}

.FlexTable-MarcadoresConsumoAlimentar-Cell {
  border-top: thin groove;
  text-align: left;
  padding: 10px;
}

.FlexTable-MarcadoresConsumoAlimentar-LabelCell2 {
	font-style:gray; 
  	text-align: right;
  	word-wrap: break-word;
  	padding: 10px;    	
}

.FlexTable-MarcadoresConsumoAlimentar-Cell2 {  
  text-align: left;
  padding: 10px;  
}



















