/**************** MAIN FRAME **************************/

.loading{
	display: block;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(255,255,255,0.5);
	width: 100%;
	text-align: center;
}

.form-inline .checkbox label {
	margin: 0;
}

#bodyContainer {
	float: left;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.action-bar{
	padding-bottom: 50px;
}

input[type="checkbox"]:enabled + .toggle-group .toggle-off {
	background: #FFF;
}

input[type="checkbox"]:disabled .toggle-group .label{
	color: #888;
}

.caret {
	border: none;
	vertical-align: top;
	width: 10px;
}
.caret:after {
	content: "\25bc";
    font-size: 10px;
    position: absolute;
    top: 11px;
    right: 8px;
}

.list-view-2 [type="checkbox"]:before:hover {
	border: none;
}

#kintai {
	margin-left: -13px;
	margin-right: -13px;
}

/**************** MAIN FRAME **************************/

/** BODY **/
body{
	padding-top:55px;
	font-family: sans-serif /*{global-font-family}*/;
}

a:focus,
a:hover{
	text-decoration: none;
}

.no-margin{
	margin: 0;
}

.no-padding{
	padding:0;
}

.mt-20{
	margin-top: 20px !important;
}

.mb-20{
	margin-bottom: 20px !important;
}

.pl-30{
	padding-left: 30px;
}

.navbar-top .glyphicon-chevron-left {
	width: 20px;
	height: 20px;
	background-color: red;
	border-radius: 20px;
	line-height: 20px;
	margin: 0 5px 0 0;
	background-color: #56a646;
	color: #fff;
}

.btn-default{
	font-weight: bold;
	padding: 6px 8px 7px 6px;
}

/** HEADER **/
.navbar-time{
	float: left;
	width: 25%;
	padding: 0 0 0 4px;
	color:#fff;
	line-height: 25px;
}

.locateTime{
	margin: 4px 0;
	white-space: nowrap;
}

.navbar-simple .navbar-time{
	margin: 12px 0 0 15px;
	padding: 0;

}
.navbar-main-menu{
	float: right;
	width: 25%;
	min-width: 55px;
	padding: 0 0 0 5px;
}

.navbar-default .navbar-brand{
	color:#fff;
	height: auto;
	/*padding: 12px 15px;	*/

}

/* Navbar style 2 */
.navbar-style-2 .navbar-brand{
	float: none;
	text-align: center;	
}

.navbar-style-2 .navbar-brand h1{
	display: none;
}

.navbar-style-2 .navbar-time button{
	margin: 8px 0;	
	border: none;
}

/* Navbar style 3 (style 2 with no main menu) */

.navbar-style-2.no-main-menu .navbar-main-menu{
	height: 60px;
}

.navbar-style-2.no-main-menu .navbar-brand h1{
	display: block;
	line-height: 34px;
	font-size: 20px;
}
.navbar-style-2.no-main-menu .navbar-brand{
	float: none;
}
.navbar-style-2.no-main-menu .navbar-header{
	float: none;
}

/**/

.navbar-brand{
	padding-right: 0;
	padding-top: 10px;
}

.navbar-brand h1{
	font-size: 20px;
	margin:0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important;	
	color:#fff;
	line-height: 16px;
}

.navbar-brand span{
	font-size: 11px;
	color: #fff;
}

.navbar-top{
	height: 55px;
	background-color: #56a646;
	text-shadow: none;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	top: 0;
	border: none;
}

.navbar-nav{
	margin: 0 -15px;
}

.navbar,
.navbar-default .navbar-nav>li>a{
	color: #fff;
}

#navbar .navbar-right>li>a{
	line-height: 35px;
	padding: 10px 4px;
}
#navbar .navbar-right>li.active>a{
	background-color: #77cb67;
	color:#fff;
}
.navbar-header button.navbar-toggle .icon-3-lines {
	background-color: #56a646;
	width: 25px;
	display: block;
	height: 25px;
	border-radius: 23px;
	padding: 8px 3px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 1px;
	margin: -1px 0;
	background-color: #fff !important;
}

.stateErrorInline3 {
	color: #fff;
	background-color: #c4003a;
	text-shadow: none;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	z-index: 100;
	width: 20px;
	height: 16px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 4px;
	left: 7px;
}

.navbar-header .navbar-toggle{
	padding: 5px 10px;
	background-color: #fff;
	border-color: transparent;
	border: none;	
	margin-right: 4px;
}

.navbar-header .navbar-toggle.collapsed{
	padding: 5px 10px !important;
	background-color: #fff !important;
	border-radius: 4px !important;
}

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus{
	background-color: #3A5551;
	padding: 5px 10px;
	padding-bottom: 23px;
	margin-bottom: 0;
	border-radius: 4px 4px 0 0;
	
}

.navbar-style-1 .navbar-brand{	
	text-align: left;
	width: auto;

}

.navbar-simple .navbar-brand{
	text-align: center;
}
.navbar {
    border-radius: 0px;
 }
