@font-face {
    font-family: 'iconfont';
    font-weight: normal;
    font-style: normal;

    src: url('../images/fonte/iconfont.eot');
    src: url('../images/fonte/iconfont.woff') format('woff'),
    url('../images/fonte/iconfont.ttf') format('truetype'),
    url('../images/fonte/iconfont.svg') format('svg');
}

/** Menu **/
.pcoded-hasmenu > a { transition: background-color 0.6s; }
.pcoded-hasmenu:hover > a { background-color: #276467 !important; }
.pcoded-trigger > a { background-color: #276467 !important; }
.pcoded-hasmenu:hover > a::before { border-color: rgba(26,188,156,0.3) !important; }
.pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu { background: #276467 !important; }
.pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a { background: none !important; }

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border: none;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li > a > .pcoded-micon
{
    display: inline;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li > a{
    text-align: left;
}

.pcoded .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
    text-transform: uppercase;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon
{
    display: inline;
    font-size: 16px;
    padding-right: 5px;
}

.pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon
{
    font-size: 23px;
}



.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li > a{
    padding: 10px 10px;
    line-height: initial !important;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
    font-size: 23px;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
    font-size: 18px;
}

.label-warning{
    color: #000;
}

.btn-warning{
    color: #000;
}

.btn-outline-warning:focus{
    color: #000 !important;
    background-color: #f1c40f;
}

    /**********/

/*start efeito card seleciona unidade*/
.ca-menu{
    padding:0;
    margin:0px auto;
    width: 100%;
    display: table;
}

.ca-icon{
    font-family: 'iconfont', cursive;
    color: #005382;
    font-size: 80px;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.7);
    line-height: 130px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-menu li{
    width: /*210px;*/100%;
    height: 150px;
    overflow: hidden;
    position: relative;
    float:left;
    border-radius: 3px;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin: 0;
    cursor:pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu li.sindacess{
    background: #000 !important;
}

.ca-menu li.sindacess .ca-main{
    color: #fff;
}

.ca-menu li:last-child{

}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
//color: #333;
    color:#005382;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ca-menu li .acessblocked{
    background-image: url("../../../images/iconblockacess.png");
    background-position: 171px 112px;
    background-repeat: no-repeat;
    background-size: 33px auto;
}

.ca-content{
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.ca-main{
    font-size: 24px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    white-space: pre-line;
    color:#005382;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #787878;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-menu li:active{
    z-index:999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ca-menu li:hover{
    background:#005382;
}
.ca-menu li:hover .ca-icon{
    color: #fff;
    font-size: 100px;
    line-height:100px;
    text-shadow: 0px 0px 20px #c5e4f4;
}
.ca-menu li:hover .ca-main{
    color: #fff;
    opacity: 0.8;
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}

.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/*start efeito card seleciona unidade*/

.kaf-input-radio-text-enabled
{
    background-color: #e8f5e9 !important;
    cursor: pointer;
    opacity: 1 !important;
}

.kaf-input-radio-text-disabled{
    background-color: #e9ecef !important;
    opacity: 0.4 !important;
    cursor: pointer;
}

.kaf-input-radio-text-error{
    background-color: #ffebee !important;
    cursor: pointer;
}

.camp_instr{
    width: 800px;
    float: left;
    padding:5px 0px 0px;
    font-size:12px;
    color:#969696;
}

.kaf-modal-loading
{
    background-color: #fff;
    z-index: 999999;
}

.kaf-card-error
{
    border-top: 4px solid #e74c3c;
}

.kaf-auth-box
{
    margin:0 !important;
}

.kaf-login-card
{
    margin-top:0 !important;
}

.login .cont-banner{
    width: 100%;
    height: 100%;
    background-image: url('../../../../kaeruf/images/imgloginc2.jpg');
    background-size: 100% 100%;
}

.kaf-container-fluid{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100% !important;
}

.kaf-j-pro-login{
    border:0;
    background-color: #fff !important;
}

.kaeruf-login-section{
    background-image: url('../../../../kaeruf/images/backgroundlogin3.png') !important;
    background-size: cover, cover;
    align-items: center;
    padding-bottom: 50px;
}

.kaf-row-login {
    width: 960px;
    margin: 0 auto;
}

#logo-kaeruf-login{
    background-image: url('../../../../kaeruf/images/kaeruflogin.png');
    min-height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 168px;
}

@media only screen and (max-width: 960px) {
    .kaf-row-login {
        width: auto;
    }
    .cont-banner{
        display: none;
    }

    #logo-kaeruf-login{
        background-image: url('../../../../kaeruf/images/logoKaeruf.png');
    }
}

@media only screen and (max-height: 768px) {
    .kaeruf-login-section{
        position: relative !important;
        padding-top: 30px;
    }
}

.kaeruf-button-acess-restrit{
    margin-top: 10px;
    background-color: #007BB6;
    border-color: #007BB6;
}

.kaeruf-table td, .kaeruf-table th {
    vertical-align: middle !important;
}

.kaeruf-table .kaf-label-bol{
    min-width: 75px !important;
    width: 75px;
    text-align: center;
}

.kaeruf-table-boleto td{
    border-top: 1px solid #F1C40F !important;
}

.tr-kaf-bol-vinc td{
    border-top:0 !important;
}

.kaeruf-table-boleto .tr-kaf-bol-vinc ul{
    font-size:12px;
    /*background-color: rgba(0,0,0,.05);*/
}


/*
<h1>Link Hover Effects</h1>
<h2><a class="effect-1" href="">Link Hover Effect 1</a></h2>
<h2><a class="effect-2" href="">Link Hover Effect 2</a></h2>
<h2><a class="effect-3" href="">Link Hover Effect 3</a></h2>
<h2><a class="effect-4" href="">Link Hover Effect 4</a></h2>
<h2><a class="effect-5" href=""><span>Link Hover Effect 5</span></a></h2>
<h2><a class="effect-6" href=""><span>Link Hover Effect 6</span></a></h2>
<h2><a class="effect-7" href="" data-content="Link Hover Effect 7"><span>Link Hover Effect 7</span></a></h2>
<h2><a class="effect-8" href="" data-content="Link Hover Effect 8"><span>Link Hover Effect 8</span></a></h2>
*/

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans);

*, *:before, *:after {
    box-sizing: border-box;
}

a, a > span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
    cursor: pointer;
    text-align: left !important;
}
a:before, a:after, a > span:before, a > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}*/

.kaf-effect-link, .kaf-effect-link > span {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
    cursor: pointer;
    text-align: left !important;
}

.kaf-effect-link:before, .kaf-effect-link:after, .kaf-effect-link > span:before, .kaf-effect-link > span:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.effect-1 {
    padding-top: 10px;
}
.effect-1:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0883a4;
    transform: scaleX(0);
}
.effect-1:hover:before {
    transform: scaleX(1);
}

