﻿@charset "utf-8";

body {
  margin: 0px; /* for IE6 / IE7 */
  padding-top: 60px;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 12px;
  background: #f8f8f8;
}

.navbar {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 0;
  background: #fff;
  border-top: 3px solid #000 !important;
}

.btn-default { background: linear-gradient(to bottom,#fff, #f2f2f2); }

.btn-default:hover { background: #fff; }

.navbar-brand { height: 56px; }

a.navbar-brand img { width: 115px; }

.navbar-nav > li > a { line-height: 24px; }

.navbar-default .navbar-nav > li > a { color: #000; }

.navbar-default .navbar-nav > li > a:hover { color: #777; }

.navbar-collapse span.glyphicon { display: none;}

.navbar-collapse .close_sp { display: none;}

.area_headline {
  z-index: 1040;
  position: fixed;
  top: 60px;
  width: 100%;
  height: 40px;
  background: #000;
}

.area_headline h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.area_headline .col-xs-8 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.area_headline .col-xs-8 .btn {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
}

.area_headline ul.list-inline { margin-bottom: 0; }

.area_headline ul.list-inline > li {
  padding-left: 3px;
  padding-right: 3px;
}

.area_headline ul.list-inline > li:last-child { padding-right: 0; }

.area_headline hr {
  clear: both;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
}

.area_headline .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
/*K.Ide テーブルヘッダー固定化*/
div.tehai_Kakunin_head{
    position: fixed;
    left: 5px;
    top: 0px; 
    width: 100%; 
    height: 230px; 
    z-index: 2; 
    background-color: #f9f9f9;
    padding-top: 100px; 
    padding-left: 10px;
}

 table#tbltehaiKakunin > thead > tr > th {
    height: 36px;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
    background-color: #ffffff;
    padding: 0px;
}

div.tehai_Kakunin_main{
    padding-top: 106px;
}
/*K.Ide テーブルヘッダー固定化*/

.area_main { margin-top: 64px; }

h3 {
  padding-left: 6px;
  padding-top: 2px;
  font-size: 18px;
  border-left: 5px solid #009FE8;
}

table { background: #fff; }

table.table th {
  text-align: center;
  white-space: nowrap;
}

.btn-m { width: 90px; }

.btn-l { width: 150px; }

.btn-save {
  background: #c40404;
  color: #fff;
}

.btn-save:hover {
  background: #d93636;
  color: #fff;
}

.panel-batch_data_input { border-color: #ddd;}

.panel-batch_data_input .panel-heading {
  color: #31708F;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}

.btn-batch_data_input { background: #d9edf7; }

.btn-batch_data_input:hover { background: #e4f0f6; }

.w_400 {
  width: 400px;
  padding-left: 15px;
  padding-right: 15px;
}

.w_650 {
  width: 650px;
}

.configure {
  width: 650px;
  padding-left: 15px;
  padding-right: 15px;
}

.configure table.table th { white-space:normal;}

.configure table.table td .form-control { width: auto;}

.configure table.colorpicker th label { text-align: center;}

.configure table.colorpicker td .form-control,
.w_650 .table td.colorpicker .form-control {
    display: inline-block !important;
    width: 150px;
}

.configure table.colorpicker tbody td > div,
.w_650 .table td.colorpicker > div {
    width:180px !important;
    margin-bottom: 0 !important;
}

.evo-colorind, .evo-colorind-ie, .evo-colorind-ff { margin-top: 8px;}

.evo-colorind-ie {
    top: 0 !important;
}

.evo-pop {width: 214px !important;}

.configure table.colorpicker tbody td > div table.evo-palette-ie td div,
.w_650 .table td.colorpicker > div table.evo-palette-ie td div  { width: auto !important;}


.mb_20 { margin-bottom: 20px;}

.form-group.row .col-md-1 {
  line-height: 34px;
  text-align: center;
}

/* ログイン画面
-------------------------------------------------------*/
.loginmain { margin-top: 30px; }


/* bootstrap 設定　上書き
-------------------------------------------------------*/
.panel-body { padding: 10px; }

.text-danger {
  color: #ff0000;
  font-weight: bold;
}

ul.nav > li > a { padding: 15px 13px !important; }


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #f2f2f2;
  color: #ccc;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}


/* 手配
-------------------------------------------------------*/
.panel-heading.day_duty {
  color: #fff;
  background: #ff9975;
}

.panel-heading.night_duty {
  color: #fff;
  background:#0053bf;
}

#search-col h3,
#tools-col h3 { margin-bottom: 19px; }

/* left container */
#search-col {
  position: fixed;
  top: 0;
  bottom: 0;
  margin-left: 5px;
  height: 100%;
  padding-top: 105px;
}

#search-col #search_area { width: 140px; }

#tools-col {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 180px;
  padding-top: 105px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 130px;
}

#table999 {
  font-size: 20px;
  height: 130px;
  width: 130px;
  border: 1px solid #ccc;
  z-index: 1000;
  margin-bottom:5px;
}

#table999 td {
  text-align: center;
  vertical-align: middle;
}

#dummy {
  width: 130px;
  background: #f9f9f9;
}

#dummy td {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  vertical-align: middle;
}

#arrangement-col {
  display: table;
  width: 100%;
  padding-left: 315px;
}

#arrangement-col #tehai-header {
  position: fixed;
  top: 0px;
  right:15px;
  left:330px;
  padding-top: 105px;
  background-color:#fff;
  border-bottom:solid 2px gray;
  padding-bottom:8px;
  min-width:830px;
}

#arrangement-col #tehai-header h3 { float:left; }

#arrangement-col #tehai-header #tehai-control {
  float:left;
  margin-top: 14px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#arrangement-col #tehai-header #tehai-control {
  float: left;
  margin-top: 14px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#arrangement-col #tehai-header #tehai_total {
  margin-top: 14px;
  font-size: 14px;
  padding-top: 8px;
  display:inline;
}

