﻿
/* /--Inserted in the upgrade to 8.0.0.0--\ */

@import url("/RichWidgets/upgradeTo8000.css?6076");

/* \--Inserted in the upgrade to 8.0.0.0--/ */
/*-------------------------------------------------------*/
/* HOW-TO CUSTOMIZE THE CSS                              */
/*                                                       */
/* 1 - Find & Replace all #1E5AA3  (default color)       */
/* 2 - Find & Change img/Header_Background.jpg           */
/* 3 - Change the Login_Image in eSpace\Common\LoginPage */ 
/*                                                       */
/* Alternatives:                                         */ 
/*   - Red                                               */ 
/*        #BE2C24                                        */ 
/*        img/Header_Background_Red.jpg                  */ 
/*        Login_Image_Red                                */ 
/*   - Green                                             */ 
/*        #65BE45                                        */ 
/*        img/Header_Background_Green.jpg                */ 
/*        Login_Image_Green                              */ 
/*   - Yellow                                            */ 
/*        #E09B2C                                        */ 
/*        img/Header_Background_Yellow.jpg               */ 
/*        Login_Image_Yellow                             */ 
/*   - Purple                                            */ 
/*        #B1489B                                        */ 
/*        img/Header_Background_Purple.jpg               */ 
/*        Login_Image_Purple                             */ 
/*   - Black                                             */ 
/*        #434343                                        */ 
/*        img/Header_Background_Black.jpg                */ 
/*        Login_Image_Black                              */ 
/*-------------------------------------------------------*/ 


/*-----------------------------------------------------------------*/
/*----------------- OVERRIDES A CLASSES BASE --------------------*/
/*-----------------------------------------------------------------*/
 


/*-------------------------------------------------------*/
/* These are the styles used by the web blocks of the    */
/* producer eSpace "RichWidgets".                        */
/* To customize the widgets css copy css from that oml,  */
/* paste here and modify the styles                      */
/*-------------------------------------------------------*/
/*@import url("/RichWidgets/web.css"); -- Removed in the upgrade to 5.1.0.7*/
/* Inserted in the upgrade to 5.0.0.0: */

.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;    
    text-decoration: underline;
}

.Paragraph {
}

th {
    text-align: left;
    font-weight: normal;
}

.EditRecord {
}

.ShowRecord {
}

.TableRecords {
}

table.Empty {
}

/* Inserted in the upgrade to 5.0.0.0 */



div.Popup.ui-dialog .ui-dialog-titlebar {
	background-color: #1E5AA3;
}

div.calendar tbody td.selected,
div.calendar tbody .rowhilite td.selected {
	background-color: #1E5AA3;
}

div.calendar tbody th.selected /* copied from 'div.calendar tbody td.selected' in the upgrade to 5.0.0.0 */ ,
div.calendar tbody .rowhilite th.selected /* copied from 'div.calendar tbody .rowhilite td.selected' in the upgrade to 5.0.0.0 */ {
	background-color: #1E5AA3;
}	

div.ui-autocomplete-results li.ui-autocomplete-over { 
	background-color: #1E5AA3; 
} 

 /*---------------------------------------------------------------------*/
/*----------------- OVERRIDES AO RICHWIDGTES END ------------------*/
/*---------------------------------------------------------------------*/

 /*---------------------------------------------------------------------*/
/*----------------- OVERRIDES AO RICHWIDGTES END ------------------*/
/*---------------------------------------------------------------------*/

 /*---------------------------------------------------------------------*/
/*----------------- DGAL LOGIN Specific Styles BEGIN ------------------*/
/*---------------------------------------------------------------------*/
.DGAL_Login_Title
{
   Font-Size: 14pt; 
   Font-Weight: Bold;
}
.DGAL_Login_SubTitle
{
   Font-Weight: Bold;
}
.DGAL_Login_Document2 {
	background-color: White;	
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 1px 1px 1px;
	width: 96%;
	Background-color: #FFFFFF;
}
.DGAL_Login_Header_Sep
{
	font-Size:0px;
	Height:23px;
        background-image: url(/SIIALCentral/img/DGAL_Login_Header_Sep.jpg?6076);
        background-repeat:repeat-x;	
}
.DGAL_Login_Header_Right
{
	background:url(/SIIALCentral/img/DGAL_Header_Background.jpg?6076) right top no-repeat;
	background-color:#FFFFFF;
}

