/*
app.css カスタマイズ用CSS
2017.06.20 作成 nakano
*/
body {
	font-family: Meiryo, Arial, sans-serif !important;
	color: #636b6f;
}
.sidebar .nav > li > a, .sidebar .nav > li > a::before, .sidebar .nav > li > a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*全体の枠*/
.main-wrapper {
	width: 100%;
	position: absolute;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
article {
	margin-top: 20px;
}
.navbar-left {
	float: left;
	margin-left: 5px;
}
.navbar-right {
	/*float: right!important;*/
	/*margin-right: 5px;*/
	display: flex;
	float: right!important;
	margin-right: 5px;
	width: 100%;
	justify-content: space-between;
}
.panel {
    padding-bottom: 1em;
    border: none;
}
/*error エラー*/
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #ff0000;
}
.has-error .form-control {
	border-color: #ff0000;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
/*　ロゴの設定　*/
.sidebar-header .brand a {
	color: #fff;
	text-align: left;
	line-height: 70px;
	background: url(appcms-logo.png) no-repeat center center;
	background-size: 180px 160px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	margin-top: 5px;
}
.sidebar-header .brand a {
	text-decoration: none;
	color: white;
}
.sidebar-overlay {
	position: absolute;
	display: none;
	left: 200vw;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 15;
}
.container, .container-fluid {
	padding-top: 100px;
}
/* header */

.header {
	background-color: #00bfff;
	/* background-color: #FF8856; */
	height: 70px;
	position: absolute;
	left: 180px;
	right: 0;
	-webkit-transition: left 0.3s ease;
	transition: left 0.3s ease;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header .header-block-nav a:hover {
	background-color: #00bfff !important;
	color: white;
}

@media (max-width: 991px) {
.header {
	left: 0;
}
}

@media (max-width: 767px) {
.header {
	left: 0;
	height: 50px;
}
}
.header-fixed .header {
	position: fixed;
}

@media (max-width: 767px) {
.header .header-block {
	padding: 5px;
}
}
.header .header-block-collapse .collapse-btn {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7867A7;
	font-size: 24px;
	line-height: 40px;
	border-radius: 0;
	outline: none;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: initial;
}
.header .header-block-nav {
	/* margin-left: auto;  */
	/* white-space: nowrap;*/
	/* padding-right: 15px;*/
	/* margin-left: auto; */
	white-space: nowrap;
	padding-right: 15px;
	width: 100%;
}

@media (max-width: 767px) {
.header .header-block-nav {
	padding-right: 25px;
}
}
.header .header-block-nav::after {
	content: "";
	display: table;
	clear: both;
}
.header .header-block-nav a {
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .header-block-nav a:hover {
	background-color: #524e66;
	color: white;
}
.header .header-block-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 576px) {
.hidden-sm-up {
	display: none !important;
}
}

@media (max-width: 767px) {
.hidden-sm-down {
	display: none !important;
}
}

@media (min-width: 768px) {
.hidden-md-up {
	display: none !important;
}
}

@media (max-width: 991px) {
.hidden-md-down {
	display: none !important;
}
}

@media (min-width: 992px) {
.hidden-lg-up {
	display: none !important;
}
}

@media (max-width: 1199px) {
.hidden-lg-down {
	display: none !important;
}
}

@media (min-width: 1200px) {
.hidden-xl-up {
	display: none !important;
}
}
.hidden-xl-down {
	display: none !important;
}

/*header ここまで*/

@media (min-width: 768px) {
.navbar-header {
	margin-left: auto;
	white-space: nowrap;
	padding-right: 15px;
	display: inherit;
}
}
.navbar-default {
	background-color: #435260 !important;
	height: 70px;
	padding: 0.3rem 0.8rem;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #fff;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #f0f0f0;
	background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
	padding: 0.1rem!important;
}
.header .header-block-nav a:hover {
	text-decoration: none;
	background-color: #00bfff;
}
li.dropdown.open .dropdown-toggle {
	background-color: #00bfff !important;
	color: white !important;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #00bfff;
}
/*header ナビ下の色*/
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 6px !important;
}
.dashboard-page {
	margin: 0 auto !important;
}

@media (min-width:768px) {
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
	background-color: #00bfff !important;
	padding-bottom: 0.5rem;
}
.header .navbar-static-top::after {
	content: "";
	display: table;
	clear: both;
}
header.navbar {
	border-bottom: #435260 5px solid;
}
header.navbar.navbar-default.navbar-static-top {
	border-radius: 0;
	left: 200px;
	background-color: #00bfff;
	height: 60px;
	position: absolute;
	right: 0;
	-webkit-transition: left 0.3s ease;
	transition: left 0.3s ease;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 15px
}
}

