body {
    background-color: rgba(236, 240, 241, .4);
}

.btn_icons {
    background: #CCC;
    padding: 4px 10px !important;
    cursor: pointer;
}

.btn_icons i {
    color: #282727;
    font-size: 1rem;
}

.btn_icons:hover {
    background: #111;
}

.btn_icons:hover i {
    color: #FFF;
}

.login_box {
    width: 600px;
    background: #fff;
    margin: 0 auto;
    max-width: 90%;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    margin-top: 4%;
}

.login_box header {
    padding: 30px 20px;
    text-align: center;
    background: #f4f4f4;
}

.login_box header h1 {
    font-size: 2.4em;
    font-weight: bold;
    color: #888;
    line-height: 1.1;
    margin-bottom: 5px;
}

.login_box header p {
    font-size: 0.7em;
    font-weight: 500;
    text-transform: uppercase;
}

.login_box .trigger {
    text-align: center;
}

.login_box .trigger a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

.login_box .trigger a:hover {
    text-decoration: underline;
}

/*FORMS*/
.account_form_fields {
    padding: 30px 30px 15px 30px;
}

.account_form_fields .legend {
    display: block;
    width: 100%;
    font-size: 1.5em;
    margin: 30px 0 10px 0;
}

.account_form_fields label {
    display: block;
    margin-bottom: 15px;
}

.account_form_fields label span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: .91em;
}

.account_form_fields label input {
    font-size: .91em;
}

.account_form_fields label .input {
    padding: 10px;
    border: 2px solid #ccc;
    color: #555;
}

.account_form_fields input {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.account_form_actions {
    padding: 30px 0;
    text-align: center;
}

.account_form_actions .btn {
    display: inline-block;
    margin: 0 auto;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px 40px;
}

.account_form_actions img {
    height: 26px;
    margin-top: -5px;
    margin-left: 10px;
    display: none;
}

.account_form_actions a {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 300;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
}

.account_form_actions a:hover {
    text-decoration: underline;
}

.account_form_actions .create {
    margin-left: 30px;
    font-weight: 400;
    color: #333;
}

.account_box {
    display: block;
    width: 100%;
    vertical-align: top;
}

.account_box .trigger {
    font-size: 1em;
}

.account_box .trigger a {
    color: inherit;
    font-weight: bold;
}

.account_box .paginator {
    text-align: center;
    margin: 15px 0 0 0;
}


.workcontrol_account_sidebar {
    width: 25%;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
}

.workcontrol_account_sidebar header {
    padding: 30px 0;
    background: #f4f4f4;
    text-align: center;
}

.workcontrol_account_sidebar header h1 {
    font-size: 1.2em;
    font-weight: 300;
}

.workcontrol_account_sidebar header p {
    font-size: 1em;
}

.workcontrol_account_sidebar_nav {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
}

.workcontrol_account_sidebar_nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.workcontrol_account_sidebar_nav li a {
    display: block;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    color: #555;
    font-size: 0.875em;
    font-weight: bold;
    text-decoration: none;
}

.workcontrol_account_sidebar_nav li .logoff {
    color: #C63D3A;
}

.workcontrol_account_sidebar_nav li a:before {
    content: "▪";
    margin-right: 10px;
}

.workcontrol_account_sidebar_nav li .active,
.workcontrol_account_sidebar_nav li .active:hover {
    background: #eee;
    border-color: #eee;
    color: #333;
    cursor: default;
}

.workcontrol_account_sidebar_nav li .active:before {
    content: "➔";
    margin-right: 10px;
}

.workcontrol_account_sidebar_nav li a:hover {
    background: #f4f4f4;
}

.workcontrol_account_view {
    padding: 30px;
}

.account_user_avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.account_box .account_form_callback {
    position: fixed;
    right: 0;
    top: 0;
    padding: 15px;
    width: 500px;
    max-width: 100%;
    z-index: 9999;
}

.account_box .account_form_callback .trigger {
    text-align: left;
}

.wc_account_title {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #888;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 3px solid #f2f2f2;
}

.wc_account_title span {
    border-bottom: 3px solid #888;
    padding-bottom: 5px;
}

.wc_spacer {
    padding: 2px;
    margin: 30px 0;
    background: #fbfbfb;
}

.workcontrol_account_home p {
    display: inline-block;
    width: 50%;
    padding: 10px;
    border: 1px solid #eee;
}

.workcontrol_account_home p b {
    font-weight: 300;
    color: #999;
}

.workcontrol_account_home .btn {
    font-size: 0.8em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.wc_account_order {
    font-size: 0.875em;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.wc_account_order p {
    display: inline-block;
    width: 20%;
    color: #888;
    text-align: center;
}

.wc_account_order p:first-of-type {
    text-align: left;
}

.wc_account_order a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.wc_account_order a:hover {
    text-decoration: underline;
}

.wc_order_addr {
    margin: 0 0 20px 0;
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #f2f2f2;
}

.wc_order_addr b {
    font-weight: 400;
    font-size: 1.2em;
}

.workcontrol_order_completed_card {
    display: block;
    width: 100%;
}

.workcontrol_order_completed_card p {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-weight: bold;
    color: #888;
    font-size: 0.875em;
}

.workcontrol_order_completed_card a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.workcontrol_order_completed_card a:hover {
    text-decoration: underline;
}

.workcontrol_order_completed_card.items img {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}

.workcontrol_order_completed_card.items .product span {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
    padding-left: 5%;
}

.workcontrol_order_completed_card.items {
    border-bottom: 1px solid #eee;
}

.workcontrol_order_completed_card.items p {
    font-weight: 300;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0;
}

.workcontrol_order_completed_card .product {
    width: 40%;
    text-align: left;
}

.workcontrol_order_completed_card.total {
    display: block;
    text-align: right;
    padding-top: 30px;
    color: #888;
    font-size: 1.3em;
    font-weight: 300;
}

.workcontrol_order_completed_card.total b {
    display: inline-block;
    width: 200px;
    font-weight: 300;
}

.workcontrol_order_completed_card.total .wc_cart_price b,
.workcontrol_order_completed_card.total .wc_cart_price {
    font-weight: 400;
    color: #000;
}

@media (max-width: 62em) {

    .account_box,
    .workcontrol_account_sidebar {
        width: 100%;
        padding: 0;
    }

    .workcontrol_account_sidebar_nav li {
        display: inline-block;
        width: 50%;
    }

}

@media (max-width: 42em) {
    .workcontrol_account_home p {
        width: 100%;
    }

    .wc_account_order p {
        width: 50%;
        padding: 10px 0 0 0;
    }

    .wc_account_order p:first-of-type {
        width: 100%;
        padding: 10px;
        background: #f2f2f2;
    }
}

.fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}


.main-menu:hover,
nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}

.main-menu {
    background: #000;
    border-right: 1px solid #FF5E00;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
}

.main-menu>ul {
    margin: 7px 0;
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
    margin: 20px 0px;
}

.main-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;

}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Titillium Web', sans-serif;
}

