﻿/*
    Related views for this css. (v=2018082001)
    - User\Login
*/

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Pull Down Menu Format*/
.pull-down-inner {
    width: 100%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    background-color: #607d8b;
}

    .pull-down-inner h1 {
        color: #fafafa;
        font-size: 18px;
        display: block;
    }

.menu-icon {
    color: #fafafa;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 15px;
    cursor: pointer;
}

    .menu-icon.current {
        opacity: 0.3;
    }

.pull-down-list ul {
    display: none;
}

.pull-down-list li {
    list-style: none;
}

    .pull-down-list li a {
        display: block;
        width: 100%;
        position: relative;
        padding: 15px;
        box-sizing: border-box;
        text-decoration: none;
        color: #212121;
    }

        .pull-down-list li a:after {
            font-family: jdFontAwesome;
            color: #212121;
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -0.5em;
        }

    .pull-down-list li:nth-child(odd) {
        background: #eceff1;
    }

    .pull-down-list li:nth-child(even) {
        background: #cfd8dc;
    }
