/*! Place your custom styles here */

.row.filters-list {
  margin-bottom: 2em;
}

.row.filters-list .card {
  height: 100%;
}

.row.filters-list .card > .card-block {
  padding-bottom: 0;
}

.autocomplete-container-list {
  max-height: 300px;
  overflow-y: scroll;
  position: absolute;
  z-index: 200;
  width: 100%;
  left: 0px;
  top: 29px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

/* For the datatables sort icon */
.sorting,
.sorting_asc,
.sorting_desc {
  background: none !important;
}

/* enable horizontal scrolling by default
.dataTables_wrapper {
    overflow-x: scroll;
}
 */

.container-elements-filters > a {
  display: inline-block;
  width: 100%;
  padding: 15px 5px 15px 20px !important;
  font-size: 15px !important;
  z-index: 200;
  background: white;
  cursor: pointer;
  color: #79853b !important;
  text-decoration: none !important;
  line-height: initial;
}

.container-elements-filters > a:hover {
  color: #fff !important;
  background: #545c2a !important;
}

.container-elements-filters > a:hover > b {
  color: #000 !important;
  font-size: 15px !important;
}

.container-elements-filters > a:focus > b {
  color: #545c2a !important;
  font-weight: bold !important;
}

.container-elements-filters > a:active > b {
  color: #000 !important;
  font-weight: bold !important;
}

.container-elements-filters > a > b {
  color: #545c2a;
}

.container-elements-filters:hover {
  background: #fff;
}

.icon {
  width: 10%;
  float: right;
  text-align: right;
  color: #aaa;
  cursor: pointer;
}

.input-filter-container {
  background: white;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
  display: table;
  position: relative;
}

.input-filter-container .input-filter {
  width: 90%;
  float: left;
  height: 24px;
  font-size: 14px;
}

input.input-filter:focus {
  display: block !important;
}

/*Steps Styles*/
.sw-theme-arrows > ul.step-anchor > li.active > a {
  border-color: #545c2a !important;
  color: #fff !important;
  background: #545c2a !important;
}

.sw-theme-arrows > ul.step-anchor > li.active > a:after {
  border-left: 30px solid #545c2a !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a {
  border-color: gray !important;
  color: #fff !important;
  background: gray !important;
}

.sw-theme-arrows > ul.step-anchor > li.done > a:after {
  border-left: 30px solid gray;
}

.input-error {
  border-color: red !important;
}

.bootstrap-select > .dropdown-toggle {
  border-color: gray !important;
}

.bootstrap-select > div.dropdown-menu {
  transform: translate3d(0px, 5px, 0px) !important;
  top: auto !important;
}

.weight--purpose-thin {
  font-weight: 100;
}

.theme-loader {
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}
.theme-loader-products {
    height: calc(100vh - 0px);
    width: 100%;
    background: #fafafa;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}
/**  =====================
      Select-2 css start
==========================  **/
.select2 {
	width:100% !important;
}
.select2-container--default:focus {
	border-color: #4099ff;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
}
.select2-container--default .select2-search__field:focus {
	border: 1px solid #4099ff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #6644FF;
}
.select2-container--default .select2-selection--multiple {
	padding: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #4099ff;
	border: 1px solid #4099ff;
	padding: 5px 15px;
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span {
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
	border: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #4099ff;
}
.select2-container--default .select2-selection--single {
	color: #fff;
	height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #4099ff;
	color: #fff;
	padding: 8px 30px 8px 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

/*===== Select-2 css ends =====*/
:focus {
	outline: unset;
}
.table-success, .table-success>td, .table-success>th, .table-success, .table-success>td, .table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #212121;
	color: #fff;
}
.text-purpose {
    color: #79853b !important;
    font-size: 16px;
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
table.dataTable.no-footer {
    border-bottom: 0px; 
}
table.dataTable {
    border-collapse: collapse !important;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
}
a {
	font-size: 12px;
	color: #757575;
}
@media only screen and (min-width: 1400px){
	a {
		font-size: 14px;
	}
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    text-align: left;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 500;
    font-variant-ligatures: common-ligatures;
	margin-top: 0;
	color: inherit;
}
.h1, h1 {
    font-size: 2.5rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
hr {
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.btn-secondary {
    color: #fff;
}
.btn-success, .btn-success:hover {
    color: #fff;
    background-color: #79853b;
    border-color: #79853b;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 0px;
	background-color: #ffffff;
	background: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #ffffff;
	background: #ffffff;
	box-shadow: inset 0 0 0px #ffffff;
}
.ui-menu-item div.ui-state-active{
	background: unset;
	background-color: #6747f9 !important;
	color: #FFFFFF;
}
.dt-buttons .btn-group .btn {
	background-color: #6644ff;
	border-radius: 0px !important;
}
a.dt-button {
	font-size: 13px;
	background-color: #6644ff;
}
.dt-button-collection {
	padding: 0px !important;
	border-radius:0px;
	width:0px;
}
a.dt-button:hover:not(.disabled) {
	background-color: #995afa;
}
a.dt-button:active:not(.disabled) {
	background-color: #995afa;
}
.template_faq {
	background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
	background: #fff none repeat scroll 0 0;
	border-radius: 2px;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
	margin-bottom: 0;
	padding: 30px;
}
#accordion .panel {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 15px 10px;
}
#accordion .panel-heading {
	border-radius: 2px;
	padding: 0;
}
#accordion .panel-title a {
	background: #000 none repeat scroll 0 0;
	/*border: 1px solid transparent;*/
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px 12px 50px;
	position: relative;
	transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
	background: #fafafa none repeat scroll 0 0;
	/*border: 1px solid #ddd;*/
	color: #212121;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
	background: #6644ff scroll 0 0;
	border: 1px solid transparent;
	border-radius: 2px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
	color: #fff;
	content: "";
	font-family: fontawesome;
	font-size: 25px;
	height: 55px;
	left: -20px;
	line-height: 55px;
	position: absolute;
	text-align: center;
	top: -5px;
	transition: all 0s ease 0s;
	width: 55px;
}
#accordion .panel-title a.collapsed::after {
	background: transparent none repeat scroll 0 0;
	/*border: 1px solid #ddd;*/
	box-shadow: none;
	color: #333;
	content: "";
}
#accordion .panel-body {
	background: transparent none repeat scroll 0 0;
	border-top: medium none;
	padding: 10px;
	position: relative;
}
#accordion .panel-body p {
	border-left: 1px dashed #8c8c8c;
	padding-left: 25px;
}
.alert__body a {
	color: #6644ff !important;
}
.nav-link2 {
	display: block;
	/*padding: .5rem 1rem;*/
}
.nav-link2.active {
	border-bottom: 0px !important;
	color: #6644FF !important;
	background-color: unset !important;
}
.ui-autocomplete {
	z-index: 9999 !important;
}

.fundPageAccordion .panel-title a.collapsed {
	/*background: #fff none repeat scroll 0 0 !important;*/
}

div.dt-button-collection {
	background-color: transparent;
}