@media (max-width:767px) {

	.form-inline .form-group>label, .checkbox.custom-checkbox>span{
		width: 100% !important;
		line-height: 17px !important;
	}	
	.form-inline.inline-with-label .form-group>.btn-group{
		float: left;
		width: 100%;
	}

	.form-inline.inline-with-label .checkbox.custom-checkbox>span{
		display: block;
	}
	
	.table-responsive > .table > tbody > tr > td {
		white-space: normal;
	}
	
	.checkbox.custom-checkbox>label, .checkbox.custom-checkbox>span {
		margin-bottom: 5px;
	}
	
	.db-line {
	  border-bottom: 1px solid #E0F2F1;
	  padding-bottom: 7px;
	}
	
	.navbar-brand{
		padding-right: 0;
	}

	.navbar-brand h1{
		line-height: 35px;
	}

	.navbar-style-1 .navbar-brand {

		text-align: center;
		width: 50%;

	}
	.navbar-fixed-top{
		padding-top: 0;
	}

	/* Main menu expand */
	.navbar-default #navbar.navbar-collapse{
		background-color: #3a5551;
		width: 60%;
		right: 30px;
		margin-top: -4px;
		margin-right: -26px;
		position: absolute;
		border-top: none;
		box-shadow: none;
		z-index: 999;
	}
	
	#navbar.navbar-collapse .navbar-nav>li{
		padding: 0 15px;
	}
	
	#navbar.navbar-collapse .navbar-nav>li>a{
		color: #E0F2F1;
		border-bottom: #E0F2F1 1px solid;
	}
	#navbar.navbar-collapse .navbar-nav>li.active>a{
		background-color: #547873;
	}
	#navbar.navbar-collapse .navbar-nav>li:last-child>a{
		border-bottom: none;
		padding-bottom: 15px;
	}

	#navbar.navbar-collapse .navbar-nav>li {
		margin: 0;
	}

	#navbar.navbar-collapse .navbar-nav>li>a {
		font-size: 16px;
		padding-bottom: 0;
		padding-left: 0;
		line-height: 1.5;
		padding-top: 25px;
	}

	.navbar-style-2 .navbar-brand h1{
		display: block;
		overflow: inherit;
		max-width: 290px;
	}	
}

/** Bottom tab menu **/
#bottom-tab-menu{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	height: 50px;
	border-bottom: 0;
}

#bottom-tab-menu.style-absolute{
	position: relative;
    display: block;
    width: calc(100% + 15px);
    transition: bottom 0.05s linear, opacity 0.05s linear;
    opacity: 0;
	}

#bottom-tab-menu li{
	width: 33%;
	text-align: center;
}
#bottom-tab-menu li#shinseiTab {
	width: 34%;
	text-align: center;
}

#bottom-tab-menu>li>a{
	border-radius: 0;
	border: solid 1px #ddd;
	border-bottom: none;
	font-size: 17px;
	color:#666;
	margin: 0;
	background-color: #fff;	
	padding: 12px;
}

#bottom-tab-menu>li.active>a{
	background-color: #56a646;
	border-color: #56a646;
	color:#fff;
}

.icon-schedule,
.icon-tab,
.icon-sonota{
	width:18px;
	height: 18px;
	display: inline-block;
	margin: 0 4px;
}

.icon-schedule{
	background: url("images/ic_schedule_grey600_18dp.png") no-repeat center center transparent;
}

.active .icon-schedule{
	background: url("images/ic_schedule_white_18dp.png") no-repeat center center transparent;
}

.icon-tab{
	background: url("images/ic_tab_grey600_18dp.png") no-repeat center center transparent;
}

.active .icon-tab{
	background: url("images/ic_tab_white_18dp.png") no-repeat center center transparent;
}

/** BUTTON STYLE BLUE **/

.btn:focus{
	-webkit-box-shadow: 0 0 6px #3388cc ;
	-moz-box-shadow: 0 0 6px #3388cc ;
	box-shadow: 0 0 6px #3388cc;
}

.ui-btn{
	background-color: #f6f6f6 ;
  	border: solid 1px #ddd;
  	color: #333 ;
  	text-shadow: 0 1px 0 #f3f3f3 ;
	width: 100%;
	padding: .5em .1em;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
}

.btn-blue-style-1,
.btn-blue-style-2,
btn-blue-style-3{
	margin:5px auto;
	text-shadow: none;
	border-radius: 5px;	
	padding: .5em .1em;
	font-size: 16px;
}

.btn-blue-style-1,
.btn-blue-style-1:hover,
.btn-blue-style-1:active:hover{
	color: #61b0eb;
	background-color: #fff;
	border: 2px solid #61b0eb;
}

.btn-blue-style-2,
.btn-blue-style-2:hover,
.btn-blue-style-2:active:hover{
	color: #fff;
	background-color: #61b0eb;
	border: 2px solid #61b0eb;
}

.btn-blue-style-3,
.btn-blue-style-3:hover,
.btn-blue-style-3:active{
	color: #c4003a;
	background-color: #fff;
	border: 2px solid #c4003a;
	width: 50% !important;
	min-width: 200px;
}

/** LIST STYLE DEFAULT**/
ul.list-style-default{
	list-style: none;
	padding-left: 0;
	margin: 15px 0;
	float: left;
	width: 100%;
}

ul.list-style-default>li{
	float: left;
	width: 100%;
	position: relative;
	padding: 0;
	font-size: 16px;
	margin: 3px 0;
}

