﻿/* bootstrapデバッグ用に罫線表示 */
div {
    /*border: 1px solid #d3d3d3;*/
}


/*------------------------------
    システム専用
------------------------------*/
/* 基本 */
* {
    font-size: 16px;
    /*background-color: rgba(239,239,239,0);*/
}
html,body,pre {
    font-family: "メイリオ", Hiragino Kaku Gothic Pro, sans-serif;
    -webkit-text-size-adjust: 100%;
    /*background-color:#F0d0a0;*/
    background-color:#F0F0F0;
}
pre {
    white-space: pre-wrap;
}

/*----- ライン -----*/
/* マージンなし */
.pro_line_m0 {
    color: black;
    background-color: #2a71b9;
    height: 2px;
    line-height: 2px;   /* heightと同じ値を指定して天地揃え*/
}
/* マージン10 */
.pro_line_m10 {
    color: black;
    background-color: #2a71b9;
    height: 2px;
    line-height: 2px;   /* heightと同じ値を指定して天地揃え*/
    margin: 10px 0px;   /* 上下10 左右0 */
}

/*----- トップ -----*/
/* 配置用側 */
.pro_top {
    height: 100vh;
    width: 100%;
    overflow: auto;
}
@media screen and (max-height: 360px) {
    /* 高さ360px以下の場合 */
    .pro_top {
        height: 100%;
        width: 100%;
        overflow: auto;
    }
}
@media screen and (max-width: 600px) and (max-height: 530px) {
   /* 幅600以下、高さ530px以下の場合 */
    .pro_top {
        height: 100%;
        width: 100%;
        overflow: auto;
    }
}
/* ボックス */
.pro_top_box {
    max-width: 640px;
    /*min-height: 200px;*/
    color: white;
    background-color: #2a71b9;
}
/* 案内文エリア */
.pro_top_msg {
    color: black;
    background-color: white;
    border-top: 2px solid #2a71b9;
    border-left: 2px solid #2a71b9;
    border-right: 2px solid #2a71b9;
}
.pro_top_msg1 {
    font-size:small;
    height: 15em;
    color: black;
    background-color: white;
    padding-left:1em;
    border-bottom: 2px solid #2a71b9;
    border-left: 2px solid #2a71b9;
    border-right: 2px solid #2a71b9;
    overflow: auto;
    width:100%;
}
.pro_top_msg2 {
    font-size:small;
    color: black;
    height:91vh;
    background-color: white;
    padding-left:1em;
    border-bottom: 2px solid #2a71b9;
    border-left: 2px solid #2a71b9;
    border-right: 2px solid #2a71b9;
    overflow: auto;
    width:100%;
}

/*----- 文字サイズ -----*/
.pro_h1 {
    /*font-size: xx-large;*/
    font-size: x-large;
    /*font-size: large;*/
    /*font-size: medium;*/
}
.pro_h2 {
    font-size: large;
}

/*----- メッセージ系 -----*/
.pro_msg_info, .pro_msg_success, .pro_msg_warning, .pro_msg_error {
    border: 2px solid;
    padding: 15px;
    font-size: large;
    width: 100%;
    border-radius: 10px;
}
.pro_msg_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.pro_msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.pro_msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.pro_msg_error {
    color: #D8000C;
    background-color: #FFBABA;
}

/*----- ボタン系 -----*/
/* 問い合わせリンク */
.pro_contact {
    font-size: large;
    display: inline-block;
    color: white;
    padding: 0.5em 1em;
    text-decoration: none;
    border: double 4px #67c5ff;
    border-radius: 3px;
    margin: 1em;
}
.pro_contact:hover {
    background: #67c5ff;
}
/* 円ボタン */
.pro_btn_circle {
    display: inline-block;
    text-decoration: none;
    background: #87befd;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    /*transition: .4s;*/
}
.pro_btn_circle:hover{
    background: #afdfff;
}
 /* 円ボタン(小) */ 
