﻿/* BootStrap上書き */
@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1740px;
        40px;
    }
}

.navbar {
    padding: 0;
    min-height: 60px;
}


/* 画面配置 */
html, body {
    height: 100%;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

header {
    width: 100%;
    height: 60px;
    background-color: #fcc;
}

footer {
    width: 100%;
    height: 32px;
    background-color: #ccf;
    position: absolute;
    bottom: 0;
}

#Contents {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background-color: #fff;
    padding: 30px;
}


#MainContents {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 250px;
    right: 0;
    overflow: auto;
    background-color: #fff;
}

#MenuCalendar {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    overflow: auto;
    width: 250px;
    background-color: #fff;
    padding: 0 5px;
}

#MenuList {
    position: absolute;
    top: 285px;
    bottom: 0;
    left: 0;
    overflow: auto;
    width: 250px;
    background-color: #fff;
    padding: 5px;
    overflow-x: hidden;
}

/* スケジュール部位表示スクロール表示 高さ指定なし */
.NoHeight {
    height: inherit;
}

/* スケジュール部位表示スクロール表示 1週用 */
.SC1WEEK {
    height: calc(100vh - 120px);
    overflow-y: auto;
}
/* スケジュール部位表示スクロール表示 2週用 */
.SC2WEEK {
    height: calc(50vh - 90px);
    overflow-y: auto;
}

.myDetail {
    display: none;
}

#MainContents {
    /*height:100%;*/
}

/* スケジュールタイトルカーソル */
.CursorP {
    cursor: pointer;
}

#sTable {
    width: 99%;
    height: 100%;
    padding: 0;
    background-color: white;
    table-layout: fixed;
}

    #sTable td {
        vertical-align: top;
    }
/*#sTable td div {
            overflow-y: scroll;
            height: 400px;
        }
        #sTable td div ul {
            height: 100%;
        }*/
/* 日曜日 */
.sunday {
    background-color: lightpink;
    height: 100%;
}
/* 土曜日 */
.saturday {
    background-color: lightcyan;
    height: 100%;
}
/* その他の曜日 */
.otherDay {
    height: 100%;
}

h2 {
    margin: 0;
    padding: 10px;
    font-size: 20px;
}

.ListStyle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.DatStyle {
    padding: 3px;
    margin: 0;
    height: 20px;
    text-align: center;
}

.wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item0 {
    background-color: antiquewhite;
}

.item1 {
    background-color: aqua;
}

.item2 {
    background-color: darkgray;
}

.item3 {
    background-color: darkorange;
}

.item4 {
    background-color: coral;
}

.item5 {
    background-color: hotpink;
}

.item6 {
    background-color: aquamarine;
}

/* グループリスト */
.GroupList {
    margin: 1px;
    padding: 3px;
    height: 30px;
}

/* スケジュールリスト表示 */
.list {
    margin: 0;
    padding: 0;
    vertical-align: top;
    height: 100%;
}

    .list li {
        border: 1px solid #0c5460;
        list-style: none;
        padding: 5px 10px; /* リストのPadding */
        font-size: 14px; /* リストの文字サイズ */
        margin: 2px;
    }

        .list li:hover {
            cursor: pointer;
        }



/* モーダルスタイル */
#modal-content {
    width: 50%;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 2;
}

#modal-content-innar {
    margin: 0 auto;
    width: 80%;
}

#modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0,0,0, 0.50 );
}

.button-link {
    color: #449;
    text-decoration: underline;
}

    .button-link:hover {
        cursor: pointer;
        color: #900;
        background-color: gold;
    }

/* モーダルダイアログﾞ */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.detail {
    background-color: #ffffff;
}

.modalPanel {
    border: thin solid #0033CC;
    background-color: #ffffff;
    padding: 0px;
}

.modalTitle {
    padding: 5px 10px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    background-color: #444444;
}

.gridHeight {
    height: 70vh;
}

.myInline {
    display: inline;
}
