.ilb {
	display: inline-block;
}
.spc {
	margin: 3px 0;
}

.frm fieldset {
	border: var(--primary-light) double !important; /* imp should not be needed */
}
.welcome-splash {
    width: 1060px;
    height: 563px;
    background-image: url(splash-athena.jpg);
    position: relative;
}

.welcome-splash .container-login {
    position: absolute;
    top: 330px;
    left: 160px;
    border: 3px solid var(--primary-light);
    border-radius: 20px;
    padding: 20px;
    background-color: #9c28b14d;
    text-align: center;
}

.welcome-splash .container-remember {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff80;
}

.welcome-splash .container-slogan {
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    width: 600px;
    top: 110px;
    left: 220px;
    background-color: #ffffff80; 
    font-size: 28px;
    font-weight: bold;
    color: #0f8a07;
}

.txt-center {
    text-align: center !important;
}

.owl-carousel * {
	box-sizing: border-box;
}

.owl-carousel .splash {
    padding: 5px;
    width: 366px;
    font-family: 'Candara';
}

.clical-cont-wrap {
    border-radius: 20px;
    background-color: #fff;
    /* margin: 10px; */
    position: relative;
    display: block;
}

.clinical-contents img.img-fluid {
    border-radius: 20px;
}

.txt-center img {
    display: inline-block;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.clical-cont {
    position: absolute;
    bottom: 0;
    right: 15px;
    text-shadow: 3px 3px 5px #000;
}

.heading h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 0;
}

.owl-carousel .owl-item {
	width: 600px;
}

.owl-carousel .item {
	background-color: #f6f6f6;
	padding: 30px;
	position: relative;
	border-radius: 25px;
}

