@use "helpers";

#endList {
    .btnEditar, .btnEntregar {
        background-color: helpers.$dark;
        color: helpers.$textoLight;
        display: block;
        line-height: 40px;
        margin: 10px auto 0px;
        max-width: 274px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;

        &:hover,&:focus {
            background-color: helpers.$success;
        }
    }
}

#btnCadastrar {
    background-color: helpers.$dark;
    color: helpers.$textoLight;
    display: block;
    line-height: 40px;
    margin: 10px auto 30px;
    max-width: 274px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;

    &:hover,&:focus {
        background-color: helpers.$success;
    }
}

.box {
    background-color: helpers.$light;
    border: 1px solid helpers.$borders;
    margin: 20px 0px;
    padding: 20px;

}


/*#h1dentro {
    margin-top: 30px!important;
    font-size: 24px!important;
}

#endList {
    color:#666;

    fieldset {
        margin: 30px 0;
    }

    p {
        padding: 10px;
    }

    #btn {
        text-align: center;
        background: none;
        padding: 0;
    }

    p#btn {
        width: 100%;
    }

    p a {
        display: block;
        width: 80%;
        text-align: center;
        background: #593972;
        color: #FFF;
        padding: 10px;
        margin: 10px auto;
        &:hover {
            background: #362545;
        }
    }

    li {
        color:#666;
        display: inline-block;
        float: none;
        &:nth-child(odd) {
            background: #E2E2E2;
        }
    }

}

#endCad {
    color: #FFF;
    background: #1393FF;
    display: block;
    margin: 40px auto;
    padding: 10px;
    width: 60%;
    text-align: center;
    &:hover {
        background: #0074D2;
    }
}*/
