html, body, .page {
	padding: 0;
	margin:0;
}
.logo {
	margin-bottom: 0;
}
.patient {
	padding: 0 10px;
}

img.portrait {
	float: left;
	padding: 0 10px 10px 0;
	width: 100px;
	height: 121px;
}

.iframe_div {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 150px;
}

.container {
	margin: 60px 0 60px;
}

.venue .container {
	margin-top: 150px;
}
.welcome .container {
	margin-top: 60px;
}

h1 {
	margin-top: 10px !important;
	font-size: 24px !important;
}
h2 {
	margin-top: 10px !important;
	font-size: 20px !important;
	background:#eee;
	padding: 3px 5px;
}


x.style4 {font-size: 12px}
x.style5 {font-family: Verdana, Arial, Helvetica, sans-serif}
xbody {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url();
}
x.style6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
x.style8 {font-family: Geneva, Arial, Helvetica, sans-serif}
xbody,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.status {
	background-image: url('/img/Kaiser-bug-wht.png');
	background-repeat: no-repeat;
	background-position: 15px 5px;
	background-size: 40px 40px;
	background-color: #ccc;
	height: 50px;
    position:fixed;
    text-align:right;
    top:0;
    left:0;
    width: 100%;
}

.status.green {
	background-color: #1eb10c;
	color: #fff;
}
.status.yellow {
	background-color: #face22;
	color: #932e34;
}
.status .icon {
	color: #fff;
	height: 50px;
	width: 50px;
    font-family: FontAwesome;
	font-size: 1.7em;
    right:10px;
    position:absolute;
    top:0px;
}
.status p {
	margin:15px 60px 0 0;
}
.status.green .icon::before {
    content: "\f058";
	font-size: 1.6em;
}

.status.yellow .icon:before {
    content: "\f071";
	font-size: 1.6em;
 }

.btn-default,
.btn-primary {
	width:100%;
}
.btn-default,
.btn-primary {
	width:100%;
}

 .kp_home {
	font-size: 15px !important;
}
.icons {
	background: #fff;
	border-bottom: 1px solid #eee;
	position: absolute;
	z-index:1000;
	top: 114px;
	right:0px;
	padding: 5px 10px 5px 5px;
}
.icons-small {
}
.icons .icon {
	float:right;
	margin-left: 5px;
	width:25px;
}
.icons_small .icons {
	float:left;
	margin-left: 3px;
	width:25px;
}
.red {
	color: #932e34;
}
.green {
	color: #1eb10c;
}

table {
}

tr {
	vertical-align: top;
}

th {
	padding-right: 10px !important;
	text-align: right !important;
	padding-bottom: 10px !important;
}

td {
	padding-bottom: 10px !important;

}
ul {
	xmargin: 0 !important;
	xpadding: 0 !important;
	xlist-style: none;
}
.today {
	font-weight: bold;
	background: #eee;
}

.btn-xsm {
	width:auto;
	padding: 3px 5px !important;
	font-size: 10px !important;
	line-height: 1.1 !important;
	border-radius: 3px !important;
}

table.hours {
	border:1px solid #ccc !important;
	width:100%;
	margin:10px 0;
}
table.hours th {
	padding: 2px 5px !important;
	background: #eee;
	text-align: center !important;
}
table.hours td {
	padding: 2px 5px !important;
	text-align: center;
}
table.hours td.td_day {
	text-align: left;
}

.plan_details table {
	font-size: 10px;
	border:1px solid #ccc !important;

}
.plan_details table th {
	background: #eee;
}
.plan_details table th,
.plan_details table td {
	padding: 2px 5px;
}

.btn .fa {
	color: #ddd;
	font-size: 1.3em;
	float:left;
	padding-left:2px;
}