.owl-carousel .item.welcome-item {
	background-image: url(specialty.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.owl-carousel .item::after {
	content: "";
	background-image: url(box-shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 179px;
	bottom: 0;
	width: 359px;
	height: 20px;
}

.owl-carousel.specialties {
	width: 700px;
	margin: 20px auto 0;
}

.container-specialty {
	display: flex;
	flex-flow: row wrap;
	width: 960px;
	margin: 10px auto;
}

.container-specialty .item-specialty {
	flex-basis: 300px;
	padding: 10px;
	border-radius: 5px;
	background-color: #eee;
	margin: 5px 10px;
}

.container-specialty .item-specialty input {
	margin-right: 10px;
}
html.portal .container-specialty .item-specialty,	/* temp */
html.dev .container-specialty .item-specialty,
html.live .container-specialty .item-specialty,
html.athenahealth .container-specialty .item-specialty {
	background-color: var(--secondary-light);
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 3px 5px #000;
}

html.portal .selectedSpeciality,
html.dev .selectedSpeciality,
html.live .selectedSpeciality,
html.athenahealth .selectedSpeciality {
	background-color: #13380f !important;
}

.owl-item .item .col {
	display: inline-block;
}

.owl-item .item .col.right-col {
	width: 260px;
	text-align: center;
	vertical-align: top;
}

.owl-carousel .owl-item .col.right-col img {
	width: auto;
	display: inline-block;
}


html.portal input[type="checkbox"],	/* temp */
html.dev input[type="checkbox"],
html.live input[type="checkbox"],
html.athenahealth input[type="checkbox"] {
	accent-color: var(--primary-light);
}

.owl-stage .col-title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

/* Breadcrumbs */
 
 .breadcrumb {
	 list-style: none;
	 display: inline-block;
}
 .breadcrumb .icon {
	 font-size: 14px;
}
 .breadcrumb li {
	 float: left;
}
 .breadcrumb li a {
	 color: #fff;
	 display: block;
	 background: #c6c6c6;
	 text-decoration: none;
	 position: relative;
	 height: 40px;
	 line-height: 40px;
	 padding: 0 10px 0 5px;
	 text-align: center;
	 margin-right: 23px;
}
 
 .breadcrumb li:first-child a {
	 padding-left: 15px;
}
 .breadcrumb li:first-child a:before {
	 border: none;
}
 .breadcrumb li:last-child a {
	 padding-right: 15px;
}
 .breadcrumb li:last-child a:after {
	 border: none;
}
 .breadcrumb li a:before, .breadcrumb li a:after {
	 content: "";
	 position: absolute;
	 top: 0;
	 border: 0 solid #c6c6c6;
	 border-width: 20px 10px;
	 width: 0;
	 height: 0;
}
 .breadcrumb li a:before {
	 left: -20px;
	 border-left-color: transparent;
}
 .breadcrumb li a:after {
	 left: 100%;
	 border-color: transparent;
	 border-left-color: #c6c6c6;
}
 .breadcrumb li a:hover {
	 background-color: #999;
}
 .breadcrumb li a:hover:before {
	 border-color: #999;
	 border-left-color: transparent;
}
 .breadcrumb li a:hover:after {
	 border-left-color: #999;
}
 .breadcrumb li a:active {
	 background-color: #16a085;
}
 .breadcrumb li a:active:before {
	 border-color: #16a085;
	 border-left-color: transparent;
}
 .breadcrumb li a:active:after {
	 border-left-color: #16a085;
}

.breadcrumb li a.active {
	background-color: var(--primary-light);
}

.breadcrumb li a.active::before {
	border-color: var(--primary-light);
	border-left-color: transparent;
}
.breadcrumb li a.active:after {
	 border-left-color: var(--primary-light);
}

.logo-white {
	display: inline-block;
	background-image: url(logo-white.svg);
	background-size: contain;
	height: 44px;
	width: 44px;
	margin-top: 3px;
}

.container-terms {
	height: 450px;
	max-height: 100%;
	overflow-y: scroll;
	border: 2px solid #999;
	padding: 20px;
	line-height: 1.5;
}

.container-terms h3 {
	color: var(--secondary-light);

}

.row .col.l4 {
	width: 30%;
	margin-left: auto;
	left: auto;
	right: auto;
}

.row .col {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .75rem;
	min-height: 1px;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

body .nomargin {
	margin: 0 !important;
}
body .equal-height, html .equal-height {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.card {
	position: relative;
	margin: .5rem 0 1rem 0;
	background-color: #00000008;
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}

#main_content {
	position: relative;
}
#main_content .card {
	height: 100%;
	width: 100%;
}

.language-container {
	position: absolute;
	top: 7px;
	right: 2px;
}

.card .card-content {
	padding: 24px;
	border-radius: 0 0 2px 2px;
}

.card-content h3 {
	font-size: 24px;
	line-height: 110%;
	margin: 1.46rem 0 1.168rem;
}

.card-content h5 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	color: #4e5358;
	line-height: 110%;
	margin: .82rem 0 .656rem 0;
}

.card-content h6 {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin: 25px 0 0;
	line-height: 110%;
}

.card-content p {
	min-height: 42px;
	margin-bottom: 30px;
	margin-top: 0;
}

.card-content select {
	width: 200px;
	margin-bottom: 20px;
}

.card-content ul {
    list-style: none;
    padding-left: 0;
}

.card-content ul li .col1 {
	display: inline-block;
	min-width: 204px;
}

.card-content ul li .col2 {
	display: inline-block;
	min-width: 42px;
	text-align : right;
}

.portal-summary .col1 {
	width: 200px;
	text-align: left;
}
.portal-summary .col2 {
	width: 550px;
}
.portal-summary .col3 {
	text-align: center;
}

/* -------------------------------------------------------------------- */

table.expando {
  margin: 1em 0;
  border-collapse: collapse;
}

.expando > th,
.expando .landing td,
.expando .child td {
  padding: 0.25em 0.5em 0.25em 0.5em;
  vertical-align: text-top;
}

.expando th {
  vertical-align: bottom;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
}

.expando .child {
	width: 100%;
}
.expando .child td {
	margin: 0;
}

.expando tr.shown {
/*  display: table-row; */
}

.expando tr.hide {
/*  display: none;  */
}

.expando.cell button {
  font-size: 60%;
  color: #000;
  background-color: var(--primary-light);
  padding: 0.3em 0.2em 0 0.2em;
  border: 0.2em solid var(--primary-light);
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  text-indent: 0;
  transform: rotate(270deg);
}

.expando.cell button svg {
  width: 1.25em;
  height: 1.25em;
  fill: #fff;
  transition: transform 0.25s ease-in;
  transform-origin: center 45%;
}

.expando.cell button:hover,
.expando.cell button:focus {
  background-color: #fff;
  outline: none;
}

.expando.cell button:hover svg,
.expando.cell button:focus svg {
  fill: var(--primary-light);
}

.expando.cell button[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.expando .visually-hidden {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.expando.cell th.col1,
.expando.cell td.col1 {
  width: 40px;
  max-width: 40px;
}

.expando.cell th.col2,
.expando.cell td.col2 {
  width: 100px;
  max-width: 100px;
}
.expando.cell tr.landing td.bold {
  font-weight: bold;
}

.expando.cell th.col3 {
  width: 750px;
  min-width: 750px;
}

.expando.cell th.col4 {
  width: 150px;
  min-width: 150px;
}

.expando tr.shown td:nth-of-type(2),
.expando tr.shown td:nth-of-type(3),
.expando tr.shown td:nth-of-type(4) {
  background-color: #eee;
}

.expando tr.landing {
	background-color: var(--secondary-light);
}

.expando .gripper {
	cursor: grab;
	padding-left: 4px;
	padding-right: 8px;
	color: #999;
}

.frm .input-frame.available-container {
	min-height:100px;
	width:100%;
	max-height: 300px;
	overflow-y: scroll;
}

.frm .input-frame.available-container .disabled {
	color: #c6c6cd;
	font-style: italic;
}

.ui-dialog-buttonpane span.status {
	padding: 19px 0 0 10px;
	display: inline-block;
	color: #999;
}

.right-footer span.status span.count,
.ui-dialog-buttonpane span.status span.count {
	font-weight: bold;
}

.expando .guide .column {
	display: inline-block;
	vertical-align: middle;
}

.expando .guide .column.col1 {
	width: 600px;
	width: calc(100% - 400px);
}
.expando .guide .column.col2 {
	width: 390px;
}

.expando .col4 {
	text-align: right;
	padding-right: 10px;
}
.expando .col4 form select[name="value"] {
	max-width: 130px;
}

.expando .bind-editable {
	cursor: pointer;
}

.expando tr.guide {
	display:none;
}
.expando .guide td div.detail {
	display:none;
	background-color: #eee;
}

html.live form.container-login,
html.portal form.container-login {
	text-align: left;
}

html.live form.container-login .option-left,
html.live form.container-login .option-right,
html.portal form.container-login .option-left,
html.portal form.container-login .option-right {
	display: inline-block;
	vertical-align: top;
}

html.live form.container-login .option-left,
html.portal form.container-login .option-left {
	width: 150px;
}

html.live form.container-login .athena-button,
html.portal form.container-login .athena-button {
	min-width: 180px !important;
}

html.live .welcome-splash .container-login,
html.portal .welcome-splash .container-login {
	left: 70px;
	top: 300px;
}



html.dev form.container-login {
	text-align: left;
}

html.dev form.container-login .option-left,
html.dev form.container-login .option-right {
	display: inline-block;
	vertical-align: top;
}

html.dev form.container-login .option-left {
	width: 150px;
}

html.dev form.container-login .athena-button {
	min-width: 180px !important;
}

html.dev .welcome-splash .container-login {
	left: 70px;
	top: 300px;
}

html.cerner .welcome-splash {
	background-image: url(splash-cerner.jpg);
}

html.cerner .header-container {
	margin: 30px 0 0;
	padding: 0;
}

html.cerner .header-container .header-img {
	width: 65vw;
	max-width: 100%;
}

tr.one-off:nth-child(even) {
	background-color: #E1DEDE;
}
tr.one-off:nth-child(odd) {
	background-color: #F0F0F0;
}
div.specialties .col-total {
	font-style: italic;
}

ol.specialty-list {
	display: flex;
	max-width: 100%;
	flex-flow: row wrap;
	padding-left: 0;
	list-style-position: inside;
}

ol.specialty-list li {
	padding: 5px;
	margin: 2px 2px;
	width: 32%;
	background-color: #eee;
	min-height: 50px;
}

ol.specialty-list li.disabled {
	color: #999;
	font-style: italic;
}

a.dt-button.hilite-button,
a.dt-button.hilite-button:hover {
	background-image: -webkit-linear-gradient(top, var(--secondary-light) 0%, var(--secondary) 100%);
	background-image: -ms-linear-gradient(top, var(--secondary-light) 0%, var(--secondary) 100%);
	background-image: -o-linear-gradient(top, var(--secondary-light)0%, var(--secondary) 100%);
	background-image: linear-gradient(to bottom, var(--secondary-light) 0%, var(--secondary) 100%);	
}

div.status-message.footnote {
	padding-top: 10px;
	color: #666;
}

.t-image {
	padding: 5px;
	-webkit-box-shadow: 5px 5px 15px 5px #000000; 
	box-shadow: 5px 5px 15px 5px #000000;
}

#pagecontent.CLS_portal_tutorial0 #pagecontainer ,
#pagecontent.CLS_portal_tutorial1 #pagecontainer ,
#pagecontent.CLS_portal_tutorial2 #pagecontainer {
	padding: 15px 30px;
}

#pagecontent.CLS_portal_tutorial0 #main_content p,
#pagecontent.CLS_portal_tutorial1 #main_content p,
#pagecontent.CLS_portal_tutorial2 #main_content p {
	margin: 32px 0;
}

table.expando thead tr th {
	text-align: left;
	padding: 3px 0 3px 8px;
}

.expando tr.landing {
    border-bottom: 2px solid #FFF;
}

a.ajax.select_guide span.athena-button {
    height: auto !important;
    line-height: 30px !important;
    min-width: 180px !important;
}

.form-group.required label {
	font-weight: bold;
}


ul.menu-top li a {
    color: var(--primary-light);
}

nav.navbar {
    display: none;
}

ul.menu-top {
    top: 18px !important;
}

.mobileview.ui-tabs .ui-tabs-panel {
	padding: 5px 10px 5px 0;
}
.phone-container {
	display: table-row;
}

.phone-container .column {
	display: table-cell;
	vertical-align: top;
}

.phone-container .phone-left {
	position: relative;
	width: 655px;
	height: 806px;
}

.phone-container .phone-left .instructions {
	position: absolute;
	bottom: 4px;
	left: 99px;
	background-color: rgba(255,255,255,0.66);
	z-index: 97;
	font-style: italic;
	font-size: 10pt;
	padding: 1px 20px;
	-webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,0.5);
	box-shadow: 0 0 5px 5px rgba(255,255,255,0.5);
	pointer-events: none;
}

.phone-container .phone-left img.qrcode {
	z-index: 98;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
}

.phone-container .phone-right {
	padding: 0;
	position: relative;
	width: 374px;
	height: 100%;
}

.phone-container .wtdi-left {
	position: relative;
	width: 474px;
	padding: 10px;
}

.contact-container {
	margin: 10px 0;
	display: table;
}

.contact-container legend {
	padding: 0 10px;
	font-weight: bold;
}

.contact-container .table-row {
	display: table-row;
}

.contact-container div {
	padding: 2px 0;
}

.contact-container .col1 {
	display: table-cell;
	width: 90px;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	padding-top: 4px;
}

.contact-container .col2 {
	display: table-cell;
}

.wtdi-right .simulation i {
	padding-left: 2px;
	padding-right: 2px;
}
.wtdi-right .simulation a {
	color: rgb(0, 0, 255);
}

.wtdi-right .simulation.active-h .hilite-h,
.wtdi-right .simulation.active-m .hilite-m,
.wtdi-right .simulation.active-l .hilite-l {
	background-color: #ffff2f;
}

.contact-container .format-input {
	width: 325px;
}

.contact-container .web-input {
	width: 230px;
}

.phone-container .wtdi-right {
	position: relative;
	width: 555px;
	padding: 10px;
}

.phone-container .wtdi-right .simulation {
	background-color: #fff;
	padding: 0px 5px;
	border: 3px inset #eee;
}

.phone-container .wtdi-right .simulation-note {
	text-align: right;
	font-style: italic;
	font-size: 10pt;
	color: #888;
	margin-bottom: 10px;
}

.phone-container .wtdi-right .option-right,
.phone-container .phone-right .option-right {
	text-align: right;
}

.phone-container .phone-right .right-overlay {
	position: absolute;
	width: 484px;
	top: 0;
	left: -100px;
	z-index: 97;
	bottom: 0;
	padding: 10px 20px 10px 0;
}

.right-overlay .right-footer {
	display: table;
	width: 100%;
}

.right-overlay .right-footer .column1 {
	display: table-cell;
}
.right-overlay .right-footer .column2 {
	display: table-cell;
	text-align: right;
}

.phone-container .phone-left .phone-frame {
	pointer-events: none;
	position: absolute;
	z-index: 95;
}

.phone-container .phone-right .right-qrcode {
	position: absolute;
	z-index: 98;
	bottom: 0;
	right: 0;
	text-align: center;
}

.phone-container .phone-right a,
.phone-container .phone-right a:link,
.phone-container .phone-right a:visited {
	color: #00F;
}

.phone-container .phone-right a i {
	margin-left: 5px;
}

.phone-container .phone-right .location-list li {
	margin-left: 16px;
}

.phone-container iframe {
	position: absolute;
	margin: 0;
	background-color: #fff;
	width: 399px;
	height: 700px;
	top: 86px;
	left: 78px;	
	z-index: 94;
}

.white-panel {
	border-radius: 20px;
	min-height: 450px;
	border: 1px solid #9ad9ff;
	background-color: #b3dbff;
	padding: 10px;
	-webkit-box-shadow: 5px 5px 19px -1px rgba(0,0,0,0.39);
	box-shadow: 5px 5px 19px -1px rgba(0,0,0,0.39);
	margin-bottom: 20px;
}

.white-panel .white-container {
	margin-top: 10px;
}

.white-panel .white-container .form-group {
	padding: 5px 0;
}

.white-panel .instructionarea {
	font-size: 10pt;
	font-style: italic;
	padding: 5px;
	margin-top: 2px;
}

.white-panel .filelist-container {
	font-family: Arial,sans-serif;
	font-size: 1em;
	border: 1px solid rgb(143,143,157);
	background-color: #fff;
	padding: 1px 2px;
	color: #000;
}

.phone-right .white-panel {
	max-height: 474px;
	min-height: 474px;
	margin-top: 10px;
	overflow-y: auto;
}

#landing .white-panel .white-container {
}

