.areadocliente_menu_selecionado{
    color: yellow;
}
#unidade{
    width: 80%;
    padding: 10px;
    margin: 5px auto;
    background-color: #FFF;
    border: 1px solid #CCC;
    text-align: center;
}
.btn-success {
    border-color: #4aa36b;
    background-color: #4aa36b;
    color: #fff;
}

.btn-secondary {
    border-color: #25282a;
    background-color: #25282a;
    color: #fff;
}
/* top-header */
.top-header{
    background-color: #fff;
    border: 1px solid #f3f4f4;
}

/* modal grades */
.modal-grades:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.modal-grades .modal-grades-title {
  margin: 0;
  padding: 1.25rem 0;
}

.modal-grades .modal-grades-content {
  padding: 1.25rem 1rem;
  border-top: 1px solid #e0e0e0;
}

.modal-grades .modal-grades-content input[type=checkbox], .modal-grades .modal-grades-content input[type=radio]{
    height: 1.5em;
    width: 1.5em;
}

.modal-grades .modal-grades-content .sub {
    color: red;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
}
.modal-grades .modal-grades-content .sub:disabled, .modal-grades .modal-grades-content .add:disabled {
    color: gray;
}
.modal-grades .modal-grades-content .add {
    color: green;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
}
.modal-grades .modal-grades-content .qty {
    font-size: 1.5em;
    font-weight: bold;
}

.item_preco{
    display: none;
}

/*
    Common 
*/

.wizard
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a
{
    outline: 0;
}


.wizard > .content > .title
{
    position: absolute;
    left: -999em;
}

.wizard > .actions > ul > li{
    display: inline-block;
}


/*
    Steps
*/
.wizard > .steps
{

    display: none;
}

.wizard > .content
{
    background: none;
    display: block;
    position: relative;
    width: 100%;
}


.wizard > .content > .body
{
    float: left;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}


.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}


.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #CCC;
    color: #000;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard > .actions a[href^="#next"], .wizard > .actions a[href^="#finish"]{
    background-color: green;
    color: #FFF;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}



 /* Desktop large layout */
@media (min-width: 1200px) {
}
/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1199px) {
    .top-header h4 {
        font-size: 1.3em !important;
        text-align: center;
    }
    .top-header p, .top-header a {
        text-align: center;
    }
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
    .top-header {
        height: 70px;
    }
    .top-header h4 {
        font-size: 17px !important;
        text-align: center;
    }
    .top-header p, .top-header a {
        text-align: center;
    }
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
    .top-header {
        height: 100px;
    }
    .top-header h4 {
        font-size: 15px !important;
    }
}

/* Mobile portrait layout */
@media (max-width: 479px) {
    /* top-header */
    .top-header {
        height: 110px;
    }
    .top-header .icon{
        display: block;
        /*font-size: 2em;*/
        text-align: center;
    }
    .top-header h4 {
        font-size: 15px !important;
        text-align: center;
    }
    .top-header p, .top-header a {
        text-align: center;
    }
}

.pagamento-metodos{
    list-style: none;
}
.pagamento-metodos > li{
    border: 1px solid #eee;
    /*cursor: pointer;*/
    display: inline-block;
    background-color: #fff;
    padding: 2px;
    width: 90px;
}
.pagamento-metodos > li > input{
    display: inline-block;
    margin-right: 5px;
}
.pagamento-metodos > li > img{
    display: inline-block;
    width: 60px;
}
.pagamento-troco{
    height: 30px !important;
    margin-top: 10px !important;
    width: 100px !important;
}

.produto-indisponivel{
    white-space: normal;
    min-width: 240px;
}

.produto-indisponivel span{
    white-space: normal;
    width: 100%;
}
.produto_frase{
    background-color: #f0ad4e;
    font-size: 12px;
    font-family: arial;
}
.table-cart .title .grades {
    color: #676767 !important;
    padding-top: 10px;
    display: block;
}
.table-cart .title .opcoes {
    font-style: italic;
    padding-left: 10px;
    display: block;
    color: #a4a7a9 !important;
}

.table-cart .title .obsercacoes {
    padding-left: 10px;
    display: block;
}

.promocao{
    background-color: #79478a;
    font-size: 12px;
}

