.nav li {
    background: #da251c;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
	color: #fff !important;
	margin: 0px 2px;
	min-width:75px;
	text-align: center !important;
}
.nav li a {
    color: #fff !important;
}
.navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 10px;
}
.navbar {
    min-height: 38px !important;
}

	.table.table-responsive td {
    border-top: medium none;
	font-weight:bold
	
	}
	.bt{
		text-align:center;
		color:blue;
	}
	
	
	@import "bourbon";

body {
	background: #eee !important;	
}

.wrapper {	
	margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);  

  .form-signin-heading,
	.checkbox {
	  margin-bottom: 30px;
	}

	.checkbox {
	  font-weight: normal;
	}

	.form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

	input[type="text"] {
	  margin-bottom: -1px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}

	input[type="password"] {
	  margin-bottom: 20px;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	}
}
.TabbedPanelsTab{
	position: relative;
top: 1px;
float: left;
padding: 11px 18px;
margin: 0px 1px 1px 0px;
    font: bold 1.0em sans-serif;
    background-color: #DDD;
    list-style: none;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999s;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -moz-user-select: none;
    -khtml-user-select: none;

}
.col-sm-9{
	width:65%;
}
.abs
{
	position: relative;
	text-align: left;
	left: 5px;
	top: 5px;
	width: 984px;
	height: 30px;
	z-index: 100;
	background-color: #DA251C;
}
.1st_text
{
	position: absolute;
	left: 10px;
	top: 4px;
	width: 94px;
	height: 14px;
	z-index: 74;
	text-align: left;
}
.txt1
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
}
.abs1
{
	position: absolute;
	left: 10px;
	top: 4px;
	width: 100%;
	height: 14px;
	z-index: 74;
	text-align: right;
	margin-right: 10px;
}
.anim
{
	background-color: transparent;
	border: 0px #000000 solid;
	padding: 0;
	width: 190px;
	text-align: center;
	 -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }

}