/* 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:0px;
}
.search-text{
	font-family:'Open sans';
	font-size:21px;
}
.select-box{
display:inline;
 text-align:left;	
}

.search .glyphicon {
font-size: 8px;
padding-left: 5px;
font-size: 12px;
padding-left: 5px;
margin-top: 34px;
right: 30px;
z-index: 9999;
}
.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;
    outline: none;
    margin-top: 7px;
    width: 200px;
	font-size: 13px;
}
	#login-Modal .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(/17april2017/images/content.jpg) center no-repeat;
	min-height:700px;
	display:none;
	}


@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;
	}
}