.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    width: 50%;
    padding-top: 5px;
}
.panel-heading .btn {
    margin-left: 6px;
}

.panel-heading .btn-group > .btn:first-child{
	margin-left: 6px;
}
.table {
	/*
	margin-top: 0px;*/
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {

	background-color: #e7f3fa;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	border-color: #CCCCCC #CCCCCC transparent;
	-moz-border-top-colors: #CCCCCC;
	-moz-border-left-colors: #CCCCCC;
	-moz-border-right-colors: #CCCCCC;
}


select, textarea, input[type="text"], input[type="file"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size: 12px;
	
}

.modal-body {	
	max-height: calc(100vh - 212px);
    overflow-y: auto;
}
input[type="radio"], input[type="checkbox"] {
	line-height: 25px;
	margin: 0 0 0;
}

.btn-group + .btn-group {
	margin-left: 0px;
}
.dropdown-menu {

	background-color: #E8F0F8;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}
.dropdown-menu > li > a {
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 12px;
	white-space: nowrap;
}
.dropdown-menu > li.secondgroup{
	background-color: #D1E1F1;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	color:white;
	background-color: #005DCC;
	background-image: -moz-linear-gradient(top, #005DCC, #0044b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005DCC), to(#0044b3));
	background-image: -webkit-linear-gradient(top, #005DCC, #0044b3);
	background-image: -o-linear-gradient(top, #005DCC, #0044b3);
	background-image: linear-gradient(to bottom, #005DCC, #0044b3);
}
/* end of over write bootstrap settings
 Home page
 * */
#logo3 {
	margin-top: 50px;
	margin-bottom: 30px;
}
div.tomiddle {
	text-align: center;
}
/**
 * 	end of home page
 */
#myModal a {
	font-size: 14px;
	font-weight: bold;
}
#myModal div.tomiddle {
	margin-bottom: 10px;
}
#myModal.modal {
	top: 160px;
}
#logo2 {
	width: 230px;
	background: url("../img/AH-2.png") no-repeat center;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.errorText {
	font-size: 12px;
	color: #FF0000;
	text-align: center;
}
.errorLeft {
	font-size: 12px;
	color: #FF0000;
	text-align: left;
}
.redText {
	color: red;
}
.break-row {
	background-color: #FFFFFF;
	line-height: 10px;
}
.warning-text {
	color: #FF0000;
	font-weight: bold;
	text-align: left;
}
.patient-table th {
	width: 160px;
}
.sidebar-input {
	width: 367px;
}
.checkbox_text {
	line-height: 25px;
	display: block;
	float: left;
}
.checkbox_block {
	display: block;
	float: left;
	margin-right: 5px;
}
.btn-space {
	margin-right: 5px;
}
td.title {
	background: none repeat scroll 0 0 #000000;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 46px;
	padding: 0 8px 0 12px;
	border-collapse: separate;
	border-spacing: 0;
	border: #000000 solid 1px;
	font-weight: bold;
}
/*calendar*/
#calendar {
	font-size: 11px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	margin: 0 auto;
	border: 0;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	border-collapse: separate;
	border-spacing: 0;
	padding-top: 10px;
}
#calendar h2 {
	font-size: 12px;
	vertical-align: top;
}
.fc-header-title h2 {
	line-height: 20px;
}
.fc-event {
	font-size: 11px;
}
.fc-grid .fc-event-time {
	font-weight: normal;
}
.fc-state-highlight {/* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #e7f3fa;
}
#eventWindow {
	left: 40%;
	width: 800px;
}

.bs-docs-box {
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	margin: 0 0 10px;
	padding: 7px;
	position: relative;
}

#eventWindow .bs-docs-box {
	margin-top: -7px;
}
.small-docs-box {
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	margin: 0;
	padding: 1px;
	padding-bottom: 0;
	position: relative;
}
.formtitle {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.formtext {
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.legent-line {
	height: 22px;
	min-height: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
}
.legent-color {
	width: 30px;
	float: left;
	border-radius: 4px 4px 4px 4px;
}
#eventDetailWindow {
	width: 320px;
	max-width: 350px;
	padding: 5px;
}
#eventContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
/*end calendar*/
#container {
	padding-top: 52px;
	padding-bottom: 42px;
}

