@CHARSET "ISO-8859-1";

html, body {
	margin: 0;
	padding: 0;	
}

.dev {
	border-bottom: 2px solid #ac1f1b;
}

.header {
	background-color: #eeeeee;
}

div.content-main {
	margin-top: 0;
	padding-bottom: 80px;
}

div.content-customer {
	margin-top: 80px;
}

@media (min-width: 768px) {
	.navbar-brand {
		max-height: initial;
	}

	div.content-customer {
		margin-top: 130px;
	}

	div.content-main {
		min-height: 500px!important;
		padding-bottom: 70px;
	}

	div.content-welcome {
		margin-top: 200px!important;
	}

	.navbar {
		box-shadow: 2px 2px 2px #ddd;
	}

	.navbar-brand img {
		max-height: 95px!important;
	}
}

.navbar-brand img {
	max-height: 35px;
}

div.content-welcome {
	margin-top: 100px;
}

h3.title {
	color: #1d1d1e
}

h3.title > span {
	color: #1d1d1e;
}

h3.subtitle {
	color: #1d1d1e
}

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

a {
	color: #ac1f1b;
}

a:focus,
a:active,
a:hover {
	color: #221f20;
}

footer {
	margin-top: 15px;
	padding: 15px;
	background-color: #f9f9f9;
	height: 50px;
	border-top: 1px solid #ddd;
}

footer a {
	color: #ac1f1b !important;
}

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

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

.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: #ac1f1b;
  border-color: #ac1f1b;
}

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

.logo-row {
	background-color: #eeeeee;
	padding: 5px 0;
	margin-bottom: 25px;
	box-shadow: 2px 2px 2px #999999;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  color: #fff;
  background-color: #221f20;
  border-color: #999999;
}

.btn-black {
	color: #fff;
	background-color: #221f20;
	border-color: #999999;
}

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

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
	color: #fff;
	background-color: #ac1f1b;
	border-color: #ac1f1b;
}

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

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

ul.legend {
	list-style: none;
}

.navbar {
	min-height: initial;
	box-shadow: 2px 2px 2px #999999;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #ac1f1b;
}

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

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

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

.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: #221f20 !important;
}

@media (min-width: 768px) {
	.nav-links > li > a {
		color: #221f20 !important;
		padding: 45px 15px;
	}
}

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

.navbar-nav > li.dropdown > a:focus {
	color: #ac1f1b!important;
}

.navbar-nav > li.dropdown > a:active {
	color: #ac1f1b!important;
}

.dropdown-menu > li > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #dddddd;
	color: #ac1f1b;
}

.dropdown-menu > li > a {
	background-color: #dddddd;
	padding: 10px;
}
.dropdown-menu {
	background-color: #dddddd;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color: #cccccc;
	color: #ac1f1b!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-bg {
  	min-width: 100px !important;
	max-width: 100px !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-filter {
	max-width: 100%;
	min-width: 100% !important;
	width: 100% !important;
	display: inline;
}

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

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;
}

span.icon-cart {
	cursor: pointer;
	color: #ac1f1b;
}

span.icon-cart:focus,
span.icon-cart:active,
span.icon-cart:hover {
	color: #221f20;
}

span.icon-budget {
	cursor: pointer;
	color: #221f20;
}

span.icon-budget:focus,
span.icon-budget:active,
span.icon-budget:hover {
	color: #ac1f1b;
}

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

.note {
	font-size: 13px;
}

.note-red {
	color: #ac1f1b;
}

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

.note-warning {
	display: inline-block;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	margin: 10px;
	border-radius: 5px;
	background-color: #ac1f1b;
	color: #ffffff;
	font-weight: bold;
}

.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: #ac1f1b;
	z-index: 1040;
}
a.back-to-top > span.text {
	display: none;
}

@media (min-width: 768px) {
	a.back-to-top > span.text {
		display: inline;
	}
}

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

.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;
    /*vertical-align: top;
    margin-top: 4px;*/
}

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

.caret-ASC {
    border-bottom: 10px solid #ac1f1b;
}
#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: #ac1f1b;
}

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

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

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

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

.info-data-container {
	text-align: center;
	vertical-align: center;
	min-height: 80px;
	height: 80px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;

}
.info-data-container > div {
	display: inline;
	font-size: 2rem;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	top: 30px;
	text-shadow: 2px 2px 2px #ccc;
}
.info-data-container > div > strong {
	margin-left: 10px;
}
.info-data-container-time {
	min-height: 200px;
	height: 200px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-origin: content-box;
}
.info-data-container > div.time {
	font-size: 1.7rem;
	top: 80px;
}

#service {
	background-color: #fcf7e6;
	border-radius: 6px;
}
#service td,
#service th {
	font-size: 1.3rem;
	text-align: center;
}

#service td.column,
#service td.column {
	font-style: oblique;
}

#service td.column-sub {
	font-weight: bold;
}

.input-file {
	position: relative;
	margin: 60px 0 0
}
.input-file .input-group-addon {
	border: 0;
	padding: 0;
}
.input-file .input-group-addon .btn {
	border-radius: 0 4px 4px 0
}

.input-file .input-group-addon input {
	cursor: pointer;
	position: absolute;
	width: 72px;
	z-index: 2;
	top: 0;
	right: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	background-color: transparent;
	color: transparent;
}

.mr-5 {
	margin-right: 5px;
}
.mr-7 {
	margin-right: 7px;
}

tr.budget-selected > td {
	background-color: #d8ffd8 !important;
}
.budget-label {
	font-size: 11px;
	color: #444444!important;
	text-transform: uppercase;
	background-color: #dddddd;
	border: 1px solid #cccccc;
}

.budget-checkbox {
	cursor: pointer !important;
}

.budget-checkbox:hover {
	color: #f7e1b5!important;
}

.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}