html{
    overscroll-behavior-y: none;
}

html, body{
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
}

.main-container{
    width: 90%;
    margin: 40px auto auto auto;
    background-color: white;
    border-radius: 5px;
    flex: 1 0 auto;
    margin-bottom: 60px;

}
body{
    background-color: #eff3f8;
    font-family: 'Open Sans', sans-serif;
}
.main-wrapper{
    padding: 30px 40px 40px 40px;
}
.top-bar{
    min-height: 55px;
    border-bottom: 4px solid rgb(243, 243, 243);
    padding-bottom: 10px;
}
.top-bar-icon{
    color: rgb(170, 170, 170);
}
.top-bar-inner{
    position: relative;
    top: 10px;
    left: 10px;
    padding: 10px;
}
.top-bar-text{
    position: relative;
    top: -10px;
    font-size: 23px;
    color: rgb(170, 170, 170);
    font-weight: 600;
    margin-left: 10px;
}

.collapsed-nav{
    width: 100%;
}

.navbar-toggler{
    position: relative;
    left: 0px !important;
}
.navbar-collapse.collapse.w-100.order-1.order-md-0.dual-collapse2{
    width: 160% !important;
}

.btn-back > i{
    vertical-align: middle !important;
}
.btn-back{
    width: 75px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

@media only screen and (max-width: 750px) {

    .main-container{
        width: 100%;
        margin: 0px;
        max-width: none;
    }

    .top-bar-inner{
        width: 90%;
    }
}

.messages{
    position: fixed;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    bottom: 20%;
    text-align: center;
}
.message-toast-center{
    position: fixed;
    width: 400px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10%;
}
.message-toast-right{
    position: fixed;
    width: 300px;
    margin: auto 45px auto auto;
    left: 0;
    right: 0;
    bottom: 8%;
}









/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-72 { font-size: 72px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
