/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/PT_Sans-Caption-Web-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PT_Sans-Caption-Web-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PT_Sans-Caption-Web-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PT_Sans-Caption-Web-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/PT_Sans-Caption-Web-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/PT_Sans-Caption-Web-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/PT_Sans-Caption-Web-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/PT_Sans-Caption-Web-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

html{
  font-family: 'PT Sans Caption', Osaka, "游ゴシック",YuGothic,"メイリオ",Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  color: #111;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
table {
    border-collapse: collapse;
}
body {
    background-color:#FFFFFF;
    color: #757575;
}
h1 {
    margin: 20px;
}
a {
    text-decoration: none;
    color: #1a91eb
}
/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar:horizontal
{
        height:10px;
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  border: none;
  background: #ddd;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

.container-fluid {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  /* background: #aacf52; */
  background: #45b035;
}
.container-fluid ul {
  float:right !important;
}
.container-fluid div, .container-fluid ul li {
  position: relative;
  list-style: none;
  float:left;
  /* border-right: 0.5px solid #fff; */
}

.container-fluid div a, .container-fluid ul li a {
  display: block;
  width: 150px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 4.3;
  background: #aacf52;
  text-decoration: none;
}
.container-fluid div a.active {
  /* color: #aacf52;
  background: #fff; */
  height: 58px;
  border-bottom: 2px solid #FFB0B0;
}
.container-fluid a:hover /**, .container-fluid div ul li a:hover, .container-fluid ul li a:hover */ {
  color: #fff;
  background: #b9e259;
}
.container-fluid div a.active:hover {
  /* color: #aacf52;
  background: #fff; */
}
/**
.container-fluid > div li:hover > a {
  background: #aacf52;
}
*/
.container-fluid ul li ul {/*子*/
  top: 60px;
  position: absolute;
  z-index:10000;
}
.container-fluid ul li ul li {
  overflow: hidden;
  height: 0;
}
.container-fluid ul li ul li a {
  border-top: 1px solid #fff;
}
.container-fluid ul li:hover > ul > li {
  overflow: visible;
  height: 60px;
}
.content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}
table {
    /*border:1px solid #AAA;*/
    background:#FFF;
    border-top:none;
}
table th {
    /*background:#71a2d4;*/
    color:#757575;
    font-weight: 500;
}
#sideSearch {
    float:left;
    width:20%;
    min-width: 221px;
    background-color: #eff3f6;
    min-height: 100%
}
#sideContents {
    margin: 20px 0px 0px 10px;
    border-right:1px solid #eff3f6;
    height: 780px;
    overflow:auto;
}
.searchContents {
    margin: 5px 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-top: 1.25rem;
}
#mainBlock {
    float:left;
    width: 80%;
    max-width: -webkit-calc(100% - 221px);
    max-width: calc(100% - 221px);
}
#contentsHeader {
    margin: 20px 0px 0px;
    position: relative;
    overflow-x:scroll;
    overflow-y:none;
    height: 284px;
    z-index:600;
}
#contents {
    position: relative;
    overflow:scroll;
    height: 607px;
    z-index:600;
    top: -85px;
}

#contentsTable {
    width: 18451px;/* 150px × 93 + 1px */
}
#boderTable {
    border: 1px solid #e0e0e0;;
}
.bdr {
    border-right:1px solid #e0e0e0;
}
.bdl {
    border-left:1px solid #e0e0e0;
}
.bdb {
    border-bottom:1px solid #e0e0e0;
    /* padding-left: .55rem;
    padding-right: .55rem;
    height: 70px; */
}
/* td.bdr.bdb:not(.ctd) {
    width: 150px;
} */
.bdrd {
    border-right: 1px dotted #e0e0e0;
}
th.bdr {
    border-right: 1px solid #e0e0e0;
}
th.bdb {
    border-bottom: 1px solid #e0e0e0;
}
th.bdrd {
    border-right: 1px dotted #e0e0e0;
}
.stn{
    width:149px;/*border分-1px*/
    height:30px;
    text-align:center;
    /* border-right: 1px solid #AAA; */
}
.sth{
    /*float:left;*/
    width:149px;
    height:32px;
}
.sth2{
    /*float:left;*/
    width:73px;
    height:32px;
}
.stt {
    /*float:left;*/
    width:74px;
    height:35px;
}
.stt.active{
    background-color: #fef8e3;
}

