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;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

#themeToggle {
    padding: 15px 10px;
    line-height: 20px;
}
#themeIcon {
    font-size: 18px;
}

/* 在横屏且高度较小时也折叠导航栏 */
@media (max-height: 500px) and (orientation: landscape) {
    .navbar-header {
        float: left;
    }
    .navbar-nav {
        float: none !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-toggle {
        display: block;
    }
}

/*主题样式*/
#themeToggle {
    padding: 15px 10px;
    line-height: 20px;
}
#themeIcon {
    font-size: 18px;
}
body {
    /*background-image: url('../images/background.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#themeToggle {
    padding: 15px 10px;
    line-height: 20px;
}

#themeIcon {
    font-size: 18px;
}
