/* Modal backdrop fix for angular bootstrap modal */
.modal-backdrop{
  bottom: 0
}

.bg-info, .alert-info {
	background-color: #ADEDF9;
	background-image: none;
}

.hidden {
	display:none;
}

.profit-margin-switch {
	margin-top: 10px;
}

.profit-margin-switch span {
	font-size: 25px;
}

.inline-popover {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin-bottom: 15px !important;
}

.label.label-md {
	font-size: 100%;
}

.table-small-text>thead>tr>th {
	font-size: 12px;
}
.table-small-text>tbody>tr>td, .table-small-text>tbody>tr>td .form-control {
	font-size: 10px;
}
.table-small-text>tbody>tr>td .form-control {
	padding: 3px 12px;
	height: 28px;
}

.btn-default {
	background: #f5f5f5;
}

.page-header .btn {
	line-height: 1;
	margin-bottom: 6px;
}
.panel-heading .btn {
	line-height: 1;
	margin-bottom: 6px;
}

.btn-default .badge {
	background: #aaa;
}

.btn-thumbnail-height {
	padding-top: 24px;
	padding-bottom: 24px;
}

.modal-footer .alert {
	margin-bottom: 3px;
	text-align: left;
}

.modal-header {
	background: #177ACE;
	color: #fff;
}
.modal-header a, .modal-header small {
	color: #fff;
}

.alert-sm {
	padding-top: 4px;
	padding-bottom: 4px;
}

