/*
Theme Name: Inserm PPRA
Theme URI: http://underscores.me/
Author: Emmanuel Auchet (MLCOM)
Author URI: http://mlcom.fr
Description: Thème pour la plateforme du programme prioritaire de recherche antibiorésistance.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ppra-inserm

*/

/*
----------------------------------------------------
BuddyForms Custom Style
----------------------------------------------------
*/

/*Reset*/
.mce-tinymce button{
    background-color: transparent;
}


/* Buttons */
a.button.bf-navigation,
.ppra_table_style.buddyforms_posts_table .navigation a{
    background-color: #fd8321;
    border:1px solid #fd8321;
    color: #ffffff;
    height: auto;
    font-size: 16px;
    padding: 7px 20px 7px 20px;
    border-radius: 0;
    text-transform: uppercase;
}

a.button.bf-navigation:hover,
.ppra_table_style.buddyforms_posts_table .navigation a:hover{
    background-color: transparent;
    border:1px solid #fd8321;
    color: #fd8321;
    cursor: pointer;
}


/*buddyforms_posts_table*/
table.buddyforms-posts-content{
    
}

.ppra_table_style.buddyforms_posts_table > table > thead th span{
    background-color: #fd8321;
    color: #ffffff;
    font-weight: 600;
}

.ppra_table_style.buddyforms_posts_table .table-striped > tbody > tr:nth-of-type(2n) {
    background: #FFF0E6;
}

.ppra_table_style.buddyforms_posts_table .table-striped > tbody > tr td.title{
    font-weight: 600;
}

.ppra_table_style.buddyforms_posts_table .table-striped > tbody > tr td.title a {
    color: #000000;
}

/*Action links buttons*/
.ppra_table_style.buddyforms_posts_table ul.edit_links li{
    margin-bottom: 2px;
    float: none;
    display: inline-block;
    width: 100%;
}

.ppra_table_style.buddyforms_posts_table .edit_links a{
    background-color: transparent;
    border:1px solid #fd8321;
    color: #fd8321;
    height: auto;
    font-size: 12px;
    padding: 5px;
    border-radius: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.ppra_table_style.buddyforms_posts_table .edit_links a:hover{
    background-color: #fd8321;
    border:1px solid #fd8321;    
    color: #ffffff;
    cursor: pointer;
}

.ppra_table_style.buddyforms_posts_table .edit_links .dashicons:before{
    font-size: inherit;
}

/* Navigations */
.ppra_table_style.buddyforms_posts_table .navigation{
    margin-top: 50px;
}
    