/**
 *
 * 共通CSS
 *
 * @version 1.0
 * @author notion Co., Ltd.
 *
 */

html {
        font-size: 12px;    /* デフォルトの75%縮小 */
} 




/*
 *
 * ログイン画面専用
 *
 */

.table_border_radius {
        /* テーブルの角を丸くする */
        border: 1px solid;
        border-radius: 10px;
        border-spacing: 0;
        border-collapse: separate;
}

.table_border_radius tr td {
        border: none;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
}

.table_border_radius tr td:first-child {
        border-left: none;
}

.table_border_radius tr td:last-child {
        border-right: none;
}

.table_border_radius tr:first-child td {
        border-top: none;
}

.table_border_radius tr:last-child td {
        border-bottom: none;
}


/*
 *
 * layout, sidebar関連
 *
 */

#sidebar {
        z-index: 30;
        position: fixed;
        top: 0;
        padding-top: 20px;
/*
        width: 220px;
*/
        width: 170px;
        height: 100%;
        color: #000000;
/*
        background: #FBE5D6;
        background: #E2F0D9;
        background: #CCF6DB;
        background: #C2BDFF;
        background: #E0B6FF;
*/
        background: #FFFF99;
}

#sidebar img {
        display: block;
        padding: 10px 0 30px 0;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        height: auto;
}

#global-nav ul {
        list-style: none;
        margin-left: 0;
}

#global-nav > ul > li {
        position: relative;
}

#global-nav a {
        color: #000000;
        text-decoration: none;
        display: block;
        padding: 15px 15px 0px 0;
        -moz-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        transition: color .3s linear;
}

#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
        font-weight: bolder;
        font-weight: bolder;
}


/*
 *
 * header関連
 *
 */

#local-head {
        width: 100%;
        height: 160px;
        margin: 50px auto;
        padding: 38px 0;
        text-align: center;
/*
        background: #FBE5D6;
        background: #E2F0D9;
        background: #CCF6DB;
        background: #C2BDFF;
        background: #E0B6FF;
*/
        background: #FFFF99;
}

#global-head {
        z-index: 100;
        float: left;
        position: fixed;
        top: 0;
        margin: 0 0 0 160px;
        padding: 10px 30px;
        width: 100%;
        height: 60px;
        color: #000000;
/*
        background: #FBE5D6;
        background: #E2F0D9;
        background: #CCF6DB;
        background: #C2BDFF;
        background: #E0B6FF;
*/
        background: #FFFF99;

        display: -webkit-flex;
        display: flex;
}

.modal-button {
        text-align: center;
        margin: 0 0 0;
}

.modal-button .button {
        margin: 10px;
        padding: 10px;
        background: #f16272;
        border: none;
        color: #fff;
        cursor: pointer;
        height: 50px;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.0rem;
        letter-spacing: 0.05rem;
        text-align: center;
        text-transform: uppercase;
        transition: background 0.3s ease-in-out;
}

.button: hover {
        background: #ee3e52;
}


/*
 *
 * container関連
 *
 */

#local-container {
        width: auto;
        padding: 300px 0 0 0;
        height: 600px;
        text-align: center;
}

.main_container {
        z-index: 10;
        margin: 60px 20px 40px 160px;
        padding: 30px 80px 40px 40px;
        width: 90%;
        min-width: 1100px;
        -moz-transition: margin-left .25s linear;
        -webkit-transition: margin-left .25s linear;
        transition: margin-left .25s linear;
}

.main_container_2 {
        z-index: 10;
        padding: 30px 80px 40px 40px;
        width: 100%;
        min-width: 1100px;
        -moz-transition: margin-left .25s linear;
        -webkit-transition: margin-left .25s linear;
        transition: margin-left .25s linear;
}

.sub_container {
        margin: 10px 30px 60px 10px;
        width: 100%;
        height: auto;
}

.commentdiv {
       padding: 5px 10px 5px 10px;
}

.pagenation {
       text-align: right;
}


/*
 *
 * table関連
 *
 */

table td {
        max-width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

#table1 thead tr {
        background-color: #CCCCCC;
}

#table1 tbody tr.odd {
        background-color: #FFFFFF;
}

#table1 tbody tr.even {
        background-color: #EEEEEE;
}


