/*

  Warning:  This CSS file has been auto-generated from a .less file.  If you edit it your edits will be lost the next time LessCSS is run.

  It would be best to make a separate CSS file and place any overriding CSS in there.  If you must access the original CSS, do so by editing the .less files.

*/
/* global settings */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0px;
}
/* grid */
.grid {
  width: 100%;
}
.upage-content > .grid {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
/* gutter around whole design */
/*
.upage-content > .grid-pad {
  padding: @gutter @gutter 0px @gutter;
}
*/
/* column */
.urow:not(.cright) > .col {
  float: left;
}
.urow.cright > .col {
  float: right;
}
.col {
  position: relative;
  min-height: 1px;
}
.content-area {
  position: relative;
}
/* row */
.urow {
  clear: both;
  position: relative;
}
form.urow {
  margin-bottom: 0px;
}
.widget {
  position: relative;
}
/* for widgets and the like
   <div class="table-thing widget">
    <div class="narrow-control w85"> my width is set </div>
    <div class="wide-control"> my width is 100%, minus the set width of the narrow-control</div>
   </div>

   .w85 { width:85px; }
*/
.vertical-col > *,
.vertical-col > .table-thing,
.vertical-col > .afScrollPanel > .table-thing,
.wrapping-col > .no_wrap.table-thing,
.wrapping-col > .afScrollPanel > .no_wrap.table-thing {
  width: 100%;
}
#afui .vertical-col > .afScrollPanel > .widget,
#afui .vertical-col > .widget,
.vertical-col > .widget,
.camera > .widget {
  width: calc(100% - 10px);
  margin-left: 5px;
}
.col > .vertical-col > .widget {
  width: 100%;
  margin-left: 0;
}
.table-thing {
  display: table;
}
.wide-control {
  display: table-cell;
  width: 100%;
}
.narrow-control {
  display: table-cell;
}
/* wrapping column */
.wrapping-col.right > *,
.wrapping-col.right > .afScrollPanel > * {
  float: right;
}
/* margin: 0 5px;   move margin to another class */
.wrapping-col.left > *,
.wrapping-col.left > .afScrollPanel > * {
  float: left;
}
/* center and right alignment */
.vertical-col.center {
  text-align: center;
}
.vertical-col.right {
  text-align: right;
}
.vertical-col.right > *,
.col > .vertical-col.right > .widget,
.vertical-col.right > .afScrollPanel > * {
  margin-left: auto;
}
.vertical-col.center > *,
.col > .vertical-col.center > .widget,
.vertical-col.center > .afScrollPanel > * {
  margin-left: auto;
  margin-right: auto;
}
.wrapping-col:not(.horiz-area) > .no_wrap,
.wrapping-col:not(.horiz-area) > .afScrollPanel > .no_wrap {
  float: none;
  clear: both;
  /* margin: 8px 0px; */
}
.center-h-v-col > .widget {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-top: 0 !important;
}
/* shim */
.uib_shim {
  clear: both;
  float: none !important;
  width: 100%;
  position: relative;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  display: block;
}
/* content-box fix for box-sizing */
.content-box,
.content-box:before,
.content-box:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* page */
.hidden:not(.afPopup) {
  display: none;
}
.upage-content,
.upage-outer {
  position: relative;
}
html,
body {
  height: 100%;
}
body:not(#afui) .upage,
body:not(#afui) .upage-content {
  height: 100%;
}
body:not(#afui) .upage-outer {
  height: auto;
}
/* position relative works fine. but fixed can be elected as well */
/* .upage-content, .upage-outer { position: fixed; height:100%; } */
.upage {
  overflow-x: hidden;
}
.upage-content {
  z-index: 1;
}
#afui .upage {
  padding: 0;
}
/* sidebars and crossbars */
.uib_sidebar {
  position: fixed;
  height: 100%;
  top: 0px;
}
.uib_crossbar {
  position: fixed;
  width: 100%;
  left: 0px;
}
.leftbar,
.rightbar {
  z-index: 2;
}
.reveal.leftbar {
  left: 0px;
  z-index: 0;
}
.reveal.rightbar {
  right: 0px;
  z-index: 0;
}
.leftbar.oh,
.rightbar.oh {
  z-index: 3;
}
.reveal {
  z-index: 0;
  visibility: hidden;
}
.topbar {
  z-index: 3;
}
.topbar.reveal {
  top: 0px;
  z-index: 0;
}
.botbar {
  z-index: 3;
  position: fixed;
}
.botbar.oh,
.topbar.oh {
  z-index: 4;
}
.sidebar-content {
  height: 100%;
  overflow-y: auto;
  position: relative;
  margin: 0;
}
.sidebar-thumb {
  position: relative;
  margin: 0;
  /* background-image:url('images/gripper.png'); */
}
.template {
  display: none !important;
}
.uib-absolute {
  position: absolute !important;
}
.content-block-inner {
  box-sizing: content-box;
}
.navbar-inner .widget-container {
  display: inline-flex;
}
.searchbar {
  width: 100% !important;
  margin: 0 !important;
}
#afui .panel {
  padding: 0px;
}
#afui .pages {
  height: 100%;
}
#afui .upage-outer {
  height: 100%;
}
body#afui.v2 {
  overflow-y: auto !important;
}
body#afui .panel > .widget > input[type="radio"] + label,
body#afui .panel > .widget > input[type="checkbox"] + label {
  padding-top: 14px;
}
#afui .table-thing input[type="radio"] + label,
#afui .table-thing input[type="checkbox"] + label {
  padding-top: 6px !important;
}
input.toggle + label:after {
  width: 32px;
}
body#afui .splt {
  width: 200px;
}
#afui .header header {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#afui .header header#defaultHeader {
  display: none !important;
}
#afui .header header input {
  height: 32px;
  padding: 6px;
  font-size: 13px;
}
#afui .header header > .horiz-area {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  pointer-events: none;
  z-index: 1;
}
#afui .header header > .horiz-area > * {
  pointer-events: auto;
}
#afui .header header > h1 {
  text-align: center !important;
}
#afui .header header > .header-left {
  float: left;
}
#afui .header header > .header-right {
  float: right;
}
#afui .header header > .single-centered {
  position: absolute;
  width: 100%;
  text-align: center;
}
#afui .header header > .single-centered > * {
  z-index: 1;
  margin-left: auto !important;
  margin-right: auto !important;
}
#afui .header header > .with-back > :not(#backButton) {
  display: none;
}
.figure-align {
  display: table;
  margin: 0px auto;
}
.figure-align img {
  width: 100%;
}
.image-cell {
  display: table-cell;
  vertical-align: middle;
}
@media all {
  #afui .scale-image img {
    width: 200px;
    height: 40px;
  }
}
@media all {
  #afui .wrapping-col > .d-margins,
  #afui .wrapping-col > .afScrollPanel > .d-margins {
    margin-left: 0px;
  }
  #afui .wrapping-col > .d-margins,
  #afui .wrapping-col > .afScrollPanel > .d-margins {
    margin-left: 0px;
  }
  #afui .d-margins {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#afui .button-grouped,
