html {
  font-size: 16px;
}

body
{
  background-color: #fff;
  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif !important;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.clear
{
   clear: both;
} 

.visible
{
  visibility: visible;
  display: block;
}


  
h5 { color: #9e0b0f; } 

.hidden
{
  //visibility: hidden;
  display: none;
}

.ui.grid
{
  margin: 0px;
  padding: 0px;
}

.vertical-spacer
{
  margin-top: 50px;
}

a
{
  color: #008833;
  font-weight: bold;
}

a:hover
{
  color: #000000;
}

.orange.button
{
  background-color: #e9741d !important;
}

.orange.button:hover
{
  background-color: #f2781e !important;
  color: #fff;
  text-shadow: none;
}


/* CSS by CLAUDIO */

.container {
        width: 500px;
        margin: 0 auto;
    }
    .progress_outer {
        border: 1px solid #000;
    }
    .progress {
        width: 20%;
        background: #DEDEDE;
        height: 20px;  
    }
    


ol, ul {
    list-style: outside none none;
}

form {
    
	/*border-color: #dfdfdf;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;*/
    line-height: 30px;
    list-style: outside none none;
    margin-bottom: 2px;
    padding: 5px 10px;
}

form label {
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 12px;
    padding-top: 10px;
    width: 315px;
    font-weight: normal !important;
}

form input:not([type="radio"]), form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: medium 1px;
    border-radius: 4px;
    font: 13px "Open Sans",sans-serif;
    outline: medium none;
    padding: 5px;
    width: 265px;
    margin-bottom: -5px;
    margin-left: 8px;
    border-color: #acacac;
}

form fieldset {
    border: medium none;
    margin-bottom: 10px;
    background: #dddddd none repeat scroll 0 0;
    padding-right: 34px;
    border-radius: 10px;
}

.clienti_filtri {
width: 100%;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #ea6336 none repeat scroll 0 0 !important;
    border: 0px !important;
    color: #ffffff;
    font-weight: normal;
    -webkit-border-top-left-radius: 9px !important;
-webkit-border-top-right-radius: 9px !important;
-moz-border-radius-topleft: 9px !important;
-moz-border-radius-topright: 9px !important;
border-top-left-radius: 9px !important;
border-top-right-radius: 9px !important;
}

.button {

cursor:pointer;
display:inline-block;
min-height:1em;
outline:0;
border:none;
vertical-align:baseline;
background:#e0e1e2;
color:rgba(0,0,0,.6);
font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
margin:0 .25em 0 0;
padding:.78571429em 1.5em;
text-transform:none;
text-shadow:none;
font-weight:700;
line-height:1em;
font-style:normal;
text-align:center;
text-decoration:none;
border-radius: 9px;
box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
will-change:'';
-webkit-tap-highlight-color:transparent;
}

.button:hover{
background-color:#545454; background-image:none;color:#ffffff;
}


.button2 {

cursor:pointer;
display:inline-block;
min-height:1em;
outline:0;
border:none;
vertical-align:baseline;
background:#e0e1e2;
color:rgba(0,0,0,.6);
font-family:Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
margin:30px .25em 0 0;
padding:.78571429em 1.5em;
text-transform:none;
text-shadow:none;
font-weight:700;
line-height:1em;
font-style:normal;
text-align:center;
text-decoration:none;
border-radius:.28571429rem;
box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
will-change:'';
-webkit-tap-highlight-color:transparent;
}

.button2:hover{
background-color:#80c342; background-image:none;color:#ffffff;
}


.testocelle{
  
  font-family: Courier;
}

.riquadro_caring{

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #f3f3f3;
margin: 10px;
padding: 10px;
}

.list_nuovocaring{

margin-bottom: 10px;
}

/* Fine CSS by CLAUDIO */

 
	.TFtable{
		width:100%; 
		border-collapse:collapse; 
	}
	.TFtable td{ 
		padding:7px; border:#4e95f4 1px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #b8d1f3;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #b8d1f3;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #dae5f4;
	}
 





/* =============================================================================
   Header
   ============================================================================= */

#header-space
{
  background-color: #fff;
  height: 90px;
  border-bottom: 1px solid #c0c0c0; 
}

#top-menu
{
  margin-top: 10px;
  /* border: 1px solid black; */
}

#top-menu a
{
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

span.normal
{
  font-weight: normal;
}

span.bold
{
  font-weight: bold;
}

#vaniglia-header
{
  margin-top: 10px;
  /*border-top: 10px #dddddd solid;
  background: rgba(0, 0, 0, 0) linear-gradient(#dddddd, #ffffff) repeat scroll 0 0;
  border-radius: 20px;*/
  min-height: 100px;
  margin-bottom: -20px;
}

#vaniglia-header-logo
{
     max-width: 278px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    //margin-top: -50px;
 
  /*height: 44px;
  max-height: 44px;*/
 
}


/* =============================================================================
   Login page
   ============================================================================= */

#login-form
{
  max-width: 300px;
}


/* =============================================================================
   Home page
   ============================================================================= */

img.vaniglia-button:hover
{
  opacity: 0.5;
    margin-top: 10px;
}

img.vaniglia-button
{
  margin-top: 10px;
}


.container-round
{
  width: 100%;
  border-radius: 20px;
  border-radius: 10px;
  border-style: solid;
  padding: 5px;
}

.container-round.packages
{
  border-color: #c8d20a;
}

.container-round.packages.filled
{
  background-color: #c8d20a;
}

.container-round.appointment
{
  border-color: #1e9cd3;
  padding-bottom: 16px;
}

.container-round.appointment.filled
{
  background-color: #1e9cd3;
}


.container-round.tutorial
{
  border-color: #ff9d02;
}


.container-round.accessi
{
  border-color: #43bc08;
}



.container-round.media
{
  border-color: #1968b3;
}


.appointment-titlegrid1
{
color: #1e9cd3;

}

.appointment-titlegrid2
{
color: #1e9cd3;

}



.container-round.prepaid
{
  border-color: #47a539;
}

.container-round.prepaid.filled
{
  background-color: #47a539;
}

.container-round.promotion
{
  border-color: #dddddd;
  margin-bottom:15px;
}

.container-round.promotion.filled
{
  background-color: #dddddd
}

.container-round.promoorders.filled
{
  background-color: #dddddd
}

.container-round.promoorders
{
  border-color: #dddddd;
  margin-bottom:15px;
}

.container-round.gallery
{
  border-color: #e4512a
}

.container-round.gallery.filled
{
  background-color: #e4512a
}

.container-round.contact
{
  border-color: #ffbd0a
}



.container-round.payment
{
  border-color: #de0079
}


.container-round.contact.filled
{
  background-color: #ffbd0a
}

.package-status
{
    width: 34px;
    margin-left: auto;
    margin-right: auto;
}

#price-container
{
  font-size: 100%;
  line-height: 2.0em;
}

#no-records-message
{
  margin: 10px;
  font-size: 1.5em;
  font-weight: bold;
}

.imageItem
{
  height: 220px;
}

.imageItem * img
{
  max-width: 190px;
}

#button-back
{
  margin-left: 12px;
}

.ui.image.pagetitle
{
  max-width: 70%;
}

#footer-container
{
  margin-top: 20px;
border-top: 10px #f8f8f8 solid;
background: rgba(0, 0, 0, 0) linear-gradient(#f8f8f8, #ffffff) repeat scroll 0 0;
border-radius: 20px;
min-height: 50px;
margin-left: 1% !important;
margin-right: 1% !important;
padding: 20px;
bottom: 0px !important;
position: absolute;
width: 98%;
}

.promotion
{
  padding: 20px;
}



.promotioncicle img 
{
    margin: auto;
    -webkit-box-shadow: 0px 11px 36px -3px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 11px 36px -3px rgba(0,0,0,0.61);
    box-shadow: 0px 11px 36px -3px rgba(0,0,0,0.61);
    
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.promotion-title
{
  font-size: 2em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 50px;
}

.promotion-price
{
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}


.promotion-price-qty
{

  min-height: 50px;
}

 

#msg
{
    font-size: 1.5em !important; 
    font-weight: bold !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;

}


#msgcontact
{
    color: #ec649e;
    font-size: 1.2em !important; 
    font-weight: bold !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;

}


#msgsettings 
{
    color: #ea6336;
    font-size: 1.2em !important; 
    font-weight: bold !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;

}

#payment_text
{
    font-size: 1.5em !important; 
    font-weight: bold !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;

}

.social
  {
    background-color: transparent;
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
    border: 0 none;
    margin-bottom: 27px;
    margin-top: -41px;
  
}


#button-orders {
    margin-bottom: -16px;
    margin-right: 12px;
    margin-top: -30px;
}



.table_reg
{
    border: 1px solid #d5d5d5; min-width: 300px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border-collapse: unset !important;
    display: inline-block; 
   -khtml-border-radius: 10px;
}


.table_login
{
    border: 1px solid #d5d5d5; min-width: 300px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border-collapse: unset !important;
    display: inline-block; 
   -khtml-border-radius: 10px;
}

.login-formdiv
{
      background-color: #d5d5d5;
      border-collapse: unset !important;
      color: #ffffff;
      font-family: Lucida Grande;
      font-size: 19px;
      height: 56px;
      padding: 20px;
      text-align: right;
      text-transform: uppercase;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;	
      min-width: 300px;
}

.login-formdiv2
{
      background-color: #d5d5d5;
      border-collapse: unset !important;
      color: #ffffff;
      font-family: Lucida Grande;
      font-size: 19px;
      height: 56px;
      padding: 20px;
      text-align: right;
      text-transform: uppercase;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      min-width: 300px;
}

  
/* =============================================================================
   combobox scelta spedizione
   ============================================================================= */

.drop_ship
{
   -moz-appearance: none;
    background: #f0f0f0 url("https://quiprenota.it/images/dropdown.png") no-repeat scroll 160px 0;
    border: 0 solid rgba(34, 36, 38, 0.15);
    height: 40px;
    padding: 0.5em;
    visibility: visible;
    width: 200px;
}
input[type=checkbox]:not(old){
  width     : 2em !important;
  padding   : 0 !important;
  font-size : 1em !important;
  opacity   : 1 !important;
  
  
    border-radius: 0.25em !important;
    display: inline-block !important;
    height: 1.8em !important;
    margin: 0.25em 0.5em 0.25em 0.25em !important;
    vertical-align: middle !important;
}

input[type=checkbox]:not(old) + label{
  display      : inline-block !important;
  margin-left  : -2em !important;
line-height: 28px;
}

input[type=checkbox]:not(old) + label > span{
  display          : inline-block !important;
  width            : 1.8em !important;
  height           : 1.8em !important;
  margin           : 0.25em 0.5em 0.25em 0.25em !important;
  border           : 0.0625em solid rgb(192,192,192) !important;
  border-radius    : 0.25em !important;
  background       : rgb(224,224,224) !important;
   background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;

  vertical-align   : bottom !important;
}

input[type=checkbox]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
}


input[type="radio"   ]:not(old){
  width     : 2em !important;
  /*margin    : 0 !important;*/
  /*padding   : 0 !important;*/
  font-size : 1em !important;
  /*opacity   : 0 !important;*/
  margin-top: 5px;
    margin-bottom: 5px;
    display:inline-block;
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    margin-left:20px
}


input[type="radio"   ]:not(old) + label{
  display      : inline-block !important;
  margin-left  : -2em !important;
line-height: 28px;
}


input[type="radio"]:not(old) + label > span{
  display          : inline-block !important;
  width            : 1.8em !important;
  height           : 1.8em !important;
  margin           : 0.25em 0.5em 0.25em 0.25em !important;
  border           : 0.0625em solid rgb(192,192,192) !important;
  border-radius    : 0.25em !important;
  background       : rgb(224,224,224) !important;
   background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;

  vertical-align   : bottom !important;
}


input[type="radio"   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240)) !important;
}

