@charset 'utf-8';

/**
 * Each Page Custom CSS Style
 *
 *
 * INDEX >>
 *   #INDEX
 *   
 *
 */




/* #INDEX
-----------------------------------------------------------------------------*/
body {
	padding: 60px 0 40px;
	background: transparent url(../img/basebg.jpg) repeat-x 0 0;
}
.navbar .brand {
	margin-left: 0;
	font-size: 14px;
	color: #fff;
}
.navbar .brand.time {
	font-size: 24px;
}
.hero-unit {
	padding: 20px;
	font-size: 14px;
}
.form-signin h2 {
	letter-spacing: 5px;
	text-align: center;	
}
.form-signin h2 span {
	letter-spacing: 2px;
}
.table {
	background-color: #fff;	
}
.table th, .table td {
	padding: 14px 8px;	
}


.table.calendar {
	border: none;
	border-bottom: 1px solid #999;
}
.table.calendar .head_blk {
	height: 50px;
}
.table.calendar .date_blk {
	height: 50px;
}
.table.calendar .date_blk .col45 {
	padding: 5px 0 5px 270px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.table.calendar .th {
	float: left;
	border-right: 1px solid #999;
	background-color: #98CB00;
	color: #fff;
}
.table.calendar .day.th:last-child {
	border-right: none;
}
.table.calendar .th.row2 {
	height: 50px;
	line-height: 50px;
}
.table.calendar .th.row2.name {
	padding-left: 0;
	width: 320px;
	text-align: center;
}
.table.calendar .th.date {
	padding: 0;
	width: 22px;
}
.table.calendar .no {
	width: 50px;
	text-align: center;
}
.table.calendar .name {
	padding-left: 10px;
	width: 310px;
}
.table.calendar .start_date {
	width: 40px;
	text-align: center;
}
.table.calendar .end_date {
	width: 40px;
	text-align: center;
}
.table.calendar .day {
	width: 20px;
	height: 21px;
	text-align: center;
}
.table.calendar .today {
	background-color: #ffc !important;
	color: #333 !important;
}
.table.calendar .td {
	float: left;
	height: 21px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}
.table.calendar .tr.lead .td {
	border-bottom: 2px solid #000;
	font-weight: bold;
	font-size: 18px;
}
.table.calendar .title_blk {
	width: 100%;
}
.table.calendar .title_blk .td {
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
	background-color: #eee;
}
.table.calendar .body_blk {
	width: 100%;
}
.table.calendar .disp_blk {
	float: left;
}
.table.calendar .red {
	font-weight: bold;
	color: #f00;
}
a.all_btn {
    font-size: 30px;
}
input.ok_btn {
	padding: 10px;
	width: 100px;
	height: 50px;
    font-size: 30px;
}
#DEFAULT_WORK_SELECT-MACHINE input[type="checkbox"] {
    display: none;
}
#DEFAULT_WORK_SELECT-MACHINE input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    padding: 10px 0;
    width: 150px;
    letter-spacing: 2px;
    font-size: 30px;
}
#DEFAULT_WORK_SELECT-MACHINE input[type="checkbox"] + label::before {
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 52px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    content: "\2713";
    color: transparent;
    padding: 0;
    border-radius: 5px;
    border: 2px solid #dddddd;
    background: #f0f0f0;
    margin: -2px 10px 0 0;
    -webkit-transition: .1s;
            transition: .1s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#DEFAULT_WORK_SELECT-MACHINE input[type="checkbox"] + label:hover {
	color: #808080;
}
#DEFAULT_WORK_SELECT-MACHINE input[type="checkbox"]:checked + label:hover::before {
	background-color: #fff;
}
#DEFAULT_WORK_SELECT-MACHINE input[type="checkbox"]:checked + label {
	color: #36bbe7;
}
#DEFAULT_WORK_SELECT-MACHINE input[type="checkbox"]:checked + label::before {
    font-size: 35px;
    background: #fff !important;
    border-color: #36bbe7 !important;
    color: #36bbe7 !important;
}



#calendar {
	width: 1400px;
}
.table.calendar .bar {
	position: absolute;
}
.table.calendar .bar a {
	overflow: hidden;
	display: block;
	padding: 0 5px;
	height: 15px;
	line-height: 15px;
	background-color: #3399FE;
	font-size: 12px;
	color: #000;
}
.table.calendar .bar a:hover {
	text-decoration: none;
}


table.list th {
	text-align: center;
	background-color: #1C2857;
	color: #fff;
}
table.list td {
	text-align: center;
}
table#work_list th {
	text-align: center;
	background-color: #1C2857;
	color: #fff;
}
table#work_list td {
	text-align: center;
	cursor: pointer;
}
.process_cnt {
	margin: 50px 0 70px;
	font-size: 80px;
}
#footer_wrapper {
	width: 100%;
}
#footer_wrapper .btn {
	padding: 15px 40px;
	font-size: 25px;
}
#footer_wrapper .navbar-inner {
	padding: 10px 0 15px;
}

.navbar-inverse .navbar-inner {
	background-color: #1C2857;
	background-image: none;
}
.navbar-inner {
	background-image: none;
}



#DEFAULT_WORK_SELECT-ORDER #contents {
	padding: 16px 20px 16px 16px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow:rgba(50, 50, 50, 1) 3px 3px 5px -3px;
	-webkit-box-shadow:rgba(50, 50, 50, 1) 3px 3px 5px -3px;
	-moz-box-shadow:rgba(50, 50, 50, 1) 3px 3px 5px -3px;
}
#DEFAULT_WORK_SELECT-ORDER #calendar_wrapper {
	overflow: scroll;
	width: 100%;
	height: 545px;
	border: 2px solid #1C2857;
}
#DEFAULT_WORK_SELECT-ORDER #calendar {
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_head {
	margin: 0 0 10px 0;
	background-color: #1C2857;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_head .date {
	float: left;
	padding: 3px 0 5px;
	width: 149px;
	text-align: center;
	border-right: 1px solid #999;
	font-size: 24px;
	color: #fff;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body_wrapper {
	overflow-y: scroll;
	height: 497px;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body {
	position: relative;
	padding: 0 0 40px 0;
	background-color: #fff;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body .machine {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 20px;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #999;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body .order {
	overflow: hidden;
	position: absolute;
	height: 40px;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body .order a {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 20px;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body .order.style1 a {
	background-color: #f60;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body .order.style2 a {
	background-color: #c6c;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body .order.style3 a {
	background-color: #9c0;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body .order.style4 a {
	background-color: #ff0;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body .order.style5 a {
	background-color: #f00;
}
#DEFAULT_WORK_SELECT-ORDER #calendar .t_body .order.style6 a {
	background-color: #0ff;
}

.pos_1_1 { left: 0px; top: 0px; }
.pos_2_3 { left: 300px; top: 40px; }
.pos_3_5 { left: 600px; top: 80px; }

.lpos_1 { left: 0px; }
.lpos_2 { left: 150px; }
.lpos_3 { left: 300px; }
.lpos_4 { left: 450px; }
.lpos_5 { left: 600px; }

.tpos_1 { top: 0px; }
.tpos_2 { top: 40px; }
.tpos_3 { top: 80px; }
.tpos_3 { top: 80px; }


.close_overlay {
	top: 44px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #fff;
    z-index: 5;
}
.modal_window {
    top: 44px;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}
.close_btn {
	margin: 30px 0 0 0;
}
.close_btn a {
	font-size: 30px;
}



@media (max-width: 767px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 90%;
	}
	.hero-unit {
		padding: 20px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin: 0;
	}
}

@media (max-width: 980px) {
	body {
		padding: 0;
	}
}