﻿html, body {
    height: 100%;
    width: 100%;
    overflow: auto;
    ;
}

.mobile, .mq {
    display: none;
}

body {
    /*background: #FFF url(../../Images/bg_image.jpg) top center no-repeat;*/
    background: #fff;
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    background-color: #efefef !important;
    box-sizing: border-box;
}

    .footer .line {
        width: 100%;
        height: 40px;
        background: var(--secondary);
    }

    .footer .text {
        width: 100%;
        height: 70px;
        text-transform: uppercase;
        color: #393939;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

div#full {
    border: 0px solid #000000;
    height: 100%;
    width: 100%;
}

/* =========================================================== ADMINISTRADOR */
.home .header-gradient {
    background: linear-gradient(180deg, #002d72 50%, #0000);
}

.header-wrapper {
    border-bottom: #50b849 0px solid;
    position: relative;
}

#header-father {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
}

.logo-enceladus {
    float: left;
    line-height: 0px !important;
    margin: 30px 10px 0px 0px !important;
    width: 200px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/gradient.png);
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.box {
    max-width: 1200px;
}

.header-wrapper .box {
    margin: 0 auto;
}

    .header-wrapper .box a {
        display: block;
        margin: 0;
    }

        .header-wrapper .box a img {
            height: 95px;
            margin: 16px 0;
        }

    .header-wrapper .box .brands-wrapper {
        font-size: 25px;
        line-height: 70px;
        margin-left: 10px;
        text-shadow: -1px -1px 1px #FFF;
    }

.photoWrapper {
    float: right;
}

    .photoWrapper .photo {
        float: right;
        margin-right: 10px;
        width: 107px;
        height: 80px;
        background-color: #efefef;
        margin-top: 10px;
        border: 2px solid #0079c2;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

.wrapperInfos {
    float: right;
}

    .wrapperInfos .badge {
        display: none;
    }


    .wrapperInfos .btnWrapper {
        float: right;
    }

        .wrapperInfos .btnWrapper .btn {
            cursor: pointer;
            font-size: 11px;
            font-weight: bold;
            letter-spacing: 0.5px;
            padding: 8px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            transition: border 0.2s ease 0s;
            background-color: #ccc;
            border: 2px solid;
            color: #333;
            border-color: #ccc;
            margin-top: 16px;
            margin-right: 10px;
        }

            .wrapperInfos .btnWrapper .btn:hover {
                border-color: #333;
                border-bottom: 3px solid #fff;
            }

        .wrapperInfos .btnWrapper .icon {
            font-size: 16px;
            padding: 5px;
        }

    .wrapperInfos .dados-user {
        font-size: 12px;
        margin-top: 65px;
        position: relative;
        margin-right: 10px;
    }

        .wrapperInfos .dados-user .nivel {
            /*    font-size: 12px;
        font-weight: bold;
        color: #555;*/
        }

        .wrapperInfos .dados-user .user {
            /*    font-size: 13px;
        margin-top: 5px;
        text-decoration: underline;
        cursor: pointer;*/
        }

            .wrapperInfos .dados-user .user:hover {
                /*    text-decoration: none;*/
            }

.menu-wrapper .box {
    margin: 0 auto;
}

#header .menu-wrapper .btn {
    color: var(--base);
    cursor: pointer;
    padding: 5px 0;
    font-size: 20px;
    min-width: 40px;
    position: relative;
    text-align: center;
    font-family: Assistant;
    font-weight: 400;
    margin-left: 40px;
    background: transparent;
    text-transform: uppercase;
    font-weight: normal;
}

#header .menu-wrapper .btn:hover {
    color: #333;
}
    #header .menu-wrapper .btn:first-child {
        margin: 0;
    }

    #header .menu-wrapper .btn i {
        font-size: 18px;
    }

    #header .menu-wrapper .btn.hideTextBtn {
        padding: 15px;
    }

        #header .menu-wrapper .btn.hideTextBtn span {
            display: none;
        }

        #header .menu-wrapper .btn.hideTextBtn i {
            top: 0;
            font-size: 18px;
        }

