@font-face {
    font-family:Altice Regular;
    src: url('fonts/altice_regular.ttf');
}

.Fullscreen
{
    position:absolute;
    z-index:999;
    top:10%;
    left:5%;
    width:90% !important; 
    height:85%;
    background-color:White;
    vertical-align:middle;
    float:none;
    overflow:auto;
    border-color:Black;
    border-width:1px;
    border-style:solid;
}

.ErrorMessagesTopScreen
{
    position:absolute;
    z-index:1100;
    top:2.5%;
    left:5%;
    height:4%;
    width:88.5%;
    overflow:auto;
    overflow-y:scroll;
    border-color:Black;
    border-width:1px;
    border-style:solid;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border: 1px solid #F3B1A7;
	background-color: #FFF6F6;
	color: #c7331f;
}

.Mask
{
    position:absolute;
    z-index:998;
    display:block;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color: #ABABAB;
    background-color: rgba(171, 171, 171, 0.7);
    filter: alpha(opacity=70);
}

.ImageButtonPopOut
{
    float: right;
    margin-bottom: 5px;
}

.RefreshMultiRecordButton
{
    float: right;
    margin-top: 2px;
    margin-bottom: 3px;
    margin-right:5px;
}

.InvalidCatalogAttribute
{
	color: Red;
	font-size: 11px;
}

.ShowAutoCompleImage
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border: solid 1px #9b9b9b;
	background-image: url(imgs/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.HideAutoCompleImage
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border: solid 1px #9b9b9b;
	background-image: none;
}

.ActEllipsisSpan
{
	float: left;
	overflow: hidden;
	max-width: 97%;
	width: 100%;
}

.DropDownMLEnableCSS
{		
	color: #333333;
	font-family: Arial,Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	height: 12px;
	text-align: left;
	border: 1px solid lightgray;	
	width: inherit;
}

.DropDownMLEnableImage
{
    background:#FFFFFF url('imgs/dropdown_enable2.png') center center;	
	background-repeat: no-repeat;
    margin: 0;
    width: 16px;
    height: 14px;
    background-size: 16px 14px;
    position: absolute;
    top: 0;    
    margin-top: 1px;
}

.DropDownMLDisableImage
{
    background :#FFFFFF url('imgs/dropdown_disabled2.png') center center;	
	background-repeat: no-repeat;
    margin: 0;
    width: 16px;
    height: 14px;
    background-size: 16px 14px;
    position: absolute;
    top: 0;    
    margin-top: 1px;
}

.DropDownMLDisableCSS
{		
    border-style: none;
    color: #999999;
    font-family: Arial,Sans-Serif;	
    font-size: 10px;
    font-weight: normal;
    height: 12px;
    text-align: left;  
    border: 1px solid lightgray;    
    width: inherit;
}

.RelativePosition
{
	position:relative !important;
}

.DivDropDownCheckBoxList
{
    display :none;
	background-color:White;
	width:250px;
	position:absolute;	
	overflow-y:auto; 
	overflow-x:hidden;
	border-style:solid;
	border-color:Gray; 
	border-width:1px;
	max-height:150px;
	height:auto !important;
	height:150px;
	scroll: auto;
	z-index: 1;
}

.CheckBoxList
{
	position:relative;
	width:250px;
	height:10px; 
	overflow:scroll;
	font-size:small;
}

/****************************** BEGIN OrderEntryControls ****************************/
.LovWithMultipleSelection, .TextAttributeType, .CharAttributeType, .LongtextAttributeType, .XmlAttributeType, .TimeAttributeType, .DateAttributeType, .DatetimeAttributeType, .BooleanAttributeType, .BinaryAttributeType, .NumberAttributeType, .ArrayAttributeType, .GuidAttributeType, .CurrencyAttributeType, .EntityAttributeType, .InstallationAddressType, .InstallationContactType, .WeightAttributeType, .TimedurationAttributeType, .TimestampAttributeType, .LinkAttributeType, .VolumeAttributeType, .MultiRecordAttributeType, .RadMultiRecordAttributeType, .PasswordAttributeType, .AttributeWithLov, .LinkAttributeType input, .LinkComponentAttributeType
{
	margin-left: 3px;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border: solid 1px #9b9b9b;
}

.LinkComponentAttributeType
{
	border: none;
}

.LinkComponentAttributeType td
{
	margin-right: 2px;
}

.LinkAttributeType input.Wrong
{
	border: 1px solid red;
}

.FixedWidth
{
	width: 120px;
}

.CatalogUserControlLog
{
	height: 300px;
	width: 700px;
}

.LovWithMultipleSelection
{
	height: 200px;
	width: 200px;
}

select.AttributeWithLov
{
	margin-left: 0px;
}

.EnvironmentName
{
	/*position: absolute;
	top: 35px;
	right: 282px;*/
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
	color: #ffffff;
}

.EnvironmentMachineName
{
	/*position: absolute;
	top: 35px;
	right: 240px;*/
	font-size: 10px;
	font-variant: small-caps;
	font-weight: normal;
	color: #6d6d6d;
}
.HeaderLabel
{
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 36px;
	font-family: Altice Regular;
	font-weight:normal;
	color: #ffffff;
}

.EnvironmentVersion
{
	font-size: 12px;
	font-weight: bold;
	color: black;
}

table.ComplexAttributeGrid .TextAttributeType, table.ComplexAttributeGrid .CharAttributeType, table.ComplexAttributeGrid .LongtextAttributeType, table.ComplexAttributeGrid .XmlAttributeType, table.ComplexAttributeGrid .TimeAttributeType, table.ComplexAttributeGrid .DateAttributeType, table.ComplexAttributeGrid .DatetimeAttributeType, table.ComplexAttributeGrid .BooleanAttributeType, table.ComplexAttributeGrid .BinaryAttributeType, table.ComplexAttributeGrid .NumberAttributeType, table.ComplexAttributeGrid .ArrayAttributeType, table.ComplexAttributeGrid .GuidAttributeType, table.ComplexAttributeGrid .CurrencyAttributeType, table.ComplexAttributeGrid .EntityAttributeType, table.ComplexAttributeGrid .InstallationAddressType, table.ComplexAttributeGrid .InstallationContactType, table.ComplexAttributeGrid .WeightAttributeType, table.ComplexAttributeGrid .TimedurationAttributeType, table.ComplexAttributeGrid .TimestampAttributeType, table.ComplexAttributeGrid .LinkAttributeType, table.ComplexAttributeGrid .VolumeAttributeType, table.ComplexAttributeGrid .MultiRecordAttributeType, table.ComplexAttributeGrid .RadMultiRecordAttributeType
{
	margin-left: 0px;
}

.ComplexAttributeGridWide
{
    width: 99%;    
}

.MultiRecordAttributeType
{
	border: 0px;
	overflow-x: scroll;
	width: 500px;
}

.RadMultiRecordAttributeType
{
	border: 0px;
	overflow-x: none;
	width: 500px;
}

.MultiRecordAttributeType table.ComplexAttributeGrid, .RadMultiRecordAttributeType table.ComplexAttributeGrid
{
	margin-left: 2px;
	margin-top: 5px;
	table-layout: auto;
}

.MultiRecordAttributeType table.ComplexAttributeGrid th, .RadMultiRecordAttributeType table.ComplexAttributeGrid th
{
	border: solid 1px black;
}

.MultiRecordAttributeType table.ComplexAttributeGrid td, .RadMultiRecordAttributeType table.ComplexAttributeGrid td
{
	vertical-align: middle;
	border: solid 1px black;
}

.GuidAttributeType
{
	width: 200px;
}

.ArrayAttributeType
{
	width: 208px;
	height: 100px;
	margin-left: 3px;
}

.TextAttributeType
{
	width: 200px;
}

.CharAttributeType
{
	width: 10px;
}

.XmlAttributeType, .LongtextAttributeType
{
	height: 100px;
	width: 300px;
}

.TimeAttributeType
{
	width: 20px;
	margin-left: 2px;
	border: 0px;
}

.DateAttributeType
{
	width: 75px;
	margin-left: 2px;
}

.DatetimeAttributeType
{
	width: 75px;
	margin-left: 4px;
}

.BooleanAttributeType
{
	margin-left: 3px;
}

.NumberAttributeType
{
	margin-left: 3px;
}

.InstallationAddressType
{
	margin-left: 3px;
}

.InstallationContactType
{
	margin-left: 3px;
}

