@charset "utf-8";
html,
body {
    width: 100%;
    margin: 0;
}

html,
ul,
body {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    height: 100%;
}

body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.login_body{
    overflow-y: hidden;
}

ul {
    list-style: none;
}

article,
footer,
header,
section {
    display: block;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}


/* リンク設定
------------------------------------------------------------*/

a {
    text-decoration: none;
    color: black;
}


/* -------------------------------------------------------------- */

body {
    font: 12px verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
}


/* 全体
------------------------------------------------------------*/

#wrapper {
    width: 940px;
    min-height: calc(100vh - 71px);
    margin: 0 auto -50px;
}

.nav-div ul {
    display: block !important;
}


/*-------------------------------------*/


/*************
/* ヘッダー
*************/

#header {
    overflow: hidden;
    background: #CFCFCF;
    z-index: 500;
}

* html #header {
    height: 1%;
}

#header h1 {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}


/*************
/* ロゴ
*************/

#header .logo {
    float: left;
    padding: 28px 40px 0;
    font-size: 24px;
}

.logo div.logo-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

div.user-logo {
    float: right;
    padding: 20px;
}

#header .menu {
    margin: 0 auto;
    width: 100%;
}


/**************************
/* トップナビゲーション
**************************/

ul#topnav {
    float: right;
    overflow: hidden;
}

* html ul#topnav {
    height: 1%;
}

ul#topnav li {
    float: left;
    margin: 25px 17px;
    text-align: center;
    font-weight: bold;
}

div.user-logo .user-icon {
    font-size: 30px;
    color: #F0F3F5;
}

#custom-tooltip {
    display: none;
    position: absolute;
    margin-left: -89px;
    padding: 5px 12px;
    background-color: #00cc66;
    border-radius: 4px;
    color: #fff;
}


/*************
/* 検索
*************/

.new-app-search {
    padding: 20px 0 0 0;
}

.search-right {
    float: right;
    vertical-align: middle;
    position: relative;
    bottom: 10px;
}

.search-right-2 {
    float: right;
    vertical-align: middle;
    margin-bottom: 10px;
}

.search-txt-left {
    float: left;
    /* margin-top: -10px; */
    vertical-align: middle;
    padding-top: 0 !important;
}

.form-wrapper-2 input[type=text] {
    width: 210px;
    height: 20px;
    padding: 9px 4px;
    float: left;
    border: 0;
    border: 1px solid #c2cbd1;
    border-right: none;
    z-index: 400;
    outline: none;
}

.form-wrapper-2 input[type=button] {
    overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    height: 40px;
    width: 70px;
    font: bold 15px/40px 'Raleway', sans-serif;
    color: #fff;
    background: #007BFF;
}

.form-wrapper-2 input[type=button]:hover {
    background: #004BB1;
    color: #fff;
}

.float-left {
    float: left;
}

.search-wrapper {
    margin-top: 20px;
}

.search-del-btn {
    overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    height: 40px;
    width: 70px;
    font: bold 15px/40px 'Raleway', sans-serif;
    color: #fff;
    background: #007BFF;
}

.search-del-btn:hover {
    background: #004BB1;
    color: #fff;
}


/**************************
/* グリッド
**************************/

.gridWrapper {
    clear: both;
    padding-bottom: 20px;
    overflow: hidden;
}

* html .gridWrapper {
    height: 1%;
}

.grid {
    float: left;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
}

.grid img {
    width: 300px !important;
    height: 300px !important;
}

.grid-text {
    padding: 3px 5px;
    text-align: center;
    background: #CDD6DD;
    margin-top: -4px;
    clear: both;
    cursor: default;
    height: 95px !important;
}

.grid-text:hover {
    background: #AAAAAA;
    cursor: pointer;
}

.grid-text p {
    padding: 0px 5px !important;
    max-width: 243px;
    font-size: 10px;
    line-height: 2;
    word-wrap: break-word;
}

.gridWrapper img {
    max-width: 100%;
}

.search-dropdown {
    float: left;
}

