body {
    
	width: 100%;
}

header, .navbar-header {
    background-color: #f8f8f8;
    width: 100%;
    float:  left;
}

.FullWidth {
	width: 100%;
    clear: both;
}

.SinglePanel {
    max-width: 800px;
    margin: 0 auto;
}

.SpaceLeft {
    display: inline;
    margin-left: 30px;
}

.clear:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.clearBefore:before { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.redText {
    color: red;
}

.nowrap {
    white-space: nowrap;
}

.SideBySide {
    float: left;
}

.firstMerge {
    border-right: 3px solid #002f87;
    margin-right: 50px;
    padding-right: 10px;
}

 div#LoggedIn {
	min-height: 30px;
	margin: 5px 0;
}

div#UserData {
    display: inline-block;
    float:  right;
	color: white;
	text-align: right;
	padding: 9px;

}

div#UserData a {
	color: white;
	text-decoration: none;
    padding-right: 5px;
}

div#UserData a:hover {
	text-decoration: underline;
}

div#Content {
    margin: 0 auto;
    overflow: 
}

div#Main {
    display: table;
    width: 100%;
}

div#Basket {
    overflow: visible;
    min-width: 260px; 
}

div#Nav {
    display: table-cell;
    vertical-align: top;
    width: 250px;
    border-right: 3px solid #002f87;
}

div#Nav ul {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1em;
    padding-left: 15px;
}

#Nav ul li {
    margin: 0;
    font-weight: bold;
}

#Nav ul li ul li {
    font-weight: normal;
}

div#Panel {
    display: table-cell;
    vertical-align: top;
}

div#PanelInner {
    padding-left: 5px;
    padding-right: 5px;
}

footer {
	padding-top: 15px;
	clear: both;
}

div#Copyright {
	margin: 0 auto;
	text-align: center;
	font-size: 0.7em;
}

a, a:visited {
    color: #002f87;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002f87;
}

h1 {
    margin: 8px 0px;
}

h3, h4, h5, h6 {
    margin-bottom: 2px;
}

input[type="range"] {
    min-width: 400px;
}

div.LoginBlock {
	float: left;
	max-width: 300px;
    padding-left: 50px;
}

.whiteboard, .whiteboard h2 {
    color:  white;
}

.whiteboard p {
    max-width:  100px;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

p label.def {
    width: 120px;
    text-align: left;
    display: inline-block;
}


/* form.logins */

form {
    margin-bottom: 0.5em;
}

form.login {
    
    max-width: 300px;
    background: #EEEEEE;
    padding: 20px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}

form.login label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
form.login label {
    display: block;
    margin: 0px 0px 5px;
}
form.login label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 15px;
    margin-top: 10px;
    font-weight: bold;
}
form.login input[type="text"], form.login input[type="email"], form.login input[type="password"], form.login textarea, form.login select {
    color: #888;
    width: 70%;
    padding: 0px 0px 0px 5px;
    border: 1px solid #C5E2FF;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    font: 200 12px/25px Arial, Helvetica, sans-serif;
    height: 30px;
    line-height:15px;
    margin: 2px 6px 16px 0px;
}
form.login textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
form.login select {
    background: #fbfbfb url('down-arrow.png') no-repeat right;
    background: #fbfbfb url('down-arrow.png') no-repeat right;
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
}
form.login .button, form.login input[type="submit"] {
    padding: 10px 30px 10px 30px;
    background: #DDDDDD;
    border: none;
    color: #5E5E5E;
    box-shadow: 1px 1px 1px #4C6E91;
    -webkit-box-shadow: 1px 1px 1px #4C6E91;
    -moz-box-shadow: 1px 1px 1px #4C6E91;
    
    
}
form.login .button:hover, form.login input[type="submit"]:hover {
    background: #002f87;
    color: white;
}

form.login {
    font-size: 1em; 
    font-family: arial, tahoma ;
}

.pure-form select {
    min-width: 216px;
    height:  2.5em;
}

.pure-form legend {
    color: #002f87;
}

a.pure-button {
    color: #fff;
}

.pure-form select[multiple] {
    width: 400px;
    height: 450px;
}


.pure-button-primary {
    margin-left: 5px;
}

.pure-button-primary:hover, .pure-button-primary:focus {
    /*
    background-color: #00256C !important;
    transition:all 0.2s ease;
    */
    
    transform: scale(1.05, 1.05);
    box-shadow: 0px 0px 0 1px #129FEA;
    transition: all 0.1s ease;
}

.section-button {
    margin-bottom: 5px;
}

.seperate {
    margin-left: 20px;
}

form .FormBlock {
    max-width: 400px;
    float: left;
}

form p {
    margin-bottom: 1em;
}

label.SettingFieldLabel {
    width: 255px !important;
}

input.TableTitleField {
    display: inline-block;
    background-color: #002F87;
    border: none;    
    max-width: 80px;
}

input.CustomPricing, input.NewQty {
    max-width: 45px;

}

input.CustomPricing {
    max-width: 80px;

}

.largeCheck {
    transform:scale(1.5, 1.5);
    margin: 5px 5px 5px 20px;
}

textarea {
    min-height: 120px;
    min-width: 50%;
}

button.img {
    border: currentColor;
    border-image: none;
    background-color: transparent;
    text-align: center;
}

.ModalForm {
    max-width: 200px;
    margin: 0 auto;
    text-align: left;
}

#Messages {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50%;
    z-index: 99;
}

