﻿html {
    box-sizing: border-box;
    font-size: 16px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}
.form-floating label {
    color: cornflowerblue !important;
    font-size: 0.8em;
    display: block;
    padding-left: 10px;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.milhares-wrap {
    width: 80%;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    /* Then we define how is distributed the remaining space */
    justify-content: flex-start;
}
.circle-wrap {
    padding: 5px;
    cursor: pointer;
}

.verde {
    background-color: lightgreen;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex; /* or inline-flex */
    border-style: solid;
    border-width: 2px;
    border-color: lightgray;
}
    .verde span {
        margin: auto;
        color: white;
        font-weight: bold;
    }

.branco {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex; /* or inline-flex */
    border-style: solid;
    border-width: 2px;
    border-color: green;
}

    .branco span {
        margin: auto;
        color: green;
        font-weight: bold;
    }

.red {
    background-color: orange;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex; /* or inline-flex */
    border-style: solid;
    border-width: 2px;
    border-color: #666666;
}

    .red span {
        margin: auto;
        color: #666666;
        font-weight: bold;
    }

.div-selected {
    padding: 20px;
    background-color: cornflowerblue;
    color: #333333;
}

.jogador {
    padding: 20px 0px 20px 200px;
    background-color: orange;
    color: #333333;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.user {
    width: 90%;
    max-width: 340px;
    margin: 30px auto;
}

.logo{margin-left:50px;}
img.logo {
    width: 200px;
}
img.logo2 {
    width:200px;
}
img.premio {width:100%;}

.nav {
    border-bottom: 1px solid #eef1f6;
}

.nav__toggle {
    position: absolute;
    cursor: pointer;
    margin: 0rem 1rem;
    right: 0;
}

    .nav__toggle svg {
        width: 1.5rem;
        fill: #2a324b;
    }

    .nav__toggle .close {
        display: none;
    }

    .nav__toggle .menu {
        margin-top: 0.1rem;
    }

.nav__checkbox {
    display: none;
}

.nav__menu {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    margin: 1rem;
}

    .nav__menu li {
        list-style: none;
        display: none;
    }

        .nav__menu li:first-child {
            margin-right: 20px;
            display: block;
        }
        
    .nav__menu a {
        text-decoration: none;
        color: inherit;
        font-size: 1.2rem;
    }

    .nav__menu svg {
        width: 1.5rem;
        fill: #2a324b;
    }

#nav__checkbox:checked ~ ul.nav__menu li {
    display: block;
}

#nav__checkbox:checked ~ label.nav__toggle .close {
    display: block;
}

#nav__checkbox:checked ~ label.nav__toggle .menu {
    display: none;
}

@media only screen and (min-width: 560px) {
    .nav__toggle {
        display: none;
    }

    .nav__menu {
        flex-direction: row;
    }

        .nav__menu li {
            display: block;
        }
}






.form__input {
    display: block;
    width: 100%;
    padding: 20px;
    
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    transition: 0.3s;
}

    .form__input:focus {
        background: #f7f7f7;
    }



.btn {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    -moz-box-shadow: 0 0 5px #999;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #F0F0F0;
    color: white;
    transition: 0.3s;
    text-decoration: none;
    text-align:center
}

.content{width:80%;margin:auto;}
    .content h4 {
        color: white;
        margin-bottom: 0px;
        font-size: 1.3em;
        font-weight: 700;
    }
    .content p {
        font-size: 1.2em;
        font-weight:500;
        margin-bottom: 10px;
    }
        .bairros-div {
    width: 50%;
    margin: auto;
}
#liBairro {
    color: darkslateblue;
    font-weight:bold;
    font-size:1.5em;
}
.content h2 {
    text-align: center;
    color: darkslateblue;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.4em;
}

.content {
    padding: 20px;
    min-height: 300px;
}

    .content h1 {
        color: #309BBE;
        font-weight: 800;
        font-family: 'Roboto Slab', serif;
        margin-bottom: 30px;
        margin-top: 0px;
        font-size: 1.8em;
        text-align: center;
    }

    .content table {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }

        .content table td, .content table th {
            white-space: nowrap;
        }

    .content input[type="text"], .content input[type="password"], .content textarea, select.rounded {
        border-style: none;
        width: 100%;
        margin-bottom: 0px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 1.2em;
        padding: 5px;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    }

    .content textarea {
        overflow: auto
    }

.progress {
    position: absolute;
    right: 10%;
    top: 6px;
    width: 80%;
    height: 25px;
    display: none;
}

