@import "loading.css";

#wpfooter {
    position: static;
}

.hide { /*fd-deprecated*/
    display: none !important;
}

.fd-hide {
    display: none;
}

body[class*=toplevel_page_fastdee] input[type=radio]:checked:before,
body[class*=fastdee_] input[type=radio]:checked:before {
    background-color: #e83535 !important;
}

body[class*=toplevel_page_fastdee] input[type=radio]:focus,
body[class*=fastdee_] input[type=radio]:focus {
    border-color: #e83535 !important;
    -webkit-box-shadow: 0 0 2px rgb(232, 53, 53);
    box-shadow: 0 0 2px rgb(232, 53, 53);
}

body[class*=toplevel_page_fastdee] .fd-btn-red,
body[class*=fastdee_] .fd-btn-red {
    background: #e83535 !important;
    border-color: #840005 !important;
    box-shadow: 0 1px 0 #840005 !important;
    text-shadow: 0 -1px 1px rgb(117, 74, 76), 1px 0 1px #713636, 0 1px 1px #9a1212, -1px 0 1px #943838 !important;
}

body[class*=toplevel_page_fastdee] .select2-container--default .select2-results__option--highlighted[aria-selected],
body[class*=fastdee_] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(232, 53, 53, 0.92) !important;
}

.fd-hr {
    width: 95%;
    margin-left: 15px;
}

.fd-table {
    margin-bottom: 30px;
}

.fd-table .check-column {
    padding: 8px 10px;
}

.fd-pull-left {
    float: left;
}

.fd-text-left {
    text-align: left;
}

.fd-text-center {
    text-align: center;
}

.fd-cursor-help {
    cursor: help;
}

/* Ocultamento das notificacoes de upd do WP, estavam quebrando o layout :( */
.toplevel_page_fastdee .update-nag,
.fastdee_page_importar .update-nag,
.fastdee_page_fd_opcoes .update-nag,
.fastdee_page_fd_update .update-nag,
.fastdee_page_fd_aprenda .update-nag,
.fastdee_page_fd_atualizar .update-nag,
.fastdee_page_fd_premium_opcoes .update-nag,
.fastdee_page_fastdee_cupons .update-nag,
.toplevel_page_fastdee .updated,
.fastdee_page_importar .updated,
.fastdee_page_fd_opcoes .updated,
.fastdee_page_fd_update .updated,
.fastdee_page_fd_aprenda .updated,
.fastdee_page_fd_atualizar .updated,
.fastdee_page_fd_premium_opcoes .updated,
.fastdee_page_fastdee_cupons .updated {
    display: none;
}

/*   */

.fd-logo {
    margin-top: 20px;
}

.fd-versao {
    margin: 0;
    padding-left: 8px;
}

.fd-p1 {
    font-size: 18px;
}

.fd-fastdee {
    font-style: italic;

}

.fd-fastdee::before {
    content: 'Fastdee';
    color: #050505;
}

.fd-fastdee::after {
    content: '!';
    color: #df1b31;
}

.fd-exclamation {
    color: #df1b31;
    font-weight: bolder;
    font-size: 31px;
    font-family: initial;
    font-style: italic;
}

.fd-exclamation::before {
    content: '!';
}

/* FDP */
.fdp-row {
    margin: 10px;
}

/*Get Email*/
div.fd-container-get-email {
    text-align: center;
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    z-index: 999;
    width: 100%;
    /*background: #f1f1f1;*/
    background: rgba(241, 241, 241, 0.78);
}

div.fd-container-get-email .fd-close {
    cursor: pointer;
    display: block;
    text-align: right;
    margin-right: 7px;
    font-size: 20px;
    color: #c5c5c5;
}

div.fd-container-get-email .fd-texto {
    font-size: 16px;
    font-weight: 400;
}

div.fd-container-get-email .fd-get-email-box {
    background: #fff;
    display: inline-block;
    width: 70%;
    margin: 25% 0;
    padding: 15px 15px;
}

div.fd-container-get-email .fd-get-email-box .fd-email {
    width: 400px;
}

/*END*/

/* doar container */
.btn-doar-container {
    display: block;
    width: 100%;
}
.btn-doar-container p {
    font-size: 17px !important;
    margin-left: 6px !important;
}

/* END */

.fastdee_page_fd_opcoes #wpcontent, .fastdee_page_fd_atualizar  #wpcontent{
    height: 530px;
}