.email-container {
	display: inline-block;
	overflow: hidden;
	vertical-align: -5px;
	width: 245px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.phone-right .white-panel ul,
.white-panel .filelist-container ul {
    list-style: none;
    padding-left: 0;
	margin: 1px 2px;
}

.phone-right .white-panel ul li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 4px 0;
}

.paper-background {
	background: url("15137676491909329716.jpg") !important;
	background-size: cover;
	position: relative;
}

.paper-background .guide-list {
	position: absolute;
	top: 86px;
	left: 55px;
	line-height: 1.8;
}

.paper-background .guide-list ul.guides {
	margin: 0;
}

.paper-background .guide-list ul.guides li {
	padding-left: 12px;
	display: table;
	width: 100%;
	min-height: 124px;
}

.paper-background .guide-list ul.guides li span.bold {
	font-weight: bold;
	width: 303px;
	vertical-align: top;
}

.paper-background .guide-list ul.guides li img {
	display: block;
	margin-right: 5px;
}

.paper-background .guide-list ul.guides li:nth-child(even) {
	background-color: rgba(0,0,0, 0.2);
}
.paper-background .guide-list ul.guides li:nth-child(odd) {
	background-color: rgba(0,0,0, 0.06);
}

.paper-background .guide-list ul.guides li.guide-hilite {
	background-color: #F00;
}

