﻿/***************************************
    GAS共通
***************************************/
body {
    background-color: #f7fbff;
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 20px;
    line-height:1.2;
}

body,div,table,td,th,p,a,input,li,select,textarea,h1, h2, h3, h4, h5, h6
{
    /*font-family: Arial,'Microsoft Sans Serif';*/
    font-family: MS P ゴシック,'MS PGothic';                   /*OCS-Tou 20190827 日本語のフォント種類に変更*/
}

/*input:lang(ja){
    font-family: 'MS PGothic';
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

h1.Process
{
	background: url(img/loaderbar.gif) no-repeat center center;
	color:black;
	margin:10px 40px;
	height: 84px;
	font-size:18px;
}

hr {
    margin-top:5px;
    margin-bottom:5px;
}


input::-ms-clear {
    display:none    /*input要素の×ボタンを消す*/
}

/***************************************
    Bootstrap
***************************************/
@media (min-width: 1040px) {
  .container {
    width: 1040px;
  }
}

.body-content {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    font-size:14px;
    padding: 2px 6px;
}

.form-control {
    height:24px;
    font-size:14px;
    padding:0 3px;
    color:black;
}

.text-center {
    text-align: center!important;
}

.bg_purple[readonly] {
  background-color: pink!important;
  opacity: 1;
}

.panel{
    margin-bottom: 5px;
}


.panel-heading {
    padding:5px;
}

.page-header {
    padding-bottom: 5px;
    margin: 8px 0 8px;
}