.action-dropdown {
    margin-left: 80px;
    width: 200px;
    height: 40px;
    float: left;
    border: 0;
    border: 1px solid #c2cbd1;
}

select#search-del-dropdown {
    outline: none;
}


/*************
/* データテーブル
*************/

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background: none !important;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background: none !important;
}

#tbwrapper {
    padding-bottom: 70px;
}

#pjtable tr td:last-child {
    display: none;
}

.dataTables_filter {
    display: none;
}

table.dataTable thead {
    background-color: #CFCFCF;
}

table.dataTable thead th,
table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable thead th {
    padding: 10px 10px !important
}

div.dataTables_paginate {
    text-align: center !important;
    float: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: blue !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none !important;
    color: blue !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: none !important;
    background-color: none !important;
    border: none !important;
    color: #007BFF!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #004BB1;
}

.arrow-border {
    border: 1px solid #F1F4F5;
    border-radius: 5px;
    padding: 10px;
    color: #007BFF;
    cursor: pointer;
}

.arrow-border:hover {
    color: #004BB1;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: none;
}


/**************************
/* Radiation Form 全体
**************************/

#container {
    margin: 0 auto;
    width: 100%;
}

.radiation-form label {
    display: block;
    float: left;
    width: 100%;
    word-wrap: break-word;
    line-height: 1;
    font-weight: bold;
}

div.radiation-form {
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    clear: both;
}

.radiation-form input[type=text] {
    width: 70%;
    height: 20px;
}

.radiation-form select {
    width: 50%;
    height: 30px;
}

.radiation-form input[type=text],
.radiation-form textarea,
.radiation-form select {
    border: 1px solid #ccc;
    padding: 5px 6px;
    margin-top: 0;
}

.radiation-form input[type=button] {
    float: right;
    margin-right: 6px;
    border: none;
    font-weight: 400;
    background: #004BB1;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    height: 30px;
    padding: 11px 15px;
    padding: 0;
    width: 88px;
    border-radius: 40px;
    color: #FCFCFC;
    outline: 0;
    box-shadow: none;
}

.radiation-form .datepicker {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 0;
}

.padding-bottom-btn {
    padding-bottom: 39px !important;
}

.datepicker-cal-icon {
    margin-left: -22px;
}


/**************************
/* カラースタイル
**************************/

.color_style_div {
    padding: 3px;
    font-size: 13px;
}

.color_style_div label {
    padding: 3px;
    font-size: 12px;
    display: block;
    float: left;
    width: 160px;
    word-wrap: break-word;
    line-height: 1;
    font-weight: bold;
    clear: both;
}

.color_style_div div.button span {
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding-left: 165px;
    padding-top: 5px;
    font-size: 11px;
    background-size: 155px 20px;
    display: inline-block;
    height: 20em;
    width: 200px;
    font-size: 1px;
}

.color_style_div .drop-down {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 0;
    font-family: verdana;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 1px;
    margin-top: 0;
}

.color_style_div .drop-down select {
    display: none;
}

.color_style_div .drop-down .select-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 23px;
    padding: 0;
    list-style-type: none;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow: auto;
    overflow-x: hidden;
}

.color_style_div .drop-down .select-list li {
    display: none;
}

.select-list-display-none {
    display: none;
}

.color_style_div .drop-down .select-list li span {
    display: inline-block;
    min-width: 280px;
    text-align: left;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    font-size: 11px;
    padding-left: 164px;
    font-size: 11px;
    background-size: 155px 20px;
    width: 377px;
}

.color_style_div .drop-down .select-list li span:hover,
.color_style_div .drop-down .select-list li span:focus {
    opacity: 1;
}

.color_style_div a.select-list-link {
    background: transparent url(/static/resources/images/down_arrow.png) no-repeat center;
    background-repeat: no-repeat;
    background-position: 15px 2px;
    padding-left: 33px;
    font-size: 11px;
    background-size: 10px 10px;
}


/*トグルボタンのスタイルを指定*/

