/*@import "reset.css";*/
/*@import "buttons.css";*/
/*@import "text.css";
@import "common.css";*/
/*@import "uniform.default.css";
@import "forms.css"; */


/* MOVE ME SOMEWHERE */

.default-input-text {
	color:#AAAAAA;
}

.CodeMirror-wrapping {
	border: 1px solid #bbb;
}

.CodeMirror-line-numbers {
	width: 2.2em;
	background-color: #eee;
	color:#AAAAAA;
	font-family:monospace;
	font-size:10pt;
	text-align:right;
 }

.CodeMirror-line-numbers div {
	margin:0;
}

.ui-draggable, .ui-sortable {
	cursor:move;
}

/* Revisions */
.revision_pre
{
	border:				1px solid #ccc;
	overflow: 			hidden;
	padding:			10px;
	max-width:			95%;
	overflow-x: auto;
	font-size: 11px;
	background: #eee;
	margin: 0 auto;
}
.revision_pre del, .revision_pre ins
{
	display:			inline-block;
	min-height:			10px;
	padding:			0;
	text-decoration: 	none;
	width: 100%;
}
.revision_pre ins *, .revision_pre del *
{
	display:			inline;
}
.revision_pre ins span.highlight { background-color: #77d76d; }
.revision_pre del span.highlight { background-color: #d97070; }
.revision_pre ins
{
	background:			#8EE884;
}
.revision_pre del
{
	background:			#E88484;
}
#revision_preview_heading
{
	border-bottom:		1px solid #000;
	margin-top:			0px;
	padding-bottom:		5px;
}
/* END MOVE ME SOMEWHERE */

body {
	background: #FFFFFF url(../_images/admin/sidebar-bg.png) top left repeat-y;
	color: #444;
	overflow-x: hidden;
}
body#loggedout {
	background-image: url(../_images/admin/body-bg.jpg);
	background-repeat: repeat;
}

/* Wrap body with a border */
#top, #bottom, #left, #right {
	background: #202327;
	position: fixed;
}
#left, #right {
	top: 0; bottom: 0;
	width: 15px;
}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
	left: 0; right: 0;
	height: 15px;
}
#top { top: 0; }
#bottom { bottom: 0; }


/*a, a:focus, a:active, a:visited {
	outline: none;
	-moz-outline-style: none;
	color: #FF6400;
}*/
/*a:hover {
	color: #666666;
}*/
.clear-both {
	clear: both;
}

#page-wrapper {
	width: 100%;
}
#sidebar {
	width: 223px;
	display: table-cell;
	vertical-align: top;
	min-width: 223px;
	background-color: rgb(112,112,112);
	/*background: rgb(112,112,112) url(../../_images/admin/sidebar-bg.png) repeat-y 100% 0; */
	min-height:775px;
}
#sidebar footer {
	font-size: 11px;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	/*border-top: 1px solid #DDDDDD;*/
	margin-top: 55px;
}
#sidebar footer a {
	text-align: center;
	color: #FFF;

}
#content-wrapper {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
	font-size: 90%;
	width: 100%;
}
#content {
	padding: 10px;
}
.content {
	padding: 10px;
}
#logo {
	background: url(../_images/admin/login_logo.png) top center no-repeat;
	height: 80px;
	background-size:200px;
}
.websitediv {
	background: url(../_images/admin/ping_logo.png) top center no-repeat;
	height: 80px;
}
.routerdiv {
	background: url(../_images/admin/router.png) top center no-repeat;
	height: 80px;
}
.serverdiv {
	background: url(../_images/admin/server.png) top center no-repeat;
	height: 80px;
}
header#main {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 15px 0 13px 0px;
}
header#main h1 {
	font-size: 15px;
	color: #FFF;
	text-align: center;
	margin: 0;
}
#user-links {
	font-size: 10px;
	color: #FFF;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 20px 0 0;
}
#user-links a {
	color: #FFF;
	text-decoration: underline;
}
#user-links a:hover {
	color: #333333;
}