ul.list-style-default>li a{
	display: block;
	padding: 10px;
	min-height: 50px;
}
ul.list-style-default>li a:focus{
	box-shadow: 0px 0px 12px #81C784;
}

ul.list-style-default>li .glyphicon{
	background-color: rgba(0,0,0,.3);
	width: 25px;
	height: 25px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 0;
	left: auto;
	bottom: 0;
	margin: auto;
	text-align: center;
	line-height: 25px;
}

.stateErrorInline{
	color:#c62828 !important;
}

/* LIST STYLE 1 (RED) */

ul.list-style-1>li{
	border:solid 1px #c4003a;
}

ul.list-style-1>li>a{
	color:#c4003a;	
}

ul.list-style-1>li:first-child{
	background-color: #c4003a;
}

ul.list-style-1>li:first-child a{
	color: #fff;
}

ul.list-style-1>li>a>span{
	font-weight: bold;
	font-size: 22px;
}

/** LIST STYLE 2 (GREY) **/ 

ul.list-style-2{
	margin: 0;
}

.list-style-default.list-style-2 li{
	background-color: #f6f6f6;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	margin: -1px 0 0 0;
}
ul.list-style-2>li a:hover{
	background-color: #ededed;
}

.list-style-default.list-style-2 li a{
	color:#333;
}

/** LIST STYLE 2 COLUMNS **/
ul.list-style-2-column>li a>span{
	width: 50%;
	padding: 0 10px;
}

ul.list-style-2-column>li>a>span:first-child{
	float: left;
	text-align: right;
}
ul.list-style-2-column>li>a>span:last-child{
	float: right;
}

ul.list-style-2-column>li>a>span>strong{
	font-size: 20px;
}

/** FORM **/

.form-control{
	height: 42px;
	font-size: 13.5px;
	  box-shadow: 0 0 5px rgba(0,0,0, 0.15);
	  font-weight: bold;
}


.form-control .form-group{
	width: 100%;
}

.form-2-inline-input{
	float: left;
	width: 100%;
}

.form-inline .form-group{
	margin-bottom: 15px;
}

.form-inline.form-2-inline-input>.form-group{
	float: left;
	width: 50%;
	padding: 0px 10px;
}

.form-2-inline-input>.form-group>input,
.form-2-inline-input>.form-group>.btn-group,
.form-2-inline-input>.form-group>.btn-group>button{
	width: 100%;
	height: 42px;
}

.dropdown-menu{
	width: 100%;
}

.dropdown-icon{
	background-color: #3388cc;
	color: #fff;
	width: 27px;
	height: 27px;
	border-radius: 20px;
	padding: 7px;
	position: absolute;
	right: 7px;
	top: 0;
	bottom: 0;
	left: auto;
	margin: auto;
}

.custom-dropdown{
	width: 100%;
}

.custom-dropdown button{
	background-color: #f6f6f6;
}

.inline-with-label .form-group>label{
	float: left;
	width: 30%;
	margin-bottom: 5px;
}


.form-group label, .check-toggle-label{
	line-height: 17px;
	font-weight: normal;
	min-height: 0;
}

.inline-with-label .form-group>.btn-group{
	float: right;
	width: 78%;
}


/** BOOTSTRAP TOGGLE **/
.checkbox label .toggle,
.checkbox-inline .toggle{
	margin-left:-20px;
	margin-right:5px;
}
.toggle{
	position:relative;
	overflow:hidden;
}
.toggle input[type=checkbox]{
	display:none;
}
.toggle-group{
	position:absolute;
	width:200%;
	top:0;
	bottom:0;
	left:0;
	transition:left .1s;
	-webkit-transition:left .1s;
	-moz-user-select:none;-webkit-user-select:none;
}
.toggle.off .toggle-group{
	left:-100%}
	.toggle-on{
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:50%;
		margin:0;
		border:0;
		border-radius:0;
	}
	.toggle-off{
		position:absolute;
		top:0;
		bottom:0;
		left:50%;
		right:0;
		margin:0;
		border:0;
		border-radius:0;
		-webkit-box-shadow: none !important;
	    box-shadow: none !important;
	}
	.toggle-handle{
		position:relative;
		margin:0 auto;
		padding-top:0;
		padding-bottom:0;
		height:100%;
		width: 45px;
		border-width:0 1px;
	}
	.toggle.btn{
		min-width:72px;
		min-height:43px;
	}
	.toggle-on.btn{
		padding-right:24px;
	}
	.toggle-off.btn{
		padding-left:24px;
	}

	.custom-checkbox{
		margin: 0;
	}

	.checkbox .btn{
		line-height: 28px;
		font-size: 14px;
		font-weight: bold;
		background-color: #F7F7F7;
	}
	
	.checkbox .btn:hover, .checkbox .btn:active {
		background-color: #F7F7F7;
		box-shadow: none;
	}

	.checkbox .btn-primary,
	.checkbox .btn-primary:hover{
		color: #fff;
		text-shadow: none;
		border-color: #81C784;
		background-color: #81C784;
	}

	/** DEFAULT LAYOUT **/
	.default-layout{
		margin: 20px auto;
	}

	.form-layout{
		padding: 20px 15px;
		background-color: #f9f9f9;
	}

	/** PAGE APP **/
	.img-retail-1{
		width: 140px;
		font-size: 20px;
		background-color: white;
		text-align: center;
		margin-bottom: 10px;
		border: 1px solid #666;
		box-shadow: 3px 3px 5px rgb(150,150,150);
		cursor: pointer;
		color: rgb(97, 176, 235);
		text-align: center;
		margin: 10px auto;
	}

	.img-retail-1 img{
		max-width: 138px;
		height: auto;
	}

	#dakokuArea{
		margin-left: -30px;
		margin-right:-30px;
	}


	#dakokuArea ul{
		float: left;
		list-style: none;
		padding:0;
		width: 100%;
		background-color: #f6f6f6;
		border: solid 1px #ddd;
		color: #333;
		text-shadow: 0 1px 0 #f3f3f3;	
		margin-bottom: 25px;
	}


	#dakokuArea ul li{
		float: left;
		width: 50%;
		text-align: center;
		font-weight: bold;
		line-height: 45px;
	}

	#dakokuArea-2 {
		float: right !important;
	}
	.s-jikangai {
		font-size: 12px;
	}

	/** APP LIST **/
	#appList .list-style-2 li>a>span{
		display: block
	}

	.listCount{
		text-align: right;
		position: absolute;
		right: 42px;
		top: 0;
		bottom: 0;
		left: auto;
		margin: auto !important;
		height: 26px;
		padding: 2px 6px !important;
		border-radius:4px;
	}