input[type="radio"]:not(old):checked +  label > span > span{
  display          : block !important;
  width            : 1.8em !important;
  height           : 1.8em !important;
  margin           : 0em !important;
  border           : 0 !important;
  border-radius    : 0 !important;
  background       : rgb(0,136,51) !important;
  background-image :    -moz-linear-gradient(rgb(0,136,51),rgb(0,136,51)) !important;
  background-image :     -ms-linear-gradient(rgb(0,136,51),rgb(0,136,51)) !important;
  background-image :      -o-linear-gradient(rgb(0,136,51),rgb(0,136,51)) !important;
  background-image : -webkit-linear-gradient(rgb(0,136,51),rgb(0,136,51)) !important;
  background-image :         linear-gradient(rgb(0,136,51),rgb(0,136,51)) !important;

}

select.ui.dropdown{-moz-appearance: none !important;
-webkit-appearance: none !important;
    background: #f0f0f0 url("https://quiprenota.it/images/dropdown.png") no-repeat scroll 121px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important; 
    padding: 0.5em !important;
    visibility: visible !important;
    width: 90px !important;       
}

select.ui.dropdownblue{-moz-appearance: none !important;
-webkit-appearance: none !important;
    background: #f0f0f0 url("https://quiprenota.it/images/dropdownblue.png") no-repeat scroll 178px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important; 
    padding: 0.5em !important;
    visibility: visible !important;
    width: 90px !important;       
}

