.slide-show-container {
	padding: 0;
	min-height: 390px;
	background-color: #ffffff;
	text-align: center;
	background-size: cover;
	position: relative !important;
	line-height: 1.4;
}

/*
.slide-show-container.ap {
    min-height: 200px!important;
}
*/

.slide-show-container.slide-1 {
	background-image: url(/images/physicians/comp-survey/com-surv-1.jpg);
	background-size: cover;
	background-position: 0 40px;
}

.slide-show-container.slide-1 .survey-body {
	border: none;
}

.survey-header {
	background-color: #888888;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0;
	padding: 0.5em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #ffffff;
}


.survey-header h2 {
	font-size: 1.8em;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0.2em;
}

.survey-header h2.smaller {
	font-size: 16px !important;
}


.survey-header p {
	text-align: center;
	font-size: 1em;
	margin-top: 0.5em;
}


.survey-body {
	margin-top: 0;
	border-top: none;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	/* position: relative;*/
	overflow: hidden;
	padding: 0.2em 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.survey-body.ap {
	padding: 0.2em 0 0 !important;
}

.survey-body.ap div,
.survey-body.ap p {
	text-align: left;
}

.slide-title {
	/*border-top: 2px solid #ffffff;*/
	padding: 0 1.5em;
	margin: 0.1em 0 -0.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left !important;
	/* border-left:32px solid #07807f*/
	font-weight: bold;
}



.table-responsive {
	border: 1px solid #ffffff !important;
}

.pm-logo {
	padding: 0.75em;
	position: absolute;
	bottom: 1em;
	left: 1px;
	max-width: 170px
}

.pm-logo.logo-small {
	max-width: 160px
}

.pm-logo img {
	max-width: 100%;
}

.image-container {
	margin: 0.2em auto;
	text-align: center;
}

.image-container img {
	max-width: 100%;
	margin: auto;
}

.image-container img.needle {
	margin: 2em 4px
}

.img-margin-left-25 {
	margin-left: 25% !important;
}


.slide-show-container .carousel-control.left,
.slide-show-container .carousel-control.right {
	background-image: none !important;

}

.slide-show-container .carousel-control {
	bottom: 0;
	color: #666666;
	font-size: 20px;
	left: 0.2em;
	opacity: 1.0;
	position: absolute;
	text-align: center;
	text-shadow: none !important;
	top: 48%;
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.5);
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	padding: 2px 8px 2px 5px;
	/* box-shadow:0 2px 4px rgba(0,0,0,0.5)*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1.0)
}


.slide-show-container .current-survey .carousel-control {
	bottom: 0;
	color: #666666;
	font-size: 20px;
	left: 0.2em;
	opacity: 1.0;
	position: absolute;
	text-align: center;
	text-shadow: none !important;
	top: 30%;
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.5);
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
	padding: 2px 8px 2px 5px;
	/* box-shadow:0 2px 4px rgba(0,0,0,0.5)*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1.0)
}

.slide-show-container .carousel-control:hover {
	border: 1px solid #f58025;
}

.slide-show-container .carousel-control.right {
	left: auto;
	right: 0.2em;
	padding: 2px 6px 2px 8px
}



.slide-show-container .carousel-control.right {
	left: auto;
	right: 0.2em;
	padding: 2px 6px 2px 8px
}



.slide-1 .survey-body .bottom-nav {
	position: absolute;
	bottom: 0.2em !important;
	left: 35%;
	text-align: center !important;
}



.slide-show-container .bottom-nav {
	color: #cccccc;
	font-weight: 800;
	margin: 2em auto 1em auto;
	text-align: center !important;
}


.slide-show-container.ap .bottom-nav {
	margin: 0.2em auto 0 auto !important;
	color: #cccccc;
	font-weight: 800;
	text-align: center !important;
	background: #888888;
}


.slide-show-container .bottom-nav .fa {
	padding: 0.5em;
}

.slide-show-container .bottom-nav a .fa {
	color: #878788;
	font-size: 16px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9)
}


.slide-show-container.ap .bottom-nav a .fa {
	color: #aaaaaa;
}



.slide-show-container .bottom-nav a .fa:hover {
	color: #f58025;
}




table.survey {
	width: 40%;
	margin: 1em auto 0em;
	color: #333333;
}


table.survey thead th {
	background-color: #007dc3 !important;
	padding: 0.5em 0.5em 0.5em 1em !important;
	color: #ffffff !important;
	font-size: 1.3em !important;
	text-transform: uppercase !important;
}


table.survey thead th:first-child {
	width: 55%;
}

table.survey tbody {
	background-color: #eeeded
}

table.survey td {
	border: 1px solid #eeeded !important;
	font-size: 1.2em !important;
	text-align: left !important;
	padding: 0.3em 0.2em 0.2em 0.75em;
}

span.color-block {
	display: inline-block;
	height: 10px;
	margin: 3px;
	vertical-align: top;
	width: 10px;
}


.survey-body p.left-column {
	font-size: 12px;
	margin: 1em -3em 1em 4em;
	overflow: visible;
	position: absolute;
	right: -1;
	text-align: left !important;
	top: 1em;
}


.survey-body ul.list-unstyled {
	text-align: left !important;
	font-size: 12px;
}

.survey-body ul.list-unstyled.right-bottom {
	margin-top: 120%;
	margin-bottom: 0 !important;
	margin-left: -4em;
}


.survey-body ul.list-unstyled.right-bottom li {
	margin-top: 1em !important;
	white-space: nowrap !important;
}


.push-right-20 {
	padding-left: 20px;
}

.relative {
	position: relative !important;
}

.orange-bg {
	background-color: #f58025;
}

.green-bg {
	background-color: #7ac143;
}

.blue-bg {
	background-color: #007dc3
}

.dark-gray-bg {
	background-color: #4c4c4c;
}

.gray-bg {
	background-color: #939393;
}


.dark-bg {
	background-color: #666666;
}

.equal {
	transform: rotate(90deg)
}

.push-down-med {
	margin-top: 1.5em !important;
}

.big {
	font-size: 18px;
}



.light-gray-bg {
	background: #f3f3f3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 4px;
	padding: 8px 6px;
	min-height: 6em;
}


.light-gray-bg > p,
.light-gray-bg-sm p,
/*.blue-bg.round-right p,*/

.no-bgd-left p {
	margin: 8px auto;
	width: 98%;
	font-size: 1.1em;
}

.blue-bg.round-right p {
	font-size: 1.1em;
}

.blue-bg.round-left ul {
	margin: 4px auto !important;
	font-size: 1.1em;
}

.light-gray-bg-sm {
	background: #f3f3f3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: -10px;
	padding: 8px 6px;
	margin-right: 8px;
}

.rel-right {
	position: relative;
	right: -1.5em;
	bottom: 0.5em;
}


.round-left-top {
	display: block;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	min-height: 9.5em;
	color: #ffffff;
	padding: 32px 18px 0;
	font-size: 1.1em;
}

.round-left-bottom {
	padding: 18px 18px 30px 18px;
	display: block;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	min-height: 7em;
	color: #ffffff;
	font-size: 1.1em;
}


.blue-bg-center {
	background-color: #007dc3;
	padding: 8px 18px 30px 18px;
	display: block;
	color: #ffffff;
	font-size: 1.1em;
}


.blue-bg.round-right {
	display: block;
	padding: 32px 18px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 280px;
	color: #ffffff;
}


@media screen and (max-width: 1100px) {
	.blue-bg.round-left-top {
		padding: 32px 18px 90px !important;
	}
}

@media screen and (max-width: 903px) {
	.blue-bg.round-left-top {
		padding: 32px 18px 110px !important;
	}
}

@media screen and (max-width: 775px) {
	.blue-bg.round-left-top {
		padding: 32px 18px 162px !important;
	}
}

.blue-bg.round-left {
	display: block;
	padding: 4px 12px 42px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	min-height: 280px;
	color: #ffffff;
}

.no-bgd-left {
	display: block;
	padding: 18px 12px;
	min-height: 280px;
}


ul.list-item {
	padding: 0 0 0 6px;
	list-style: none;
}

ul.list-item li {
	position: relative;
	padding-left: 0.4em;
	/* text distance to icon */
	margin: 24px 12px 12px 0
}

ul.list-item li:before {
	display: inline-block;
	content: '\f111';
	font-family: "FontAwesome";
	color: #666666;
	position: absolute;
	left: -1em;
	top: 0;
}


.fa.fa-circle.white.pull-left {
	margin: 0.2em 1em 1em 0.2em
}

.fa.fa-circle.white.pull-left.high {
	margin: 0.2em 1em 4em 0.2em
}


/*=========================================================*/

/* =================== up to medium devices ================= */
/* 
@media screen and (max-width: 1224px) {
	.survey-body p.left-column {
		font-size: 12px;
		margin: 1em -3em 1em 4em !important;
		overflow: visible !important;
		position: absolute !important;
		right: -1 !important;
		text-align: left !important;
		top: 1em !important;
	}

	.survey-header h2 {
		font-size: 1.4em;
		padding-top: 1em;
	}

	.survey-header p {
		font-size: 0.9em
	}

	/* .height-200 {
		min-height: 0 !important;
	} */

	.push-right-20 {
		padding-left: 10px;
	}
}

 */


