﻿
.navbar-custom {
	background-color:#086716;
color:#ffffff;
}
.navbar-custom .navbar-nav > li > a {
  	color:#fff;
  	padding-left:10px;
  	padding-right:10px;
	line-height: 20px;                                              
	font-family: 'Open Sans', sans-serif;                               
	text-transform:uppercase;
	font-size:140%; 
	}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #08ff16;
}
      
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color:#08ff16;
}
      
.navbar-custom .navbar-brand {
  	color:#eeeeee;
}
.navbar-custom .navbar-toggle {
  	background-color:#eeeeee;
}
.navbar-custom .icon-bar {
  	background-color:#13ccf1;
}

.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; 
 
}

.dropdown-menu > li > a{
  font-size: 16px !important; /* Change to your desired size */
    font-weight:bold;
}


label { font-size:16px;color:black}
.panel {margin: 5px;}

.divbody
{
  background-image:linear-gradient(to bottom right, #3399ff 0%, #99ccff 100%);
}

.divhead
{
	background:linear-gradient(to right, #00ccff 43%, #0099ff 100%)!important;
    color:black !important;
    font-size:20px !important;
    font-weight:bold !important;
    text-transform:capitalize !important;
 
}


.ts
{

    font-size:18px !important;
    font-weight:600;
	height: 40px !important;
    border:2px solid #3e86d8;
    border-radius: 26px !important;

}


.ts1
{

    font-size:18px !important;
    font-weight:600;
    height:60px !important;
    border:2px solid #3e86d8;
    border-radius: 26px !important;
  }

.bs
{
    font-size:18px !important;
    font-variant-caps:all-petite-caps;
    font-weight:600;
	height:45px;
    text-transform:uppercase;
   border: 2px solid blue !important;
    color:black;
    border-radius: 26px !important;
    background-image: linear-gradient(to bottom right, #ff33ff 10%, #ff99cc 80%) !important;
   
}

.bs:hover
{
   
    border: 2px solid #3e86d8 !important;
    color:white;
    border-radius: 26px;
    background-image: linear-gradient(to bottom right, #2233ff 11%, #ff99cc 40%);
}

.bsd
{
    font-size:18px;
    font-variant-caps:all-petite-caps;
    font-weight:600;
	height:45px;
    text-transform:uppercase;
    border: 2px solid black;
    color:black;
    border-radius: 26px;
  background-image: linear-gradient(to bottom right, #ff0000 40%, #ff99cc 80%);
     transition-duration: 0.4s;
}

.bsd:hover
{
   
    border: 2px solid #3e86d8;
    color:white;
    border-radius: 26px;
    background-image: linear-gradient(to bottom right, #ff0000 `10%, #ff99cc 90%);
}







/*.navbar-custom {
background-color:#0099CC;
color:#ffffff;
}
  

.navbar-custom .navbar-nav > li > a {
  	color:#fff;
  	padding-left:10px;
  	padding-right:10px;
	line-height: 10px;                                              
	font-family: 'Open Sans', sans-serif;                               
	text-transform:uppercase;
	font-size:160%; 
	}

.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
	background-color:transparent;
}
      
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #13D2EF;
}
      
.navbar-custom .navbar-brand {
  	color:#eeeeee;
}
.navbar-custom .navbar-toggle {
  	background-color:#eeeeee;
}
.navbar-custom .icon-bar {
  	background-color:#269CCB;
}


ul
{
list-style-type: none;
}*/