.effect-2 {
    padding: 10px;
}
.effect-2:before, .effect-2:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-color: #0883a4;
}
.effect-2:before {
    border-width: 2px 0 2px 0;
    transform: scaleX(0);
}
.effect-2:after {
    border-width: 0 2px 0 2px;
    transform: scaleY(0);
}
.effect-2:hover:before, .effect-2:hover:after {
    transform: scale(1, 1);
}

.effect-3 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}
.effect-3:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0883a4;
    transform: translateX(-100%);
}
.effect-3:hover:before {
    transform: translateX(0);
}

.effect-3:hover > span{
    color: #0883a4;
}

.effect-4 {
    padding: 10px;
    display: inline-block;
    overflow: hidden;
}
.effect-4:before, .effect-4:after {
    left: 0;
    width: 100%;
    height: 2px;
    background: #0883a4;
}
.effect-4:before {
    bottom: 0;
    transform: translateX(-100%);
}
.effect-4:after {
    top: 0;
    transform: translateX(100%);
}
.effect-4:hover:before, .effect-4:hover:after {
    transform: translateX(0);
}

.effect-5 {
    display: inline-block;
    overflow: hidden;
}
.effect-5:before, .effect-5:after {
    right: 0;
    bottom: 0;
    background: #0883a4;
}
.effect-5:before {
    width: 100%;
    height: 2px;
    transform: translateX(-100%);
}
.effect-5:after {
    width: 2px;
    height: 100%;
    transform: translateY(100%);
}
.effect-5 > span {
    display: block;
    padding: 10px;
}
.effect-5 > span:before, .effect-5 > span:after {
    left: 0;
    top: 0;
    background: #0883a4;
}
.effect-5 > span:before {
    width: 100%;
    height: 2px;
    transform: translateX(100%);
}
.effect-5 > span:after {
    width: 2px;
    height: 100%;
    transform: translateY(-100%);
}
.effect-5:hover:before, .effect-5:hover:after, .effect-5:hover > span:before, .effect-5:hover > span:after {
     transform: translate(0, 0);
}

.effect-5-select:before, .effect-5-select:after, .effect-5-select > span:before, .effect-5-select > span:after {
    transform: translate(0, 0);
}

