 /* */
body {
	font-family: 'Lato', san-serif;
	font-size: 14px;
	font-weight: 400;
}
@font-face {
    font-family: "Runway";
    src: url("../fonts/HouseMovements Runway.otf") format("opentype");
}
.Runway {
	font-family: 'Runway', sans-serif;
}
#wait-spinner {
	display: none;
	position: fixed;
	top: calc(50vh - 100px);
	left: calc(50vw - 100px);
	z-index: 1000;
	animation: rotation 4s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
h1, .h1 {
	font-family: 'Lato', sans-serif;
	font-size: 24pt;
	font-weight: 400;
}
h2, .h2 {
	font-family: 'Lato', sans-serif;
	font-size: 20pt;
	font-weight: 400;
}
h3, .h3 {
	font-family: 'Lato', sans-serif;
	font-size: 16pt;
	font-weight: 700;
}
h4, .h4 {
	font-family: 'Lato', sans-serif;
	font-size: 16pt;
	font-weight: 400;
}
h5, .h5 {
	font-family: 'Lato', sans-serif;
	font-size: 14pt;
	font-weight: 700;
}
h6, .h6, p14 {
	font-family: 'Lato', sans-serif;
	font-size: 14pt;
	font-weight: 400;
}
p12 {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	font-weight: 400;
}
.bold {
	font-weight: 700;
}
.form-heading {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	font-weight: 700;
	text-transform: uppercase;
	color: #717779;
}
label, #specialty-search-title {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	font-weight: 400;
}
#job-page label {
	font-size: 14px;
	font-weight: 300;
}
input, ul, textarea {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}
.uppercase {
	text-transform: uppercase;
}
.title {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 15px;
}
nav.navbar.navbar-default {
	background-color: rgb(28,75,96);
}
nav.navbar.navbar-default, ul.nav {
	box-shadow: none;
	border: none;
	background: white;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
}
.navbar-default .icon-bar {
	margin-left: auto;
	margin-right: auto;
}
#formattingPost ul.nav, #subscribing ul.nav {
	font-size: 12px;
	text-transform: capitalize;
	padding-left: 10px;
}
ul.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.tab-content {
	padding-top: 10px;
}
.tab-pane {
	border: 1px solid #ddd;
	border-top: none;
	margin-left: -1px;
	width: calc(100% + 2px);
}
.tab-content {
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
}
#formattingPost .container, #subscribing .container {
	margin-left: -30px;
}
.main-menu {
/*	background: rgb(28,75,96) !important; */
}
.main-menu .dropdown-menu {
	background: rgb(28,75,96) !important;	
}
.main-menu .dropdown-menu a {
	border-width: 0;	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
	box-shadow: none;
	background-color: white;
	background-image: none;
}
.navbar {
	margin-bottom: 0;
}
#control-panel {
	color: rgb(112,117,132);
}

.d-inline {
	display: inline;
}

a {
	color: rgb(12,97,201);
}
a:visited {
	color: rgb(74,174,70);
}

.topPadded {
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.bold {
	font-weight: bold;
}

.black {
	color: black;
}

.innerShadow {
   -moz-box-shadow:    inset 0 0 2px #888888;
   -webkit-box-shadow: inset 0 0 2px #888888;
   box-shadow:         inset 0 0 2px #888888;
}

input.shortened {
	width: calc(100% - 40px)!important;
	display: inline;
}
.editLink {
	color: #60B3F1;
	display: inline-block;
	width: 40px;
	text-align: right;
}
.editLink:visited {
	color: #60B3F1;
}
.editLink:hover {
	text-decoration: none;
}

#saveChangesButton {
	color: #10AA10;
}
#saveChangesButton:hover {
	color: lightgreen;
}

.pageTitle {
	text-transform: uppercase;
}
.header-background {
	margin-top: 20px;
	margin-bottom: 10px;
}
.menu-background {
	margin-top: 10px;
	margin-bottom: 0px;
}

.menuLine {
	font-size: 0;
	text-align: center;
}
.fullLine {
	width: 100%;
	height: 0;
	background-color: #F5F5F5;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menuLine .fullLine {
	display: inline-block;
	width: calc(100vw - 45px);
/*	min-width: 1200px; */
}

.selectionList {
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 360px;
	padding: 0px;
}
.selectionList#ad {
	max-width: 720px;
}
#repList .selectionList {
	max-width: 100%;
}
#reviews {
	max-width: initial;
}
.loginError, .accountError, .formError {
	color: #FF6655;
	font-style: italic;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.loginError {
	border-bottom: solid #ccc 1px;
}
.formError {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#codeError {
	border-bottom: none;
}

#eventList .selectionList, #jobList .selectionList, #educationList .selectionList, #newsList .selectionList, #indexList .selectionList {
	max-width: 800px;
}
.manipulateList {
	max-width: 360px;
	padding: 0px;
}
#reps-review .manipulateList {
	display: inline-block;
}
.event-maintenance .manipulateList {
	max-width: 800px;
}

