/* Overlay */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000;
    -webkit-transform: translate3d(0,0,0);
}

#loading {
    border:1px solid #2a67ac;
    padding: 10px 10px 10px 60px;
    width: 300px;
    height: 100px;
    background: rgb( 255, 255, 255) url('../images/FhHRx-Spinner.gif') 10px 50% no-repeat;
    position: fixed;
    display: none;
    z-index: 3000;
}

#loading h4 { margin: 3px 0 0 0; padding: 0; color: #d80; }

.pull-right {
    float: right;
}

.non-local-image {
    display: inline-block;
    border: 3px dashed #eee;
    border-radius: 5px;
}

.non-local-image:after {
    background: url(../logo.php) center center no-repeat;
    background-size: cover;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.3;
}

div.section-break {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-top: 0.8em !important;
    border-top: 1px solid #ccc;
}

input.dp {
    width: 10em;
}

/* Custom css for datepicker */
.ui-datepicker-trigger {
    display:inline-block;
    border:0;
    padding:0;
    margin-left:2px;
    position:relative;
    top:-2px;
    width:16px;
    height:16px;
    background:inherit;
}

.draft-saved {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px 6px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    line-height: 14px;
    position: absolute;
    top: 3em;
    right: 0.5em;
}

.delete-draft:hover {
    background-color: #fc9f41 !important;
}

.notice_bar { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; border: 1px solid #0a0; background: url('../assets/default/images/icons/ok.png') 10px 50% no-repeat #e0ffe0; }

.warning_bar { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; border: 1px solid #f26522; background: url('../assets/default/images/icons/alert.png') 10px 50% no-repeat #ffffdd; }

.error_bar { margin: 0; padding: 5px 10px 5px 36px; height: 16px; line-height: 16px; border: 1px solid #a00; background: url('../assets/default/images/icons/error.png') 10px 50% no-repeat #fff0f0; }

/*CAMPOS DO FORMULÁRIO*/
.input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    height: 40px !important;
    border-radius: 12px !important;
    border: 2px solid #137f82 !important;
}

input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    height: 40px !important;
    border-radius: 12px !important;
    border: 2px solid #137f82 !important;
}


.redactor-styles {
    margin: 0;
    padding: 16px 18px;
    color: #333;
    font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    box-sizing: border-box;
    border: 2px solid #137f82 !important;
    border-radius: 12px !important;
}

/* Ajuste para dispositivos móveis */
@media (max-width: 768px) {
    .input, select, textarea {
        height: 35px !important; /* Ajusta a altura para telas menores */
        font-size: 14px !important; /* Ajusta o tamanho da fonte */
    }

    .redactor-styles {
        padding: 12px 14px; /* Reduz o padding para telas menores */
        font-size: 0.9em; /* Diminui o tamanho da fonte */
    }
}

/* Ajuste para dispositivos muito pequenos (ex: smartphones em modo retrato) */
@media (max-width: 480px) {
    .input, select, textarea {
        height: 30px !important; /* Ajusta ainda mais a altura */
        font-size: 12px !important; /* Ajusta o tamanho da fonte */
    }

    .redactor-styles {
        padding: 8px 10px; /* Ajusta o padding */
        font-size: 0.8em; /* Ajusta ainda mais o tamanho da fonte */
    }
}

body, input, select, textarea {
    font-family: "Helvetica Neue", sans-serif;
    color: #000;
    font-size: 14px !important;
}

/*FALE CONOSCO*/
.form-header {
    display: none !important;
}

/*NÃO REGISTRADO*/
.pull-right {
    float: right;
    display: none !important;
}

/*REMOVER MENU*/
#nav {
    margin: 0 20px;
    padding: 2px 10px;
    height: 20px;
    background: url('../images/nav_bg.png') top left repeat-x;
    border-top: 1px solid #aaa;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    display: none !important;
}

/*RECOMEÇAR FORMULÁRIO*/
input[type="reset"] {
    display: none !important;
}

/*ANEXO*/
.files {
    color: #137F82 !important;
    font-size: 28px;
    padding: 20px;
}

/*RÁDIO DENUNCIA*/

#ticketForm div input, #clientLogin div input, #ticketForm div textarea, #clientLogin div textarea {
    width: 20px !important;
    border: 1px solid #aaa;
    background: #fff;
    display: block;
}