.home #header .menu-wrapper .btn {
    /*color: #fff;*/
}

    .home #header .menu-wrapper .btn:hover {
        color: #333333 !important; 
    }

    .home #header .menu-wrapper .btn#login:hover {
        color: #ffffff !important;
    }

.menu-wrapper .btn.active {
    background-color: transparent !important;
    color: var(--secondary) !important;
    cursor: default;
}

.menu-wrapper .btn#login {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 2px solid var(--base);
    padding: 10px 20px;
    margin-left: 60px;
}

.menu-wrapper .btn#login:hover {
    color: #ffff !important;
    background: var(--base);    
}

    .menu-wrapper .btn#login i {
        top: unset !important;
    }

#header .menu-wrapper .btn i {
    display: block;
    position: relative;
    top: -5px;
}

#menu .menu-wrapper .btn-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 22px 0;
}

    #menu .menu-wrapper .btn-wrapper .btn i {
        font-size: 18px;
    }

    #menu .menu-wrapper .btn-wrapper .btn .hideTextBtn {
        padding: 15px;
    }

        #menu .menu-wrapper .btn-wrapper .btn .hideTextBtn span {
            display: none;
        }

        #menu .menu-wrapper .btn-wrapper .btn .hideTextBtn i {
            top: 0;
            font-size: 18px;
        }

    #menu .menu-wrapper .btn-wrapper .btn i {
        display: block;
        position: relative;
        top: -5px;
    }

    #menu .menu-wrapper .btn-wrapper .login-wrapper {
        float: right;
        height: 100%;
        background: #494949;
        padding: 0px 20px;
    }

        #menu .menu-wrapper .btn-wrapper .login-wrapper .form-wrapper {
            width: 100%;
        }

            #menu .menu-wrapper .btn-wrapper .login-wrapper .form-wrapper input {
                outline: none;
                width: 100px;
                border: 0;
                padding: 5px;
            }

                #menu .menu-wrapper .btn-wrapper .login-wrapper .form-wrapper input.error {
                    background: #ffefef;
                }

                #menu .menu-wrapper .btn-wrapper .login-wrapper .form-wrapper input::placeholder {
                    color: #cdcdcd;
                    font-style: italic;
                }

                #menu .menu-wrapper .btn-wrapper .login-wrapper .form-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                    color: #cdcdcd;
                    font-style: italic;
                }

                #menu .menu-wrapper .btn-wrapper .login-wrapper .form-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
                    color: #cdcdcd;
                    font-style: italic;
                }


            #menu .menu-wrapper .btn-wrapper .login-wrapper .form-wrapper .btn {
                color: #ffffff;
                /* line-height: inherit; */
                margin: 0;
                min-width: 20px;
                margin-left: 5px;
            }

.menu-wrapper .badge {
    background-color: #fff;
    border-radius: 5px;
    color: #006d43;
    padding: 1px 5px;
    position: absolute;
    right: -5px;
    top: -10px;
}

.menu-wrapper .btn.logout {
    background-color: #333;
    border-color: #333;
    color: #fff;
    margin-right: 0;
}

    .menu-wrapper .btn.logout:hover {
        background-color: #FFF;
        color: #333;
    }

/* SISTEMA */
.container {
    position: relative;
    width: 100%;
    /*background: #fff url(../images/bg_login.png) top center no-repeat !important;*/
    background: #fff !important;
}

    .container > .box {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }

.containerPrincipal {
    width: 996px;
    margin: 0 auto;
    position: relative;
}

.container #conteudo {
    margin: 0 auto;
    position: relative;
}

    .container #conteudo .header {
        margin: 0 auto;
    }


/* RODAPE */
.containerRodape {
    position: absolute;
    width: 100%;
    line-height: 25px;
    background-color: #666;
    color: #FFF;
    font-size: 12px;
    bottom: 0px;
    border-top: 1px solid;
    /*    letter-spacing: 1px;*/
    /*    text-transform: uppercase;*/
    text-align: center;
    /*    text-shadow: 0 0 5px #003300;*/
    font-weight: bold;
}

.rodape {
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: 1px;
}


