﻿#ContentDiv
{
    margin-top: -30px;
}

#InfoDiv
{
    border: 1px solid black;
    float: right;
    width: 130px;
    padding: 10px;
}

#NoOrders
{
    margin-top: 20px;
    font-style:italic;
}

.sorticon
{
    font-size: 10px;
    vertical-align: middle;
}

#searchDiv
{
    display: inline;
    margin-bottom: 5px;
}

#filterDiv
{
    display: inline;
    float: right;
}

#searchButton
{
    /*cursor: pointer;
    border: 1px solid #777;
    border-top: 1px solid #DDD;
    border-left: 1px solid #CCC;
    text-align: center;
    font-family: 'Helvetica Neue', 'Lucida Grande', 'Segoe UI', Arial, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin: 2px;
    background-color: #E0E0EF;
    color: #222;*/
}

.errorTooltip
{
    color: #F00;
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
    cursor: default;
}

.errormsg
{
    font-style: italic;
    display: inline;
    color: #FF0000;
    font-size: 10px;
    margin-top: -3px;
}

.ordertable
{
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.orderheader
{
    /*background-color: #4b6c9e;*/
    color: White;
    text-decoration: none;
    border: 1px solid #000;
}

.orderheader a
{
    color: White;
    text-decoration: none;
}

.orderheader a:hover
{
    text-decoration: underline;
}

    .orderheader th {
        background-color: #2A324B;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid #000;
        padding: 10px;
    
    }

.orderrow {
    background: #e8e8ea;
    
}
  
    .ordertable tr.alt {
        background: #F9F9FA;
    }
.orderrow td:nth-child(2) {
    text-align: left;
}


.ordertable td, th
{
    padding: 6px;
    margin: 0px;
}

.ui-dialog
{
    z-index: 101;
}

.ordertable td
{
    border: 1px solid #496077;
}

#MyTemplateOutput
{
    min-height: 340px;
}

.dialog
{
    padding: 15px;
    background: white;
}

#pageArea
{
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 15px;
}

#ItemCount
{
    text-align:center;
}

#pageSizeDiv
{
    float: left;
}

#PageNumbers
{
    float: right;
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blankpage
{
    width: 20px;
    height: 10px;
    display: inline-block;
    margin: 2px;
    background: #FFF;
    color: black;
}

.pagenav {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #2a324b;
    width: 20px;
    height: 20px;
    text-align: center;
    font-family: Browallia New;
    font-size: 12pt;
    display: inline-block;
    margin: 2px;
    background-color: #fff;
    color: #2a324b;
    opacity:0.5;
    border-radius:8px;
}

.pagelink {
    border: 2px solid #2a324b;
    cursor: pointer;
    color: #2a324b;
    font-weight: 600;
    opacity:1;
}

    .pagelink:hover {
        border: 2px solid #205eed;
        color: #205eed;
    }

    .pagelink:active {
        background: #2a324b;
        border: 1px solid #2a324b;
       color:#fff;
    }

.helpicon
{
}

.labelInput
{
    border: none;
    width: 110px;
}

.ErrorDiv
{
    color: Red;
    font-style: italic;
}

table
{
    font-size: 1em;
}