﻿p.services {
	line-height: 170%;
}

.services {
	font-family: Verdana;
	font-size: 12px;
}

	.services li {
		line-height: 200%;
	}

.services_content {
	margin-left: 30px;
	margin-top: 10px;
	width: 95%;
	font-family: Verdana;
	font-size: 11px;
}

.alpha-active {
    background: #693065 !important;
    border-color: #693065 !important;
    color: #ffffff !important;
}

.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-family: Verdana;
	font-size: 12px;
}

.service_table_locations {
	font-family: Verdana;
	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-family: Verdana;
	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 black;
	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 black;
	padding: 6px;
	border-radius: 4px;
	margin-right: 8px;
}

.DrivingDirectionsLocationsListContainer {
	float: left;
	display: inline-block;
	height: 588px;
	overflow-y: scroll;
	border: 1px solid black;
	padding: 6px;
	border-radius: 4px;
	margin-right: 8px;
}

.GoogleMapContainer, .GoogleListMapContainer {
	float: left;
	width: 400px;
	display: inline-block;
	height: 600px;
	border: none;
	padding: 0px;
}

.GoogleListMapContainer {
	margin-top: 50px;
}

.ServiceListContainer {
	border-radius: 4px;
	float: left;
	width: 220px;
	display: inline-block;
	border: 1px solid black;
	height: 594px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	margin-left: 8px;
	margin-bottom: 12px;
}

.serviceListMessage {
	padding-bottom: 10px;
}

.serviceCheckBoxList {
	padding-bottom: 10px;
}

.mapMarker {
	border: 0 none;
	width: 15px;
}

.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;
}

.getDirectionsButton {
	border-radius: 12px;
	width: 100px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #0000cc;
	color: white;
	height: 18px;
	padding-top: 0px;
	margin-bottom: 6px;
	background-color: #548dd4;
	text-decoration: none;
	display: block;
}

.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;
}
.feature-category-box { 
	margin: 0px auto 30px auto;
}


.sc-wrapper{
	margin: 15px -15px;
}
.services-content-wrapper{
	border: 1px solid #693065;
	border-radius: 0;
	transition: all 0.3s linear;
	position: relative;
	height: 100px;	
}
.services-content-wrapper:hover a, .services-content-wrapper a:hover{
	color: #ffffff;
}
.services-content-wrapper:hover, .services-content-wrapper a:hover .services-content-wrapper{
	background: #693065;
	color: #ffffff;
	border-radius: 5px;
}
.services-all-right .results-col a{
    display: inline-block;
    margin: 0 0px 0px 0;
    padding: 0px 15px 0 0;
    border-radius: 3px;
    /*background-color: #f5f5f5;*/
    font-family: 'Museo Sans 500'!important;
    width: 100%; 
    text-overflow: ellipsis;
    overflow: hidden;
     white-space: nowrap;
}

.services-all-right .results-col h5{width:100%; margin-bottom:0.75rem;}
.services-page .section-title h3{font-size: 24px; margin: 0px 0 15px 0; color:#212529;}
.service-alpha-wrap .physicians_alphabet_container a{background: #eeeeee; border: 1px solid #cccccc; color: #212529; font-size: .875em; border-radius: 3px; width: 26px; height: 30px; padding: 5px 6px; display:inline-block; margin-bottom: 4px;}
.service-alpha-wrap .physicians_alphabet_container a:hover, .service-alpha-wrap .physicians_alphabet_container a:active { background: #693065; border: 1px solid #693065; color: #fff;}
.services-all-right .results-col a{color:#212529;}

.services-content-wrapper{border:1px solid #ced4da; color:#212529 !important;}
.services-content-wrapper:hover{border:1px solid #693065; color:#fff !important;}

@media(max-width:576px){
    .services-page .form-control-search{width:100% !important; margin-bottom: 12px !important;}
    .services-page .input-group-append input[type="submit"]{margin-left:0 !important;}
}