.panel-body {
    padding: 10px;
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -25px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

p {
    margin:0 0 5px;
}

.alert {
  padding: 5px 2px;
  margin-bottom: 5px;
}

.alert ul{
    padding: 0 10px;
    list-style-type: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px 2px 2px 2px;
    line-height: 14px;
}

.tablegas tr > th{
    padding: 2px 5px!important;
    border:2px solid white;
    background-color:#ebd1b8;
    line-height:20px!important;
}

.tablegas tr > td{
    padding: 2px!important;
    border:2px solid white;
    line-height:20px!important;
}

.tablegas tr > td.bggray{
    background-color:#cccccc;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 3px;
    padding-left: 3px;
}
/*.text-danger {
    font-size:12px;
}*/

.form-horizontal .control-label,
.form-inline .control-label {
    background-color: #ebd1b8;
    padding:4px 6px;
}
.form-horizontal .control-label2,
.form-inline .control-label2 {
    padding:2px 6px;
}
.form-horizontal .form-group{
    margin-left: 0!important;
    margin-right: 0!important;
}
.input-group-addon {
    padding:3px 3px;
}

.progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  margin-right: 20px;
  float: left;
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  align-items: flex-end;
  -webkit-align-items: flex-end; /* Safari 7.0+ */
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

/* 2016-07-28 add start */
input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #ffffff;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 qpx 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
/* 2016-07-28 add end */

/***************************************
    popup
***************************************/
.popup-search .form-control {
    height:24px;
    font-size:14px;
    line-height:14px;
    padding:0 2px;
    margin:0;
}

.popup-search {
    margin-top:5px;
}

.popup-search .panel-heading {
    padding: 0;
}

.popup-search .panel-body {
    padding:5px;
}

.popup-search .form-group {
    margin-bottom: 0;
}

.popup-search .table > thead > tr > th, 
.popup-search .table > tbody > tr > th, .table > tfoot > tr > th, 
.popup-search .table > thead > tr > td, .table > tbody > tr > td, 
.popup-search .table > tfoot > tr > td {
    vertical-align:middle;
    padding: 2px;
    line-height: 14px;
}

/*.nav > li > a {
    padding: 5px 15px;
}*/

.navbar-text {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
}


/***************************************
    Common
***************************************/
.navbar-fixed-bottom {
   height: 22px;
   min-height: 22px;
}

div.gas-status{
    height:12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

div.gas-status .navbar-text{
    margin: 2px;
    font-weight:bold;
    color:white!important;
}

a.gas-menu{
    font-weight:bold;
    color:white!important;
}
p.gas-menu{
    color:white!important;
    margin-top:5px;
    margin-bottom:5px;
    margin-right:50px;
}

img.layout_logo {
    float:left;width:120px;margin-top:3px;margin-right:1px;
}

h3.module-title {
    margin-top:5px;
    font-weight:bolder;
}

h3.module-title .label {
    font-size:16px;
}

h3.module-title strong {
    font-size:16px;
    color:#0000ff;
}

input.bg_purple {
    background:pink;    
}

input.bg_blue {
    background-color: lightblue!important;    
}

fieldset.gas-border {
    border: 1px groove black !important;
    padding: 0 1.4em 0.4em 1.4em !important;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

fieldset.gas-border-small {
    border: 1px groove black !important;
    padding: 0 0.4em 0.4em 0.4em !important;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.gas-border {
    font-size: 14px;
    width:inherit;  /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    margin-bottom: 0;
}


/***************************************
    F1 - F12 Button
***************************************/
div.gas-buttonmenu{
    margin:0;
    padding-top:1px;
    padding-bottom :1px;
}

div.gas-buttonmenu ul{
    margin:0;
    padding:0
}

div.gas-buttonmenu ul button{
    font-family: Arial,'Microsoft Sans Serif';
    white-space:nowrap; text-overflow:ellipsis; overflow:hidden;
    color:black;
    height:32px;
    margin:0;
    padding:0;
}

div.gas-buttonmenu ul button .glyphicon{
    letter-spacing: 0;
}

div.gas-buttonmenu ul button .font-small_9 {
    font-size:9px;
}

div.gas-buttonmenu ul button .font-small_10 {
    font-size:10px;
}

div.gas-buttonmenu ul button .font-small_11 {
    font-size:11px;
}

div.gas-buttonmenu ul button .font-small_12 {
    font-size:12px;
}

div.gas-buttonmenu ul li{
    margin:0;
    padding-left:0;
    padding-right:0;
    width:81px;
}

/***************************************
    背景色
***************************************/

/*画面ファンクションキーの背景色*/
#panelFKey {
    border-color: #accde8; 
    background-image: linear-gradient(to bottom,#accde8 0,#accde8 100%)
}

/*共通エリアと業務エリアの項目背景色*/
#panelAreaOkyaku tr.active > td, 
#panelAreaGyoumu tr.active > td {
  background-color: #f5f5f5;
}

/*業務エリアのラベル背景色*/
#panelAreaGyoumu tr.active > th {
  background-color: #f8bd8d;
}

/*モードラベルの背景色*/
#labelMode {
  background-color: #0000ff;    
  padding: .3em .6em .3em;
}


/***************************************
    SpreadJS
***************************************/
#ss {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}


/***************************************
    Navigation
***************************************/
.dropdown-menu {
    font-size: inherit;     /* フォントサイズは上位の設定に合わせる */
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: white;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: white;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/***************************************
    Z002 メニューページ
***************************************/
div.menu div.btn-group {
    margin:0 0 10px 13px;
}

div.menu table tr td {
    vertical-align:top;
    padding:10px 0 0 0;
    border-bottom:2px solid #e6e6e6;
    vertical-align:top;
}

.gas-z002menutop{
    margin-bottom:0!important;
}

.gas-z002menu{
    display: block; 
    position:relative;
}
.gas-z002menu.dropdown-menu > li > a{
    color:black;
}
.col-xs-7 {
  width: 63.33333333%;
}
.col-xs-2 {
  width: 11.66666667%;
  padding-left: 0px;
  padding-right: 0px;
}


/***************************************
    validation tooltip
***************************************/
.tooltip-inner {
    max-width: 300px;
    padding: 0;
}
.tooltip-alert{
    padding: 8px 10px;
    font-weight: bolder;
    color: #A94442;
}


/***************************************
    jQuery alert
***************************************/
#popup_container {
	BORDER-RIGHT: #999 5px solid; 
    BORDER-TOP: #999 5px solid; 
    MIN-WIDTH: 400px; 
    MIN-HEIGHT: 150px; 
    FONT-SIZE: 16px; 
    BACKGROUND: #fff; 
    MAX-WIDTH: 800px; 
    BORDER-LEFT: #999 5px solid; 
    COLOR: black; 
    BORDER-BOTTOM: #999 5px solid; 
    font-family: Arial,'Microsoft Sans Serif';
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px
}
#popup_title {
    BORDER-TOP: #fff 1px solid; 
    BORDER-LEFT: #fff 1px solid; 
	BORDER-RIGHT: #fff 1px solid; 
    BORDER-BOTTOM: #999 1px solid; 
    PADDING: 8px; 
    FONT-WEIGHT: bold; 
    FONT-SIZE: 14px; 
    BACKGROUND: url(img/title.gif) #ccc repeat-x 50% top; 
    MARGIN: 0px; 
    CURSOR: default; 
    COLOR: #666666; 
    height:30px;
    TEXT-ALIGN: center
}
#popup_content {
	PADDING-RIGHT: 1.75em; PADDING-LEFT: 1.75em; BACKGROUND: url(img/alert-n.png) no-repeat 16px 16px; PADDING-BOTTOM: 2em; MARGIN: 0em; PADDING-TOP: 2em
}
.alert#popup_content {
	BACKGROUND-IMAGE: none;
}
.alert-n#popup_content {
	BACKGROUND-IMAGE: url(img/alert-n.png);
}
.alert-w#popup_content {
	BACKGROUND-IMAGE: url(img/alert-w.png);
}
.alert-e#popup_content {
	BACKGROUND-IMAGE: url(img/alert-e.png);
}
.alert-i#popup_content {
	BACKGROUND: none;
}
.confirm#popup_content {
	BACKGROUND-IMAGE: url(img/confirm.png)
}
.confirmYesNoCancel#popup_content {
	BACKGROUND-IMAGE: url(img/confirm.png)
}
.prompt#popup_content {
	BACKGROUND-IMAGE: url(img/confirm.png)
}
span.alert-n {
	BACKGROUND-IMAGE: url(img/alert-n.png)
}
#popup_message {
	PADDING-LEFT: 48px;
}
#popup_panel {
    background-color: #dddddd;
	MARGIN: 0; 
    TEXT-ALIGN: right;
    padding:10px 6px 15px 6px;
}
#popup_panel input {
    width:100px;
    height:30px;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 背景色を濃い青色に指定 */
    background-color: #224488;

    /* 文字色を白色に指定 */
    color: white;

    /* ボーダーをなくす */
    border-style: none;

    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;

    /* テキストの影の指定
     * 影の横幅を1px
     * 縦長を1px
     * ぼかしを2px
     * 色を#000（黒）に指定 */
    text-shadow: 1px 1px 2px #000;

    /* グラデーションの指定 */
    background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
    background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #224488), to(#3366dd));

    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_panel input:hover {
    /* 背景色を明るい青色に指定 */
    background-color: #2244dd;

    /* 文字色を白色に指定 */
    color: white;
}

#popup_prompt {
	MARGIN: 0.5em 0em
}


/*A591画面お客様履歴情報リスト用*/  /*OCS-Tou 20190730 追加*/

li {
    list-style-type:none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fafafa;
    min-width: 500px;
    z-index: 10;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.dropdown-content a {
    color: black;
    padding: 3px 4px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    color: white;
    background-color: #1f75cf;
}
.show {
    display: block;
}
