/*-------------- Google Font ------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');  /*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Sarpanch:400,500,600,700&display=swap'); /*font-family: 'Sarpanch', sans-serif;*/
@font-face {
	font-family: 'LANENAR';
	src: url('../../assets/fonts/lane/LANENAR.eot');
	src: url('../../assets/fonts/lane/LANENAR.eot') format('embedded-opentype'),  url('../../assets/fonts/lane/LANENAR.woff2') format('woff2'),  url('../../assets/fonts/lane/LANENAR.woff') format('woff'),  url('../../assets/fonts/lane/LANENAR.ttf') format('truetype'),  url('../../assets/fonts/lane/LANENAR.svg#LANENAR') format('svg');
}
@font-face {
	font-family: 'LANEUP';
	src: url('../../assets/fonts/lane/LANEUP.eot');
	src: url('../../assets/fonts/lane/LANEUP.eot') format('embedded-opentype'),  url('../../assets/fonts/lane/LANEUP.woff2') format('woff2'),  url('../../assets/fonts/lane/LANEUP.woff') format('woff'),  url('../../assets/fonts/lane/LANEUP.ttf') format('truetype'),  url('../../assets/fonts/lane/LANEUP.svg#LANEUP') format('svg');
}
/*-------------- Defalts Css ------------------*/

body {font-family: 'LANENAR'!important;}


.select2-selection__placeholder{
    font-size: 1rem;
}
.select2-selection {
    font-size: 1rem !important;
    line-height: 1.5;
}
.bg-bikerface{
    background-color: #BA0001;
    border-color:#BA0001;
}

.card.card-bikerface {
    border: 0px solid rgba(0,0,0,.125);
}

.color-bikerface{
    color:#BA0001;
}

.logo a {
	display: inline-block;
	background: url(../../assets/images/logo.png) no-repeat center center fixed;
	text-indent: -9999px;
	background-size: auto 215px;
}

.navbar-brand img{
    height: 80px;
}

.riga-bianca{

        border-right: 2px solid #fff;
        height: 50px;
        left: 0px;
        right:0px;
        padding-right:0px;
        padding-left:0px;

}

.no-padding-r-l{
    padding-right:0px !important;
    padding-left:0px !important;
}
.no-margin-r-l{
    margin-right:0px !important;
    margin-left:0px !important;
}

.btn-link.btn-link-bikerface{
    color:#fff;
}

.btn-link.btn-link-bikerface:hover{
    color:rgb(212, 212, 212);
    text-decoration: none;
}