.effect-6 {
    display: inline-block;
    overflow: hidden;
}
.effect-6:before, .effect-6:after {
    right: 0;
    bottom: 0;
    background: #0883a4;
    transition: transform .3s ease;
}
.effect-6:before {
    width: 100%;
    height: 2px;
    transform: translateX(-100%);
    transition-delay: .9s;
}
.effect-6:after {
    width: 2px;
    height: 100%;
    transform: translateY(100%);
    transition-delay: .6s;
}
.effect-6 > span {
    display: block;
    padding: 10px;
}
.effect-6 > span:before, .effect-6 > span:after {
    left: 0;
    top: 0;
    background: #0883a4;
    transition: transform .3s ease;
}
.effect-6 > span:before {
    width: 100%;
    height: 2px;
    transform: translateX(100%);
    transition-delay: .3s;
}
.effect-6 > span:after {
    width: 2px;
    height: 100%;
    transform: translateY(-100%);
    transition-delay: 0s;
}
.effect-6:hover:before, .effect-6:hover:after, .effect-6:hover > span:before, .effect-6:hover > span:after {
    transform: translate(0, 0);
}
.effect-6:hover:before {
    transition-delay: 0s;
}
.effect-6:hover:after {
    transition-delay: .3s;
}
.effect-6:hover > span:before {
    transition-delay: .6s;
}
.effect-6:hover > span:after {
    transition-delay: .9s;
}

.effect-7 {
    display: inline-block;
    overflow: hidden;
}
.effect-7:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0883a4;
    transform: translateX(-100%);
}
.effect-7:after {
    content: attr(data-content);
    left: 0;
    top: 0;
    width: 0;
    margin: 12px;
    color: #0883a4;
    white-space: nowrap;
    overflow: hidden;
    transition: width .5s ease;
}
.effect-7 > span {
    display: block;
    margin: 2px;
    padding: 10px;
    background: #0BAAD4;
}
.effect-7:hover:before {
    transform: translateX(0);
}
.effect-7:hover:after {
    width: calc(100% - 24px);
}

.effect-8 {
    display: inline-block;
    overflow: hidden;
}
.effect-8:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0883a4;
    transform: translateY(-100%);
}
.effect-8:after {
    content: attr(data-content);
    top: 0;
    left: 0;
    height: 0;
    margin: 12px;
    color: #0883a4;
    white-space: nowrap;
    overflow: hidden;
    transition: height .5s ease;
}
.effect-8 > span {
    display: block;
    margin: 2px;
    padding: 10px;
    background: #0BAAD4;
}
.effect-8:hover:before {
    transform: translateY(0);
}
.effect-8:hover:after {
    height: calc(100% - 24px);
}

/*
CSS InputPasswordViewer
*/
.pwd-viewer-group {
    display: flex;
}
.pwd-viewer-group input {
    width: 100% !important;
}
.pwd-viewer-group a:hover {
    text-decoration: none !important;
}
.pwd-viewer-group .pwd-viewer-btn {
    width: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    transition: all 0.27s;
}
.pwd-viewer-group .pwd-viewer-btn:hover { opacity: 0.7; }
.pwd-viewer-group .pwd-viewer-btn:active { font-size: 14px; }
/**/

/** Arquivos **/
.item-arquivo{
    position: relative;
    margin: 5px 7px;
    border-radius: 5px;
    height: 100%;
    float: left;
    width: 160px;
    border: 2px solid #1ABC9C;
    transition: all 150ms ease-in-out;
}

.item-arquivo:hover{
    transform: scale(1.15);
    box-shadow: 0 0 15px #7e7e7e;
}

.item-arquivo .file-action-group {
    position: relative;
    display: flex;
    width: 100%;
    background-color: #2c3e50;
    border-radius: 0 0 3px 3px;
}

.item-arquivo .file-action-group div {
    text-align: center;
    color: #fff;
    font: 14px Verdana, Arial;
    padding: 6px;
    float: left;
    position: relative;
    width: 100%;
    border-left: 1px solid #5381b0;
    cursor: pointer;
}

.item-arquivo .file-action-group div:hover {
    background-color: #1ABC9C;
    text-shadow: 0px 0px 10px #fff;
    font-weight: bold;
}

.item-arquivo .file-action-group div:first-child {
    border-left: none;
}

.item-arquivo .icon-arquivo {
    margin: 0 auto;
    font-family: 'iconfont',cursive;
    font-size: 35px;
    text-align: center;
    width: 100%;
    height: 35px;
    color: #005382;
    line-height: 0;
    padding-top: 15px;
}

.item-arquivo .descricao-arquivo{
    text-align: center;
    line-height: 22px;
    padding: 15px 0 10px 0;
    font-size: 16px;
}

.item-arquivo .nome-arquivo{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 3px;
}
/**************/

