﻿.d-none {
  display: none !important;
}

div {
-webkit-user-select: none; /* Safari 3.1+ */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
}

.ad-banner {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  bottom: 0;
  max-height: 50px;
  min-height: 50px;  
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.y.mandatory-scroll-snapping {
  scroll-snap-type: y mandatory;
}

.mdl-snap-center {
  scroll-snap-align: center;
}

.filter-bar {
  display: flex;
}

.filter-container {
  display: inherit;
  align-items: center;
}

.filter-cancel {
  padding: 0 5px 0 5px;
}

.filter-enabled {
  background-color: gold;
}

.mdl-menu__item.selected {
  background-color: gainsboro;
}

.bottom-right-aligned {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 10px;
}

.mdl-dialog__content > ul {
  padding: 0 0 0 0;
}

.mdl-dialog__content > ul > li {
  padding: 0 0 5px 0;
}

.menu-drawer-icons {
  padding: 0 10px 0 0;
}

.right-aligned {
position: absolute;
right: 2rem;
}

.mdl-tooltip-arrow::after {
content: "";
border-width: 7px;
border-style: solid;
border-color: transparent transparent transparent #555;
position: absolute;
left: 100%;
top: 40%;
}

.search-panel {
top: 0px; 
position: sticky;   
background-color: white; 
z-index: 3; 
padding: 0 8px 0 8px;
}

.region-icon {
position: absolute;
top: 16px;
left: 16px;
}

.platform-icon {
position: absolute;
top: 16px;
right: 16px;
}

.mdl-card__title {
position: relative !important;
}

.mdl-textfield {
width: 330px !important;
}

.mdl-menu a {
text-decoration: none !important;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}

.fade-in {
  animation: fadein 0.5s;
}

.fade-out {
  animation: fadeout 0.5s;
}

.grow {
  transform: scale(10);
  animation: fadeout .5s;
}

.animate-grow {
  transition: transform .5s !important;
}

.animate-rotate {
  transition: transform .5s;
}

.rotateY-0 {
  transform: rotateY(0deg) !important;
}

.rotateY-180 {
  transform: rotateY(180deg) !important;
}

.new-item-button {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 900;
}

.camera-controls {
  position: fixed;    
  bottom: 50px;    
  margin-bottom: 40px;
  z-index: 900;
  text-align: center;
  width: 100%;
}

.mdl-mini-footer {
position: fixed;
bottom: 0;
right: 0;
left: 0;  
}

.summary-section {
font-size: 1.2rem !important;
position: relative;
}

.summary-section > div{
padding: 10px 0 10px 0 !important;
display: flex;
flex-direction: column;
position: inherit;
}

.mdl-layout__content {
background-color: #e7e1ee;
}

#blazor-error-ui {
background: lightyellow;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
}

#blazor-error-ui .dismiss {
cursor: pointer;
position: absolute;
right: 0.75rem;
top: 0.5rem;
}

.portfolio-header {
  position: relative;
  /* background-image: url(../images/header-bg.jpg); */
}

.portfolio-header .mdl-layout__header-row {
  padding: 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mdl-layout__title {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}

.is-compact .mdl-layout__title span {
  display: none;
}

.portfolio-logo-row {
  min-height: 200px;
}

.is-compact .portfolio-logo-row {
  min-height: auto;
}

.portfolio-logo {
  background: url(../images/Logo.png) 50% no-repeat;
  background-size: cover;
  height: 150px;
  width: 150px;
  margin: auto auto 10px;
}

.is-compact .portfolio-logo {
  height: 50px;
  width: 50px;
  margin-top: 7px;
}

.portfolio-navigation-row {
  background-color: rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  height: 45px;
}

.portfolio-navigation-row  .mdl-navigation {
  text-align: center;  
  width: 100%;
}

.portfolio-navigation-row .mdl-navigation__link {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 30px !important;
}

.portfolio-header .mdl-layout__drawer-button {
    background-color: rgba(197, 197, 197, 0.44);
    display: list-item;
}

.portfolio-navigation-row .is-active {
  position: relative;
  font-weight: bold;
}

.portfolio-navigation-row .is-active:after {
  content: "";
  width: 70%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(255,64,129);
  left: 15%;
}

.portfolio-card .mdl-card__title {
  padding-bottom: 0;
}

.portfolio-blog-card-full-bg {
  background: url(../images/example-blog03.jpg) center / cover;
}

.portfolio-blog-card-event-bg {
  background: url(../images/example-blog05.jpg) center / cover;
}

.portfolio-blog-card-strip-bg {
  background: url(../images/example-blog06.jpg) center / cover;
}

.portfolio-blog-card-compact .mdl-card__title {
  padding-bottom: 0;
}

.portfolio-blog-card-bg > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}

img.article-image {
  width: 100%;
  height: auto;
}

.portfolio-max-width {
  max-width: 900px;
  margin: auto;
}

.portfolio-copy {
  max-width: 700px;
}

.no-padding {
  padding: 0;
}

.no-left-padding{
  padding-left: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.padding-top {
  padding: 10px 0 0;
}

.portfolio-share-btn {
  position: relative;
  float: right;
  top: -4px;
}

.demo-card-event > .mdl-card__actions {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.portfolio-contact .mdl-textfield {
  width: 100%;
}

.portfolio-contact form {
  max-width: 550px;
  margin: auto;
}