aside#sidebar .border {
	position: fixed;
	top: 52px;
	bottom: 0;
	left: 0;
	width: 420px;
	border-right: 2px groove #fff;
	background: #FFFFFF;
	box-shadow: inset -1px -1px 3px #ccc;
}
#sidebar-tab-content {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 42px;
	width: 400px;
	padding-left: 10px;
	z-index: 998;
	padding-right: 0px;
}

aside#sidebar #sidebar-tabs, #page-consult {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 42px;
	width: 400px;
	padding-left: 10px;
	z-index: 998;
	padding-right: 10px;
}
aside#sidebar #sidebar-tab-content {
	position: fixed;
	top: 97px;
	left: 0;
	bottom: 42px;
	width: 400px;
	padding-left: 10px;
	z-index: 998;
}
aside#sidebar #sidebar-tab-content .sidebar-padding {
	padding-top: 15px;
}
section#main-content #main-tab-content, #video-tab-content {
	position: fixed;
	top: 60px;
	left: 420px;
	right: 0;
	bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
table.sidebar-table {
	border-top: 0;
	border-radius: 0 0 6px 6px;
	border-collapse: separate;
	border-spacing: 0;
}
table.sidebar-table tr.content:hover {
	background: #eee;
	cursor: pointer;
}
table.sidebar-table tr.content.active {
	background: #0055CC;
	color: #fff;
	cursor: default;
}

table.sidebar-table tr.head {
	background: #f1f1f1 none;
}
.nav-tabs > li.patient-tab.active > a {
	background-color: #e7f3fa;
	font-weight: bold;
}

table.patient-table {
	background-color: #e7f3fa;
/*	margin-top: -20px;*/
	border: 0;
	border-spacing: 0;
	margin-bottom:0px;
}
.tab-patient-record h2.patient-info {
	background: none repeat scroll 0 0 #0055CC;
	background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
	border-radius: 5px 5px 0 0;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 46px;
	margin: 0;
	overflow: visible;
	padding: 0 8px 0 12px;
	font-weight: normal;
}

#patientWindow {
	width: 800px;
	left: 40%;
}
#patientACSWindow {
	width: 740px;
	left: 40%;
}
#patientCTWindow {
	width: 780px;
	left: 40%;
}
#patientCTPOSTWindow {
	width: 740px;
	left: 40%;
}
#patientRVWindow {
	width: 740px;
	left: 40%;
}
.acs_header {
	background-color: #0055CC;
	background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 2px;
	margin-top: 4px;
	padding-left: 4px;
}
/* admin */
.admin_table {
	margin-top: 10px;
	margin-bottom: 0;
}
#admin_pagination {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0;
	font-weight: bold;
}
.admin_table .sortable {
	text-decoration: underline;
}
.admin_table .sortable:hover {
	text-decoration: underline;
	cursor: pointer;
	background: #FFFF88;/* #cac9c9;*/
}

.boxHeader {
	
	/*background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);color: #FFFFFF;*/
   font-weight:bold;
  
	font-size: 16px;
	text-align: center;
}
/* end admin*/
/* pagination */
.sort_asc:after {
	content: "▲";
}
.sort_desc:after {
	content: "▼";
}
#pagination a, #pagination strong {
	background: #FFFFFF;
	padding: 4px 7px;
	text-decoration: none;
	border: 1px solid #cac9c9;
	color: #292929;
	font-size: 13px;
	font-weight: normal;
}