.selectionList li {
	list-style: none;
}
.selectionList li:hover {
	background-color: rgb(137,137,137);
	color: white;
}
.selectionList .selected {
	background-color: rgb(23,58,77);
	color: white;
}
.selectionList .ancestor {
	background-color: rgba(23,58,77,0.5);
	color: white;
}
.list-left {
	display: inline-block;
	width: 90%;
	padding-left: 10px;
}
.list-right {
	display: inline-block;
	width: 10%;
	padding-left: 5px;
}
#assetList .selectionList {
	width: 900px;
	max-width: 100%;
	height: 50vh;
	overflow-x: scroll;
}
#list-titles {
	width: 900px;
	max-width: 100%;
	color: black;
}
#list-titles .asset-list-type {
	margin-left: -7px;
}
#list-titles .asset-list-result {
	margin-left: -5px;
}
.asset-list-product {
	display: inline-block;
	width: 35%;
	padding-left: 10px;
}
.asset-list-type {
	display: inline-block;
	width: 9%;
	padding-left: 10px;
}
.asset-list-description {
	display: inline-block;
	width: 20%;
	padding-left: 10px;
}
.asset-list-result {
	display: inline-block;
	width: 12%;
	padding-left: 10px;
}
.asset-list-company {
	display: inline-block;
	width: 20%;
	padding-left: 10px;
}
.selectionList#ad .list-left {
	width: 60%;
}
.selectionList#ad .list-right {
	width: 40%;
}
#levelList .list-left {
	width: 80%;
}
#eventList .list-left, #newsList .list-left, #reviewsList .list-left, #indexList .list-left {
	width: 50%;
}
#eventList .list-middle, #newsList .list-middle, #reviewsList .list-middle, #indexList .list-middle {
	display: inline-block;
	width: 25%;
	padding-left: 5px;
}
#levelList .list-right {
	width: 20%;
}
#eventList .list-right, #newsList .list-right, #reviewsList .list-right, #indexList .list-right {
	width: 25%;
}
#jobList .list-right {
	width: 50%;
}
#jobList .list-left {
	width: 50%;
}
#ReviewsList .list-left {
	width: 35%;
}
#ReviewsList .list-middle {
	display: inline-block;
	width: 45%;
	padding-left: 5px;
}
#ReviewsList .list-right {
	width: 20%
}
#repList .list-left {
	width: 41.3%;
}
#repList .list-middle {
	display: inline-block;
	width: 42.1%;
	padding-left: 5px;
}
#repList .list-right {
	width: 16%
}
#TipsList .list-left {
	display: inline-block;
	width: 40%;
}
#TipsList .list-right {
	display: inline-block;
	width: 60%
}
input.form-control, button.submit, .dropdown-toggle, .loginError, .memberTypeSelectors, .asset-maintenance textarea, .asset-maintenance iframe {
	width: 100%;
	/* max-width: 360px; */
}
.asset-maintenance iframe {
 	height: 300px;
 }
.asset-maintenance textarea {
	max-width: 100% !important;
}
.delete_favorite {
	max-width: calc(100% - 20px);
	position: absolute;
	bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
button.rating {
	width: 100%;
	max-width: 60px;
}
textarea.form-control {
	width: 100%;
	max-width: 360px;
	height: 100px;
}
.add, .stats, .delete, .submit, .pageBack, .pageForward, .rating, .selectStates {
	border: 1px solid black;
	border-radius: 4px;
	padding: 0px;
	background-color: white;
	color: black;
	text-transform: uppercase;
}
.add:hover, .stats:hover, .delete:hover, .submit:hover, .pageBack:hover, .pageForward:hover, .rating:hover, .selectStates:hover {
	opacity: 0.5;
}
.add:disabled, .stats:disabled, .delete:disabled, .submit:disabled, .pageBack:disabled, .pageForward:disabled, .rating:disabled, .selectStates:disabled {
	opacity: 0.25;
}
.add, .delete, .pageBack, .pageForward {
	width: 27px;
	height: 27px;
}

.alertItem:hover {
	background-color: rgb(137, 137, 137) !important;
	color: white;
	cursor: pointer;
}

.stats {
	width: 52px;
	height: 27px;
	font-size: 12px;
	font-weight: 700;
}
.selectStates {
	width: 156px;
	height: 27px;
	font-size: 12px;
	font-weight: 700;
}
.selectedStates .checkbox {
	margin-top: -10px;
}

.statsInlineView {
	width: 175px;
	margin-left: 20px;
}

.stat-chart-title {
	margin-left: 1em;
	margin-top: 15px;
}

.stat-chart {
	border: 1px solid rgba(0,0,0,0.15);
	padding: 10px 10px 10px 0px;
	margin: 0px;
}

.duration-zoom-selection {
	border: 1px solid rgba(0,0,0,0.15);
	border-top: none;
}
.duration-zoom-selection button, #search-button {
	margin: 5px;
}
#productViewsPeriodSelection-DurationDropdownButton {
	display: none;
}
.duration-zoom-selection .duration-control,  .duration-zoom-selection .zoom-control {
	border: none;
	display: inline;
	width: auto;
	margin-right: 30px;
	box-shadow: none;
	color: black;
}

.barchart {
	padding-left: 5px;
	display: inline-block;
	height: 100%;
}

.barchart-left-legend, .barchart-right-legend {
	padding: 0px 5px 0px 5px;
	display: table;
	height: 100%;
	color: black;
}

.barchart-left-legend {
	text-align: right;
	float: left;
}

.barchart-right-legend {
	text-align: left;
	float: right;
}

.text-dark {
	color: black;
}

.stars {
	font-size: 14pt;
}

.stars-total {
	padding-left: 6px;
	margin-bottom: 10px;
}