/****************************** BEGIN Edit Template control ****************************/
.TableEditTemplate
{
	border: 1px solid #d9d9d9;
	border-spacing: 0;
}
.TableEditTemplate th
{
	background-color: #f1f1f1;
	padding: 3px;
	text-align: center;
	color: #000000;
	border: 1px solid #d9d9d9;
}
.TableEditTemplate td
{
	border: 1px solid #d9d9d9;
	padding: 3px;
}
.AttributeTableCell
{
	background-color: #f1f1f1;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}
.TableEditTemplateEditValue
{
	background-color: #f1f1f1;
	color: #0F5582;
	font-weight: bold;
	background-color: Transparent;
}
.TableEditTemplateEditValue :hover
{
	text-decoration: underline;
	background-color: Transparent;
}
.AttributeTableCellValue
{
	background-color: #ffffff;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
}
/****************************** END Edit Template control ****************************/
.GridActionColumn
{
	margin: 2px;
}

.LinkAttributeType
{
	border: 0px;
	margin: 0px;
}

.EntityAttributeType
{
	width: 200px;
}

.ErrorMessages, .Messages, .Tip
{
	margin: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.Messages
{
	border: 1px solid #2d98cf;
	background-color: #fcfdbd;
	color: #2d98cf;
}

.Tip
{
	border: 1px solid #4F8AC5;
	background-color: #F6FAFE;
	color: #3A648E;
}

.Tip TD
{
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.ErrorMessages
{
	border: 1px solid #F3B1A7;
	background-color: #FFF6F6;
	color: #c7331f;
}

.ErrorMessagesMV, .MessagesMV, .TipMV
{
	margin: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight:normal;
	padding: 5px;
	padding-left: 80px;
	text-align: left;
}
.ErrorMessagesMV
{
	border: 1px solid #F3B1A7;
	background-color: #FFF6F6;
	color: #c7331f;
	max-height:75px;
	overflow-y:scroll;
}
.TipMV
{
	border: 1px solid #4F8AC5;
	background-color: #F6FAFE;
	color: #3A648E;
	max-height:75px;
	overflow-y:scroll;
}
a
{
	color: #0F5582;
	font-weight: bold;
	text-decoration: underline;
}

a:visited
{
	color: #0F5582;
	text-decoration: underline;
}

a:hover
{
	color: #C90062;
	text-decoration: underline;
}

a:active
{
	color: #0F5582;
	text-decoration: underline;
}
html
{
	height: 100%;
	width: 100%;
}

body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	margin: 0px;
	height: 100%;
	padding: 0px;
	width: 100%;
	overflow-x:hidden;
}

td
{
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold; /*	text-align: left; */
	vertical-align: top;
}

select
{
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	height: 16px;
}

/* menu */

#menuL1
{
	background: #0099ab url('imgs/Barra_Menu1Niv_Normal.gif' ) repeat-x left bottom;
	border: none;
	height: 29px;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0;
}

.menuL1Bkg
{
	background: #0099ab url(imgs/Barra_Menu1Niv_Normal.gif) repeat left bottom;
	border: none;
	height: 29px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.SiteMapBkg
{
	height: 20px;
	padding-left: 7px;
	padding-top: 5px;
	color: #43535b;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

fieldset
{
	border: solid 1px #b2b6bf;
	padding: 3px;
}

fieldset legend
{
	color: #43535b;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
}

fieldset legend a
{
	color: #43535b;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	text-decoration: none;
}

fieldset legend a:hover
{
	color: #43535b;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	text-decoration: none;
}

fieldset legend a:visited
{
	color: #43535b;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	text-decoration: none;
}

.SiteMapBkg a
{
	color: #43535b;
	text-decoration: none;
}

.SiteMapBkg a:visited
{
	color: #43535b;
	text-decoration: none;
}

.SiteMapBkg a:hover
{
	color: #43535b;
	text-decoration: underline;
}

.SiteMapBkg a:active
{
	color: #43535b;
	text-decoration: none;
}

.MainContent
{
	padding-left: 7px;
	padding-right: 7px;
}
/*
.menuL1BtnContainer
{
	border: none;
	height: 29px;
	vertical-align: top;
	width: 150px;
	padding: 0;
	margin: 0;
}

.menuL1Btn
{
	border: none;
	cursor: pointer;
	height: 29px;
	vertical-align: top;
	width: 95%;
	padding: 0;
	margin: 0;
	position: relative;
	top: -2px;
}
*/

.menuL1SpacerSmall
{
	border: none;
	height: 29px;
	width: 5px;
	padding: 0;
	margin: 0;
}

.menuL1Spacer
{
	border: none;
	height: 29px;
	padding: 0;
	margin: 0;
}

.menuL1SiteMap, .menuL1SiteMapSelected
{
	background-color: #43535b;
	background-image: url(imgs/Btn_MapaSite_Menu1Niv.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 29px;
	width: 63px;
	padding: 0;
	margin: 0;
}

.menuL1SiteMapSelected
{
	background-color: #43535b;
	background-image: url(imgs/Btn_MapaSite_Menu1Niv_Select.gif);
}

.menuL1Sep
{
	background-color: #43535b;
	background-image: url(imgs/Btn_Separador_Menu1Niv.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	height: 29px;
	width: 15px;
	padding: 0;
	margin: 0;
}

.menuL1Help, .menuL1HelpSelected
{
	background-color: #43535b;
	background-image: url(imgs/Btn_Ajuda_Menu1Niv.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 29px;
	width: 28px;
	padding: 0;
	margin: 0;
}

.menuL1HelpSelected
{
	background-color: #43535b;
	background-image: url(imgs/Btn_Ajuda_Menu1Niv_Select.gif);
}

.menuL1BtnNormal
{
	background-image: url(imgs/BtnMid_Menu1Niv_Normal.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	height: 29px;
	vertical-align: top;
}

.menuL1BtnHover
{
	background-image: url(imgs/BtnMid_Menu1Niv_Select.gif); /* 	border: none; 	color: #ffffff; 	cursor: pointer; 	font-family: Arial, Sans-Serif; 	font-size: 10px; 	font-weight: bold; 	height: 29px; */
}

.menuL1BtnSelected
{
	background-image: url(imgs/BtnMid_Menu1Niv_Select.gif); /* 	background-position: left top; 	background-repeat: repeat-x; 	border: none; 	color: #ffffff; 	cursor: pointer; 	font-family: Arial, Sans-Serif; 	font-size: 10px; 	font-weight: bold; 	height: 29px; */
}

/* End of Menu */

/* Modal Style */

#modal-overlay
{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

/* Header */

.header-left
{
    width: 328px;
    height: 61px;
    float: left;
    background-color: #000000; 
   /* background: url('imgs/header_left.png') repeat left top;*/
}

.header-middle
{
    display: block;
    width: 100%;
    height: 61px;
     background-color: #000000; 
    /*background: url('imgs/header_repeat.png') repeat left top;*/
    min-width: 1028px;
}
.header-leftNew
{
    width: 328px;
    height: 61px;
    float: left;
    background-color: #fff9f0;     
   /* background: url('imgs/header_left.png') repeat left top;*/
}

.header-middleNew
{
    display: block;
    width: 100%;
    height: 61px;
     background-color: #fff9f0; 
    /*background: url('imgs/header_repeat.png') repeat left top;*/
    min-width: 1028px;
    display: none;
}
.header-right
{
    width: 700px;
    height: 61px;
    float: right;
    /*background: url('imgs/header_site5.png') repeat left top;*/
}
.header-rightNew
{
    width: 700px;
    height: 61px;
    float: right;
    background: url('imgs/header_verde1.png') repeat left top;
}

#HeaderLogo
{
	/*background-color: #43535b; 	background-image: url(imgs/Cabecalho_Esq.gif); 	background-position: left top; 	background-repeat: no-repeat; 	border: none; 	vertical-align: top; 	width: 545px;*/
}

#HeaderBkg
{
	background-color: #000000;
	vertical-align: top;
	width: 99%;
}

#HeaderInfo
{
	background-color: #000000;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 447px;		
}

.UsernameContainer
{
	/*color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	padding-top: 4px;
	padding-left: 160px;
	padding-right: 10px;
	text-align: left;
	width: 99%;
	white-space: nowrap;*/
	
	position: absolute;
	top: 15px;
	right: 200px;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	color: #ffffff;

text-shadow: 1px 0px 0px black, 
                 -1px 0px 0px black, 
                 0px 1px 0px black, 
                 0px -1px 0px black;
}

.textheader
{
		font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	color: #ffffff;
}

.logoPTHeader
{
    position: absolute;
	top: 10px;
	right: 15px;
	width: 40px;
	font-size: 12px;
	font-variant: small-caps;
	font-weight:normal;
	color: #ffffff;
}

.logoPTHeaderLeft
{
    position: absolute;
	top: 18px;
	left: 15px;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	color: #ffffff;
}
   
.logoPTHeaderLeftNew
{
    position: absolute;
	top: 0px;
	left: 15px;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	color: #ffffff;
}
   
    
#Username
{
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

/* End of Header */

.AssociationButton
{
	background-color: #43535b;
	border: outset 2px #ffffff;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	min-width: 100px;
}

 .baseInComposedPTF
    {
        width: 12px;
    	height: 12px;
    	background-image: url(../../imgs/obrigt2.png);
    	background-repeat:no-repeat;
        background-position:center;
        float:left;
    }
    .emptySpacePTF
    {
        float:left;
        width: 12px;
    	height: 12px;
    }

.pricingAutorizacion, .budgetAutorizacion, .Button
{
      background-color: #2c2c2c;
      border: outset 1px #2c2c2c;
      min-width: 100px;
      color:#FFFFFF;
      font-family:'Segoe UI', Arial, sans-serif;
      font-size:12px;
      font-style:normal;
      font-variant:normal;
      font-weight:normal;
      line-height:18px;
      text-decoration:none;
}

.ButtonBack
{
      background-color: #4c4c4c;
      border: outset 1px #4c4c4c;
      min-width: 100px;
	  color:#FFFFFF;
      font-family:'Segoe UI', Arial, sans-serif;
      font-size:12px;
      font-style:normal;
      font-variant:normal;
      font-weight:normal;
      line-height:18px;
      text-decoration:none;      
}

.ButtonDisabled
{
      background-color: #4c4c4c;
      border: outset 1px #4c4c4c;
      min-width: 100px;
	  color:#F3F3F3;
      font-family:'Segoe UI', Arial, sans-serif;
      font-size:12px;
      font-style:normal;
      font-variant:normal;
      font-weight:normal;
      line-height:18px;
      text-decoration:none;
}

.TextBox, .Minutes, .Hour
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border: solid 1px #9b9b9b;
}

.TextArea
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border: solid 1px #9b9b9b;
}

.NumericText
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	border: solid 1px #9b9b9b;
}

.Required
{
	color: #333333;
	background-color: #FDF4E1;
}

.Wrong
{
	border: 1px solid red;
}

.Hour
{
	width: 20px;
}

.Minutes
{
	width: 20px;
}
.FileUploadExt
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border: solid 1px #9b9b9b;
}
.FileUploadExtDisabled
{
	background-color: #F1F1F1;
}
.TextDisabled
{
	background-color: #f3f3f3;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.TextBoxExtDisabled, .NumericTextBoxDisabled, .DateBoxDisabled, .LookUpDisabled, .EmailBoxDisabled
{
	background-color: #ffffff;
	color: #333333;
	border-style: none;
}

.TextReadOnly
{
	background-color: #ffffff;
	color: #888888;
	border-style: none;
}

.TextBoxRed
{
	color: red;
	background-color: Transparent;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border: solid 0px;
}

.TextBoxCaption
{
	color: #b6db29;
	background-color: Transparent;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border: solid 0px;
}

.TextBoxBasketQuantity
{
	color: #333333;
	background-color: #FDF4E1;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	border: solid 1px #9b9b9b;
}

.TextBoxBasketOptionsQuantity
{
	background-color: #cccccc;
	color: #000000;
	border-style: none;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
}

.TextAreaDisabled
{
	background-color: #f3f3f3;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.LabelBasket
{
	background-color: Transparent;
	color: #333333;
	border-style: none;
	font-family: Arial, Sans-Serif;
	font-size: 9px;
	font-weight: bolder;
	text-align: center;
}

.ContentTable, .TableForm
{
	background-color: #f3f3f3;
	border: solid 1px #b2b6bf;
	text-align: left;
	width: 100%;
	padding: 5px;
}

.TableForm td
{
	vertical-align: top;
}

.bkgLightGray
{
	background-color: #f3f3f3;
}

.bkgMediumBlue
{
	background-color: #c9e9f7;
}

.SearchButtonLine
{
	margin-top: 10px;
	text-align: right;
	width: 100%;
}

.CRUDButtonLine
{
	margin-top: 10px;
	text-align: right;
	width: 100%;
}

.InnerContentTable, .InnerTableForm
{
	background-color: #f3f3f3;
	text-align: left;
	width: 100%;
}

.SectionHeader
{
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 4px;
	color: #0099ab;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.ValidationSummaryNextErrorsClosed
{
	display: none;
}
.ValidationSummaryNextErrorsOpen
{
	display: block;
}
/***** Begin of Grid *****/
.UserActionTipContextFieldSet
{
	border: solid 1px /*#43535b*/ #9b9b9b ;
}
.UserActionTipContextFieldSet legend
{
	color: #0F5582;
}
.UserActionNoItemsFoundMessage
{
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	font-style: italic;
}
.UserActionTipNumberCell
{
	width: 10px;
	white-space: nowrap;
}
.UserActionTipContext
{
	border: none;
	width: 100%;
	padding: 0;
}
.UserActionTipContext .DefaultContextTitle TD
{
	background-color: #009dbb ;
	color: White;
	font-weight: bold;
}
.DefaultContextSeparator
{
	line-height: 5px;
}
.UserActionTipContext
{
	/*background-color: #f3f3f3;*/
}
.UserActionTipContext TD
{
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 2px;
	text-align: left;
}
.UserActionTipContext A
{
	text-decoration: none;
	font-weight: normal;
}
.UserActionTipContext A:HOVER
{
	text-decoration: underline;
	font-weight: normal;
}
.UserActionTipContext A:VISITED
{
	text-decoration: none;
	font-weight: normal;
}
.UserActionTipHighPriority TD
{
	color: #CE2585;
}
.UserActionTipHighPriority A
{
	color: #CE2585;
}
.UserActionTipMediumPriority TD
{
	color: Green;
}
.UserActionTipMediumPriority A
{
	color: Green;
}
.UserActionTipLowPriority TD
{
	color: Gray;
}
.UserActionTipLowPriority A
{
	color: Gray;
}

.Grid
{
	border: none;
	table-layout: fixed;
}

.MainGrid
{
	border: none;
	table-layout: fixed;
}

.GridTitle
{
	color: #43535b;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.GridReadColumn
{
	width: 50px;
}

.GridEditColumn
{
	width: 30px;
}

.GridDeleteColumn
{
	width: 50px;
}

.GridEntityColumnItem a
{
	color: #0F5582;
	font-weight: bold;
	text-decoration: none;
}

.GridEntityColumnItem a:visited
{
	color: #0F5582;
	text-decoration: none;
}

.GridEntityColumnItem a:hover
{
	color: #C90062;
	text-decoration: underline;
}

.GridEntityColumnItem a:active
{
	color: #0F5582;
	text-decoration: none;
}
.AppGridDataPager
{
	background-color: #f3f3f3;
	border: 0px;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}
.AppGridDataPager TR:HOVER TD
{
	background-color: #bdbdbd;
}
.AppGridDataPager td
{
	vertical-align: middle;
}
.AppGridDataPager .PagerTable
{
	border: 0px;
}
.AppGridDataPager .PagerTable td
{
	padding-right: 5px;
	border: 0px;
}
.AppGridDataPager .PagerTableNumbers td
{
	border: solid 1px #ffffff;
	padding: 2px;
}
.AppGridDataPager .PagerTableNumbers .Disabled
{
	text-decoration: none;
	color: #666666;
}
.AppGridDataPager .TotalRegisters
{
	color: #666666;
	text-align: right;
}
.DataPagerExtDiv
{
	background-color: #F3F3F3;
	height: 18px;
	padding-left: 5px;
	padding-top: 6px;
}
.DataPagerExtDiv span span
{
	border: solid 1px #ffffff;
	color: #666666;
	padding: 2px;
}
.DataPagerExtDiv span a
{
	border: solid 1px #ffffff;
	padding: 2px;
}
.BasketByServiceOrder .PopupOtions
{
	border: #009dbb 1px solid;
}
.BasketByServiceOrder .PopupOtions td
{
	border: 0;
	border-bottom: #c1c1c1 1px solid;
	background-color: #f3f3f3;
	padding: 2px;
}
.BasketByServiceOrder .PopupOtions th
{
	background-color: #cccccc;
	color: #333333;
}

.Grid TD
{
	background-color: #f3f3f3;
	border: solid 1px #ffffff;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal; /*margin: 0;*/
	margin: 0;
	padding: 2px;
	text-align: left;	
    word-wrap: break-word;
}

.MainGrid TH A
{
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.MainGrid TH A:HOVER
{
	text-decoration: underline;
}

.MainGrid TD
{
	background-color: #f3f3f3;
	border: solid 1px #ffffff;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal; /*margin: 0;*/
	margin: 0;
	padding: 2px;
	text-align: left;
}

.Grid TD.PACKAGE
{
	background-color: #f3f3f3;
	border: solid 1px DarkGray;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal; /*margin: 0;*/
	margin: 0;
	padding: 2px;
	text-align: left;
}

.MultiRecordAttributeType table.ComplexAttributeGrid td td, .RadMultiRecordAttributeType table.ComplexAttributeGrid td td
{
	border: 0px;
}

.Grid TR.PACKAGE
{
}

.Grid TR.PACKAGE:HOVER TD.PACKAGE
{
	background-color: #f3f3f3;
}

.Grid TR.PACKAGE:HOVER TD
{
	background-color: #f3f3f3;
}

.Grid TR:HOVER TD, .RadTreeView .rtHover .rtIn
{
	background-color: #bdbdbd;
}

.ObjectToHtmlTableGrid
{
	background-color: #f3f3f3;
}

.ObjectToHtmlTableGrid TD, .ObjectToHtmlTableGrid TH
{
	min-width: 150px;
}
.ObjectToHtmlTableGrid .Label
{
	margin-right: 4px;
}

.ObjectToHtmlTableGrid .Field
{
	background-color: #ffffff;
}

.ObjectToHtmlTableGrid TH, .Grid TH, .MainGrid TH
{
	background-color: #000000;
	border: solid 1px #9b9b9b;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold; /*margin: 0;*/
	padding: 5px;
	text-align: left;
}
.Grid TH A
{
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.Grid TH A:HOVER
{
	text-decoration: underline;
}
.SubGrid TH
{
	background-color: #c9e9f7 !important;
	text-align: left;
	vertical-align: baseline;
	height: 25px;
}
.SubGrid TD
{
	background-color: #d1d1d1;
	vertical-align: baseline;
	height: 25px;
}

/*
* Used in Tax SubHeader Grid to override Grid TD style
*/
.GridPriceList
{
	border: none;
}
.GridPriceList TD
{
	background-color: #f3f3f3;
	border: solid 1px #ffffff;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal; /*margin: 0;*/
	margin: 0;
	padding: 2px;
	text-align: left;
	vertical-align:middle;
}
.GridPriceList TR:HOVER TD
{
	background-color: #bdbdbd;
}
.GridPriceList TH
{
	background-color: #000000;
	border: solid 1px #c5eafd;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold; /*margin: 0;*/
	padding: 5px;
	text-align: left;
}
.GridSubHeader
{
	background-color: #9b9b9b !important;
	font-weight: bold !important;
	vertical-align: middle !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}
.PagerNumber
{
	color: #fa1f81;
}
.PagerNumberToSelect
{
	color: Gray;
	text-decoration: none;
}
.PagerNumberToSelect:hover
{
	color: Gray;
	text-decoration: underline;
}
.PagerNumberToSelect:visited
{
	color: Gray;
}
/***** Fim de Grid *****/

/*
* Used in Child Requests
*/
.GridChildRequest
{
	border: none;
	table-layout: fixed;
	width: 99%;
}

.GridChildRequest TH
{
	background-color: #00659B;
	border: solid 1px #D9DBDC;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold; /*margin: 0;*/
	padding: 5px;
	text-align: left;
}

.GridChildRequestTD
{
	background-color: #f3f3f3;
	color: #4C4C4C;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal; /*margin: 0;*/
	margin: 0;
	padding: 2px 5px 2px 5px;
	text-align: left;
	border: solid 1px #D9DBDC;
	vertical-align: middle;
	white-space: nowrap;
}

.GridChildRequestACTElipsis
{
	background-color: #f3f3f3;
	color: #4C4C4C;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal; /*margin: 0;*/
	margin: 0;
	padding: 2px 5px 2px 5px;
	text-align: left;
	border: solid 1px #D9DBDC;
	vertical-align: middle;	
}

.TableNoBorder
{
	border: none;
	table-layout: fixed;
}

.TableNoBorder Table, .TableNoBorder TD, .TableNoBorder TD span, .GridChildRequest TD span, .GridChildRequest TD .noborder
{
	border: none;
}

.tblSingleChildRequest
{
	border: none;
	table-layout: fixed;
	background-color: #f3f3f3;
	color: #4C4C4C;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal; /*margin: 0;*/
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.tblSingleChildRequest td
{
	background-color: #f3f3f3;
	color: Red;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal; /*margin: 0;*/
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: solid 1px #D9DBDC;
	vertical-align: middle;
	white-space: nowrap;
}
/***** Fim de Grid *****/

/********************************BEGIN OF DATEPICKER*************************/
.outerTable TD
{
}
.outerTable
{
	border: 0;
	padding: 0;
	background-color: Transparent;
}

/* the div that holds the date picker calendar */
.dpDiv
{
	background-color: Transparent;
	 z-index: 999;
}

/* the table (within the div) that holds the date picker calendar */
.dpTable
{
	font-family: Arial, Sans-Serif;
	text-align: center;
	color: #505050;
	background-color: #ffffff;
	border: 1px solid #AAAAAA;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR
{
}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR
{
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR
{
}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR
{
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD
{
	border: 1px solid #ece9d8;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD
{
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover
{
	background-color: #cccccc;
	border: 1px solid #cccccc;
	cursor: pointer;
	color: black;
}

/* the table cell that holds the name of the month and the year */
.dpTitleTD
{
	text-align: center;
	width: 135px;
}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD
{
}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD
{
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD
{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: gray;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText
{
	font-size: 10px;
	color: gray;
	font-weight: bold;
	text-align: center;
	width: 120px;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight
{
	color: black;
	font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton
{
	font-family: Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	font-weight: bold;
	padding: 0px;
	border: 0;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton
{
	font-family: Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	font-weight: bold;
	border: 0;
}
/********************************BEGIN OF DATEPICKER*************************/

/********************************* BEGIN OF AUTO COMPLETE LOOKUP CUSTOM ************************************/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden
{
	display: none;
}
.ui-helper-hidden-accessible
{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after
{
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after
{
	clear: both;
}
.ui-helper-clearfix
{
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front
{
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled
{
	cursor: default !important;
}

.ui-autocomplete
{
	border: 1px solid #000000;
	list-style-type: none;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	cursor: 'pointer';
	overflow: hidden;
	z-index:1;
	min-width:100px;
	position:absolute;
}

ul.ui-autocomplete li
{
	padding: 2px 2px;
	list-style-image: none;
}

.ui-menu-item
{
	color: #000000;
	text-align: left;
}
.ui-state-focus,
.ui-menu-item:hover
{
	background-color: #DDDDDD;
	color: #000000;
	text-align: left;	
}

ul.ui-autocomplete li.ui-menu-item span.ui-item-autocomplete-i-1
{
	padding-left:5px;
	padding-right:5px;
	color:Blue;
}

/*********************************   END OF AUTO COMPLETE LOOKUP CUSTOM ************************************/


/********************************* BEGIN OF AUTO COMPLETE LOOKUP ************************************/
.AutoCompleteList
{
	border: 1px solid #000000;
	list-style-type: none;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	cursor: 'pointer';
	overflow: hidden;
	z-index:1;
}

ul.AutoCompleteList li
{
	padding: 2px 5px;
	list-style-image: none;
}

.AutoCompleteHighLightItem
{
	background-color: #DDDDDD;
	color: #000000;
	text-align: left;
}

.AutoCompleteItem
{
	color: #000000;
	text-align: left;
}

.AutoCompleteItem:hover
{
	background-color: #DDDDDD;
	color: #000000;
	text-align: left;	
}

.leftColumn
{
	float: left;
	width: 50%;
}

.rightColumn
{
	float: left;
	width: 50%;
}
.ButtonLine
{
	width: 100%;
	margin-bottom: 4px;
}
.Form
{
	background-color: #f3f3f3;
	border: solid 1px #b2b6bf;
	width: 100%;
	margin-bottom: 4px;
}
.Form tr
{
	margin: 5px;
}

.Form .Label, .Label
{
	text-align: right;
	vertical-align: middle;
}

.Form .LabelExt
{
	text-align: right;
	vertical-align: middle;
	padding: 5px;
}

.Form .Field, .Field
{
	vertical-align: middle;
	text-align: left;
}
/**/
.FormA
{
	background-color: #f3f3f3;
	border: solid 1px #b2b6bf;
	margin-bottom: 4px;
}
.FormA tr
{
	margin: 5px;
}

.FormA .Label, .Label
{
	text-align: right;
	vertical-align: middle;
}

.FormA .Field, .Field
{
	vertical-align: middle;
	text-align: left;
}
/**/
.FormWB
{
	background-color: #f3f3f3;
	border: solid 0px #b2b6bf;
	margin-bottom: 4px;
	width: 100%;
	table-layout: fixed;
}

.FormWB tr
{
	margin: 5px;
}

.FormWB .Label
{
	text-align: right;
	vertical-align: middle;
}

.FormWB .Field
{
	vertical-align: middle;
}

/**/
.FormWhite
{
	border: solid 1px #b2b6bf;
	width: 100%;
	margin-bottom: 4px;
}

.FormWhite tr
{
	margin: 5px;
}

.FormWhite .Label
{
	text-align: right;
	vertical-align: middle;
}

.FormWhite .Field
{
	vertical-align: middle;
}

.ListBox
{
	height: 200px;
	width: 250px;
}
/********************************* END OF AUTO COMPLETE LOOKUP ************************************/

/******************************BEGINNING OF TABBED BOARD**********************/
.TabbedBoard
{
}
.TabMenuLine
{
	border-bottom: solid 1px #CCCCCC;
}
.TabMiddle
{
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 10px;
}
.TabOn
{
	background-image: url(../../imgs/TabbedBoardBgOn.gif);
	background-repeat: repeat-x;
	vertical-align: baseline;
	line-height: 21px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom:1px;
}
.TabOnLeft
{
	background-image: url(../../imgs/TabbedBoardLeftOn.gif);
	background-repeat: no-repeat;
	width: 4px;
	line-height: 21px;
	text-align: right;
	margin-bottom:1px;
}
.TabOnRight
{
	background-image: url(../../imgs/TabbedBoardRightOn.gif);
	background-repeat: no-repeat;
	width: 4px;
	line-height: 21px;
	margin-bottom:1px;
}
.TabOff
{
	background-image: url(../../imgs/TabbedBoardBgOff.gif);
	background-repeat: repeat-x;
	vertical-align: baseline;
	line-height: 21px;
	border-bottom: solid 1px #CCCCCC;
	padding-left: 4px;
	padding-right: 4px;
}
.TabOffLeft
{
	background-image: url(../../imgs/TabbedBoardLeftOff.gif);
	text-align: right;
	background-repeat: no-repeat;
	width: 4px;
	line-height: 21px;
	border-bottom: solid 1px #CCCCCC;
}
.TabOffRight
{
	background-image: url(../../imgs/TabbedBoardRightOff.gif);
	background-repeat: no-repeat;
	width: 4px;
	line-height: 21px;
	border-bottom: solid 1px #CCCCCC;
}
.TabSpacer
{
	border-bottom: solid 1px #CCCCCC;
}

.spaceTop
{
	padding-top: 5px;
}

.spaceBottom
{
	padding-bottom: 5px;
}

.spaceLeft
{
	padding-left: 5px;
}

.spaceRight
{
	padding-right: 5px;
}
/******************************END OF TABBED BOARD****************************/


/******************************BEGINNING OF LINKS ****************************/

.TabLink
{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.TabLink:hover
{
	text-decoration: underline;
}
.TabLink:visited
{
	text-decoration: none;
	color: #333333;
}
.TabLinkDisabled
{
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

.Ellipsis, .Ellipsis span, .Ellipsis table td span, .Ellipsis div span, .EllipsisSpan
{
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	float: left;
	overflow: hidden;
	max-width: 97%;
	width: 100%;
}

.EllipsisSpanRight
{
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	float: right;
	overflow: hidden;
	max-width: 97%;
	width: 100%;
	text-align: right;
}
/******************************END OF TOP LINKS STYLES****************************/

/*** START CCPD ***/
.banner
{
	background-color: #009dbb;
	border: solid 1px #c5eafd;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold; /*margin: 0;*/
	padding: 5px;
	text-align: center;
}

.overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	background-image: url(imgs/transparent.png);
}

.overlay div
{
	background-color: #fff;
	border: 1px solid #000;
	padding: 15px;
	text-align: center;
}

.LoyaltyBreakingOverlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 998;
	background-image: url(imgs/transparent.png);
}

.LoyaltyBreakingOverlayInner
{
	background-color: #95bcf2;
	border: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.budgetAutorizacion
{
	width: 250px;
}

.pricingAutorizacion
{
	width: 250px;
}

/*** END CCPD ***/

/**************************** DialogBox ************************/
.DialogBox
{
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 997;
	background-color: #ABABAB;
	text-align: center;
	vertical-align: middle;
	display: none;
	overflow: auto;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.DialogBoxDisplay
{
	display: block;
}
.DialogBoxContent
{
	position:fixed;
	left: 30%;
	top: 30%;
	z-index: 998;
	padding: 30px;
	background-color: White;
	text-align: center;
	vertical-align: middle;
	display: none;
	border: solid 1px red;
	max-height: 400px;
    overflow-y: auto;
}
.DialogBoxContentDisplay
{
	display: block;
}
/***********************
 *** Workflow Editor ***
 ***********************/
.wfImage
{
	cursor: pointer;
	overflow: scroll;
}

.toolboxTitle
{
	font-weight: bold;
	background-color: #077EBB;
	color: White;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}

.toolboxItem
{
	width: 100%;
	background-color: #eeeeee;
	color: Black;
	cursor: move;
	vertical-align: middle;
	height: 20px;
}

.propsTitle
{
	font-weight: bold;
	background-color: #077EBB;
	color: White;
	width: 100%;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}

.propsItem
{
	width: 100%;
	background-color: #eeeeee;
	color: Black;
	vertical-align: middle;
}

.propsHelp
{
	color: #999999;
	width: 100%;
	background-color: #efefef;
}
/******************************
 *** END OF Workflow Editor ***
 ******************************/

.Warning
{
	color: Red;
	padding: 2px;
}

BasketItem
{
	color: #0F5582;
	font-weight: bold;
	text-decoration: none;
}

BasketItem:visited
{
	color: #0F5582;
	text-decoration: underline;
}

BasketItem:hover
{
	color: #0F5582;
	text-decoration: underline;
}

BasketItem:active
{
	color: #0F5582;
	text-decoration: underline;
}

.BasketItemSelected
{
	font: bold;
	text-decoration: none;
	color: #CE2585;
}
BasketItem:visited
{
	color: #CE2585;
	text-decoration: underline;
}

BasketItem:hover
{
	color: #CE2585;
	text-decoration: underline;
}

BasketItem:active
{
	color: #43535b;
	text-decoration: underline;
}
.ImgSpacer
{
	padding: 3px;
}
.RuleEditor
{
	padding: 10px;
}

.RuleEditor a
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

.RuleEditor a:hover
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: black;
}

.RuleEditor a:visited
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.RuleEditor .OperatorBetweenRules
{
	color: #43535b;
	font-weight: bold;
}
.RuleEditor .Operator
{
	color: black;
}
.RuleEditor .Brackets
{
	color: black;
}
.RuleEditor .Object
{
	color: #0F5582;
}
.RuleEditor .Point
{
	color: black;
}
.RuleEditor .Property
{
	color: #C90062;
}
.RuleEditor .Value
{
	color: Maroon;
}

/************************************
 **** USER CONTROL - PRICES BEGIN****
 ***********************************/
.PricesTable
{
	table-layout: auto;
}
.PricesTable TD
{
	padding: 3px;
	vertical-align: middle;
	text-align: left;
	font-size: 9px;
}
.PricesTableHeader TD
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	padding: 3px;
}
.PricesTableLine1 TD
{
	background-color: #d1d1d1;
}
.PricesTableLine2 TD
{
	background-color: #f3f3f3;
	font-weight: normal;
	color: Green;
	font-style: italic;
}

.PricesTableLineUpdateValues TD
{
	background-color: #f3f3f3;
	font-weight: normal;
	font-style: italic;
}

.PricesTableLineUpdateValuesGreenText
{
	color: Green;
}

.PricesTableLine3 TD
{
	background-color: #bdbdbd;
	padding: 3px;
}
.PricesTableLine5 TD
{
	background-color: #d1d1d1;
	padding: 3px;
}
.PricesTableLine4 TD
{
}
.PricesTableLine10 TD
{
	font-weight: bolder;
	background-color: #b1b1b1;
	color: Black;
	padding: 3px;
	font-size: larger;
}
.PricesTableLine20 TD
{
	background-color: #b1b1b1;
}
.PricesTableLineStrikedOut TD
{
	background-color: #f3f3f3;
	text-decoration: line-through;
	font-weight: normal;
	color: #999999;
}
.PricesTableLineInProduction TD
{
	background-color: #f3f3f3;
	color: Black;
	font-weight: normal;
	background-color: #f3f3f3;
}
.PricesHeaderTable
{
	table-layout: fixed;
}
.PricesHeaderTable TD
{
	vertical-align: middle;
	text-align: left;
	font-size: 9px;
}
.PricesTable UL
{
	list-style-type: square;
	margin-bottom: 0px;
	margin-top: 0px;
}
.PricesTable LI
{
	list-style-type: square;
}
.PricesTableLine6 TD
{
	background-color: #bdbdbd;
}
.PricesTableLine7 TD
{
	background-color: #f3f3f3;
}

.linkButton
{
	text-decoration: none;
	font-weight: bold;
}
.linkButton:hover
{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

.linkButton0
{
	color: #009DBB;
	text-decoration: none;
	font-weight: bold;
}
.linkButton0:hover
{
	text-decoration: underline;
	color: #2C2C2C;
	font-weight: bold;
}

.linkButton1
{
	color: #eaeaea;
	text-decoration: none;
	font-weight: bold;
}
.linkButton1:hover
{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

.linkButton2
{
	text-decoration: none;
	font-weight: bold;
}
.linkButton2:hover
{
	text-decoration: underline;
	font-weight: bold;
}

.linkButton3
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.linkButton3:hover
{
	text-decoration: underline;
	color: gray;
	font-weight: bold;
}

.linePricesCtrlVisible
{
	display: table-row;
}

.linePricesCtrlNotVisible
{
	display: none;
}

/**********************************
 **** USER CONTROL - PRICES END****
 *********************************/

.ListBoxExt
{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	border: solid 1px #9b9b9b;
	overflow: auto;
}
.ListBoxExtDisabled
{
	background-color: #f3f3f3;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	overflow: auto;
}

/**************************** Portfolio Screen **************************/

.PortfolioTb
{
	border-color: #009dbb;
	border: 1px;
	width: 100%;
}

.PortfolioTd
{
	background-color: #009dbb;
	height: 20px;
	text-align: center;
}

.PortfolioOnlineTd
{
	background-color: #b6db29;
	height: 20px;
	text-align: center;
}

.PortfolioOfflineTd
{
	background-color: #CC0000;
	height: 20px;
	text-align: center;
}

.PortfolioShuttingdownTd
{
	background-color: #E7B012;
	height: 20px;
	text-align: center;
}

.PortfolioGlobalStateTd
{
	background-color: #4C4C4E;
	height: 20px;
	text-align: center;
}

.PortfolioDiv
{
	border: 1px solid gray;
}

.PortfolioDivNoBorder
{
	border: 0px solid gray;
}

.PortfolioGrayTd
{
	background-color: #F2F2F2;
	height: 20px;
	text-align: center;
}

.PortfolioGrayTdText
{
	font-size: small;
	font-weight: bold;
}

.Green
{
	color: #b6db29;
}

.Red
{
	color: #CC0000;
}

.Orange
{
	color: #E7B012;
}

.DarkGray
{
	color: #4C4C4E;
}

.DayTip
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #eeeeee;
	border: 1px solid #9b9b9b;
	width: 350px;
	margin: 20px;
}
.DayTipHeader
{
	background-color: #000000;
	background-image: url(imgs/lamp.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: white;
	padding: 6px;
	padding-left: 29px;
}
.DayTipHeaderTip_dica
{
	background-color: #000000;
	background-image: url(imgs/daytip_dica.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: white;
	padding: 6px;
	padding-left: 29px;
}
.DayTipHeaderTip_Noticia
{
	background-color: #000000;
	background-image: url(imgs/daytip_noticia.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: white;
	padding: 6px;
	padding-left: 29px;
}
.DayTipBody
{
	color: black;
	font-size: 12px;
	padding: 10px;
}
.DayTipNumber
{
	color: black;
	font-size: 12px;
	padding: 10px;
}

.DivProjectVerticalBar
{
	background-repeat: repeat-x;
	width: 4px;
	height: 400px;
	display: inline;
	float: left;
	background-color: #bdbdbd;
}

/**************************** Basket **************************/
.BasketByServiceOrderContainer
{
	border: none;
	table-layout: fixed;
}
.BasketByServiceOrderContainer TH
{
	background-color: #009dbb;
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold; /*margin: 0;*/
	padding: 5px;
	text-align: left;
}

.BasketByServiceOrder
{
	border: none;
	table-layout: fixed;
}
.BasketByServiceOrder TD
{
	background-color: #f3f3f3;
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal; /*margin: 0;*/
	margin: 0;
	padding: 2px;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: middle;
}
.BasketByServiceOrder TH A
{
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.BasketByServiceOrder A
{
	text-decoration: none;
}
.BasketByServiceOrder .Selected
{
	color: #C90062;
}
/**************************** Tooltip **************************/
.ToolTipBox
{
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	padding: 3px;
	background-color: #f5f5f5;
}
.ToolTipArrow
{
	background-image: url(imgs/arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 22px;
	width: 240px;
}
.ToolTip
{
	width: 240px;
	z-index: 885;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ToolTipContent
{
}
.SITEMessage
{
	padding-top: 2px;
	padding-bottom: 2px;
}
.SITEMessage .SITEMessageOwner
{
	color: #666666;
	font-weight: bold;
}
.SITEMessage .SITEMessageText
{
	color: #C90062;
	font-weight: normal;
	font-style: italic;
}


.SITEMessageMV
{
	padding-top: 2px;
	padding-bottom: 2px;
}
.SITEMessageReferenceMV
{
	color: #0086c5;
	font-weight: bold;	
}
.SITEMessageMV .SITEMessageOwnerMV
{
	color: #666666;
	font-weight: bold;
}
.SITEMessageMV .SITEMessageTextMV
{
	color: #C90062;
	font-weight: normal;
	font-style: italic;
}
.popupOptionsTableHolder TD
{
	border: 0;
	padding: 0;
	background-color: Transparent;
}
.popupOptionsTableHolder
{
	border: 0;
	padding: 0;
	background-color: Transparent;
}

.EnterAdministrativeModeBox
{
	border: dotted 1px red;
	width: 100px;
	height: 50px;
	background-color: #FFE6E6;
	text-align: center;
	color: Red;
	padding: 5px;
}

.EnterAdministrativeModeBox .Button
{
	background-color: red;
}

.AdminModeTop
{
	width: 300px;
	height: 25px;
	position: fixed;
	background-color: red;
	right: 0;
	top: 0;
}

.UseProvisionSimulator
{
	width: 260px;
	height: 23px;
	position: absolute;
	background-color: orange;
	background-repeat: no-repeat;
    background-position:right top;
    /*background-image: url('../../Imgs/more_up.png');*/
	left:440px;
	top: -26px;
	z-index:5;
    text-align:left;
    color:Black;
    border: solid 1px #a8a5a8;
    box-shadow: 10px 10px 10px 0px rgba(74,73,71,0.40);
    cursor: pointer;    
}
.send-down-info-expand-button
{    
    position: absolute;
    left:438px;
    top: -90px;
    width: 260px;
    height: 23px;    
    background-image: url('../../Imgs/more_down.png');
    background-repeat: no-repeat;
    background-position:right top;
    background-color:Transparent;
    /*border: solid 1px #a8a5a8;
    border-top: solid 1px gray;*/
    cursor: pointer;
    z-index:5;
    /*background-color: orange;
    box-shadow: 10px 10px 10px 0px rgba(74,73,71,0.40);*/
}
.send-down-info-collapse-button
{
    position: absolute;
    left:450px;
    top: -26px;
    width: 15px;
    height: 15px;
    background-color: orange;
    background-image: url('../../Imgs/more_up.png');
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px grey;
    cursor: pointer;
    z-index:5;
    box-shadow: 10px 10px 10px 0px rgba(74,73,71,0.40);
}
    
.wibiyaToolbar
{
	border-bottom: medium none;
	text-align: right;
	border-left: medium none;
	padding-bottom: 0px;
	background-color: transparent;
	margin: 0px;
	padding-left: 0px;
	padding-right: 100px;
	border-collapse: separate;
	direction: ltr;
	border-top: medium none;
	border-right: medium none;
	padding-top: 0px;
	z-index: 888;
	position: fixed !important;
	line-height: 14px;
	width: 99%;
	bottom: 0px;
	height: 25px;
	left: 0px;
}

.AdminControlPanel
{
	border: dotted 1px red;
	width: 450px;
	margin-top: 10px;
	color: Red;
	padding: 15px;
	position: relative;
	background-color: #FFE6E6;
}
.AdminControlPanel td
{
	vertical-align: middle;
}

.RequiredTable
{
	border: dotted 1px orange;
	width: 100%;
	margin-top: 10px;
	color: Red;
	padding: 15px;
	position: relative;
	background-color: #FDF4E1;
}

.RequiredTable td
{
	vertical-align: middle;
}


.RequiredTable td span
{
	font-size: 11px;
	font-weight: bold;
}

.RequiredTable td span .Red
{
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

.RequiredTable td label
{
	font-size: 11px;
	font-weight: bold;
}

.AdminControlPanelButton
{
	background-color: red;
	color: White;
	height: 20px;
	border: outset 2px #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	min-width: 100px;
}
.ExtraAdminField
{
	background-color: #FFE6E6;
	border: dotted 1px red;
}
.InternalAdminButton
{
	background-color: Maroon;
	color: White;
	height: 20px;
	border: outset 2px #ffffff;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	min-width: 100px;
}

.AdminPricesHeader
{
	background-color: #000000;
	color: White;
}

.AdminPricesAlternateItem
{
	background-color: Gray;
}

.AdminLog
{
	background-color: #f3f3f3;
	border: solid 1px #b2b6bf;
	width: 100%;
	margin-bottom: 4px;
}

.AdminLog tr
{
	margin: 5px;
}

.AdminLog .Header
{
	background-color: #009dbb;
	color: White;
}

.UnlockInstanceBox
{
	height: 40px;
	border: dotted 1px red;
	background-color: #FFE6E6;
	text-align: center;
	vertical-align: middle;
	color: Red;
	padding: 5px;
}

.UnlockInstanceBox .Button
{
	background-color: red;
}

/*** PRODUCT CONFIG FILTER ***/

.LabelExt:hover
{
	text-decoration: underline;
}
.ToolTipListExt
{
	padding: 1px;
	border: 1px solid #000000;
	margin: 5px;
	z-index: 25;
	position: absolute;
	background: #FFFFFF;
	display: none;
}

.ToolTipListExt .LabelExt
{
	color: #1D3AAD;
	font-weight: bold;
	text-align: right;
}

.ToolTipListExt .FieldExt
{
	vertical-align: top;
}

.ToolTipListExt .FieldExtList
{
	vertical-align: top;
}
.ConfigDetail
{
	padding: 1px;
	border: 1px solid #000000;
	margin: 5px;
	z-index: 25;
	position: absolute;
	background: #F3F3F3;
	display: none;
}

.ConfigDetail td
{
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 10px;
	vertical-align: top;
}

.ConfigDetail .LabelExt
{
	color: #1D3AAD;
	font-weight: bold;
	text-align: right;
}

.ConfigDetail .FieldExt
{
	vertical-align: top;
}

.ConfigDetail .FieldExtList
{
	vertical-align: top;
}

.ConfigDetail .FieldExtList table
{
    border-collapse:collapse;
}

/* */
.rtPlus, 
.rtMinus
{
	background-image: url('./imgs/PlusMinus.png');
}

.rtChecked,
.rtUnchecked,
.rtIndeterminate
{
	background-image: url('./imgs/TriState.png');
}

/* Criação de pedidos de pacote/solução (Usabilidade Fase 4) */

    .create-solution-table
    {
        width: 100%;
    }
    
    .create-solution-table td
    {
        vertical-align: middle;
    }

    .create-solution-state-top{
        /*width: 7px;
        height: 100%;			
        background-color: green;
        float: right;*/
        position: absolute;
        width: 7px;
        top: 5px;
        bottom: 0px;
        right: 3px;
    }
    
    .create-solution-state-bottom{
        /*width: 7px;
        height: 100%;
        background-color: green;
        float: right;*/
        position: absolute;
        width: 7px;
        top: 0px;
        bottom: 5px;
        right: 3px;
    }

    .create-solution-state-full{
        /*width: 7px;
        height: 100%;
        background-color: green;
        float: right;*/
        position: absolute;
        width: 7px;
        top: 0px;
        bottom: 0px;
        right: 3px;
    }

    .create-solution-state
    {
        float: right;
        width: 7px;
        height: 20px;
        background-color: green;
        float: right;
    }
    
    .create-solution-state-small
    {
        float: left;
        width: 7px;
        height: 25px;
        background-color: green;
        float: right;
    }

    .create-solution-collapsed
    {
        float: left;
        width: 20px;
        height: 20px;
        background-image: url('../../Imgs/solution_option_element_collapsed.png');
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    
    .create-solution-expanded
    {
        float: left;
        width: 20px;
        height: 20px;
        background-image: url('../../Imgs/solution_option_element_expanded.png');
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .create-solution-new-line{
        float: left;
    }

    .create-solution-new-line-value{
        float: left;
    }

    .create-solution-boxed-short{
        border: 1px solid black;
        padding-left: 15px;
        padding-right: 15px;
        height: 20px;
    }        

    .create-solution-boxed{
        border: 1px solid black;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 30px;
        overflow: hidden;
    }
    
    .create-solution-boxed-title{
        border: 1px solid black;
        padding: 5px;
        background-color: lightgray;
    }

    .create-solution-attribute-boxed-short{
        padding-left: 15px;
        padding-right: 15px;
        /*height: 15px;*/
    }

    .create-solution-inner-box
    {
        display: table;
        width: 100%;
        /*height: 100%;*/
        min-height: 30px;
    }
    
    .create-solution-inner-box-attributes
    {
        display: table;
        width: 100%;
        height: 100%;
    }
    
    .create-solution-inner-box-attributes-element-conditionated-icon
    {
        background-image: url('../../Imgs/info.png');
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    .create-solution-inner-box-attributes-element-conditionated
    {
        width: 100%;
    }
    
    .create-solution-inner-box-attributes-element-conditionated, 
    .create-solution-inner-box-attributes-element-conditionated-icon
    {
        display: inline-table;
    }
    
    .create-solution-inner-inner-box
    {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }
    
    .create-solution-inner-inner-box-left-aligned
    {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .create-solution-remove-line
    {
        width: 20px;
        height:20px;
        background-image: url('../../Imgs/solution_option_element_remove.png');
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
    }

    .create-solution-section
    {
        padding-bottom: 6px;
        padding-top: 6px;
        padding-left: 5px;
        background-color: lightgray;
    }

    .create-solution-remove-portfolio-instance
    {
        width: 15px;
        height:15px;
        background-image: url('../../Imgs/solution_option_element_remove_portfolio_instance.png');
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        cursor: pointer;
    }
    .create-solution-calculate    
    {
        width: 15px;
        height:15px;
        float:right;
    }

    .create-solution-request-header-table
    {
        width: 100%;
        height: 20px;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        margin-bottom: 10px;
    }
    
    .create-solution-request-header-table td
    {
        width: 50%;
        vertical-align: middle;
    }

    .create-solution-add-to-basket-icon
    {
        background-image: url('../../Imgs/basket_s.png');
        width: 36px;
        height: 26px;
    }

    /* Cells */
    .create-solution-cell-left{
        border-left: 1px solid black;
    }
    .create-solution-cell-right{
        border-right: 1px solid black;
    }
    .create-solution-cell-top{
        border-top: 1px solid black;
        padding-top: 5px;
    }
    .create-solution-cell-bottom{
        border-bottom: 1px solid black;
        padding-bottom: 5px;
    }
    .create-solution-cell-state-top{
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 6px;
        padding-bottom: 0px;
        /*height: 57px;*/
        position: relative;
    }
    .create-solution-cell-state-bottom{
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 6px;
        padding-top: 0px;
        /*height: 23px;*/
        position: relative;
    }
    .create-solution-cell-state{
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 6px;
        padding-top: 0px;
        height: 20px;
        position: relative;
    }    
    .create-solution-cell-state-small{
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 6px;
        padding-top: 0px;
        height: 27px;
        position: relative;
    }
    .create-solution-cell-state-micro{
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 6px;
        padding-top: 0px;
        height: 18px;
        position: relative;
    }
    
    /* State types */
    .create-solution-state-type-disabled
    {
        background-color: #aaaaaa;
    }
    .create-solution-state-type-ok
    {
        background-color: #008800;
    }            
    .create-solution-state-type-partiallyok
    {
        background-color: #dddd00;
    }            
    .create-solution-state-type-notok
    {
        background-color: #dd0000;
    }

    .create-solution-product-lookup
    {
        width: 170px;
    }

/* Criação de pedidos de alteração de pacote/solução (Usabilidade Fase 4) */

    .change-solution-request-header-row
    {
        border: 1px solid black;
        background-color: lightgray;
        width: 100%;
    }            
    
    .change-solution-collapse-request
    {
        width: 20px;
        height: 20px;
        background-image: url('../../Imgs/solution_option_element_expanded.png');
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .change-solution-expand-request
    {
        width: 20px;
        height: 20px;                
        background-image: url('../../Imgs/solution_option_element_collapsed.png');
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .change-request-cell-section-padding
    {
        width: 10px;
    }
    
    .change-request-cell-section-expand
    {
        background-color: lightgray;
        border-left: 1px solid black;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        width: 25px;
    }
    
    .change-request-cell-section-text
    {
        background-color: lightgray;
        border-right: 1px solid black;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        vertical-align: middle;
    }
    
    .change-request-cell-element-padding
    {
        width: 20px;
    }
    
    .change-request-cell-element-state
    {
        padding-left: 10px;
        padding-right: 6px;
        position: relative;
    }
    
    .change-solution-cell-substitution-text,
    .change-solution-cell-substitution-text-closed            
    {
        padding-left: 10px;
        border-left: 1px solid black;
        vertical-align: middle;
    }
    
    .change-solution-cell-substitution-text-closed
    {
        border-bottom: 1px solid black;
    }
    
    .change-solution-cell-substitution-middle,
    .change-solution-cell-substitution-middle-closed
    {                
    }
    
    .change-solution-cell-substitution-middle-closed
    {
        border-bottom: 1px solid black;
    }
    
    .change-solution-cell-substitution-last,
    .change-solution-cell-substitution-last-closed
    {
        border-right: 1px solid black;
    }
    
    .change-solution-cell-substitution-last-closed
    {
        border-bottom: 1px solid black;
    }
    
    .change-request-cell-element-state-div
    {      
        width: 7px;                
        float: left;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 3px;
    }
    
    .change-solution-state-type-disabled
    {
        background-color: #aaaaaa;
    }
    .change-solution-state-type-ok
    {
        background-color: #008800;
    }            
    .change-solution-state-type-partiallyok
    {
        background-color: #dddd00;
    }            
    .change-solution-state-type-notok
    {
        background-color: #dd0000;
    }
    
    .change-request-cell-element-check, .change-request-cell-element-check-single,
    .change-request-cell-element-optional, .change-request-cell-element-optional-single,
    .change-request-cell-element-required, .change-request-cell-element-required-single
    {
        border-top: 1px solid black;
        vertical-align: middle;
    }
    
    .change-request-cell-element-check, .change-request-cell-element-check-single
    {
        border-left: 1px solid black;
    }
    
    .change-request-cell-element-catalogitem, .change-request-cell-element-catalogitem-single
    {
        border-top: 1px solid black;
        vertical-align: middle;
    }
    
    .change-request-cell-element-selection, .change-request-cell-element-selection-single
    {
        border-top: 1px solid black;
        vertical-align: middle;
    }
    
    .change-request-cell-element-expansion, .change-request-cell-element-expansion-single
    {
        border-top: 1px solid black;
        vertical-align: middle;
    }
                            
    .change-request-cell-element-last, .change-request-cell-element-last-single
    {
        border-right: 1px solid black;
        border-top: 1px solid black;
    }
    
    .change-request-cell-ongoing-order, .create-solution-cell-automanaged
    {
        background-color: #dddddd;
    }
                
    .change-request-cell-element-check-single, .change-request-cell-element-optional-single, .change-request-cell-element-required-single,
    .change-request-cell-element-selection-single, .change-request-cell-element-expansion-single,
    .change-request-cell-element-last-single, .change-request-cell-element-catalogitem-single
    {
        border-bottom: 1px solid black;
    }
    
    .change-request-cell-element-required-single, .change-request-cell-element-required
    {
        background-image: url('../../Imgs/obrigt2.png');
        background-repeat: no-repeat;
        background-position: 0 2px;
        width: 16px;
        height: 16px;
    }
    
    .change-request-cell-element-warning
    {
        background-image: url('../../Imgs/b_warning.png');
        background-repeat: no-repeat;
        background-position: 0 2px;
        width: 16px;
        height: 16px;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
    }
    
    .change-request-cell-element-replacement-instance
    {
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
    }
    
    .change-solution-row-break-cell
    {
        height: 10px;
    }
    
    .change-request-cell-element-break
    {
        height: 5px;
    }
    
    .change-solution-request-cell
    {
         vertical-align: middle;
    }
    
    .change-solution-expand-request-cell
    {
        width: 25px;
        vertical-align: middle;
    }
    
    .change-solution-label-request
    {
        border: 1px solid darkgray;
        width: 300px;
        display: block;
        padding: 2px;
        margin-left: 5px;
    }
    
    .change-solution-ddl-request
    {
        width: 300px;
        margin-left: 5px;
    }
    
    .change-request-cell-element-check-single.highlighted,
    .change-request-cell-element-optional-single.highlighted,
    .change-request-cell-element-required-single.highlighted,
    .change-request-cell-element-optional.highlighted,
    .change-request-cell-element-required.highlighted,
    .change-request-cell-element-catalogitem-single.highlighted,
    .change-request-cell-element-selection-single.highlighted,
    .change-request-cell-element-expansion-single.highlighted,
    .change-request-cell-element-last-single.highlighted,
    .change-request-cell-element-check.highlighted,
    .change-request-cell-element-catalogitem.highlighted,
    .change-request-cell-element-selection.highlighted,
    .change-request-cell-element-expansion.highlighted,
    .change-request-cell-element-last.highlighted,
    .change-solution-cell-substitution-text.highlighted,
    .change-solution-cell-substitution-middle.highlighted,
    .change-solution-cell-substitution-last.highlighted,
    .change-solution-cell-substitution-text-closed.highlighted,
    .change-solution-cell-substitution-middle-closed.highlighted,
    .change-solution-cell-substitution-last-closed.highlighted
    {
        background-color: gold;
    }


    
    /*
        Backlog 110021678 PN Secundarios Iguais
        Seleção de linha de part number secundário em Order Entry
    */
    .secondary-part-num-selected-row-oe
    {
        background-color: #95BCF2;
    } 
    
    /*
        Backlog 110021678 PN Secundarios Iguais
        Formatação da Grid "Instâncias de Componente"
    */
    .GridAggregator
    {
        border: none;
        table-layout: fixed;
    }
    .GridAggregator TD
    {
        background-color: #f3f3f3;
        border: solid 1px #ffffff;
        color: #333333;
        font-family: Arial, Sans-Serif;
        font-size: 10px;
        font-weight: normal; /*margin: 0;*/
        margin: 0;
        padding: 2px;
        text-align: left;
    }
    .GridAggregator TH
    {
        background-color: #000000;
        border: solid 1px #9b9b9b;
        color: #ffffff;
        font-family: Arial, Sans-Serif;
        font-size: 10px;
        font-weight: bold;
        padding: 5px;
        text-align: left;
    }
    .GridAggregator TH A
    {
        color: #0F5582;
        font-weight: bold;
        text-decoration: underline;
    }
    .GridAggregator TH A:HOVER
    {
        color: #69BEE3;
        text-decoration: underline;
    }           
    .GridHeaderAggregator TH
    {
        background-color: #f3f3f3;
        border: solid 1px #ffffff;
        color: #333333;
        font-family: Arial, Sans-Serif;
        font-size: 10px;
        font-weight: normal;
        margin: 0;
        padding: 2px;
        text-align: left;
        /*word-wrap: break-word;*/
    }
    .GridHeaderAggregator TR:HOVER TH
    {
        background-color: #d1d1d1;
    }
    .GridHeaderAggregator TH A
    {
        color: #0F5582;
        font-weight: bold;
        text-decoration: underline;
    }
    .GridHeaderAggregator TH A:HOVER
    {
        color: #69BEE3;
        text-decoration: underline;
    }
    .GridHeaderAggregator TD
    {
        /*word-wrap: break-word;*/
    }
    .GridHeaderAggregator TR:HOVER TD
    {
        background-color: #d1d1d1;
    }
    GridHeaderAggregator TD A
    {
        color: #0F5582;
        font-weight: bold;
        text-decoration: underline;
    }
    .GridHeaderAggregator TD A:HOVER
    {
        color: #69BEE3;
        text-decoration: underline;
    }
    
.ColorBlue
{
	color: #19B5EC;
}

.RadTreeView .rtChecked {
    background-position: 0 39px !important;
}
.RadTreeView .rtUnchecked {
    background-position: 0 26px !important;
} 
.RadTreeView .rtIndeterminate {
    background-position: 0 13px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-style:italic;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style:italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-style:italic;
}

.RemoteAccessLinkContainer
{
	margin: 3px;
    display: block;
}

a.DisabledRemoteAccessLink 
{
	text-decoration:none;
	color:gray;
	cursor:default;
}

.CodeMirror 
{
	font-family: consolas !important;
	font-size: 12px !important;
	border: solid 1px #9b9b9b !important;
	position:absolute !important;
}

.CodeMirrorWrapper 
{
	position:relative;
	margin-right:5px;
	margin-bottom:5px;
}

.CodeMirror-hints 
{
  font-family: consolas !important;
  font-size : 12px !important;
}

.cm-s-default .cm-tag 
{
	color: rgba(163, 21, 21, 1) !important;
}

.cm-s-default .cm-string 
{
    color: rgba(0, 0, 255, 1) !important;
}

.cm-s-default .cm-attribute 
{
    color: rgba(255, 0, 0, 1) !important;
}


/*** DivTable Consult Messages ***/
.a-infoService-button
{
	cursor: pointer; 
	text-decoration: unset;	
}
.a-infoService-button:hover
{
	text-decoration: unset;	
	color:#0f5582;
}
.div-infoService-table {
        border: solid 1px ;
    	background: white;
    	position: absolute;
    	display: none;    	
    	width: auto;
    	height:130;
    	z-index: 301; 
}
 
.infoService-table {
  font-family: Arial, sans-serif;
  border-collapse: collapse;
  width: 100%;  
}

.infoService-table td, .infoService-table th {
  border: 1px solid #eee;
  padding: 2px;
  font-family : Arial, Sans-Serif;
  font-size   : 9px; 
  text-align: center;
}

.infoService-table th {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #0f5582;
  color: white;
  
  
}

/***/
.overlay-back-div
{
z-index: 2300;
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: #ABABAB;
background-color: rgba(171, 171, 171, 0.7);
filter: alpha(opacity=70);
}

	
	
	/***/
 .overlay-back-div
 {	
    	z-index: 2300;
    	display: none;
    	position: fixed;
    	width: 100%;
    	height: 100%;
    	top: 0px;
    	left: 0px;
    	background-color: #ABABAB;
    	background-color: rgba(171, 171, 171, 0.7);
    	filter: alpha(opacity=70);
 }