input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.chosen-container-multi .chosen-choices{
  min-height:34px !important;
}

.chosen-container-single{
  min-height:34px !important;
  border-radius: 0px !important;
}

.chosen-container-single .chosen-single{
  min-height:34px !important;
  border-radius: 0px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #636363;
  opacity: 1; /* Firefox */
}

h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:19px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:13px;}


/*paletta*/
.bgBrick{background-color: #d9633c;}
.fontBrick{color:#d9633c;}
.bgCyan{background-color: #3cb2d9;}
.fontCyan{color:#3cb2d9;}
.bgCyan-light{background-color: #dfecf0;}/*#7ecce6;*/
.fontCyan-light{color:#dfecf0;}
.bgMerchant{background-color: #cc9900;}
.fontMerchant-light{color:#f4cb50}
.fontMerchant{color:#cc9900;}
.bgCultural{background-color: #99cc33;}
.fontCultural{color:#99cc33}
.fontCultural-light{color:#a7df37}
.bg-footer{
  background-color:#599bb9;
}

.bg-color-1{background-color: #41738a;}
.bg-dark-blu{background-color: #4d849f;}

/*colori font*/
.color-1{color:#41738a;}
.color-3d{color:#3d3d3d;}
.color-37{color:#373737;}
.color-orange{color:#f0682c;}
.color-a2{color:#a2a2a2;}
.color-666{color:#666;}

/*colori background*/
.bgOrange{background-color: #f0682c;}

/*bottoni*/
.btn-orange{
  border:2px solid #f0682c;
  background-color: #f0682c;
  border-radius: 3px;
  color:#fff;
  box-shadow: 4px 4px 0px #b54f22 !important;
  min-width: 102px;
}

.btn-orange:hover{
  color: #f0682c;
  background-color: #fff;
}

.btn-delete{
  border:2px solid #f44336;
  background-color: #f44336;
  border-radius: 3px;
  color:#fff;
  box-shadow: 4px 4px 0px #c62828 !important;
  min-width: 102px;
}

.btn-delete:hover{
  color: #f44336;
  background-color: #fff;

}

.btn-green{
  border:2px solid #5fc168;
  background-color: #5fc168;
  border-radius: 3px;
  color:#fff;
  box-shadow: 4px 4px 0px #468f4c !important;
  min-width: 102px;
  padding: 5px 25px;

}
.btn-green:hover{
  background-color: #fff;
  color:#5fc168;
}


.btn-orange-flat{
  border:2px solid #f0682c;
  background-color: #f0682c;
  border-radius: 3px;
  color:#fff;
  min-width: 102px;

}
.btn-orange-flat:hover{
  color: #f0682c;
  background-color: #fff;
}

.display-block{display: block;}
.display-inline-block{display: inline-block;}
.float-none{float: none;}
.opacity-1{opacity: 1;}
.opacity-09{opacity: 0.9;}
.opacity-07{opacity: 0.7;}
.opacity-05{opacity: 0.5;}
.opacity-01{opacity: 0.1;}
.opacity-0{opacity: 0;}
.width-auto{width: auto;}
.width-100perc{width: 100%;}
.height-auto{height: auto;}
.height-10{height: 10px;}
.height-25{height: 25px;}
.height-50{height: 50px;}
.height-100{height: 100px;}
.height-150{height: 150px;}
.max-height-500{max-height: 500px;}
.max-width-100perc{max-width: 100%;}
.border-radius-0{border-radius: 0px !important;}
.border-radius-3{border-radius: 3px !important;}
.border-radius-5{border-radius: 5px !important;}
.border-radius-10{border-radius: 10px !important;}
.border-radius-20{border-radius: 20px !important;}
.border-radius-25{border-radius: 25px !important;}
.border-tl-radius-0{border-top-left-radius: 0px !important;}
.border-tl-radius-3{border-top-left-radius: 3px !important;}
.border-tl-radius-5{border-top-left-radius: 5px !important;}
.border-tr-radius-0{border-top-right-radius: 0px !important;}
.border-tr-radius-3{border-top-right-radius: 3px !important;}
.border-tr-radius-5{border-top-right-radius: 5px !important;}
.border-bl-radius-0{border-bottom-left-radius: 0px !important;}
.border-bl-radius-3{border-bottom-left-radius: 3px !important;}
.border-bl-radius-5{border-bottom-left-radius: 5px !important;}
.border-br-radius-0{border-bottom-right-radius: 0px !important;}
.border-br-radius-3{border-bottom-right-radius: 3px !important;}
.border-br-radius-5{border-bottom-right-radius: 5px !important;}
.border-radius-50perc{border-radius: 50% !important;}
.box-shadow-none{box-shadow: none;-webkit-box-shadow: none;}
.font-weight-bolder{font-weight: bolder;}
.font-weight-normal{font-weight: normal;}
.text-decoration-none{text-decoration: none !important;}
.text-decoration-underline{text-decoration: underline;}
.border-width-1{border-width: 1px;}
.border-width-2{border-width: 2px;}
.border-width-3{border-width: 3px;}
.border-width-4{border-width: 4px;}
.border-width-5{border-width: 5px;}
.border-style-dashed{border-style: dashed;}
.border-style-solid{border-style: solid;}
.border-style-dotted{border-style: dotted;}
.border-color-000{border-color: #000;}
.border-color-fff{border-color: #fff;}
.border-color-dadada{border-color: #dadada;}
.border-color-35766a{border-color: #35766a;}
.border-color-4ba597{border-color: #4ba597;}
.border-0{border: 0;}
.border-top-0{border-top: 0;}
.border-bottom-0{border-bottom: 0;}
.border-left-0{border-left: 0;}
.border-right-0{border-right: 0;}
.position-relative{position: relative !important;}
.position-absolute{position: absolute;}
.position-fixed{position: fixed;}
.position-top-0{top: 0px;}
.position-top-5{top: 5px;}
.position-top-10{top: 10px;}
.position-bottom-0{bottom: 0px;}
.position-bottom-5{bottom: 5px;}
.position-bottom-10{bottom: 10px;}
.position-left-0{left: 0px;}
.position-left-5{left: 5px;}
.position-left-10{left: 10px;}
.position-right-0{right: 0px;}
.position-right-5{right: 5px;}
.position-right-10{right: 10px;}
.z-index-0{z-index: 0;}
.z-index-5{z-index: 5;}
.z-index-10{z-index: 10;}
.z-index-20{z-index: 20;}
.z-index-30{z-index: 30;}
.white-space-nowrap{white-space: nowrap;}
.text-overflow-ellipsis{text-overflow: ellipsis;}
.overflow-hidden{overflow: hidden;}
.overflow-auto{overflow: auto;}
.overflow-y-auto{overflow-y: auto;}
.cursor-pointer{cursor: pointer;}
.cursor-help{cursor: help;}
.cursor-no-drop{cursor: no-drop;}
.vertical-align-top{vertical-align: top;}
.vertical-align-text-bottom{vertical-align: text-bottom;}
.vertical-align-text-top{vertical-align: text-top;}
.vertical-align-middle{vertical-align: middle;}
.vertical-align-sub{vertical-align: sub;}
.background-color-fff{background-color: #fff;}
.background-repeat-no-repeat{background-repeat: no-repeat;}
.background-size-contain{background-size: contain;}
.background-size-cover{background-size: cover;}
.background-position-top{background-position: top;}
.background-position-center{background-position: center;}
.background-position-bottom{background-position: bottom;}
.color-c6c6c6{color: #c6c6c6;}
.color-fff{color: #fff;}
.color-fff-imp{color: #fff !important;}
.font-size-80{font-size: 80px;}
.font-size-70{font-size: 70px;}
.font-size-60{font-size: 60px;}
.font-size-50{font-size: 50px;}
.font-size-40{font-size: 40px;}
.font-size-30{font-size: 30px;}
.font-size-25{font-size: 25px;}
.font-size-20{font-size: 20px;}
.font-size-18{font-size: 18px;}
.font-size-16{font-size: 16px;}
.font-size-14{font-size: 14px;}
.font-size-12{font-size: 12px;}
.font-size-10{font-size: 10px;}
.font-size-8{font-size: 8px;}
.font-size-6{font-size: 6px;}
.line-height-80{line-height: 80px;}
.line-height-70{line-height: 70px;}
.line-height-60{line-height: 60px;}
.line-height-50{line-height: 50px;}
.line-height-40{line-height: 40px;}
.line-height-30{line-height: 30px;}
.line-height-25{line-height: 25px;}
.line-height-20{line-height: 20px;}
.line-height-18{line-height: 18px;}
.line-height-16{line-height: 16px;}
.line-height-14{line-height: 14px;}
.line-height-12{line-height: 12px;}
.line-height-10{line-height: 10px;}
.margin-left-right-auto{margin-left: auto;margin-right: auto;}
.margin-0{margin: 0px !important;}
.margin-5{margin: 5px !important;}
.margin-10{margin: 10px !important;}
.margin-20{margin: 20px !important;}
.margin-left-0{margin-left: 0px !important;}
.margin-left-5{margin-left: 5px !important;}
.margin-left-10{margin-left: 10px !important;}
.margin-left-20{margin-left: 20px !important;}
.margin-right-0{margin-right: 0px !important;}
.margin-right-5{margin-right: 5px !important;}
.margin-right-10{margin-right: 10px !important;}
.margin-right-20{margin-right: 20px !important;}
.margin-top-0{margin-top: 0px !important;}
.margin-top-5{margin-top: 5px !important;}
.margin-top-10{margin-top: 10px !important;}
.margin-top-20{margin-top: 20px !important;}
.margin-top-40{margin-top: 40px !important;}
.margin-bottom-0{margin-bottom: 0px !important;}
.margin-bottom-5{margin-bottom: 5px !important;}
.margin-bottom-10{margin-bottom: 10px !important;}
.margin-bottom-20{margin-bottom: 20px !important;}
.margin-bottom-40{margin-bottom: 40px !important;}
.padding-0{padding: 0px !important;}
.padding-5{padding: 5px !important;}
.padding-10{padding: 10px !important;}
.padding-20{padding: 20px !important;}
.padding-left-0{padding-left: 0px !important;}
.padding-left-5{padding-left: 5px !important;}
.padding-left-10{padding-left: 10px !important;}
.padding-left-20{padding-left: 20px !important;}
.padding-right-0{padding-right: 0px !important;}
.padding-right-5{padding-right: 5px !important;}
.padding-right-10{padding-right: 10px !important;}
.padding-right-20{padding-right: 20px !important;}
.padding-top-0{padding-top: 0px !important;}
.padding-top-5{padding-top: 5px !important;}
.padding-top-10{padding-top: 10px !important;}
.padding-top-20{padding-top: 20px !important;}
.padding-top-40{padding-top: 40px !important;}
.padding-bottom-0{padding-bottom: 0px !important;}
.padding-bottom-5{padding-bottom: 5px !important;}
.padding-bottom-10{padding-bottom: 10px !important;}
.padding-bottom-20{padding-bottom: 20px !important;}
.padding-bottom-40{padding-bottom: 40px !important;}
.padding-0-10{padding:0 10px !important;}
.text-white{color:#fff;}
.uppercase{text-transform: uppercase;}
.center-img{margin:0 auto;}
/**************************************/
.shadow-blur {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
  box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
}
.shadow-bottom {
  /*-webkit-box-shadow: 0px 5px 10px 0px rgba(102,102,102,1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(102,102,102,1);
  box-shadow: 0px 5px 10px 0px rgba(102,102,102,1);*/
  -webkit-box-shadow: 0px 6px 23px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 23px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 23px -9px rgba(0,0,0,0.75);
}
/****************************************/

.form-control {
  border-radius: 0;
}

.main{margin-top:120px;}
@media (max-width:480px){
  /*MDA*/
  /*.main{margin-top:95px;}*/
  .main{margin-top:115px;}
}

.border-img{border:1px solid #ddd;}
.shadow-header {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}

.header-abs nav {
  /*background-color: #477b94;*/
  background-color: rgba(255,255,255,1); /* decommenta per header trasparente"*/
  border:none;
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
}

.navbar_menu li {
  color:#d9633c;
  font-weight: 700;

}

.navbar_menu li:hover {
  cursor: pointer;
}

.navbar_menu li:hover a {
  color:#fff;
  background-color: #3cb2d9;
  cursor: pointer;
}

.navbar_menu li a {
  text-decoration:none;
  color:#d9633c;
  background-color: #fff;
}

.navbar_menu_unlog li {
  color:#333;
  font-weight: 700;
  float: none !important;
}

.navbar_menu_unlog li:hover {
  cursor: pointer;
}

.navbar_menu_unlog li a {
  text-decoration:none;
  color:#d9633c;
  background-color: #fff !important;
}

.navbar_menu_unlog li:hover a {
  color:#fff;
  background-color: #3cb2d9 !important;
  cursor: pointer;
}

.navbar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-menu ul li {
  float: left;
  /*padding: 15px 10px;*/
  color:#d9633c;
  font-weight: 700;
}

.navbar-menu ul li:hover {
  background-color: #3cb2d9;
  cursor: pointer;
}

.navbar-menu ul li:hover a{
  color:#fff;
  background-color: #3cb2d9;
  cursor: pointer;
}

.navbar-menu ul li a {
  text-decoration:none;
  color:#41738a;
  padding: 15px 10px;
}

@media (max-width:480px) {
  .navbar-menu ul li {
    float:none;
    display: inline-block;
  }
  .navbar-menu ul li a {
    font-size: 11px;
    padding: 10px 5px;
}
}

.logo-header{height: 35px;}
.logo-header-m{height: 35px;}
nav h3{text-align: center;}
.visual-container{
  position: relative;
}

.visual-caption{
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

#dobday, #dobmonth, #dobyear{
  display: inline-block !important;
  width:auto !important;
}

.btn-cyan {
  border:2px solid #3cb2d9;
  background-color: #3cb2d9;
  border-radius: 3px;
  color:#fff;
  box-shadow: 4px 4px 0px #35a0c4 !important;
}

.btn-cyan:hover {
  color: #3cb2d9;
  background-color: #fff;

}

.btn-cyan-flat {
  border:2px solid #3cb2d9;
  background-color: #3cb2d9;
  border-radius: 3px;
  color:#fff;
  margin-bottom: 15px;
}
.btn-cyan-flat:hover {
  color: #3cb2d9;
  background-color: #fff;

}

.btn-b {
  border:2px solid #cc9900;
  background-color: #cc9900;
  border-radius: 3px;
  color:#fff;
  box-shadow: 4px 4px 0px #af8401 !important;
}

.btn-b:hover {
  color: #cc9900;
  background-color: #fff;

}

.btn-c {
  border:2px solid #99cc33;
  background-color: #99cc33;
  border-radius: 3px;
  color:#fff;
  box-shadow: 4px 4px 0px #87b52d !important;
}

.btn-c:hover{
  color: #99cc33;
  background-color: #fff;

}

.btn-container{
  /*position:absolute;*/
  left: 50%;
  right:0;
  bottom:0;
  text-align: center;
  min-width: 250px;
}

.boxed-btn {
  max-width: 320px;
  /*border:1px solid #7f7f7f;*/
  border-radius: 5px;
  margin:15px auto 0;
  /*padding:10px 5px;*/
}

.boxed-btn img {
  width:20%;
  display:inline-block;
}

.boxed-btn p, .boxed-btn a {
  /*width:38%;*/
  display:inline-block;
  text-align: left;
}

.boxed-btn a {font-weight: 700;}
.boxed-btn p {
  font-size: 14px;
  color:#aaa;
  vertical-align: middle;
}

.btn-activate-card{
  background-color: #d9633c;
  border:2px solid #d9633c;
  color:#fff;
  border-radius: 3px;
  box-shadow: 4px 4px 0px #ba5635 !important;
}

.btn-activate-card:hover {
  color:#d9633c;
  background-color:#fff;
  box-shadow: 4px 4px 0px #ba5635;
}

footer a, footer a:hover, footer a:focus {
	color:#ffffff;
	text-decoration:underline;
}

footer img {
  margin: 0 auto;
}

footer h4 {
  border-bottom: 1px solid #fff;
  color:#fff;
  margin-top: 20px
}

footer p {
  color:#fff;
  /*padding-top: 15px;*/
}

@media (min-width:500px){
  .card_img_list {
    width: 300px;

    float:right;
  }
}
@media (max-width:480px){
  .card_img_list {
    width: 300px;
    margin: 0 auto;
  }
}

.card_img_dash {
  width: 300px;
  margin: 0 auto;
}

.update_img_list {
  height: 164.45px;
  margin: 0 auto;
}

.card_info_list {
  list-style: none;
  padding: 0;
}

.card_info_list li{
  /*padding:5px 0;*/
  font-size: 16px;
}

.card-info-list-container {
  width: 300px;
  background-color: #fff;
  border-radius: 8px;
  height: 189.5px;
  padding: 1px 15px;
  border:1px solid #41738a;
  max-width: 100%;
}

@media (max-width:330px) {
  .card-info-list-container{
      max-height: 170px;
  }
}

.border-right-sm {
  border-right: 1px solid #aaa;
}

.card-list-row{
  margin: 50px 0;
}

.dropdown-toggle {
  color:#333;
  font-size: 16px;
}
/*
.help-block{
  margin-bottom: 0;
  min-height: 20px;
}
*/
.font-white, .font-white:hover{color:#fff;}
@media (max-width:480px) {
  .visual-caption h1 {
    font-size: 22px;
  }
  .btn-container{
    position:relative;
    left: auto;
    right:auto;
    bottom:auto;
    text-align: center;
    min-width: 250px;
  }
  .padding-xs-0{padding: 0;}
  nav{position: relative}
  nav .logo{
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

  }

  .border-right-sm{
    border-right: none;
  }

  .visual-caption{top: 8%}
  .card-info-list-container{margin: 10px auto;}
  .tourist_img, .commercianti_img,.culturali_img{
    height: 150px;
    overflow: hidden;
  }

  .commercianti_img img{
      position: relative;
      top: -38px;
  }

  .width-100-mob {
    width:100%;
  }

  .navbar-right {

    min-width: 160px;
    text-align: center;
  }

  .sigin-card-c {
    margin-top: 20px;
  }
}

@media (min-width:481px) and (max-width:991px) {
    .tourist_img {
      height: 150px;
      overflow: hidden;
    }
    /*.tourist_img img{
        position: relative;
            top: -152%;
    }*/
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    /*background-color: transparent !important;*/
    /*border:1px solid transparent !important;*/
    color:#d9633c !important;
}
.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover{
    color:#7f7f7f;
}
.nav-tabs>li{
    min-width: 70px;
    text-align: center;
}
@media (max-width:480px){
    .nav-tabs>li{
        min-width: 58px;
    }
    .nav-tabs>li>a{
        padding:10px 0px !important;
    }
}
.nav-tabs{
    border-bottom: none;
}
.tab-pane{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff;
    /*padding-bottom: 15px;*/
}
.tab-pane:nth-child(1){
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tab-pane:nth-child(1){
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tab-pane:nth-child(2),.tab-pane:nth-child(3),.tab-pane:nth-child(4){
    border-radius: 5px;
}
.tab-pane h4{
    padding-left: 15px;
}
.log-separatore{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #aaa;
    line-height: 0.1em;
    margin: 20px 0 20px;
}
.log-separatore span{
    color:#aaa;
    background-color:#dfecf0;
    padding:0 10px;
}

.gif-box img{
    margin: 0 auto;
}
.select_periodo_container{
    display: inline-block
}
.check_closed,.check_fulltime{
    width: 20px;
    height: 20px;
}
.check_label span{
    vertical-align: super;
    font-weight: 400;
}
.day_label{
    margin-right: 15px;
}
@media (max-width:370px){
    .check_label{
        font-size:12px;
    }
    .check_closed,.check_fulltime{
        width: 15px;
        height: 15px;
    }
    .day_label{
        margin-right: 0px;
        display:block;
    }
}
.time{
    display: inline-block;
    width: 90px;
}
.bordoPeriodo{
    border-bottom: 5px solid #3cb2d9;
}

.carousel-inner .item{
    height: 400px;
    background-size: cover;
    background-position: center 35%;
}
.carousel-inner img{
    margin-left: auto;
    margin-right: auto;
}
.carousel-caption h1{
    font-size: 40px;
}
.carousel-caption .visual-title{
    font-size: 36px;
}
@media (min-width:768px){
    .carousel-caption h1{
        font-size: 55px;
    }
}

.carousel-caption{
    padding-bottom: 108px;
    right:5% !important;
    left: 5% !important;
}
.img-how-work{
    width: 100px;
    margin:0 auto;
}
@media (max-width:480px){
    .img-how-work{
        width: 100px;
        float: left;
    }
}
.error-block{
    color:#ff0000;
}
.time-container{
    width:40%;
    float:left
}
.hour-separetor{
    float:left;
    line-height: 34px;
    width: 5%;
    text-align: center;
}


.navbar-right .dropdown-menu-unlog {
    right: 0;
    left: 0;
    min-width: auto;
    border-radius: 0;
    top:30px;
}
.bg-login{
    background-image: url(../../img/slide/login_background.png?ver=image_2.12);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
}
.next-arrow{
    position:absolute;
    font-size:22px;
    right:0px;
    top:50%;
    z-index:2;
    width: 27px;
    height: 27px;
    /*background-image: url(../../img/slide/next_blue.png?ver=image_2.12);
    background-repeat:no-repeat;
    background-size: contain;*/
}
.prev-arrow{
    position:absolute;
    font-size:22px;
    left: 0px;
    top:50%;
    z-index:2;
    width: 27px;
    height: 27px;
    /*background-image: url(../../img/slide/prev_blue.png?ver=image_2.12);
    background-repeat:no-repeat;
    background-size: contain;*/
}
.referral{
    display:inline-block;
    width: auto;
    padding: 5px !important;
}
.referral_submit{
    height: 34px
}
.valid-referral{
    color: #73ac4c;
}
.invalid-referral{
    color: #ec1f1f;
}
.dash-container{
    width: 300px;
    display:block;
    margin: 0 auto;
    padding:20px;
    /*background-color: #ebf9ff;*/
    max-width: 100%;
}




/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media (max-width: 768px){

    /* Force table to not be like tables anymore */
    table.myTable , .myTable thead, .myTable tbody, .myTable th, .myTable td, .myTable tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .myTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .myTable tr { border: 1px solid #ccc; }

    .myTable td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee; */
        position: relative;
        padding-left: 50%;
    }

    .myTable td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 2px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    /*
    Label the data

    td:nth-of-type(1):before { content: "Genere"; }
    td:nth-of-type(2):before { content: "Codice"; }
    td:nth-of-type(3):before { content: "Tipo carta"; }
    td:nth-of-type(4):before { content: "Profilo"; }
    td:nth-of-type(5):before { content: "Attivata il"; }
    */
}
.datepicker table th,.datepicker table td, .datepicker table tr{
    background-color: #fff;
    color:#333;
}
@media (min-width:768px) and (max-width:991px){
    .margin-top-20-sm{
        margin-top: 20px;
    }
}
#qr-code{
    display: block;
    margin:0 auto;
    width: 180px;
}
.open-side a{
    color:#333;
    text-decoration: none;
    font-size:22px;
}
.open-side:hover{
    /*color:#3cb2d9;*/
}

.side-menu-close{
    font-size:22px;
}
.side-menu-close a,.side-menu-close a:hover{
    text-decoration: none;
    color:#333;
}
.side-menu-item{
    padding:7px;
    padding-left: 35px;
    position: relative;
}
.menu-icon{
    position: absolute;
    left:0;
    top: 5px;
    padding-bottom: 24px;
    width: 24px;
}

.side-menu-item a{
    text-decoration: none;
    color: #d9633c;
    display: block;
    width:100%;
    font-size: 16px;
}
.side-menu-item a>i{
    float:right;
}
.side-menu-item:hover{
    background-color: #3cb2d9;
}
.side-menu-item:hover a{
    color:#fff;
}
/*** COLORE PLACEHOLDER *****/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d0d0d0 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #d0d0d0 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #d0d0d0 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #d0d0d0 !important;
}
/*********  COLORE PLACEHOLDER FINE ***************/

.user-img-container{
    position: relative;
    padding: 0 0 75px 0;
}
.user-cover-img{

}
.user-profile-img{
    position: absolute;
    width: 150px;
    margin: 0 auto;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.edit-cover{
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    position: absolute;
    right: 0;
    font-size: 18px;
    color:#fff;
}
.edit-profile{
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color:#fff;
}
@media (max-width:480px){
    .user-profile-img{
        position: absolute;
        width: 90px;
        margin: 0 auto;
        bottom: 0px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}
.profile-menu{
    border:none !important;
    text-align: center;
}
.profile-menu li{
    float:none;
    display:inline-block;
    border:none;
}
.profile-menu li.active>a{
    border:none;
}
.get-position:hover{
    cursor:pointer;
    color:#076CA6;
}
.get-position:hover i{
    transform: rotate(30deg);
    transition: 0.5s;
}
.search-header{
    background-image: url(../../img/slide/slide_3.png?ver=image_2.12);
    background-repeat: no-repeat;
    background-size: cover;
}
.search-container{
    padding:10px 15px;
    background-color: #fff;
    border-radius: 5px;
}
.act_info-container{
    /*padding-right: 55px;*/
}
.act_img-container img{
    width:150px;
    margin:0 auto;
}
.kind_icon{
    width: 45px;
    padding-bottom: 45px;
    position:absolute;
    right: 5px;
    top: 10px;
}

.btn-view_page{
    position:absolute;
    bottom:0;
    left:0;
    right: 10px;
    text-align: right;
}
.btn-view_page-h{
    position:absolute;
    bottom:0;
    left:0;
    right: 10px;
    text-align: right;
}
@media (max-width:480px){
    .btn-view_page{
        /*position: relative;*/
        right: 10px;
        text-align: right;
    }
}
.btn-white {
    border: 1px solid #666;
    color: #666;
}
.btn-white:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
    box-shadow: 0px 0px 15px 0px rgba(51,51,51,1);
}
.home-map{
    height: 400px;
}
.home-list{
    height: 400px;

    background-color: #eee;
}
.home-list-container{
    overflow-y: auto;
    height: 300px;
    margin-top:100px;
}
.home-list-header{
    position:absolute;
    top:0;
    left: 0;
    right: 0;
}
@media (max-width:480px){
    .home-item{
        position:relative;
        width:320px;
        display: inline-block;
        float:left;
    }
    .home-item .home-list-container{

    }
}
.background-color-eee{
    background-color: #eee;
}
.social{
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.social li{
    display: inline-block;
    padding: 10px;
    font-size: 20px;
}
.social li a{
    color:#666;
    text-decoration: none !important;
}
.social li .fb:hover{
    color:#3b5998;
}
.social li .twt:hover{
    color:#00aced;
}
.social li .insta:hover{
    color:#000;
}

.contact, .contact-fake{
    color:#666 !important;
    text-decoration: none !important;
    padding:5px 10px;
    border:1px solid #eee;
    border-radius: 4px;
}

.contact:hover{
    border:1px solid #666;
    color:#666;
}
.about_title{
    color:#000;
}
.about_text{
    text-align: justify;
    font-size: 16px;
}

/*Gallery dash*/
#add_new a{
    font-size: 30px;
    /* width: 80%; */
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    /* padding: 39px 0; */
    border: 2px dashed;
    border-radius: 5px;
    color: #666;
    /*width: 267px;*/
    height: 150px;
}
#add_new a:hover{
    color:#076CA6;
}
#add_new a i{
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    right: 0;
    bottom: 0;
}
.gallery_img_add{
    cursor:pointer;
    width: 267px;
    height: 150px;
    margin: 0 auto;
}
@media (max-width:480px){
    #add_new a{
        width: 267px;
        height: 150px;
    }
    .gallery_img_add{
        width: 267px;
        height: 150px;
    }
}
.img_gallery_profile{
    max-height: 160px;
    margin: 0 auto;
}
.view_gallery{
    height: 160px;
    text-align: center;
}
.link_container{
    width: 160px;
    height: 160px;
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px dashed #666;
    border-radius: 5px;
}
.link_container span{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 15px);
    color:#666;
}
@media (min-width:768px) and (max-width:992px){
    .link_container{
        width: 150px;
        height: 150px;
    }
}
@media (max-width:767px) {
    .link_container{
        width: 100%;
        height: auto;
        border: none;
        text-align: right;
    }
    .link_container span{
        position: relative;
        top:auto;

    }
    .view_gallery{
        height: auto;
        text-align: right;
        margin-top:10px;
    }
    .padding-10-xs{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
.profile-menu>li.active>a{
    border:none !important;
}
.profile-menu>li>a:hover{
    /*MDA*/
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}
.bar{
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    bottom: 0;
    background-color: #fff;
}
.profile-menu>li.active>a span{
    background-color: #d9633c ;
}
.tab-profile{
    background-color: transparent;
    border-radius: 0 !important;
    border: none;
}
.img-flex{
    position:relative;

    flex-basis: 24%;
}
.view-all{
    text-decoration:none !important;
    color:#666;
    cursor:pointer;
}
@media (max-width:480px){
    .padding-10-xs{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
.suggestion_ul{
    border: 1px solid #999;
    border-top: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 37px;
    background-color: #fff;
    z-index: 2;
    list-style: none;
    padding-left: 0;
    max-height: 125px;
    overflow-y: auto;
}
.suggestion_ul li:nth-child(1){
    /*text-align: right;*/
    background-color: #fff !important;
}
.suggestion_ul li img{
    width: 20px;
}
.suggestion_ul li{
    padding: 5px 5px 5px 10px;
}
.suggestion_ul li a{
    color: #7f7f7f;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 12px;
}
.suggestion_ul li a:hover{
    color: #555;
}
.suggestion_ul li:hover{
    background-color: #eee;
}

.fa-star{
   font-size: 12px;
   color: #EEC51f;
}

.flex-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: stretch;
    margin-top:30px;
}
.radio-container,.radio-container-alt{
    position:relative;
    margin: 15px 0;
    flex-basis: 24%;
}
@media (max-width:991px) and (min-width:770px){
    .radio-container{
        flex-basis: 32%;
    }
}
@media (max-width:769px) and (min-width:600px){
    .radio-container{
        flex-basis: 40%;
    }
}
@media (max-width:599px){
    .radio-container{
        flex-basis: 80%;
    }
}
.option-input.radio {
  display: none;
}
.option-input.radio:not(:disabled) ~ label {
  cursor: pointer;
  border: 2px solid;
  padding: 5px;
  width: 100%;
  background-color: #fff;
}
.option-input.radio:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
}

.option-input.radio label {
  display: block;
  background: white;
  border: 1px solid #41738a;
  border-radius: 2px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

.option-input.radio:checked + label {
  background: #fff;
  color: #41738a;
  border-color:#127826;
}
.option-input.radio:checked + label::after {
  color: #3d3f43;
  font-family: 'Font Awesome 5 Free';
  border: 2px solid #127826;
  content: "\f00c";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

@media (max-width:767px){
.option-input.radio + label{
    margin-bottom:30px;
}
}

/* radio search */
.kind_radio{
    display: none;
}
.kind_radio + label{
    color:#666 !important;
    font-weight: 500 !important;
}
.kind_radio + label img{
    width:45px;
    margin:0 auto;
}
.kind_radio + label p{
    position: relative;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0;
    font-size:11px;
}
.kind_radio + label .img_container{
    width:45px;
    padding-bottom: 45px;
}

.img_container{
    margin:0 auto;
}
