/* Colours */
/* Colours */
/* Mix-ins */
/* Animations *//*
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
*/
/* Icons */
/* To change Background color 
    original: #1a1aff
    background-color: #004085
    background-color: #425563
    background-color: #AF231C
*/
@font-face {    
  font-family: "smpw-icons";
  src: url("/prog/fonts/smpw-icons.eot");
  src: url("/prog/fonts/smpw-icons.eot?#iefix") format("embedded-opentype"), url("/prog/fonts/smpw-icons.ttf") format("truetype"), url("/prog/fonts/smpw-icons.svg#smpw-icons") format("svg"), url("/prog/fonts/smpw-icons.woff") format("woff");

  font-weight: normal;
  font-style: normal;
}

.icon,
[data-icon-before]:before,
[data-icon-after]:after {
  font-family: "smpw-icons" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[data-icon-before]:before {
  content: attr(data-icon-before);
  padding-right: 0.3rem;
}
[data-icon-after]:after {
  content: attr(data-icon-after);
  padding-left: 0.3rem;
}
[data-icon-before=H]:before,
[data-icon-after=H]:after {
  color: #ff6997;
}
[data-icon-before=I]:before,
[data-icon-after=I]:after {
  color: #708bff;
}
[data-icon-before=R]:before,
[data-icon-after=R]:after {
  color: #00f;
}
[data-icon-before=S]:before,
[data-icon-after=S]:after {
  color: #ffe030;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin-bottom: 0.7rem;
  line-height: 1.3;
}

/* Buttons */
/*
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: .5em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
}
*/
.formfilled {
  border: none;
  color: white;
  background-color: #009933;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Tables */
th,
td {
  vertical-align: top;
  text-align: left;
  padding: 0.4rem 0.8rem;
}
th {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
/* Main styles */
html {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: Calibri, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-size: 1rem;
  background: #ddd;
  min-height: 100%;
  /*background-image: url('../images/mediass/bgk.jpeg');*/

}
#lightbox {
  position: fixed;
  z-index: 9998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  content: ' ';
  margin: 0;
  border-radius: 0;
  font-size: 0.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
}
#lightbox > form {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 480px;
  margin: -240px 0 0 -320px;
  background: #fff;
  box-sizing: border-box;
  padding: 25px;
}
#lightbox > form a.close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  text-align: right;
  text-decoration: none;
  color: #cc0000;
}
#lightbox > form ul#picker {
  width: 33%;
  float: left;
  height: 100%;
  overflow-y: scroll;
}
#lightbox > form ul#picker::-webkit-scrollbar {
  -webkit-appearance: none;
}
#lightbox > form ul#picker::-webkit-scrollbar:vertical {
  width: 11px;
}
#lightbox > form ul#picker::-webkit-scrollbar:horizontal {
  height: 11px;
}
#lightbox > form ul#picker::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
#lightbox > form ul#picker::-webkit-scrollbar-track {
  background-color: #FFF;
  border-radius: 8px;
}
#lightbox > form ul#picker > li {
  margin: 0;
  padding: 0;
}
#lightbox > form ul#picker > li:before {
  float: left;
  margin-top: 0.3rem;
}
#lightbox > form ul#picker > li label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 0.4rem 0.2rem;
  border-bottom: 1px solid #eee;
}
#lightbox > form ul#picker > li input[type=radio] {
  display: none;
}
#lightbox > form ul#picker > li input:checked ~ label {
  background: #708bff;
  color: #fff;
}
#lightbox > form ul#picker > li:last-of-type label {
  border-bottom: none;
}
#lightbox > form > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66%;
  float: left;
  padding: 0 1rem;
}
#lightbox > form > div [data-icon-before=O]:before,
#lightbox > form > div [data-icon-after=O]:after {
  color: #00cc00;
}
#lightbox > form > div [data-icon-before=Y]:before,
#lightbox > form > div [data-icon-after=Y]:after {
  color: #ffcc00;
}
#lightbox > form > div [data-icon-before=x]:before,
#lightbox > form > div [data-icon-after=x]:after {
  color: #cc0000;
}
#lightbox > form > div [data-icon-before=h]:before,
#lightbox > form > div [data-icon-after=h]:after {
  color: #708bff;
}
#lightbox > form > div fieldset textarea {
  width: 100%;
  height: 2.2em;
}
.huge {
  font-size: 3rem;
  color: #ccc;
}
.huge strong {
  font-weight: normal;
  color: #000;
}
#locked {
  text-align: center;
  font-family: "smpw-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 10em;
  color: #ddd;
}
/* Class  */
.smallscreenhide {
  display: none;
}
.error {
  color: #cc0000;
  padding-left: 20px;
}
input.error {
  border-color: #cc0000;
}
.success {
  color: #00cc00;
}
input.success {
  border-color: #00cc00;
}
.box {
  border: 1px solid #ccc;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
  background: #f9f9f9;
}
.caution {
  border: 3px solid #ffcc00;
  padding: 1rem;
  margin-bottom: 1rem;
}
.caution p {
  font-size: 0.9rem;
}
.caution p:first-of-type {
  font-size: 1rem;
}
.caution p:last-of-type {
  margin-bottom: 0;
}
.caution:before {
  float: left;
  font-size: 2rem;
}
.stats > li > h3 {
  margin-top: 1rem;
}
.stats > li li span {
  display: inline-block;
  width: 6em;
}
.disabled,
.disabled a {
  background: #eee;
  color: #aaa;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.spaced li {
  margin: 0.5rem 0;
}
.borders-table-full {
	border-style: solid; 
	border-width: 1px;
}

