/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.1
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the 
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.

*/
.site-content .gv-grid,.site-content .gv-table-view{width:90% !important;margin:0 auto !important}
.site-content .gv-table-view{padding:40px 0px !important}
#DataTables_Table_0_length,#DataTables_Table_0_info{margin-left:5% !important}
#DataTables_Table_0_filter,#DataTables_Table_0_paginate{margin-right:5% !important}
#assignment_table_wrapper{max-width:1141px !important;margin:0 auto!important;padding:40px 0px}
.leader_log#assignment_table thead th:nth-child(1){width:200px !important}
.leader_log#assignment_table thead th:nth-child(2){width:120px !important}
.leader_log#assignment_table thead th:nth-child(3){width:120px !important}
.leader_log#assignment_table thead th:nth-child(4){width:60px !important}
.leader_log#assignment_table thead th:nth-child(5){width:100px !important}
.leader_log#assignment_table thead th:nth-child(6){width:60px !important}

.student_log#assignment_table thead th:nth-child(1){width:100px !important}
.student_log#assignment_table thead th:nth-child(2){width:60px !important}
.student_log#assignment_table thead th:nth-child(3){width:180px !important}
.student_log#assignment_table thead th:nth-child(4){width:120px !important}
.student_log#assignment_table thead th:nth-child(5){width:120px !important}
.student_log#assignment_table thead th:nth-child(6){width:60px !important}

#assignment_table thead th{font-size:16px !important}
table.dataTable tbody tr.approved_row{background-color:#93b0e563 }
table.dataTable tbody tr.not_approved_row{background-color:#ed7e3354}
table.dataTable tbody tr.pending {background-color: #6a6a6a54;}
span.referral {
    color: #6a6a6a54;
}
table.dataTable tr.filters th{box-sizing:border-box !important} 
table.dataTable tr.filters th input{font-size:12px !important;padding:5px !important}
td .assignment_approve_single{padding:10px 7px !important}
.top_section{display:flex !important;max-width:1141px !important;margin:0 auto !important}
.top_section .left_user_info{width:50% !important;}
.top_section .right_data_info{width:50% !important;text-align:right !important}
.right_data_info .appr{color:#93b0e563 !important}
.right_data_info .pend{color:#ed7e3354 !important}
#comments .comments-section .form-submit .submit{position:relative !important;width:30%}
 .comments-area .assignment_approve_single{position:absolute;margin-left:20%;margin-top:-4.2%}
.single-sfwd-assignment h1{font-size:26px}
.single-sfwd-assignment h2{font-size:22px !important}
a {text-decoration:none !important}

.admin_log#assignment_table thead th:nth-child(1){width:100px !important}
.admin_log#assignment_table thead th:nth-child(2){width:170px !important}
.admin_log#assignment_table thead th:nth-child(3){width:120px !important}
.admin_log#assignment_table thead th:nth-child(4){width:120px !important}
.admin_log#assignment_table thead th:nth-child(5){width:50px !important}
.admin_log#assignment_table thead th:nth-child(6){width:60px !important}
.admin_log#assignment_table thead th:nth-child(7){width:60px !important}
.inner_content {
	max-width: 1141px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.inner_content{max-width:1141px;margin: 0 auto;padding-bottom:40px}
#group_leaders{overflow:scroll !important}
#selected_value{
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#notification{background:#91e3c4 !important;padding:5px 10px;color:#000 !important}


#plan-end-date{
	display:inline;
	}
#active-campagin-form-data li{
	display: flex !important;
	list-style:none;
	color:black;
	font-family:inherit;
}

#active-campagin-form-data b {
	
font-size:16px;
	font-weight:700;
}

#active-campagin-form-data li p {
	
	font-weight:400;
}
#field-countdown{
	
	font-family:default;
	font-weight:700;
}
#field-countdown p{
	
	color:black;
}
#field-countdown span{
	
color:red;
	font-weight:700;
	
}
table.table.table-form.form-table.clr tbody tr td {
    border: none;
    width: 100% !important;
    padding: 0px;
 
}
iframe.is-zpopup {
    bottom: 75px !important;
}

/* Fix BuddyBoss BuddyPanel scroll on touchpad */
.buddypanel--toggle-on {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  height: 100vh !important;
  position: fixed !important;
  top: 0;
  bottom: 0;
  z-index: 9999;
}

.buddypanel__inner,
.buddypanel__content {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