/* NAVEGAÇÃO */
.header {
    background: var(--header);
    height: 50px;
}

.titulo-modulo {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

    .titulo-modulo .titulo {
    }

    .titulo-modulo .subtitulo {
        padding-right: 7px;
        font-size: 26px;
    }

    .titulo-modulo .info {
        padding-right: 7px;
        font-size: 22px;
    }

    .titulo-modulo .btnConfigMod {
        float: right;
        cursor: pointer;
        border: 1px solid transparent;
        font-size: 22px;
        padding: 3px;
    }

        .titulo-modulo .btnConfigMod:hover {
            border: 1px #ccc solid;
        }

.areaSubMenu {
    height: 30px;
    background-color: #4d4d4c;
}

    .areaSubMenu .wrapper {
        max-width: 1200px;
        height: 30px;
        margin: 0 auto;
    }

    .areaSubMenu .btn {
        float: left;
        line-height: 30px;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        /*font-weight: bold;*/
        transition: 0.25s all ease;
        /*margin-right: 5px;*/
    }

        .areaSubMenu .btn:hover {
            background: #808080;
            text-decoration: underline;
        }

        .areaSubMenu .btn.active {
            background: #50B849;
        }


    .areaSubMenu .line {
        float: left;
        width: 1px;
        height: 10px;
        margin: 10px 15px;
        background: #454545;
    }

.line:last-child {
    display: none;
}

.btnConfigMod img {
    position: relative;
    top: -4px;
}

#table {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 1200px;
    padding-bottom: 40px;
}

    #table .lista {
        width: 48%;
        float: left;
        background: #fff;
        border-radius: 4px 4px 0 0;
        padding: 5px;
        /*    height: 100px;*/
    }

        #table .lista .titulo {
            text-align: center;
            line-height: 30px;
            font-size: 18px;
            width: 100%;
            height: 30px;
            float: left;
            background: #ededed;
            border-radius: 4px;
            margin-bottom: 10px;
            color: #8e0000;
        }

        #table .lista .content .list .item {
            text-align: left;
            line-height: 35px;
            font-size: 14px;
            min-width: 10px;
            height: 35px;
            /*    float: left; */
            position: relative;
            /*    background: #f9f9f9; */
            border-bottom: 1px solid #efefef;
            /*    border-radius: 4px;*/
            /*    margin-bottom: 5px;*/
            color: #333;
            display: block;
            cursor: pointer;
        }

            #table .lista .content .list .item:hover {
                background: #f9f9f9;
            }

        #table .lista .content .list .itemDir {
            text-align: left;
            line-height: 27px;
            font-size: 13px;
            width: 100%;
            height: 26px;
            /*    float: left; */
            position: relative;
            /*    background: #f9f9f9; */
            border-bottom: 1px solid #efefef;
            /*    border-radius: 4px;*/
            /*    margin-bottom: 5px;*/
            color: #333;
            display: block;
            cursor: pointer;
        }

            #table .lista .content .list .itemDir:hover {
                background: #f9f9f9;
            }

.tooltip {
    color: #e5e5e5 !important;
    font-size: 11px !important;
    border: 0 !important;
    /*    text-decoration: underline;*/
    box-shadow: 0 0 0 !important;
    padding: 5px !important;
    background: transparent !important;
}

.btnLembreteDados {
    float: right;
    min-width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    font-size: 13px;
    border-radius: 5px;
    padding: 0 3px;
    color: #47a0ea;
    cursor: pointer;
}

    .btnLembreteDados:hover {
        text-decoration: underline;
    }

.link {
    color: #00f;
    text-decoration: underline;
    cursor: pointer;
}

    .link:hover {
        opacity: 0.5;
    }


.blockPage {
    opacity: 0.65;
    padding: 20px 0;
    text-align: center;
    top: 30%;
    width: 100%;
    cursor: wait;
}

    .blockPage p {
        font-size: 25px;
        margin: 0;
        text-transform: uppercase;
    }

    .blockPage span {
        font-size: 16px;
        font-weight: bold;
    }


