/*@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
*/
/*.gFontImport (@name, @weights, @subsets) {
  @import url('https://fonts.googleapis.com/css?family=@{name}:@{weights}&subset=@{subsets}');
}
.gFontImport("Open+Sans",400,latin);*/
/*

@font-face {
  font-family: 'genericadewetra';
  src:url('@{icon-font-path}Generica.eot');
  src:url('@{icon-font-path}Generica.eot#iefix') format('embedded-opentype'),
  url('@{icon-font-path}Generica.ttf') format('truetype'),
  url('@{icon-font-path}Generica.woff') format('woff'),
  url('@{icon-font-path}Generica.svg#dewetra') format('svg');
  font-weight: normal;
  font-style: normal;
}
@icon-font-path:'../../../portals/mydewetra/skin/fonts/';
*/
/* Variable */
/* Colori bg Header e Footer */
/*@body_text_color: #707478;*/
/*@heading_text_color: #707478;*/
/*
====================================================================
              Variable skin less for all - override
====================================================================
*/
/*@border-radius-base: 0;
@border-radius-large: 0;
@border-radius-small: 0;*/
/* Mixin DEDA */
/* Ellipsis */
/* Readmore */
.excerpt:not(.show) {
  /* non-webkit */
  max-height: 4.5rem;
  /* webkit */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-height: 1.5rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.excerpt + .readmore {
  background: #1F99CD;
  cursor: pointer;
  display: block;
}
.excerpt + .readmore:before {
  color: #ffffff;
  content: "read more";
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.excerpt.show + .readmore:before {
  content: "read less";
}
/*
@import  '../../../bower_components/lesshat/build/lesshat.less';
@import  '../../../bower_components/titip/less/titip.less';
@import   '../../../bower_components/bootstrap/less/variables.less';
@import   '../../../portals/@{skin}/less/_variable.less';
@import   '../../../portals/@{skin}/skin/variable.less';
@import   '../../../portals/@{skin}/skin/mixin_01.less';
*/
/*
====================================================================
                template & skin AUTH - override
====================================================================
*/
/*

.auth input {

  .placeholder(@navbar-default-bg, 0);
}
*/
.auth input,
.auth label,
.auth .btn {
  font-size: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.auth button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.auth .btn a:hover {
  color: #000000;
}
.auth input {
  display: block;
  padding: 10px 10px 10px 5px;
  background: inherit;
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
  -webkit-box-sizing: 1px solid rgba(255, 255, 255, 0.4);
  -moz-box-sizing: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: 1px solid rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.auth input::-webkit-input-placeholder {
  color: #ffffff;
}
.auth input:-moz-placeholder {
  color: #ffffff;
}
.auth input::-moz-placeholder {
  color: #ffffff;
}
.auth input:-ms-input-placeholder {
  color: #ffffff;
}
.auth input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.auth input:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.auth input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.auth input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.auth input ~ .highlight lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
@-moz-keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
@-o-keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
@keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
[not-existing] {
  zoom: 1;
}
.auth input.form-control {
  width: 100px;
  /*&:hover {
        background-color: fade(@color_01,40%);
      }*/
}
.auth input.form-control:hover,
.auth input.form-control:focus {
  background-color: transparent;
  color: #f29400;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.auth label {
  position: absolute;
  color: #ffffff;
  left: 5px;
  font-weight: 100;
  margin-top: 5px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
/*

.auth {
  &.dropdown {
    &-menu {
      .divider + div {
        max-height: 30vh;
        overflow-y: auto;
        min-width: 200px;

        li {
            text-align: right;
          }
        }
      }
    }
  }
*/
/*
 ====================================================================
         bubbles
 ====================================================================
 */
.auth.inside {
  margin-top: 5px;
}
.auth.inside + .dropdown-menu {
  padding: 1em;
}
.auth.inside + .dropdown-menu .flex-item.flex-container {
  max-height: 30vh;
  overflow-y: auto;
  min-width: 200px;
}
.auth .navbar-user img {
  height: 2.8em;
  width: inherit;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.auth .acAuthSkin a,
.auth .acauthskin a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.auth .acAuthSkin a .flex-container,
.auth .acauthskin a .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auth .dropdown-menu {
  background-color: rgba(16, 32, 48, 0.75);
}
.auth .dropdown-menu div span:first-child {
  color: #ffffff;
}
.auth .dropdown-menu div a {
  color: #ffffff;
}
.auth .dropdown-menu div a:hover,
.auth .dropdown-menu div a:focus {
  color: #f0f0f0;
}
.auth.nav div:first-child.dropdown a.dropdown-toggle {
  display: none;
}
.lang .dropdown-menu div p {
  float: right;
  margin-left: 1em;
}
.auth .hat_description {
  white-space: nowrap;
}
.dropdown-menu.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.dropdown-menu .flex-item {
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
  text-align: center;
}
.header .flex-container {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header .flex-container .flex-item.flex-container {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auth .flex-container {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.auth .flex-container .flex-item {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.auth .flex-container .flex-item a {
  text-align: left;
}
.auth.outside .flex-container .flex-item {
  padding: 0 5px;
}
.aclanguagenew .nofloat {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .auth .dropdown.user_description {
    min-width: inherit;
  }
  .auth .acAuthSkin a.dropdown-toggle,
  .auth .acauthskin a.dropdown-toggle {
    display: inherit;
  }
  .auth-dropdown-menu {
    background: rgba(16, 32, 48, 0.75) !important;
    min-width: 300px!important;
  }
  .auth-dropdown-menu li a,
  .auth-dropdown-menu li span {
    color: #ffffff;
  }
  .auth .btn {
    padding: 2px 0;
  }
  .input-group {
    max-width: 25%;
    max-width: 23vw;
  }
  .navbar-nav .open .dropdown-menu {
    min-width: 300px;
    background: #102030;
  }
}
.navbar-toggle {
  padding: 0;
  margin-right: 5px;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .auth .btn {
    border: none;
  }
  .auth.dropdown-menu .divider + div {
    max-width: 300px;
    max-height: 300px;
    max-height: 40vh;
    max-height: 40%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 480px) {
  .auth .flex-container {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .auth label {
    font-size: 1em;
  }
  .box_login_white .auth .flex-container {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    zoom: 1.5;
  }
}
/*
====================================================================
                template & skin AUTH - override
====================================================================
*/
/*
@import url(@lh_var);
@import url(@bootstrap_var);
@import url(@skin_template_var);
@import 'variable';
@import url(@mixin_var);
@import url(@palette_var);
*/
.auth input 0::-webkit-input-placeholder {
  color: rgba(16, 32, 48, 0.75);
}
.auth input 0:-moz-placeholder {
  color: rgba(16, 32, 48, 0.75);
}
.auth input 0::-moz-placeholder {
  color: rgba(16, 32, 48, 0.75);
}
.auth input 0:-ms-input-placeholder {
  color: rgba(16, 32, 48, 0.75);
}
.auth input::-webkit-input-placeholder {
  color: rgba(16, 32, 48, 0.75);
  opacity: 0;
}
.auth input:-moz-placeholder {
  color: rgba(16, 32, 48, 0.75);
  opacity: 0;
}
.auth input::-moz-placeholder {
  color: rgba(16, 32, 48, 0.75);
  opacity: 0;
}
.auth input:-ms-input-placeholder {
  color: rgba(16, 32, 48, 0.75);
  opacity: 0;
}
.auth ul {
  -webkit-padding-start: 0;
  padding: 5px;
}
.auth input,
.auth label {
  font-size: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.auth .btn a:hover {
  color: #000000;
}
.auth input {
  display: block;
  padding: 10px 10px 10px 5px;
  background: inherit;
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
}
.auth input.form-control {
  border: none;
}
.auth input:focus,
.auth input:valid {
  color: #ffffff;
}
.auth input:focus ~ label,
.auth input:valid ~ label {
  top: -1em;
  font-size: 80%;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 10;
}
.auth input:focus ~ .bar:after,
.auth input:valid ~ .bar:after,
.auth input:focus ~ .bar:before,
.auth input:valid ~ .bar:before {
  width: 50%;
}
.auth input:focus ~ .highlight lesshat-selector,
.auth input:valid ~ .highlight lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
@-moz-keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
@-o-keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
@keyframes inputHighlighter{ 0%{background: initial;} 100%{width: 0%; background: transparent;}}
[not-existing] {
  zoom: 1;
}
.auth label {
  position: absolute;
  left: 5px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.auth .bar {
  position: relative;
  display: block;
}
.auth .bar:before,
.auth .bar:after {
  content: ' ';
  height: 2px;
  width: 0;
  bottom: -2.7em;
  position: absolute;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.auth .bar:before {
  left: 50%;
}
.auth .bar:after {
  right: 50%;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-sizing: 0px solid rgba(255, 255, 255, 0.6);
  -moz-box-sizing: 0px solid rgba(255, 255, 255, 0.6);
  box-sizing: 0px solid rgba(255, 255, 255, 0.6);
  border: 0px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 0 1000px rgba(16, 32, 48, 0.75) inset;
  -webkit-text-fill-color: #ffffff;
  outline: none;
  -webkit-transition: background-color 5s ease-in-out 1s;
  -moz-transition: background-color 5s ease-in-out 1s;
  -o-transition: background-color 5s ease-in-out 1s;
  transition: background-color 5s ease-in-out 1s;
}
.auth.dropdown-menu {
  min-width: 320px;
}
.auth.dropdown-menu .divider + ul {
  max-height: 60vh;
  overflow-y: auto;
}
@media (max-height: 640px) {
  .auth.dropdown-menu .divider + ul {
    max-height: 40vh;
  }
}
.auth .navbar-user img {
  height: 2.8em;
  width: inherit;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.auth .acauthnew a,
.auth .acAuthSkin a,
.auth .acauthskin a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.auth .acauthnew a .flex-container,
.auth .acAuthSkin a .flex-container,
.auth .acauthskin a .flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auth.dropdown-menu {
  background-color: rgba(16, 32, 48, 0.75);
}
.auth.dropdown-menu li span:first-child {
  color: #ffffff;
}
.auth.dropdown-menu li a {
  color: #ffffff;
}
.auth.dropdown-menu li a:hover,
.auth.dropdown-menu li a:focus {
  color: #f29400;
}
@media screen and (max-width: 768px) {
  .auth.dropdown-menu {
    background: rgba(16, 32, 48, 0.75) !important;
    min-width: 300px !important;
  }
  .auth.dropdown-menu li a,
  .auth.dropdown-menu li span {
    color: #ffffff;
  }
}
.login .home-content p {
  margin: 0;
  padding: 5px;
}
.login .btn-group a,
.login .btn-group p {
  margin: 0;
  min-height: 0;
}
.login input:focus,
.login input:valid {
  border: 1 px solid #ffffff;
}
.home-content .auth .btn {
  margin: 1em;
}
.auth li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
  display: -moz-grid-line;
  padding-right: 1em;
}
.auth.nav li:first-child.dropdown a.dropdown-toggle {
  display: none;
}
.auth .input-group {
  display: inline-block;
  margin: 0 0.25em;
}
.lang .dropdown-menu li p {
  float: right;
  margin-left: 1em;
}
.nav .nav > li > a,
.navbar .nav > li > a,
.nav-nav > li > a,
.navbar-nav > li > a,
.nav-nav .open > li > a,
.navbar-nav .open > li > a,
.nav .open > li > a,
.navbar .open > li > a,
.nav .nav > a,
.navbar .nav > a,
.nav-nav > a,
.navbar-nav > a,
.nav-nav .open > a,
.navbar-nav .open > a,
.nav .open > a,
.navbar .open > a {
  background: inherit;
}
.nav .nav > li > a:hover,
.navbar .nav > li > a:hover,
.nav-nav > li > a:hover,
.navbar-nav > li > a:hover,
.nav-nav .open > li > a:hover,
.navbar-nav .open > li > a:hover,
.nav .open > li > a:hover,
.navbar .open > li > a:hover,
.nav .nav > a:hover,
.navbar .nav > a:hover,
.nav-nav > a:hover,
.navbar-nav > a:hover,
.nav-nav .open > a:hover,
.navbar-nav .open > a:hover,
.nav .open > a:hover,
.navbar .open > a:hover {
  background: inherit;
}
.nav .nav > li > a:focus,
.navbar .nav > li > a:focus,
.nav-nav > li > a:focus,
.navbar-nav > li > a:focus,
.nav-nav .open > li > a:focus,
.navbar-nav .open > li > a:focus,
.nav .open > li > a:focus,
.navbar .open > li > a:focus,
.nav .nav > a:focus,
.navbar .nav > a:focus,
.nav-nav > a:focus,
.navbar-nav > a:focus,
.nav-nav .open > a:focus,
.navbar-nav .open > a:focus,
.nav .open > a:focus,
.navbar .open > a:focus {
  background: inherit;
}
.dropdown-menu.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.dropdown-menu .flex-item {
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 2;
  flex-shrink: 2;
  text-align: center;
}
.header .flex-container {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.login .flex-container {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.auth .login .flex-container .flex-item {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.aclanguagenew .nofloat {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .auth .dropdown.user_description {
    min-width: inherit;
  }
}
@media screen and (max-width: 480px) {
  .auth .flex-container {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
