﻿/**********************************************/

.button-spacer {
  margin: 5px;
}

.immagine1 {
  display: block;
  align: center;
  width: 100%;
}

.immagine2 {
  display: none;
  align: center;
  width: 100%;
}

.immagine3 {
  display: block;
  align: center;
  width: 100%;
}

.immagine4 {
  display: none;
  align: center;
  width: 100%;
}

#cambioimmagine {}

#cambioimmagine:hover .immagine1 {
  display: none;
}

#cambioimmagine:hover .immagine2 {
  display: block;
}

#cambioimmagine:hover .immagine3 {
  display: none;
}

#cambioimmagine:hover .immagine4 {
  display: block;
}

@media all and (max-width : 2920px) and (min-width : 800px) {
  .colonna1 {
    width: 50%;
    float: left;
  }

  .colonna2 {
    width: 50%;
    float: right;
  }
}

@media all and (max-width : 2920px) and (min-width : 800px) {
  .colonnasx {}

  .colonnads {}
}

.colonna1 {
  position: relative;
}

.circle-banner {
  position: absolute;
  top: 39.35%;
  left: 39.55%;
  width: 21%;
}

.colonnasx {
  border-style: solid;
  border-color: #262E3B;
  border-width: 1px;
  border-radius: 15px !important;
  padding: 0px;
  margin-bottom: 20px;
}

.colonnads {
  border-style: solid;
  border-color: #262E3B;
  border-width: 1px;
  border-radius: 15px;
}

.info-footer {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border-style: solid;
  border-color: #262E3B;
  border-width: 1px;
  background-color: #c2c2c2;
  padding: 10px;
}

.tabella-container {
  border: 0px;
  border-collapse: collapse;
  cellpadding: 0;
  cellspacing: 0;
  margin: 2%;
}

.header-box-gray {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
  border-style: solid;
  border-color: #262E3B;
  border-width: 1px;
  background-color: #262E3B;
  color: #ffffff;
  padding: 10px;
}

.colonne-full {
  border-style: solid;
  border-color: #262E3B;
  border-width: 1px;
  border-radius: 15px;
  padding: 0px;
  margin-bottom: 20px;
  width: 100%;
  margin: 20px auto;
}

/**********************************************/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}

.fixed-scroll {
  height: 300px;
  max-height: 300px;
  overflow-y: scroll;

}

.nav-consumer {
  background: red !important;
}

#map {
  width: 100%;
  height: 500px;
  background-color: grey;
}


.nav-business {
  background-image: linear-gradient(to right, #A0A0A0, #636363) !important;
}

.btn.btn-gray-gradient {
  background-image: linear-gradient(to right, #A0A0A0, #636363) !important;
}

.btn.btn-gray-gradient:hover {
  background: #636363 !important;
}

.borderbox {
  border-color: #005700;
  border-width: 2px;
  border-style: solid;
  padding: 5px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background-color: #005700;
  color: white;
}

.infobox li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 200px;
  height: 80px;
  text-align: center;
  vertical-align: top;
}

.nav-tabs>li>a {
  background-color: darkgrey;
}

html,
body {
  height: 100%
}

.font-title {
  font-size: 18px !important;
  font-weight: bold;
}

img {
  max-width: 100%
}

.font-text {
  font-size: 16px !important;
}

.page-footer {
  color: white;
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 30px;
  width: 100%;
  background: #111;
}

.page-footer a {
  font-size: 13px !important;
  color: #fff !important;
}

.ui-button-icon-only {
  text-indent: -9999px;
}

.ui-dialog {
  z-index: 1000 !important;
}

/* Important part */
.modal-dialog {
  overflow-y: initial !important
}

.hide-menu-left {
  margin-left: 0 !important;
}

.hide-menu-top {
  padding-top: 0 !important;
  background: white;
}

.modal-body {
  max-height: 500px;
  overflow-y: auto;
}

.less-padding li {
  padding: 5px 15px !important
}

.angular-google-map-container {
  height: 400px;
}

.full button span {
  background-color: limegreen;
  border-radius: 32px;
  color: black;
}

.partially button span {
  background-color: orange;
  border-radius: 32px;
  color: black;
}

.closed button span {
  background-color: red;
  border-radius: 32px;
  color: black;
}


.angucomplete-holder {
  position: relative;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /*top: 32px;
    left: 0px;
    */
  margin-top: -6px;
  background-color: #ffffff;
}

.angucomplete-searching {
  color: #acacac;
  font-size: 14px;
}

.angucomplete-description {
  font-size: 14px;
}

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both;
}