.add {
	color: green;
}
.delete {
	color: red;
}
.paging {
	display: inline-block;
	float: right;
}
.pageInfo {
	display: inline-block;
}
.submit, .rating {
	height: 34px;
	font-size: 14px;
	font-weight: 700;
}
.button-parent img {
	z-index: -10;
	display: inline-block;
	width: 100%;
	position: absolute;
	filter: blur(4px);
	top: -4px;
}
.button-parent {
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-parent .submit {
	height: 70px;
}
.homepage-ad, #news-archive-page .news-item {
	text-align: center;
	max-width: 100%;
}
.homepage-ad.advertisement {
	max-height: 305px;
}
.carousel .homepage-ad.advertisement {
	max-height: 90px; 		
}
#slidingAds .carousel-indicators {
	display: none;
}
.focus-row .row {
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.focus-row .news-section {
	margin-right: -25px;
	margin-left: -20px;
}
#news-archive-page .news-item img {
	max-height: 615px;
	min-height: 100%;
}
#news-archive-page .news-item img {
	max-height: 615px;
	min-height: 100%;
}
#news-archive-page .fracture-man img {
	max-height: 100%;
	min-height: auto;
}
.homepage-ad, #news-archive-page .news-item {
	overflow: hidden;
}
.homepage-ad .ad-image img {
	max-width: 100%;
	max-height: 200px;
}
.homepage-ad .ad-logo img {
	max-width: 100%;
	max-height: 200px;
}
.homepage-ad .ad-product-name, .homepage-ad .ad-text {
	text-align: left;
}
.homepage-ad .ad-product-name a, .homepage-ad .ad-text a {
	text-align: left;
}
.homepage-ad .ad-product-name a {
	text-align: left;
	background-color: rgba(255,255,255,0.5);
	display: inline-block;
	position: relative;
	z-index: 50;
}
.carousel .ad-image {
   display: inline-block;
    width: fit-content;
    margin-top: -10px;
    margin-left: 10px;
}
.carousel .ad-image a {
	display: inline-block;
}
.carousel .ad-image a img {
	height: 90px;
}
.carousel .homepage-ad .ad-product-name a, .carousel .homepage-ad .ad-text a {
	display: inline-block;
}
#Save, #SaveOrder, #LoginButton, #Export, #CreateAccountButton, .primaryCTA {
	background-color: rgb(28,75,96);
	color: white;
	border-color: rgb(28,75,96);
}
#CreateAccountButton:disabled {
	background-color: #9B9B9B;
	border-color: #9B9B9B;
}

.input_container {
	position: relative;
	padding: 0;
	margin 0;
	max-width: 360px;
}

.inside_input {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#infoRevealer {
	color: #bbb;
}

.info_popover {
	margin-left: calc(100% - 15px);
	margin-top: -35px !important;
	width: 500px;
}
.homepageCAF .info_popover {
	margin-top: -20px !important;
	width: 500px;
}
.member-emails .filters label {
	display: block;
}
.member-emails .filters .typeCheckbox {
	width: 21px;
}
.member-emails #memberList {
	height: 50vh;
	width: 100%;
	border: 1px solid #ccc;
	overflow: auto;
	padding: 5px;
}
.member-emails #memberList .member-row:nth-child(even) {
	background-color: #f5f5f5;
}
.member-emails .email-checkbox {
	display: inline-block;
	width: 21px;
}
.member-emails .email-name, .member-emails .email-specialty, .member-emails .email-address {
	display: inline-block;
	width: calc(33% - 100px);
}
.member-emails .email-type {
	display: inline-block;
	width: 153px;
}
.member-emails .email-date-added {
	display: inline-block;
	width: 126px;
}
.member-emails .email-select {
	width: calc(20% - 8px);
	display: inline-block;
	margin-right: 5px;
}
.member-emails .editable-section {
	display: none;
}
.member-emails #subjectSection {
	margin-left: 40px;
	width: 724px;
}
.member-emails .member-row * {
	vertical-align: top;
}
.member-emails #subject {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	height: 34px;
	border-radius: 3px;
	padding: 5px;
}
.member-emails #subject:focus {
	outline-width: 1px;
}
.member-emails #editable-section iframe {
	height: 340px;
}
.product-statistics .filter-control {
	padding: 5px;
}
#productDetailsTable {
	margin-top: 10px;
}
.fixed-table-pagination .dropdown-menu {
	min-width: 50px;
}
.fixed-table-pagination .dropdown-item {
	padding: 5px;
	display: block;
}
.fixed-table-pagination .page-jump-to {
	vertical-align: top;
}
#reviews-section .review-rating img, #SearchesTable img {
	height: 25px;
}
#footerTable {
	position: relative;
}
.product-statistics .fixed-table-pagination {
	position: relative;
}
#reviews-list .container-fluid, #reviews-section {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(51,122,183);
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
}
#reviews-section #review-avg {
	margin-top: 20px;
}
#reviews-section #review-avg h3 {
	margin-left: 20px;
	display: inline;
}
#productFooter {
	font-size: 10px;
}

.product-statistics .stat-progress-bar #text {
  position: absolute;
  top: 100px;
  left: 50%;
  margin: 0px 0px 0px -150px;
  font-size: 18px;
  text-align: center;
  width: 300px;
}
.product-statistics .stat-progress-bar #barbox_a {
  position: absolute;
  top: 130px;
  left: 50%;
  margin: 0px 0px 0px -160px;
  width: 304px;
  height: 24px;
  background-color: black;
}
.product-statistics .stat-progress-bar .per {
  position: absolute;
  top: 130px;
  font-size: 18px;
  left: 50%;
  margin: 1px 0px 0px 150px;
  background-color: #FFFFFF;
}

