/* Minification failed. Returning unminified contents.
(410,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
(416,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
 */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/*@media (max-width:768px){
    .patient-schedule-wrapper{
        display: flex;
        flex-direction: column-reverse;
    }
    .calendar-container{
       max-width: 300px;
    }
}*/

@media (max-width:460px){
    .selected-location .ui-btn {
        margin: .1em !important;
        font-size: .9em !important;
    }
}
@media (max-width:415px){
    .selected-location .ui-btn {
        margin: .1em !important;
    }
    .schedule-options, .calendar-container {
        padding: .5em !important;
    }
    #Content {
        width: 97% !important;
    }
}

table#calendar-grid td 
{
    width : 25px;
    height : 25px;
    border : 1px solid black;
    cursor: pointer;
}

td.unavailable, div.unavailable
{
    background-color : #777777;
}

td.available, div.available
{
    background-color : #00aa44;
}

td.personal, div.personal
{
    background-color : #FF0066;
}

td.booked, div.booked
{
    background-color : #992222;
}
td.unbookable, div.unbookable
{
    background-color : #B8FDA8;
}

td.booked-floatable, div.floatable
{
    background-color : #FF9966;
}

td.some-availability, div.some-availability
{
    background-color : #FFFF00;
}

td.conflict, div.conflict
{
    background-color : #0000FF;
}

table#calendar-grid td.header-cell-col-bottom, table#calendar-grid td.header-cell-col-top
{
    font-size : 0.8em;
    text-align : center;
    height : 0.8em;
    border : none;
}

table#calendar-grid td.hour-boundary
{
    width : 1px;
    border : none;
}

table#calendar-grid td.header-cell-row
{
    font-size : 0.9em;
    text-align : right;
    padding-right : 4px;
    border : none;
}

#calendar-nav a
{
    text-decoration : none;
    color : White;
}

.legend
{
    border:1px solid #999;
    padding-top:8px;
    width : 435px;
    text-align: left; 
}

.legend .row label
{
    width:12em;
}

.legend .row div.key 
{
    width:13px;
    height:13px;
    margin-left: 3px;
    float:left;
    border : 1px solid black;
}

div.legendContainer
{
    padding-top: .5em; 
    text-align: left;
}

div.legendContainer h4
{
    color: #4A4A7A;
}

.legend .column
{
    padding-left:1em;
    width: 170px;
    float: left;
    clear: right;
}

.legend .shortColumn
{
    width: 100px;
}
.legend .shortColumn label
{
    width: 5.5em;
}

.legend .middleColumn
{
    width: 115px;
}
.legend .middleColumn label
{
    width: 7em;
}

/*   ================================
     Create Event Dialog Box
     ================================    

#create-event-form { display: none; }
#create-event-form div.row label { width: 13em; }
#create-event-form div.row label.error { font-size: 12px; margin-left: 19em; width: auto; }
#create-event-form input[type="text"], #create-event-table textarea { width: 220px; }
#create-event-form select#ddlEventTypes { width: 225px; }
#create-event-form div.row ul.options { bottom: 14px; list-style: none; margin-left: 10.8em; position: relative;  }
#create-event-form div.row ul.options li input { margin-right: 10px; position: relative; top: 1px; }

/*   ================================
     Provider Appointments Dialog Box
     ================================    */

#dialog-appointments-popup div.table-wrapper
{
    max-height: 250px;
    overflow: auto;
    padding: 0 5px 0 0;
}

#dialog-appointments-popup.ui-dialog-content h4 
{
    margin: 10px 0px;
}

#dialog-appointments-popup table.appointments 
{
    width: 100%;
}

table.appointment-details 
{
    font-size: 9pt;
    margin: 10px 0px;
    padding: 0px;
    text-align: left;
    width: 100%;
}

#dialog-appointments-popup a.provider-appointments {
    position: relative;
    left: -16px;
}

table.appointment-details td.actions {
	 text-align: center; 
	 width:135px;
}