/*theme 7 */
.pcoded .pcoded-header[header-theme="theme7"] {
    /*background: #004473; */
    background: #0072C6;
}
.pcoded .pcoded-navbar .pcoded-header[header-theme="theme7"] {
    color: #fff; }
.pcoded .pcoded-navbar .pcoded-header[header-theme="theme7"] .sidebar_toggle a {
    background: transparent;
    color: #fff;
    border-color: #fff; }
.pcoded .pcoded-navbar .pcoded-header[header-theme="theme7"] .pcoded-right-header .pcoded-rl-header ul > li > a,
.pcoded .pcoded-navbar .pcoded-header[header-theme="theme7"] .pcoded-right-header .pcoded-rr-header ul > li > a {
    color: #fff; }
.pcoded .pcoded-navbar .pcoded-header.nocollapsed .pcoded-left-header[lheader-theme="theme7"] {
    background: transparent; }
.pcoded .pcoded-navbar .pcoded-header.iscollapsed .pcoded-left-header[lheader-theme="theme7"] {
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] {
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .main-menu {
    background-color: /*#2c3e50;*/ #004473; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .main-menu .main-menu-header {
    background-color: /*#3e5871;*/#5A748D }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .main-menu .main-menu-content{
    background-color: #5A748D; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li > a {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.active > a {
    background: #2c3e50 !important;
    color: #FFF;
    border-bottom-color: #3e5871; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.active > a:before {
    border-left-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li > a {
    border-bottom-color: #3e5871; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li > a {
    border-bottom-color: #2c3e50;
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after,
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.pcoded-hasmenu > a:after {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger > a:after,
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.active:hover > a, .pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li:hover > a {
    background: #2c3e50;
    color: #FFF; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
    background: #2c3e50;
    color: #FFF; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
    border-left-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a {
    color: #FFF;
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:before {
    border-bottom-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:after {
    border-left-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
    border-bottom-color: #ffff; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:after {
    border-left-color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li:hover > a:before {
    border-left-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.pcoded-hasmenu:hover > a:after {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.pcoded-trigger > a {
    background: #2c3e50;
    border-bottom-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.pcoded-trigger.active > a {
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu:hover > a:after {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger.active > a:after {
    color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme7"] .pcoded-navigatio-lavel {
    color: #2c3e50;
    border-bottom-color: transparent; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="sub-expanded"] .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-color: transparent; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-navbar[navbar-theme="theme7"] .pcoded-item li.pcoded-trigger > a > .pcoded-mcaret {
    border-right-color: #2c3e50 !important; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-color: transparent; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme7"] {
    background-color: #2c3e50; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme7"] .pcoded-item > li:hover > a {
    color: #FFF; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme7"] .sidebar_toggle a {
    color: #fff; }

/* fim theme 7 */

/*theme 8 */
.pcoded .pcoded-header[header-theme="theme8"] {
    background: /*#148f77*/ #000000; }
.pcoded .pcoded-navbar .pcoded-header[header-theme="theme8"] {
    color: #fff; }
.pcoded .pcoded-navbar .pcoded-header[header-theme="theme8"] .sidebar_toggle a {
    background: transparent;
    color: #fff;
    border-color: #fff; }
.pcoded .pcoded-navbar .pcoded-header[header-theme="theme8"] .pcoded-right-header .pcoded-rl-header ul > li > a,
.pcoded .pcoded-navbar .pcoded-header[header-theme="theme8"] .pcoded-right-header .pcoded-rr-header ul > li > a {
    color: #fff; }
.pcoded .pcoded-navbar .pcoded-header.nocollapsed .pcoded-left-header[lheader-theme="theme8"] {
    background: transparent; }
.pcoded .pcoded-navbar .pcoded-header.iscollapsed .pcoded-left-header[lheader-theme="theme8"] {
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] {
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .main-menu {
    background-color: /*#37495B;*/ #000; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .main-menu .main-menu-header {
    background-color: /*#3e5871;*/#5A748D }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .main-menu .main-menu-content{
    background-color: #5A748D; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li > a {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.active > a {
    background: #2c3e50 !important;
    color: #FFF;
    border-bottom-color: #3e5871; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.active > a:before {
    border-left-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li > a {
    border-bottom-color: #3e5871; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li > a {
    border-bottom-color: #2c3e50;
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after,
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.pcoded-hasmenu > a:after {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger > a:after,
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.active:hover > a, .pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li:hover > a {
    background: #2c3e50;
    color: #FFF; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
    background: #2c3e50;
    color: #FFF; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
    border-left-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a {
    color: #FFF;
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:before {
    border-bottom-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:after {
    border-left-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
    border-bottom-color: #ffff; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:after {
    border-left-color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li:hover > a:before {
    border-left-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.pcoded-hasmenu:hover > a:after {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.pcoded-trigger > a {
    background: #2c3e50;
    border-bottom-color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.pcoded-trigger.active > a {
    background: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu:hover > a:after {
    color: #fff; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger.active > a:after {
    color: #2c3e50; }
.pcoded .pcoded-navbar[navbar-theme="theme8"] .pcoded-navigatio-lavel {
    color: #2c3e50;
    border-bottom-color: transparent; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="sub-expanded"] .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-color: transparent; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-navbar[navbar-theme="theme8"] .pcoded-item li.pcoded-trigger > a > .pcoded-mcaret {
    border-right-color: #2c3e50 !important; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
    border-left-color: transparent; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme8"] {
    background-color: #2c3e50; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme8"] .pcoded-item > li:hover > a {
    color: #FFF; }
.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme8"] .sidebar_toggle a {
    color: #fff; }
/* fim theme 8 */


.espaco-6-colunas{
    width: calc(100% / 6) !important;
}


.abas-mes-extrato {
    border-radius: 15px;
    border: 1px solid #1abc9c !important;
}
.abas-mes-extrato li.nav-item{
    background-color: white;
    padding: 0 !important;
}
.abas-mes-extrato.md-tabs li.nav-item a
{
    display: block;
    padding: 10px 0 !important;
    font-weight: bold;
    transition: all .5s;
}
.abas-mes-extrato li.nav-item a:hover,
.abas-mes-extrato li.nav-item a.active{
    background-color: #1abc9c !important;
    color: white;
}
.abas-mes-extrato li.nav-item:first-child,
.abas-mes-extrato li.nav-item:first-child.nav-link.active{
    border-radius: 15px 0 0 15px;
    border-bottom: 1px solid #1abc9c !important;
}
.abas-mes-extrato li.nav-item:last-child,
.abas-mes-extrato li.nav-item:last-child.nav-link.active,
.abas-mes-extrato li.nav-item:last-child a{
    border-radius: 0 15px 15px 0;
}

.abas-mes-extrato li.nav-item:first-child a{
    border-radius: 15px 0 0 15px;
}



.j-pro .select2-container--default:focus {
    border-color: #1abc9c; }
.j-pro .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent; }
.j-pro .select2-container--default .select2-search__field:focus {
    border: 1px solid #1abc9c; }
.j-pro .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1abc9c; }
.j-pro .select2-container--default .select2-selection--multiple {
    padding: 3px 30px 4px 10px; }
.j-pro .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1abc9c;
    border: 1px solid #1abc9c;
    padding: 5px 15px;
    color: #fff; }
.j-pro .select2-container--default .select2-selection--multiple .select2-selection__choice span {
    color: #fff; }
.j-pro .select2-container--default .select2-selection--multiple .select2-search__field {
    border: none;
    height: auto;
}
.j-pro .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #1abc9c; }
.j-pro .select2-container--default .select2-selection--single {
    color: #fff;
    height: auto; }
.j-pro .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #fff;
    color: #000 !important;
    padding: 8px 30px 8px 20px;
    min-height: 44px !important;
}
.j-pro .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 15px; }
.j-pro .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent; }

.j-pro .select2-selection
{
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 2px;
}

.j-pro .select2-selection:hover
{
    border: 1px solid #1abc9c !important;
}

.j-pro .select2-selection:focus
{
    border: 1px solid #1abc9c !important;
}

.j-pro .select2-container--disabled .select2-selection{
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.j-pro .j-error-view .select2-selection__rendered
{
    background: #ffebee !important;
}

.j-pro .j-success-view .select2-container--default .select2-selection--single .select2-selection__rendered
{
    background: #e8f5e9!important;

}

.toggle-group .toggle-off, .toggle-group .toggle-on{
    line-height: 15px !important;
}

.toggle-group .toggle-off {
    /*color: #333 !important;*/
    /*background-color: #ccc !important;*/
    /*border-color: #ccc !important;*/
}

.toggle-group label{
    padding: 10px 10px 10px 18px !important;
}

.toggle-group .toggle-handle {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.j-pro .toggle.btn
{
    /*min-height: auto !important;*/
    height: 34px !important;
}

.table-browser .toggle.btn{
    min-height: auto !important;
    height: auto;
}

.select2-selection__clear{
    font-size: 23px;
    margin-right: 5px;
}

ul li.legend-data-reserva {
    font-size: 16px;
    position: absolute;
    right: 2px;
    top: -12px;
    font-family: Verdana;
    font-weight: bold;
    color: #019577 !important;
}
ul li.data-reserva {
    float: none;
    width: 100%;
}
ul.dados-reserva-salao { position: relative; }

.card-block.car-info-inic{
    padding-bottom: 0;
    min-height: 123px;
}

.pcoded[vertical-nav-type="compact"] .kaeruf-menu-navbar-icon {
    margin-left: -20px;
}

.pcoded[vertical-nav-type="collapsed"] .kaeruf-menu-navbar-icon {
    margin-left: -20px;
}

.j-pro-filtro{
    background: none !important;
    border: 0;
}

.j-pro-filtro .j-content{
    padding: 0;
}

.j-pro-filtro .select2-container--default .select2-selection--single .select2-selection__rendered{
    min-height: 19px !important;
    font-size: 14px !important;
    line-height: 19px;
}

.j-pro-filtro input{
    min-height: 19px !important;
    font-size: 14px !important;
    line-height: 19px;
    height: auto !important;
    padding: .5rem .75rem !important;
}

.j-pro-filtro .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:6px;
}

.j-pro-filtro .btn{
    font-size: 14px;
    padding: 10px;
}

.j-pro-filtro span.j-error-view{
    display: none;
}

.j-pro-filtro .j-response{
    display: none !important;
}

/*modal form kaeruf*/
.swal2-popup{
    padding: 12px !important;
}

.swal2-content .kaeruf-main-container-modal{
    /*min-height: calc(100vh - 460px) !important;*/
    min-height: auto !important;
    max-height: calc(100vh - 121px) !important;
    text-align: left;
}

.swal2-content .kaeruf-main-container-modal .card-header{
    padding: 0px 12px 12px;
}

.swal2-content .kaeruf-main-container-modal .card-block{
    overflow-y: auto;
    max-height: 32vmax;
    padding: 5px;
}

.swal2-content .kaeruf-main-container-modal .card-main{
    border-top: 0;
}

.swal2-content .kaeruf-main-container-modal .kaeruf-form-info-obgt{
    font-size: 9px;
}

.swal2-content .kaeruf-main-container-modal .kaeruf-form-info-obgt-text{
    font-size: 12px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

.j-pro span.j-error-view, .j-pro span.j-success-view, .j-pro span.j-warning-view, .j-pro span.j-info-view{
    height: auto;
}

.kaeruf-modal-btn{
    margin: 5px !important;
    color: #fff !important;
    cursor: pointer !important;
    border-radius: 2px !important;
    text-transform: capitalize;
    font-size: 15px !important;
    padding: 10px 19px !important;
    font-family: 'Open Sans';
    display: inline-block;
    font-weight: 400 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: normal;
}

.kaeruf-modal-btn-confirm{
    background-color: #1abc9c !important;
}

.kaeruf-modal-btn-cancel{
    background-color: #bdc3c7 !important;
}

.kaeruf-modal-btn-info{
    background-color: #3498DB !important;
}

.kaeruf-modal-btn-close{
    background-color: #e74c3c !important;
}

.kaeruf-modal-btn-email{
    background-color: #1abc9c !important;
}

.swal2-loading .kaeruf-modal-btn-confirm{
    border-left-color: rgb(26, 188, 156) !important;
    border-right-color: rgb(26, 188, 156) !important;
    display: flex !important;
    border-radius: 100% !important;
    color: transparent !important;
    padding: 0 !important;
}

/*fim modal form kaeruf*/

/*modal form kaeruf para cadastro*/
.swal2-modal-kaf-form-pattern{
    background-color: rgba(255,255,255,.65) !important;
    top:56px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.swal2-modal-kaf-form-pattern .swal2-popup{
    padding: 0 !important;
    border-left: 1px solid #d2d2d2;
    min-width: 500px;
    height: 100vh;
    justify-content: flex-start !important;
    border-radius: 0 !important;
    box-shadow: -30px 0 30px -30px rgba(0,0,0,.2);
    border-top: 4px solid #8CDDCD;
}

.swal2-modal-kaf-form-pattern .swal2-content .kaeruf-main-container-modal{
    margin-top: 0 !important;
    background: #fff;
}

.swal2-modal-kaf-form-pattern .swal2-actions{
    position: absolute;
    top:0;
    right: 0;
    margin:10px !important;
    width: auto !important;
}

.swal2-modal-kaf-form-pattern .swal2-actions button {
    padding: 7px 10px !important;
}

.swal2-modal-kaf-form-pattern .swal2-header{
    display: none !important;
}

.swal2-modal-kaf-form-pattern .swal2-content .kaeruf-main-container-modal .card-header{
    padding: 0px 12px 14px 12px;
}

.swal2-modal-kaf-form-pattern .swal2-content .kaeruf-main-container-modal .card-block{
    max-height: calc(100vh - 123px);
    height: calc(100vh - 123px);
    padding: 0;
}

.swal2-modal-kaf-form-pattern .swal2-show {
    -webkit-animation: fadeInRight .4s !important;
    animation: fadeInRight .4s !important;
}

.swal2-modal-kaf-form-pattern .swal2-hide {
    -webkit-animation: fadeOutRight .4s forwards !important;
    animation: fadeOutRight .4s forwards !important;
}

/*.swal2-modal-kaf-form-pattern .kaeruf-main-container-modal .page-body:nth-child(1) .row:nth-child(1),
.swal2-modal-kaf-form-pattern .kaeruf-main-container-modal .page-body:nth-child(1) .col-sm-12:nth-child(1) {
    padding: .5rem;
}*/

/*fim modal form kaeruf para cadastro*/

/*para iframe*/
.iframe-kaf-template{
    /*height: 100vh;
    border:0;*/
}

.swal2-modal-kaf-form-pattern{
    top:46px !important;
}

.swal2-modal-kaf-form-pattern .swal2-content .kaeruf-main-container-modal .card-block{
    max-height: calc(100vh - 110px);
    height: calc(100vh - 110px);
}

.pcoded-main-container {
    min-height: calc(100vh - 47px);
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-content {
    margin-left: 0;
}

.card-main{
    border-top:0;
}

.swal2-modal-kaf-form-pattern .swal2-popup{
    border-top:0;
    margin-top:1px;
}

.pcoded[theme-layout="vertical"].pcoded-wrapper, .pcoded[theme-layout="vertical"] .pcoded-main-container{
    margin-top: 1px;
}

.card-iframe-report{
    overflow: hidden !important;
}

.card-iframe-report iframe{
    padding: 0;height: calc(100vh - 110px);border: 0
}

.holds-the-iframe {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

/*fim iframe*/

.filer-icon-file-k{
    position: relative;
    display: block;
    background: #e1e1e1 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAAEACAYAAADsqNl9AAAD5klEQVR42u3azUqUURjA8bHAEpIK+9hlRBGC0QfVustI+oAo2nQJgYGFFEUhJF1NUVAXEC6iSyhIDCoX5js9Z5xpXmxsRjOdmfP7wfPqwtWZ589xhqlUN2Y5Zi5mJmYi5lzMgZhdFbpavEb32sxsURSfq5mqrPPv52MexYxZrb4NIusoOgoiDudb/JiMGbZSWQSRbRSdBPEqZtQqZRdEllFU2rxPuB8zYI2yDSK7KNYKYinmlvURRG5RVNa4GW5aHUHkGEWrIKasjSByjWJ1EC+tjCByjqKy6qPVI1ZGEDlHUb4h7loXQeQeRSOILzF7rIsgco+iEcS0VRGEKFaCSB+znrQqghDFShDvrYkgRNEM4pk1EYQomkFctiaCEEUziDPWRBCiaAYxYk0EIYpmEIPWRBCiqAeBIEQhCEGIQhBsWxA9E4UNEYQoBCEIUQiC7giiq6OwIYIQhSAEIQpB0H1BdF0UNkQQohCEIEQhCLo7iFoUMZ8EgSC6JAobIghRCEIQohAEvRXEtkRhQwQhCkEIQhSCoHeD2LIobIggRCEIQYhCEPRHEP81ChsiCFEIQhCiEAT9F8SmR2FDBCEKQQhCFIKgv4PYlChsiCD6bZ7/SxQ2RBCiEIQgRCEI8gpiQ1HYEEGIQhCCEIUgyDeIjqOwIYIQhSAEIQpBsBLEKVGsHYUNcUuIQhCCMK2jsB2CEEUpCtshClOKwmYIwpSisBn5BjEqgj+jsBluCVMaWyEKIQiCUhCXhCAI3BKC4K9RXBeEIHBbCALvKwTBRuO4IQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyEi1Wh10ClBrYXd6jDgKqAVxMD3OOgqoBXE+PSYcBdSCuJIeM44CakHMpseco4BKpSiKDymI5Zgxx0Hmt8N4TDX9kjx0JGQexONyEPMxw46FTGPYF7NQDiKZdDRkGsSDRgTlIL7HHHU8ZBbD8ZjFVkEkr2MGHBOZxLAj5m05gNVBJNOOipzeSLcLIn0Me9tx0ecx3KnvetsgkiVR0Ocx/Gy1+GsF0bgppr2noI9C2BnzpNXN0EkQDW9ijjlOejyGEzHv2i17J0EkP2KmYvY6WnoshP31/3QWO1n0ToNoWKhfOeOOmi4P4XTM06Iovq5nwdcbxG/pm4Hp67IxV2MuxByKGfJSsMWLPxRzOOZizLWYF7GbHze6178AQI59RSRyAJkAAAAASUVORK5CYII=') no-repeat;
    background-color: rgb(225, 225, 225);
    background-size: auto;
    background-size: cover;
    width: 32px;
    height: 41px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
}

.filer-icon-file-k.icon-pdf{
    background-color: rgb(242, 60, 15);
}

.filer-icon-file-k.icon-css{
    background-color: rgb(3, 128, 32);
}

.filer-icon-file-k.icon-txt{
    background-color: rgb(112, 156, 39);
}

.filer-icon-file-k.icon-backup{
    background-color: rgb(194, 112, 92);
}

.filer-icon-file-k.icon-rar{
     background-color: rgb(35, 8, 130);
 }

.filer-icon-file-k.icon-xlsx{
    background-color: rgb(89, 22, 5);
}

.filer-icon-file-k.icon-js{
    background-color: rgb(73, 82, 212);
}

.filer-icon-file-k.icon-cdr{
    background-color: rgb(49, 12, 3);
}

.filer-icon-file-k.icon-php{
    background-color: rgb(18, 132, 161);
}

.filer-icon-file-k.icon-exe{
    background-color: rgb(120, 94, 23);
}

.filer-icon-file-k.icon-others{
    background-color: rgb(126, 31, 135);
}

.cursor-move {cursor: move;}
.cursor-pointer{cursor: pointer}

.oncontextmenu{
    background-color: #f1c40f !important;
}
.oncontextmenu td{
    color: #000 !important;
}
.drop-contextmenu-movconta{
    border-color: #f1c40f;
}
.drop-contextmenu-movconta .dropdown-item{
    cursor: pointer;
}
.drop-contextmenu-movconta .dropdown-item:hover {
    background-color: #1abc9c;
    color: #fff;
}

.label-pink{
    background-color: #EA4C89;
}

.label-instagram{
    background-color: #517FA4;
}

.label-aplicativo{
    background-color: #6B05F9;
}

.label-duplicidade{
    background-color: #ff7814;
}

.label-comercial{
    background-color: #513631;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-navbar {
    width: 235px;
}


/* #####################Toggle animation Start here #####################*/
 .pcoded.pcoded-toggle-animate .pcoded-navbar,
.pcoded.pcoded-toggle-animate .pcoded-header .pcoded-left-header ,
.pcoded.pcoded-toggle-animate .pcoded-content,
.pcoded.pcoded-toggle-animate .pcoded-header .pcoded-right-header {
	-webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}
 .pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item  > li  > a .pcoded-mtext{
	transition-delay: 0.20s;
	-webkit-transition: opacity 0.35s linear;
    -moz-transition: opacity 0.35s linear;
    -o-transition: opacity 0.435s linear;
    transition: opacity 0.35s linear;
	transform: rotateX(90deg);
}
 .pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-mtext {
	transition: all 0.2s linear;
	 -webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transform: rotateX(90deg);
	 -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
}
.pcoded.pcoded-toggle-animate  .pcoded-navbar .pcoded-item li a .pcoded-badge {
	transition: all 0.2s linear;
	 -webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transform: rotateX(90deg);
	 -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);

}

 .pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item  li.pcoded-hasmenu  > a:after {
	transition: all 0.3s linear;
	 -webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition: all 0.3s linear;
	transform: rotateX(90deg);
	 -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
}
 .pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item  li.pcoded-hasmenu.pcoded-trigger  a:after {
	transition: all 0.3s linear;
	 -webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition: all 0.3s linear;
	transform: rotateX(90deg);
	 -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
}
 .pcoded.pcoded-toggle-animate  .pcoded-left-header .pcoded-logo{
	transition: width 0.3s linear;
	 -webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition: all 0.3s linear;
}
 .pcoded.pcoded-toggle-animate .pcoded-left-header .logo-text{
	transition: all 0.3s linear;
	 -webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition: all 0.3s linear;
	opacity: 0;
    visibility: hidden;
	transform: rotateX(90deg);
	 -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
}
 .pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after {
	transform: rotateX(90deg);
	 -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
	transition: opacity 0.3s linear;
	 -webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;

}



/* #####################Toggle animation Close here##################### */


.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li > a .pcoded-mcaret{
    display: none;
}

.pcoded .pcoded-navbar .pcoded-item > li > a .pcoded-mcaret {
    position: absolute;
    right: 10px;
    font-size: 11px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"].pcoded .pcoded-navbar .pcoded-item > li > a .pcoded-mcaret {
    top: 14px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"].pcoded .pcoded-navbar .pcoded-item > li > a .pcoded-mcaret {
    top: 17px;
}