@CHARSET "ISO-8859-1";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.header {
	background: url('../images/header_bg.png') repeat-x #bdbdbd;
}

.wrapper {
	min-height: 100%;
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
	padding-bottom: 65px;
}

.jumbotron-welcome {
	border: 1px solid #ddd;
}
.jumbotron-welcome > h3 {
	color: #f00;
	text-shadow: 2px 2px 2px #fff;
}
.jumbotron-welcome > h3 > span {
	text-transform: uppercase;
}

div.actor-title {
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	background-color: rgba(255, 255, 255, .4);
	text-shadow: 2px 2px 2px #fff;
	border-bottom: 1px solid #bbb;
}

div.content-main {
	min-height: 500px !important;
	background-color: #fff;
}

h3.title {
	color: #333	
}

h3.title > span {
	color: #333;
}

h3.subtitle {
	color: #333	
}

h3 > div {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	font-style: italic;
}

a {
	color: #333;	
}
a.icon,
span.icon {
	color: #f00;	
}

a:focus,
a:active,
a:hover {
	color: #777;	
}
a.icon:focus,
a.icon:active,
a.icon:hover {
	color: #ff9800;	
}

footer {
	margin-top: 15px;
	padding: 15px;
	background: url('../images/header_inv_bg.png') repeat-x;
	height: 50px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
}

footer a {
	color: #333 !important;
	font-style: oblique;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #555 !important;
}

.nav-pills > li > a > span {
	color: #999999;	
}

.login-logo {
	margin: 20px auto;
}

.login-box {
	margin: 20px auto;
	width: 300px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #dddddd;
	padding: 0 30px 20px 30px !important;
}

.login-box button[type='submit'], input[type='submit'] {
	margin-top: 15px;
}

.btn-main {
  color: #fff;
  background-color: #333;
  border-color: #000;
  /*border-color: #02AB67;*/
}

.btn-main > img {
	margin-bottom: 3px;
	margin-left: 5px;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  color: #fff;
  border-color: #c00;
  background-color: #f00;
}

.navbar-brand-logo {
	padding-top: 8px;
}

ul.nav a > span {
	color: #f00;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, .4);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav-pills > li > a > span {
	color: #999999;	
}

.dropdown-menu {
	background-color: #fefefe;
}

.dropdown-menu-right {
	left: 0px !important;
	right: auto !important;
}

.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.nav-links > li > a {
	color: #333 !important;
}

.nav-links > li > a:hover,
.nav-links > li > a:focus,
.nav-links > li > a:active {
	color: #777 !important;
}

.alert {
  	padding: 8px;
}

.footer-margin {
}

.footer-margin .footer-margin-element {
	padding-top: 7px;
	margin-right: 15px;
	margin-left: 15px;
}

.footer-margin .footer-margin-element:first-child {
	margin-left: 0;
}

.pointer {
	cursor: pointer;
}

.fix-name { 
  	min-width: 220px !important;
	max-width: 220px !important;
	text-align: left;
}
.fix-name-2 { 
  	min-width: 200px !important;
	max-width: 200px !important;
	text-align: left;
}

.fix-bg {
  	min-width: 100px !important;
	max-width: 100px !important;
	border-left: 1px solid #ccc !important;
}
.fix-bg-2 {
  	min-width: 120px !important;
	max-width: 120px !important;
	border-left: 1px solid #ccc !important;
}

.fix-bg-green {
  	background-color: #dff0d8;
}
.fix-bg-green:hover {
  	background-color: #c1e2b3;
}
.fix-bg-red { 
  	background-color: #f2dede;
}

.fix-bg-red:hover {
  	background-color: #e4b9b9;
}

form select.not_chosen {
  color: #909090;
}

form select option {
    color: #080808;
}
form select option:first-child {
    color: #808080;
}

.input-quantity {
	width: 40px !important;
	display: inline;
}

.input-quantity-margin {
	width: 65px !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

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

.img-tyre {
	display: inline-block;
}

.note {
	font-size: 13px;
}

.note-red {
	color: #dc272d;	
	background-color: #f2dede !important;
}

.note-red > span {
	font-weight: bold;
	text-transform: uppercase;
}

.alert-static {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 9999;
    display: none;
    border: 5px solid #eee;
}

a.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 5px;
    display: none;
    color: #f00;	
}

a.back-to-top:focus,
a.back-to-top:active,
a.back-to-top:hover {
	color: #f00;	
}

.caret-order {
	border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    margin-left: 5px;
}

.caret-DESC {
    border-top: 10px solid #f00;
}

.caret-ASC {
    border-bottom: 10px solid #f00;
}

#products thead > tr th a {
	color: #333;
	text-decoration: underline;
}
#products thead > tr th a:focus,
#products thead > tr th a:active,
#products thead > tr th a:hover {
	color: #f00;	
}
#products thead > tr th a.icon {
	color: #f00;	
}
#products thead > tr th a.icon:focus,
#products thead > tr th a.icon:active,
#products thead > tr th a.icon:hover {
	color: #ff9800;	
}

#products tbody > tr > td {
	vertical-align: middle;
}

.product-price {
	color: inherit;	
	font-weight: inherit;
}

.product-price-margin {
	color: #f00;
	font-weight: bold;
}

.unavailability {
	background-color: #dc272d !important;
}

.line-through td,
div.line-through,
div.line-through span {
	text-decoration: line-through;
	color: #aaa;
}

.order-reserve-issue span.store-name {
	color: #f00 !important;	
}

.order-reserve-issue input {
	border: 1px solid #f00 !important;
}

.line-through td:last-child {
	text-decoration: none;
}

a.disabled {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

div.stock-list,
div.order-reserve {
	width: 100%;
}
div.stock-list {
	padding: 6px 0;	
}
div.order-reserve {
	padding: 2px 0;	
}

div.stock-list span.store-name,
div.order-reserve span.store-name {
	display: inline-block;
	max-width: 120px;
	width: 120px;
	font-style: oblique;
	text-align: right;
	font-size: 12px;
	padding-right: 3px;
	margin-right: 3px;
	color: #777;
	line-height: 1.1rem;
	vertical-align: middle;
}

div.stock-list span.store-stock {
	display: inline-block;
	max-width: 50px;
	width: 50px;
	border-left: 1px solid #aaa;
}

td.input-list {
	font-size: 0;
}

td.input-list > input {
	margin-bottom: 2px;
}

td.input-list > input:last-child {
	margin-bottom: 0;
}

td.text-top {
	vertical-align: top !important;
	padding-top: 15px !important;
}