#arrangement-col #print_header {
  display: none;
}

#arrangement-col #tehai_date_bottom_print {
  display: none;
}


#arrangement-col #tehai-header #tehaiDate {
	width:140px;
}

#arrangement-col #tehai-control .btn-l { width: 100px; }

#arrangement-col #tehai-control .checkbox-inline {
  font-size: 14px;
  padding-top: 2px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
}

#arrangement-col #tehai-control .checkbox-inline input {
  margin-top: 3px;
}

/* 
#arrangement-col #tehai-header .arrangement-savebox {
  position: fixed;
  top: 101px;
  right: 30px;
}
*/

#arrangement-col #tehai-header .arrangement-savebox {
    float:right;
    margin-right:10px
}

#arrangement-col #tehai-header .arrangement-savebox input.btn-default {
  width: 150px;
  margin-top: 14px;
}

#arrangement-col table#tehai_table {
  width: 100%;
  margin-top: 98px;
  margin-bottom: 15px;
}

#arrangement-col table#tehai_table th {
  text-align: center;
  padding: 4px;
}

#arrangement-col th#tehai_motouke,
#arrangement-col th#tehai_syokutyou {
  width: 100px;
}

#arrangement-col th#tehai_genba { width: 200px; }

#arrangement-col th#tehai_sagyou { }

#arrangement-col th.tehai_dz_flg,
#arrangement-col th.tehai_ep_num { width: 30px; }

#arrangement-col td.tehai_genba,
#arrangement-col td.tehai_syokutyo { text-align: center; }

#arrangement-col td.tehai_motouke,
#arrangement-col td.tehai_ep_num,
#arrangement-col td.tehai_dz_flg {
  text-align: center;
  vertical-align: middle;
}

#arrangement-col td.tehai_sagyou { text-align: left; }

#arrangement-col table#tehai_table .tehai_check { display: none; }

.area_main.day_duty #arrangement-col table#tehai_table { background: #ffeddb; }

.area_main.day_duty #arrangement-col table#tehai_table thead th {
  color: #fff;
  font-weight: normal;
  background: #ff9975;
  font-size: 14px;
}

.area_main.night_duty #arrangement-col table#tehai_table { background: #dbedff; }

.area_main.night_duty #arrangement-col table#tehai_table thead th {
  color: #fff;
  font-weight: normal;
  background: #0053bf;
  font-size: 14px;
}

.area_main.day_duty #arrangement-col table.table-striped > tbody > tr:nth-child(odd) > td,
.area_main.night_duty #arrangement-col table.table-striped > tbody > tr:nth-child(odd) > td { background: #fff; }

div#loading .loading_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom:0;
  margin: auto;
  width: 50px;
  height: 50px;
}

p.underconstruction {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

/*

Darko Bunic
http://www.redips.net/
May, 2011.

-------------------------------------------------------*/

/* make drag container visible */
#drag {
  border: 0px dashed LightBlue;
  padding: 0px;
  display: table;
  width: 100%;
}

/* drag object (DIV inside table cell) */
div.drag {
  display: inline-block;
  width: 100px;
  padding: 2px;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border: 2px solid SteelBlue;
}

div.drag.row { width: 200px; }

div.drag.row.line {
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  background: #666;
  border: none;
}

