﻿.hidden {
    display: none;
}

.innerDiv {
    padding: 15px;
}

.modal-header {
    cursor: all-scroll;
    border-bottom: 1px solid lightgray;
}

.modal-body {
    border-bottom: 1px solid lightgray;
}

.modal-content {
    background-color: #E4E4E4 !important;
}

#divPopup {
    z-index: 2000;
    position: fixed;
    background-color: gainsboro;
    border: 1px solid black;
}

.importResults {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}

.rowSpacer {
    margin-top: 4px;
}

.HeaderSpace {
    margin-top: 10px;
    padding-left: 70px;
}

.DefaultRowHeight {
    min-height: 34px;
}

.BottomSpace2 {
    margin-bottom: 2px;
}

.BottomSpace4 {
    margin-bottom: 4px;
}

.BottomSpace5 {
    margin-bottom: 5px;
}

.BottomSpace6 {
    margin-bottom: 6px;
}

.BottomSpace8 {
    margin-bottom: 8px;
}

.BottomSpace10 {
    margin-bottom: 10px;
}

.BottomSpace12 {
    margin-bottom: 12px;
}

.BottomSpace14 {
    margin-bottom: 14px;
}

.BottomSpace20 {
    margin-bottom: 20px;
}

.BottomSpace30 {
    margin-bottom: 30px;
}

.NoPadding {
    padding: 0;
}

.RightPadding40 {
    padding-right: 40px;
}

.SmallText {
    font-size: small;
}

.SmallerText {
    font-size: smaller;
}

.MediumText {
    font-size: medium;
}

.LargerText {
    font-size: larger;
}

.LargeText {
    font-size: large;
}

.XLargeText {
    font-size: x-large;
}

.XXLargeText {
    font-size: xx-large;
}

.DatePickerHeightOverride {
    line-height: 20px !important;
}

.Bold {
    font-weight: 700 !important;
}

.BottomLine {
    border-bottom: 1px solid black;
}

.TopLine {
    border-top: 1px solid black;
}

.FullWidth {
    width: 100%;
}

.GridRow {
    cursor: pointer;
}

.WidgetBoxInner {
    padding: 20px 4px 0 4px;
}

.PrettyCheckBoxOffset {
    padding-top: 6px;
}

.StandardTable {
    max-height: 600px;
    overflow-y: scroll;
}

.ShorterTable {
    max-height: 550px;
    overflow-y: scroll;
}

.ShortTable {
    max-height: 500px;
    overflow-y: scroll;
}

.StandardButton {
    width: 180px;
}

