/***************************************
	共通
***************************************/
body {
	line-height:1.2;
	text-rendering:optimizespeed;
}

body,div,table,td,th,p,a,input,li,select,textarea,h1, h2, h3, h4, h5, h6
{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial;
}

.box-shadow {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
	-moz-box-shadow:	0px 10px 20px 0px rgba(50, 50, 50, 0.52);
	box-shadow:		 0px 10px 20px 0px rgba(50, 50, 50, 0.52)
}

/***************************************
	navigator
***************************************/

#headerMenu {
	padding-left:0;
}
#headerMenu .menu-list li {
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
}
#headerMenu .menu-list li + li {
	/*border-left:1px solid rgba(255, 255, 255, 0.5);*/
}

.mega-nav {
	background:#2a8fcf;
	border-radius:0;
	margin-bottom:0;
}
.mega-nav.navbar-default .navbar-nav > li > a {
	color:#fff;
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
}
.mega-nav.navbar-default .navbar-nav > li > a.infoedit {
	background:#ef8f38;
} 
.mega-nav.navbar-default .navbar-nav > li > a.logout {
	background:#999999;
} 
.mega-nav.navbar-default .navbar-nav > li > a:hover {
	background:#0075b3;
} 
.mega-nav.navbar-default .navbar-nav > li > a.logout:hover {
	background:gray;
} 
.mega-nav.navbar-default .navbar-nav > li > a.infoedit:hover {
	background:#d76b00;
} 
.navbar-login
{
	width: 305px;
	padding: 10px;
	padding-bottom: 0px;
}

.navbar-login-session
{
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.copyright {
	width:100%;
	float:left;
	min-height:40px;
	background-color:#FFF;
	padding-top:12px;
	text-align:center;
}

/***************************************
	leftmenu
***************************************/
#leftmenu{
	padding-left:15px!important;
	padding-right:15px!important;

}


/***************************************
	tree
***************************************/
.tree, .tree ul {
	margin:0;
	padding:0;
	list-style:none
}
.tree ul {
	margin-left:1em;
	position:relative
}
.tree ul ul {
	margin-left:.5em
}
.tree ul:before {
	content:"";
	display:block;
	width:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	border-left:1px solid
}
.tree li {
	margin:0;
	padding:0 1em;
	line-height:2em;
	color:#369;
	font-weight:700;
	position:relative
}
.tree ul li:before {
	content:"";
	display:block;
	width:10px;
	height:0;
	border-top:1px solid;
	margin-top:-1px;
	position:absolute;
	top:1em;
	left:0
}
.tree ul li:last-child:before {
	background:#fff;
	height:auto;
	top:1em;
	bottom:0
}
.indicator {
	margin-right:5px;
}
.tree li a {
	text-decoration: none;
	color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
	text-decoration: none;
	color:#369;
	border:none;
	background:transparent;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	outline: 0;
}
	

/***************************************
	Bootstrap
***************************************/
.container {width:95% !important;}
.btn:not(a) {border:0;border-bottom:0;border-left:0;font-weight:'900';font-family:inherit;box-shadow: inset 0 -3.2px rgba(0, 0, 0, 0.12),inset 2px 0 rgba(0, 0, 0, 0.1);outline:none;-webkit-outline:none;-o-outline:none;-moz-outline:none;}
.btn:active:not(a), .btn.active {outline:none;-moz-outline:none;background-image: none;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;position: relative;box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;top: 1px;left:-1px;}
.btn:focus:not(a) {outline:none;-webkit-outline:none;-moz-outline:none;}
.btn-sm {padding-top:1.5px;}

.btn:not(a) {min-width:130px!important}

.form-group{
	margin-bottom:10px;
}

.fa-asterisk.required { 
	color:#ff7d7d;
	font-size: 12px;
}

.form-group select {
	background-color: rgb(255, 255, 255); 
	color: rgb(85, 85, 85); 
	padding: 4px; 
	border: 1px solid rgb(204, 204, 204); 
}

.form-group input[type=radio]{
	background-color: rgb(255, 255, 255); 
	color: rgb(85, 85, 85); 
	padding: 4px; 
}

.form-horizontal .control-label,.form-inline .control-label{
	vertical-align:middle!important;
	text-align:left!important;
	font-weight:normal;
}

.panel-title{
	font-weight:bold;
	color:#666666;
}

.panel>div>.table>thead>tr:first-child>th{
	text-align:center;
	background-color:#d9edf7;
	border-color:white;
}

.panel>div>.table>tbody>tr>th{
	text-align:center;
}

.panel>div>.table{
	margin-bottom:0;
}

#leftmenu .nav > li > a{
	padding-right:5px;
}

input[type=checkbox], input[type=radio]{
	margin:2px 0 0;
}


.table .form-control {
	height:auto; 
	font-size:12px;
	padding:2px 2px;
	margin: 0;
}

.table td {
	word-break: break-all;
}

.table-customer td, .table-customer th {
	padding:2px!important;
}

