@font-face {
    font-family:"PragmataPro";
    font-style: normal;
    src: url(/templates/default/PragmataPro.ttf);
    src: local("Pragmata Pro"), url(PragmataPro.ttf) format("truetype");
}

html {
    scroll-behavior: smooth;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

input.button-send {
    background-image: url(/images/send.png);
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-size: contain;
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor:pointer;        /* make the cursor like hovering over an <a> element */
    width: 24px;
    height: 24px;           /* make this the size of your image */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

input.button-x {
    background-image: url(/images/remove.png);
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-size: contain;
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor:pointer;        /* make the cursor like hovering over an <a> element */
    width: 24px;
    height: 24px;           /* make this the size of your image */
    padding-left: 32px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

body {
    font-family: "PragmataPro";
    font-size: 12px;
    color: #000000;
    width: 100%; /*1024px;*/
    /*height: 800px;*/
    /*min-height: 800px;*/
    margin: 0px;
    /*overflow: hidden;*/
    /*background-color: rgba(240,240,240,1);*/
    float: left;
}

.back {
    /*min-height: 640px;*/
    background-image: url('/images/ar_sfondo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
}

.tavola {
    width: 100%;
    /*border-collapse: collapse;*/
    border:1px solid rgba(49, 94, 170, 0.25);
    border-radius: 10px;
    /*overflow: hidden;*/
    /*margin-top: 16px;*/
    /*margin-bottom: 16px;*/
    padding:8px;
}

/*.tavola_apri {
    border-top: 1px solid rgba(49, 94, 170, 1.0);
    border-left: 1px solid rgba(49, 94, 170, 1.0);
    border-right: 1px solid rgba(49, 94, 170, 1.0);
    border-top-left-radius: 50%;
}

.tavola_centro {
    border-left: 1px solid rgba(49, 94, 170, 1.0);
    border-right: 1px solid rgba(49, 94, 170, 1.0);
}

.tavola_chiudi {
    border-left: 1px solid rgba(49, 94, 170, 1.0);
    border-right: 1px solid rgba(49, 94, 170, 1.0);
    border-bottom: 1px solid rgba(49, 94, 170, 1.0);
}*/



.footer {

}

.footer span {
   /*background-image: url('image_12.gif');*/
   background-repeat: no-repeat;
   background-position: center top;
   display: block;
   height: 40px;
   text-align: center;
   color: black;
   font-size: 12px;
   padding: 16px 0px 0px 0px;

}

.bandasuperiore {
	/*position: relative;*/
	display: block;
	width: 95%;
	/*background: url('barra_bg.gif') repeat-x;*/
	/*background-image: -moz-linear-gradient(top, rgba(245,245,245,1), rgba(220,220,220,1));*/
	height: 48px;
	border-bottom: 1px solid #BCD2E6;
}

.bandasuperiore #orario {
    color: #000000;
	float: left;
	font-size: 13px;
	padding: 28px 0px 0px 10px;
}

.bandasuperiore #bandiera {
	float: right;
	padding: 17px 10px 0px 0px;
		
}

img {
	border: none;
}

#logo {
	/*position: relative;*/
	/*right: -20px;*/
	/*top: -20px;*/
}

.bandasuperiore #tabs {
	/*float: left;*/
	/*width: 100%;*/
	/*background: #F4F7FB;*/
    font-size: 13px;
	
}

.bandasuperiore #tabs ul {
	float: right;
	margin: 0;
	padding: 18px 50px 10px 50px;
	list-style: none;
}

.bandasuperiore #tabs li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.bandasuperiore #tabs a active {
	color: #0088dd;
}

.bandasuperiore #tabs a {
	float: left;
	background: url('tableft.gif') no-repeat left top;
	margin: 0;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
      
}

.bandasuperiore #tabs a span {
	float: left;
	display: block;
	background: url('tabright.gif') no-repeat right top;
	padding: 9px 15px 7px 6px;
	color: #888888;
	font-weight: bold;
    width:64px;
}

.bandasuperiore #tabs a:hover span {
	/*color: #FF6600;*/
	font-weight: bold;
}

.bandasuperiore #tabs a:hover {
	background-position: 0% -42px;
}

.bandasuperiore #tabs a:hover span {
	background-position: 100% -42px;
}


.ar_testo_12 {
    font-size: 12px;
    color: rgba(49, 94, 170, 1.0);
}

