@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700');


* {
    font-family: 'Fira Sans', sans-serif;
}

.contentLogin {
    background: url(../IMG/bg.png) repeat #fff;
}

label {
    font-weight: 500;
    color: #333333;
    font-size: 13px;
}

/*.form-control{
    margin-bottom: 10px;
}*/

header nav {
    border-bottom: 1px solid #ccc;
    box-shadow: 3px -24px 33px 5px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 37px;
    background: #fff;
    display: block;
    clear: both;
    padding: 7px 18px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    box-shadow: 3px 20px 22px 5px;
}

#logoAlcisFooter {
    width: 22%;
}

.form-control {
    font-size: 14px;
    color: #555555;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.containerLogin {
    padding-top: .5em;
}

.containerAdmin {
}

    .containerAdmin > div {
        padding-top: 0px;
        padding-bottom: 50px;
        margin-bottom: 80px;
    }

.containerMenu {
    padding: 15px 10px 100px 10px;
}

.bgContent {
    height: 100vh;
    background: url(../IMG/bgBody.png) repeat #fff;
    background-size: 50%;
}

.bg100vh {
    height: 100vh;
}

.myFormLogin {
    /*position: relative;
    top: 25%;
    height: 440px;
    background: #fff;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: : 1px;
    box-shadow: 0px 2px 41px -12px #000;*/
}

.listItens {
    list-style: none;
    padding: 0;
    color: #41438a;
    display: inline-block;
}

    .listItens li {
        width: 100%;
        float: left;
        font-weight: 500;
        padding-left: 10px;
        margin-top: 10px;
        padding: 3px 10px;
        margin-right: 5px;
        font-size: 19px;
        transition-property: background;
        transition-duration: 0.3s;
        transition-timing-function: linear;
        border-radius: 4px;
    }

        .listItens li:hover, .listItens li:active {
            background-color: #eee;
        }

.bgContentMenu {
    box-shadow: 0px 5px 24px -12px;
    background-color: #fff;
    padding: 9px 20px 20px 20px;
    margin-top: 5px;
    border-radius: 3px;
}

.myFormLogin .myImg {
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.myFormLogin img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.msgView {
    font-size: 12px;
    margin: 0;
}

.containerLogin h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 14px 0px;
    padding: 5px 8px;
    background-color: #f2dede;
    border: 1px solid #ebccd1 !important;
    color: #a94442;
    border-radius: 4px;
}

#openBarCodeReader {
    margin: 0px 0px 20px 5px;
    width: 20%;
    font-size: 30px;
    padding: 2px 0px 1px 0px;
    line-height: 0px;
}

#quaggaReader video {
    width: 100%;
}

.drawingBuffer {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.PageLogin {
    padding-top: 30px;
}

.containerLogin {
    background: #fff;
    position: relative;
    min-height: 290px;
    padding-top: 12px;
    z-index: 99999;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 20px;
    box-shadow: 0px -1px 42px -14px;
}

.input-inline-custom {
    display: -webkit-flex;
    width: 35%;
    justify-content: space-between;
}

.input-button-custom {
    width: 97%;
    margin-right: 10px;
}

#logoWMS {
    width: 37%;
    display: block;
    margin: 0 auto;
}

.titleListItens {
    margin-bottom: -10px;
    font-size: 21px;
    color: #41438a;
    font-weight: 400;
    text-align: center;
}

hr {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

#hrMenu {
    margin-top: 14px;
    margin-bottom: 1px;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

#ITEM7 {
    width: 91%;
    float: left;
}


.btnOption {
    padding: 0rem 0.31rem;
}

.loader,
.loader:before,
.loader:after {
    background: #29489c;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    display: none;
    color: #7186fe;
    text-indent: -9999em;
    margin: 15px auto;
    position: relative;
    font-size: 4px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }


@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}


.modal-body {
    min-height: 85px;
}

@media(max-width:1199px) {
    .input-inline-custom {
        width: 66%;
    }

    .input-button-custom {
        width: 80%;
        margin-right: 108px;
    }
}

@media(max-width:767px) {
    .input-inline-custom {
        width: 110%;
    }

    #ITEM7 {
        width: 105%;
        display: inline;
    }
}

    @media (min-width: 375px) {
        .btnOption {
            padding: 0.2rem 0.52rem;
        }
    }

    @media (min-width: 425px) {
        .btnOption {
            padding: 0.3rem 0.72rem;
        }

        #logoAlcisFooter {
            width: 20%;
        }
    }

    /* Telefones em paisagem e abaixo */
    @media (max-width: 480px) {
    }
    /* Telefones em paisagem a tablet em retrato */

    @media (max-width: 767px) {
        .myFormLogin .myImg img {
            width: 80%;
        }

        #Login {
            width: 100%;
        }

        #openBarCodeReader {
            width: 12%;
        }
    }

    @media (min-width: 768px) and (max-width: 1023px) {
        #Login {
            width: 100%;
        }

        #logoWMS {
            width: 28%;
        }

        .titleListItens {
            margin-top: 10px;
        }

        #logoAlcisFooter {
            width: 11%;
        }
    }


    /* Tablet em retrato a paisagem e desktop */
    @media (min-width: 768px) and (max-width: 1199px) {
        /* estilos aqui */
        .myFormLogin .myImg img {
            width: 80%;
        }

        #ITEM7 {
            width: 54%;
            display: inline;
        }

        #openBarCodeReader {
            width: 10%;
        }

        #logoWMS {
            width: 16%;
        }

        .titleListItens {
            margin-top: 10px;
        }

        #logoAlcisFooter {
            width: 8%;
        }
    }
    /* Desktop grande */
    @media (min-width: 1200px) {
        /* estilos aqui */
        .listItens li {
            cursor: pointer;
        }

        #ITEM7 {
            width: 33%;
            display: inline;
        }

        #logoWMS {
            width: 25%;
        }

        #logoAlcisFooter {
            width: 11%;
        }


        .titleListItens {
            margin-top: 10px;
        }
    }

    @media (min-width: 1400px) {
        #logoWMS {
            width: 9%;
        }

        #ITEM7 {
            width: 34%;
            display: inline;
        }

        #openBarCodeReader {
            width: 15%;
        }

        .titleListItens {
            margin-top: 10px;
        }

        #logoAlcisFooter {
            width: 5%;
        }
    }

    .display-block {
        display: block;
    }

    .display-none {
        display: none;
    }

    #photo, #video {
        display: block;
        margin: 0 auto;
    }

    .containerBtnPhoto {
        width: 100%;
        float: left;
        margin: 25px 0px 10px 0px;
    }

    #discardPhoto {
        margin-right: 10px;
        float: right;
    }

    #confirmPhoto {
        margin: 0 auto;
        display: block;
    }

    .containerComment {
        width: 100%;
        margin: 10px auto 0 auto;
    }

    #LegendInput {
        width: 100%;
    }

    #videoSource {
        margin-bottom: 10px;
    }

    #pictureModal .modal-dialog {
        margin-bottom: 100px;
    }