﻿@CHARSET "UTF-8";

/* The html and body elements cannot have any padding or margin. */
html, body {
    height: 100%;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* ラベル */
label.label, label.control-label {
    padding: 5px 2.5px 2.5px 2.5px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #CCECFC;
    color: #000;
    width: 240px;
    text-align: left;
    display: inline-block;
    height: 25px;
    margin-right: 5px;
}

th {
    padding: 2.5px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #CCECFC;
    color: #000;
}

/* ラベルのポインタ外す */
label {
    cursor: auto;
}

/* disabledでも色を変えない */
input:disabled, select:disabled, textarea:disabled {
    color: #000000;
}


/* 横幅によってcontainer幅を変化させます。 */

/*@media ( min-width :1400px) {
    .container {
        width: 1370px
    }
}*/

@media (min-width:768px) {
    .containerBimgmnt {
        width: 750px
    }
}

@media (min-width:992px) {
    .containerBimgmnt {
        width: 970px
    }
}

@media (min-width:1200px) {
    .containerBimgmnt {
        width: 1170px
    }
}

@media (min-width:1400px) {
    .containerBimgmnt {
        width: 1370px
    }
}

@media (min-width:1700px) {
    .label {
        min-width: 100%
    }
}

.containerBimgmnt {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*
 * タイトル
 */
h1, h2, h3, h4, h5, h6 {
    /*line-height: 20px;*/
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 24px;
    line-height: 24px;
    padding: 5px;
    background-color: #eeeeee;
    position: relative;
    padding: 5px 20px;
    background: #fff;
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #999999;
    border-top: #333 solid 3px;
    border-bottom: #333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.0)), color-stop(0.4, rgba(255, 255, 255, 0.0)), color-stop(0.4, rgba(0, 0, 0, 0.1)), color-stop(0.6, rgba(0, 0, 0, 0.1)), color-stop(0.6, rgba(255, 255, 255, 0.0)), to(rgba(255, 255, 255, 0.0)));
    background-image: -webkit-linear-gradient(top -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60%);
    background-image: -moz-linear-gradient(top -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60%);
    background-image: -o-linear-gradient(top -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60%);
    background-image: linear-gradient(to bottom -45deg, transparent 40%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, transparent 60%);
    background-size: 4px 4px;
}

h2 {
    font-size: 20px;
    line-height: 20px;
    padding-left: 10px; /* 左の余白 */
    border-width: 0px 0px 2px 15px; /* 枠の幅 */
    border-style: solid; /* 枠の種類 */
    border-color: #999999; /* 枠の色 */
    margin-top: 10px;
}

h3 {
    font-size: 16px;
    line-height: 16px;
    padding-left: 20px; /* 左の余白 */
    border-width: 0px 0px 2px 0px; /* 枠の幅 */
    border-style: solid; /* 枠の種類 */
    border-color: #999999; /* 枠の色 */
    margin-top: 10px;
}

h4, h5, h6 {
    font-size: 14px;
    line-height: 14px;
}

/*
 * その他
 */
select {
    padding: 2px;
    line-height: -10px;
}

a, a.link {
    color: #0088cc;
    cursor: pointer;
}

    a:hover, a.link:hover {
        text-decoration: underline;
    }

/*
 * テーブル用
 */
table {
    border-collapse: collapse;
}

td {
    border: solid 1px;
    padding: 0.25em;
}

th {
    border: solid 1px;
    padding: 0.25em;
}

body, span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1.20em;
    vertical-align: baseline;
    background: transparent;
}

.navbar-collapse {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 1.20em;
    vertical-align: baseline;
    background: transparent;
}

select, input, textarea {
    vertical-align: middle;
    position: relative;
    margin: 0 4px 2px 0;
    margin-right: 3px;
    top: -1px;
    height: 25px;
}

select {
    height: 25px;
    line-height: 25px;
}

input[type="checkbox"], input[type="radio"] {
    border: none;
    top: -2px;
    top: 0\9;
    margin-right: 2px;
    margin-right: 0\9;
    font-size: 1.25em;
}

#loading-view {
    /* 領域の位置やサイズに関する設定 */
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    /* 背景関連の設定 */
    background-color: #ffffff;
    filter: alpha(opacity=85);
    opacity: 0.85;
    background-image: url(../../resources/img/nowloading03.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/* 並列にオブジェクトを配置する際のdiv要素 */
.col-1 {
    display: inline-block;
    width: 425px;
}

.col-2 {
    display: inline-block;
    width: 500px;
}

/* 固定するdiv要素に関するCSS */
.fixing-base .fixing-box.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px
}

.flexGridBox {
    height: 50%;
}

table .label {
    display: block;
    padding: 5px 2.5px 2.5px 2.5px;
    height: 25px;
    width: 250px;
    margin-bottom: 0 !important;
    text-align: right;
    font-size: 1.2em;
}

.tblWidth {
    width: 100%;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ccecfc;
    height: 40px;
}

    /* Style the buttons that are used to open the tab content */
    .tab .button {
        position: relative;
        background-color: #CCECFC;
        border: none;
        color: #000000;
        padding-top: 9px;
        width: 100px;
        height: 100%;
        text-align: center;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        text-decoration: none;
        overflow: hidden;
        cursor: pointer;
    }

        /* Change background color of buttons on hover */
        .tab .button:hover {
            background-color: #7EE1F7;
        }
        /* Create an active/current tablink class */
        .tab .button.active {
            background-color: #7EE1F7;
        }

/* Style the tab content */
.tabcontent {
    display: block;
    padding: 6px 12px;
    border: 1px solid #CCCCCC;
    border-top: none;
}

    .tabcontent div {
        padding: 5px;
    }

    .tabcontent a {
        color: darkblue;
    }

.modal-header {
    color: white;
    font-weight: bold;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    color: white;
}

/* Clickable Label for input type [checkbox,radiobutton]*/
.labelClick {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0 !important;
    font-weight: 300 !important;
}

    /* Clickable Label for pointer 表示形*/
    .labelClick:hover {
        cursor: default;
    }

.disable-text-selection {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    user-select: none;
}

.rangeSelectLabel{
    padding-top:5px;
    font-size:14px;
    color:blue;
}

.masterSearchFooter{
    margin-bottom:10px;
}

.masterSearchDiv {
    width: 100%;
    overflow-y: scroll;
    position: relative;
    height: 370px;
    border: 1px solid #ddd !important;
}

.masterSearchDiv table {
    width: 100%;
}

.modal, .second-modal {
    background-color: rgba(0,0,0,0.4);
}
