
/* 共通部品 */
.pc_only_view{
    display: block;
}
.mobile_only_view{
    display: none;
}
@media screen and (max-width: 640px) {
    .pc_only_view{
        display: none;
    }
    .mobile_only_view{
        display: block;
    }
}

/* ローディング画面 */
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
  }
#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
  }

.required_comment{
    color: #e9422e;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.text-indent{
    text-indent: 1em;
    margin-bottom: 20px;
}
.border-bottom{
    border-bottom: 1px solid rgba(95, 95, 95, 0.3);
    margin-bottom: 30px;
}
.border-bottom ul{
    margin-bottom: 30px;
}
.radio, .checkbox{
padding-left: 0px;
}
.noDisplay{
    display: none;
}
.no-overflow{
    overflow: hidden;
}
.navbar .nav>li>p {
    padding: 20px 15px;
    font-weight: bold;
    color: #777;
    background: #fff !important;
    margin-bottom: 0px;
}
.div-content-margin{
    margin-bottom: 10px;
}
.btn-margin-left{
    margin-left: 10px;
}
.table thead th{
    vertical-align:top;
}
.sidebar{
    margin-bottom: 40px;
}
.content_padding{
    padding:20px 0;
}
.copyright_position{
    text-align: center;
}
.btn-bottom{
    margin-bottom: 20px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"]{
    margin-left: auto;
}
.module-body.table .table th, .module-body.table .table td{
    padding: 10px;
}
.form-horizontal .control-label{
    width: auto;
    min-width: 100px;
    padding-right: 10px;
    text-align: left;
}
.form-horizontal .controls{
    margin-left: auto;
}
.btn-header-set{
    display: inline-block;
    margin-bottom: 15px;
}
.btn-header{
    float: right;
    margin-top: 3px;
}
.table-middle td{
    vertical-align:middle;
}
.form-list-box{
    display: inline-block;
}
.form-list-box .list-data{
    float: none;
}
.color-holiday{
    color: #b94a48;
}
.color-half-holiday{
    color: #3a87ad;
}
.background-holiday{
    background-color: #f8d6d6 !important;
}
.background-half-holiday{
    background-color:#eefcff !important;
}
.background-possible{
    background-color: #36a97f;
    color: #fff;
    font-weight:bold;
}
.background-impossible{
    background-color: #e9422e;
}
.logo-image{
    padding: 10px;
    max-height: 20px;
}
.formula{
    vertical-align: middle;
    font-size: 15px;
}
.delete-file{
    margin-left: 30px;
    vertical-align: middle;
    color: #e9422e;
    font-size: 15px;
}
.modal-backdrop, .modal-backdrop.fade.in {
	background: #000;
	opacity: .7
}
.table-detail{
    position:relative;
}
.table-information{
    position:absolute;
    right: 10px;
    bottom: 10px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid rgb(138, 138, 138);
    background-color: rgb(158, 158, 158);
    color: #fff;
}
.modal-display{
    display: none;
}

.schedule_modal{
    width: 280px;
    left: 60%;
}

@media (max-width: 979px){
    .logo-image{
        padding: 0px;
    }
    .logo-margin{
        margin-bottom: 5px;
    }

}

/* login.html */
.navbar .login_logo{
    max-width: 200px;
    min-width: 130px;
    width: 15%;
    padding: 10px;
}
.module-login{
    margin-top: 20px;
}

/* mypage */
.mypage_today{
    background-color: #1089fd;
    color: #FFFFFF;
    padding: 0 19px 0 6px;
}

/* report系 */
.report_type2_1{
    display: none;
}
.report_type2_2{
    display: none;
}
.report_type3{
    display: none;
}
.report_type4{
    display: none;
}
.report_type5{
    display: none;
}


/* テーブル部品 */
.project_title{
    padding-left: 10px;
    border-radius: 10px;
}
.photo_table th {
    border: 1px solid rgba(100,100,100,0.3);
}
.photo_table {
    border-top: 1px solid rgba(100,100,100,0.3);
}
.dataTables_wrapper .mobile_table{
    border-right: 1px solid rgba(100,100,100,0.3);
}
.dataTables_wrapper .mobile_table tr{
    border-left: 1px solid rgba(100,100,100,0.3);
}

@media screen and (max-width: 640px) {
    .odd>td{
        display: block;
    }
    
    .schedule_modal{
        width: auto;
        left: 10px;
    }
    .dataTables_wrapper>.dataTables_length{
        float: none;
        margin: 0 0 10px 0;
    }
    .dataTables_wrapper>.dataTables_filter{
        float: none;
        margin: 0 0 10px 0;
    }
    .dataTables_wrapper .mobile_table{
        border-right:none;
        border-bottom:none;
    }
    .mobile_table thead {
      display: none;
    }
    .mobile_table tr,
    .mobile_table th{
      display: block;
      position: relative;
    }
    .project_table th:first-child {
      background: #8d8d8d !important;
      box-sizing: border-box;
      font-weight: bold;
        text-decoration:underline;
    }
    .project_table th:first-child a {
        color: #fff !important;
    }
    .assign-table th:first-child{
        background: #8d8d8d !important;
        color: #fff !important;
        box-sizing: border-box;
        font-weight: bold;
    }
    .report-table tr{
        border-left: 1px solid rgba(100,100,100,0.3)!important;
    }
    .mobile_table tr {
      margin-bottom: 30px;
      border-right: 1px solid rgba(100,100,100,0.3)!important;
      border-bottom: 1px solid rgba(100,100,100,0.3) !important;
    }



    
    .calendar-table thead {
      display: none;
    }
    .calendar-table tr,
    .calendar-table th{
      display: block;
      position: relative;
    }
    .calendar-table td{
        display: block;
    }
    .calendar-table .calendar-table-mobile-none{
        display: none;
    }
    
    .calendar-table th:first-child {
      box-sizing: border-box;
      font-weight: bold;
        text-decoration:underline;
    }
    .calendar-table th:first-child a {
        color: #fff !important;
    }
    .calendar-table tr {
      border-right: 1px solid rgba(100,100,100,0.3)!important;
      border-bottom: 1px solid rgba(100,100,100,0.3) !important;
    }
  }
   