.state-stable,
.state-primary,
.state-warning,
.state-error,
.state-stable-block,
.state-cancel{
	border-radius: 4px;
	margin: 1px;
	line-height: inherit;
    padding-left: 3px;
    padding-right: 3px;
}	

.state-stable{
		background-color: #00897B;
		color: #E0F2F1;
		display: inline-block;
	}


	.state-primary{
		background-color:#2196f3 ;
		color: #e3f2fd;
		display: inline-block;
	}

	.state-warning{
		background-color: #FBC02D;
		color: #FFF9C4;
		display: inline-block;
	}

	.state-error{
		background-color: #c62828;
		color: #ffebee;
	}
	.state-cancel{
		background-color: #B1B6B9;
		color: #FEFEFE;
	}
	.m-listViewTop,
	.m-listViewBottom{
		color:#646464;
		font-size: 11px;
	}

	.m-listViewMiddle{
		font-weight: bold;
		font-size: 16px;
	}

	.s-jikangai {
		font-size: 12px;
	}

	/**** SEARCH FILTER ****/



	/*** CUSTOM SELECT BOX ***/
	.custom-selectBox select{
		background: transparent;
		width: 100%;
		padding: 5px;
		font-size: 14px;
		border: 0;
		border-radius: 0;
		height: 34px;
		-webkit-appearance: none;
		font-weight: bold;
	}

	.custom-selectBox select:focus{
		outline: none;
	}

	.custom-selectBox{
		width: 100%;
		height: 42px;
		overflow: hidden;
		background: #f6f6f6;
		padding: 4px 0;
		border: solid 1px #ccc;
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0,0,0, 0.15);
	}

	.custom-selectBox:after {
		content:"";
		font-weight: bold;
		position:absolute;
		width: 22px;
		height: 22px;
		border-radius: 22px;
		top: 10px;
		right: 10px;
	    background-color: rgb(97, 176, 235);
	    background-image: url("images/dropdown.svg");
	    background-repeat: no-repeat;
	    background-position: center;
	    color: #FFF;
	    line-height: 22px;
	    text-align: center;
	}


	/** CUSTOM CHECKBOX **/
	/* Base for label styling */
	[type="checkbox"]:not(:checked),
	[type="checkbox"]:checked {
		position: absolute;
		left: -9999px;
	}
	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		position: relative;
		padding-left: 25px;
		cursor: pointer;
	}

	/* checkbox aspect */
	[type="checkbox"]:not(:checked) + label:before,
	[type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		left:0; 
		top: 0px;
		width: 18px; 
		height: 18px;
		background: #ddd;
		border-radius: 3px;
	}
	/* checked mark aspect */
	[type="checkbox"]:not(:checked) + label:after,
	[type="checkbox"]:checked + label:after {
		content: '\2714';
		position: absolute;
		left:0; 
		top: 0px;
		width: 18px; 
		height: 18px;
		line-height: 20px;
		text-align: center;
		font-size: 15px;
		color: #fff;
		background: #6B5;
		border-radius: 3px;
		transition: all .1s;
	}
	/* checked mark aspect changes */
	[type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		transform: scale(0);
	}
	[type="checkbox"]:checked + label:after {
		opacity: 1;
		transform: scale(1);
	}
	/* disabled checkbox */
	[type="checkbox"]:disabled:not(:checked) + label:before,
	[type="checkbox"]:disabled:checked + label:before {
		box-shadow: none;
		border-color: #bbb;
		background-color: #ddd;
	}
	[type="checkbox"]:disabled:checked + label:after {
		color: #999;
	}
	[type="checkbox"]:disabled + label {
		color: #56a646;
	}
	/* accessibility */
	[type="checkbox"]:checked:focus + label:before,
	[type="checkbox"]:not(:checked):focus + label:before {
		border: 1px dotted blue;
	}

	/* hover style just for information */
	label:hover:before {
		border: 1px solid #bbb!important;
	}

	#errorPage .form-group.filter-bar{
		padding-right: 15px;
	}	

	.form-group.filter-bar .btn-group,
	.form-group.filter-bar .btn-group button{
		float: right;
	}

	.form-group.filter-bar .dropdown-menu{
		right: 0;
		left: auto;
		max-width: 250px;
		padding: 0;
		z-index: 10;
	}

	.form-group.filter-bar .dropdown-menu>li{
		padding: 0 10px;
		border-top: solid 1px #ddd;
		line-height: 36px;
	}

	.form-group.filter-bar .dropdown-menu>li> label{
		font-size: 14px;
	}

	ul#kintai-checkbox>li>label{
		width: 100%;
	}

	.form-group.filter-bar .dropdown-menu>li:first-child{
		border-top: none;
	}

	.form-group.filter-bar button{
		padding: 8px 10px;
		font-size: 16px;

	}
	/** TABLE **/
	.table{
		font-size: 14px;
	}
	.table-responsive{
		overflow-x:inherit;
		border:none;
		font-size:15px;
	}

	.table > thead > tr > th{
		border-bottom: solid 1px #ddd;
		font-weight: bold;
	}

	.action-bar .btn{
		width: 100%;
	}

	.form-layout .form-horizontal .control-label{
		text-align: left;
		padding-right: 0px;
	}

	.form-layout .form-list-view{
		background-color: #e8e8e8;
		border: solid 1px #ddd;
		color: #333;
		text-shadow: 0 1px 0 #f3f3f3;
		margin: 15px -15px;
		padding: 8px 0;
		font-size: 14px;
		font-weight: bold;
		text-shadow:none;
	}

	.form-layout .form-list-view a{
		color:#333;
	}

	.form-layout .form-list-view ul{
		list-style: none;
		margin-bottom: 0;
		padding-left: 15px;
	}

	.form-list-view .m-listViewTop{
		margin-bottom: 10px;
	}

	.form-list-view .m-listViewTop>span{
		margin: 1px 1px;
		padding: 4px;
		border-radius: 4px;
		font-size: 12px;
		font-weight: normal;
		text-shadow:none;
	}

	.form-list-view .m-listViewTop>span:first-child{
		margin-left: 0;

	}

	/** LIST VIEW STYLE 2 **/

	.form-layout .form-list-style-2{
		background-color: transparent;
		border:none;
		font-weight: normal;
		  margin: 0 -15px;
	}

	.form-layout .form-list-style-2 p{
		margin-left: 15px;
	}
	.list-view-2 li{
		background-color: #f6f6f6;
		border: solid 1px #ddd;
		margin: -1px 0 0 -15px;
	}

	.list-view-2 li>label{
		display: block;
		padding: 10px 15px;
		text-align: left;
		margin-bottom: 0;
	}