.no-pic {
    width: 120px;
    height: 100px;
    background-color: #efefef;
    float: left;
    margin-right: 5px;
    position: relative;
}

.fileWrapper {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    background: #efefef;
}

    .fileWrapper a {
        max-width: 90%;
        float: left;
        padding-left: 10px;
    }

#formulario .inputAdm.file-input {
    width: 300px;
    float: left;
}

.image-preview-wrapper {
    float: left;
    width: 350px;
    padding: 5px !important;
    top: 15px;
    margin-bottom: 10px;
}

#processa {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    display: none;
    overflow: hidden;
}


.badge-new {
    display: inline-block;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: 18px;
}

    .badge-new img {
        position: absolute;
        top: -12px;
        left: 0;
    }

/*
.ui-button-icon-only .ui-icon {
   right: 0 !important;
   left: auto !important;
   margin: 0 !important;
   top: 20% !important;
}
*/

#outer-wrapper {
    min-height: 100%;
    position: relative;
}

#flexiGrid {
    min-height: 400px;
}

/*
-----------------
JQUERY DIALOGS UI
-----------------
*/
.ui-dialog {
    /*    max-height: 100%;*/
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
}

.ui-widget-header {
    background: none;
    border: none;
    font-weight: lighter;
    border-radius: 0;
    border-bottom: 1px solid #EEE;
}

.ui-dialog .ui-dialog-title {
    font-size: 30px;
    line-height: 50px;
}

.ui-dialog .ui-dialog-content .pt-content {
    padding: 10px;
    box-sizing: border-box;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 0;
    border: 0px;
    background: transparent;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog .pt-inner {
    /*    box-sizing: border-box;
        padding: 20px;*/
    /*padding-bottom: 30px;*/
}
/*
.ui-dialog .pt-inner{
    display: none;
}
*/
.ui-dialog .pt-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 37px;
    padding: 10px 0;
    border-bottom: 3px solid #eee;
    margin-bottom: 15px;
}

    .ui-dialog .pt-title i {
        font-size: 16px;
        cursor: pointer;
    }

.modal-open {
    overflow: hidden;
}

.admin-dialog {
    border-top: 10px solid #333;
    border-bottom: 5px solid #333;
    max-height: 100%;
    overflow: auto;
}

    .admin-dialog .loading {
        font-size: 20px;
        height: 60px;
        left: 50%;
        margin-left: -100px;
        margin-top: -30px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 200px;
    }

.btn-default {
    background-color: #fff;
    border: 2px solid #333;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    line-height: 18px !important;
    border-radius: 4px;
}

    .btn-default:hover {
        background-color: #333;
        color: #efefef;
    }

.admin-dialog, .admin-confirm, .admin-alert {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    left: 0 !important;
}

.admin-confirm, .admin-alert {
    border-top: 10px solid #F7941D;
    border-bottom: 5px solid #F7941D;
    z-index: 100001;
}

    .admin-dialog .pt-content, .admin-confirm .pt-content, .admin-alert .pt-content {
        padding-bottom: 10px;
        overflow: auto;
    }

    .admin-confirm h4, .admin-alert h4 {
        margin: 15px 0;
        font-weight: lighter;
        font-size: 16px;
    }

    .admin-confirm .btn-default, .admin-alert .btn-default {
        border-color: #F7941D;
        color: #333;
        margin-left: 5px;
    }

        .admin-confirm .btn-default:hover, .admin-alert .btn-default:hover {
            background-color: #F7941D;
            border-color: #DB7A13;
            color: #333;
        }

    .admin-alert.erro {
        border-top: 10px solid #F61C40;
        border-bottom: 5px solid #F61C40;
    }

        .admin-alert.erro .btn-default {
            border-color: #F61C40;
        }

            .admin-alert.erro .btn-default:hover {
                background-color: #F61C40;
                color: #fff;
            }

    .admin-alert.sucesso {
        border-top: 10px solid #50B849;
        border-bottom: 5px solid #50B849;
    }

        .admin-alert.sucesso .btn-default {
            border-color: #50B849;
        }

            .admin-alert.sucesso .btn-default:hover {
                background-color: #50B849;
                color: #fff;
            }