#afui .button-grouped > .d-margins {
  margin: 0;
}
.uib_row_1:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_1.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all {
  #afui .grid-pad {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-1 > .col > .content-area {
    min-height: 58px;
  }
}
.uib_row_2:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_2.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-2 > .col > .content-area {
    height: 200px;
  }
}
.uib_row_3:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_3.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-3 > .col > .content-area {
    min-height: 42px;
  }
}
.mappa {
  width: 350px;
  height: 250px;
}
.panel {
  overflow: auto;
}
.left-receptacle {
  float: left;
}
.right-receptacle {
  float: right;
}
[data-uib="media/text"] p:first-of-type {
  margin-top: 0px;
}
.ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.uib_row_4:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_4.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-4 > .col > .content-area {
    min-height: 0px;
  }
}
.uib-card {
  position: relative;
  margin: 0px;
  box-sizing: border-box;
}
.card-header,
.card-left,
.card-footer,
.card-right {
  position: absolute;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.card-header {
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
}
.card-footer {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: auto;
}
.card-left {
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.card-right {
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.uib-card section .widget-divider:only-of-type {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto !important;
  width: auto !important;
}
.uib-card .widget-divider:only-of-type div {
  height: 100%;
}
@media all {
  #afui .section-dimension-10 .card-header {
    height: 100px;
  }
  #afui .section-dimension-10 .card-footer {
    height: 200px;
  }
  #afui .section-dimension-10 .card-left {
    width: 50px;
  }
  #afui .section-dimension-10 .card-right {
    width: 50px;
  }
  #afui .section-dimension-10 {
    min-height: 100px;
  }
  #afui div.section-dimension-10.header-on-left .card-left {
    top: 100px;
  }
  #afui div.section-dimension-10.header-on-left .card-header {
    left: 0px;
  }
  #afui div.section-dimension-10.left-on-header .card-left {
    top: 0px;
  }
  #afui div.section-dimension-10.left-on-header .card-header {
    left: 50px;
  }
  #afui div.section-dimension-10.header-on-right .card-right {
    top: 100px;
  }
  #afui div.section-dimension-10.header-on-right .card-header {
    right: 0px;
  }
  #afui div.section-dimension-10.right-on-header .card-right {
    top: 0px;
  }
  #afui div.section-dimension-10.right-on-header .card-header {
    right: 50px;
  }
  #afui div.section-dimension-10.footer-on-left .card-left {
    bottom: 200px;
  }
  #afui div.section-dimension-10.footer-on-left .card-footer {
    left: 0px;
  }
  #afui div.section-dimension-10.left-on-footer .card-left {
    bottom: 0px;
  }
  #afui div.section-dimension-10.left-on-footer .card-footer {
    left: 50px;
  }
  #afui div.section-dimension-10.footer-on-right .card-right {
    bottom: 200px;
  }
  #afui div.section-dimension-10.footer-on-right .card-footer {
    right: 0px;
  }
  #afui div.section-dimension-10.right-on-footer .card-right {
    bottom: 0px;
  }
  #afui div.section-dimension-10.right-on-footer .card-footer {
    right: 50px;
  }
  #afui .section-dimension-10.cpad-1 {
    padding: 100px 0px 0px 0px;
  }
  #afui .section-dimension-10.cpad-1 > .widget-divider:only-of-type {
    position: absolute;
    top: 100px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  #afui .section-dimension-10.cpad-8 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-9 {
    padding: 100px 50px 0px 0px;
  }
  #afui .section-dimension-10.cpad-9 > .widget-divider:only-of-type {
    position: absolute;
    top: 100px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-4 {
    padding: 0px 0px 200px 0px;
  }
  #afui .section-dimension-10.cpad-4 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 200px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-5 {
    padding: 100px 0px 200px 0px;
  }
  #afui .section-dimension-10.cpad-5 > .widget-divider:only-of-type {
    position: absolute;
    top: 100px;
    right: 0px;
    bottom: 200px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-12 {
    padding: 0px 50px 200px 0px;
  }
  #afui .section-dimension-10.cpad-12 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 200px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-13 {
    padding: 100px 50px 200px 0px;
  }
  #afui .section-dimension-10.cpad-13 > .widget-divider:only-of-type {
    position: absolute;
    top: 100px;
    right: 50px;
    bottom: 200px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  #afui .section-dimension-10.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-3 {
    padding: 100px 0px 0px 50px;
  }
  #afui .section-dimension-10.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 100px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  #afui .section-dimension-10.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-11 {
    padding: 100px 50px 0px 50px;
  }
  #afui .section-dimension-10.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 100px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-6 {
    padding: 0px 0px 200px 50px;
  }
  #afui .section-dimension-10.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 200px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-7 {
    padding: 100px 0px 200px 50px;
  }
  #afui .section-dimension-10.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 100px;
    right: 0px;
    bottom: 200px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-14 {
    padding: 0px 50px 200px 50px;
  }
  #afui .section-dimension-10.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 200px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-15 {
    padding: 100px 50px 200px 50px;
  }
  #afui .section-dimension-10.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 100px;
    right: 50px;
    bottom: 200px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-10.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  #afui .section-dimension-10.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}