.promotion-qty
{
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 0px;
}


input[type='checkbox']:checked + label {
 background-image: url(images/checkbox.png);
}

.ui.label.visible, .ui.labels.visible .label {
    display: table !important;
}

.ui.form .fields > .field {
    flex: 0 1 auto;
    padding-left: 0em !important;
    margin-right: 5px !important;
}



#hour.ui.dropdownblue {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #f0f0f0 url("https://quiprenota.it/images/dropdownblue.png") no-repeat scroll 63px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important;
    padding: 0.5em !important;
    visibility: visible !important;
    width: 102px !important;
}

#minute.ui.dropdownblue {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: #f0f0f0 url("https://quiprenota.it/images/dropdownblue.png") no-repeat scroll 63px 0 !important;
    border: 0 solid rgba(34, 36, 38, 0.15) !important;
    height: 40px !important;
    padding: 0.5em !important;
    visibility: visible !important;
    width: 102px !important;
}


/* =============================================================================
   card virtuale e istruzioni responsive
   ============================================================================= */


#card_container
{
display: block;
    height: auto;
    width: 80%;
    margin:auto;
}


#card_image
{
background-image:url(../images/card_background.png);
background-repeat:no-repeat;
background-size:100% auto;
}


    #card_code
    {
    margin-right: 21%;
    padding-left: 60%;
    padding-top: 42%;
    padding-bottom: 100px;
    }

