

/* ==========================================================================
   Author: Shimul
   Date: 03-31-2014
   ========================================================================== */

/* Space out content a bit */
body {
    height: 100%;
    
}

* {
    outline: none!important;
}

.form-control {
    box-shadow: none!important;
}


/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

.body-root {
    overflow: hidden;
    height: 100vh;
}


.form-control:focus {
    border: 1px solid #ccc; 
}


.change_group_order,
.change_meal_order {
    cursor: inherit!important;
}

.change_group_order i,
.change_meal_order i {
    display: none!important;
}



/* CADASTRO */
.form-body {
    height: 99vh;
    margin-bottom: 0px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 40px 0px;
}
.form-body-item {
    margin-bottom: 50px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 30;
    width: 80%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.form-show {
    opacity: 1;
    z-index: 1000;
}

.bottom {
    position: absolute;
    bottom: 0px;
    z-index: 10000;
}

.form-body .form-group {
    width: 100%;
}

.error-msg {
    color: red;
    padding: 0;
    margin: 5px 0;
}
.error-msg.ng-enter {
    transition: 0.5s linear all;
    opacity: 0;
}
.error-msg.ng-enter.ng-enter-active {
    opacity: 1;
}
.hide-yes {
    opacity: 0;
}
.hide-no {
    transition: 0.5s linear all;
    opacity: 1;
}
.col-l {
    height: 100vh;
    position: relative;
    background: #0094d5;
}





/* Custom page header */
.header {
    border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
    padding-bottom: 19px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.progress {
    height: 4px;
}

.bmUEPS .status {
    margin-bottom: 16px;
    font-size: 18px;
}

.body-l {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .3s;
}

.bmUEPS .status {
    display: block;
    text-align: center;
    color: rgb(127, 143, 159);
}

.bottom {
    position: absolute;
    bottom: 5%;
    z-index: 10000;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.bmUEPS {
    width: 100%;
    margin-bottom: 64px;
}

.bmUEPS strong {
    display: block;
    font-size: 21px;
    line-height: 150%;
    font-weight: bold;
    text-align: center;
    font-family: Montserrat, sans-serif;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}


.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000000!important;
}

.body-logo img {
    margin: 0 auto;
    max-height: 200px;
    min-height: auto;
    position: relative;
}

/* CLIENTE */
.body-logo  {
    background: #FFF;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}



.p-frase {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 0px;
    padding-bottom: 0px;
    position: relative;
}

.iATVia {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(24, 173, 0);
    white-space: nowrap;
}
.iATVia span {
    font-weight: bold;
    color: rgb(24, 173, 0);
}
.iATVia svg {
    fill: rgb(24, 173, 0);
}
.iATVia span {
    font-weight: bold;
    color: rgb(24, 173, 0);
}
.fechado span {
    font-weight: bold;
    color: rgb(255, 0, 0);
}
.fechado svg {
    fill: rgb(255, 0, 0);
}
.fechado span {
    font-weight: bold;
    color: rgb(255, 0, 0);
}

.cliente-i {
    float: left;
    width: 20px;
}

.item-cliente i {
    font-size: 16px;
    color: #000;
}

.item-cliente p,
.item-cliente a {
    font-size: 16px;
    color: #000;
    display: flow-root;
}
.item-cliente a {
    float: left;
}
.item-cliente {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.item-info-r  .cliente-i {
    float: right;
}

.form-check {
    display: flex;
}
.item-cliente p {
    margin-bottom: 0px;
}
.item-info-r .item-cliente a,
.item-info-r .item-cliente p,
.item-info-r .item-cliente  {
    float: right;
}

.row-body {
    position: relative;
    margin-bottom: 15px;
}

.border-bottom {
    height: 1px;
    background: rgba(0, 0, 0, 0.03);
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 768px) {
    .col-l {
        display: none;
    }

    

    .bmUEPS {
        width: 100%;
        margin-bottom: 15px;
    }

    #group {
        background-color: #F5F5F5;
        padding-top: 1em;
        z-index: 2;
        height: 80px;
    }

    .groups {
        background-color: #E6E7E8;
        list-style: none;
        padding: 0;
        margin: auto;
        height: 172px!important;
        overflow: scroll!important;
    }

    

    .bottom {
        width: 100%;
        background: #eee;
        padding: 10px 10px;
        bottom: 15%;
    }
   
    
    .form-body {
        padding: 20px 0px;
        height: 100vh;
        overflow: hidden;
    }

    .form-body-item {
        height: 100vh;
        overflow: scroll;
        width: 92%;
    }

    .header {
        height: 45px;
        overflow: hidden;
    }

    .top-menu .dropdown-toggle {
        display: none;
    }

    #meals {
        top: 230px!important;
    }

    /* .form-body-item {
        position: relative;
        padding: 0px 15px;
        width: 100%;
    }
    .bottom {
        position: relative;
    } */

    .cliente-i {
        float: left;
        width: 25px;
    }
}

@media (max-width: 320px) {
    label {
        font-size: 11px!important;
    }
}
