/* =============== only small devices ================ */

@media only screen and (max-width: 768px) {

	.survey-body p.left-column {
		font-size: 12px;
		margin: 1em auto !important;
		overflow: visible !important;
		position: absolute !important;
		right: -1 !important;
		text-align: center !important;
		top: 1em !important;
	}


	.survey-header h2 {
		font-size: 1.1em !important;
		line-height: 1.4;
	}

	.survey-header.current-survey h2 {
		font-size: 1.5em !important;
		padding-top: 0.5em
	}


	.survey-body p.left-column {
		position: static !important;
		margin: 1em 0 1em 1em !important;
	}

	.pm-logo {
		display: none !important
	}

	table.survey {
		width: 90%;
		margin: 1em auto;
	}


	.img-margin-left-25 {
		margin-left: 0 !important;
	}


	.slide-show-container.slide-1 .bottom-nav {
		right: 2% !important;
		left: 2% !important;
	}



	.survey-body ul.list-unstyled.right-bottom {
		margin-top: 2em !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}


	.survey-body ul.list-unstyled.right-bottom li {
		display: inline !important;
		margin-left: 1em !important;
	}



.strong {
	font-weight: 800;
}


.m-l-neg-16 {
	margin-left: -16px;
}

.m-l-neg-2 {
	margin-left: -2em;
}

.current-survey * p {
	font-size: 18px;
	line-height: 1.75;
	margin: 1em 2.5em 1em 1em;
	text-align: left;
}


.current-survey * b {
	font-weight: 800;
	color: #007dc3;
}


.current-survey h3 {
	font-weight: 800;
	margin-left: 0;
	padding-left: 1em;
	text-align: left;
}

.center {
	text-align: center;
	margin: 1em auto;
}


/*   =========2019 survey=========== */

.carousel-inner h2 {
	font-size: 22px;
	color: #007dc3;
	margin-bottom: 0;
}


.carousel-inner .carousel-item.active {
	overflow: visible !important;
}

.carousel-control {
	text-shadow: 0 1px 4px rgba(0, 0, 0, .75);
}

.carousel-control.left,
.carousel-control.right {
	background-image: none
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	margin-left: -40px;
}

.carousel-control.right {
	right: -40px;
}


.carousel-indicators {
	position: absolute;
	bottom: -60px;
}

.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators li.active {
	background-color: #07807f;
}

.carousel-indicators.physicians li.active {
	background-color: #007dc3;
}

.carousel.slide {
	border: 1px solid #ddddee;
	padding: 0.5em;
}

.carousel.slide,
.rounded {
	border-radius: 5px;
}

.carousel-inner.ap h2 {
	color: #07807f
}

.surv-questions {
	margin-top: 1.5em;
	margin-right: 2em;
	margin-left: 1.75em;
	border-top: 1px dotted #dcdcdc
}

.carousel-item.added img {
	margin: 0 auto!important;
}

.carousel-item {text-align:center!important;}

.carousel-inner.ap em {
font-style: italic;
	font-size: 1.2em
}

.img-geo-regions {
	position: absolute;
	top: 2em;
	right: 1em;
	box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.5)
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  border-radius: 10px;
}