li.guide-hilite span.bold,
li.guide-hilite a.link {
	color: #fff;
}


.paper-background .guide-list .guide-container {
	display: table-row;
	vertical-align: middle;
}

.paper-background .guide-list .guide-container span {
	display: table-cell;
	vertical-align: middle;
}

.paper-background .guide-list a {
    color: var(--primary-light);
}

.white-panel .filelist-container li {
	position: relative;
}

.white-panel .filelist-container .fa-grip-vertical {
	color: #999;
	margin-left: 3px;
}

.form-group .pcr-app {
	z-index: 90;
	top: 0;
	left: 0;
	border: 1px solid #000;
	border-radius: 12px;
}

.phone-hilite {
	border: 1px solid #f00;
	border-radius: 15px;
	background-color: #f00;
	margin-left: -10px;
	padding-left: 10px !important;
}

.form-group .pcr-app.visible {
	display: block;
}

div.bind-droparea {
	position: relative;
}
div.bind-droparea .instructionarea {
	pointer-events: none;
	display: none;
}
div.bind-droparea .instructions.instructionarea {
	display: inline-block;
}
div.bind-droparea .progress {
	display: none;
}

input.bind-droparea {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#debug ul.guide-list {
	list-style: none;
    padding-left: 0;
	background-color: rgba(255,255,255,0.4);
	border-radius: 15px;
	padding: 10px 20px;
}

