﻿

body {
    /*background-color:#FAFAF6;*/ /* White */
    background-color:#E3DECC; /* Travertine */ 
    margin:0;
    padding:0;
} 

textarea{
    resize: none;  
}  
form{
    margin:0;
    padding:0;
}

table
{
    background-color:none;
    border:none;
}

th
{
    padding:1px;
    border:solid 1px;
    border-bottom:solid 1px;
    border-top:none;
    border-left:none;
    table-layout:fixed;
    background-color:white;
}

td{
    padding:1px;
    border:solid 1px;
    border-top:none;
    text-align:center;
    border-color:gray;
    table-layout:fixed;
    background-color:white;
}

a{
   color: black;
   text-decoration: none
}
pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding:0;
}

.open{
    opacity:0.4;
    height:90%;
    width:90%;
    z-index:1;
    background-color:gray;
    POSITION:absolute
}
.hiddenBtn{
    display:none;
    padding:0px;
}

.selection td,td.selection{
    background-color:#02AEDC; /* Iris Blue */
    color:white; 
    border-color:black;
}

.selection a{
    color:white;
    /*font-weight:bold;*/    
}

span.selection {
    border-color:black!important;
    border-bottom:solid 3px #02AEDC !important; /* Iris Blue */ 
    border-collapse:collapse;
    color:white;
    z-index:999;
    background-color:#02AEDC !important; 
}

span.tab{
    width:165px;
    text-align:center;
    background-color:white;
    display:block;
    float:left;
    /*border:solid 1px;*/
    border-bottom:solid 3px #A18E5C !important; 
    /*border-radius: 4px 4px ;*/ 
    cursor:pointer;
    position:relative;
    margin-right:5px;
    height:23px;
    padding-top:5px;
    box-shadow:0px 0px 6px rgba(0, 0, 0, .20);
    z-index:10;
}


span.co-tab{
    width:165px;
    text-align:center;
    background-color:white;
    display:block;
    float:left;
    /*border:solid 1px;*/
    border-bottom:solid 3px #A18E5C !important; 
    /*border-radius: 4px 4px ;*/ 

    cursor:pointer;
    position:relative;
    margin-right:25px;
    height:23px;
    padding-top:5px;
    box-shadow:0px 0px 6px rgba(0, 0, 0, .20);
    z-index:10;
}

.TabContent{
    width:1250px;
    border-top:solid 1px black; 
    position:absolute;
    margin-top:36px;
    padding-left:2px;
    min-height:80%;
    height:auto;
    background-color:#FAFAF6;
    z-index:10;
}

.TabContentNormal{
    width:868px;
    border-top:solid 1px black; 
    position:absolute;
    margin-top:36px;
    padding-left:2px;
    min-height:80%;
    height:auto;
    background-color:#FAFAF6;
}

.TabContentShift{
    width:980px;
    border-top:solid 1px black; 
    position:absolute;
    margin-top:36px;
    padding-left:2px;
    min-height:80%;
    height:auto;
    background-color:#FAFAF6;
}

.TabMain {
    min-width:700px;
    padding-top:0px;
}




* {
    padding:0px;
    font-family:'Meiryo';
    font-size:14px;
}

/* テキストの標準 */
input[type="text"] {
    
}

/*プルダウン*/
.selectNto1{
    width:60px;
    text-align:right;
}
.selectValue{
    width:200px;
    text-align:right;
}
.selectWideValue{
    width:300px;
    text-align:right;
}
input[type="text"][class^="numeric"]{
    text-align:right;
    ime-mode:disabled;
    padding-right:2px;
}
input[type="text"].numeric2  {
    width:20px;
}
input[type="text"].numeric3  {
    width:30px;
}
input[type="text"].numeric4  {
    width:37px;
}
input[type="text"].numeric5  {
    width:50px;
}
input[type="text"].numeric6  {
    width:60px;
}

/*勤務体制、申し送り表のラベル部分に使う*/
.shiftTimeLabel {
    width: 54px;
    display: inline-block;
    text-align:right;
    margin-right:2px;
}

/* ボタンの標準 */
input[type="submit"] {
    width:140px;
    cursor:pointer;
}
input[type="submit"]:disabled {
    width:140px;
    cursor:default;
}

input[type="text"]:disabled {
    color:black;
}