/* Note Prospect */
.demo-container {
    background-color: #FFF;
    padding: 25px;
    border-radius: 10px;
    /*max-width: 550px; */
    width: 550px;
    margin: 0 auto;
	position: absolute;
	
    /*left:0;
    right:0; */
    
}

#frmComment {
	padding: 20px;
}

#comment-count
{
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    padding: 8px;
    font-size: 0.9em;
    text-align: right;
}

.comment-row {
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0px;
    line-height: 25px;
}   
.select-row {
    font-size: 1.1em;  
	
}


.delete{
    cursor: pointer;
    display: inline-block;
    font-size: 0.85em;
    color: #d87272;
}
.btn-add-comment{
	font-size: 1em;
    padding: 8px 30px;
    background-color: #089cbd;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    border: #0495b1 1px solid;

}
.form-field{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    margin: 5px 0px 15px 0px;
	
}
.form-field_dt{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 200px;
    margin: 5px 0px 15px 0px;
	
}
.form-field_ogg{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 400px;
    margin: 5px 0px 15px 0px;
	
}

.demo-container .row {
    margin-bottom:15px;
}
.comment-user {
    color: #868686;
    font-size: 0.9em;
}
.comment-label{
   color: #005e99;
   font-weight: 600;
}
.comment-label-diario{
   color: orange;
   font-weight: 600;
}
.comment-label-note{
   color: #009914;
   font-weight: 600;
}
.error_login{
    /*color: #da5656;*/
    color: #ffffff;
	padding-left: 20px;
}
.fabutton {
  background: none;
  padding: 0px;
  border: none;
}
img#loader {
    vertical-align: middle;
    width: 45px;
    display: none;
}

/* fine Note Prospect */
/* Note Trattative */
.demo-tratt {
    background-color: #FFF;
    padding: 25px;
    border-radius: 10px;
    /*max-width: 550px; */
    width: 550px;
    margin: 0 auto;
	position: absolute;
	
    /*left:0;
    right:0; */
    
}
#frmTratt {
	padding: 20px;
}
/* Fine Note Trattative */
/* spinner upload file excel da w3school*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

.spinner {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   border: 9px solid;
   border-color: #dbdcef;
   border-right-color: #474bff;
   animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
    
    
}

#loading-content {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 100;
 -webkit-animation: spin 2s linear infinite; 
  animation: spin 2s linear infinite;
    */
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 100;
  /* border: 26px solid #f3f3f3;
  border: 26px solid #c3c3c3; */
  border: 26px solid #87c2ea;
  border-radius: 50%;
  border-top: 26px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
 
}

.hide{
  display: none;
}

/* fine spinner upload file excel */

/* Clienti servizi */

.nome_cli {
  font-weight:600; 
  color:#00F;
}
.label_prospect {
  font-size:14pt;
  font-weight:600;
  text-align:left;
}
.td_int_cli {
  font-weight:600; 
  color:#000;
  font-size: 12pt;
}
.td_int_blu {
  font-weight:600; 
  color:#00F;
  font-size: 12pt;
}
.td_input_cli {
  height:30px; 
  font-size:14pt;
  text-align:left;
}
.td_input_cli12 {
  height:30px; 
  font-size:12pt;
  text-align:left;
}
.td_input_number {
  height:30px;
  width: 120px;
  font-size:14pt;
  text-align:left;
}

.pod_list tr:nth-child(even) {
    background-color: #f2f2f2;
}
.pod_list table {
    display: block; 
    overflow-x: auto;
    white-space: nowrap;
}

.pod_list tr,
.pod_list th {
    font-weight:600; 
    color:#000; 
    font-size: 10pt;
}
.pod_list td { 
    text-align:center; 
}

.pod_list_left tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.pod_list_left table {
    display: block; 
    overflow-x: auto;
    white-space: nowrap;
}

.pod_list_left tr,
.pod_list_left th {
    font-weight:600; 
    color:#000; 
    font-size: 10pt;
    border: solid #969899 1px;
     border-collapse: collapse;
}
.pod_list_left td { 
    text-align:left; 
}


.pod_list_left_del tr:nth-child(odd) {
    background-color: #e6ffee;
}
.pod_list_left_del table {
    display: block; 
    overflow-x: auto;
    white-space: nowrap;
}

.pod_list_left_del tr,
.pod_list_left_del th {
    font-weight:600; 
    color:#000; 
    font-size: 10pt;
    border: solid #969899 1px;
     border-collapse: collapse;
}
.pod_list_left_del td { 
    text-align:left; 
}

.pod_list_left_soc tr:nth-child(odd) {
    background-color: #cce6ff;
}
.pod_list_left_soc table {
    display: block; 
    overflow-x: auto;
    white-space: nowrap;
}

.pod_list_left_soc tr,
.pod_list_left_soc th {
    font-weight:600; 
    color:#000; 
    font-size: 10pt;
    border: solid #969899 1px;
     border-collapse: collapse;
}
.pod_list_left_soc td { 
    text-align:left; 
}

.cdr_list tr:nth-child(even) {
    background-color: #f2f2f2;
}
.cdr_list table {
    display: block; 
    overflow-x: auto;
    white-space: nowrap;
}


.cdr_list th {
    font-weight:600; 
    color:#000; 
    font-size: 10pt;
}
.cdr_list td { 
    font-size: 9pt;
    text-align:center; 
}

.td_input_num100 {
    height:30px; 
    font-size:14pt;
    text-align:right;
    width: 100px;
}
.td_input_num075 {
    height:30px; 
    font-size:14pt;
    text-align:right;
    width: 75px;
}
table.borders td,
table.borders th {
   border: 1px solid black;
}


