.content_login_company {
    width: 80%;
    margin: 0 auto;
    max-width: 1100px;
}

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

.box_company:before {
    clear: both;
}

.box2_company {
    width: 49%;
    margin: 1% 2% 1% 0;
}

.box2_company:nth-of-type(2n+0) {
    margin-right: 0;
}


/*FORM LOGIN*/

.login_box {
    width: 600px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 1px 3px 1px #ccc;
    -moz-box-shadow: 0px 1px 3px 1px #ccc;
    -webkit-box-shadow: 0px 1px 3px 1px #ccc;
}

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

.login_box header h1 {
    font-size: 2.2em;
    font-weight: 400;
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 5px;
}

.login_box header p {
    font-size: 0.7em;
    color: #eee;
    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;
}


/*FORM CADASTRO*/

.create_box {
    background: #fff;
    box-shadow: 0px 1px 3px 1px #ccc;
    -moz-box-shadow: 0px 1px 3px 1px #ccc;
    -webkit-box-shadow: 0px 1px 3px 1px #ccc;
}

.create_box header {
    padding: 30px 20px;
    text-align: center;
    background: #00B494;
}

.create_box header h1 {
    font-size: 2.2em;
    font-weight: 400;
    color: #FFF;
    line-height: 1.1;
    margin-bottom: 5px;
}

.create_box header p {
    font-size: 0.7em;
    color: #eee;
    font-weight: 500;
    text-transform: uppercase;
}

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

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

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


/*INFO*/

.company_info {
    width: 100%;
}

.text_info {
    padding: 58px 30px;
}

.text_info p {
    padding: 20px;
    font-size: 1.5em;
    background: #eee;
}

.content_btn {
    padding: 45px 0;
    text-align: center;
    background: #f4f4f4;
}

.content_btn .btn {
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 10px 40px;
}


/*FORMS*/

.account_form_fields {
    padding: 30px 30px 15px 30px;
}

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

.account_form_fields .label a {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
    text-decoration: none;
    color: #008068;
}

.account_form_fields .label a:hover {
    color: #00B494;
}

.account_form_fields .label_50 {
    float: left;
    width: 100%;
}

.account_form_fields .label_50 .label {
    float: left;
    width: 49%;
}

.account_form_fields .label_50 .label:nth-of-type(2n+0) {
    margin-left: 2%;
}

.account_form_fields .label_50 .label:last-of-type {
    margin-right: 0;
}

.account_form_fields .label_33 {
    float: left;
    width: 100%;
}

.account_form_fields .label_33 .label {
    float: left;
    width: 32.6666%;
    margin-left: 1%;
}

.account_form_fields .label_33 .label:first-of-type {
    margin-left: 0;
}

.account_form_fields .label_33 .label:last-of-type {
    margin-right: 0;
}

.account_form_fields .label_25 {
    float: left;
    width: 100%;
}

.account_form_fields .label_25 .label {
    float: left;
    width: 24.25%;
    margin-left: 1%;
}

.account_form_fields .label_25 .label:first-of-type {
    margin-left: 0;
}

.account_form_fields .label_25 .label:last-of-type {
    margin-right: 0;
}

.account_form_fields .label .legend {
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #777;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 3px;
}

.account_form_fields .label select {
    font-size: 0.875em;
    padding: 8px;
    border: 2px solid #ccc;
    color: #555;
}

.account_form_fields .label input {
    font-size: 0.875em;
    padding: 8px;
    border: 2px solid #ccc;
    color: #555;
}

.account_form_fields .label .input {
    display: block;
    padding: 8px;
    width: 100%;
    font-size: 0.875em;
    font-weight: 300;
    background: #ccc;
    border: 2px solid #ccc;
}

.account_form_fields .label textarea {
    font-size: 0.875em;
    margin-top: 0;
    border: 2px solid #ccc;
    color: #555;
}

.clear {
    clear: both;
}

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

.account_form_fields .left {
    float: left;
}

.account_form_fields .right {
    float: left;
}

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

.account_form_actions .btn {
    font-weight: 600;
    font-size: 1.2em;
    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;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 0.7em;
    font-weight: 300;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
}

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

.account_box {
    display: inline-block;
    width: 70%;
    background: #fff;
    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: 30%;
    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: 200px;
    max-width: 100%;
    margin-bottom: 10px;
}

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

.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;
}

.obs_company {
    font-size: 0.875em;
    color: #444;
    padding: 8px;
    background: #eee;
    margin-bottom: 10px;
}

.title_docs {
    width: 100%;
    display: inline-block;
    font-size: 1em;
    color: #666;
    padding: 10px 4px;
    background: #eee;
    border-bottom: 1px solid #ccc;
}

.titulo_doc {
    width: 80%;
    margin: 0;
    float: left;
}

.opcao_doc {
    width: 19%;
    margin: 0;
    float: right;
    text-align: center;
}

.content_docs {
    width: 100%;
    display: inline-block;
    font-size: 1em;
    color: #666;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}

.nome_doc {
    width: 80%;
    margin: 0;
    float: left;
}

.nome_doc a {
    text-decoration: none;
    color: #444;
    display: block;
}

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

.btn_doc {
    width: 19%;
    font-size: 0.8em;
    margin: 0;
    float: right;
    text-align: center;
}


/*LISTA DOCS HOME*/

.list_doc_home {
    width: 100%;
    margin-bottom: 5px;
    padding: 4px;
}


/* LINHA IMPARES 
.list_doc_home:nth-child(even){*/

.list_doc_home:nth-child(odd) {
    background: #F0F0F0;
}

.list_doc_home a {
    text-decoration: none;
    font-size: 1em;
    color: #444;
    display: block;
    padding: 4px 0 2px 0;
}

.list_doc_home .datadoc {
    font-size: 0.9em;
    font-style: italic;
    color: #999;
}


/***********************************
########################### MODAL
***********************************/
        
.codes_loaded {
    display: block;
    padding: 30px 10px;
    background: #008068;
    color: #fff;
    margin-bottom: 20px;
    font-size: 0.7em;
}

.codes_loaded span {
    display: block;
    font-size: 3em;
}

.dashboard_content {
    float: left;
    width: 100%;
    padding: 20px 25px;
}

.modal_politica_privacidade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    display: none;
}

.content_modal {
    width: 540px;
    padding: 30px;
    background: #fff;
    max-width: 90%;
    margin: 5% auto 0 auto;
}

.modal_title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.content_modal label span {
    display: block;
    font-size: 0.8em;
    margin-bottom: 10px;
    color: #777;
}

.label .title_termo {
    display: block;
    font-size: 0.85em;
    color: #333;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
}

.label .title_termo a {
    color: #ccc;
    text-transform: uppercase;
}

.label_check {
    cursor: pointer;
    display: inline-block;
    padding: 6px 0;
    font-size: 0.875em;
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
    margin-right: 15px;
    width: auto;
}

.label_check input {
    cursor: pointer;
    width: auto;
    position: absolute;
    left: 4px;
    top: 9px;
}

@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;
    }
}