/*===============================*/
/* impostazioni colore cella jsGrid*/
/*===============================*/
td.Periodo1
{
	background-color: #96c242;
}

td.Periodo2
{
	background-color: #54992b;
}         
                  

/*===============================*/

@media only screen and (min-width: 300px) and (max-width: 599px)
{
    #card_code
    {
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    padding-bottom: 204px;
    }
    
    .kpi_ampiezza_tab{
    width: 100%;
    white-space: normal;
    }
    
    form label {
    color: #666;
    float: left;
    font-size: 13px;
    line-height: 12px;
    padding-top: 7px;
    width: 130px;
}
    
    
} 


@media only screen and (min-width: 600px) and (max-width: 719px)
{
    #card_code
    {
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    padding-bottom: 310px;
    }
    
    #myChart1.chartjs-render-monitor{
display: block;
height: 300px !important;
width: 590px !important;
float: left;
margin-bottom: 20px;
	}
	
	#myChartGruppi.chartjs-render-monitor{
display: block;
height: 300px !important;
width: 590px !important;
float: left;
margin-bottom: 20px;
	}
	
	#myChart4.chartjs-render-monitor{
display: block;
height: 300px !important;
width: 590px !important;
float: left;
margin-bottom: 20px;
	}
	
	#div_grafici{
width: 590px !important;
float: left;
	}
	
    #div_grafico1{
width: 590px !important;
float: left;
	}
	
	#tab{
overflow-x: unset !important;
overflow-y: unset !important;
	}
	
	div#jsGrid.jsgrid{
width: 590px !important;
	}
	
	div#jsGridGruppi.jsgrid{
width: 590px !important;
	}

    div#jsGrid2.jsgrid{
width: 590px !important;
	}

} 

@media only screen and (min-width: 720px) and (max-width: 800px)
{
    #card_code
    {
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    padding-bottom: 310px;
    }
    
    #myChart1.chartjs-render-monitor{
display: block;
height: 320px !important;
width: 660px !important;
float: left;
margin-bottom: 20px;
	}
	
	#myChartGruppi.chartjs-render-monitor{
display: block;
height: 320px !important;
width: 660px !important;
float: left;
margin-bottom: 20px;
	}
	
	#myChart4.chartjs-render-monitor{
display: block;
height: 320px !important;
width: 660px !important;
float: left;
margin-bottom: 20px;
	}
	
	#div_grafici{
width: 660px !important;
float: left;
	}
	
    #div_grafico1{
width: 660px !important;
float: left;
	}
	
	#tab{
overflow-x: unset !important;
overflow-y: unset !important;
	}
	
    div#jsGrid.jsgrid{
width: 660px !important;
	}

    div#jsGridGruppi.jsgrid{
width: 660px !important;
	}

    div#jsGrid2.jsgrid{
width: 660px !important;
	}

	.ui.grid > .stackable.stackable.row > .column, .ui.stackable.grid > .column.grid > .column, .ui.stackable.grid > .column.row > .column, .ui.stackable.grid > .column:not(.row), .ui.stackable.grid > .row > .column, .ui.stackable.grid > .row > .wide.column, .ui.stackable.grid > .wide.column
	{
	width: 50% !important;
	
	}



} 

@media only screen and (min-width: 8000px)
{
    #card_code
    {
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    padding-bottom: 344px;
    }
} 

@media only screen and (min-width: 1000px) and (max-width: 1499px)
{
    #card_code
    {
    padding-bottom: 420px;
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    }
    
    
    .kpi_div{
    width:80%;
    height: 100%;
    margin: auto;
    clear: both;
    padding-bottom: 30px;
    display: table;
    }
    
    .kpi_middle{
	display: table-cell;
  	vertical-align: middle;
    }
    
    .kpi_ampiezza_tab{
    width: 500px;
    float: right;
    margin-bottom: 20px;
    }
    
    .kpi_grafico{
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    }
    
} 

