﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* LearningManagementSystem
----------------------------------------------- */

/* common */

.table-container {
    overflow: auto;
}

.table-fullscreen {
    margin: 0 20px;
}

.table-fixheight {
    height: 700px;
}

.table-fixheight-low {
    height: 300px;
}

.table td,
.table th {
    white-space: nowrap;
}

.table th {
    text-align: center;
}

.text-vertical {
    /*writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    letter-spacing: .2em;*/
}

.ws-normal {
    white-space: normal !important;
}

.bg-disabled {
    background-color: #f9f9f9;
}

.headline {
    border-top: 1px solid #eee;
    margin: 30px 0 0;
    padding: 0;
    height: 22px;
}

.headline span {
    position: relative;
    top: -12px;
    padding: 0 10px;
    background: white;
    font-size: 18px;
}

.row-nest {
    margin-bottom: 0;
}

.form-box {
    padding-left: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: -5px;
}

.mt-10 {
    margin-top: -10px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-30 {
    margin-top: -30px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.w100per {
    width: 100%;
}

.w100px {
    width: 100px;
}

.w120px {
    width: 120px;
}

.w160px {
    width: 160px;
}

.w75per {
    width: 75%;
}

.w50per {
    width: 50%;
}

.fw-normal {
    font-weight: normal;
}

.bg-red {
    background-color: #EC756F;
}

/* page */

.page-title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: -10px;
}

.page-subtitle {
    font-size: 18px;
}

.page-buttons {
    margin-top: 16px;
    margin-bottom: -10px;
}

/* search */

.search-area {
    padding: 20px 20px 0 0;
}

.search-buttons {
    margin-bottom: -40px;
}

/* student */

.student-status {
    text-align: center;
    width: 140px;
    border: 1px solid #eee;
    padding: 5px;
}

.student-box {
    margin-left: 40px;
}

.student-profile {
    margin-top: 10px;
    font-size: 20px;
}

.student-profile-name {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
}

/* karte */

.karte-table {
    margin-left: 80px;
    margin-right: 250px;
}

.karte-buttons {
    margin-top: -10px;
    margin-bottom: -20px;
}

.karte-buttons-sub {
    margin-bottom: -30px;
    margin-right: 80px;
}

.karte-buttons-sub2 {
    margin-bottom: -70px;
    margin-right: 80px;
}

/* popover */
.popover-position {
    position: relative;
}

/* modal */
.modal-dialog1 {
    width: 50%;
    padding: 1%;
    margin: auto;
}

/* 履修登録リスト アンケート実施済み背景色 */
.bg-done {
    background-color: lightgray;
}

/*text area of IndividualView*/
.individual-textarea {
    width : 500px;
    height: 70px;
}

/*errorMessege in Red Color*/
.errorMessage {
    color : red
}