/*
File Name: style.css
Theme Name:  BusinessLounge - Child Theme
Author: RT-Themes
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description: Designed and developed by RT-Themes - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: businesslounge
Template: businesslounge
*/

.pdfprnt-bottom-left,
.pdfprnt-bottom-left a,
.pdfprnt-bottom-left a img {
    padding:0;
}
.dataTables_wrapper .dt-buttons {
    margin-bottom: 20px;
}
.dataTables_wrapper .dt-buttons .buttons-pdf::before {
    content:'';
    width: 32px;
    height: 32px;
    background-image: url('/wp-content/plugins/pdf-print-pro/images/pdf.png');
    display: inline-block;
}
.dataTables_wrapper .dt-buttons .dt-button {
    padding: 0;
}
.dataTables_wrapper .dt-buttons .dt-button span {
    color: #db0031;
    margin-left: 1em;
    font-size: 16px;
    font-weight: bold;
}
.dataTables_wrapper .dt-button,
.dataTables_wrapper .dt-button:hover:not(.disabled) {
    border: none;
    background: transparent !important; 
}
.dataTables_wrapper .dt-buttons .dt-button::before {
    vertical-align: bottom;
}
#wtr-content .tablepress thead th {
    font-weight: 400;
}
#wtr-content .tablepress thead th em {
    color: #777777;
}
/* Shared for all accordion types */
.accordion {
    margin:0 auto;
    font-size:14px;
    width:600px;
    background:#fff;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;    
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:16px;
    line-height:16px;
    background:none;
    color:#333333;
    font-weight:700;
    cursor:pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    background:none;
    color:#000;
}
.accordion .content {
    padding:0;
    overflow:hidden;
    border:1px solid #fff; /* Make the border match the background so it fades in nicely */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.accordion p {
    color:#333;
    margin:0 0 10px;
}
.accordion h3 {
    color:#542437;
    padding:0;
    margin:10px 0;
}


/* Vertical */
.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}
.vertical ul li label {
    padding:10px 0;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}
.vertical ul li label:hover {
    border: none; /* We don't want the border to disappear on hover */
}
.vertical ul li .content {
    height:0px;
    border-top:0;
}
.vertical [type=radio]:checked ~ label ~ .content, .vertical [type=checkbox]:checked ~ label ~ .content {
    height:300px;
    border:none;
}

/* Credit Tracker Impressum */

table.credit-tracker-default {border: none!important;}
table.credit-tracker-default tbody td:nth-child(1) {text-align: left!important;}
table.credit-tracker-default thead tr th {background: none!important;}