.page-content {
	padding-top: 0px !important;
}

.tabbable-bordered {
	margin-top: 0px !important;
}

tr.extrainfo {
	display:none;
}
.orderline:hover {
	background: #ddd;
}
.orderline:hover input {
	background: #eaeaea;
}
.vis-item .vis-item-content {
    padding: 0px !important;
}
.vis-saturday, .vis-sunday {
	background-color: #efefef;
}
.orderline {
	padding: 2px;
}
.bt {
	border-top: 1px dotted #3598dc !important;
}
.bb {
	border-bottom: 1px dotted #3598dc !important;
}
.bl {
	border-left: 1px dotted #3598dc !important;
}
.br {
	border-right: 1px dotted #3598dc !important;
}

.dz-preview, .dz-processing, .dz-image-preview, .dz-success, .dz-complete {
	display: inline-block !important;
	padding: 10px;
}
.dz-success-mark, .dz-error-mark {
	display: none !important;
}

.imagethumb:hover {
	border: 1px solid #377ad5;
}

.navbar-fixed-top {
    z-index: 995 !important;
}
.nopadding {
   /*padding-right: -10px !important;*/
}
/*
.selected {
	border: 1px solid #a3ccff !important;
	background: aliceblue;
}*/
.error {
	background: #ffe0e0 !important;
}
.isdragging {
	background: #e9f2fd !important;
}
.success {
	background: #a8e8a8 !important;
}

.routeselect {
	padding: 10px;
    margin: 10px;
	cursor:pointer;
}
.bg-blue .routeselect {
    border: 2px solid white;
	background: #3598dc;
}
.bg-blue .routeselect:hover {
	background: rgba(163, 200, 226, 0.5);
}
.bg-grey-steel .routeselect, .bg-grey-steel .routeselect.active {
    border: 2px solid black;
}

.routeselect.active {
    border: 2px solid white;
	background: #3598dc;
}
.routeselect.active:after {
   content: "\f00c";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
   float: right;
}

.searchresults {
	background: white;
	border: 1px solid #3b3f51;
    border-top: 0px;
	position: absolute;
	padding: 0px !important;
}
.searchresults  .searchresult { 
	padding: 7px 7px;
	cursor: pointer;
}
.searchresults  .searchresult:hover { 
	background: #ddd;
}
.searchresults a:hover {
	text-decoration: none;
}
.searchresults .searchresult .fa {
	padding-right: 8px;
}

.pswp__button.pswp__button--share {
	display: none !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .subject {
    margin-left: 6px !important;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-inbox>.dropdown-menu .dropdown-menu-list>li .message {
    margin-left: 6px !important;
}

.onlinestatus {
	float: right;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 10px !important;
	text-align:center;
	color: white;
	font-size: smaller;
}
.onlinestatus.offline {
	background: #909090;
}
.onlinestatus.online {
	background: #4ec54e;
}
.onlinestatus.idle {
	background: orange;
}

.page-quick-sidebar-wrapper {
	border: 2px solid;
	overflow-y: scroll;
}

.chat-form {
    bottom: 0px;
	margin-top: 0px !important;
	position: fixed;
    width: 515px;
}
.chats li .avatar {
	font-size: 30px;
    background: #ddd;
    text-align: center;
}
.chats li.in .avatar {
	margin-left: 5px;
}
.page-quick-sidebar-wrapper .scroller {
	padding: 10px !important;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .time {
	margin-right: 5px;
}
.chats .chatmessage:last-child {
	margin-bottom: 75px !important;
}

.customersuggestion {
	border: 1px solid #999;
    border-radius: 10px !important;
    padding: 2px 5px;
    margin-top: 5px;
	margin-right: 5px;
    display: inline-block;
}
.customersuggestion.active  {
	background: #51af4b;
    border-color: #3598dc;
    color: white;
}
.customersuggestion.active:hover  {
	background: #51af4b;
    border-color: #3598dc;
    color: white;
}
.customersuggestion:hover {
	background-color: #fff;
	cursor:pointer;
}
.customersuggestion .fa {
	display: none;
}
.customersuggestion.active .fa {
	display: inline;
}

.chats li {
    list-style: inherit !important;
}

#customersuggestions_wrapper {
	display:none;
}

#customersuggestions_wrapper .fa-chevron-down {
	position:absolute; 
	right: 10px; 
	top:10px;
	cursor:pointer;
}

.chatmessage .body {
	color: #000 !important;
}
.deliverylog td {
	padding: 3px !important;
}
.deliverylog td ul {
	margin-bottom: 0px !important;
}
.systemlog {
	display:none;
}
#packinglist {
	display:none;
}

#signorder {
	display:none;
	position: relative;
	width: 504px;
	margin: 30px 30px 30px 0px;
}
#signorder canvas {
	border: 2px solid #ddd;
}

.previmg {
	max-width: 150px; 
	width: 150px;
	margin: 10px;
    border: 2px solid #999;
}
.uploadedimg {
	max-width: 150px; 
	width: 150px;
	margin: 10px;
    border: 2px solid #8cc58a;
}
.dashboard-stat2 .display .icon {
    position: absolute;
    right: 30px;
}

.invoicerow:hover, .invoicerow:hover input {
	background: #f5f5f5;
}

.filestable th {
	background: #b3b3b3;
	color: #fff;
	padding: 10px !important;
}