.slide {
  width: 310px;
}
@media all {
  #afui .section-dimension-14 .card-header {
    height: 80px;
  }
  #afui .section-dimension-14 .card-footer {
    height: 420px;
  }
  #afui .section-dimension-14 .card-left {
    width: 50px;
  }
  #afui .section-dimension-14 .card-right {
    width: 50px;
  }
  #afui .section-dimension-14 {
    min-height: 480px;
  }
  #afui div.section-dimension-14.header-on-left .card-left {
    top: 80px;
  }
  #afui div.section-dimension-14.header-on-left .card-header {
    left: 0px;
  }
  #afui div.section-dimension-14.left-on-header .card-left {
    top: 0px;
  }
  #afui div.section-dimension-14.left-on-header .card-header {
    left: 50px;
  }
  #afui div.section-dimension-14.header-on-right .card-right {
    top: 80px;
  }
  #afui div.section-dimension-14.header-on-right .card-header {
    right: 0px;
  }
  #afui div.section-dimension-14.right-on-header .card-right {
    top: 0px;
  }
  #afui div.section-dimension-14.right-on-header .card-header {
    right: 50px;
  }
  #afui div.section-dimension-14.footer-on-left .card-left {
    bottom: 420px;
  }
  #afui div.section-dimension-14.footer-on-left .card-footer {
    left: 0px;
  }
  #afui div.section-dimension-14.left-on-footer .card-left {
    bottom: 0px;
  }
  #afui div.section-dimension-14.left-on-footer .card-footer {
    left: 50px;
  }
  #afui div.section-dimension-14.footer-on-right .card-right {
    bottom: 420px;
  }
  #afui div.section-dimension-14.footer-on-right .card-footer {
    right: 0px;
  }
  #afui div.section-dimension-14.right-on-footer .card-right {
    bottom: 0px;
  }
  #afui div.section-dimension-14.right-on-footer .card-footer {
    right: 50px;
  }
  #afui .section-dimension-14.cpad-1 {
    padding: 80px 0px 0px 0px;
  }
  #afui .section-dimension-14.cpad-1 > .widget-divider:only-of-type {
    position: absolute;
    top: 80px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-8 {
    padding: 0px 50px 0px 0px;
  }
  #afui .section-dimension-14.cpad-8 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-9 {
    padding: 80px 50px 0px 0px;
  }
  #afui .section-dimension-14.cpad-9 > .widget-divider:only-of-type {
    position: absolute;
    top: 80px;
    right: 50px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-4 {
    padding: 0px 0px 420px 0px;
  }
  #afui .section-dimension-14.cpad-4 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 420px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-5 {
    padding: 80px 0px 420px 0px;
  }
  #afui .section-dimension-14.cpad-5 > .widget-divider:only-of-type {
    position: absolute;
    top: 80px;
    right: 0px;
    bottom: 420px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-12 {
    padding: 0px 50px 420px 0px;
  }
  #afui .section-dimension-14.cpad-12 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 420px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-13 {
    padding: 80px 50px 420px 0px;
  }
  #afui .section-dimension-14.cpad-13 > .widget-divider:only-of-type {
    position: absolute;
    top: 80px;
    right: 50px;
    bottom: 420px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-2 {
    padding: 0px 0px 0px 50px;
  }
  #afui .section-dimension-14.cpad-2 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-3 {
    padding: 80px 0px 0px 50px;
  }
  #afui .section-dimension-14.cpad-3 > .widget-divider:only-of-type {
    position: absolute;
    top: 80px;
    right: 0px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-10 {
    padding: 0px 50px 0px 50px;
  }
  #afui .section-dimension-14.cpad-10 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-11 {
    padding: 80px 50px 0px 50px;
  }
  #afui .section-dimension-14.cpad-11 > .widget-divider:only-of-type {
    position: absolute;
    top: 80px;
    right: 50px;
    bottom: 0px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-6 {
    padding: 0px 0px 420px 50px;
  }
  #afui .section-dimension-14.cpad-6 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 420px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-7 {
    padding: 80px 0px 420px 50px;
  }
  #afui .section-dimension-14.cpad-7 > .widget-divider:only-of-type {
    position: absolute;
    top: 80px;
    right: 0px;
    bottom: 420px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-14 {
    padding: 0px 50px 420px 50px;
  }
  #afui .section-dimension-14.cpad-14 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 50px;
    bottom: 420px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-15 {
    padding: 80px 50px 420px 50px;
  }
  #afui .section-dimension-14.cpad-15 > .widget-divider:only-of-type {
    position: absolute;
    top: 80px;
    right: 50px;
    bottom: 420px;
    left: 50px;
    height: auto !important;
    width: auto !important;
  }
  #afui .section-dimension-14.cpad-0 {
    padding: 0px 0px 0px 0px;
  }
  #afui .section-dimension-14.cpad-0 > .widget-divider:only-of-type {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: auto !important;
  }
}
@media all {
  #afui .wrapping-col > .card_margin,
  #afui .wrapping-col > .afScrollPanel > .card_margin,
  #afui .vertical-col > .card_margin,
  #afui .vertical-col > .afScrollPanel > .card_margin {
    margin-left: 6px;
    margin-right: 6px;
  }
  #afui .wrapping-col > .card_margin,
  #afui .wrapping-col > .afScrollPanel > .card_margin,
  #afui .vertical-col > .card_margin,
  #afui .vertical-col > .afScrollPanel > .card_margin {
    margin-left: 6px;
    margin-right: 6px;
  }
  #afui .wrapping-col > .card_margin,
  #afui .wrapping-col > .afScrollPanel > .card_margin,
  #afui .vertical-col > .card_margin,
  #afui .vertical-col > .afScrollPanel > .card_margin {
    margin-left: 6px;
    margin-right: 6px;
  }
  #afui .wrapping-col > .card_margin,
  #afui .wrapping-col > .afScrollPanel > .card_margin,
  #afui .vertical-col > .card_margin,
  #afui .vertical-col > .afScrollPanel > .card_margin {
    margin-left: 6px;
    margin-right: 6px;
  }
  #afui .card_margin {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media all {
  #afui .card_sh {
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.55);
  }
}
@media all {
  #afui .card_bg.uib-card {
    background-color: rgba(0, 128, 255, 0.73);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
.slide_mappa {
  width: 310px;
}
.evstyle {
  font-family: tahoma;
}
@media all {
  #afui .titolo p {
    font-size: 12px;
    font-style: oblique;
    color: #0000ff;
    font-family: sans-serif;
  }
}
@media all {
  #afui .first {
    display: none;
  }
}
.evstyle1 {
  font-size: large;
  font-family: tahoma;
}
@media all {
  #afui .btmap {
    -webkit-flex: 1 1 auto !important;
    -moz-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    -o-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
  }
}
.ev_testa {
  font-family: tahoma;
  font-size: normal;
  overflow: auto;
}
.ev_testa1 {
  font-family: tahoma;
  font-size: large;
  vertical-align: middle;
  text-align: center;
}
@media all {
  #afui .bt_back {
    -webkit-flex: 0 0 auto !important;
    -moz-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 100px;
  }
}
@media all {
  #afui .btlabel {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    font-family: sans-serif;
    text-align: center;
  }
}
@media all {
  #afui .btw {
    -webkit-flex: 0 0 auto !important;
    -moz-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 33%;
  }
}
@media all {
  #afui .btwL {
    -webkit-flex: 0 0 auto !important;
    -moz-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 100px;
  }
}
@media all {
  #afui .btlabeltop {
    font-size: 14px;
  }
}
@media all {
  #afui .evrect > div.widget-container.left-receptacle {
    width: 150px;
    text-align: left;
  }
  #afui .evrect > div.widget-container.right-receptacle {
    width: 150px;
    text-align: right;
  }
}
.box_eventi {
  width: 280px;
  height: 300px;
  overflow: auto;
}
.rifstyle {
  font-size: small;
  font-family: tahoma;
}
.titolostyle {
  font-size: 14px;
  font-family: tahoma;
  color: blue;
}
@media all {
  #afui .exitr {
    height: 60px  !important;
    width: 60px  !important;
    border-radius: 100%  100% 100% 100% !important;
    text-align: center;
  }
}
.uib_row_5:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_5.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-5 > .col > .content-area {
    min-height: 0px;
  }
}
.hb {
  height: 50px;
}
@media all {
  #afui .icoimg img {
    width: 80px;
    height: 80px;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-6 > .col > .content-area {
    min-height: 45px;
  }
}
.uib_row_6 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 363px) {
  .uib_col_17 {
    width: 67%;
  }
  .urow.cright > .uib_col_17 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_17 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_18 {
    width: 33%;
  }
  .urow:not(.cright) > .uib_col_18 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_18 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 363px) {
  .col-0_8-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_4-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-7 > .col > .content-area {
    min-height: 92px;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-8 > .col > .content-area {
    min-height: 82px;
  }
}
.uib_row_7 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 363px) {
  .uib_col_24 {
    width: 50%;
  }
  .urow.cright > .uib_col_24 {
    padding-left: 0px !important;
  }
  .urow:not(.cright) > .uib_col_24 {
    clear: left;
    padding-left: 0px !important;
  }
  .uib_col_22 {
    width: 50%;
  }
  .urow:not(.cright) > .uib_col_22 {
    padding-right: 0px !important;
  }
  .urow.cright > .uib_col_22 {
    clear: right;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 363px) {
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .col-0_6-12 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.boxcc {
  width: 100px;
}
.sbs-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}
.leftContent,
.rightContent {
  display: inline;
  width: 50%;
}
@media all {
  #afui .logo img {
    width: 60px;
    height: 60px;
  }
}
@media all {
  #afui .sbs > .leftContent {
    width: 25%;
    text-align: -webkit-left;
  }
  #afui .sbs > .rightContent {
    width: 75%;
    text-align: -webkit-right;
  }
}
.uib_row_8:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_8.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
.bt_convo {
  width: 50px;
}
@media all {
  #afui .bt_convox {
    -webkit-flex: 0 0 auto !important;
    -moz-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    -o-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 50px;
  }
}
.row_cc {
  width: 400px;
}
.convostail {
  height: 300px;
  overflow: auto;
}
.uib_row_9:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_9.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-9 > .col > .content-area {
    min-height: 85px;
  }
}
.uib_row_10:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_10.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-10 > .col > .content-area {
    min-height: 251px;
  }
}
@media all {
  #afui .sbsconvo > .leftContent {
    width: 50%;
    text-align: left;
  }
  #afui .sbsconvo > .rightContent {
    width: 50%;
    text-align: -webkit-left;
  }
}
@media all {
  #afui .vertical-col > .sbsconvoMargi,
  #afui .vertical-col > .afScrollPanel > .sbsconvoMargi {
    margin-left: 10px;
    margin-right: 10px;
  }
  #afui .vertical-col > .sbsconvoMargi,
  #afui .vertical-col > .afScrollPanel > .sbsconvoMargi {
    margin-left: 10px;
    margin-right: 10px;
  }
  #afui .sbsconvoMargi {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.colconvo {
  width: 100%;
}
@media all {
  #afui .wrapping-col > .convoMarginHead,
  #afui .wrapping-col > .afScrollPanel > .convoMarginHead,
  #afui .vertical-col > .convoMarginHead,
  #afui .vertical-col > .afScrollPanel > .convoMarginHead {
    margin-left: 6px;
    margin-right: 6px;
  }
  #afui .wrapping-col > .convoMarginHead,
  #afui .wrapping-col > .afScrollPanel > .convoMarginHead,
  #afui .vertical-col > .convoMarginHead,
  #afui .vertical-col > .afScrollPanel > .convoMarginHead {
    margin-left: 6px;
    margin-right: 6px;
  }
  #afui .wrapping-col > .convoMarginHead,
  #afui .wrapping-col > .afScrollPanel > .convoMarginHead,
  #afui .vertical-col > .convoMarginHead,
  #afui .vertical-col > .afScrollPanel > .convoMarginHead {
    margin-left: 6px;
    margin-right: 6px;
  }
  #afui .wrapping-col > .convoMarginHead,
  #afui .wrapping-col > .afScrollPanel > .convoMarginHead,
  #afui .vertical-col > .convoMarginHead,
  #afui .vertical-col > .afScrollPanel > .convoMarginHead {
    margin-left: 6px;
    margin-right: 6px;
  }
  #afui .convoMarginHead {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-11 > .col > .content-area {
    min-height: 100px;
  }
}
.uib_row_11 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all {
  .col-0 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all {
  #afui .kyon img {
    width: 100px;
    height: 40px;
  }
}
@media all {
  #afui .wrapping-col > .logoM,
  #afui .wrapping-col > .afScrollPanel > .logoM,
  #afui .vertical-col > .logoM,
  #afui .vertical-col > .afScrollPanel > .logoM {
    margin-left: 0px;
    margin-right: 0px;
  }
  #afui .wrapping-col > .logoM,
  #afui .wrapping-col > .afScrollPanel > .logoM,
  #afui .vertical-col > .logoM,
  #afui .vertical-col > .afScrollPanel > .logoM {
    margin-left: 0px;
    margin-right: 0px;
  }
  #afui .wrapping-col > .logoM,
  #afui .wrapping-col > .afScrollPanel > .logoM,
  #afui .vertical-col > .logoM,
  #afui .vertical-col > .afScrollPanel > .logoM {
    margin-left: 0px;
    margin-right: 0px;
  }
  #afui .wrapping-col > .logoM,
  #afui .wrapping-col > .afScrollPanel > .logoM,
  #afui .vertical-col > .logoM,
  #afui .vertical-col > .afScrollPanel > .logoM {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media all {
  #afui .shl img {
    box-shadow: 1px 1px 1px 1px #000000;
  }
}
.sbslogo {
  width: 100%;
}
@media all {
  #afui .sbslog > .leftContent {
    width: 70%;
    text-align: -webkit-left;
  }
  #afui .sbslog > .rightContent {
    width: 30%;
    text-align: -webkit-right;
  }
}
#box-table-b {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  margin: 8px;
  text-align: center;
  border-collapse: collapse;
  border-top: 7px solid #9baff1;
  border-bottom: 7px solid #9baff1;
}
#box-table-b th {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  background: #e8edff;
  border-right: 1px solid #9baff1;
  border-left: 1px solid #9baff1;
  color: #039;
}
#box-table-b td {
  padding: 8px;
  background: #e8edff;
  border-right: 1px solid #aabcfe;
  border-left: 1px solid #aabcfe;
  color: #669;
}
#box-table-b2 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 12px;
  margin: 8px;
  text-align: center;
  border-collapse: collapse;
  border-top: 7px solid #ffffff;
  border-bottom: 7px solid #ffffff;
}
#box-table-b2 td {
  padding: 8px;
  background: #19e64d;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}
