
/*#region using in schedule list : search*/

.panel-body-custom {
	padding: 0px !important;
}

.schedule-panel-heading {
	width: 1022px !important;
}

.search-schedule-area {
	border: 0px !important;
	border-radius: 0px !important;
}

    .search-schedule-area .label-sm {
        margin-right: 0.3em !important;
	    max-width: 80px !important;
    }

    .search-schedule-area .group-item {
	    margin-right: 10px;
    }

    .search-schedule-area .schedule-hr {
        margin-top:5px;
        margin-bottom:10px;
        border-top-color: #bbb;
    }

    .search-schedule-area .input-item {
	    max-width: 300px !important;
    }

    .search-schedule-area .checkbox-area {
	    margin-right: 10px;
    }

.search-schedule-conditon-area {
    width: 100%;
}

.schedule-view-supplement {
	height:35px;
}

.schedule-view-supplement:lang(th) {
	height:65px;
}

.schedule-day-row-search {
	float:right;
}

.calendar-view-area {
    margin-bottom: 15px;
}

.month-view-button,
.week-view-button {
	margin-right: 5px;
}

.overview-viewmode-area {
    text-align:right;
    margin-bottom:5px;
}

.over-view-button {
	border: 1px solid #ddd !important;
	margin-right: 15px;
}

.search-scheule-slide-button {
    margin-right: 15px;
}

.detail-search-area .form-inline {
    margin-bottom: 10px;
}

.schedule-search-tab-contents {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
}

.common-search-area {
    margin-top: 10px;
}

.schedule-input-date {
	width: 110px !important;
}

.schedule-input-month {
	width: 80px !important;
}

.multiselect-process-group,
.multiselect-process,
.multiselect-event,
.multiselect-todo,
.multiselect-corporate {
	background-color: white;
	height: 80px;
	border: solid 1px #ddd;
	border-top: none;
	overflow: auto;
	width: 180px;
	font-size: small;
}
    .multiselect-process-group label,
	.multiselect-process label,
	.multiselect-event label,
	.multiselect-todo label,
	.multiselect-corporate label {
		margin: 5px 10px;
		display: block;
	}

    .multiselect-process.for-process-group {
        height: 330px;
	    width: 350px;
    }

.input-process-group,
.input-process,
.input-event,
.input-todo,
.input-corporate {
	width: 180px !important;
}

.input-process.for-proces-group {
    width: 350px !important;
}


.selected-process-area {
	border: 1px solid #ddd;
    border-left:none;
	width: 225px;
	height: 110px;
	background-color: white;
}

.selected-process-area.for-proces-group {
    width: 350px;
	height: 360px;
}

.label-area {
	width: 100px !important;
}
/*#endregion*/

/*#region using in modal : group*/

.table-group-list {
	margin-top: 15px;
}

.group-member-area {
	display: flex;
}

.group-name-area {
}

.group-staff-list {
	width: 50%;
}

.group-corporate-list {
	width: 50%;
	padding-left: 10px;
}

.member-staff-area {
	border: 1px solid #ddd;
	border-bottom: none;
	height: 40px;
	overflow: auto;
}

.member-corporate-area {
	border: 1px solid #ddd;
	height: 40px;
	overflow: auto;
}

.member-name {
	margin: 3px;
}
.column-member-name-width {
    width:260px !important;
    max-width:260px;
}
/*#endregion*/

/*#region using in modal : create schedule*/

.modal-create-schedule {
	width: 820px !important;
}

.plan-detail-area {
	width: 345px;
	margin-right: 15px;
}

.plan-member-area {
	width: 425px;
}

.create-schedule-label {
	width: 100px;
}

.create-schedule-label.vertical-top {
    vertical-align:top;
    padding-top:5px;
}

.detail-schedule-label {
	width: 100px;
    vertical-align: top;
}

.plan-detail-input {
	margin-bottom: 10px;
}

.plan-date-input {
	width: 100px !important;
}

.plan-time-input {
	width: 44px !important;
}

.plan-select-area {
	width: 204px !important;
}

.plan-text-input {
	width: 204px !important;
}

.plan-text {
    word-wrap:break-word;
	width: 204px !important;
}

.input-stafflist {
	width: 200px !important;
}