@media (max-width: 991px) {
header.navbar {
	border-bottom: #435260 5px solid;
}
header.navbar.navbar-default.navbar-static-top {
	left: 0;
}
.sidebar {
	position: fixed;
	left: -180px;
}
}

@media (min-width: 1200px) {
.contents {
	left: 200px;
	width: 100%;
	display: block;
}
.app .container {
	padding: 20px 20px 50px 20px;
}
.app .contents {
	/* padding: 10px 40px 85px 40px; */
	padding: 5px 10px 20px 10px;
}
.container {
	width: 99%;
	margin: 0 auto;
}
}

@media (max-width: 768px) {
.container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 5rem;
}
.contents {
	left: 200px;
}
}
/***************************************************************
ロゴ
***************************************************************/


.navbar-default .navbar-brand {
	color: #fff !important;
	font-size: 2.1em !important;
	line-height: 1em !important;
	background: url(soflogo.png) no-repeat left center;
	width: 60px;
	height: 60px;
	padding-left: 70px;
	text-decoration: none !important;
}
/***************************************************************
ログイン
***************************************************************/
.login {
	margin: 0 auto !important;
}
@media (min-width: 992px) app.css:5 .col-md-offset-2 {
 margin-left: auto !important;
}
/***************************************************************
SIDE NAVi
***************************************************************/
.sidebar {
	background-color: #87ceeb;
	width: 180px;
	padding-bottom: 60px;
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	transition: left 0.3s ease;
	z-index: 20;
}
.sidebar-open .sidebar {
	left: 0;
	overflow-y: hidden;
	overflow-x: hidden;
}
.sidebar .sidebar-container::-webkit-scrollbar {
 display: none;
}
.sidebar .sidebar-container {
	position: absolute;
	top: 0;
	bottom: 51px;
	width: 100%;
	left: 0;
	overflow-y: hidden;
	overflow-x: hidden;
}
 .sidebar .sidebar-container::-webkit-scrollbar-track {
 background-color: #2c353e;
}
.sidebar .nav {
	font-size: 13px;
}
.sidebar .nav li a:focus, .open .sidebar .nav li a:focus {
	background-color: inherit;
}
.sidebar .nav ul {
	padding: 0;
	height: 0px;
	overflow: hidden;
}
.loaded .sidebar .nav ul {
	height: auto;
}
.sidebar .nav li.active ul {
	height: auto;
}
.sidebar .nav li a {
	color: #ffffff;
	text-decoration: none;
}
.sidebar .nav li a:hover, .sidebar .nav li.open > a, .sidebar .nav li.open a:hover {
	color: #ffffff;
	background-color: #5557967a;
}
.sidebar .nav > li > a {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 13px;
	padding-right: 10px;
}
.sidebar .nav > li.active > a, .sidebar .nav > li.active > a:hover {
	background-color: #87ceeb !important;
	color: #ffffff !important;
}
.sidebar .nav > li.open > a {
	background-color: #333e48;
}
.sidebar .nav > li.open > a i.arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sidebar .nav > li > a i {
	margin-right: 8px;
	font-size: 16px;
}
.sidebar .nav > li > a i.fa-chevron-down {
	float: right;
	margin-top: 3px;
	font-size: 11px;
	line-height: initial;
	transition: all 0.3s ease;
}
.sidebar .nav > li > a i.fa-chevron-down:before {
	content: "\f078"!important;
}
.sidebar .nav > li > a i.arrow {
	float: right;
	font-size: 20px;
	line-height: initial;
	transition: all 0.3s ease;
}
.sidebar .nav > li > a i.arrow:before {
	content: "\f105" !important;
}
.sidebar .nav > li > ul > li a {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 40px;
	background-color: #1e90ff;
}
.sidebar .nav > li > ul > li a {
	color: #ffffff;
	background-color: #1e90ff;
}
.sidebar-overlay {
	position: absolute;
	display: none;
	left: 200vw;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 15;
}