.btn-lg.btn-lg-bikerface {
    padding: 0.4rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.image-title-mobile-text{
    color:#fff !important;
}
.row.row-header{
    margin-right: 0px;
    margin-left: 0px;
    background: rgba(0, 91, 162, 0.22);
    overflow: hidden;
    height: 100%;
    z-index: 2;
    min-height: 330px;
}

.col-12.col-header{
    padding-right: 0px;
    padding-left: 0px;
}

@media only screen and (max-width: 991px) {
    .riga-bianca{
        border: none;
    }
}

@media only screen and (max-width: 900px) {
    .img-header{
        background: url(../../assets/images/banner-bg-1b.jpg)!important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		    background-position-y: center;
    }
}

.img-header{
    background: url(../../assets/images/banner-bg-1b.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	    background-position-y: center;
}

.mh-800px{
    max-height: 800px;
    max-width: 900px;
}


.nav-link.active.custom-tab {
    font-size: 1.25rem;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
        border-top-color: rgb(222, 226, 230);
    border-top: 3px solid #BA0001;
    color: #BA0001;
    cursor:pointer;
}
.nav-link.custom-tab {
    font-size: 1rem;
    color: #888888;
    background-color: #fff;
    border-bottom: 1px solid #DEE2E6;
    cursor:pointer;
}

@media only screen and (max-width: 991px) {
    .nav-link.custom-tab {
        text-align:center;
        font-size: 1rem;
        color: #888888;
        background-color: #fff;
        border: 1px solid #DEE2E6;
        cursor:pointer;
    }
    .nav-link.active.custom-tab {
        text-align:center;
        font-size: 1.25rem;
        background-color: #BA0001;;
        border-color: #dee2e6 #dee2e6 #fff;
            border-top-color: rgb(222, 226, 230);
        border: 3px solid #BA0001;
        color: #FFF;
        cursor:pointer;
    }
}

.image-title {
    position: absolute;
    right: 10%;
    bottom: 30px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.title{
	font-weight: bold;
	color: #fff;
    font-size:2.2rem;
}
.sub-title{
    margin-top:10px;
		color: #fdfdfd;
    font-size:1.5rem;
}

.btn-primary.btn-bikerface{
    color:#fff;
    background-color: #BA0001;
    border-color: #BA0001;
    border-radius: 1rem;
}

@media only screen and (max-width: 717px) {
    .image-title {
        display:none;
    }

    .image-title-mobile{
        display:block !important;
    }
}

.page-link{
    color: #BA0001;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #BA0001;
    border-color: #BA0001;
}

.page-link:hover {
    color: #BA0001;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.today{
    color:#fff !important;
    background-color: #BA0001 !important;
    background-image: none !important;
}

.active.day{
    color:#fff !important;
    background-color: #BA0001 !important;
    background-image: none !important;
}

.slider.slider-bikerface{
    -webkit-appearance: none;
    width:100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.slider-bikerface::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50%;
    background: #BA0001;
    cursor: pointer;
}

.mask{
    background: rgba(0, 91, 162, 0.22);
    overflow: hidden;
    height: 100%;
    z-index: 2;
    }

#intro {
    background: url("../img/register.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.full-height {
    height: 100vh;
}

    .select2-container--default .select2-selection--single {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff !important;
        background-clip: padding-box;
        border: 1px solid #ced4da !important;
        border-radius: .25rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

    .select2-dropdown {
        border: 1px solid #ced4da !important;
    }

    .bg-semi-trasparent{
        background-color: rgba(255, 255, 255, 0.1);
        border: 0px solid black;
    }
    .bg-trasparent{
        background-color: rgba(59, 11, 11, 0);
        border: 0px solid black;
    }

    #home-big-arrow {
        width: 56.6666%;
        max-width: 800px;
        bottom: 20px;
        right: 45%;
        z-index: 1020;
        height: 80px;
        line-height: 80px;
        background: url(../img/big-arrow.png) right 0 no-repeat;
        color: #fff;
        text-align: center;
    }

    
@media only screen and (max-width: 1207px) {
    #home-big-arrow {
        width: 98.6666%;
        max-width: 800px;
        bottom: 20px;
        right: 45%;
        z-index: 1020;
        height: 80px;
        line-height: 80px;
        background: url(../img/big-arrow.png) right 0 no-repeat;
        color: #fff;
        text-align: center;
    }
}

@media only screen and (max-width: 493px) {
    .descrizione-trasparente{
        font-size: 10px !important;
    }
}

.site-footer {
	clear: both;
}
.footer-bottom-area {
	background-color: #ba0001;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding: 60px 0px;
	text-align: center;
	font-weight: 300;
}
.footer-bottom-area p a {
	color: #fff;
	display: inline-block;
	padding: 0px 3px;
}
.footer-bottom-area p a:hover {
	text-decoration: underline;
}
.footer-bottom-area p:last-child {
	margin-bottom: 0px;
}
.footer-bottom-area p .fa-copyright {
	font-size: 16px;
	font-weight: 400;
}

.card-body-bikerface{
    max-height: 300px;
    overflow-y: auto;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto !important;
    user-select: none;
    -webkit-user-select: none;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 2rem !important;
    height: 2rem !important;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 2rem !important;
    height: 2rem !important;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form-control-lg.form-control-bikerface{
    font-size: 1.2rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}

.btn-bikerface.btn-quadrato{
    display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
padding: 2.5rem;
font-size: 2.8rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.color-golden{
    color: #BB8B41;
}
/** CHAT **/


#chat .messages {
    background: #e6eaea;
    overflow-y: scroll;
    overflow-x: hidden;
}

#chat .messages ul {
    list-style: none;
    padding: 0;
}

#chat .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 20px);
    font-size: 0.9em;
}

#chat .messages ul li p {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 205px;
    line-height: 130%;
}

#chat .messages ul li p {
    max-width: 205px;
    position: relative;
}

#chat .messages ul li img {
    width: 40px;
    border-radius: 50%;
    float: left;
}

#chat .messages ul li.replies img {
    margin: 6px 8px 0 0;
    width: 40px;
    border-radius: 50%;
    float: left;
}

#chat .messages ul li.replies p {
    background: #435f7a;
    color: #f5f5f5;
}

#chat .messages ul li.replies p:before{
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 0px;
    left: -10px;
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #435f7a transparent transparent;
}

