.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.bottom-line {
  border-bottom: 10px solid #2980b9;
}

.top-line {
  border-top: 10px solid #16A6B6;
}

/* align属性の代わり */
.align-center {
  text-align: center;
}

.theme-color {
  color: #fff;
  background-color: #34495e;
}

button.theme-color:focus,
button.theme-color:hover {
  color: #fff;
  background-color: #283848;
}

a.list-theme-color {
  color: #fff;
  background-color: #34495e;
  border: 1px solid #34495e;
}

a.list-theme-color:focus,
a.list-theme-color:hover {
  color: #fff;
  background-color: #34495e;
}

.content {
  padding: 20px 0;
}

.content-head {
  padding-bottom: 10px
}

.content-head-lg {
  padding-bottom: 20px
}

.records span {
  display: inline-block;
  line-height: 2.5em;
  margin: 0 3px;
}

.user-info > ul {
  margin-bottom: 0;
  list-style: none;
}

.user-info > ul > li {
  padding: 0 10px;
  display: inline-block;
}

.user-info > ul > li > span {
  display: inline-block;
  padding: 11px 0;
}

.user-info > ul > li > span:first-child {
  font-weight: 700;
}

ul.legend {
  text-align: right;
  padding: 0 18px 0 0;
  margin-bottom: 0;
  list-style: none;
}

ul.legend > li {
  display: inline-block;
  font-size: 12px;
  padding: 0 3px;
}

ul.legend > li > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}

.legend-1 {
  background-color: #bbb;
}

.legend-2 {
  background-color: #f6eea2;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.list-name {
  text-align: right;
  font-weight: 700;
}

.item-width-ss {
  width: 80px;
}

.item-width-s {
  width: 90px;
}

.item-width {
  width: 130px;
}

.item-width-lg {
  width: 220px;
}

.item-width-xl {
  width: 280px;
}

.mb-20 {
  margin-bottom: 20px;;
}

/**
.time-text {
  display: inline-block;
  text-align: center;
}

.text-bottom {
  display: table;
  vertical-align: bottom;
}
*/

.item-margin {
  display: inline-block;
  margin: 0 10px 0;
}

.inline-block {
  display: inline-block;
}

/**
.panel-bk-default {
  background-color: #f5f5f5;
}
*/

.panelIcon {
  display: inline-block;
  float: right;
}

/**
tr.not-operation > td {
  background-color: #bbb;
}
*/

.enum-table.table {
  margin-bottom: 0;
}

.enum-table.table > tbody > tr > td,
.enum-table.table > tbody > tr > th,
.enum-table.table > tfoot > tr > td,
.enum-table.table > tfoot > tr > th,
.enum-table.table > thead > tr > td,
.enum-table.table > thead > tr > th {
  padding: 8px 5px;
  border:none;
}

/** 進捗状況画面*/
.progress-list > thead,
.progress-list > tbody {
  display: block;
  width: 1106px;
}

.progress-list > tbody {
  width: 1106px;
  max-height: 520px;
  overflow-y: auto;
}

.progress-list > thead > tr > th:nth-child(1),
.progress-list > tbody > tr > td:nth-child(1) {
  width: 70px;
}

.progress-list > thead > tr > th:nth-child(2),
.progress-list > tbody > tr > td:nth-child(2) {
  width: 100px;
}

.progress-list > thead > tr > th:nth-child(3),
.progress-list > tbody > tr > td:nth-child(3) {
  width: 220px;
}

.progress-list > thead > tr > th:nth-child(4),
.progress-list > tbody > tr > td:nth-child(4) {
  width: 260px;
}

.progress-list > thead > tr > th:nth-child(5),
.progress-list > tbody > tr > td:nth-child(5) {
  width: 120px;
}
.progress-list > tbody > tr > td:nth-child(6) {
  width: 80px;
}

.progress-list > tbody > tr > td:nth-child(7) {
  width: 80px;
}

.progress-list > tbody > tr > td:nth-child(8) {
  width: 80px;
}

.progress-list > tbody > tr > td:nth-child(9) {
  width: 80px;
}
.progress-list > thead > tr:nth-child(2) > th {
  border-top: none;
  text-align: center;
}
.progress-list td:nth-child(6),
.progress-list td:nth-child(7),
.progress-list td:nth-child(8),
.progress-list td:nth-child(9) {
  font-weight: 700;
  text-align: center;
}

.progress-list td:nth-child(6) {
  color: #e74c3c;
}