.image-preview-wrapper {
    float: left;
    width: 350px;
    padding: 5px !important;
    top: 15px;
    margin-bottom: 10px;
}

.linha {
    width: 100%;
    height: 3px;
    background: #ccc;
}

.checkfin {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    transition: all 0.3s ease 0s;
    width: 16px;
}

.Off {
    background: url("../images/check.png") no-repeat;
}




/* FORMULARIOS */
#formulario {
    padding: 20px;
    background: #fff;
    /*
    border: 2px solid;
    border-color: #434343 !important;
    border-top: 4px solid;
        */
}

    #formulario .markup li {
        margin-bottom: 20px;
    }

        #formulario .markup li.botoes {
            margin-bottom: 0px;
        }

            #formulario .markup li.botoes .info {
                font-size: 11px;
                color: #e44;
            }

    #formulario .title {
        font-size: 30px;
        line-height: 40px;
        font-weight: 300;
        border-bottom: 2px solid #434343;
        color: #434343;
        margin-bottom: 20px;
    }

    #formulario .markup {
        width: 70%;
        margin: 0 auto;
    }

.input-wrap {
    margin-right: 4%;
}

    .input-wrap.rightfix {
        margin-right: 0 !important;
    }

    .input-wrap:last-child {
        margin-right: 0;
    }

    .input-wrap label {
        font-size: 16px;
        display: block;
    }

    .input-wrap input[type=text], .input-wrap select, .input-wrap textarea, .input-wrap input[type=password], .input-wrap input[type=file] {
        width: 100%;
        font-size: 20px;
        padding: 5px;
        border: 2px solid #ccc;
        background: #f9f9f9;
        outline: none;
        transition: all 0.25s ease 0s;
        color: #333;
        border-radius: 4px;
    }

    .input-wrap input {
        outline: none;
    }

    .input-wrap select {
        padding: 4px;
    }

    .input-wrap textarea {
        height: 100px;
        resize: none;
    }

    .input-wrap input[type=checkbox] {
        float: left;
        width: auto !important;
    }

    .input-wrap input[type=file] {
        padding: 0;
        background-color: #f9f9f9;
    }

    .input-wrap .mR10 {
        margin-right: 10px;
    }

    .input-wrap .obrigatorio {
        color: #E44;
    }

    .input-wrap .helper {
        cursor: help;
    }

    .input-wrap .readonly {
        background: rgb(235, 235, 228) !important;
        color: rgb(84, 84, 84) !important;
    }

    .input-wrap.warning p {
        font-size: 12px;
        text-transform: uppercase;
        background-color: #FFD;
        border: 1px solid #DDB;
        padding: 5px 10px;
    }

    .input-wrap .helper-tooltip {
        padding-left: 5px;
        cursor: help;
    }

.markup {
    margin-bottom: 0;
}

.file-wrapper {
    float: left;
}

.pic-wrapper {
    border: 2px solid #092159;
    float: left;
    width: 100px;
    height: 80px;
    background-color: #f7f7f7;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-right: 20px;
    display: flex;
}

    .pic-wrapper .image {
        margin: auto;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 90%;
        height: 90%;
    }

    .pic-wrapper .overlay {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0;
        transition: 0.25s opacity ease;
    }

        .pic-wrapper .overlay:hover {
            opacity: 1;
        }

    .pic-wrapper .pic-command {
        cursor: pointer;
        position: absolute;
        padding: 5px 0;
        top: 5px;
        width: 30px;
        text-align: center;
    }

        .pic-wrapper .pic-command:hover {
            background-color: #000;
        }

        .pic-wrapper .pic-command i {
            color: #FFF;
            font-size: 22px;
        }

        .pic-wrapper .pic-command.maximize {
            left: 10px;
        }

        .pic-wrapper .pic-command.cut {
            left: 50%;
            margin-left: -15px;
        }

        .pic-wrapper .pic-command.del {
            right: 10px;
        }

    .pic-wrapper .size {
        position: absolute;
        bottom: 5px;
        font-size: 10px;
        color: #fff;
        left: 5px;
        text-transform: uppercase;
    }

    .pic-wrapper .titulo {
        position: absolute;
        bottom: 25px;
        font-size: 16px;
        color: #fff;
        left: 5px;
    }

