body {
	padding:0px;
	margin:0px;
	color: #666;
}
h1 {
	margin-bottom:10px;
}
h2 {
	margin-bottom: 10px;
}
h4.filter-heading {
	margin-top:0px;
	margin-bottom:5px;
}
button, select, html, textarea, input {
	font-family: 'Gilroy';
}
.md-select-value {
	font-weight: 600;
}
button:focus, input:focus, select:focus {
	outline: none;
}
.fixed-header {
	position: fixed;
}
.fixed-header-content {
	padding-top:75px;
}
.test-data {
	position: fixed;
	right: 5px;
	top: 80px;
	background: #efefef;
	border: 1px solid grey;
	padding: 10px;
	z-index:400;
}
input.filter-name {
  min-height: 45px;
}
md-input-container.input-short {
	width:60px;
}
md-input-container.input-medium {
  width: 150px;
}
md-input-container.input-long {
  width: 300px;
}
md-input-container span.input-like {
	display: table-cell;
  height: 30px;
  vertical-align: middle;
}
/** VIEW ANIMATION **/
.animated-view-container {
	position: relative;
	background:white;
	overflow:hidden;
}
.animated-view.animate-fade {
	transition:all 0.5s ease-out;
}
.animated-view.animate-fade.ng-enter, .animated-view.animate-fade.ng-leave.ng-leave-active {
	opacity:0;
}
.animated-view.animate-fade.ng-enter.ng-enter-active, .view-animate.animate-fade.ng-leave {
	opacity:1;
}
.animated-view.animate-slidein-left.ng-enter, .view-animate.animate-slidein-left.ng-leave {
	transition: all 0.2s ease-out;
	position: absolute;
	display:block;
	width:100%;
	left:0;
	top:0;
	right:0;
	z-index:1000000;
}
.animated-view.animate-slidein-left.ng-enter{
	left:100%;
}
.animated-view.animate-slidein-left.ng-enter.ng-enter-active{
	left:0;
}
.animated-view.animate-slidein-left.ng-leave.ng-leave-active {
	left:-100%;
}
md-slider-container input {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    padding: 0px 4px;
}
/**COMMON**/
.img-container {
	display: block;
	text-align: center;
}
.img-container.logo {
	height:100%;
}
header .img-container.logo {
	height:80px;
	margin-left:20px;
}
.img-container.logo img {
	height: 85%;
	margin-top:5px;
}
.heading {
	margin-left: 5px;
}
/**COMMON END**/
.result {
	min-height: 600px;
}
.result-table {
	font-size: 1em;
}
.result-table .md-button {
	font-size:1em;
	text-transform: none;
}
.result-table td .md-button {
	margin-left: 0px;
}
.result-table thead {

}
.result-table th {
	text-align:left;
	padding: 15px;
}
.result-table tr {
	border-bottom: 1px solid #e6e6e6;
}
/* .result-table tr.data-changed {
		border: 1px solid green;
		border-bottom: 1px solid green;
		background: rgba(0, 128, 0, 0.1);
		box-sizing: border-box;
} */
.result-table tr.new-listing {
	box-shadow: 0px 0px 4px 1px rgb(255, 216, 64);
	background:rgba(255, 216, 64, 0.06);
	border:none;
}
.result-table td {
	padding: 15px;
}
.result-table td>span {
	margin-top:15px;
}
.result-table md-switch {
	margin: 10px 0 8px;
}
section.filter{
	background: #F1F1F2;
	padding-top:40px;
	padding-bottom: 40px;
}
.filter md-input-container {
	margin:8px 0px;
}
.md-button.heading-text:hover {
	background: transparent;
	cursor: default;
}
.section-description {
	min-height: 100px;
	padding: 20px 10px;
}

