.our-doctors-list {
	min-height:400px;
}

.our-doctors-list .mainfiltersinline {
	display:inline-block;
}

.our-doctors-list .dropdowntext {
	text-overflow: ellipsis;
}

.our-doctors-list .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 8px dashed;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.our-doctors-list .rightCaret {
    float: right;
    margin-top: 6px;
    margin-right: 2px;
    margin-left: 10px;
}        

.our-doctors-list .btn .caret {
	margin-left: 10px;
}

.our-doctors-list .btn>.caret,
.our-doctors-list .dropup>.btn>.caret {
	border-top-color: #013fa3;
}

.our-doctors-list .dropdown {
	position: relative;
}

.our-doctors-list .filterbydropdown {
	min-width: 150px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.our-doctors-list .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
}

.our-doctors-list .dropdown-menu {
    width:100%;
	position: absolute;
	overflow: auto;
	max-height: 300px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.our-doctors-list .dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.our-doctors-list .dropdown-menu>li>a:hover,
.our-doctors-list .dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.our-doctors-list .dropdown-menu>.active>a,
.our-doctors-list .dropdown-menu>.active>a:hover,
.our-doctors-list .dropdown-menu>.active>a:focus {
	color: #000;
	text-decoration: none;
	outline: 0;
}

.our-doctors-list .dropdown-menu>.disabled>a,
.our-doctors-list .dropdown-menu>.disabled>a:hover,
.our-doctors-list .dropdown-menu>.disabled>a:focus {
	color: #777;
}

.our-doctors-list .dropdown-menu>.disabled>a:hover,
.our-doctors-list .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.our-doctors-list .open>.dropdown-menu {
	display: block;
}

.our-doctors-list .open>a {
	outline: 0;
}

.our-doctors-list .star-ratings {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 20px;
    height: 25px;
    width: 100px;
    margin: 0;
    position: relative;
    padding: 0;
    cursor: auto;
	display: inline-block;
}

.our-doctors-list .star-ratings-top {
    color: #ffd630;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: auto;
    left: 0;
    overflow: hidden;
    margin-top: 0;
}

.our-doctors-list .star-ratings-bottom {
    padding: 0;
    display: block;
    z-index: 0;
    margin-top: 0;
}

.our-doctors-list .star-ratings-sprite {
  background: url("../../../../../etc/designs/jefferson-health/images/star-rating-sprite.png") repeat-x;
  font-size: 0;
  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0 auto;
}

.our-doctors-list .star-ratings-sprite-rating {
  background: url("../../../../../etc/designs/jefferson-health/images/star-rating-sprite.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 21px;
  display: block;
  margin-left: 0;
}

.our-doctors-list .buttons {
	width: 150px;
	float: right;
	margin-top: 45px;
}

.our-doctors-list .doctor-copy h4 {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #999;
	text-transform: uppercase;
}

.our-doctors-list a.doctor-viewprof {
	background-color: #fff;
	color: #4e65b8;
	border: 1px solid #4e65b8;
	font-weight: 500;
}

.our-doctors-list a.doctor-quickschedule {
	background-color: #ff0000;
    color: #fff;
}

.our-doctors-list a.doctor-quickschedule:hover{
    background-color: #ff0000;
}

.our-doctors-list .new-patients {
	color: #999;
	text-align: center;
}

.our-doctors-list .showmorefindadoc {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: bold;
	cursor: pointer;
}

.our-doctors-list .ortext {
    color: #013fa3;
}

.our-doctors-list .list-doctor {
  	border-bottom: 1px solid #f2f2f2;
    clear: both;
    min-height: 200px;
}

@media only screen and (max-width: 770px) {
	.health .wrapper {
		padding-left: 10px;
	}

    .our-doctors-list .list-doctor {
        border-bottom: 1px solid #f2f2f2;
        clear: both;
        margin-bottom: 20px;
        min-height: 300px;
	}

	.our-doctors-list .buttons {
		width: 100px;
    	float: left;
    	clear: left;
    	margin-top: 0px;
	}
	.our-doctors-list .star-ratings {
	    display: block;
	}

	.our-doctors-list .mainfiltersinline {
    	margin-left:10px;
        width:100%;
   	}

    .our-doctors-list .ortext {
		margin-left:15%;
        margin-bottom:none;
       	margin-top:1em;
   	}
}