#box-table-b2 th {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  background: #e8edff;
  border-right: 1px solid #9baff1;
  border-left: 1px solid #9baff1;
  color: #039;
}
.uib_row_12 > .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media all {
  .col-0 {
    width: auto;
    float: none !important;
    clear: both;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-12 > .col > .content-area {
    min-height: 51px;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-13 > .col > .content-area {
    min-height: 53px;
  }
}
.uib_row_14:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_14.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-14 > .col > .content-area {
    min-height: 46px;
  }
}
.uib_row_15:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_15.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-15 > .col > .content-area {
    min-height: 58px;
  }
}
#afui .with-label label.narrow-control {
  float: none;
}
#afui .with-label label.narrow-control + * {
  display: block;
  width: 100% !important;
  margin-bottom: 0 !important;
}
#afui .with-label label.narrow-control:empty {
  display: none;
}
#afui .with-label .label-inline {
  width: 30%;
  vertical-align: middle;
}
#afui .with-label .label-top-left,
#afui .with-label .label-top-right {
  width: auto !important;
  display: block;
  padding: 8px 4px 4px;
}
#afui .with-label .label-top-left {
  text-align: left !important;
}
#afui .with-label .label-top-right {
  text-align: right !important;
}
.uib_row_16:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_16.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-16 > .col > .content-area {
    min-height: 46px;
  }
}
.uib_row_17:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_17.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-17 > .col > .content-area {
    min-height: 0px;
  }
}
@media all {
  #afui .btlog {
    font-size: 20px;
    color: #004080;
  }
}
.uib_row_18:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_18.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-0_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-0_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-0_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-18 > .col > .content-area {
    min-height: 68px;
  }
}
@media all {
  #afui .lblogin > label {
    font-weight: bold;
    color: #008080;
  }
}
@media all {
  #afui .mailtxt input,
  #afui .mailtxt textarea,
  #afui .mailtxt ::-webkit-input-placeholder {
    font-weight: bolder;
  }
  #afui .mailtxt input,
  #afui .mailtxt textarea,
  #afui .mailtxt ::-webkit-input-placeholder {
    font-weight: bolder;
  }
  #afui .mailtxt input,
  #afui .mailtxt textarea,
  #afui .mailtxt ::-webkit-input-placeholder {
    font-weight: bolder;
  }
}
#afui input[type="radio"] + label,
#afui input[type="checkbox"]:not(.toggle) + label {
  float: none;
  width: 100%;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#afui .wrapping-col input[type="radio"] + label,
#afui .wrapping-col input[type="checkbox"]:not(.toggle) + label {
  width: auto;
}
#afui .table-thing > .wide-control > .widget > input[type="radio"] + label,
#afui .table-thing > .wide-control > .widget > input[type="checkbox"]:not(.toggle) + label {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-bottom: 4px;
}
#afui .table-thing > .wide-control > .widget > input[type="radio"] + label:before,
#afui .table-thing > .wide-control > .widget > input[type="checkbox"]:not(.toggle) + label:before {
  top: 0px;
}
#afui .wide-control > .d-margins {
  margin: 0;
}
@media all {
  #afui .sonostyle > label {
    font-size: 12px;
    font-weight: bold;
    color: #008080;
  }
}
.uib_row_19:not(.cright) > .col {
  padding-right: 20px;
}
.uib_row_19.cright > .col {
  padding-left: 20px;
}
@media all {
  .col-1_12-12 {
    width: auto;
    float: none !important;
  }
  .urow:not(.cright) > .col-1_12-12 {
    padding-right: 0px !important;
  }
  .urow.cright > .col-1_12-12 {
    padding-left: 0px !important;
  }
}
@media all and (min-width: 363px) {
  #afui .row-height-19 > .col > .content-area {
    min-height: 30px;
  }
}