#main-nav ul,
#main-nav ul ul,
#main-nav ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#main-nav ul li a.top-link {
	display: block;
	text-align: right;
	border-top: 1px solid #d0d0d0;
	padding: 14px 20px 14px 0;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #545454;
}
#main-nav ul li a.last {
	border-bottom: 1px solid #d0d0d0;
}
#main-nav ul li a:hover {
	background-color: #fcfcfc;
	margin-right: 4px;
	padding-right: 16px;
}
#main-nav ul li a.current {
	/*background-color: #FFFFFF;*/
	background-color: #73A3CC;
}
#main-nav ul li a.current:hover {
	margin-right: 0;
	padding-right: 20px;
	cursor: default;
}
#main-nav ul li a.bottom-border {
	border-bottom: 1px solid #d0d0d0;
}
#main-nav ul ul {
	padding: 5px 0 20px 0;
	margin-right: 5px;
	background-color: #efeff6;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #fcfcfc;
}
#main-nav ul ul li {
	text-align: right;
	padding: 2px 15px 4px 0;
}
#main-nav ul ul li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #7e7e7e;
	padding-left: 12px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
#main-nav ul ul li a:hover {
	background: url(../_images/admin/nav-arrow.png) center left no-repeat;
	color: #333333;
	background-color: transparent;
}
#main-nav ul ul li a.current {
	background: url(../_images/admin/nav-arrow.png) center left no-repeat;
	background-color: transparent;
	border: 0;
	color: #333333;
}
#main-nav ul ul li a:hover,
#main-nav ul ul li a.current:hover {
	margin-right: 0;
	padding-right: 0;
}

/** Headers **/
#page-header {
	background-color: #424242;
	color: #ccd1d4;
	padding: 4px 10px;
}
#page-header h1 {
	font-size: 18px;
	color: #eef1f4;
	margin: 0;
	display: inline-block;
	text-shadow: 0 -1px 0 #000;
}
#page-header a {
	color: #eef1f4;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}
#page-header p {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 0 12px;
	font-weight: normal;
	display: inline-block;
}

#page-header-help {
	float: right;
}

#page-header-help a {
	color: #ff6400;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
}

/** Notifications **/

.notification {
	border: 1px solid;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 10px 10px 10px 36px;
	margin: 0;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	position: relative;
	display: none;
}
.notification p,
.box .notification p {
	margin: 0;
	padding: 0;
}
.error {
	background: #ffcece url('../_images/admin/icons/16/cross-circle.png');
	border-color: #df8f8f;
	color: #665252;
}
.attention {
	background: #fffbcc url('../_images/admin/icons/16/exclamation.png');
	border-color: #e6db55;
	color: #666452;
}
.livechatsupp {
	/*background: #BAF1F2 url('../_images/admin/icons/16/exclamation.png');*/
	background-color: #BAF1F2;
	border-color: #e6db55;
	color: #666452;
}
.success {
	background: #d5ffce url('../_images/admin/icons/16/tick-circle.png') no-repeat;
	border-color: #9adf8f;
	color: #556652;
}

.information {
	background: #dbe3ff url('../_images/admin/icons/16/information.png');
	border-color: #a2b4ee;
	color: #585b66;
}
/*.close {
	background-image: url('../_images/admin/icons/16/cross-small-grey.png');
	text-indent: -99999px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 16px;
	width: 16px;
}*/

/** Tables **/
table {
	width: 100%;
	border-collapse: separate;
}
table th,
table td {
	padding: 6px;
	vertical-align: middle;
}

table thead th {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #c2c2c2;
	text-align: left;
}
table thead th.checkboxes {
	width: 18px;
}
table tfoot td {
	padding: 0;
	border-bottom: 1px solid #DDDDDD;
}
/*table tbody tr.alt {
	background-color: #D1D1D1;
}*/

/** Icons **/
a.edit-icon {
	background-image: url('../_images/admin/icons/16/pencil.png');
	text-indent: -99999px;
	overflow: hidden;
	display: inline-block;
	height: 16px;
	width: 16px;
}
a.delete-icon {
	background-image: url('../_images/admin/icons/16/cross.png');
	text-indent: -99999px;
	overflow: hidden;
	display: inline-block;
	height: 16px;
	width: 16px;
}
a.add-icon {
	background-image: url('../_images/admin/plus.png');
	text-indent: -99999px;
	overflow: hidden;
	display: inline-block;
	height: 16px;
	width: 16px;
}