.pr10{
    padding-right:10px;
}
.pl10{
    padding-left:10px;
}
.p10{
    padding:10px;
}


.now_loading{
    font-size:16px;
}

.uploadBtn{
    height:38px;
    width:300px !important; 
    font-size: 14px;
    font-weight:normal;
    background-color:#E3DECC; /* Travertine */ 
    border:solid 1px #A18E5C;
    border-right:solid 5px #A18E5C;
    box-shadow:0px 0px 3px rgba(0, 0, 0, .50);
    cursor:pointer;
}
.uploadError table {
    border:none;
    
}
.uploadError th {
    border:solid 1px;
    background-color:rgb(253,89,37);
}

.errorTd{

}

.uploadInfo table {
    border:none;
    
}
.uploadInfo th {
    border:solid 1px;
    background-color:#E3DECC !important;
}

.uploadInfo td {
    border:solid 1px;
}

.uploadError td {
    border:solid 1px;
}
.uploadErrorDetail{
    width:700px;
    text-align:left;
}
.uploadResult{
    padding-left:8px;
    height:50px;
    text-align:center;
    width:400px;
}
.fileSel{
    visibility:hidden;
}

.impBtnArea{
    padding-top:20px;
    padding-bottom:20px;
}
.impResultBtnArea{
    padding-top:10px;
    padding-bottom:10px;
}
.BtnReadAgain{
    width:180px !important;
}
.divImpArea{
    padding-top:20px;
    padding-left:10px;
    padding-bottom:0px;
    background-color:inherit;
}

.result_message{
    border:solid 0px;
    padding-left:14px;
    background-color:transparent;
}


/* シフト、病棟共通左側メニュー */
.leftmenu{
    float:left;
    border:none;
    /*border-right:solid 6px;
    border-right-color:#3D3D3D;*/ 
    /*height:80%;*/
    /*min-height:600px;*/
    width:239px;
    position:absolute;
    padding-top:10px;
    padding-left:8px;
    background-color:#E3DECC; /* Travertine */ 
    /*float:left; width:150px; height:100%;*/
    /*min-height:768px;*/
    min-height:85%;
    box-shadow:1px 0px 1px -1px rgba(0, 0, 0, .80);
}
/* 左メニューのメニューセレクタ */
.leftmenuSelector{
    width:80px;
    border:solid 0px;
    text-align:left;
    line-height:32px; /*中央表示用*/
    cursor:pointer;
    padding:0px;
    padding-left:5px;
    border-bottom:solid 3px;
    border-bottom-color:#292929; /* Nero */
    box-shadow:0px 0px 4px rgba(0, 0, 0, .20);
}
/* 左メニューのメニューセレクタの幅調整用ダミーTD */
.leftmenuSelectorDummy{
    width:auto;
    background-color:transparent;
    border:none;
}

.menulist{
    padding-top:2px;
    padding-bottom:2px;
    padding-right:2px;
    padding-left:35px;
    width:234px;
    border-spacing :4px 6px;
    border-collapse:separate;
    margin-left:6px;
}

.menulist td{
    text-align:right;
    height:35px;
    border:none;
    border-right:solid 3px #A18E5C; /* Sorrell Brown */
    box-shadow:0px 0px 4px rgba(0, 0, 0, .20);
}

.linkbutton{
    width:95%;
    display: block;
}

.manualtitle {
    padding-top: 25px;
    padding-left: 45px;
    text-align: left;
    margin-bottom: -5px;
}

.csvdwinfo{
    border:none;
    /*padding-top:10px;*/
    padding-bottom:2px;
    /*padding*/-right:2px;
    padding-left:35px;
    width:234px;
    border-spacing :4px 6px;
    border-collapse:separate;
    margin-left:6px;
}

.csvdwinfo a{
    color:white;
}

.csvdwinfo td{
    padding-right:15px;
    background-color:#b8a59a; 
    color:white;
    text-align:right;
    height:40px;
    padding-right:10px;
    border:none;
    box-shadow:0px 2px 4px rgba(0, 0, 0, .20);
    /*border-right:solid 3px #3D3D3D;*/
    line-height: 1.2em;
    border-radius: 5px;
}

.csvdwinfoIcon{
    float: left;
    padding-top: 4px;
    padding-left: 4px;
    width: 25px;
}

