﻿
/**
 * Media Queries
 */

@media (min-width: 481px) {
	#auth-rep-div {
		padding-left: 0px;
	}

	#auth-rep-div h4 {
		padding-left: 40px;
		padding-bottom: 20px;
	}

	#reg-submit-div {
		text-align: left;
		margin: auto auto;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#auth-rep-div {
		padding-left: 19px;
	}

	#auth-rep-div h4 {
		padding-left: 0px;
		padding-bottom: 20px;
	}

	#reg-submit-div {
		text-align: center;
		margin: 0 auto;
	}
}

/*****/

.demographics-table td
{
	padding: 0 10px;
	vertical-align: middle;
}

.col1
{
	text-align: right;
}

.title-fieldset
{
	vertical-align: top;
}

.title-fieldset legend
{
	color: #0088CC;
	margin-bottom: 10px;
}

tr.space-under > td
{
	padding-bottom: 20px;
}

.demographics-div
{
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.clear
{
	clear: both;
}

.inline
{
	display: inline;
}

div#map_canvas
{
	height: 375px;
}

.search-appt-table td
{
	padding: 10px;
}

.mail-table td
{
	padding: 10px;
}

#postal-code
{
	text-transform: uppercase;
}

#main-nav-menu
{
	background-color: #F5F5F5;
}

.bold
{
	font-weight: bold;
}

.success
{
	color: #0088CC;
}

.error
{
	color: Red;
}

.top-right-nav li a
{
	font-weight: bold;
}

.field-validation-error
{
	color: Red;
}

#ajaxBusy {
  display: none;
  margin: 0px 0px 0px -50px; /* left margin is half width of the div, to centre it */
  padding: 30px 10px 10px 10px;
  position: absolute;
  left: 40%;
  top: 325px;
  width: 250px;
  height: 75px;
  text-align: center;
  background: #EEEEEE url(images/ajax-loader.gif) no-repeat center center;
  border: 1px solid #EEEEEE;
}

.validation-summary-errors
{
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid;
}
.provider-logon-invalidPassword
{
    text-align: left;
    margin-left: 5px;
}

.input-validation-error
{
    border-color: Red;
}

.small-font
{
	font-size: small;
}

#reg-form
{
	margin: 0 auto;
	border-spacing: 5px;
	text-align: left;	
}

#reg-form td
{
	padding: 5px;
}

.reg-key-help-img
{
	padding-bottom: 5px;
}

#reg-key-help-link, #pat-reg-key-help-link
{
	padding-bottom: 10px;
}

#security-questions-form input[type="text"]
{
	width: 361px;
}

#security-questions-form select
{
	width: 374px;
}

.field-validation-error
{
	color: #B94A48;
}

#upcoming-appts-form, #opening-appts-form, #planned-appts-form, #patient-visits-form, #lab-reports-form, #medications-form, #cda-form, #transmit-cda-form
{
	margin: 0px;
}

.no-close .ui-dialog-titlebar-close
{
	display: none;
}

.ui-dialog .ui-dialog-content {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.col-actions-upcoming-appts
{
	width: 300px;
}

@media (min-width: 1217px) 
{
	.col-actions-upcoming-appts
	{
		width: 400px;
	}
}



/* Special grid styles
-------------------------------------------------- */

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  min-height: 40px;
  line-height: 40px;
}
/*.show-grid [class*="span"]:hover {
  background-color: #ddd;
}*/
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  margin-top: 5px;
}

/*.show-grid [class*="span"] [class*="span"] {
  background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
  background-color: #999;
}*/

.sched-row:hover div {
	background-color: #ddd;
}

.sched-row:hover [class*="popover-content"] {
	background-color: white;
}

.pagesize {
	width: 60px;
}

.first, .prev, .next, .last {
	cursor: pointer;
}

.cpp-btn-group {
	font-size: .7em;
}

#patient-dialog-content .popover {
    left: 0px !important;
}

#patient-dialog-content hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.cpp-popover-template div.arrow {
	display: none;
}

#auth-rep.well {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#auth-rep-div #reg-key-div {
	margin-bottom: 0px;
}

.td-cda-audit div.popover {
	max-width: 500px;
}

.td-cda-audit div.popover-content {
	max-height: 200px;
	width: 450px;
	overflow-y: scroll;
}