html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

td.details-control {
    background: url('/Images/DataTables/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/Images/DataTables/details_close.png') no-repeat center center;
}

#breadcrumbContainer
{
    width:75%;
    float:left;
}
#notificationContainer
{
    width:25%;
    float:left;
}
#spnTopBar
{
    font-size: 14px;
    font-weight:bold;
}
.alert
{
    padding: 10px;   
}
.glyphicon-remove-circle:before {
  content: "\e088";
}

input[type="number"] {
   width:50px !Important;
   height:30px !Important;
}

.CenterImage{
   display:block;
   margin:auto;
}
.help-block {
  display: block; 
  margin-top: 0px;
  margin-bottom: 0px;
}

#spinner {
display:    none;
position:   fixed;
z-index:    1000;
top:        0;
left:       0;
height:     100%;
width:      100%;
background: rgba( 255, 255, 255, .8 ) 
            url('https://i.stack.imgur.com/FhHRx.gif') 
            50% 50% 
            no-repeat;
opacity: 0.80;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
filter: alpha(opacity = 80);
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #9ff19f;
}

.searchclear, .searchclearID, .searchclearWarrantyID{
    position:absolute;
    right:25px;
    top:0;
    bottom:0;
    height:14px;
    margin:auto;
    font-size:14px;
    cursor:pointer;
    color:#ccc;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -30px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
}
#wrap > .container {
  padding: 120px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

/* Set the fixed height of the footer here */
#footer {
  height: 30px;
  background-color: #f5f5f5;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.mainnav
{
	z-index:20;
}
.subnav 
{ 
	position: absolute;
    top: 30px;
    z-index: 10;
}

/* Styling for the Tree Control */
.glyphicon{
    cursor:pointer;
}
.tree {
    min-height:20px;
    /*padding:19px;*/
	padding:12px;
    margin-bottom:20px;
    /*background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)*/
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree ul, ol {
	padding-left:5px;
	margin-top:0px;
	margin-bottom:0px;
}
/*
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
*/
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:all-scroll;
}
.product_li{
    cursor:pointer;
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000;
}



.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before /*,
.wizard a:last-child:after */
{
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
/*.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
*/
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}


#_BuyingSociety
{
    width:250px;
}


.borders div{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
}
.borders div:first-child{
    border-left:
    1px solid #999;
}
.borders div > div{
    border:0;
}
.ScheduleDay
{
    min-height:400px;
}

.EDIMarker
{
    text-align:center;
    border:1px red dashed;
    width:100px;
    height:65px;
    font-weight:bold;
    font-size:28pt;
    color:red;
    padding:5px;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.deliveryScheduleCellCurrentDate
{
    border-left:1px dashed green;
    border-right:1px dashed green;
    padding-left:0px;
    padding-right:0px;
}
.deliveryScheduleCellHeading
{
    display: table-cell;
    text-align:center;
    padding-left:0px;
    padding-right:0px;
}
.deliveryScheduleCell
{
    display: table-cell;
    text-align:center;
    padding-left:0px;
    padding-right:0px;
}
.deliveryScheduleCellNoRota
{
    font-size:14px;
    color:red;
    text-align:center;
    height:60px;
    padding-top:20px;
}

.deliveryScheduleCellHeadingCurrentDate
{
    color:green;
    display: table-cell;
    text-align:center;
    padding-left:0px;
    padding-right:0px;
}
.deliveryScheduleTop
{
    display: table-row;
}
.DeliveryScheduleOrderOuter 
{
    margin:5px;
    border: 1px dashed black;
    padding: 5px;
    min-height:170px;
}
.DeliveryScheduleOrderOuter .row
{
    padding-bottom:5px;
}
.DateNavOuter 
{
     margin-left: auto;
     margin-right: auto;
     width: 50%;
}
.DateNavInner
{
     margin-left: auto;
     margin-right: auto;
     font-size:16px;
     font-weight:bold;
}
.LastWeek, .NextWeek  
{
     padding-left:10px;
     padding-right:10px;
     float:left;
}
.WeekName
{
    float:left;
    padding-top:15px;
}
.DeliverySchedulePostCode
{
    font-size:20px;
}
.DeliveryScheduleProducts
{
    font-size:12px;
    margin-left:5px;
    margin-right:5px;
}
.col-md-15{
    width:20%;
}
.StatusBlack
{
    color:black;
}
.StatusRed
{
    color:Red;
}
.StatusGreen
{
    color:green;
}
.StatusAmber
{
    color:orange;
}
.modal-dialogLarge {
  width: 800px;
}
.modal-dialogXLarge
{
    width:1024px !important;
}
.table-special 
{
    table-layout:fixed;
    width:100%;
}

.OrderTotalsOuter {
    min-height: 75px;
    padding: 10px;
    text-align: center;
}
.OrderTotalsInner {
    display: table;
    margin: 0 auto;
}
.OrderTotalsColumn {
    margin: 10px;
    border: 1px dashed green;
    padding: 10px;
}
.OrderTotalsColumn div {
    text-align: center;
}
.DailyOrderValue {
    text-align: center;
    font-size:20pt;
    font-weight:bold;
}
.DailyOrderValueText {
    font-size: 16pt;
    text-align: center;
}
.DailyOrderCount {
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}
.DailyOrderCountText {
    font-size: 16pt;
    text-align: center;
}

.rptInvoicedProductsCustomer {
    padding: 5px;
    border-top: 1px solid grey;
    
    font-size: 14pt;
}
.rptInvoicedProductsCustomerAddress {
    font-size: 12pt;
    padding-bottom:5px;
    border-bottom: 1px solid grey;
}
.rptInvoicedProductsSalesArea {
    padding: 5px;
    border-top: 1px solid grey;
    font-weight: bold;
    font-size: 16pt;
    color: blue;
}
.rptInvoicedProductsInvoiceLine {
    font-size: 12pt;
}
.rptInvoicedProductsInvoiceTotal
{
    font-size: 12pt;
    font-weight: bold;
    padding-top:5px;
    padding-bottom:5px;
}
.rptInvoicedProductsValue
{
    text-align:right;
}
.MandatoryLabel
{
    font-weight:bold;
    color:red;
}