@media (max-width: 991px) {
.sidebar {
	position: fixed;
	left: -200px;
}
.sidebar-open .sidebar-overlay {
	left: 0;
	opacity: 1;
}
}

@media (max-width: 991px) {
.sidebar-overlay {
	display: block;
}
}

@media (max-width: 767px) {
.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}
}

@media (max-width: 991px) {
.sidebar-open .sidebar-overlay {
	left: 0;
	opacity: 1;
}
}
/*スマホ用メニュー*/
.app {
	position: relative;
	width: 100%;
	padding-left: 200px;
	min-height: 100vh;
	margin: 0 auto;
	left: 0;
	background-color: #f0f3f6;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	-webkit-transition: left 0.3s ease, padding-left 0.3s ease;
	transition: left 0.3s ease, padding-left 0.3s ease;
	overflow: hidden;
}
.app .content {
	padding: 95px 20px 75px 20px;
	min-height: 100vh;
}

@media (min-width: 1200px) {
.app .content {
	padding: 105px 40px 85px 40px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.app .content {
	padding: 100px 35px 80px 35px;
}
}

@media (max-width: 767px) {
.app .content {
	padding: 70px 20px 70px 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.app .content {
	padding: 95px 20px 75px 20px;
}
.header-block.header-block-collapse.hidden-lg-up {
	margin-top: 5px;
}
}

@media (max-width: 987px) {
.app {
	padding-left: 0;
}
.header-block-collapse {
	display: block;
}
.header-block.header-block-collapse.hidden-lg-up {
	margin-top: 0px;
}
button#sidebar-collapse-btn {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #eee;
	font-size: 24px;
	/*line-height: 60px;*/
	border-radius: 0;
	outline: none;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: initial;
}
}

@media (max-width: 995px) {
.app.sidebar-open {
	left: 0;
}
}
.app.blank {
	background-color: #667380;
}
[class^='nav'] li > a, [class*=' nav'] li > a {
	display: block;
}
.loaded .sidebar .nav ul {
	height: auto;
}
/*----
a:not(.btn) {
	transition: initial;
	text-decoration: underline;
	color: #31d0c6;
}
--*/
li.dropdown a:not(.btn) {
	color: #FFFFFF;
}
/**/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: #303263;
	border: 0;
	box-shadow: none;
	color: white;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: white;
}
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.metismenu .collapse.in {
	display: block;
}

/***************************************************************
SIDE NAVi
***************************************************************/
/***************************************************************
ナビボタン
***************************************************************/

@media (min-width: 991px) {
.navbar-header .hidden-lg-up {
	display: none !important;
}
}
/***************************************************************
ボタン
***************************************************************/
.btn, .btn::before, .btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn {
	border-radius: 2px;
}
.btn-primary {
	color: #fff;
	font-size: 0.9em;
	background-color: #00bfff;
	border-color: #00bfff;
}
button.btn-mini.btn-primary {
	background-color: #00bfff;
	border-radius: 2px;
	border: none;
	padding: 0.5em;
	font-size: 80%;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle, .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	-moz-border-radius: 2px;
	/*-webkit-border-radius: 2px;*/
	/*-o-border-radius: 2px;*/
	/*-ms-border-radius: 2px;*/
	border-radius: 2px;
	margin: 0.5em;
}
a.btn.btn-primary {
	margin: 0.5em;
}
a.btn.btn-primary:hover {
	color: #ffffff;
	background-color: #00bfff;
	border-color: #00bfff;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child, .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	margin: 0.5em;

}
.btn-group>.btn:first-child {
    margin-left: 0.5em;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-radius: 2px;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-radius: 2px;
	margin: 0.5em;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child), .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn, .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 2px;
	margin: 0.5em;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: #524e66 !important;
}

