.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem; padding:2px; }
.toggle.ios .toggle-handle { border-radius: 40rem; width:3rem;}
.toggle-off.ios{background:#ccc;}

body{
    margin-right:0;
}

.badge-outline-primary{
    background:#fff;
    border:1px solid #3490dc;
    color:#3490dc;
}
.badge-outline-danger{
    background:#fff;
    border:1px solid #f00;
    color:#f00;
}
.badge-outline-secondary{
    background:#fff;
    border:1px solid #666;
    color:#666;
}

#qrvideo {
    width:100%;
}

.bg-danger-light{
    background-color: #F6CCD1;
}
a:hover.bg-danger-light{
    background-color: #FFB1C3;
}
.bg-warning-light{
    background-color: #FFF1C2;
}
a:hover.bg-warning-light{
    background-color: #FFE192;
}
#weightWrapper{
    position: relative;
    width:100%;
    margin:0;
    padding:0;
    height:5.2em;
    overflow:hidden;
}
#weightWrapper a{
    top:0;
    left:0;
    width:98%;
    margin:1%;
    height:4.5em;
    position: absolute;
}

#fInputSt label{
    font-size:1.8em;
}
#fInputSt a{
    font-size:1.5em;
    margin: 0.5em auto;
}

.status_result{
    font-weight:bold;
    font-size:1.5em;
    margin:0 0 1em 0;
    text-align:center;
}

.txt-resp{
    font-size:0.9em;
}

.setting4line{
    border:1px #666 solid;
    padding:0.5em 1em;
    margin:1em 0 1em 0;
}
.setting4line legend{
    display:inline;
    width:auto;
    padding-left:0.5em;
    padding-right:0.5em;
    margin-bottom:0;
}
.health {
    width:100%; 
    border:1px #000 solid;
    border-collapse: collapse;
}
.health td, .health th{
    border:1px #000 solid;
    border-collapse: collapse;
}