﻿body
{
background-color:#9EE6B7;
} 

label { font-size:16px;}
.panel {margin: 5px;}

.divbody
{
  background-color:#57d45d;
  background: linear-gradient(90deg,rgba(87, 212, 93, 1) 0%, rgba(87, 199, 133, 1) 100%, rgba(237, 221, 83, 1) 81%);

}


.divhead {
    background-color: #099945;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    padding: 1px !important;
}

.ts
{

    font-size:100%;
    font-weight:600;
	height:40px;
      border: 2px solid #3e86d8;
}

.raj
{

    font-size:140%;
    font-weight:600;
	height:40px;
   
}

.bs {
    font-size: 140%;
    font-variant-caps: all-petite-caps;
    font-weight: 600;
    height: 45px;
    text-transform: uppercase;
    border: 2px solid #3e86d8;
    color: white;
    background-color:#099945;
}  

.bsd
{
    font-size:140%;
    font-variant-caps:all-petite-caps;
    font-weight:600;
	height:50px;
    text-transform:uppercase;
    border: 2px solid #F00;
    color:white;
    background-image: linear-gradient(to right,rgba(200, 0,0,1), rgba(150,0,0,.5), rgba(150, 0,0,1));
}


h3 {
    padding-left:10px;
}


.navbar-custom {
	background-color:#09963B;
    color:#FFF;
}
.navbar-custom .navbar-nav > li > a {
  	color:#FFF;
  	padding-left:10px;
  	padding-right:10px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-size:100%; letter-spacing:1px;
	}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color:#f37777;
}
      
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color:#ff3322;
}
      
.navbar-custom .navbar-brand {
  	color:#f37777;
}
.navbar-custom .navbar-toggle {
  	background-color:#fff;
}
.navbar-custom .icon-bar {
  	background-color:#f37777;
}

.navbar-nav .dropdown:hover > .dropdown-menu { 
  display: block; 
  }
.navbar-nav .dropdown:hover > a[data-toggle=dropdown] + .dropdown-menu { 
  display: none;
 }
.navbar-nav .dropdown.open > a[data-toggle=dropdown] + .dropdown-menu { 
  display: block; 
 
}

ul
{
list-style-type: none;
}

.cc
{
font-size:18px;
color:blue !important;
background-color:white;
}

li {
font-size:18px;
}

.hiddencol { display: none; }

@media (min-width: 481px) and (max-width: 767px) 
 {
     li { 
      font-size: 2em; 
   }
    }

    /* Extra Small Devices, Phones */ 
  @media (min-width: 481px) and (max-width: 767px) {
     
        li { 
      font-size: 3em; 
   }
    }

   @media print {
     .your-grid-class {
       display: block;
     }
   }