#debug ul.guide-list li {
	padding: 8px 0;
	color: #000;
}


button.langsel {
	color: var(--secondary-light);
	background-color: #ffffff;
	font-size: 19px;
	border: 1px solid var(--secondary);
	padding: 6px 10px;
	cursor: pointer;
}

button.langsel[data-active="1"] {
	color: #ffffff;
	background-color: var(--secondary);
}

button.langsel:hover {
	color: #ffffff;
	background-color: var(--secondary-light);
}


.langselect button:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.langselect button:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px; 
}


button.langact {
	color: var(--secondary-light);
	background-color: #ffffff;
	font-size: 19px;
	border: 1px solid var(--secondary-light);
	border-radius: 10px;
	padding: 6px 10px;
	cursor: pointer;
	margin-left: 5px;
}
button.langact:hover {
	color: #ffffff;
	background-color: var(--secondary-light);
}

.container-location {
	height: 75vh;
	min-height: 75vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right:10px;
	padding-left: 2px;
}

.portal_locpop #popupdialog {
	padding-right: 2px;
}

.container-location .ui-accordion-content-active {
	background-color: #eef3fd;
}

.container-location .ui-accordion-header.ui-state-default {
	background-color: #f1a5ff  !important;
}

.container-location .ui-accordion-header.ui-accordion-header-active {
	background-color: var(--secondary-light) !important;
	color: #333 !important;
}

