﻿body {
    background-color: #F2F2F2;
}

table.TopLeft tr th {
    text-align: left;
    vertical-align: top;
}

table.TopLeft tr td {
    text-align: left;
    vertical-align: top;
}

.SearchText {
}

.NoBreaks {
    white-space: nowrap;
    display: table-row;
}

table.WidthCustomerSearch {
    width: 517px;
}

.QuickPanelArea {
    border: medium groove #C0C0C0;
    background-color: #F2F2F2;
}

.PanelArea {
    border: medium groove #C0C0C0;
    width: 1000px;
    background-color: #F2F2F2;
}

.StdButton {
    width: 160px;
    white-space: nowrap;
}

.FullAreaQuote {
    font-family: Courier;
    text-align: left;
    vertical-align: top;
}

.QuoteBox {
    width: 600px;
}



/*Classes for Different STATUS types of Customers/Companies'*/
.mhclrActive {
    background-color: green;
    color: yellow;
}

.mhclrDisabled {
    background-color: red;
    color: white;
}

.mhclrNotAPerson {
    background-color: gray;
    color: black;
}
/*Classes for Different types of Customers/Companies'*/

.mhclrAuction {
    background-color: red;
    color: yellow;
}

.mhclrDealer {
    background-color: cyan;
    color: black;
}

.mhclrOther {
    background-color: gray;
    color: black;
}

.mhclrChemical {
    background-color: lime;
    color: black;
}

.mhclrManufacturer {
    background-color: magenta;
    color: black;
}

.mhclrNewDistributor {
    background-color: cornsilk;
    color: navy;
}

.mhclrElse {
    background-color: black;
    color: yellow;
}
/*Classes for Different types of Machinery'*/
.mhclrFStock {
    background-color: blue;
    color: white;
}

.mhclrFActive {
    background-color: green;
    color: black;
}

.mhclrFSold {
    background-color: red;
    color: white;
}

.mhclrFHold {
    background-color: yellow;
    color: black;
}

.mhclrFBrokered {
    background-color: cyan;
    color: black;
}

.mhclrFWant {
    background-color: white;
    color: black;
}

.mhclrFReasearch {
    background-color: orange;
    color: black;
}


.mhclrFEarlActive {
    background-color: black;
    color: green;
}

.mhclrFEarlSold {
    background-color: white;
    color: red;
}

.Warning {
    background-color: red;
    color: white;
}

.NeedsUpdating {
    background-color: hotpink;
    color: white;
}

.Updated {
    background-color: lightgreen;
    color: black;
}

.LeftPadding {
    padding-left: 30px;
}

.table-compact > tbody > tr > td {
    vertical-align: middle;
    padding: 1px;
}

.table-compact > tbody > tr:nth-of-type(odd) {
    background-color: #d4d4d4;
}

.SpecsTable {
    margin-left: 6%;
}

    .SpecsTable > tbody > tr > td {
        border: 2px solid #ddd;
        padding: 3px;
        text-align: center;
    }

.FeaturesTable {
    margin-top: 15px;
    margin-left: 6%;
}

    .FeaturesTable > tbody > tr > td {
        padding: 3px;
    }

.TabTable > tbody > tr > td {
    padding: 3px;
    text-align: center;
}

.ckbBiggerCheckBoxes > input {
    height: 17px;
    width: 17px;
}

.AttributsTable {
    border: 2px solid #ddd;
}

.AttributesTable > tbody > tr > td {
    min-width: 60px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.SubTableSpacing {
    font-size: smaller;
}

    .SubTableSpacing > tbody > tr > td {
        padding: 2px;
        padding-left: 4px;
        text-align: center;
    }

.td-padding {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
}

.TopButtons {
}

.Removed {
    visibility: hidden;
    display: none;
}

    .Removed > td {
        visibility: hidden;
        display: none;
    }

.PanelSmallerLegend {
    font-size: small;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background-color: #d4d4d4;
}

    .PanelSmallerLegend > fieldset > legend {
        font-size: small;
        text-align: center;
    }

    .PanelSmallerLegend > table > tbody > tr > td {
        vertical-align: middle;
        padding: 2px;
    }

.RoundEdges {
    border-radius: 10px;
}

.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

legend {
    padding: 0px;
    margin: 0px;
    color: black;
    font-weight: bold;
    font-size: 15px;
    line-height: -2px;
}

.textAlightRight {
    text-align: right;
}

.PictureThumbNail {
    width: 250px;
}

.biggerCheckbox > input {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
}

.dropdown-menu {
    background-color: #d4d4d4;
    padding-right: 3px;
    padding-left: 3px;
}

    .dropdown-menu > a {
        margin-top: 5px;
    }

.table-firstCellAsHeader > tbody > tr > td > span {
    font-weight: bold;
}

.table-firstCellAsHeader > tbody > tr > td:first-child {
    font-weight: bold;
}

.table-FindCustomer > tbody > tr > td:nth-of-type(-n+3) {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 4px;
    padding-right: 4px;
}

.table-FindCustomer > tbody > tr > td:nth-of-type(4) > input {
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    border: 2px solid #555;
}

.navBarPadding > ul > li {
    margin: 5px;
}

@media (max-width: 600px) {
    .mobile_l {
        visibility: hidden;
        display: none;
    }

    .mobile_s {
        visibility: visible;
        display: block;
    }
    /*
  .mobile_btn{
      margin-top:20px;
      font-size:40px !important;
  }
  .mobile_font{
      font-size: 30px !important;
  }*/
}


/*@media (max-width: 600px) {
    .TextBoxSingleSize {
        width: 40px;
    }
    .TextBoxInitialsSize {
        width: 80px;
    }
    .TextBoxSmallSize {
        width: 90px;
    }
    .TextBoxDateSize {
        width: 170px;
        text-align:right;
    }
    .TextBoxPriceSize {
        width: 160px;
        text-align:right;
    }
    .TextBoxMiddleSize {
        width: 200px;
    }
    .TextBoxLargerMiddleSize {
        width: 350px;
    }
    .TextBoxLargeSize {
        width: 500px;
    }
}*/


.TextBoxSingleSize {
    width: 20px;
}

.TextBoxInitialsSize {
    width: 30px;
}

.TextBoxSmallSize {
    width: 60px;
}

.TextBoxDateSize {
    width: 83px;
    text-align: right;
}

.TextBoxPriceSize {
    width: 110px;
    text-align: right;
}

.TextBoxMiddleSize {
    width: 150px;
}

.TextBoxLargerMiddleSize {
    width: 350px;
}

.TextBoxLargeSize {
    width: 420px;
}


@media (min-width: 601px) {
    .mobile_l {
        visibility: visible;
        display: block;
    }

    .mobile_s {
        visibility: hidden;
        display: none;
    }
}
