* {
    margin: 0;
    padding: 0;
    line-height: 1;
}

p {
    margin-bottom: 20px;
}

body {
    background-color: #EEEEEE;
    font-family: Arial, Sans-Serif, Verdana;
    font-size: 13px;
}

#footer {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

h1 {
    padding: 7px 0px 8px;
    font-size: 28px;
}

.h2, h2 {
    font-size: 22px;
}

#header {
    height: 75px !important;
}

.message {
    border-top: 1px dotted #CECECE;
    margin: 20px 0 0 0;
}

.bgwhite {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: white;
    padding: 0px 30px;
}

#header ul {
    list-style-type: none;
    position: absolute;
    top: 37px;
    right: 20px;
}

#header ul li {
    float: left;
    margin-right: 1px;
}

#header ul li a {
    display: block;
    padding: 10px 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.caption {
    color: #888888;
    font-size: 13px;
    border-top: 1px dashed #E0E0E0;
    border-bottom: 1px dashed #E0E0E0;
    padding: 10px 0px;
    margin: 0px 0 26px 0;
}

#bar {
    height: 31px;
    margin-bottom: 30px;
}

#footer {
    padding: 20px;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #888888;
}

/* BOOTSTRAP STUFF*/
.LoginButt {
    border-radius: 4px;
    padding: 10px 12px;
    margin: 6px 0 0 0;
}

.yellowBoxInner {
    padding: 10px;
}

p.noRows {
    margin: 20px 0;
}

.list-group-item.active a {
    color: #fff;
}

.navbar-brand {
    height: 70px !important;
}

#navbar {
    margin-top: 1px;
}

#navbar > li > a {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

#navbar > li:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.statusBug {
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 7px;
    font-size: 10px;
}

.table .statusBug {
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 7px;
    font-size: 10px;
    margin: 0 auto !important;
    display: block;
    text-align: center;
}

.btn-related {
    background-color: #757575;
    border-color: #757575;
}

td.canvas > td .statusBug {
    display: block;
    width: 85%;
}

.statusBug a {
    color: #FFFFFF;
    text-decoration: none;
}

.statusSquare {
    height: 18px;
    width: 18px;
    float: left;
    margin-right: 7px;
}

.list-group-item a {
    width: 100%;
    display: block;
    color: black;
}

.list-group-item a img {
    max-height: 20px;
    margin-right: 7px;
}

.quoteconvertion {
    float: right;
    color: #ccc;
    font-size: 16px;
    padding-top: 0;
    margin-left: 10px;
    text-decoration: none;
}

.formTbl {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background-color: #F8F8F8;
    width: 100%;
    margin-bottom: 20px;
}

.formTbl th {
    padding: 5px;
    text-align: left;
    color: #888888;
    font-weight: normal;
    width: 125px;
}

.formTbl td {
    padding: 5px;
}

.bigField {
    font-family: Arial, Sans-Serif, Verdana;
    font-size: 15px;
    padding: 3px;
    width: 95%;
    border: 1px solid #E5E5E5;
}

.bigFieldSmall {
    width: 60px
}

.bigFieldMedium {
    width: 120px;
    text-align: center
}

.actions .btn {
    margin-right: 7px;
}

.actions {
    text-align: center;
}

/*
.table .btn-primary {
    margin: 0 auto;
    display: inline-block;
    padding: 3px 12px;
    width: 46%;
}

.table .btn-order-view {
    margin: 0 auto !important;
    display: block !important;
	color: #fff;
}
 */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    font-size: 12px;
}

.orderSection tr.total th {
    text-align: right;
}

.toggleSite {
    position: absolute;
    top: -2px;
    right: 11px;
    padding: 10px 10px;
    color: #ccc;
    z-index: 9999;
}

.toggleSite a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    float: left;
    padding: 0 0 0 6px;
}

.toggleSite a:hover {
    text-decoration: none;
}

.row > .col-md-10.bgwhite, .row > .col-xs-12.bgwhite {
    padding-bottom: 28px;
}

.col-md-4.targetblock {
    border-right: 1px dotted #999;
    padding: 0.8% 15px 0.8% 15px;
}

.targetblock:nth-child(3) {
    border-right: none;
}

.col-md-6.col-xs-6.targetblock {
    padding: 1% 15px 0 15px;
}

#tabs table.table-bordered thead tr th,
#tabs table.table-bordered tr th,
#tabs table.table-bordered tr td {
    border-top: none !important;
}

#tabs table.table-bordered tr:first-child th:first-child,
#tabs table.table-bordered tr:first-child td:first-child {
    border-left: solid 1px #4A4A4A;
}

.ui-tabs .ui-tabs-nav li {
    top: 2px !important;
}

.ui-tabs .ui-tabs-panel,
.ui-tabs {
    padding: 0 !important;
    border: none !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl,
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -webkit-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
}

.ui-tabs .ui-tabs-nav {
    padding: 0 !important;
}

.ui-tabs-nav {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none !important;
}

.ui-tabs table tr th {
    background-color: #4a4a4a;
    color: white;
}

.ui-tabs .status {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.ui-tabs-active.ui-state-active {
    background-color: #4a4a4a !important;
    border: none;
}

.ui-tabs-active.ui-state-active a {
    color: white !important;
}

.badge-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.badge-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.badge-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.badge-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.aligh-right {
    text-align: right !important;

}

td.profit-pc {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

td.profit-pc.align-center {
    text-align: center;
    padding: 7px !important;
}

td.profit-pc div.pc {
    height: 100%;
    width: 0;
    background-color: green;
    padding: 14px;
    position: relative;
    left: -28px;
    top: 0;
    color: white;
    display: none;
    text-align: center;

}

tr .no-profit {
    background-color: rgba(255, 0, 0, 0.05);
}

.btn.setpriorty {
    opacity: 0.8;
}

.setpriorty.selected {
    opacity: 1;
    font-weight: bold;
}

#messages {

}

#messages li {
    list-style: none;
}

