﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.container {
    width: 1490px !important;
}

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*  max-width: 280px;*/
}

.mid {
    max-width: 280px;
}

table.history {
    width: 100% !important;
}

    table.history thead h5 {
        margin-bottom: 0;
        white-space: nowrap;
    }

    table.history th {
        padding: 4px 8px 12px 8px;
    }

    table.history tbody tr {
        background-color: #f0f0f0;
        border-left: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        border-bottom: 3px solid #ffffff;
    }

        table.history tbody tr:hover {
            background-color: #e0e6e7 !important; /* #BBDAFF;  #f0f6f7;*/
        }


        table.history tbody tr:nth-child(even) {
            background-color: #e0e0e0;
        }

    table.history tbody td {
        padding: 4px 8px 12px 8px;
    }

    table.history div.product {
        border-top: 1px #009aa6 solid;
        margin-top: 10px;
        padding-top: 10px;
    }

        table.history div.product:first-child {
            border-top: none;
            margin-top: 0;
            padding-top: 0;
        }

    table.history span.nowrap {
        white-space: nowrap;
    }


.table-bordered_Y {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
    min-width: 100%;
    width: fit-content;
    min-height: 0px;
}

    .table-bordered_Y > tr > td { /*table-condensed*/
        border: 1px solid #ddd;
        vertical-align: top !important;
        padding: 8px !important;
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica,Arial, sans-serif !important;
    }



    .table-bordered_Y > thead > tr > th { /*table-condensed*/
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        padding: 8px;
        font-size: 11px;
        color: #337ab7;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        top: 0;
        /*height:20px;*/
    }

    .table-bordered_Y tr:hover {
        background-color: #e0e6e7 !important; /* #BBDAFF;  #f0f6f7;*/
    }

.tableFixHead {
    overflow-x: auto;
    height: 500px;
    min-height: 0px;
    min-width: 100%;
    width: fit-content;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #ddd;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #eee;
    }





.tool_x {
    color: #333333;
    font-size: 9px;
}


.contbtn_sm_success {
    width: 80px;
    border-radius: 3px;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    border: 1px solid transparent;
}


.Processed {
    color: #337ab7;
    font-size: 15px;
    font-weight: 600;
    background-color: #FFFFFF;
}

.ProcessedH {
    color: #CC0000;
    font-size: 15px;
    font-weight: 600;
    background-color: yellow;
}

.navY {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif,Calibri;
    font-size: 18px;
    /* font-weight: bold; */
}
