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

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

/* \--Inserted in the upgrade to 8.0.0.0--/ */
/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

body,
select,
textarea,
input,
td,
th {
    text-align: left;
    font-weight: normal;
    font-family: Calibri, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2px;
}

body {
    margin: 0px;
}

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

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

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

input, textarea {
    padding: 0px;
}

input[disabled='disabled'] {
    background: ButtonFace;
    cursor: text;
}


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: separate;
    empty-cells: show;
}

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

a:hover {
    color: #CC3300;
}

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

img {
    vertical-align: text-bottom;
    border-width: 0px;
}

/*-----------------------------------------------------------------*/
/*----------------- 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: 3px 6px;*/
}

.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-bottom: 5px solid transparent;
    color: #444444;
    vertical-align: top;
}

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

.EditRecord_OperatorData_Caption {
    color: #444444;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;
}

.EditRecord_OperatorData_Value {
    border-bottom: solid transparent;
    color: #444444;
    vertical-align: top;
}

.ShowRecord {
}

.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 transparent;
    padding: 5px;
    color: #444444;
    font-weight: normal;
    vertical-align: top;  
}

.ShowRecord_ValuePrint {
    border-left: 3px solid transparent;
    padding: 5px;
    color: #444444;
    font-weight: normal;
    vertical-align: top;  
    font-size:24px;
    white-space: nowrap;
}

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

.TableRecords {
}

.TableRecords_Header {
    color:#EAEAEA;
    font-weight: normal;
    background: #004730;
    white-space: nowrap;
    line-height: 16px;
    padding: 4px 6px 4px 6px;
    border-right: 1px solid white;
    font-size: 14px;
}



.TableRecords_Header a,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
    color: white;
}

.TableRecords_HeaderWrap {
    color:#EAEAEA;
    font-weight: normal;
    background: #004730;
    line-height: 16px;
    padding: 4px 6px 4px 6px;
    border-right: 1px solid white;
    font-size: 14px;
}

.TableRecords_HeaderWrap a,
.TableRecords_HeaderWrap a:link,
.TableRecords_HeaderWrap a:visited {
    color: white;
}

.TableRecords>tbody>tr:hover {
 background-color: #F0F0F0;
}

.TableRecords_OddLine, 
.TableRecords_EvenLine {
    line-height: 16px;
    margin: 1px 1px 1px 1px;
    padding: 1px 6px 1px 6px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #efefef;
    vertical-align: top;
}

.TableRecords_OddLineWrap, 
.TableRecords_EvenLineWrap {
    line-height: 16px;
    margin: 1px 1px 1px 1px;
    padding: 1px 6px 1px 6px;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #efefef;
    vertical-align: top;
}

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

.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;
}

input.Mandatory {
}

select.Mandatory {
}

textarea.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.MandatoryCaption {
}

td.MandatoryValue {
}

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;
}

table.Empty {
}

/*-----------------------------------------------------------------*/
/*----------------- 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.                              */ 
/*-------------------------------------------------------*/

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

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

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

.Heading4 {
    color: #69aa08;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;    
}

.Heading5 {
    color: #004730;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #004730;
}

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

.Text_Info {
    font-size: 12px;
}

.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_Bold_Box { 
    text-align: justify;
    font-size: 11px;
    font-weight: bold;
}

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

body {
    background-color:#FFF;
    font-size:14px;
}
input {
    
}

.Header {
    /* height:100px; */
    background-color:white;
}

.HeaderMenu {
    /* height:100px; */
    background-color:#004730;
}

.HeaderUserInfo {
    padding-top: 3px;
    background-color:#004730;
    color:white;
    font-size:14px;
    height:21px;
    vertical-align:middle;
    width: 100%;
}

.HeaderNews {
    background-color: #69aa08;
    color: white;
    font-size: 14px;
    height: 21px;
    vertical-align:middle;
    width: 100%;
    padding-top: 3px;
}