.pro_btn_circle_min {
    display: inline-block;
    text-decoration: none;
    background: #87befd;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    /*transition: .4s;*/
}

/* フィルターパネルボタン */
.pro_filterpnlbtn {
    position: absolute;
    top: 14px;
    left: 12px;
    color: white;
    font-size: x-large;
    /*border: 2px solid;
    padding: 2px;*/
    z-index: 99;
}
.pro_filterpnlbtn:hover {
  color: #e0bf35;
  cursor:pointer;
}

/* 半透明右上1番目 */
.pro_fixbtn_rt1 {
    position: fixed;
    top: 60px;
    right: 10px;
    z-index: 99;
    opacity: 0.5;
}
.pro_fixbtn_rt1:hover {
    opacity: 1;
}
/* 半透明右上2番目 */
.pro_fixbtn_rt2 {
    position: fixed;
    top: 110px;
    right: 10px;
    z-index: 99;
    opacity: 0.5;
}
.pro_fixbtn_rt2:hover {
    opacity: 1;
}
/* 半透明右下 */
.pro_fixbtn_rb1 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    opacity: 0.5;
}
.pro_fixbtn_rb1:hover {
    opacity: 1;
}

/*----- 入力コントロール -----*/
/* 通常 */
.pro_txtNormal {
    color: black;
    background-color: white;
}
/* 必須 */
.pro_txtNeed {
    color: black;
    background-color: yellow;
    width: 700px;
}
/* 読み取り専用 */
.pro_txtReadonly {
    color: black;
    background-color: lightpink;
}
/* 幅サイズ大 */
.pro_txtwidth_lg {
    width: 370px;
}
/* 幅サイズ中 */
.pro_txtwidth_md {
    width: 190px;
}
/* 幅サイズ小 */
.pro_txtwidth_sm {
    width: 110px;
}
/* 幅サイズ極小 */
.pro_txtwidth_xs {
    width: 40px;
}
/* 高さサイズ5 */
.pro_txtHeight_5 {
    vertical-align: top;
    height: 5em;
}


/* コード(MAX1桁) */
.pro_txtwidth_code1{
    width: 50px;
}  

/* コード(MAX3桁) */
.pro_txtwidth_code3{
    width: 70px;
}  

/* コード(MAX8桁) */
.pro_txtwidth_code8{
    width: 100px;
}  

/* No(MAX8桁) */
.pro_txtwidth_no8{
    width: 100px;
}  

/* No(MAX8桁) */
.pro_txtwidth_no10{
    width: 160px;
}  

/* 名称(MAX10桁) */
.pro_txtwidth_name10
{
    width:250px;
} 

/* 名称(MAX20桁) (品番など検索用)*/
.pro_txtwidth_name20
{
    width:300px;
} 

/* 名称(MAX30桁) */
.pro_txtwidth_name30
{
    width:350px;
} 

/* 名称(MAX40桁) ※マスタは合わせる */
.pro_txtwidth_name40
{
    width:400px;
} 

/* 物件名(MAX50桁) */
.pro_txtwidth_bukken50
{
	width:465px;
} 


/* 物件名(MAX40桁) */
.pro_txtwidth_bukken40
{
    width:465px;
} 

/* 税率、判定など(MAX2桁) */
.pro_txtwidth_num2
{
    width:60px;
} 

/* 件数など(MAX4桁) */
.pro_txtwidth_num4
{
    width:80px;
} 

/* 日付(MAX10桁) */
.pro_txtwidth_day10
{
    width:120px;
} 

/* 日付(MAX7桁) */
.pro_txtwidth_month7
{
    width:90px;
} 

/* 略称(MAX10桁) */
.pro_txtwidth_ryaku10
{
    width:120px;
} 

/* ふりがな(MAX30桁) */
.pro_txtwidth_hurigana30
{
    width:300px;
} 

/* 郵便番号(MAX8桁) */
.pro_txtwidth_zip8{
    width: 100px;
}  

/* 住所(MAX60桁) */
.pro_txtwidth_address60
{
    width:550px;
} 

