

#custom-search-input{
  
    border: solid 1px #E4E4E4;
    border-radius: 3px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 0px 0 10px;
   
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.input_mng{ height:40px; font-size:12px;}


.SearchIcon
{
    color:#fff;
   
}
.SearchButton
{
    background-color:#f37515;
    border-radius:1px;
	font-size: 20px;
    color: #fff;
}
.help_cont a{color: #f37515;
    font-size: 24px;
    font-weight: bold;}
	
.clint_administrator{ font-size:26px; font-weight:bold;}
	
.SearchButton:hover{
    background-color:#C4161C;
}

.SearchBar{
	height:52px;

}
.se_btn{height: 52px;
    padding-right: 25px;
    padding-left: 25px;}
.color_set_h2{ color:#ef7315;}	
	
.pan_mng{ border:none !important; box-shadow:none !important;}	
	
/*.panel-heading .accordion-toggle:after {     
    font-family: 'Glyphicons Halflings';  
    content: "\e114";    
    float: right;        
    color: grey;         
}
 .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels 
    content: "\e080";    
}*/