.action-remove {
	position: absolute;
	right: 15px;
	cursor: pointer;
}

.table-format {
	border: 3px double #999;
}

.table-format th {
	text-align: left;
	border-bottom: 1px solid #666;
	background-color: #ddd;
}
.table-format td {
	background-color: #fff;
}
.table-format .col2 {
	padding-right: 20px;
}

li label .client-specific {
	color: #036c00;
}

.ui-accordion-header .inline-editing input {
	width: auto !important;
	height: auto;
	padding: 2px;
	font: inherit;
}

@media(max-width:  767px)
{
	ul.menu-top > li {
		display: none !important;
	}

	nav.navbar {
		width: max-content;
		float: right;
	}
	button.navbar-toggler {
		width: 100%;
		text-align: right;
	}
	button:focus
	{
		outline: none;
	}
	.breadcrumb li {
		margin-bottom: 3px;
	}
	ul.menu-top {
		position: absolute;
		top: 8px !important;
		right: 0 !important;
	}

	.collapse {
		background: #eee;
		width: 260px;
	}
	ul.breadcrumb {
		padding-left: 36px;
	}
	.collapsing {
		background: #eee;
		width: 260px;
	}

	.container-specialty {
		width: 100% !important;
	}
	nav.navbar {
		display: block !important;
	}
	.container-specialty .item-specialty {
		width: 91% !important;
		max-width: 100% !important;
		flex: 0 0 91% !IMPORTANT;
	}

	.owl-carousel.specialties {
		width: 100% !important;

	}
}