#chat .messages ul li.sent img {
    float: right;
    margin: 6px 0 0 8px;
}

#chat .messages ul li.sent p {
    background: #f5f5f5;
    float: right;
}

#chat .messages ul li.sent p:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 0px;
    right: -10px;
    position: absolute;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
}

#chat .messages ul li img {
    width: 40px;
    border-radius: 50%;
    float: left;
}

#chat .message-input {
    padding: 5px;
    box-sizing: border-box;
    background: #e6eaea;
    overflow: auto;
}

#chat .message-input input {
    float: left;
    border: none;
    width: calc(100% - 60px);
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 0.8em;
    color: #32465a;
    margin-top: 6px;
    outline: none;
}

#chat .message-input button {
    float: right;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
    border-radius: 25px;
    outline: none;
}

#chat .messages ul li p small.date {
    display: block;
    text-align: right;
    margin-top: 5px;
    color: silver;
}
#chat .messages ul li p small.user {
    display: block;
    text-align: left;
    color: silver;
    font-weight: 600;
}

#chat #nocomments {
    background: #FFE69A;
    max-width: 91%;
    width: 91%;
    text-align: center;
}

#chat #nocomments p {
    margin-bottom: 0;
}
#chat .message-input #commentField {
    float: left;
    border: none;
    width: calc(100% - 60px);
    height: 39px;
    min-height: 39px;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 0.8em;
    color: #32465a;
    margin-top: 6px;
    outline: none;
}



/** FINE CHAT **/

.header-bikerface{
    background-color: rgba(0,0,0,.0);
    border-bottom: 1px solid rgba(0,0,0,0);
}

@media (min-width: 992px) AND (max-width: 1199px){	
body {
    font-size: 12px !important;
}
}

@media (min-width:100px) and (max-width: 991px) { 
 	body, .main-advantages-text{font-size:14px !important;line-height:26px;}
}

#ricercaCarichi-body .navbar {
    padding: 0!important;
}

#ricercaCarichi-body .navbar-brand img {
    height: 65px!important;
}

.nav-link .btn {
	font-size: 18px!important;
}

.nav-link {
    display: block;
    padding: 4px 1rem;
}

.image-title .btn-primary.btn-bikerface {
    font-size: 24px;
    letter-spacing: 3px;
    height: auto;
    text-transform: uppercase;
    font-weight: bold;
    background-position: right top;
    margin-left: 0px;
    background: #ba0001;
    width: 400px;
    color: white;
    line-height: 64px;
    padding: 0;
    border-radius: 0px;
}

.image-title .btn-primary.btn-bikerface:hover {
	
    text-decoration: none;
    background: #ea1d1e;
    transition-duration: 1s;
}

.card {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.table-header  {
    font-weight: bold;
    background: #ba0001;
    color: white;
    text-align: center;

}

.body-table-richieste-aperte .bg-light {
    background-color: #f8f8f8!important;
}

.aligner {
display: flex;
  align-items: center;
  justify-content: center;
  }
  
 .c-luogo {
	 text-align: center;
 }
 
 .t-bold, .t-bold a {
	 font-weight: bold;
	 color: #BA0001!important;
 }
 
 .app-filtri {
    color: #fff;
    background-color: #BA0001;
    border-color: #BA0001;
}

.riga-bianca2 {
    height: 50px;
    left: 0px;
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

@media (max-width: 1554px) AND (min-width: 992px) {
	.title {
    font-size: 1.8rem;
}
}




@media (max-width: 1148px) AND (min-width: 992px) {
.navbar-expand-lg .navbar-nav {display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link .btn {
    font-size: 16px!important;
}

.nav-link {
    display: block;
    padding: 8px 1rem;
}
}


@media (max-width: 845px) AND (min-width: 768px) {
	.fai-off {    font-size: 12px;}
}

@media (max-width: 767px) {
	.aligner {
    display: block;
}
.c-luogo {
    text-align: left;
}

.riga-richiesta {
    border-top: 2px solid #dee2e6!important;
}

.titolo-ricerca {
    padding: 10px;
}
}

@media (max-width: 991px) AND (min-width: 768px) {
.image-title {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}

.title {
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
    line-height: initial;
}

.row.row-header {
    min-height: 280px;
}
}

.filtro-mobile {display: none;}
@media (max-width: 991px) AND (min-width: 768px) {
.image-title {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}

.title {
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
    line-height: initial;
}

.row.row-header {
    min-height: 280px;
}

.filtro-mobile {display: block!important;}


}







#come-funziona p, #come-bikerface p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.descrizione-trasparente h1 {
	font-family: 'Sarpanch', sans-serif;
	font-size: 56px;
}

.descrizione-trasparente h3 {
    font-family: 'LANENAR';
}

.descrizione-trasparente .text-success, #perche .text-success, .off-succ .text-success {
    color: #89b633!important;
}

#home-big-arrow {
    background: #89b633;
	font-size: 24px;
    letter-spacing: 3px;
	font-family: 'LANENAR';
	font-weight: bold;
	width: 100%;
    max-width: 100%;
}


