html {
    height: 100%;
    font-family: Verdana, sans-serif;
}
body{
	background-color: #b1cba0;
	margin: 0 auto;
	padding: 0;	
    height: 100%;	
}
.containerx {
	width:90%;
}
.wrapper {
	position:relative;
    min-height:100%;
    width:100%;
    background-color: #e7e9ea;  
}
.center {
	text-align:center;
}
.footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	padding-top: 2em;
	text-align: center;
	margin: 0 auto;
	height: 5em;	
}
.footer a {
	color: #000;
    text-decoration: none;
}
.footer a:hover {   
    text-decoration: underline;
}
.footer a:visited {
    color: #000;
}
.logo {
	font-weight: 1em;	
	margin: 0 auto;
}
.logo-in {
	font-weight: 1em;	
	margin: 0 auto;
	position:absolute;
	top:0px;
	left:45%;
}
.hide_me {
	display: none;
}
.invisible {
	visibility:hidden;
}
.home-icon {
	padding-right: 1em;
}
.main-menu {
    position:relative;
	margin: 0 auto;
	text-align:center;
	font-weight: 1em;
	z-index:30;
	top: -2em;
	text-transform: uppercase;
}
.main-menu a:hover {
	text-decoration: none;
	color: #b1cba0;
}
.main-menu a {
	padding-right: 5em;
}
.content {
	margin: 0 auto;
	width:98.4%;	
	background-color: #b1cba0;
	padding:10px;
	padding-top: 5px;
}
.top-page {
	margin: 0 auto;
	width:100%;
}
.username {
    position:relative;
	float: right;
	right: 20px;
	top:-60px;
	z-index:20;
}
.brand {
    position:relative;
	float: leftt;
	left: 20px;
	top:-60px;
	z-index:20;
}
.practice {
	color: #cccccc;
	padding-left:1em;
	padding-top:1em;
	font-size:1.2em;
}
.nav-font {
	font-size:1.2em;
}
.messages {
    align: center;
	color: #cc0000;
	z-index:200;
}
.error {
	color: red;
	padding-left: 10px;
}
.mlabel {
	width:35%;
	font-weight:bold;
}
.header {
	font-weight: bold;
    background: #ccc;
    padding:5px;
}
.title {
    font-weight:bold;
    font-size:1.2em;
    background: #fff;
}
.clickable:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal input[type=email] {
	height:2em;
    vertical-align: center;
    font-weight:1em;
}
.table-shaded tr:hover input[type="text"], .table-shaded tr:hover select {
	background-color: #ffffcc;
}
.bottom-buttons, .medicalhx-header, .table-shaded tr:hover{
	background-color:#cccccc;
}
table.tabletable-shaded td, table.table.table-bordered td {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
table.table.table-padded td {
	padding:5px;
}
label { font-weight:bold }
.cap_me {
	font-weight:bold;
	text-transform: uppercase;
}
.btn-danger {
	background: #336699;
}
.bold {
	font-weight:bold;
}
@viewport {
  width: device-width ;
  zoom: 1.0 ;
} 
.tooltip {
	font-size: .9em;
	display: inline-block;
}
.tooltip-inner {
    background-color: #ff0000;
    color: #fff;
    max-width:300em;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #ff0000;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #ff0000;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ff0000;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #ff0000;
}
.alert-success {
	background-color:green;
	border: 0;
	width:100%;
	color: #ffffff;
}
.alert-danger {
	background-color:red;
	color: #ffffff;
	border: 0;
	width: 100%;
}	