.nav-toggle {
    cursor: pointer;
    height: 2rem;
    position: absolute;
    width: 2.6rem;
    z-index: 502;
    background-color: #3B4043 !important;
    padding: 10px;
    position: fixed;
    top: 123.7px !important;
}

.nav-toggle:hover {
    opacity: 0.6;
}

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #D1DFF0;
    content: "";
    height: 0.2rem;
    transition: all 0.5s;
    width: 36px;
}

.nav-toggle .nav-toggle-bar {
    margin-top: 0;
}

.nav-toggle .nav-toggle-bar::after {
    margin-top: 0.7rem;
}

.nav-toggle .nav-toggle-bar::before {
    margin-top: -0.7rem;
}

.nav-toggle.expanded .nav-toggle-bar::after {
    background: #ffffff;
    width: 30px;
}


/* nav */

.menu-nav {
    background: #ffffff;
    transition: all 0.3s;
    left: -40rem;
    width: 520px;
    top: 124px;
    bottom: 0;
    position: fixed;
    overflow: hidden;
    color: #ffffff;
    z-index: 501;
}

.menu-nav.expanded {
    left: 0;
}

.nav-div {
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
}

.menu-nav .nav-div ul {
    list-style: none;
    margin-top: 54px;
    color: black;
    padding-left: 3px;
}

#content-wrapper-2 {
    transition: all 0.3s;
}

#content-wrapper-2.expand {
    margin-left: calc(49rem - 42rem);
}

#content-wrapper-3 {
    margin-top: 100px;
    padding: 0 20px;
}

.navbar {
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

#navigation-bar {
    padding: 20px 26px;
    z-index: 500;
    background: #3B4043;
    /* position: absolute;
    top: 60px; */
}

.navbar-default {
    position: fixed;
    top: 60px;
    width: 98%;
}

.navbar-header {
    float: left;
    margin-top: -23px;
    margin-left: 39px;
    color: #F7F7F7;
}

.navbar-header:hover {
    opacity: 0.6;
}

.navbar-buttons {
    float: right;
    position: relative;
    top: 10px;
}

.navbar-header-expanded {
    margin-left: calc(49rem - 23rem);
}

.nav-icon {
    font-size: 20px;
    color: #f7f7f7;
}

.nav-icon:hover {
    opacity: 0.6;
}

#content-show {
    background: #202124;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.nav-btn {
    text-align: center;
    width: 89px;
    height: 24px;
    border: 2px solid #F7F7F7;
    border-radius: 40px;
    background: transparent;
    color: #F7F7F7;
    outline: 0;
    box-shadow: none;
}

.nav-btn:hover {
    opacity: 0.5;
}

ul.nav-btn-ul li {
    float: left;
    margin: -10px 17px;
    text-align: center;
    font-weight: bold;
}

.nav-a {
    padding: 2.5px 12px;
    text-align: center;
    border: 2px solid #F7F7F7;
    border-radius: 40px;
    color: #F7F7F7;
    font: 400 13.3333px Arial;
    appearance: auto;
}


/*************
/* range
*************/

.__range input {
    outline: none;
    -webkit-appearance: none;
    background-color: #F0F3F5;
    height: 11px;
    width: 100%;
    border-radius: 10px;
}

.__range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    margin-top: -11px;
    margin-bottom: -11px;
    background-color: #3B4043 !important;
    border: 2px solid white;
    border-radius: 50%;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.__range-step {
    position: relative;
}

.__range-max {
    float: right;
}

.__range-step input::-webkit-slider-thumb {
    background: transparent;
}

.__range-step input::-moz-range-thumb {
    background: transparent;
}

.__range-step input::-ms-thumb {
    background: transparent;
}

.__range-step datalist {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: auto;
    bottom: 11px;
    /* disable text selection */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    pointer-events: none;
    padding-right: 3px;
    padding-left: 3px;
}

.__range-step datalist option {
    width: 4px;
    height: 4px;
    min-height: 4px;
    border-radius: 100px;
    white-space: nowrap;
    padding: 0;
    line-height: 40px;
}