@media only screen and (min-width: 1500px) and (max-width: 7999px)
{
    #card_code
    {
    padding-bottom: 443px;
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    }
    
    
    .kpi_div{
    width:78%;
    margin: auto;
    clear: both;
    padding-bottom: 30px;
    }
    
    .kpi_ampiezza_tab{
    width: 500px;
    float: right;
    margin-bottom: 20px;
    }
    
    .kpi_grafico{
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    }
    
    
} 
.style-1 input[type="text"] {
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus,
.style-1 input[type="text"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}


/* Istruzioni aggiuntive per portale prenotazioni */


.navbar {
    border-radius: 9px !important;
}

.navbar-default {
    width: 100% !important;
    }
    
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.navbar-nav {
    float: right !important;
    margin: 0;
}

#logo_top {
height: 90px;
}

.btn {
margin: 0px 5px 0px 5px !important;
min-width: 180px;
background-color: gray !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#appuntamenti.btn {
margin: 0px 5px 0px 5px !important;
min-width: 180px;
background-color: #27acdc !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 

#btnNuovoApp {
margin: 0px 5px 0px 5px !important;
min-width: 125px !important;
background-color: #27acdc !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#btnFiltri {
margin: 0px 5px 0px 5px !important;
min-width: 125px !important;
background-color: #27acdc !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#btnCerca {
margin: 0px 5px 0px 5px !important;
min-width: 125px !important;
background-color: #27acdc !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

}


#btnNuovoApp {
margin: 0px 5px 0px 5px !important;
min-width: 180px;
background-color: #27acdc !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#btnFiltri {
margin: 0px 5px 0px 5px !important;
min-width: 180px;
background-color: #27acdc !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#btnCerca {
margin: 0px 5px 0px 5px !important;
min-width: 180px;
background-color: #27acdc !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}



#contatti.btn {
margin: -4px 5px 0px 5px !important;
min-width: 180px;
background-color: #ec649e !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}



#btnNuovoSettings  {
margin: -4px 5px 0px 5px !important;
min-width: 180px;
background-color: #ea6336 !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}


#btnNuovoContatti  {
margin: -4px 5px 0px 5px !important;
min-width: 180px;
background-color: #ec649e !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}



#btnFiltriContatti  {
margin: -4px 5px 0px 5px !important;
min-width: 180px;
background-color: #ec649e !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#btnElaboraContatti  {
margin: -4px 5px 0px 5px !important;
min-width: 180px;
background-color: #ec649e !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 

#btnNuovoContatti  {
margin: -4px 1px 0px 1px !important;
min-width: 120px !important;
background-color: #ec649e !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}



#btnFiltriContatti  {
margin: -4px 1px 0px 1px !important;
min-width: 120px !important;
background-color: #ec649e !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#btnElaboraContatti  {
margin: -4px 1px 0px 1px !important;
min-width: 120px !important;
background-color: #ec649e !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#btnImporta  {
margin: -4px 1px 0px 1px !important;
min-width: 120px !important;
background-color: #ec649e !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#btnEsporta  {
margin: -4px 1px 0px 1px !important;
min-width: 120px !important;
background-color: #ec649e !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}


}


#div_comandi_view {

float: left;
margin-top: 11px;
}

#div_data {

float: right;
margin-top: -8px;
}

input {
    line-height: normal;
    height: 34px !important;
    border-radius: 4px;
}

.ui.page.grid {

padding-left: 1% !important;
padding-right: 1% !important;
}

.ui.grid > [class*="two column"].row > .column {
    width: 100% !important;
}

#dp {  
  margin-top: 75px;
}


#btnHome.active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #909090 !important;
    border-radius: 9px;
}

#btnAppuntamento.active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #27acdc !important;
    border-radius: 9px;
}

#btnContatti.active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #ec649e !important;
    border-radius: 9px;
}

#btnImpostazioni.active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #ea6336 !important;
    border-radius: 9px;
}


#btnTutorial.active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #ff9d02 !important;
    border-radius: 9px;
}

#btnAccessi.active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #43bc08 !important;
    border-radius: 9px;
}

#btnMedia.active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background-color: #1968b3 !important;
    border-radius: 9px;
}



.impostazioni_riga{
  
    width: 100%;
    margin-top: 10px;
    margin-top: 10px;
    border: 2px solid;
    border-radius: 9px;
    border-color: #ea6336 !important;
    
    background-color: #ffffff !important; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    display: block;
overflow: auto;
} 