table.appointment-details thead { background-color: #DEDEDE; }
table.appointment-details tr.odd { background-color: #F7F7F7; }
table.appointment-details tr.even { background-color: #F2F2F2; }
table.appointment-details td { vertical-align: top; }

table.appointment-details td.short 
{
	text-align: center;
	width: 80px;
}

table.appointment-details td.description { width: 290px; }
table.appointment-details th { text-align: center; }

#dialog-appointments-popup .ui-icon-plusthick,
#dialog-appointments-popup .ui-icon-minusthick
{
    display: block;
    float: left;
    position: relative;
    left: -19px;
    top: 2px;
}
#Content
{
    width : 90%;
    padding: 15px;
    margin-left: 30px;
}

#Content h2
{
    font-size : 1.4em;
    font-weight : bold;
    margin-top : 5px;
    margin-bottom : 10px;
    color : #4A4A7A;
}

#Content h3
{
    font-size : 1.2em;
    font-weight : bold;
    margin-top : 5px;
    margin-bottom : 5px;
    color : #4A4A7A;
}

.row
{
    width : 100%;
    padding-left : 0.4em;
    margin-bottom : 0.8em;
    clear : left;
    float : left;
}

.row .hint
{
    /*float : left;*/
    display: inline-block;
    font-size : 0.9em;
    font-style : italic;
    font-weight : bold;
    color : #444444;
    padding-left : 7px;
    padding-top : 4px;
}

.row label
{
    float : left;
    width : 10em;
    font-weight : 600;
}

.row label.error
{
    margin-left : 1em;
    width : 16em;
    font-weight : 600;
}

.row input
{
    /*float : left;*/
}

.row input[type="radio"]
{
    float : none;
}

.row input[type="text"]
{
    width : 15em;
    border : 1px solid ##4a4a7a;
}

.row input[type="password"]
{
    width : 15em;
    border : 1px solid ##4a4a7a
}

.row input[type="submit"], #Content input[type="button"]
{
   /* background-color : #4a4a7a;
    color : White;
    border : 1px solid #0000aa;*/
    cursor: pointer;
}

input[type="button"]
{
    cursor: pointer;
}

.version-string
{
    margin-top : 4px;
    font-size : 0.8em;
    font-style : italic;
}

.hint
{
    font-size : 0.9em;
}

h5
{
    font-size : 1.1em;
    font-weight : bold;
    margin : 0 0 0 0;
    padding : 0 0 0 0;
    text-decoration : underline;
}
table.search-patient-table th, table.daily-schedule td
{
    font-size : 0.9em;
    text-align : center;
    width : 190px;
}

table.search-patient-table th
{
    font-weight : bold;
    color : White;
    background-color : #4A4A7A;
}

table.search-patient-table td
{
    border : 1px solid #999999;
}

table.search-patient-table td.no-results {
	border: none;
}

td.appointment-status
{
    border : 1px solid black;
}

a.button-link:link, a.button-link:visited, .logout-button
{
   /* background-color:#4A4A7A;
    color:White;
    border:1px solid ##4a4a7a;*/
    width:150px;
    height:20px;
    font-weight:normal;
    text-decoration:none;
    display:table-cell;
    vertical-align:middle; 
    text-align:center;
    cursor: pointer;
}

.logout-button
{
    width:150px;
    height:40px;
    font-weight:bold;
    font-size:1.2em;
    margin : 5px;
}

.set-location-advisory
{
    color : Green;
}

.clear
{
    clear : both;
}

.space
{
    height : 0.8em;
}

.waiting-indicator
{
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    width:180px;
}

#divWizardWrapper 
{
    margin: 0 auto;
    width: 600px;
}

/*   ================================
     Appointment Wizard Page
     ================================    */

#appointment-wizard-table { width: 100%; }
#appointment-wizard-table th, #appointment-wizard-table td { text-align: left; }
#appointment-wizard-table thead { background-color: #DEDEDE; }
#appointment-wizard-table tr.odd { background-color: #F7F7F7; }
#appointment-wizard-table tr.even { background-color: #F2F2F2; }
#appointment-wizard-table .actions { text-align: center; vertical-align: top; }

div.appointment-types #appointment-wizard-table {
    font-size: 1em;
}

div.appointment-types #appointment-wizard-table td p 
{
    line-height: 16px;
    margin: 0; 
    padding: 2px;
}

table.daily-schedule th, table.daily-schedule td
{
    font-size : 1.0em;
    text-align : center;
    width : 190px;

}

table.daily-schedule th
{
    font-weight : bold;
    color : White;
    background-color : #000000;
}

table.daily-schedule td
{
    border : 1px solid #999999;
}
.ui-dialog .ui-dialog-buttonpane{text-align:right;} 
.ui-dialog .ui-dialog-buttonpane button{float:none;}
#main-form
{
	margin-top: 25px;
}

.form-group select, .form-group input[type="text"]
{
	max-width: 400px;
}

.form-control
{
	display: inline;
}

.form-control-autosize
{
	width: auto;
}

.top-align-button
{
	vertical-align: top;
}

input[type="checkbox"].form-control
{
	height: 15px;
}

.form-horizontal .checkbox
{
	padding-top: 0px;
}

.div-buttons
{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 0;
}

	.div-buttons input[type="button"]
	{
		width: 100%;
		margin-bottom: 5px;
	}

/*.div-buttons-header
{
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #3276B1;
}*/

#buttons
{
	margin-top: 20px;
}

.form-group
{
	margin-bottom: 5px;
}

.form-group-small
{
	margin-bottom: 0px;
}

.keyword-btn
{
	width: 100%;
	margin-top: 3px;
}

input[type="radio"], input[type="checkbox"]
{
	width: auto;
}

.text-field
{
	width: 500px;
}

.numeric-field
{
	width: 100px;
}

/* Styles for validation helpers -------------------------------------------------------*/
.field-validation-error
{
	color: #e80c4d;
	font-weight: bold;
	margin-left: 5px;
}

.field-validation-valid
{
	display: none;
}

input.input-validation-error
{
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
	border: 0 none;
}

.validation-summary-errors
{
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 25px;
}

.validation-summary-valid
{
	display: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	border-top: none;
    vertical-align: middle;
}

table label
{
	margin-top: 6px;
}

.checkbox-label
{
	margin-top: 0px;
}

.checkbox-label-second-column
{
	margin-left: 40px;
}

#please-wait
{
	display: none;
	margin-left: 10px;
	padding-top: 13px;
}

#please-wait-save
{
	display: none;
	margin-left: 10px;
}

.group-box
{
	border: 1px solid #808080;
	width: auto;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 20px;
}

	.group-box table
	{
		margin-bottom: 0;
	}

.group-box-header
{
	height: 30px;
	padding-left: 5px;
	margin-bottom: 10px;
	border: none;
}

	.group-box-header label
	{
		color: white;
	}

.form-table
{
	width: auto;
}

.form-table td:first-child
{
	width: 200px;
}


.altwide-form-table
{
    margin-left:0px;
    margin-right:0px;
	width: 100%;
}

.altwide-form-table td:first-child
{

}

.altwide-form-table tr:nth-child(even)
{
	background-color:#EEEEEE;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #428bca;
}
.centerText
{
    text-align:center;
}
#timeout-message {
    background-color: #FFFCCC;
    border-bottom: 3px solid #F0EDC0;
    display: none;
    /*height: 40px;*/
    /*position: absolute;*/
    top: 0;
    width: 100%;
}

#timeout-message p {
    font: 12pt/16pt bold Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}

