/**
 * css generico applicativi frontend
 *
 * @author Gianluca Fabiano <gianlucafabiano@easyavvisi.it>
 * @since   2.0
 * @version 1.3
*/
.txt-primary {
  color: #cd2d2d !important;
}
.txt-success {
  color: #3cd13e !important;
}
.txt-danger {
  color: #cb3e3e !important;
}
.txt-warning {
  color: #eea236 !important;
}
.txt-info {
  color: #5bc0de !important;
}
.txt-normal {
  color: #616161 !important;
}
.txt-disabled,
.txt-disabled * {
  color: #a9a9a9 !important;
}
.bg {
  background-color: #f5f5f5;
}
.bg-theater {
  background-color: #242424;
}
.bg-content {
  background-color: #ffffff;
}
.body-reclick {
  background-color: #f5f5f5;
}
.bg-free {
  background-color: #ffffff;
}
.bg-starter {
  background-color: #5cb85c;
}
.bg-pro {
  background-color: #629aef;
}
.bg-business {
  background-color: #af82e0;
}
.bg-info {
  background-color: #5bc0de !important;
}
.bg-primary,
.bg-primary:hover,
.btn-primary,
.btn-primary:hover {
  background-color: #cd2d2d !important;
  border-color: #cd2d2d !important;
  color: white;
}
.bg-danger,
.bg-danger:hover,
.btn-danger,
.btn-danger:hover {
  background-color: #cb3e3e !important;
  border-color: #cb3e3e !important;
  color: white;
}
.bg-starter,
.bg-starter:hover,
.btn-starter,
.btn-starter:hover {
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
  color: white;
}
.bg-pro,
.bg-pro:hover,
.btn-pro,
.btn-pro:hover {
  background-color: #629aef !important;
  border-color: #629aef !important;
  color: white;
}
.bg-business,
.bg-business:hover,
.btn-business,
.btn-business:hover {
  background-color: #af82e0 !important;
  border-color: #af82e0 !important;
  color: white;
}
.bg-primary i,
.bg-success i,
.bg-danger i,
.bg-starter i,
.bg-business i,
.bg-primary a,
.bg-success a,
.bg-danger a,
.bg-starter a,
.bg-business a,
.bg-primary a:hover,
.bg-success a:hover,
.bg-danger a:hover,
.bg-starter a:hover,
.bg-business a:hover,
.bg-primary,
.bg-success span,
.bg-danger span,
.bg-starter span,
.bg-business span,
.btn-primary .glyphicon,
.btn-success .glyphicon,
.btn-danger .glyphicon,
.btn-warning .glyphicon,
.btn-primary *,
.btn-success *,
.btn-danger *,
.btn-warning *,
.bg-starter *,
.bg-business * {
  color: white !important;
}
.bg-secondary {
  background-color: #616161 !important;
}
.btn-default i {
  color: #616161 !important;
}
.border {
  border: 1px solid #eeeeee;
}
.border-top {
  border-top: 1px solid #eeeeee;
}
.border-bottom {
  border-bottom: 1px solid #eeeeee;
}
.border-left {
  border-left: 1px solid #eeeeee;
}
.border-right {
  border-right: 1px solid #eeeeee;
}
.border-primary {
  border-color: #cd2d2d !important;
}
.border-danger {
  border-color: #cb3e3e !important;
}
.box-info {
  background-color: #f4f4f4;
}
/* Notebook  ----------- */
/* Notebook  ----------- */
/* Smartphones (portrait and landscape) ----------- */
/*******************************************************************************
// DIMENSIONI DEFAULT CONTENITORI BEST RPM

Desk-Medium  - 1680 >      - width: 1150 px  left: 65% right: 33%
Notebook     - 1200 < 1600 - width: 1024 px  left: 65% right: 33%
Smartphone   - 320  < 480  - width: 950  px  left: 65% right: 33%

*******************************************************************************/
.site-size {
  width: 1110px;
  min-width: 1110px;
}
.site-size-left {
  width: 66.5%;
  float: left;
}
.site-size-right {
  width: 325px;
  float: right;
}
/*
@media @notebook {
  //.site-size       { width: (@sizeMain - 55)        !important;  min-width: (@sizeMain - 55) !important; }
  .site-size       { width: (@sizeMain - 25)        !important;  min-width: (@sizeMain - 25) !important; }
  .site-size-left  { width: (@sizeSideLeft + 2)     !important;                                          }
  .site-size-right { width: (@sizeSideRight - 1.5 ) !important;                                          }
}



@media @smartphone {
  .site-size       { width: (@sizeMain - 200); min-width: (@sizeMain - 200) !important; }
  .site-size-left  { width: (@sizeSideLeft - 1);           }
  .site-size-right { width: (@sizeSideRight + 2 );         }
}
*/
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .hide-notebook {
    display: none !important;
  }
}
/*
@media @smartphone {
  .hide-notebook   { display: none !important;}
  .hide-smartphone { display: none !important;}
  .panel-body,
  .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,
  .col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
    padding-left: 5px; padding-right: 5px;
  }
}
*/
body {
  font-family: 'Roboto', sans-serif;
  color: #616161;
  line-height: 24px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 24px !important;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #616161;
  font-family: 'Roboto', sans-serif;
}
a {
  color: #616161;
}
.fsxxs {
  font-size: 10px;
}
.fsxs {
  font-size: 12px;
}
.fsn {
  font-size: 14px;
}
.fsm {
  font-size: 18px;
}
.fsl {
  font-size: 20px;
}
.fsxl {
  font-size: 30px;
}
.fsxxl {
  font-size: 40px;
}
.line-h-normal {
  line-height: 22px !important;
}
.line-h-wide {
  line-height: 24px !important;
}
.line-h-narrow {
  line-height: 20px !important;
}
.img-large {
  width: 210px;
  height: 175px;
}
.img-medium {
  width: 180px;
  height: 150px;
}
.img-normal {
  width: 150px;
  height: 125px;
}
.img-small {
  width: 121px;
  height: 90px;
}
.img-xsmall {
  width: 90px;
  height: 67px;
}
.img-micro {
  width: 50px;
  height: 37px;
}
.img-normal,
.img-small,
.img-xsmall,
.img-micro {
  display: block;
  overflow: hidden;
}
.img-normal img,
.img-small img,
.img-xsmall img,
.img-micro img {
  width: 100%;
}
.img-rounded {
  border-radius: 4px !important;
}
.elem-circle.img-large {
  height: 210px !important;
}
.elem-circle.img-medium {
  height: 180px !important;
}
.elem-circle.img-normal {
  height: 150px !important;
}
.elem-circle.img-small {
  height: 121px !important;
}
.elem-circle.img-xsmall {
  height: 90px !important;
}
.elem-circle.img-micro {
  height: 50px !important;
}
#main-container {
  margin: 0 auto;
  position: relative;
}
.panel {
  margin-bottom: 10px !important;
  border: 0px !important;
}
.panel,
.panel-body {
  padding: 0px !important;
}
.modal-content {
  border-radius: 0px !important;
}
.color-bar {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.bar {
  height: 6px;
  float: left;
}
.bar-c1 {
  background-color: #4885f2;
}
.bar-c2 {
  background-color: #e5493e;
}
.bar-c3 {
  background-color: #f9bb26;
}
.bar-c4 {
  background-color: #40a554;
}
#icon-home-container * {
  color: white;
}
#menu-home * {
  color: white;
}
#menu-home {
  z-index: 99999;
  position: absolute;
  left: 45%;
  width: 375px;
  margin-left: -110px;
  height: 30px;
  padding: 3px;
  text-align: center;
  border-radius: 0 0 25px 25px;
}
#pubblica-home:before {
  content: "|";
  margin-right: 7px;
  margin-left: 7px;
  color: #8CA2B6;
}
#dashboard-home:before {
  content: "|";
  margin-right: 7px;
  margin-left: 7px;
  color: #8CA2B6;
}
#icon-home-container {
  text-align: center;
  height: 35px;
  width: 195px;
  margin-top: 21px;
  border-radius: 0 0 30px 30px;
}
#hr-footer-home {
  margin-top: -10px;
  border: 2px solid #64A1D8;
  margin-bottom: 30px;
}
#header-home {
  background-color: #ffffff;
  border-bottom: 6px solid #3A7CB7;
}
#header-footer {
  margin-top: 40px;
}
#menu-right-side i {
  font-size: 28px!important;
}
#navbar-container,
.navbar {
  background-color: #cd2d2d;
}
#menu-right .badge {
  position: absolute;
  top: -1px;
  right: 15px;
}
#menu-img-negozio {
  width: 37px!important;
  height: 37px!important;
}
#notifiche-container:before {
  display: block;
  content: "";
  background: #ffffff;
  border-width: 1px 0 0 1px;
  border-style: solid none none solid;
  border-color: #eeeeee;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 7.85%;
  top: -8px;
  z-index: 6001;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#notifiche-list::-webkit-scrollbar {
  width: 6px;
  padding-top: 10px;
}
#notifiche-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#notifiche-list::-webkit-scrollbar-thumb {
  background-color: #6a95b9;
  border-radius: 25px 25px 25px 25px;
  outline: 1px solid slategrey;
}
#notifiche-dropdown .dropdown-menu {
  width: 385px;
}
#notifiche-dropdown .dropdown-header,
#notifiche-dropdown .dropdown-header a {
  padding: 0px;
}
.notifica-body:hover {
  background-color: white;
}
.footer {
  background-color: #616161;
  min-width: 1110px;
}
.footer a,
.footer * {
  color: #9a9a9a;
}
.footer hr {
  border-color: #64A1D8;
  margin: 5px;
}
#footer-header {
  margin: 0 auto;
  padding: 5px;
  background-color: #ffffff;
}
#footer-header a {
  font-size: 12px;
}
#form-ricerca {
  margin: 0 auto;
}
#form-ricerca select option {
  font-size: 18px;
}
#form-ricerca .select-categoria {
  padding: 15px;
}
.select2-container {
  width: 100% !important;
}
#menu-side #img-negozio-container {
  width: 20vh;
  height: 20vh;
}
.img-negozio-pro img {
  width: 100%!important;
  height: auto;
}
#menu-rating {
  font-size: 3vh;
}
.menu-ul li {
  padding-top: 1.2vh;
  padding-bottom: 1.2vh;
}
.menu-ul li span {
  vertical-align: text-bottom !important;
}
.menu-ul .menu-icon {
  font-size: 2.8vh;
}
.badge-count {
  border-radius: 20px;
  padding: 2px 9px 2px 9px;
  display: inline-block !important;
}
.badge-count:empty {
  display: none!important;
}
#menu-right a .badge-count {
  position: absolute;
  top: 0px;
  right: 8px;
}
#form-ricerca .help-block {
  display: none;
}
#form-ricerca .form-group {
  margin-bottom: 0px;
}
#div-btn-ricerca {
  padding-right: 0px;
}
/*

@media @desktop {

  #barra-ricerca{
    position: absolute;
    top: 50px;
    left: 690px;
    width: 45.8%;
  }
}


@media @notebook {

  #barra-ricerca {
    position: absolute;
    top: 45px;
    left: 430px  !important;
    width: 57.8% !important;
  }

}

*/
#barra-ricerca input,
#barra-ricerca select,
#ricerca-elenco-button,
#pubblica-elenco-button a {
  font-size: 15px;
}
.powered {
  margin-top: -73px;
  margin-right: 12px;
}
footer * {
  color: white !important;
}
.active-tab {
  box-shadow: inset 2px 3px 20px 0px #6b6b6b2e;
}
#elenco .well {
  background-color: white;
}
#elenco-header h1 {
  font-size: 14px;
  margin: 0px;
  margin-left: 5px;
}
#dettaglio-post-left {
  width: 73%;
  float: left;
}
#dettaglio-post-right {
  width: 26%;
  float: right;
}
#dettaglio-post-header .panel-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
}
#dettaglio-post-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#descrizione-panel h2 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}
#descrizione-panel .panel-heading span {
  margin-top: -1px;
  margin-left: 5px;
}
#descrizione-mobile br {
  display: none;
}
#dati-post {
  padding-left: 0px;
}
#descrizione-dati ul li {
  border-bottom: 1px solid #ededed;
}
#descrizione-dati ul > li > span {
  padding-left: 1px;
  padding-right: 1px;
}
#descrizione-dati ul > li:nth-child(2n+0) > span.col-xs-7 {
  padding-right: 0px !important;
}
.contatti .glyphicon {
  font-size: 18px;
}
#dati-post .glyphicon {
  margin-top: 2px;
}
#mappa-content {
  position: relative;
}
#bottoni-azione button,
#bottoni-azione a {
  margin-right: 5px;
}
.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 15px;
  min-height: 425px;
  background: #ffffff;
}
.nav-tabs > li > a {
  border: 1px solid #ddd !important;
  border-bottom: none !important;
}
#messaggi-containter {
  padding-top: 100px;
  padding-bottom: 75px;
  height: 80vh;
  overflow-y: scroll;
}
#messaggio-textarea .prepend-content-l {
  font-size: 34px;
  text-align: center;
}
.slider-desk .arrow {
  display: none;
}
.slider-desk .carousel-inner {
  margin-top: 0px;
  height: 500px !important;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-desk .carousel-inner {
    height: 395px !important;
  }
  .slider-desk {
    padding-bottom: 0px !important;
    padding-top: 5px !important;
  }
}
#gallery-container {
  width: 1100px;
}
#gallery-cover {
  height: 520px;
  position: relative;
  overflow: hidden;
}
#gallery-cover img {
  width: 100%;
}
#gallery-cover > .arrow-container {
  width: 10%;
  position: absolute;
  z-index: 99999;
}
#gallery-cover .arrow-container-left {
  left: 0;
}
#gallery-cover .arrow-container-right {
  right: 0;
}
#gallery-cover .arrow {
  font-size: 65px;
  opacity: 0.18;
}
#payment-box {
  background-color: #F4F4F4;
}
.carousel-inner,
.arrow-container {
  cursor: default;
}
.sponsorizzato {
  font-size: 9px;
  color: #cecece;
}
.adv {
  color: #cd2d2d;
  font-weight: normal;
}
.adv-728-container {
  width: 745px;
  height: 90px;
}
#mappa-relativi {
  position: absolute;
  top: 25px;
  left: 30px;
  font-size: 12px;
}
.adv-336-container {
  width: 336px;
  margin: 0 auto;
}
.relativi468 .label {
  width: 60px;
  height: 45px;
}
.relativi468 .label small {
  font-size: 12px;
  font-weight: 100;
}
.advarw {
  background-color: #748dc3;
  /*
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-width: 0px;
  */
  cursor: pointer;
  display: inline-block;
  height: 61px;
  min-width: 82px;
  max-width: 286px;
  margin: 0;
  text-align: center;
  visibility: visible;
  white-space: nowrap;
}
.advarw span {
  color: #fff;
  font-weight: 100;
  margin-top: 13px;
  font-size: 20px;
}
#cto_products .cto_product .imgholder {
  text-align: center;
  background: #cd2d2d !important;
  float: left;
  margin-right: 7px;
  width: 106px;
  height: 106px;
}
/*
#side-menu-container{
  display    : inline-block!important;
  top        : auto!important;
  left       : 0px!important;
  box-shadow : none !important;
  -webkit-box-shadow: none !important;
}

#side-menu-open, #side-menu-close {
  display: none!important;
}
*/
.table > thead > tr > th {
  border: 0 !important;
}
.filters > td {
  border: 0 !important;
}
/*
@pathBaseLess:     "../../../../public/css/less/";
@pathCouponLess:   "../../../../public/coupon/css/less/";
@pathMotoriLess:   "../../../../public/motori/css/less/";
@pathIncontriLess: "../../../../public/incontri/css/less/";
@pathLavoroLess:   "../../../../public/lavoro/css/less/";


@pathThemeLessDefault:        "@{pathBaseLess}theme.less";
@pathSizesLessDefault:        "@{pathBaseLess}sizes.less";
@pathContainersLessDefault:   "@{pathBaseLess}containers.less";
@pathAdvLessDefault:          "@{pathBaseLess}adv.less";

@pathSizesLessCoupon:         "@{pathCouponLess}sizes.less";
@pathContainersLessCoupon:    "@{pathCouponLess}containers.less";

@pathSizesLessMotori:         "@{pathMotoriLess}sizes.less";
@pathContainersLessMotori:    "@{pathMotoriLess}containers.less";

@pathSizesLessIncontri:       "@{pathIncontriLess}sizes.less";
@pathContainersLessIncontri:  "@{pathIncontriLess}containers.less";

@pathSizesLessLavoro:         "@{pathLavoroLess}sizes.less";
@pathContainersLessLavoro:    "@{pathLavoroLess}containers.less";
*/
/*
@sizeMain:        75%;
@sizeSideLeft:    74%;
@sizeSideRight:   25%;
*/
#logo-container {
  padding: 0;
}
.footer *,
.footer a {
  color: #E8E8E8;
}