#messages li div strong {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}

#messages li div {
    margin-bottom: 7px;
    padding: 15px 7px;
    font-size: 13px;
    line-height: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

h1.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

h1.border-bottom .btn {
    margin-right: 7px;
}

.review {
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.38);
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    margin: 7px;
    min-height: 270px;
}

.review p {
    font-size: 12px;
    font-color: #ccc;
    line-height: 18px;
    padding: 7px 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.review .glyphicon {
    margin: 0 2px;
}

.review .glyphicon-star-empty {
    opacity: 0.5;
}

.review .delete {
    position: absolute;
    bottom: 14px;
    right: 28px;
    color: #ccc;
}

#messageOverlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 15px;
    width: 100%;
    z-index: 99999;
    display: none;
}

#messageOverlay .message {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    color: white;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 80%;
    top: 15px;
    margin: 0 auto;
    display: none;
}

#messageOverlay .pleasewait {
    background-color: white;
    padding: 7px;
    color: white;
    position: relative;
    -webkit-border-radius: 4x;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 400px;
    margin: 0 auto;
] display: none;
}

#messageOverlay .pleasewait img {
    width: 150px;
    margin: 10px 125px;
}

#messageOverlay .message .alert {
    margin: 0 !important;
    text-align: center;
}

.tab-content {
    margin: 10px 0 20px;
}

.thumbnail {
    height: 190px;
    background: #eee;
    margin-bottom: 10px;
    padding: 15px;
}

.thumbnail > img.img-responsive {
    max-height: 100%;
}

.stat-block {
    min-height: 150px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding: 0;
}

.stat-block .title {
    font-size: 18px;
    padding: 20px;
    min-height: 40px;
}

.stat-block .title .small {
    font-size: 70%;
}

.stat-block .totals {
    font-size: 40px;
    position: absolute;
    padding: 10px;
    text-align: center;
    width: 100%;
    bottom: 10px;
}

.related-week {
    padding: 10px 20px;
}

.related-week .btn-expand {
    margin-right: 10px;
}

.related-week .related-prod {
    display: none;
}

.related-week .parent.info {
    cursor: pointer;
}

.related-week .child-row {
    padding-left: 30px;
}

.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(images/treeview-default.gif) -64px -27px no-repeat;
    height: 9px;
    margin-top: 5px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
    display: inline;
    float: none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview .hover {
    color: red;
    cursor: pointer;
}

.treeview li {
    background: url(images/treeview-default-line.gif) 0 0 no-repeat;
}

.treeview li.collapsable, .treeview li.expandable {
    background-position: 0 -173px;
}

.treeview li.red {
    color: red;
}

.treeview li.black {
    color: black;
}

.treeview .expandable-hitarea {
    background-position: -80px -5px;
}

.treeview li.last {
    background-position: 0 -1766px
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
    background-image: url(images/treeview-default.gif);
}

.treeview li.lastCollapsable {
    background-position: 0 -111px
}

.treeview li.lastExpandable {
    background-position: -32px -67px
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
    background-position: 0;
}

.treeview-red li {
    background-image: url(images/treeview-red-line.gif);
}

.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
    background-image: url(images/treeview-red.gif);
}

.treeview-black li {
    background-image: url(images/treeview-black-line.gif);
}

.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
    background-image: url(images/treeview-black.gif);
}

.treeview-gray li {
    background-image: url(images/treeview-gray-line.gif);
}

.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
    background-image: url(images/treeview-gray.gif);
}

.treeview-famfamfam li {
    background-image: url(images/treeview-famfamfam-line.gif);
}

.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable {
    background-image: url(images/treeview-famfamfam.gif);
}

.treeview .placeholder {
    background: url(images/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
}

.filetree li {
    padding: 3px 0 2px 16px;
}

.filetree span.folder, .filetree span.file {
    padding: 1px 0 1px 16px;
    display: block;
}

.filetree span.folder {
    background: url(images/folder.gif) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
    background: url(images/folder-closed.gif) 0 0 no-repeat;
}

.filetree span.file {
    background: url(images/file.gif) 0 0 no-repeat;
}

.list-group .fa,
.list-group .glyphicon {
    font-size: 14px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
}

.list-group-item.filtering .glyphicon-ok {
    display: none;
}

.list-group-item.filtering.list-group-item-success .glyphicon-ok {
    display: block;
}

.loadingFrame {
    position: relative;
}

.loadingFrame .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    position: absolute;
    display: none;
    text-align: center
}

.loadingFrame .overlay span {
    padding:15px 0;
    display: block;
    font-size: 3em;
    text-shadow: 2px 2px rgba(0,0,0,0.2);
    text-align: center;
}

.filtering, #nextButton, #prevButton
{
    cursor:pointer !important;
}

.filters select.form-control{
    padding:2px 5px;
    height:25px;
    margin-top:-6px !important;
}

th.align-center,
td.align-center,
td.align-center input[type="text"]{
    text-align:center !important;
}
.form-control.condensed{
    padding:3px;
}
.mass-update-table .border-right{

    border-right:2px solid black !important;
}
ul.list-group.condensed li.list-group-item
{
    padding:4px;
}

.google-analytics-info ul.list-group li.list-group-item strong
{
    width:50%;
    display:inline-block;
    text-align:right;
}

@media (min-width: 1025px) {
    .brand-padding {
        padding: 8px 15px 15px 15px !important;
    }
}

.inline-block {
    display: inline-block !important;
}

.centred-image {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
