html {
  font-size: 16px;
}

body
{
  background-color: #fff;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.clear
{
   clear: both;
}

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

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

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

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

a
{
  color: #246f8d;
  font-weight: bold;
}

a:hover
{
  color: #3fc1f5;
}

.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: 13px;
    line-height: 12px;
    padding-top: 7px;
    width: 207px;
}

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

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: #3ba935 none repeat scroll 0 0 !important;
    border: 1px solid #3ba935 !important;
    color: #ffffff;
    font-weight: normal;
}

.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:.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;
}

.button:hover{
background-color:#; 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:#3ba935; 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;
}

#crm-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;
}

#crm-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;
}

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


.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;
}

.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;

}


#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("http://appy.vanigliapro.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(153,204,102) !important;
  background-image :    -moz-linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;
  background-image :     -ms-linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;
  background-image :      -o-linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;
  background-image : -webkit-linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;
  background-image :         linear-gradient(rgb(222,0,121),rgb(222,0,121)) !important;

}

select.ui.dropdown{-moz-appearance: none !important;
-webkit-appearance: none !important;
    background: #f0f0f0 url("http://appy.vanigliapro.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: 160px !important;       
}

select.ui.dropdownblue{-moz-appearance: none !important;
-webkit-appearance: none !important;
    background: #f0f0f0 url("http://appy.vanigliapro.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: 217px !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("http://appy.vanigliapro.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("http://appy.vanigliapro.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
   ============================================================================= */
.buttontop {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 2px solid;
    border-radius: 25px;
}

#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;
    }
    


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


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

@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)
{
    #card_code
    {
    padding-bottom: 420px;
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    }
} 

@media only screen and (min-width: 1500px)
{
    #card_code
    {
    padding-bottom: 443px;
    margin-right: 14%;
    padding-left: 58%;
    padding-top: 7%;
    }
} 
.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;
}


 ul .section-children li.layout {
    display : inline-block;
}