#sb-site {
    height: 100%;
}

.cke_bottom {
    display: none !important;
}

/*TOOLTIP*/
.ui-tooltip {
    padding: 0;
    box-shadow: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
}

    .ui-tooltip .ui-tooltip-content {
        padding: 10px;
        font-size: 14px;
    }

        .ui-tooltip .ui-tooltip-content h2 {
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 10px !important;
        }

        .ui-tooltip .ui-tooltip-content p {
            margin: 0 0 5px;
        }

/*FILEUPLOAD*/
#jquery-file-upload #dropzone {
    line-height: 70px;
    border: 3px dashed #CCC;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    text-align: center;
    background-color: #FFF;
}

    #jquery-file-upload #dropzone input {
        cursor: pointer;
        direction: ltr;
        font-size: 200px;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    #jquery-file-upload #dropzone.in {
        background: #FFD;
    }

    #jquery-file-upload #dropzone.fade {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 1;
    }

#jquery-file-upload .progress {
    height: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin-top: 10px;
}

#jquery-file-upload .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

#jquery-file-upload .progress-bar-success {
    background-color: #5cb85c;
}

#jquery-file-upload #files {
    height: 265px;
    overflow: auto;
}

    #jquery-file-upload #files .file {
        margin-top: 7px;
        padding-top: 7px;
        border-top: 1px solid #ddd;
        font-size: 16px;
        line-height: 21px;
    }

        #jquery-file-upload #files .file canvas {
            float: left;
            margin-right: 10px;
        }

        #jquery-file-upload #files .file .text {
            position: relative;
        }

            #jquery-file-upload #files .file .text p {
                margin-bottom: 0;
            }

            #jquery-file-upload #files .file .text .size {
                font-size: 11px;
                text-transform: uppercase;
            }

            #jquery-file-upload #files .file .text .error {
                color: #e44;
                font-size: 12px;
                font-weight: bold;
                text-transform: uppercase;
                margin-top: 10px;
            }

            #jquery-file-upload #files .file .text .error-detail {
                color: #333;
                font-size: 10px;
                font-weight: bold;
                text-transform: uppercase;
            }

            #jquery-file-upload #files .file .text input {
                font-size: 14px;
                margin-top: 3px;
                padding: 5px;
                width: 200px;
            }

            #jquery-file-upload #files .file .text .del {
                background-color: #dfdfdf;
                color: #333;
                cursor: pointer;
                height: 100%;
                line-height: 65px;
                padding: 0 4px;
                position: absolute;
                right: 0;
                top: 0;
            }

.ordenar-content {
    margin-bottom: 50px;
}

    .ordenar-content .sortable {
        overflow: auto;
    }

    .ordenar-content h2 {
        background-color: #4D4D4C;
        font-weight: bold;
        color: #f9f9f9;
        font-size: 16px;
        padding: 10px 10px;
        margin: 0;
        line-height: 16px;
    }

    .ordenar-content .ui-sortable-handle {
        margin: 0;
        border-bottom: 1px solid #DDD;
        background-color: #f9f9f9;
        line-height: 30px;
        height: 30px;
        padding: 0 10px;
        position: relative;
        cursor: n-resize;
    }

        .ordenar-content .ui-sortable-handle i {
            font-size: 15px;
            color: #AAA;
            margin-right: 5px;
        }

    .ordenar-content .placeholder {
        position: relative;
        height: 30px;
        padding: 0 10px;
        margin: 0;
        border: 0;
        border-bottom: 1px solid #DDD;
        background-color: #f9f9DD;
    }

    .ordenar-content .info {
        padding: 10px;
        line-height: 25px;
    }

/* BLOCKPAGE */
.blockUI {
    opacity: 1;
    color: #fff;
}

.blockPage {
    font-weight: bold;
    color: #fff;
}

