﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background-color: #f9f9fa;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 1015px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    padding: 0Px;
    border: 1px solid #496077;
    box-shadow: 0px 0px 15px #dddddd;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e; /* For production environment */
    /*background-color: #ddffdd;*/ /* For acceptance environment */
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
  
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.hideSkiplink > a
{
    display: none;
}

div.menu
{
    padding: 4px 0px 4px 3px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a,
div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 4px;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* TABLE */
table#SpecificReport
{
    width: 100%;
}

/* CS default tables */
table.CS_Table 
{
    border: solid 1px #284775;
    border-collapse: collapse;
}

table.CS_Table td,
table.CS_Table th
{
    border-right: 1px solid rgb(247, 246, 243);
    padding-bottom:2px;
}

table.CS_Table td
{
    border-top: none;
    border-bottom: none;
    padding: 1px 2px 4px;
}

/* No left border on first cell in row */
table.CS_Table td:first-child,
table.CS_Table th:first-child
{
    border-left:none;
}

/* No right border on last cell in row */
table.CS_Table td:last-child,
table.CS_Table th:last-child
{
    border-right:none;
}

table.CS_Table th 
{
    text-align: center;
    border-top: none;
    border-bottom: none;
    border-right: solid 1px #507595;
    height: 26px;
    padding-bottom: 6px;
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}
   
table tr.CS_TableHeader
{
    text-align: center;
    height: 26px;
    padding-bottom: 6px;
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;  
}

table.CS_Table tr.roweven { background-color: #F7F6F3; }
table.CS_Table tr.rowodd  { background-color: white; }

/* Pager */
table.CS_Table tr.pager td 
{
    text-align: center;
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
}

table.CS_Table tr.pager td table
{
    margin: 2px auto 0px;  
}

table.CS_Table tr.pager td table td 
{
  border: 0;
  background-color: #507595;
  text-align: center;
  width: 30px;
  font-size: 15px;
  padding: 1px 8px;  
}


/* Other styles */
table#MainContent_gvRecipes
{
    width: 100%;
    border: solid 1px #284775;
    border-collapse: collapse;
}

th
{
    text-align: left;
}

table#MainContent_gvRecipes th
{
    text-align: center;
}

table#MainContent_gvRecipes td,
table#MainContent_gvRecipes th {
  border-right: 1px solid rgb(247, 246, 243);
  padding-bottom:2px;
}

.pager a:link,
.pager a:visited
{
    color: white;
}

table#MainContent_gvRecipes tr:first-child th,
table#MainContent_gvUsers tr:first-child th {
  border-top: solid 1px #284775;
  border-right: solid 1px #507595;
  height: 26px;
  padding-bottom: 6px;
  background-color: #5D7B9D;
  font-weight: bold;
  color: White;
}

table#MainContent_gvRecipes tr.pager td,
table#MainContent_gvUsers tr.pager td
{
  text-align: center;
  background-color: #5D7B9D;
  font-weight: bold;
  color: White;
}

/*
table#MainContent_gvRecipes tr.pager td:first-child {
    padding-left: 0px;
}
*/

table#MainContent_gvRecipes tr.pager td table,
table#MainContent_gvUsers tr.pager td table
{
  margin: 2px auto 0px;
}

table#MainContent_gvRecipes tr.pager td table td,
table#MainContent_gvUsers tr.pager td table td
{
  border: 0;
  background-color: #507595;
  text-align: center;
  width: 30px;
  font-size: 15px;
  padding: 1px 8px;
}

.roweven 
{
    background-color: #F7F6F3;
}
.rowodd
{
    background-color: White;
}

table#MainContent_gvRecipes tr td:first-child,
table#MainContent_gvRecipes tr th:first-child {
  border-left: 0;    
  padding-left: 5px;
}

table#MainContent_gvRecipes tr td:last-child,
table#MainContent_gvRecipes tr th:last-child {
  border-right: 0;
}

/* Highlight rows in table */
table#MainContent_gvOrders tr:hover,
table#MainContent_gvRecipes tr:hover
{
    background-color: #e5e9e9;
}

div#MainContent_pnlPrivateData div table.dataTable td 
{
    padding-left: 5px;
}

