﻿/* enduser page */
.header-fixed.full-content section { position: static; }
#menubar { position: absolute; top: 0; left: 0; /*height:95%;*/ }
.menubar-pin #base { position: relative;  }
.full-content { margin-bottom: 50px;}
.full-content #base{ /*height: auto;*/ overflow: inherit; }
.full-content #content {  height: 100%;padding-top: 0; }
.login-body #base, .login-body #content { padding: 0; }
html, body, .full-height { height: auto; min-height: 100%; }

.full-content .section-action {
  position: fixed;
  z-index: 1001;
  bottom: 0;
  /*left: 64px;*/
  right: 0;
  -webkit-box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.33);
}
.section-body:first-child.landing-box { margin-top: 20%; }
.header-fixed.full-content #base { height: auto;  }
.header-fixed.full-content section {
    position: static;top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }
  .full-content section.has-actions {
    bottom: 0;
  }
  .section-floating-action-row .card-actionbar .btn { top: 0; }

@media (min-width: 769px) {  
  .full-content section { top: 0; position: static; overflow: inherit; }

}

@media (min-width: 1200px) {
 
}

@media (max-width: 1200px) {
    

}

@media (max-width: 768px) {

    .full-content section {
         width: 100%; height: 100%; padding-bottom:0; left:0;
    }
}

@media (max-width: 480px) {
    .refinelist .dropdown-menu { width: 280px; }

}

