﻿html {
    box-sizing: border-box;
    font-size: 16px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}
.form-floating label {
    color: cornflowerblue !important;
    font-size: 0.8em;
    display: block;
    padding-left: 10px;
}
img {
    max-width: 100%;
    height: auto;
}
.cpanel-top{
    padding:10px;
}

.cpanel-top {
    display: flex;
    align-items: center;
    justify-content:space-between;
 
}
    .cpanel-top .loggo {
        width: 25%;
    }
.cpanel-top img{
   
    
}

img.user-img {
    width: 50px;
    margin: 0px 20px;
}

.user {
    font-size: 1.3em;
    font-weight: bold;
    color: cornflowerblue;
    vertical-align: middle;
}

.painel {
    font-size: 1.5em;
    font-weight: bold;
    color: #C01C2C;
}

.loginout {
    background-color: cornflowerblue;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 10px;
    color: white;
}

.loginout-div {
    justify-self: end;
    margin-right: 50px;
}

.cpanel-right {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: start;
}

    .cpanel-right img {
        width: 100%;
        margin-bottom: 20px;
    }
    .cpanel-right h2 {
        text-align: center;
        color: #4b4545;
    }
.panel-item {
    border-style: outset;
    border-radius: 10px;
    background-color: white;
    min-width: 20%;
    padding: 10px 5px;
    flex: 0 0 calc(25% - 10px); /* For 4 items per row with 10px gap */
    margin: 5px; /* Half of the 10px gap */
    box-sizing: border-box; /* Include &*/
}

    .panel-item:hover {
        cursor: pointer;
    }

.loginout:hover {
    cursor: pointer;
}

.panel-item p {
    color: blue;
}

    .panel-item p:nth-of-type(2) {
        font-weight: bold;
    }

.panel-item img {
    width: 60px;
    float: left;
    margin-right: 5px;
}

.cpanel-left, .cpanel-right{
    float:left;
}
.cpanel-left {
    width: 25%;
    background-color: #4b4545;
    min-height:1000px;
    padding:10px 5px;
}
.cpanel-right {
   width:75%;
    background-color: antiquewhite;
    min-height: 1000px;
    padding: 20px;
}

/*accordeon start*/
.cpanel li{
    padding:5px 0px;
}
.cpanel a {
    color: burlywood;
    font-weight:bold;
    font-size: 1em;
    text-decoration:none;
}
    .cpanel a:hover {
        opacity:0.4;
    }
    .accordion {
    background-color: #C01C2C;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    text-align: left;
    border-style: solid; /* border-style is required for the border to be visible */
    border-color: #4b4545;
    border-radius: 10px;
    outline: none;
    transition: 0.4s;
}
    .accordion img {
        width: 40px;
        vertical-align: middle;
    }
    
    /* Add a background color to the button if it is clicked on (add the .ativo class with JS), and when you move the mouse over it (hover) */
    .ativo, .accordion:hover {
        background-color: #620F1A;
        color: #fff;
    }

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: '\003C'; /* '\02795' Unicode character for "plus" sign (+) */
    font-size: 16px;
    font-weight: bold;
    color: white;
    float: right;
    margin-left: 5px;
    margin-top: 10px;
   
}

.ativo:after {
    content: '\2304'; /* "\2796" Unicode character for "minus" sign (-) */
    font-size: 16px;
    font-weight: bold;
}
/*accordeon end*/
/*tabbed content*/
.cpanel-right ul {
    list-style-type: none;
    padding-bottom: 15px;
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: center;
}

    .cpanel-right ul li a {
        display: block;
        color: #C01C2C;
        padding: 5px 10px;
        text-decoration: none;
    }

.h2title {
    text-align: center;
    padding: 20px 0px;
    background-color: antiquewhite;
}
.navlinks, navlinks:hover,.cpanel-right a:hover {
    background-color: #620F1A;
    color: #fff;
}
/*tabbed content end*/
.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;
}


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
}

.main-content{width:80%;margin:auto;}
    .main-content h4 {
        color: white;
        margin-bottom: 0px;
        font-size: 1.3em;
        font-weight: 700;
    }
    .main-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;
}