﻿body
{
background-color:#FCFCFC;
} 

label { font-size:16px;}
.panel {margin: 5px;}

.divbody
{
  background-color:#ADD8E6;
}

.ts
{

    font-size:100%;
    font-weight:600;
	height:40px;
      border: 2px solid #3e86d8;
}
.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-image: linear-gradient(to right,rgba(0, 0,150,1), rgba(0,0,255,.5), rgba(0, 0,255,1));
}

.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));
}

.divhead
{
	background-color:#5174e8;
    color:#fff !important;
    font-size:14px !important;
    font-weight:bold !important;
    text-transform:capitalize !important;
    padding:1px !important;
    
}

h3 {
    padding-left:10px;
}


.navbar-custom {
	background-color:#f57d0a;
    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:#f37777;
}
.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;
     }
   }