.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff;
}

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}

.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}

.errors input,
.errors select {
  border: 1px solid red !important;
}

.errors label {
  color: red !important;
}

.listing-footer-fix {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.cell-fix {
  position: relative;
}

.loadingDiv {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  background-image: url('/images/rabona.gif');
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.button-file-download {
  margin-right: 5px;
}

.form-required {
  color: red !important;
}


.immagine1 {
  display: block;
}

.immagine2 {
  display: none;
}

#cambioimmagine {}

#cambioimmagine:hover .immagine1 {
  display: none;
}

#cambioimmagine:hover .immagine2 {
  display: block;
}


.stat_container {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.rabo_box {
  display: inline-block;
  float: center;
  width: 100%;
  max-width: 90%;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  background-color: white;
  color: #1eb630;
  padding: 20px;
  border: 2px solid #1eb630;
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}

.rabo_panel {
  padding: 0px;
  margin: 10px;
}

.rabo_table {
  padding: 0px;
  border: black;
  border-style: solid;
  border-width: 1px;
  margin: 10px;
}

.box_wrap {
  width: 100%;
  height: 150px;
  margin-top: 10px;
}

.box_img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.box_title {
  color: black;
  font-size: 24px;
  font-weight: bold;
}

.side_left {
  /*float: left;
    display: block;
    width: 20%;
    height: 150px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #000;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.side_right {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: green;
}

.side_left_gray {
  /*float: left;
    display: block;
    width: 20%;
    height: 150px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #2f3944;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.side_right_gray {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #414d5a;
}

.testo_std {
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  font-family: arial;
  color: white;
  line-height: 50px;
  /* verticale */
}

.testo_std2 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  font-family: arial;
  color: white;
  line-height: 35px;
  /* verticale */
}

.rotate_text {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-top: 100px;

}


.btn-violet {
  color: #eee;
  background-color: #6016a2;
  border-color: #6016a2
}

.btn-violet:hover,
.btn-violet:focus,
.btn-violet.focus,
.btn-violet:active,
.btn-violet.active,
.open>.dropdown-toggle.btn-violet {
  color: #fff;
  background-color: #491777;
  border-color: #491777
}

.btn-violet:active,
.btn-violet.active,
.open>.dropdown-toggle.btn-violet {
  background-image: none
}

.btn-orangefruit {
  color: #eee;
  background-color: #ff4000;
  border-color: #ff4000
}

.btn-orangefruit:hover,
.btn-orangefruit:focus,
.btn-orangefruit.focus,
.btn-orangefruit:active,
.btn-orangefruit.active,
.open>.dropdown-toggle.btn-orangefruit {
  color: #fff;
  background-color: #e83800;
  border-color: #e83800
}

.btn-orangefruit:active,
.btn-orangefruit.active,
.open>.dropdown-toggle.btn-orangefruit {
  background-image: none
}

.infoesim li {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  height: 80px;
  text-align: center;
  vertical-align: top;
  list-style: none;
  margin-left: -40px;
  border-radius: 5px;
}

.infoesim {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  min-width: 150px;
  width: 100%;
  height: 110px;
  vertical-align: top;
  list-style: none;
  border-radius: 5px;
}

.infoesim-mini {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  height: 70px;
  text-align: center;
  vertical-align: top;
  list-style: none;
  border-radius: 5px;
}

.trend-chart {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  height: 190px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
}

.data-chart {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  min-width: 310px;
  height: 240px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
}

.device-chart {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  min-width: 310px;
  width: 100%;
  height: 300px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
}

.other-chart {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  min-width: 310px;
  width: 100%;
  height: 350px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
}

.worldmap-chart {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  height: 420px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
}

.country-chart {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 100%;
  min-width: 230px;
  ;
  height: 420px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
}

.info-topup-left {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 48%;
  height: 100px;
  text-align: center;
  vertical-align: top;
  list-style: none;
  border-radius: 5px;
  float: left;
}

.info-bundle-right {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #f8f8f8;
  background: #f8f8f8;
  border: 1px solid #ccc;
  max-width: 100%;
  width: 48%;
  height: 100px;
  text-align: center;
  vertical-align: top;
  list-style: none;
  border-radius: 5px;
  float: right;
}

.bottom-chart-container {
  max-width: 100%;
  overflow: hidden;
}

