@charset "utf-8";
/**
 *
 * MJ ZOO System CSS
 *
 * Copyright (c) Parafamily Co.,Ltd. ( https://parafamily.co.jp )
 *
 * @copyright     Copyright (c) Parafamily Co.,Ltd. ( https://parafamily.co.jp )
 * @link          https://sys.mj-zoo,net
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 60px;
}

/* GoogleChrome Bug Fix */
.modal-open {
	position: fixed;
	width: 100%;
}

/* ********************************* *
   Overwrite Twitter bootstrap css
 * ********************************* */
.page-header {
	margin-top: 20px;
	margin-bottom: 10px;
}

/* ********************************* *
   Search Field
 * ********************************* */
.searchfield {
	display:none;
}

/* ********************************* *
   timeline
 * ********************************* */
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	right: 25px;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: calc( 100% - 75px );
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	right: 0px;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #f0ad4e !important;
}
.timeline-badge.danger {
	background-color: #d9534f !important;
}
.timeline-badge.info {
	background-color: #5bc0de !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}

/* ********************************* *
   table
 * ********************************* */
table th {
	white-space: nowrap;
	text-align:center;
}

table td.actions {
	text-align:center;
}

table caption.table-caption {
	padding: 8px;
	font-weight: bold;
	line-height: 1.42857143;
	vertical-align: top;
}

/* ********************************* *
   ShiftShopSale関係のtable
 * ********************************* */
table.small-table>thead>tr>th,
table.small-table>thead>tr>td,
table.small-table>tbody>tr>th,
table.small-table>tbody>tr>td,
table.small-table>tfoot>tr>th,
table.small-table>tfoot>tr>td{
	font-size: 12px;
	padding: 5px;
	vertical-align: middle;
}

/* ********************************* *
   Salary関係のtable
 * ********************************* */
table.salaries-table>thead>tr>th,
table.salaries-table>thead>tr>td,
table.salaries-table>tbody>tr>th,
table.salaries-table>tbody>tr>td,
table.salaries-table>tfoot>tr>th,
table.salaries-table>tfoot>tr>td,
table.payslip-table>thead>tr>th,
table.payslip-table>thead>tr>td,
table.payslip-table>tbody>tr>th,
table.payslip-table>tbody>tr>td,
table.payslip-table>tfoot>tr>th,
table.payslip-table>tfoot>tr>td{
	font-size: 12px;
	padding: 5px
}

.shiftshopsale-monthly-table tr, .shiftshopsale-monthly-table th, .shiftshopsale-monthly-table td{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.payslip-table tr, .payslip-table th, .payslip-table td{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 100px;
}
table.payslip-table .input-group-addon{
	padding: 3px 6px;
}
table.payslip-table .input-group .form-control{
	z-index: auto;
}
table.payslip-table>tbody>tr>td.onclick{
	background-color: #fff4f4;
}
table.payslip-table>tbody>tr>td.hover{
	background-color: #effdfd;
}
table.payslip-table>tbody>tr:nth-child(odd)>td:first-child{
	background-color: #f9f9f9;
}
table.payslip-table>tbody>tr>td:first-child{
	background-color: #fff !important;
}
table.payslip-table>tbody>tr>td.hover:hover{
	background-color: #cffbfb;
}
.payslip-table-separate{
	padding: 0 !important;
	height: 5px !important;
}
table.payslip-table>tbody>tr>.border-bold{
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}
table.payslip-table>tbody>tr>.border-bold:first-child{
	border-left: 2px solid #666;
}
table.payslip-table>tbody>tr>.border-bold:last-child{
	border-right: 2px solid #666;
}
.salary-loader{
	animation: spin 1s linear infinite; /*1秒毎にくるくる回転するアニメーション*/
}
.salary-alert {
	padding: 3px;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 4px;
}
.payslip-column-title{
	min-width: 100px;
	color: #428bca;
	cursor: pointer;
}
.payslip-column-title:hover{
	color: #2a6496;
	background-color: #eee;
}

.nowrap {
	white-space: nowrap;
}

.deleted{
	text-decoration: line-through;
}
/*
	Rating text辞めない
*/
.rating_text_right{text-align: right;}

/* ********************************* *
   canvas
 * ********************************* */
canvas {
	height: auto !important;
	width: 100% !important;
}

/* ********************************* *
	cursor:pointer;
 * ********************************* */
.popover-click {
	cursor:pointer;
}

.glyphicon-question-sign {
	cursor:pointer;
}

/* ********************************* *
   alert-message
 * ********************************* */
.alert-message {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #eee;
}
.alert-message h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.alert-message p:last-child {
	margin-bottom: 0;
}
.alert-message code {
	background-color: #fff;
	border-radius: 3px;
}
.alert-message-success {
	background-color: #F4FDF0;
	border-color: #3C763D;
}
.alert-message-success h4 {
	color: #3C763D;
}
.alert-message-danger {
	background-color: #fdf7f7;
	border-color: #d9534f;
}
.alert-message-danger h4 {
	color: #d9534f;
}
.alert-message-warning {
	background-color: #fcf8f2;
	border-color: #f0ad4e;
}
.alert-message-warning h4 {
	color: #f0ad4e;
}
.alert-message-info {
	background-color: #f4f8fa;
	border-color: #5bc0de;
}
.alert-message-info h4 {
	color: #5bc0de;
}
.alert-message-default {
	background-color: #EEE;
	border-color: #B4B4B4;
}
.alert-message-default h4 {
	color: #000;
}
.alert-message-notice {
	background-color: #FCFCDD;
	border-color: #BDBD89;
}
.alert-message-notice h4 {
	color: #444;
}

#loading {
	width: 48px;
	height: 48px;
	margin: -68px 0 0 -68px;
	padding: 20px;
	opacity: 0.5;
	position: fixed;
	left: 50%;
	top: 50%;
}

/* ********************************* *
   text-decoration:line-through;
 * ********************************* */
.del {
	text-decoration:line-through;
}

tr.del td, tr.del th {
	text-decoration:line-through;
}

/* ********************************* *
   Accordion Multi Level List Group Menu
 * ********************************* */
#accordion .glyphicon { margin-right:10px; }
.panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
.panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
.panel-collapse>.list-group {margin-bottom: 0;}
.panel-collapse .list-group-item {border-radius:0;}

.panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
.panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}

