/* Your app styles here */

/* Left Panel right border when it is visible by breakpoint */
.panel-left.panel-visible-by-breakpoint:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.1);
    content: '';
    z-index: 6000;
  }
  
  /* Hide navbar link which opens left panel when it is visible by breakpoint */
  .panel-left.panel-visible-by-breakpoint ~ .view .navbar .panel-open[data-panel="left"] {
    display: none;
  }
  
  .navbar {
      background: #27262c !important;
  }
  
  .page {
      /*background: #F5F5F5;*/
      background-image: radial-gradient(circle,#3f424c 0%, #27262c 100%) !important;
  }
  .page.smart-select-page {
      /*background: #ffffff !important;*/
      color: #ffffff;
  }
  
  .smart-select-stacked .item-after {
      max-width: initial !important;
      padding-left: 0 !important;
      margin-left:  0 !important;
  }
  
  /* iOS Class */
  /* Extra borders for main view and left panel for iOS theme when it behaves as panel (before breakpoint size) */
  .ios .panel-left:not(.panel-visible-by-breakpoint).panel-active ~ .view-main:before,
  .ios .panel-left:not(.panel-visible-by-breakpoint).panel-closing ~ .view-main:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0,0,0,0.1);
    content: '';
    z-index: 6000;
  }
  .ios a {
      color: #ffffff;
  }
  .ios .navbar {
      color: #ffffff;
  }
  .ios .navbar:after {
      display: none;
  }
  .ios .theme-dark .card {
      /* background-color: #1c1c1d; */
      background-color: rgba(255,255,255,.03);
  }
  .ios .theme-dark .list ul, 
  .list.ios .theme-dark ul {
      background-color: rgba(255,255,255,.03);
  }
  .ios .theme-dark .item-inner:after {
      background-color: rgba(255,255,255,.08);
  }
  .ios .theme-dark .item-divider, 
  .ios .theme-dark .list-group-title {
      background-color: #56565c;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      height: 48px;
      line-height: 48px;
      padding: 0 16px;
  }
  .ios .color-theme-white .button.button-active, 
  .ios .color-theme-white .button.button-fill, 
  .ios .color-theme-white .button.button-fill-ios, 
  .ios .color-theme-white .button.tab-link-active {
      color: #333333;
  }
  .ios .theme-dark .subnavbar, 
  .subnavbar.ios .theme-dark {
      background: #303030;
  }
  .ios .ico-police,
  .ios .ico-shield {
      height: 26px;
  }
  /* /iOS Class */
  
  /* MD Class */
  .list.md .theme-dark ul:before, .md .theme-dark .list ul:before {
      background-color: rgba(255,255,255,.08);
  }
  .md .theme-dark .item-divider, 
  .md .theme-dark .list-group-title {
      background-color: #56565c;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
  }
  .md .theme-dark .item-inner:after {
      background-color: rgba(255,255,255,.08);
  }
  .md .color-theme-white .button.button-active, 
  .md .color-theme-white .button.button-fill, 
  .md .color-theme-white .button.button-fill-md, 
  .md .color-theme-white .button.tab-link-active, 
  .md .color-white .button.button-active, 
  .md .color-white .button.button-fill, 
  .md .color-white .button.button-fill-md, 
  .md .color-white .button.tab-link-active {
      color: #333333;
  }
  .md .list .item-after {
      font-size: 17px;
  }
  .md .input-focused:after,
  .md .item-input-focused .item-input-wrap:after {
      background: #fff
  }
  .md .ico-police,
  .md .ico-shield {
      height: 30px;
  }
  
  .md .list.denunce .item-media {
      min-width: 24px;
  }
  /* /MD Class */
  
  .db-logo {
      padding: 20px;
      background: rgba(255,255,255,.03);
  }
  .db-logo img {
      width: 50px;
  }
  .db-card {
      /*border: 2px solid rgba(255,255,255,.1);*/
      border-radius: 4px !important;
      overflow: hidden;
  }
  .db-card .ico  {
      padding: 10px;
  }
  .db-card .ico + p  {
      margin: 0;
      padding: 10px;
      background-color: rgba(0,0,0,.2);
  }
  .db-card .ico img {
      width: 80px;
  }
  
  .bg-pcrime {
      background-image: linear-gradient(-120deg, #143b86 0%, #3598dd 100%) !important;
  }
  /* .card-badge.bg-pcrime h1 {
      margin: 0;
      font-size: 2.5em;
      line-height: normal;
  }
  
  .card-badge.bg-pcrime h3 {
      margin: 0;
      font-size: 14px;
      line-height: normal;
      font-weight: 400;
  } */
  .card-badge.bg-recupero h1,
  .card-badge.bg-perdita h1,
  .card-badge.bg-pcrime h1 {
      margin: 0;
      font-size: 1.5em;
      line-height: normal;
  }
  
  .card-badge.bg-recupero h3,
  .card-badge.bg-perdita h3,
  .card-badge.bg-pcrime h3 {
      margin: 0 0 4px 0;
      font-size: 14px;
      line-height: normal;
      font-weight: 400;
  }
  .bg-recupero {
      /* background-image: linear-gradient(-120deg, #0fd850 0%, #f9f047 100%) !important; */
  }
  .bg-perdita {
      /* background-image: linear-gradient(120deg, #ff0000 0%, #cc0000 48%, #ba0000 100%) !important; */
  }
  
  /* LOGIN */
  #logo-app {
    margin-top: 10vh;
    text-align: center;
    margin-bottom: 5vh;
  }
  #logo-app img {
    width: 200px;
    height: auto;
  }
  .login-screen-content {
      /*background-image: radial-gradient(circle,#29292a 0%, #1c1c1d 100%) !important;*/
      /*background-image: radial-gradient(circle,#3f424c 0%, #27262c 100%);*/
      /*background-image: url(../img/bg_shape.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;*/
  }
  
  .login-wrapper {
      max-width: 300px;
      margin: 0 auto;
  }
  
  .login-wrapper input[type=text],
  .login-wrapper input[type=password] {
      box-sizing: border-box; 
      -webkit-appearance: none;
      display: block;
      width: 100%;
      margin: 0 auto;
      outline: none;
      height: 100%;
      padding: 12px;
      font-size: 17px;
      color: #ffffff;
      border-radius: 4px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.2);
      -webkit-border-radius: 4px;
      border-radius: 4px;
      margin-bottom: 10px;
  }
  
  .login-wrapper input::placeholder {
     color: rgba(255,255,255,.2);
  }
  .ricorda-accesso {
      color: #999;
  }
  .login-screen-content .list-block-label {
      color: #999;
  }
  .login-button {
      /* background: #c73a68 !important; */
  }
  /* /LOGIN */
  
  /* SIDEBAR MENU */
  .user-connesso {
      margin: 0;
      padding: 10px;
      box-sizing: border-box;
  }
  .logo-azienda {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
  }
  .logo-azienda img {
      width: 100%;
      height: 100%;
  }
  .user-nome {
      padding: 0 0 0 70px;
      font-weight: 700;
      color: #ffffff;
      margin: 10px 0 5px 0;
  }
  .user-profilo {
      padding: 0 0 0 70px;
      font-weight: 100;
      color:  #cccccc;
      font-size: 12px;
      margin: 5px 0;
  }
  /* /SIDEBAR MENU */
  
  /* LIVELLI */
  .level-0 {
      color: #cccccc;
  }
  .level-1 {
      color: #66cc00;
  }
  .level-2 {
      color: #ffea00;
  }
  .level-3 {
      color: #ffcc00;
  }
  .level-4 {
      color: #ff6600;
  }
  .level-5 {
      color: #ff0000;
  }
  
  .card-level-wrap {
      text-shadow: 0px 0px 5px rgba(0,0,0,.5);
      background: none !important;
      box-shadow: none !important;
  }
  .card-level-wrap .card-content-inner {
      text-align: center;
  }
  .card-level-wrap h1 {
      margin: 0;
      font-size: 3em;
      line-height: normal;
  }
  .card-level-wrap h2 {
      margin: 0;
      font-size: 1.2em;
      line-height: normal;
      font-weight: 400;
  }
  
  .card-level-0 {
      color: #fff !important;
  }
  .card-level-1 {
      color: #66cc00 !important;
  }
  .card-level-2 {
      color: #ffea00 !important;
  }
  .card-level-3 {
      color: #ffcc00 !important;
  }
  .card-level-4 {
      background-color: #ff6600 !important;
      color: #fff !important;
  }
  
  .card-level-5 {
      background-color: #ff0000 !important;
      color: #fff !important;
  }
  
  .badge-level-wrap {
      width: 33px;
      height: 23px;
      padding: 2px;
      font-size: 14px;
      line-height: 23px;
      font-weight: 700;
      text-align: center;
      border-radius: 50px;
  }
  .badge-level-0 {
      background-color: #cccccc;
      color: #000;
  }
  .badge-level-1 {
      background-color: #66cc00;
      color: #000;
  }
  .badge-level-2 {
      background-color: #ffea00;
      color: #000;
  }
  .badge-level-3 {
      background-color: #ffcc00;
      color: #000;
  }
  .badge-level-4 {
      background-color: #ff6600;
      color: #000;
  }
  
  .badge-level-5 {
      background-color: #ff0000;
      color: #fff;
  }
  /* /LIVELLI */
  
  /* CARD */
  .card-content-inner > .list-block, .card-content-inner > .content-block {
      margin: 0 -15px;
  }
  .card {
      background: rgba(255,255,255,.1);
      box-shadow: 0 1px 2px rgba(0,0,0,.3);
      margin: 10px;
      position: relative;
      border-radius: 2px;
      font-size: 14px;
      color: #fff;
  }
  .card-header {
      border-radius: 2px 2px 0 0;
      font-size: 17px;
      background-color: rgba(255,255,255,.1);
  }
  .card-header:after {
      background-color: rgba(255,255,255,.2);
  }
  .card .list-block .item-inner:after {
      background-color: rgba(255,255,255,.2);
  }
  .card .list-block .item-after {
      color: #ffffff;
      font-size: 16px;
  }
  .card .list-block .label {
      color: #ffffff;
      font-size: 16px;
  }
  .card .list-block .item-text {
      color: #ffffff;
  }
  
  .card-badge h1 {
      margin: 0;
      font-size: 2.5em;
      line-height: normal;
  }
  
  .card-badge h3 {
      margin: 0;
      font-size: 1em;
      line-height: normal;
      font-weight: 400;
  }
  
  .card-badge {
      text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  }
  .card input[type="text"],
  .card input[type="number"],
  .card input[type="password"],
  .card input[type="tel"],
  .card input[type=datetime-local],
  .card textarea {
      color: #ffffff;
  }
  
  .pcrime {
      /*background-color: #ca3365;*/
      /*background-image: radial-gradient(circle, #f34b7a 0%, #ca3365 100%);*/
      text-shadow: 0px 0px 10px rgba(0,0,0,.5);
      margin: 0;
      border-radius: 0;
  }
  .pcrime .card-content-inner {
      text-align: center;
  }
  .pcrime h1 {
      margin: 0;
      font-size: 3em;
      line-height: normal;
  }
  .pcrime h2 {
      margin: 0;
      font-size: 1.2em;
      line-height: normal;
      font-weight: 100;
  }
  
  /* /CARD */
  
  /* SHOPLIFT TEST */
  .card-vote .item-content {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start;
  }
  .card-vote .item-content .item-media {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start;
  }
  .badge-vote {
      width: 40px;
      height: 40px; 
      line-height: 20px;
      padding: 10px;
      box-sizing: border-box;
      text-align: center;
      border-radius: 22px;
      margin-top: 10px; 
      box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  }
  .badge-vote-big {
      width: 65px;
      height: 65px;
      line-height: 45px;
      padding: 10px;
      box-sizing: border-box;
      text-align: center;
      border-radius: 35px;
      margin-top: 10px;
      font-size: 24px;
      box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  }
  .badge-vote-1 {
      background: #f00;
  }
  .badge-vote-2 {
      background: #fc0;
  }
  .badge-vote-3 {
      background: #6c0;
  }
  /* /SHOPLIFT TEST */
  
  .progress-hd {
      padding: 10px !important;
      min-height: 20px !important;
  }
  
  .button-segnala,
  .button-ok {
      padding: 5px 8px;
      display: flex;
      border-radius: 4px;
  }
  .button-segnala > span,
  .button-ok > span {
      color: #fff;
  }
  
  .button-segnala {
      background: #f44336;
  }
  .button-ok {
      background: #00b551;
  }
  .button-segnala + .button-ok {
      margin-left: 10px;
  }
  #adempimenti .accordion-item .item-title {
    font-weight: 900;
  }
  .accordion_adempimenti li
  {
    font-size: 14px;
  }
  .accordion_adempimenti li .item-content {
    padding-left: 30px !important;
  }
  .accordion_adempimenti li .item-content .item-title{
    font-weight: 400 !important;
  }