/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 12-giu-2017, 12.54.43
    Author     : leonardor
*/

.m-carousel-style-v2 {
  width: 1043px;
  margin-top: -81px;
  margin-left: -511px;
  background-color: transparent !important;
}

.carousel-style-v2 {
  width: 1043px;
  position: absolute;
  bottom: -4px;
  background-color: transparent !important;
}

.home-cerca {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 10px;
}

.home-cerca-container {
  border: 0px !important;
  background-color: #011c26 !important;
  width: 100%;
  height: 100%;
  /*display: flex;*/
}

.title-home-cerca {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 20px;
  align-items: center;
  padding-left: 10px;
  padding-top: 10px;
}

.title-home-cerca span {
  color: #ffffff;
  width: 25%;
  text-align: center;
  float: left;
}

.home-cerca-title {
  border-radius: 0px !important;
  margin: 0px !important;
  padding-bottom: 0px !important;
  height: 45px;
}

.home-cerca-title-text {
  width: 240px;
  margin-top: 6px;
  font-size: 14px;
}

.ui-state-default a {
  color: white !important;
  font-weight: bold;
}

.ui-state-default a:focus {
  outline-color: #75B00A !important;
}

.ui-state-active a {
  color: #454545 !important;
  font-weight: bold;
}

.ui-state-active a:focus {
  outline-color: white !important;
}

.home-cerca-title-riga {
  border: 0px !important;
  padding: 0px !important;
}

.home-cerca-inserimento {
  margin: 4px 0px 10px 10px;
  height: 35px;
  width: 20%;
  color: #ffffff !important;
  padding-left: 20px;
  font-style: normal;
  background-color: #011c26;
}

.home-cerca-inserimento-keyword {
  width: 30%;
}

.home-cerca-inserimento-submit {
  margin: 4px 0px 10px 10px;
  width: 100%;
  height: 39px;
  background-color: #44cf6c;
  border: 2px !important;
  border-radius: 5px;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.home-cerca-inserimento-submit:hover {
  background: #44b973;
}

.home-cerca-inserimento-tabs {
  height: 100%;
}

input {
  border: 0 !important;
  outline: 0 !important;
  border-bottom: 1px solid lightgray !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0px !important;
  /*     background: #75B00A !important;
*/
  margin: 0px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background-color: #011c26;
  color: #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background-color: #011c26 !important;
  color: #ffffff !important;
}

.ui-state-hover {
  background: lightcyan !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 0px !important;
  background: white !important;
  margin: 0px;
}

.ui-state-active:focus {
  border: 0px !important;
}

.ui-state-focus {
  border: 0px !important;
}

.ui-state-active {
  color: black !important;
}

/*
img.iclass:hover {
  -webkit-transform: scale(1.3,1.3);
  -moz-transform: scale(1.3,1.3);
  -o-transform: scale(1.3,1.3);
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
  opacity: 0.7;
}
img.iclass {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}*/

img.iclasstest {
  transition: transform 5000ms linear 0s;
  transform: scale(1.3, 1.3);
}

.slick-prev, .slick-next {
  width: 50px !important;
  height: 50px !important;
}

.slick-initialized .slick-slide {
  display: block;
  overflow: hidden;
}