.wplc_add_new_btn{
    margin-left: 4px;
    padding: 4px 8px;
    position: relative;
    top: -1px;
    text-decoration: none;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e0e0e0;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
}

.wplc_add_new_btn:hover{
	color:white;
	background: #0073aa;
}

.wplc_trigger_status{
	width: 70px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
}

.wplc_trigger_enabled{
	background-color: #158500;
	color: white;
}

.wplc_trigger_disabled{
	background-color: lightgrey;
}

.wplc_trigger_status a {
    color:inherit;
}
#reporting_tabs {
    border: none !important;

    box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
    -webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
    -moz-box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
    -o-box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
}

.wplc_roi_report_list {
    display: inline-block;
    width: 30%;
    border-right: 1px solid #818181;
    min-height: 745px;
    max-height: 745px;
    overflow-y: auto;
}

.wplc_roi_report_list_item {
    height: 40px;
    padding: 10px;
    line-height: 40px;

    transition:background 0.5s;
    -webkit-transition:background 0.5s;
    -moz-transition:background 0.5s;
    -o-transition:background 0.5s;
}

.wplc_roi_report_list_item:hover {
    height: 40px;
    padding: 10px;
    background:#f3f3f3;
    line-height: 40px;
    cursor: pointer;
}

.wplc_roi_report_content{
    display: inline-block;
    width: 65%;
    vertical-align: top;
}

.wplc_roi_report_content {
    padding: 10px;
}



.wplc_agent_card_details small {
    height: unset;
}