/* TEL/FAX(MAX13桁) */
.pro_txtwidth_telfax13
{
    width:140px;
} 

/* 品番(MAX40桁) */
.pro_txtwidth_hinban40
{
    width:400px;
} 

/* 品名(MAX50桁) */
.pro_txtwidth_hinmei50
{
    width:500px;
} 

/* 仕様(MAX100桁) */
.pro_txtwidth_shiyo100
{
    width:700px;
} 

/* 備考(MAX255桁) ※改行なし */
.pro_txtwidth_bikou255
{
    width:700px;
} 

/* 備考(MAX40桁) */
.pro_txtwidth_bikou40
{
    width:400px;
} 

/* 数量(MAX9桁) */
.pro_txtwidth_suryo9
{
    width:110px;
} 

/* 単価(MAX14桁) */
.pro_txtwidth_tanka14
{
    width:140px;
} 

/* 金額(MAX14桁) */
.pro_txtwidth_kin14
{
    width:140px;
} 

/* 金額(MAX15桁) */
.pro_txtwidth_kin15
{
    width:160px;
} 

/* 連量(MAX8桁) */
.pro_txtwidth_ren8
{
    width:90px;
} 


/* 数値コントロールのスピンボタン（増減）を非表示にする クラスを指定しても全てに反映される*/
.pro_nospin input[type="number"]::-webkit-outer-spin-button,
.pro_nospin input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pro_nospin input[type="number"] {
    -moz-appearance:textfield;
}

/*----- 配置 -----*/
/* 上下左右に中央 */
.pro_row_v_h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    /* 横方向 */

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;        /* 縦方向 */

    height: 100%;
}
/* 上下に中央 */
.pro_row_v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;        /* 縦方向 */
    
    height: 100%;
}

/*----- 文字揃え -----*/
/* 右揃え */
.pro_align_r {
    text-align: right;
}
/* 中央揃え */
.pro_align_c {
    text-align: center;
}
/* 左揃え */
.pro_align_l {
    text-align: left;
}


.modalBackground {
    background-color:#000;
    filter:alpha(opacity=80);
    opacity:0.8;
} 

