﻿@media (max-width:575px) {
    .hidden-xs-only {
        display: none !important
    }
}

#imgLogoProjeto {
    filter: drop-shadow(0px 0px 20px #eee);
}

.datepicker table tr td.today{
    background-color: peru !important;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

body {
}

input[data-switch="bool"]:checked + label {
    background-color: rgb(10, 207, 151)
}

.form-control:valid:focus, .form-control:focus {
    border-color: #0094ff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,148,255,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,148,255,1);
    box-shadow: 0px 0px 10px 0px rgba(0,148,255,1);
    box-shadow: 10px 10px 8px #888888;
}

.selected-row {
   background-color: #f1f3fa;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.thumbpic, .img-thumbnail {
    object-fit: cover;
}


.speed-label {
}

.speedText {
    color: white !important;
}

.speed-status {
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    opacity: 0.7;
    height: 3px;
    border-radius: 10%;
    display: inline-block;
    
}

    .speed-status.excellent {
        background-color: #2ecc71;
    }

    .speed-status.good {
        background-color: #27ae60;
    }

    .speed-status.fair {
        background-color: #f39c12;
    }

    .speed-status.poor {
        background-color: #e74c3c;
    }

    .speed-status.disconnected {
        background-color: #7f8c8d;
    }