.descrizione-trasparente .bg-semi-trasparent {
    background-color: rgba(23,28,31,0.35);
}

#avanti-1.btn-primary.btn-bikerface, #avanti-2.btn-primary.btn-bikerface, #avanti-3.btn-primary.btn-bikerface, #avanti-4.btn-primary.btn-bikerface, #fai-offerta.btn-primary.btn-bikerface, #invia.btn-primary.btn-bikerface {
    font-size: 24px;
    letter-spacing: 3px;
    height: auto;
    text-transform: uppercase;
    font-weight: 400;
    background-position: right top;
    margin-left: 0px;
    background: #ba0001;
    width: 400px;
    color: white;
    line-height: 64px;
    padding: 0;
    border-radius: 0px;
}

.invia{
    font-size: 24px;
    letter-spacing: 3px;
    height: auto;
    text-transform: uppercase;
    font-weight: 400;
    background-position: right top;
    margin-left: 0px;
    background: #ba0001;
    width: 400px;
    color: white;
    line-height: 64px;
    padding: 0;
    border-radius: 0px;
}

 #btn-login.btn-primary.btn-bikerface {
    font-size: 24px;
    letter-spacing: 3px;
    height: auto;
    text-transform: uppercase;
    font-weight: 400;
    background-position: right top;
    margin-left: 0px;
    background: #ba0001;
    width: 100%;
    color: white;
    line-height: 64px;
    padding: 0;
    border-radius: 0px;
}

#btn-logout.btn-link.btn-link-bikerface {
    font-size: 24px;
    letter-spacing: 3px;
    height: auto;
    text-transform: uppercase;
    font-weight: 400;
    background-position: right top;
    margin-left: 0px;
    background: #ba0001;
    width: 200px;
    color: white;
    line-height: 64px;
    padding: 0;
    border-radius: 0px;
}

#btn-profilo.btn-link.btn-link-bikerface {
    font-size: 24px;
    letter-spacing: 3px;
    height: auto;
    text-transform: uppercase;
    font-weight: 400;
    background-position: right top;
    margin-left: 0px;
    background: #ba0001;
    width: 200px;
    color: white;
    line-height: 64px;
    padding: 0;
    border-radius: 0px;
}

#avanti-1.btn-primary.btn-bikerface:hover, #avanti-2.btn-primary.btn-bikerface:hover, #avanti-3.btn-primary.btn-bikerface:hover, #avanti-4.btn-primary.btn-bikerface:hover, #fai-offerta.btn-primary.btn-bikerface:hover, .percorso-box .btn-primary.btn-bikerface:hover, #invia.btn-primary.btn-bikerface:hover, #btn-login.btn-primary.btn-bikerface:hover, #btn-logout.btn-link.btn-link-bikerface:hover, #btn-profilo.btn-link.btn-link-bikerface:hover {
	
    text-decoration: none;
    background: #ea1d1e;
    transition-duration: 1s;
}

.invia{	
    text-decoration: none;
    background: #ea1d1e;
    transition-duration: 1s;
}

 #fai-offerta.btn-primary.btn-bikerface {
	 margin-bottom: 25px;
 }

#come-funziona h1, #perche h1 {
    color: #ba0001;
    font-size: 48px;
    line-height: 52px;
   margin-bottom: 70px!important;
	font-weight: 400!important;
}

 #come-bikerface h1 {
    color: #ba0001;
    font-size: 48px;
    line-height: 52px;
   margin-bottom: 30px!important;
	font-weight: 400;
}

#come-funziona, #perche, .come-b-testo {
    padding: 70px 0;
}


#perche .btn-primary.btn-bikerface {
    font-size: 24px;
    letter-spacing: 3px;
    height: auto;
    text-transform: uppercase;
    font-weight: 400;
    background-position: right top;
    margin-left: 0px;
    background: #ba0001;
    width: 400px;
    color: white;
    line-height: 64px;
    padding: 0;
    border-radius: 0px;
}

