﻿.login-background {

    height: 100%;
    position: fixed;
}
.login-background {
}

div.scrollmenu {
    white-space: nowrap;
    background-color: #fff;
    border-color: gray;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #ddd;
    margin: 0px -15px 0 -15px;
    height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollmenu::-webkit-scrollbar {
    height:5px;
}

.scrollmenu::-webkit-scrollbar-thumb {
    background-color: #dedede;
}

.scrollmenu::-webkit-scrollbar-thumb:hover {
    background-color: #cacaca;
}


div.scrollmenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 5px 15px 5px 15px;
    text-decoration: none
}

div.scrollmenu a:hover {
    background-color: #cdcdcd;
    color: #fff
}

/*====*/
/*CHAT*/
/*====*/

.chatGroup {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 20px;
    background-color: #fff;
}

.chatbox {
    display: inline-block;
    float: right;
    background-color: #fff;
    border-radius: 6px;
    border-style: solid;
    border-color: #b5dbff;
    margin-left:7px;
}

.chatHeader {
    background-color: #b5dbff;
    height: 20px;
    color: #fff;
    font-weigth: 400;
}

.chattalk {
    height: 250px;
    max-height: 250px;
    overflow-y: auto
}

.baloonTalk{
    padding-left:0px;
}

.baloonTalk li {
    list-style: none;
    background-color: #b5dbff;
    padding: 8px;
    margin: 5px;
    border-radius: 10px;
    word-wrap:break-word;
    max-width:235px;
}

.chatControl {
    margin: 2px 2px 42px 2px;
}

.chatInputText {
    display: inline-block;
    width: 100%;
    float: left;
}

.chatButton {
    display: inline-block;
    width: 24%;
    float: right;
    border-radius: 10px;
}

.chatMinimized {
    position: fixed;
    bottom: 65px;
    right: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #b5dbff;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 8px;
}

.chatPeopleStyle {
    position: fixed;
    right: 10px;
    top: 60px;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
    width: 230px;
}

.chatIconAnimation {
    -webkit-animation: clientechaticon 0.5s ease-out;
    animation-iteration-count: infinite;
}

.chatPopup {
    display: block;
    background-color: transparent;
    width: fit-content;
    height: fit-content;
}

.chatPopup ul {
    list-style: none;
    padding: 10px;
}

.chatPopup ul li {
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 5px gray;
    margin-bottom: 1em;
    width: 20em;
}

