@CHARSET "ISO-8859-1";
a {
    color: #ED1C24;
    text-decoration: none;
}
html,body{padding:0;margin:0;}
.body {
	background: -webkit-linear-gradient(left top, lightblue, white, white, lightblue); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, lightblue, white, white, lightblue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, lightblue, white, white, lightblue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, lightblue, white, white, lightblue); /* Standard syntax */
}
h3{display:block;}
.form-title{
	font-weight:bold;
	font-size:1.4em;
	padding:1em;
	margin:0em;
} 

.font-red{color:red;}
.copyright{font-weight:bold;color:#000040}
.login{
	text-align:left;
	background-color:#ffffff;
	color:black;
	max-width:500px;
	padding:1em;
	border:gray solid 1px;
	border-radius:1em;
}
.register .form-control{
	border-color:#ffa64c;
	background:#fffff0;
}
.register{
	text-align:left;
	background-color:#ffffff;
	color:black;
	max-width:1000px;
	padding:1em;
}
.red {
	background-color: #ED1C24;
	color: #ffffff;
}

.grey {
	background-color: #f5f5f5;
	color: #330000;
}

.orange {
	background-color: #ff6600;
	color: #ffffff;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .nav>li>a:hover {
    color: #fff;
    background-color: #ED1C24;
}

div.sub-category-box{
	background-color: #ED1C24;
}

div.box{
	margin-bottom:20px;	
}

.search-container{
  overflow: hidden;
  width: 90%;
  min-height: 50px;
  margin: 0 auto;
  vertical-align: middle;
  white-space: nowrap;
}

.search-container input#search{
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 10pt;
  float: left;
  color: #65737e;
  padding-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.search-container input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.search-container input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.search-container input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.search-container input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.search-container button.icon{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
 
  border: 1px solid #ccc;
  background: #fff;
  height: 50px;
  width: 50px;
  color: #4f5b66;
  opacity: 0;
  font-size: 10pt;
 
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

.search-container:hover button.icon, .search-container:active button.icon, .search-container:focus button.icon{
  outline: none;
  opacity: 1;
  margin-left: -50px;
}
 
.search-container:hover button.icon:hover{
  background: white;
}

.search-container span{
	font-size: 10px;
	color: #866;
}

.navbar-toggle .icon-bar{
	background-color: #ccc;
}