.blockOverlay {
    background: #111 !important;
    opacity: 0.8 !important;
    filter: Alpha(Opacity=80);
    /*    background-color: rgb(20,200,185) !important;
        opacity: 0.6 !important;*/
}

.ui-widget-overlay {
    background: #333 !important;
    opacity: 0.8 !important;
    filter: Alpha(Opacity=80);
}

/* NAV BAR */
.navigation {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    height: 34px;
    padding-left: 10px;
}

    .navigation .btn {
        font-size: 12px;
        text-transform: uppercase;
        padding: 10px;
        border: 1px solid #dedede;
        margin-right: 4px;
        background-color: #DCDCDC;
        cursor: pointer;
        color: #666;
    }

        .navigation .btn.selected {
            background-color: #fff;
            color: #213c81;
            border-bottom-color: #fff;
            height: 14px;
        }

.nav-wrap .wrap {
    display: none;
}

    .nav-wrap .wrap:first-of-type {
        display: block;
    }

.abaOn {
    background: #fff;
    color: #213c81;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
}

.btnMostra {
    padding: 5px 12px;
    /* border-radius: 5px 5px 0px 0px; */
    float: left;
    margin-right: 3px;
    cursor: pointer;
    min-width: 20px;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
}

.abaOff {
    background: #dcdcdc;
    color: #666;
}

#rightBar {
    width: 23%;
    height: 400px;
    background: #f00;
    float: right;
}

/* START - FULL CALENDAR  */

/* GERAL */
#calendar {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding-right: 2%;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #fff !important;
}

.fc-view-container {
    background: #fff;
}

.fc-content-skeleton table tr {
    background: transparent;
    color: #333;
}

/* TOOLBAR */
.fc-toolbar {
    margin-bottom: 0 !important;
}

    .fc-toolbar h2 {
        text-transform: uppercase;
    }

.fc .fc-button-group > * {
    margin: 0 0 0 -2px !important;
}

.fc button {
    text-transform: uppercase !important;
    font-size: 0.95em !important;
    outline: none !important;
}

.fc-state-default.fc-corner-left, .fc-state-default.fc-corner-right {
    border-radius: 0px !important;
}

.fc-state-default {
    background-color: #fff !important;
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.fc-state-active {
    color: #fff !important;
}

/* GRID */
.fc th.fc-widget-header {
    padding: 10px 5px;
    font-weight: normal;
    text-transform: uppercase;
}

.fc-view .fc-day-number {
    padding: 5px 7px !important;
    font-size: 14px !important;
}

.fc-event {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    background-color: #545454 !important;
    color: #fff !important;
    font-size: 0.65em !important;
}

    .fc-event .fc-content {
        padding: 5px !important;
    }

/* POPUP GRID */
.fc-unthemed .fc-popover {
    border-width: 2px !important;
    border-color: #0079c2 !important;
}

.fc-popover {
    box-shadow: none !important;
}

    .fc-popover .fc-header {
        padding: 7px !important;
        text-transform: uppercase;
        color: #fff !important;
    }

    .fc-popover .fc-day-grid-event {
        margin: 0;
        margin-bottom: 2px;
    }

#calendarTrash {
    opacity: 0.2;
    font-size: 30px;
}

    #calendarTrash .msg {
        font-size: 12px;
        float: right;
        margin-top: 10px;
        margin-left: 5px;
        opacity: 0;
    }

    #calendarTrash.del {
        color: #8e0000;
        opacity: 1;
    }

        #calendarTrash.del .msg {
            opacity: 1;
        }

/* END - FULL CALENDAR  */