input-stafflist-plan{
	width: 425px !important;
}

.select-corporate-area {
	margin-left: 25px;
}

.schedule-multiselect-stafflist-plan {
	background-color: white;
	height: 100px;
	border: solid 1px #ddd;
	border-top: none;
	overflow: auto;
	width: 425px;
	font-size: small;
}

	.schedule-multiselect-stafflist-plan label {
		margin: 5px 10px !important;
		display: block !important;
	}

.schedule-multiselect-stafflist {
	background-color: white;
	height: 100px;
	border: solid 1px #ddd;
	border-top: none;
	overflow: auto;
	width: 200px;
	font-size: small;
}

	.schedule-multiselect-stafflist label {
		margin: 5px 10px !important;
		display: block !important;
	}

.multiselect-equipment {
	background-color: white;
	height: 162px;
	border: solid 1px #ddd;
	border-top: none;
	overflow: auto;
	width: 204px;
	font-size: small;
}

	.multiselect-equipment label {
		margin: 5px 10px;
		display: block;
	}

.multiselect-area {
	vertical-align: top !important;
}

.plan-member-staff-area {
	border: 1px solid #ddd;
	height: 50px;
	overflow: auto;
}

.plan-comment-input textarea {
	margin: 0px;
	height: 75px;
	width: 275px;
	border-color: #ddd;
}

.plan-comment-input-long textarea {
	margin: 0px;
	height: 50px !important;
	width: 425px !important;
	border-color: #ddd;
}

.plan-detail-empty {
	height: 40px;
}

.schedule-repeat-label {
	width: 100px !important;
    padding-right: 10px;
    text-align: right;
}

.schedule-repeat-select-area {
	width: 100px !important;
}

.schedule-repeat-input {
	width: 90px !important;
}

.schedule-repeat-area {
    margin-left:70px;
}

.schedule-repeat-span {
    margin-left:5px;
}

.schedule-repeat-end-area {
    width:200px;
    float:right;
    margin-left:3px;
}

.schedule-button-width-260 {
	width: 260px !important;
}

.schedule-table-danger {
    background-color: transparent;
    color: #d9534F;
    margin-top: 5px;
}

.schedule-destination-button {
    margin-bottom: 20px;
}

/*#endregion*/

/*#region using in schedule table*/

/*.month-profile-name{
	margin-left: 200px;
}*/

.schedule-area {
	padding: 15px;
}

.rokuyou-area {
	width: 68px;
	height: 28px;
	margin-left: 4px;
}

.holiday-label {
	color: red;
	height: 14px;
}

.rokuyou-label {
	height: 14px;
}

.sanrinbou-label {
	color: #FF0000;
}

.font-10 {
	font-size: 10px !important;
}

.font-12 {
	font-size: 12px !important;
}

.schedule-board {
	border: 1px solid #ddd;
	height: 474px;
}

.schedule-week {
	/*margin-left: 18px;*/
}

.schedule-week-header,
.schedule-month-header,
.schedule-overview-header {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 5px;
    height:40px;
}

.week-range-label {
	margin: 0px !important;
	/*margin-top: 4px !important;*/
	margin-left: 4px !important;
	font-size: medium;
}

.week-person-info {
	width: 110px !important;
}

.week-item {
	width: 120px !important;
	padding: 0px !important;
	height: 20px !important;
}

.week-item-menu {
	padding: 2px 4px !important;
}

.tr-item td.week-item-allday {
	border-top: 0px !important;
	border-bottom: 0px !important;
}

.tr-item td.week-item-fixtime {
	/*border-top: 0px !important;
	border-bottom: 0px !important;*/
}

.week-item-allday {
	padding: 0px !important;
}

.week-item-fixtime {
	padding: 0px !important;
}

.item-allday {
	background-color: paleturquoise;
	margin: 1px 0px;
}

.item-allday-empty {
	height: 20px !important;
	margin: 1px 0px;
}

.item-fixtime {
	margin: 2px 2px;
}

.date-label {
	font-weight: bold;
	font-size: 17px;
	padding-top: 3px;
	padding-left: 3px;
}

.dayofweek-label {
	margin-left: 3px !important;
	font-size: 14px;
	padding-top: 5px;
}

