/*
	Minimaxing 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	*,*:before,*:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-o-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box}

	body {
		font-size: 13.5pt;
		font-family: sans-serif;
		background-color: #f3f3f3;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #878e83;
		letter-spacing: -1px;
	}

	h1,h2,h3,h4 {
		color: #007897;
		font-weight: normal;
	}

	h1,h2 {
		/*text-transform: lowercase;*/
	}

	h2 {
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
	}

	h3,h4 {
		color: #283121;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #5d93a2;
		text-decoration: underline;
	}

	/*a:hover {
		text-decoration: none;
		color:#D72A2E;
	}*/

	* > p:last-child {
		margin-bottom: 0 !important;
	}

/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 1.5em;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 2em;
		}

	ul.link-list {
	}

		ul.link-list li {
			border-top: solid 1px #ced0b7;
			padding: 0.75em 0 0 0;
			margin: 0.75em 0 0 0;
		}
		
		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	.button {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #007b9d;
		background-image: -moz-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d));
		background-image: -ms-linear-gradient(top, #008dad, #007b9d);
		background-image: -o-linear-gradient(top, #008dad, #007b9d);
		background-image: linear-gradient(top, #008dad, #007b9d);
		border-radius: 10px;
		/*text-transform: lowercase;*/
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #006e8b;
		box-shadow: inset 0px 0px 0px 1px #18a8c8;
	}

	.button:hover {
		background-color: #fff;
		background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
		background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
		background-image: linear-gradient(top, #1b9fbe, #118eb1);
		box-shadow: inset 0px 0px 0px 1px #3ecceb;
	}

.login
{
	width:46%;
	float:left;
	padding:10px;
	border:1px solid #f7f7f7;
	border-radius:5px;
}

.tbx
{
	width:91%;
	padding:10px;
	background:linear-gradient(#fff , #e6e6e6);
	border:none;
	border-radius:4px;
	box-shadow:0px 0px 10px #f1f1f1;
}
.tbx2
{
	width:90%;
	border-radius:5px;
	border:1px solid #eee;
	padding:5px;
}
.login_btn
{
	padding:5px 15px;
	border:none;
	border-radius:3px;
	background:linear-gradient(#51a4e6 , #03589b);
	color:#fff;
}
.schedule
{
	width:96%;
	float:left;
	padding:10px;
	background:#f7f7f7;
}
.link-list li a:hover
{
	color:#E36612;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar {
  width: 6px;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar-thumb {
  background: var(--rv-primary);
  border-radius: 10px;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar-thumb:hover {
  background: var(--rv-primary);
}
.fund-performance-section .top_fund_performance .dt-buttons {
  margin-bottom: 20px;
}
.fund-performance-section .top_fund_performance .dt-button {
  border: unset;
  background: var(--rv-primary);
  color: var(--rv-white);
  padding: 10px 20px;
  margin-right: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 var(--rv-primary);
  transition: 0.5s;
}
.fund-performance-section .top_fund_performance .dt-button:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}
.fund-performance-section .top_fund_performance ul {
  padding: 0;
  list-style-type: none;
}
.fund-performance-section .top_fund_performance ul li {
  display: inline-block;
  width: 19%;
  font-size: 20px;
  font-weight: 600;
}
.fund-performance-section .top_fund_performance ul li i {
  display: block;
  margin-bottom: 10px;
}
.fund-performance-section .top_fund_performance ul li img {
  width: 50px;
}
.fund-performance-section .top_fund_performance .tfp-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fund-performance-section .top_fund_performance .all_top_funds {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fund-performance-section .top_fund_performance .all_top_funds .category_side_bar {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  background-color: #eee;
  max-height: 63vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .fund-performance-section .top_fund_performance .all_top_funds .category_side_bar {
    max-width: 100%;
  }
}
.fund-performance-section .top_fund_performance .all_top_funds #main_fund_box {
  vertical-align: top;
  max-height: 65vh;
  overflow-y: auto;
  padding: 5px;
}
.fund-performance-section .top_fund_performance .all_top_funds .tfpall-content {
  width: calc(100% - 240px);
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fund-performance-section .top_fund_performance .all_top_funds .tfpall-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.fund-performance-section .top_fund_performance .all_top_funds .tfpall-content .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.fund-performance-section .fund_performance {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
.fund-performance-section .fund_performance .form-check {
  display: inline-block;
  width: 19%;
  vertical-align: middle;
}
.fund-performance-section .fp-top-card {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: -15px;
}
.fund-performance-section .radio {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease-in-out;
}
.fund-performance-section .radio .flaticontk {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-family: flaticontk !important;
  font-size: 60px;
  font-weight: 500;
  background-image: linear-gradient(180deg, var(--rv-secondary) 0%, var(--rv-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
.fund-performance-section .radio .flaticontk::before {
  content: "\f107";
}
.fund-performance-section .radio:hover {
  transition: all 0.3s ease-in-out;
}
.fund-performance-section .radio:hover input ~ .checkmark {
  border: 3px solid var(--rv-secondary);
}
.fund-performance-section .radio:nth-child(2) .flaticontk::before {
  content: "\f108";
}
.fund-performance-section .radio:nth-child(3) .flaticontk::before {
  content: "\f109";
}
.fund-performance-section .radio:nth-child(4) .flaticontk::before {
  content: "\f10a";
}
.fund-performance-section .radio:nth-child(5) .flaticontk::before {
  content: "\f10b";
}
.fund-performance-section .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.fund-performance-section .radio .checkmark {
  border: 3px solid #eee;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background: var(--rv-white);
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fund-performance-section .radio .checkmark em {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  color: var(--rv-primary);
  text-transform: uppercase;
}
.fund-performance-section .form-check-input:checked[type=radio] + span.checkmark {
  border: 3px solid var(--rv-primary);
}

.fund-performance-section #category_wise_fund p {
  margin: 0;
  padding: 4px 15px;
  border: 1px solid #c0e1e7;
  border-bottom: none;
  position: relative;
  cursor: pointer;
  color: var(--rv-secondary);
}
.fund-performance-section #category_wise_fund p:last-child {
  border-bottom: 1px solid #d8edf1;
}
.fund-performance-section #category_wise_fund p:hover {
  background-color: #2b8caa;
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund p::after {
  position: absolute;
  content: "\f178";
  font-family: var(--rv-font-fontawesome);
  font-size: 16px;
  right: 15px;
  top: 5px;
  opacity: 0.5;
  color: var(--rv-secondary);
}
.fund-performance-section #category_wise_fund p.active {
  background-color: #2b8caa;
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund .sub_category_items {
  position: relative;
  margin-bottom: 5px;
}
.fund-performance-section #category_wise_fund .sub_category_items:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund .sub_category_items .fund_sub_category {
  display: none;
}
.fund-performance-section #category_wise_fund .sub_category_items .fund_sub_category[type=radio]:checked + label {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund .sub_category_items label {
  display: block;
  width: 100%;
  padding: 3px 10px;
  color: var(--rv-black);
}
.fund-performance-section #myTable th {
  background-color: #d8edf1;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 16px;
  color: var(--rv-secondary);
  text-align: center;
}
.fund-performance-section #myTable td {
  border: 1px solid #d8edf1 !important;
  font-size: 14px;
  line-height: 16px;
  color: var(--rv-secondary);
  padding: 5px;
}
.fund-performance-section #myTable .highcharts-figure {
  display: block;
  padding: 0 !important;
  width: 100% !important;
  margin: 0;
  max-width: 100%;
  border: none !important;
}
.fund-performance-section #myTable #showMap {
  position: relative;
}
.fund-performance-section #myTable #showMap span {
  opacity: 0;
  width: 30px;
  display: block;
  height: 55px;
  z-index: 99;
  position: relative;
  cursor: pointer;
}
.fund-performance-section #myTable #showMap::after {
  content: "+";
  position: absolute;
  font-size: 22px;
  top: 35%;
  left: 40%;
}
.fund-performance-section #myTable .chart_div {
  display: none;
  width: 100% !important;
}
.fund-performance-section #myTable .map_active .chart_div {
  display: block;
}
.fund-performance-section .map_active .highcharts-figure {
  display: block !important;
}
.fund-performance-section .map_active .highcharts-figure #container {
  border: 1px solid #d8edf1 !important;
  padding: 0;
}
.fund-performance-section .loader img {
  width: 60px;
}
.fund-performance-section .highcharts-figure {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
}
.fund-performance-section .highcharts-data-table table {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
  font-family: var(--rv-font);
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.fund-performance-section .highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: var(--rv-gray);
  padding: 0.5em;
}
.fund-performance-section .highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
  padding: 0.5em;
}
.fund-performance-section .highcharts-data-table td {
  padding: 0.5em;
}
.fund-performance-section .highcharts-data-table thead tr {
  background: #f8f8f8;
}
.fund-performance-section .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.fund-performance-section .highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.fund-performance-section td.details-control {
  cursor: pointer;
}
.fund-performance-section text.highcharts-subtitle {
  display: none;
}
.fund-performance-section text.highcharts-credits {
  display: none;
}
.fund-performance-section .search_bar_sub #myInput {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 5px;
  width: 96%;
}