.__range-step {
    width: 73%;
    float: left;
}

.range-output {
    float: right;
    margin-right: 60px;
}


/* Canvas */

div#canvas {
    /* Fallback */
    min-height: 83vh;
    min-height: calc((var(--vh, 1vh) * 100) - 127px);
    margin: 0 auto -50px;
}

div#canvas canvas {
    outline: none;
    border: none;
}


/* loading処理中 */

#loading-screen {
    z-index: 2;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: 1s opacity;
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
}


/* トグル */

.right-container {
    position: absolute;
    right: 10px;
    min-height: calc(100vh - 127px);
}

#orientCubeWrapper {
    width: 130px;
    height: 130px;
    opacity: 0.7;
    transition: opacity 0.3s;
    -webkit-transition: 0.3s;
}

#orientCubeWrapper canvas {
    outline: 0;
}

#orientCubeWrapper:hover {
    opacity: 1;
}

#northMeshWrapper {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 20px;
}

#northMeshWrapper canvas {
    outline: 0;
}

#northMeshWrapper:hover {
    opacity: 1;
}

#legendMeshWrapper {
    width: 90px;
    height: 300px;
    position: absolute;
    bottom: 70px;
    right: 11px;
}

#legendMeshWrapper canvas {
    outline: 0;
}

#legendMeshWrapper:hover {
    opacity: 1;
}


/* dialog */

.trash_dialog .ui-dialog-titlebar {
    display: none !important;
}

.trash_dialog .ui-dialog-buttonpane {
    background-color: #dddddd !important;
}

.create_model_dialog .ui-dialog-titlebar {
    background-color: #004BB1 !important;
}

.create_model_dialog .ui-dialog-titlebar-close {
    display: none;
}

.create_model_dialog .ui-dialog-title {
    color: #fff;
}

#create_model_dialog p {
    font-size: 18px !important;
    margin: 20px 7px 0 0;
}


/* メンテナンス中Dialog */

.maintenance_dialog .ui-dialog-titlebar {
    background-color: #004BB1 !important;
}

.maintenance_dialog .ui-dialog-title {
    color: #fff;
}

.maintenance_dialog .maintenance_cancelButton {
    background: #004BB1 !important;
    color: white !important;
    outline-width: 0px !important;
}


/* error message */

.error,
.success,
.info {
    border: 1px solid;
    padding: 15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 100%;
    position: absolute;
    margin-top: 124px;
    z-index: 10;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    z-index: 503;
}

.success {
    color: #235E31;
    background-color: #D5EDDA;
}

.info {
    color: #4B739E;
    background-color: #A9BFD7;
}

.error-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 9px;
    float: right;
    text-align: center;
    font-size: 1.6em;
    cursor: pointer;
    font-weight: bold;
    color: grey;
    right: 3rem;
}

.error-expanded {
    margin-left: calc(54.5rem - 22rem);
}

.error-close-expanded {
    right: calc(54.5rem - 19rem);
}


div#maintenance_dialog {
    overflow: hidden !important;
}


/*************
/* フッター
*************/


/* #footer {
    clear: both;
    background: #3B4043;
    width: 100%;
    line-height: 50px;
    height: 50px;
    position: relative;
}


#footer .footer-logo {
    float: left;
    padding: 20px 40px 0;
} */

#footer {
    z-index: 500;
}

.footer-logo div.footer-logo-text {
    line-height: 1;
    color: #fff;
}

#footer .footer-right {
    padding: 0 40px 0;
    float: right;
}

#footer .footer-right2 {
    padding: 0 0 0;
    float: right;
}

.footer-right-text a {
    color: #fff;
}


/* delete dialog */

.del-dialog {
    overflow: hidden !important;
}

.display-none {
    display: none;
}


/* ボタン無効 */

button[type=submit]:disabled,
button[type=button]:disabled,
input[type=button]:disabled,
#trash-icon[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
}

#trash-icon[disabled],
input[type=file]:disabled {
    pointer-events: none;
}