.FBLabel_td {
    display:block;
    float:left;
    margin-bottom:10px;
    height:30px; 
    font-size:14pt;
}
.FBLabel, .FBInput {
    display:block;
    float:left;
    margin-bottom:10px;
    height:30px; 
    font-size:14pt;
    width: 100px;
}
.search_input {
  height:30px; 
  font-size:14pt;
  text-align:left;
}


.btn_cancella {
  background: #d1d1d1;
  background-image: -webkit-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -moz-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -ms-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -o-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: linear-gradient(to bottom, #d1d1d1, #a8aaab);
  font-family: Arial;
  color: #000000;
  font-size: 16px;
  background: #dbdbdb;
  padding: 5px 15px 5px 15px;
  border: solid #969899 1px;
  text-decoration: none;
}

.btn_cancella:hover {
  background: #ff4747;
  background-image: -webkit-linear-gradient(top, #ff4747, #d90404);
  background-image: -moz-linear-gradient(top, #ff4747, #d90404);
  background-image: -ms-linear-gradient(top, #ff4747, #d90404);
  background-image: -o-linear-gradient(top, #ff4747, #d90404);
  background-image: linear-gradient(to bottom, #ff4747, #d90404);
  text-decoration: none;
}

.btn_indietro {
  background: #d1d1d1;
  background-image: -webkit-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -moz-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -ms-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -o-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: linear-gradient(to bottom, #d1d1d1, #a8aaab);
  font-family: Arial;
  color: #000000;
  font-size: 16px;
  background: #dbdbdb;
  padding: 5px 15px 5px 15px;
  border: solid #969899 1px;
  text-decoration: none;
}

.btn_indietro:hover {
  text-decoration: none;
}
.btn_dettagli {
  background: #d1d1d1;
  background-image: -webkit-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -moz-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -ms-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -o-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: linear-gradient(to bottom, #d1d1d1, #a8aaab);
  font-family: Arial;
  color: #000000;
  font-size: 16px;
  background: #dbdbdb;
  padding: 5px 15px 5px 15px;
  border: solid #969899 1px;
  text-decoration: none;
}

.btn_dettagli:hover {
  text-decoration: none;
}

.btn_modifica {
  background: #d1d1d1;
  background-image: -webkit-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -moz-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -ms-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -o-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: linear-gradient(to bottom, #d1d1d1, #a8aaab);
  font-family: Arial;
  color: #000000;
  font-size: 16px;
  background: #dbdbdb;
  padding: 5px 15px 5px 15px;
  border: solid #969899 1px;
  text-decoration: none;
}

.btn_modifica:hover {
  background: #3c91fa;
  background-image: -webkit-linear-gradient(top, #3c91fa, #044bd9);
  background-image: -moz-linear-gradient(top, #3c91fa, #044bd9);
  background-image: -ms-linear-gradient(top, #3c91fa, #044bd9);
  background-image: -o-linear-gradient(top, #3c91fa, #044bd9);
  background-image: linear-gradient(to bottom, #3c91fa, #044bd9);
  text-decoration: none;
}

.btn_avanti {
  background: #d1d1d1;
  background-image: -webkit-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -moz-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -ms-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: -o-linear-gradient(top, #d1d1d1, #a8aaab);
  background-image: linear-gradient(to bottom, #d1d1d1, #a8aaab);
  font-family: Arial;
  color: #000000;
  font-size: 16px;
  background: #dbdbdb;
  padding: 5px 15px 5px 15px;
  border: solid #969899 1px;
  text-decoration: none;
    appearance:button;
    -moz-appearance:button; /* Firefox */
    -webkit-appearance:button; /* Safari and Chrome */
    -webkit-appearance: none;
}

.btn_avanti:hover {
  background: #3cfc63;
  background-image: -webkit-linear-gradient(top, #3cfc63, #03db06);
  background-image: -moz-linear-gradient(top, #3cfc63, #03db06);
  background-image: -ms-linear-gradient(top, #3cfc63, #03db06);
  background-image: -o-linear-gradient(top, #3cfc63, #03db06);
  background-image: linear-gradient(to bottom, #3cfc63, #03db06);
  text-decoration: none;
}

/* back to top */
    #myBtn-top {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #0d6efd;
      /*background-color: #ffffff; */
      color: white;
      cursor: pointer;
      /* padding: 15px;  */
      /* border-radius: 4px; */
      border-radius: 50%;
    }

    #myBtn-top:hover {
      background-color: #fd7e14;
    }
  .btn-square {
      width: 25px;
      height: 25px;
  }

  .btn-sm-square {
      width: 32px;
      height: 32px;
  }

  .btn-lg-square {
      width: 48px;
      height: 48px;
  }

  .btn-square,
  .btn-sm-square,
  .btn-lg-square {
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: normal;
  }
    
/** back to top end */

.colorred {
   color: #FF0000; 
}
.colorblu {
   color: #0000FF; 
}
.decno {
   text-decoration: none; 
}
.i200 {
    width: 200px;
}
.i400 {
    width: 400px;
}
.i050 {
    width: 50px;
}
.f10 {
    font-size: 10pt;
}
.f12 {
    font-size: 12pt;
}
.f14 {
    font-size: 14pt;
}
.f16 {
    font-size: 16pt;
}

/* Tabs */
ul.tabsenabled {
  border: 1px solid #333;
  border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  overflow: hidden;
}
ul.tabsenabled > li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #333;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  padding: 0.3rem;
  background: #ddd;
  color: #666;
}
ul.tabsenabled > li a.active {
  background: #fff;
  color: #000;
}
ul.tabsenabled > li:last-of-type a {
  border-right: none;
}
ul.tabsenabled.tabs1 > li a {
  width: 100%;
}
ul.tabsenabled.tabs2 > li a {
  width: 50%;
}
ul.tabsenabled.tabs3 > li a {
  width: 33.3333%;
}
ul.tabsenabled.tabs4 > li a {
  width: 25%;
}
ul.tabsenabled.tabs5 > li a {
  width: 20%;
}
/* Header */
header {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
  padding: 0.4rem 5rem;
  color: #fff;
  background: #425563;
  position: relative;
  overflow: hidden;
}
header h1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-shadow: -1px -1px 1px #666666;
}
header > a {
  text-decoration: none;
  text-indent: -1000rem;
  float: left;
  visibility: hidden;
  margin-left: -3rem;
}
header > a:before {
  visibility: visible;
  background: #fff;
  color: #333;
  text-indent: 0.3rem;
  font-size: 1.4rem;
  content: 'J';
  font-family: "smpw-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1.8rem;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  -moz-transform: scalex(-1);
  -webkit-transform: scalex(-1);
  -o-transform: scalex(-1);
  -ms-transform: scalex(-1);
  transform: scalex(-1);
  border-radius: 0.9rem;
}
/* Navigation */
nav:not(#adminnav) {
  margin: 1rem 0;
}
nav:not(#adminnav) ul li.letterheading {
  background: #000;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.8rem 2rem 0.8rem 1rem;
}
nav:not(#adminnav) ul li a {
  color: #000;
  display: block;
  padding: 0.8rem 2rem 0.8rem 1rem;
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}
nav:not(#adminnav) ul li a:hover,
nav:not(#adminnav) ul li a:hover:before,
nav:not(#adminnav) ul li a:hover:after {
  color: #fff;
  background: #6f86ff;
}
nav:not(#adminnav) ul li a:after {
  font-family: "smpw-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: block;
  height: 1rem;
  width: 1rem;
  float: right;
  margin-right: -1rem;
  color: #666;
}
nav:not(#adminnav) ul li a:not(.noarrow):after {
  content: 'J';
}
nav:not(#adminnav) ul li a.download:after {
  content: '1';
}
nav:not(#adminnav) ul li a.logout:after {
  content: 'W';
}
nav:not(#adminnav) ul li.letterheading a {
  color: #fff;
  display: inline-block;
  float: right;
  background: #000;
  border: none;
  padding: 0;
}
nav:not(#adminnav) ul li.letterheading a:after {
  margin-right: -1rem;
  margin-top: 0.1rem;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav:not(#adminnav) ul li.letterheading:first-of-type,
nav:not(#adminnav) ul li:first-of-type a {
  border-top: 1px solid #ccc;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
nav:not(#adminnav) ul li:last-of-type a {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.publist nav .bro,
.publist nav .sis {
  border-color: #ccc;
}
/* Page styles */
body > div {
  margin: 0.5rem;
  padding: 0.5rem;
  background: #fff;
  border-radius: 0.4rem;
  border: 1px solid #ccc;
  overflow: hidden;
}
body > div h2 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5rem;
}
/* Help me now page */
#helpmenow h2,
#helpmenow h3,
#helpmenow h4,
#helpmenow h5 {
  font-weight: bold;
  margin: 0.5rem 0 0.3rem;
}
#helpmenow h2 a,
#helpmenow h3 a,
#helpmenow h4 a,
#helpmenow h5 a {
  display: inline-block;
  margin-left: 1rem;
  font-size: 0.8em;
  font-weight: normal;
}
/* Mailer page */
#mailer li {
  margin: 0.5rem 0;
}
/* FAQs */
#faq h3 {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
#faq.accordian > .faq > p,
#faq.accordian > .faq ul {
  display: none;
}
#faq.accordian > .faq.open {
  border: 1px solid #ccc;
  padding: 0.5rem;
  margin: 0 -0.5rem;
  background-color: #D2D2D2;
}
#faq.accordian > .faq.open > p,
#faq.accordian > .faq.open ul {
  display: block;
}

/* Details page */
#location .mapkey {
  overflow: hidden;
}
#location .mapkey > li {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
#location .mapkey > li img {
  vertical-align: middle;
}
#location h3 {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 1rem 0 0.5rem 0;
}
#location h4 {
  font-weight: bold;
  font-size: 1rem;
  margin: 1rem 0 0.5rem 0;
}
#location ol {
  margin: 0 0 1rem 2rem;
  list-style-type: decimal;
  list-style-position: outside;
}
#location ol > li {
  margin: 0 0 0.4rem 0;
}
/* Maps */
#map {
  height: 400px;
  width: 100%;
  margin: 2rem 0;
  border: 1px solid #333;
}
/* Navigation */
.weeknav {
  overflow: hidden;
  text-align: center;
}
.weeknav a {
  border-radius: 0.3rem;
  padding: 0.2rem 0.5rem;
  background: #333;
  color: #fff;
  text-decoration: none;
}
.weeknav a:first-of-type {
  float: left;
}
.weeknav a:last-of-type {
  float: right;
}
.weeknav a.today {
  color: #fc0;
}
/* Forms */
fieldset {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
}
fieldset legend {
  font-weight: bold;
}
form ul > li {
  margin-bottom: 0.5rem;
}
form#pattern > ul > li {
  font-weight: bold;
  margin: 0 0 2rem 0;
}
form#pattern > ul > li > ul {
  font-weight: normal;
}
form#pattern > ul > li > ul > li {
  margin: 0 0 0.7rem 0;
  overflow: hidden;
}
/* Schedules */
#top.center {
  text-align: center;
}
.multilocation {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  overflow: hidden;
}
.multilocation .schedule h3 {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1rem 0 0.5rem 0;
}
.multilocation .schedule h4 a {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: right;
}
.multilocation .schedule li.confirmed.volunteer {
  background: #efe;
}
.multilocation > ul > li > h3,
.multilocation > ul > li > div > h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.schedule > li ul > li > a,
.schedule > li ul > li > span.a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline;
}
.schedule li[data-icon-after=q],
.schedule li[data-icon-after=q]:after {
  color: #00c;
}
.schedule li[data-icon-before=Y]:before {
  color: #c00;
}
.schedule li[data-icon-before=O]:before {
  color: #0c0;
}
.schedule h3 {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 2rem 0 0.5rem 0;
}
.schedule h3.button {
  background: #ccc;
  border-radius: 0.5rem;
  padding: 0.3rem 0.5rem;
}
.schedule h3.button:after {
  content: ' Tap to view';
  font-size: 0.8rem;
  font-weight: normal;
  color: #666;
  float: right;
}
.schedule h4 {
  font-weight: bold;
  font-size: 1rem;
  margin: 1rem 0 0.5rem 0;
}
.schedule li.rejected {
  background: #fee;
  color: #cc0000;
}
.schedule li.volunteer {
  background: #f9e8ff;
}
.schedule li.confirmed {
  background: #efe;
}
.schedule li.confirmed.volunteer {
  background: #F4FFCA;
}
.schedule label {
  display: none;
}
.schedule > li {
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.schedule > li.today {
  border: 1px solid #fc0;
}
.schedule > li li {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 32px;
}
.schedule > li li a,
.schedule > li li span.a {
  padding: 0.3rem 0.5rem;
  position: relative;
  min-height: 1.3rem;
}
.schedule > li li.icon:before {
  color: #900;
}
.schedule > li li.confirmed.icon:before {
  color: #00cc00;
}
.schedule > li li.rejected.icon:before {
  color: #cc0000;
}
.schedule > li li.empty[data-icon-before]:before,
.schedule > li li.empty[data-icon-after]:after {
  display: none;
}
.schedule > li li.mobilephone,
.schedule > li li.homephone {
  padding-right: 1rem;
  background-position: right center;
  background-repeat: no-repeat;
}
.schedule > li li.mobilephone {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAACXBIWXMAAAsTAAALEwEAmpwYAAABhUlEQVQ4jZ2UvWrjQBSFj0aRFCWWWYNhS4OLrVzbTUpXqYIQKfIAeY+8wnb7Dq63N0KkFt4yRJUFrgS2QOjnzE2xibGJSCwfuBy4c/nm3CkGIoJTCsDjKXMXOFAQBGMAM6WUhxYFQTBeLBavbWd7HdJ933+I43iVpqms1+t9pWkqcRyvfN9/6JRQRPrD4XBy9/sZuBrANE1YloW+Rfy5H09EpP9lOuAY2DSNIonSvMKv0Wjf3263IImmaVQnIEmDJEhis9mgbhoAgOu6eO8bZyW8dF3YvR56jgPLcWArBbI6P+Ho5w/oa+8/2LYxsAiy6J6QpCKJpxsHShUACgCA1hqkAslvEx4NVFWlSCKKIuR5jjAMkec5oigCSVRV1Q34sfJ0OkWbn7LyEbCua0USYRiizeu67pxQkcRsNkObd37DsixNEcFyuYTW+shFBGVZmp2AWZYVSZK8zOdz2LaNQ0+S5CXLsuI7oPH+NQEAPM+biMit1nrw6WalMsMw/u52u39fAd8A5jJm/XwCALgAAAAASUVORK5CYII=);
}
.schedule > li li.homephone {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAACXBIWXMAAAsTAAALEwEAmpwYAAACwklEQVQ4ja3UP2+bVRTH8e99/Ni14zjO4yQ2Kk7SBkRjgQQiEtBuSLAhpA4MDLwBeAEMHaAbAzCxMCOVoQxIgJiChFShiKq01CUJiVpSqU0aEudfHfvxvfecy9AyWHa33uUuRx/9zrlH14QQeJonPn/x+/HpWvLr2EiuTgBCwIeAeItNHdZ5XJqSWovvpGgvxXa6HOwebK78uf7W9p1L233g7Mmkee7FmfrpWgUAfZxYNKAakBAQUUQDIoJowInwx43livQOV4BKH1ifGK1PjWRYu/sAL8K15gZvLMxz9foar7w0g3fK9VsbNBqnuHKlyfSpKiLKC/Uy1WdOJgMtG/MoVTZj2GsrHW/oSJa9juOXpXVEFA0RlgI9k6O1e8RsPcGrYowZmKH59JvfQuS7RBowUYazr55h3+YQ1cdtgxfFqzIWd1hcvEqv3cJbx879I36+/EmfGi/d2vigUeWzSrmYqU7Va5lcwWyur7D5oIX1gveCiOIE3n7zNZ5rzOnt5aPm3sND/Xt56cuBhP+vzUdf/HDp9Zfn3p+fm6U8OsKZatRX+PWPN8mPFNjZ3eba7zd/+vbzD98ZtjYRwLsXL89MJKXztakJrMDoicHCyfESq3dbJOMTxKXJc8MwgMgYY2T/+Lv507U8JgYTMZYfHHatUmL/sE2cLzL7bDlZOPvxhaFgCCE0GnMLyXjC1oFDVClk+8EQAsVClrTbpfVQKCQzlCaS94aBMUDqNNraPeD21jFpb5LFpb/ophYvSs8Jzjl6aQ+b9lhbXaOYVaLoMH4i6J3DiWK9Z/XOPUQD3isqj24RA1GOKJfh6NhSrmSJc7nnn5zQWrpdy/TkCcTHaAioKN57QsjiRVAJhKCIKp12F2/t0EeJAf650Vzt/Lszn80XUfGoKuqE4C3qAwRBnIegqCppu832vftfDQPN0/6+/gNUU40oDqRDlQAAAABJRU5ErkJggg==);
}
.schedule > li li.empty {
  padding-right: 0.5rem;
  background-image: none;
}
.schedule > li a {
  color: #000;
  text-decoration: none;
}
.schedule.showtel > li a:after {
  display: block;
  content: attr(href);
}
.bro {
  border: 1px solid #708bff;
  border-left-width: 5px;
}
.sis {
  border: 1px solid #ff6997;
  border-left-width: 5px;
}
.empty,
.deleted {
  border: 1px solid #999;
  background: #e7e7e7;
}
/* Standard forms */
.standardinput ul li {
  overflow: hidden;
}
.standardinput ul li label {
  width: 8em;
  float: left;
}
.standardinput ul li.inline label {
  width: auto;
  float: none;
}

/* Lookup form */
form#lookup input[type=number] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  border: 1px solid #999;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
}
form#lookup > ul > li {
  margin-bottom: 2rem;
}
/* Login form */
form#login {
  max-width: 320px;
  margin: 0 auto;
}
form#login label {
  display: block;
  font-weight: bold;
}
form#login input[type=text],
form#login input[type=email],
form#login input[type=number],
form#login input[type=date],
form#login input[type=datetime],
form#login input[type=password],
form#login input[type=submit] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  border: 1px solid #999;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  width: 100%;
}
form#login input[type=submit],
form#calendarform input[type=submit] {
  /* background: #AF231C; */
  background: #AF231C; 
  color: #fff;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