#perche .btn-primary.btn-bikerface:hover {
	
    text-decoration: none;
    background: #ea1d1e;
    transition-duration: 1s;
}

.come-b-img {
	background: url(../img/come.jpg) no-repeat center center;
	background-size: cover;
	}
	
@media (max-width: 767px) AND (min-width: 1px) {	
	
.come-b-img {height: 400px;}
	
}

@media (max-width: 767px) AND (min-width: 576px) {
.image-title {
    display: block !important;
}

.image-title-mobile {
    display: none !important;
}

.title {
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
    line-height: initial;
}

.filtro-mobile {display: block!important;}

.image-title .btn-primary.btn-bikerface, #perche .btn-primary.btn-bikerface, #avanti-1.btn-primary.btn-bikerface, #avanti-2.btn-primary.btn-bikerface, #avanti-3.btn-primary.btn-bikerface, #avanti-4.btn-primary.btn-bikerface, #fai-offerta.btn-primary.btn-bikerface, #invia.btn-primary.btn-bikerface, #btn-login.btn-primary.btn-bikerface, #btn-logout.btn-link.btn-link-bikerface, #btn-profilo.btn-link.btn-link-bikerface {
    width: 100%;
}
.invia{
    width: 100%;
}
}

@media (max-width: 575px) AND (min-width: 1px) {
.image-title {
    display: block !important;
}

.image-title-mobile {
    display: none !important;
}

.image-title .btn-primary.btn-bikerface, #perche .btn-primary.btn-bikerface, #avanti-1.btn-primary.btn-bikerface, #avanti-2.btn-primary.btn-bikerface, #avanti-3.btn-primary.btn-bikerface, #avanti-4.btn-primary.btn-bikerface, #fai-offerta.btn-primary.btn-bikerface, #invia.btn-primary.btn-bikerface, #btn-login.btn-primary.btn-bikerface, #btn-logout.btn-link.btn-link-bikerface, #btn-profilo.btn-link.btn-link-bikerface {
    width: 100%;
}
.invia{
    width: 100%;
}

.title {
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
    line-height: initial;
}

#ricercaCarichi-body .navbar-brand img {
    height: 44px!important;
}

.filtro-mobile {display: block!important;}


#come-funziona h1, #perche h1 {
    font-size: 39px;
}

.box-bottom-xs {padding-bottom: 40px;}

#perche h3 {
    font-size: 20px;
}

#perche .btn-primary.btn-bikerface {
    font-size: 18px;
}
}

.form-5 {
    padding: 40px 20px;
}

.form-5 .color-bikerface {
    font-family: 'LANENAR';
    font-weight: bold;
    font-size: 40px;
}

.login-successo .text-success {
    color: #89b633!important;
}

#cerca.btn-success:not(:disabled):not(.disabled).active, #cerca.btn-success:not(:disabled):not(.disabled):active, .show>#cerca.btn-success.dropdown-toggle, #cerca.btn-success:hover {
    color: #fff;
    background-color: #89b633;
    border-color: #89b633;
}

#cerca, #annulla-filtri {
    border-radius: 2px;
}

.titol-off h1 {
    color: #ba0001;
    font-size: 48px;
    line-height: 52px;
    font-weight: 400!important;
	padding: 50px 0 30px 0;	
    font-family: 'LANENAR';
}

.off-att h3 {
    color: #ba0001;
    font-size: 32px;
    line-height: 52px;
    font-weight: 600;
    padding: 20px 0 0px 0;
    font-family: 'LANENAR';
}

#richieste_aperte li {
	border-radius: 2px;
}

.card-footer:last-child {
    border-radius: 0;
}

#cerca.btn-success.disabled, #cerca.btn-success:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.riep-offerte .h5 {
	font-weight: 400;
	font-size: 18px;
}

.riep-offerte .h5 strong {
	color: #ba0001;
    font-family: 'LANENAR';
	font-weight: bold;
	font-size: 22px;
}

.percorso-box h4 {	
    font-family: 'LANENAR';
}

.canc-btn {
	border-radius: 0px;
	background: #ba0001;
}

.mod-btn {
	border-radius: 0px;
}

.tabella-NONtabella-offerta  {
 font-family: 'Roboto', sans-serif;
}

@media (min-width: 992px) AND (max-width: 1140px) {
	.percorso-box h4 {
    font-size: 20px;
}
}

