/* Globals */
 ol, ul, li
{
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }


.navbar-inner-custom
{
	min-height:38px;
	border: 8px solid #d4d4d4;
	padding-left: 0px;
	margin-top:-10px;
}
.inputstyling {
    background: white url(../images/search.png) right no-repeat;
	margin-left:20px;
	width:170px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.select-style {
    border: 1px solid #ccc;
    width: 165px;
	/* border-radius: 3px; */
    overflow: hidden;
    background: #fafafa url("/_layouts/1033/images/TechMahindra/home/newhome/NewNavigation/select-arrow.png") no-repeat 100% 50%;
	margin-top:4px; /* changed margin-top:6px to 4px;*/
	height:28px;

	
}
 
.select-style select {
 
  /*   padding: 5px 8px; */
	
	padding: 0px 8px;
    width: 120%;
	height:26px;
	margin-top:0px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
#setwidth
{
	width:100px;
}
#setcolor
{
	background-color:#e31837;
	color:white;
	font-weight:bold;
}

#search-text-input{
	border-top:thin solid  #e5e5e5;
	border-right:thin solid #e5e5e5;
	border-bottom:0;
	border-left:thin solid  #e5e5e5;
	float:left;
	height:17px;
	margin:5px 0 0 5px; 
	outline:0;
	padding:.4em 0 .4em .6em; 
	width:150px; 
}
 
#button-holder{
	background-color:#f1f1f1;
	border-top:thin solid #e5e5e5;
	cursor:pointer;
	float:left;
	height:27px;
	margin:5px 0 0 -2px;
	text-align:center;
	width:40px;
}
  #button-holder img{
            margin:0px;
            width:37px; 
        }
.custom-navbar
{
	border: 6px solid #d4d4d4;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}