* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */


    font-family:        system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
    font-size:          15px;
    height:             100vh;
    margin:             0px;
    padding:            0px;

    overflow-y:         hidden;
    overflow-x:         hidden;
    width:              100%;
}

h1  {   font-size: 1.4em; font-family: 'Amatic SC', cursive; }

h4  {   font-weight:bolder; 
        font-size: 1.1em; 
        font-family: 'Amatic SC', cursive;
        
     }

a   { color: grey; }
p   { font-size: 1.1em;}


a,
a:link,
a:visited,
a:focus,
a:hover,
a:active,
button:focus,
input:focus,
label:focus,
:focus {
  outline: none;
  text-decoration: none;
  border: 0;
}

.green {color: #17A589;  }


input[type="text"] {
    font-weight:bold;
    color:#1F618D;
}

input[type="number"] {
    font-weight:bold;
    color:#1F618D;
}

input[name='gPoids'] {
    outline: none;

}

input:focus, textarea:focus, select:focus {
        outline: none;
        outline-width: 0;
}

.block {
    text-align: center;
    vertical-align: middle;
}

.circle {
    border-radius:  70px;
    color:          white;
    height:         70px;
    width:          70px;
    display:        table;
    margin:         10px auto;
    background:     transparent
}

.scroll {
    height: 100%;
    overflow-y: : scroll;
    overflow-x: hidden; 
    -webkit-overflow-scrolling:touch;
}


#modalBody {
    height: 320px;
}

#bpInfoSport {
    width: 50px;
    height: 50px;
    
    border: none;
    color: white;
    background-color: red;
    border-radius: 50%;
}

#echart_pie {
    height: 250px;
}

.circle p {
    vertical-align: middle;
    display:        table-cell;
}

.legend {

    font-size: .8em;
}

.status {
    text-transform:     uppercase;
    border-radius:      20px;
    font-weight:        bold;
    height:             2.0em;
    text-align:         center;
    padding-top:        0.3em;
}

.titre {
    font-size:          1.0em;
    color:              #17A589;
    font-weight:        bold;
}

.ui-autocomplete {

  position:           absolute;
  background-color:   white;
  font-weight:        normal;
  font-size:          1.3em;
  padding: 12px 16px;


    max-height: 200px;
    overflow-y: auto;                           /* prevent horizontal scrollbar */
    overflow-x: hidden;                 /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}


  .ui-autocomplete-loading {
     
    background-image: url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif");
    background-color: white ;                          
    background-position: right 10px center;  
    background-repeat: no-repeat;        
    background-size: 15px 15px;
    
  }


.icone_conseil {
     float: left;
     width: 15%;
     padding-right: 10px;
}


.scrollContainer {

    position: absolute;
    top: 12%;
    left:0;
    height: 88%;
    width: 100%;
    overflow-y: : scroll;
    overflow-x: hidden; 
    -webkit-overflow-scrolling:touch;

}


.lignePastille {

    margin-top:0.5em;
}
#bp_CalcSport {
    background-color:   #40B4B1;
    color:              white;
}

#bp_CalcSport a {
    text-decoration: none;

}

#ConclusionSport {
    text-align: center;
    margin-top: 1.5em;
    min-height: 3.0em;
    margin-bottom: 2.0em;
}

.selection {
    font-weight:bold;
    color: #17A589;
}


#total_calories, #weight {
    text-align: left;
    color:#17A589;
    font-size: 2.5em;
}

/* Page Infos Perso */

#ActiviteComments {

    padding-top: .7em;
    padding-bottom: .7em;

}

/* Page Courbe de poids */

#graph_line2 {
	background-color:   white;
}

#graph_line {
	width:				100%;
	height:				300px;
}




/* Page Indices */

#row_indices {
	text-align:center;
	margin-top:1.0em;
    margin-bottom:1.5em;
}

#BmiStatus {
    color: white;
}

#BmiIMC, #BmiIMG {
    color: black;
    background-color: lightgrey;
    font-size: 1.2em;
}

#BmiExplain {
	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    overflow: scroll;
    
}




/* Page Repas */

#contConso {
    margin-top: 2.0em;
    height:     17.0em;
    overflow:   scroll;
}

#frame_camenbert {
	margin-top: 1.0em;
}

#frame_pastilles {
	margin-top: 1.0em;	
}

.framed {
	background: rgba(255, 255, 255, 0.7);
    margin-left: 0%;
	width:  100%;
	border-radius: 10px;
    padding-top: .7em;
    padding-bottom: .7em;
}