/**BUTTON**/
.btn {
	border-radius: 2px;
	background: white;
	border:1px solid #666;
	color: #666;
	padding: 10px 25px;
	font-size: 1em;
	text-transform: uppercase;
}
.btn-brand {
	background: #00853e;
	color: white;
	border: none;
}
.btn-brand:hover {
	opacity: 0.75;
	cursor: pointer;
}
.btn-toggle,.md-button.btn-toggle {
	min-width: 42px;
	min-height: 29px;
	height: 30px;
	margin: 2px;
	padding: 0px 5px;
	line-height: 30px;
	font-size:0.85em;
	color: green;
}
.md-button i.material-icons {
	vertical-align: middle;
}
.md-button.heading-btn md-icon.material-icons {
	font-size:1.1em;
	padding-top:4px;
}
.md-button.heading-btn.selected md-icon.material-icons {
	color:green;
}
.md-button.btn-sort md-icon.material-icons {
	font-size:1.25em;
	color: green;
	padding-top: 2px;
	min-width:18px;
	width:18px;
}
.md-button.md-icon-button.action-btn {
	padding: 2px;
	margin-right: 0px;
	width: 35px;
	height: 30px;
}
md-switch.editable-control span {
	color: rgb(27,94,32);
}
.btn-sort  {
	padding-left: 0px;
	margin-left: 0px;
	text-transform: none;
	padding-right:0px;
}
.result-table th .heading-btn, .result-table th .heading-text{
	text-align: left;
	min-width: 55px;
	padding-left: 5px;
	padding-right: 0px;
	text-transform: none;
}
.helper-icon {
	cursor:default;
}
.page-group {
		min-width: 85px;
}
.page-group.prev-group {
	text-align: right;
}
.page-links>button {
	border: none;
	background: transparent;
	color:green;
}
/** Checkbox**/
.layout-margin md-checkbox:last-of-type {
	margin-left: 8px;
}
.table-menu md-checkbox .md-label {
	font-size: 0.9em;
}
.visibility-filter md-checkbox .md-label {
	top:0px;
}
/*.table-menu.accreditation-filter md-checkbox .md-label {
	top:0px;
}*/
.table-menu.awards-menu md-checkbox .md-label {
	top:-1px;
}
.accreditation-filter md-checkbox,.states-filter md-checkbox,.accreditation-filter md-checkbox:last-of-type,.states-filter md-checkbox:last-of-type {
	margin-left:8px;
}
a.md-menu-link.active {
	background: rgba(15, 183, 15, 0.6);
	color: white;
	border-radius: 0px;
}
.parent-menu-link.md-menu-link.active {
	background: rgba(15, 183, 15, 0.7);
	color: white;
	border-radius: 0px;
}
.md-button.md-menu-link:hover {
	cursor: pointer;
}
.md-button.md-menu-link.md-tabmenu {
	text-transform: none;
	border-radius: 0px;
}
.md-button.md-menu-link.md-tabmenu.active{
	background:#ffd740;
	color:rgba(0,0,0,0.870588);
}
.md-button.md-menu-link.md-tabmenu:hover {
	background:#ffdf66;
	color:rgba(0,0,0,0.870588);
}
/**Progress **/
.progress-container {
	margin:-10px 8px 0px;
	width:100%;
	min-height:400px;
	display:block;
	background: white;
}
.progress-container md-progress-circular {
	margin: 150px auto;
}
.system-info dt {
	margin-bottom: 5px;
	display: inline-block;
}
.system-info dd {
	margin-left: 0px;
	display: inline-block;
}
.white-bg {
	background: white;
}
md-input-container.full-width {
	width:100%;
}
md-input-container md-switch {
	margin-top:0px;
	margin-bottom:0px;
}
md-switch.editable-control {
	min-width:70px;
}
.md-whiteframe-bottom {
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.md-action-button.active {
	color:rgb(27,94,32);
	background:transparent;
}
.md-action-button.active:hover {
	background:rgba(158,158,158,0.2);
}
div.inner-subheader.md-subheader {
	z-index:25!important;
}
.inner-subheader.flex-header .md-subheader-inner {
	width:100%;
	background: white;
}
.inner-subheader.flex-header .md-subheader-inner .md-subheader-content {
   display: flex;
   flex-wrap: wrap;
}
/** Grid Button **/
md-grid-tile-footer figcaption {
	width:100%;
	height:100%;
}
.md-button.md-grid-button {
	width:100%;
	text-transform: none;
	margin:0px;
	height:100%;
}
.md-button.md-grid-button span {
    display: block;
    overflow: hidden;
}
md-grid-tile.md-primary {
	background: rgba(185,245,185,0.36);
}
md-grid-tile.md-primary md-grid-tile-footer {
	background: #388e3c;
	color:white;
}
md-grid-tile.md-primary .md-button[disabled] {
	color:rgba(255,255,255,0.8);
	background:rgba(255,255,255,0.1);
}
md-grid-tile .track-container {
	width:100%;
	height:100%;
}
md-grid-tile.md-primary .track-container.data-changed {
	box-shadow:0px 0px 4px 1px green;
}
md-grid-tile.shadowed-grid {
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
md-grid-tile figure img {
	width:100%;
	height:auto;
}
md-grid-tile figure img.portrait {
	height:100%;
	width:auto;
}
/** INPUT **/
.md-underline-input input {
  border: none;
}
.md-underline-input.md-card-heading input {
	width:100%;
}
.md-underline-input input:focus {
	border-bottom: 1.3px solid #388e3c;
}
.md-underline-input.md-card-heading {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.md-underline-input.md-card-subtitle {
	font-size:0.9em;
}
/** card **/
md-card.taxonomy-card.data-changed {
	box-shadow:0px 0px 4px 1px green;
}
md-card md-card-content .md-media-sm {
	height:80px;
	width:80px;
}
md-card md-card-content .md-media-xs {
	height:55px;
	width:55px;
}
.card-media {
	background:rgba(0,0,0,0.1);
}
.card-media.category-media {
	margin-right:5px;
}
.card-media.has-image {
	background:transparent;
}
.card-media.has-image .md-button.md-img-button span {
	display:none;
}
.taxonomy-card md-card-title-text {
    padding-left: 10px;
}
/** DE Gallery **/
de-gallery {
	z-index:101;
}
.gallery-mask {
	z-index:102;
}
.gallery-container {
	z-index:103;
}
.md-button.md-img-button {
	width:100%;
	height:100%;
	margin:0;
	/*padding:15px 15px 63px 15px;*/
	padding:0px;
	overflow:hidden;
}
.md-button.md-img-button span {
	vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    margin: 20% auto;
    font-size:0.8em;
    text-transform: none;
    line-height:initial;
    color:rgba(0,0,0,0.4);
}
md-card.taxonomy-card .md-button.md-img-button {
	min-width:80px;
}
md-card.taxonomy-card .md-media-xs .md-button.md-img-button {
	min-width:55px;
}
.md-button.md-img-button img {
	width:auto;
	height:100%;
}
.md-button.md-img-button img.landscape {
	width:100%;
	height:auto;
}
.gallery-add button {
	background:rgba(0,0,0,0.05);
}
.img-action-header {
	position: absolute;
  width: 100%;
  top: 0px;
  text-align: right;
}
.listing-container {
	max-width:1024px;
	background:white;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
}
.listing-gallery {
  width: 100%;
  display: block;
  margin-left: auto;
	margin-right: auto;
	background: rgba(0,0,0,0.05);
}
.hero-image-container {
  width: 100%;
  height: 350px;
  display: block;
  background: rgba(0,0,0,0.05);
}
.gallery-image-container {
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,0.05);
	overflow:hidden;
	float: left;
}
img.galleryimage.portrait {
  width: 100%;
  height: auto;
}
img.galleryimage {
  width: auto;
  height: 100%;
}
button.img-delete {
  font-family: "Material Icons";
  border: none;
  background: #6d6d6d;
  color: white;
  border-radius: 25px;
  height: 20px;
  width: 20px;
  padding: 0px;
}
button.img-delete:after {
	content:"close";
}
button.img-delete:hover {
	box-shadow:1px 1px 1px 0px rgba(0,0,0,0.2);
}
.active-filters {
  color: green;
}
/**TinyMCE**/
.mce-tinymce.mce-container {
	width:100%;
}
.page-description {
	height:300px;
}

.result-table md-input-container, md-input-container.thin-input {
	margin:5px 0px;
}
.result-table md-input-container div.md-errors-spacer, md-input-container.thin-input div.md-errors-spacer {
	min-height:0px;
}
md-input-container.thin-input label:not(.md-container-ignore) {
	bottom:110%;
}
.result-table md-input-container.tight-fit, .result-table md-select.tight-fit {
	margin: 8px 0px;
    padding: 2px;
}
md-select.no-arrow .md-select-value {
	min-width:0px;
}
md-select.no-arrow .md-select-icon {
	display:none;
}
#gmap {
	height:400px;
}

/** Regions **/
md-checkbox.child-region, md-checkbox:last-of-type.child-region {
  	margin-left: 15px;
}
.region {
	padding: 12px;
	text-decoration: none;
}
a.region {
	color: green;
}
a.region:hover, a.child-region:hover {
    background: rgba(29, 202, 37, 0.73);
    color: white;
}
.btn-icon {
	background:transparent;
	border:none;
}
.btn-icon.link {
	height:15px;
	overflow:hidden;
	vertical-align:top;
}
.btn-icon.link i {
	background:transparent;
	font-size: 20px;
  margin-top: -4px;
}
.child-region {
  width: 100%;
  text-decoration: none;
  padding: 12px;
  padding-left: 24px;
}
a.child-region {
	color: green;
}
/*div.region-name {
	height:40px;
}*/
.hero-image-container {
	position: relative;
}
.empty-img-message {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 30%;
	color: rgba(0,0,0,0.5);
}
.img-preview {
	max-height: 300px;
	max-width: 100%;
}
.article-header {
	text-align: right;
}
.subhead-container .actions {
	text-align: right;
}
@media (max-width: 1280px) {
	.subhead-container .actions {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 5px;
	}
}

/** 2018 **/
.result-info {
	padding: 0px;
}
.field-container {
	background: white;
	border: 1px solid rgba(0,0,0,0.125);
	border-bottom: none;
	border-radius: 3px 3px 0px 0px;
}
.result-table {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top: none;
	border-radius: 0px 0px 3px 3px;
	padding-bottom: 30px;
	background: white;
}
.counts-container {
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
.listing-category {
    width: 100%;
}
.listing-category md-input-container#categories-container {
    width: 35%;
}
#stars-visibility-container, #ttt-visibility-container {
    width: 25%;
}

