﻿@charset "UTF-8";

body {
}

/* Button Size */
.btn-margin {
    margin-left:0.5em;
    margin-right:0.5em;
    margin-bottom:0.3em;
}

/* Row Size */
.row-size{
    min-width:768px;
}

/* Content Btn */
div#content_btn{
    clear: both;
	position: relative;
	padding: 10px 30px 10px 50px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	background: #FFF url(../img/bk1.png) repeat-x 0% 0%;
    min-width:1024px;
}

/* Content Body */
div#content_body
{
    clear: both;
	position: relative;
	/*padding: 15px 15px 15px 0px;*/
    padding: 30px 15px 15px 0px;/*2015/2/5 hsugimoto 変更*/
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	background: #FFF url(../img/content_sepalator_bg.png) repeat-x 0% 0%;
    min-width:1024px;
    padding-left:0.5em;/*2015/2/17 hsugimoto 追加*/
}

div#content_search{
    max-width:950px;
    min-width:1024px;
}

/* control */
/* label */
.label-title-md
{
    color: #00759B;
}

.label-text-underline
{
    text-decoration: underline;
}

.label-control /*2015/04/30 hsugimoto 追加*/
{
   width: 7em;
   font-size: 87.5%;
   display: inline-block;
   font-weight: 700;
}

/* dropdownlist */
.select-control-sm
{
    width:100px;
    display:inline;
}
.select-control-md
{
    width:150px;
    display:inline;
}
.select-control-lg
{
    width:250px;
    display:inline;
}

/*---- SlickGrid ----*/
.grid-area
{
    width:100%;
    height:450px;
    /*padding-left:0.5em;*/
}

.grid-area-lowhight
{
    width:100%;
    height:300px;
}

.grid-area-lowesthight
{
    width:95%;
    height:230px;
}

.grid-area-lowesthight2
{
    width:600px;
    height:250px;
    margin:0 auto;
    margin-top:15px;
}

.slick-headerrow-column {
   background: #FFFAF0; 
   border-bottom: 0; 
   height: 100%;
   text-align:center;
}

.slick-cell/*2015/05/12*/
{
    padding-left:4px;
    padding-right:4px;
}

.header-cell-style{
    color:black;
    font-weight:normal;
    text-align:center;
    } 

.header-cell-high{
    color:black;
    font-weight:normal;
    text-align:center;
    line-height:25px !important;
    } 

.header-cell-bluetext{
    color:blue;
    font-weight:normal;
    text-align:center;
    } 

.header-cell-white-space{
    color:black;
    font-weight:normal;
    text-align:center;
    white-space:normal;
    font-size:12px;
    line-height:15px !important;
    } 

.header-rightborder {
    color: black;
    font-weight: normal;
    text-align: center;
    width: 100px !important;
    line-height:25px !important;
    }

.header-rightborder-150 {
    color: black;
    font-weight: normal;
    text-align: center;
    width: 150px !important;
    line-height:25px !important;
    }

.header-rightborder-non {
    color: black;
    font-weight: normal;
    text-align: center;
    border-right-style: none !important;
    border-right-width: 0px !important;
    border-left-width: 1px !important;
    width: 0px !important;
    display: none !important;
    line-height:25px !important;
    } 

.cell-text-center {
    font-size: 16px;
    text-align: center;
    vertical-align: text-top;
    }

.cell-text-center-link { 
    font-size: 16px;
    text-align: center;
    vertical-align: text-top;
    text-decoration: underline;
    color:blue !important;
    cursor:pointer
    }

.cell-text-red {
    font-size: 16px;
    text-align: center;
    vertical-align: text-top;
    color:red;
    }

.cell-red {
    font-size: 16px;
    text-align: center;
    vertical-align: text-top;
    color:red;
    background-color:#FFB6C1 !important;
    }

.cell-red-blacktext {
    font-size: 16px;
    text-align: center;
    vertical-align: text-top;
    background-color:#FFB6C1;
    }

.cell-text-left {
    font-size:16px;
    text-align: left; 
    }

.cell-text-right {
    font-size:16px;
    text-align: right; 
    }

.cell-holiday {
    font-size:16px;
    text-align: left; 
    background-color:#A9A9A9 !important;
    }

.cell-right {
    border-right-color: silver;
    border-bottom-color: transparent;
    border-top-color:transparent;
    border-right-style: dotted;
    }

.cell-right-leftborder {
    border-right-color: silver;
    border-left-color: silver;
    border-bottom-color: transparent;
    border-top-color:transparent;
    border-right-style: dotted;
    }