.DGAL_Login_Container_3
{
   Background-color: #FFFFFF;
   padding:10px;
}

.DGAL_Login_Container_2
{
   Background-color: #008cb5;
}

.DGAL_Login_Container
{
  color:#FFFFFF;
  font-size:9pt;
  margin-top:10px;
  margin-Bottom:10px;
}
.DGAL_Login_link
{

}
.DGAL_Login_link a, .DGAL_Login_link a:link, .DGAL_Login_link a:visited, .DGAL_Login_link a:hover
{
  color:#FFFFFF;
}

.DGAL_Mensagem_Ajuda
{
  Background-color: #FFFF99;
  margin:10px;
  padding:10px;
  font-weight: bold; 
  display:inline-block;
  border-width:1px;
  border-style:solid;
}
.DGAL_Input_Readonly
{
   Background-Color:#CCCCCC;
}
.DGAL_NoDisplay
{
   display:none;
}

 
/****** To use the Richwidgets.UI_Tabs component ****************/ 
 
.Tabs_Wrapper {} 
.Tabs_TabBody {} 
 
 
 
/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/


html, form {
	height: 100%;
	margin:0px; 
	padding:0px;
}

body {
	height: 100%;
	background-color: #EAEAEA;
}

body,
select,
textarea,
input,
td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th /* copied from 'td' in the upgrade to 5.0.0.0 */ {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,
p {
	margin: 0px;
}

.Paragraph /* copied from 'p' in the upgrade to 5.0.0.0 */ {
	margin: 0px;
}

input {
	padding: 1px 0px 1px 0px;
}

input[type="text"][readonly]{
	background: #EAEAEA; 
}

input[type=radio],
input[type=checkbox] {
	margin: 0px;
	vertical-align: bottom;
}

input[type=file] {
	height: 21px;
	vertical-align: bottom;
}

textarea {
	margin-top: 2px;
	*margin-top: 0px;
}

table {
	border-collapse: collapse !important;
	empty-cells: show;
}

a,
a:link,
a:visited {
	color: #1F5BA4;
}

a:hover {
	color: #CC3300;
}

a[disabled="disabled"] {
	color: ButtonShadow;
}

/* /--Inserted in the upgrade to 5.1.0.1--\ */

img {
    border-width: 0;
}

/* \--Inserted in the upgrade to 5.1.0.1--/ */

img {
	vertical-align: text-bottom;
}


/*-----------------------------------------------------------------*/
/*----------------- HTML Elements End -----------------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles Start -----------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can modify the styles in this area but you should */
/* not remove or rename them because they are used by    */
/* Service Studio widgets.                               */
/*-------------------------------------------------------*/

.Button {
	text-align: center;
	margin-right: 3px;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
}

.Button[disabled="disabled"] {
	padding: 1px 12px 2px 10px;
	color: ButtonShadow;
	cursor: text;
}

.EditRecord_Caption {
	color: #444444;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.EditRecord_Value {
	border-left: 3px solid white;
	color: #444444;
}

.EditRecord_Buttons {
	text-align: left;
	padding-top: 8px;
	border-bottom: 2px solid #1E5AA3;
	padding-bottom: 3px;
}

.EditRecord_Buttons_Right {
	text-align: right;
	padding-top: 8px;
	border-bottom: 2px solid #1E5AA3;
	padding-bottom: 3px;
}

.ShowRecord_Caption {
	color: #444444;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.ShowRecord_Value {
	border-left: 3px solid white;
	padding: 5px;
	color: #444444;
	font-weight: normal;
	vertical-align: top;	
}

.TableRecords_Header {
	color:#EAEAEA;
	font-weight: normal;
	background: #1E5AA3 url(/RichWidgets/img/Bar_Gradient.png?6076) repeat-x top;
	_background:#1E5AA3;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	white-space: wrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
	font-size: 14px;
}
.SortColumns_Sortable {
	font-weight: normal;
	cursor:pointer;
	color:white;
}	
.SortColumns_Sortable:hover {
	text-decoration:underline;
}	
.SortColumns_Sorted {
	font-weight: bold;
	cursor:pointer;
	color:white;
}
.SortColumns_Sorted:hover {
	text-decoration:underline;
}
.TableRecords_Header a,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
	color: white;
}
.TableRecords>tbody>tr:hover {
 background-color: #F0F0F0;
}

