.huline:hover{
    text-decoration: underline;
    text-decoration-color: inherit;
}
.grey{
    color: #bbb;
    font-size: 120%;
}

.favourited,.grey{
    cursor: pointer;
}

.grid__item{
    padding: 30px !important;
}
a.grid__item{
    background: transparent;
}
}
.grid__item:hover{
    padding: 20px !important;
    border-color: #d86838 !important;
    /*background:red;*/
}

.custom-control + .custom-control{
    margin-left: 0px !important;
}

.active > a{
    color: white;
}
.active > a:hover{
    color: white;
}

.has-danger > .trumbowyg{
    border-color: #d9534f;
}

.colour{
    color: #d86838;
}

.form-lg-txt{
    font-size: 24px !important;
}

.noborder{
    border-width: 0px;
}

.card-header.card-danger{
    color: white;
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 90%;
  }
}

.has-danger span.select2-selection{
    border-color: #d9534f;
}

.uppercase{
    text-transform:uppercase;
}

.nopad{
    padding: 0px !important;
}

.noradius{
    border-radius: 0px !important;
}

.coloured.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(216, 104, 56, 0.05);
}

.tass-footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.card-deck .card{
    padding-bottom: 53px;
}

.articleHead{
    color: #333;
    font-size: 36px;
    margin-top: 10px;
    font-weight: 700;
    font-family: 'Oswald',sans-serif;
}

.card-secondary {
    background-color: #d86838;
    border-color: #d86838;
    color: white;
}

.input-group, .input-group-addon, .input-group > input{
    display: flex;
}
.input-group-addon{
    padding-right: 20px;
}

.uppercase{
    text-transform: uppercase;
}