.ar_testo_14 {
    font-size: 14px;
    color: rgba(49, 94, 170, 1.0);
}

.ar_testo_16 {
    font-size: 16px;
    color: rgba(49, 94, 170, 1.0);
}

.ar_testo_18 {
    font-size: 18px;
    color: rgba(49, 94, 170, 1.0);
}

.ar_testo_20 {
    font-size: 20px;
    color: rgba(49, 94, 170, 1.0);
}

.ar_testo_22 {
    font-size: 22px;
    color: rgba(49, 94, 170, 1.0);
}

.ar_testo_24 {
    font-size: 24px;
    color: rgba(49, 94, 170, 1.0);
}

.ar_testo_28 {
    font-size: 28px;
    color: rgba(49, 94, 170, 1.0);
}

.ar_ferito {
    background-color:rgba(230, 230, 230, 1.0);
    position:relative;
    border:1px solid;
    border-radius:10px;
    border-color: rgba(49, 94, 170, 1.0);
    padding: 16px 16px 16px 16px;
    margin-top:32px;
    margin-bottom:32px;
}

.ar_ctp {
    background-color:rgba(240, 240, 240, 1.0);
    position:relative;
    border:1px solid;
    border-radius:10px;
    border-color: rgba(49, 94, 170, 1.0);
    padding: 16px 16px 16px 16px;
    margin-top:32px;
    margin-bottom:32px;
}

.login-box {
    position: relative;
    width: 100%;
    padding: 16px 16px 16px 16px;
    margin-bottom: 16px;
    background: rgba(245, 245, 245, 1.0); /*rgba(49, 94, 170, 1.0);*/
    box-sizing: border-box;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .25);
    border: 1px solid rgba(49, 94, 170, 0.25);
    border-radius: 10px;
    z-index:100;
    background-color:rgba(255, 255, 255, 0.85);
}

.gray {
    background: rgba(220, 220, 220, 1.0);
}

.bugarea {
    width: 100%;
    height: 256px;
    padding: 8px;
    box-sizing: border-box;
    border: 2px solid rgba(49, 94, 170, 0.5);
    border-radius: 10px;
    /*background-color: #f8f8f8;*/
    font-size: 16px;
    color: rgba(49, 94, 170, 1.0);
    resize: none;
    margin-bottom:32px;
}

.ricerca {
    position: relative;
    display: block;
    /*width: 100%;*/
    font-size: 18px;
    font-weight: normal;
    color: rgba(49, 94, 170, 1.0);
    border-left: 1px solid rgba(49, 94, 170, 1.0);
    border-top: 1px solid rgba(49, 94, 170, 1.0);
    border-bottom: 1px solid rgba(49, 94, 170, 1.0);
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 0 0 0 8px;
    /*margin-bottom: 8px;*/
    /*background: linear-gradient(to right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.9) 99%, rgba(49, 94, 170, 0.1) 100%);*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
    
    background-color: rgba(49, 94, 170, 0.2);
    
    
    /*background-color: rgba(49, 94, 170, 1.0);*/
}