.framed2 {
    background: rgba(255, 255, 255, 0.7);
    margin-left: 0%;
    width:  100%;
    border-radius: 10px 10px 0px 0px;

}

.framed3 {
    background: rgba(255, 255, 255, 0.7);
    margin-left: 0%;
    width:  100%;
    border-radius: 0px 0px 10px 10px;

}


/* Page Produit */

#P_Aliments {

    margin-top: 1.0em;
}

#infoProduit {
    margin-top:     1.0em;
    text-align:     justify;
    font-size:      0.9em;
    max-height:     15.0em;
    overflow:       scroll;
}

#DescriptProduit {
    text-align:     center;
    font-family:    'Roboto Condensed';
    font-size:      1.8em;
}

#infoPortion {
    font-family:'Roboto Condensed';
    font-size: 5.0em;
}

#InfoPastille{
        margin-top: 1.2em; 
}

#NutrimentAliment {
    height:     220px;
}


.exp_aliments {
    font-size: 1.0em;
    text-align: justify;
}


.cat_aliments {
    font-size: 1.2em;
    font-weight: bold;
}




#loader {
    position: absolute;
    top: 40%;
    left: 43%;
    width: 60px;
    height: 60px;
    z-index: 2;
}





/* Header Style */
.codrops-top {

    text-transform: uppercase;
    position:       fixed;
    top:            0;
    left:           0;
    width:          100%;
    font-size:      1.2em;
    z-index:        99;
    margin-top:     2.0em;
    vertical-align: text-top;
    padding-right:  15px;
    padding-left:   15px;
    


}

.codrops-top a {
    padding: 0 0.5em;
    display: inline-block;
    color: grey;
    text-decoration: none;
}


.codrops-top span.right {
    float:      right;
    display:    block;
}

.codrops-top span.right a {
    float:      left;
    display:    block;
}

.codrops-icon:before {
    font-family: 'codropsicons';
    margin: 0 4px;
    speak: none;
    font-style:     normal;
    font-weight:    normal;
    font-variant:   normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}



/* Pastilles de definition des aliments */

.pastille_rouge_plein {
    width:15px;
    height:15px;
    background:#cc0000;
    border-radius:50%;
    border:none;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_rouge_vide {
    width:15px;
    height:15px;
    background:none;
    border-radius:50%;
    border:3px solid #cc0000;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_rouge_demi {
    width:17px;
    height:17px;
    background-image: url("../img/icones_pastilles/demi_rouge.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_vert_plein {
    width:15px;
    height:15px;
    background:#9FF781;

    border-radius:50%;
    border:none;

    float: left;
    margin: 0 3px 0 0;
}
.pastille_vert_vide {
    width:15px;
    height:15px;
    background:none;
    border-radius:50%;
    border:3px solid #9FF781;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_vert_demi {
    width:17px;
    height:17px;
    background-image: url("../img/icones_pastilles/demi_vert.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_bleu_plein {
    width:15px;
    height:15px;
    background:#81DAF5;
    border-radius:50%;
    border:none;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_bleu_vide {
    width:15px;
    height:15px;
    background:none;
    border-radius:50%;
    border:3px solid #81DAF5;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_bleu_demi {
    width:17px;
    height:17px;
    background-image: url("../img/icones_pastilles/demi_bleu.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_orange_plein {
    width:15px;
    height:15px;
    background:#F7D358;
    border-radius:50%;
    border:none;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_orange_vide {
    width:15px;
    height:15px;
    background:none;
    border-radius:50%;
    border:3px solid #F7D358;

    float: left;
    margin: 0 3px 0 0;
}
.pastille_orange_demi {
    width:17px;
    height:17px;
    background-image: url("../img/icones_pastilles/demi_orange.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_violet_plein {
    width:15px;
    height:15px;
    background:#BCA9F5;
    border-radius:50%;
    border:none;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_violet_vide {
    width:15px;
    height:15px;
    background:none;
    border-radius:50%;
    border:3px solid #BCA9F5;
    float: left;
    margin: 0 3px 0 0;
}
.pastille_violet_demi {
    width:17px;
    height:17px;
    background-image: url("../img/icones_pastilles/demi_violet.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    float: left;
    margin: 0 3px 0 0;
}

.bouton_aliment {
    border-radius:12px 0 12px 0;
    background: #d34836;
    border:none;
    color:#fff;
    font: 2.0em;
    padding:6px 0 6px 0;
    width:230px;
    height:45px;
    opacity: 0.7;
}


#project, #FieldSport, #ItemMonPoids {
    display:        block;
    font-weight:    normal;
    margin-bottom:  1em;
    font-size:      1.3em;
    color:          #111;
}


