body {
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

#velocidade_animacao {
    background: url("../img/radar/bg_velocidade.png") no-repeat scroll 0 0 transparent;
    height: 58px;
    width: 215px;
    margin-top: 4px;
}
#velocidade1 {
    height: 25px;
    width: 65px;
    float: left;
    margin-top: 32px;
    border: 0px solid #ffffff;
    text-align: center;
}

#velocidade2 {
    height: 25px;
    width: 65px;
    float: left;
    margin-top: 30px;
    border: 0px solid #ffffff;
    text-align: center;
}

#velocidade3 {
    height: 25px;
    width: 65px;
    float: left;
    margin-top: 20px;
    border: 0px solid #ffffff;
    text-align: center;
}

#abas-radar #escala_cores {
    border: 0 solid black;
    height: 500px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 160px;
    width: 90px;
    z-index: 5;
}



#wrap {
    width: 420px;
    margin: 50px auto;
    text-align: center;
}

input[type="range"] {
    -webkit-appearance: none;
    background-color: black;
    height: 2px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    top: -1px;
    z-index: 1;
    width: 11px;
    height: 11px;

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb));
}

input[type="range"]:hover ~ #rangevalue,input[type="range"]:active ~ #rangevalue {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: -70px;
}

/* Tool Tip */
#rangevalue {
    display: block;
    color: #fff;
    margin: 20px 0;
    position: relative;
    left: 44.5%;
    padding: 6px 12px;
    border: 1px solid black;

    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2), 0px 2px 4px 0px rgba(0,0,0,0.4);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222931), color-stop(100%,#181D21));

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 18px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: -65px;
}
.sensor {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    color: #FFFF00;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;

}

.sensor-cinza{
    background: none repeat scroll 0 0 #4F4F4F;
    border: 1px solid #000000;
    border-radius: 5px 5px 5px 5px;
    color: #C8C8C8;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px;
    text-align: center;
}

#myTab li label{margin-top: 9px;}
#myTab li label span{color:#0088CC;}
#myTab li label input{ margin-bottom: 6px;
                       margin-left: 5px;
                       margin-right: 5px;
}

.mini{
    max-width: 300px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}