body {
    font-family: 'Poppins', sans-serif;
    background: #F7F9FF;
    padding: 0;
    margin: 0;
}

.input {
    height: 30px;
    border: 0px;
    width: 100%;
    border-bottom: 2px solid #bdbfda;
    font-weight: bold;
    color: #001B3A;
    background: #F7F9FF;
    border-radius: 0px;
}

.input:focus {
    outline: none;
}

.input::placeholder {
    font-weight: normal;
}

input[type=date] {
    width:100% !important;
    -webkit-appearance: none;
}

select {
    height: 30px;
    border: 0px;
    width: 100%;
    border-bottom: 2px solid #bdbfda;
    font-weight: bold;
    color: #001B3A;
    background: #F7F9FF;
    border-radius: 0px;
}

select:focus {
    outline: none;
}

.button {
    height: 50px;
    width: 100%;
    border-radius: 50px;
    border: 0px;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    display: block;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
}

.button.full.blue {
    background: #3f51b5;
    color: white;
}


.button.full.blue:hover {
    background: #303f9f;
}

.button.full.blue:active {
    background: #1a237e;
}

.button.full.red {
    background: #d32f2f;
    color: white;
}

.button.full.green {
    background: #4caf50;
    color: white;
}

.button.outline.blue {
    border: 2px solid #3f51b5;
    color: #001B3A;
}

.button.outline.red {
    border: 2px solid  #d32f2f;
    color: #001B3A;
}

nav {
    height: 80px;
    width: 100%;
    display: block;
    background: white;
    position: fixed;
    bottom: 0px;
}

nav a.nav-tab {
    height: 80px;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

nav a.nav-tab i {
    font-size: 20px;
}

nav a.nav-tab.active {
    color: #001B3A;
}

.home_add_button {
    position: fixed;
    bottom: 6rem;
    right: 1.25rem;
    width:auto;
    padding:35px;
    background:#e2eafc;
    border:0px;
    font-size:20px;
    border-radius:14px;
    color: #001B3A;
    display:block;
}

.home_release_button {
    position: fixed;
    bottom: 6rem;
    right: 1.25rem;
    width:auto;
    padding:35px;
    background:#fefadc;
    border:0px;
    font-size:20px;
    border-radius:14px;
    color: #001B3A;
    display:block;
}

h1.pagetitle {
    font-weight:bold;
    font-size:25px;
    color:#001B3A;
    margin-top:20px;
    text-transform: uppercase;
}

small.pagesmall {
    margin-bottom:50px;
    display: block;
}

.box {
    height:auto;
    width:100%;
    padding:20px;
    display:block;
    border-radius:18px;
}

.box.green {
    background:#E7EDDE;
}

.box.blue {
    background:#e2eafc;
}

.box.red {
    background:#f49c9c;
}

.box.yellow {
    background:#fefadc;
}

.home_icon {
    width:100%;
    text-align: center;
    font-size:40px;
}

#bottom10 {
    margin-bottom:10px;
}

#bottom25 {
    margin-bottom:25px;
}

#bottom40 {
    margin-bottom:40px;
}

#bottom60 {
    margin-bottom:60px;
}

b.input_title {
    margin-bottom:10px;
    display: block;
}


.bottomfix {
    height:150px;
    display:block;
}

.filter_bar {
    height:40px;
    width:100%;
    background:#edeff7;
    border-radius:10px;
    color:#001B3A;
    line-height: 40px;
    text-align: center;
}

.filter_bar.active {
    background:#283593;
    color:white;
}