.SelectedRow {
    background-color: lightblue !important;
    color: white !important;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Pointer {
    cursor: pointer;
}

.DefaultCursor {
    cursor: default;
}

label {
    font-weight: 300 !important;
}

.tt-dropdown-menu {
    height: 300px;
    overflow-y: scroll;
}

.popup {
    z-index: 900;
}

.warningLabel {
    font-size: large;
    background-color: red;
    color: white;
    margin-top: 8px;
}

.menubtn {
    text-align: right;
    padding-right: 12px !important;
    color: #333 !important;
}

    .menubtn:hover {
        background-color: lightblue !important;
        color: black !important;
    }

.divider {
    width: 100%;
    height: 4px;
    border-top: 1px dotted black;
}

.SelectedNoteRow {
    background-color: lightblue !important;
    color: white !important;
    cursor: pointer;
}

.DocumentGridRow {
    cursor: pointer;
}

.SelectedDocumentRow {
    background-color: lightblue !important;
    color: white !important;
    cursor: pointer;
}

thead tr {
    background-color: azure;
    border-bottom: 2px solid darkgrey;
}

.TableHeading {
    background-color: azure;
    border-bottom: 2px solid darkgrey;
    overflow: scroll;
}

.alertBox {
    position: fixed;
    width: 500px;
    z-index: 9999;
    top: 120px;
    left: 50%;
    margin: 0 0 0 -250px;
    padding-top: 4px;
    border: 1px solid black;
    background-color: white;
    box-shadow: 10px 10px 2px rgba(0,0,0,0.6);
    border-radius: 4px;
}

.alertHeading {
    height: 20px;
    width: 100%;
    border-bottom: 1px solid darkgray;
    cursor: all-scroll;
}

.alertMessage {
    font-size: larger;
    margin-top: 10px;
    max-height: 300px;
    width: 360px;
    overflow-y: auto;
    margin-top: 40px;
}

.popupBox {
    z-index: 9999;
    position: fixed;
    width: 350px;
    height: 66px;
    top: 400px;
    left: 50%;
    margin: 0 0 0 -150px;
    padding-top: 8px;
    border: 1px solid darkgray;
    background-color: white;
    box-shadow: 10px 10px 2px rgba(0,0,0,0.6);
    border-radius: 4px;
}

.popupText {
    font-size: large;
    margin-left: 30px;
}

.mouldingImageBox {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 1px solid black;
    background-color: white;
}

.cellBorder {
    border: 1px solid #dddddd;
}

.cell60 {
    min-width: 60px;
    max-width: 60px;
    width: 60px;
}

.cell80 {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
}

.cell100 {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

.cell110 {
    min-width: 110px;
    max-width: 110px;
    width: 110px;
}

.cell120 {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}

.cell130 {
    min-width: 130px;
    max-width: 130px;
    width: 130px;
}

.cell140 {
    min-width: 140px;
    max-width: 140px;
    width: 140px;
}

.cell150 {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
}

.cell160 {
    min-width: 160px;
    max-width: 160px;
    width: 160px;
}

.cell190 {
    min-width: 190px;
    max-width: 190px;
    width: 190px;
}

.cell200 {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
}

.cell220 {
    min-width: 220px;
    max-width: 220px;
    width: 220px;
}

.cell250 {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
}

.cell300 {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}

.cell350 {
    min-width: 350px;
    max-width: 350px;
    width: 350px;
}

.cell400 {
    min-width: 400px;
    max-width: 400px;
    width: 400px;
}

.cell410 {
    min-width: 410px;
    max-width: 410px;
    width: 410px;
}

.cell450 {
    min-width: 450px;
    max-width: 450px;
    width: 450px;
}

.cell500 {
    min-width: 500px;
    max-width: 500px;
    width: 500px;
}

.cell900 {
    min-width: 900px;
    max-width: 900px;
    width: 900px;
}

.yellow {
    color: goldenrod;
}

.blue {
    color: cornflowerblue;
}

.green {
    color: forestgreen;
}

.red {
    color: red;
}

.reportChart {
    width: 100%;
    height: 400px;
}

.TestEnvironmentMessage {
    background-color: red;
    color: white;
    font-size: 34px;
    font-weight: bold;
}

.PrintedPage {
    background-color: white;
    width: 1024px;
    margin: auto;
    padding: 10px;
    font-family: Verdana;
}

.buildType {
    margin-left: 20px;
    font-size: x-large;
    vertical-align: bottom !important;
}

.financialsMessage {
    width: 100%;
    color: red;
    text-align: right;
}

.indent4 {
    margin-left: 4px;
}

.indent8 {
    margin-left: 8px;
}

.indent10 {
    margin-left: 10px;
}

.indent12 {
    margin-left: 12px;
}

.indent14 {
    margin-left: 14px;
}

.indent20 {
    margin-left: 20px;
}

.indent30 {
    margin-left: 30px;
}

.RightSpace4 {
    margin-right: 4px;
}

.RightSpace8 {
    margin-right: 8px;
}

.RightSpace36 {
    margin-right: 36px;
}

.TopSpace4 {
    margin-top: 4px;
}

.TopSpace6 {
    margin-top: 6px;
}

.TopSpace8 {
    margin-top: 8px;
}

.TopSpace10 {
    margin-top: 10px;
}

.TopSpace16 {
    margin-top: 16px;
}

.TopSpace30 {
    margin-top: 30px;
}

.Box {
    width: 100%;
    height: 100%;
    margin: 4px;
    border: 1px solid black;
}

.NoRightPadding {
    padding-right: 0 !important;
}

.NoLeftPadding {
    padding-left: 0 !important;
}

.NoOverflow {
    overflow: hidden;
}

.DefaultStatusButtonColor {
    background-color: #CCCCCC;
}

.SelectedMenu {
    background-color: #5f6468;
    color: #ffffff !important;
}

#divWorkshopNotes {
    background-color: white;
    min-height: 150px;
}

.NoBorder {
    margin: 0;
    padding: 0;
}

.NarrowLine {
    line-height: 18px;
}

.MessageContent {
    height: 94px;
}

.Margin8 {
    margin: 8px;
}

.mainRow {
    background-color: #ebe7e0;
}

.subTableHeading {
    background-color: white;
    border-bottom: none;
}

.danger {
    background-color: red;
    color: white;
}

.warning {
    background-color: dodgerblue;
    color: white;
}

.backordered {
    background-color: black;
    color: white;
}

.made {
    background-color: lightgray;
    color: darkgray;
}