/* Inserimento dati per login nuovo */
/*
.ch{display:block; width:80%; color:#CCC; text-align:center;}
.ch a{color:#ffffff; text-decoration:none; font-size: 16px}
.ch:nth-child(2){text-align:center}

.loginnew{padding:0 20px}
.loginnew span.un{width:10%; text-align:center; color:#0C6; border-radius:3px 0 0 3px;}
.text{background:#12192C; width:90%; border-radius:0 3px 3px 0; border:none; outline:none; color:#f00;} 
.text,.loginnew span.un{display:block; vertical-align:top; height:40px; line-height:40px; background:#ffffff; font-size:20px; }
.loginnew span.un{width:10%; text-align:center; color:#0C6; border-radius:3px 0 0 3px}
.loginnew input{padding-left: 10px}
.text,.loginnew span.un{display:block; vertical-align:top; height:40px; line-height:40px; background:#ffffff;}
.formnew{width:300px; margin:0 auto; background:#425563}
.headernew{height:44px; background:#AF231C}
.headernew h2{height:44px; line-height:44px; color:#fff; text-align:center}
.headernew h4{height:44px; line-height:44px; color:#fff; text-align:center}
.span{display:table; width:100%; font-size:14px; text-align:center}
.btnloginnew{height:40px; border:none; background:#AF231C; width:100%; outline:none; font-family: 'Source Sans Pro', sans-serif; font-size:20px; font-weight:bold; color:#eee; border-bottom:solid 3px #AF231C; border-radius:3px; cursor:pointer}

.loginimg{
    width: 300px;
    margin:0 auto;
	
    background:#ddd;
    text-decoration: none}
*/
/*margin-right: auto; */
/* Fine inserimento nuova login */