.form-layout .custom-checkbox .check-toggle-label{
	line-height: 40px;
	margin-left: 0;
}


	.list-view-2 [type="checkbox"]:not(:checked) + label, 
	.list-view-2 [type="checkbox"]:checked + label{
		padding-left: 15px;
	}

	.list-view-2 input[type=checkbox]:checked + label{ 
		background-color: #81C784;
		color:#fff;
	}

	.list-view-2 [type="checkbox"]:not(:checked) + label:after, 
	.list-view-2 [type="checkbox"]:checked + label:after,
	.list-view-2 [type="checkbox"]:not(:checked) + label:before, 
	.list-view-2 [type="checkbox"]:checked + label:before{
		display: none;	
	}

.form-layout .form-search span.glyphicon-search{
position: absolute;
  top: 15px;
  left: 26px;
  font-size: 15px;
  color: #a6a6a6;
}
.m-kyukazan{
	  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  justify-content: -webkit-space-around;
  -webkit-justify-content: space-around;
  font-size: 17px;
}

.m-kyukazan.hasFlex {
	font-size: 13px;
}

.m-kyukazan div {
  color: #A1887F;
  border-bottom: 1px dashed #A1887F;
  text-align: center;
}

.m-kyukazan>div>span{
	font-weight: bold;
	font-size: 28px;
}

.m-kyukazan.hasFlex >div>span {
	font-size: 18px;
}

.form-horizontal .checkbox{
	padding-top:0;
}

.form-layout .form-group>div{
	margin-bottom: 10px;
}

.form-layout .accordion-heading a{
	color:#333;
	display: block;
}
.form-layout .accordion-heading a.control-disable {
	color:#888;
}
.form-layout .accordion-heading{
	font-size: 17px;
	line-height: 34px;
	background-color: #f6f6f6;
	padding: 4px;
	border-radius: 5px;
}

.form-layout .accordion-body{
}

.form-layout .accordion-toggle.collapsed .accordion-heading{
	  border-bottom: none;
}

.form-layout .accordion-toggle:before{
	font-family: 'Glyphicons Halflings';
	content:"\e082";
	color:#acacac;
	font-size: 22px;
  	margin-left: 8px;
	margin-right: 5px;
	position: relative;
  	top: 3px;
}