.main-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav ul,
nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}

.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: #FF9800;
}

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}

.area-logada {
    margin-left: 60px;
    padding: 30px;
}

.area-logada h2 {
    margin-bottom: 50px;
}

.top_bar {
    margin-left: 60px;
    padding: 10px;
    padding-right: 32px;
    text-align: right;
    background: #eee;
    font-size: .8rem;
    -webkit-box-shadow: -6px -6px 34px 5px rgb(0 0 0 / 5%);
    box-shadow: -6px -6px 34px 5px rgb(0 0 0 / 5%);
}

.item-dashboard {
    background-color: #FFF;
    padding: 30px;
    border-radius: 2px;
    -webkit-box-shadow: -6px -6px 34px 5px rgb(0 0 0 / 5%);
    box-shadow: -6px -6px 34px 5px rgb(0 0 0 / 5%);
}

.item-form-page-vendas {
    margin: 10px 0px;
    background-color: #FFF;
    border-radius: 2px;
    padding: 30px 20px;
    -webkit-box-shadow: -6px -6px 34px 5px rgb(0 0 0 / 5%);
    box-shadow: -6px -6px 34px 5px rgb(0 0 0 / 5%);
    border-left: 10px solid #14558d;
}

.item-form {
    margin: 20px 0px;
}

