@font-face {
    font-family: Roboto;
    font-weight: 200;
    src: local(Roboto Thin), url("../fonts/Roboto-Thin.eot");
    src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"); }

@font-face {
    font-family: Roboto;
    font-weight: 300;
    src: local(Roboto Light), url("../fonts/Roboto-Light.eot");
    src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"); }

@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: local(Roboto Regular), url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
    font-family: Roboto;
    font-weight: 500;
    src: url("../fonts/Roboto-Medium.eot");
    src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"); }

@font-face {
    font-family: Roboto;
    font-weight: 700;
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"); }

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300; }

.modal-dialog .modal-content {
    border: 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

#banner-topo {
    background-image: url('../imagens/banner.png');
    background-repeat: no-repeat;
    height: 15vw;
    background-size: contain;
    background-position: center;
}
@media screen and (min-width: 400px) {
    #banner-topo {
        height: 10vw;
    }
}
@media screen and (min-width: 800px) {
    #banner-topo {
        height: 5vw;
    }
}

.shadow-box {
    box-shadow: 0px 0px 4px #666;
}

.bg-primary,.btn-primary {
    color: #fff !important;
    background-color: #344C87 !important;
}

.bg-secondary,.btn-secondary {
    color: #fff !important;
    background-color: #fc5e53 !important;
    border:0;
}

h1 {
    font-family: "Georgia", sans-serif;
    font-weight: bold;
}

pre {
    white-space: pre-wrap;
}

.modal-full-cabecalho
{
    /*    color: #344C87 !important;
        font-weight: bold;
        border: 2px solid #344C87;
        padding: 10px;
        border-radius: 10px;*/
    color: #FFFFFF;
    border: 2px solid #344C87;
    padding: 1rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background-color: #344C87;
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-full table
{
    border: .1rem solid #d6d6d6;
    text-align: center;
}
.modal-full table td
{
    vertical-align: middle;
}

#modeloAparelho {
    background-image: url('searchicon.png'); /* Add a search icon to input */
    background-position: 8px 8px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
}

#listaModelos {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 10;
    margin-top: 3rem;
}

#listaModelos .primeiroDaLista {
    margin-top: -0.6rem !important; /* Prevent double borders */
    /*    margin-bottom: -0.7rem !important;  Prevent double borders */
}

#listaModelos li a {
    border: 1px solid #ddd; /* Add a border to all links */
    background-color: #f6f6f6; /* Grey background color */
    padding: 0 5px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}

#listaModelos li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.btn-group .btn-primary
{
    border-color: #6c7280 !important;
    color: #004085 !important;
}

.btn-group .btn-primary.active
{
    background-color: #202e50 !important;
    color: #FFFFFF !important;
}

.g-recaptcha
{
    display: inline-block;
}

#loginInputSenha,#loginInputUsuario
{
    text-align: center;
}

legend {
    font-size: 0.9rem;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 1021; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    transition: all .5s;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }