/* CSS Document */

.no-padd-left-right{
	    padding-left: 0px;
    padding-right: 0px;
	}
.nsedropdwn {font-family: arial, verdana, helvetica, sans-serif; font-size: 9pt; font-weight: normal;border: 1px solid #d2d2d3;}
section .zelect {
display: inline-block;
background-color:#eeeeee;
color:#5b5b5b;
cursor: pointer;
line-height: 17px;
border: 1px solid #d2d2d3;
position: relative;
font-family: 'poppins-regular';
 font-size: 16px; 
width: 91%;
margin-top: 20px;
border-radius: 5px;
margin-bottom: 25px;
margin-left: 17px;
}

section .zelected {
font-weight: normal;
padding-left: 30px;
font-family: 'poppins-regular';
font-size: 13px;  
padding-top: 10px;
padding-bottom: 10px;
padding-right: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
    text-align: left;
 }

section .zelected.placeholder {
color: #444444;
font-family: 'poppins-regular';
font-size: 16px; 
text-align:center; 
}

section .zelected:hover {
 border-color: #d2d2d3;
}

section .zelect.open {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;              
}

section .dropdown {
background-color: white;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 1px solid #d2d2d3;
border-top: none;
/*position: absolute;*/
left: -1px;
right: -1px;
top: 37px;
z-index: 2;
padding: 3px 5px 3px 3px;
font-family: arial, verdana, helvetica, sans-serif; font-size: 9pt;
text-align: left; 
}

section .dropdown input {
font-family: arial, verdana, helvetica, sans-serif; font-size: 9pt; 
outline: none;
border-radius: 4px;
border: 1px solid #d2d2d3;
box-sizing: border-box;
 -moz-box-sizing: border-box;
width: 100%;
 padding: 7px 0 7px 10px;
}

section .dropdown ol {
padding: 0;
margin: 3px 0 0 0;
list-style-type: none;
max-height: 300px;
overflow-y: scroll;
}

section .dropdown li {
padding-left: 10px;
}

section .dropdown li.current {
 background-color: #e9ebe1;
 }
				
.search{
margin-top:25px;
}
.search-text{
	font-family:'Open sans';
	font-size:21px;
}
.select-box{
display:inline;
 text-align:left;	
}

#page-content .glyphicon {
/*font-size: 8px;
padding-left: 5px;
font-size: 12px;
padding-left: 5px;
margin-top: 34px;
right: 50px;
z-index: 9999;*/
    font-size: 8px;
    padding-left: 5px;
    font-size: 12px;
    padding-left: 5px;
    /*margin-top: 34px;
    right: 30px;*/
    z-index: 99;
}
.glyphicon-search {
font-size: 8px;
padding-left: 5px;
font-size: 12px;
padding-left: 5px;
margin-top: 34px;
right: 50px;
z-index: 9999;
}

.buy_btn
{
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
    background: #379e5c;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    text-align: center;
	border:1px solid #0d7e36;
}
.buy_btn > .glyphicon {
margin-top: 2px;
color:#ffffff;
right: auto;
}
#contents .dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 8px 0 0;
    font-size: 14px;
    text-align: left;
}
#contents .dropdown-menu:before
{
    content: '';
    width: 0;
    height: 0;
    top: -8px;
    right: 39%;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #e5e5e5;
}
#contents .dropdown-menu .divider{
	min-height:1px;
}
#contents .dropdown-menu>li>a {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 15px;
	font-size:13px;
}
#contents .dropdown-menu>li>a:focus, #contents .dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: #379e5c;
    border-bottom: 1px solid #0d7e36;
}

.search-content{
	background:url(/images/content.jpg) center no-repeat;
	min-height:700px;
	display:none;
}

.scheme-name{
	/*font-family:'robotoregular';*/
	font-size:25px;
	line-height:35px;
	color:#118bd8;
	    padding-bottom: 7px;
		
}
#page-content .search .glyphicon {
font-size: 8px;
padding-left: 5px;
font-size: 12px;
padding-left: 5px;
margin-top: 34px;
right: 30px;
z-index: 99;
}

.table {
    width: 100%;
    margin-bottom: 0px;
}
.table>thead>tr>th, .table>tbody>tr>td, .table>tbody>tr>th{
	vertical-align: middle;
	}
.table>thead>tr>th {
    border-bottom: 0px solid #ddd;
}

.table>thead>tr>th, .table>tbody>tr>th {
    height: 40px;
}

.table>tbody>tr>th:nth-of-type(1) {
    padding-left:25px;
	font-size: 13px;
    font-weight: 500;
	    width: 25%;
}
.table-striped>tbody>tr:nth-of-type(odd)  {
    background-color: #f2f2f2;
	    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.table-striped>tbody>tr:nth-of-type(odd)>td:nth-of-type(1)  {
    background-color: #e4f7fb;
	color:#545454;
}
.table-striped>tbody>tr:nth-of-type(odd)>td:nth-of-type(2)  {
    background-color: #eef5ff;
	color:#545454;
}
.table-striped>tbody>tr:nth-of-type(1)>th:nth-of-type(2) {
    background-color: #7ecdda;
	color:#fff;
	font-weight:lighter;
	font-size: 16px;
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(13)>td:nth-of-type(1) {
    background-color: #24b3c4;
	color:#fff;
	height:50px;
	font-size:16px;
}

input[type=text], input[type=text]:focus{
	border:none;
	background:none;
	 width: 100%;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 8px;
	outline:none;
}
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 20px;
	    margin-bottom: -4px;
}
.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff4ee;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 30px;
    left: 7px;
    bottom: 4px;
    background-color: #f1790e;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #fff4ee;
}
.invest{
	padding-left: 50px;
	}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 34px;
}


.scheme-select 	input[type=checkbox]{
    margin-left: 10px;
    height: 17px;
    width: 17px;
	color: green;
}



input[type="checkbox"]:checked:after {
    /* Heres your symbol replacement - this is a tick in Unicode. 
    content: "\2713";*/
    color: #fff;
	
	}




	
input[type=submit], input[type=submit]:focus{
	border: none;
    border-radius: 25px;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 7px;
    color: #fff;
    background: #f1790e;
    outline: none;
    margin-top: 7px;
    width: 200px;
	font-size: 13px;
}
	.modal-content {
    position: relative;
    background-color:transparent;
    -webkit-background-clip: content;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
       -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
}


.search-content{
	background:url(/images/content.jpg) center no-repeat;
	min-height:700px;
	display:none;
}

.scheme-name{
	/*font-family:'robotoregular';*/
	font-size:25px;
	line-height:35px;
	color:#118bd8;
	    padding-bottom: 7px;
		
}
.small-divider{
	min-height:20px;
	border-right: 1px solid #000;
}

.divider{
	min-height: 40px;
    border-right: 1px solid #ccc;
    margin-top: 11px;
}
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dddddd;
	    width: 95%;
}
.nav-value{
	/*font-family:'robotoregular';*/
	font-size: 14px;
	color:#e51515;
	    line-height: 20px;
		  
}
.nav-sub-line{
	/*font-family:'robotoregular';*/
	font-size:10px;
	color:#9e9e9e;
	font-style:italic;
	line-height:14px;
	    text-align: left;
}
.nav-as-date{
	/*font-family:'robotoregular';*/
	     font-size: 13px;
	color:#424242;
	padding-top: 10px;
}
.nav-date{
	font-weight:600;
	}
.nav-output{
	/*font-family:'robotoregular';*/
	 font-size: 19px;
	color:#424242;
	
	 padding-top: 10px;
	    
}
.fund-output-type{
	
    padding-top: 5px;
    padding-bottom: 5px;
    /*font-family: 'robotoregular';*/
    font-size: 15px;
    border-radius: 3px;
	color:#464646;
	/*width: 200px;*/
	background:#ececec;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
/*	background:#ddeff9;
	color:#118bd8;
	border: 1px solid #118bd8;*/
	outline:none;
}
.return-graph{
	border:1px solid #ccc;
	min-height:500px;
	margin-top:20px;
	}
#container {
	min-width: 310px;
	max-width: 800px;
	height: 400px;
	margin: 0 auto
}
form.form-inline {
    display: inline-block;
}
.display_block, form .display_block, th.display_block, td.display_block {
    display: block;
}
.margin_top, .left_col_head.margin_top {
    margin-top: 10px;
}
form {
    margin: 0;
}

.input-prepend > .add-on {
    font-family: Arial;
    font-size: 10px;
}
.input-small, input[type="text"].input-small, input[type="button"].input-small, input[type="submit"].input-small, select.input-small {
    width: 73px;
    padding-left: 1px;
    padding-right: 1px;
    font-family: Arial;
    font-size: 10px;
    margin-right: 10px;
}
	
	.datesdropdown {
background-color: white;
border-radius: 5px;
border: 1px solid #d2d2d3;
padding: 3px 5px 3px 3px;
font-family: arial, verdana, helvetica, sans-serif; font-size: 9pt;
text-align: left; 
outline:none;
}
	
.nav-pills{
	border:0px solid #ccc;
	margin-bottom: 0px;
	    margin-left: 5px;
	}
.tools .nav-pills > li > a
{
color: #000;
    font-size: 15px;
    /*font-family: 'open_sansregular';*/
       /*padding: 7px 137px;*/
    margin-right: 5px;
    background: #f0edee;
    border-radius:2px;
	    border: 1px solid #f0edee;
}
.tools .nav-pills > li > a.second
{
	 margin-right:0px;
	}

.nav-pills>li+li {
    margin-left: 5px;
}

.tools-content {
	height: 600px;
    display: block;
    margin-bottom: 10px;
    overflow: auto;
    padding: 5px;
     border: 0px solid #f0edee; 
    background: #fff;
	width: 100%;
}

.tools .nav-pills>li.active>a, .tools  .nav-pills>li.active>a:focus, .tools  .nav-pills>li >a:hover 
{
 background:#ddeff9 !important;
 color:#118bd8;
 border:1px solid #118bd8;
}

.tools  .nav-pills>li.last>a
{
 border-right:none;
}

/*----------------Elippsis Tooltip--------------------*/
.full-content {
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;    
	max-width: 100%;
}
.tipper {
    height: 1px;
    left: -99999px;
    position: absolute;
    pointer-events: none;
    top: -99999px;
    width: 1px;
}
.tipper .tipper-content {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-family: sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 8px 12px;
    position: relative;
    white-space: nowrap;
}
.tipper .tipper-caret {
    background: url(jquery.fs.tipper-icon.png) no-repeat;
    content:'';
    display: block;
    height: 11px;
    margin: 0;
    position: absolute;
    width: 5px;
}
.tipper.right .tipper-content {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}
.tipper.right .tipper-caret {
    background-position: left center;
    left: -5px;
    top: 0;
}
.tipper.left .tipper-content {
    box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
}
.tipper.left .tipper-caret {
    background-position: right center;
    right: -5px;
    top: 0;
}
.tipper.top .tipper-caret, .tipper.bottom .tipper-caret {
    display: block;
    float: none;
    height: 5px;
    margin: 0 auto;
    width: 11px;
}
.tipper.top .tipper-content {
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}
.tipper.top .tipper-caret {
    background-position: center bottom;
    bottom: -5px;
    left: 0;
}
.tipper.bottom .tipper-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.tipper.bottom .tipper-caret {
    background-position: center top;
    top: -5px;
    left: 0;
}


[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}


/* custom styles */
/*body {
  padding: 4em;
  background: #e5e5e5;
  font: 13px/1.4 Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}*/
label {
  display: block;
}
/* input{
        width: 85px;
    border-radius: 1px;
    border: 1px solid #a9a9a9;
    text-align: center;
}*/
input[type= date] {
  border: 1px solid #c4c4c4;
       border-radius: 1px;
    background-color: #fff;
    padding: 0px 4px;
    box-shadow: inset 0 0px 4px rgba(0,0,0,0.1);
    width: 117px;
}
.table {
    width: 100%;
    max-width: 100%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /*padding: 6px;*/
	padding: 13px;
    line-height: 1.42857143;
    vertical-align: middle;
}

table, td {
    text-align: -webkit-center;
}


.table>tbody>tr>th, .table>thead>tr>th{
	border-right:1px solid #ccc;
	 border-bottom:1px solid #ccc;
	  text-align:center;
}

.table>tbody>tr>td, .table>thead>tr>td{
	 text-align:center;
	border-right:1px solid #ccc;
	 border-bottom:1px solid #ccc;
	}



.table td.text {
    max-width: 177px;
}
.table td.text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
	
}
.table-return{
	  margin-bottom:0px;
}
.table-return>tbody>tr>td, .table-return>thead>tr>td{
	line-height:33px;
	}
.glyphicon-triangle-top {
    font-size: 8px;
    padding-left: 5px;
   font-size: 9px;
    padding-left: 5px;
    margin-top: 0px;
    right: 4px;
   /* z-index: 9999;*/
}

.tooltip-inner {
	padding-top:5px;
    max-width: 350px;
	background:#118bd8 !important;
	color:#fff;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #2996dc;
}
.glyphicon-shopping-cart{
	right:0px;
	    margin-top: 4px;
	    font-size: 18px;
	}
@media screen and (-webkit-min-device-pixel-ratio: 0){
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 22px;
}
}
@media(max-width: 320px){
.glyphicon {
    		top:66px;
}
}
	
@media(min-width: 320px) and (max-width:425px){
.glyphicon {
    		right: 50px;
			    z-index: -99;
}
}
@media(max-width:375px){
.glyphicon {
    right: 31px;
}
}
@media(min-width:769px) and (max-width:1024px)
{
	section .zelect {
    margin-left: 8px;
	}
}