
body {
    min-height: 100vh;
    background-image: linear-gradient(to right bottom, #adddff, #97cdf5, #82beeb, #6caee2, #559fd8, #58a0d8, #5aa1d8, #5da2d8, #78b3e2, #92c4eb, #abd6f5, #c5e7ff);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
@media screen and (max-width: 1000px) {
    #search-panel {
        position:fixed !important;
    }
    #search-panel li {
        margin:0 auto;
        width:100%;
    }
    .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
        width:100%;
        right:0;
    }
}

.main {
    flex: 1 0 auto;
}
.loading {
    position:fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(204, 204, 204, 0.603);
    z-index: 9;
    display:none;
}
.loading-icon {
    display:none;
    z-index: 999;
    position: fixed;
    top:50%;
    left:50%;
    translate: translate(-50%, -50%);
}


/* styled table */
.styled-table {
    border-collapse: collapse;
    margin: 25px auto;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 90%;
    max-width: 95%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: none;
}

.styled-table thead tr {
    background-color: #328BCB;
    color: #ffffff;
    text-align: center;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    text-align: center;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #328BCB;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #328BCB;
}


input[type=radio] {
    display: none;
}

.radio-input {
    width: 100%;
    padding: 0 3px;
}
.error-message {
    color: red;
}
.btn-block {
    width:100%;
}

footer {
    margin-top: 200px;
}