.progress-list td:nth-child(7) {
  color: #f39c12;
}

.progress-list td:nth-child(8) {
  color: #1abc9c;
}

/* 代行入力画面 */
.actingInput-list > thead th:nth-child(1),
.actingInput-list > tbody td:nth-child(1) {
  width: 54px;
}

.actingInput-list > thead th:nth-child(2),
.actingInput-list > tbody td:nth-child(2) {
  width: 127px;
}

.actingInput-list > thead th:nth-child(3),
.actingInput-list > tbody td:nth-child(3) {
  width: 354px;
}

.actingInput-list > thead th:nth-child(4),
.actingInput-list > tbody td:nth-child(4) {
  width: 147px;
}

.actingInput-list > thead th:nth-child(5),
.actingInput-list > tbody td:nth-child(5) {
  width: 280px;
}

.actingInput-list > thead th:nth-child(6),
.actingInput-list > tbody td:nth-child(6) {
  width: 146px;
}

.lectureDataDownload-list > thead,
.lectureDataDownload-list > tbody {
  display: block;
  width: 1108px;
}

.lectureDataDownload-list > tbody {
  width: 1108px;
  max-height: 500px;
  overflow-y: auto;
}

.lectureDataDownload-list > thead > tr > th:nth-child(1),
.lectureDataDownload-list > tbody > tr > td:nth-child(1) {
  width: 40px;
}

.lectureDataDownload-list > thead > tr > th:nth-child(2),
.lectureDataDownload-list > tbody > tr > td:nth-child(2) {
  width: 120px;
}

.lectureDataDownload-list > thead > tr > th:nth-child(3),
.lectureDataDownload-list > tbody > tr > td:nth-child(3) {
  width: 500px;
}

.lectureDataDownload-list > thead > tr > th:nth-child(4),
.lectureDataDownload-list > tbody > tr > td:nth-child(4) {
  width: 130px;
}

.lectureDataDownload-list > thead > tr > th:nth-child(5),
.lectureDataDownload-list > tbody > tr > td:nth-child(5) {
  width: 300px;
}

.syllabusDataDownload-list > thead,
.syllabusDataDownload-list > tbody {
  display: block;
  width: 1108px;
}

.syllabusDataDownload-list > tbody {
  width: 1108px;
  max-height: 500px;
  overflow-y: auto;
}

.syllabusDataDownload-list > thead > tr > th:nth-child(1),
.syllabusDataDownload-list > tbody > tr > td:nth-child(1) {
  width: 40px;
}

.syllabusDataDownload-list > thead > tr > th:nth-child(2),
.syllabusDataDownload-list > tbody > tr > td:nth-child(2) {
  width: 260px;
}

.syllabusDataDownload-list > thead > tr > th:nth-child(3),
.syllabusDataDownload-list > tbody > tr > td:nth-child(3) {
  width: 70px;
}

.syllabusDataDownload-list > thead > tr > th:nth-child(4),
.syllabusDataDownload-list > tbody > tr > td:nth-child(4) {
  width: 260px;
}

.syllabusDataDownload-list > thead > tr > th:nth-child(5),
.syllabusDataDownload-list > tbody > tr > td:nth-child(5) {
  width: 130px;
}

.syllabusDataDownload-list > thead > tr > th:nth-child(6),
.syllabusDataDownload-list > tbody > tr > td:nth-child(6) {
  width: 160px;
}

.syllabusDataDownload-list > thead > tr > th:nth-child(7),
.syllabusDataDownload-list > tbody > tr > td:nth-child(7) {
  width: 160px;
}

.fileMainte-list > thead,
.fileMainte-list > tbody {
  display: block;
  width: 716px;
}

.fileMainte-list > tbody {
  width: 716px;
  max-height: 255px;
  overflow-y: auto;
}

.fileMainte-list > thead > tr > th:nth-child(1),
.fileMainte-list > tbody > tr > td:nth-child(1) {
  width: 40px;
}

.fileMainte-list > thead > tr > th:nth-child(2),
.fileMainte-list > tbody > tr > td:nth-child(2) {
  width: 264px;
}

.fileMainte-list > thead > tr > th:nth-child(3),
.fileMainte-list > tbody > tr > td:nth-child(3) {
  width: 250px;
}

.fileMainte-list > thead > tr > th:nth-child(4),
.fileMainte-list > tbody > tr > td:nth-child(4) {
  width: 80px;
}

.fileMainte-list > thead > tr > th:nth-child(5),
.fileMainte-list > tbody > tr > td:nth-child(5) {
  width: 64px;
}

