.list input[type="text"]{	
border: 1px solid #fff;
background-color: #FFFFA8;
width:100%;
height:25px;
}
.list input[type="text"]:focus{border-color:#8fc400}
.list td.np{padding:0;}

  
table.list td{
	line-height: 22px;
	color: #333;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {padding: 8px 5px}
.table > thead > tr.smallPadding  > td, .table > tbody > tr.smallPadding  > td, .table > tfoot > tr.smallPadding  > td {
    padding: 1px 2px;
    vertical-align: middle;
}
.navbar{min-height:40px;margin-bottom:0;border-radius:0;border:0}
.navbar-toggle{margin:4px 9px 4px;border:1px solid #303030;padding:0 10px; background:#eee}
.navbar-toggle >span{float:left;}
.navbar-toggle .icon-bar{background:#303030;}
.navbar-toggle >span:last-child{margin-left:5px; margin-top:7px;}

.foot{padding:22px 0;color:#989696}
.foot a{padding:5px 0;display:inline-block;color:#fff;margin-right:5px }
.foot a.ac{color:#ebcd1d}

.btn-blue{
color:#fff;
background: #03608a; /* Old browsers */
background: -moz-linear-gradient(top,  #03608a 0%, #02425e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03608a), color-stop(100%,#02425e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #03608a 0%,#02425e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #03608a 0%,#02425e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #03608a 0%,#02425e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #03608a 0%,#02425e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03608a', endColorstr='#02425e',GradientType=0 ); /* IE6-9 */
}
.btn-blue:hover{background: #ebce1d; /* Old browsers */
background: -moz-linear-gradient(top,  #ebce1d 0%, #edbb16 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebce1d), color-stop(100%,#edbb16)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebce1d 0%,#edbb16 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebce1d 0%,#edbb16 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebce1d 0%,#edbb16 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ebce1d 0%,#edbb16 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebce1d', endColorstr='#edbb16',GradientType=0 ); /* IE6-9 */
color:#fff;
}
.btn-yellow{background: #ebce1d; /* Old browsers */
background: -moz-linear-gradient(top,  #ebce1d 0%, #edbb16 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebce1d), color-stop(100%,#edbb16)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebce1d 0%,#edbb16 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebce1d 0%,#edbb16 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebce1d 0%,#edbb16 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ebce1d 0%,#edbb16 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebce1d', endColorstr='#edbb16',GradientType=0 ); /* IE6-9 */
color:#fff;
} 
.btn-new{border-radius:0;font-weight:bold;}
.functionBoxMain.row{background:#272727;margin:10px 0;}
.functionBoxMain i{color:#023348;background:#fff;width:200px;height:200px;}
.functionBoxMain span{font-size:20px;color:#fff;text-transform:uppercase;margin-top:5px;display:inline-block;}
.noResult {
    background: url("noResult.png") no-repeat scroll 91% 12% rgba(0, 0, 0, 0);
    color: #f00;
    height: 250px;
    line-height: 50px;
    text-align: center;
}