/** Shortcut Buttons **/
#shortcuts {
	border: 1px solid #DDDDDD;
	background-color: #F2F2F2;
	text-align: left;
	text-decoration: none;
	color: #666666;
}
#shortcuts h6 {
	margin: 0px;
	padding: 5px 15px 3px 10px;
	display: inline-block;
	float: right;
	vertical-align: middle;
	color: #999999;
	font-size: 13px;
}
#shortcuts ul,
#shortcuts li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#shortcuts li {
	display: inline-block;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #fefefe;
}
#shortcuts li.hidden {
	display: none;
}
#shortcuts li:first-child {
	border-left: none;
}
#shortcuts li a {
	display: block;
	padding: 5px 10px;
	text-align: left;
	text-decoration: none;
	color: #666666;
	vertical-align: middle;
	-webkit-background-clip: padding-box;

}
#shortcuts li a:hover {
	background-color: #fcfcfc;
}
#shortcuts a.add {
	background: #F2F2F2 url('../_images/admin/plus.png') 10px 50% no-repeat;
	padding-left: 35px;
}
#shortcuts a.search {
	background: #F2F2F2 url('../_images/admin/search.png') 10px 50% no-repeat;
	padding-left: 35px;
}
#shortcuts a.reorder {
	background: #F2F2F2 url('../_images/admin/reorder.png') 10px 50% no-repeat;
	padding-left: 35px;
}
#shortcuts a.list {
	background: #F2F2F2 url('../_images/admin/list.png') 10px 50% no-repeat;
	padding-left: 35px;
}
#shortcuts a.goback {
	background: #F2F2F2 url('../_images/admin/goback.png') 10px 50% no-repeat;
	padding-left: 35px;
}
#shortcuts a.edit {
	background: #F2F2F2 url('../_images/admin/edit.png') 10px 50% no-repeat;
	padding-left: 35px;
}

#lang-select {
	padding-left: 15px;
	margin-top: 15px;
}


#reorder-panel {
    padding-top: 40px;
}

.input-email {
	margin-left: 10px;
	top: -25px;
	float: left;
	position: relative;
	z-index: 9999;
}
.input-password {
	margin-left: 14px;
	top: -31px;
	float: left;
	position: relative;
	z-index: 9999;
}

/** Flexiboxes **/
.box {
/*	background-color: #efeff6; */
	background-color: #fbfbfc;
	width: 100%;
/*	min-width: 550px; */
	float: left;
	margin: 0 15px 25px 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.box header, .box footer {
	background-color: #f5f5f5;
	padding: 0 10px;
}
.box header {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.box header h3 {
	margin-bottom: 0;
}
.box header.open {
	background-color: #fff;
}
.box header:hover {
	background-color: #fcfcfc;
}
.box footer {
	padding: 10px;
	text-align: right;
	border-top: 1px solid #d6d6d6;
}
.box table {
	margin-bottom: 0;
}
.box table tbody {
	border-bottom: none;
}
.box p {
	margin: 10px;
}

.hover-toggle .toggle-item {
	visibility: hidden;
}
.hover-toggle:hover .toggle-item {
	visibility: visible;
}

/* Blank Slates */
div.blank-slate {
	text-align: center;
	vertical-align: top;
	width: auto;
	margin-top: 20%;
}
div.blank-slate img {
	margin: 0px 25px 15px 0;
}
div.blank-slate h2 {
	margin: -20px 0 0 0;
}


/*.buttons {
	margin-bottom: 25px;
}
*/
.noscript {
	display: block !important;
	padding: 7px 20px 7px 50px;
	background: #fffbcc url('../_images/admin/icons/16/exclamation.png') 10px 50% no-repeat;
	border: 2px solid #e6db55;
	font-weight: bold;
	color: #666452;
}

.clearfix:afer {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.form-control.col-lg-8 {
	width: 66.66666666666666%;
}




/* Grids */
@media screen and (max-width: 319px) {.unit{float: none !important; width: auto !important;}}
.line:after,.lastUnit:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0 !important;line-height:0;font-size:xx-large;content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
.line{*zoom:1;}
.unit{float:left;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{display:table-cell;float:none;width:auto;*display:block;*zoom:1;_position:relative;_left:-3px;_margin-right:-3px;}

/* Dashboard */
ul.recent-comments {
	margin-bottom: 0px;
}
ul.recent-comments li {
	list-style: none;
	width: 17%;
	height: 55px;
	margin: 0;
	overflow: hidden;
	border-right: 1px solid #e0e0e0;
	padding-top: 5px;
}
ul.recent-comments p {
	padding: 0;
	margin: 0;
}
ul.recent-comments .icon {
	width: auto;
}
ul.recent-comments li:last-child {
	border-right: none;
}
ul.recent-comments li img {
	float: left;
	margin: 0 10px;
}
ul.recent-comments a {
	color: #444;
}
ul.recent-comments a:hover {
	color: #ff6400;
}

ul.quick-links {
	margin-bottom: 0px;
}
ul.quick-links li {
	list-style: none;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
}
ul.quick-links li:last-child {
	border-bottom: none;
}
ul.quick-links li img {
	float: left;
	margin: 0 20px 10px 10px;
}
ul.quick-links a {
	color: #444;
}
ul.quick-links a:hover {
	color: #ff6400;
}
ul.quick-links h4 {
	font-size: 14px;
	line-height: 10px;
	margin-bottom: 8px;
	margin-top: 0;
}

/* Analytics */
#analytics {
	width: 100%;
	height: 300px;
}
div#analytics table {
	width: auto;
}

/* News Feed */
ul#news-feed {
	margin-bottom: 0px;
}
#news-feed li {
	border-top: 1px solid #e6e6e6;
	padding: 10px 15px 10px 90px;
	list-style: none;
	margin-left: 0;
	position: relative;
	clear: both;
}
#news-feed li:first-child {
	border-top: none;
}
#news-feed h3 {
	font-size: 14px;
	line-height: 10px;
	margin-bottom: 8px;
	margin-top: 0px;
}
#news-feed h3 a {
	color: #444;
}
#news-feed h3 a:hover {
	color: #ff6400;
}
#news-feed .date {
	position: absolute;
	top: 12px;
	left: 22px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #777;
	background-color: #fff;
	border: 1px solid #999;
	width: 2.2em;
}
#news-feed .date span {
	width: 100%;
	display: block;
	background-color: #ff6400;
	color: #fff;
	font-size: 12px;
}
#news-feed p {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}
/* Pagination Styles */
.pagination span {
	width: 25px;
	line-height: 25px;
	display: block;
	float: left;
	text-align: center;
	font-size: 1.3em;
	vertical-align: middle;
	margin-left: 2px;
	margin-bottom: 8px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
}
.pagination span.current {
	border: 0;
}
.pagination span a {
	text-decoration: none;
	font-size: inherit;
	display: block;
	font-weight: inherit;
}
.pagination span a:hover {
	background-color: #D1D1D1;
}