table#MainContent_tblResult
{
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

div#MainContent_pnlAddOrder 
{
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(247, 246, 243);
    padding: 0px 10px 10px 10px;
    margin-top: 10px;
}

div#MainContent_pnlAddOrder table
{
    width: 100%;
    margin-top: 10px;    
}

#MainContent_gvUsers
{
    width: 100%;
    border-collapse: collapse;    
}
#mainContent_gvUsers td
{
    border: solid 1px black;
}

.table-settings tr td:first-child {
    width: 180px;
    text-align: right;
    padding-right: 20px;
}

.table-settings input {
    width: 50px;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.readonly {
    background-color: #ededed;
    color: #333;
    border: 1px solid #aaa;
}

.clickable {
    cursor: pointer;
}

.compliance {
   padding: 3px;
   margin-top: 6px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    vertical-align: middle !important;
    color: #F9F9F9;
    font-variant: small-caps;
    font-weight: 700;
    line-height: 2em;
    font-size: 2em;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    /*font-size: 1.2em;*/
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.cleanLabel
{
    min-width: 70px;
}
.cleanLeaf
{
    padding-left: 10px;
}
.rightFloat
{
    float: right;
}
.centered
{
    text-align: center;
}

.hidden
{
    display: none;
}

.dataTable
{
    border-color: black;
    padding-top: 20px;
    /*width: 400px;*/
    width: 100%;
    height: auto;
}

.dataTable td 
{
    /*padding-left: 5px;*/
    background-color: #eeeeee;
}
.dataTable td:first-child
{
    font-weight:bold;
}

.inputTable
{
    float: right;
    border-color: black;
    padding-top: 20px;
    width: 400px;
    height: auto;
}

.dataHeaderOdd
{
    width: 200px;
    color: black;
    background-color: #5D7B9D;
}

.dataHeaderEven
{
    width: 200px;
    color: black;
    background-color: #5D7B9D;
}

.tableData
{
    width: 200px;
    border-collapse: collapse;
    color: black;
}
.tableData th, td
{
    padding: 0;
    height: 26px;
}
.timeTextField
{
    height: 18px;
    padding: 0;
    width: 150px;
}
.timeNowButton
{
    padding: 0;
    height: 25px;
    width: 40px;
}
.QRhelpImage
{
    position: absolute;
    margin-left: 450px;
}

.chartDescription
{
    width: 300px;
    text-align: center;
    float: left;
    color: black;
}
.reportTitle
{
    color: black;
    width: 100%;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 4px;
    margin: 10px auto;
}
.spayheadTitle
{
    display: block;
    color: black;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
.validationError
{
    color: red;
    font-weight: bold;
}
.editGridData
{
    text-align: center;
    vertical-align: middle;
}
.permissionList
{
    margin: 60px auto 0px auto;
    text-align: center;
}
.permissionButton
{
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
    text-align: center;
}
.productCategoryDropDown
{
    margin: 0px 0px 0px 0px;
    height: 22px;
    width: 120px;
}
.addressDropDown
{
    margin: 0px 0px 0px 2px;
    height: 22px;
    width: 120px;
}
.dropDownListValidator
{
    display: block !important;
    margin-left: 205px;
    color: red;
    font-weight: bold;
    width: 155px;
    display: block;
}
.cargoAddressDropDown
{
    margin-left: 200px !important;
    margin: 0px 0px 0px 2px;
    height: 22px;
    width: 155px;
}
.notFoundMessage
{
    /*margin-left: 205px;*/
    color: red;
    width: 350px;
    display: block;
    margin-bottom: 0px;
}
.warningMessage {
    color: orange;
    width: 350px;
    display: block;
    margin-bottom: 0px;
}
.misspelled-word {
    color: sienna;
    text-decoration: underline;
    cursor: pointer;
}

.greenRecipe
{
    color: green;
    font-weight: bold;
}

.orangeRecipe
{
    color: rgb(206,83,0);
    font-weight: bold;
}

.yellowRecipe
{
    color: rgb(170,162,0);
    font-weight: bold;
}
.redRecipe
{
    color: red;
    font-weight: bold;
}

.generalPrintOrderInformation
{
    width: 400px;
    top: 5px;
}
.textInput
{
    width: 200px;
    margin-bottom: 5px;
}
.phaseTypeList
{
}
.recipeReason
{
    padding-left: 5px;
}

.filterLabel
{
    width: 100px;
    height: 22px;
    text-align: right;
    display: inline-block;
}
.inputFilterText
{
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    margin-right: 5px;
}
.inputTimeFiled
{
    margin-left: 130px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.filterRow
{
    display: block;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

.resultHeaderColumn
{
    font-weight: bold;
    text-align: center;
    background-color: #eeeeee;
}
.resultHeaderColumnRespected {width:50px;}
.resultHeaderColumnPoints {width:40px;}
.resultHeaderColumnPhase {width:160px;}
.resultHeaderColumnSoap {width:20px;}

.jobResultHeaderColumn
{
    font-weight: bold;
    text-align: center;
    width: 40px;
}

.recipeNameHeaderColumn
{
    font-weight: bold;
    text-align: center;
    width: 150px;
}
.reasonHeaderColumn
{
    font-weight: bold;
    text-align: center;
    width: 300px;
}
.messageHeaderColum
{
    font-weight: bold;
    text-align: center;
    width: 260px;
}

.resultColumn
{
    border-top: 1px solid black;
    text-align: center;
    padding: 5px;
    width: 50px;
}
.recipeNameColumn
{
    border-top: 1px solid black;
    border-left: 1px solid black;
    padding: 5px;
    width: 150px;
}
.reasonColumn
{
    border-top: 1px solid black;
    border-left: 1px solid black;
    padding: 5px;
    width: 300px;
}
.messageColum
{
    border-top: 1px solid black;
    border-left: 1px solid black;
    padding: 5px;
    width: 250px;
}
.exportToExcelLB
{
    margin-left: 10px;
}
.acceptanceRemarkInput
{
    vertical-align: middle;
    width: 180px;
    height: 80%;
}
.acceptanceRemarkButton
{
    vertical-align: middle;
    width: 60px;
}
.dropDownChangeCategory
{
    width: 120px;
}
.checkBoxChangeHighcare
{
    width: 80px;
}
.recipeInputRow
{
    display: block;
}
.recipeFieldName
{
    display: inline-block;
    width: 200px;
}
.recipeInput
{
    display: inline;
    width: 200px;
}
.manageSensorsRow
{
    display: block;
    text-align: center;
}
.manageSensorButton
{
    width: 60px;
    margin: 5px;
}

table#MainContent_tblResult td.reasonColumn table 
{
    width: 100%;
    border-collapse: collapse;
}

.resultTableRow
{
    text-align: center;
    vertical-align: middle;
    border-bottom: solid 1px #eeeeee;
}

.last 
{
    width: 30px;
}

span#MainContent_lblReason_0
{
    font-weight: bold;
    margin: 10px;
}

 

 


td.topalign 
{
    vertical-align: top;
}

td#barcodecell
{
  text-align: center;
}

div#MainContent_pnlGraphs
{
    text-align: center;    
}

div#MainContent_pnlGraphs img {
/*    border-top: solid 1px #666 !important;
    box-shadow: 0px 0px 10px #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 6px;
*/
    margin-bottom: 15px;
}

table #SpecificReport tr td
{
    width: 50%;
}

#MainContent_pnlEditData td:first-child
{
    width: 40%;
}

.image-panel {
    float: left;
    margin-right: 20px;
}

/* AddressAnalytics */
table#address-analytics {
    width: 100%;
}

table#address-analytics td {
    vertical-align: top;
}

table.unknown-addresses {
    margin-top: 20px;
    width: 100%;
    background-color: #efefef;
    padding: 10px;
}

table.unknown-addresses td {
    height: auto;
}

.unknown-address-add {
    text-decoration: none;
    color: black!important;
    background-color: white;
    text-align: center;
    border: 1px solid #aaa;
    padding: 1px 6px;
}

.unknown-address-add:hover {
    cursor: pointer;
    background-color: #ddd;
}

#cleaningstation-settings {
    background-color: #eaeaea;
    padding: 20px;
    width: 625px;
    margin-top:20px;
    margin-bottom:20px;
}

#cleaningstation-settings img {
    max-width: 100%;
}

#cleaningstation-bay-report {
    background-color: #eaeaea;
    padding: 20px;
}

#cleaningstation-sensors {
    background-color: #eaeaea;
    padding: 20px;
    width: 625px;
    margin-top:20px;
    margin-bottom:20px;
}

.btnFix:hover {
    border-color: #aaa!important;
    cursor: pointer!important;
}

#MainContent_gvOrders_DXHeadersRow0 {
    font-size: 10px !important;
}

#MainContent_gvOrders_DXHeadersRow0 .dxgvHeader {
    padding: 2px!important;
}

#MainContent_loadingReportImage {
    display: block;
    width: 200px;
    margin: auto;
}

#MainContent_loadingReportText {
    display: block;
    width: 100%;
    text-align: center;
}

/* CleanRegister Ticker */

#cleanregister-ticker {
    display: block;
    background-color: #dde4ec;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    float: right;
    margin-left: 10px;
    color: #465c71;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

#MainContent_gvOrders.non-sortable {
}