.ctd {
    text-align:center;
}
.past {
    background-color: rgba(204, 204, 204, 0.8);
}
.holiday {
    background-color: rgba(255,180,180,0.2);
}
.saturday {
    background-color: rgba(131,116,255,0.1);
}
/*.sttb {
    float:left;
    width:74px;
    height:65px;
    }*/
.mn {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    /*cursor: move;*/
    height: 25px;
    overflow: hidden;
    position: absolute;
    margin:2px 1px;
    padding:3.5px ;
    /*font-weight:bold;*/
    font-size: 16px;
}
.mnc1 {
    color: #fff;
    background-color: rgba(73, 191, 255, 0.85);
    /*border: 1px solid #499BDF;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 8px;
}
.mnc1:hover {
    background-color: rgba(73, 191, 255, 0.6);
}
.mnc2 {
    color: #fff;
    background-color: rgba(198, 208, 35, 0.63);
    /*border: 1px solid #5AC472;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mnc2:hover {
    background-color: rgba(198, 208, 35, 0.46);
}
.mnc3 {
    color: #fff;
    background-color: rgba(77, 226, 168, 0.96);
    /*border: 1px solid #499BDF;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mnc3:hover {
    background-color: rgba(77, 226, 168, 0.7);
}
.mnc4 {
    color: #fff;
    background-color: rgba(129, 140, 149, 0.7);
    /*border: 1px solid #499BDF;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.mnc4:hover {
    background-color: rgba(129, 140, 149, 0.5);
}
.highlight-now {
    color: #fff;
    background-color: rgba(255, 107, 88, 0.8);
    /*border: 1px solid #5AC472;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.highlight-now:hover {
    background-color: rgba(255, 107, 88, 0.6);
}
.font-black {
    color:#000;
}
.font-white {
    color:#FFF;
}
.font-red {
    color:#f08080;
}
.font-lightcoral {
    color:#f08080;
}
.font-blue {
    color:#1a91eb;
}
.font-cornflowerblue {
    color:#6495ed;
}
.font-orange {
    color:#F4AC3B;
}
.font-large {
    font-size:40px;
}
.font-Little-large {
    font-size:18px;
}
.font-normal {
    font-size:12px !important;
}
.font-small {
    font-size:6px !important;
}
.schedule-node {
    text-align:left;
}
.work-schedule-node span.edit:hover,
.schedule-node span.edit:hover {
    cursor: pointer;
    text-decoration: underline;
}
.schedule-node .highlight-node {
    float: left;
    margin: 1px 5px;
}
.schedule-node .highlight-node:hover {
    cursor: pointer;
}
.schedule-node.highlight-off .highlight-node:hover {
    cursor: default;
}
/*    .highlight-off {
        opacity: 0.4;
    }*/
.schedule-node:hover {
    /*background: #deb3ba;*/
}
.node-tooltips {
    display: block;
    position: absolute;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 0.3em 0.5em;
    color: #FFFFFF;
    font-size: 16px;
    background: #4fad86;
    border-radius: 0.5em;
}
.node-tooltips:after {
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0.5em;
    top: -8px;
    border-top:8px solid transparent;
    border-left:8px solid #4fad86;
}
.past-node, .past-node:hover {
    background-color: rgba(119, 119, 119, 0.8);
}
.egrid {
    top:6px;
    right:3px;
    position: absolute;
    border-left:solid 1px #fff;
    border-right:solid 1px #fff;
    height:22px;
    width:1px;
    z-index:1;
}

.ui-resizable-e {
    right: -5px;
    width: 10px;
}

.start-time {
    float: left;
}
.end-time {
    float: right;
    margin-right: 10px;
}
.tbl-row {
    display: inline-block;
}

.form-label{
    font-size: 16px;
    float:left;
    margin: 0 8px;
    width:12%;
}
.form-select,
.form-input{
  font-size: 16px;
  /*height: 30px;*/
  /*width: 193px;*/
  /*margin: 0 8px;*/
  padding: 5px;
  border: 1px solid #e9e9e9;
  /* -webkit-box-shadow: inset 0.5px 1px 0 rgba(0, 0, 0, 0.3); */
  /* box-shadow: inset 0.5px 1px 0 rgba(0, 0, 0, 0.3); */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#searchAvailability .form-input{
    font-size: 14px;
    width: 95px;
}
#searchDate .form-input{
    font-size: 14px;
    width: 95px;
}