.dayofweek-header-label {
	font-weight: bold;
	font-size: 16px;
}

.add-schedule-button {
    font-size: 14px;
	margin-top: 1px;
    float: left;
    cursor: pointer;
}

.show-daily-schedule-button {
    font-size: 14px;
	margin-top: 1px;
	margin-left:5px;
    float: left;
    cursor: pointer;
}

.date-header {
	border-bottom: 1px solid #ddd;
	height: 30px;
	/*padding: 3px;*/
}

.menu-header {
	border-bottom: 1px solid #ddd;
	height: 25px;
	padding: 3px;
}

.schedule-week-table td,
.schedule-month-table td {
	padding: 0px !important;
}

.schedule-week-table td a:hover,
.schedule-month-table td a:hover {
    cursor : pointer;
}

.plan-header-allday {
	/*border-bottom: 1px solid #ddd;*/
	min-height: 22px;
}

.plan-header-fixtime {
	/*border: 1px solid #ddd;*/
	min-height: 22px !important;
	width: 157px !important;
}

.plan-item {
	padding: 0px 0px;
}

.fixtime-empty,
.allday-empty {
	height: 22px !important;
}

.schedule-bar {
	margin: 1px 0px;
    height:51px;
}

.planbar {
	background-color: #d1e5f0;
}

.eventbar {
	background-color: #d1e5f0;
	border-radius: 6px;
}

.taskbar {
	background-color: #d1e5f0;
	border-radius: 6px;
}

.schedulebar {
    border-bottom: 2px solid #333333;
}

.todobar {
}

.bartext {
    width: 120px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
	padding-left: 2px;
    height:51px;
    margin: 0 3px;
}