.product-statistics .stat-progress-bar .bar {
  position: absolute;
  top: 132px;
  left: 50%;
  margin: 0px 0px 0px -158px;
  width: 0px;
  height: 20px;
  background-color: #0099FF;
}

.product-statistics .stat-progress-bar .blank {
  background-color: white;
  width: 300px;
}
.calendars {
	display: block;
	width: 100%;
}
.previous-container {
	display: inline-block;
	position: relative;
	width: 14%;
	padding-top: 14%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-right: none;
	margin-right: -4px;
	margin-bottom: -5px;

}
.next-container {
	display: inline-block;
	position: relative;
	width: 14%;
	padding-top: 14%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-left: none;
	margin-right: -4px;
	margin-bottom: -5px;
}
.month-container {
	display: inline-block;
	position: relative;
	width: calc(70% - 5px);
	padding-top: 14%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-left: none;
	border-right: none;
	margin-right: -4px;
	margin-bottom: -5px;
}

.calendar-month {
	display: none;
	width: 100%;
	text-align: center;
	color: black;
	margin-right: -4px;
	margin-bottom: -5px;
}
.active-month {
	display: block;
}
.calendar-title {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 98%;	
}
.navigation-icon {
	font-family: 'ElegantIcons';
	content: attr(data-icon1);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.navigation-icon:hover {
	opacity: 0.5;
}
.carousel-control .navigation-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 36px;
	padding-top: calc(50% - 18px);
	z-index: 100;
}
.previous-month {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 36px;
	padding-top: calc(50% - 18px);
}
.next-month {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 36px;
	padding-top: calc(50% - 18px);
}
.month-name {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	font-size: 32px;
    padding-top: calc(10% - 22px);
}
.calendar-titles {
	display: block;
	width: 100%;
}
.day-container {
	display: inline-block;
	position: relative;
	width: 14%;
	padding-top: 5%;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-right: -4px;
	margin-bottom: -5px;
}
.day-title {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   font-size: 12px;
}
.week {
	display: block;
	width: 100%;
}
.calendar-day-container {
	display: inline-block;
	position: relative;
	width: 14%;
	padding-top: 62px;
	min-height: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-right: -4px;
	margin-bottom: -5px;
}
.calendar-day {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: left;
   font-size: 12px;
   padding-left: 3px;
   background-color: rgba(28,75,96,0.1);
}
.outside-month {
	color: #888;
}
.banner-ad {
	width: 100%;
	height: 100%;
	overflow: unset !important;
}
.banner-ad .editable-ad div:first-child:nth-last-child(1) {
	width: 100%;
	float: left;
	position: relative;
	top: -10px;
}
.banner-ad .editable-ad div:first-child:nth-last-child(2),
.banner-ad .editable-ad div:first-child:nth-last-child(2) ~ div {
	width: 50%;
	float: left;
	position: relative;
	top: -10px;
}
.banner-ad .editable-ad div:first-child:nth-last-child(3),
.banner-ad .editable-ad div:first-child:nth-last-child(3) ~ div {
    width: 33.3333%;
	float: left;
	position: relative;
	top: -10px;
}
.banner-ad .editable-ad .ad-image {
	position: absolute;
	top: 0;
	height: 100%;
	margin-top: 0 !important;
	text-align: center;
	padding: 0;
	margin: 0;
}
.banner-ad .editable-ad .ad-text {
	position: absolute;
	top: 0;
	height: 100%;
	margin-top: 0 !important;
	text-align: center;
	padding: 0;
	margin: 0;
}
.banner-ad .editable-ad .ad-text a {
	text-align: center;
}
.banner-ad .editable-ad .ad-logo {
	position: absolute;
	top: 0;
	max-height: calc(100% - 10px);
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: -10px;
}
.banner-ad .editable-ad .ad-logo a {
	display: inline-block;
	height: 100%;
	width: 100%;
	max-height: calc(100% - 10px);
	max-width: 100%;
}
.banner-ad .editable-ad .ad-logo img {
	padding-top: 0;
	max-height: calc(100% - 10px);
	height: 79px;
	max-width: 100%;
	display: inline-block;
	margin-top: 15px;
}
.banner-ad .ad-text {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.banner-ad .ad-logo {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.banner-ad .ad-logo img {
	max-height: calc(100% + 20px);
}
.banner-ad a {
	width: 100%;
	text-align: center;
}
.banner-ad .image-ad img {
	max-height: 100% !important;
	margin-top: -100% !important;
	margin-bottom: calc(-100% - 48px) !important;
}
.current_ads {
	color: rgb(112,176,132);
}
@media (min-width: 0px) {
	.homepageCAF .info_popover {
		margin-left: calc(20% - 310px);
		margin-top: 85px !important;
        width: 300px;
	}
	.homepage-ad, #news-archive-page .news-item {
		height: 90vw;
	}
}
@media (min-width: 768px) {
	.homepageCAF .info_popover {
		margin-left: -50%;
		margin-top: 85px !important;
	}
	#news-archive-page .news-item {
		height: 50vw;
	}
}
@media (min-width: 992px) {
	.homepageCAF .info_popover {
		margin-top: -20px !important;
		margin-left: -60px;
	}
	.homepage-ad {
		height: 615px;
	}
	.homepage-ad.advertisement {
		max-height: 305px;
		margin-left: 0px;
	}
	.carousel .homepage-ad.advertisement {
		max-height: 90px; 		
		margin-top: 15px;
	}
	.header-ad {
		max-height: 90px !important;
		max-width: 970px;
		margin-right: auto !important;
		margin-left: auto !important;
		position: relative;
	}
	.header-ad-left {
		overflow: hidden;
	}
	.header-ad-left .header-ad {
		width: 400% !important;
		float: left;
		margin-left: -300% !important;
	}
	.header-ad-right {
		overflow: hidden;
	}
	.header-ad-right .header-ad {
		width: 400% !important;
	}
	.header-ad img {
		position: absolute;
		max-height: 100% !important;
		max-width: 100% !important;
		top: 0;
		right: 0;
	}
	.carousel .header-ad img {
		position: relative;
		right: auto;
		display: inline-block;
	}
	.homepage-ad.news-item, #news-archive-page .news-item {
		height: 305px;
	}
	#section1 .advertisement {
		height: 500px;
	}
}
@media (min-width: 1200px) {
	.homepageCAF .info_popover {
		margin-top: -20px !important;
		margin-left: -70px;
	}
}
.images #logo img {
	max-width: 100px;
}
.fileUpload {
	margin-bottom: 10px;
}