.form-layout .accordion-toggle.collapsed:before{
	content:"\e081";

}

#form-accordion{
  border: solid 1px #ddd ;
  border-radius: 6px;
  background-color: #fff ;
  float: left;
  width: 100%;
}

@media (min-width: 768px){
	.form-inline .form-group {
		width: 100%;
	}
	.form-inline .checkbox label {
    	padding-left: 20px;
	}

	.form-horizontal .control-label {
	  padding-top: 12px;
	}

	.form-layout .form-horizontal .control-label{
		text-align: right;
	}

	.form-group  .col-sm-2{
	    width: 11%;
		padding: 0;
		text-align: right;
	}
	.form-group  .col-sm-2,  .form-inline> .form-group> label  {
		line-height: 40px;
	}
	.form-group  .col-sm-10 {
		width: 89%;
		float: right;
	}
	
	.col-xs-6 .col-sm-2, .form-inline> .form-group> label  {
		width: 21.9%;
	}
	.col-xs-6 .col-sm-10, .form-group> .custom-dropdown {
		width: 78%;
		float: right;
	}
	.div-label {
		padding-top: 10px;
	}
}
/** FOOTER **/

footer {
	bottom:0;
	width:100%;
	background: #f9f9f9;
}
.footer {
	background: #e9e9e9 ;
	border-top:1px solid #ddd ;
	color: #333;
	font-weight: bold;
	text-shadow: none;
	padding:15px 0 10px 0;
}
.footer-btn {
	clear: both;
	margin: 0;
}

.footer-btn .btn{
	background-color: #f6f6f6;
	height: 50px;
}
.footer-btn .btn.btn-remove {
	background-color: #f6f6f6;
	border-right:1px solid #ddd;
	border-radius:0;
	width:100%;
}
.footer-btn .btn-remove:hover ,.footer-btn .btn-remove:active , .footer-btn .btn-remove:focus{
	background-color: #ededed;
}
.footer-btn .glyphicon-remove {
	width: 22px;
	height: 22px;
	background-color: #fa7878;
	border-radius: 22px;
	line-height: 22px;
	color: #fff;
}
.footer-btn .btn.btn-ok {
	background-color: #f6f6f6;
	border-radius:0;
	width:100%;
}
.footer-btn .btn-ok:hover ,.footer-btn .btn-ok:active , .footer-btn .btn-ok:focus{
	background-color: #ededed;
}
.footer-btn .glyphicon-ok {
	width: 22px;
	height: 22px;
	background-color: #6dd67d;
	border-radius: 22px;
	line-height: 22px;
	color: #fff;
}
.footer-btn .btn-text { display:block; font-weight:bold; }
body.has-footer {
	background: #f9f9f9;
	padding-bottom: 172px;
}
table a { cursor:pointer; }
.img-1 { max-width:50px; }