.TableRecords_OddLine, 
.TableRecords_EvenLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #efefef;
	white-space: wrap;
	vertical-align: top;
}

.TableRecords_SelectedLine {
 	background-color: #E0E0E0;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

/* /--Inserted in the upgrade to 5.1.0.0--\ */

.ListRecords {
}

img.RecordPicture {
    display: block;
    float: left;
    width: 120px;
}

div.RecordPicture_Wrapper {
    float: left;
}

div.RecordPicture_Wrapper img.RecordPicture {
    float: none;
}

.TableRecords img.RecordPicture {
    width: auto;
    height: 40px;
    float: none;
}

input.Prompt, textarea.Prompt {
    color: #BBBBBB;
}

/* \--Inserted in the upgrade to 5.1.0.0--/ */

/* /--Inserted in the upgrade to 5.1.0.2--\ */

select.Mandatory {
}

textarea.Mandatory {
}

/* \--Inserted in the upgrade to 5.1.0.2--/ */

input.Mandatory {
}

input.Not_Valid {
	border: 2px solid #BF1601;
}

select.Not_Valid {
 border: 2px solid #BF1601;
}

textarea.Not_Valid {
	border: 2px solid #BF1601;
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {
}

th.MandatoryValue /* copied from 'td.MandatoryValue' in the upgrade to 5.0.0.0 */ {
}

td.MandatoryCaption {
}

th.MandatoryCaption /* copied from 'td.MandatoryCaption' in the upgrade to 5.0.0.0 */ {
}
span.ValidationMessage {
	color: white;
	font-size: 11px;
	position: absolute;
	padding: 6px;
	font-weight: bold;
	background: #BF1601;
	max-width: 300px;
	z-index: 100;
}

span.ValidationIcon {
}

span.InputMandatorySymbol {
	position: absolute;
	color: #BF1601;
	padding: 3px;
	content: '*';
	font-size: 12px;
}

.Invisible {
	display: none;
}
.DeveloperComment {
	display: none;
	border-style: solid;
	border-color: Gray;
	border-width: 1px 2px 2px 1px;
	background-color: #FFFF99;
	font-size: 9pt;
	color: #666666;
	margin: 2px;
	padding: 4px;
	position: absolute;
	right: -190px;
	width:220px;
	visibility: hidden;
	top:-1500px;
	text-align: left;
}

div.BrowserSecurityMessage {
	background-color: #E88310;
	color: white;
	padding: 3px;
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles End -------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles Start ------------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can add, modify or remove the styles in this area */
/* at your will. Use them anywhere in the eSpace, in the */
/* widgets' Style property.                              */ 
/*-------------------------------------------------------*/

/*--------General Start------------------------*/

.Heading1 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
}

.Heading2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;	
}

.Heading3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;	
}

.Text_Note {
	color: #888888;
	font-size: 11px;
}

.Text_Error {
	color: #c7331f;
}

.Text_NoWrap {
	white-space: nowrap;
}

.Text_Preformatted {
	white-space: -moz-pre-wrap;
	white-space: pre;
	word-wrap: break-word;
}

.Text_Justified { 
	text-align: justify;
} 


.Text_Red {
	COLOR: #BE2C24;
}


.Text_AlignRight { 
	text-align: right;
} 