.dwinfo{
    border:none;
    /*padding-top:10px;*/
    padding-bottom:2px;
    /*padding*/-right:2px;
    padding-left:35px;
    width:234px;
    border-spacing :4px 6px;
    border-collapse:separate;
    margin-left:6px;
}

.dwinfo a{
    color:white;
}

.dwinfo td{
    padding-right:15px;
    background-color:#8cb863;
    color:white;
    text-align:right;
    height:40px;
    padding-right:10px;
    border:none;
    box-shadow:0px 2px 4px rgba(0, 0, 0, .20);
    /*border-right:solid 3px #3D3D3D;*/
    line-height: 1.2em;
    border-radius: 5px;
}

.dwinfoIcon{
    float: left;
    padding-top: 4px;
    padding-left: 4px;
    width: 25px;
}


.enableMenu{
    border:none;
    padding-top:0px;
    padding-bottom:2px;
    padding-right:2px;
    padding-left:35px;
    width:234px;
    border-spacing :4px 6px;
    border-collapse:separate;
    margin-left:6px;
}

.enableMenu td{
    background-color:lightgray;
    text-align:right;
    height:35px;
    color:gray;
    border:solid 1px RGB(190,189,185);
    /*padding-right:10px;*/
    box-shadow:0px 0px 4px rgba(0, 0, 0, .20);
    border-right:solid 3px RGB(190,189,185);
    line-height: 1.2em;
}
.enableMenu td a{
    color:gray;
}

.passwordBox{
   ime-mode:disabled;

}

.imeOn{
    ime-mode:active;
}
.imeOff {
    ime-mode:disabled;
}

.manifest {
    text-align: right;
    padding-top: 30px;
    padding-right: 12px;
    padding-bottom:10px;

}
.manifest a{
        text-decoration:underline;
        font-size: 12px;
    }

.errorDiv{
    margin-top:5px;
    color:rgb(253,89,37);
    font-size:20px;
}

.wardIcon{
    float:left;
    
}
.wardIconPadTop{
    padding-top:3px;
}

.wardIconPadTopList{
    padding-top:8px;
    padding-left:2px;
}
.wardIconPadMaster{
    padding-left:3px;
}

::-webkit-input-placeholder {
  color: #ccc !important;
}
::-moz-placeholder {
  color: #ccc; opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #ccc !important;
}
.valign-bottom{
    vertical-align:bottom;
}

.SquareBtn{
    height:32px;
    text-align:center;
    border:none;
    border-right:solid 3px #A18E5C; /* Sorrell Brown */
    box-shadow:0px 0px 4px rgba(0, 0, 0, .20);
    background-color:white;
}

.RoundBtn{
    color:black; border-radius:6px; border-color:rgb(255,192,136);  cursor:pointer;
    /*background:#02AEDC; */
    background:rgb(255,192,136);
    height:30px;
}
.downloadBtn{
    /*background-color:rgb(255,224,196);*/
    /*background-color:#9DABC7;*/
    border-color:rgb(207,135,69);
    /*background-color:rgb(227,137,117);*/
    background-color:rgb(207,135,69);
    /*background-color:rgb(136,204,180);*/
    border-radius:3px 3px;
    padding:5px;
    width:200px !important;
    color:white;
}

/*ラジオボタンリストの設定*/
table.radioList,table.radioList tr ,table.radioList tr td{
    background-color:transparent;
    border:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:disabled {
    background-color: rgb(229, 229, 229);
    }
}
ul.hidden ,span.hidden{
    visibility:hidden;
}

.liDate div {
    background-color:gray;
    color:#fff;
    display:block;
}

.liDate div span[class^="range_arrow_"]  {
    cursor:pointer;
    background-color:rgb(92,92,92);
}
    .liDate div span.range_arrow_prev {
        float:left;
        
    }
    .liDate div span.range_arrow_next {
        float:right;
    }

    span.error{
        color:red;
    }
    div.selectTerms {
        height:30px;
        line-height:30px;
        background-color:rgb(61,61,61);
    }


#full-overlay{
  position: fixed;
  display:none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0,0.55);
  cursor: wait;
  z-index: 1000;
}

#full-overlay > div {
    z-index: 1011;
    top: 50%;
    left: 50%;
    position: fixed;
    padding: 0px;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 3px solid #E3DECC;
    background-color: rgb(255, 255, 255);
    cursor: wait;
}