#timeout-message p img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.control_bar 			{ letter-spacing:-1; font-size:92%; color:#FFFFFF; font-weight:bold; font-family:Verdana,Arial,Helvetica,sans-serif; text-decoration:none; }
.control_bar a			{ color:#CDE6FF; text-decoration:none; }
.control_bar a:link		{ color:#CDE6FF; text-decoration:none; }
.control_bar a:visited	{ color:#CDE6FF; text-decoration:none; }
.control_bar a:active	{ color:#CDE6FF; text-decoration:none; }
.control_bar a:hover	{ color:#CDE6FF; text-decoration:underline; }		

.body					{ font-size:100%; color:#444444; font-weight:normal; font-family:Verdana,Arial,Helvetica,sans-serif; text-decoration:none; }
.body a					{ color:#3344CC; text-decoration:underline; }
.body a:link			{ color:#3344CC; text-decoration:underline; }
.body a:visited			{ color:#3344CC; }
.body a:active			{ color:#3344CC; }
.body a:hover			{ color:#3344CC; }
.body h1				{ margin:none; font-size:170%; font-weight:bold; color:#4A4A7A; margin-top:-8px; margin-bottom:-8px; }
.body h2				{ margin:none; font-size:185%; font-weight:bold; color:#4A4A7A; margin-top:-8px; margin-bottom:-8px; }
.body h3				{ margin:none; font-size:150%; font-weight:bold; color:#6699CC; margin-top:0px; margin-bottom:0px; }
.body h4				{ margin:none; font-size:112%; font-weight:bold; color:#444444; margin-top:0px; margin-bottom:0px; }

.tabs					{ letter-spacing:-1; font-size:93%; color:#444444; font-weight:bold; font-family:Verdana,Arial,Helvetica,sans-serif; text-decoration:none; }
.tabs a					{ color:#444444; text-decoration:none; }
.tabs a:link			{ color:#3344CC; text-decoration:none; }
.tabs a:visited			{ color:#3344CC; text-decoration:none; }
.tabs a:active			{ color:#3344CC; text-decoration:none; }
.tabs a:hover			{ color:#3344CC; text-decoration:underline; }

.grid					{ border-collapse:collapse; border:0px; border-style:none; color:#444444; font-weight:normal; font-family:Verdana,Arial,Helvetica,sans-serif;  text-decoration:none;  }
.grid a					{ color:#444444; }
.grid a:link			{ color:#3344CC; text-decoration:underline; }
.grid a:visited			{ color:#3344CC; }
.grid a:active			{ color:#3344CC; }
.grid a:hover			{ color:#3344CC; }
.grid col				{ border-width:1pt; border-color:black; border-style: solid; }
.grid td				{ border-width:1pt; border-color:black; border-style: solid; padding:6pt; margin:0px; }

.gridheader				{ color:#000000; background-color:#CDE6FF; font-weight:bold; vertical-align:text-bottom; font-family:Verdana,Arial,Helvetica,sans-serif;  text-decoration:none; }
.gridheader a			{ color:#3344CC; }
.gridheader a:link		{ color:#3344CC; text-decoration:underline; }
.gridheader a:visited	{ color:#3344CC; }
.gridheader a:active	{ color:#3344CC; }
.gridheader a:hover		{ color:#3344CC; }
.gridheader td			{ padding:6pt; margin:0px; }

.gridselect				{ background-color:#6699CC; color:#FFFFFF; font-weight:bold; font-family:Verdana,Arial,Helvetica,sans-serif; text-decoration:none; }
.gridselect a			{ color:#FFFFFF; }
.gridselect a:link		{ color:#FFFFFF; text-decoration:underline; }
.gridselect a:visited	{ color:#FFFFFF; }
.gridselect a:active	{ color:#FFFFFF; }
.gridselect a:hover		{ color:#FFFFFF; }
.gridselect td			{ padding:6pt; margin:0px; }

a.tooltip {
	z-index:34;
	position:relative;
	text-decoration:none;
}
a.tooltip:hover { z-index:35; background-color:#fff }
a.tooltip span { display:none; }
a.tooltip:hover span {
	display:block;
	position:absolute;
	margin:20px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	width:200px;
	color:#000;
	border:1px solid #000;
	background-color:beige;
}

.message				{ margin:none; font-weight:bold; color:#444444; font-family:Verdana,Arial,Helvetica,sans-serif; text-decoration:none; }
.error					{ margin:none; font-weight:bold; color:#ff0033; font-family:Verdana,Arial,Helvetica,sans-serif; text-decoration:none; }

.treeview_root					{ padding-left:2pt; margin-left:2pt; margin-top:2pt; margin-bottom:0pt; }
.treeview_child					{ padding-left:10pt; margin-left:10pt; margin-top:2pt; margin-bottom:0pt; }

.treeview_sel_link 					{ background-color:#296ECB; color:#FFFFFF; text-decoration:none; }
.treeview_sel_link a:link			{ background-color:#296ECB; color:#FFFFFF; text-decoration:none; }
.treeview_sel_link a:visited		{ background-color:#296ECB; color:#FFFFFF; text-decoration:none; }
.treeview_sel_link a:active			{ background-color:#296ECB; color:#FFFFFF; text-decoration:none; }
.treeview_sel_link a:hover			{ background-color:#296ECB; color:#FFFFFF; text-decoration:none; }

.treeview_link 					{ background-color:#FFFFFF; color:#000000; text-decoration:none; }
.treeview_link a:link			{ background-color:#FFFFFF; color:#000000; text-decoration:none; }
.treeview_link a:visited		{ background-color:#FFFFFF; color:#000000; text-decoration:none; }
.treeview_link a:active			{ background-color:#FFFFFF; color:#000000; text-decoration:none; }
.treeview_link a:hover			{ background-color:#FFFFFF; color:#000000; text-decoration:none; }

img.logo { padding:.25em 2.5em }

.validation-summary-valid
{
	display: none;
}

.summary-title-h4 {
    font-size: 1.05em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    /*color:#ffffff !important;*/
}

#login-form {
    overflow:hidden;
}
#Content[role="navigation"]{
    overflow:hidden;
}