input[type="submit"].btn, input[type="button"].btn {
    background: #C0C0C0;
    color: #333;
    display: block;
    padding: 6px 12px;
    margin: 0px auto 0px auto;
    width: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    input[type="submit"].btn:hover, input[type="button"].btn:hover {
        background: #333;
        color: #fff;
        transition: 0.5s all;
    }


.btn-big {
    display: block;
    width: 100%;
    padding: 10px 20px;
    -moz-box-shadow: 0 0 5px #999;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #F0F0F0;
    color: white;
    transition: 0.3s;
    text-decoration: none;
    font-size:1.2em;
    font-weight:bold;
    text-align:center;
}
.blue {
    background-color: cornflowerblue;
}

.green {
    background-color: green;    
}
.orange {
    background-color: orange;
}

.pink {
    background-color:magenta;
}
.yellow {
    background-color:gold;
}
.red {
    background-color: red;
}
.purple {
    background-color: purple;
}
.gray {
    background-color: darkslategray;
}
    .btn:hover{
    background: #a09486;
}


.bairro{padding:20px;}
table.autowidth {
    width: auto !important;
    margin-right: auto;
    margin-left: auto;
}
.rounded {
    height: 35px;
    border: 1px solid #F0F0F0;
    padding: 5px;
    width: 100%;
    outline: none;
    color: #555;
    margin-bottom: 20px;
    background: #FFF;
    box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-weight: bold;
    font-size: 1em;
}
.formlabel {
    color: cornflowerblue;  
    display: block;
   font-weight:bold;
   padding-bottom:20px;
}
.formheader {
    color: darkblue;
    display: block;
    font-weight: bold;
    font-size:1em;
}



.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #9370DB;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #3CB371;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent {
    background-color: #F0F8FF;
    border: 1px dashed #DCDCDC;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.accordionHeader h4:before {
    content: "+";
    padding: 0px 6px;
    font-size:1.5em;
}
.accordionHeaderSelected h4:before {
    content: "-";
    padding: 0px 6px;
    font-size: 1.5em;
}

#form {
    display: block;
    margin-bottom: 185px;
    margin-top: 20px;
    overflow: hidden;
}

.login-form {
}

.signup-form {
}

    .login-form h2, .signup-form h2 {
        color: #696763;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 30px;
    }


    .login-form input, .signup-form input {
        background: #F0F0E9;
        border: medium none;
        color: #696763;
        display: inline-block;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 300;
        height: 40px;
        margin-bottom: 10px;
        outline: medium none;
        padding-left: 10px;
        width: 100%;
    }

.login-form span {
    line-height: 25px;
    top: 0px;
    left: 0px;
}

    .login-form span input {
        width: 15px;
        float: left;
        height: 15px;
        margin-right: 5px;
    }

.login-form button {
    margin-top: 23px;
}

.login-form .aspnetbtn, .signup-form .aspnetbtn {
    background: #3366FF;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 6px 25px;
}

.login-form label {
}


    .login-form label input {
        border: medium none;
        display: inline-block;
        height: 0;
        margin-bottom: 0;
        outline: medium none;
        padding-left: 0;
    }

    .footer{background-color:#E2AB3D;padding:20px 30px;}
.footer ul{
    margin: auto;
}
.footer-nav {
   
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; /* « The magic. */
}

    .footer-nav li {
        display: inline; /* « More magic. */
    }

    .footer-nav a {
        display: inline-block; /* « Last bit of magic. */
        padding: 10px;
        font-size:1.2em;
        text-decoration:none;
    }

#logindiv {
    background-color: #52be7f;
    height: 50px;
    z-index: 12;
}

    #logindiv table {
        float: right;
        width: auto;
        position: relative;
    }
    #logindiv h2 {
        float: left;
        width: auto;
        position: relative;
        display:inline-table;
        font-size:1.2em;
        font-weight:bold;
        padding:10px 0px 0px 20px;
        color:antiquewhite;
    }

    #logindiv td {
        padding-right: 20px;
        padding-left: 5px;
    }

    #logindiv a {
        color: #FFFFFF;
        vertical-align: middle;
        font-family: Tahoma;
        font-size: 0.9em;
        margin-left: 3px !important;
        line-height: 40px;
        font-weight: bold;
    }

        #logindiv a:hover {
            color: #FFCC66;
        }

#tdLogIn img {
    vertical-align: text-bottom;
}

#logindiv img:hover {
    opacity: 0.7;
}
.copy h3{
    font-size:1em;
    text-align:center;
}