button.btn.btn-danger.btn-xs {
    background-color: #FD8B87;
    border-color:  #FD8B87 ;
}
button.btn.btn-danger.btn-xs:hover {
	background-color: #FC5E58;.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child, .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child)
	border-color: #FC5E58;
}

/****************************************************************/
/*チャットウィンドウ起動ボタン*/
/****************************************************************/
.btn-info {
	color: #fff;
	background-color: #f3d66d;
	border-color: #f3d66d;
	margin: 0.5em;
}
.btn-info.active, .btn-info:active, .btn-info:hover, .open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #D5A428;
	border-color: #D5A428;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.btn-info.dropdown-toggle.focus, .open>.btn-info.dropdown-toggle:focus, .open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #D5A428;
	border-color: #D5A428;
}
.btn-info:active, .btn-info:hover {
	background-color: #D5A428;
	border-color: #D5A428;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	-moz-border-radius: 0 2px 0 2px;
	-webkit-border-radius: 0 2px 0 2px;
	-o-border-radius: 0 2px 0 2px;
	;
	-ms-border-radius: 0 2px 0 2px;
}
/***************************************************************
ログイン
***************************************************************/

.auth {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: #87ceeb;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0px;
}
.auth .panel-heading {
	text-align: center;
}
.auth .btn-primary {
	color: #fff;
	background-color: #00bfff !important;
	border-color: #00bfff !important;
	width: 200px;
	margin: 0 auto;
}
.auth .btn-primary:focus, .auth .btn-primary:hover {
	color: #fff;
	background-color: #00bfff !important;
	border-color: #00bfff !important;
	width: 200px;
	margin: 0 auto;
}
.auth .panel-default>.panel-heading {
	border: none;
}
.registlink {
	width: 300px;
	margin: 0 auto;
}
.auth-container {
	width: 450px;
	min-height: 330px;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.auth .container {
	padding: 0px 40px 85px 40px;
}
.auth-container .auth-header {
	text-align: left;
	padding-top: 0px;
}
.auth-container .auth-title {
	color: #7867a7;
	text-align: left;
	margin: 0 auto;
	padding: 0.7em 0;
	line-height: 70px;
	background: url(appcms-logo.png) no-repeat center center;
	background-size: 60%;
	width: 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
}
/*  ログイン  */
.login .auth-title {
	color: #7867a7;
	text-align: left;
	margin: 0 auto;
	padding: 0.7em 0;
	line-height: 70px;
	background: url(appcms-logo2.png) no-repeat center center;
	background-size: 100%;
	width: 50%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
}
.auth-container .auth-content {
	padding: 30px 50px;
	min-height: 260px;
}
.auth-container .forgot-btn {
	line-height: 28px;
}
.auth-container .checkbox label {
	padding: 0;
}
.auth-container .checkbox a {
	vertical-align: text-top;
}
.auth-container .checkbox span {
	color: #4f5f6f;
}

@media (max-width: 767px) {
.auth-container {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: inherit;
	transform: inherit;
	margin: 0;
	margin-bottom: 10px;
}
.auth-container .auth-content {
	padding: 30px 25px;
}
}
.alert {
	background-image: none;
	margin: 4px;
}
.alert.alert-primary {
	background-color: #7867A7;
	border-color: #7867A7;
	color: #ffffff;
}
.alert.alert-primary hr {
	border-top-color: #6b5a9b;
}
.alert.alert-primary .alert-link {
	color: #e6e6e6;
}
.alert.alert-success {
	background-color: #4bcf99;
	border-color: #4bcf99;
	color: #ffffff;
}
.alert.alert-success hr {
	border-top-color: #37ca8e;
}
.alert.alert-success .alert-link {
	color: #e6e6e6;
}
.alert.alert-info {
	background-color: #b4c4d4;
	border-color: #b4c4d4;
	color: #ffffff;
	padding: 0.6em;
}
.alert.alert-info hr {
	border-top-color: #5ecdf3;
}
.alert.alert-info .alert-link {
	color: #e6e6e6;
}
.alert.alert-info:empty {
	display: none;
}
.alert.alert-warning {
	background-color: #fe974b;
	border-color: #fe974b;
	color: #ffffff;
}
.alert.alert-warning hr {
	border-top-color: #fe8832;
}
.alert.alert-warning .alert-link {
	color: #e6e6e6;
}

.alert.alert-inverse {
	background-color: #131e26;
	border-color: #131e26;
	color: #ffffff;
}
.alert.alert-inverse hr {
	border-top-color: #0b1115;
}
.alert.alert-inverse .alert-link {
	color: #e6e6e6;
}
/*****************************************
*       Background-image: cover mixin
******************************************/
/*****************************************
*       Media Query Mixins
******************************************/
.row .col {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.row-sm {
	margin-left: -10px;
	margin-right: -10px;
}
.row-sm [class^='col'] {
	padding-left: 10px;
	padding-right: 10px;
}
.title-block {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7dde4;
}
.title-block::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 767px) {
.title-block {
	margin-bottom: 20px;
}
}

@media (max-width: 991px) {
.auth {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: #667380;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0px;
}
.auth .col-md-6 {
	padding-left: 30px;
}
.collapse {
	display: block;
}
.collapse {
	display: block;
}
}
.center {
	text-align: center;
	vertical-align: middle;
}
.middle {
	vertical-align: middle !important;
}
.deeper {
	font-weight: 700;
}
td.parent {
	background: #E0F1F3 !important;
	vertical-align: middle !important;
	font-weight: bolder;
}
td.child {
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #282B3F;
	border-color: #282B3F;
	cursor: default;
}
.pagination {
    margin: 4px 0;
}
/*****************************************
*       上部ドロップダウンメニューCSS
******************************************/
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #00bfff;
	border: 1px solid #00bfff;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
}
li.dropdown a:not(.btn):hover {
	color: #ffffff87;
}
.dropdown-menu>li>a {
	font-weight: 400;
	color: #333;
	text-decoration: none;
}
/*****************************************
*       新しいサイドメニューCSS
******************************************/

