button {
	border: 0px;
	height: 26px;
	font: normal normal normal 12px Source Sans Pro;
	letter-spacing: -0.1px;
	border-radius: 15px;
  text-align: center;
	cursor: pointer;
	opacity: 1;
	vertical-align: middle;
}

.webxprt-charts-image{
	margin: 0px 0px;
	width: 92%;
	border: solid 1px #dddddd;
	border-radius: 3px;
	background-color: #f7f7f7;
	text-align: center;
}
.webxprt-charts-inner {
	width: 90%;
	margin: 10px auto;
	padding: 10px 0;
}
.webxprt-charts-image img{
	margin: 20px 0;
	width: 90%;
	max-width: 380px;
}

.developer1{
	margin-top: 0px;
}
.webxprt-modal{
    background: none;
}

@media (max-width: 767px){
	.webxprt-charts-image{
		margin-left: 5%;
		width: 85%;
	}
}

.graph-svg-component {
		background: linear-gradient(180deg, rgba(214,246,255,1) 0% 12%,
																				rgba(221,248,255,1) 12% 25%,
																				rgba(228,250,255,1) 25% 37%,
																				rgba(234,252,255,1) 37% 50%,
																				rgba(241,253,255,1) 50% 62%,
																				rgba(245,253,255,1) 62% 75%,
																				rgba(248,254,255,1) 75% 87%,
																				rgba(255,255,255,1) 87% 100%,
																				rgba(255,255,255,1) 100%
																				);
}

.axis line {
	fill: none;
	stroke: #000;
}

.d3-tip {
  display: flex;
	line-height: 1;
  font-weight: bold;
  padding: 6px;
	width: 250px;
	height: 75px;
  background: rgba(255, 255, 255, 1);
  color: #000;
  border-radius: 2px;
	border: 1px solid #014F6E;
}

.d3-tip:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
			border-color: transparent transparent transparent #014F6E;
      top: 27px;
			left: 249px;
}

.d3-tip.noafter:after {
      border-color: transparent;
}

.d3-tip:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 10px;
      border-style: solid;
			border-color: transparent #014F6E transparent transparent;
      top: 27px;
			left: -21px;
}

.d3-tip.lowbefore:before {
      top: 48px !important;
}

.d3-tip.nobefore:before {
      border-color: transparent;
}

rect.barpop:hover {
  fill: white !important;
	stroke: #014F6E !important;
}

rect.barpin:hover {
  fill: white !important;
	stroke: #014F6E !important;
}

.ttcolumninfo {
	border: 1px;
	width: 80%;
	color: #014f6e;
	text-align: left;
	font: normal normal normal 14px/16px Source Sans Pro;
	letter-spacing: 0px;
	color: #014F6E;
	opacity: 1;
	padding-right: 10px;
}

.ttcolumninfor {
	width: 20%;
	text-align: right;
	border: 1px;
	color: #014f6e;
	font: normal normal normal 14px/16px Source Sans Pro;
	letter-spacing: 0px;
	color: #014F6E;
	opacity: 1;
}

.ttcolumnrun {
	width: 20%;
	border: 1px;
	color: #014f6e;
	text-align: right;
	font: normal normal bold 16px/20px Source Sans Pro;
	letter-spacing: 0px;
	color: #014F6E;
	opacity: 1;
}


.graph_title {
	color: #000000;
	text-align: left;
	font: normal normal normal 20px/25px Source Sans Pro;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	margin-bottom: 10px;
	margin-top: 20px;
}

