.popupwarn {
    /* 
    border-radius: 4px; 
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: black;
    */
    border: 2px solid rgba(138, 109, 59, 0.75);
    width: 350px;
    padding-right: 10px;
    right: 5px;
    margin-top: 5px;
    position: fixed;
    z-index: 999999;
}

.popupwarn i {
    float: right;
    display: block;
    cursor: pointer;
}

.popupwarn span {
    display: block;
    padding-top: 3px;
}
.popupwarn i:HOVER,
.popupwarn i:FOCUS {
	opacity: 0.4;
}

.load-panel {
	display: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999999;
}

.loader {
    bottom: 50%;
    height: 300px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.loader::before,
.loader::after {
	position: absolute;
	bottom: 30px;
	left: 50%;
	display: block;
 	border: 3px solid #F6F6F6;
	border-radius: 50%;
	content: '';
}

.loader::before {
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border-right-color: #4F98BE;
	border-left-color: #4F98BE;
	-webkit-animation: rotation 3s linear infinite;
	animation: rotation 3s linear infinite;
}

.loader::after {
	bottom: 50px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border-top-color: #4F98BE;
	border-bottom-color: #4F98BE;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
	0% 		{ -webkit-transform: rotate(0deg); }
	50% 	{ -webkit-transform: rotate(180deg); }
	100% 	{ -webkit-transform: rotate(360deg); }
}

@keyframes rotation {
	0% 		{ transform: rotate(0deg); }
	50% 	{ transform: rotate(180deg); }
	100% 	{ transform: rotate(360deg); }
}


.gwt-DialogBox {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.gwt-DialogBox .Caption {
  	background-color: #337ab7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
}

.portal-DialogBoxPanelGlass {
	/*
	filter:alpha(opacity=30); 
    opacity: 0.3;
    background:black none repeat scroll 0 0;
    */
    filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background: black;
}

.portal-DialogBoxConteudo {
	position: relative;
    padding: 15px;
}
.portal-DialogBoxFooter {
    padding: 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}


.gwt-ListBox {
	font-size: 12px;
}
.gwt-MenuBar {
  cursor: default;
  background-color: #fff;
}
.gwt-MenuBar .gwt-MenuItem {
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
}
.gwt-MenuBar .gwt-MenuItem-selected {
  background: #E3E8F3;
}
.gwt-MenuBar-horizontal {
  background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
}
.gwt-MenuBar-horizontal .gwt-MenuItem {
  padding: 2px 5px;
  vertical-align: bottom;
  color: #000;
  font-weight: bold;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-left: 1px solid #ccc;
  background: white;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
  width: 1px;
  height: 1px;
  background: white; 
}

.gwt-MenuBar-vertical {
  margin-top: 0px;
  margin-left: 0px;
  background: white;
  /*remover este*/
}
.gwt-MenuBar-vertical table {
  border-collapse: collapse;
}
.gwt-MenuBar-vertical .gwt-MenuItem {
  padding: 2px 40px 2px 1px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
  padding: 2px 0px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
  height: 1px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.gwt-MenuBar-vertical .subMenuIcon {
  padding-right: 4px;
}
.gwt-MenuBar-vertical .subMenuIcon-selected {
  background: #E3E8F3;
}
.gwt-MenuBarPopup {
  margin: 0px 0px 0px 3px;
}
.gwt-MenuBarPopup .menuPopupTopCenter {
  background: url(images/hborder.png) 0px -12px repeat-x;
}
.gwt-MenuBarPopup .menuPopupBottomCenter {
  background: url(images/hborder.png) 0px -13px repeat-x;
  -background: url(images/hborder_ie6.png) 0px -13px repeat-x;
}
.gwt-MenuBarPopup .menuPopupMiddleLeft {
  background: url(images/vborder.png) -12px 0px repeat-y;
  -background: url(images/vborder_ie6.png) -12px 0px repeat-y;
}
.gwt-MenuBarPopup .menuPopupMiddleRight {
  background: url(images/vborder.png) -13px 0px repeat-y;
  -background: url(images/vborder_ie6.png) -13px 0px repeat-y;
}
.gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 5px;
  height: 5px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 8px;
  height: 5px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 8px;
  height: 8px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopLeft {
  background: url(images/corner.png) no-repeat 0px -36px;
  -background: url(images/corner_ie6.png) no-repeat 0px -36px;
}
.gwt-MenuBarPopup .menuPopupTopRight {
  background: url(images/corner.png) no-repeat -5px -36px;
  -background: url(images/corner_ie6.png) no-repeat -5px -36px;
}
.gwt-MenuBarPopup .menuPopupBottomLeft {
  background: url(images/corner.png) no-repeat 0px -41px;
  -background: url(images/corner_ie6.png) no-repeat 0px -41px;
}
.gwt-MenuBarPopup .menuPopupBottomRight {
  background: url(images/corner.png) no-repeat -5px -41px;
  -background: url(images/corner_ie6.png) no-repeat -5px -41px;
}
html>body .gwt-MenuBarPopup {
}
* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 8px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}



.gwt-Tree {
	
}

.gwt-Tree .gwt-TreeItem {
	font-size: 80%;
	cursor: default;
}

.gwt-Tree .gwt-TreeItem-selected {
	background-color: #C3D9FF;
}

.gwt-StackPanel {
	background-color: white;
	border: 1px solid #AAAAAA;
	width: 15em;
}

.gwt-StackPanel .gwt-StackPanelItem {
	background-image: url(blue_gradient.gif);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	cursor: pointer;
	cursor: hand;
}

.gwt-StackPanel .gwt-StackPanelItem-selected {
}
.gwt-TabBar { 
} 
.gwt-TabBar .gwt-TabBarFirst { 
 width: 5px; /* first tab distance from the left */ 
} 
.gwt-TabBar .gwt-TabBarRest { 
} 
.gwt-TabBar .gwt-TabBarItem { 
 margin-left: 6px; 
 padding: 3px 6px 3px 6px; 
 cursor: pointer; 
 cursor: hand; 
 color: black; 
 font-weight: bold; 
 text-align: center; 
 background: #d0e4f6; 
} 
.gwt-TabBar .gwt-TabBarItem-selected { 
 cursor: default; 
 background: #92c1f0; 
} 
.gwt-TabBar .gwt-TabBarItem-disabled { 
 cursor: default; 
 color: #999999; 
} 
.gwt-TabPanel { 
} 
.gwt-TabPanelBottom { 
 border-color: #92c1f0; 
 border-style: solid; 
 border-width: 3px 2px 2px; 
 overflow: hidden; 
 padding: 6px; 
} 

.gwt-TabLayoutPanel {
	width: 100%;
}
.gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTab {
    cursor: pointer;
    color: black;
    /*font-weight: bold;*/
    text-align: center;
    background-color: #e3e9ff;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    float: left;
    padding: 2px;
    margin: 0 1px;
}

.gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTab-selected {
    background-color: #bcf;
    font-weight: bold;
    cursor: default;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
	width: 100%;
    border: 1px solid #999;
    background-color: #f3f5fc;
    padding: 2px;
}

.gwt-TabLayoutPanelTab .gwt-Label {
    color: black;
    font-weight: bold;
}
.gwt-TextBox {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	text-align: left;
}
.gwt-TextBox-readonly { 
	border: 1px solid lightgray;
	padding: 2px;
	background-color: #f3f3f3;
	color: gray;
}

.gwt-TextArea {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	text-align: left;
}
.gwt-TextArea-readonly { 
	border: 1px solid lightgray;
	padding: 2px;
	background-color: #f3f3f3;
	color: gray;
}

.gwt-FileUpload {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	text-align: left;
}
.gwt-Button {
     font-size:14px;
     color:#000;
     text-decoration:none;
     display:inline;
     width:auto;
     padding:3px;
     border:1px solid #6987be;
     text-align:center;

     -moz-border-radius:3px;
     -webkit-border-radius:3px;
     -o-border-radius:3px;
     border-radius:3px;

     background:#FFFFFF;
     background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#eee));
     background:-moz-linear-gradient(0% 90% 90deg, #eee, #FFF);

     -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
     transition: all .4s ease-in-out;
 }
 .gwt-Button:hover {
     color:#fff;
     border-color:#3278BE;

     background:#4195DD;
     background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4195DD), to(#003C82));
     background:-moz-linear-gradient(0% 90% 90deg, #003C82, #4195DD);
 }
 .gwt-Button:active {
     background:#4195DD;
     background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#003C82), to(#4195DD));
     background:-moz-linear-gradient(0% 90% 90deg, #4195DD, #003C82);
 }
 .gwt-Button:disabled {
 	 color: white;
 	 border-color:gray;
 	 
     background:#dfdfdf;
     background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#a0a0a0));
     background:-moz-linear-gradient(0% 90% 90deg, #a0a0a0, #f6f6f6);
 }

.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-ToggleButton-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-ToggleButton-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-ToggleButton-down {
	background-color: #C3D9FF;
	padding: 2px;
	background-color: #E8F1FF;
	border: 2px solid transparent;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
	cursor: pointer;
	cursor: hand;
}

.gwt-ToggleButton-down-hovering {
	background-color: #C3D9FF;
	padding: 2px;
	background-color: #E8F1FF;
	border: 2px solid transparent;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
	cursor: pointer;
	cursor: hand;
}

.gwt-RichTextArea {
	border: 1px solid black;
	background-color: white;
}

.gwt-RichTextToolbar {
	background-color: #C3D9FF;
	padding: 2px;
}

.gwt-RichTextToolbar .gwt-PushButton-up {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
}

.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
		rgb(232, 241, 255);
}

.gwt-RichTextToolbar .gwt-PushButton-down {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-ToggleButton-up {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
}

.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
	margin-right: 2px;
	border: 1px solid #C3D9FF;
	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205)
		rgb(232, 241, 255);
}

.gwt-RichTextToolbar .gwt-ToggleButton-down {
	margin-right: 2px;
	background-color: #E8F1FF;
	border: 1px solid #C3D9FF;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
	margin-right: 2px;
	background-color: #E8F1FF;
	border: 1px solid #C3D9FF;
	border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255)
		rgb(157, 174, 205);
}

.gwt-HorizontalSplitPanel {
	border: 8px solid #C3D9FF;
}

.gwt-HorizontalSplitPanel .splitter {
	background-color: #C3D9FF;
	cursor: move;
}

.gwt-HorizontalSplitPanel .left {
	background-color: #E8EEF7;
}

.gwt-VerticalSplitPanel {
	border: 8px solid #C3D9FF;
}

.gwt-VerticalSplitPanel .splitter {
	background-color: #C3D9FF;
	height: 8px;
	cursor: move;
}

.gwt-SuggestBox {
    
}

.gwt-SuggestBoxPopup {
	border: 2px solid #C3D9FF;
	text-align: left;
    cursor: pointer;
    cursor: hand;
    border-top: 0;
    background-color: #fff;
    min-width: 200px;
    max-width: 400px; 
}

.gwt-SuggestBoxPopup .item {
	min-width: 200px;
    max-width: 400px; 
}

.gwt-SuggestBoxPopup .item-selected {
	background-color: #C3D9FF;
	min-width: 200px;
    max-width: 400px; 
}

.suggestPopupContent{
    max-height: 200px;    
    overflow-y: scroll;
}

.gwt-DisclosurePanel {
	border: 2px solid #C3D9FF;
}

.gwt-DisclosurePanel .header {
	background-color: #e8eef7;
	cursor: hand;
}

.gwt-PortalLabel {
	color: Blue;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
}


.treeTableItem {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 1px solid #8f8f8f;
}

.treeTableItem-title {
	background-color: white;
	color: #3f3f3f;
}

.treeTableColumn-title {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #3f3f3f;
}

.treeTable-icon {
	padding-left: 2px;
	padding-top: 3px;
	border: none;
}

.treetableItem-spacer {
	width: 10px;
}

.portal-historyPanel {
}

.portal-historyPanel a {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #3f3f3f;
}

.portal-historyPanelArrow {
	padding-top: 4px;
}


.gwt-PopupPanel {
	/* not working properly */
	background-image: url(images/gray_gradient.gif);
	background-repeat: repeat;
}

/*  DATE PICKER   */
.gwt-DatePicker {
  border: 1px solid #A2BBDD;
  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: 75%;
  text-align: center;
  padding: 4px;
  outline: none;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #C3D9FF;
  padding: 0px 4px 2px;
  cursor: default;
}
.datePickerDay {
  padding: 4px;
  cursor: hand;
  cursor: pointer;
}
.datePickerDayIsToday {
  border: 1px solid black;
  padding: 3px;
}
.datePickerDayIsWeekend {
  background: #EEEEEE;
}
.datePickerDayIsFiller {
  color: #888888;
}
.datePickerDayIsValue {
  background: #aaccee;
}
.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}
.datePickerDayIsHighlighted {
  background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
  background: #bbddd9;
}
.datePickerMonthSelector {
  background: #C3D9FF;
  width: 100%;
}
.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
  color: blue;
  cursor: hand;
  cursor: pointer;
  padding: 0px 4px;
}
td.datePickerMonth {
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
  font-size: 70%;
  font-weight: bold;
  color: blue;
}

.gwt-DateBox {
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;
  text-align: center;
}
.gwt-DateBox {
  width: 8em;
  text-align: center;
}
.dateBoxFormatError {
  background: #ffcccc;
}
.dateBoxPopup {
}

.iframePortal {
	overflow-x:hidden; 
	overflow-y:scroll;
	height: 460px;
	width: 100%;
	border: 0px;
}
.tab-conf-geral {
	margin-top: 10px;
}
.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: #d0e4f6;
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.gwt-TabPanel {
}
.gwt-TabBarRest-wrapper,
.gwt-TabBarFirst-wrapper {
	border-bottom: 1px solid rgba(227, 227, 227, 0.8);
}

.gwt-TabBarItem-wrapper {
	/* border-top-left-radius: 4px;
    border-top-right-radius: 4px */;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(227, 227, 227, 0.8);
    color: #C0C0C0;
    padding: 10px 16px;
}

.gwt-TabBarItem-wrapper .tabMiddleCenterInner {
    cursor: pointer;
}

.gwt-TabBarItem-wrapper .tabMiddleCenterInner:HOVER,
.gwt-TabBarItem-wrapper .tabMiddleCenterInner:FOCUS {
	color: #111111;
	outline: none;
}

.gwt-TabBarItem-wrapper-selected .tabMiddleCenterInner:hover, 
.gwt-TabBarItem-wrapper-selected .tabMiddleCenterInner:focus {
	color: #ffffff;
}

.gwt-TabBarItem-wrapper-selected {
	background: none repeat scroll 0 0 #348fe2;
	border-bottom: 0;
	color: #ffffff;
}


.FlexTable {
	font-size: 12px;
	border: 1px solid gray;
}

.FlexTable-Header {
}

.FlexTable-OddRow {
  	background: #f3f7fb;
}
.FlexTable-OddRow td {
	border-bottom: 1px solid #f0f0f0;
}

.FlexTable-EvenRow {
 	background: #ffffff;
}
.FlexTable-EvenRow td {
	border-bottom: 1px solid #f0f0f0;
}

.FlexTable-Row:hover {
  	background: #fff9c2;
}
.FlexTable-ColumnLabel {
	background: #f2f2f2;
	text-align: left;
	color: black;
	overflow: hidden;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 3px;
	cursor: default;
}
.FlexTable-ColumnLabel-FirstColumn {
	background: #f0f0f0;
	text-align: left;
	color: black;
	overflow: hidden;
	border-bottom: 1px solid gray;
	padding-left: 3px;
	cursor: default;
}
.FlexTable-Cell {
	padding-left: 3px;
	padding-right: 2px;
	text-align: left;
	border-left: 1px solid gray;
}
.FlexTable-Cell-FirstColumn {
	padding-left: 3px;
	text-align: left;
}
.FlexTable-RowSpecialBoldRed {
	font-weight: bold;
	color: red;
}
.FlexTable-RowSpecialBoldBlue {
	font-weight: bold;
	color: blue;
}
.FlexTable-RowSpecialBoldGray {
	font-weight: bold;
	color: gray;
}
.FlexTable-RowSpecialNormalRed {
	font-weight: normal;
	color: red;
}
.FlexTable-RowSpecialNormalBlue {
	font-weight: normal;
	color: blue;
}
.FlexTable-RowSpecialNormalGray {
	font-weight: normal;
	color: gray;
}
.FlexTable-RowSpecialBkOrange {
	background-color: #FFCC66;
}
.FlexTable-RowSpecialBkOrange td {
	border-bottom: 1px solid lightgray;
}
.FlexTable-RowSpecialBkYellow {
	background-color: #FFFF99;
}
.FlexTable-RowSpecialBkYellow td {
	border-bottom: 1px solid lightgray;
}

/* progress */
.progressbar-text {
	font-weight: bold;
}

.progressbar-remaining {
	font-size: 12px;
	font-style: italic;
}

.progressbar-outer {
	border: 1px solid black;
}

.progressbar-inner {
	border: 1px solid black;
	margin: 1px;
}

.progressbar-bar {
	width: 5px;
	height: 15px;
	margin: 1px;
}

.progressbar-fullbar {
	background: blue;
}

.progressbar-blankbar {
	background: #eee;
}

/* portal */

.portal-ImageCursor {
	cursor: pointer;
}

.formulario-titulo {
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding: 2px;
	border-bottom: 1px dotted gray;
	color: #6987be;
}
.portal-WaitBar{
	background: #ecebeb;
	color: gray;
	border: 1px solid #bcbcbc;
	
	filter:alpha(opacity=80); 
    opacity: 0.8;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.portal-WaitParent{
	padding: 0px;
	position: fixed;
	left: 50%;
    margin-left: -100px;
}
.portal-FlowPanel {
	overflow-y: auto; 
	background-color: white;
}
.portal-FlowPanelWhite {
	overflow-y: auto; 
	border: 1px solid gray;
	background-color: white; 
}
.portal-rowCountLabel{
	font-style: italic; 
	color: blue; 
}

.tituloGrupo {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #3f3f3f;
	border-bottom: 1px solid #3f3f3f; 
}

.tituloCampo {
	font-weight: bold;
	text-align: left;
}

.tabela tr {
}

.tabelaHeader {
	border-bottom: 1px solid #3f3f3f;
	background-color: #cfcfcf;
	text-align: center;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #3f3f3f;
}

.tabelaCelula {
	border-bottom: 1px solid #cfcfcf;
}

.tabelaCelulaAlignCenter {
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
}

.tabelaCelulaAlignRight {
	border-bottom: 1px solid #cfcfcf;
	text-align: right;
}

.tabelaCelulaNoBorder {
	text-align: justify;
}

.tabelaCelulaAlignCenterNoBorder {
	text-align: center;
}

.tabelaCelulaAlignRightNoBorder {
	text-align: right;
}

.portal-PopupPanelGlass {
	/*
	filter:alpha(opacity=30); 
    opacity: 0.3;
    background:black none repeat scroll 0 0;
    */
    filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	background: white;
}

.portal-borderTop{
	border-top: 1px solid #cfcfcf;
}

.portal-richTextEditor{
	border: 0px;
	border-top: 1px solid #afafaf;
	background-color: white;
}

.portal-itemMenu{
	border-bottom: 1px solid #cfcfcf;
}

.portal-itemMenu:hover {
	background-color: #efefef;
}

.portal-centered{
	text-align: center;
}

.portal-dlgHeader {
	background-color: #8f8f8f;
}

.portal-overflowAuto{
	overflow: auto;
}

.grp-globalContainer { /*	overflow: auto;
	min-width: 300px;
	min-height: 200px;  */
	
}

.grp-AppTitle { /*	padding-top: 12px;  
	padding-left: 10px; */
	font-size: 18px;
	color: white;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 10px;
}

.grp-AppTitleBar {
	padding-top: 4px;
	padding-left: 10px;
	/* height: 50px;
	color: #e8eef7; 
	border-bottom: 1px solid #e8eef7; */
}

.grp-AppTitleBarLogoArea {
	padding-top: 8px;
	padding-left: 50px;
	color: #e8eef7;
	/* border-bottom: 1px solid #e8eef7; */
}

.grp-MainPanel {
	margin: 2px;
	padding: 0px;
}

.grp-searchForm {
	margin: 0px;
	padding: 0px;
}

.grp-LeftBarFilter {
	background-color: orange;
}

.grp-ContentPanelBody {
	padding: 5px;
}

.grp-FormToolbar { /*	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc; 
	border-bottom: 1px solid #bcbcbc; */
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f1f1f1;
}

.grp-FormContextBar {
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding: 1px;
}

.grp-FormNotificationBar {
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding: 0px;
	position: absolute;
	background-color: red;
	z-index: 999999;
	top: 0px;
	/*	overflow-y: auto;
	overflow-x: hidden;  */
}

.grp-NotificationMessage {
	overflow-y: auto;
	overflow-x: hidden;
}

.grp-FormContent {
	padding: 0px;
	border-top: 1px solid #bcbcbc;
	padding-top: 5px;
}

.grp-Formulario {
	padding-bottom: 5px;
}

.grp-StatusBar { /*	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc; */
	padding: 5px;
	padding-left: 10px;
	height: 22px;
}

.grp-loginLabel {
	font-size: 11px;
	color: white;
}

.grp-painelErros {
	color: red;
	font-weight: bold;
}

.grp-TextAlignRight {
	text-align: right;
}

.grp-topContainer {
	text-align: right;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
}

.grp-CalendarDaySelected {
	background-color: #C3D9FF;
	cursor: default;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.grp-InFieldHint {
	font-style: italic;
	color: #cccccc;
}

.portal-mainLayout {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: white;
	border-left: 1px solid #0f3d78;
	border-right: 1px solid #0f3d78;
	width: 100%;
}

.portal-mainHeader {
	/*background-image: url("images/headerBackground.jpg");*/
	background-repeat: repeat-x;
	background-color: #515151;
}

.portal-toolbar {
	background-color: #ecebeb;
	border-top: 1px solid lightgray;
}
.portal-bodyLayout {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.portal-bodyContent {
  	padding: 0px;
	width: 100%;
	overflow: auto;
}

.portal-bodyContentSistema {
  	padding: 0px;
	width: 100%;
	overflow: auto;
}

.portal-footerLayout {
	color: white;
	background-color: #0f3d78;
	font-family: Tahoma, Arial, Verdana;
}

.portal-footerLoginForm a {
	font-size: 9px;
	font-weight: bold;
	color: #686868;
}

.portal-footerLayout a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: white;
	cursor: pointer;
}

.portal-linkButton {
	cursor: pointer;
}

.portal-formLabel {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	text-align: right;
}

.portal-portlet {
	border: 1px solid #dddddd;
	background: #f8f8f8 url("images/portletTopBackground.png") repeat-x;
	padding: 5px;
	cursor: pointer;
}
/*
.portal-portlet:hover {
     color:#fff;
     border-color:#3278BE;

     background:#4195DD;
     background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4195DD), to(#003C82));
     background:-moz-linear-gradient(0% 90% 90deg, #003C82, #4195DD);
 }
 .portal-portlet:active {
     background:#4195DD;
     background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#003C82), to(#4195DD));
     background:-moz-linear-gradient(0% 90% 90deg, #4195DD, #003C82);
 }
*/
.portal-portletNoPointer {
	border: 1px solid #dddddd;
	background: #f8f8f8 url("images/portletTopBackground.png") repeat-x;
	padding: 5px;
}
/*
.portal-portletNoPointer:hover {
     color:#fff;
     border-color:#3278BE;

     background:#4195DD;
     background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4195DD), to(#003C82));
     background:-moz-linear-gradient(0% 90% 90deg, #003C82, #4195DD);
 }
 .portal-portletNoPointer:active {
     background:#4195DD;
     background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#003C82), to(#4195DD));
     background:-moz-linear-gradient(0% 90% 90deg, #4195DD, #003C82);
 }
*/
.portal-portlet-content {
	font-family: Trebuchet MS, Arial, Verdana;
}

.portal-menuLayout{
	align: left;
}

.portal-portletTitle {
	font-family: Trebuchet MS, Arial, Verdana;
	padding-top: 5px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.portal-portletTitleCentered {
	font-family: Trebuchet MS, Arial, Verdana;
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.formulario-tituloCampo {
	font-weight: bold;
	text-align: left;
	width: 10%;
}

.formulario-campoNaoEditavel {
	padding-left: 20px;
}

.portal-footStep {
	font-size: 10px;
}
.portal-headerBarText {
	color: white;
	font-size: 26px;
	text-align: left;
	font-weight: bold;
}


/* form */
.form-horizontal,
.form-inline {
    font-size: 85%;
    margin-top: 10px;
}

.form-horizontal.input-user .form-label {
	width: 30%;
}

.form-horizontal .form-group {
  display: block;
  clear: left;
  padding: 5px;
}

.form-horizontal input.form-control,
.form-horizontal select.form-control,
.form-horizontal textarea.form-control {
	width: 70%;
}

.form-horizontal .form-label,
.form-horizontal .form-label-control {
    display: inline-block;
    float: left;
    line-height: 34px;
    margin-bottom: 0;
    padding-right: 8px;
    text-align: right;
    width: 20%;
}

.form-horizontal .form-label-control {
    text-align: left !important;
}


.form-horizontal .gwt-RadioButton, .form-horizontal .gwt-CheckBox {
    line-height: 34px;
}

.form-inline .form-label {
	display: inline-block;
    float: left;
    line-height: 34px;
    margin-bottom: 0;
    padding-right: 8px;
    text-align: right;
    width: 20%;
}

.form-inline .form-group {
    clear: none;
    display: inline-block;
    padding: 5px;
}

.form-inline input.form-control {
	width: 60%;
}

.form-inline select.form-control {
	width: 60%;
}

.title {
    border-bottom: 1px solid rgba(227, 227, 227, 0.8);
    font-size: 120%;
    padding: 3px;
    text-align: left;
    width: auto;
    position: relative;
}

.form-horizontal .title {
    font-size: 14px;
}
.form-group {
	margin-bottom: 0px;
}

.displayNormal {
	display: inline;
}
.votacaoColunaMembro {
	margin-bottom: 2px;
}
.votacaoItemTS {
	color: white;
}
.membroFoto {
	float:left;
	margin-top:-10px;
	height:45px;
	padding-right:5px;
}
.votacaoPanelItemImagem {
	margin-top: -15px;
}

.linhaPar {
 	background: #EDEDED;
}
.linhaTitulo {
	font-weight:bold;
	font-size: 1.7vmin;
	background: #E0E0E0;
}

.calendarioItemAgendaBlock {
	display: inline-flex; 
	min-width: 48%; 
	max-width: 48%; 
	border: 1px solid gray; 
	border-radius: 2px;  
	padding:2px; 
	font-size: 1.5vmin; 
	color: white; 
	mix-blend-mode: difference;  
	background: lightgray;
	cursor: pointer;
	margin: 1px;
}
.calendarioItemAgendaCircle {
	float:left; 
	background: lightgray;
	margin: 2px; 
	min-width: 15px;
	min-height: 15px;
	border-radius: 50%;
	cursor: pointer;
}
.calendarioItemAgendaSquare {
	float:left; 
	background: lightgray;
	margin: 2px; 
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.calendarioBoxHoje {
	border: 1px solid #E0E0E0;
	background: #FFFFAA;
}
.calendarioBoxMeu {
	border: 1px solid #E0E0E0;
	background: #FFDAAA;
}

#calendar {
    width: 100%;
}

#calendar a {
    color: #8e352e;
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 15px;
}

#calendar li {
    display: block;
    float: left;
    width:14.342%;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdays {
    height: 20px;
    background: #E0E0E0;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    border: none !important;
    padding: 2px;
    color: #000000;
    font-size: 2cmin;
}

#calendar .days li {
    height: 100px;
}

#calendar .days li:hover {
    background: #d3d3d3;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 2px;
    background: #333;
    color: #fff;
    width: 20px;
    border-radius: 50%;
    float: right;
}

#calendar .event {
    font-size: 12px;
    clear: both;
    border-radius: 4px;
    border: 1px solid #b5dbdc;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
	width: 50%;
}

#calendar .event-desc {
    color: white;
    padding-left: 2px;
    mix-blend-mode: difference;
    text-decoration: none;
    line-height: normal;
    width: 100%;
}

#calendar .other-month {
    background: #f5f5f5;
    color: #666;
}

.legenda {
	min-height: 28px;
}

.painelParticipante {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 5px;
}
.imagemParticipante {
    margin-left: 3px;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    vertical-align: top;
}


.tituloEscala {
    color: #0275d8;
    font-size: 110%;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 7px;
    margin-top: 25px;
    cursor: pointer;
}
.programaContainer {
    flex-direction: row;
    display: inline-flex;
    width: 100%;
}

.caixaEscala {
    padding-top: 10px;
}

@media (max-width: 400px) {
    .programaContainer {
        flex-direction: column;
    }
}












@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* ============================
                Mobile Responsiveness
   ============================*/

@media(max-width: 768px) {

    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }
    .legenda {
        display: none;
    }


}