.alert{
	margin-bottom: 0;
	padding:8px;
	word-break: break-all;
}
/***************************************
	simplemodal
***************************************/
/* Overlay */
#simplemodal-overlay 
{
	background-color:#000;
	cursor:wait;
}

/* Container */
#simplemodal-container 
{
	background-color:White;
	border:3px solid #614f1a;
}
#simplemodal-container a.modalCloseImg	{
	background:url(../images/close.png) no-repeat; /* adjust url as required */
	width:20px;
	height:20px;
	display:inline;
	z-index:3200;
	position:absolute;
	right:0;
	top:-20px;
	cursor:pointer;
}

/***************************************
	Customer 
	Common
***************************************/
a.panel-collapse{
	text-decoration:none;
}
a.panel-collapse:hover .panel-title{
	color:#999!important;
}

.search-count{
	font-weight:normal;
}
a.doc-add{
	font-weight:bold;
}
h1.Process
{
	background: url(../images/loading.gif) no-repeat center center;
	color:black;
	margin:20px 30px;
	height: 84px;
	font-size:20px;
	font-weight:bold;
}

/***************************************
	Customer 
	404,500,error,exception
***************************************/
.box {
	background:#fff;
	transition:all 0.2s ease;
	border:2px dashed #dadada;
	margin-top: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	background-clip: padding-box;
	padding:0 20px 20px 20px;
	min-height:340px;
}

.box:hover {
	border:2px solid #525C7A;
}

.box span.box-title {
	color: #999999;
	font-size: 40px;
	font-weight: bold;
	/*text-transform: uppercase;*/
}

.box .box-content {
	padding: 16px;
	border-radius: 0 0 2px 2px;
	background-clip: padding-box;
	box-sizing: border-box;
}

.box .box-content p {
	color:#515c66;
	text-transform:none;
}

.box .box-content h1 {
	color:#d97a6c;
	font-size:40px;
	font-weight:bold;
	text-transform:none;
}

/***************************************
	Customer 
	alert message
***************************************/
.custom-alert {
	word-break: break-all;
	padding: 2rem 1.25rem;
	margin-bottom: 2rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	background-color: #cbffcc;
	border-color: #a2ffbc;
	color: #676767;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	transition: 0.2s;
}

.custom-alert:hover {
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}

.custom-alert a {
	text-decoration:none;
}

.custom-alert a:hover {
	color:#000;
}

.myalert {
	padding:40px 0px;
}

.alert-dismissible.custom-alert .close {
	position: relative;
	top: -.75rem;
	right: -1.25rem;
	padding: .75rem 1.25rem;
	color: inherit;
}

.green-alert {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d;
	border-bottom: 2px solid;
}

.red-alert {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442;
	border-bottom: 2px solid;
}

.info-alert {
	background-color: #d9edf7;
	border-color: #bcdff1;
	color: #31708f;
	border-bottom: 2px solid;
}

.warning-alert {
	background-color: #fcf8e3;
	border-color: #faf2cc;
	color: #8a6d3b;
	border-bottom: 2px solid;
}

.btn-memo {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	min-width:auto!important;
	width:120px;
}

#slideL {
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0px;
	width: 228px;
	height: auto;
	padding: 0 0 0 0;
	background: #f1f1f1;
}

#slideR {
	margin-left: 228px;
	background: #FFFFFF;
}

#slideL .slide-inner {
	overflow: auto;
	overflow-x: hidden;
}

.sorting,.sorting_asc,.sorting_desc{
	background-color: #b5fcff;
}

.cfrcbox label{
	padding: 0;
	margin-left: 5px !important;

	font-weight: normal !important;
}

.cfrcircle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding:8px 0 !important;
}

/***************************************
	languagepicker
***************************************/
.languagepicker {
	background-color: #FFF;
	display: inline-block;
	padding: 0;
	height: 40px;
	overflow: hidden;
	transition: all .3s ease;
	margin: 0 50px 10px 0;
	vertical-align: top;
	float: left;
}

.languagepicker:hover {
	/* don't forget the 1px border */
	height: 160px;
}

.languagepicker a{
	color: #000;
	text-decoration: none;
}

.languagepicker li {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover{
	background-color: #EEE;
}

.languagepicker a:first-child li {
	border: none;
	background: #FFF !important;
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 280px;
}
table thead tr th{
	background: #b5fcff !important;
}
[v-cloak] {
  display: none;
}

.datetimepicker-days tr td:first-child{
	color:red !important;
}
.datetimepicker-days tr td:last-child{
	color:blue !important;
}
#intop{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #5BC0DE;
	position: fixed;
	bottom: 50px;
	z-index: 6;
	right: 50px;
	padding-top: 15px;
	text-align: center;
}
#intop a{
color: #fff;
text-decoration: none;
}

select .yukou1	{
	color:red !important;
}
select .yukou0	{
	color:rgb(85, 85, 85) !important;
}
select.yukou1{
	color:red !important;
}

div.dataTables_wrapper div.dataTables_filter {
     text-align:left !important; 
}
.dataTables_wrapper .dt-buttons {
	position:relative;
	z-index:10;
	display：inline-block!important;
	float:left!important;
}