/* scrollable drag container */
#scrollable {
  position: fixed;
  top: 450px;
  bottom: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 140px;
  border: 1px solid #ccc;
  background: #fff;
}

#scrollable table#search_result td {
  text-align: center;
  vertical-align: middle;
  padding-top: 4px;
  padding-bottom: 4px;
}

#scrollable2 { }



th span.required {
  color: #ff0000;
  font-weight: bold;
}


/* 手配確認
-------------------------------------------------------*/
.tehai-kakunin-control { margin-bottom: 15px; }

p.tehai_date {
  font-size: 14px;
  margin-bottom: 5px;
}

/* 手配現場リスト作成
-------------------------------------------------------*/
div.panel-heading.day_duty,
div.panel-heading.night_duty { overflow: hidden;}

div.panel-heading.day_duty .panel-title,
div.panel-heading.day_duty input,
div.panel-heading.night_duty .panel-title,
div.panel-heading.night_duty input { display: inline-block;}

div.panel-heading.day_duty input,
div.panel-heading.night_duty input { float: right; }

div.panel-heading.day_duty .panel-title,
div.panel-heading.night_duty .panel-title { padding: 6px 0; }

/* 承認　
-------------------------------------------------------*/
.btn-default.btn-syounin {
  border-color: #27ae60;
  background: linear-gradient(#a8ebc4,#2ecc71);
  color: #fff;
}

.btn-default.btn-syounin:hover {
  border-color: #27ae60;
  background: linear-gradient(#d1f5e0,#54d98c) !important;
  color: #fff;
}

.btn-default.btn-release {
  border-color: #2980b9;
  background: linear-gradient(#c4e1f5,#5faee3);
  color: #fff;
}

.btn-default.btn-release:hover {
  border-color: #2980b9;
  background: linear-gradient(#f0f7fc,#8ac4eb) !important;
  color: #fff;
}

/* 検索　元請会社別　
-------------------------------------------------------*/
.panel.serch_motouke h4 {
  float: left;
  margin-right: 15px;
}

.panel.serch_motouke dl {
  margin: 10px 0;
}

.panel.serch_motouke dl.total dt,
.panel.serch_motouke dl.total dd {
  display: inline-block;
  line-height: 1.6;
}

.panel.serch_motouke dl.total dd { margin-right: 5px;}

.panel.serch_motouke table { margin-bottom: 10px;}


/* 背景・枠線・文字色バリエーション
---------------------------------------------*/
.boder_red { border: 1px solid red; }

.boder_green { border: 1px solid green; }

.background_red {
  color: #fff;
  border: 1px solid #ccc;
  background: #f00;
}

.bg_a,
.bg_b,
.bg_c,
.bg_d,
.bg_e { color: #fff; }

.bg_a {
  background: #d9534f;
  border: 2px solid #d9534f;
}

.bg_b {
  background: #337ab7;
  border: 2px solid #337ab7;
}

.bg_c {
  background: #5cb85c;
  border: 2px solid #5cb85c;
}

.bg_d {
  background: #f0ad4e;
  border: 2px solid #f0ad4e;
}

.bg_e {
  background: #5bc0de;
  border: 2px solid #5bc0de;
}

.border_a { border: 2px solid #d9534f !important; }

.border_b { border: 2px solid #337ab7 !important; }

.border_c { border: 2px solid #5cb85c !important; }

.border_d { border: 2px solid #f0ad4e !important; }

.border_e { border: 2px solid #5bc0de !important; }


.bg_red { background: #c12e2a !important; }

.bg_blue { background: #337ab7 !important; }

.bg_lightblue { background: #5bc0de !important; }

.bg_paleblue { background: #beedfa !important; }

.bg_green { background: #419641 !important; }

.bg_orange { background: #f0ad4e !important; }

.bg_purple { background: #9b59b6 !important; }

.bg_gray { background: #95a5a6 !important; }

.bg_black { background: #000 !important; }

.bg_white { background: #fff !important; }

.border_red { border: 2px solid #c12e2a !important; }

.border_blue { border: 2px solid #337ab7 !important; }

.border_lightblue { border: 2px solid #5bc0de !important; }

.border_paleblue { border: 2px solid #beedfa !important; }

.border_green { border: 2px solid #419641 !important; }

.border_orange { border: 2px solid #f0ad4e !important; }

.border_purple { border: 2px solid #9b59b6 !important; }

.border_gray { border: 2px solid #95a5a6 !important; }

.border_black { border: 2px solid #000 !important; }

.border_white { border: 2px solid #fff !important; }

.txt_red { color: #c12e2a !important; }

.txt_blue { color: #337ab7 !important; }

.txt_lightblue { color: #5bc0de !important; }

.txt_paleblue { color: #beedfa !important; }

.txt_green { color: #419641 !important; }

.txt_orange { color: #f0ad4e !important; }

.txt_purple { color: #9b59b6 !important; }

.txt_gray { color: #95a5a6 !important; }

.txt_black { color: #000 !important; }

.txt_white { color: #fff !important; }









.panel-body .dl-horizontal.nippou { margin-bottom: 0; }

.dl-horizontal.nippou dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 30%;
}

.dl-horizontal.nippou dd { margin-left: 30%; }

ul.man-hour {
  margin: 5px 0 10px;
  padding: 0;
}

.btn-group { margin-bottom: 15px; }

.form-group .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

ul.man-hour li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.man-hour li div.col-xs-12 {
  padding-left: 5px;
  padding-right: 0;
}

ul.man-hour li div.col-xs-12.left {
  padding-left: 0;
  padding-right: 0;
}

ul.man-hour li p {
  font-size: 1.2rem !important;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}

.col-xs-10.machine_amount {
  padding-left: 0;
  padding-right: 0;
}

.kikaitani { line-height: 34px; }

.period .col-md-5,
.period .col-xs-5,
.period .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
}

.period .col-xs-2,
.period .col-xs-1 {
  line-height: 40px;
  text-align: center;
}

table.kosu_detail {
  margin-bottom: 10px;
  border-collapse: collapse;
}

table.kosu_detail th,
table.kosu_detail td {
  padding: 0.4em 0.5em !important;
  font-size: 1.2rem;
  line-height: 1.4 !important;
  text-align: left;
  vertical-align: middle !important;
  border: 1px solid #ccc;
  border-bottom: none;
}

table.kosu_detail th { background: #efefef; }

table.kosu_detail tr.bdtop_0 td { border-top: none !important; }

.dr_day_duty { background: #ffeddb; }

.dr_night_duty { background: #dbedff; }

.dr_keiyaku { background: #ffffdb; }

.btn-keiyaku.active,
.btn-keiyaku:hover {
  background: #f1c40f;
  color: #fff;
}

.dr_joyo { background: #dbffdb; }

.btn-joyo.active,
.btn-joyo:hover {
  background: #2ecc71;
  color: #fff;
}

.panel-body p { margin: 0 0 3px;}

.dr_day_duty p span.label {
  background: #ff9975;
  padding: .2em .6em .2em;
  font-size: 100%;
  font-weight: normal;
}
.dr_night_duty p span.label {
  background: #0053bf;
  padding: .2em .6em .2em;
  font-size: 100%;
  font-weight: normal;
}

span.label_dr_day_duty {
  background: #ff9975;
  padding: .2em .6em .2em;
  font-size: 100%;
  font-weight: normal;
}
span.label_dr_night_duty {
  background: #0053bf;
  padding: .2em .6em .2em;
  font-size: 100%;
  font-weight: normal;
}

.dr_keiyaku p span.label,
p span.label.dr_keiyaku {
  background: #f1c40f;
  padding: .2em .6em .2em;
  font-size: 100%;
  font-weight: normal;
}

.dr_joyo p span.label,
p span.label.dr_joyo {
  background: #2ecc71;
  padding: .2em .6em .2em;
  font-size: 100%;
  font-weight: normal;


}
span.label_dr_keiyaku {
  background: #f1c40f;
  padding: .2em .6em .2em;
  font-size: 100%;
  font-weight: normal;
}

span.label_dr_joyo {
  background: #2ecc71;
  padding: .2em .6em .2em;
  font-size: 100%;
  font-weight: normal;


}

/* 手当
---------------------------------------------*/
table.teate-table tr th { text-align: center; }

table.teate-table tr td { line-height: 2em !important; }

table.teate-table tr td:first-child { white-space: nowrap; }

table.teate-table tr td:last-child { width: 80%; }

table.teate-table tr td p,
table.teate-table tr td label {
  width: 125px;
  margin-bottom: 0px;
  font-weight: normal;
}

table.teate-table tr td p span,
table.teate-table tr td label span {
  font-size: 75%;
  font-weight: bold;
}

/* マスタ
-------------------------------------------------------*/
table th .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

/* 休日設定
---------------------------------------------*/
.cal-float {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}

.cal-float .panel-body { padding: 15px; }

.cal-box {
  width: 386px;
  height: 315px;

}

table.cal-table {
  width: auto;
  max-width: auto;
}

table.cal-table th { text-align: center; }

table.cal-table th,
table.cal-table td { padding: 5px !important;}

#strdate { margin-bottom: 10px;}

.modal-content.setting_hd .modal-body label { margin-right: 10px; }

.modal-content.setting_hd .modal-body label input[type="radio"] {
  margin: 0 4px 0 0;
  vertical-align: middle
}

.modal-content.setting_hd .modal-footer .btn-setting { width: 100%; }



textarea#commentData {
  height: 15em;
}
textarea#commentData:focus,
textarea#commentData:hover {
  height: 40em;
}

/*隊員マスタ不仲 現場マスタ出禁*/
#member_list{
    float:left;
    padding-right:5px;
    overflow-y: auto;
    overflow-x: hidden;
    height:330px;
}

#member_list table {
    width: 245px;
    border: solid 1px #ccc;
}

#member_list table th{
    padding:5px;
}

#member_list table td{
    padding:5px;
    height:300px;
    text-align:left;
    vertical-align:top;
}

#member_list table td .drag{
	margin-bottom:3px;
}


#member_search{
    float:left;
    width:240px;
    position:relative;
    text-align:center;
}

#member_search #btnSearchMember{
    margin-top:5px;
}

#member_search #scrollable{
    position: absolute;
    top:100px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    width:240px;
    height:181px;
}

#member_search table#member_trash{
    position: absolute;
    top:288px;
    border: 1px solid #ccc;
    width:240px;
    height:40px;
    text-align:center;
    vertical-align:top;
    background-color:#ccc;
}


/* iPad用
---------------------------------------------*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  body { 
    font-size: 20px;
    padding-top: 180px;
   }

  h1,h2,h3 {
    margin: 1em 0;
    font-size: 25px;
  }


  .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

  pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

table.kosu_detail th, table.kosu_detail td {
    padding: 0.6em 0.8em !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    text-align: left;
    vertical-align: middle !important;
    border: 1px solid #ccc;
    border-bottom: none;
}

ul.man-hour li p {
    font-size: 20px !important;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}


}



@media (min-width: 850px) {
  .navbar-toggle { display: none; }
}


/* 出面 スマートフォン
---------------------------------------------*/

@media (max-width: 767px) {
  .navbar {
     position: absolute;
     top: 0;
     left: 0;
  }
  .navbar-brand img { width: 95px; }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #888;
    border-color: #888;
  }

  .navbar-default { border-color: #888; }

  .navbar-default .navbar-nav > li > a { color: #fff; }

  .navbar-default .navbar-nav > li > a:hover { color: #333; }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
    padding-bottom: 47px;
  }

  .navbar-collapse span.glyphicon { display: inline;}
  .navbar-collapse .close_sp {
    display: block;
    color: #fff;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 95%;
    text-align:right;
    background: none;
    border: none;
  }
  
  h1,
  h2,
  h3 {
    margin: 1em 0;
    font-size: 14px;
  }

  h2 { font-size: 15px; }

  h3 { border-left: 5px solid #8dc21f; }

  h3.info { margin: 0 0 5px 0; }

  .panel .form-group { margin-bottom: 10px; }

  .form-control {
    padding: 6px 5px;
    font-size: 12px;
  }

  ul.man-hour li { font-size: 1.1rem; }

  .list-inline > li {
    padding-left: 5px;
    padding-right: 0;
  }

  .period .col-xs-2 {
    line-height: 34px;
    text-align: center;
  }

  .period .col-xs-5 .form-control { font-size: 11px !important; }

}




/* お知らせ
---------------------------------------------*/
  .info pre {
    background-color: #fff;
  }
  
/* シフトコピー
-------------------------------------------------------*/

#tehaicopy #dpSrc table {
    font-size:12px;
}

#tehaicopy #dpSrc table td {
    width:40px; 
    height:50px;
    text-align:center;
    padding:4px;
}

#tehaicopy #dpDst table {
    font-size:12px;
}

#tehaicopy #dpDst table td {
    width:40px;
    height:50px;
    text-align:center;
    padding:4px;
}

#tehaicopy .label {
    display: inline-block;
    width:42px;
    padding: 4px;
    font-size: 11px;
    font-weight:normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


#tehaicopy .active#rboNikkinLabel {
	color:#FFF;
	background-color:#ff9975;
}

#tehaicopy .active#rboYakinLabel {
	color:#FFF;
	background-color:#0053bf;
}


/*tr移動マーク*/
.drag-point{
    display:block;
    width:29px; 
    height:29px; 
    position:relative; 
    background-color:#ccc;
    border:solid !important;
    border-color:#ccc !important;
    float:left;
}

.drag-point span{
    position:absolute;
    top:23%; 
    left:23%;
    color:#fff;
}

/*検索-元請現場別*/
table#gcge_table > tbody > tr > td{
    text-align:right;
}