/* CSS part for the help file */
.navbar-default {
	background-color: #00637A;
	border-color: #e7e7e7;
}

.na-tabs{
    font-size:24px;
}

.navbar-default .navbar-nav > li > a {
	color: #f7f7f7;
}

.btn-tenwise {
	background-color: #00637A;
	color: #f7f7f7;
	border-color: #ddd;
	
}

 .btn-tenwise:hover{
    background-color: #36A7C1;
/*    color:   rgb(0,144,197);font-weight: bold;
}
                                }


.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #4da6c4;
   /*background-color:#FFF; */
}

.separator{
margin-top: 2px;
margin-bottom: 2px;
     border: 0;      border-top: 0 solid #fff;
    height:1px}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color:#FFF;
/*    background-color:#bed4db; */
    background-color:#00637A;
    font-weight:bold;
	cursor: default;
}


.subscrvoc{
  color:#828282;
}

.freevoc{
  color:#000;
}


.help_header{
   
    color:#00637A;
    font-size:20px;
}
  
.help_subheader{
    color:#00637A;
    font-size:14px;
    font-weight:bold;
    
    display:inline;
}

.current_concept{
  color:#FFBD4A;
  font-size:20px;
  font-weight:bold;
  
}




.glyphicon_help {
  color: #00637A;
  font-size:20px;

}

    
/* End of help filse.css */


/* Main lay out */
.menu_header{
     font-size:14px;  
     /*color:#00637A;
     font-weight:bold;*/
}

 

/* Tab in which the results, i.e. the main output on the page, is shown. */
/* Generic well */

.close_cross{
	color: rgb(26, 179, 26);
	font-size: 20px;
}



.help_box{
  background-color: rgba(0, 255, 0, 0.2); 
  text-align:left;
}

.help_button {
  background-color: #00637A; /* Green */
  border: none;
  color: white;
  border-radius: 4px;
  padding: 2px 4px;
  /*text-align: center;*/
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}


.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
  background-color: #f5f5f5;
	border: 1px solid #e2e2e2;
	/*border-radius: 10px;*/
	 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); 
	 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); 
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05); 
}
.picture_well{
	color: #113737;
	background-color: #fff;
	border: 1px solid;
    font-weight:bold;
  border-color : #18afec;
}


table.dataTable tr.selected td, table.dataTable td.selected {
	background-color: #d2f4f4;
}

.medline_abstract{
font-size:14px;
}


.medline_abstract_dynamic{
font-size:14px;
}

.doctitle{
font-weight:bold;
}
  
.help_divider{
    color:#FF0000;
    height:12px;
}

.btn.start_button {
	background-color: #FFFFFF;
	color: #444;
	border-color: #ddd;
}

.box.box-solid.box-primary {
  
	border: 1px solid #36A7C1;;
}

.box.box-solid.box-primary > .box-header {
	color: #FFF;
	background: #36A7C1;
	background-color: #36A7C1;
}

.box.box-solid.box-tenwise_sub {
	border: 1px solid #bed4db;
}

.box.box-solid.box-tenwise_sub > .box-header {
	color: #000;
	background: #bed4db;
	background-color: #bed4db;
}

.fheader{
  font-size:18px;
  color:#36A7C1;
  font-weight:bold;
  
}

.pwerror{
  font-size:18px;
  color:#FF0000;
  font-weight:bold;
  
}

.pwmessage{
  font-size:14px;
  color:#FF0000;
  font-weight:bold;
  
}