.list-grab {
	text-align: right;
}
.bar {
	width: 20px;
	height: 1px;
	background-color: rgba(78,80,84,1);
	margin-bottom: 2px;
}
.moveable {
/*	position: absolute; */
}
[draggable] {
    user-select: none;
}
.home-section-text h3 {
	padding-top: 80px;
	padding-bottom: 20px;
}
.home-section-image img {
	padding-top: 60px;
	padding-bottom: 60px;
}
.home-section-left img {
	padding-right: 40px;
	float: right;
}.home-section-right img {
	padding-left: 40px;
	float: left;
}
.images .image img {
	max-width: 100%;
	max-height: 125px;
}
.images .image {
	height: 125px;
}
.images.form-group {
	padding: 0;
}
.img-container {
	height: 133px;
	border: 4px solid white;
}
.img-selected, .xray-selected {
	border: 4px solid rgb(23, 58, 77);
	border-radius: 4px;
}
.img-selected img, .xray-selected img {
	opacity: 1;
}
.img-container:hover {
	border: 4px solid rgb(137, 137, 137);
	border-radius: 4px;
}
#fileToUpload {
	display: inline-block;
}
#currentImage {
	display: none;
}
#VideoList .selectionList, #LinksList .selectionList, #CategorySelections .selectionList {
	max-width: 800px;
	min-height: 20px;
}
#videos .list-left, #links .list-left {
	width: 100%;
}
.videos.video-selected, .links.link-selected {
	background-color: rgb(23,58,77);
	color: white;
}
#specialtyCheckboxes .checkbox+.checkbox {
	margin-top: 10px;
}
.memberTypeSelectors {
	height: 34px;
}
.publish, .isPhysicianSelector, .isAccountSelector {
	width: 50%;
	max-width: 180px;
	height: 34px;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	border-radius: 5px;
	position: relative;
	margin-top: 30px;
}
.publish {
	margin-top: 0;
}
#invitations-headings {
	font-weight: bold;
}
#invitations-headings, #invitations-details {
	text-align: center;
}
#Invitations [class*='col-'] {
	border-style: solid;
	border-width: 1px;
}
#invitations-details [class*='col-'] {
	border-top: none;
}
.notificationSelector {
	width: 33%;
}
.isPhysicianSelector {
	width: 25%;
	height: 100%;
	margin: 0;
	padding: 2px;
	line-height: 15px;
	vertical-align: top;
	text-transform: capitalize;
}
.isAccountSelector {
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 2px;
	line-height: 15px;
	vertical-align: top;
	text-transform: capitalize;
}
.publish:hover {
	background-color: rgb(137,137,137);
	color: white;
}
#accountSettings #subscriptionsGroup .publish:hover, #accountSettings #notificationsGroup .publish:hover, #accountSettings .memberTypeSelectors button:hover {
	color: black;
}
.publish.left, .isPhysicianSelector.left, .isAccountSelector.left {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right-width: 1px;
}
.publish.middle, .isPhysicianSelector.middle, .isAccountSelector.middle {
	border-radius: 0px;
}
.publish.right, .isPhysicianSelector.right, .isAccountSelector.right {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left-width: 1px;
}
.publish.top, .isPhysicianSelector.top, .isAccountSelector.top {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-width: 1px;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 34px;
}
.publish.bottom, .isPhysicianSelector.bottom, .isAccountSelector.bottom {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-width: 0px;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 34px;
}
#AvatarForm #saveAvatar {
	float: left;
	width: 50%;
	max-width: 180px;
}
#AvatarForm .fileUpload {
	padding-left: 0;
	width: 100%;
}
#AvatarForm .fileUpload form {
	float: left;
}
#AvatarForm #deleteAvatar {
	width: 50%;
	max-width: 180px;
	height: 34px;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	border-radius: 5px;
	position: relative;
	margin-top: 30px;
}
#AvatarForm #deleteAvatar:hover {
	background-color: rgb(137,137,137);
	color: white;
}
.avatar {
	border: 1px solid #E6E9ED;
	border-radius: 50%;
}
.header .avatar {
	max-height: 35px;
	width: auto;
	position: relative;
	top: -8px;
}
.category-selection {
	display: block;
	max-width: 360px;
	cursor: pointer;
}
.category-description {
	display: inline-block !important;
	width: 90%;
	line-height: 100%;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
/* The border keeps the symbols placed properly */
	border-style: solid;
	border-width: 1px;
	border-color: white;
}
#products-homepage #search-categories .option-line, #products-homepage #search-companies .option-line {
	vertical-align: top;
}
#products-homepage #search-categories .option-line .categoryCheckbox, #products-homepage #search-companies .option-line .categoryCheckbox {
	vertical-align: top;
}
#products-homepage #search-categories .category-description .categoryCheckbox, #products-homepage #search-companies .category-description .categoryCheckbox {
	vertical-align: top;
}
#products-homepage #search-categories .category-description, #products-homepage #search-companies .category-description {
	width: calc(100% - 16px);
}
#products-homepage #search-categories .category-description .option, #products-homepage #search-companies .category-description .option {
	width: auto;
	max-width: calc(100% - 23px);
}
#products-homepage #search-button1, #products-homepage #search-button2, .product-search #clear-button2, .stacked-buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}
#products-homepage #tips-section a, #products-homepage #review-section a {
	color: initial;
}

