html,
body {
    height: 100%;
    width: 100%;
}

.mobile,
.mq {
    display: none;
}

body {
    background: #FFF url('../images/bg_login.jpg') top center no-repeat;
}

.footer {
    width: 100%;
    border-top: 1px solid #000;
    bottom: 0;
    color: #333;
    line-height: 25px;
    position: fixed;
    text-align: center;
    text-align: center;
    font-size: 11px;
    background-color: #dedede !important;
    box-sizing: border-box;
    letter-spacing: 1.2px;
}

.vertical .footer {
    width: 100%;
    float: right;
    position: unset;
    height: 46px;
    border: 0;
    letter-spacing: 0.5px;
    background-color: #fff !important;
    color: #494949;
}

div#full {
    border: 0px solid #000000;
    height: 100%;
    width: 100%;
}

/* =========================================================== ADMINISTRADOR */
.header-gradient {
    /*    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 73%, rgba(0,0,0,0.15) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(73%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.15) 100%);
        background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.15) 100%);
        background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.15) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.15) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );*/
    background: #fff;
}

.header-wrapper {
    border-bottom: #50b849 0px solid;
}

#header-father {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
}

.logo-enceladus {
    line-height: 0px !important;
    margin: 0px 10px 0px 0px !important;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    align-items: center;
}


.header-wrapper .box {
    margin: 0 auto;
}

.header-wrapper .box .titulo a {
    display: block;
    margin: 0;
}

.header-wrapper .box .titulo a img {
    max-height: 80px;
    margin: 10px 0;
    margin-left: 10px;
}

.header-wrapper .box .titulo #empreenimentoSeleted {
    font-size: 18px;
    line-height: 18px;
    color: #aaa;
    /* margin-top: 20px; */
    height: 16px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    /* margin-left: 10px; */
    /* padding-top: 53px; */
    /* display: none; */
    height: 80%;
    align-items: flex-end;
    display: none;
}

.header-wrapper .box .titulo div {
    font-size: 25px;
    line-height: 70px;
    margin-left: 10px;
    text-shadow: -1px -1px 1px #FFF;
}

.photoWrapper {
    float: right;
}

.photoWrapper .photo {
    float: right;
    width: 80px;
    height: 80px;
    background-color: #efefef;
    margin-top: 10px;
    border: 2px solid #0079c2;
    background-size: contain;
    background-repeat: no-repeat;
}

.wrapperInfos {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 90%;
    margin-right: 10px;
}

.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-left: 10px;
}

.wrapperInfos .btnWrapper .btn:hover {
    border-color: #333;
}


.wrapperInfos .btnWrapper .icon {
    font-size: 16px;
    padding: 5px;
}

.wrapperInfos .dados-user {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.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;
}

.menu-wrapper .btn {
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    min-width: 40px;
    padding: 13px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: border 0.2s ease 0s;
}

.menu-wrapper .btn.hideTextBtn {
    padding: 15px;
}

.menu-wrapper .btn.hideTextBtn span {
    display: none;
}

.menu-wrapper .btn.hideTextBtn i {
    top: 0;
    font-size: 18px;
}

.menu-wrapper .btn i {
    display: block;
    position: relative;
    /*    top: -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;
    padding: 20px 0 50px;
}

.container .box {
    margin: 0 auto;
    padding: 0;
}

.containerPrincipal {
    width: 996px;
    margin: 0 auto;
    position: relative;
}

.container #conteudo {
    margin: 0 auto;
    position: relative;
}

.cliente .container #conteudo {
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 20px;
    display: flex;
}


/* 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 {}

.titulo-modulo {
    font-size: 30px;
    margin-bottom: 10px;
}

.titulo-modulo .titulo {
    padding-right: 7px;
}

.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 {
    background-color: #4d4d4c;
    padding: 5px 5px 3px;
}

.areaSubMenu .btn {
    float: left;
    padding: 10px;
    font-size: 11px;
    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: #00726E;
    text-decoration: none;
}

.areaSubMenu .btn.active {
    background: #50B849;
}

.btnConfigMod img {
    position: relative;
    top: -4px;
}

#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: 100%;
    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 {
    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-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;
}

.admin-dialog .modal-content {
    min-height: 220px;
    border-radius: 6px;
    overflow: hidden;
}

.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;
}

.btn-default:hover {
    background-color: #333;
    color: #efefef;
}

.btn-save:hover {
    background-color: #FFFFFF !important;
    border: 2px solid #3BCD94 !important;
    color: #3BCD94 !important;
}

.btn-save {
    background-color: #3BCD94 !important;
    color: #FFF !important;
    border: 2px solid #3BCD94 !important;
}

.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;
}

.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: 10px 0 0;*/
}