.text-white {
	color: #fff;
}
a.text-white:hover {
	color: #eee;
}
.panel, .panel-heading {
	border-radius: 0;
}
.panel .panel-heading .popover {
	color: #333;
}
.panel-primary {
	border-color: #ddd;
	box-shadow: 0px 2px 2px #aaa;
}
.panel-danger {
	border-color: #d9534f;
	box-shadow: 0px 2px 2px #d9534f;
}
.panel-danger .panel-heading {
	background: #c12e2a !important;
	color: #fff !important;
}
.panel-summary {
	box-shadow: none;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
}
.panel-summary .large {
	font-size: 26px;
	font-weight: bold;
}
.panel-summary .large small {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
.panel-summary-icon {
	float: left;
	font-size: 48px;
}
.panel-summary-text {
	float: left;
	margin-left: 15px;
}
.panel-blue {
	background: #4261AC;
	border-color: #4261AC;
	color: #fff;
}
.panel-green {
	background: #3DC961;
	border-color: #3Da961;
	color: #fff;
}
.panel-primary .panel-heading-green {
	background: #3DC961 !important;
	color: #fff !important;
	border-color: #3DC961;
}
.panel-primary .panel-heading-blue {
	background: #177ACE !important;
	color: #fff !important;
	border-color: #177ACE;
}
.panel-red {
	background: #C94159;
	border-color: #A94159;
	color: #fff;
}
.panel-primary>.panel-heading {
	background: #fff;
	color: #177ACE;
	font-weight: bold;
}

.panel-inverse {
	border-color: #177ACE;
	box-shadow: 0px 2px 2px #aaa;
}
.panel-inverse>.panel-heading {
	background: #177ACE;
	color: #fff;
	font-weight: bold;
}

.panel-inverse>.panel-heading-collapse-toggle:hover {
	background: #177AeC;
}

.panel-condensed .panel-heading {
	padding-top: 3px;
	padding-bottom: 3px;
}
.panel-condensed>table>tbody>tr>td, .panel-condensed>table>thead>tr>th {
	padding-left: 15px;
}

.fixed-modal-body {
	max-height: 700px;
	overflow: auto;
}

.panel-primary h2.sub-header {
	font-size: 18px;
}

.panel-primary h3.sub-header {
	font-size: 14px;
}

table tr.section-product>td {
	background: rgb(153,153,153); /* Old browsers */
background: -moz-linear-gradient(top, rgba(153,153,153,1) 0%, rgba(232,232,232,1) 2%, rgba(255,255,255,1) 31%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,153,153,1)), color-stop(2%,rgba(232,232,232,1)), color-stop(31%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(232,232,232,1) 2%,rgba(255,255,255,1) 31%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(232,232,232,1) 2%,rgba(255,255,255,1) 31%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(153,153,153,1) 0%,rgba(232,232,232,1) 2%,rgba(255,255,255,1) 31%); /* IE10+ */
background: linear-gradient(to bottom, rgba(153,153,153,1) 0%,rgba(232,232,232,1) 2%,rgba(255,255,255,1) 31%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
table tr.section-product:hover>td {
	background: rgb(117,117,117); /* Old browsers */
background: -moz-linear-gradient(top, rgba(117,117,117,1) 0%, rgba(206,206,206,1) 2%, rgba(234,234,234,1) 31%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,117,117,1)), color-stop(2%,rgba(206,206,206,1)), color-stop(31%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(117,117,117,1) 0%,rgba(206,206,206,1) 2%,rgba(234,234,234,1) 31%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(117,117,117,1) 0%,rgba(206,206,206,1) 2%,rgba(234,234,234,1) 31%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(117,117,117,1) 0%,rgba(206,206,206,1) 2%,rgba(234,234,234,1) 31%); /* IE10+ */
background: linear-gradient(to bottom, rgba(117,117,117,1) 0%,rgba(206,206,206,1) 2%,rgba(234,234,234,1) 31%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
table tr.section-product:hover>td h4 {
	text-shadow: 0px 0px 10px #fff;
}

table tr.section-product h4 {

	padding: 6px 12px 6px 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #177ACE;
	background: none;
	border-radius: 0px;
	margin-top: 0;
	text-transform: uppercase;

}

table.table-xs {
	font-size: 10px;
}
table.table-xs>tbody>tr>td {
	padding-top: 2px;
	padding-bottom: 2px;
}

table tr.section-product>td {
	border-top-color: #bbb;
	border-top-width: 2px;
}
.order-public-info {
	font-size: 12px;
	color: #555;
}
.order-private-info {
	font-size: 12px;
	color: #555;
}
.order-sidebar {
    background-color: #fff;
    border-left: 1px solid #ddd;
}
.panel-order-section>.panel-heading {
	font-size: 24px;
}
.panel-order-section>.panel-heading .panel-heading-caret {
	float: left;
	margin-right: 10px;
	font-size: 18px;
	margin-top: 6px;
}
.panel-order-section>.panel-footer {
	background: #177ACE;
	border-color: #177ACE;
	color: #fff;
}
.panel-body-category-subtotal {
	float: right;
	color: #177ACE;
	padding-right: 8px;
}
.panel-body-section-subtotal {
	font-size: 24px;
	float: right;
	color: #555;
	padding: 10px;
	margin-right: 0px;
}
.panel-heading-section-subtotal {
	font-size: 24px;
	float: right;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  padding-top: 51px;
  background: #fff;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;

	border-top: 3px dashed #ccc;
	box-shadow: 0px -6px 12px #ccc;
}

.footer .text-muted {
	margin: 20px 0;
}

.form-signin {
	max-width: 330px;
	margin: 0px auto;
}

.container.main {
	background: #f4f4f4;
	border: 0px solid #ccc;
	box-shadow: 0px 1px 1px #888;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.container-flow-nav {
	margin-bottom: 0px;
		padding-left: 0;
		padding-right: 0;
}
.container-flow-nav .navbar-toggle {
	margin-top: 0;
	padding-top: 0;
	margin-right: 0;
}
.container-flow-nav>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-vesivek {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 0px;
	width: 100%;
}
.navbar-vesivek.affix-top .container {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
.navbar-vesivek.affix {
	width: 100%;
	top: 50px; /* top fixed navbar height */
	left: 0px;
	z-index: 1001;
}
.navbar-vesivek.affix .container {
}
.navbar-vesivek .navbar-collapse {
	padding-left: 0px;
}
.navbar-vesivek-main {
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.navbar-vesivek-main .navbar-brand {
	background: #177ACE;
	color: #fff;
}
.navbar-vesivek .navbar-nav>li>a {
	border-right: 1px solid #ddd;
}
@media (min-width: 768px) {
	.navbar-vesivek .navbar-nav>li>a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.main .page-header {
	border-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.main .page-header h1 {
	color: #177ACE;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.main .navbar {
	margin-bottom: 2px;
}
.main .navbar-toggle {
	float: none;
	margin-right: 10px;
	margin-left: 10px;
}
table>thead>tr>th.right-aligned,
table>tbody>tr>td.right-aligned,
table>tfoot>tr>td.right-aligned {
	text-align: right;
}
table>tfoot>tr>td {
	font-weight: bold;
}

.content-loading {
	padding-top: 20px;
	padding-bottom: 20px;
}

.title-bar {
	background: #177ACE;
	color: #fff;
	border: 0px solid #ddd;
	font-size: 20px;
	padding: 8px 16px;
	width: 100%;
}
.title-bar .navbar-toggle .icon-bar {
	background-color: #fff;
}

/* Forms */
legend {
	background: #eee;
	border-color: #ccc;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}
.panel-heading-collapse-toggle {
	cursor: pointer;
}
.panel-heading-collapse-toggle:hover {
	background: #ddd;
}

.panel-heading-caret {
	float: right;
	margin-top: 2px;
	margin-right: 4px;
}
/* /Forms */


/* Images */

.images-page-added-products {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.thumbnail-row {
	background: none;
	border: 0px solid #ccc;
	margin-bottom: 0px;
	padding: 0px;
}
.thumbnail-row ol li.active {
	border-bottom: 3px solid #77E077;
}
.drawl {
	box-shadow: 0px 5px 15px #333;
}
.drawl #tools {
	background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
	background-image: -o-linear-gradient(top,#fff 0,#f8f8f8 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));
	background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: 2px;
}
.drawl #paper {
	border: 1px solid #ddd;
}

.fileinput-button {
	font-size: 26px;
	padding-top: 13px;
	margin-right: 10px;
	border-radius: 0;
	padding-bottom: 6px;
	height: 60px;
}
.fileinput-button .plus-icon {
	font-size: 14px;
	position: absolute;
	top: 5px;
	right: 4px;
}
.upload-images-guide-text {
	color: #aaa;
	font-size: 16px;
	margin-top: 15px;
	position: relative;
	float: left;
	margin-left: 0px;
}

.thumbnail-row .progress {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
	position: absolute;
	top: -9px;
	width: 100%;
}

.fileinput-button input {
	font-size: 46px;
}
.module-block {
	background-image: -webkit-linear-gradient(top,#ddd 0,#d8d8d8 100%);
	background-image: -o-linear-gradient(top,#ddd 0,#d8d8d8 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#d8d8d8));
	background-image: linear-gradient(to bottom,#ddd 0,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddddd', endColorstr='#ddd8d8d8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 0px 5px #222;
	box-shadow: 0px 0px 0px #222;
	border: 1px solid #ccc;
}
.module-block h5 {
	font-size: 14px;
	font-weight: bold;
}

.thumbnail-row {
	margin-top: 4px;
	margin-bottom: 0px;
}
.thumbnail-row ol {
	margin-left: 0px;12px
	margin-bottom: 0px;
	padding-left: 0;
	list-style: none;
}
.thumbnail-row ol li {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}
.thumbnail-row ol li img {
	border: 2px solid #aaa;
}
.thumbnail-row ol li.active img {
	border: 2px solid #555;
}

.thumbnail-row ol li .loader {
	background: #ddd;
	opacity: 0.5;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.thumbnail-row ol li .loader img {
	border: 0;
	margin-left: 22px;
	margin-top: 22px;
}

.thumbnail-row .inner {
	position: relative;
	padding-bottom: 0px;
	padding-top: 5px;
}

.images-app .right-column {
	margin-top: 0px;
}
.images-app .right-column .panel {
	border-radius: 0;
}
.images-app .right-column .panel-heading {
	border-radius: 0;
}

.images-app .right-column .list-group-item {
	font-size: 12px;
}

.images-app h1 {
	font-size: 24px;
}

.save-state-information {
	float: right;
	font-size: 12px;
	color: #aaa;
	margin-top: 0px;
	margin-right: 10px;
	font-weight: normal;
}
.navbar-right .save-state-information {
	margin-right: 0px;
}
.summary-save-block .save-state-information {
	float: left;
}
.summary-save-block {
	float: left;
	display: block;
	padding: 5px 10px;
	width: 100%;
}
.summary-save-block.bg-success .save-state-information {
	color: #3c763d !important;
}
.summary-save-block.bg-warning .save-state-information {
	color: #8a6d3b !important;
}
.hidden-submit {
	position: absolute;
	left: -9999px;
}
.image-wrapper {
	background: #ccc;
	display: block;
}
.navbar-vesivek.navbar-image-controls {
	margin-bottom: 5px;
}
.navbar-vesivek.navbar-image-controls a {
	cursor: pointer;
}
.navbar-vesivek.navbar-image-controls li.danger {
	background: #d9534f;
}
.navbar-vesivek.navbar-image-controls li.danger a {
	color: #fff;
}
.navbar-vesivek.navbar-image-controls li.success {
	background: #5cb85c;
}
.navbar-vesivek.navbar-image-controls li.success.disabled {
	background: #BAE0BA;
}
.navbar-vesivek.navbar-image-controls li.success a {
	color: #fff;
}
.panel-body-help {
	font-size: 12px;
}
.panel-products {
	border-bottom: 0px;
}
.panel-products .panel-body {
	padding: 0px;
}
.panel-products .list-group {
	margin-bottom: 0px;
}
.panel-products .list-group .list-group-item {
	border-left: 0px;
	border-right: 0px;
	border-radius: 0;
}
.panel-products .list-group .list-group-item.no-ui-image {
	color: #aaa;
	background: #eee;
	cursor: default;
}
.main nav.navbar-sections {
	margin-bottom: 10px;
}
.color-selections {
	display:block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 50px;
}
.color-label {
	height: 24px;
	outline: none !important;
	cursor: pointer;
}
.color-label.active {
	border-bottom-width: 3px;
	border-bottom-color: #555;
}
#textColorOptions .btn.active {
	border-bottom-width: 5px;
	border-color: #555;
}
/* /Images */

/* Summary */

.tab-pane-heading {
	margin-bottom: 5px;
	padding: 5px;
	display: block;
}
#cartSectionsTab.nav-tabs>li>a {
	border: 1px solid #ddd;
	border-radius: 0;
	border-bottom: 0px;
	font-weight: bold;
}
#cartSectionsTab.nav-tabs>li.active>a {
	background: #fff;
	color: #111;
	border-radius: 0;
	border: 1px solid transparent;
}
.panel-heading.align-with-table {
	padding-left: 0px;
	padding-right: 8px;
	margin-left: 8px;
}
.summary-products-list {
	border-top: 1px dashed #ccc;
	margin-top: 5px;
	list-style: none;
	padding-left: 0;
}
.summary-products-list li {
	font-size: 12px;
	padding: 5px 0;
}
.excluded td, .excluded td a {
	color: #bbb !important;
}
.excluded .badge {
	background: #ddd;
}
.panel-heading .excluded, .panel-heading .excluded strong {
	text-decoration: line-through;
}
.summary-nav-tabs {
	background: #eee;
	border-color: #177ACE;
	border: 1px solid #ddd;
	border-bottom: none;
}
.summary-tab-content {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-top: 0 none;
	padding: 10px;
	box-shadow: 0px 2px 2px #aaa;
	padding-bottom: 20px;
}
.summary-tab-content .save-state-information {
	color: #333;
}
.panel-group .panel {
	margin-bottom: 20px;
}

.section-sub-total {
	border-top: 1px dashed #ccc;
	padding-top: 5px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin-right: 10px;
	text-align: right;
}
.section-contact-totals {
	padding-top: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	margin-right: 10px;
	text-align: right;
}
.section-total-margin {
	font-size: 18px;
	font-weight: normal;
	color: #555;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 0px;
}
.help-block.text-danger, .section-total-margin.text-danger {
	color: #a94442;
}
.manual-subtotal {
	float: right;
	padding-right: 0px;
}
.input-manual-subtotal {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-right: 5px;
}
.input-group-manual-subtotal {
	margin-right: -8px;
}
.input-group-manual-subtotal .input-group-addon {
	background: none;
	border: 0;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-right: 8px;
	padding-left: 4px;
}
.input-group-manual-subtotal .input-group-prefix {
	background: #eee;
	color: #333;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
td.subtotal {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.table>tbody.sales-information-tbody {
	border-top: 2px solid #555;
}
.table>tbody>td.manual-subtotal-td {
	padding-right: 0px;
}
.right-aligned {
	text-align: right;
}
.table>tbody .subtotal-overruled {
	color: #aaa;
	text-decoration: line-through;
}
.price-column {
	min-width: 100px;
	text-align: right;
}
.panel-collapse .price-column {
}
.panel-primary.hilight-border {
	border-color: #90C3EF;
	box-shadow: 0px 1px 4px #007FED;
}
.panel-primary.disabled-border {
	border-color: #eee;
	box-shadow: 0px 1px 2px #ddd;
}
.section-buy-in-price {
	 display: block;
	 font-size: 12px;
}

.summary-save-block.affix {
	width: 100%;
	top: 50px; /* top fixed navbar height */
	z-index: 1001;
	left: 0;
}
.summary-save-block.affix-top .container {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

.sales-settings-popover {
	position: absolute;
	top: 100%;
	padding: 10px;
	z-index: 1001;
	display: block;
	right: 0;
	left: auto;
}
.use-vats-checkbox-label {
	color: #999;
	font-weight: normal !important;
	padding: 6px 10px;
	margin-left:3px;
}
.use-vats-checkbox-label.active {
	background: #177ACE;
	color: #fff;
	border-radius: 5px;
}
.btn.sales-settings-btn-active {
	background: #177ACE;
	color: #fff;
	border-radius: 5px;
}

/* /Summary */

/* Summary of offer */

.dl-horizontal.text-left dt {
	text-align: left;
}

.sub-header h4 {
	color: #888;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

hr.separator {
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #aaa;
	border-style: dashed;
}

table.table-offer tfoot {
	border-top: 2px solid #888;
}

.table-offer-grandtotal-row>td {
	font-size: 18px;
}
.table-offer-subtotal-row>td {
	border-top: 2px dotted #aaa !important;
	border-bottom: 2px solid #aaa !important;
	padding-bottom: 20px !important;
}
/* /Summary of offer */

/* Admin options */

tr.row-deleted td {
	text-decoration: line-through;
	opacity: 0.8;
}

/* /Admin options */



/* Contacts */
/*.cart_contact_panel {
	height: 220px;
}*/
.panel .panel-body address {
	margin-bottom: 0px;
}


/*
	Main navigation customization
*/
.navbar-vesivek {
}
.navbar-default .navbar-brand {
	background: #fff;
	font-size: 16px;
	line-height: 8px;
	height: 36px;
	border-right: 1px solid #ddd;
	color: #177ace;
	width: 140px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>li>a {
	font-weight: bold;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
	background: #fff;
	color: #177ACE;
}
.navbar-nav>li>a.bg-primary {
	background: #177ACE;
	color: #fff;
}
/*
.navbar-default .navbar-nav>li>a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 12px solid #eee;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 100%;
	z-index: 2;
}

.navbar-default .navbar-nav>li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 12px solid white;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.navbar-default .navbar-nav>li:first-child a {
	padding-left: 10px;
}
.navbar-default .navbar-nav>li:nth-child(2) a       { background:        #ccc; }
.navbar-default .navbar-nav>li:nth-child(2) a:after { border-left-color: #ccc; }
.navbar-default .navbar-nav>li:nth-child(3) a       { background:        #ccc; }
.navbar-default .navbar-nav>li:nth-child(3) a:after { border-left-color: #ccc; }
.navbar-default .navbar-nav>li:nth-child(4) a       { background:        #ccc; }
.navbar-default .navbar-nav>li:nth-child(4) a:after { border-left-color: #ccc; }
.navbar-default .navbar-nav>li:nth-child(5) a       { background:        #ccc; }
.navbar-default .navbar-nav>li:nth-child(5) a:after { border-left-color: #ccc; }
.navbar-default .navbar-nav>li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}*/
.floatr {
	float:right;
}
.required:after {
    content: "*";
    color:red;
    font-size: 20px;
}

@media (max-width: 1600px) {
	.panel-summary .large {
		font-size: 18px;
	}
}
@media (max-width: 1200px) {
	.panel-summary-icon {
		font-size: 36px;
	}
}

table.table-snowload>tbody>tr>td.heading {
	background: #ddd;
	color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: bold;
}
table.table-snowload>tbody>tr>td {
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.sections_new_btn{
	background: #BBF1AF; 
	color: #185625 !important;
}

.sections_new_btn:hover{
	background: #0EA64E !important; 
	color: #fff !important;
}



#searchContactInput::-webkit-input-placeholder {
	color: #555;
	opacity: 1;
}
#searchContactInput:-moz-placeholder {
	color: #555;
	opacity: 1;
}
#searchContactInput:-ms-input-placeholder {
	color: #555;
	opacity: 1;
}

.alert-blue {
	background: #68A9E0;
	color: #fff;
}
.alert-blue a {
	color: #fff;
}


.table-orders>tbody>tr>td {
	font-size: 11px;
}

.order-detail-label {
	font-weight: bold;
	color: #555;
}