/** 進捗状況結果画面*/
.progressSubject-list > thead,
.progressSubject-list > tbody {
  display: block;
  width: 1106px;
}

.progressSubject-list > tbody {
  width: 1106px;
  overflow-y: auto;
}

.progressSubject-list > thead > tr > th:nth-child(1),
.progressSubject-list > tbody > tr > td:nth-child(1) {
  width: 40px;
}

.progressSubject-list > thead > tr > th:nth-child(2),
.progressSubject-list > tbody > tr > td:nth-child(2) {
  width: 205px;
}

.progressSubject-list > thead > tr > th:nth-child(3),
.progressSubject-list > tbody > tr > td:nth-child(3) {
  width: 70px;
}

.progressSubject-list > thead > tr > th:nth-child(4),
.progressSubject-list > tbody > tr > td:nth-child(4) {
  width: 205px;
}

.progressSubject-list > thead > tr > th:nth-child(5),
.progressSubject-list > tbody > tr > td:nth-child(5) {
  width: 126px;
}

.progressSubject-list > thead > tr > th:nth-child(6),
.progressSubject-list > tbody > tr > td:nth-child(6) {
  width: 60px;
}

.progressSubject-list > thead > tr > th:nth-child(7),
.progressSubject-list > tbody > tr > td:nth-child(7) {
  width: 120px;
}

.progressSubject-list > thead > tr > th:nth-child(8),
.progressSubject-list > tbody > tr > td:nth-child(8) {
  width: 130px;
}

.progressSubject-list > thead > tr > th:nth-child(9),
.progressSubject-list > tbody > tr > td:nth-child(9) {
  width: 130px;
}

.chargeLecture-list > thead,
.chargeLecture-list > tbody {
  display: block;
  width: 1106px;
}

.chargeLecture-list > tbody {
  width: 1106px;
  max-height: 520px;
  overflow-y: auto;
}

.chargeLecture-list > thead > tr > th:nth-child(1),
.chargeLecture-list > tbody > tr > td:nth-child(1) {
  width: 30px;
}

.chargeLecture-list > thead > tr > th:nth-child(2),
.chargeLecture-list > tbody > tr > td:nth-child(2) {
  width: 40px;
}

.chargeLecture-list > thead > tr > th:nth-child(3),
.chargeLecture-list > tbody > tr > td:nth-child(3) {
  width: 90px;
}

.chargeLecture-list > thead > tr > th:nth-child(4),
.chargeLecture-list > tbody > tr > td:nth-child(4) {
  width: 255px;
}

.chargeLecture-list > thead > tr > th:nth-child(5),
.chargeLecture-list > tbody > tr > td:nth-child(5) {
  width: 220px;
}

.chargeLecture-list > thead > tr > th:nth-child(6),
.chargeLecture-list > tbody > tr > td:nth-child(6) {
  width: 120px;
}

.chargeLecture-list > thead > tr > th:nth-child(7),
.chargeLecture-list > tbody > tr > td:nth-child(7) {
  width: 70px;
}

.chargeLecture-list > thead > tr > th:nth-child(8),
.chargeLecture-list > tbody > tr > td:nth-child(8) {
  width: 155px;
}

.chargeLecture-list > thead > tr > th:nth-child(9),
.chargeLecture-list > tbody > tr > td:nth-child(9) {
  width: 100px;
}

/** シラバス統合 統合元となる講義（親）*/
.syllabusUnity-parent-list > thead,
.syllabusUnity-parent-list > tbody {
  display: block;
  width: 1108px;
}

.syllabusUnity-parent-list > tbody {
  width: 1108px;
  max-height: 500px;
  overflow-y: auto;
}

.syllabusUnity-parent-list > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/** 年度 */
.syllabusUnity-parent-list > thead > tr > th:nth-child(1),
.syllabusUnity-parent-list > tbody > tr > td:nth-child(1) {
  width: 80px;
}

/** 履修コード */
.syllabusUnity-parent-list > thead > tr > th:nth-child(2),
.syllabusUnity-parent-list > tbody > tr > td:nth-child(2) {
  width: 150px;
}

/** 科目名 */
.syllabusUnity-parent-list > thead > tr > th:nth-child(3),
.syllabusUnity-parent-list > tbody > tr > td:nth-child(3) {
  width: 360px;
}