.form-radio{
    margin: 0 5px;
}

/* モーダルブロック */
.modal-main {
    width: 900px;
    margin: 0;
    padding: 20px 28px;
    background-color: #ffffff;
    color: #222;
    position: absolute;
    z-index: 999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #333;
    display: none;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}
.modal-main .close-btn {
    float: right;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    color: #777;
}
.modal-main h2{
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.modal-main h3{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 12px;
}
#modalOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 850;
}
.modal-block {
    margin:5px;
    padding: 10px;
    background-color: rgba(229, 229, 229, 1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.modal-block-40 {
    float:left;
    width:43%;
}
.modal-block-20 {
    float:left;
    width:5%;
    text-align: center;
    vertical-align: middle;
    padding-top: 18%;
    padding-left: 1%;
}
.modal-block-right {
    float:right;
    width:43%;
}
.clear {
    clear:both;
}

.modal-row{
    padding: 0 0 20px;
}
.modal-item{
    display: inline-block;
    padding: 0 20px 0 0;
}
.modal-footer{
    width:100%;
    text-align: right;
    font-size:20px;
}
.modal-label{
    font-size: 16px;
    /*float:left;*/
    margin: 0 8px;
}
.modal-select,
.modal-input,
.modal-radio,
.modal-check,
.modal-textarea{
    font-size: 16px;
    height: 34px;
    width: 148px;
    margin: 0 8px;
    padding: 5px;
    border: 1px solid #e9e9e9;
    /* -webkit-box-shadow: inset 0.5px 1px 0 rgba(0, 0, 0, 0.3); */
    /* box-shadow: inset 0.5px 1px 0 rgba(0, 0, 0, 0.3); */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.modal-select{
    /*background-color: #fafafa;*/
}
.modal-input-left{
    margin-left: 0;
}
.modal-continuous{
    margin: 0 4px;
}
.modal-textarea{
    height: 120px;
    width: 296px;
}

/*ラジオボタン*/
.modal-radiobox .modal-radio-label{
    padding-right: 40px;
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.modal-radiobox .modal-radio-label::before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    right: 0;
    top: -2px;
    background-color: #fff;
    -webkit-box-shadow: inset 0.5px 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0.5px 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
}
.modal-radiobox input[type=radio]{
    display: none;
}
.modal-radiobox input[type=radio]:checked + .modal-radio-label::after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 8px;
    top: 6px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #71a2d4;
}

/*セレクトボックス*/
.modal-checkbox label{
    padding-right: 40px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.modal-checkbox label::before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: -4px;
    background-color: #fff;
    -webkit-box-shadow: inset 0.5px 1px 2px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0.5px 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
}
.modal-checkbox input[type=checkbox]{
    display: none;
}
.modal-checkbox input[type=checkbox]:checked + label::before{
    font-size: 34px;
    content: '\2713';
    color: #fff;
    background-color: #71a2d4;
}
.modal-err-message{
    color: #ee0101;
}


/* ノード */
#movableArea {
    position: absolute;
    overflow: hidden;
    /*top: 193px;*/
    top: 0px;
    left: 150px;
    /* Add by DuongNT #78797 「利用状況」画面のレイアウト崩れを修正 */
    width: 18301px;
    /* Remove by DuongNT #78797 「利用状況」画面のレイアウト崩れを修正
    width: 13951px;
    */
    height: 910px;
}
#cancelMovableArea {
    position: absolute;
    top: 162px;
    left: 150px;
    width: 18301px;
    /* Remove by DuongNT #78797 「利用状況」画面のレイアウト崩れを修正
    width: 13951px;
    */
    height: 35px; /** 65px * ? */
}
#workMovableArea {
    position: absolute;
    top: 128px;
    left: 150px;
    width: 18301px;
    /* Remove by DuongNT #78797 「利用状況」画面のレイアウト崩れを修正
    width: 13951px;
    */
    overflow-y:none;
    height: 35px; /** 65px * ? */
}
.header-title{
    /**-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);**/

}
.header-title h1{
    font-weight: 500;
    line-height: 1.8;
    padding: 20px;
    margin: 0;
    color: #333;
    position: relative;
    display: inline-block;
    font-size: 1.45rem;
}
.print-header{
    /* display:none; */
}
.print-header h1{
    font-weight: 500;
    line-height: 1.8;
    padding: 0px 0px 0px 20px;
    margin: 0;
    color: #333;
    position: relative;
    display: inline-block;
}
.form-group {
    margin-bottom: 15px;
}
#searchForm {
    margin: 0 2px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  min-width: 76px;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #aacf52;
  border-color: #aacf52;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b9e259;
  border-color: #b9e259;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b9e259;
  border-color: #b9e259;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #b9e259;
  border-color: #b9e259;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2FB9AE;
  border-color: #2FB9AE;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #45b035;
  border-color: #45b035;
  min-width: 100px;
  margin-right: 8px;
  margin-left: 10px;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #45b035;
  border-color: #45b035;
}
.btn-info:hover {
  color: #fff;
  background-color: #45b035;
  border-color: #45b035;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #45b035;
  border-color: #45b035;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #45b035;
  border-color: #45b035;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #45b035;
  border-color: #45b035;
}
.btn-info .badge {
  color: #45b035;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #B92F4F;
  border-color: #B92F4F;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-csv {
  color: #fff;
  background-color: #2FB9AE;
  border-color: #289b92;
}
.btn-csv:focus,
.btn-csv.focus {
  color: #fff;
  background-color: #51c7bd;
  border-color: #419d96;
}
.btn-csv:hover {
  color: #fff;
  background-color: #51c7bd;
  border-color: #419d96;
}
.btn-csv:active,
.btn-csv.active,
.open > .dropdown-toggle.btn-csv {
  color: #fff;
  background-color: #51c7bd;
  border-color: #419d96;
}
.btn-csv:active:hover,
.btn-csv.active:hover,
.open > .dropdown-toggle.btn-csv:hover,
.btn-csv:active:focus,
.btn-csv.active:focus,
.open > .dropdown-toggle.btn-csv:focus,
.btn-csv:active.focus,
.btn-csv.active.focus,
.open > .dropdown-toggle.btn-csv.focus {
  color: #fff;
  background-color: #419d96;
  border-color: #42938d;
}
.btn-csv:active,
.btn-csv.active,
.open > .dropdown-toggle.btn-csv {
  background-image: none;
}
.btn-csv.disabled:hover,
.btn-csv[disabled]:hover,
fieldset[disabled] .btn-csv:hover,
.btn-csv.disabled:focus,
.btn-csv[disabled]:focus,
fieldset[disabled] .btn-csv:focus,
.btn-csv.disabled.focus,
.btn-csv[disabled].focus,
fieldset[disabled] .btn-csv.focus {
  background-color: #2FB9AE;
  border-color: #289b92;
}
.btn-csv .badge {
  color: #2FB9AE;
  background-color: #fff;
}
.btn-large {
  font-size: 16px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  min-width: 80px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #45b035;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #45b035;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #45b035;
  border-color: #45b035;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.search-name-div {
  display: inline-block;
}
#selectName li {
  display: inline;
  border:1px solid #d9d9d9;
  border-color: #fad163;
  margin: 2px;
}
.search-name-remove {
  cursor: pointer;
}
.div-overwrap {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index:10000;
}
.curled-box {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  margin-top: 5px;
}
.excel-btn {
  background: #aacf52;
  color: #FFF;
  cursor: pointer;
}
.excel-btn > span {
  margin-top: 12px;
}
.print-btn {
  background: #ffa94d;
  color: #FFF;
  cursor: pointer;
}
.print-btn > span {
  margin-top: 12px;
}
.add-btn {
  background: #FF4848;
  color: #FFF;
  cursor: pointer;
}
.add-btn > a:link,
.add-btn > a:visited,
.add-btn > a:hover,
.add-btn > a:active  {
  color: #FFF;
}
.add-btn > a > span,
.add-btn > span {
  margin-top: 12px;
}
.tab-content {
  margin-top: 20px;
}
.tab-content input[type="radio"] {
  display: none;
}
.tab-content label {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 13px;
  color: #494949;
  background-color: #f8f8f8;
  cursor: pointer;
  /* box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3); */
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  width: 80px;
  text-align: center;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #fff;
  background-color: #45b035;
  border-color: #45b035;
}