/* Report Styles */

.repdownload {
	padding: 10px;
}
.reportsp {
	padding: 5px;
	width: 90%
}
.reportssales {
	width: 20%;
}
.reportgeneral {
	width: 70%;
}
.reporttitle {
	font-size: 16px;
	color: gray;
	text-decoration:underline
}
#custdetails {
    font-size: 12px;
}
/* End Report Styles */


/* Category Styling */

.categoryimage { width: 40px; height: 40px; border: 1px solid #CBA; float: left; }
.img-small { width: 40px; height: 40px; border: 1px solid #CBA; float: left; }
.catimagefull { width: 200px; max-height: 200px; height: 200px; border: 1px solid #CBA; margin-bottom: 20px; }
.manfimagefull { width: 200px; height: 80px; border: 1px solid #CBA; margin-bottom: 20px; }
.bannerimagefull { width: 420px; margin-bottom: 15px; }
.bannercontent { float:left; width:50% }
.overlayimage { width:87% }
.overlay { float: right; position:relative; top:-565px; width:50%}
.overlay > h4{ text-align:center; margin-top:0px}

.overlaypreview { float:left}
.preview{ float:left; width:auto; height:auto}
.previewbannerimage{width:100%}
.preview_overlay{float:left; overflow: hidden;}
#hiddenimage{visibility:hidden; position:absolute}

#imagePicker { background-color: #CBA; margin-left: 20px; float: none; clear:none}
#kcfinder_div {
    display: none;
    position: absolute;
    width: 670px;
    height: 400px;
    background: #e0dfde;
    border: 2px solid #3687e2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 1px;
    left: 700px;
    top: 55px;
    z-index: 1;
}

#usersearch {
	padding: 10px;
}

#salessum {
	width: 300px;
}
.latestdescription{text-align:center;}

#featured_SelectCat{width:100%;}
#featured_SelectCat_search{
    width:100%; 
    margin-top: 10px;
    margin-left: 20px;
}
#featured_pag {
    width: 100%;
    float: left;
}
#featured_pag p{
    margin-bottom: -10px;
}