div#side_Accordion .panel-group {
	border-radius: 0px;
	border: none;
	background-color: #333e48;
	padding: 10px 1px;
}
div#side_Accordion .panel {
	border-radius: 0px;
	border: none;
	background-color: #333e48;
}
div#side_Accordion .panel-heading {
	background-color: #87ceeb;
	border: none;
	padding: 0px;
}
div#side_Accordion .panel-heading > .panel-title > a i.fa-chevron-right {
	float: right;
	font-size: 14px;
	line-height: initial;
	transition: all 0.3s ease;
}
div#side_Accordion .panel-heading > .panel-title > a i {
	margin-right: 6px;
}
div#side_Accordion h3 a:hover {
	/* background-color: #595793 !important; */
	background-color: #63c6f7 !important;
	color: #ffffff !important;
}
div#side_Accordion .panel-default　>.panel-heading {
	color: #b75656;
	background-color: none;
	border: none;
}
div#side_Accordion h3 a {
	font-size: 14px;
	text-decoration: none;
	color: #c6c8ca;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 10px;
}
div#side_Accordion h3.panel-title a {
	display: block;
}
div#side_Accordion h3 > li.active > a, .sidebar .nav > li.active > a:hover {
	/* background-color: #595793 !important; */
	background-color: #63c6f7 !important;
	color: #ffffff !important;
}
div#side_Accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
}
div#side_Accordion .panel-body > ul > li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #333e48;
}
div#side_Accordion .panel-heading > h3.panel-title > a i.arrow {
	float: right;
	font-size: 20px;
	line-height: initial;
	transition: all 0.3s ease;
}
div#side_Accordion .panel-body li a {
	color: rgba(255, 255, 255, 0.74);
	text-decoration: none;
}
div#side_Accordion .panel-body ul {
	padding: 0px;
	margin: 0px;
	list-style-position: inherit;
	list-style: none;
	margin-left: -2em;
}
div#side_Accordion .panel-body>li, div#side_Accordion .panel-body>li>a {
	display: block;
	position: relative;
}
div#side_Accordion .panel-body li {
	box-sizing: border-box;
}
div#side_Accordion .panel-body li a:hover {
	color: #ffffff;
	text-decoration: none;
}
div#side_Accordion .panel-body li.active a {
	color: #fff;
	font-weight: 700;
	background-color: #4682b4;
}
/*****************************************
*      ダッシュボードCSS
******************************************/