.input-wrap {
    margin-right: 4%;
}

.input-wrap.rightfix {
    margin-right: 0 !important;
}

.input-wrap:last-child {
    margin-right: 0;
}

.input-wrap label {
    font-size: 13px;
    display: block;
    font-weight: normal;
}

.input-wrap input,
.input-wrap select,
.input-wrap textarea {
    width: 100%;
    padding: 5px;

}

.input-wrap select {
    padding: 4px;
    color: #AAA;
}

.input-wrap select option {
    color: #000000;
}

.input-wrap textarea {
    height: 100px;
    resize: none;
}

.input-wrap input[type=checkbox] {
    float: left;
    width: auto !important;
    margin-right: 6px;
}

.input-wrap input[type=file] {
    padding: 0;
    background-color: #f9f9f9;
}

.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;
}

.markup .botoes {
    margin-top: 11px;
    /*padding-top: 10px;*/
    /*    border-top: 1px solid #DDD;*/
}

.markup .botoes .info {
    font-size: 11px;
    color: #e44;
}

.pic-wrapper {
    float: left;
    width: 150px;
    height: 120px;
    border: 1px solid #efefef;
    background-color: #f7f7f7;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-top: 10px;
}

.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: #333 !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;
}

.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 {
    display: inline-block;
    margin-top: 10px;
}

#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: 160px;
    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: 160px;
    height: 26px;
    color: rgb(0, 0, 255);
    font-weight: bold;
}

#fTotais .saldoTotal,
#fTotais .totalEntrada,
#fTotais .totalSaida {
    right: 100px;
    float: right;
    background: #fff;
    min-width: 160px;
    height: 26px;
    color: rgb(0, 0, 255);
    font-weight: bold;
}

#fTotais .saldoMes,
#fTotais .saldoEntrada,
#fTotais .saldoSaida {
    float: right;
    margin: 0;
    background: #fff;
    min-width: 160px;
    height: 26px;
    color: rgb(0, 0, 255);
}

#fTotais .saldoEntrada,
#fTotais .totalEntrada {
    color: green;
}

#fTotais .saldoSaida,
#fTotais .totalSaida {
    color: red;
}

/* END - FINANCEIRO  VENDAS */

/* INIT FILTERS */
#filters {
    margin: 0;
    padding: 10px 0;
    float: right;
    margin-right: 10px;
    outline: none;
}

#filters .wrapper {
    float: left;
    margin-right: 10px;
}

#filters .wrapper:last-child {
    margin-right: 0px;
}

#filters .wrapper .selectFilter {
    font-size: 11px !important;
    font-weight: bold;
    border: 2px solid #333 !important;
    height: 26px;
}

#filters .wrapper .selectFilter:hover {
    background: #fff !important;
    color: #333 !important;
}

/* END - FILTERS */


/* INIT - LEGENDA */
#legenda {
    float: left;
    margin: 10px 0px 10px 0px;
    height: 26px;
    padding: 0 10px;
    line-height: 26px;
}

#legenda .wrapper:first-child {
    margin-left: 0px;
}


#legenda .wrapper .item {
    float: left;
    margin-right: 10px;
    font-size: 13px;
    padding: 0 8px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

#legenda .wrapper .item:last-child {
    margin-right: 0px;
}

/* END - LEGENDA */