.cell-bottom {
    border-right-color: silver;
    border-bottom-color: silver;
    border-top-color:transparent;
    border-right-style: dotted;
    }

.cell-bottom-leftborder {
    border-right-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color:transparent;
    border-right-style: dotted;
    }

.cell-nodisplay {
    color:transparent;
}

.cell-syukei {
    text-align: left;
    vertical-align: text-top;
    background-color:#DDDDDD;
    }

.slick-row.odd {
    background: #F6F6F6;
    }

.slick-row.evev {
    background: white;
    }

.unified-row {
   background-color:white;
    }

.text-link {
    text-decoration: underline;
    color:blue !important;
    }

.text-gray {
    color:#708090;
    }

.link-text {
    color:#0000FF;
    }

.corsor-link:hover{
    cursor:pointer
}

.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.editable-col{
    background-color:#C2EEFF;
}

input.editor-text {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  background: transparent;
  outline: 0;
  padding: 0;

}

.ui-datepicker-trigger {
  margin-top: 2px;
  padding: 0;
  vertical-align: top;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    border-right:1px solid silver;/*2015/04/17 hsigimoto*/
}

[id^="myGrid"],
[id^="myGrid"] div {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/*---------------------------------
	ローディング表示設定
-----------------------------------*/
.HourglassOverlay {
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #cccccc;
    opacity: 0.6;                    /* FF gt 1.5, Opera, Safari */
  	filter: alpha(opacity=60);       /* IE lt 8 */
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */
    -khtml-opacity: 0.6;             /* Safari 1.x */
    -moz-opacity: 0.6;               /* FF lt 1.5, Netscape */
    position: fixed;
    display:none;                    /* デフォルト非表示 */
}

.Hourglass {
    z-index: 9999;
    top: 30%;
    left: 50%;
    position: fixed;
    _position: absolute;            /* IE 6 */
    background: #cccccc;
    display:none;                   /* デフォルト非表示 */
}

@media (min-width: 768px) {
  .form-horizontal .control-label-left {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/*.form-horizontal input[type="checkbox"] {
    margin-top: 10px;
}*/

.col-1-px, 
.col-2-px, 
.col-3-px, 
.col-4-px, 
.col-5-px, 
.col-6-px, 
.col-7-px, 
.col-8-px, 
.col-9-px, 
.col-10-px, 
.col-11-px, 
.col-12-px {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
} 

.col-1-px input, .col-1-px select, .col-1-px textarea, /*input[type="text"],*/
.col-2-px input, .col-2-px select, .col-2-px textarea, 
.col-3-px input, .col-3-px select, .col-3-px textarea, 
.col-4-px input, .col-4-px select, .col-4-px textarea, 
.col-5-px input, .col-5-px select, .col-5-px textarea, 
.col-6-px input, .col-6-px select, .col-6-px textarea, 
.col-7-px input, .col-7-px select, .col-7-px textarea, 
.col-8-px input, .col-8-px select, .col-8-px textarea, 
.col-9-px input, .col-9-px select, .col-9-px textarea, 
.col-10-px input, .col-10-px select, .col-10-px textarea, 
.col-11-px input, .col-11-px select, .col-11-px textarea, 
.col-12-px input, .col-12-px select .col-12-px textarea {
  width:100%;
} 

.col-1-px {
  width: 75px;
}

.col-2-px {
  width: 150px;
}

.col-3-px {
  width: 225px;
}

.col-4-px {
  width: 300px;
}

.col-5-px {
  width: 375px;
}

.col-6-px {
  width: 450px;
}

.col-7-px {
  width: 525px;
}

.col-8-px {
  width: 600px;
}

.col-9-px {
  width: 675px;
}

.col-10-px {
  width: 750px;
}

.col-11-px {
  width: 825px;
}

.col-12-px {
  width: 900px;
}

.col-max{
    width:920px;
}

.ime-auto		{ime-mode:auto;}
.ime-active		{ime-mode:active;}
.ime-inactive	{ime-mode:inactive;}
.ime-disabled	{ime-mode:disabled;}

/*フォーカス時の破線を消す（うまくいかないので保留）
    a{
    outline: none;
}
input, 
select, 
textarea {
    outline: 0;
}*/

/* Search */
/*div#content-search .t-row
{
    padding:5px 0px;
    min-width:1024px;
}*/
div.grid-search
{
    width:100%;
    padding-left:30px;
    padding-right:30px;
    
}
.t-row
{
    min-width:1024px;
}

.checkboxlist input[type="checkbox"] {
  position: relative;
  margin-left: 0px;
}

.checkboxlist label {
    padding-left: 20px !important;
}

.pager {
    color:#333;
    background-color:#fff;
    border:solid 1px #ccc;
    padding-left:3px;
    padding-right:3px;
}

.pager-select {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.table-nowrap td,th{
  white-space: nowrap;
}

/*form-inlineをつけないと別のクラスが優先されるため*/
.form-group .width-sm ,
.input-group .width-sm,
.form-inline .width-sm {
width: 85px !important;
}
.form-group .width-md ,
.input-group .width-md,
.form-inline .width-md {
width: 170px !important;
}
.form-group .width-lg ,
.input-group .width-lg,
.form-inline .width-lg {
width: 340px !important;
}
.form-group > .width-ymd,
.input-group > .width-ymd,
.form-inline > .width-ymd {
width: 130px !important;
}
.form-group > .width-ym,
.input-group > .width-ym,
.form-inline > .width-ym {
width: 100px !important;
}

/* input width */
.input-width-sm
{
    width:100px;
    display:inline;
}
.input-width-md
{
    width:150px;
    display:inline;
}
.input-width-lg
{
    width:250px;
    display:inline;
}

@media all and (min-width: 1180px) {
  .t-productsetting-lg {
    width:50%;
    float:left;
  }
  .t-productsetting-lg-left{
    border-left: 1px solid #aaaaaa;
  }
}
@media (max-width: 1179px) {
    .t-productsetting-md {
        width: 100%;
    }
    .t-productsetting-md-bottom {
        border-bottom: 1px solid #aaaaaa;
    }
}

@media all and (min-width: 1350px) {
  .t-kidinput-lg {
    width:65%;
    float:left;
  }
  .t-kidinput-lg-right {
    width:35%;
    float:left;
  }
}
@media (max-width: 1349px) {
    .t-kidinput-md {
        width: 100%;
    }
    .t-kidinput-md-bottom {
        border-bottom: 1px solid #aaaaaa;
    }
}

/* Code_Input */
.grid_col_code_input
{
    padding:0em 0.5em;
}

/*FileUpload IE10対策*/
.fileUploder{
    position:relative;
    /*↓幅はデザイン依存。場合によっては、指定しなくていい*/
    /*width:315px;*/
    /*↓はみ出した分隠す。IE対策*/
    overflow:hidden;
}
.fileUploder .uploader{
    position:absolute;
    /*top:0;*/
    /*↓leftからrightに。ボタンが右にあるので、rightにしないとだめ。IE対策。*/
    /*right:0;*/
    /*↓念のため*/
    z-index:99;
    width:340px; /*100%;*/
    height:100%;
    /*↓ここでフォームアイテムの大きさを調整。IE対策*/
    /*font-size:315px;*/
    opacity:0;
}
.fileUploder .dummy_file {
    width:300px;
}



.back-datepicker 
{
    z-index: 2;
}

.button-width-mid 
{
    width:120px;
}
/*精算済み●*/
.cell-seisanzumi {
    background-color:gray;
}

.cell-wasure {
    background-color:greenyellow;
}

.cell-yokujitu {
    background-color:orange;
}

.cell-sai {
    background-color:hotpink;
}

.cell-Jougen {
    color:red;
}

/*保育日誌画面用追加 2017/1/5 takahira*/
.label-time{
    /*width: 10px;*/
}

.link_kbn{
    text-align:center;
    width: 100px;
    text-decoration: underline;
    color:blue !important;
    cursor:pointer;   
}

.tr-childcare {
    vertical-align:top;
}

.childcare-content-width {
    width: 350px;
}

.key-pad-label{ 
    /*-webkit-border-radius:10px;
    -moz-border-radius:10px;*/
    /*border-radius: 10px;*/
    width: 150px;
    height: 60px;
    border: 1px solid gray;
    text-align: center;
    text-anchor:middle;
    vertical-align:middle;
    cursor:pointer;   
    display:table-cell;

    background-color:white;
}

.key-pad-button {
    background-color:white;
    border-radius: 10px;
    margin-bottom:10px;
    margin-right:10px;
    display: inline-block;
    width: 150px;
    min-height:70px;
    height:auto;
    border: 1px solid gray;
    vertical-align:middle;
    cursor:pointer;   
}

.longtouch-inhabit {
  -webkit-touch-callout:none; /*リンク長押しのポップアップを無効化*/
  -webkit-user-select:none; /*テキスト長押しの選択ボックスを無効化*/
}

.hidden-dropdownlist {
    /*visibility:hidden;*/
    display: none;
    width: 0px;
}

.hidden-textarea {
    /*visibility:hidden;*/
    display: none;
    width: 0px;
}

.selectbutton {
    background-color:rgba(196, 227, 243, 1);
}

.afternoonnapcheck-table-header {
    text-decoration: underline;
    cursor:pointer;
}
.key-pad-button[disabled] {
    background-color:lightgray;
}
.label-oyasumi {
    background-color:lightpink;
    cursor:default;
}
.label-kouen {
    background-color:lightgray;
    cursor:default;
}
.afternoonnapcheck-row-kouen {
    background-color:lightgray;
}
.target-time{
    background-color:#FFFFCC;
}
.tr-user tr:last-child {
    background-color:whitesmoke;
}
#WGV_LIST td .tooltip {
  background-color: #FFFFFF;
  /*padding: 3px 5px;*/
  padding: 13px 15px;
  border: 1px solid #696969;
  /*font-size: 0.8em;*/
  font-size: 8em;
  position: absolute;
  width:100px;
  height:80px;

}

#WGV_LIST .td-center {
    text-align: center;
}

.tr-oyasumi{
    background-color:lightpink;
}
.label-notinput:empty{
     background-color:bisque;
}
.td-notinput{
    background-color:bisque;
}

/*アンケート用*/
.enquete-title {
    color: #367385;
    font-weight: bold;
    font-size: 20px;
}

.enquete-input {
    padding: 0 10px;
}

.enquete-text {
    margin-left: 10px;
}

.enquete-question {
    margin-top: 5px;
}

.enquete-error {
    background-color: mistyrose;
}

.enquete-div-choice {
    display: table;
    margin: 5px 0 5px 20px;
    font-size: smaller;
}

.enquete-dl {
    margin-bottom: 0;
    font-size: smaller;
}

.enquete-dt {
    font-weight: normal;
    float:left;
    clear:left;
    width: 200px;
}

.enquete-dd {
    max-width: 700px;
    padding-left: 200px;
    font-size: smaller;
}

.enquete-div {
    display: table-cell;
}

.enquete-bold {
    font-weight: bold;
    padding-right: 1em;
}

.enquete-parentcount{
    text-decoration:underline;
    cursor:pointer;
}

.error_field {
	background-color: #f9deec;
}


#errorArea > ._error_message_ {
    border: 1px dotted #ff0000;
    color: #ff0000;
    margin: 5px;
    padding: 5px;
}

#errorArea > ._error_message_ ul {
    margin: 0;
}