/** 学期・曜日・時限 */
.syllabusUnity-parent-list > thead > tr > th:nth-child(4),
.syllabusUnity-parent-list > tbody > tr > td:nth-child(4) {
  width: 300px;
}

/** 状態 */
.syllabusUnity-parent-list > thead > tr > th:nth-child(5),
.syllabusUnity-parent-list > tbody > tr > td:nth-child(5) {
  width: 200px;
}

/** シラバス統合 統合される講義（子）*/
.syllabusUnity-list > thead,
.syllabusUnity-list > tbody {
  display: block;
  width: 1108px;
}

.syllabusUnity-list > tbody {
  width: 1108px;
  max-height: 500px;
  overflow-y: auto;
}

/** 対象（チェックボックス） */
.syllabusUnity-list > thead > tr > th:nth-child(1),
.syllabusUnity-list > tbody > tr > td:nth-child(1) {
  width: 80px;
}

/** 履修コード */
.syllabusUnity-list > thead > tr > th:nth-child(2),
.syllabusUnity-list > tbody > tr > td:nth-child(2) {
  width: 150px;
}

/** 科目名 */
.syllabusUnity-list > thead > tr > th:nth-child(3),
.syllabusUnity-list > tbody > tr > td:nth-child(3) {
  width: 360px;
}

/** 学期・曜日・時限 */
.syllabusUnity-list > thead > tr > th:nth-child(4),
.syllabusUnity-list > tbody > tr > td:nth-child(4) {
  width: 300px;
}

/** 状態 */
.syllabusUnity-list > thead > tr > th:nth-child(5),
.syllabusUnity-list > tbody > tr > td:nth-child(5) {
  width: 200px;
}

.excelUpload-list > thead,
.excelUpload-list > tbody {
  display: block;
  width: 1108px;
}

.excelUpload-list > tbody {
  width: 1108px;
  max-height: 500px;
  overflow-y: auto;
}

.excelUpload-list > thead > tr > th:nth-child(1),
.excelUpload-list > tbody > tr > td:nth-child(1) {
  width: 80px;
}

.excelUpload-list > thead > tr > th:nth-child(2),
.excelUpload-list > tbody > tr > td:nth-child(2) {
  width: 80px;
}

.excelUpload-list > thead > tr > th:nth-child(3),
.excelUpload-list > tbody > tr > td:nth-child(3) {
  width: 150px;
}

.excelUpload-list > thead > tr > th:nth-child(4),
.excelUpload-list > tbody > tr > td:nth-child(4) {
  width: 150px;
}

.excelUpload-list > thead > tr > th:nth-child(5),
.excelUpload-list > tbody > tr > td:nth-child(5) {
  width: 150px;
}

.excelUpload-list > thead > tr > th:nth-child(6),
.excelUpload-list > tbody > tr > td:nth-child(6) {
  width: 400px;
}

.excelUpload-list > thead > tr > th:nth-child(7),
.excelUpload-list > tbody > tr > td:nth-child(7) {
  width: 80px;
  text-align: center;
}

.favorite-list > thead,
.favorite-list > tbody {
  display: block;
  width: 1108px;
}

.favorite-list > tbody {
  width: 1108px;
  max-height: 500px;
  overflow-y: auto;
}

.favorite-list > thead > tr > th:nth-child(1),
.favorite-list > tbody > tr > td:nth-child(1) {
  width: 50px;
}

.favorite-list > thead > tr > th:nth-child(2),
.favorite-list > tbody > tr > td:nth-child(2) {
  width: 350px;
}

.favorite-list > thead > tr > th:nth-child(3),
.favorite-list > tbody > tr > td:nth-child(3) {
  width: 350px;
}

.favorite-list > thead > tr > th:nth-child(4),
.favorite-list > tbody > tr > td:nth-child(4) {
  width: 350px;
}

/** 記入担当者一覧 */
.input-Staff-list > thead > tr > th:nth-child(1),
.input-Staff-list > tbody > tr > td:nth-child(1) {
    width: 38px;
}

.input-Staff-list > thead > tr > th:nth-child(2),
.input-Staff-list > tbody > tr > td:nth-child(2) {
    width: 170px;
}

.input-Staff-list > thead > tr > th:nth-child(3),
.input-Staff-list > tbody > tr > td:nth-child(3) {
    width: 477px;
}

.search-page-guide > button {
  font-weight: 700;
}

.underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #555;
}

.icon {
  padding: 5px;
}

.check-ok {
  color: #5cb85c;
  font-size: 16px;
  text-align: center;
}

