body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-image: url(../app/assets/gubg.png);
  background-size: cover;
}

main {
  flex: 1 0 auto;
}
nav{
  position: fixed;
  top: 0px;
  z-index: 999;
}
footer{
  position: fixed;
  bottom: 0px;
  z-index: 900;
}
.tabsWrapper{
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.tabs .tab a {
  color: #01579b;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
  font-size: 12px;
}

.tabs .tab a:hover {
  color: #459ce0;
}

.tabs .tab.disabled a {
  color: rgba(0, 68, 123, 0.57);
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #01579b;
  will-change: left, right;
}
.cardWrapper{
  padding-bottom: 50px;
  margin-top: 170px;
}
.card .card-action {
    padding: 0px;
    background-color: #1976d2;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #fff;
    margin-right: 20px;
    transition: color .3s ease;
    text-transform: uppercase;
    font-size: 12px;
}
.card .card-action .col-xs-4{
    padding: 0px;
    
}
.card{
  background-color: rgba(255, 255, 255, 0.75)!important;
}
.card .card-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-radius: 0 0 2px 2px;
}
.cardHeader{
  padding:5px;
  font-size: 14px;
  font-weight: 200;
}
.cDateField{
  font-size: 12px;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 5px 5px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.phases .title{
  font-size: 14px;
  font-weight: 600;
}
.phases{
  margin:0px;
}
.collection {
    margin: 0rem 0 0rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
.side-nav {
    background-color: #607d8b;
  color: #fff;
}
.side-nav a{
  color: #fff;
}
nav ul a:hover {
    background-color: #459ce0;
}
.side-nav li {
    float: none;
    padding: 0 0px;
    line-height: 64px;
}
 /* label color */
   .input-field label {
     color: #2196f3;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #2196f3;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #2196f3;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   .input-field input[type=email]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=email]:focus {
     border-bottom: 1px solid #2196f3;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=email].valid {
     border-bottom: 1px solid #2196f3;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=email].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   .input-field input[type=password]:focus + label {
     color: #000;
   }
   /* label underline focus color */
   .input-field input[type=password]:focus {
     border-bottom: 1px solid #2196f3;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=password].valid {
     border-bottom: 1px solid #2196f3;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=password].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #2196f3;
   }
.oppCounter{
  color: #fff;
  top: 30px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 10px;
} 
#filters{
  margin-top: 100px;
  width: 100vw!important;
  margin-bottom: 100px;
}
.modal.bottom-sheet{
  max-height: 100vh!important;
}
.fullWidth{
  min-width: 100vw;
}
.modal-content.withList{
  padding: 0px!important;
}
.modal-content.withList h4{
  padding: 24px!important;
}
#login{
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0px;
  background-image: url(../app/assets/gubg.png);
  background-size: cover;
  z-index: 9999;
  overflow: hidden;
  text-align: center;
}