.tab-content .tab-box {
  /**height: 780px;*/
  padding: 10px;
  border-radius: 0 5px 5px 5px;
  box-sizing: border-box;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}
.box1 {
    padding: 1px;
    margin: 1px;
    border: solid 1px #000000;
}
.cancelNotice {
  position: fixed;
  bottom: 0px;
  left:0px;
  z-index:998;
  width:350px;
  background: #d9ffef;
  border: 1px solid #e0e0e0;
  padding:5px 10px;
}
.cancelNotice ul li {
  list-style: none;
  cursor: pointer;
  margin: 2px 0px;
}
.cancelNotice.hide {
  display:none;
}


/* 日曜日のカラー設定 */
th.ui-datepicker-week-end:last-child,td.ui-datepicker-week-end:last-child a.ui-state-default{
  /* background-color: #ffecec;   /* 背景色を設定 */
  color: #f08080;       /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
th.ui-datepicker-week-end,td.ui-datepicker-week-end a.ui-state-default{
  /* background-color: #eaeaff;   /* 背景色を設定 */
  color: #6495ed;       /* 文字色を設定 */
}
/* ホバー時の動作 */
/*
td.ui-datepicker-week-end a.ui-state-hover{
  opacity: 0.8;
}
*/
/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fbf9ee!important;
}
#searchDate > div.ui-datepicker {
    font-size: 85%;
}