/* Inserimento dati per login nuovo */
.ch{display:inline-block; width:80%; color:#CCC; text-align:center;}
.ch a{color:#ffffff; text-decoration:none; font-size: 16px}
.ch:nth-child(2){text-align:center}

.loginnew{padding:0 20px}
.loginnew span.un{width:10%; text-align:center; color:#0C6; border-radius:3px 0 0 3px;}
.text{background:#12192C; width:90%; border-radius:0 3px 3px 0; border:none; outline:none; color:#f00;} 
.text,.loginnew span.un{display:inline-block; vertical-align:top; height:40px; line-height:40px; background:#ffffff; font-size:20px; }
.loginnew span.un{width:10%; text-align:center; color:#0C6; border-radius:3px 0 0 3px}
.loginnew input{padding-left: 10px}
.text,.loginnew span.un{display:inline-block; vertical-align:top; height:40px; line-height:40px; background:#ffffff;}
.formnew{width:320px; margin:0 auto; background:#425563}
.headernew{height:44px; background:#AF231C}
.headernew h2{height:44px; line-height:44px; color:#fff; text-align:center}
.headernew h4{height:44px; line-height:44px; color:#fff; text-align:center}
.span{display:table; width:100%; font-size:14px; text-align:center}
.btnloginnew{height:40px; border:none; background:#AF231C; width:100%; outline:none; font-family: 'Source Sans Pro', sans-serif; font-size:20px; font-weight:bold; color:#eee; border-bottom:solid 3px #AF231C; border-radius:3px; cursor:pointer}

.loginimg{
    width: 320px;
    margin:0 auto;
    background:#ddd;
    text-decoration: none
}
.appBackground {
    background-image: url('../images/mediass/bkg6.jpg');
    height: 575px; width: 1173px;
}
/* Fine inserimento nuova login */

form#calendarform input[type=submit] {
  width: 100%;
  border-radius: 0.5rem;
  border: none;
  font-size: 1.2rem;
}


.visdati li > a {
  width: 90%;
  border-radius: 0.5rem;
  border: none;
  font-size: 1.2rem;
  background: #e86325;
  color: #fff;
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  text-align:center;
  font-weight:800;
}

form#placements input[type=text] {
  text-align: right;
}
#shifts h2 {
  border-top: 2px solid #ccc;
}
#shifts h2:first-of-type {
  border-top: none;
}
#shifts li {
  overflow: hidden;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.5rem;
}
#shifts li:last-of-type {
  border-bottom: none;
}
#shifts li span {
  display: block;
}
#shifts li span[data-icon-before]:before {
  font-size: 1.4rem;
}
#shifts li span[data-icon-before=x]:before {
  color: #cc0000;
}
#shifts li span[data-icon-before=O]:before {
  color: #00cc00;
}
#shifts li span[data-icon-before=Y]:before {
  color: #708bff;
}
#shifts li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin: 0.3rem 1rem 0.3rem 0;
  border-radius: 0.3rem;
  padding: 0.2rem 0.4rem;
}
#shifts li a.confirm {
  background: #00cc00;
}
#shifts li a.decline {
  background: #cc0000;
}
#shifts li a.delete {
  background: #708bff;
}
#shifts li a.working {
  background: #ccc;
}
/* Checkboxes */
input.switch:empty {
  margin-left: -999rem;
}
input.switch:empty ~ label {
  position: relative;
  float: left;
  line-height: 1.6rem;
  text-indent: 4rem;
  margin: 0.2rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.switch:empty ~ label:before,
input.switch:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 3.6rem;
  background-color: #c33;
  border-radius: 0.8rem;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
input.switch:empty ~ label:after {
  width: 0;
  line-height: 0;
  font-size: 0;
  border: 0.7rem solid #fff;
  border-radius: 0.7rem;
  top: 0.1rem;
  bottom: 0.1rem;
  margin-left: 0.1rem;
}
input.switch:checked ~ label:before {
  background-color: #393;
}
input.switch:checked ~ label:after {
  margin-left: 2.1rem;
}

/* Calendars */
dl {
  margin: 1rem 0;
  overflow: hidden;
}
dt {
  margin-top: 0.4rem;
  font-weight: bold;
}
.calendar > li {
  border: 1px solid #ccc;
  padding: 0.7rem;
}
.calendar > li.disabled {
  display: none;
}
dt.allocated,
.calendar li.allocated {
  background: #fed;
}
dt.allocated:after,
.calendar li.allocated label:after {
  font-weight: normal;
  color: #c90;
}
dt.confirmed,
.calendar li.confirmed {
  background: #dfd;
}
dt.confirmed:after,
.calendar li.confirmed label:after {
  font-weight: normal;
  color: #090;
}
dt.rejected,
.calendar li.rejected {
  background: #fdd;
}
dt.rejected:after,
.calendar li.rejected label:after {
  font-weight: normal;
  color: #900;
}
.calendar {
  font-size: 0.9rem;
}
.calendar li.allocated label,
.calendar li.confirmed label,
.calendar li.rejected label {
  font-weight: bold;
}
.calendar > li > span {
  font-weight: bold;
}
.calendar > li > ul {
  margin: 0.5rem 0 0 0.6rem;
}
.calendar > li > ul,
form fieldset ul {
  margin-top: 0.5rem;
}
/* Reports */
.report h3 {
  font-weight: bold;
  margin: 1rem 0 0.5rem 0;
}
.report h4 {
  font-weight: bold;
  margin: 0.5rem 0 0.3rem 0;
}
.report > li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.report > li > ul {
  margin-left: 1rem;
  list-style: disc;
}


table.placements td {
  text-align: right;
}
table.placements .month {
  font-size: 1.4rem;
}
table.placements .weekdata td,
table.placements .weekdata th {
  font-weight: bold;
  background-color: #ebf6f6;
}
table.placements .monthdata td,
table.placements .monthdata th {
  font-weight: bold;
  background-color: #c7e7e7;
}
 
table.placements thead tr th:not([colspan]):nth-of-type(16n),
table.placements tr td:nth-of-type(16n) {
  border-right: 3px solid #ccc;
}
table.placements tr td:first-of-type {
  border-left: 3px solid #ccc;
}
#pubnotassigned > li {
  border-bottom: none;
  padding-bottom: 0.3rem;
}
/* Blurb pages */
#detailstab p.img180,
#detailstab p.img360 {
  padding: 0.1rem;
  border: 1px solid #ccc;
  font-size: 0.8rem;
}
#detailstab p.img180 img,
#detailstab p.img360 img {
  width: 100%;
  height: auto;
}
#detailstab p.img180 {
  width: 180px;
}
#detailstab p.img180 img {
  max-width: 180px;
}
#detailstab p.img360 {
  width: 360px;
}
#detailstab p.img360 img {
  max-width: 360px;
}
#detailstab ul {
  margin-left: 1.2rem;
  list-style: disc;
}
#detailstab ul > li {
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
/* Inventory form */
#inventory > p[data-icon-before]:before {
  font-size: 2em;
}
#inventory > ul > li > ul > li input[type=number] {
  text-align: right;
}
#inventory > ul > li > ul > li a {
  text-decoration: none;
  color: #333;
}
#inventory > ul > li > ul > li a[data-icon-before=N]:before {
  color: #708bff;
}
#inventory > ul > li > ul > li a[data-icon-before=P]:before {
  color: #00cc00;
}
#inventory > ul > li > ul > li a[data-icon-before=4]:before {
  color: #cc0000;
}
#inventory > ul > li > ul > li > span {
  display: block;
}
#inventory > ul > li > ul > li:nth-of-type(2n) {
  background: #f7f7f7;
}

