﻿p.services {
	line-height: 170%;
}

.services {
	font-size: 12px;
}

	.services li {
		line-height: 200%;
	}

.services_content {
	margin-left: 30px;
	margin-top: 10px;
	width: 95%;
	font-size: 11px;
}

.empty_data_text {
	padding: 6px;
}

.table_header {
	background-color: #FFCC00;
}

table.padding0px td {
	padding: 0px;
	border-spacing: 0px;
}

table.padding3px td {
	padding: 3px;
	border-spacing: 0px;
}

table.padding6px td {
	padding: 6px;
	border-spacing: 0px;
}

.table_row {
	background-color: White;
}

.table_altrow {
	background-color: #eeeeee;
}

.service_message {
	color: #ff0000;
	font-weight: bold;
}

.edit_table {
	border: 1px solid #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}

.service_table {
	border: 1px solid #DDDDDD;
	color: #333333;
	font-size: 12px;
}

.service_table_locations {
	font-size: 12px;
	color: #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 4px;
}

.service_table_locations_empty {
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

.service_row_white {
	height: 32px;
	background-color: White;
}

.service_row_gray {
	height: 32px;
	background-color: #eeeeee;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.service_tableheaderrow {
	background-color: #efefef;
	background-position: left top;
	background-repeat: repeat-x;
	/*   border: 1px solid #ccc;*/
	border-top: 1px solid #333;
	box-shadow: 0 2px 3px #ddd;
	width: 100%;
}

.divTableWithFloatingHeader {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}

.service_servicenamecolumn {
	padding-left: 12px;
	text-align: left;
}

	.service_servicenamecolumn a {
		text-decoration: none;
	}

.service_servicehospitalcolumn {
	text-align: center;
}

	.service_servicehospitalcolumn a img {
		border: none;
	}

.serviceList {
	vertical-align: bottom;
	background-position: 0px 6px;
	background-image: url('/Admin/ServicesLocations/Images/icon_services.png');
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 10px;
	margin-right: 12px;
	height: 30px;
	display: block;
}

.locationList {
	vertical-align: bottom;
	background-position: 5px 7px;
	background-image: url('/Admin/ServicesLocations/Images/icon_hospital.png');
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 10px;
	margin-right: 12px;
	height: 30px;
	display: block;
}

.mappingServices {
	vertical-align: bottom;
	background-position: 2px 9px;
	background-image: url('/Admin/ServicesLocations/Images/icon_mapping.png');
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 10px;
	margin-right: 12px;
	height: 30px;
	display: block;
}

.editSettings {
	vertical-align: bottom;
	background-position: 4px 9px;
	background-image: url('/Admin/ServicesLocations/Images/icon_settings.png');
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 10px;
	height: 30px;
	display: block;
	margin-right: 12px;
}


.getDirectionsContainer {
	padding-top: 10px;
}

.LocationName {
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding-bottom: 4px;
}

	.LocationName a {
		text-decoration: none;
		color: black;
	}

.LocationDirectionName {
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
}

.DrivingDirectionsHeader {
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 6px;
}

.LocationCheckBox {
	display: block;
}

#detail_map_canvas, #directionsMapContainer {
	/*note, height and width should be set in the values passed to the googlemap.ascx user control
		they are dynamically added to this CSS class.  This allows the user control to be used in mulple
		places with varying sizes
	*/
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0px;
}

#detail_map_canvas {
	margin-top: 15px;
}

.LocationGridContainer {
	display: inline-block;
	border-radius: 4px;
	float: left;
	padding: 0px;
	margin-right: 8px;
}

.DrivingDirectionsListContainer, .LocationGridContainer, .DrivingDirectionsLocationsListContainer {
	width: 470px;
}


.LocationDropdowns {
	height: 65px;
}

.LocationListContainer, .DrivingDirectionsContainer {
	float: left;
	width: 240px;
	display: inline-block;
	height: 588px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 4px;
	margin-right: 8px;
	line-height: 16px;
}
.LocationListContainer > table {
	margin-top: 20px;
}
.LocationListContainer > table > tbody > tr > td:first-child {
	padding-right: 10px;
}
.DrivingDirectionsLocationsListContainer {
	float: left;
	display: inline-block;
	height: 588px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 4px;
	margin-right: 8px;
}

.GoogleMapContainer, .GoogleListMapContainer {
	float: left;
	width: 580px;
	display: inline-block;
	height: 600px;
	border: none;
	padding: 0px;
}

.GoogleListMapContainer {
	margin-top: 50px;
}

.ServiceListContainer {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	float: left;
	width: 240px;
	display: inline-block;
	border: 1px solid #ccc;
	/*height: 594px;*/
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-left: 8px;
	margin-bottom: 12px;
}

.serviceListMessage {
	padding-bottom: 10px;
	line-height: 16px;
}

.serviceCheckBoxList {
	padding-bottom: 10px;
}

.serviceCheckBoxList td {
    height:30px;
}

.serviceCheckBoxList label {
    display:inline-block;
    line-height:20px;
    height:20px;
}

.serviceCheckBoxList div {
    float:left;
}

.serviceCheckBoxList img {
    height:20px;
    margin-left:5px;
    margin-right:5px;
    width:auto;
}

.mapMarker {
	border: 0 none;
	width: 21px;
    padding-right: 5px;
}

.moreInfo {
	border-radius: 12px;
	width: 110px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #0000cc;
	color: white;
	height: 18px;
	padding-top: 2px;
	background-color: #548dd4;
	text-decoration: none;
	display: block;
}

a.getDirectionsButton {
    display: inline-block;
    border-radius: 4px;
    padding: 4px 6px 4px 6px;
    width: 100px;
    text-align: center;
    font-size: 11px;
    line-height: 21px;
    color: #fff !important;
    margin-bottom: 6px;
    /*background: #6d3b5d;*/
    background: #9F5FA6 ;
    text-decoration: none;
}
    a.getDirectionsButton:hover {
        /*background: #815474 !important;*/
        background: #693065 !important;
        text-decoration: none;
    }
.drivingDirectionsGoBtn {
}

.drivingDirectionsButtons {
	padding-top: 10px;
	text-align: center;
}

.getDirectionsInput {
	display: inline;

	margin-right: 4px;
	border-radius: 3px;
	padding: 3px;
	border: 1px solid #666;
}

.getDirectionsPanel {
	display: block;
	width: 100%;
	white-space: nowrap;
}

.getDirectionsInputHidden, .getDirectionsPanelHidden, .getDirectionsHidden, .getDirectionsButtonHidden {
	display: none;
}

.detailsInfo {
	width: 250px;
	float: left;
	display: block;
}

.detailsServices {
	width: 200px;
	float: right;
	display: block;
}