.category-description:hover, .filter-title:hover {
	color: white;
	background-color: rgb(137,137,137);
	border-color: rgb(137,137,137);
}
.category-description:hover .category-description {
	color: white;
	background-color: rgb(137,137,137);
	border-color: rgb(137,137,137);
}
.category-selected {
 	color: white;
	background-color: rgb(28, 75, 96);
}
.category-selected:hover, {
 	color: white;
	background-color: rgb(137,137,137);
}
.switch-symbol {
	display: inline;
	float: right;
}
.collapse {
	margin-left: 20px;
}
.collapse.collapse {
	margin-left: 0;
	padding-left: 0;
}
.menu_block {
	padding-left: 0;
	margin-left: 0;
}
#products-homepage .category-selection .collapse.collapse {
	margin-left: 0px;
}
#products-homepage .category-selection #categories .collapse.collapse, #products-homepage .category-selection #brands .collapse.collapse,
#products-homepage .category-selection #reps .option, #products-homepage .category-selection #ratings  .option {
	margin-left: 20px;
	padding-left: 0;
}
#products-homepage .no-children {
	padding-left: 0;
	margin-left: -1px;
}
#products-homepage .no-children .option {
	padding-left: 10px;
}
#products-homepage .filter-title {
	width: calc(100% - 1px) !important;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
#addCategoryList, #addRepSection, #addProductSection, #addConnectionsSection {
	display: none;
	margin-bottom: 10px;
}
.category_list_peice {
	width: 25%;
	padding-left: 10px;
	display: inline-block;
}
.dropdown a {
	background-color: white !important;
	background-image: none !important;
	font-family: Lato, sans-serif !important;
	color: rgb(112, 117, 132) !important;
	text-align: left;
}
.li4 a, .li5 a, .li6 a, .li7 a, .li8 a {
	background-color: rgb(28,75,96) !important;
	background-image: none !important;
	font-family: Lato, sans-serif !important;
	color: white !important;
	text-align: left;
	border-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top: 0;
	border-bottom: 0;
	border-color: white;
}
.first-li a {
	border-left-width: 2px;
}
.last-li a {
	border-right-width: 2px;
}
.dropdown-toggle {
	background-color: white !important;
	background-image: none !important;
	font-family: Lato, sans-serif !important;
	color: rgb(112, 117, 132) !important;
	text-align: left;
}
.dropdown-menu .main-category {
	background-color: white;
	background-image: none;
	font-family: Lato, sans-serif;
	color: rgb(112, 117, 132);
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	text-decoration: none !important;
	white-space: nowrap;
}
.dropdown-menu .main-category:hover {
	background-color: rgb(137, 137, 137) !important;
	color: rgb(255, 255, 255) !important;
	display: block !important;
	outline-color: rgb(255, 255, 255) !important;
}
.dropdown-menu .main-category a:hover {
	text-decoration: none;
}
.dropdown-menu li a {
	color: rgb(112, 117, 132);
}
.dropdown-menu li a:hover {
	color: white;
	background-color: rgb(137,137,137);
	background-image: none;
}
span.caret {
	margin-top: -2px;
	margin-left: 4px;
}
.select-company li, .select-user li, .select-type {
	padding: 3px 20px;
}

.select-duration li, .select-zoom li {
	padding: 3px 10px;
}

