    body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: url(../images/company.jpg)  no-repeat center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  main {
    flex: 1 0 auto;
  }

    @media only screen and (max-width : 992px) {
      header, main, footer {
        padding-left: 0;
      }
    }

    @media only screen and (min-width: 600px) {
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 30px;
    line-height: 30px;
}

@media only screen and (min-width: 601px){}
.navbar-fixed {
    height: 35px;
}

footer {
  font-size: 12px;
  height: 130px;
}

.page-footer .footer-copyright {
    min-height: 9px;
    padding: 0px 0px;

}

.page-footer {
    padding-top: 9px;
    color: #fff;
    background-color: #ee6e73;
}

.sidenav {
    width: 160px;
}

.sidenav li>a {
    color: rgba(0,0,0,0.87);
    display: block;
    font-size: 10px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

td > .btn {
  height:25px;
}

.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 25px 0 0;
    width: 5px;
    color: rgba(0,0,0,0.54);
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 5px;
}

td, th {
    padding: 5px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

.modal .modal-content {
    padding: 24px;
    margin-bottom: -50px;
    border: 5px 5px;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 35%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

/*.nav-wrapper input#search {
    display: block;
    padding: 6px 6px 6px 10px;
    width: 600px;
    background: rgb(249, 249, 249);
    height: 12px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    font-size: 12px;
    appearance: textfield;
    font-weight: 500;
    outline: none;
    border-radius: 3px;
    margin-top: 3px;
    position: absolute;
   left: 50%;
   width: 500px;
   height: 15px;
   margin-left: -250px;
}*/

.trans {
    background-color: rgba(255,255,255,.7);
}

.container-login{
    margin: 0;
    padding: 10px;
    width: 350px;
    background-color: rgba(255,255,255,.87);
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #333;
}


.login-box {
  height: 100%;
}

.card {
    background-color: rgba(255,255,255,.87) !important;
}