.check-ng {
  color: #d9534f;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.error {
  line-height: 2em;
}

.error h4 {
  margin-bottom: 15px;
}

.error p {
}

.error .glyphicon {
  color: #f00;
}

.modal-title .glyphicon-remove-sign {
  color: #d9534f;
}

.modal-color {
  background-color: #ecf0f1;
}

/* -------------------------- */
/* モーダル画面センター寄せ用                 */
/* -------------------------- */
/* 添付ファイル管理モーダル */
.fileMaintenance-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -374px 0 0 -450px;
}

/* 添付ファイル追加モーダル */
.fileAdd-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -164px 0 0 -300px;
}

.confirmDialog-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
}

.removeConfirm-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -89px 0 0 -150px;
}

.errorMessage-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
}

/* シラバス参照モーダル */
.syllabusReference-center {
 /* right: 6%;
 width: 1000px; */
}

.content-foot {
  padding: 10px 0;
  text-align: center;
  overflow-x: auto;
}

#fixedTop {
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: none;
  background: #000;
  position: fixed;
  z-index: 9999;
  border-radius: 5px;
  -webkit-transform: translateZ(0);
}
#fixedTop:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}

.header-title {
  margin-top: 0px;
}

.container-top {
  padding-top: 180px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

@media screen and (min-width:768px) {
	.dropdown-submenu>a:after {
	  display: block;
	  content: " ";
	  float: right;
	  width: 0;
	  height: 0;
	  border-color: transparent;
	  border-style: solid;
	  border-width: 5px 0 5px 5px;
	  border-left-color: #ccc;
	  margin-top: 5px;
	  margin-right: -10px;
	}
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* -------------------------- */
/* メニュー用 */
/* -------------------------- */
.menu-span-h2 {
  font-size: 1.53em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-transform: none;
}

.menu-span-h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-transform: none;
  color:#FFFFFF;
}

.menu-login-div > * {
  position: relative;
  top: 10px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.menu-title-div {
  flex-grow: 7;
  flex-shrink: 0;
}

.menu-login-div {
  flex-grow: 5;
  flex-shrink: 0;
}

.content-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.content-loading .loading-modal {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}

.content-loading .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: url('/portal/img/loading.gif') no-repeat;
  margin: -22px 0 0 -22px;
}

/* -------------------------- */
/* テーブルページング用 */
/* -------------------------- */
.table-page-guide {
  font-weight: 700;
  cursor: pointer;
}

body.modal-open {
  padding-right: 0px !important;
}
.modal-dialog {
  left: 0px;
  right: 0px;
  margin: auto;
}

.modal-content{
  visibility:hidden;
}

.modal-sm {
  width: 300px;
}

.modal-sm2 {
  min-width: 800px;
}
.modal-sm3 {
  width: 450px;
}

.button-margin {
  margin-left: 10px;
}

html {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: scrollbar;
    border: 1px solid #ddd;
  }
}


.unity-color {
  color: #fff;
  background-color: #2972BA;
}

button.unity-color:focus,
button.unity-color:hover {
  color: #fff;
  background-color: #225D97;
}

.nonUnity-color {
  color: #fff;
  background-color: #34495e;
}

button.nonUnity-color:focus,
button.nonUnity-color:hover {
  color: #fff;
  background-color: #283848;
}

/** シラバス完了 */
.label-done {
  background-color: #1abc9c;
  color: #fff;
  border-radius: 4px;
  padding:4px 6px;
  margin-right:2px;
  font-size:100%;
  display: block;
  float: none;
  text-align: center;
}
/** シラバス未着手 */
.label-notstarted {
  background-color: #e74c3c;
  color: #fff;
  border-radius: 4px;
  padding:4px 6px;
  margin-right:2px;
  font-size:100%;
  display: block;
  float: none;
  text-align: center;
}
/** シラバス保存 */
.label-save {
  background-color: #f39c12;
  color: #fff;
  border-radius: 4px;
  padding:4px 6px;
  margin-right:2px;
  font-size:100%;
  display: block;
  float: none;
  text-align: center;
}
/** シラバス統合 */
.label-unity {
  background-color: #696969;
  color: #fff;
  border-radius: 4px;
  padding:4px 6px;
  margin-right:2px;
  font-size:100%;
  display: block;
  float: none;
  text-align: center;
}
/** シラバス期間外 */
.label-outOfTerm {
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  padding:4px 6px;
  margin-right:2px;
  margin-bottom: 4px;
  font-size:100%;
  display: block;
  float: none;
  text-align: center;
}
.syllabus_svg {
	fill: white
}
.font-help {
  color: #ffffff;
}
.syllabus-copy-conf-modal-sm {	
	width: 370px;
}
.form-control-static-copy-same{	
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	padding-left: 70px;
}
.form-control-static-copy-diff{	
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	padding-left: 30px;
}
.btn-group .btn-default.active {
  background-color: #2F669B;
  color: #ffffff;
}
.lecture-sbt-btn-university > .btn,
.lecture-sbt-btn-graduate > .btn {
    width: 110px;
}
.lecture-sbt-btn-graduate {
    margin-left: 110px;
}

