html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lato',sans-serif
}
* {
	font-family: 'Lato',sans-serif
}

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

.header {
	background-color: #000000;
}

div.content-main {
	margin-top: 0;
	padding-bottom: 80px;
	background: rgba(255, 255, 255, 0.7);
}

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

.bg-image {
	padding-top: 20px;
	background-image: url('/images/background-image.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: white;
	min-height: 100vh;
	box-sizing: border-box;
}

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

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

	.bg-image {
		padding-top: 20px;
	}

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

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

	.navbar {
		box-shadow: none;
	}

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

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

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

h3.title {
	color: #000000
}

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

h3.subtitle {
	color: #000000
}

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

a {
	color: #f71e1e;
}

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

footer {
	margin-top: 15px;
	padding: 15px;
	background-color: #000000;
	height: 90px;
	border-top: 1px solid #999999;
	color: #ffffff;
}
@media (min-width: 768px) {
	footer {
		height: 50px;
	}
}

footer span {
	margin: 0 8px 0 8px;
}

footer a {
	color: #ffffff !important;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

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

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

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

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

.logo-row {
	background-color: #000000;
	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: #f71e1e;
	border-color: #f71e1e;
}

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

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

ul.legend {
	list-style: none;
}

.navbar {
	min-height: initial;
	box-shadow: none;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #f71e1e;
}

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

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

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

.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: #ffffff;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.nav-links > li > a {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff !important;
}

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

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

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

.navbar-nav > li.dropdown > a:active {
	color: #f71e1e!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: #f71e1e;
}

.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: #f71e1e!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: #f71e1e;
}

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: #f71e1e;
}

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

.note {
	font-size: 13px;
}

.note-red {
	color: #f71e1e;
}

.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: #f71e1e;
	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;
	z-index: 1040;
	text-align: center;
	cursor: pointer;
	width: 2.1em;
	height: 2.1em;
	line-height: 2.1;
	padding:0;
	color: #fff;
	border-radius: 2px;
	background-color: #f71e1e;
}

@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: #f71e1e;
	background-color: #ffffff;
}

.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 #f71e1e;
}

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

.unavailability {
	background-color: #f71e1e !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;
}

thead th,
table.dataTable thead th {
	background-color: #fff!important;
}

.pt-20{
	padding-top: 20px;
}
.pb-20{
	padding-bottom: 20px;
}
.payment-label {
	font-size: 18px;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.label-radio {
	padding-left: 0!important;
	display: block;
}
.label-box {
	display: block;
	background-color: #fff;
}
.label-box-hover:hover {
	background-color: #eee;
	border: 1px solid #aaaaaa;
}
.label-box > input[type="radio"] {
	position: relative;
	margin-left: 0;
	margin-right: 50px;
}
.label-box > span {
	margin-left: 20px;
	font-size: 18px;
}
.message-box {
	border-radius: 5px;
	font-size: 18px;
}
.label-icon {
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid #dddddd;
	padding: 10px;
	margin-bottom: 20px;
}
.label-warning {
	background-color: #b06e0b;
}

.wrapped {
	width: 100px;
	white-space: normal !important;
}

.info-box {
	border-radius: 5px;
	box-shadow: #dddddd 0px 2px 5px;
}

@media (min-width: 768px) {
	.wrapped {
		width: inherit;
	}

	.info-box {
		font-size: 1.1em;
	}
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
	content: "+";
	font-weight: bolder;
	font-size: 1.3em !important;
	background-color: #f71e1e !important;
}

.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.p-15 {
	padding: 15px;
}
.order-measure {
	width: 12%;
}
@media (min-width: 768px) {
	.order-measure {
		width: 30%;
	}
}

.ql-editor p {
	font-size: 1.1em;
}