﻿
/* ==================================
		Forms
==================================== */

.formCollection 
{
    width:100%;
    border:0;
    border-collapse:collapse;
    margin-bottom:15px;
}

.formCollection td 
{
    padding:10px 5px;
    border-bottom:1px solid #d7d7d7;
    width:200px;
    text-align:left;
    vertical-align:top;
}

.formCollection th
{
    padding:10px 5px;
    text-align:left;
    vertical-align:top;
}

.formCollectionBorder
{
    width:100%;
    border:1px solid #d7d7d7;
    border-collapse:collapse;
    margin-bottom:15px;
}

.formCollectionBorder th
{
    padding:2px 2px;
    border:1px solid #d7d7d7;
    text-align:center;
    vertical-align:top;
}

.formCollectionBorder td
{
    padding:2px 2px;
    border:1px solid #d7d7d7;
    text-align:left;
    vertical-align:top;
}

.formCollectionCustom
{
    width:100%;
    border:0;
    border-collapse:collapse;
    margin-bottom:15px;
}

.formCollectionCustom td 
{
    padding:10px 5px;
    border-bottom:1px solid #d7d7d7;
    text-align:left;
    vertical-align:top;
}

.plainTable
{
    width:100%;
    border:0;
    border-collapse:collapse;
    margin-bottom:0;
}

.plainTable td 
{
    padding:0px 0px;
    border-bottom:0px;
    text-align:left;
}

.tableThinMargin td 
{
    padding:2px 2px;
    margin:2px 2px;
}


.borderBottom td 
{
    border-bottom:1px solid #d7d7d7 !Important;
    padding-bottom: 5px;
}

.paddingTop td {
    padding-top: 5px;
}


input[type="text"], input[type="password"], input[type="email"], input[type="number"], .inputtext, select
{
    width:200px;
}

.inputSecondary {
    font-size: 10px !important;
}


.formCollection tr td:first-child 
{
    width:190px;
}

.formCollection tr td:last-child 
{
    width:400px;
}

.formCollection tr:last-child td 
{
    border:0;
}

.tableList 
{
    width:100%;
    
    /*
border:0;
    border-collapse:collapse;
    */
}
.tableList tr td, .tableList tr th
{
    vertical-align:top;
    text-align:left;
    padding:5px;
}


.tableListBorder th td
{
    border: 1px solid black;
}



.tableList tr:nth-of-type(even) {
  background-color:#ededed;
} 

.tableListColoredBg {
  background-color:#ededed;
} 

.tableListPadding tr td, .tableListPadding tr th
{
    vertical-align:top;
    text-align:left;
    padding:5px;
}

.tableListSimple
{
    width:100%;
    border:0;
    border-collapse:collapse;
}
.tableListSimple tr td, .tableListSimple tr th
{
    vertical-align:top;
    text-align:left;
    padding:5px;
}

.strongerTableCellText tr td
{
    font-weight:bold;
}

.formRow
{
    float: left;
    /*
    Forces val message to be placed below textbox
    width: 700px;
*/
    margin-top: 10px;
    width:100%;
    border-bottom:1px solid #aaa;
}

.radio
{
    margin: 0;
    border: 0;
    margin-right: 5px;
}

.fieldName
{
    width: 165px;
    float: left;
    margin-top: 4px;
}

.field
{
    width: 350px;
    float: left;
}

.fieldFull
{
    width: 600px;
    float: left;
}

.field input, textarea
{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #666666;
    border-right: 1px solid #cccccc;
    padding: 2px;
    margin-bottom: 5px;
    font-size: 1em;
}

.field input.button 
{
    border:0;
    padding:10px 0;
}
    

.checkbox input
{
    width: auto;
}

.disabled
{
    border-top: 1px solid #afafaf !Important;
    border-bottom: 1px solid #afafaf !Important;
    border-left: 1px solid #afafaf !Important;
    border-right: 1px solid #afafaf !Important;
    color: #6d6d6d !Important; 
}

.dropdown
{
    float: left;
    padding-bottom: 4px;
}

.file
{
    float: left;
}

.hint
{
    width: 270px; /*left: 416px;*/
    float: left;
    margin-top: 2px;
}

.inlineTabs .hint
{
    left: 426px;
}

.terms
{
    clear: both;
}