.item-form label {
    text-transform: uppercase;
    font-weight: bold;
    color: #14558d;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="file"],
select,
textarea {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 13px;
    color: #111;
    resize: none;
}

.user_thumb {
    padding: 30px 60px;
    border-radius: 50%;
}

.logo-login-box {
    margin: 60px 0px 40px 0px;
}

.panel {
    padding: 20px;
    background: #FFF;
    border-left: 4px solid #CCC;
    margin-bottom: 50px;
}

hr {
    width: 80%;
    background: #f3f3f3;
    height: 2px;
    margin: 0px 10%;
}

.btn_small {
    font-size: .8rem;
    padding: 10px 15px;
}

.w100 {
    width: 100%;
}

.item-contato-cliente,
.socio-repli {
    margin-bottom: 40px;
}

.required-label {
    color: #C63D3A;
    font-weight: bold;
}

.header-top-list {
    background: #e3e3e3;
    padding: 6px 3px;
    font-size: .9rem;
}

.item-list:nth-child(odd) {
    background: #e9e9e9
}

.item-list:nth-child(even) {
    background: #FFF
}

.item-list {
    cursor: pointer;
    padding: 10px 2px;
}

.item-list:hover {
    background: #D9D9D9;
}

.item-list span {
    font-size: .8rem;
}

.item-list .wc_tooltip span {
    font-size: .8rem;
    width: 200px;
    padding: 2px;
}

.item-list a {
    color: #135ca7;
}

.item-list i {
    color: #3e5b7c;
    width: 40px;
}

.btn {
    padding: 8px 15px;
}

.actions .btn {
    padding: 10px;
    margin: 3px;
    border-radius: 4px;
    cursor: pointer;
    font-size: .7rem !important;
}

.actions .btn i {
    height: auto;
    color: var(--light) !important;
    width: auto;
    font-size: .7rem !important;
}

.btn_yellow {
    background-color: #FAAD50;
}

.btn_yellow:hover {
    background-color: #CC8D41;
}

.actions {
    display: none;
}

.item-list:hover .actions {
    display: inline-block;
}

.font_small {
    font-size: 12px;
}

.dashboard_header_breadcrumbs {
    font-size: .75rem;
}

.pg-area {
    margin-top: 30px;
}

.pagination>li>a,
.pagination>li>span {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.item-etapa-funil {
    border: 2px solid;
    padding: 20px 10px;
    border-radius: 4px;
    background: #FFF;
    border-color: rgba(229, 231, 235, .5);
    -webkit-box-shadow: 0px 0px 19px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px -21px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px -21px rgba(0, 0, 0, 0.75);
    height: 600px;
    max-height: 600px;
    overflow-y: scroll
}

.item-etapa-funil h5 {
    font-size: .9rem;
    letter-spacing: .5px;
    font-weight: 400;
}

.item-in-funil {
    border: 1px solid;
    border-color: rgba(229, 231, 235, 1);
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.item-in-funil:hover {
    background: #b4bbd1;
}

.item-in-funil h6 {
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 0px;
}

.item-in-funil p {
    letter-spacing: 1px;
    font-size: 0.7rem;
    margin-bottom: 0px;
}

.item-in-funil a {
    color: #111;
}

.fix-mt-prd {
    margin-top: 20px;
}

.item-timeline-negocio {
    text-align: center;
    font-weight: bold;
    background: #efefef;
    padding: 10px;
    cursor: pointer;
}

.item-timeline-negocio:hover {
    color: #FFF;
    background: #27ae60;
}

.item-timeline-negocio.active {
    color: #FFF;
    background: #27ae60;
}

.timeline-negocio {
    background: #efefef;
}

.no-gutter {
    padding-left: 0px;
    padding-right: 0px;
}

.item-timeline-negocio:after {
    content: "";
    position: absolute;
    top: 7.3px;
    width: 33px;
    height: 32.4px;
    background: inherit;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.item-timeline-negocio:after {
    right: -17.4px;
    z-index: 1;
}

.item-timeline-negocio.last:after {
    width: 0px;
    height: 0px;
}

.painel-negocio {
    margin-top: 30px;
}

.painel {
    margin: 0px 10px 20px 00px;
}

.painel h3 {
    font-size: 1rem;
    font-weight: bold;
}

.painel-item {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFF;
    padding: 20px;
    font-size: 13px;
    -webkit-box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.22);
    margin-bottom: 30px;
}

.painel-negocio {
    margin-top: 30px;
}

.item-atividade-realizada i.i {
    font-size: 1.8rem;
    margin: 30px;
    color: rgb(3, 17, 71);
}

.single_doc {
    padding: 10px;
    border-radius: 10px;
}

.single_doc:nth-child(odd) {
    background: #ebebeb
}

.single_doc:nth-child(even) {
    background: rgb(236 236 236)
}

.single_doc i {
    font-size: 1rem;
}

.actions_banker_proposta {
    margin: 20px 0px;
}

.btn_small {
    display: inline-block;
    cursor: pointer;
    padding: 7px 12px;
    margin-top: 2px;
    background: #888;
    font-size: 0.9em;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px #555;
}

.btn_small:hover {
    color: #FFF;
}

.header-documentos {
    display: block;
    margin: 12px 0px;
    font-weight: bold;
    background: #bdbdbd;
    padding: 10px;
    border-radius: 3px;
}

.header-documentos span {
    margin-bottom: 10px;
    display: block;
}

.single_doc a {
    color: #000;
    font-weight: 300;
}

.j_documents_proposta {
    display: none;
}

.btn_icon {
    font-size: 0.5rem;
}

.single_duvida {
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 3px;
}

.single_duvida p {
    margin-bottom: 0px;
}

.single_duvida:nth-child(odd) {
    background: #F1f1f1;
}

.single_duvida:nth-child(even) {
    background: #f5f5f5;
}

.info_duvida span {
    font-size: 11px;
}
