.bg-grey {
    background-color: #efefef;
}
.grey {
    color: #666666;
    
}
.dark-green
{
	background-color:rgb(92, 184, 92);
}

.panel
{
	border-radius:0px;
	border:1px solid #ccc;
}
.panel-heading
{
	border-bottom:1px solid #ccc;
	-webkit-box-shadow:1px 1px 0px #C0C0C0;
 -moz-box-shadow:1px 1px 0px #C0C0C0;
 box-shadow:1px 1px 0px #C0C0C0;
}


/*-------------------------------*/

/*----------DropDown Background-----------*/
.dropdown-menu>li>a 
{
	color: white;
}
.dropdown-menu
{
	
    background-color: rgba(120, 176, 250, 1);
   
}





/*----------MyModal-----------*/
.modal-content
{
	border-radius: 0px;
}
label
{
	font-weight:500;
}
/*-----------MyModal---------------*/
   
    


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}






 .nav-tabs {font-weight:400;font-size:18px;font-family:'Open Sans Light','Open Sans', sans-serif; border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
body{ background: #EDECEC;}

.f4f8f9
{
	background-color:#f4f8f9;
}     
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

nav {
    height: 40px !important;
    line-height: 40px !important  ;
    padding: 0px 10px;
}