.SGPUButton {
    text-align: center;
    margin-right: 5px;
    font-size: 11px;
    color: #EAE58F;
    font-weight: bold;
    background-color: #004730;
    padding: 2px;
}

.SGPUButton[disabled='disabled'] {
    padding: 1px 12px 2px 10px;
    color: ButtonShadow;
    cursor: text;
    background-color: #004730;
}

.DivPopupMain{
    padding: 20px;
    margin: 20px;
}

.DivForms {
    background-color:#F3F3F3;
    border: 2px solid #004730;
    margin-bottom: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
}

.DivNews {
    border: 2px solid #69aa08;
    padding: 10px;
}

.DivFormsHeader {
    padding-top: 3px;
    background-color:#004730;
    color:white;
    font-size:14px;
    height:21px;
    vertical-align:middle;
    width: 250px;
}

.EditRecordForms_SubTitle {
    height:40px;
    text-align: left;
    vertical-align: middle;
    color: #004730;
    font-weight: bold;
}

.EditRecordForms_Caption {
    /*border-top: 1px solid #BBE3CA;*/
    border-bottom: 1px solid #BBE3CA;
    color: #004730;
    font-size: 11px;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    width: 175px;
}

.EditRecordForms_CaptionPrint {
    /*border-top: 1px solid #BBE3CA;*/
    border-bottom: 1px solid #BBE3CA;
    color: #004730;
    font-size: 24px;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
    width: 250px;
}

.EditRecordForms_Value {
    /*border-top: 1px solid #BBE3CA;*/
    border-bottom: 1px solid #BBE3CA;
    vertical-align: top;
    text-align: left;
    /*background-color: #BBE3CA; */
    color: #004730;
    min-width: 35px;
}

.TransportRequest_OnHold {
    width: 23px;
    background-color: #ffff00;
}

.TransportRequest_Rejected {
    width: 23px;
    background-color: #f08c7e;
}

.TransportRequest_Approved {
    width: 23px;
    background-color: #25d92e;
}

.TransporRequest_Column {
    background-color: #ffff00;
    padding: 5px;
}

.TransporRequest_Column_Red {
    background-color: #f08c7e;
    padding: 5px;
}

.TableRequestRecords_OddLine, 
.TableRequestRecords_EvenLine {
    line-height: 18px;
    margin: 2px 2px 2px 2px;
    padding: 1px 6px 1px 6px;
    white-space: nowrap;
    vertical-align: top;
}

.HeadingSubTitle {
    color: #69aa08;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 3px solid #004730;
}

.MenuUserInfo {
    background-color:#F3F3F3;
    color:#004730;
    border-top: 2px solid #004730;
    border-left: 2px solid #004730;
    border-bottom: 2px solid #004730;
    border-right: 2px solid #004730;
    padding: 10px;
}

.TransporterWarning {
    background-color:#FFFDCC;
    border: 1px solid #004730;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.Warning {
    font-size: 14px;
    font-weight: bold;
    color: red;
    height: 32px;
    font-family: Arial;
}

.Warning_small {
    font-size: 12px;
    font-weight: bold;
    color: red;
    height: 28px;
    font-family: Arial;
}

.Menu {
    height:35px;
    border-top:1px solid black;
    background:#004730 url(img/Menu_Bkg.jpg?1559) top left repeat-x;
}
.BodyHeader {
    min-height:50px;
    padding:24px 0;
    /*background:#BBE3CA url(img/BodyHeader_Top_Bkg.jpg) top left repeat-x;*/
    background-color: white;
}
.Body {
    min-height:250px;
    padding:20px 0;
    background:#F5F6F7 url(img/Body_Top_Bkg.jpg?1559) top left repeat-x;
}

.HeaderBackground {
    background-color: #8DC73F;
    color:white;
}

/*.Footer {
    height:50px;
    background:#FFF url(img/Footer_Bkg.jpg) top left repeat-x;
    font-size:12px;
}*/