#spinner {
  width: 25%;
  height: 25%;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/cabin.png) no-repeat;
}

	
/* Media queries for larger screens */
@media all and (min-width: 900px) {
  body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  header > a {
    visibility: visible;
    text-indent: 0;
    width: auto;
    height: auto;
    color: #fff;
    padding: 0.2rem 0.5rem 0.2rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.3);
  }
  header > a:before {
    background: none;
    line-height: 1rem;
    font-size: 1.2rem;
    height: 1rem;
    width: 1rem;
    float: left;
    margin: 0.2rem 0.2rem 0 -0.7rem;
    color: #fff;
  }
  header #adminnav ul {
    overflow: hidden;
    clear: both;
    margin-left: -3rem;
  }
  header #adminnav ul li a {
    float: left;
    margin: 0.2rem 1rem;
    text-decoration: none;
    color: #fff;
  }
  header #adminnav ul li a:before {
    color: #fff;
  }
  header #adminnav ul li:first-of-type a {
    margin: 0.2rem 0.5rem 0.2rem 0;
  }
  body > div {
    margin: 1rem 0;
    padding: 1rem;
  }
  nav p#top a {
    display: inline-block;
    margin: 0 0.1rem;
    padding: 0.2rem;
    min-width: 1.1rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #666;
    border-radius: 0.2rem;
  }
  /*
  	nav:not(#adminnav) ul {
  	   -moz-column-count: 3;
         -moz-column-gap: 1rem;
         -webkit-column-count: 3;
         -webkit-column-gap : 1rem;
  	}
  */
  .caution {
    padding: 1rem 1rem 1rem 7rem;
  }
  .caution:before {
    font-size: 5rem;
    margin-left: -6rem;
  }
  /* Tabs */
  ul.tabsenabled {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: 1px solid #333;
  }
  ul.tabsenabled > li a {
    float: left;
    border: 1px solid #333;
    border-bottom: none;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    padding: 0.5rem 1.5rem;
    background: #ddd;
    color: #666;
    margin: 0 0.5rem;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
  }
  ul.tabsenabled > li a.active {
    background: #fff;
    color: #000;
  }
  ul.tabsenabled > li:last-of-type a {
    border-right: 1px solid #333;
  }
  ul.tabsenabled.tabs1 > li a,
  ul.tabsenabled.tabs2 > li a,
  ul.tabsenabled.tabs3 > li a,
  ul.tabsenabled.tabs4 > li a,
  ul.tabsenabled.tabs5 > li a {
    width: auto;
  }
  .multilocation .schedule > li {
    width: 100%;
    float: none;
  }
  .schedule {
    overflow: hidden;
  }
  .schedule > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 0.5rem;
	height: 1130px;
  }
  .schedule > li ul > li {
    padding: 0.2rem;
  }
  .schedule > li ul > li[data-icon-before] {
    padding-left: 1.3rem;
  }
  .schedule > li ul > li[data-icon-before]:before {
    float: left;
    margin-left: -1.3rem;
  }
  .schedule > li ul > li[data-icon-after] {
    padding-right: 1.3rem;
  }
  .schedule > li ul > li[data-icon-after]:after {
    float: right;
    margin-right: -1.1rem;
    /* margin-top: -1rem; /* Needed for FF, not Chrome */
  
  }
  .smallscreenhide {
    display: block !important;
  }
  .schedule h3.button {
    background: #fff;
    padding: 0;
  }
  .schedule h3.button:after {
    display: none;
    content: '';
  }
  /* Calendars */
  dl {
    margin: 1rem 0;
    overflow: hidden;
  }
  dt,
  dd {
    float: left;
  }
  dt {
    font-weight: bold;
    clear: left;
    margin-top: 0;
    padding-bottom: 0.4rem;
    width: 7rem;
  }
  .calendar {
    overflow: hidden;
  }
  .calendar > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.2857%;
    /* 20% for five-day week, 14.2857% for 7 days. Also adjust margin-left below */
  
    float: left;
  }
  .calendar > li > span {
    display: block;
    margin-bottom: 0.4rem;
    color: #999;
    font-weight: normal;
  }
  .calendar > li.disabled {
    display: inline;
  }
  .calendar > li.mon {
    clear: both;
  }
  .calendar > li.tue:first-of-type {
    margin-left: 14.2857%;
  }
  .calendar > li.wed:first-of-type {
    margin-left: 28.5714;
  }
  .calendar > li.thu:first-of-type {
    margin-left: 42.8571%;
  }
  .calendar > li.fri:first-of-type {
    margin-left: 57.1428%;
  }
  .calendar > li.sat:first-of-type {
    margin-left: 71.4284%;
  }
  .calendar > li.sun:first-of-type {
    margin-left: 85.7142%;
  }
  #calendarform > p:last-of-type {
    clear: both;
  }
  #calendarform fieldset {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 49%;
  }
  #calendarform fieldset:first-of-type {
    margin-right: 2%;
  }
  #shifts li span {
    float: left;
    width: 50%;
  }
  #shifts li a {
    font-size: 0.9rem;
    margin-right: 1rem;
    border-radius: 0.3rem;
    padding: 0.1rem 0.2rem;
  }
  /* Inventory form */
  #inventory > ul > li > ul > li > span {
    display: inline-block;
    width: 20em;
  }
  #inventory > ul > li > ul > li > label {
    position: absolute;
    left: -1000em;
  }
  /*
  	#updateallocations li {
  		overflow: hidden;
  
  		span {
  			float: left;
  			width: 50%;
  		}
  	}
  */
    
} 


@media screen and (min-width: 321px) and (max-width: 899px) {
    div#cliente_input {
        width: 600px;
    }
    div#smallscreen_mod {
        width: 600px;
    }
	#location {
		width: 900px;
	}
	

}
@media screen and (min-width: 80px) and (max-width: 320px) {
    div#cliente_input {
        width: 320px;
    }
    div#smallscreen_mod {
        width: 320px;
    }
	#location {
		width: 900px;
	}
	

}