/*!
Theme Name: Helpdesk
Theme URI: http://underscores.me/
Author: MindProcess
Author URI: https://mindprocess.pt
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: helpdesk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Helpdesk is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

html {
    height: 100%;
}

body {
    background: #ffffff url(images/bg-shapes.jpg) no-repeat center fixed;
    background-size: cover;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
}

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

a, a:hover, a:active, a:focus {

	outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

#page {
    min-height: 100vh;
    background: url(images/bg-pattern.png) fixed;
}

#main {
    background: #ffffff;
    padding: 30px 0;
    max-width: 960px;
    min-height: 50vh;
    margin: 0 auto;
    border-radius: 5px;
}

#main.wide {
    max-width: 1180px;
}

#main.full {
    max-width: 95%;
}

.site-header {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.home .site-header  {
    max-width: 1180px;
}

.logos {
    display: flex;
    align-items: center;
}

.logos a {
    margin-right: 20px;
}

footer .links {
    text-align: center;
    padding: 10px 0;
}

footer .links a {
    font-size: 13px;
    color: #ffffffbb;
    margin: 0 10px;
}

.acf-fields>.acf-field {
    padding: 5px !important;
    border: none !important;
}

.acf-field.acf-field-group {
    margin-bottom: 15px !important;
}

.acf-field-group > .acf-label,
.acf-field-true-false > .acf-label {
    display: none;
}

.acf-field.col {
    padding: 0 !important;
    border: none !important;
}

.acf-fields.-border.row {
    border: none;
    background: none;
}

.acf-field.bootstrap-col {
    border: none !important;
}

.acf-field .acf-label label {
    font-weight: 300 !important;
    font-size: 13px;
}

.acf-field.center .acf-input {
    text-align: center;
}

.acf-actions {
    text-align: left !important;
}

.acf-file-uploader {
    overflow-x: hidden;
}

.insert-ocorrencia .acf-form-submit,
.submit-again .acf-form-submit {
    text-align: center;
}

.acf-button.submit-form {
    background: #27ae60;
    padding: 15px 30px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    transition: 0.3s;
}

.acf-button.submit-form:hover {
    background: #219451
}

.alterar-ticket {
    padding: 15px 30px;
    background: #dfdfdf;
    font-size: 16px;
    color: #999999;
    border-radius: 4px;
}

.alterar-ticket:hover {
    background: #cdcdcd;
    color: #444444;
}

.menu-menu-principal-container {
    text-align: right;
    padding-top: 15px;
}

ul#primary-menu i {
    font-size: 18px;
}

ul#primary-menu li {
    display: inline;
    margin-left: 30px;
}

ul#primary-menu li a {
    color: #ffffff99;
    font-size: 13px;
    text-transform: uppercase;
}

ul#primary-menu li.current-menu-item a {
    color: #ffffff;
}

.field-list .row {
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf;
}

.field-list .row:last-child {
    border-bottom: none;
}

.field-list .row img {
    max-width: 100%;
    height: auto;
}

.field-list .row.colaborador {
    display: none;
}

.field-list .row_title {
    margin-bottom: 10px;
}

.copyright {
    text-align: center;
    color: #ffffff66;
    font-size: 13px;
    font-weight: 300;
    padding: 15px 0;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	5% {
		transform: translatey(-12px);
	}
	10% {
		transform: translatey(0px);
	}
	15% {
		transform: translatey(-10px);
	}
	20% {
		transform: translatey(0px);
	}
	100% {
		transform: translatey(0px);
	}
}
.chatbot {
    position: fixed;
    bottom: 50px;
    right: 50px;
    animation: float 10s ease-in-out infinite;
}

.home-panel .main-column {
    padding-right: 40px;
}

.home-panel .side-column {
    padding-left: 25px;
}

.home-panel .main-content,
.home-panel .create-ticket {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.home-panel .side-slot .btn-block {
    margin-bottom: 20px;
}

.home-panel .side-slot .btn-link {
	margin-bottom: 20px;
}

.home .side-slot.create-ticket a {
    display: block;
    text-align: center;
}

.home .side-slot.create-ticket .criar-ticket {
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #27ae60;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    font-weight: 600;
}

.home .side-slot.create-ticket .criar-ticket:hover {
    background: #219451;
}

.home .side-slot.create-ticket .consultar-ticket-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home .side-slot.create-ticket .consultar-ticket-container input {
    flex: 1;
    padding: 5px 10px;
    line-height: 1.4;
    border: 1px solid #cccccc;
    border-radius: 4px;
    max-width: 48%;
}

.home .side-slot.create-ticket .consultar-ticket {
    color: #ffffff;
    font-size: 15px;
    background: #5689cf;
    border: 1px solid #5689cf;
    padding: 5px 15px;
    border-radius: 4px;
    flex: 1;
    max-width: 48%;
}

.home .side-slot.create-ticket .consultar-ticket:hover {
    background: #4c78b5;
    color: #ffffff;
}

h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

.home-panel h3.section-title {
    font-size: 18px;
    color:#999999;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.home-panel .warnings .aviso {
    padding: 0;
    margin-bottom: 15px;
    border: 1px solid #999999;
    border-radius: 4px;
}

.home-panel .warnings .aviso h4 {
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 15px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: bold;
}


.home-panel .warnings .aviso.informativo h4 {
    background: #3498db;
}

.home-panel .warnings .aviso.alerta h4 {
    background: #f39c12;
}

.home-panel .warnings .aviso .info-container {
    background: #f6f6f6;
    padding: 20px 0;
    color: #444444;
}

.home-panel .warnings .aviso p {
    margin-bottom: 10px;
}

.home-panel .warnings .aviso p:last-child {
    margin-bottom: 0;
}

.home-panel .warnings .aviso .warning-type-container {
    text-align: right;
}

.home-panel .warnings .aviso .warning-type {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999999;
    background: #ffffff;
    padding: 4px 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 15px;
}

.home-panel .warnings .aviso .info_content {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 300;
}

.home-panel ul.links-uteis li {
    margin-bottom: 4px;
}

.home-panel ul.links-uteis li a {
    color: #666666;
    padding: 10px 15px;
    display: block;
    line-height: 1.2;
    font-size: 15px;
}

.home-panel ul.links-uteis li a:hover {
    color: #5689cf;
}

.home-panel ul.links-uteis li.destaque a {
    background: #4f97d5;
    color: #ffffff;
    border-radius: 4px;
    transition: 0.2s;
}

.home-panel ul.links-uteis li.destaque a:hover {
    background: #4c78b5;
}

.home-panel ul.links-uteis li.destaque {
    margin-bottom: 12px;
}

.forbidden,
.thanks {
    text-align: center;
    font-size: 20px;
}

.forbidden .icon {
    font-size: 250px;
    color: #c0392b;
}

.thanks .icon {
    font-size: 250px;
    color: #001532;
}

.forbidden .message,
.thanks .message {
    margin-bottom: 50px;
}

.manual-intro,
.faq-intro {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.manual-list {
    column-count: 2;
}

.manual-list a.manual-link {
    display: block;
    padding: 15px 0 15px 20px;
    text-indent: -10px;
}

.manual-list a.manual-link i {
    margin-right: 8px;
}

.row.faq {
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    background: #ffffff;
    padding: 25px 10px;
}

.row.faq .faq-icon {
    font-size: 50px;
    padding: 0;
    text-align: center;
    color: #dfdfdf;
}

.row.faq .faq-icon i {
    vertical-align: top;
}

.row.faq .question {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.row.faq .answer {
    color: #999999;
    font-weight: 300;
}

.g-recaptcha {
	text-align: center;
	display: inline-block;
}

.politica-privacidade {
	padding-top: 20px;
}


.post-type-archive #masthead {
    display: none;
}

#ticket_list {
    margin: 20px;
    background: #ffffff;
}

#ticket_list .header {
    display: flex;
    padding: 10px 0;
    font-weight: bold;
    background: #666666;
    color: #ffffff;
    border-bottom: 1px solid #cccccc;
}


#ticket_list .list-row {
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}

#ticket_list .list-row:nth-child(even) {
    background: #efefef;
}

#ticket_list .list-col {
    padding: 0 5px;
    overflow: hidden;
}


#ticket_list .list-col.id {
    width: 5%;
}

#ticket_list .list-col.email {
    width: 25%;
}

#ticket_list .list-col.assunto {
    width: 20%;
}

#ticket_list .list-col.empresa {
    width: 20%;
}

#ticket_list .list-col.ticket-number {
    width: 15%;
}

#ticket_list .list-col.data {
    width: 15%;
    text-align: right;
}

.list-pagination {
    text-align: center;
}

.confirm-header {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.confirm-header-buttons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.confirm-header-buttons .acf-form-submit {
    margin-left: 10px;
}

.emails_cc th,
.ui-sortable-handle,
.acf-row-handle.order {
    display: none;
}

.acf-repeater .acf-row-handle .acf-icon {
    display: block !important;
}

.emails_cc .acf-repeater .acf-row-handle .-duplicate {
    display: none !important;
}

.emails_cc .acf-repeater .acf-row-handle .-minus {
    position: relative;
}

.emails_cc .acf-repeater .acf-row-handle.remove {
    background: none;
    border: none;
    width: 45px;
    position: relative;
}

.emails_cc .acf-repeater tr:first-child .acf-row-handle.remove  .-minus {
    display: none !important;
}

.emails_cc .acf-repeater .acf-row-handle.remove  .-minus,
.emails_cc .acf-repeater .acf-row-handle.remove  .-plus {
    position: absolute;
}

.emails_cc .acf-repeater .acf-row-handle.remove  .-minus {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.emails_cc .acf-repeater .acf-row-handle.remove  .-plus {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.emails_cc .acf-field {
    padding: 0;
    background: none;
    border: none;
}

.emails_cc .acf-table {
    border: none;
    background: none;
}

.emails_cc .acf-actions {
    display: none;
}

.emails_cc .container {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.emails_cc .container {
    padding-right: 15px;
}

.emails_cc .acf-label.container {
    margin-bottom: 10px;
}

.emails_cc .acf-actions .acf-button {
    color: #666666;
    font-size: 13px;
    display: inline-block;
}

.acf-field-5ce886c2c5dff .acf-input.container {
    padding: 0 30px;
}

.hide-extra {
    display: none;
}

.email_instructions,
.servicos_instructions{
    font-size: 13px;
    font-weight: 300;
    color: #666666;
    padding-top: 5px;
}

.upload_instructions,
.screen_capture_instructions {
    font-size: 13px;
    padding-top: 15px;
    color: #999999;
    text-align: center;
}

.target_area {
    border: 1px solid #ced4da;
    background: #f5f5f5;
    border-radius: 4px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #666666;
    transition: 0.1s;
    background-size: contain !important;
    background-repeat: no-repeat!important;
    background-position: center !important;
    position: relative;
}

.target_area:hover {
    cursor: pointer;
}

.target_area.active {
    background: #ffffff;
    box-shadow: 0 0 8px #00000022;
}

.target_area.has_info .center_label {
    display: none;
}

.target_area.has_info:hover {
    cursor: default;
}

.target_area.active.loading {
    background-image: url(images/loading.gif);
    background-size: auto !important;   
}

.target_area .clear_content {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(40%, -40%)
}

.target_area .clear_content:hover {
    cursor: pointer;
}

.login_form {
    font-size: 14px;
}

.login_form label {
    display: block;
}

.login_form input[type=text],
.login_form input[type=password]{
    padding: 10px;
    width: 300px;
}

.emails_cc .acf-table {
    margin: 0;
}

.emails_cc .acf-button {
    background: #efefef;
    padding: 5px 10px;
    border-radius: 3px;
    transition: 0.3s;
}

.emails_cc .acf-button:hover {
    background: #cccccc;
}

.sidebar-b2b {
    padding-top: 40px;
    text-align: center;
}

.sidebar-b2b a {
    display: block;
    margin-bottom: 20px;
    color: inherit;
}