#autoCompleteOne md-autocomplete{
  color: black !important;
}
#autoCompleteOne md-autocomplete-wrap{
  color:black !important;
}
#autoCompleteOne input{
  color: black !important;
}
#autoCompleteOne label{
  color: darkslategray !important;
}
#autoCompleteOne select{
  color:yellow !important;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
    color: black !important;
}

/*
md-sidenav, md-backdrop {
position: fixed !important;
}*/

/*
.animate-if.ng-enter, .animate-if.ng-leave {
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity:0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity:1;
}*/

main {
  overflow-y: auto;
}

.fill-height{
  display: flex;
  flex: 1;
  min-height: 100%;
}

.fill-height > div{
  min-height: 100%;
  display: flex;
}


.side-menu, .side-menu ul {
 list-style: none;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

.side-menu .md-button.active {
  color: deeppink;
}

.side-menu .menu-toggle-list a.md-button {
  display: block;
  padding: 0 16px 0 32px;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}

.side-menu .menu-toggle-list .md-button {
  display: block;
  padding: 0 16px 0 32px;
  text-transform: none;
}

.side-menu > li {
  border-top: 1px solid rgba(255, 153, 0, 0.30);
}

.md-button-toggle .md-toggle-icon.toggled {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

.side-menu .md-button-toggle .md-toggle-icon {
  background-size: 100% auto;
  display: inline-block;
  margin: auto 0 auto auto;
  width: 15px;
 
  transition: transform .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease-in-out;
}

.menu-toggle-list.ng-hide {
  max-height: 0;
}

.side-menu .md-button {
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  max-height: 40px;
  overflow: hidden;
  padding: 0px 16px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: 100%;

  
}

.menu-toggle-list {
 
  max-height: 1300px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition-property: max-height;
  -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition-property: max-height;
  transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: max-height;
}


.side-menu menu-toggle span{
  padding-top: 12px;
  padding-bottom: 12px;
}

.docs-tools .md-button.md-icon-button {
  min-height: 0;
  height: auto;
}

.docs-anchor {
  color: inherit;
}

.md-fab.docs-scroll-fab {
  position: fixed !important;


}



#license-footer {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  padding: 16px 32px;
  width: 100%;

  text-align: center;
  font-size: small;
  border-top: 1px solid #ddd;
}
.nav-header {
  background-color: orange;
  background: -webkit-linear-gradient(orange, orange);
  background: linear-gradient(orange, orange);
  border-bottom: 1px solid orange;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  z-index: 2;
}
a.docs-logo {
  border-bottom: none;
}
.docs-logotype {
  color: white;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
}