/** MODAL **/
.modal-content {
  position: relative;
  background-color: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-header {
	padding: 0;
	border-bottom: none;
	min-height:0;
}
.modal-content .close {
  margin-top: -6px;
	position:absolute;
	right:-6px;
	z-index:10;
}

.close {
	float: right;
	width: 25px;
	height: 25px;
	background-color: #fff!important;
	border-radius: 25px;
	color: #000;
	filter: alpha(opacity=100);
	opacity: 1;
	vertical-align:middle;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.close span {position:relative; top:-2px;}
.modal-content {
  background:none!important;
}
.modal-body { padding:0;}
.modal-body img { width:100%; }

/* table responsive */

.table-condensed {
    max-width: none;
    width: inherit;
    min-width: 100%;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td{
	line-height: 2;
}

.hide-row{
	display: none !important;
}

.stateErrorCell {
  background-color: #c62828 !important;
  opacity: 0.8 !important;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th {
	max-width: 76px;
	padding: 2px;
	word-wrap: break-word;
	line-height: inherit;
	padding-top: 8px;
    padding-bottom: 8px;
}

.table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	max-width: 110px;
	padding: 2px;
	line-height: inherit;
}

.table-condensed.table-4 > thead > tr > th, .table-condensed.table-4 > tbody > tr > th, .table-condensed.table-4 > thead > tr > td, .table-condensed.table-4 > tbody > tr > td{
	max-width: 110px;
	padding: 8px;
}

.table-condensed.table-4 > thead > tr > th:last-child, .table-condensed.table-4 > tbody > tr > th:last-child, .table-condensed.table-4 > thead > tr > td:last-child, .table-condensed.table-4 > tbody > tr > td:last-child{
	max-width: 110px;
	width: 35%;
}

.table-condensed.table-4 > thead > tr > th, .table-condensed.table-4 > tbody > tr > th{
	font-size: 16px;
}

.table-condensed.table-4 > thead > tr > th{

}

.table-condensed.table-4 > tbody > tr > th{
	font-family: sans-serif,Georgia, Serif;
	font-size: 15px;

}

/* style input */
input{
	background: transparent none;
 	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.form-control:focus, .custom-selectBox:focus, input[type="file"]:focus{
	box-shadow: 0 0 6px #77cb67  !important;
	border-color: #77cb67 !important;
}

.border-green{
	box-shadow: 0 0 6px #77cb67  !important;
	border-color: #77cb67 !important;
}


.style-text-sample{
	margin: 0;
	vertical-align: middle;
	height: 42px;
	line-height: 42px;
}

input[type="file"]{
	line-height: 0px;
	/*font-size:15px*/
}
.form-control-file {
	padding-top : 9px;
}
.checkbox-onoff{
	width:72px !important;
	margin-right: 0;
}

/* Style header, footer scroll */


.style-fixed{
	position:fixed !important;
	z-index: 999;
}

.table > thead > tr > th{
	vertical-align: top;
}

.table-condensed td.col-5{
	line-height: 14px;
}

.btn-group > .btn, .btn-group-vertical > .btn{
	box-shadow: 0 0 5px rgba(0,0,0, 0.15);
	font-weight: bold;
	
}

.font-weight{
	font-weight: bold;
}

/* Jikangai Shinsei */

.jikangai-shinsei-break-div
{
	margin-top: -8px !important;
	margin-bottom: 17px !important;
}

.list-view-2.jikangai-shinsei-break-ul
{
	/* border-bottom: solid 1px #ddd; */
}

.jikangai-shinsei-remove-btn
{
	right: 0px !important;
	margin: 0px !important;
	padding: 0px 5px !important;
	height: 100%;
	vertical-align: middle;
	width: 80px;
}

.jikangai-shinsei-remove-text
{
	text-align: center;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quick .toggle-group
{
	transition: 0.07s;
	-webkit-transition: 0.07s;
}

/* QA 82 */

.m-listViewBottom2{
	display:inline-block;
	width: 100%;
	font-size: 12px;
	}

.m-listViewBottom2-left{
	float:left;
	/* width:50%; */
	}
	
.m-listViewBottom2-right{
	/* float:right; */
	/* width:50%; */
	display: table;
	padding-left: 10px;
	}
	
.m-listViewBottom2-right .title-left{
	display: table-cell;
	max-width: 75px;
	}
	
.m-listViewBottom2-right .content-right{
	display: table-cell;
	}
	
.m-listViewBottom2-right .last{
	margin-bottom: 0px;
	}

.labelBreakList {
	font-size: 13px;
}

/** G03_05 **/
#dakokuArea ul.dakoku-top {
	margin-bottom: 0px !important;
}

#dakokuArea ul.dakoku-mid {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#dakokuArea ul.dakoku-bottom {
	margin-top: 0px !important;
}

.dakokuArea2 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

/** ERROR */
.btn-blue-style-4,
.btn-blue-style-4:hover,
.btn-blue-style-4:active{
	color: #c4003a;
	background-color: #fff;
	border: 2px solid #c4003a;
	min-width: 200px;
	margin-top: 35px;
}

/* Settei */
.search_input {
	padding-top: 9px;
	padding-left: 35px;
}

/* Autocomplete */
.twitter-typeahead {
	width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  /* padding: 8px 12px; */
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 13.5px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.listViewText {
	width: 60%;
}

.table-brack-word {
	table-layout:fixed;
    width:100%;
}
/*.Cause1, .Cause2, .Cause3, .AtWork, .ClockOut, .WorkClassification, .StartTime, .EndTime {
	word-wrap : break-word;
}*/
.WorkClassification {
	word-wrap : break-word;
}
.state-stable-block {
	background-color: #00897B;
	color:#E0F2F1;
	display: block;
}
.form-inline.form-4-inline-input>.form-group{
	float: left;
	width: 40%;
	padding: 0px 10px;
}
.form-4-inline-input{
	float: left;
	width: 100%;
}
.span-data {
	
	padding-left: 10px;
}

.padding-left-zero {
	padding-left: 0px;
}

@media (max-device-width: 767px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation : landscape) {
  .navbar-default #navbar.navbar-collapse{
  	max-height: 290px;
  	overflow-y: scroll;
  	z-index: 10000;
  }

}

#main-header-detail{
	z-index: 1000;
}
#main-header {
	z-index: 1000;
}

/*BEGIN Css of QR CODE*/
input.qr-photo {
    position: absolute;
    top: 4px;
    right: 4px;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
    width: 0px;
    height: 0px;
}
.qr-image {
    min-height: 100px;
    width: 100%;
    height: 100% !important;
}
.qr-image-container {
	border: 2px solid #666;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin-left: 83px;
    margin-right: 83px;
}

.table-qr-info th {
	width: 100px;
}
.qr-code-buttons button {
	background-color: #61B0EB;
	border-color: #61B0EB;
	width: 100%;
}

.qr-scan-title {
	text-align: center;
	margin-top: -14px;
}

.qr-scan-title-bold {
	text-align: center;
	margin-top: -14px;
    margin-bottom: 6px;
    font-weight: bold;
}

.qr-list thead tr th {
	border: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

.qr-list #th-right {
	text-align: right;
}

.qr-list #tr-start {
	border-top: 1px solid #ddd;
}

.qr-list #tr-end {
	border-bottom: 1px solid #ddd;
}

.qr-list #td-right {
	text-align: right;
}

.qr-list tbody tr td {
	font-weight: bold;
	border-top: 0px;
}