.impostazioni_riga_tutorial{
  
    width: 100%;
    margin-top: 10px;
    margin-top: 10px;
    border: 2px solid;
    border-radius: 9px;
    border-color: #ff9d02 !important;
    
    background-color: #ffffff !important; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    display: block;
overflow: auto;
} 



.impostazioni_riga_media{
  
    width: 100%;
    margin-top: 10px;
    margin-top: 10px; 
    border: 2px solid;
    border-radius: 9px;
    border-color: #1968b3 !important;
    
    background-color: #ffffff !important; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    display: block;
overflow: auto;
} 

.impostazioni_riga_appointments
{
  
    width: 100%;
    margin-top: 10px;
    margin-top: 10px;
    border: 2px solid;
    border-radius: 9px;
    border-color: #27acdc !important;
    
    background-color: #ffffff !important; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    display: block;
overflow: auto;
} 

.impostazioni_riga_contacts{
  
    width: 100%;
    margin-top: 10px;
    margin-top: 10px;
    border: 2px solid;
    border-radius: 9px;
    border-color: #ec649e !important;
    
    background-color: #ffffff !important; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    display: block;
overflow: auto;
} 

.impostazioni_riga_accessi{
    width: 100%;
    margin-top: 10px;
    margin-top: 10px;
    border: 2px solid;
    border-radius: 9px;
    border-color: #43bc08 !important;
    
    background-color: #ffffff !important; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px; 
    font-size: 18px;
    display: block;
overflow: auto;
}  


#btnElaboraLicenza  {
margin: -4px 5px 0px 5px !important;
min-width: 180px;
background-color: #B0B0B0 !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}


#btnNuovaLicenza  {
margin: -4px 5px 0px 5px !important;
min-width: 180px;
background-color: #B0B0B0 !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}


.licenze_riga{
  
    width: 100%;
    margin-top: 10px;
    margin-top: 10px;
    border: 2px solid;
    border-radius: 9px;
    border-color: #B0B0B0 !important;
    
    background-color: #ffffff !important; 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    display: block;
overflow: auto;
} 


#RicercaLicenze 
{
padding: 10px 0px 0px 10px;
}

#searchLicenze
{
margin: 0px 5px 0px 5px !important;
border: #B0B0B0 2px solid !important;
border-radius: 9px;
height: 40px;
padding: 18px; 
}

 
.container-round.licensing
{
  border-color: #B0B0B0;
}  

.container-round.licensing.filled
{
  background-color: #B0B0B0;
}


.container-round.settings
{
  border-color: #ea6336;
}

.container-round.settings.filled
{
  background-color: #ea6336;
}


.container-round.contacts
{
  border-color: #ec649e;
  min-height: 670px;
  
}

.container-round.contacts.filled
{
  background-color: #ec649e;
}


.tasto {
text-align: center;
}


.ui.grid>[class*="three column"].row>.column {
width: 33% !important;
}

.ui.grid > .row {

padding: 13px 0 !important;
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

.ui.grid>[class*="three column"].row>.column {
width: 100% !important;
}

.tasto {
text-align: center;
width: 100%;
}

.column {
width: 100% !important;
}

.ui.grid > .stackable.stackable.row > .column, .ui.stackable.grid > .column.grid > .column, .ui.stackable.grid > .column.row > .column, .ui.stackable.grid > .column:not(.row), .ui.stackable.grid > .row > .column, .ui.stackable.grid > .row > .wide.column, .ui.stackable.grid > .wide.column {
width: 100% !important;
}

}

#dp_contatti {  
  margin-top: 25px;
  overflow-x: scroll;
}


.jsgrid {
    
  overflow-x: scroll;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
}


.ui-tabs .ui-tabs-panel {

    padding: 6px 0px 0px 0px !important;
    }
    

.campi_form {
margin: 10px 0px 10px 0px;
}


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 9px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 9px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 9px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 9px !important;
}

#RicercaContatti
{
padding: 10px 0px 0px 10px;
}

#searchContatti
{
margin: 0px 5px 0px 5px !important;
border: #ec649e 2px solid !important;
border-radius: 9px;
height: 40px;
padding: 18px;
}

#btnOggi.btn {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #27acdc !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

.btn.dropdown-toggle.bs-placeholder.btn-default {
    margin: 0px 5px 0px 5px !important;
    width: 85% !important;
    background-color: #27acdc !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;

}

#contactQualifica.btn.dropdown-toggle.bs-placeholder.btn-default {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ec649e !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;

}

.btn.dropdown-toggle.btn-default {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #27acdc !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;

}

#pulsanti_popup {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #27acdc !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}


#btn_conferma_popup_tutorial {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ff9d02 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btnConfermaSupport {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ff9d02 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btnAnnullaSupport {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ff9d02 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}


