/***
 *	Core Ui
 **************************/
.list-group-item-accent-default {
    border-left: inherit;
}
.btn-default-link {
    padding: 0;
    border: 0;
    line-height: 1;
}
.table td,
.table th {
    white-space: nowrap;
}
.data-badge {
    padding: .25em .8em;
    line-height: inherit;
}
.nav-underline .nav-link.active {
    background-color: transparent;
    color: #20a8d8;
    border-bottom: 3px solid;
    border-radius: 0;
    font-weight: bold;
}
/***
 *	Common
 **************************/
body {
    -webkit-print-color-adjust: exact;
}
.display-block {
    display: block;
}
.display-inline {
    display: inline;
}
.margin-small-right {
    margin-right: 5px;
}
.margin-small-left {
    margin-left: 5px;
}
.margin-small-top {
    margin-top: 5px;
}
.margin-small-bottom {
    margin-bottom: 5px;
}
.small-text {
    font-size: 14px;
}
.hidden {
    display: none;
}
.overflow-hidden-y {
    overflow-y: hidden;
}
.overflow-hidden-x {
    overflow-x: hidden;
}
.divider {
    display: inline;
    border-left: 1px solid #ccc;
    margin-left: 5px;
    margin-right: 9px;
}
.require {
    color: red;
}
.inline-group {
	display: inline;
}
.remove-margin {
    margin: 0 !important;
}
.remove-padding {
    padding: 0 !important;
}
#index-tab-navigation {
    border: 0;
    background-color: transparent;
}
#index-tab-navigation .tab-pane {
    padding: 0;
}
/* message */
.message {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 8.5%;
	width: 450px;
	max-width: 90%;
	margin: auto;
	z-index: 9999;
    box-shadow: 2px 2px 5px #ccc2;
}
/* checkbox */
input[type="checkbox"].form-control {
    display: none;
}
.label-button {
    padding: 2px 10px;
    border: 1px solid #e4e7ea;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}
input.form-control[type="checkbox"]:checked+.label-button {
    border-color: #20a8d8;
    background-color: #20a8d8;
    color: white;
}
/* onoffbutton */
.onoffButton input[type=checkbox] {
    display: none;
}
.onoffButton label {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #ccc;
    cursor: pointer;
}
.onoffButton input[type=checkbox]:checked+label {
    background-color: #f86c6b;
    border-color: #f86c6b;
    color: white;
}
.onoffButton.onoffButton-default label {
    width: 36px;
    height: 33px;
}
.onoffButton.onoffButton-sm label {
    width: 20px;
    height: 20px;
    font-size: 10px;
}
.onoffButton.color-primary input[type=checkbox]:checked+label {
	background-color: #20a8d8;
	border-color: #20a8d8;
}
.border-left-medium {
	border-left: 3px solid #ccc;
	padding-left: 15px;
}
.border-left-primary {
    border-left: solid #20a8d8;
}
.border-left-danger {
    border-left: solid #f86c6b;
}
.border-left-secondary {
    border-left: solid #c8ced3;
}
.border-top-1 {
    border-top-width: 1px;
}
.border-top-2 {
    border-top-width: 2px;
}
.border-top-3 {
    border-top-width: 3px;
}
.border-left-1 {
    border-left-width: 1px;
}
.border-left-2 {
    border-left-width: 2px;
}
.border-left-3 {
    border-left-width: 3px;
}
.border-right-1 {
    border-right-width: 1px;
}
.border-right-2 {
    border-right-width: 2px;
}
.border-right-3 {
    border-right-width: 3px;
}
.border-bottom-1 {
    border-bottom-width: 1px;
}
.border-bottom-2 {
    border-bottom-width: 2px;
}
.border-bottom-3 {
    border-bottom-width: 3px;
}
.bg-primary-03 {
    background-color: #20a8d833 !important;
}
.bg-primary-03:hover {
    background-color: #20a8d851;
}
.bg-danger-03 {
    background-color: #f86c6b33;
}
.bg-danger-03:hover {
    background-color: #f86c6b51 !important;
}
.bg-secondary-03 {
    background-color: #c8ced333;
}
.bg-danger-03:hover {
    background-color: #c8ced351 !important;
}
.primary-circle {
    color: #20a8d8;
    margin-right: 5px;
}
.danger-circle {
    color: #f86c6b;
    margin-right: 5px;
}
.current-day th,
.current-day td {
    background-color: #e0effd;
}
.current-day:hover th,
.current-day:hover td {
    background-color: #c9e2f9;
}

/* show_shift_table_day */
.bottom-info {
    position: fixed;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
    box-shadow: 1px 1px 2px #aaa;
}
.info-block {
    background-color: white;
}
/* upload */
.thumb-img img {
    max-width: 100%;
}
/* image */
.img-wrap {
    position: relative;
}
.img-wrap:hover img {
    opacity: 0.3;
}
.img-wrap.active .img-thumbnail {
    background-color: #f0f8ff !important;
    border: 1px solid #00008e !important;
}
.img-wrap:hover .img-container {
    opacity: 1;
}
.img-wrap img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.img-container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.img-container div {
    color: white;
    font-size: 16px;
}
/* image modal */
.btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    border: 2px solid white;
    background-color: #ccc;
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 2px;
    z-index: 9;
}
.btn-close .fa-close {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 8px;
    left: 6px;
}
.top-info {
    position: absolute;
    top: 0;
    width: 100%;
    padding-right: 30px;
}
/* jquery ui */
.ui-state-highlight::after {
    background-color: #eee;
    border: 1px dotted;
    height: 100%;
    width: 100%;
    display: block;
    content: "";
}
/***
 *	Header
 **************************/

/***
 *	Footer
 **************************/


/***
 *	Toggle
 **************************/
.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
  margin: 0;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

 .tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all .2s ease;
  background: #fff;
  border: 4px solid #e4e7ea;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  transition: all .2s ease;
  background: #e4e7ea;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #20a8d8;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #20a8d8;
}

/***
 *	DataTable
 **************************/
table.dataTable.fixedHeader-floating {
    position: fixed !important;
    z-index: 9999;
}
table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
    background-color: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
table.dataTable.fixedHeader-floating th {
    padding: 0.9rem 0.75rem !important;
}
tr.selected {
    background-color: aliceblue;
}

/* Media Query
================================================ */

/* 大ディスプレイ */
@media screen 
	and (min-width: 1200px) {
	
}
/* 小ディスプレイ */
@media screen 
	and (max-width: 1024px) {
	
}
/* タブレット（Landscape） */
@media screen 
	and (min-width:769px) 
	and (max-width:1024px) {

}
/* タブレット（Portrait） */
@media screen 
	and (min-width:736px)
	and (max-width:768px) {
	
}
/* タブレット（Portrait） + スマートフォン */
@media screen 
	and (max-width:768px) {
	
}
/* スマートフォン */
@media screen 
	and (max-width:736px) {
	.message {
        width: 80%;
        top: 5px;
    }
}
/* スマートフォン */
@media screen
	and (max-width:320px) {
	
}