#featured_SearchForm{ float: left; width:300px; margin-top:30px; margin-left: 20px; border: solid 1px lightgrey; padding: 10px;}
#featured_SearchForm_search {  width:315px; margin-top:30px; margin-left: 20px; border: solid 1px lightgrey; padding: 10px;}
#featured_FindText { font-weight: bold;}
/*#featuredSearchBttn { float:left; height:32px; width:65px }*/
/*#search {width: 180px; margin-top: 5px;}*/ /* Removed as causing issues all over Admin area AP 061113 */
/*#search:focus { border: 1px solid red; }*/


.latest{ float:left; width:290px; margin:20px 20px 0 20px; padding-bottom:20px; border: 1px solid #B5B5B5}

.latest img{ margin-left:75px; width:100px}

.featured {
    float: left; width:300px; height: 260px; margin:20px 20px 0 20px; padding-bottom:20px; border: 1px solid #B5B5B5
}
.featuredimg {
    /*width:100px; height: 100px; border: solid 1px lightgrey; margin-left: 95px; margin-bottom: 5px;*/
    width:200px; height: 200px !important;
}
.featured_Highlight { border: 1px solid red; }
.featured h1 {
    width: 100%;
    background-color: lightgrey;
}
.featured_button {
	text-align: center;
	padding-top: 10px;
}
#selected_items {
	padding: 10px;
}
.breadcrumbs {
	padding-top: 15px;
}

table.itemlist {
    width:60%; float:left; margin-top: 10px;
}
th.itemlist {
    text-align: left;
}
.itemlist td {
    margin-left: auto; margin-right: auto;
}


#usersearch #email {
    height: 25px;
    width: 300px;
}

.ProdImages {
    width: 25%; float: right; margin-left: 15px;
}

.title-caption{color:#FFFFFF; border:1px solid #B1B1B1; width:98%; float:left; text-align:center; font-weight:bold; font-size:16px; background-color:#818181}
.title-value{width:40%; float:left; text-align:center; font-weight:bold; font-size:14px}
.title-option{width:33%; float:left; text-align:center; font-weight:bold; font-size:14px}
.body-background{float:left; width:98%; background-color:#D1D1D1;  border:1px solid #DDDDDD; padding:15px 0 0 0}
.body-option{width:28%; min-height:30px; background-color:#D1D1D1; float:left; text-align:right; padding-right:16px}
.body-value{width:50%; min-height:30px; background-color:#D1D1D1; float:left}
.body-action{width:30%; min-height:30px; background-color:#D1D1D1; float:left; text-align:center}
.body-action  > .button-action{padding:7px}

 .separator {min-height:30px; background-color:#FFFFFF; float:left; width:100%}

.btnAction {padding:7px}

#featured_ReturnAdd{float:left}

#selectedTable {
    width: 60%; float: left; margin-right:20px;
}

table.tablesorter th {
	font-size: 0.9em;
}

.spinner {
	background-image: url(../_images/admin/spinner.gif);
}




.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #d0d0d0;
  border-color: #d0d0d0;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Overriding some Bootstrap settings */
.navbar {
	margin-bottom: 5px;
}
.alert {
	margin-bottom: 5px;	
}
.btn-default {
  color: white;
  background-color: #73a3cc;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default[disabled] {
	color: black;
}

.btn-default.cancel {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-default.cancel:hover {
    background-color: #d2322d;
    border-color: #ac2925;
    color:white;
}
.btn-default.save {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-default.save:hover {
    background-color: #47a447;
    border-color: #398439;
    color: white;
}
.bb-alert {
	position: fixed;
	top: 25%;
	right: 5%;
	margin-bottom: 0;
	font-size: 1.2em;
	padding: 1em 1.3em;
	z-index: 2000;
}
.popover-content {
	width: 250px;
}
/* Groups Styling */
#GroupedItems p {
	width: 200px; border: 1px solid gray; border-radius: 3px; padding: 2px; display: inline-block;
}
#GroupSearchResults p {
	padding-top: 15px;
}
/*#featuredSearchBttn { float:left; height:32px; width:65px }*/
/*.search {width: 180px; margin-top: 5px;}
.search:focus { border: 1px solid red; }*/
.panel-default {
    font-weight: bold;
}

.btn-default.disabled {
	color: darkgrey;
}

.btn-default.disabled:hover {
	color: black;
}
#ea-cat-list td a {
	float: left;
}
.ea-del-cat {
	float: left;
}

body #OptionsDlg {
	width:700px !important;
}

/* Set this to have same size buttons within catman list */
.btn-catman {
	width: 120px;
}
.btn-catman-sm {
	width: 67px;
}

.container.login span.glyphicon {
	top: 0px;
}

.container.login .row {
	padding-top:75px;
}

.container.login .row legend {
	width: 100%;
	text-align: center;
}

#copy {
	position: absolute;
	/*bottom: 10px;*/
	color: #CCC;
	width: 100%;
}
.glyphicon-small {
	font-size: 12px;
}

/*.panel-default > .heading {
	border-bottom: 1px solid white;
}*/

/*.heading.current {
	background-color: pink;
	color: white;
}

a.heading.current {
	height: 37px;
}*/
.nav-pills > li > a {
    border-radius: 0px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: darkgray;
    color: black;
}
.nav-stacked > li {
	/*background-color: rgb(112,112,112);*/
	background-color: #6a6a6a;
	border-top: 1px solid #858585;
	border-bottom: 1px solid #4A4A4A;

}
.nav-stacked > li > a {
	color: white;
}

.nav-stacked ul > li > a {
	color: #FFF;
}

.sub-nav {
	background-color: #555;
}

#sidebar .nav > li > a:hover, .nav > li > a:focus {
	background-color: rgb(100,100,100);
}
.glyphgreen {
	color: #66CD00;
}
.glyphred {
	color :#EE2C2C;
}
.ea-help-block {
	width: 50%;
}

.onholdprodsearch form{padding:0px; margin:0px}

#ea-AssettSheet {
	padding-top: 20px;
}

