.b-locais {
    width: auto + 15px;
    color: #2e2e2e;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 45px;
    font-size: 14px;
}

.b-locais-active {
    width: auto;
    color: #fff;
    font-size: 14px;
    border: none;
    height: 45px;
    background-color: #ff9238;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

button:focus {
    outline: 0 !important
}

th {
    font-weight: normal !important;
}

.tds {
    background-color: white;
    height: 75px !important;
    padding-left: 15px;
}

.original {
    background-color: #efefef;
}

.tableuze {
    border-radius: 50px !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
    overflow-x: auto !important;
}

a {
    background-color: none !important;
}

.tableuze .tds:first-child {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.tableuze .tds:last-child {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}


/* The Modal (background) */

.modal {
    display: block;
    /* 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: 80%;
    /* 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;
}


/* Esconde o input */

input[type='file'] {
    display: none
}


/* Aparência que terá o seletor de arquivo */

.file {
    background-color: orangered;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    padding: 6px 20px
}

.create {
    background-color: orangered;
    border-radius: 5px;
    width: 200px;
    border-style: none;
    color: #fff;
    cursor: pointer;
    padding: 6px 20px
}

.bigcard {
    background-color: orangered;
    width: 100%;
    height: 87%;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.cardsho {
    background-color: white;
    height: 75px !important;
    padding-left: 15px;
    border-radius: 10px;
    text-align: center;
}

.banner-topo{
    background-color: transparent !important;
    border: none !important;
    height: 200px;
    margin-top:20px !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}