.Footer {
    clear: both;
    color: #4C4240;
    font-size: 9pt;
    text-align: center;
    background: url(/SGPU_UI/img/background_footer.png?1559) repeat-x;
    height:24px;
    padding-top:5px;
}

.Footer div {
    padding:18px 0 14px;
}

.Centered {
    margin:0 auto;
    width:100%;
}

.MarginZeroAuto {
    margin:0 auto;
}

.Right {
    margin:0 auto;
    /* width:960px; */
}

.Header_Contact {
    width:300px;
    float:right;
    margin:10px 20px;
    text-align:right;
}
.Menu .Centered {
    border-left:1px solid black;
    height:100%;
}
.Menu table {
    height:35px;
}
.Menu td {
    width:80px;
    border-right:1px solid black;
    text-align: center;
    color:white;
    font-size:14px;
}
.Menu a,
.Menu a:link,
.Menu a:visited {
    text-decoration:none;
    color:white;
    display: block;
    width: 100%;
    height: 100%;
}
.Menu a:hover {
    text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
}

.Menu .Menu_TopMenu {
    width:100px;
    border-right:1px solid #69aa08;
    text-align: center;
    color:white;
    font-size:14px;
    float: right;
    height: 35px;
    line-height: 35px;
}

.Menu .Menu_TopMenuActive {
    background: black url(img/MenuSelectedBkg.jpg?1559) top left repeat-x;
}

.Menu .Menu_TopMenuActive a {
    font-weight: bold;
}
.Menu .Menu_TopMenuActive a:hover {
    text-shadow: none;
}


.Spolight img {
    float:left;
}
.SpotlightText {
    width:320px;
    float:right;
}
.SpotlightText div {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    line-height:1.2em;
}

.Highlights {
}
.Highlights:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.Highlight {
    width:294px;
    padding:0 4px 0 2px;
    margin-left:20px;
    float:left;
}
.Highlight div {
    margin-top: 10px;
    font-size:18px;
    line-height:1.4em;
}

.TitleDesc {
    margin-top:2px;
    margin-bottom:10px;
}


.Services_Title {
    font-size:28px;
}
.Services_Subtitle {
    font-size:18px;
    color:gray;
}
.Services_Image {
    margin-top:10px;
}
.Services_Description {
    margin-top:10px;
}

.Heading_Section {
    padding-right:240;
}


.Heading1,
.Heading2,
.Heading3,
h1,h2,h3 {
    color:#004730;
    font-weight:normal;
    margin:0;
    padding:0;
}
.Heading1,h1 {
    font-size:36px;
}
.Heading2,h2 {
    font-size:28px;
    color:#004730;
}
.Heading3,h3 {
    font-size:18px;
}

.Content .Heading2 {
    margin-top:15px;
    margin-bottom:5px;
}

.BackofficeLink {
    color: #EEE;
}
.BackofficeLink:hover {
    color: #DDD;
}

.PageTitle {    
    background-color:#F3F3F3;
    color:#004730;
    border-top: 2px solid #004730;
    border-left: 2px solid #004730;
    border-bottom: 2px solid #004730;
    border-right: 2px solid #004730;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size:16px;
}

.Operations {
    background-color:#F3F3F3;
    color:#004730;
    border-top: 1px solid #004730;
    border-left: 1px solid #004730;
    border-bottom: 1px solid #004730;
    border-right: 1px solid #004730;
}
.Operations a,
.Operations a:link,
.Operations a:visited {
    text-decoration:none;
    color:004730;
    display: block;
    width: 100%;
    height: 100%;
}


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

.divOperator
{
    border: 2px solid #69aa08;
    border-color:#69aa08; 
    border-style:solid;
    padding: 0px 0px 0px 0px;
}