#LuckinsSpec {
	padding-top: 20px;
}

.conf-update-navbar-sess{
	float:left;
	margin:15px 0 0 10px;
	clear:none;
}

.siteconfig-detail{
	float:right;
}

.hr-clear{
	clear:both;
}

.docoptions {
	padding-top: 20px;
}

.pinger{width:405px; height:145px; margin: -85px 0 0 50px; float:left;}
.pinger  span{color:#707070; float:left; font-size:15px; text-align:center; width:100%;}
.serverdiv{height:88px; width:68px; float:left; margin:20px 0 0 40px}
.routertoserverdiv{border:2px solid #0055aa; height:4px; width:60px; float:left; clear:none; margin:55px 0 0 0}
.websitetorouterdiv{border:2px solid green; height:4px; width:60px; float:left; clear:none; margin:55px 0 0 0}
.routerdiv{height:80px; width:68px; float:left; clear:none; margin:20px 0 0 0}
.websitediv{height:88px; width:68px; float:left; clear:none; margin:20px 0 0 3px}
#routertoserver_ping_results{visibility:hidden; width:110px; padding:0 0 3px 5px; position:relative; left:80px; top:-45px;color:#FFFFFF; background-color:#357ebd; float:left; border-radius:3px; box-shadow:3px 3px 2px #aaaaaa;}
#websitetorouter_ping_results {visibility:hidden; width:110px; padding-left:5px; height:60px; position:relative; left:210px; top:-45px; color:#FFFFFF; background-color:green; float:left; border-radius:3px; box-shadow:3px 3px 2px #aaaaaa;}


a.chatalert{color:#FF7E7E  !important; font-weight:bold; font-size:18px;
	-webkit-animation: flash linear 2s infinite;
	animation: flash linear 2s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

.custom_fields{max-height:440px !important; overflow-x: hidden; overflow-y: scroll;}
.add_custom_fields{max-height:200px}
.delivery_panel_header{min-height: 55px;}
.userdef_panel_header{min-height: 70px;}
.prodsearch_results{width:50%}
p.relatedprods{width:60%}
.norelatedresults{border-top:none !important}
.norelatedresults:hover{background-color:#FFFFFF !important}
#searchcustfields{width:100%}
.fixedbottom{position:fixed; bottom:0; width:100%; opacity:1}

#ea-ProdCatResult li { list-style: none; }

.IFselect {
	position:relative;
}

.IFselect .glyphicon-remove {
	position:absolute;
	bottom:5px;
	left:5px;
	background:red;
	color:#FFF;
	padding:3px;
	top:auto;
	font-size:10px;
}

.IFselect .glyphicon-remove:hover {
	background:#ddd;
	cursor:pointer;
}


#content .form-inline .form-group, #content .panel-body .form-group > div {
float:none!important;
vertical-align:bottom!important;
display:inline-block!important;
}