﻿@import url("imports_acesso.css");

.login-container .block-flat .foot {
    text-align: right;
    padding: 0 30px 15px;
}

    .login-container .block-flat .foot .left-align > a {
        float: left;
        padding-top: 9px;
    }

.tooltip {
    z-index: 9999;
    position: fixed;
}

.login-container .middle-login {
    width: 430px;
    left: 50%;
    position: absolute;
    margin-top: 50px;
    margin-left: -215px;
}

.remeber-me {
    padding-top: -10px;
}

html {
    height: auto;
}

.company-logo {
    max-width: 196px;
    max-height: 130px;
    margin-bottom: 10px;
}

    .company-logo > img {
        max-width: 100%;
        height: auto;
    }

.manutencao-alert {
    margin: 30px;
}

#cl-wrapper .cl-sidebar .side-user span {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

#cl-wrapper .cl-sidebar .side-user a {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.cl-vnavigation .parent ul li a {
    font-size: 11px;
    background-image: none;
    padding: 7px 18px 7px 25px;
    background-color: #2F8BAE;
}

.dropdown-menu > .active > a, .dropdown-menu > .active {
    background-color: #36a3ff;
}

.record-search {
    text-align: left;
    cursor: auto;
}

.loading {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    z-index: 9999;
    padding-top: 20px;
}

.pagination {
    margin: 0px 0px 12px 0px;
}

label {
    font-weight: 400;
}

.cl-mcont {
    background-color: #fff;
    padding: 0px 30px 0px 30px;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.table > thead > tr > th {
    vertical-align: top;
    padding-top: 7px;
    padding-bottom: 4px;
}

body {
    background-color: #fff;
}


.table > tbody > tr > td {
    vertical-align: top;
    padding-top: 7px;
    padding-bottom: 7px;
}

.tab-content {
    padding: 0px 20px 0px 20px;
}

    .tab-content .header {
        border-bottom: 1px solid #ddd;
        margin-bottom: 8px;
    }

.profile_item {
    border-left: 4px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .profile_item .btn {
        margin-top: 5px;
    }

.add_see_close {
    opacity: 1;
}

.add-see-modal-footer {
    padding: 15px 0px 10px;
    margin-top: 0px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.add_see_record_tab_content {
    background: #fff;
    padding: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
    box-shadow: none;
}

.add_see_wait {
    width: 96%;
    display: table-cell;
    position: absolute;
    float: left;
    background-color: #fff;
    z-index: 9;
    vertical-align: middle;
    text-align: center;
    margin-top: 170px;
}

.add_see_loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
}

.login_loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -97px;
    margin-left: -90px;
    color: #2F8BAE;
}

.forgot_loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -96px;
    color: #2494F2;
}

.redefine_loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -96px;
    color: #2494F2;
}

.status-ball {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: -1px;
    margin-right: 5px;
    padding: 0px;
    display: inline-block;
}

.color-preview {
    width: 50px;
    height: 18px;
    border: 1px solid #ddd;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-left: 3px;
    border-radius: 5px;
    margin-bottom: -5px;
}

ul.img-avatar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul.img-avatar li {
        display: inline-block;
        height: 150px;
        margin: 0 1em 1em 0;
        position: relative;
        width: 150px;
    }

span.text-avatar {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 140px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 140px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding-top: 50px;
}

ul.img-avatar li:hover span.text-avatar {
    opacity: 1;
}

ul.img-avatar-b {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul.img-avatar-b li {
        display: inline-block;
        height: 135px;
        margin: 0 1em 1em 0;
        position: relative;
        width: 135px;
    }

span.text-avatar-b {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 125px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 125px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding-top: 45px;
}

ul.img-avatar-b li:hover span.text-avatar-b {
    opacity: 1;
}

.popover {
    z-index: 9999;
    position: fixed;
}

.popover {
    width: 250px;
}

.page-aside.email .header, .page-aside.app .header {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 1px;
}

.page-aside > div {
    width: 280px;
    border-right: 1px solid #ddd;
}

ul.img-logo {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul.img-logo li {
        display: inline-block;
        height: 150px;
        margin: 0 1em 1em 0;
        position: relative;
        width: 156px;
    }

span.text-logo {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 94px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 146px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding-top: 30px;
}

ul.img-logo li:hover span.text-logo {
    opacity: 1;
}

ul.img-logo-nfce {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    ul.img-logo-nfce li {
        display: inline-block;
        height: 150px;
        margin: 0 1em 1em 0;
        position: relative;
        width: 156px;
    }

span.text-logo {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 94px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 146px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding-top: 30px;
}

ul.img-logo-nfce li:hover span.text-logo {
    opacity: 1;
}

span.text-logo-danfe-nfce {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 96px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 330px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding-top: 34px;
}

ul.img-logo-nfce li:hover span.text-logo-danfe-nfce {
    opacity: 1;
}

.company-logo {
    margin-bottom: 0px;
}

.forgotpassword-container .block-flat .content {
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mail-inbox .head, .main-app .head {
    background: #FFF;
    padding-top: 0px;
    padding-bottom: 5px;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #00B0DA;
    border-color: #2F8BAE;
}

.panel-primary {
    border-color: #2494F2;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

#cl-wrapper .cl-sidebar .side-user {
    padding: 5px 10px;
}

#sub-menu-nav ul li span {
    margin-left: 4px;
}

.img_div {
    position: relative;
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-left: 3px;
    margin-bottom: -5px;
}

    .img_div img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0px;
    }

        .img_div img.portrait {
            width: 100%;
            height: auto;
        }

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .65;
    color: gray;
}

label.disabled {
    color: gainsboro;
}

.color-preview-prod {
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 9px;
    margin-bottom: -5px;
}

.img_div_var {
    position: relative;
    width: 136px;
    height: 136px;
    overflow: hidden;
    margin-left: 3px;
    margin-bottom: -5px;
}

    .img_div_var img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0px;
    }

        .img_div_var img.portrait {
            width: 100%;
            height: auto;
        }