.bartext-overflow {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.taskbar input[type="checkbox"],
.todobar input[type="checkbox"] {
    vertical-align:sub;
}

.empty-bar {
	margin: 1px 0px;
}

.emptybar {
	background-color: none;
	margin: 1px 0px;
    height:53px;
}

.week-menu {
	/*border-bottom: 1px solid #ddd;*/
	height: 22px;
	padding: 0px 3px;
}

.td-week-item {
	padding: 0px !important;
	width: 120px !important;
	max-width: 120px !important;
    font-size: 12px;
}

.td-week-head {
	width: 122px !important;
	max-width: 122px !important;
    font-size: 12px;
    word-break:break-all;
}

.schedule-icon {
	width: 14px;
	height: 14px;
	margin-right: 2px;
}

.picture-badge {
	display: inline-block;
    color:#5092c1;
    white-space:nowrap;
    text-align:center;
    margin-top: 3px;
    cursor:pointer;
}

.schedulefinished {
    background-color : #dddddd;
}

.schedulestarted {
    background-color : #e7eeca;
}

.scheduledelayed {
    background-color : #f2d3db;
}

.scheduledefault {
    background-color : #d1e5f0;
}

.btn-schedule-default {
	background-color: #fff;
	color: #1c7ab8;
    border: 1px solid #1c7ab8 !important;
}

    .btn-schedule-default:hover,
    .btn-schedule-default:focus,
    .btn-schedule-default.focus {
	    background-color: #e4f1f7;
    	color: #1c7ab8 !important;
        text-decoration: none;
    }

.btn-schedule-select {
    background-color: #e4f1f7;
	color: #1c7ab8;
    border: 1px solid #1c7ab8 !important;
}

    .btn-schedule-select:hover,
    .btn-schedule-select:focus,
    .btn-schedule-select.focus {
	    background-color: #e4f1f7;
    	color: #1c7ab8 !important;
        text-decoration: none;
    }

/*#endregion*/

/*#region using in schedule overflow*/

.schedule-overview-body {
	font-size:12px;
}

.export-excel-area {
	height: 25px;
}

.bukken-name-th {
	height: 48px;
	width: 85px;
	padding: 2px !important;
	font-size: small;
}

.bukken-name-td {
	height: 48px;
	width: 85px;
	padding: 8px 2px !important;
	font-size: small;
}

.process-name-td {
	height: 48px;
	width: 85px;
	padding: 2px !important;
	font-size: small;
}

.overview-process-day-td {
	height: 37px;
	padding: 5px !important;
}
/*#endregion*/

/*#region background color*/

.saturday {
	color: #005ebc;
}

.sunday {
	color: #FF0000;
}

.scheduletoday {
	background-color: #ffffcc;
}

.businessholiday {
	background-color: #fff2f2;
}

.weektoday {
	background-color: yellow;
}

.gray {
	color: gray;
}

.holidaybackground {
	background-color: lavenderblush;
}

.saturdayholiday {
	background-color: aliceblue;
}

.weektodayholiday {
	background-color: lightyellow;
}

.workingday {
	background-color: lightgreen;
}

.todayschedule {
	background-color: lightyellow;
}

/*#endregion*/

/*#region using in task todo*/

.todo-search-area {
	border: 1px solid #ddd;
	padding: 10px;
}

.period-label {
	width: 80px;
}

.todo-search-inputdate {
	width: 100px !important;
}

.bukken-info-area {
    margin-bottom:20px;
}

.staff-list-label {
	margin-left: 20px;
}

.bukken-select-list,
.staff-select-list {
	width: 150px !important;
}

.inprocess-todo {
	margin-left: 20px;
}

.complete-checkbox-area {
	margin-top: 10px;
}

.todo-search-inline {
	margin-top: 10px;
}

.todo-search-group {
	margin-left: 20px;
}

.todo-list-area {
    margin-top:5px;
}

.todo-list-finished {
  background-color: #eee;
}

.complete-checkbox {
	margin-top: 6px !important;
}

.task-list-date {
    width:130px !important;
}

.task-list-process {
	width: 150px;
	max-width: 150px;
}

.task-list-branch {
	width: 110px;
	max-width: 110px;
}

.task-list-bukken {
	width: 150px;
	max-width: 150px;
}

.task-list-member {
	width: 110px;
	max-width: 110px;
}

.task-list-comment {
	width: 150px;
	max-width: 150px;
}

.todo-list-title {
	width: 250px;
	max-width: 250px;
}

.todo-list-comment {
	width: 400px;
	max-width: 400px;
}

.overview-search-label {
    margin-left:30px;
    margin-right:20px;
}

.img-gallery-link {
	height: 160px;
	width: 160px;
	position: relative;
}
.schedule-comment {
   resize:none;
   border: 1px solid #ddd;
}
/*#endregion*/

/*#region using in schedule explanatory note*/

.schedule-explanatory-note {
    padding:5px;
    font-size:12px;
	float:left;
}

    .schedule-explanatory-note .icon-area {
        margin-right:10px;
    }

    .bar-icon {
        border:1px solid #ddd;
        width: 20px;
        height:14px;
        margin-right:2px;
    }

/*#endregion*/

/*#region using in schedule-daily-modal*/

#schedule-daily .schedule-daily-header-area {
	width:100%;
	height:45px;
	padding-top:10px;
	padding-right:13px;
	margin-bottom:-5px;
}

#schedule-daily .schedule-daily-target-name {
	max-width:450px;
	margin-top:10px;
	margin-left:14px;
	font-size:14px;
}

#schedule-daily .schedule-daily-row {
	height:60px;
}

#schedule-daily .schedule-daily-icon-area {
	width:30px;
	height:100%;
	margin-top:20px;
	text-align:center;
}

#schedule-daily .schedule-daily-date-area {
	width:45px;
	height:100%;
	text-align:center;
}

#schedule-daily .schedule-daily-contents-area {
	width:450px;
	height:100%;
	margin-left:5px;
}

#schedule-daily .schedule-daily-comment-area {
	width:25px;
	height:100%;
	padding-top:36px;
}

#schedule-daily .schedule-daily-icon {
	width: 20px;
	height: 20px;
	margin-left:5px;
}

#schedule-daily .schedule-title-label {
	width:450px;
	font-weight:bold;
	font-size:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

#schedule-daily .schedule-description-label {
	width:450px;
	color:gray;
	font-size:13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#show-schedule-daily-forground {
    position: fixed;
    bottom: 20px;
    right: 40px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	background-color:#077aba;
	color:white;
	z-index:11111;
	display:none;
}

#show-schedule-daily-forground i {
	margin-top:11px;
	margin-left:11px;
}

/*#endregion*/