/* validation message */

.error-message-p {
    color: red;
    padding-left: 14px;
}


/* PC用 */

@media (max-width:1210px) {
    .menu-nav {
        width: 260px;
    }
}

@media only screen and (min-width:960px) {
    /* グリッド全体 */
    .gridWrapper {
        clear: both;
        width: 960px;
        margin: 0 0 0 -20px;
        height: 395px;
    }
    /* グリッド共通 ベース:トップページ4カラム */
    .grid {
        float: left;
        width: 300px;
        margin-right: 10px;
    }
}

@media (max-width:1000px) {
    .nav-btn-ul li {
        margin: 10px 5px 0 5px;
    }
}


/* モニター幅940px以下 */

@media only screen and (max-width:940px) {
    #header h1 {
        padding: 0 0 5px 10px;
    }
    #header .logo {
        padding-left: 10px;
    }
    div.user-logo {
        text-align: center;
        float: none;
    }
    .grid {
        float: left;
        width: 45%;
        margin: 10px 0 0 30px;
    }
    .grid img {
        float: left;
        margin-right: 5px;
    }
    .grid-text {
        width: 80%;
    }
    .search-right {
        margin-right: 20px;
    }
}

@media only screen and (max-width:940px) {
    .search-txt-left {
        margin-left: 30px;
    }
    .search-right-2 {
        margin-right: 40px;
    }
    .grid-text {
        width: 290px !important;
    }
}

@media only screen and (max-width:920px) {
    .search-right {
        margin-right: 40px;
    }
    .search-right-2 {
        margin-right: 40px;
    }
}

@media only screen and (max-width:900px) {
    .search-right {
        margin-right: 60px;
    }
    .search-right-2 {
        margin-right: 60px;
    }
}

@media only screen and (max-width:880px) {
    .search-right {
        margin-right: 60px;
    }
    .search-right-2 {
        margin-right: 100px;
    }
}


/* iPad 縦 */

@media only screen and (max-width:768px) {
    #header {
        padding-bottom: 0;
    }
    #header h1 {
        text-align: center;
    }
    #header .logo {
        float: none;
        text-align: center;
        padding: 10px 5px 20px;
    }
    .menu {
        padding-bottom: 32px;
    }
    div.user-logo {
        text-align: center;
        float: none;
    }
    ul#topnav {
        clear: both;
        width: 100%;
    }
    ul#topnav li {
        width: 33%;
        margin: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    ul#topnav li:nth-child(3n) {
        border-right: 0;
        width: 34%;
    }
    .menu-nav {
        top: 145px;
    }
}


/* スマートフォン 横(ランドスケープ) */

@media only screen and (max-width:640px) {
    #footer .grid p {
        text-align: center;
    }
    .grid img {
        float: none;
        margin: 20px auto 10px;
    }
    .grid p {
        text-align: left;
    }
    .search-dropdown {
        clear: both;
        padding-bottom: 20px;
        margin-left: -77px;
    }
    .search-right {
        clear: both;
        margin-right: 76px;
        padding-bottom: 15px;
    }
    .grid-text {
        margin-top: -15px;
        width: 94.1%;
    }
}


/* スマートフォン 縦(ポートレート) */

@media only screen and (max-width:480px) {
    ul#topnav li {
        width: 32%;
        padding-bottom: 9px;
    }
    ul#topnav li:nth-child(2n),
    ul#topnav li:nth-child(6n) {
        border-right: 0;
    }
}


/* 67% zoom */

@media (min-width:2052px) and (max-width:2732px) {
    div#canvas {
        /* Fallback */
        min-height: 83vh;
        min-height: calc((var(--vh, 1vh) * 100) - 130px);
    }
}


/* 80% zoom*/

@media (min-width:1899px) and (max-width:2000px) {
    div#canvas {
        /* Fallback */
        min-height: 83vh;
        min-height: calc((var(--vh, 1vh) * 100) - 130px);
    }
    .grid-text {
        margin-top: -6px;
    }
}