/** LMSの2行目の文字列を整える */
p#dropdownLms{
    font-size: 12px;
    margin-bottom: -20px;
    line-height: 1;
}

.lmsAdjustment{
    margin-left: 2px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  th#spWhiteSpaceNormal{
	white-space: normal;
	width: 8.4%;
  }
}

@media screen and (min-width:768px) and (max-width:907px) { 
  .dropdown-menu.studentSyllabus {
	margin-left: -68px;
  }
  
  .dropdown-menu.studentSyllabusDropdown {
	left: auto;
	margin-left: -174px;
  }
  
  .dropdown-submenu.studentSyllabusTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px)  and (max-width:920px) { 
  .dropdown-menu.adminCourse {
	margin-left: -93px;
  }
  
  .dropdown-menu.adminCourseDropdown {
	left: auto;
	margin-left: -233px;
  }
  
  .dropdown-submenu.adminCourseTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px)  and (max-width:960px) { 
  .dropdown-menu.adminSyllabus {
	margin-left: -68px;
  }
  
  .dropdown-menu.adminSyllabusDropdown {
	left: auto;
	margin-left: -190px;
	width: 192px;
  }
  
  .dropdown-submenu.adminSyllabusTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:800px) and (max-width:1100px)  { 
  .dropdown-menu.adminResult {
	margin-left: -93px;
  }
  
  .dropdown-menu.adminResultDropdown {
	left: auto;
	margin-left: -195px;
  }
  
  .dropdown-submenu.adminResultTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:866px) and (max-width:1100px) { 
  .dropdown-menu.adminClassroom {
	margin-left: -93px;
  }
  
  .dropdown-menu.adminClassroomDropdown {
	left: auto;
	margin-left: -190px;
  }
  
  .dropdown-submenu.adminClassroomTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px) and (max-width:990px)  { 
  .dropdown-menu.staffResult {
	margin-left: -93px;
  }
  
  .dropdown-menu.staffResultDropdown {
	left: auto;
	margin-left: -195px;
  }
  
  .dropdown-submenu.staffResultTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px) and (max-width:800px)  { 
  .dropdown-menu.teacherSyllabus {
	margin-left: -68px;
  }
  
  .dropdown-menu.teacherSyllabusDropdown {
	left: auto;
	margin-left: -190px;
	width: 192px;
  }
  
  .dropdown-submenu.teacherSyllabusTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

@media screen and (min-width:768px)  and (max-width:1100px) { 
  .dropdown-menu.staffClassroom {
	margin-left: -93px;
  }
  
  .dropdown-menu.staffClassroomDropdown {
	left: auto;
	margin-left: -190px;
  }
  
  .dropdown-submenu.staffClassroomTriangle>a:after {
	float: left;
	margin-left: -10px;
	transform: rotateY(180deg);
  }
}

.theme-color.item-margin.public{
	margin-top: 3px;
	font-weight: bold;
}

@media screen and (max-width:767px) { 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: rgb(255, 255, 255);
	}
}

@media screen and (max-width:767px) { 
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #ccc;
	}
}

.favorite-close {
	text-align: center;
}

ul.dropdown-submenu{
	color: #FFFFFF;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.lesson-method-btn-area {
	text-align: right;
	margin-bottom: 0;
}

.group-name-row {
	margin-bottom: 0;
}

.display-none {
    display: none;
}

.modal-md1 {
    width: 610px;
}

.table-select-item-mng-list > thead > tr > th:nth-child(1),
.table-select-item-mng-list > tbody > tr > td:nth-child(1) {
  width: 60px;
  max-width: 60px;
}

.eval-mh-label {
    padding-left: 13px;
}

.eval-mh-ratio-value {
    display: inline-block;
    width: 60px;
    vertical-align: top;
}

.eval-mh-method-value {
    display: inline-block;
    width: calc(100% - 65px);
}