.main .card {
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
	box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
	margin-bottom: 20px;
	border-radius: 0;
	border: none;
}
.main .card .card-block {
	padding: 15px;
}
.main .card .card-block .tab-content {
	padding: 0;
	border-color: transparent;
}
.card .panel-heading {
	color: #7c7c7c;
	font-size: 1.5em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 700;
}
.panel-danger {
	border-color: #f0f3f6;
}

@media (min-width: 1200px) {
.main .card .card-block {
	padding: 20px;
}
}

@media (max-width: 767px) {
.main .card .card-block {
	padding: 10px;
}
}
.row {
	clear: both;
}
/*****************************************
*      ガジェット （チャットボックス）
******************************************/

div.gadget div.titlebar {
	background: #00bfff !important;
	cursor: move;
	padding: 0.5em;
	color: white;
}
div.gadget {
	background: #ffffff!important;
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 800px;
	height: 100px;
	z-index: 1000;
	display: none;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
}
.gadget .input-group-addon {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.gadget .form-control {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
div#gadget_chatbox {
	border: solid 15px #fff;
	height: 210px;
}
.input-group, .gadget .input-group-addon, input#tbox_chat_in, span.input-group-addon, input#tbox_chat_out, input#tbox_matched_if_id {
	border-right: 1px solid #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
    border-top: none;
    border-left: none;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background-color: #d8d8d8;
}
input#tbox_chat_out {
	background-color: #d8d8d8;
	
}
input#tbox_matched_if_id {
	border: none;
	border-top: none;
}
input#tbox_chat_in {
	border-bottom: none;
	background-color: #d8d8d8;
}
/*****************************************
* input text インプット フォーム form
******************************************/

textarea {
	max-width: 98%;
}
button, input, select, textarea {
	border-radius: 3px;
	border-color: #ccd0d2;
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	height: 1em;
}
.form-control {
	box-shadow: none;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
input[type=file] {
	display: block;
	border: none;
}
/*****************************************
*   ダッシュボードテーブル
******************************************/

.panel-title {
	margin-top: 0;
	font-size: 1.75rem;
	font-weight: 700;
}
.panel-body.dashbord >.table-bordered, .panel-body.dashbord >.table-bordered>tbody>tr>td, .panel-body.dashbord >.table-bordered>tbody>tr>th, .panel-body.dashbord >.table-bordered>tfoot>tr>td, .panel-body.dashbord >.table-bordered>tfoot>tr>th, .panel-body.dashbord >.table-bordered>thead>tr>td, .panel-body.dashbord >.table-bordered>thead>tr>th {
	border: none;
}
.panel-body.dashbord >.table-bordered>tbody>tr>th, .panel-body.dashbord >.table-bordered>tfoot>tr>th, .panel-body.dashbord >.table-bordered>thead>tr>td, .panel-body.dashbord >.table-bordered>thead>tr>th {
	border-bottom: 3px solid #e9ecef;
}
/*****************************************
*   ダッシュボードテーブル
******************************************/

.panel-default {
	border: none;
	padding-bottom: 0.5rem;
}
/*****************************************
*   パネル テーブル
******************************************/
.table {
	width: 98%;
	margin: 0 auto;
	border: 1px solid #ddd;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #fff;
}
.table-special td {
	background: #f9f9f9;
	vertical-align: middle;
}
.panel-info {
    border: none !important;
}
.panel-info>.panel-heading {
    color: #ffffff;
    border: none !important;
    background-color: #99abd2;
}
.table-special td span.bigger {
	font-size: 1.3em;
	vertical-align: middle;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 2px solid #fff;
	background-color: #ccccccc2;
	margin-top: 1.75rem;
	margin-bottom: 1.25rem;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #e2e6ef;
	border-color: #ffffff;
}
.no_side_borders {
	border: none;
}
.no_side_borders>thead:first-child>tr:first-child>th {
	background-color: #515160;
	color: white;
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 4px solid #fff !important;
	background: #87ceeb;
	vertical-align: middle;
	color: #fff;
}
.table>tbody>tr>td.bg_type1 {
	background-color: #f9f9f9;
	vertical-align: middle;
}
/*****************************************
*   空白、スペース
******************************************/
.white-space {
	padding-left: 2em;
}
/*****************************************
*   インラインエディター
******************************************/

.inline-edit-tbl legend.inline-edit-legend {
	font-size: 14px;
	float: left;
	margin: 0;
	padding: 1em 0 0em 0em;
	width: 100%;
	border-bottom: none;
	font-weight: 700;
}
.inline-edit-tbl .inline-edit-row .inline-edit-legend {
	margin: 0;
	padding: .2em .5em 0;
	line-height: 2.5;
	font-weight: 600;
}
/*****************************************
*   モーダルウィンドウ 20171023
******************************************/
.modal-body {
	position: relative;
	padding: 15px;
	background: rgba(211, 211, 211, 0.23);
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #c5c0c0;
	background: #6495ed;
	color: white;
}
/*****************************************
*   ウィジェット
******************************************/
.ui-widget.ui-widget-content {
	border: 1px solid #fefefe;
}
.ui-widget-content {
	background: #f6f6f6;
}

/*****************************************
*   スクロールバー scrollbar
******************************************/
/*スクロールバー全体*/
::-webkit-scrollbar {
 width: 10px;
}
 
/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
 border-radius: 10px;
 box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
 
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
 background-color: rgba(186, 186, 201, 0.25);
 border-radius: 10px;
 box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}