input .checkbox
{
    margin: 0;
    border: 0;
    width: 5px;
}
.checkBoxTable
{
    margin-top: 3px;
    border-collapse: collapse;
}
.checkBoxTable td
{
    vertical-align: top;
}


.register
{
    clear: left;
    width: 359px;
    padding-top: 0.5em;
    text-align: right;
}

.line
{
    border: none;
    background-color: #999;
    color: #999;
    height: 1px;
    width: 353px;
    margin-left: 0;
    clear: left;
}



.imagehyperlinkbuttonMedium
{
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin:0px 0px 0px 0px;
    padding: 7px 32px 7px 32px;
    text-decoration: none;
    letter-spacing: 0px;
}

.imagehyperlinkbuttonLarge
{
    color: #fff;
    cursor: pointer;
    font-weight: bold;

    margin: 0px 0px 0px 0px;
    padding: 12px 48px 12px 48px;
    text-decoration: none;
    letter-spacing: 0px;
}

a:hover.imagehyperlinkbuttonMedium
{
    color: #fff;
}

a:hover.imagehyperlinkbuttonLarge
{
    color: #fff;
}

.infoBox
{
    border: solid 1px #ccc;
    padding: 6px;
    padding-left: 28px;
    width: 371px;
    margin-bottom: 12px;
    background: #fff url('../gfx/form/infoBoxBackground.gif') no-repeat top left;
}

.errorLabel
{
    color: #a00;
}

.redText
{
    color:Red;
    display:inline;
}

.redBorder
{
    border-color: Red;
}


.noTLRBorder
{
    border-left:0px none !important;
    border-right:0px none !important;
    border-top:0px none !important;
}

.disabledRow
{
    background-color:Gray;
    opacity:0.25;
}

.enabledRow
{
    background-color:White;
}

.editableCell
{
    cursor:pointer;
}

.productionCell
{
    background-color:Green;
}

.redCell
{
    background-color:Red;
    color:White;
}

.projectComplete
{
    border-left-color:Green !important;
    border-left-width:5px !important;
    border-left-style:solid !important;
    height:100%;
}

.projectExceeded
{
    border-left-color:Red !important;
    border-left-width:5px !important;
    border-left-style:solid !important;
    height:100%;
}

.projectInProgress
{
    border-left-color:Yellow !important;
    border-left-width:5px !important;
    border-left-style:solid !important;
    height:100%;
}

.subPartComplete
{
    background-color:Green;
}

.subPartExceeded
{
    background-color:Red;
    color:White;
}

.subPartInProgress
{
    background-color:Yellow;
}

.todayStyle {
    background-color: #7DA5FC !Important;
}

.narrowEditor
{
    width:60px;
}

.selectedItem {
    background-color: #10c224 !Important;
}

.deleteButton {
    display: inline-block;
     padding-left: 20px;
     background: url(/gfx/icons/folder_delete.gif) no-repeat left center;
}

.noText {
    color: transparent;
}

.fileListTable tr th
{
    padding: 10px 5px;
    text-align: left;
    vertical-align: top;
}

.machineTypeStepCell {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border: none;
}

.machineTypeStepHeader {
    border-left: thin solid lightgray;
    /*border-bottom: thin solid lightgray;*/
    /*padding-bottom: 2px;
    margin-bottom: 2px;*/
    box-sizing:border-box;
}

.machineTypeStepRow {
    display: block;
    overflow-x: hidden;
    margin-top: 2px;
    border-bottom: thin solid lightgray;
    padding-bottom: 4px;
    cursor: pointer;
}

.machineTypeStepRowDays
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3db9d3;
    border: 1px solid #2898b0;
    -webkit-user-select: none;
    display: inline-block;
    float: left;
}

.machineTypeStepHeaderRow {
    display: inline-block;
    overflow-x: hidden;
    margin-top: 2px;
    /*border-bottom: thin solid lightgray;*/
    border: 1px solid lightgray;
    border-left: none;
    /*padding-bottom: 4px;*/
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.machineTypeStepRowHeaderDays
{
    position: absolute;
    /*border: 1px solid lightgray;*/
    display: inline-block;
    /*float: left;*/
}

.tinyNote
{
    font-size: 0.8em;
}

.colorCodeRow {
    height: 30px;
    margin-bottom: 4px;
}

.colorCodeName {
    height: 30px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    line-height: 30px;
    float: left;
}

.summaryCell {
    border-top: thin solid black;
}

.fieldEditorContainer {
    margin-right: 12px;   
}