#ui-datepicker-div td a{
  width: 1.2rem;
    height: 1.2rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* チェックボックス */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #d4d9e1;
  border-radius: 6px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 3px;
    height: 7px;
    transform: rotate(40deg);
    border-bottom: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
}
.checkbox01-input:checked + .checkbox01-parts::before{
    background-color: #45b035;
}
label {
    color: #8d9caf;
    margin-bottom: .5rem;
}

.fc .fc-toolbar>.fc-right button,
.fc .fc-toolbar>.fc-left button {
    background: linear-gradient(#fff,#f2f4f7);
    border: 1px solid #d4d9e1;
}



.fc-toolbar h2 {
    margin: 0;
    font-size: 1.20rem;
    padding: 5;
    padding-left: 5px;
    padding-right: 5px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
    padding-left: 10px;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    display: block;
    border: 1px solid #d4d9e1;
    /* box-shadow: 5px 5px 16px 0 rgba(45,45,45,.3); */
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
    border-bottom: 1px solid #eff3f6;
}

.ui-widget-header{
  border: 0;
}

#ui-datepicker-div{
  border: 1px solid #d4d9e1;
  box-shadow: 5px 5px 16px 0 rgba(45,45,45,.3);
}

/* 苗字の長さによってバーのレイアウトを調整 */
/* 苗字1文字 作業スペース*/
.familyNameNum-1-name{
  display: inline-flex;
  position: relative;
}
.familyNameNum-1-box{
  display: inline-flex;
  position: absolute;
  margin-left: 50px;
  transform: translateY(20%);
  font-size: small;
}
/* 苗字2文字 作業スペース*/
.familyNameNum-2-name{
  display: inline-flex;
  position: relative;
}
.familyNameNum-2-box{
  display: inline-flex;
  position: absolute;
  margin-left: 50px;
  transform: translateY(20%);
  font-size: small;
}
/* 苗字3文字 作業スペース*/
.familyNameNum-3-name{
  display: inline-flex;
  position: relative;
  width: 102%;
}
.familyNameNum-3-box{
  display: inline-flex;
  position: absolute;
  margin-left: 50px;
  transform: translateY(20%);
  font-size: small;
}
/* 苗字4文字 作業スペース*/
.familyNameNum-4-name{
  display: inline-flex;
  position: relative;
  width: 102%;
}
.familyNameNum-4-box{
  display: inline-flex;
  position: absolute;
  margin-left: 50px;
  transform: translateY(20%);
  font-size: small;
}
/* 苗字1文字　キャンセル待ちスペース*/
.familyNameNum-1-cancelMovableAreaName{
  display: inline-flex;
  position: inherit;
  width: 80%;
}
/* 苗字2文字　キャンセル待ちスペース*/
.familyNameNum-2-cancelMovableAreaName{
  display: inline-flex;
  position: inherit;
  width: 80%;
}
/* 苗字3文字　キャンセル待ちスペース*/
.familyNameNum-3-cancelMovableAreaName{
  display: inline-flex;
  position: inherit;
}
/* 苗字4文字　キャンセル待ちスペース*/
.familyNameNum-4-cancelMovableAreaName{
  display: inline-flex;
  position: inherit;
  width: 80%;
}
/* 苗字1文字　移動可能スペース*/
.familyNameNum-1-movableAreaName{
  display: inline-flex;
  position: inherit;
  width: 80%;
}
.familyNameNum-1-movableAreaBox{
  display: inline-flex;
  position: absolute;
  margin-left: 45px !important;
}
/* 苗字2文字　移動可能スペース*/
.familyNameNum-2-movableAreaName{
  display: inline-flex;
  position: inherit;
  width: 80%;
}
.familyNameNum-2-movableAreaBox{
  display: inline-flex;
  position: absolute;
  margin-left: 45px !important;
}
/* 苗字3文字　移動可能スペース*/
.familyNameNum-3-movableAreaName{
  display: inline-flex;
  position: inherit;
}
.familyNameNum-3-movableAreaBox{
  display: inline-flex;
  position: absolute;
  margin-left: 45px !important;
}
/* 苗字4文字　移動可能スペース*/
.familyNameNum-4-movableAreaName{
  display: inline-flex;
  position: inherit;
  width: 80%;
}
.familyNameNum-4-movableAreaBox{
  display: inline-flex;
  position: absolute;
  margin-left: 45px !important;
}
/* キャンセル待ちの折りたたんだバーのレイアウト*/
.cancelCount{
  color: #fff;
  background-color: rgba(77, 226, 168, 0.96);
  border-radius: 10px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  margin: 2px 1px;
  padding: 3.5px;
  font-size: 16px;
  width: 138px;
  text-align: center;
}
/* キャンセル待ちの折りたたんだバーのレイアウト（過去）*/
.past-cancelCount{
  color: #fff;
  background-color: rgba(119, 119, 119, 0.8);
  border-radius: 10px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  margin: 2px 1px;
  padding: 3.5px;
  font-size: 16px;
  width: 138px;
  text-align: center;
}
.modal-unable-to-edit-message{
  font-size: 16px;
  padding-right: 5px;
}
.ui-datepicker select.ui-datepicker-year{
  width: 65%;
  margin-right: 18px !important;
}
.ui-datepicker select.ui-datepicker-month{
  /* margin-right: 18px !important; */
}
