/* Fix materializes dropdown select */

.select-wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.collection {
    overflow: visible;
}

.modal {
    /*overflow-y: visible*/
}


/*Custom progress animation*/

.progress .customdeterminate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    /*transition: width .3s cubic-bezier(0.31, 0.43, 2, 0.24);*/
}

#toast-container {
    top: auto !important;
    right: auto !important;
    bottom: 5%;
    left: 5%;
}

.toast {
    float: left;
}

nav.nav-center ul {
    text-align: center;
}

nav.nav-center ul li {
    display: inline-block;
    /*IE7*/
    *display: inline;
    /*IE7*/
    *zoom: 1;
    float: none;
}

/* Fix some issues with Swipeable tabs in materialize */


/*.tabs-content.carousel {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.tabs-content.carousel .carousel-item {
  width: 100%;
  height: 100%;
}

.wrapper{
  position: absolute;
  height: 100%;
}*/