.login-box h2 {
    margin: 0 0 24px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.login-box .user-box {
    position: sticky;
}

.login-box .titolomenu {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: rgba(49, 94, 170, 1.0);
    border-left: 1px solid rgba(49, 94, 170, 1.0);
    border-top: 1px solid rgba(49, 94, 170, 1.0);
    border-bottom: 1px solid rgba(49, 94, 170, 1.0);
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 6px 8px 6px 8px;
    margin-bottom: 8px;
    background-color: rgba(49, 94, 170, 0.2);
}

.login-box .titolomenu_admin {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: rgba(170, 94, 49, 1.0);
    border-left: 1px solid rgba(170, 94, 49, 1.0);
    border-top: 1px solid rgba(170, 94, 49, 1.0);
    border-bottom: 1px solid rgba(170, 94, 49, 1.0);
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 6px 8px 6px 8px;
    margin-bottom: 8px;
    background-color: rgba(170, 94, 49, 0.2);
}

.login-box .titolomenu_mod {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: rgba(49, 170, 94, 1.0);
    border-left: 1px solid rgba(49, 170, 94, 1.0);
    border-top: 1px solid rgba(49, 170, 94, 1.0);
    border-bottom: 1px solid rgba(49, 170, 94, 1.0);
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 6px 8px 6px 8px;
    margin-bottom: 8px;
    background-color: rgba(49, 170, 94, 0.2);
}

.login-box .commento_user {
    position: relative;
    /*display: block;*/
    /*width: 100%;*/
    /*font-size: 14px;*/
    color: rgba(49, 94, 170, 1.0);
    border-left: none;
    border-top: 1px solid rgba(150, 150, 150, 1.0);
    border-bottom: 1px solid rgba(150, 150, 150, 1.0);
    border-right: 1px solid rgba(150, 150, 150, 1.0);
    border-radius: 0 10px 10px 0;
    margin-bottom: 8px;
    background-color: rgba(150, 190, 150, 0.2);
}

.login-box .commento_mod {
    position: relative;
    /*display: block;*/
    width: 100%;
    /*font-size: 16px;*/
    color: rgba(49, 94, 170, 1.0);
    border-left: none;
    border-top: 1px solid rgba(150, 150, 150, 1.0);
    border-bottom: 1px solid rgba(150, 150, 150, 1.0);
    border-right: 1px solid rgba(150, 150, 150, 1.0);
    border-radius: 0 10px 10px 0;
    margin-bottom: 8px;
    background-color: rgba(250, 150, 50, 0.2);
}

.login-box .paragrafo {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    /*font-weight: bold;*/
    color: rgba(49, 94, 170, 1.0);
    border-left: none;
    border-top: 1px solid rgba(150, 150, 150, 1.0);
    border-bottom: 1px solid rgba(150, 150, 150, 1.0);
    border-right: 1px solid rgba(150, 150, 150, 1.0);
    border-radius: 0 10px 10px 0;
    /*padding: 6px 8px 6px 8px;*/
    margin-bottom: 2px;
    /*margin-top: 2px;*/
    /*background: linear-gradient(to right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.9) 99%, rgba(49, 94, 170, 0.1) 100%);*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
    
    background-color: rgba(150, 150, 150, 0.2);
    
    
    /*background-color: rgba(49, 94, 170, 1.0);*/
}

.login-box .user-box label {
    position:absolute;
    top: 4px;
    left: 0;
    padding: 0;
    font-size: 12px;
    color: #bbb;
    font-style: italic; 
    pointer-events: none;
    transition: .5s;
}

.login-box .user-box input {
    width: 100%;
    top:6px;
    font-size: 16px;
    color: #000; /*#fff;*/
    /*margin-top:16px;
    margin-bottom:16px;*/
    border: none;
    border-bottom: 1px solid; /*#fff;*/
    border-color: rgba(49, 94, 170, 1.0);
    outline: none;
    background: transparent;
    font-family:"PragmataPro";
}

.login-box .user-box input:disabled {
    color: rgba(10, 10, 80, 0.5);
    /*font-style: italic;*/
    border-bottom: none; /*1px solid #AAAAAA;*/
    /*font-size: 16px;*/
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
    top: -4px;
    left: 0;
    /*color: #03e9f4;*/ color:transparent;
    font-size: 12px;
}

.login-box .user-box textarea {
    width: 100%;
    /*top:16px;*/
    font-size: 14px;
    color: #000;
    /*margin-bottom: 30px;*/
    border: none;
    border-bottom: 1px solid rgba(49, 94, 170, 1.0); /*white;*/
    outline: none;
    background: transparent;
    overflow:hidden;
    resize:none;
    box-sizing: border-box;
}

.login-box .user-box textarea:disabled {
    color: rgba(49, 94, 170, 1.0); /*#AAAAAA;*/
    border-bottom: none; /*1px solid #AAAAAA;*/
}

.login-box .user-box textarea:focus ~ label,
.login-box .user-box textarea:valid ~ label {
  top: -4px;
  left: 0;
  /*color: #03e9f4;*/ color:transparent;
  font-size: 12px;
}

.login-box form a {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 10px 10px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    /*margin-top:8px;
    margin-bottom:8px;*/
    letter-spacing: 4px;
    border-radius: 10px;
    background: rgba(49, 94, 170, 1.0); /*rgba(0, 0, 100, .3);*/
    width: 104px;
    letter-spacing: -0.25px;
}

.login-box a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: gray;
    text-align: center;
}

.login-box a:hover {
    background: #33AAFF;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(30, 180, 255, 0.5), 0 0 5px rgba(30, 180, 255, 0.5), 0 0 5px rgba(30, 180, 255, 0.5), 0 0 5px rgba(30, 180, 255, 0.5);
}