.graph_header {
	display: flex;
	background: transparent linear-gradient(90deg, #0191FC 0%, #08D0C2 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
  height: 38px;
}

.info_div {
	padding-top: 7px;
	padding-left: 6px;
	visibility: hidden;
}

.info {
	width: 10px;
	height: 10px;
}

.runinfo_spacer {
	width: 60px;
}

.spacer_flex {
	flex: 50;
}


.filter_details_flex {
	display: flex;
	align-self: flex-end;
	padding-right: 10px;
	padding-top: 8px;
	cursor: pointer;
	padding-left: 10px;
	margin-left: 10px;
}

@media (max-width: 380px){
	.filter_details_flex {
		padding-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
	}
}

.filter_details_flex:hover {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: .8;
	color: #0191fc;
}

.filter_details_flex:hover > .filter_details {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: .8;
	color: #0191fc;
}

.filter_details_flex:hover > .filter_details_img {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: .8;
	color: #0191fc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .5s ease;
	transition: transform .5s ease;
}


.filter_details
{
	color: #FFFFFF;
	text-align: left;
	font: normal normal normal 14px/16px Source Sans Pro;
	display: contents;
	letter-spacing: 0px;
	opacity: 1;
	display: block;
	padding-top: 3px;
	margin-top: 8px;
	cursor: pointer;
}

.filter_details_img {
	height: 15px;
	width: 15px;
	margin-top: 11px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform .5s ease;
	transition: transform .5s ease;
}

.filter_details_flex:hover > .filter_details_img > g > rect{
	fill: #0191fc;
	stroke: #0191fc;
}

.active-white-0191fc-opacity1
{
	color: #0191fc !important;
	background: #FFFFFF 0% 0% no-repeat padding-box  !important;
	opacity: 1 !important;
}

.active-white-0191fc-opacity1-rotate
{
	color: #0191fc;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 1  !important;
	fill: #0191fc !important;
	stroke: #0191fc !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .5s ease;
	transition: transform .5s ease;
}

.active-white-0191fc-opacity1-rotate:hover
{
	color: #0191fc;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 1  !important;
	fill: #0191fc !important;
	stroke: #0191fc !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .5s ease;
	transition: transform .5s ease;
}






.filter_selection_div {
	height: 400px;
  position: absolute;
  width: 420px;
  background: #FFFFFF;
	transition: all 1s ease;
	display: none;
}

.filter_search_div {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D9D9D9 !important;
	border-radius: 3px !important;
	opacity: 1;
	width: -webkit-fill-available;
	height: 22px;
	margin-top: 5px;
}

.filter_search_div input[type=text] {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: none;
	font: normal normal normal 12px/14px Source Sans Pro;
	color: #000000;
	width: 90%;
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.filter_search_div input[type=text]:focus {
	outline: none !important;
  box-shadow: none !important;
}

::-webkit-input-placeholder { /* Edge */
	color: #ADADAD;
}

:-ms-input-placeholder { /* Internet Explorer */
	color: #ADADAD;
}

::placeholder {
  color: #ADADAD;
}

.filter_search_div button {
	float: left;
	width: fit-content;
	height: fit-content;
  padding: 2px 6px 0px 8px;
	background: #FFFFFF;
	color: #707070;
	font-size: 12px;
	border: none;
	cursor: pointer;
}

.set-left-20 {
	padding-left: 20px;
}

.set-right-20 {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
}

.clear_link{
	color: #0191FC !important;
	cursor: pointer;
}

.search_info {
	color: #000000;
	font: normal normal normal 12px/14px Source Sans Pro;
	letter-spacing: -0.1px;
	opacity: 1;
}

.center{
	margin: auto;
}
.search_info_bold {
	font: normal normal 600 12px/14px Source Sans Pro;
}


.selected_filters {
	background: #C7F4FF4D 0% 0% no-repeat padding-box;
	border: 1px solid #3FBEE7;
	border-radius: 5px;
	opacity: 1;
	height: 100px;
	margin: 5px 20px 0px 20px;
	overflow-y: auto;
}

.no_selected_filters {
		display: grid;
		margin-top: 33px;
}

.has_selected_filters {
		display: flex;
		flex-wrap: wrap;
}

.add_filters_div_flex {
	background: transparent linear-gradient(90deg, #0191FC 0%, #08D0C2 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #D9D9D9 !important;
	border-radius: 3px !important;
	opacity: 1;
	width: -webkit-fill-available;
	height: 30px;
	margin: 10px auto 0 auto;
	display: flex;
}

.white-info{
	color: #FFFFFF;
	padding-top: 8px;
}

.footer {
	background-color: #014F6E;
}

@media (max-width: 1200px){
	.results_footer {
		flex-direction: column;
	}
}

.results_footer {
	display: flex;
	min-height: 85px;
	width: 100%;
  transition: .5s;
}

.device {
	display: flex;
	flex: 1;
	width:100%
}

.device-graphic {
	background-color: #014F6E;
	height: 85px;
	width: 85px;
	padding-left: 10px;
}

.deviceimg {
	background: transparent url('') no-repeat padding-box;
	height: 47px;
	width: 47px;
	padding: 8px;
	background-color: #014F6E;
	margin: 10px 0px 0px 10px;
}

.device_info {
	padding: 6px 0px 0px 0px;
	background-color: #014F6E;
	flex:2;
}

.device_name
{
	text-align: left;
	font: normal normal bold 16px/20px Source Sans Pro;
	letter-spacing: 0px;
	color: #FFFFFF;
	white-space: nowrap;
	opacity: 1;
	background-color: #014F6E;
}
.device_details
{
	color: #FFFFFF;
	text-align: left;
	font: normal normal normal 14px/16px Source Sans Pro;
	letter-spacing: 0px;
	opacity: 1;
	background-color: #014F6E;
}

.rundata {
	display: flex;
	flex: 2;
	flex-direction: column;
	background-color: #014F6E;
}

@media (max-width: 480px){
	.rundata_details {
		flex-direction: column !important;
	}
}

.rundata_details {
	display: flex;
	flex-direction: row;
	flex:7;
}

.rundata_detail_score {
	display: flex;
	flex-direction: row;
	flex: 1;
}

.rundata_detail_percentile {
	display: flex;
	flex-direction: row;
	flex: 2;
}

.score_percentile {
	color: #FFFFFF;
	text-align: left;
	margin-top: 8px;
	margin-left: 6px;
	font: normal normal bold 32px/40px Source Sans Pro;
	letter-spacing: 0px;
	opacity: 1;
	padding-right: 7px;
}

.score_percentile sup {
	font-size: 20px;
}

.ttcolumninfor sup {
	font-size: 10px
}

.score_percentile_label {
	color: #FFFFFF;
	text-align: center;
	margin-top: 18px;
	font: normal normal normal 16px Source Sans Pro;
	letter-spacing: 0px;
	opacity: 1;
	display: flex;
}

.rd_percentile_label {
	white-space: nowrap;
}

.source_div
{
	background-color: #005B7F;
	height: 22px !important;
	padding-left: 5px;
}

.source_div_no_run_info
{
	background-color: #014F6E !important;
}

.span_margin {
	margin-left: 6px !important;
	display: contents !important;
  white-space: nowrap;
}

.filters_span_margin {
	margin-left: 6px !important;
	white-space: nowrap;
}

.source_details {
	color: #FFFFFF;
	text-align: left;
	font: normal normal normal 12px Source Sans Pro;
	letter-spacing: 0px;
	line-height: 22px !important;
}

.source_details_link:hover {
	color: #08D0C2;
	text-decoration: underline;
}


.runinfo_button {
	color: #FFFFFF;
	background-color: #005B7F;
	margin: 20px 10px 0px 0px;
	width: 102px;
}

.runinfo_button:hover {
  background: #0191FC 0% 0% no-repeat padding-box;
  border-radius: 12px;
}

.runinfo_button_disabled  {
	color: #DDDDDD !important;
	background: #5C5C5C 0% 0% no-repeat padding-box  !important;
	pointer-events: none  !important;
	Cursor:text !important;
}

.runinfo_button_disabled:hover * {
	color: #DDDDDD !important;
	background: #5C5C5C 0% 0% no-repeat padding-box  !important;
	pointer-events: none  !important;
	Cursor:text !important;
	Text-Decoration: None !important;
}

.runinfo_button_disabled:active * {
	color: #DDDDDD !important;
	background: #5C5C5C 0% 0% no-repeat padding-box  !important;
	pointer-events: none  !important;
	Cursor:text !important;
	Text-Decoration: None !important;
}


.pinUnpin_button_div:hover * {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.pinUnpin_button {
	color: #005B7F;
	background-color: #FFFFFF;
	margin: 20px 10px 0px 0px;
	width: 75px;
}

.unpin_all_button_div:hover * {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.unpin_all_button {
	color: #005B7F;
	background-color: #FFFFFF;
	margin: 20px 10px 0px 0px;
	width: 90px;
}


.viewState_button {
	color: #0191FC;
	background-color: #FFFFFF;
	margin: 6px 10px 4px 6px;
	width: 140px;
  font-size: 14px;
}

.viewState_button:hover * {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
	fill: #FFFFFF;
	stroke: #FFFFFF;
}
.pinned_runs_div:hover *{
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.pinned_runs_div_disabled  {
	color: #DDDDDD !important;
	background: #5C5C5C 0% 0% no-repeat padding-box  !important;
	pointer-events: none  !important;
	Cursor:text !important;
	Text-Decoration: None !important;
	padding-right: 6px;
}

.pinned_runs_div_disabled:hover * {
	color: #DDDDDD !important;
	background: #5C5C5C 0% 0% no-repeat padding-box  !important;
	pointer-events: none  !important;
	Cursor:text !important;
	Text-Decoration: None !important;
}

.pinned_runs_div_disabled:active * {
	color: #DDDDDD !important;
	background: #5C5C5C 0% 0% no-repeat padding-box  !important;
	pointer-events: none  !important;
	Cursor:text !important;
	Text-Decoration: None !important;
}

.viewState_button_text {
	font: normal normal normal 14px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #0191FC;
	opacity: 1;
}

.close_button {
	display: none;
	color: #005B7F;
	background-color: #FFFFFF;
	margin: 20px 10px 4px 0px;
	width: 26px;
}

.close_button:hover {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
}

.close_compare_button {
	display: none;
	color: #005B7F;
	background-color: #FFFFFF;
	margin: 6px 10px 4px 6px;
	width: 26px;
}

.close_compare_button:hover {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
}

.back_button_flex {
  display: none;
	flex:1;
}
.back_button_flex:hover * {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.back_button {
	color: #0191FC;
	background-color: #FFFFFF;
	margin: 6px 0px 0px 10px;
	width: 70px;
  font-size: 14px;
}

.back_button:hover {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
}

.back_button_text {
	text-align: right;
	font-size: 14px;
	letter-spacing: 0px;
	color: #0191FC;
	opacity: 1;
	padding-right: 5px;
}

.back_button_img {
	height: 20px;
	float: left;
	transform: rotate(90deg);
}

.run_details_footer{
	height:0;
  position: relative;
  overflow: hidden;
  transition: .5s;
	background: #F6F6F6;
  opacity: 1;
}

@media (max-width: 600px){
	.run_details_footer {
		overflow: auto;
	}
}

.my_dataviz{
  overflow: hidden;
  transition: .5s;
}

.performance{
	width: 55%;
}

@media (max-width: 1200px){
	.performance{
		width: 66%;
	}
}

@media (max-width: 992px){
	.performance{
		width: 88%;
	}
}

@media (max-width: 767px){
	.performance{
		width: 96%;
	}
	.performance-right{
	  padding-left: 10px !important;
	}
}


.performance-left{
	width: 32%;
  text-align: left;
  font: normal normal 600 14px/17px Source Sans Pro;
  line-height: 34px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.performance-left-cat{
	width: 32%;
  text-align: left;
  font: normal normal 600 14px/17px Source Sans Pro;
  line-height: 34px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.performance-left-data{
	width: 20%;
}

.performance-right{
	width: 10%;
  text-align: left;
  font: normal normal 600 14px/17px Source Sans Pro;
  line-height: 16px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-left: 67px;
}

@media (max-width: 480px){
	.performance-left-data {
		width: 0;
		padding-right: 5px;
	}
	.performance-left-cat {
		width: 60%;
	}
}

.performance-ms{
  font: normal normal normal 15px Source Sans Pro;
  text-align: right;
  letter-spacing: 0px;
  color: #035B7F;
  opacity: 1;
}

.performance-interval{
  font: normal normal normal 15px Source Sans Pro;
  text-align: right;
  letter-spacing: 0px;
  color: #595959;
  opacity: 1;
}

.workload-subcat-workload {
  line-height: 50px !important;
  font: normal normal normal 12px Source Sans Pro;
  color: #000000;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
}

.workload-subcat-data {
  font: normal normal normal 12px Source Sans Pro;
  color: #000000;
  text-align: right;
  letter-spacing: 0px;
  opacity: 1;
}

.individual-cat {
  line-height: 50px !important;
  text-align: left;
  font: normal normal normal 14px Source Sans Pro;
  letter-spacing: 0px;
  color: #333333;
}

.capabilities {
  padding-top: 10px;
  text-align: left;
  font: normal normal normal 14px Source Sans Pro !important;
  letter-spacing: 0px;
  color: #333333;
}

.pin_img {
	height: 13px;
  padding: 0px 5px 0px 0px;
}

.performance-recap{
  font: normal normal 600 12px Source Sans Pro;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-top: 15px;
	text-align: center;
}

.performance-img {
  width: 10px !important;
  padding-right: 10px;
}

.workload-img {
  width: 31px !important;
  padding-right: 10px;
	vertical-align: middle;
}

.comparison_details_footer{
	height:0;
  position: relative;
  padding: 0px;
  overflow: hidden;
  transition: .5s;
	background: #F6F6F6;
  opacity: 1;
	overflow: auto;
}

.export_csv_button {
  color: #0191FC;
  background-color: #FFFFFF;
	margin: 20px auto 0px;
  width: 140px;
	display: block;
}

.export_csv_button:hover {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
}

.comparison-subcat-workload {
  line-height: 55px !important;
  font: normal normal normal 14px Source Sans Pro;
  color: #000000;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
}

.comparison-subcat-data {
  font: normal normal normal 18px Source Sans Pro;
  color: #000000;
  text-align: right;
  letter-spacing: 0px;
  opacity: 1;
}

.comparison-individual-cat {
  line-height: 30px !important;
  text-align: left;
  font: normal normal normal 14px Source Sans Pro;
  letter-spacing: 0px;
  color: #333333;
	padding-top: 6px;
}

.compare-table {
	table-layout: fixed;
	width: 100%;
}

.compare-table-header {
  font: normal normal bold 16px Source Sans Pro;
  letter-spacing: 0px;
  color: #333333;
}

.compare-table-header-device {
	padding: 0 6px 0;
}

.compare-table-col {
	width: 25%;
	padding-right: 4px;
	font: normal normal 600 18px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #035B7F;
	opacity: 1;
}

.compare-table-data {
	padding-right: 4px;
	text-align: right;
	letter-spacing: 0px;
	font: normal normal normal 15px Source Sans Pro;
	color: #035B7F;
	opacity: 1;
}

table.compare-table tr:first-child,
table.compare-table tr:nth-child(2),
table.compare-table tr:last-child {
	border-bottom: 1px solid #B4B4B4;
}

table.compare-table td {
	border: 1px solid #B4B4B4;
	border-top: 0;
	border-bottom: 0;
	width: 200px !important;
}

table.compare-table tr td:first-child,
table.compare-table tr th:first-child {
  border-left: 0;
}
table.compare-table tr td:last-child,
table.compare-table tr th:last-child {
  border-right: 0;
}

.comparison-header{
	width: 22% !important;
  text-align: left;
  font: normal normal 600 20px/22px Source Sans Pro;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  vertical-align: top;
}

.compare-performance-left{
	width: 22%;
  text-align: left;
  font: normal normal 600 14px/17px Source Sans Pro;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.compare-subcat-workload {
  line-height: 35px !important;
  font: normal normal normal 14px Source Sans Pro;
  color: #000000;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
}

.compare-data-device {
  font: normal normal bold 16px/18px Source Sans Pro;
  color: #000000;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
  vertical-align: text-top;
}

.compare-data-details {
  font: normal normal normal 14px/16px Source Sans Pro;
  color: #000000;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
	display: inherit;
}

.compare-subcat-data {
	text-align: right;
	letter-spacing: 0px;
	color: #035B7F;
	opacity: 1;
	padding-right: 6px;
}

.compare-individual-cat {
  text-align: left;
  font: normal normal normal 14px Source Sans Pro;
  letter-spacing: 0px;
  color: #333333;
	padding: 5px 0px 5px;
}

.device_button_div:hover * {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
	stroke: #FFFFFF;
}

.device_button {
	color: #0191FC;
	background-color: #FFFFFF;
	margin: 6px 4px 4px 6px;
	width: 150px;
  font-size: 14px;
	text-align: left;
}

.device_button_text {
	text-align: left;
	font: normal normal normal 14px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #0191FC;
	opacity: 1;
	padding-left: 6px;
	vertical-align: middle;
}

.device_button_image {
	height: 20px;
	float: left;
	padding-top: 1px;
}

.device_chevron_img {
	height: 20px;
  float: right;
  padding-right: 5px;
  transform-origin: 5px;
	-webkit-transform-origin: 5px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform .5s ease;
	transition: transform .5s ease;
}

.chevron_rotate {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.device-dropdown {
  position: relative;
  display: inline-block;
}

.device_dropdown_img {
	height: 20px;
	float: left;
}

.device_dropdown_text {
	padding-left: 6px;
	vertical-align: middle;
}

.device-dropdown-content {
  display: none;
  position: absolute;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	text-align: left;
	font: normal normal normal 14px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #0191FC;
	opacity: 1;
	background-color: #FFFFFF;
	border-radius: 12px;
	margin-left: 6px;;
}

.device-dropdown-content a {
	color: #0191FC;
  text-decoration: none;
  display: block;
	margin: 0px 6px 0px;
	border-radius: 25px;
	height: 25px;
	padding: 4px 12px 0px;
	background-color: #FFFFFF;
}

.device-dropdown-content .a_div:hover * {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
	stroke: #FFFFFF;
}

.filter_select_button {
	color: #0191FC;
	background-color: #FFFFFF;
	margin: 2px 4px 4px 16px;
	width: 190px;
  font-size: 14px;
	text-align: left;
	opacity: .9;
}

.filter_select_button_text {
	text-align: left;
	font: normal normal normal 14px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #0191FC;
	opacity: 1;
	padding-left: 6px;
}

.filter-dropdown {
  position: relative;
  display: inline-block;
}

.filter_dropdown_img {
	height: 20px;
	float: left;
}

.filter_dropdown_text {
	padding-left: 6px;
	vertical-align: middle;
}

.filter-dropdown-content {
  display: none;
  position: absolute;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	text-align: left;
	font: normal normal normal 14px/18px Source Sans Pro;
	letter-spacing: 0px;
	color: #0191FC;
	opacity: 1;
	background-color: #FFFFFF;
	border-radius: 12px;
	margin-left: 15px;;
}

.filter-dropdown-content a {
	color: #0191FC;
  text-decoration: none;
  display: block;
	margin: 0px 6px 0px;
	border-radius: 25px;
	height: 25px;
	padding: 4px 12px 0px;
	background-color: #FFFFFF;
}

.filter-dropdown-content .a_div:hover * {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
	fill: #FFFFFF;
	stroke: #FFFFFF;
}

.filter_choice_div {
	background: transparent linear-gradient(90deg, rgba(1, 145, 252, .3) 0%, rgba(8, 208, 194, .3) 100%) 0% 0% no-repeat padding-box;
	padding: 5px 20px 0px;
}

.filter_apply_cancel_div {
  align-items: center;
	display: flex;
	justify-content: space-between;
}

.filter_apply_button {
	background: #FFFFFF;
	font-size: 12px;
	border: none;
	cursor: pointer;
	width: 130px;
  margin: 5px 0 5px;
	display: grid;
	padding-top: 5px;
}

.filter_apply_button:hover {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
}

.filter_apply_button:hover * {
	color: #FFFFFF;
	background: #0191FC 0% 0% no-repeat padding-box;
}

.filter_apply_button_text {
	letter-spacing: -0.1px;
	color: #0191FC;
	opacity: 1;
	font: normal normal normal 12px/14px Source Sans Pro;
}

.filter_list_div {
	height: 159px;
	background: white;
	margin-top: 5px;
	overflow-y: auto;
}

.single_filter_div_container {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	height: 22px;
	border-bottom: 1px solid;
	border-color: #C7F4FF4D;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
		width: -webkit-fill-available;
		width: -moz-available;
		padding-left: 24px;
		height: 22px;
	}

.checkbox_selected {
	background-color: #0191FC;
}

.checkbox > span {
    color: #000000;
    padding-left: 2px;
		margin-top: 3px;
}

.checkbox > input {
		background: #FFFFFF 0% 0% no-repeat padding-box;
		border: 1px solid #08D0C2;
		border-radius: 3px;
		opacity: 1;
		height: 14px;
		width: 14px;
		margin: 4px;
		cursor: pointer;
		-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    transition-duration: 0.3s;
  }

.checkbox > input:focus {
  outline: none;
}

/*
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
*/
.checkbox > input:checked + span::before {
    position: absolute;
		background-color: #0191FC;
		left: 8px;
    top: 6px;
    content: "";
    width: 9px;
    height: 9px;
		-webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
		clip-path: polygon(12% 52%, 0px 64%, 50% 100%, 100% 16%, 85% 8%, 42% 76%);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}

.checkbox > input:checked + span {
	background: #0191FC 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.checkbox > input:checked + span + span{
	background: #0191FC 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.selected_filter {
	background: #0191FC 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	border-radius: 2px;
	height: 15px;
	text-align: left;
	font: normal normal normal 12px/14px Source Sans Pro;
	letter-spacing: 0px;
	opacity: 1;
	width: fit-content;
	padding: 0 5px;
	cursor: pointer;
}

.selected_filter_wrap {
	padding: 1px;
}