/* INIT CONF SELECT2 */
.select2-container .select2-selection--single {
    height: 31px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 2px solid #999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
    line-height: 29px !important;
    /*    color:#000 !important;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 11px !important;
    height: 28px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e3e3e3 !important;
}

/* END CONF SELECT2 */


/* TAGS INPUT */
div.tagsinput {
    padding: 2px 2px 0 !important;
    height: 33px !important;
    border: 0 !important;
    border-bottom: 2px solid #999 !important;
}

div.tagsinput span.tag {
    border: 1px solid #D3E3ED !important;
    background: #D3E3ED !important;
    border-radius: 0 !important;
}

/* TAGS INPUT */

/*
Bootstrap ajustes
*/
.modal-content {
    border-radius: 0;
}

.btn {
    border-radius: 0;
    line-height: 1 !important;
}

body {
    line-height: 1 !important;
}

.modal-header,
.modal-header .close {
    font-size: 30px;
}

.modal-alert .modal-header {
    color: #FFF;
    background: #F0AD4E;
}

.modal-alert .modal-footer {
    clear: both;
}

.modal-alert.erro .modal-header {
    background: #D9534F;
}

.modal-alert.erro .btn-warning {
    background: #d9534f;
    border-color: #B23E3C;
}

.modal-alert.sucesso .modal-header {
    background: #5CB85C;
}

.modal-alert.sucesso .btn-warning {
    background: #5CB85C;
    border-color: #3D893D;
}

.modal-alert .modal-footer .btn {
    font-size: 16px;
}

.modal-alert .modal-footer .btn:not(.btn-warning) {
    border: 1px solid #CCC;
}

.fa-exclamation-triangle {

    font-size: 50px;
}

.cont-ico {
    padding-right: 20px;
    padding-bottom: 20px;
    float: left;
}

.modal-alert .modal-body {
    font-size: 16px;
}

.modal .modal-header.skin-bg {
    color: #FFF;
}

.modal .modal-header.skin-bg .close {
    color: #FFF;
    text-shadow: 0 1px 0 #000000;
}

label {
    display: inline;
    font-weight: normal;
}

.mfp-bg {
    z-index: 10042 !important;
}

.mfp-wrap {
    z-index: 10043 !important;
}

.dtp .p10>a {
    color: #FFF;
}

.dtp div.dtp-actual-year {
    color: #FFF;
}

.datepicker table tr td,
.datepicker table tr th,
.datepicker td,
.datepicker th {
    border-radius: 0 !important;
}

.datepicker table tr td.today {
    background: #EEE;
}

.datepicker table tr td.day:hover {
    color: #FFF;
}

.input-wrap {
    position: relative;
}

.input-wrap input[type="text"],
.input-wrap input[type="password"],
.input-wrap input[type="email"],
.input-wrap select,
.input-wrap textarea {
    border: 0;
    border-bottom: 2px solid #999;
    display: block;
    box-sizing: border-box;
    padding-left: 0px !important;
    outline: none;
}

.input-wrap input[type="text"]:focus,
.input-wrap input[type="password"]:focus,
.input-wrap input[type="email"],
.input-wrap select:focus,
.input-wrap textarea:focus {
    padding-bottom: 4px;
}

.input-wrap select:focus {
    padding-bottom: 3px;
}

.input-wrap select {
    padding-right: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF no-repeat 99% center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAIVBMVEUAAADBwcF6enp9fX11dXV1dXXAwMB1dXW+vr5+fn52dnYGpZtkAAAACXRSTlMAgCbf7OVkOig8HTKMAAAAK0lEQVQI12NABomCgoJiDCWrVq1yZ2CynDlZgYFBeaYRUIIpVAEk38GAAgDltgbY+00kogAAAABJRU5ErkJggg==');
}

.input-wrap .label-real {
    opacity: 0;
    transition: ease-in 0.6s;
}

.input-wrap .label-fake {
    opacity: 1;
    top: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    color: #000;
    color: #AAA;
}

.input-wrap .label-active .label-real {
    /*     opacity: 1;*/
}

.label-active .label-fake {
    top: 0px;
    color: #000000;
}

.modal-content {
    border: 0;
}

.infoTipsy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}

#filters .wrapper select {
    padding: 2px 5px 2px 0px;
    border: 2px solid #333 !important;
    font-weight: normal;
    height: 26px;
}