#pagination strong, #pagination a:hover {
	font-weight: bold;
	background: #FFFF88;/* #cac9c9;*/
}
/* end pagination */
/* date picker*/
.datepick select {
	width: 75px;
}
.datepick-month-header {
	height: 20px;
}
/* end date picker*/
.mobile-title {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.dropdown-menu > li > a.mobile-manu {
	font-size: 14px;
	line-height: 25px;
}
.fc-agenda-slots td div {
	height: 60px;
}
/*HSD page*/
.hsd_title {
	min-width: 100px;
	width: 110px;
	font-weight: bold;
}
.hsd_header_title, .hsd_title {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.hsd_header_title {
	width: 50px;
}
.table-condensed {
	width: 100%;
}
.table-condensed td {
	padding: 2px;
}
#hsd_site_head {
	margin-top: 8px;
	margin-bottom: 8px;
}
.hsd_break_row {
	border-top: 1px solid #CCCCCC;
}
#map-canvas {
	margin: 0;
	padding: 0;
	height: 300px;
	width: 400px;
}
.nav-tabs > li > a, .nav-tabs > li > a:visited {
	color: #000000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #FF0000;
	font-weight: bold;
}
.hsd-service-title {
	font-size: 13px;
	color: #002A80;
	font-weight: bold;
}
.hsd_site_title {
	font-size: 16px;
	color: #002A80;
	font-weight: bold;
}
#myTab {
	margin-bottom: 0;
}
#hsd_services_info, #hsd_site_info, #hsd_prac_info {
	border: 1px solid;
	border-collapse: separate;
	border-radius: 0 0 6px 6px;
	border-spacing: 0;
	border-top: 0 none;
	border-color: #CCCCCC #CCCCCC #CCCCCC;
	-moz-border-bottom-colors: #CCCCCC;
	-moz-border-left-colors: #CCCCCC;
	-moz-border-right-colors: #CCCCCC;
	-moz-border-top-colors: none;
	margin-bottom: 10px;
	padding: 5px;
}
#hsd_search_result {
	margin-bottom: 10px;
}
.table td.table-bottom {
	margin-bottom: 0;
	text-align: right;
}
.table td.table-bottom button {
	margin-left: 6px;
}
.company_name {
	font-size: 10px;
	color: #003399;
	font-weight: bold;
}
.site_name {
	color: #FF0000;
}
.infor_table {
	background-color: #e7f3fa;
}
input[class*="highlight"], select[class*="highlight"], div[class*="highlight"]{
	background-color:#F8B9B7;
}
.head {
	background: #f1f1f1 none;
}

@media (min-width: 769px) {
	.mobile-data {
		display: none;
	}
	#mobile-nav {
		display: none;
	}

}
@media (max-width: 768px) {
	.hidden-phone {
		display: none;
	}
	body {
		/*overflow:scroll;*/
	}
	
	#calendar {
		border-top: 1px solid #DDDDDD;
		border-radius: 6px 6px 6px 6px;
	}
	.patient-table th {
		width: 100px;
	}
	aside#sidebar {
		display: none;
	}
	section#main-content {
		/*display: none;*/
	}
	.mobile-data button {
		height: 35px;
	}

	#login_sbumit {
		height: 35px;
	}
	.mobile-data {
		margin-top: 52px;
		display: inherit !important;
		min-height: 400px;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -10px;
	}

	table.sidebar-table {
		margin-top: 0px;
	}

	table.patient-table {
		background-color: #FFFFFF;
		border-radius: 0 0 6px 6px;
	}
	table th.head {
		background: #f1f1f1 none;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	#mobile-search-box {
		font-size: 16px;
	}
	.navbar-fixed-top .navbar-inner {
		padding-top: 0px;
		padding-bottom: 0px;
		left: 0;
		margin-bottom: 0;
		position: fixed;
		right: 0;
		z-index: 1030;
		margin-bottom: -20px;
		margin-top: -50px;
	}
	#mobile-nav {
		display: inherit !important;
	}
}
@media print {
	.nprintable {
		display: none;
		background-color: #FFF;
	}
	.progress{
		display: none;
		background-color: #FFF;
	}
	.pager{
		display: none;
		background-color: #FFF;
	}
	.navbar{
		display: none;
		background-color: #FFF;
	}
}
