﻿
html {
    padding-bottom: 6em !important;
}

.agl__input--nome {
    background-color: #fff;
    outline: none;
    border: 1px solid #000;
    color: #777;
    font-size: 1em;
    padding: 0.3em 1em;
    width: 100%;
    font-family: 'Kelson Sans';
    -webkit-appearance: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    margin-top: -20px;
}

.agl__btn--submit {
    border: none;
    background-color: #36F;
    color: #fff;
    padding: 0.3em 0;
    width: 25%;
    text-align: center;
    font-size: 1em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -webkit-appearance: none;
    font-family: 'Kelson Sans';
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    margin-top: 10px;
    float: right;
}

.agl__txtArea {
    background-color: #fff;
    outline: none;
    border: 1px solid #000;
    color: #777;
    font-size: 1em;
    padding: 0.7em 1em;
    width: 100%;
    font-family: 'Kelson Sans';
    -webkit-appearance: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

.agl__table > td {
    width: 14.28%;
    text-align: center;
    border-right-style: solid;
    border-right-width: 5px;
    border-right-width: 2px;
}

.agl__input--login {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.agl__btn--login {
    background-color: #36f;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}


.agl__btn--addList {
    padding-top: 2em !important;
    text-align: right;
}


.table.dataTable thead th, table.dataTable thead td {
    border-bottom-color: #F1F1F1;
}

.fp-enabled {
    padding-bottom: 0 !important;
}

.page .main-nav {
    display: none;
}

.agl__btn--quemsomos {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-size: 18px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    border: solid #36f 2px !important;
    text-decoration: none;
    font-family: 'Kelson Sans';
}

.agl__btn--voltar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-size: 18px;
    background: #ffffff;
    text-decoration: none;
    font-family: 'Kelson Sans';
}


.button-receitas {
    padding-left: 30px;
}



@media screen and (max-width: 990px) {

    .agl__hidden--mobile {
        display: none;
    }

    .navbar {
        background-color: #333;
        overflow: hidden;
        bottom: 0;
        width: 100%;
        position: fixed;
        z-index: 10;
    }

    .button-receitas {
        float: left;
        border: none;
    }

    .agl__btn--voltar {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 991px) {
    .agl__hidden--pc {
        display: none;
    }

    .navbar {
        background-color: #333;
        overflow: hidden;
        bottom: 0;
        width: 100%;
        position: fixed;
        z-index: 10;
    }

    .agl__btn--voltar {
        border: solid #36f 2px;
        padding: 10px 20px 10px 20px;
    }
}






/*/////////////////////////////*/