#supportReferente {
    width: 500px !important;
    height: 40px !important;
    border: 2px #ff9d02 solid !important;
    border-radius: 9px;
    margin-left: 4px;
}

#supportTelefono {
    width: 500px !important;
    height: 40px !important;
    border: 2px #ff9d02 solid !important;
    border-radius: 9px;
    margin-left: 4px;
}


#btn_conferma_popup {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #27acdc !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btn_annulla_popup {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #27acdc !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}




#btn_conferma_popup_settings_sms {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btn_annulla_popup_settings_sms {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}


#btn_conferma_popup_settings_confapp{
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btn_annulla_popup_settings_confapp {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btnConfRichiesta {
    margin: 0px 5px 10px 5px !important;
    min-width: 25px;
    background-color: #008833 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btnRifiutaRichiesta {
    margin: 0px 5px 10px 5px !important;
    min-width: 25px;
    background-color: #d70000 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}


#btn_conferma_popup_contact {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ec649e !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btn_annulla_popup_contact {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ec649e !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}



#btn_conferma_popup_settings {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btn_annulla_popup_settings {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}




#btn_conferma_popup_settings_notifiche {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btn_annulla_popup_settings_notifiche {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}



#btn_conferma_popup_settings_orario {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btn_annulla_popup_settings_orario {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}




#pulsanti_popup2_email, #btn_export_popup {
    margin: 4px 5px 0px 5px !important;
min-width: 130px;
    background-color: #27acdc !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;

}

#pulsanti_popup2_sms, #btn_chiudi_popup {
    margin: 4px 5px 0px 5px !important;
min-width: 130px;
    background-color: #27acdc !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;

}




#pulsanti_popup2 {
    margin: 4px 5px 0px 5px !important;
min-width: 130px;
    background-color: #27acdc !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;

}


#EventTel, #EventDataApp, #EventStart, #EventFinish, #Data1, #Data2{
width: 300px !important;
height: 40px !important;
border: 2px #27acdc solid !important;
border-radius: 9px;
margin-left: 4px;
}

 .modalContact {
width: 300px !important;
height: 40px !important;
border: 2px #ec649e solid !important;
border-radius: 9px !important;
margin-left: 4px !important;
text-transform:uppercase; // testo maiuscolo
}


 .modalSettings {
width: 300px !important;
height: 40px !important;
border: 2px #ea6336 solid !important;
border-radius: 9px !important;
margin-left: 4px !important;
text-transform:uppercase; // testo maiuscolo
}



.modalMedia {
width: 300px !important;
height: 40px !important;
border: 2px #1968b3 solid !important;
border-radius: 9px !important;
margin-left: 4px !important;

}

 .modalAccessi {
width: 300px !important;
height: 40px !important;
border: 2px #43bc08 solid !important;
border-radius: 9px !important;
margin-left: 4px !important;
text-transform:uppercase; // testo maiuscolo
}

.modalLicenze {
width: 300px !important;
height: 40px !important;
border: 2px #B0B0B0 solid !important;
border-radius: 9px !important;
margin-left: 4px !important;
text-transform:uppercase; // testo maiuscolo
}

.MediaSMS {
height: 40px !important;
border: 2px #1968b3 solid !important;
border-radius: 9px !important;
}



#btnannulla {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #1968b3 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btninviasms {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #1968b3 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}
 


#testoSMS {
width: 523px;
height: 95px;
border: 2px #1968b3 solid !important;
border-radius: 9px;
margin-left: 4px;
}


#datepicker {

height: 40px !important;
border: 2px #27acdc solid !important;
border-radius: 9px;
vertical-align: middle;

}

#eventNote {
width: 523px;
height: 95px;
border: 2px #27acdc solid !important;
border-radius: 9px;
margin-left: 4px;
}

#accessNote {
width: 523px;
height: 95px;
border: 2px #43bc08 solid !important;
border-radius: 9px;
margin-left: 4px;
}

#supportRichiesta {
width: 670px;
height: 95px;
border: 2px #ff9d02 solid !important;
border-radius: 9px;
margin-left: 4px;
}

.modal-lg {
    width: 710px !important;
}

#confirmOk {

margin: 0px 5px 0px 5px !important;
background-color: #d81010 !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}

#confirmCancel {

margin: 0px 5px 0px 5px !important;
background-color: #27acdc !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}


#confirmCancelAccess {
margin: 0px 5px 0px 5px !important;
background-color: #1968b3 !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}



#logout
{
  color: #008833;
  font-weight: bold;
}

.slot {
width: 264px; float: left; display: block; border: 2px solid #1e9cd3; border-radius: 10px; padding: 6px; margin: 2px;

}