/*--------General End--------------------------*/



/*--------StyleGuide General Start-------------*/

.Document {
	background-color: White;	
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 1px 1px 1px;
	height: 92%;
	width: 96%;
}
.DocumentPopup {
	background-color: White;	
	width: 100%;
	height: 100%;
	margin-top: 0px;
}
* html .Document {
	height: 90%;
}

.Footer {
	color: #666666;
	font-size: 11px;	
	width: 96%;
	padding-top: 5px;
	margin: 0 auto;
}
.BodyPopup {
	padding: 0px 16px 14px 16px;
	vertical-align:top;	
}

.Body {
	padding: 0px 16px 14px 16px;
	vertical-align:top;	
	height: 90%;
}

.Body .Button {
	margin-top: 10px;
}

.Body td .Button {
	margin-top: 0px;
}

.Body th .Button /* copied from '.Body td .Button' in the upgrade to 5.0.0.0 */ {
	margin-top: 0px;
}

.Header {
	background:url(/SIIALCentral/img/DGAL_Header_Background.jpg?6076) right top no-repeat;
}



.Title {
	margin-top: 0px;
	margin-bottom: 4px;
}

.Title_Links {
	font-size: 11px;
	font-weight: bold;
}

.Title .Heading1 {
	padding-bottom: 0px;
	font-size: 20px;
}


.Title_Links td {
	font-size: 11px;
}

.Title_Links th /* copied from '.Title_Links td' in the upgrade to 5.0.0.0 */ {
	font-size: 11px;
}

/*--------StyleGuide General End---------------*/



/*--------Header WebBlock Start----------------*/


.Header_Greetings {
	 background:url(/SIIALCentral/img/Header_Greetings.png?6076) left bottom no-repeat;
	 _background-image:none;  /* IE6 */
	 _background-color:white;  /* IE6 */
	  _border:1px solid #CCCCCC;  /* IE6 */
	 float:right;
	 font-size:11px;
	 padding:4px 18px 6px 8px;
}

.Header_Title {
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	vertical-align:middle;
}

.Header_Title_NoMenu {
  border-bottom:5px solid #1E5AA3;
  padding-bottom:5px;
  padding-left:5px;
  padding-top:5px;
  vertical-align:middle;
  width:100%;
}

.Header_Title_Image {
	vertical-align: middle;
	float: left;
}
.Header_Title_Company {
	color:#CCCCCC;
	font-size:14px;
	font-weight:bolder;
	margin-left:5px;
	vertical-align:middle;
}
.Header_Title_Application {
	color:#1E5AA3;
	font-size:18px;
	font-weight:bolder;
	margin-left:5px;
	vertical-align:middle;
}

.Header_Title a,
.Header_Title a:link,
.Header_Title a:visited,
.Header_Title a:hover {
	text-decoration: none;
	color: #1E5AA3;
}

/*--------Header WebBlock End------------------*/



/*--------Menu WebBlock Start------------------*/

.Menu_Container {
}


.Menu_TopMenus {
    margin-left: 10px;
    *height: 20px;
    _border-left: 1px solid #cccccc;  /* IE6 */
} 

.Menu_TopMenu { 
	display: -moz-inline-box; /*FF2*/
	display: inline-block;
	*float:left; 
	background-color: #EAEAEA;
	white-space: nowrap; 
	font-size: 12px;
	margin-left: -1px;
	padding: 2px 8px 2px 8px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
} 

.Menu_TopMenu A:link ,
.Menu_TopMenu A:visited,
.Menu_TopMenu A {
	color: #555555; 
	text-decoration: none; 
}

div.Menu_TopMenuActive {
	background-color: #8F8F8F;
}

div.Menu_TopMenuActive a, 
div.Menu_TopMenuActive a:link,
div.Menu_TopMenuActive a:visited {
	color: White;
}