.ErrorMessage, .SuccessMessage {
    width: 100%;
    height: 5em;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
    z-index: 99999;
}

.ErrorMessage {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/images/warning.png');
}

.SuccessMessage {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/images/success.png');
}

.InlineError {
    border: 2px solid red;
    padding: 3px;
    color: red;
}

.droppable { 
    background: #ffffff;
    color: #002f87;
    padding: 100px 0;
    font-weight: bold;
    text-align: center;
    max-width: 600px;
    border: 3px dashed #002f87;
    border-radius: 15px 15px 15px 15px;
}

.droppable.dragover { 
    background: #00CC71; 
}

.InlineQuoteInfo {
    max-width: 500px;
    padding-left: 75px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.Hidden {
    display: none;
}

.QtySave {
    margin: 0px 0px 0px 3px;
    padding: 2px 2px 0px 2px;
}

/***
 *     _____     _     _           
 *    |_   _|   | |   | |          
 *      | | __ _| |__ | | ___  ___ 
 *      | |/ _` | '_ \| |/ _ \/ __|
 *      | | (_| | |_) | |  __/\__ \
 *      \_/\__,_|_.__/|_|\___||___/
 *                                 
 *                                 
 */

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.datagrid {
    background: #fff;
    overflow: visible;
    max-width: 100%;
}

.datagrid table {
    border: 1px solid #002F87;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.datagrid table td,
.datagrid table thead th {
    padding: 3px 10px;
}

.datagrid table thead th {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #002F87), color-stop(1, #002F87));
    background: -moz-linear-gradient( center top, #002F87 5%, #002F87 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002F87', endColorstr='#002F87');
    background-color: #002F87;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    border-left: 1px solid #0070A8;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td, .datagrid table tbody th {
    color: #000000;
    border-left: 1px solid #E1EEF4;
    font-size: 0.9em;
    font-weight: normal;
}

.datagrid table tbody tr:nth-child(even) td, .datagrid table tbody tr:nth-child(even) th {
    background: #E1EEF4;
    color: #000000;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

/* WB: colour coding */
.datagrid .status_red {
    background-color:#F2DEDE !important;
    font-weight: bold;
}

.datagrid .status_amber {
    background-color:#FEEFB3 !important;
}

#MarginParent {
    max-width: 600px;
    position: relative;
}

#MarginTable {
    overflow: visible;
    max-width: 200px;
    position: absolute;
    top: 1px;
    right: 1px;
}


.InsPrice {
    width: 60px;
}

td span.ProductName {
    font-weight: bold;

}

tr.NotesRow td {
    background: #F5F5F5 !important;
}

span.Discounted {
    color: blue;

}

td.NoWrap {
    white-space: nowrap;
}

td.Fail, tr.Fail, tr.Fail td {
    background-color: #F2DEDE !important;
}

span.MultiSelectSeperator {
    display: inline-block;
}

span.MultiSelectSeperator button {
    margin-bottom: 15px;
}

span.MultiSelectSeperator label {
    text-align: left !important;
}

div.SearchResult {
    height: 100%;
}
div.SearchResult img {
    height: 30px;
    float: left;
    margin-right: 3px;
}
img.SearchResult + div {
    float: left;
}

.MergeCol {
    display: none;
}

img#UploadedImage {
    max-height: 200px;
    max-width: 300px;
    
}

.restrictedwidth {
    max-width: 800px;
}

.width25 {
    width: 25%;
}

table.width50, .width50 {
    width: 50%;
}

table.width75, .width75 {
    width: 75%;
}

#ProductsTableContainer td.TotalsTitle {
    font-weight: bold;
    text-align: right;
    font-size: 1em;
}
#ProductsTableContainer td.TotalsValue {
    font-weight: bold;
    font-size: 1em;
}

/* SLICK NAV MENU */
.slicknav_menu {
    display:none;
}

ul#menu li ul li {
    margin-bottom: 2px;
}

.InfoBlock {
    display: inline-block;
    float: left;
    min-height: 160px;
    max-width: 500px;
    border: 1px solid grey;
    margin: 5px;
    padding: 5px 20px;
    text-align: center;
    position: relative;
}

.wideInfoBlock {
    max-width: 750px;
    clear: both;
}

.InfoBlock p {
    text-align: left;
}

.InfoBlock .DelAddress {
    position: absolute;
    top: 5px;
    right: 5px;
}

tr.NotesRow {
    display: none;
}
tr.NotesRowVisible {
    display: table-row !important;
}

div.MainNote {
    clear: both;
    border-top: 1px solid #CCCCCC;
    margin-bottom: 1em;
}

div.NoteAuthor {
    float:left;
    width:20%;
    margin: 5px 0;
}
div.NoteText {
    float:left;
    width:50%;
    margin: 5px 0;
}
table thead tr th button {color: black;}
table#SupportTable tr {border-bottom: 1px solid black;}

.remodal-wider form.pure-form {
    max-width: 650px;
}


tr.dateOver, .datagrid table tbody tr:nth-child(even).dateOver td {
    background: #FFFFBA !important;
}

tr.dateLimit, .datagrid table tbody tr:nth-child(even).dateLimit td {
    background: #CCFFCC !important;
}

tr.dateWeekend, .datagrid table tbody tr:nth-child(even).dateWeekend td {
    background: #FFE3CC !important;
}

tr.dateHoliday, .datagrid table tbody tr:nth-child(even).dateHoliday td {
    background: #FF9595 !important;
}

.pure-inline {display: inline;}



.DevSystem {
    background-color: #7ab96a;
}