body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
	font-family: Arial,sans-serif;
}

form.navbar-form {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 14px;
}

label {
	padding-top: 7px;
}

legend {
	border-bottom: 1px solid #e5e5e5;	
}

.list-group .list-group-item .row-picture i, .list-group .list-group-item .row-action-primary i {
	background-color: #336699;
}

.panel-default .panel-heading {
	background-color: #88bbee;
	border-radius: 0;
	color: #000000;
}

.panel-footer {
	background-color: #f8f8f8;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: none;
}

.navbar.navbar, .navbar-default.navbar {
	background-color: #336699;
}

.navbar.navbar .dropdown-menu .active > a, .navbar-default.navbar .dropdown-menu .active > a {
	background-color: #336699;
}

.navbar.navbar .dropdown-menu li > a:hover, 
.navbar-default.navbar .dropdown-menu li > a:hover,
.navbar.navbar .dropdown-menu .active > a:hover, 
.navbar-default.navbar .dropdown-menu .active > a:hover {
	color: #336699;
}

.navbar.navbar .dropdown-menu .active > a, 
.navbar-default.navbar .dropdown-menu .active > a {
	background-color: #336699;
	color: #FFFFFF;
}

body {
	background-color: #efefef;
}

.content-width {
	width: 90%;
	max-width: 1280px;
	text-align: left;
}

.list-group .list-group-separator-width100::before {
	width: 100%;
}

.alert {
	margin-left: 15px;
	margin-right: 15px;
}

a,
a:hover,
a:focus,
a:active {
	color: #336699;
}

a:focus,
a:active {
	text-decoration: none;
	outline: 0;
}

input[type=checkbox]:focus,
input[type=checkbox]:active,
input[type=radio]:focus,
input[type=radio]:active {
	outline: 0;
	outline-offset: 0;
	background: none;
}

input[type=checkbox].form-control,
input[type=radio].form-control {
	height: auto;
	background: none;
	width: auto;
}

input.order-amount,
input.order-amount:focus {
	background-color: #ffddcc;
	padding-right: 3px;
	padding-left: 3px;
	text-align: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance : none; margin : 0; }
input[type=number] { 
	-moz-appearance : textfield;
}

.carousel-caption {
	text-align: left;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 25px;
	right: 0px;
	left: 0px;
}

.carousel-control {
    background: #222222 none repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 27px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 100;
    height: 46px;
    left: 15px;
    line-height: 30px;
    margin-top: -20px;
    margin-right: 14px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 46px;
}

.carousel-indicators {
	bottom: 0px;
}

div.fixed-table-toolbar
{
	clear: both;
}

table.order {
	margin: 0px;
	width: 100%;
}

table.order > tbody > tr > td {
	vertical-align: middle;
}

table.order tr:first-child td,
table.order tr:first-child th {
	border-top: 0px;
}

table.order th {
	text-align: right;
}

table.order td.img-col {
	width: 140px;
	text-align: center;	
}

table.order td.img-col img {
	border: 0px;
	padding: 10px;
}

table.order td.img-col .list-group-item {
	overflow: visible;
	padding: 10px;
}
	
table.order td.position-col,
table.order td.input-col {
	padding: 1px; 
	padding-top: 2px; 
}

table.order td.position-col {
	padding-right: 5px;
	width: 70px;
}

table.order td.input-col {
	padding-left: 15px;
	width: 40px;
}

table.order td.position-col input[type=text] {
	width: 60px; 
	padding-right: 5px; 
	text-align: right;
}

table.order td.input-col input[type=number] {
	width: 40px;
	text-align: right;
}

.nav > li.show-at-full-navbar,
.show-at-full-navbar {
	display: none;
}

.nav > li.show-at-collapsed-navbar {
	display: block;
}

nav.custom-fixed-navbar {
	position: relative;
}

a.jump-anchor {
	position: relative;
	top: 0px;
}

@media (min-width: 768px) {
	.nav > li.show-at-full-navbar,
	.show-at-full-navbar {
    	display: block;
	}
	
	nav.custom-fixed-navbar {
		position: fixed;
	}
	
	.nav > li.show-at-collapsed-navbar {
    	display: none;
	}
	
	a.jump-anchor {
		top: -80px;
	}
}

@media (max-width: 1024px) {
	.content-width {
		width: 100%;
	}
}

.nav-tabs {
	background: none;
}

.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus {
	color: #336699 !important;
	font-weight: normal;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	background-color: #fff !important;
	border-color: #ddd #ddd transparent !important;
	border-width: 1px !important;
	border-style: solid !important;
}

div.content {
	background-color: #FFFFFF;
	padding: 20px;
	border: 1px solid #ddd;
	border-top: 0px;
	margin-bottom: 20px;
}

div.content table.ajax > thead > tr > th {
	border-bottom: 1px solid #ddd;
}

div.content table.table tr.datarow:nth-child(even),
div.content table.ajax tbody tr:nth-child(odd) {
	background-color: #eee;
}

div.content table.table tr.section td {
	background-color: #B7CEEC;
	color: #222;
	border-top: 0px none;
	border-bottom: 1px solid #FFF;
}

div.content form {
	margin: 0px;
}

div.content legend {
	font-size: 16px;
}

div.content .panel-footer
{
	margin: -20px;
	margin-top: 20px;
}

.admin.alert {
	max-width: 1400px;
}

.editableform .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.editable-input {
	margin-top: 5px;
}

.editable-buttons .btn-sm {
	padding: 7px;
}

.popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.btn-default {
	border: 1px solid #999;
}

div.content .panel 
{
    border: 1px solid;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

div.file-input div.file-caption
{
	padding-top: 6px;
	padding-left: 4px;
}

div.file-input {
	margin-top: 15px;
}

div.file-input .input-group-btn .btn
{
	border-radius: 2px;
	padding: 10px;
	box-shadow: none;
	margin-right: 3px;
}

div.file-input .input-group-btn .btn-file
{
	padding: 7px;
	padding-left: 11px;
	padding-right: 5px;
}