.Heading5
{
    color: #666666;
    background: #EAEAEA url(/RichWidgets/img/Bar_Gradient.png?1068) repeat-x top;
    _background: #EAEAEA;  /* IE6 */
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
    white-space: nowrap;
    line-height: 18px;
    padding: 4px 6px 4px 6px;
    border-right: 1px solid white;
}

.StockLine
{
    color: #FFFFFF;
    background: #004730 url(/RichWidgets/img/Bar_Gradient.png?1068) repeat-x top;
    _background: #004730;  /* IE6 */
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/RichWidgets/img/Bar_Gradient.png', sizingMethod='scale');  /* IE6 */
    white-space: nowrap;
    line-height: 18px;
    padding: 4px 6px 4px 6px;
    border-right: 1px solid white;
    font-size:18px;
    font-weight: bold;
}

.Invisible{
    display: none;
}

/********** Intelliwrap **********/

.Title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.Subtitle {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
}

td.Main,
td.MainWithRightSidebar,
td.MainWithLeftSidebar {
    background-color: white;
    border-style: solid;
    border-color: #cccccc;
    border-width: 0px 0px 1px 1px;
    padding: 0px 16px 14px 16px;
    min-width: 700px;
    width: 80%;
    height: 90%
}

div.Title_Links {
    font-size: 12px;
}

div.MainContent {
    min-height: 400px;
}

td.MainPopup div.MainContent {
    min-height: auto;

}

td.Sidebar {
    padding: 30px;
    min-width: 200px;    
}

div.Sidebar_Heading {
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

div.Sidebar_Block, 
div.Sidebar_BlockActions {
    margin-bottom: 20px;
    line-height: 1.5;

}

div.Sidebar_Block a,
div.Sidebar_Block a:link,
div.Sidebar_Block a:visited {
    color: #444444;
    white-space: nowrap;
}

div.Sidebar a.Link_Red {
    color: #cc0000;
}

/********** Intelliwrap **********/

/******** MENU HORIZONTAL ***********/

.chromestyle{
/*width: 99%;*/
font-weight: bold;
font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #004730;
width: 100%;
background: url(/SGPU_UI/img/chromebg.gif?1559) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #004730; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(/SGPU_UI/img/chromebgover.gif?1559) center center repeat-x; 
color: White;/*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #004730; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 210px;
visibility: hidden;
}


.dropmenudiv a,
.dropmenudiv a:link,
.dropmenudiv a:visited {
    color: #004730;
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #004730; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    /*color: black;*/
    text-align: left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: White;
color: #8DC73F;
/*color: black;*/
}

.Badge{
position: relative;
}

.Badge::after{
content:"";
position: absolute;
top:-4px;
right: -8px;
background-color: red;
width: 8px; 
height: 8px;
border-radius: 50%;
}



/***************************************************/

/************ Exploiters ***************************/

.exploitersMontTableRecords_Header {
    color: #EAEAEA;
    font-weight: normal;
    background: #004730;
    white-space: nowrap;
    line-height: 18px;
    padding: 4px 6px 4px 6px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    font-size: 12px;
}

.exploitersMonthHeader{ 
    background-color: #BBE3CA; 
    color:  #004730;
    font-family: Trebuchet MS;
    font-weight:bold;
    font-size: 12px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.exploitersWeightLine {
    color:black;
    font-weight: normal;
    background: #8BC63D;
    white-space: nowrap;
    line-height: 18px;
    padding: 4px 6px 4px 6px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    font-family: Trebuchet MS;
    font-size: 12px;
}

.exploitersCleanWeightLine {
    color:black;
    font-weight: normal;
    background: #F3F3F3;
    white-space: nowrap;
    line-height: 18px;
    padding: 4px 6px 4px 6px;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    font-family: Trebuchet MS;
    font-size: 12px; 
}
/***************************************************/

.Filters_Wrapper {
    background: transparent url(/SGPU_UI/img/filter_gradient.gif?1559) repeat-x top;
    padding: 4px;
}