/*****************************************
*   テーブルの中身
******************************************/

.clipped {
	display: -webkit-box;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	word-break:break-all;
}
td.clipped {
	border-bottom: none!important;
	border-left: none !important;
	border-right: none !important;
}
tr.timeup {
    color: #adadad;
}

/* インクリメンタルサーチ: qa_edit */
.ul_search_list {
    position:absolute;
    z-index:100;
    margin:0;
    padding:0;
    max-height:300px;
    min-width:300px;
    overflow-x:hidden;
    list-style-type:none;
    border-width:1px;
    border-color:#d0d0d0;
    border-style: solid;
    background-color:white;
}

.ul_search_list li:hover {
    background-color: #e0e0e0;
}

/*****************************************
*   リスト幅
******************************************/
select#s_category_id, select#s_project_id {
    width: 200px;
}

/*****************************************
* テキストの行数自動調整
******************************************/
.chrome-webkit-line-clamp {
  cursor: pointer;
}

.chrome-webkit-line-clamp-2 {
  -webkit-line-clamp: 2;
  cursor: pointer;
}

/* 2行毎に色を変える */
.table-double-striped>tbody>tr:nth-of-type(4n+1)
, .table-double-striped>tbody>tr:nth-of-type(4n+2)
{
  background-color: #f9f9f9;
}

.textarea-with-html {
    word-break:break-all;
}

.inline{
    display:inline-block;
}

/* ヘッダードロップダウンメニュー */
.head-dropdown{
    display:inline;
}
/* 汎用ドロップダウンメニュー用 */
.dropdown-menu-normal {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #F0F0F0;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
}
.dropdown-menu-normal>li a:not(.btn):hover {
	font-weight: bold;
	color: #0000AA;
	background-color: #FFFFFF;
}
.dropdown-menu-normal>li a.active {
	font-weight: bold;
	color: #0000AA;
	background-color: #FFFFFF;
}
/* ヘッダー検索form-control用 */
.kh-col-sm {
    padding-left : 2px;
    padding-right: 8px;
}

/* レイアウトテーブル用 */
.kh-layout-table td{
    padding-bottom: 6pt;
}

.in_image {
    width:  auto;
    max-height: 100px;
}

.menu_image {
    width:  auto;
    max-height: 100px;
}

.helplabel-btn {
	text-align: right;
}