.color-preview-prod-pre-view {
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 9px;
    margin-bottom: -3px;
}

.img_div_preview {
    position: relative;
    width: 156px;
    height: 156px;
    overflow: hidden;
    margin-right: -1px;
    margin-bottom: 11px;
}

    .img_div_preview img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0px;
    }

        .img_div_preview img.portrait {
            width: 100%;
            height: auto;
        }

.filter-active {
    background-color: #eee;
}

    .filter-active > a:after {
        display: block;
        float: right;
        width: 0;
        font-family: FontAwesome;
        content: "\f00c";
        margin-left: 5px;
    }

.nano > .pane {
    background: gray;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px !important;
}

.add_product_img_div {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: inline-block;
}

    .add_product_img_div img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0px;
    }

.img_div img.portrait {
    width: 100%;
    height: auto;
}

.inner-addon {
    position: relative;
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.autocomplete-suggestions {
    border: 1px solid #ddd;
    background: #FFF;
    overflow: hidden;
    width: 100%;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #reF0F0;
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

.tooltip .tooltip-inner {
    background: rgba(47, 139, 174, 0.85);
    color: #fff;
    font-weight: 500;
    padding: 4px;
    line-height: 1.50em;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(47, 139, 174, 0.85);
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(47, 139, 174, 0.85);
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(47, 139, 174, 0.85);
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid rgba(47, 139, 174, 0.85);
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.page-head {
    padding: 20px 25px 21px;
}

.loading_mailbox {
    margin-top: 80px;
    font-size: 150px;
    color: #2494F2;
}

.mail-inbox .mails .item, .main-app .items .item {
    border-bottom: 1px solid #E5E5E5;
    padding: 6.5px 8px 3px;
    display: table;
    width: 100%;
    cursor: pointer;
}

.mail-inbox .filters, .main-app .filters {
    padding: 9px 20px 10px 8px;
    border-bottom: none;
}

.mail-inbox .mails .item > div:first-child > div, .main-app .items .item > div:first-child > div {
    margin-top: 6px;
}

.mail-inbox .mails .item > div:first-child, .main-app .items .item > div:first-child {
    width: 30px;
}

.mail-inbox .filters .checkbox, .main-app .filters .checkbox {
    margin-right: 3px;
}

.mail-inbox .head, .main-app .head {
    background: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
}

.message .head h3 {
    margin: 4px 0 8px 0;
}

    .message .head h3 span {
        font-weight: 200;
        font-size: 18px;
        float: inherit;
    }

.message .head h3 {
    margin: 4px 0 10px 0;
    font-weight: 400;
}

.msg {
    display: inline-block;
    width: 100%;
    max-width: 807px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.modal-header {
    cursor: move;
}

.mail-copy {
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
    background-color: #F6F6F6;
    padding: 5px;
}

span.text-logo-danfe {
    background: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    display: table;
    height: 96px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 330px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding-top: 34px;
}

ul.img-logo li:hover span.text-logo-danfe {
    opacity: 1;
}

.emit_nfe_tab_content {
    background: #fff;
    padding: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-bottom: 0px;
    box-shadow: none;
}

.nano > .pane {
    background: rgb(30, 92, 115);
}

    .nano > .pane > .slider {
        background: #444;
        background: #2F8BAE;
        position: relative;
        margin: 0 1px;
    }

span.disabled {
    color: gainsboro;
}

i.disabled {
    color: gainsboro !important;
}

.disabledTab {
    pointer-events: none;
}

    .disabledTab > a {
        color: gainsboro !important;
        border-top: 2px solid gainsboro !important;
    }

p.disabled {
    color: gainsboro !important;
}

code.disabled {
    color: gainsboro !important;
}

.navbar-nav > li.button .dropdown-menu {
    padding: 0;
    min-width: 280px;
    max-width: 300px;
}

.navbar-default .navbar-nav > li.button .dropdown-menu .nano {
    min-height: 0px;
    max-height: 426px;
}