/* NAV  TABS */  

/* links: outlines and underscores */  
a.btn, a.btn:active, a.btn:focus, 
button.btn:active, button.btn:focus, button.btn:active, button.btn:focus, 
.dropdown-menu li a, .dropdown-menu li a:active, .dropdown-menu li a:focus, .dropdown-menu li a:hover,
ul.dropdown-menu li a, ul.dropdown-menu li a:active, ul.dropdown-menu li a:focus, ul.dropdown-menu li a:hover,
.nav-tabs li a, .nav-tabs li a:active, .nav-tabs li a:focus { 
    outline:0px !important; 
    -webkit-appearance:none;  
    text-decoration:none; 
}  

/* panel */ 
.panel {margin-top: 0px;}
.panel .panel-heading { padding: 5px 5px 0 5px;}
.panel .nav-tabs {border-bottom: none;}

/* inactive tabs */ 
.nav > li > a		{ background-color: #f5f5f5; color: #676767; border-color: #dddddd; border-width: 1px; padding: 5px 15px; line-height: 2; -webkit-transition: all 0.75s; -moz-transition: all 0.75s; transition: all 0.75s; }
.nav > li > a:active	{ background-color: #f5f5f5; color: #0093AA;}
.nav > li > a:focus 	{ background-color: #f5f5f5; color: #0093AA;} 
.nav > li > a:hover 	{ background-color: #eeeeee; color: #0093AA; border-color: #dddddd;} 

/* active tabs */ 
.nav > li.active > a {color: #0093AA;} 
.nav > li.active > a:hover {color: #0093AA;} 

/* buttons */ 
.btn-default.btn-outline:active,
.btn-default.btn-outline:focus, 
.btn-default.btn-outline 	{ color: #676767; border-color: #676767; background-color: transparent; border-width: 2px; -webkit-transition: all 0.25s; -moz-transition: all 0.25s; transition: all 0.25s;} 	
.btn-default.btn-outline:hover 	{ color: #000000; border-color: #000000; background-color: transparent; border-width: 2px; -webkit-transition: all 0.75s; -moz-transition: all 0.75s; transition: all 0.75s; } 



/* panel buttons */ 
.btn-group button.btn.btn-outline.btn-default 		{ background-color: #f5f5f5; color: #676767; border-color: #dddddd; border-width: 1px; padding: 5px 15px; line-height: 2; -webkit-transition: all 0.75s; -moz-transition: all 0.75s; transition: all 0.75s; } 
.btn-group button.btn.btn-outline.btn-default:focus	{ background-color: #f5f5f5;} 
.btn-group button.btn.btn-outline.btn-default:active   	{ background-color: #f5f5f5;}
.btn-group button.btn.btn-outline.btn-default:hover 	{ background-color: #eeeeee; border-width: 1px; -webkit-transition: all 0.75s; -moz-transition: all 0.75s; transition: all 0.75s; } 

.btn-outline.btn-highlight	{ color: #676767; border-color: #676767; background-color: transparent; border-width: 2px;}

.display-title { font-family: verdana, arial, helvetica; color:#008400;}

ul.nav.nav-tabs li.btn-group.active > a.btn.btn-default
{border: 1px solid #dddddd;
background-color: #ffffff;
border-right:0px;
margin-right: 0px;
border-bottom: 0px;
}

ul.nav.nav-tabs li.btn-group > a.btn.btn-default
{
border: 1px solid #F5F5F5;
border-right:0px;
margin-right: 0px;
border-bottom: 0px;
}

ul.nav.nav-tabs > li.btn-group.active > a.btn.dropdown-toggle
{
border: 1px solid #dddddd;
background-color: #ffffff;
margin-left: 0px;
border-left:0px;
border-bottom: 0px;
}

ul.nav.nav-tabs > li.btn-group > a.btn.dropdown-toggle
{
border: 1px solid #F5F5F5;
margin-left: 0px;
border-left: 0px;
border-bottom: 0px;
}

 ul.nav.nav-tabs li.btn-group a.btn.dropdown-toggle span.caret
{
color: #F5F5F5;
}

 ul.nav.nav-tabs li.btn-group.active > a.btn.dropdown-toggle > span.caret
{
color: #999999;
}
/* Table Correction */

.table-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}
.table-information > tbody > tr:first-child {
    border-top: 0;
}
.table-information > tbody > tr > td {
    border-top: 0;
}

/* table cells */ 
.cell-1{
    width: 50%;
    font-weight: bold;
}
.cell-2{
    width: 50%;
    font-weight: bold;
    color: #0093AA;
}

/* Register */ 
.register-text{
    font-weight: bold;    
    margin-bottom: 2px;
    
}