.preview_canvas {
    margin-top: 5px;
    /*margin-left: 7em;*/
    display: block;
}

.add_image_btn {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 9em;
}

.delete_comment_btn {
    position: absolute;
    top: 5px;
    left: 5px;
}

.clear_image_btn {
    margin-left: 10px;
}

.image_list {
    list-style: none;
    margin-right: 10%;
    margin-left: 5em;
}

.image_list > li {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    margin: 0;
}

.comment_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 10vw;
    min-width: 820px;
}

.comment_list > li {
    border: 2px solid #ccc;
    padding: 5px 0;
    margin: 5px 0;
    position: relative;
}

.sort_btn_area {
    display: inline-block;
    width: 7em;
    text-align: center;
}

.comment_list li > textarea.form-control {
    /*display: block;*/
    margin-top: 5px;
}

.checkboxlistview {
    vertical-align:middle;
    font-weight:400;
    cursor:pointer;
}

#CONTENT_AREA {
    word-break: break-all;
    width:400px; 
}

/*TimePicker の現時刻ボタンを濃くする*/
button.ui-datepicker-current.ui-priority-secondary {
    opacity: 1;
}

/*お熱の入力補助ダイアログ呼び出しボタン*/
.showOnetsuDialog {
    background-image: url(../img/button/btn_thermometer.svg) !important;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center center;
    height: 34px;
    width: 42px;
}

.GridOnetsuBtn {
    height: 100% !important;
    width: 90% !important;
    background-size: 24px !important;
}

#POP_LOADING_EX {
    max-width: 30vw !important;
    max-height: 25vh !important;

    /*↓ローディングポップアップローディング用↓*/
/*  background-color:rgba(0,0,0,0)!important;
    border:none;
    outline:none;
    box-shadow:none!important;
*/

}