/*
 *
 * label関連
 *
 */

label {
        padding: 0 10px 0 10px;
}

h3 {
        padding: 0.25em 0.5em;             /* 上下左右の余白 */
        color: #494949;                    /* 文字色 */
        background: transparent;           /* 背景透明に */
        border-left: solid 5px #7db4e6;    /* 左線 */
}


/*
 *
 * contents関連
 *
 */

#box {
        display: flex;
        justify-content: space-between;
        padding: 20px 10px 20px 10px;
}

#box2 {
        display: flex;
        justify-content: flex-start;
        padding: 20px 10px 20px 10px;
}

.selectDestination {
        margin: 20px 0 20px 10px;
}

.textbox {
        width: 100px;
        height: 100px;
        overflow: scroll;
}

#buttondiv {
        display: inline-block;
        padding: 0 10px 0 10px;
}

select {
        margin: 0 10px 0 10px;
        box-sizing: border-box;
        padding: 6px;
        font-size: 1em;
        border: #ccc 1px solid;
        border-radius: 5px;
        background: #fff;
        cursor: pointer;
}

select::after{
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 5%;
        top: 35%;
        border-bottom: #333 2px solid;
        border-right: #333 2px solid;
        transform:rotate(45deg)translateY(-30%);
}

form {
        padding: 0 1.5em;
}

input {
  white-space: nowrap;
}


/*
 *
 * ファイル格納関連
 *
 */

#inputFile {
        position: relative;
        padding: 60px 0 5px 0;
        text-align: center;
        background-color: rgba(255, 250, 200, .7);
}

#dropArea {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px 0 0;
        border: 2px dashed #494949;
        background: rgba(22, 165, 191, 0);
        transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

#dropArea.dragover {
        border: 2px solid #16a5bf;
        background: rgba(22, 165, 191, 0.6);
}

#selected_upload_filepath {
        margin: 20px 100px 0 100px;
}

#uploadFile {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
        width: 300px;
        height: 80px;
        opacity: 0;
}

#inputFileWrap {
        position: relative;
        display: inline-block;
}

#btnInputFile,
#btnChangeFile {
        display: table;
        width: 300px;
}

#btnChangeFile {
        display: none;
}


#btnInputFile span,
#btnChangeFile span {
        position: relative;
        z-index: 2;
        display: table-cell;
        width: 300px;
        height: 80px;
        border: 1px solid #333;
        border-radius: 4px;
        background: #333;
        text-decoration: none;
        color: #fff;
        font-size: 26px;
        line-height: 1;
        font-weight: bold;
        vertical-align: middle;
}

#upFileWrap.selected #btnInputFile {
        display: none;
}

#upFileWrap.selected #btnChangeFile {
        display: table;
}

/* ファイル格納中のスピナー */
#loading {
        z-index: 200;
        display: table;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        opacity: 0.8;
}
     
#loading .loadingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        color: #40A1DA;
        font-size: 24px;
        font-weight: bold;
        background: url("../img/loading-line.gif") center center no-repeat;
}


/*
 *
 * jstree用
 *
 */

.jstree-default-large .jstree-notIcon {
        display: none;     /* 親のチェックボックスを非表示 */
}

#rtree000_anchor .jstree-checkbox-disabled {
        display: none;     /* 親のチェックボックスを非表示 */
}


/*
 *
 * テーブル関連
 *
 */

@media (max-width: 1000px) {

    .scroll-table table {
        border-collapse: collapse;
        min-width: 1000px;
    }

    .scroll-table td {
    }

    .scroll-table {
        overflow-x: scroll;
    }

    .col_fixed {
        position: sticky;
        left: 0;
        z-index: 100;
/*
        background: #fff;
*/
        &:before{
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
        }
    }
}


/*
 *
 * ツールチップ用
 *
 */

.hide {
        display: none;
}
 
p.tgToolTip {
        margin: 0;
        padding: 0.5em 1em;
        background-color: #666;
        border: 3px solid #000;
        color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        min-height: 1em;
        position: absolute;
        top: 500px;
        left: 120px;
        z-index: 100;
}
 
.tooltop1 {
        margin: 0 0 0 10px;
}

.dummy {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
}