@media(max-width:768px) {
    .hidden-sm-down {
        display: none;
    }
}
    @keyframes clientechaticon {
        0% {
            color: #bb5;
            -webkit-transform: scale(1.2);
        }

        5% {
            color: #0f0;
            -webkit-transform: scale(.8);
        }

        10% {
            color: #bb5;
            -webkit-transform: scale(1.2);
        }

        15% {
            color: #0f0;
            -webkit-transform: scale(.8);
        }

        50% {
            color: #bb5;
            -webkit-transform: scale(1);
        }
    }

    .floatChat {
    }

        .floatChat div:hover {
            background-color: #2cabe3;
            padding: 12px;
            cursor: pointer;
            width: 140px !important;
            -webkit-transition: .2s
        }

    .floatBtnChat {
        /* box-shadow: 0px 0px 10px grey; */
        background-color: #2cabe3;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: white;
        padding: 8px;
        width: 140px !important;
        /* height: 40px; */
        text-align: center;
    }

    @media(min-width:401px) {
        #chatClienteMaximizado {
            width: 365px;
        }
    }

    @media(max-width:400px) {
        #chatClienteMaximizado {
            width: 90vw;
        }
    }


    /*outros*/
    .btn-gama, .btn-gama.disabled {
        background: #306092;
        border: 1px solid #306092;
        color: #fff
    }

        .btn-gama:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
            color: white;
            background-color: #4573a3;
            border-color: #269abc
        }

        .btn-gama:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
            background-image: none
        }

        .btn-gama.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
            background-color: #5bc0de;
            border-color: #46b8da
        }

        .btn-gama .badge {
            color: #5bc0de;
            background-color: white
        }

    .checkbox-gama input[type=checkbox]:checked + label::before {
        background-color: #306092;
        border-color: #306092
    }

    .checkbox-gama input[type=checkbox]:checked + label::after {
        color: #fff
    }

    a.copy-gama {
        color: #58666e
    }

        a.copy-gama:hover {
            color: #269abc
        }

    .footer-gama {
        bottom: 0;
        color: #58666e;
        left: 240px;
        position: absolute;
        right: 0;
        background: #fafafa;
        font-size: 11px;
        height: 35px;
        padding: 10px 20px;
        padding-top: 30px
    }


    .navbar-top-links .dropdown-user-gama {
        right: 0;
        left: auto;
        width: 280px
    }

        .navbar-top-links .dropdown-user-gama .dw-user-box {
            padding: 15px
        }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-img {
                width: 80px;
                display: inline-block;
                vertical-align: top
            }

                .navbar-top-links .dropdown-user-gama .dw-user-box .u-img img {
                    width: 100%;
                    min-width: 500px;
                    border-radius: 5px
                }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-text {
                display: inline-block;
                padding-left: 10px
            }

                .navbar-top-links .dropdown-user-gama .dw-user-box .u-text h4 {
                    margin: 0
                }

                .navbar-top-links .dropdown-user-gama .dw-user-box .u-text p {
                    margin-bottom: 3px
                }

    .page-title {
        margin-left: 1.7em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }


    div.scrollmenu a {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 5px 15px 5px 15px;
        text-decoration: none
    }

        div.scrollmenu a:hover {
            background-color: #cdcdcd;
            color: #fff
        }

    .btn-gama, .btn-gama.disabled {
        background: #306092;
        border: 1px solid #306092;
        color: #fff
    }

        .btn-gama:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
            color: white;
            background-color: #4573a3;
            border-color: #269abc
        }

        .btn-gama:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
            background-image: none
        }

        .btn-gama.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
            background-color: #5bc0de;
            border-color: #46b8da
        }

        .btn-gama .badge {
            color: #5bc0de;
            background-color: white
        }

    .checkbox-gama input[type=checkbox]:checked + label::before {
        background-color: #306092;
        border-color: #306092
    }

    .checkbox-gama input[type=checkbox]:checked + label::after {
        color: #fff
    }

    a.copy-gama {
        color: #58666e
    }

        a.copy-gama:hover {
            color: #269abc
        }

    .footer-gama {
        bottom: 0;
        color: #58666e;
        left: 240px;
        position: absolute;
        right: 0;
        background: #fafafa;
        font-size: 11px;
        height: 35px;
        padding: 10px 20px;
        padding-top: 30px
    }


    .navbar-top-links .dropdown-user-gama {
        right: 0;
        left: auto;
        width: 280px
    }

        .navbar-top-links .dropdown-user-gama .dw-user-box {
            padding: 15px
        }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-img {
                width: 80px;
                display: inline-block;
                vertical-align: top
            }

                .navbar-top-links .dropdown-user-gama .dw-user-box .u-img img {
                    width: 100%;
                    min-width: 500px;
                    border-radius: 5px
                }

            .navbar-top-links .dropdown-user-gama .dw-user-box .u-text {
                display: inline-block;
                padding-left: 10px
            }

                .navbar-top-links .dropdown-user-gama .dw-user-box .u-text h4 {
                    margin: 0
                }

                .navbar-top-links .dropdown-user-gama .dw-user-box .u-text p {
                    margin-bottom: 3px
                }

    .page-title {
        margin-left: 0.6em
    }

    .bg-title-gama {
        background: #fff;
        overflow: hidden;
        padding: 15px 10px 9px;
        margin-bottom: 10px;
        margin-left: -25.5px;
        margin-right: -25.5px;
        height: 3em
    }

        .bg-title-gama h4 {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 500;
            margin-top: -0.2em;
            margin-left: 1.5em;
            margin-right: 1.5em
        }

        .bg-title-gama .breadcrumb {
            background: 0 0;
            margin-bottom: 0;
            padding: 0
        }

            .bg-title-gama .breadcrumb a {
                color: rgba(0,0,0,.5)
            }

                .bg-title-gama .breadcrumb a:hover {
                    color: #000
                }

            .bg-title-gama .breadcrumb .active {
                color: #0b5575
            }

        .bg-title-gama .breadcrumb {
            float: left;
            margin-top: 0;
            margin-bottom: 10px
        }


    .white-box-gama {
        background: #fff;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
        margin-bottom: 10px;
        margin-left: 4px;
        margin-right: 4px
    }

        .white-box-gama .box-title {
            margin: 0 0 12px;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 16px
        }

    .el-element-overlay .white-box-gama {
        padding: 0
    }

    .tab-cliente {
        color: aqua
    }

    /* WIZARD */
    .wizard {
        padding: 0px 25px 0px 15px;
        background: transparent;
        list-style: none;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 4px
    }

        .wizard > li {
            display: table-cell;
            vertical-align: top;
            width: 1%
        }

            .wizard > li + li:before {
                padding: 0
            }

        .wizard li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 20px;
            position: relative;
            display: inline-block;
            width: calc( 100% - 10px );
            background-color: #9c9c9c;
            text-align: center;
            text-transform: capitalize
        }

        .wizard li.completed a {
            background: #1e4369
        }

            .wizard li.completed a:after {
                border-left: 20px solid #1e4369
            }

        .wizard li.inative-block a {
            background: #9c9c9c
        }

            .wizard li.inative-block a:after {
                border-left: 20px solid #9c9c9c
            }

        .wizard li.inative a {
            background: #9c9c9c
        }

            .wizard li.inative a:after {
                border-left: 20px solid #9c9c9c
            }

            .wizard li.inative a:hover {
                background: #306092
            }

                .wizard li.inative a:hover:after {
                    border-left: 20px solid #306092
                }

        .wizard li.active a {
            background: #306092
        }

            .wizard li.active a:after {
                border-left: 20px solid #306092
            }


        .wizard li:first-child a {
            padding-left: 15px
        }

        .wizard li:last-of-type a {
            /*width: calc( 100% - 40px );*/
        }

        .wizard li a:before {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            border-left: 20px solid white;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            margin-left: 1px;
            left: 100%;
            z-index: 1
        }

        .wizard li a:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent;
            border-bottom: 50px solid transparent;
            border-left: 20px solid hsla(0, 0%, 83%, 1);
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 100%;
            z-index: 2
        }

    /* Panel Sanfona */
    .full-panel-gama {
    }

        .full-panel-gama .panel-heading-gama {
            color: #fff;
            background-color: #306092;
            height: 0.5em;
            box-sizing: content-box
        }

        .full-panel-gama .panel-body {
            background: #fff;
            color: #fff
        }

        .full-panel-gama .panel-footer {
            background: #306092;
            color: #fff
        }

        .full-panel-gama a {
            color: #fff
        }

            .full-panel-gama a:hover {
                color: #fff
            }

    .panel .panel-heading-gama {
        border-radius: 0;
        font-weight: 500;
        font-size: 14px;
        padding: 10px 0px 20px 0px
    }

        .panel .panel-heading-gama .panel-title {
            font-size: 16px;
            color: #fff
        }

        .panel .panel-heading-gama a i {
            font-size: 12px;
            margin-left: 8px
        }

    .form-container {
        padding: 20px
    }

    .form-container-subgrid label {
        font-weight: bold
    }

    .form-link {
        color: #5bc0de;
        overflow: hidden;
        max-width: 80%;
        text-overflow: ellipsis;
        overflow-wrap: break-word;
        word-wrap: break-word
    }

        .form-link:hover {
            text-decoration: underline;
            cursor: pointer
        }

    .ativo-sim-nao-0 {
        color: red;
        font-weight: 500
    }

    .empenhado-sim-nao-0 {
        color: green
    }

    .empenhado-sim-nao-1 {
        color: red
    }

    .tipo-desconto-DESCONTO {
        color: red
    }

    .tipo-desconto-NEUTRO {
        color: black
    }

    .tipo-desconto-ACRESCIMO {
        color: green
    }

    #xurupitaup-DESCONTO {
        display: none
    }

    #xurupitaup-NEUTRO {
        display: none
    }

    #xurupitadown-ACRESCIMO {
        display: none
    }

    #xurupitadown-NEUTRO {
        display: none
    }
    /* Split screen container 50/50*/
    .split-screen {
        /*border: 2px solid #000;*/
        overflow: hidden
    }

        .split-screen .one {
            float: left;
            width: 50%;
            margin-right: 20px;
            padding-right: 20px;
            border-right: 2px dotted #ededed
        }

    #total {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0
    }

    .split-screen .two {
        overflow: hidden;
        min-height: 50%
    }

    @media screen and (max-width: 800px) {
        .split-screen .one {
            float: none;
            margin-right: 0;
            width: 100%;
            border: 0;
            margin: 0;
            padding: 0;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 2px dotted #ededed
        }
    }

    .label-default {
        background-color: #bdbdbd !important;
    }

    .imagem-zoom-cursor {
        cursor: -moz-zoom-in;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
    }

    .eye-password {
        position: absolute;
        right: 40px;
        padding-top: 8px; 
        text-align: center;
    }