/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1620743380
Updated: 2021-05-11 14:29:40

*/






.dataTables_filter {
    width: 50%;
    float: left;
    text-align: right;
}

.dataTables_length {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.dataTables_length label { display: inline-flex;}

.dataTables_length label select {
    margin-top: -12px;
    /* display: table-cell; */
    border: 1px solid;
    border-radius: 3px;
    margin-right: 10px;
    margin-left: 10px;
    height: 42px;
    padding: .5rem 0.3rem;
}

.dataTables_filter label input {border: 1px solid #023b65;margin-left: 10px;margin-top: -12px;}

.dataTables_filter label {
    display: inline-flex;
}

.dataTables_paginate.paging_simple_numbers a:not(:last-child) {
    margin-right: 20px;
}

.dataTables_paginate.paging_simple_numbers, .dataTables_info {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.dataTables_paginate.paging_simple_numbers { text-align:right; }

.table-responsive.fbnquest-custom-table { clear: both; }

.dataTables_paginate.paging_simple_numbers span > a:last-child { margin-right: 20px; }

.fbnquest-custom-table span.ellipsis {
    margin-right: 20px;
}


@media only screen and (max-width: 767px) {
  
  .dataTables_paginate.paging_simple_numbers, .dataTables_info /* .dataTables_filter, .dataTables_length */ {
    width: 100%;
    float: none;
    text-align:left;
  }

  table.dataTable {
    width:100% !important; 
    max-width:100% !important;
  }

  table.dataTable td, table.dataTable th { padding: 8px;}
  
  table.dataTable td { word-break: break-word; }

}




.funds-tab .tabbed {
	overflow-x: hidden;
	margin: 32px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
}

.funds-tab .tabbed [type="radio"] {
	display: none;
}

.funds-tab .tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.funds-tab .tab > label {
	display: block;
	margin-bottom: -1px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #f8f8f8;
	color: #222;
	font-size: 10px; 
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;	
	transition: all 0.3s;
}
.funds-tab .tab:hover label {
	border-top-color: #333;
	color: #333;
}

.funds-tab .tab-content {
	display: none;
	color: #777;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label,
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label,
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tabs .tab:nth-of-type(7) label,
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tabs .tab:nth-of-type(8) label{
	border-bottom-color: #fff;
	border-top-color: #073b64;
	background: #fff;
	color: #073b64;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5),
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tab-content:nth-of-type(6),
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tab-content:nth-of-type(7),
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tab-content:nth-of-type(8){
	display: block;
}
@media only screen and (max-width: 700px) {
  .funds-tab .tabs {
    display: block;
  }
}