.article-actions {
	width: 100%;
}
.article-table {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 0;
}
.md-sublist {
	max-height:400px;
}
.link-info {
	display: flex;
	align-items: flex-start;
}
.nav-content .md-list-item-text {
	width: 100%;
}
.link-info md-input-container.link-title {
	width: 20%;
}
.link-info md-input-container.link-url {
	width:40%;
}
.link-info md-input-container.link-type {
	width: 15%;
}
.link-info .link-actions {
	width: 25%;
}
.navigation-container h2, .navigation-container .subtitle {
	margin-left: 10px;
}
.link-info .link-actions .md-button.md-img-button {
    width: 45px;
		height: 45px;
		min-width: auto;
}
.link-info .link-actions .md-button img {
    height: 45px;
}
.link-info .link-actions .md-button span {
	text-align: center;
	position: absolute;
	word-break: break-word;
	white-space: normal;
	top: 0;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	background: rgba(0,0,0,0.1);
}
.header-data md-input-container, md-input-container.description {
    width: 50%;
}
md-input-container.header-title input {
	font-size: 1.5em;
}
.link-actions .md-button.md-icon-button {
    margin: 0px;
}
.list-submenu {
	width: 98%;
	margin-left: 2%;
	background: white;
	border: 1px solid gainsboro;
	box-sizing: border-box;
	padding: 10px 15px;
	position: relative;
	margin-top: -15px;
	box-shadow: 2px 4px 7px #00000026;
}
.list-submenu h4.link-info {
    margin: 0px;
}
.list-submenu .submenu-item:before {
    content: "label_important";
    display: flex;
    align-items: center;
    width: 5%;
    font-family: "Material Icons";
    color: #00816d;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}
.list-submenu .link-info {
	width: 95%;
}
.nav-content .md-list-item-text{
	border: 1px solid gainsboro;
	padding: 10px 5px;
	background: white;
}
.navigation-container md-content, md-tabs.navigation-container, section.description-container {
	background: white;
}
section.description-container {
	padding: 10px 15px;
	margin-bottom: 20px;
}
md-select#subtypes, select#subtypes {
	max-width: 280px;
}


.result-table tr.faded {
	opacity: 0.5;
	pointer-events: none;
}
.suggested-container {
	position: relative;
}
.suggested-results {
	position: absolute;
	top: 45px;
	background: #fff;
	box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.25);
}
.suggested-listing {
	font-weight: 700;
	padding: 10px;
}
.suggested-name {
	color: #000;
}
.suggested-category {
	font-size: 0.85em;
}
.suggested-status {
	line-height: 36px;
}
#featured-list md-content {
	overflow: visible;
}