.Menu_SubMenuSection {
	background: #444444 url(/RichWidgets/img/Bar_Gradient.png?6076) repeat-x top;
	_background: #444444;  /* IE6 */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
	color: White;
	height: 18px;
	padding: 3px 0px 2px 15px;
	vertical-align: middle;
}

.Menu_SubMenuItem, 
.Menu_SubMenuItem:link,
.Menu_SubMenuItem:visited {
	color: White;
	font-size: 8pt;
	text-decoration: none;
	padding-left:3px;
	padding-right:3px;
}

.Menu_SubMenuItem:hover {
	text-decoration: underline;
}

a.Menu_SubMenuItemActive,
a.Menu_SubMenuItemActive:link,
a.Menu_SubMenuItemActive:visited {
	font-weight: bold;
}


/*--------Menu WebBlock End--------------------*/



/*--------ShowRecord Pattern Start-------------*/

.ShowRecord_Wrapper {
	margin-bottom: 8px;
}

.ShowRecord_LastModified {
	padding-top: 2px;
	color: #888888;
	font-size: 9px;	
	font-style: italic;
}

/*--------ShowRecord Pattern End---------------*/



/*--------EditRecord Pattern Start-------------*/

.EditRecord_Wrapper {
	margin-bottom: 8px;
	padding: 8px;
}

.EditRecordWithTitles_Wrapper {
	float: left;
	margin-bottom: 8px;
}

.EditRecord_SectionTitle {
	color: #888888;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #888888;
	text-align: left;
}

/*--------EditRecord Pattern End---------------*/



/*--------TableRecords Pattern Start-----------*/

.TableRecords_Wrapper {
}
.TableRecords_Wrapper .Button {
	font-size: 10px;
	margin-top: 0px;
}

.TableRecordsWithFilters_Wrapper {
}

.Filters_Wrapper {
 background: #dddddd; // url(/SIIALCentral/img/Filter_Gradient.gif?6076) repeat-x top;
 padding:4px;
margin-bottom:4px;
}

.TableRecords_Frame {
	border-top: 1px solid white;
	width: 100%;
}

div.TableRecords_Frame>table>tbody>tr:hover {
	background-color: #EEEEEE;
}

.TableRecords_Actions,
.TableRecords_Footer {
	font-size: 11px;
	vertical-align: middle;
	float: left;
	font-weight: bold;
	padding: 1px;
}

div.TableRecords_Actions div.BulkSelect_Wrapper, 
div.TableRecords_Footer div.BulkSelect_Wrapper {
	float: left;
	padding: 0px;
}

.TableRecords_TopNavigation {
	padding: 0px;
	border-top: 1px solid white;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;  /* IE6 */
	display: block;
	*display: inline-block;
}

.TableRecords_TopNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.TableRecords_BottomNavigation {
	padding-top: 2px;
	border-top: 1px solid #1E5AA3;
	border-right: 0px none white;
	border-bottom: 0px solid white;
	border-left: 0px none white;
	_height: 1%;  /* IE6 */
	display: block;
	*display: inline-block;	
}

.TableRecords_BottomNavigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.Filters {	
	white-space: nowrap;
}
.Filters td {	
	padding: 2px 0px 2px 4px;
	vertical-align: middle;
}

.Filters th /* copied from '.Filters td' in the upgrade to 5.0.0.0 */ {	
	padding: 2px 0px 2px 4px;
	vertical-align: middle;
}

.Filters td img {
	vertical-align: middle;
}

.Filters th img /* copied from '.Filters td img' in the upgrade to 5.0.0.0 */ {
	vertical-align: middle;
}

.Filters td .Button {
	font-size: 12px;
}

.Filters th .Button /* copied from '.Filters td .Button' in the upgrade to 5.0.0.0 */ {
	font-size: 12px;
}


/*--------TableRecords Pattern End-------------*/



/*--------Login Pattern Start------------------*/

.Login_Wrapper {
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left: 31px;
	clear: both;
}

.Login_RememberValue {
	text-align: left;
}

/*--------Login Pattern End--------------------*/

/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles End --------------------*/
/*-----------------------------------------------------------------*/