.slot:hover {
width: 264px; float: left; display: block; border: 2px solid #1e9cd3; border-radius: 10px; padding: 6px; margin: 2px;
background-color: #1e9cd3; color: #fff !important;
}

.slot_active {
width: 264px; float: left; display: block; border: 2px solid #1e9cd3; border-radius: 10px; padding: 6px; margin: 2px;
background-color: #1e9cd3; color: #fff !important;
}

.dispo_sx {

width: 114px; border-radius: 10px; padding: 5px 0px 2px 0px; float: left;
}


.dispo_dx {

width: 114px; height: 97px; border-radius: 10px; background-color: #1e9cd3; padding: 19px 0px 4px 0px; float: right; color: #fff;
}


.nav > li {
    display: inline-block !important;
}

#ricerca_text
{  
width: 500px !important;
height: 40px !important;
border: 2px #27acdc solid !important;
border-radius: 9px;
margin-left: 4px; 
}

#ricerca_data  {
width: 300px !important;
height: 40px !important;
border: 2px #27acdc solid !important;
border-radius: 9px;
margin-left: 4px; 
}

.riga_ricerca {

border-radius: 20px;
padding: 5px 5px 5px 10px;
height: 98px;
margin-bottom: 10px;
border: 2px solid #27acdc; 
}

.colore_appuntamento {
height: 87px;
width: 30px;
float: right;
background-color: red;
margin-top: -82px;
border-radius: 20px;

}


#msgaccessi
{
    color: #43bc08;
    font-size: 1.2em !important; 
    font-weight: bold !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;

}

#btnNuovoAccessi,#btnElaboraAccessi, #btnEsportaAccessi  {
margin: -4px 5px 0px 5px !important;
min-width: 125px !important;
background-color: #43bc08 !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}


#DataAccessi1, #DataAccessi2 {
width: 120px !important;
height: 40px !important;
border: 2px #43bc08 solid !important;
border-radius: 9px;
margin-left: 4px;
}


#DataMedia1, #DataMedia2 { 
width: 120px !important;
height: 40px !important;
border: 2px #1968b3 solid !important;
border-radius: 9px; 
margin-left: 4px;
}


#btnNuovoMedia  {
margin: -4px 5px 0px 5px !important;
min-width: 125px !important;
background-color: #1968b3 !important;
border: 0px !important;
color: #fff !important;
border-radius: 9px;
height: 40px;
}



#btnConfermaAccesso{
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #43bc08 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btnAnnullaAccesso {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px; 
    background-color: #43bc08 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
} 



#msgmedia
{
    color: #1968b3;
    font-size: 1.2em !important; 
    font-weight: bold !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;

}


#btnSupport  
{
    
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ff9d02 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;

}


#campo_servizio {
float:left;
width: 300px;
}


#btn_conferma_popup_logo_settings   {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}

#btn_conferma_popup_campitec_settings {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}



 
#btn_annulla_popup_campitec_settings {
    margin: 0px 5px 0px 5px !important;
    min-width: 25px;
    background-color: #ea6336 !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px;
    height: 40px;
}


@media only screen and (min-device-width: 768px) {

#campo_servizio {
float:left;
width: 300px;
display: contents !important;
}

}




.qpbasic {
margin-left: 0px !important;
line-height: 28px; 
float: revert;
width: 60%;

}

.qprinnbasic {
margin-left: 0px !important;
float: revert;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1112px){

.qpbasic {
margin-left: 0px !important;
line-height: 28px; 
float: revert;
width: 85%;
}

.qprinnbasic {
margin-left: 0px !important;
line-height: 28px; 
float: revert;
width: 200px;
}

#QPRINNBASIC {
margin-top: -55px !important;
}

}





@media only screen and (min-device-width: 444px) and (max-device-width: 795px){

.qpbasic {
margin-left: 0px !important;
line-height: 28px; 
float: revert;
width: 74%;
}

.qprinnbasic {
margin-left: 0px !important;
line-height: 28px; 
float: revert;
width: 80px;
}

#QPBASIC {
margin-top: -56px; !important;
}

#QPRINNBASIC {
margin-top: -167px !important;
}

}


@media only screen and (max-device-width: 443px){

.qpbasic {
margin-left: 0px !important;
line-height: 28px; 
float: revert;
width: 74%;
}

.qprinnbasic {
margin-left: 0px !important;
line-height: 28px; 
float: revert;
width: 80px;
}

#QPBASIC {
margin-top: -110px; !important;
}

#QPRINNBASIC {
margin-top: -167px !important;
}

}

.titoletti {
font-weight: 505;
font-size: 1.5em;
color: #666666;
padding: 1em 0;
font-family: Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;

}