/*----- グリッド -----*/
/* グリッドコントロール縦サイズ固定表示 */
.Freezing {
}
.freezingDiv{
    overflow-y: scroll; /* 縦スクロール */
    overflow-x: visible; /* 横スクロール */
    border:black solid 1px;
}
.scroll1 thead, .scroll1 tbody
{
	width: 100%;
}
.scroll1 tbody
{
	height: 374px;      /* この高さを変えるとGridViewのスクロールが２重化している箇所が修正できる */
	overflow-y: scroll;
    /*-webkit-overflow-scrolling: touch;*/
}
.scroll1 tbody::-webkit-scrollbar
{
	width: 20px;
}
.scroll1 tbody::-webkit-scrollbar-track
{
	background: #dbdbdb;
	border-radius: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.scroll1 tbody::-webkit-scrollbar-thumb
{
	background: #808080;
	border-radius: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.freezingDivList{
    overflow-y: visible; /* 縦スクロール */
    overflow-x: visible; /* 横スクロール */
    border:black solid 1px;
}
.scroll_list thead, .scroll_list tbody
{
	float: left;
}
.scroll_list tbody
{
	height: 374px;      /* この高さを変えるとGridViewのスクロールが２重化している箇所が修正できる */
    border-right: 1px solid;
	overflow-y: scroll;
    /*-webkit-overflow-scrolling: touch;*/
}
.scroll_list tbody::-webkit-scrollbar
{
	width: 20px;
}
.scroll_list tbody::-webkit-scrollbar-track
{
	background: #dbdbdb;
	border-radius: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.scroll_list tbody::-webkit-scrollbar-thumb
{
	background: #808080;
	border-radius: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.scroll_list td{
    border:1px solid black;
    overflow-wrap:break-word;
    vertical-align:middle;
}

.plgv tbody tr
{
	height: 27px; 
}

.npgv thead, .npgv tbody ,.npgv tfoot{
	float: left;
}
.npgv tbody
{
	height: 374px;      /* この高さを変えるとGridViewのスクロールが２重化している箇所が修正できる */
	overflow-y: scroll;
    /*-webkit-overflow-scrolling: touch;*/
}
.npgv tbody::-webkit-scrollbar
{
	width: 20px;
}
.npgv tbody::-webkit-scrollbar-track
{
	background: #dbdbdb;
	border-radius: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}
.npgv tbody::-webkit-scrollbar-thumb
{
	background: #808080;
	border-radius: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
}

.npgv table{
    border:1px solid black;
    border-left:none !important;
}

table:focus{
    outline:none;
}

.npgv th{
    border:1px solid black;
    border-top:none;
    border-bottom:none;
    text-align:center !important;
    padding:0;
}

.npgv thead ,.npgv tfoot{
    /*background-color:lightgray;*/
    background-color:#bcbcbc;    
}

.npgv td{
    border:1px solid black;
    overflow-wrap:break-word;
    vertical-align:middle;
    height:27px;
    vertical-align:middle;
}

.npgv td:focus {
    outline-color:rgb(16,16,16);
	outline-offset:0px;
	outline-style:auto;
	outline-width:1px;
}

.npgv td i {
    margin:3px 0 0 2px;
    display:inline-block;
    font-family: "Glyphicons Halflings";
    pointer-events:none;
}

.npgv input {
    caret-color: transparent;
}


.hideReverseColor::selection {
    background:transparent;
    color:#000000;
}


.npgv tfoot td{
    border-bottom:none;
    padding:0 3px 0 3px;
}

.npgv_chkbox{
    width:15px !important;
    cursor:pointer !important;
    text-align:center;
    margin:0 !important;
}

.npgv_cmdbtn{
    background-color:white !important;
    cursor:pointer !important;
    text-align:center;
}


.bgSelected{
    background-color:rgba(135,206,250,0.7) !important;
}

.bgSelected::selection {
    background:transparent;
    color:#000000;
}

.bgPink{
    background-color:pink;
    /*padding:0 3px 0 3px !important;*/
}

.nonActive{
    cursor:default !important;
}

.bgBlue{
    background-color:lightskyblue !important;
}

.bgHinsyu1000{
    background-color:#33aaff !important;
}

.bgHinsyu2000{
    background-color:#cceeff !important;
}

.bgPrint0{
    background-color:#e0e0e0;
}

.bgPrint2{
    background-color:#ffccaa;
}

.bgHeader{
    background-color:#bcbcbc;
}

.cmdBtn{
    /*cursor:pointer;*/
    padding:0 !important;
}





.scroll2 tbody
{
	height: 110px;      /* この高さを変えるとGridViewのスクロールが２重化している箇所が修正できる */
}
.GridViewSelectorWaku {
    background: #bcbcbc;
    border-left: 1px solid transparent !important;
}
.GridViewSelector {
    /*border: 0px #000000 solid;*/
    /*background: lightgray;*/

    opacity:0;
}
.GridViewCell {
    padding: 0px 5px;   /* 上下0 左右10 */
    word-wrap:break-word;
    overflow-wrap:break-word;
    white-space: nowrap;    /* 改行しない */
    overflow:hidden; /* はみ出し文字は非表示 */
}
.GridViewCellLink {
    padding: 0px 5px;   /* 上下0 左右10 */
    word-wrap:break-word;
    overflow-wrap:break-word;
    white-space: nowrap;    /* 改行しない */
    overflow:hidden; /* はみ出し文字は非表示 */    
    width: 100%
}

.GridViewCell_Haisyahyo {   /* 配車表用*/
    padding: 0px 5px;   /* 上下0 左右10 */
    word-wrap:break-word;
    overflow-wrap:break-word;
    white-space: nowrap;    /* 改行しない */
    /*border-left-style: solid;
    border-left-color: lightgray;
    border-right-style: solid;
    border-right-color: lightgray;*/
}
table
{
    table-layout: fixed;
    word-wrap:break-word;
    overflow-wrap:break-word;
    border-bottom: 1px solid black;
}
.GridViewRow:hover{
    background-color:LightCyan;
    cursor:pointer;
}

tr.GridViewHeader {
    color: black;
    background-color: #bcbcbc;
    font-weight: bold;
}

tr.GridViewHeader th {
	padding: 0px 0px 0px 0px;

    border-left: 1px solid transparent;
    border-right: 1px solid black;
    /*border-top : none;*/
    font-weight: normal;

    z-index: 10;
}
tr.GridViewHeader a {
}

td.GridViewFotter {
    color: black;
    background-color: #bcbcbc;
}

th.sortedAscHeader a,
th.sortedDscHeader a {
	font-weight: bold;
}

tr.GridViewHeader th a {
    color:black;
	text-decoration: none;
	font-weight: normal;
    display: block;
    min-width: 100%;
}

tr.GridViewHeader th a:hover {
}


th.sortedAscHeader,
th.sortedDscHeader {
	background-repeat: no-repeat;
	background-position: right;

    z-index: 0;
}

th.sortedAscHeader {
	background-image: url(../images/sort-up.png);

    background-color: mistyrose;
}

th.sortedDscHeader {
	background-image: url(../images/sort-down.png);

    background-color: lightcyan;
}


/* チェックボックス */
.pro_ck input{
	display: none;
}
.pro_ck label{
	display: block;
	float: left;
	cursor: pointer;
	width: 95px;
	margin: 0;
	padding: 12px 5px;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	background: #cccccc;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
}
.pro_ck input[type="checkbox"]:checked + label {
	/*background-color: #449944;*/
    background-color: #449944;
	border-right: 1px solid #227722;
	border-bottom: 1px solid #227722;
	color: white;
}

/* クリックした行の色を変える */
.activerow{
    background-Color:LightSkyBlue;

}

/* チェックボックス */
.pro_ck_line input{
	display: none;
}
.pro_ck_line label{
	display: block;
	float: left;
	cursor: pointer;
	width: 200px;
	margin: 0;
	padding: 12px 5px;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	background: #cccccc;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
}
.pro_ck_line input[type="checkbox"]:checked + label {
	/*background-color: #449944;*/
    background-color: #449944;
	border-right: 1px solid #227722;
	border-bottom: 1px solid #227722;
	color: white;
}

/*------------------------------
    配車入力画面用
------------------------------*/
.GridCellHaisya {
    color:black;
	text-decoration: none;
	font-weight: normal;
    display: block;
    min-width: 100%;
    min-height: 15px;
}
.GridCellHaisya a:hover {
    color:black;
	text-decoration: none;
}
.GridCellTime {
    /* */
    width: calc((80% - 340px) / 7);
    text-align: center;
}



/*----- ボタンの丸みを無くす -----*/
input[type="button"] {
    /*border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;*/
    /*-webkit-appearance: none;
    border-radius: 0;*/
}

/*----- ローディング（読み込み中）画像表示用の位置設定 -----*/
.loading{
    position:absolute;
    left:50%;
    top:30%;
    margin-left:-50px;
}

/*------------------------------
    bootstrap拡張
------------------------------*/
/* PCモニタでの幅制限など */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    /*min-width: 600px;*/
    /*max-width: 980px;*/
}

/* 空行を１行開ける */
.row-h {
    height: 1em;
}

/* 行の縦揃え準備(中央、下揃えを使用する場合にセットで指定する) */
.row-va {
    letter-spacing:-0.4em;
}
.row-va > [class*='col-'] {
    display:inline-block;
    letter-spacing:0;
    vertical-align:top;
    float:none !important;
}

/* 中央揃え */
.row-va.va-middle > [class*='col-'] {
    vertical-align:middle;
}
/* 下揃え*/
.row-va.va-bottom > [class*='col-'] {
    vertical-align:bottom;
}

/* カラムの高さを揃える */
.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ナビバーカラー変更 */
/* https://work.smarchal.com/twbscolor/ */
.navbar-default {
  background-color: #2a71b9;
  border-color: #275383;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  /*color: #e0bf35;*/
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e0bf35;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #2a71b9;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #e0bf35;
  background-color: #275383;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #275383;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e0bf35;
  background-color: #275383;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #e0bf35;
  background-color: #275383;
}
.navbar-default .navbar-toggle {
  border-color: #275383;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #275383;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #e0bf35;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e0bf35;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e0bf35;
    background-color: #275383;
  }
}


/*------------------------------
    上書き：magnific-popup
------------------------------*/
img.mfp-img {
}
 
.mfp-title {
}
 
.mfp-counter {
}
 
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
}

.mfp-iframe-holder .mfp-content {
    width:auto;
    min-width:95%;
    min-height:100%;
 }

/*------------------------------
    上書き：ナビゲーション
------------------------------*/
.navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media only screen and (max-device-width: 480px) {
    /* スマホ用のCSS */
    .navbar-brand {
      height: 20px;
      padding: 15px 15px;
    }
}
@media only screen and (min-device-width: 481px) {
    /* PC用のCSS */
    .navbar-brand {
      height: 20px;
      padding: 10px 15px;
    }
}

.navbar {
  min-height: 40px !important;
  margin-bottom: 3px  !important;
}


/*------------------------------
    丸ボタン
------------------------------*/
.btn-circle-flat {
    display: inline-block;

    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;

    background-color: #fff;
    color: #333;

    width: 40px;
    height:40px;

    border: 1px solid #ccc;


    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

}

.btn-circle-flat:hover {
  background: #adadad;
  color: #333;
  border-color: #e6e6e6;
}

/*------------------------------
    ラジオボタンの表示変更
------------------------------*/
.button-radio input[type="radio"] {
    display:none; 
}

.button-radio label {
    display:inline-block;
    background: #cccccc;
    padding:6px 20px;
    font-size:14px;
    text-align:center;
    border-radius:5px;
    border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
.button-radio input[type="radio"]:checked + label { 
    color:#fff;
    background-color:#449944;
    border-right: 1px solid #227722;
	border-bottom: 1px solid #227722;
}

.button-radio_short label {
    padding:6px 13px;
}

/*------------------------------
    ラジオボタン(大)の表示変更
------------------------------*/
.button-radio_line input[type="radio"] {
    display:none; 
}

.button-radio_line label {
    display:inline-block;
    background: #cccccc;
    padding:6px 20px;
    font-size:14px;
    text-align:center;
    border-radius:5px;
    border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
.button-radio_line input[type="radio"]:checked + label { 
    color:#fff;
    background-color:#449944;
    border-right: 1px solid #227722;
	border-bottom: 1px solid #227722;
}

/*----- ラジオボタン -----*/
.pro_radio {
 height: 44px;
 box-sizing: border-box;
 background-color: #f0f0f0;
 border: 1px solid #999;
 border-radius: 28px;
 letter-spacing:-0.4em;
 width: 200px
}

.pro_radio > label {
 float: left;
 width: 50%;
 height: 42px;
 font-size: 14px;
 line-height: 42px;
 border-radius: 28px;
 color: #999;
 text-align:center;
 letter-spacing:normal;
}

.pro_radio > input[type="radio"] {
 display: none;
}

.pro_radio > input[type="radio"]:checked + label {
 color: #fff;
}

.pro_radio > input[type="radio"]:checked + label:nth-child(2) {
 background-color: #1253A4;
}

.pro_radio > input[type="radio"]:checked + label:nth-child(4) {
    background-color: #F26964;
}

/*----- 入力項目の行間を狭くする。（BootStrapのCSS設定を上書きする。） -----*/
.form-group 
{
    margin-bottom: 5px !important;
}

/*----- 表示項目切替用 -----*/
.secretcolumn_normal
{
    display:normal; /* 表示 */
}

.secretcolumn_none
{
    display:none; /* 非表示 */
}

.dispNone
{
    display:none; /* 非表示 */
}


/*----- 計算ボタン（表示） -----*/
pro_calc_btn {
}

/*----- ポップアップメッセージ -----*/
.pro_popupmessege {
    position: fixed;
    top: 25%;
    left: 45%;
	height: 500px;
	width: 555px;
    margin-left: -300px;
    margin-top: -50px;
    z-index: 999;
}

/*----- input type='number' の矢印ボタン(スピンボタン)を非表示にする -----*/
/* Chrome/Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


/*-------------------------------------
         DecodeWindow用CSSClass
---------------------------------------*/

/*----- 親ページを覆い隠す黒いフィルター -----*/
.pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 90;
    opacity: 0.75;
    background-color: black;
}

/*----- iframeを乗せるwrapper -----*/
.if_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 40px;
    z-index: 91;
}

/*----- ヘッダーtr -----*/
tr.gv_header {
    color: black;
    background-color: #bcbcbc;
    font-weight: bold;
}

    /*----- ヘッダーcell -----*/
    tr.gv_header th {
        padding: 0px 0px 0px 0px;
        border-left: 1px solid transparent;
        border-right: 1px solid black;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
    }

    /*----- ヘッダーcell -----*/
    tr.gv_header th a {
        color: black;
        text-decoration: none;
        font-weight: normal;
        display: block;
        min-width: 100%;
    }

/*----- tbodyのセル -----*/
.gv_body {
    border-color: black;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    font-size: 10pt;
    padding:0 5px 0 5px;
}

/*----- tbodyのrowに設定する。検索時の表示切り替え用。 -----*/
.dw_srch {
    /*display: table-row;*/
    cursor:pointer;
}

    .dw_srch:hover {
        background-color:lightcyan;
    }

/*----- tbodyのrowに設定する。検索時の表示切り替え用。 2GVs用｡ -----*/
.dw_srch_R {
    display: table-row !important;
    cursor:pointer;
}

    .dw_srch_R:hover {
        background-color:lightcyan;
    }

/*----- tbodyのrowに設定する。検索時の表示切り替え用。 -----*/
.dw_srch_true{
    display: table-row !important;
}

/*----- GridViewCellに後から入れるTextBoxのスタイル -----*/
.inserted_txtbox{
    border-style:none;
    height: 100%;
    width: 100%;
    padding: 0 2px;
    background-color:transparent;
    /*outline: none;*/
}

/*----- ユーザーが入力できないtxtbox -----*/
.inserted_txtbox_readonly{
    border-style:none;
    height: 100%;
    width: 100%;
    padding: 0 2px;
    background-color:transparent;
    cursor:default;
}

/*----- 範囲選択の起点cell -----*/
.cellSelectionRangeStart {
    border: 2px dotted #000000;
}



.msg_save_success{
    pointer-events:none;
    text-align:center;
    position:absolute;
    display:none;
    border: 2px solid #005000;
    border-radius: 10px;
    padding: 20px;
    font-size: large;
    width: 50%;
    color: #005000;
    opacity:0.5;
    background-color: #BEFFB3;
    transition-property: opacity; 
    transition-duration: 1s;
    z-index: 2000;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.msg_save_success.fadeout{
    display:block;
    animation: fadein-keyframes 1s ease 1s 1 forwards;
}

 @keyframes fadein-keyframes {
    0% {
      opacity: 0.5;
    }

    100% {
      opacity: 0;
    }
  }

 .chk13{
     /*margin: 0 3px 0 3px !important;*/
     margin-right: 8px !important;
     transform: scale(1.3);
 }

 .errCell{
     background-color:rgba(255,0,0,0.3)
 }

 /* テキストボックスの中身の文字を黒にしたかったけどこれじゃだめだった */
 /*.form-control input[type='text']{
     color:#000000;
 }*/