.koteiShisan-list tbody tr th {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.koteiShisan-list tbody tr td {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.qr-list thead tr:first-child th {
	padding-top: 8px;
}
.qr-list thead tr:last-child th {
	padding-bottom: 8px;
}
.qa-list-sort {
	float: right;
	width: 55%;
}
.icon-sonota{
	background: url("images/QRSCANic-other-grey_18dp.png") no-repeat center center transparent;
}

.active .icon-sonota{
	background: url("images/QRSCANic-other-white_18dp.png") no-repeat center center transparent;
}
#qrPlaceholder {
	font-size: 20px;
}
#qrPlaceholder span {
	display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.container-fluid-no-padding-left {
	padding-left: 0;
}

.container-fluid-no-padding-left #bodyContainer {
	padding-left: 15px;
}

#koteiShisan-img {
	max-width: 92px;
	height: auto;
}

.thumbnail {
	margin-bottom: inherit;
}

#qrModal .modal-content {
    background: white !important;
}
#qrModal .modal-body {
	padding: 10px;
}
#qrModal .modal-footer {
	padding: 5px;
	border-top: 0px;
	text-align: center;
}

body.modal-open #qrModal.modal {
    display: flex !important;
    height: 100%;
} 

body.modal-open #qrModal.modal .modal-dialog {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

/* vertical center for item child */
.vertical-center {
	display: flex;
	align-items: center;
}
/* icon-default. template icon  */
.icon-default {
	background-color: rgba(0,0,0,.3);
	width: 25px;
	height: 25px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}

.icon-default-list {
	background-color: rgba(255,255,255,255) !important;
	width: 25px;
	height: 25px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	border-color: gray !important;
	border-width: 1px !important;
	border-style: solid !important;
}

/* icon activity */
.icon-activity {
	background-color: #337ab7 !important;
	width: 25px;
	height: 25px;
	border-radius: 20px;
	color: #fff !important;
	font-size: 14px;
	line-height: 25px;
}

/* break text. */
.word-break {
	white-space: normal !important;
    word-wrap: break-word;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.mt-7 {
	margin-top: 7px !important;
}

.padding-10 {
	padding: 10px !important;
}

.r-0 {
	right: 0px !important;
}

.w-75 {
	width: 75px !important;
}

.label-wrap-text {
	display: inline-block !important;
    white-space: inherit !important;
}


.btn-blue-style-3-width-full,
.btn-blue-style-3-width-full:hover,
.btn-blue-style-3-width-full:active {
	width: 100% !important;
}

.none-pre {
	background-color: transparent;
	border: none;
}
/*END Css of QR CODE*/

.no-padding-important{
	padding: 0 !important;
}

.state-label{
	border-radius: 4px;
    line-height: inherit;
    font-size: 16px;
    padding: 2px 6px !important;
    display: inline-block;
}

.break-line{
	border: 1px solid rgb(169, 169, 169);
	width: 100%;
    margin: 10px auto !important;
}

.padleft-20px{
	padding-left: 20px;
}

.mr-bottom-0{
	margin-bottom: 0px !important;
}

.float-r{
	float: right;
}

.float-l{
	float: left;
}

.float-none{
	float: none !important;
}

.wd-100{
	width: 100% !important;
}

.display-block{
	display: block !important;
}

.align-center{
	text-align: center;
}

.icon-image{
	width: 40px;
	height: 50px;
}

.pad-top-10{
	padding-top: 10px !important;
}

.pad-bot-10{
	padding-bottom: 10px !important;
}

.pad-bot-0{
	padding-bottom: 0 !important;
}

.mar-top-15{
	margin-top: 15px !important;
}

.mar-right-15{
	margin-right: 15px !important;
}

#cfModal .modal-content {
    background: white !important;
}
#cfModal .modal-body {
	padding: 10px;
}
#cfModal .modal-footer {
	padding: 5px;
	border-top: 0px;
	text-align: center;
}

body.modal-open #cfModal.modal {
    display: flex !important;
    height: 100%;
} 

body.modal-open #cfModal.modal .modal-dialog {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

.pad-lr-15 {
	padding: 0 15px;
}

.comment-area{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

#workEndToggle .toggle-group .toggle-on,
#workEndToggle .toggle-group .toggle-off {
	padding-top: 10px !important;
}

.line-ht-24 {
	line-height: 24px !important; 
}
.line-ht-42 {
	line-height: 42px !important; 
}
.switch-josha {
	position: absolute;
    right: 0px;
    bottom: 5px;
    padding: 0;
    border: 0px;
}

.switch-josha-wrapper {
	position: relative;
}

.icon-switch-josha {
	background: url(images/switch.png) no-repeat center center transparent;
    display: inline-block;
    width: 32px;
    height: 36px;
    background-size: 32px 36px;
    margin-bottom: -5px;
}

.modal.in .modal-dialog {
	transform: translate3d(0, 0, 0);
}

.delete-btn button[disabled] {
	color: #444;
}

.info-retail {
	color: blue;
    font-weight: bold;
}

.mt-25 {
	margin-top: 25px;
}

.hasOver15Minutes {
	color: red;
}

.hasShortBreakTime {
	color: red;
}