.table-list-device {
  width: 100%;
  border: 1px solid #dedede;
  margin-top: 10px;
  padding: 8px;
  margin-bottom: 10px;
  font-size: 1em;
}

.table-list-country {
  width: 100%;
  border: 1px solid #dedede;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
}

.table-list-country,
th,
td {
  border-bottom: 1px dotted #dedede;
  padding: 5px;
}

.table-list-country-full {
  width: 90%;
  border: 1px solid rgb(51, 93, 170);
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1em;
}

.style-tab1 {
  background-color: rgb(51, 93, 170);
  border: 1px solid rgb(51, 93, 170);
  border-collapse: collapse;
  padding: 5px;
  color: #fff;
}

.style-tab2 {
  border-bottom: 1px solid rgb(51, 93, 170);
  border-collapse: collapse;
  padding: 5px;
}

.style-tab3 {
  border-bottom: 1px solid rgb(51, 93, 170);
  border-collapse: collapse;
  padding: 5px;
  text-align: right;
}

.skills {
  width: 85%;
  max-width: 85%;
  max-height: 160px;
  margin: 10px;
  margin-left: 30px;
  position: relative;
}

.lines {
  height: 140px;
  position: relative;
  list-style: none;
}

.line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(238, 238, 238, 0.6);
}

.line.l--0 {
  left: 0;
  list-style: none;
}

.line.l--25 {
  left: 25%;
  list-style: none;
}

.line.l--50 {
  left: 50%;
}

.line.l--75 {
  left: 75%;
  list-style: none;
}

.line.l--100 {
  left: calc(100% - 1px);
  list-style: none;
}

.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: -50px;
}

.line__label.title {
  text-transform: uppercase;
}

.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart:not(:first-child) {
  margin-top: 10px;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}

.chart--prod .chart__title {
  animation-delay: 3.3s;
}

.chart--design .chart__title {
  animation-delay: 4.5s;
}

.chart--horiz {
  overflow: hidden;
  margin-top: -15px;
}

.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  margin-left: -40px;
  background: linear-gradient(to left, #4cb8c4, #3cd3ad);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
  list-style: none;
}

.chart__bar_windows {
  height: 30px;
  margin-bottom: 10px;
  margin-left: -40px;
  background: linear-gradient(to left, #038dfd, #036dcf);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
  list-style: none;
}

.chart__bar_apple {
  height: 30px;
  margin-bottom: 10px;
  margin-left: -40px;
  background: linear-gradient(to left, #b90000, #a00404);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
  list-style: none;
}

.chart__bar_android {
  height: 30px;
  margin-bottom: 10px;
  margin-left: -40px;
  background: linear-gradient(to left, #02ca3e, #03800e);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
  list-style: none;
}

.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
}

.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
}

.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
}

.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
}

.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
}

.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}

.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}

.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}

.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}

.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}

.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}

.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;
}

.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}

.chart--design .chart__bar:nth-of-type(4) {
  animation-delay: 5.8s;
}

.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}

.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}

.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}

.chart__label {
  padding-left: 0px;
  line-height: 30px;
  color: rgb(0, 0, 0);
  align: left;
}

.icone-dati {
  position: absolute;
  margin-left: -25px;
  margin-top: 10px;
}

.icone-voce {
  position: absolute;
  margin-left: -25px;
  margin-top: 50px;
}

.icone-sms {
  position: absolute;
  margin-left: -25px;
  margin-top: 90px;
}


@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

#torta {
  height: 90%;
  margin: 0 auto;
}

.chart {
  width: 100%;
  max-height: 300px;
  min-height: 300px;
}

.row-mnp {
  margin: 0 !important;
}

.shadow {
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-modal {
  width: 70%;
  height: 50%;
  min-width: 300px;
  min-height: 400px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top:30px;
}

#modal-close {
  position: relative;
}

.hideModal {
  z-index: -1;
  opacity: 0;

  transform: scale(0);
}

@keyframes hide {
  from {
    z-index: 2;
    transform: scale(1);
    opacity: 1;
  }

  to {
    z-index: -1;
    transform: scale(0);
    opacity: 0;
  }
}

.showModal {
  opacity: 1;
  z-index: 10000;
  animation: show .1s;

  transform: scale(1);
}

@keyframes show {
  from {

    transform: scale(0);
    opacity: 0;
    z-index: -1;
  }

  to {

    transform: scale(1);
    opacity: 1;
    z-index: 2;
  }
}