/* CSS Document */
h1  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.8vw;
	color:#FFF;
	border-radius: 25px;
  	background:#4b4;
  	padding: 5px; 
	margin-right:16%;
	margin-left:16%;
}

.listFont{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
}
.timing{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
}
.newline{
	clear:both;
}
.redBack{
	background:#F9C
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.4vw;
	color:#FFF;
	border-radius: 25px;
  	background: #09F;
  	padding: 2px;
	margin-right:20%;
	margin-left:20%;	 
}
.btn-wee, .btn-group-wee>.btn {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 1;
    border-radius: 3px;
	
}
.weePad{
	margin-top:15px;
}

h3  {text-align:center;font-family:Arial, Helvetica, sans-serif;; color:#00f;font-size: 2vw;}
h4  {text-align:center;font-family:Arial, Helvetica, sans-serif;; color:#f00;font-size: 2.5vw;}
p	{font-family:Arial, Helvetica, sans-serif;font-size: 2.2vw;}

.center{
	text-align:center !important;
}
.navbar-default .navbar-nav>li>a {
	background:#06C;
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
	background:#06C;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #0ff;
}
.container-fluid {
    background: #06c;
	color:#fff;
}
.footer{
	background:#06C;
	color:#fff;
}
.progress {
    margin-bottom: -30px;
}
.red{
	color:#F00;
	font-weight:bold
}
.green{
	color:#0d2;
	font-weight:bold;
}
.amber{
	font-weight:bold;
	color:#F60;
}
.blue{
	font-weight:bold;
	color:#00f;
}
.info{
	font-weight:bold;
	color:#09C;
}
.bottomBorder{
	border-bottom:thin solid #666;
}

.bottomNil{
	border-bottom:thin solid #fff;
}
.bottomTop{
	border-top:thin solid #666;
}
.bottomP{
	position:absolute;
	bottom:35px;
	width:90%
}
.bold{
	font-weight:bold;
}
.nameBar{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#00F;
}
.col-container {
  display: table;
  width: 100%;
}
.col {
  display: table-cell;
  padding: 16px;
}

input::-webkit-input-placeholder {
color: #ccc !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #ccc !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #ccc !important;  
}
 
input:-ms-input-placeholder {  
color: #ccc !important;  
}
textarea::-webkit-input-placeholder {
color: #ccc !important;
}
 
textarea:-moz-placeholder { /* Firefox 18- */
color: #ccc !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #ccc !important;  
}
 
textarea:-ms-input-placeholder {  
color: #ccc !important;  
}

.Wait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/images/pleaseWait.gif') 
                50% 50% 
                no-repeat;
}
.btn {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
}