/* START - FINANCEIRO  VENDAS */
#bFinanceiro {
    padding: 0 10px 10px 10px;
    border-top: 2px solid #ccc;
    background: #ddd;
    clear: both;
}

    #bFinanceiro #cmbYears {
        display: inline-block;
        margin-right: 6px;
        margin-top: 10px;
    }

    #bFinanceiro #cmbFieldDate {
        display: inline-block;
        margin-right: 6px;
        margin-top: 10px;
    }

    #bFinanceiro #cmbStatus {
        /*float: right;*/
        display: inline-block;
        margin-top: 10px;
        /*width: 171px;*/
    }

    #bFinanceiro .selected {
        background: #333 !important;
        color: #fff !important;
    }

    #bFinanceiro .btnMonth {
        font-size: 11px !important;
        font-weight: bold;
        border: 2px solid #333 !important;
        margin-top: 10px !important;
    }

        #bFinanceiro .btnMonth:hover {
            background: #999 !important;
        }

    #bFinanceiro .selectFilter {
        font-size: 11px !important;
        font-weight: bold;
        border: 2px solid #333 !important;
        height: 25px;
    }

        #bFinanceiro .selectFilter:hover {
            background: #fff !important;
            color: #333 !important;
        }

    #bFinanceiro .hTotais {
        clear: both;
    }

#hTotais .sFinanceiro {
    right: 0;
    float: right;
    margin: 2px;
    width: 100%;
    min-height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
}

#hTotais .labelInicial {
    float: right;
    margin: 0px 0px;
    min-width: 30px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin-left: 10px;
}

#hTotais .saldoInicialT {
    float: right;
    margin: 0px;
    background: #fff;
    min-width: 100px;
    height: 22px;
    color: rgb(0, 0, 255);
}

#hTotais .saldoInicialE {
    float: right;
    margin: 0px 0px;
    background: #fff;
    min-width: 100px;
    height: 22px;
    color: green;
}

#hTotais .saldoInicialS {
    float: right;
    margin: 0px 0px;
    background: #fff;
    min-width: 100px;
    height: 22px;
    color: red;
}

#fTotais .stFinanceiro {
    float: right;
    margin: 0 2px 2px 2px;
    width: 100%;
    min-height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    opacity: 0.8;
    font-size: 12px;
}

#fTotais .tFinanceiro {
    float: right;
    margin: 0 2px 0 2px;
    width: 100%;
    min-height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    opacity: 1;
    font-size: 12px;
}

#fTotais .labelSaldoMes {
    float: right;
    margin: 0;
    width: 110px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: right;
}

#fTotais .labelTotalGeral {
    float: right;
    margin: 0px 0px;
    width: 110px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}

#fTotais .tFinanceiro2 {
    float: right;
    margin: 0 2px 0 2px;
    width: 996px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0;
}

#fTotais .totalGeral {
    float: right;
    margin: 0px;
    background: #fff;
    min-width: 120px;
    height: 26px;
    color: rgb(0, 0, 255);
    font-weight: bold;
}

#fTotais .saldoTotal, #fTotais .totalEntrada, #fTotais .totalSaida {
    right: 100px;
    float: right;
    background: #fff;
    min-width: 120px;
    height: 26px;
    color: rgb(0, 0, 255);
    font-weight: bold;
}

#fTotais .saldoMes, #fTotais .saldoEntrada, #fTotais .saldoSaida {
    float: right;
    margin: 0;
    background: #fff;
    min-width: 120px;
    height: 26px;
    color: rgb(0, 0, 255);
}

#fTotais .saldoEntrada, #fTotais .totalEntrada {
    color: green;
}

#fTotais .saldoSaida, #fTotais .totalSaida {
    color: red;
}
/* END - FINANCEIRO  VENDAS */

/* INIT CONF SELECT2 */
.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 34px !important;
        /*    color:#000 !important;*/
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 33px !important;
    }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ebebe4 !important;
}
/* END CONF SELECT2 */


/* TAGS INPUT */
div.tagsinput {
    padding: 2px 2px 0 !important;
    height: 29px !important;
}

    div.tagsinput span.tag {
        border: 1px solid #D3E3ED !important;
        background: #D3E3ED !important;
        border-radius: 0 !important;
    }
/* TAGS INPUT */

#print-recibo {
    display: none;
}

@media print {

    @page {
        size: auto;
        margin-left: 0cm;
        margin-right: 0cm;
    }

    #print-recibo {
        display: block;
    }

    .modal, .modal-backdrop {
        display: none !important;
    }

    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
    }

    section#header, section#caixa, #sb-menu, #sb-site, .sb-slidebar {
        display: none !important;
    }
}