@media (min-width: 1px) AND (max-width: 991px) {
.percorso-box .btn-bikerface.btn-quadrato {
    padding: 20px;
}
}

@media (min-width: 1200px) AND (max-width: 1378px) {
.off-att-border {
	border-right: 1px solid #EDEDED;
}
}

.offerte-attive-btn-small {
	background: #fff;
	color: #ba0001;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #ba0001;
}

.offerte-attive-btn-small:active, .offerte-attive-btn-small:hover, .offerte-attive-btn-small.btn-secondary:not(:disabled):not(.disabled).active, .offerte-attive-btn-small.btn-secondary:not(:disabled):not(.disabled):active, .show>.offerte-attive-btn-small.btn-secondary.dropdown-toggle {
    color: #ba0001;
    background-color: #fff;
    border-color: #fff;
}

@media (min-width: 1px) AND (max-width: 767px) {
.off-att h3 {
    display: none;
}

.off-att-border hr {
	display: none;
}
}

.elenco-off, .chat-traspor {
	    font-family: 'Roboto', sans-serif;
}

.fai-una-offerta h3 {
    font-family: 'LANENAR';
    margin-bottom: 0;
    padding: 5px;
    font-size: 32px;
}

.btn-inv-of {
	text-align: center;
}

.comm-cap h4 {
	color: #ba0001;
	font-size: 18px;
}

.btn-inv-of {
	margin-top: 40px;
    margin-bottom: -20px;
}

.t-bold #modifica {color:White!important;}

.header-chat .fas {
	font-size: 27px;
}

#chat .messages ul li.sent img {
    border: 1px solid #00000033;
}

#chat .message-input button {
    background: #89b633;
    color: #f5f5f5;
}

.btn-warning#aggiorna {
    color: #fff;
    background-color: #89b633;
    border-color: #89b633;
}

.text-success {
	    color: #89b633!important;
}

 .dropdown-menu.menu-drop-t {
    top: 119%;
    left: -194px;;
}

.menu-drop-t .form-control {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
.dropdown-menu.menu-drop-t {
    top: 0;
    left: 0;
    z-index: 999999999999999;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../../assets/images/menu.svg);
}
.navbar-dark .navbar-toggler {
    color: white;
    border-color: white;
	margin-right: 20px;
}

.image-title .btn-primary.btn-bikerface, #perche .btn-primary.btn-bikerface, #avanti-1.btn-primary.btn-bikerface, #avanti-2.btn-primary.btn-bikerface, #avanti-3.btn-primary.btn-bikerface, #avanti-4.btn-primary.btn-bikerface, #fai-offerta.btn-primary.btn-bikerface, #invia.btn-primary.btn-bikerface, #btn-login.btn-primary.btn-bikerface, #btn-logout.btn-link.btn-link-bikerface, #btn-profilo.btn-link.btn-link-bikerface {
    width: 100%;
}

.invia{
    width: 100%;
}


}

.riep-offerte2 h4 strong {
    color: #ba0001;
    font-family: 'LANENAR';
    font-weight: bold;
    font-size: 22px;
}

.elenco-off .h5.text-secondary {
    color: #ba0001!important;
    margin-bottom: 23px;
}

.dropdown-menu.log-in-button {
    top: 60px;
    right: 0!important;
	left: auto;
}

.text-truncate-eclipse {
	text-align: justify;
    display: block;
    display: -webkit-box;
    height: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.nav-link.nav-link-bikerface {
    border-right: 0px solid;
    border-left: 0px solid;
    border-top: 0px solid;
    border-bottom: 3px solid transparent !important;
}

.nav-link.nav-link-bikerface.active {
    border-color: #BA0001 !important;
}

.card-profile {
    border-radius: .99rem;
    border: 0px solid;
}

.card-profile-photo {
    -webkit-box-shadow: 0px 2px 3px 2px #f7f7f7;

    -moz-box-shadow: 0px 2px 3px 2px #f7f7f7;

    box-shadow: 0px 2px 3px 2px #f7f7f7;

}

.riga-dati {

    border-radius: .30rem;
}

.bg-grey {
    background-color: #F0F5F8;

}

.bg-off-white {
    background-color: #fcfcfc;
}

.testo-dati {
    font-size: 0.8rem;
}

.data-recensione {
    font-size: 90%;
    color: #6c757d;
}

.btn-primary.btn-bikerface {
    border-radius: 4px; 
}