.panel-collapse div.list-group div.list-group{margin: 0;}
.panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd;border-bottom: 0;padding-left: 30px;}

/* ********************************* *
   Sortable
 * ********************************* */
#sortable_select {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 0 0;
	margin-right: 10px;
	min-height:500px;
	min-width:200px;
	border:1px solid #CCCCCC;
}
.sortable-actice-field {
	height: 2.2em;
	background-color: #42A5DF;
	border: dotted 2px #0687D4;
}

/* ********************************* *
   Draggable
 * ********************************* */
ul.overview-droppable {
	margin:0px;
	min-height:26px;
	list-style-type: none;
}
.overview-droppable li {
	padding:2px;
	min-width: 100px;
  min-height: 1.5em;
}
.desk-info, .user-rating-info, .staff-info {
	cursor: pointer;
}
.overview-placeholder {
	background-color: #ffffe6;
	height: 80px;
}

/* overviewの卓のパディングをちょっと抑える */
.overview-desk-onerow .table>tbody>tr>td,
.overview-desk-onerow .table>tbody>tr>th,
.overview-desk-onerow .panel-heading,
.overview-desk-onerow .panel-body {
	padding: 4px;
}

/* ********************************* *
   Right Click Context Menu
 * ********************************* */

.overview-desk-onerow{
	display: inline-block;
	width: 100%;
}

.context-menu-icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #2980b9;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.context-menu-icon.context-menu-hover:before {
    color: #fff
}

/* ********************************* *
   BootstrapDatePickerのinline表示用css
 * ********************************* */
.datetimepicker.datetimepicker-inline{
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	width: 300px;

}
.datetimepicker-inline.datetimepicker table tr td.disabled, .datetimepicker-inline.datetimepicker table tr td.disabled:hover{
	color: #ddd;
}
.datetimepicker-inline.datetimepicker .datetimepicker-days td, .datetimepicker-inline.datetimepicker .datetimepicker-days th{
	width: 40px;
}
.datetimepicker-inline.datetimepicker td, .datetimepicker-inline.datetimepicker th{
	width: auto;
}
.datetimepicker.datetimepicker-inline table tr td span{
	width: 14%;
}

/* ********************************* *
   No More Table style for smartphone
 * ********************************* */
@media only screen and (max-width: 800px) {

	/* Force table to not be like tables anymore */
	.no-more-tables table,
	.no-more-tables thead,
	.no-more-tables tbody,
	.no-more-tables th,
	.no-more-tables td,
	.no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.no-more-tables tr { border: 1px solid #ccc; }

	.no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
		white-space: normal;
	}

	.no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }

	/*
		Rating text
	*/
	.rating_text_right{text-align: right;}


}

.scroll_div {
	overflow: auto;
}
