/*-----------------------------------------------------------------------------------
1 - Informations
    1-1 - Informations
    1-2 - How to Configure
    1-3 - Divers
-----------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------

    1 - General

--------------------------------------------------------------------------------------*/

#fep-admin h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: transparent;
    background-image: linear-gradient(150deg, #d30c5c 0%, #562c3d 62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px auto;
}
#fep-admin h2 {
    font-size: 34px;
    font-weight: 900;
    margin: auto auto 30px;
}


/*--------------------------------------------------------------------------------------

    1-1 - Informations

--------------------------------------------------------------------------------------*/

#fep_informations th {
    display: none;
}
tr.fep-informations h3 {
    font-weight: 900;
}

.content-helpus {
    background: #ffffff;
    display: inline-block;
    padding: 0 10px 10px 0;
}
.content-helpus .col1 {
    display: inline-block;
    width: 40%;
}
.content-helpus .col1 img {
    max-width: 100%;
}
.content-helpus .col2 {
    display: inline-block;
    width: 57%;
    padding-left: 15px;
}
@media screen and (max-width: 767px) {
    .content-helpus .col1,
    .content-helpus .col2 {
        width: 100%;
    }
}



/*--------------------------------------------------------------------------------------

    1-2 - How to Configure

--------------------------------------------------------------------------------------*/
#fep_how_to_configure th {
    display: none;
}


/*--------------------------------------------------------------------------------------

    1-3 - Divers

--------------------------------------------------------------------------------------*/
.reset-fep-admin-notice {
    padding: 5px;
    background-color: white;
    margin-left: 15px;
    border-left: 5px solid #0cc50c;
    display: inline-block;
}
.reset-fep-admin {
    background-color: #a4afb7;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6.5px 15px;
    cursor: pointer;
    transition: 0.25s all;
    border: 0;
    position: relative;
    top: -3px;
    font-size: 13px;
    outline: 0;
}
.reset-fep-admin:hover {
    background-color: #6d7882;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
}