.login-box a span {
    position: absolute;
    display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"]
/*a[href^="https://www.google.com/maps"]*/ {
    display: none !important;
}
.gm-bundled-control .gmnoprint {
    display: block;
}

.gm-style-cc {
    display: none;
}

#map-report a img { display:none; }

#pac-input {
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 480px;
    height: 40px;
    padding: 8px 8px 8px 8px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    outline: none;
    text-overflow: ellipses;
    position: absolute;
    margin-top:10px;
    margin-left:80px;
}

select {
  width: 200px;
  height: 24px;
  line-height: 50px;
  font-size:14px;
  /*-webkit-appearance: menulist-button;*/
  /*-moz-appearance:none;*/
}

.btn {
  border: 2px solid white;
  /*background-color: transparent;*/
  color: white;
  padding: 8px 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius:10px;
}

.close {
    border-color: white;
    background-color: darkred;
    color: white;
    position: absolute;
    bottom: -20px;
    right: 16px;
}

.close:hover {
    background-color: red;
    color: white;
}

/* Green */
.success {
    background-color: #00aa00;
    border-color: white;
    color: white;
    position: absolute;
    bottom: -20px;
    right: 160px;
}

.success:hover {
    /*border-color:white;*/
    background-color: #00ee00;
    color: white;
}

/* Blue */
.info {
  border-color: white;
  color: white;
  background-color: rgba(49, 94, 170, 1.0);
}

.info:hover {
    border-color: white;
    color: white;
    background-color: #33AAFF;
}

/* Orange */
.warning {
  border-color: #ff9800;
  color: orange;
}

.warning:hover {
  background: #ff9800;
  color: white;
}

/* Red */
.danger {
  border-color: #f44336;
  color: red
}

.danger:hover {
  background: #f44336;
  color: white;
}

/* Gray */
.default {
  border-color: #e7e7e7;
  color: black;
}

.default:hover {
  background: #e7e7e7;
}
 


.number-input {
  display: inline-flex;
  width: 80px;
  height: 30px;
  background-color: #f9f9f9;
  &, & * {
    box-sizing: border-box;
  }
  & input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 0px;
    padding: 0;
    box-shadow: none !important;
    font-family: sans-serif;
    font-size: 18px;
    width: 32px;
    height: 100%;
    text-align: center;
    color: rgba(49, 94, 170, 1.0);
    font-weight: bold;
    background-color: #f9f9f9;
  }

  & input[type=number]::-webkit-inner-spin-button,
  & input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  & button {
        position: relative;
        outline:none;
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 100%;
        cursor: pointer;
        margin: 0;
        font-family: "Helvetica";
        font-size: 18px;
        color: #999999;
        font-weight: bold;
        position: relative;
    &:hover:after {
        background-color: #eee;
    }
    &:after {
        display: inline-flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        top: 0px;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0px;
        margin: auto;
        content: '−';
        color:red;
    }
    &.plus:after {
        color:green;
        content: '+';
    }
  }
}












.pass-meter {
    display: flex;
    height: 8px;
    margin-top: 10px;
    background-color: #4444aa;
    width:256px;
}

.meter {
    flex: 1;
    background-color: lightgray;
}

.weak {
    background-color: #ff4d4d;
}

.medium {
    background-color: #ffd633;
}

.strong {
    background-color: #00b300;
}

.very-strong {
    background-color: #009900;
}


.img_veicolo {
    position: relative;
    width: 300px;
    height: 256px;
    background-color: rgba(250, 250, 150, 0.8);
    background-size: 300px 256px;
    /*background-position: left;*/
    background-repeat: no-repeat;
}

.ctp {
    background-color: rgba(250, 200, 150, 0.8);
}

.perpdf {
    zoom: 0.6;
    /*top: -64px;*/
    left: -32px;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    height: 128px;
}

/* COOKIES */

.cookier {
  position: fixed;
  bottom: 40px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cookier.show {
  right: 20px;
}

.cookier header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.cookier header i {
  color: #4070f4;
  font-size: 32px;
}

.cookier header h2 {
  color: #4070f4;
  font-weight: 600;
}

.cookier .data {
  margin-top: 8px;
}

.cookier .data p {
  color: #333;
  font-size: 12px;
}

.data p a {
  color: #4070f4;
  text-decoration: none;
}

.data p a:hover {
  text-decoration: underline;
}

.cookier .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}

.buttons #acceptBtn:hover {
  background-color: #034bf1;
}

#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}

#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}

#gloader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}