.well{
    padding: 19px;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.tyreprice{
    color: #D86838;
    margin-top: 30px;
    font-size: 2.5rem;
    font-weight: 500;
}

.tyreImage{
    max-height: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

.noborder{
    border-width:0px !important;
}

.priceField{
    background-color: white !important;
    display: inline-block;
}

.h3reg{
    font-size: 24px;
}

.pointer{
    cursor: pointer;
}

.form-lg{
    font-size: 20px;
    padding: 20px !important;
}


.sel-lg{
    height: 67px !important;
    font-size: 20px;
}

.trumbowyg-editor, .trumbowyg-textarea{
    background-color: white;
}

.img-centred{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.select2-selection{
    height:67px !important;
    font-size:20px;
    padding-top:17px;
    padding-left: 10px;
}

.underline{
    text-decoration: underline;
}

.nav-link{
    font-size: 16px;
    padding-bottom: 20px;
}

.nav-link:hover{
    color: #d86838;
    border-bottom: 1px solid #d86838;
}

.dropdown-item{
    color: #777 !important;
    font-size: 14px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    /*border-bottom: 1px solid rgba(0,0,0,.05);*/
}

.dropdown-item:hover{
    /*color: #d86838 !important;*/
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}



.dropdown-menu{
    padding-bottom: 0px;
}

.logged-in > #app > #section-page-title{
    background-color: #00aacc;
}
.logged-in{
    margin-top: 60px;
}

.hover-icons{
    visibility: hidden;
}

.table-hover tbody tr:hover .hover-icons{
    visibility: visible;
}

.hp{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.card-tyre > .card-footer{
position:absolute;
  bottom:0;
  width:100%;
  background: transparent;
}
.card-tyre > .card-block{
    margin-bottom: 50px;
}


.tyre-danger, .tyre-warning, .tyre-success{
    border-width: 2px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.25);
}

.tyre-danger{
    border-color: #d9534f;
}
.tyre-warning{
    border-color: #f0ad4e;
}
.tyre-success{
    border-color: #5cb85c;
}

.w300{
    font-weight: 300;
}
.w500{
    font-weight: 500;
}

.fs17{
    /*font-size: 17px;
    line-height: 26px;*/
}

.shadowed{
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.25);
    margin-bottom: 10px;
}

.w100p{
    width: 100%;
}

.flipped{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.large-input{
    height: 60px;
    font-size:30px;
}

.sticky-footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #d86838;
    /*background: #2b3158;*/
    color: white;
    text-align: center;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.hoppy{
    border-bottom-width: 0px;
}

.hoppy:hover{
  /*  -webkit-box-shadow: 0px 15px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 15px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 15px 10px 0px rgba(50, 50, 50, 0.25);*/
}

input[type="number"].form-lg-txt{
    padding: 17px !important;
    border-color: #e5e5e5;
    border-radius: 2px;
}

.card-danger label, .card-danger .savebutton, .card-success label, .card-success .savebutton{
    /*color: white;*/
}

.card-secondary{
	border-color: rgba(0, 0, 0, 0.1) !important;
}

.unsavedChanges{
    display: none;
    font-weight: 900;
}

.card-danger .unsavedChanges{
    display: inline-block;
}

.changesSaved{
    display: none;
    font-weight: 900;
}

.card-success .changesSaved{
    display: inline-block;
}

.job-close{
	color: white;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

.collapse.in .nav-item, .collapsing .nav-item{
    width: 100%;
}

.collapse.in .navbar-nav .nav-item + .nav-item{
    margin-left: 0px !important;
}

.rightfloatmenu{
    float:right; 
}

.collapse.in .rightfloatmenu{
    width: 100%
}

.collapse .in .rightfloatmenu, .collapsing .rightfloatmenu{
    width: 100%
}

.navbar-toggler{
    float: right;
}

.toggled-menu{
    width: 100%;
    /*transition: width 0s;*/
}

.footer-sticky{
/*	position:absolute;
	bottom: 0;
	width: 100%;*/
    clear: both;
}
.warning_light{
	cursor: pointer;
    height:85px;
    width: auto;
}
.dimmed{
	opacity: 0.25;
}
.dimmed:hover{
	opacity: 1;
}

.active-hidden{
	visibility: hidden;
}

.active > .active-hidden{
	visibility: visible;
}

.disabled-date{
    cursor: not-allowed;
}

.datepicker-days{
    border: 1px solid #ccc;
    padding: 5px;
}

.favourited{
    color: #fdd430;
    cursor: pointer;
    font-size: 120%;
}

.hptab{
	height: 100px;
	cursor: pointer;
	background: white;
	border: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

.hptab.active{
	background: #f2f3f3;
	border: 1px solid #ccc;
	border-bottom: 4px solid #d86838;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clickMessage{
	color: #666;
	display: inline;
}

.hptab.active > h1 > span.clickMessage{
	display: none;
}

.sectionH1{
	color: white;
	font-weight: 400;
	font-size: 45px;
	text-transform: uppercase;
	text-shadow:
   	-1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000,
	 1px  1px 10px rgba(0, 0, 0, 1);*/
}

.job_box{
	float: left;
	height: 300px;
	display: flex;
	cursor: pointer;
	text-align: center;
	width: 25%;
}

@media (max-width: 1200px) {
  .job_box {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .job_box {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .job_box {
    width: 100%;
  }
}




.flex_box, .job_box{
	flex-direction: column;
	background-size: cover;
	justify-content: center;
}

.sectionheader{
    font-size: 5vw;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    color:white;
    margin-bottom: 300px;
}

.nounderline:hover{
    text-decoration: none;
}

.homepagep{
    font-size: 26px;
    text-align: center;
    line-height: 43px;
    margin-top: 20px;
    font-weight: 300;
    margin-bottom: 0px;
}

.tyre-backdrop{
    background: #ffffff; /* Old browsers */
    margin-top: -20px;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 100px;
}


@media (min-width: 991px) {
    .tyre-backdrop{
        background: -moz-radial-gradient(center, ellipse cover, #ffffff 55%, #bbbfc8 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #ffffff 55%,#bbbfc8 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #ffffff 55%,#bbbfc8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbfc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

        background-size: cover;
        background-position-y: bottom;
    }
}



.tyre-price-panel{
    padding: 20px;
    background: rgba(255,255,255, 0.85);
    border-radius: 10px;
}
.list-disabled{
	color: #666 !important;
	text-decoration: line-through;
}



#dropzone{
    font-weight: 400;
    /*min-height: 400px;*/
    border: 2px dashed #0087F7 !important;
    border-radius: 5px;
    padding: 50px;
}

.dropzone{
    border-width: 0px !important;
}
.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
    text-align: center;
    color: #646C7F;
}

[v-cloak] { 
    display:none; 
}

.bounce-enter-active {
  animation: bounce-in .5s;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.tyre-card-header{
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.25);
}

.tyre-card-header-rf{
    background: #e15454;
    color: white;
}

.tyre-card-header-xl{
    background: #8fe5cd;
    color: white;
}

.tyre-card{
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.tyre-list-div{
	padding: 15px;
	width: 100%;
	background: white;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.list-image{
	width: 100px;
	float: left;
}

.list-image img{
	width: 100%;
	height: auto;
}

@media (max-width: 575px) {
    .sm-no-padding, .tyre-card{
        padding: 0px;
    }
    .xl-3.tyre-card{
        margin-left: -10px;
        margin-right: -10px;
    }
}


.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge-danger {
    background-color: #d9534f;
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
    background-color: #c9302c;
}

.fw300, .fw300 > p{
    font-weight: 300 !Important;
}

.day.disabled{
	text-decoration: line-through;
	text-decoration-color: #FF7851;
}
.hour.disabled, .minute.disabled{
	display: none;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.readonly-but-not-really{
    background: white !important;
}

.inactive{
    opacity: 0.25;
    /*filter: saturate(0%);*/
    filter: grayscale(100%);
}
.inactive:hover{
    opacity: 0.5;
    filter: grayscale(0%);
}

.centred-table-orange{
    font-weight: 300;
    padding: 0.75rem !important;
    vertical-align: middle !important;
}

ul.address{
    list-style: none;
}

.footer-a{
    color: rgba(255,255,255,.75) !important;
}
.footer-a:hover{
    text-decoration: underline;
}

.homepage-picker{
	height: 50vh;
	width: 100%;
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
}

.flex{
	display: flex;
}

.items-centre{
	align-items: center;
}

.justify-centre{
    justify-content: center;
}

.pure-centre{
	align-items: center;
    justify-content: center;
}

.reg-plate{
	border: 1px solid #A0AEC0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05)!important;
	background: white;
	border-radius: 5px;

	/* -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.31);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.31); */
}

.reg-plate-eu{
	/* background-image: url('/img/irl.png');
	background-size: contain;
	background-repeat: no-repeat; */
	/* width: 68px; */
	height: 100px;
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;

}
.reg-plate-input{
	height: 100px;
	outline:none;
	font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin: 0px !important;
	padding: 0px !important;
	border:1px solid white !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}
.reg-plate-input::placeholder {
	font-weight: 200;
	text-transform: none;
}

.w-1\/2{
	width: 50%;
}

.left-picker{
	background: #d7d7d7;
}

.right-picker{
	background: #c3c3c3;
}