.outer-block {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 100%;
}
.company-zip-block {

}
.outer-block:hover {
	padding: 7px;
	border: 4px solid #ccc;
	height: 100%;
}
.company-zip-block:hover {
	background-color: white;
	border-radius: 4px;
}
.company-zip-block-selected {
	padding: 7px;
	border: 4px solid rgb(23, 58, 77);
	height: 100%;
}
.company-zip-block-selected:hover {
	border: 4px solid rgba(23, 58, 77,0.6);
}
.zips {
	margin-bottom: 10px;
}
.manipulateCompanies {
	margin-top: 10px;
}
#CompanyZips .selectionList {
	min-height: 20px;
}
.user-maintenance .checkbox {
	margin-top: -5px;
}
.user-maintenance .user-functions {
	margin-top: 25px;
}
#reviews img {
	height: 12px;
}
.tip-avatar, .review-avatar {
	height: 48px !important;
}
.rating-stars {
	padding-left: 5px;
	height: 18px;
}
.title-row div {
	display: inline-block;
}
.first_name, .last_name, .date_added, .email_address, .status {
	width: 19%;
}
.status {
	text-align: right;
	position: absolute;
	right: 15px;
}
#subscriptions {
	max-width: 100%;
	min-height: 25px;
}
#subscriptions li div {
	display: inline-block;
	padding-left: 5px;
	padding-right: 7px;
}
.subscriptions-export .manipulateList {
	max-width: 100%;
}
.types {
	display: none;
}
.type-selected {
	display: block;
}
#editable-section iframe, .news-maintenance iframe {
	width: 100%;
	height: 400px;
	border: none;
	margin-left: -20px;
}
.company-maintenance input[type=checkbox] {
	display: inline;
	margin-right: 10px;
}
.function_restricted>a:before {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e06c  ";	
}
.function_allowed>a:before {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e000  ";

}
#rwg_copyright {
	text-align: center;
	font-size: 8px;
}
.half_star{
	margin-left: -16px;
}
.header-background img {
	max-width: 100%;
	max-height: 70px;
}
.modal-body {
	max-height: 90vh;
	overflow: scroll;
}
#companyListModals .modal-body {
	max-width: 300px;
}
#companyListModals .modal-content {
	max-width: 300px;
}
#results .contact_rep, #results .cancel_results {
	margin-top: 10px;
	margin-bottom: 10px;
}
#results .repNameResult {
	font-weight: 600;
	font-size: 16px;
}
.social {
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding-top: 5px;
	margin-right:10px;
}
.social-links [data-icon]:before {
	font-size: 14px;
}
.social:hover {
	background-color: #aaaaaa;
}
.social-name {
	display: none;
}
.nowait {
	display: none;
}
.waiting {
	cursor: wait;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background-color: rgba(28,75,96,0.2);
	position: fixed;
	top: 0;
	left: 0;
}
.form-label {
	display: block;
}
.link-entry {
	display: inline-block;
	width: 45%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.link-url {
	display: inline-block;
	width: 50%;
}
.link-description {
	display: inline-block;
	width: 50%;
}
.commenter {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
}
.tip-name {
	display: flex !important;
}
.rep-list-avatar {
	max-width: 100%;
}
.product-page-title {
	font-size: 9px;
	color: #919396;
}
.product-page-member {
	display: inline-block;
	height: 100%;
	font-size: 11px;
}
.job-maintenance .dropdown .caret, #job-page .dropdown .caret {
	position: absolute;
	right: 10px;
	top: 18px;	
}
.job-maintenance .dropdown li, #job-page .dropdown li {
	padding-left: 10px;
}
.job-maintenance .dropdown li:hover, #job-page .dropdown li:hover {
	background-color: rgba(28,75,96,0.2);
}
.job-maintenance .dropdown ul, #job-page .dropdown ul {
	max-height: 205px;
	overflow-x: scroll;
}
.job-maintenance select {
	-webkit-appearance: unset;
}
#education-page label {
	font-size: 14px;
	font-weight: 300;
}
#education-page .category-selection {
	padding-left: 0; 
}
#education-page #specialty-search-title {
	font-size: 14px;
	font-weight: 300;
	color: #777777;
}
#education-page .category-selection {
	border-top: none;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #eeeeee;
}
#education-page .advertisement {
	margin-top: 10px;
}
#educationList .list-right {
	width: 50%;
}
#educationList .list-left {
	width: 50%;
}
.education-maintenance .dropdown .caret, #education-page .dropdown .caret {
	position: absolute;
	right: 10px;
	top: 18px;	
}
.education-maintenance .dropdown li, #education-page .dropdown li {
	padding-left: 10px;
}
.education-maintenance .dropdown li:hover, #education-page .dropdown li:hover {
	background-color: rgba(28,75,96,0.2);
}
.education-maintenance .dropdown ul, #education-page .dropdown ul {
	max-height: 205px;
	overflow-x: scroll;
}
.education-maintenance select {
	-webkit-appearance: unset;
}
#educationList .list-right {
	width: 50%;
}
#educationList .list-left {
	width: 50%;
}
.education-block {
	padding-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
}
#invitation-statistics .dropdown {
	max-width: 263px;
	margin-bottom: 10px;
}
#invitation-statistics .dropdown .caret {
	position: absolute;
	right: 10px;
	top: 18px;	
}
#invitation-statistics .dropdown li {
	padding-left: 10px;
}
#invitation-statistics .dropdown li:hover {
	background-color: rgba(28,75,96,0.2);
}
#invitation-statistics .dropdown ul {
	max-height: 205px;
	overflow-x: scroll;
}
invitation-statistics select {
	-webkit-appearance: unset;
}

.forum-description {
	font-size: 11px;
}
.member-maintenance #notificationsGroup {
	margin-bottom: 50px;
}
#send-mail, #send-code {
	position: fixed;
	width: 30vw;
	top:10vw;
	left: 35vw;
	z-index: 1100;
	display: none;
}
#hide-checked {
	display: inline-block;
	right: 10px;
	position: absolute;
	color: #2A81E9;
}
#hide-checked:hover {
	color: #4BAF46;
}
#forum-instructions ul.nav {
	font-size: 16px;
}
#forum-instructions .nav-tabs>li a {
	min-height: 0;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#forum-instructions .nav-tabs>li {
	border-radius: 4px 4px 0 0;
}
#forum-instructions .nav-tabs>li.active {
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
#forum-instructions .nav-tabs>li.active:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-color: #eee #eee #ddd;
	border-bottom-color: transparent;
}
#forum-instructions .nav-tabs>li:hover {
	background-color: #eee;
}
#forum-instructions .nav-tabs>li.active>a {
	border-width: 0;
}
@media (max-width: 1200px) {
	.publish, #invitations-details, #invitations-headings {
		font-size: 12px;
	}
	#forum-instructions ul.nav {
		font-size: 13px !important;
	}
	.member-emails #subjectSection {
		margin-left: 0px;
		width: 664px;
	}
	.carousel-control .navigation-icon {
		padding-top: calc(50% - 4px);	
	}
}
@media screen and (max-width:991px) {
	.banner-ad {
		width: 100%;
		height: 100%;
		overflow: unset !important;
		text-align: center;
	}
	.banner-ad .editable-ad .ad-image {
		position: absolute;
		top: 0;
		left: 0;
		max-height: 100%;
		padding: 0;
		margin: 0;
	}
	.banner-ad .editable-ad .ad-text {
		position: absolute;
		top: 0;
		max-height: 100%;
	}
	.banner-ad .editable-ad .ad-logo {
		position: absolute;
		top: 0;
		right: 0;
		max-height: 100%;
		padding: 0;
		margin: 0;
	}
	.banner-ad .editable-ad .ad-logo img {
		height: 79px;
		margin-top: 5px;
	}
	.banner-ad .ad-text, .banner-ad .ad-text h1, .banner-ad .ad-text h2, .banner-ad .ad-text h3, .banner-ad .ad-text h4, .banner-ad .ad-text h5, .banner-ad .ad-text h6 {
		font-size: calc(60% + 1ex);
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	#menu_bootstrap-navbar_pat_meadows ul.nav { font-size: 14px; }
	#reviewsList .list-left {
		width: 40%;
		overflow: scroll;
	}
	#reviewsList .list-middle {
		display: inline-block;
		width: 20%;
		padding-left: 5px;
		overflow: scroll;
	}
	#reviewsList .list-right {
		width: 40%;
	}
	#reviewsList .list-right-left {
		width: 70%;
	}
	#reviewsList .list-right-middle {
		width: 0%;
	}
	#reviewsList .list-right-right {
		width: 20%;
	}
	.publish, #invitations-details, #invitations-headings {
		font-size: 9px;
	}
	#forum-instructions .nav-tabs>li>a  {
		font-size: 10px !important;
	}
	.member-emails #subjectSection {
		width: 100%;
	}
	.member-emails .email-select {
		width: calc(50% - 8px);
		margin-bottom: 5px;
	}
	.menu-background {
		margin-top: 0;
	}
	.carousel-control .navigation-icon {
		padding-top: calc(50% - 15px);	
	}
}
@media screen and (min-width:768px) {
	.nav100 {
		width: 100%;
	}
	.nav100 a {
		text-align: center;
	}
	.nav100 .open a {
		text-align: left;
	}
	#menu_bootstrap-navbar_pat_meadows .li4 {
		width: 25%;
	}
	#menu_bootstrap-navbar_pat_meadows .li5 {
		width: 20%;
	}
	#menu_bootstrap-navbar_pat_meadows .li6 {
		width: 16.66%;
	}
	#menu_bootstrap-navbar_pat_meadows .li7 {
		width: 14.1%;
	}
	#menu_bootstrap-navbar_pat_meadows .li8 {
		width: 12.5%;
	}
}
@media screen and (max-width:767px) {
	.selectionList, .title-row {
		font-size: 9px;
	}
	.navbar-collapse, .li4 a, .li5 a, .li6 a, .li7 a, .li8 a {
		border: none;
	}
	#repList .list-left {
		width: 40%;
		overflow: scroll;
	}
	#repList .list-middle {
		display: inline-block;
		width: 40%;
		padding-left: 5px;
		overflow: scroll;
	}
	#repList .list-right {
		width: 20%;
		overflow: scroll;
	}
	#reviewsList .list-left {
		width: 40%;
		overflow: scroll;
	}
	#reviewsList .list-middle {
		display: inline-block;
		width: 20%;
		padding-left: 5px;
		overflow: scroll;
	}
	#reviewsList .list-right {
		width: 40%;
	}
	#reviewsList .list-right-left {
		width: 70%;
	}
	#reviewsList .list-right-middle {
		width: 0%;
	}
	#reviewsList .list-right-right {
		width: 20%;
	}
	.publish, #invitations-details, #invitations-headings {
		font-size: 9px;
	}
	#notificationsGroup .col-xs-12 {
		width: calc(100vw - 20px);
		padding-left: 0;
		padding-right: 0;
		margin-left: -20px;
	}
	#forum-instructions .nav-tabs>li {
		width: 18vw;
		font-size: 8px !important;
		display: flex;
		align-items: flex-end;
		min-height: none;
		
	}
	#forum-instructions .nav-tabs>li div a {
		position: absolute;
		bottom: 10px;
	}
	.member-emails #subjectSection {
		width: 100%;
	}
	.member-emails .email-select {
		width: 130px;
		margin-bottom: 5px;
	}
	.menu-background {
		margin-top: 0;
	}
	.carousel-control .navigation-icon {
		padding-top: 32px;	
	}
}
@media screen and (max-width:349px) {
	#forum-instructions .nav-tabs>li>a {
		font-size: 7.5px !important;
	}
}
