/*!
*   AdminLTE v2.4.5
*   Author: Almsaeed Studio
*	 Website: Almsaeed Studio <https://adminlte.io>
*   License: Open source - MIT
*		   Please visit http://opensource.org/licenses/MIT for more information
*/
/*
* Core: General Layout Style
* -------------------------
*/

html,
body {
	height: 100%;
}

/* JS読み込み時に取り除くことで表示崩れを防ぐ */
.hide-html {
	display: none;
}

/* *{
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
*::-webkit-scrollbar {
  display:none !important;
} */

.layout-boxed html,
.layout-boxed body {
	height: 100%;
}

body {
	/* font-family: "ヒラギノ角ゴ Pro N",'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; */
	font-family: "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
}

/* Layout */
.wrapper {
	height: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.wrapper:before,
.wrapper:after {
	content: " ";
	display: table;
}

.wrapper:after {
	clear: both;
}

.layout-boxed .wrapper {
	max-width: 1250px;
	margin: 0 auto;
	min-height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	position: relative;
}

.layout-boxed {
	background-color: #f9fafc;
}

/*
* Content Wrapper - contains the main content
*/
.content-wrapper,
.main-footer {
	-webkit-transition: -webkit-transform 0.3s ease-in-out,
		margin 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
	margin-left: 250px;
	z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
	margin-left: 0;
}

.content-wrapper {
	z-index: 800;
	padding-right: 40px;
	padding-left: 40px;
	height: calc(100vh - 60px);
	overflow-x: scroll;
	width: calc(100% - 250px);
	min-height: none !important;
}

.main-footer {
	background: #fff;
	padding: 15px;
	color: #444;
	border-top: 1px solid #d2d6de;
	display: none;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
	position: fixed;
}

.fixed .main-header {
	top: 0;
	right: 0;
	left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
	padding-top: 50px;
}

.fixed.layout-boxed .wrapper {
	max-width: 100%;
}

.fixed .wrapper {
	overflow: hidden;
}

.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
	/* Fix for IE */
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

/* Content */
.content {
	min-height: 250px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 10px;
}

.block-header {
	background-color: grey;
	color: white;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 15px;
	width: 100%;
}

/* General Links */
a {
	color: #3c8dbc;
}

a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
	color: #72afd2;
}

/* Page Header */
.page-header {
	margin: 10px 0 20px 0;
	font-size: 22px;
}

.page-header>small {
	color: #666;
	display: block;
	margin-top: 5px;
}

/*
* Component: Main Header
* ----------------------
*/
.main-header {
	position: relative;
	height: 60px;
	z-index: 1030;
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}

.main-header .navbar {
	-webkit-transition: margin-left 0.3s ease-in-out;
	-o-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;
	margin-bottom: 0;
	/* margin-left: 230px; */
	border: none;
	height: 50px;
	border-radius: 0;
}

.layout-top-nav .main-header .navbar {
	margin-left: 0;
}

.main-header #navbar-search-input.form-control {
	background: rgba(255, 255, 255, 0.2);
	border-color: transparent;
}

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
	border-color: rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.9);
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
	color: #ccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
	color: #ccc;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
	float: right;
}

.main-header .sidebar-toggle {
	float: left;
	background-color: transparent;
	background-image: none;
	padding: 0 15px;
	font-size: 20px !important;
	font-family: fontAwesome;
	color: #000000;
	width: 50px;
	line-height: 65px;
	display: none;
}

.main-header .sidebar-toggle:before {
	content: "\f0c9";
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
	background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
	display: none;
}

.main-header .navbar .nav>li.user>a>.fa,
.main-header .navbar .nav>li.user>a>.glyphicon,
.main-header .navbar .nav>li.user>a>.ion {
	margin-right: 5px;
}

.main-header .navbar .nav>li>a>.label {
	position: absolute;
	top: 9px;
	right: 7px;
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: 0.9;
}

.main-header .logo {
	-webkit-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
	display: block;
	float: left;
	height: 55px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	width: 300px;
	padding: 0 15px;
	font-weight: 300;
	overflow: hidden;
}

.main-header .logo .logo-lg {
	display: block;
	width: fit-content;
	margin: 0 10px;
}

.logo-lg:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.main-header .logo .logo-lg img {
	height: 45px;
}

.main-header .logo .logo-mini {
	display: none;
}

.main-header .navbar-brand {
	color: #fff;
}

.content-header {
	position: relative;
	padding: 15px 0 5px 0;
}

.content-header>h1 {
	margin: 0;
	font-size: 14px;
}

.content-header>h1>small {
	font-size: 15px;
	display: inline-block;
	padding-left: 4px;
	font-weight: 300;
}

.content-header>.breadcrumb {
	float: right;
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding: 7px 5px;
	position: absolute;
	top: 15px;
	right: 10px;
	border-radius: 2px;
}

.content-header>.breadcrumb>li>a {
	color: #444;
	text-decoration: none;
	display: inline-block;
}

.content-header>.breadcrumb>li>a>.fa,
.content-header>.breadcrumb>li>a>.glyphicon,
.content-header>.breadcrumb>li>a>.ion {
	margin-right: 5px;
}

.content-header>.breadcrumb>li+li:before {
	content: ">\00a0";
}

.content-wrapper .content-header__pulldown {
	font-size: 12px;
	padding: 10px 15px;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 115px;
	border: none;
}

.navbar-toggle {
	color: #fff;
	border: 0;
	margin: 0;
	padding: 15px 15px;
}

/*
* Component: Sidebar
* ------------------
*/
.main-sidebar {
	position: absolute;
	top: 0px;
	left: 0;
	border-right: 2px solid rgba(0, 0, 0, 0.7);
	padding-top: 60px;
	height: 100%;
	/*overflow: scroll;*/
	overflow: initial;
	width: 250px;
	z-index: 810;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.header {
	font-size: 12px !important;
	padding: 2px 0 2px 15px !important;
	margin: 0;
}

.sidebar {
	padding-bottom: 10px;
}

.sidebar-form input:focus {
	border-color: transparent;
}

.user-panel {
	position: relative;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	overflow: unset !important;
	cursor: pointer;
}

.user-panel:hover {
	padding: 5px;
}

.user-panel:before,
.user-panel:after {
	content: " ";
	display: table;
}

.user-panel:after {
	clear: both;
}

.user-panel>img {
	height: 80%;
}

.user-panel>.info {
	padding: 5px 5px 5px 15px;
	line-height: 1;
	position: absolute;
	left: 55px;
}

.user-panel>.info>p {
	font-weight: 600;
	margin-bottom: 9px;
}

.user-panel>.info>a {
	text-decoration: none;
	padding-right: 5px;
	margin-top: 3px;
	font-size: 11px;
}

.user-panel>.info>a>.fa,
.user-panel>.info>a>.ion,
.user-panel>.info>a>.glyphicon {
	margin-right: 3px;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-menu>div {
	position: relative;
	margin: 0;
	padding: 10px;
}

.sidebar-menu>div>a {
	display: block;
	width: 150px !important;
	font-size: 14px;
	letter-spacing: 3px;
	margin: 0;
	height: 30px;
	line-height: 30px;
}

.sidebar-menu div a span {
	width: 190px !important;
	display: inline-block;
	font-size: 12px !important;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
	width: 20px;
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
	margin-right: 5px;
}

.sidebar-menu>li .badge {
	margin-top: 3px;
}

.sidebar-menu li.header {
	padding: 10px 25px 10px 15px;
	font-size: 12px;
}

.sidebar-menu li>a>.fa-angle-left,
.sidebar-menu li>a>.pull-right-container>.fa-angle-left {
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 10px;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.sidebar-menu li>a>.fa-angle-left {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}

.sidebar-menu .menu-open>a>.fa-angle-left,
.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-left {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sidebar-menu .active>.treeview-menu {
	display: block;
}

/*
* Component: Sidebar Mini
*/

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
	display: block !important;
	position: absolute;
	width: 180px;
	left: 50px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
	top: 0;
	margin-left: -3px;
	padding: 12px 5px 12px 20px;
	background-color: inherit;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
	position: relative !important;
	float: right;
	width: auto !important;
	left: 180px !important;
	top: -22px !important;
	z-index: 900;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
	display: none;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
	top: 44px;
	margin-left: 0;
}

.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
	margin-left: 50px;
}

.sidebar-expanded-on-hover .main-sidebar {
	box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
	white-space: nowrap;
	overflow: hidden;
}

.sidebar-menu:hover {
	overflow: visible;
}

.sidebar-form,
.sidebar-menu>li.header {
	overflow: hidden;
	text-overflow: clip;
}

.sidebar-menu li>a {
	position: relative;
}

.sidebar-menu li>a>.pull-right-container {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

/*
* Component: Control sidebar. By default, this is the right sidebar.
*/
.control-sidebar-bg {
	position: fixed;
	z-index: 1000;
	bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
	top: 0;
	right: -230px;
	width: 230px;
	-webkit-transition: right 0.3s ease-in-out;
	-o-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
}

.control-sidebar {
	position: absolute;
	padding-top: 50px;
	z-index: 1010;
}

.control-sidebar>.tab-content {
	padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open+.control-sidebar-bg {
	right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
	right: 0;
}

.fixed .control-sidebar {
	position: fixed;
	height: 100%;
	overflow-y: auto;
	padding-bottom: 50px;
}

.nav-tabs.control-sidebar-tabs>li:first-of-type>a,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus {
	border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs>li>a {
	border-radius: 0;
}

.nav-tabs.control-sidebar-tabs>li>a,
.nav-tabs.control-sidebar-tabs>li>a:hover {
	border-top: none;
	border-right: none;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs>li>a .icon {
	font-size: 16px;
}

.nav-tabs.control-sidebar-tabs>li.active>a,
.nav-tabs.control-sidebar-tabs>li.active>a:hover,
.nav-tabs.control-sidebar-tabs>li.active>a:focus,
.nav-tabs.control-sidebar-tabs>li.active>a:active {
	border-top: none;
	border-right: none;
	border-bottom: none;
}

.control-sidebar-heading {
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 10px;
}

.control-sidebar-subheading {
	display: block;
	font-weight: 400;
	font-size: 14px;
}

.control-sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}

.control-sidebar-menu>li>a {
	display: block;
	padding: 10px 15px;
}

.control-sidebar-menu>li>a:before,
.control-sidebar-menu>li>a:after {
	content: " ";
	display: table;
}

.control-sidebar-menu>li>a:after {
	clear: both;
}

.control-sidebar-menu>li>a>.control-sidebar-subheading {
	margin-top: 0;
}

.control-sidebar-menu .menu-icon {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
}

.control-sidebar-menu .menu-info {
	margin-left: 45px;
	margin-top: 3px;
}

.control-sidebar-menu .menu-info>.control-sidebar-subheading {
	margin: 0;
}

.control-sidebar-menu .menu-info>p {
	margin: 0;
	font-size: 11px;
}

.control-sidebar-menu .progress {
	margin: 0;
}

.control-sidebar-dark {
	color: #b8c7ce;
}

.control-sidebar-dark,
.control-sidebar-dark+.control-sidebar-bg {
	background: #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
	border-bottom: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a {
	background: #181f23;
	color: #b8c7ce;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus {
	border-left-color: #141a1d;
	border-bottom-color: #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:active {
	background: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover {
	color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active {
	background: #222d32;
	color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
	color: #fff;
}

.control-sidebar-dark .control-sidebar-menu>li>a:hover {
	background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p {
	color: #b8c7ce;
}

.control-sidebar-light {
	color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light+.control-sidebar-bg {
	background: #f9fafc;
	border-left: 1px solid #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
	border-bottom: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a {
	background: #e8ecf4;
	color: #444444;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus {
	border-left-color: #d2d6de;
	border-bottom-color: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:active {
	background: #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active {
	background: #f9fafc;
	color: #111;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
	color: #111;
}

.control-sidebar-light .control-sidebar-menu {
	margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu>li>a:hover {
	background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p {
	color: #5e5e5e;
}

/*
* Component: Dropdown menus
* -------------------------
*/
/*Dropdowns in general*/
.dropdown-menu {
	box-shadow: none;
	border-color: #eee;
}

.dropdown-menu>li>a {
	color: #777;
}

.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.ion {
	margin-right: 10px;
}

.dropdown-menu>li>a:hover {
	background-color: #e1e3e9;
	color: #333;
}

.dropdown-menu>.divider {
	background-color: #eee;
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
	width: 280px;
	padding: 0 0 0 0;
	margin: 0;
	top: 100%;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li,
.navbar-nav>.messages-menu>.dropdown-menu>li,
.navbar-nav>.tasks-menu>.dropdown-menu>li {
	position: relative;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #ffffff;
	padding: 7px 10px;
	border-bottom: 1px solid #f4f4f4;
	color: #444444;
	font-size: 14px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size: 12px;
	background-color: #fff;
	padding: 7px 10px;
	border-bottom: 1px solid #eeeeee;
	color: #444 !important;
	text-align: center;
}

.navbar-nav>.user-menu .user-image {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: -2px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
	text-decoration: none;
	font-weight: normal;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
	max-height: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-x: hidden;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
	display: block;
	white-space: nowrap;
	/* Prevent text from breaking */
	border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
	background: #f4f4f4;
	text-decoration: none;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
	width: 20px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
	margin: 0;
	padding: 10px 10px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
	margin: auto 10px auto auto;
	width: 40px;
	height: 40px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
	padding: 0;
	margin: 0 0 0 45px;
	color: #444444;
	font-size: 15px;
	position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
	color: #999999;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
	margin: 0 0 0 45px;
	font-size: 12px;
	color: #888888;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
	content: " ";
	display: table;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
	clear: both;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
	padding: 10px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #666666;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
	padding: 0;
	margin: 0;
}

.navbar-nav>.user-menu>.dropdown-menu {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 1px 0 0 0;
	border-top-width: 0;
	width: 280px;
}

.navbar-nav>.user-menu>.dropdown-menu,
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
	height: 175px;
	padding: 10px;
	text-align: center;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
	z-index: 5;
	height: 90px;
	width: 90px;
	border: 3px solid;
	border-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
	z-index: 5;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	font-size: 17px;
	margin-top: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
	display: block;
	font-size: 12px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
	padding: 15px;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #dddddd;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
	content: " ";
	display: table;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
	clear: both;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
	color: #444 !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
	background-color: #f9f9f9;
	padding: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
	content: " ";
	display: table;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
	clear: both;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
	color: #666666;
}

/* Add fade animation to dropdown menus by appending
the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup)>.animated-dropdown-menu {
	backface-visibility: visible !important;
	-webkit-animation: flipInX 0.7s both;
	-o-animation: flipInX 0.7s both;
	animation: flipInX 0.7s both;
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		-webkit-transform: perspective(400px);
	}
}

/* Fix dropdown menu in navbars */
.navbar-custom-menu>.navbar-nav>li {
	position: relative;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
	position: absolute;
	right: 0;
	left: auto;
}

/*
* Component: Form
* ---------------
*/
.form-control {
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	display: block;
	width: 100% !important;
	font-size: 16px;
	padding: 6px 10px;
}

.form-unit {
	position: absolute;
	right: 45px;
	top: 33px;
	font-size: 16px;
}

.form-color {
	padding: 0px;
	margin: 0 20px 0 10px;
	border: none;
}

.form-textarea {
	padding: 15px;
	resize: none;
	width: 100% !important;
	border: 1px solid gray !important;
}

.form-control:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #bbb;
	opacity: 1;
}

.form-control:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-group.has-success label {
	color: #00a65a;
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
	border-color: #00a65a;
	box-shadow: none;
}

.form-group.has-success .help-block {
	color: #00a65a;
}

.form-group.has-warning label {
	color: #f39c12;
}

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
	border-color: #f39c12;
	box-shadow: none;
}

.form-group.has-warning .help-block {
	color: #f39c12;
}

.form-group.has-error label {
	color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
	border-color: #dd4b39;
	box-shadow: none;
}

.form-group.has-error .help-block {
	color: #dd4b39;
}

.form-group>label {
	font-weight: normal;
}

.form-group .form-checkbox {
	transform: scale(1.5);
	margin-right: 5px;
}

.input-checkbox {
	position: absolute;
	top: 4% !important;
	left: 20px !important;
	z-index: 1 !important;
	margin-top: 5px !important;
	transform: scale(1.5) !important;
}

.box-body {
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}

.box-body::-webkit-scrollbar {
	display: none !important;
}

.input-checkbox-label {
	margin-left: 30px;
	margin-bottom: 0;
}

.form-group-flex {
	display: flex;
	align-items: center;
}

.label-flex {
	width: fit-content;
}

.label-radio {
	display: block;
}

.radio-text {
	font-size: 13px;
	height: 25px;
	width: 100%;
	display: none;
}

.br-sp {
	display: none;
}

.br-550 {
	display: none;
}

/* Input group */
.input-group .input-group-addon {
	border-radius: 0;
	border-color: #d2d6de;
	background-color: #fff;
	padding: 0 20px;
	height: 30px;
}

.input-group-addon .fa-user {
	font-size: 25px;
}

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
	border-radius: 0;
}

.icheck>label {
	padding-left: 0;
}

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
	line-height: 34px;
}

.input-lg+.form-control-feedback.fa,
.input-group-lg+.form-control-feedback.fa,
.form-group-lg .form-control+.form-control-feedback.fa {
	line-height: 46px;
}

.input-sm+.form-control-feedback.fa,
.input-group-sm+.form-control-feedback.fa,
.form-group-sm .form-control+.form-control-feedback.fa {
	line-height: 30px;
}

.form-checkbox-flex {
	display: flex;
}

/*
* Component: dataTables
* -----------------------
*/
.dataTables_wrapper {
	margin-top: 10px;
	background-color: #ffffff;
}

.dataTables_wrapper .dataTables_length label {
	margin-left: 15px;
	font-size: 14px;
}

.dataTables_wrapper .dataTables_length label .form-control {
	height: 25px;
	width: 100%;
	font-size: 12px;
	border: 1px solid #666666;
	padding-top: 0;
	padding-bottom: 0;
}

.dataTables_wrapper .dataTables_filter label {
	margin-right: 40px;
	font-size: 20px;
}

.real-search {
	margin-left: 10px;
	font-size: 12px;
}

.dataTables_wrapper .dataTables_filter label .real-search {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
	position: relative;
	top: 0px;
	left: 20px;
	float: right;
	font-size: 14px;
	letter-spacing: 5px;
	color: #ffffff;
}

.dataTables_wrapper .dataTables_filter label .form-control {
	height: 30px;
	width: 90%;
	font-size: 15px;
	border: none;
}

.dataTables_wrapper .dataTables_empty {
	border: none;
}

.dataTables_wrapper .dataTables_paginate {
	position: relative;
	height: 51px;
}

.box-body .row {
	margin: 0;
}

.box-body .table {
	padding: 0;
}

.box-body .table .table-header {
	font-weight: normal;
}

.box-body .table .table-header {
	font-weight: normal;
}

.box-body .table .table-data {
	padding: 5px 20px;
}

.box-body .table .even td {
	font-size: 13px;
	line-height: 25px;
}

.box-body .table .odd {
	background-color: #ffffff;
}

.box-body .table .odd td {
	font-size: 13px;
	line-height: 25px;
}

.box-body .table .delete-btn {
	background-color: #777777;
	color: #ffffff !important;
	width: 65px;
	font-size: 12px;
	margin-right: 20px;
}

.box-body #example1,
.example3,
#example1-1,
#example1-2,
#example_dm {
	margin: 0 !important;
	border-collapse: collapse !important;
	width: 100% !important;
}

.col-sm-12 #example3,
.col-sm-12 #example4,
.col-sm-12 #example5,
.col-sm-12 #example6,
.col-sm-12 #example7,
.col-sm-12 #example10,
.col-sm-12 #example11,
.col-sm-12 #top-contact-1,
.col-sm-12 #top-contact-2,
.col-sm-12 #top-contact-3,
.col-sm-12 #top-location-1,
.col-sm-12 #top-location-2,
.col-sm-12 #top-location-3,
.col-sm-12 #top-meet-1,
.col-sm-12 #top-meet-2,
.col-sm-12 #top-meet-3,
.col-sm-12 #top-sale-1,
.col-sm-12 #top-sale-2,
.col-sm-12 #top-sale-3,
.col-sm-12 #top-before_construction-1,
.col-sm-12 #top-before_construction-2,
.col-sm-12 #top-before_construction-3,
.col-sm-12 #top-complete_construction-1,
.col-sm-12 #top-complete_construction-2,
.col-sm-12 #top-complete_construction-3,
.col-sm-12 #top-invoice-1,
.col-sm-12 #top-invoice-2,
.col-sm-12 #top-invoice-3,
.col-sm-12 #top-closing-1,
.col-sm-12 #top-closing-2,
.col-sm-12 #top-closing-3 {
	margin: 0 !important;
}

.box-body .col-sm-12 {
	padding: 0;
}

.box-body .col-sm-5 {
	border: none;
	height: 51px;
}

.box-body .col-sm-7 {
	padding: 0;
}

.user-image {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid black;
	margin-right: 10px;
	background-color: gray;
}

.table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	position: relative;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 50px;
	text-align: center;
	/* font-family: 'Glyphicons Halflings'; */
	opacity: 0.5;
}

.table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	position: relative;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 50px;
	text-align: center;
	/* font-family: 'Glyphicons Halflings'; */
	opacity: 0.5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	border: 1px solid #ddd;
	background-color: #6db7ba !important;
}

/*
* Component: Progress Bar
* -----------------------
*/
.progress,
.progress>.progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress,
.progress>.progress-bar,
.progress .progress-bar,
.progress>.progress-bar .progress-bar {
	border-radius: 1px;
}

/* size variation */
.progress.sm,
.progress-sm {
	height: 10px;
}

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
	border-radius: 1px;
}

.progress.xs,
.progress-xs {
	height: 7px;
}

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
	border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
	height: 3px;
}

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
	border-radius: 1px;
}

/* Vertical bars */
.progress.vertical {
	position: relative;
	width: 30px;
	height: 200px;
	display: inline-block;
	margin-right: 10px;
}

.progress.vertical>.progress-bar {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.progress.vertical.sm,
.progress.vertical.progress-sm {
	width: 20px;
}

.progress.vertical.xs,
.progress.vertical.progress-xs {
	width: 10px;
}

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
	width: 3px;
}

.progress-group .progress-text {
	font-weight: 600;
}

.progress-group .progress-number {
	float: right;
}

/* Remove margins from progress bars when put in a table */
.table tr>td .progress {
	margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
	background-color: #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: -o-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
}

.progress-bar-green,
.progress-bar-success {
	background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: -o-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
}

.progress-bar-aqua,
.progress-bar-info {
	background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: -o-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
	background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: -o-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
}

.progress-bar-red,
.progress-bar-danger {
	background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: -o-linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
	background-image: linear-gradient(45deg,
			rgba(255, 255, 255, 0.15) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.15) 50%,
			rgba(255, 255, 255, 0.15) 75%,
			transparent 75%,
			transparent);
}

/*
* Component: Small Box
* --------------------
*/
.small-box {
	border-radius: 2px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box>.inner {
	padding: 10px;
}

.small-box>.small-box-footer {
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.small-box>.small-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
	font-size: 38px;
	font-weight: bold;
	margin: 0 0 10px 0;
	white-space: nowrap;
	padding: 0;
}

.small-box p {
	font-size: 15px;
}

.small-box p>small {
	display: block;
	color: #f9f9f9;
	font-size: 13px;
	margin-top: 5px;
}

.small-box h3,
.small-box p {
	z-index: 5;
}

.small-box .icon {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: 0;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
	text-decoration: none;
	color: #f9f9f9;
}

.small-box:hover .icon {
	font-size: 95px;
}

/*
* Component: Box
* --------------
*/
.box {
	position: relative;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	border: 0px;
	padding: 10px;
}

.box50p {
	width: 48%;
}

.box.box-primary {
	border-top-color: #3c8dbc;
}

.box.box-info {
	border-top-color: #00c0ef;
}

.box.box-danger {
	border-top-color: #dd4b39;
}

.box.box-warning {
	border-top-color: #f39c12;
}

.box.box-success {
	border-top-color: #00a65a;
}

.box.box-default {
	border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
	display: none;
}

.box .nav-stacked>li {
	border-bottom: 1px solid #f4f4f4;
	margin: 0;
}

.box .nav-stacked>li:last-of-type {
	border-bottom: none;
}

.box.height-control .box-body {
	max-height: 300px;
	overflow: auto;
}

.box .border-right {
	border-right: 1px solid #f4f4f4;
}

.box .border-left {
	border-left: 1px solid #f4f4f4;
}

.box.box-solid {
	border-top: 0;
}

.box.box-solid>.box-header .btn.btn-default {
	background: transparent;
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
	border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
	background: #d2d6de;
	background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
	color: #444444;
}

.box.box-solid.box-primary {
	border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary>.box-header {
	color: #ffffff;
	background: #3c8dbc;
	background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
	color: #ffffff;
}

.box.box-solid.box-info {
	border: 1px solid #00c0ef;
}

.box.box-solid.box-info>.box-header {
	color: #ffffff;
	background: #00c0ef;
	background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
	color: #ffffff;
}

.box.box-solid.box-danger {
	border: 1px solid #dd4b39;
}

.box.box-solid.box-danger>.box-header {
	color: #ffffff;
	background: #dd4b39;
	background-color: #dd4b39;
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
	color: #ffffff;
}

.box.box-solid.box-warning {
	border: 1px solid #f39c12;
}

.box.box-solid.box-warning>.box-header {
	color: #ffffff;
	background: #f39c12;
	background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
	color: #ffffff;
}

.box.box-solid.box-success {
	border: 1px solid #00a65a;
}

.box.box-solid.box-success>.box-header {
	color: #ffffff;
	background: #00a65a;
	background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
	color: #ffffff;
}

.box.box-solid>.box-header>.box-tools .btn {
	border: 0;
	box-shadow: none;
}

.box.box-solid[class*="bg"]>.box-header {
	color: #fff;
}

.box .box-group>.box {
	margin-bottom: 5px;
}

.box .knob-label {
	text-align: center;
	color: #333;
	font-weight: 100;
	font-size: 12px;
	margin-bottom: 0.3em;
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
	z-index: 50;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	color: #000;
	font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
	background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
	content: " ";
	display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
	clear: both;
}

.box-header {
	color: #444;
	display: block;
	padding: 10px;
	position: relative;
}

.box-header.with-border {
	border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
	border-bottom: none;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	line-height: 1;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
	margin-right: 5px;
}

.box-header>.box-tools {
	position: absolute;
	right: 10px;
	top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
	position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
	right: 0;
	left: auto;
}

.box-header>.box-tools .dropdown-menu>li>a {
	color: #444 !important;
}

.btn-box-tool {
	padding: 5px;
	font-size: 12px;
	background: transparent;
	color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
	color: #606c84;
}

.btn-box-tool.btn:active {
	box-shadow: none;
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px;
	overflow-x: hidden;
}

.no-header .box-body {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.box-body>.table {
	margin-bottom: 0;
}

.box-body .fc {
	margin-top: 5px;
}

.fc .fc-scrollgrid {
	border-collapse: collapse !important;
}

.box-body .full-width-chart {
	margin: -19px;
}

.box-body.no-padding .full-width-chart {
	margin: -9px;
}

.box-body .box-pane {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 5px;
}

.box-body .box-pane-right {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0;
}

.box-footer {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px;
	/*margin: 0 0 0 15px;*/
	text-align: right;
}

.box-footer--update {
	padding-left: 40px;
	text-align: right;
}

.chart-legend {
	margin: 10px 0;
}

.box-comments {
	background: #f7f7f7;
}

.box-comments .box-comment {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
	content: " ";
	display: table;
}

.box-comments .box-comment:after {
	clear: both;
}

.box-comments .box-comment:last-of-type {
	border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
	padding-top: 0;
}

.box-comments .box-comment img {
	float: left;
}

.box-comments .comment-text {
	margin-left: 40px;
	color: #555;
}

.box-comments .username {
	color: #444;
	display: block;
	font-weight: 600;
}

.box-comments .text-muted {
	font-weight: 400;
	font-size: 12px;
}

.check-all {
	font-size: 15px;
	margin: 10px;
	display: flex;
	align-items: center;
}

/* Widget: TODO LIST */
.todo-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

.todo-list>li {
	border-radius: 2px;
	padding: 10px;
	background: #f4f4f4;
	margin-bottom: 2px;
	border-left: 2px solid #e6e7e8;
	color: #444;
}

.todo-list>li:last-of-type {
	margin-bottom: 0;
}

.todo-list>li>input[type="checkbox"] {
	margin: 0 10px 0 5px;
}

.todo-list>li .text {
	display: inline-block;
	margin-left: 5px;
	font-weight: 600;
}

.todo-list>li .label {
	margin-left: 10px;
	font-size: 9px;
}

.todo-list>li .tools {
	display: none;
	float: right;
	color: #dd4b39;
}

.todo-list>li .tools>.fa,
.todo-list>li .tools>.glyphicon,
.todo-list>li .tools>.ion {
	margin-right: 5px;
	cursor: pointer;
}

.todo-list>li:hover .tools {
	display: inline-block;
}

.todo-list>li.done {
	color: #999;
}

.todo-list>li.done .text {
	text-decoration: line-through;
	font-weight: 500;
}

.todo-list>li.done .label {
	background: #d2d6de !important;
}

.todo-list .danger {
	border-left-color: #dd4b39;
}

.todo-list .warning {
	border-left-color: #f39c12;
}

.todo-list .info {
	border-left-color: #00c0ef;
}

.todo-list .success {
	border-left-color: #00a65a;
}

.todo-list .primary {
	border-left-color: #3c8dbc;
}

.todo-list .handle {
	display: inline-block;
	cursor: move;
	margin: 0 5px;
}

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
	padding: 5px 20px 5px 10px;
}

.chat .item {
	margin-bottom: 10px;
}

.chat .item:before,
.chat .item:after {
	content: " ";
	display: table;
}

.chat .item:after {
	clear: both;
}

.chat .item>img {
	width: 40px;
	height: 40px;
	border: 2px solid transparent;
	border-radius: 50%;
}

.chat .item>.online {
	border: 2px solid #00a65a;
}

.chat .item>.offline {
	border: 2px solid #dd4b39;
}

.chat .item>.message {
	margin-left: 55px;
	margin-top: -40px;
}

.chat .item>.message>.name {
	display: block;
	font-weight: 600;
}

.chat .item>.attachment {
	border-radius: 3px;
	background: #f4f4f4;
	margin-left: 65px;
	margin-right: 15px;
	padding: 10px;
}

.chat .item>.attachment>h4 {
	margin: 0 0 5px 0;
	font-weight: 600;
	font-size: 14px;
}

.chat .item>.attachment>p,
.chat .item>.attachment>.filename {
	font-weight: 600;
	font-size: 13px;
	font-style: italic;
	margin: 0;
}

.chat .item>.attachment:before,
.chat .item>.attachment:after {
	content: " ";
	display: table;
}

.chat .item>.attachment:after {
	clear: both;
}

.box-input {
	max-width: 200px;
}

.modal .panel-body {
	color: #444;
}

/*
* Component: Info Box
* -------------------
*/
.info-box {
	display: block;
	min-height: 90px;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin-bottom: 15px;
}

.info-box small {
	font-size: 14px;
}

.info-box .progress {
	background: rgba(0, 0, 0, 0.2);
	margin: 5px -10px 5px -10px;
	height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
	border-radius: 0;
}

.info-box .progress .progress-bar {
	background: #fff;
}

.info-box-icon {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	display: block;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: rgba(0, 0, 0, 0.2);
}

.info-box-icon>img {
	max-width: 100%;
}

.info-box-content {
	padding: 5px 10px;
	margin-left: 90px;
}

.info-box-number {
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.progress-description,
.info-box-text {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info-box-text {
	text-transform: uppercase;
}

.info-box-more {
	display: block;
}

.progress-description {
	margin: 0;
}

/*
* Component: Timeline
* -------------------
*/
.timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px;
}

.timeline>li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li>.timeline-item {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	padding: 0;
	position: relative;
}

.timeline>li>.timeline-item>.time {
	color: #999;
	float: right;
	padding: 10px;
	font-size: 12px;
}

.timeline>li>.timeline-item>.timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1;
}

.timeline>li>.timeline-item>.timeline-header>a {
	font-weight: 600;
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
	padding: 10px;
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0;
}

.timeline>.time-label>span {
	font-weight: 600;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
}

.timeline-inverse>li>.timeline-item {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.timeline-inverse>li>.timeline-item>.timeline-header {
	border-bottom-color: #ddd;
}

/*
* Component: Button
* -----------------
*/
.btn {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	padding: 0;
}

.btn.uppercase {
	text-transform: uppercase;
}

.btn.btn-flat {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 1px;
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
	outline: none;
}

.btn.btn-file {
	position: relative;
	overflow: hidden;
}

.btn.btn-file>input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	opacity: 0;
	filter: alpha(opacity=0);
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btn-default {
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
	background-color: #e7e7e7;
}

.btn-primary {
	background-color: #3c8dbc;
	border-color: #367fa9;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
	background-color: #367fa9;
}

.btn-success {
	background-color: #00a65a;
	border-color: #008d4c;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
	background-color: #008d4c;
}

.btn-info {
	background-color: #00c0ef;
	border-color: #00acd6;
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
	background-color: #00acd6;
}

.btn-danger {
	background-color: #dd4b39;
	border-color: #d73925;
	width: 80px;
	font-size: 18px;
	border-radius: 3px;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
	background-color: #d73925;
}

.btn-warning {
	background-color: #f39c12;
	border-color: #e08e0b;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
	background-color: #e08e0b;
}

.btn-outline {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.7);
}

.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn[class*="bg-"]:hover {
	-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
	border-radius: 3px;
	position: relative;
	padding: 15px 5px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	height: 60px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	font-size: 12px;
}

.btn-app>.fa,
.btn-app>.glyphicon,
.btn-app>.ion {
	font-size: 20px;
	display: block;
}

.btn-app:hover {
	background: #f4f4f4;
	color: #444;
	border-color: #aaa;
}

.btn-app:active,
.btn-app:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app>.badge {
	position: absolute;
	top: -3px;
	right: -10px;
	font-size: 10px;
	font-weight: 400;
}

/*
* Component: Callout
* ------------------
*/
.callout {
	border-radius: 3px;
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
}

.callout a {
	color: #fff;
	text-decoration: underline;
}

.callout a:hover {
	color: #eee;
}

.callout h4 {
	margin-top: 0;
	font-weight: 600;
}

.callout p:last-child {
	margin-bottom: 0;
}

.callout code,
.callout .highlight {
	background-color: #fff;
}

.callout.callout-warning {
	border-color: #c87f0a;
}

.callout.callout-info {
	border-color: #0097bc;
}

/*
* Component: alert
* ----------------
*/
.alert {
	border-radius: 3px;
}

.alert h4 {
	font-weight: 600;
}

.alert .icon {
	margin-right: 10px;
}

.alert .close {
	color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alert .close:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.alert a {
	color: #fff;
	text-decoration: underline;
}

.alert-success {
	border-color: #008d4c;
}

.alert-danger,
.alert-error {
	border-color: #d73925;
}

.alert-warning {
	border-color: #e08e0b;
}

.alert-info {
	border-color: #00acd6;
}

/*
* Component: Nav
* --------------
*/
.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
	color: #444;
	background: #f7f7f7;
}

/* NAV PILLS */
.nav-pills>li>a {
	border-radius: 0;
	border-top: 3px solid transparent;
	color: #444;
}

.nav-pills>li>a>.fa,
.nav-pills>li>a>.glyphicon,
.nav-pills>li>a>.ion {
	margin-right: 5px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	border-top-color: #3c8dbc;
}

.nav-pills>li.active>a {
	font-weight: 600;
}

/* NAV STACKED */
.nav-stacked>li>a {
	border-radius: 0;
	border-top: 0;
	border-left: 3px solid transparent;
	color: #444;
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover {
	background: transparent;
	color: #444;
	border-top: 0;
	border-left-color: #3c8dbc;
}

.nav-stacked>li.header {
	border-bottom: 1px solid #ddd;
	color: #777;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
}

/* NAV TABS */
.nav-tabs-custom {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.nav-tabs-custom>.nav-tabs {
	margin: 0;
	border-bottom-color: #f4f4f4;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.nav-tabs-custom>.nav-tabs>li {
	border-top: 3px solid transparent;
	margin-bottom: -2px;
	margin-right: 5px;
}

.nav-tabs-custom>.nav-tabs>li.disabled>a {
	color: #777;
}

.nav-tabs-custom>.nav-tabs>li>a {
	color: #444;
	border-radius: 0;
}

.nav-tabs-custom>.nav-tabs>li>a.text-muted {
	color: #999;
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
	background: transparent;
	margin: 0;
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
	color: #999;
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
	border-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: #3c8dbc;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
	background-color: #fff;
	color: #444;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
	border-top-color: transparent;
	border-left-color: #f4f4f4;
	border-right-color: #f4f4f4;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type {
	margin-left: 0;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
	border-left-color: transparent;
}

.nav-tabs-custom>.nav-tabs.pull-right {
	float: none !important;
}

.nav-tabs-custom>.nav-tabs.pull-right>li {
	float: right;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
	margin-right: 0;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
	border-left-width: 1px;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
	border-left-color: #f4f4f4;
	border-right-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.header {
	line-height: 35px;
	padding: 0 10px;
	font-size: 20px;
	color: #444;
}

.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
	margin-right: 5px;
}

.nav-tabs-custom>.tab-content {
	background: #fff;
	padding: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
	background: transparent;
	color: #999;
}

.nav-tabs-custom.tab-primary>.nav-tabs>li.active {
	border-top-color: #3c8dbc;
}

.nav-tabs-custom.tab-info>.nav-tabs>li.active {
	border-top-color: #00c0ef;
}

.nav-tabs-custom.tab-danger>.nav-tabs>li.active {
	border-top-color: #dd4b39;
}

.nav-tabs-custom.tab-warning>.nav-tabs>li.active {
	border-top-color: #f39c12;
}

.nav-tabs-custom.tab-success>.nav-tabs>li.active {
	border-top-color: #00a65a;
}

.nav-tabs-custom.tab-default>.nav-tabs>li.active {
	border-top-color: #d2d6de;
}

/* PAGINATION */
.pagination>li>a {
	background: #fafafa;
	color: #666;
}

.pagination.pagination-flat>li>a {
	border-radius: 0 !important;
}

/*
* Component: Products List
* ------------------------
*/
.products-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.products-list>.item {
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	background: #fff;
}

.products-list>.item:before,
.products-list>.item:after {
	content: " ";
	display: table;
}

.products-list>.item:after {
	clear: both;
}

.products-list .product-img {
	float: left;
}

.products-list .product-img img {
	width: 50px;
	height: 50px;
}

.products-list .product-info {
	margin-left: 60px;
}

.products-list .product-title {
	font-weight: 600;
}

.products-list .product-description {
	display: block;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-list-in-box>.item {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #f4f4f4;
}

.product-list-in-box>.item:last-of-type {
	border-bottom-width: 0;
}

/*
* Component: Table
* ----------------
*/
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: 1px solid #f4f4f4;
}

.table>tbody>tr>td {
	font-size: 12px;
}

.table>tbody>tr>td {
	vertical-align: middle;
}

.table tr td .progress {
	margin-top: 5px;
}

.table-bordered {
	border: 1px solid #f4f4f4;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #f4f4f4;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
	border: 0;
}

/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
	text-align: center;
}

.table.align th {
	text-align: left;
}

.table.align td {
	text-align: right;
}

/*
* Component: Label
* ----------------
*/
.label-default {
	background-color: #d2d6de;
	color: #444;
}

/*
* Component: Direct Chat
* ----------------------
*/
.direct-chat .box-body {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
	overflow-x: hidden;
	padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.direct-chat-messages {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 10px;
	height: 250px;
	overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
	display: block;
}

.direct-chat-msg {
	margin-bottom: 10px;
}

.direct-chat-msg:before,
.direct-chat-msg:after {
	content: " ";
	display: table;
}

.direct-chat-msg:after {
	clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-o-transition: -o-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
	border-radius: 5px;
	position: relative;
	padding: 5px 10px;
	background: #d2d6de;
	border: 1px solid #d2d6de;
	margin: 5px 0 0 50px;
	color: #444444;
}

.direct-chat-text:after,
.direct-chat-text:before {
	position: absolute;
	right: 100%;
	top: 15px;
	border: solid transparent;
	border-right-color: #d2d6de;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}

.direct-chat-text:after {
	border-width: 5px;
	margin-top: -5px;
}

.direct-chat-text:before {
	border-width: 6px;
	margin-top: -6px;
}

.right .direct-chat-text {
	margin-right: 50px;
	margin-left: 0;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
	right: auto;
	left: 100%;
	border-right-color: transparent;
	border-left-color: #d2d6de;
}

.direct-chat-img {
	border-radius: 50%;
	float: left;
	width: 40px;
	height: 40px;
}

.right .direct-chat-img {
	float: right;
}

.direct-chat-info {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
}

.direct-chat-name {
	font-weight: 600;
}

.direct-chat-timestamp {
	color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.direct-chat-contacts {
	-webkit-transform: translate(101%, 0);
	-ms-transform: translate(101%, 0);
	-o-transform: translate(101%, 0);
	transform: translate(101%, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	height: 250px;
	width: 100%;
	background: #222d32;
	color: #fff;
	overflow: auto;
}

.contacts-list>li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px;
	margin: 0;
}

.contacts-list>li:before,
.contacts-list>li:after {
	content: " ";
	display: table;
}

.contacts-list>li:after {
	clear: both;
}

.contacts-list>li:last-of-type {
	border-bottom: none;
}

.contacts-list-img {
	border-radius: 50%;
	width: 40px;
	float: left;
}

.contacts-list-info {
	margin-left: 45px;
	color: #fff;
}

.contacts-list-name,
.contacts-list-status {
	display: block;
}

.contacts-list-name {
	font-weight: 600;
}

.contacts-list-status {
	font-size: 12px;
}

.contacts-list-date {
	color: #aaa;
	font-weight: normal;
}

.contacts-list-msg {
	color: #999;
}

.direct-chat-danger .right>.direct-chat-text {
	background: #dd4b39;
	border-color: #dd4b39;
	color: #ffffff;
}

.direct-chat-danger .right>.direct-chat-text:after,
.direct-chat-danger .right>.direct-chat-text:before {
	border-left-color: #dd4b39;
}

.direct-chat-primary .right>.direct-chat-text {
	background: #3c8dbc;
	border-color: #3c8dbc;
	color: #ffffff;
}

.direct-chat-primary .right>.direct-chat-text:after,
.direct-chat-primary .right>.direct-chat-text:before {
	border-left-color: #3c8dbc;
}

.direct-chat-warning .right>.direct-chat-text {
	background: #f39c12;
	border-color: #f39c12;
	color: #ffffff;
}

.direct-chat-warning .right>.direct-chat-text:after,
.direct-chat-warning .right>.direct-chat-text:before {
	border-left-color: #f39c12;
}

.direct-chat-info .right>.direct-chat-text {
	background: #00c0ef;
	border-color: #00c0ef;
	color: #ffffff;
}

.direct-chat-info .right>.direct-chat-text:after,
.direct-chat-info .right>.direct-chat-text:before {
	border-left-color: #00c0ef;
}

.direct-chat-success .right>.direct-chat-text {
	background: #00a65a;
	border-color: #00a65a;
	color: #ffffff;
}

.direct-chat-success .right>.direct-chat-text:after,
.direct-chat-success .right>.direct-chat-text:before {
	border-left-color: #00a65a;
}

/*
* Component: Users List
* ---------------------
*/
.users-list>li {
	width: 25%;
	float: left;
	padding: 10px;
	text-align: center;
}

.users-list>li img {
	border-radius: 50%;
	max-width: 100%;
	height: auto;
}

.users-list>li>a:hover,
.users-list>li>a:hover .users-list-name {
	color: #999;
}

.users-list-name,
.users-list-date {
	display: block;
}

.users-list-name {
	font-weight: 600;
	color: #444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.users-list-date {
	color: #999;
	font-size: 12px;
}

/*
* Component: Carousel
* -------------------
*/
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.carousel-control>.fa {
	font-size: 40px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -20px;
}

/*
* Component: modal
* ----------------
*/
.modal {
	background: rgba(0, 0, 0, 0.3);
}

.modal-content {
	border-radius: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
	border: 0;
}

.modal-header {
	border-bottom-color: #f4f4f4;
}

.modal-footer {
	border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
	border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
	border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
	border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
	border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
	border-color: #c23321;
}

/*
* Component: Social Widgets
* -------------------------
*/
.box-widget {
	border: none;
	position: relative;
}

.widget-user .widget-user-header {
	padding: 20px;
	height: 120px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 300;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
	margin-top: 0;
}

.widget-user .widget-user-image {
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -45px;
}

.widget-user .widget-user-image>img {
	width: 90px;
	height: auto;
	border: 3px solid #fff;
}

.widget-user .box-footer {
	padding-top: 30px;
}

.widget-user-2 .widget-user-header {
	padding: 20px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 300;
}

.widget-user-2 .widget-user-desc {
	margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
	margin-left: 75px;
}

.widget-user-2 .widget-user-image>img {
	width: 65px;
	height: auto;
	float: left;
}

.treeview-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 5px;
}

.treeview-menu .treeview-menu {
	padding-left: 20px;
}

.treeview-menu>li {
	margin: 0;
}

.treeview-menu>li>a {
	padding: 5px 5px 5px 15px;
	display: block;
	font-size: 14px;
}

.treeview-menu>li>a>.fa,
.treeview-menu>li>a>.glyphicon,
.treeview-menu>li>a>.ion {
	width: 20px;
}

.treeview-menu>li>a>.pull-right-container>.fa-angle-left,
.treeview-menu>li>a>.pull-right-container>.fa-angle-down,
.treeview-menu>li>a>.fa-angle-left,
.treeview-menu>li>a>.fa-angle-down {
	width: auto;
}

/*
* Page: Mailbox
* -------------
*/
.mailbox-messages>.table {
	margin: 0;
}

.mailbox-controls {
	padding: 5px;
}

.mailbox-controls.with-border {
	border-bottom: 1px solid #f4f4f4;
}

.mailbox-read-info {
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
}

.mailbox-read-info h3 {
	font-size: 20px;
	margin: 0;
}

.mailbox-read-info h5 {
	margin: 0;
	padding: 5px 0 0 0;
}

.mailbox-read-time {
	color: #999;
	font-size: 13px;
}

.mailbox-read-message {
	padding: 10px;
}

.mailbox-attachments li {
	float: left;
	width: 200px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	margin-right: 10px;
}

.mailbox-attachment-name {
	font-weight: bold;
	color: #666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
	display: block;
}

.mailbox-attachment-info {
	padding: 10px;
	background: #f4f4f4;
}

.mailbox-attachment-size {
	color: #999;
	font-size: 12px;
}

.mailbox-attachment-icon {
	text-align: center;
	font-size: 65px;
	color: #666;
	padding: 20px 10px;
}

.mailbox-attachment-icon.has-img {
	padding: 0;
}

.mailbox-attachment-icon.has-img>img {
	max-width: 100%;
	height: auto;
}

/*
* Page: Lock Screen
* -----------------
*/
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
	background: #d2d6de;
}

.lockscreen-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}

.lockscreen-logo a {
	color: #444;
}

.lockscreen-wrapper {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 10%;
}

/* User name [optional] */
.lockscreen .lockscreen-name {
	text-align: center;
	font-weight: 600;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
	border-radius: 4px;
	padding: 0;
	background: #fff;
	position: relative;
	margin: 10px auto 30px auto;
	width: 290px;
}

/* User image */
.lockscreen-image {
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -25px;
	background: #fff;
	padding: 5px;
	z-index: 10;
}

.lockscreen-image>img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
	margin-left: 70px;
}

.lockscreen-credentials .form-control {
	border: 0;
}

.lockscreen-credentials .btn {
	background-color: #fff;
	border: 0;
	padding: 0 10px;
}

.lockscreen-footer {
	margin-top: 10px;
}

/*
* Page: Login & Register
* ----------------------
*/
.login-logo,
.register-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
	padding-top: 50px;
}

.login-logo a,
.register-logo a {
	color: #444;
}

.login-page,
.register-page {
	background: #fafafa;
	margin: auto;
}

.login-box,
.register-box {
	width: 70%;
	margin: 0 auto;
}

.login-box-content {
	width: 360px;
	margin: 0px auto;
}

span.pass-display {
	padding-left: 10px;
}

.login-title {
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 20px;
}

.google-login {
	display: block;
	margin: 10px auto;
}

.btn-login {
	width: 120px;
	height: 40px;
	margin: 20px auto 10px;
	background-color: #45c7c3;
	color: #fff;
	display: block;
	box-shadow: 1px 1px 1px 1px gray !important;
}

.btn-login:hover {
	color: #fff;
	box-shadow: none !important;
}

.login-box-body {
	color: #000 !important;
}

.login-box-body,
.register-box-body {
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #666;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
	max-width: 500px;
	margin: 80px auto;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
	color: #777;
}

.login-box-msg,
.register-box-msg {
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
}

.social-auth-links {
	margin: 10px 0;
}

.login-form-label {
	margin-bottom: 5px;
}

.password_form {
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

/*
  * Page: 400 and 500 error pages
  * ------------------------------
  */
.error-page {
	width: 600px;
	margin: 20px auto 0 auto;
}

.error-page>.headline {
	float: left;
	font-size: 100px;
	font-weight: 300;
}

.error-page>.error-content {
	margin-left: 190px;
	display: block;
}

.error-page>.error-content>h3 {
	font-weight: 300;
	font-size: 25px;
}

/*
* Page: Invoice
* -------------
*/
.invoice {
	position: relative;
	background: #fff;
	border: 1px solid #f4f4f4;
	padding: 20px;
	margin: 10px 25px;
}

.invoice-title {
	margin-top: 0;
}

/*
* Page: Profile
* -------------
*/
.profile-user-img {
	margin: 0 auto;
	width: 100px;
	padding: 3px;
	border: 3px solid #d2d6de;
}

.profile-username {
	font-size: 21px;
	margin-top: 5px;
}

.post {
	border-bottom: 1px solid #d2d6de;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #666;
}

.post:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post .user-block {
	margin-bottom: 15px;
}

/*
* Social Buttons for Bootstrap
*
* Copyright 2013-2015 Panayiotis Lipiridis
* Licensed under the MIT License
*
* https://github.com/lipis/bootstrap-social
*/
.btn-social {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-social> :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
	padding-left: 61px;
}

.btn-social.btn-lg> :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}

.btn-social.btn-sm {
	padding-left: 38px;
}

.btn-social.btn-sm> :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}

.btn-social.btn-xs {
	padding-left: 30px;
}

.btn-social.btn-xs> :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}

.btn-social-icon {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0;
}

.btn-social-icon> :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
	padding-left: 61px;
}

.btn-social-icon.btn-lg> :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}

.btn-social-icon.btn-sm {
	padding-left: 38px;
}

.btn-social-icon.btn-sm> :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}

.btn-social-icon.btn-xs {
	padding-left: 30px;
}

.btn-social-icon.btn-xs> :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}

.btn-social-icon> :first-child {
	border: none;
	text-align: center;
	width: 100%;
}

.btn-social-icon.btn-lg {
	height: 45px;
	width: 45px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-sm {
	height: 30px;
	width: 30px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-xs {
	height: 22px;
	width: 22px;
	padding-left: 0;
	padding-right: 0;
}

.btn-adn {
	color: #ffffff;
	background-color: #d87a68;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:focus,
.btn-adn.focus {
	color: #ffffff;
	background-color: #ce563f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:hover {
	color: #ffffff;
	background-color: #ce563f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
	color: #ffffff;
	background-color: #ce563f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active,
.btn-adn.active,
.open>.dropdown-toggle.btn-adn {
	background-image: none;
}

.btn-adn .badge {
	color: #d87a68;
	background-color: #ffffff;
}

.btn-bitbucket {
	color: #ffffff;
	background-color: #205081;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:focus,
.btn-bitbucket.focus {
	color: #ffffff;
	background-color: #163758;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover {
	color: #ffffff;
	background-color: #163758;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
	color: #ffffff;
	background-color: #163758;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open>.dropdown-toggle.btn-bitbucket {
	background-image: none;
}

.btn-bitbucket .badge {
	color: #205081;
	background-color: #ffffff;
}

.btn-dropbox {
	color: #ffffff;
	background-color: #1087dd;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:focus,
.btn-dropbox.focus {
	color: #ffffff;
	background-color: #0d6aad;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover {
	color: #ffffff;
	background-color: #0d6aad;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
	color: #ffffff;
	background-color: #0d6aad;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open>.dropdown-toggle.btn-dropbox {
	background-image: none;
}

.btn-dropbox .badge {
	color: #1087dd;
	background-color: #ffffff;
}

.btn-facebook {
	color: #ffffff;
	background-color: #3b5998;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:focus,
.btn-facebook.focus {
	color: #ffffff;
	background-color: #2d4373;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
	color: #ffffff;
	background-color: #2d4373;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
	color: #ffffff;
	background-color: #2d4373;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
	background-image: none;
}

.btn-facebook .badge {
	color: #3b5998;
	background-color: #ffffff;
}

.btn-flickr {
	color: #ffffff;
	background-color: #ff0084;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:focus,
.btn-flickr.focus {
	color: #ffffff;
	background-color: #cc006a;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover {
	color: #ffffff;
	background-color: #cc006a;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
	color: #ffffff;
	background-color: #cc006a;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active,
.btn-flickr.active,
.open>.dropdown-toggle.btn-flickr {
	background-image: none;
}

.btn-flickr .badge {
	color: #ff0084;
	background-color: #ffffff;
}

.btn-foursquare {
	color: #ffffff;
	background-color: #f94877;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:focus,
.btn-foursquare.focus {
	color: #ffffff;
	background-color: #f71752;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover {
	color: #ffffff;
	background-color: #f71752;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
	color: #ffffff;
	background-color: #f71752;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active,
.btn-foursquare.active,
.open>.dropdown-toggle.btn-foursquare {
	background-image: none;
}

.btn-foursquare .badge {
	color: #f94877;
	background-color: #ffffff;
}

.btn-github {
	color: #ffffff;
	background-color: #444444;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:focus,
.btn-github.focus {
	color: #ffffff;
	background-color: #2b2b2b;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover {
	color: #ffffff;
	background-color: #2b2b2b;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
	color: #ffffff;
	background-color: #2b2b2b;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active,
.btn-github.active,
.open>.dropdown-toggle.btn-github {
	background-image: none;
}

.btn-github .badge {
	color: #444444;
	background-color: #ffffff;
}

.btn-google {
	color: #ffffff;
	background-color: #dd4b39;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:focus,
.btn-google.focus {
	color: #ffffff;
	background-color: #c23321;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover {
	color: #ffffff;
	background-color: #c23321;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
	color: #ffffff;
	background-color: #c23321;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active,
.btn-google.active,
.open>.dropdown-toggle.btn-google {
	background-image: none;
}

.btn-google .badge {
	color: #dd4b39;
	background-color: #ffffff;
}

.btn-instagram {
	color: #ffffff;
	background-color: #3f729b;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:focus,
.btn-instagram.focus {
	color: #ffffff;
	background-color: #305777;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover {
	color: #ffffff;
	background-color: #305777;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
	color: #ffffff;
	background-color: #305777;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active,
.btn-instagram.active,
.open>.dropdown-toggle.btn-instagram {
	background-image: none;
}

.btn-instagram .badge {
	color: #3f729b;
	background-color: #ffffff;
}

.btn-linkedin {
	color: #ffffff;
	background-color: #007bb6;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:focus,
.btn-linkedin.focus {
	color: #ffffff;
	background-color: #005983;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover {
	color: #ffffff;
	background-color: #005983;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
	color: #ffffff;
	background-color: #005983;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open>.dropdown-toggle.btn-linkedin {
	background-image: none;
}

.btn-linkedin .badge {
	color: #007bb6;
	background-color: #ffffff;
}

.btn-microsoft {
	color: #ffffff;
	background-color: #2672ec;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:focus,
.btn-microsoft.focus {
	color: #ffffff;
	background-color: #125acd;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:hover {
	color: #ffffff;
	background-color: #125acd;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active,
.btn-microsoft.active,
.open>.dropdown-toggle.btn-microsoft {
	color: #ffffff;
	background-color: #125acd;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active,
.btn-microsoft.active,
.open>.dropdown-toggle.btn-microsoft {
	background-image: none;
}

.btn-microsoft .badge {
	color: #2672ec;
	background-color: #ffffff;
}

.btn-openid {
	color: #ffffff;
	background-color: #f7931e;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:focus,
.btn-openid.focus {
	color: #ffffff;
	background-color: #da7908;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:hover {
	color: #ffffff;
	background-color: #da7908;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active,
.btn-openid.active,
.open>.dropdown-toggle.btn-openid {
	color: #ffffff;
	background-color: #da7908;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active,
.btn-openid.active,
.open>.dropdown-toggle.btn-openid {
	background-image: none;
}

.btn-openid .badge {
	color: #f7931e;
	background-color: #ffffff;
}

.btn-pinterest {
	color: #ffffff;
	background-color: #cb2027;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:focus,
.btn-pinterest.focus {
	color: #ffffff;
	background-color: #9f191f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover {
	color: #ffffff;
	background-color: #9f191f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
	color: #ffffff;
	background-color: #9f191f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active,
.btn-pinterest.active,
.open>.dropdown-toggle.btn-pinterest {
	background-image: none;
}

.btn-pinterest .badge {
	color: #cb2027;
	background-color: #ffffff;
}

.btn-reddit {
	color: #000000;
	background-color: #eff7ff;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:focus,
.btn-reddit.focus {
	color: #000000;
	background-color: #bcddff;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:hover {
	color: #000000;
	background-color: #bcddff;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active,
.btn-reddit.active,
.open>.dropdown-toggle.btn-reddit {
	color: #000000;
	background-color: #bcddff;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active,
.btn-reddit.active,
.open>.dropdown-toggle.btn-reddit {
	background-image: none;
}

.btn-reddit .badge {
	color: #eff7ff;
	background-color: #000000;
}

.btn-soundcloud {
	color: #ffffff;
	background-color: #ff5500;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:focus,
.btn-soundcloud.focus {
	color: #ffffff;
	background-color: #cc4400;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:hover {
	color: #ffffff;
	background-color: #cc4400;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open>.dropdown-toggle.btn-soundcloud {
	color: #ffffff;
	background-color: #cc4400;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open>.dropdown-toggle.btn-soundcloud {
	background-image: none;
}

.btn-soundcloud .badge {
	color: #ff5500;
	background-color: #ffffff;
}

.btn-tumblr {
	color: #ffffff;
	background-color: #2c4762;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:focus,
.btn-tumblr.focus {
	color: #ffffff;
	background-color: #1c2d3f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover {
	color: #ffffff;
	background-color: #1c2d3f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
	color: #ffffff;
	background-color: #1c2d3f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open>.dropdown-toggle.btn-tumblr {
	background-image: none;
}

.btn-tumblr .badge {
	color: #2c4762;
	background-color: #ffffff;
}

.btn-twitter {
	color: #ffffff;
	background-color: #55acee;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:focus,
.btn-twitter.focus {
	color: #ffffff;
	background-color: #2795e9;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover {
	color: #ffffff;
	background-color: #2795e9;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
	color: #ffffff;
	background-color: #2795e9;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active,
.btn-twitter.active,
.open>.dropdown-toggle.btn-twitter {
	background-image: none;
}

.btn-twitter .badge {
	color: #55acee;
	background-color: #ffffff;
}

.btn-vimeo {
	color: #ffffff;
	background-color: #1ab7ea;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:focus,
.btn-vimeo.focus {
	color: #ffffff;
	background-color: #1295bf;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:hover {
	color: #ffffff;
	background-color: #1295bf;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active,
.btn-vimeo.active,
.open>.dropdown-toggle.btn-vimeo {
	color: #ffffff;
	background-color: #1295bf;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active,
.btn-vimeo.active,
.open>.dropdown-toggle.btn-vimeo {
	background-image: none;
}

.btn-vimeo .badge {
	color: #1ab7ea;
	background-color: #ffffff;
}

.btn-vk {
	color: #ffffff;
	background-color: #587ea3;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:focus,
.btn-vk.focus {
	color: #ffffff;
	background-color: #466482;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover {
	color: #ffffff;
	background-color: #466482;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
	color: #ffffff;
	background-color: #466482;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active,
.btn-vk.active,
.open>.dropdown-toggle.btn-vk {
	background-image: none;
}

.btn-vk .badge {
	color: #587ea3;
	background-color: #ffffff;
}

.btn-yahoo {
	color: #ffffff;
	background-color: #720e9e;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:focus,
.btn-yahoo.focus {
	color: #ffffff;
	background-color: #500a6f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:hover {
	color: #ffffff;
	background-color: #500a6f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active,
.btn-yahoo.active,
.open>.dropdown-toggle.btn-yahoo {
	color: #ffffff;
	background-color: #500a6f;
	border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active,
.btn-yahoo.active,
.open>.dropdown-toggle.btn-yahoo {
	background-image: none;
}

.btn-yahoo .badge {
	color: #720e9e;
	background-color: #ffffff;
}

/*
* Plugin: Full Calendar
* ---------------------
*/
.fc-button {
	background: #f4f4f4;
	background-image: none;
	color: #444;
	border-color: #ddd;
	border-bottom-color: #ddd;
}

.fc-button:hover,
.fc-button:active,
.fc-button.hover {
	background-color: #e9e9e9;
}

.fc-header-title h2 {
	font-size: 15px;
	line-height: 1.6em;
	color: #666;
	margin-left: 10px;
}

.fc-header-right {
	padding-right: 10px;
}

.fc-header-left {
	padding-left: 10px;
}

.fc-widget-header {
	background: #fafafa;
}

.fc-grid {
	width: 100%;
	border: 0;
}

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
	border-left: 0;
	border-right: 0;
}

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
	border-right: 0;
}

.fc-toolbar {
	padding: 10px;
	margin: 0;
}

.fc-day-number {
	font-size: 20px;
	font-weight: 300;
	padding-right: 10px;
}

.fc-color-picker {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fc-color-picker>li {
	float: left;
	font-size: 30px;
	margin-right: 5px;
	line-height: 30px;
}

.fc-color-picker>li .fa {
	-webkit-transition: -webkit-transform linear 0.3s;
	-moz-transition: -moz-transform linear 0.3s;
	-o-transition: -o-transform linear 0.3s;
	transition: transform linear 0.3s;
}

.fc-color-picker>li .fa:hover {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

#add-new-event {
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.external-event {
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	cursor: move;
}

.external-event:hover {
	box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/*
* Plugin: Select2
* ---------------
*/

.select2-container {
	width: 100% !important;
}

.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
	outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
	border-radius: 0;
	height: 45px;
	padding: 6px 10px;
}

.select2-container--default.select2-container--open {
	border-color: #3c8dbc;
}

.select2-dropdown {
	border: 1px solid #d2d6de;
	border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #3c8dbc;
	color: white;
}

.select2-results__option {
	padding: 6px 12px;
	user-select: none;
	-webkit-user-select: none;
	font-size: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	height: auto;
	line-height: 30px;
	margin-top: 0;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 6px;
	padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 3px;
	height: 40px;
	top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
	border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
	outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #3c8dbc !important;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
	color: #444;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #d2d6de;
	border-radius: 0;
	height: 30px;
	min-height: 30px;
}

.select2-container--default .select2-selection--multiple:focus {
	border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #3c8dbc;
	border-color: #367fa9;
	padding: 1px 10px;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 5px;
	color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 10px;
	font-size: 16px;
}

.box .datepicker-inline,
.box .datepicker-inline .datepicker-days,
.box .datepicker-inline>table,
.box .datepicker-inline .datepicker-days>table {
	width: 100%;
}

.box .datepicker-inline td:hover,
.box .datepicker-inline .datepicker-days td:hover,
.box .datepicker-inline>table td:hover,
.box .datepicker-inline .datepicker-days>table td:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.box .datepicker-inline td.day.old,
.box .datepicker-inline .datepicker-days td.day.old,
.box .datepicker-inline>table td.day.old,
.box .datepicker-inline .datepicker-days>table td.day.old,
.box .datepicker-inline td.day.new,
.box .datepicker-inline .datepicker-days td.day.new,
.box .datepicker-inline>table td.day.new,
.box .datepicker-inline .datepicker-days>table td.day.new {
	color: #777;
}

/*
* General: Miscellaneous
* ----------------------
*/
.pad {
	padding: 10px;
}

.margin {
	margin: 10px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.margin-bottom-none {
	margin-bottom: 0;
}

.margin-r-5 {
	margin-right: 5px;
}

.inline {
	display: inline;
}

.description-block {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.description-block.margin-bottom {
	margin-bottom: 25px;
}

.description-block>.description-header {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
}

.description-block>.description-text {
	text-transform: uppercase;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
	color: #fff !important;
}

.bg-gray {
	color: #000;
	background-color: #d2d6de !important;
}

.bg-gray-light {
	background-color: #f7f7f7;
}

.bg-black {
	background-color: #111111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
	background-color: #f8d4d4 !important;
	color: #ea3636 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
	background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
	background-color: #00c0ef !important;
}

.bg-blue {
	background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
	background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
	background-color: #d5efd3 !important;
	color: #04983d !important;
}

.bg-navy {
	background-color: #001f3f !important;
}

.bg-teal {
	background-color: #39cccc !important;
}

.bg-olive {
	background-color: #3d9970 !important;
}

.bg-lime {
	background-color: #01ff70 !important;
}

.bg-orange {
	background-color: #ff851b !important;
}

.bg-fuchsia {
	background-color: #f012be !important;
}

.bg-purple {
	background-color: #605ca8 !important;
}

.bg-maroon {
	background-color: #d81b60 !important;
}

.bg-gray-active {
	color: #000;
	background-color: #b5bbc8 !important;
}

.bg-black-active {
	background-color: #000000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
	background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
	background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
	background-color: #00a7d0 !important;
}

.bg-blue-active {
	background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
	background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
	background-color: #008d4c !important;
}

.bg-navy-active {
	background-color: #001a35 !important;
}

.bg-teal-active {
	background-color: #30bbbb !important;
}

.bg-olive-active {
	background-color: #368763 !important;
}

.bg-lime-active {
	background-color: #00e765 !important;
}

.bg-orange-active {
	background-color: #ff7701 !important;
}

.bg-fuchsia-active {
	background-color: #db0ead !important;
}

.bg-purple-active {
	background-color: #555299 !important;
}

.bg-maroon-active {
	background-color: #ca195a !important;
}

[class^="bg-"].disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.text-red {
	color: #dd4b39 !important;
}

.text-yellow {
	color: #f39c12 !important;
}

.text-aqua {
	color: #00c0ef !important;
}

.text-blue {
	color: #0073b7 !important;
}

.text-black {
	color: #111111 !important;
}

.text-light-blue {
	color: #3c8dbc !important;
}

.text-green {
	color: #00a65a !important;
}

.text-gray {
	color: #d2d6de !important;
}

.text-navy {
	color: #001f3f !important;
}

.text-teal {
	color: #39cccc !important;
}

.text-olive {
	color: #3d9970 !important;
}

.text-lime {
	color: #01ff70 !important;
}

.text-orange {
	color: #ff851b !important;
}

.text-fuchsia {
	color: #f012be !important;
}

.text-purple {
	color: #605ca8 !important;
}

.text-maroon {
	color: #d81b60 !important;
}

.link-muted {
	color: #7a869d;
}

.link-muted:hover,
.link-muted:focus {
	color: #606c84;
}

.link-black {
	color: #666;
}

.link-black:hover,
.link-black:focus {
	color: #999;
}

.hide {
	display: none !important;
}

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

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

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

.no-shadow {
	box-shadow: none !important;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-group-unbordered>.list-group-item {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.flat {
	border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
	font-weight: 700;
}

.text-sm {
	font-size: 12px;
}

.jqstooltip {
	padding: 5px !important;
	width: auto !important;
	height: auto !important;
}

.bg-teal-gradient {
	background: #39cccc !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #39cccc),
			color-stop(1, #7adddd)) !important;
	background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
	background: -moz-linear-gradient(center bottom,
			#39cccc 0%,
			#7adddd 100%) !important;
	background: -o-linear-gradient(#7adddd, #39cccc) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
	color: #fff;
}

.bg-light-blue-gradient {
	background: #3c8dbc !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #3c8dbc),
			color-stop(1, #67a8ce)) !important;
	background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
	background: -moz-linear-gradient(center bottom,
			#3c8dbc 0%,
			#67a8ce 100%) !important;
	background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
	color: #fff;
}

.bg-blue-gradient {
	background: #0073b7 !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #0073b7),
			color-stop(1, #0089db)) !important;
	background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
	background: -moz-linear-gradient(center bottom,
			#0073b7 0%,
			#0089db 100%) !important;
	background: -o-linear-gradient(#0089db, #0073b7) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
	color: #fff;
}

.bg-aqua-gradient {
	background: #00c0ef !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #00c0ef),
			color-stop(1, #14d1ff)) !important;
	background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
	background: -moz-linear-gradient(center bottom,
			#00c0ef 0%,
			#14d1ff 100%) !important;
	background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
	color: #fff;
}

.bg-yellow-gradient {
	background: #f39c12 !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #f39c12),
			color-stop(1, #f7bc60)) !important;
	background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
	background: -moz-linear-gradient(center bottom,
			#f39c12 0%,
			#f7bc60 100%) !important;
	background: -o-linear-gradient(#f7bc60, #f39c12) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
	color: #fff;
}

.bg-purple-gradient {
	background: #605ca8 !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #605ca8),
			color-stop(1, #9491c4)) !important;
	background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
	background: -moz-linear-gradient(center bottom,
			#605ca8 0%,
			#9491c4 100%) !important;
	background: -o-linear-gradient(#9491c4, #605ca8) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
	color: #fff;
}

.bg-green-gradient {
	background: #00a65a !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #00a65a),
			color-stop(1, #00ca6d)) !important;
	background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
	background: -moz-linear-gradient(center bottom,
			#00a65a 0%,
			#00ca6d 100%) !important;
	background: -o-linear-gradient(#00ca6d, #00a65a) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
	color: #fff;
}

.bg-red-gradient {
	background: #dd4b39 !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #dd4b39),
			color-stop(1, #e47365)) !important;
	background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
	background: -moz-linear-gradient(center bottom,
			#dd4b39 0%,
			#e47365 100%) !important;
	background: -o-linear-gradient(#e47365, #dd4b39) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
	color: #fff;
}

.bg-black-gradient {
	background: #111111 !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #111111),
			color-stop(1, #2b2b2b)) !important;
	background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
	background: -moz-linear-gradient(center bottom,
			#111111 0%,
			#2b2b2b 100%) !important;
	background: -o-linear-gradient(#2b2b2b, #111111) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
	color: #fff;
}

.bg-maroon-gradient {
	background: #d81b60 !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, #d81b60),
			color-stop(1, #e73f7c)) !important;
	background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
	background: -moz-linear-gradient(center bottom,
			#d81b60 0%,
			#e73f7c 100%) !important;
	background: -o-linear-gradient(#e73f7c, #d81b60) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
	color: #fff;
}

.description-block .description-icon {
	font-size: 16px;
}

.no-pad-top {
	padding-top: 0;
}

.position-static {
	position: static !important;
}

.list-header {
	font-size: 15px;
	padding: 10px 4px;
	font-weight: bold;
	color: #666;
}

.list-seperator {
	height: 1px;
	background: #f4f4f4;
	margin: 15px 0 9px 0;
}

.list-link>a {
	padding: 4px;
	color: #777;
}

.list-link>a:hover {
	color: #222;
}

.font-light {
	font-weight: 300;
}

.user-block:before,
.user-block:after {
	content: " ";
	display: table;
}

.user-block:after {
	clear: both;
}

.user-block img {
	width: 40px;
	height: 40px;
	float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
	display: block;
	margin-left: 50px;
}

.user-block .username {
	font-size: 16px;
	font-weight: 600;
}

.user-block .description {
	color: #999;
	font-size: 13px;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
	margin-left: 40px;
}

.user-block.user-block-sm .username {
	font-size: 14px;
}

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
	float: left;
}

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
	width: 30px !important;
	height: 30px !important;
}

.img-sm+.img-push {
	margin-left: 40px;
}

.img-md {
	width: 60px;
	height: 60px;
}

.img-md+.img-push {
	margin-left: 70px;
}

.img-lg {
	width: 100px;
	height: 100px;
}

.img-lg+.img-push {
	margin-left: 110px;
}

.img-bordered {
	border: 3px solid #d2d6de;
	padding: 3px;
}

.img-bordered-sm {
	border: 2px solid #d2d6de;
	padding: 2px;
}

.attachment-block {
	border: 1px solid #f4f4f4;
	padding: 5px;
	margin-bottom: 10px;
	background: #f7f7f7;
}

.attachment-block .attachment-img {
	max-width: 100px;
	max-height: 100px;
	height: auto;
	float: left;
}

.attachment-block .attachment-pushed {
	margin-left: 110px;
}

.attachment-block .attachment-heading {
	margin: 0;
}

.attachment-block .attachment-text {
	color: #555;
}

.connectedSortable {
	min-height: 100px;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sort-highlight {
	background: #f4f4f4;
	border: 1px dashed #ddd;
	margin-bottom: 10px;
}

.full-opacity-hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.full-opacity-hover:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.chart {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.chart svg,
.chart canvas {
	width: 100% !important;
}

/*
* Misc: print
* -----------
*/
@media print {

	.no-print,
	.main-sidebar,
	.left-side,
	.main-header,
	.content-header {
		display: none !important;
	}

	.content-wrapper,
	.right-side,
	.main-footer {
		margin-left: 0 !important;
		min-height: 0 !important;
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		-o-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
	}

	.fixed .content-wrapper,
	.fixed .right-side {
		padding-top: 0 !important;
	}

	.invoice {
		width: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}

	.invoice-col {
		float: left;
		width: 33.3333333%;
	}

	.table-responsive {
		overflow: auto;
	}

	.table-responsive>.table tr th,
	.table-responsive>.table tr td {
		white-space: normal !important;
	}
}

/*
* Misc: original
* -----------
*/

/* setting-css */
.btn {
	box-shadow: 3px 3px 3px darkgray !important;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
}

.return-btn {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
	color: #000000;
	padding: 0 5px;
}

.move-btn {
	cursor: pointer;
}

.btn:hover {
	position: relative;
	top: 3px;
	left: 3px;
	box-shadow: none !important;
}

.bg-gray-original {
	background-color: #eeeeee;
}

.bg-white-original {
	background-color: #ffffff;
}

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

.margin-reset {
	margin: 0 !important;
}

.border-left {
	border-left: 1px solid #ddd !important;
}

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

.circle-red {
	color: red;
	font-size: 15px !important;
}

.set-overflow>br {
	display: none;
}

.set-dot-style {
	font-size: 10px;
	color: red;
}

.set-dot-style--read {
	color: transparent;
}

.set-width-25 {
	width: 25%;
}

.set-width-33 {
	width: 33% !important;
}

.set-width-50 {
	width: 50% !important;
}

.set-width-80 {
	width: 80% !important;
	margin: 0 auto;
}

.set-width-90 {
	width: 90% !important;
}

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

.set-flexbox {
	display: flex;
	justify-content: space-between;
}

.ui-widget-content {
	background: #ffffff !important;
	font-size: 15px;
	font-weight: bold;
	top: 0 !important;
}

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

.form-group label {
	/* font-weight: bold; */
}

/* dataTables-css */
#example7 .table-header,
#example10 .table-header,
#example11 .table-header {
	width: 100% !important;
	border: none;
}

#example11 .table-header {
	width: 100% !important;
	border: none;
	position: relative;
	top: 50px;
}

/* button-css  */
.register-btn {
	font-size: 14px;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 0px 5px 30px 0;
	min-width: 150px;
}

.update-btn {
	margin-right: 20px;
	width: 65px;
	font-size: 12px;
}

.search-btn {
	min-width: 150px;
	line-height: 45px;
	letter-spacing: 5px;
	color: #ffffff;
	height: 45px;
}

.cancel-btn {
	margin: 20px 20px 0 0;
	border: 1px solid #dddddd !important;
	color: black;
	background-color: #ffffff;
	width: 90px;
}

.save-btn {
	margin: 20px 20px 0 0;
	border: none;
	min-width: 80px;
	color: #ffffff;
}

.btn.save-btn.btn1-color {
	margin: 20px 20px 0 0;
	border: none;
	min-width: 80px;
	color: #ffffff;
}

.btn.save-btn.btn3-color {
	border: none;
	min-width: 80px;
	background-color: #ffb967 !important;
	color: #ffffff !important;
}

.btn-large {
	/* width: 200px !important; */
	font-size: 14px;
	margin-bottom: 20px !important;
}

.save-condition,
.saved-history {
	background-color: #9b9b9b;
	color: #ffffff;
	margin-left: 10px;
	line-height: 45px;
	letter-spacing: 1px;
	height: 45px;
}

/* 画像・PDFフォーム */
.form-image-fake,
.form-pdf-fake {
	width: 100%;
	cursor: pointer;
}

.form-image-drag,
.form-pdf-drag,
.form-pdf-drag-2 {
	border: 1px dashed gray;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	cursor: pointer;
	min-height: 165px;
}

.form-image,
.form-pdf {
	display: none !important;
}

.form-image-title {
	font-size: 24px;
}

.form-image-explanation {
	font-size: 15px;
}

#preview-mypage {
	position: relative;
	left: 35px;
	margin-bottom: 15px;
}

.form-image-text,
.form-pdf-text {
	font-size: 14px;
	height: 30px;
	width: 50% !important;
	cursor: pointer;
	padding: 6px 12px;
	color: #000000;
}

.form-image-label,
.form-pdf-label {
	padding: 0 20px;
	letter-spacing: 3px;
	position: absolute;
	display: inline-block;
	line-height: 30px;
}

.file-selected {
	display: inline-block;
	margin-right: 15px;
}

/* js-css */
.select2-added {
	width: 90% !important;
}

.select2-added-delete,
.activity-taskuser-added-delete {
	margin-left: 10px;
	cursor: pointer;
	line-height: 40px;
}

.period-unit {
	position: absolute;
	left: 49.2%;
	top: 190px;
}

.remove-potision {
	position: static;
}

/* header-css */
.header-button-block {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 55px;
	height: 50px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
}

.header-button-image {
	height: 50px;
	width: 55px;
}

.header-button-prepare {
	height: 50px;
	position: absolute;
	width: 54px;
}

.header-button-text {
	position: absolute;
	display: inline-block;
	width: 50px;
	font-size: 10px;
	text-align: center;
	bottom: 0px;
	left: 2px;
	color: #000000;
}

.header-button-blocks {
	display: flex;
	justify-content: space-around;
}

.header-button-link {
	position: absolute;
	height: 50px;
	width: 65px;
	border-radius: 10px;
}

.pull-left {
	width: 50%;
}

.pull-left p {
	font-size: 12px;
	margin: 0;
	white-space: initial;
}

.pull-left a {
	font-size: 10px;
}

.sidebar-link {
	font-size: 15px !important;
	letter-spacing: 1px !important;
	padding: 5px;
}

.sidebar-link-box .sidebar-link {
	width: 195px !important;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 5px;
}

.sidebar-link--premium {
	font-size: 15px !important;
	letter-spacing: 1px !important;
}

.sidebar-link--premium span {
	color: #ffffff !important;
}

.sidebar-link img {
	margin-right: 15px;
	margin-left: 15px;
	height: 18px;
	min-width: 18px;
}

.sidebar-button-js {
	border: none;
	background-color: transparent;
	padding: 0;
}

.set-border-top {
	border-top: 1px solid #000000;
	margin-top: 30px !important;
	padding-top: 30px !important;
}

.user-panel-popup {
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	width: 90%;
	margin: 0 auto;
	z-index: 1000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display: none;
}

.user-panel-popup__buttons {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
	padding: 10px;
}

.user-panel-popup__button {
	color: #000000 !important;
	background-color: #eeeeee;
	margin: 5px 0;
	padding: 10px;
	font-size: 12px;
	border-radius: 5px;
}

.user-panel-popup__image {
	height: 150px;
	width: 100%;
	background-color: #eeeeee;
	color: gray;
	text-align: center;
	line-height: 145px;
	margin: 0;
	font-size: 25px;
}

.user-panel-popup__image img {
	height: 98%;
	width: 98%;
}

/* popup-css */
.popup-bg,
.popup-block-bg {
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	z-index: 10000;
	display: none;
}

.popup-block {
	background-color: #ffffff;
	/* height: 90vh; */
	/* width: 70%; */
	height: 90vh;
	width: 90vw;
	margin: auto;
	padding-bottom: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

.popup-block {
	width: 600px;
	height: 90vh;
	min-width: 320px;
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: -45vh auto 0;
	border-width: 10px;
}

.popup-block-top {
	height: auto;
}

.popup-block-comfirmation {
	background-color: #ffffff;
	width: 90%;
	height: 90%;
	margin: auto;
	padding: 15% 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.popup-premium-text {
	font-size: 17px;
	letter-spacing: 4px;
}

.popup-premium-logo {
	margin: 20px auto;
}

.popup-premium-logo img {
	margin: 15px;
	height: 25px;
}

.popup-premium-text-premium {
	font-size: 55px;
	font-weight: 550;
	letter-spacing: 8px;
}

.popup-block-comfirmation p {
	color: rgba(0, 0, 0, 1) !important;
	background: rgba(255, 255, 255, 1) !important;
	font-weight: bold;
	text-align: center;
}

.popup-block-comfirmation input {
	opacity: 1;
	display: inline-block;
	width: 200px;
	box-shadow: 2px 2px grey;
	margin: 10px 40px;
	font-size: 14px;
	background: rgba(238, 238, 238, 1);
	color: rgba(0, 0, 0, 1) !important;
	height: 35px;
	line-height: 35px;
}

.popup-block-comfirmation .btn1-color {
	color: rgba(255, 255, 255, 1) !important;
	background: rgba(0, 0, 0, 1);
}

.popup-block-comfirmation input:hover {
	box-shadow: none;
	position: relative;
	top: 2px;
	left: 2px;
}

.popup-block-title {
	text-align: center;
	padding: 15px 0;
	font-size: 15px;
}

.popup-block-form--duplicate {
	/*width: 60% !important;*/
	flex-direction: column;
	width: 100% !important;
}

.popup-block-input {
	width: 20%;
	min-width: 180px;
	margin: 0;
	display: inline-block;
}

.popup-block-input--scheme {
	margin: 15px 0;
}

.popup-block-input label {
	font-size: 12px;
	margin-left: 10px;
	font-weight: normal;
}

.popup-block-buttons {
	text-align: center;
	width: 100%;
	margin: 20vh auto 0;
}

.popup-block-button-block--content {
	position: absolute;
	bottom: 40px;
	right: 0;
	left: 0;
}

.popup-block-buttons--scheme {
	text-align: right;
	position: absolute;
	bottom: 50px;
	right: 10%;
}

.popup-block-buttons .btn2-color {
	color: #ffffff;
}

.popup-block-buttons input,
.popup-block-buttons--scheme input {
	width: 100px;
	margin-left: 10px;
}

.popup-block-cancel-css {
	position: absolute !important;
	right: 0 !important;
	top: 9px !important;
	font-size: 25px !important;
	font-weight: bold;
	z-index: 1;
	cursor: pointer !important;
	background: #fff;
	width: 45px !important;
	height: 45px !important;
	min-height: 30px !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-block-cancel-css--premium {
	color: #fff;
}

.popup-block-buttons-register {
	margin-top: 10px;
	position: fixed;
	bottom: 7%;
	left: 0;
	right: 0;
	z-index: 1;
}

.popup-block-button-block {
	display: flex;
	justify-content: center;
	width: 100%;
}

.popup-block-about {
	font-size: 14px;
	color: gray;
	text-decoration: underline;
	cursor: pointer;
}

.popup-block-about {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 70px;
	margin: 0 18px 0 0;
	background: #EEEEEE;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
	color: #555;
	text-decoration: none;
	font-size: 10px;
	padding: 5px;
	font-weight: bold;
}

.popup-block-arrow_box2-1 {
	cursor: pointer;
	height: 40px;
	padding-left: 12px;
}

.popup-block-arrow_box2-2 {
	cursor: pointer;
}

.popup-block-arrow_box,
.popup-block-arrow_box1,
.popup-block-arrow_box2 {
	position: relative;
	top: 35px;
	background: #ffffff;
	border: 2px solid #000000;
	display: none;
	padding: 10px 20px;
	width: 100%;
	z-index: 1;
	color: #000000;
	position: relative;
	display: inline-block;
	margin: -28px 0 0;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #555;
	box-sizing: border-box;
	border-radius: 10px;
}

.popup-block-arrow_box3 {
	position: absolute;
	top: 232px;
	left: 11px;
	border: 2px solid #000000;
	display: none;
	padding: 10px 20px;
	width: 50%;
	z-index: 1;
}

.popup-block-arrow_box:after,
.popup-block-arrow_box:before,
.popup-block-arrow_box1:after,
.popup-block-arrow_box1:before,
.popup-block-arrow_box2:after,
.popup-block-arrow_box2:before,
.popup-block-arrow_box3:after,
.popup-block-arrow_box3:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.popup-block-arrow_box:after,
.popup-block-arrow_box1:after,
.popup-block-arrow_box2:after,
.popup-block-arrow_box3:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
	position: absolute;
	top: -26px;
	left: 42px;
	margin-left: -17px;
	border: 12px solid transparent;
	border-bottom: 12px solid #555;
	z-index: 1;
}

.popup-block-arrow_box:before,
.popup-block-arrow_box1:before,
.popup-block-arrow_box2:before,
.popup-block-arrow_box3:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 33px;
	margin-left: -33px;
	top: -23px;
	left: 40px;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}

.popup-block-arrow_box p,
.popup-block-arrow_box1 p,
.popup-block-arrow_box2 p,
.popup-block-arrow_box3 p {
	font-size: 15px;
	line-height: 17px;
}

.popup-block-arrow_box span,
.popup-block-arrow_box1 span,
.popup-block-arrow_box2 span,
.popup-block-arrow_box3 span {
	font-size: 12px;
	line-height: 17px;
}

.popup-block-imgbox {
	display: flex;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	margin-bottom: 20px;
}

.popup-block-imgbox img {
	height: 120px;
	width: 45%;
	border: 1px solid black;
}

.popup-block-btn {
	position: absolute;
	width: 100%;
	text-align: right;
	bottom: 50px;
	right: 20%;
}

.popup-block-button {
	font-size: 14px;
	width: 120px;
	margin-left: 15px;
	margin-right: 15px;
}

.popup-block-card-button {
	width: fit-content;
}

.popup-block-card-selected {
	background-color: #5db85c !important;
	color: #eee;
}

.popup-block-card-selected-before {
	border-top: 20px solid #5db85c !important;
	border-bottom: 20px solid #5db85c !important;
}

.popup-block-card-selected-after {
	border-left: 10px solid #5db85c !important;
}

.scheme-comfirmation-buttons {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: 65%;
}

.scheme-comfirmation-saved {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 40%;
	z-index: 1;
}

.scheme-comfirmation-saved .btn {
	background-color: #eeeeee;
	width: 150px;
	font-size: 14px;
	box-shadow: 3px 3px gray;
}

.scheme-comfirmation-saved p {
	margin-bottom: 30px;
}

.scheme-comfirmation-msg {
	font-size: 20px;
	font-weight: bold;
}

.popup-attendance {
	background-color: #ffffff;
	height: 300px;
	width: 72%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.attendance-box {
	margin-top: 100px;
	padding: 0 40px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.attendance-links {
	position: absolute;
	z-index: 10000;
	top: 245px;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.attendance-link {
	color: #000000;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #eeeeee;
	cursor: pointer;
}

.attendance-link:hover {
	color: #000000;
}

.attendance-start {
	background-color: #00cccc;
}

.attendance-start2 {
	background-color: lightgray;
}

.attendance-end {
	background-color: lightgray;
}

.attendance-end2 {
	background-color: #ff6699;
}

.record-attendance {
	height: 20%;
	width: 35%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	letter-spacing: 10px;
	font-size: 30px;
	color: #f8f8ff;
	text-align: center;
	box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 40%);
}

.record-attendance p {
	margin: 0;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

#now,
#started-time {
	display: inline-block;
	font-size: 14px;
	width: 45%;
	position: relative;
	bottom: 75%;
	left: 10%;
	letter-spacing: 1px;
}

#start-time {
	position: relative;
	bottom: 70%;
	left: 27%;
	letter-spacing: 1px;
}

.popup-block-company {
	background-color: #eeeeee;
	padding: 5px 20px;
	margin: 10px 40px;
}

.popup-company-name {
	font-size: 16px;
	font-weight: bold;
}

.popup-date {
	font-size: 12px;
}

.popup-block-content {
	padding: 10px 20px 100px 20px;
	margin: 0 40px;
	border: 1px solid gray;
	height: 65%;
	overflow: scroll;
}

.popup-register-karte {
	width: 80%;
	margin: 60px auto 0 auto;
}

.karte-to-card-btn {
	border: none;
	padding: 5px 10px;
	box-shadow: 2px 2px 3px grey;
	position: absolute;
	top: 15px;
	left: 200px;
	color: #000000;
	font-size: 14px;
}

.karte-to-card-btn {
	box-shadow: none;
	background: #fff;
	border: 1px solid #555;
	border-radius: 5px;
	color: #555;
	font-weight: bold;
}

.form-karte {
	display: flex;
}

.form-karte-label {
	width: 200px !important;
	margin: 0;
	line-height: 40px !important;
	font-weight: normal;
	font-size: 16px;
}

.form-karte-label-checkbox {
	width: fit-content !important;
	margin: 0 10px 0 0;
	font-weight: normal !important;
	font-size: 16px;
}

.form-karte-input-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.form-karte-input-box {
	display: block;
}

.form-karte-input-box-flex {
	display: flex;
}

.form-karte-input--separate {
	width: 50% !important;
}

.form-karte-textarea {
	height: 150px !important;
	resize: none;
}

.form-karte-submit {
	font-size: 20px;
	width: 200px;
	margin-top: 50px;
}

.form-karte-block-title {
	width: 100%;
	position: relative;
	left: 0;
	height: 40px;
}

.form-karte-block-title:first-of-type {
	border-top: none;
	margin-top: 15px;
}

.form-karte-block-title p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 5px 10px;
	color: #000000;
}

.popup-block .set-flexbox {
	align-items: center;
}

.js-next-user-add-btn,
.js-sub-user-add-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border-radius: 3px;
	border: 1px solid transparent;
	width: 15%;
	min-width: 50px;
	margin-left: 5%;
	height: 30px;
	margin-top: 5px;
}

.customer-add-btn-card {
	position: relative;
	right: -75%;
	top: -35px;
}

.customer-list-checkbox {
	padding-left: 28px !important;
}

.popup-block-content p img {
	width: 100%;
}

.login-notice-item {
	background-color: #eeeeee;
	margin: 5px 30px;
	padding: 2px 10px;
}

.login-notice-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin: 0px 5px 0px 25px;
}

.login-notice-content br {
	display: none;
}

.login-notice-item {
	font-size: 10px;
}

.login-notice-item .notice-when {
	font-size: 10px;
	color: gray;
}

.top-notice-record-status span {
	font-size: 10px;
}

.login-notice-company {
	padding: 0 10px;
	font-size: 10px;
	border: 1px solid blue;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	color: blue;
}

.login-notice-colorful {
	padding: 0 10px;
	font-size: 10px;
	border: 1px solid black;
	border-radius: 5px;
	margin: 0 5px 0 5px;
}

.login-notice-alert,
.login-notice-important {
	padding: 0 10px;
	font-size: 10px;
	border: 1px solid red;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	color: red;
}

.login-notice-normal {
	padding: 0 10px;
	font-size: 10px;
	border: 1px solid green;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	color: green;
}

#duplicate-name-append,
#duplicate-number-append {
	position: relative;
}

.popup-customer {
	background-color: #ffffff;
	height: 60%;
	width: 70%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: scroll;
}

.popup-customer-header {
	text-align: center;
	font-size: 25px;
	margin: 100px 0 60px 0;
}

.popup-customer-content {
	width: 50%;
	margin: 0 auto;
}

.popup-customer-content .form-control {
	height: 40px;
}

#accoutTypeText {
	display: none;
}

.popup-customer-save {
	width: 100px;
	font-size: 18px;
	display: block;
	margin: 0 auto;
}

#search-condition-title {
	height: 50px;
	border: 1px solid black;
}

.search-condition-div {
	position: absolute;
	bottom: 50px;
	right: 0;
	left: 0;
}

.popup-customer-return {
	width: 100px;
	font-size: 18px;
	display: block;
	margin: 90px auto 0;
}

.popup-customer-savedmsg {
	text-align: center;
	font-size: 20px;
	margin: 200px auto 0;
}

.popup-block-flex {
	display: flex;
}

.popup-block-flex .form-group {
	margin-right: 100px;
}

.popup-block-bottom {
	padding: 20px 150px;
}

.popup-block-bottom--dm {
	padding: 20px 50px;
}

.popup-block-bottom-customer-image {
	padding: 20px 50px;
}

.popup-block-msg {
	margin-bottom: 30px;
}

.popup-block-unit {
	width: 150px;
	margin-left: 10px;
	vertical-align: sub;
	position: relative;
	bottom: 35px;
	left: 100%;
}

.popup-block-subject {
	font-size: 20px;
	padding: 5px 15px;
	background-color: #eeeeee;
}

.popup-block-textarea {
	height: 200px !important;
	font-size: 15px;
	resize: none;
	display: block;
	margin: 0;
	padding: 15px;
}

.popup-block-textarea-dm {
	font-size: 20px;
	height: 30vh !important;
	background-color: #eeeeee;
}

.form-group-dm {
	width: 50%;
}

.popup-block-buttons .btn,
.popup-block-buttons--scheme .btn {
	height: 30px;
	font-size: 16px !important;
	width: 100px;
}

.popup-block-return {
	background-color: #ffffff;
	border: 1px solid lightgray;
}

.popup-block {
	padding-bottom: 100px;
}

.popup-block-buplicate {
	padding-bottom: 100px !important;
}

.select2-dropdown {
	z-index: 10001;
}

.popup-block-return--2 {
	border: none;
	width: 200px;
	height: 40px;
	font-size: 20px;
	letter-spacing: 3px;
	margin: 0 auto;
}

.popup-block-finishedMsgs {
	width: 75%;
	max-height: 350px;
	margin: 30px auto 50px auto;
	overflow: scroll;
	border: 1px solid rgba(190, 190, 190, 0.4);
}

.popup-block-msg--2 {
	margin-top: 50px;
	font-size: 25px;
}

.popup-block-finishedMsg {
	margin: 40px 0;
	text-align: center;
}

.popup-block-content .form-image-drag,
.popup-block-content label {
	width: 75%;
}

.popup-block-image .customer-data-box-imageBtn {
	position: relative;
	right: 10px;
	bottom: 20px;
}

.popup-block-image {
	background-color: #ffffff;
	height: 55%;
	width: 65%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: scroll;
}

.popup-block-header {
	font-weight: bold;
	padding: 0px 40px;
	margin-bottom: 0;
	height: 65px;
	line-height: 65px;
	font-size: 16px;
}

.popup-block-header--green {
	background-color: #cedfbc !important;
}

.popup-block-form {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 20px auto 20px auto;
	position: relative;
	left: 0;
	right: 0;
	top: 5vh;
	margin: 0 auto;
	padding: 0 10% 5% 10%;
}

.popup-block-form--task {
	top: 0;
	margin: 0 auto;
	padding: 0 10% 5% 10%;
}

.popup-block-form--scheme {
	flex-direction: unset;
	width: 90%;
}

.popup-block-input-flex,
.popup-block-input-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.popup-block-input-flex .form-group,
.popup-block-input-flex .form-group {
	width: 40%;
}

.popup-block-add-btn,
.popup-block-add-btn {
	width: 100px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.popup-block-register-btn,
.popup-block-register-btn,
.personal-content6-file-register-btn {
	width: 100px;
	font-size: 14px;
	position: relative;
	right: 0px;
}

.popup-block-file-title {
	margin-left: 10px;
	font-size: 18px;
}

.popup-block-checkbox {
	display: flex;
	align-items: flex-end;
	margin: auto 0 !important;
}

.popup-block-checkbox label {
	margin: 0;
}

.popup-block-checkbox input {
	margin: 0 10px 4px 20px;
	transform: scale(2);
}

.scheme-comformation-flex {
	display: flex;
	justify-content: space-around;
}

.scheme-comformation-flex p {
	margin-left: 15px;
	margin-right: 15px;
}

.form-karte-checkboxes {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.form-karte-checkbox {
	margin: 0 5px 0 0 !important;
}

.form-card-block {
	border: 1px solid gray;
	padding: 15px 30px;
	position: relative;
	top: -40px;
	right: 25%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 150%;
	height: 50vh;
	overflow-x: hidden;
}

.form-card-block {
	border: 1px solid gray;
	padding: 15px 30px;
	position: relative;
	top: -40px;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: 50vh;
	overflow-x: hidden;
}

.form-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-card-buttons {
	position: absolute;
	padding-bottom: 30px;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: 5px;
	width: 90%;
	display: flex;
	justify-content: space-between;
}

.form-card-process {
	position: relative;
	top: 20px;
	left: 5%;
	width: 90%;
	overflow: scroll;
	white-space: nowrap;
	display: flex;
	background-color: #eeeeee;
	/* border: 5px solid #eeeeee; */
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

.form-card-process {
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
}

.form-card-process-item {
	height: 35px;
	line-height: 35px;
	position: relative;
	background-color: #ffffff;
	display: flex;
	font-size: 14px;
}

.before {
	content: "";
	height: 0px;
	border-top: 20px solid #ffffff;
	border-bottom: 20px solid #ffffff;
	border-left: 10px solid #eeeeee;
}

.after {
	content: "";
	height: 0px;
	border-top: 20px solid #eeeeee;
	border-bottom: 20px solid #eeeeee;
	border-left: 10px solid #ffffff;
	background-color: #ffffff;
}

.form-card-process-item p {
	padding: 0 10px;
}

.form-display-flex {
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: 0px 15px;
}

.fa-question-circle {
	font-size: 35px;
	margin: 0 0 5px;
}

.fa-question-circle1 {
	font-size: 15px;
	margin-right: 3px;
	padding-left: 25px;
	height: 25px;
}

.popup-call {
	background-color: #ffffff;
	height: 70%;
	width: 70%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 50px;
}

.set-border-radius {
	border-radius: 5px;
}

.popup-call-body {
	position: absolute;
	top: 15%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 10%;
}

.popup-call .call-textarea {
	height: 30%;
	width: 90% !important;
}

.call-textarea-input {
	resize: none;
	height: 150px !important;
}

.popup-call textarea {
	resize: none;
	height: 90%;
	width: 90% !important;
}

.popup-call .form-group {
	width: 40%;
}

.popup-call .set-margin {
	margin-left: 5%;
	margin-right: 10%;
}

.popup-call .form-control {
	width: 100% !important;
	background-color: #eeeeee;
	border-radius: 5px;
}

.popup-call .call-checkbox,
.popup-call .call-button {
	margin-top: 2%;
}

.call-button-div {
	text-align: right;
	margin-top: 2%;
	position: absolute;
	bottom: 15px;
	right: 7%;
}

.popup-call .call-button {
	background-color: #45c7c3;
	color: #ffffff;
	border: none;
	padding: 5px 20px !important;
	letter-spacing: 2px;
	border-radius: 3px;
}

.popup-premium {
	background: linear-gradient(to left, #575758, #676768);
	height: 85%;
	width: 70%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.popup-premium-block {
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #eeeeee;
	height: 240px;
	font-weight: normal;
}

.popup-premium-close {
	text-align: right;
	color: #ffffff;
}

.popup-premium-close span {
	font-size: 40px;
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
}

.popup-premium-submit {
	background-image: URL("/dist/img/premium-btn.svg");
	background-size: cover;
	display: inline-block;
	height: 50px;
	width: 200px;
	padding: 0;
	border: none;
	background-color: #585858;
	margin: 25px 0;
}

/* call-css */
.mypage-btns {
	display: flex;
	position: absolute;
	top: 55px;
	right: 0%;
	/* width:; */
}

.call-mypage-btn {
	width: 140px;
	color: white;
	margin-right: 20px;
}

.popup-call-btn {
	cursor: pointer;
}

.select-time {
	width: 25% !important;
	display: inline-block;
}

#addtask-form {
	display: none;
}

/* notice-css */
.notice-font {
	font-size: 12px;
	padding-right: 0 !important;
}

.notice-record td {
	padding: 4px;
}

.notice-font-fit {
	width: fit-content;
}

.notice-font h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 15px;
	margin: 0;
	display: inline-block;
}

.notice-company {
	padding: 2px 10px;
	border: 1px solid blue;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	color: blue;
}

.notice-important {
	padding: 2px 10px;
	border: 1px solid orange;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	color: orange;
}

.notice-colorful {
	padding: 2px 10px;
	border: 1px solid black;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	background-color: #ffffff;
	color: #000000;
}

.notice-alert {
	padding: 2px 10px;
	border: 1px solid red;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	color: red;
}

.notice-letter {
	padding: 2px 10px;
	border: 1px solid green;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	color: green;
}

.notice-title {
	cursor: pointer;
}

.notice-content-overflow {
	overflow: hidden;
	white-space: nowrap;
	height: 25px;
	margin: 0;
}

.notice-read-buttons {
	position: absolute;
	right: 30px;
}

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

.set-font-red {
	color: red;
}

.set-over-flow {
	overflow: scroll;
	white-space: nowrap;
}

.notice-record td {
	overflow: scroll;
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
}

.notice-close-btn {
	position: relative;
	top: 55px;
	left: 1170px;
	z-index: 2000;
	font-size: 45px;
	cursor: pointer;
}

.notice-content-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.notice-content {
	font-size: 12px;
}

.notice-link {
	position: relative;
	bottom: 70px;
	left: 70px;
	color: black;
	background-color: #eeeeee;
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
}

.notice-index-buttons {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-start;
	margin: 20px 5px 20px 20px;
}

.notice-index-button {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 5px;
	width: 110px;
	margin-left: 15px;
	font-size: 14px;
}

/* .notice-index .col-sm-6{
  display:none;
} */

.notice-add-btn {
	width: 150px;
	margin-top: 0;
}

.notice-buttons {
	display: flex;
	align-items: center;
}

/* company-css */
.company-licence-status {
	padding: 10px;
	font-size: 14px;
	margin-top: 10px;
}

/* customer-css */
#customer-dm-content,
#task-past-content,
#task-recurring-content {
	display: none;
}

.customer-dm-register {
	margin: 20px 30px;
	display: block;
	width: 150px;
}

.customer-dm-delete {
	background-color: black;
	opacity: 0.6;
	color: #ffffff;
	width: 80px;
}

.customer-dm-add {
	padding: 50px 50px 0 50px;
}

.customer-dm-add .form-group {
	display: flex;
	width: 60%;
}

.customer-dm-add .form-group input {
	display: block;
	width: 50%;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
}

.customer-dm-add .form-group label {
	width: 25%;
	line-height: 50px;
}

.customer-dm-variables {
	margin-top: 20px;
	display: flex;
	width: 100% !important;
}

.customer-dm-variables label {
	width: 100px !important;
	height: 25px;
	line-height: 40px;
	margin: 3px;
}

.customer-dm-variables .form-control {
	width: 40% !important;
}

.customer-dm-textarea {
	resize: none;
	display: block;
	font-size: 14px;
}

.task-dm-textarea {
	resize: none;
	display: block;
	height: 35vh !important;
	font-size: 14px;
}

.customer-dm-labels {
	display: flex;
	flex-direction: column;
}

.customer-dm-labels label {
	font-weight: normal;
}

.customer-dm-inputs {
	display: flex;
	flex-direction: column;
	width: 100% !important;
}

.customer-dm-input {
	display: flex;
	height: 40px !important;
	margin: 5px;
	width: 100%;
}

.customer-dm-input .form-control {
	width: 70% !important;
}

.customer-dm-input span {
	line-height: 40px;
	cursor: pointer;
	font-size: 20px;
	margin-right: 10px;
	color: gray;
}

.customer-dm-input span.error {
	color: red;
}

.customer-dm-save,
.customer-dm-return {
	line-height: 40px;
	font-size: 30px !important;
	padding: 5px 0 !important;
	width: 150px;
	margin: 0px 10px 20px 10px;
	color: #000000;
}

.customer-dm-return {
	background-color: #ffffff;
	border: 1px solid gray;
}

.customer-tab-group,
.customer-tab-group--ranking,
.task-tab-group,
.customer-personal-tab-group {
	position: relative;
	top: 10px;
	width: 100%;
}

.customer-tab-group img {
	margin: 0 10px 5px 0;
}

.customer-tab-group--ranking {
	top: 2px !important;
}

.customer-tab-group {
	top: 0px;
}

.customer-tab-group--1 {
	top: 12px;
}

.voice-tab,
.customer-tab,
.task-tab,
.customer-personal-tab {
	font-size: 12px;
	padding: 5px 15px;
	text-align: center;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: none;
	cursor: pointer;
}

.top-tab {
	font-size: 12px;
	padding: 5px 15px;
	text-align: center;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: none;
	cursor: pointer;
}

.history-arrow {
	position: absolute;
	background: #ffffff;
	border: 2px solid gray;
	height: 330px;
	width: 40%;
	display: none;
	bottom: -220px !important;
	left: 540px;
	z-index: 10;
}

.history-arrow:after,
.history-arrow:before {
	right: 100%;
	top: 20%;
	border: 2px solid gray;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.history-arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 40px;
	margin-top: -40px;
}

.history-arrow:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: gray;
	border-width: 43px;
	margin-top: -43px;
}

.history-arrow-contents {
	height: 326px;
	overflow: scroll;
	padding: 10px;
}

.history-arrow-content {
	background-color: #eeeeee;
	padding: 15px;
	border-bottom: 1px solid black;
	cursor: pointer;
	position: relative;
}

.history-arrow-content-delete {
	font-size: 12px !important;
	position: absolute;
	right: 10px;
	background-color: #ffffff;
	border-radius: 15px;
	border: 1px solid #000000;
	padding: 0 10px;
}

.history-arrow-content p {
	font-size: 20px;
}

.history-arrow-content span {
	font-size: 15px;
}

.customer-index #example4_length,
.customer-index #example5_length,
.customer-index #example6_length,
.customer-index #example7_length,
.customer-index #example10_length,
.customer-index #example11_length {
	padding-top: 20px;
	display: none;
}

.customer-index-buttons {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	z-index: 1;
	top: 75px !important;
	right: 2.5%;
}

.customer-index-buttons .btn {
	width: 125px;
	margin-left: 15px;
	line-height: 45px;
	height: 45px;
}

#customer-btn-map {
	display: none;
}

.customer-index-cards {
	position: absolute;
	top: 65px;
	left: 225px;
	display: flex;
}

.customer-index-card {
	width: 45px;
	margin-top: 5px !important;
	cursor: pointer;
	display: block;
	z-index: 1;
}

.customer-index-card--margin {
	width: 45px;
	margin-top: 5px !important;
}

.customer-index-footer {
	text-align: left;
}

.customer-table-card {
	display: none;
}

.customer-map-label {
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
	border-radius: 5px;
	margin: 0 10px;
}

.customer-tablebody-card {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.customer-tr-card {
	width: 32%;
	height: 15% !important;
	margin-left: 1%;
	margin-bottom: 2%;
	padding: 0;
}

.customer-tr-list {
	font-size: 12px;
}

.customer-tr-card td {
	position: relative;
	background-color: #ffffff;
	padding: 0 !important;
	display: block;
	width: 100%;
}

.customer-table-img {
	width: 100%;
	height: 120px;
	background-repeat: round;
}

.customer-checkbox-all {
	width: 35vw;
	padding-left: 30px !important;
}

.customer-checkbox-all input {
	transform: scale(1.5);
}

.customer-checkbox-all label {
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
}

.customer-checkbox-list-all input {
	margin-left: 20px;
}

.customer-checkbox-list-all label {
	margin-left: 10px;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 14px;
}

.customer-card-checkbox {
	position: absolute;
	top: 4% !important;
	left: 20px !important;
	z-index: 1 !important;
}

.customer-table-status {
	position: absolute;
	top: 4%;
	right: 20px;
	z-index: 1;
	font-size: 13px;
	padding: 1px 10px;
	line-height: 20px;
	width: 50px;
	text-align: center;
	background-color: #eeeeee;
}

.customer-table-items {
	padding: 5px 15px 5px;
	height: 145px;
	width: 100%;
}

.customer-table-name {
	font-size: 16px;
	margin: 0%;
	white-space: nowrap;
	overflow: hidden;
}

.customer-table-date {
	margin: 0%;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
}

.customer-table-content {
	margin: 0%;
	height: 65px;
	font-size: 14px;
	line-height: normal;
	overflow: hidden;
}

.customer-table-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 90%;
	position: absolute;
	bottom: 10px;
}

.customer-table-button {
	color: black;
	box-shadow: 3px 3px #eeeeee;
	font-size: 12px;
	text-align: center;
	min-width: 85px;
	background-color: #eeeeee;
	width: 85px;
}

.customer-list-index-btn {
	width: 85px;
	font-size: 12px;
}

.customer-table-map {
	display: none;
	position: relative;
}

.customer-map-checkbox {
	transform: scale(1.5);
}

.table-header-customer-map {
	display: flex;
	margin-left: 15px;
	position: relative;
	/* padding-top: 35px !important; */
	width: 100% !important;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.customer-tablebody-map {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 350px;
	width: 35%;
	position: relative;
	left: -30px;
	margin: 20px 40px;
	overflow: scroll;
}

.customer-map-googlemap {
	position: absolute;
	height: 350px;
	width: 60%;
	margin-left: 20px;
	bottom: 10%;
	right: 3%;
}

.customer-map-googlemap-position {
	bottom: 10.5%;
}

.customer-tr-map {
	background-color: #ffffff;
	margin: 0;
	font-size: 12px;
}

.customer-tr-map td {
	display: block;
	border-bottom: 1px solid #eeeeee;
	margin: 10px 20px;
	border-top: none !important;
}

.customer-name-map {
	border-bottom: 1px solid black;
}

.customer-name-map::after,
.customer-address-map::after,
.customer-rank-map::after {
	content: "\A";
	white-space: pre;
}

.customer-date-input {
	width: 25%;
}

.customer-address-inputbox,
.customer-notice-inputbox,
.customer-inquiry-inputbox,
.customer-post-inputbox,
.customer-company-inputbox {
	position: relative;
	display: none;
}

.delete-unit {
	position: absolute;
	cursor: pointer;
	top: 35px;
}

.customer-date-inputbox {
	display: flex;
}

.content-wrapper--personal {
	padding: 0;
}

.customer-personal-header {
	/* display: flex; */
	align-items: center;
	box-shadow: 2px 3px 5px gray;
	padding: 0;
}

.customer-personal-header-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 70%;
	margin: 20px 15px;
}

.customer-personal-header-right {
	display: flex;
	position: absolute;
	right: 25px;
	align-items: baseline;
	/* height: 95px; */
	/* line-height: 95px; */
	top: 12px;
	width: 200px;
}

.customer-personal-header-right-0 {
	right: 0 !important;
}

.customer-personal-header-username {
	font-size: 20px !important;
	margin: 0 20px 0 0 !important;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

.customer-personal-header-form {
	display: none;
	width: 30%;
}

.customer-personal-header-btn {
	margin-right: 20px;
	font-size: 12px;
}

.customer-personal-header-room-btn {
	margin-right: 10px;
	font-size: 12px;
}

.customer-personal-header-form .select2-container {
	width: 70% !important;
}

.customer-personal-status {
	display: flex;
	justify-content: flex-start;
	padding: 0px 20px;
	margin: 15px 25px;
	flex-wrap: wrap;
}

.customer-personal-status {
	list-style-type: none;
	display: flex;
	align-items: center;
	padding: 0;
	overflow: hidden;
	flex-wrap: nowrap;
}

.customer-personal-status li {
	display: block;
	position: relative;
	background: #504944;
	line-height: 30px;
	height: 30px;
	color: #fff;
	width: 100px;
	padding-left: 15px;
}

.customer-personal-status li:last-child {
	padding-right: 1em;
}

.customer-personal-status li:last-child:before,
.customer-personal-status li:last-child:after {
	display: none;
}

.customer-personal-status li:before,
.customer-personal-status li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}

.customer-personal-status li:before {
	top: -15px;
	right: -1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 30px 0 30px 1rem;
	z-index: 10;
}

.customer-personal-status li:after {
	top: -15px;
	right: -0.8em;
	border-style: solid;
	border-color: transparent transparent transparent #504944;
	border-width: 30px 0px 30px 1em;
	z-index: 10;
}

.personal-status-black.active:after {
	top: -15px;
	right: -0.8em;
	border-style: solid;
	border-width: 30px 0px 30px 1em;
	z-index: 10;
}

.customer-personal-content {
	width: 95%;
	margin: 14px auto 40px;
}

.personal-status-item {
	background-color: #eeeeee;
	height: 40px;
	min-width: 6%;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	/* font-weight: bold; */
}

.personal-status-greater {
	width: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 5px;
}

.personal-status-black:after {
	top: -18px;
	right: -0.8em;
	border-style: solid;
	border-width: 40px 2px 40px 1em;
	z-index: 10;
}

.customer-personal-tab-group {
	width: 100%;
	overflow: scroll;
	white-space: nowrap;
}

.customer-personal-tab {
	font-size: 14px;
	width: 85px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px !important;
}

#customer-personal-content-2,
#customer-personal-content-3,
#customer-personal-content-4,
#customer-personal-content-5,
#customer-personal-content-6 {
	display: none;
}

.customer-data {
	margin: 15px 0;
	padding: 0 5px 5px 5px;
	background-color: gray;
	border-radius: 5px;
}

.customer-data-box-title,
.customer-data-construct-title {
	background-color: gray;
	color: white;
	padding: 10px 20px;
	margin: 0;
	font-size: 14px;
}

.customer-data-box-items {
	display: flex;
	flex-wrap: wrap;
}

.customer-data-box-item {
	width: 50%;
}

.customer-data-box-item--insight {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.customer-data-box-itemset,
.customer-data-box-itemset--textarea {
	height: 35px;
	line-height: 35px;
	display: flex;
	border-bottom: 1px solid gray;
	margin: 0;
}

.customer-data-box-itemset--textarea {
	width: 200%;
	height: 200px;
}

.customer-data-box-itemset-insight {
	width: 100%;
}

.customer-data-content-title,
.customer-data-content-title--textarea {
	width: 40%;
	margin: 0;
	padding: 0 25px;
	border-left: 2px solid gray;
	overflow: hidden;
	background-color: #eee;
	font-size: 14px;
}

.customer-data-content-title--insight {
	width: 20%;
}

.customer-data-content-editable,
.customer-data-content-editable-js,
.customer-data-content-editable--select,
.customer-data-content-editable--select-js,
.customer-data-content-editable--selectbox,
.customer-data-content-editable-input,
.customer-data-content-editable-input-js,
.customer-data-content-noteditable,
.customer-data-content-editable--textarea,
.customer-data-content-editable--textarea-js,
.customer-data-content-noteditable--textarea {
	margin: 0;
	padding: 0 25px;
	border-right: 2px solid gray;
	border-left: 2px solid gray;
	background-color: #ffffff;
	width: 60%;
	cursor: pointer;
	outline: 0;
	overflow: hidden;
	border-top-width: 0;
	border-bottom-width: 0;
	font-size: 14px;
}

.customer-data-content-editable--hide,
.customer-data-content-editable-textarea-form-hide,
.customer-data-content-editable-input--hide,
.customer-data-box-image--hide {
	display: none;
}

.font-normal {
	font-weight: normal !important;
}

.customer-data-content-editable-input--hide>label {
	font-weight: normal;
}

#customer-data-content-editable-submit {
	display: none;
}

.customer-data-content-title--textarea {
	width: 20%;
}

.customer-data-content-editable--textarea,
.customer-data-content-editable--textarea-js,
.customer-data-content-editable--textarea-form,
.customer-data-content-noteditable--textarea {
	width: 80%;
	resize: none;
	padding: 5px 25px;
	line-height: 20px;
	border-right: 2px solid gray;
	border-left: 2px solid gray;
	border-top: none;
	border-bottom: none;
}

.customer-data-box-image,
.customer-data-box-image-form {
	background-color: #ffffff;
	padding: 25px;
	border: 2px solid gray;
	min-height: 275px;
}

.customer-data-box-noImage {
	background-color: lightgray;
	color: #ffffff;
	font-size: 45px;
	line-height: 170px;
	text-align: center;
	height: 170px;
	width: 30%;
}

.customer-data-box-imageBtn {
	text-align: right;
	margin: 10px 0;
}

.customer-data-update-btn,
.customer-data-update-btn-css {
	padding: 0px 20px;
	margin: 0 0 0 0;
	background-color: #ffffff;
	border: 1px solid gray;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #000000;
	float: right;
	position: relative;
	top: 5px;
	right: 10px;
	box-shadow: none !important;
}

.customer-data-box-imageBtn button {
	background-color: #ffffff;
	border: 2px solid gray;
	/* padding: 2px 2%; */
	font-size: 30px;
	border-radius: 5px;
	text-align: center;
}

.customer-data-box-date {
	display: flex;
	width: 100%;
	margin-bottom: 50px;
}

.customer-data-box-title-date {
	background-color: gray;
	color: white;
	padding: 0px 20px;
	margin: 0;
	font-size: 14px;
	width: 150px;
	height: 35px;
	line-height: 35px;
}

.customer-data-content-date {
	margin: 0;
	padding: 0 25px;
	border: 1px solid gray;
	background-color: #ffffff;
	width: 200px;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}

.customer-data-box-checkbox {
	line-height: 45px;
	height: 45px;
	position: absolute;
	top: 107px;
}

.customer-data-box-checkbox label {
	font-weight: normal;
}

.customer-data-box-checkbox-flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.customer-data-checkbox-notdisplayed {
	display: none;
	margin: 0 10px 0 10px !important;
}

.customer-data-checkbox-displayed {
	margin: 0 10px 0 10px;
	font-size: 14px;
}

.append-sales-item-width {
	width: 200% !important;
}

.append-sales-textarea-width {
	width: 100% !important;
}

.append-sales-title-width {
	width: 40% !important;
}

.append-sales-content-width {
	width: 60% !important;
}

.customer-personal-content-header {
	background-color: #444444;
	color: #dddddd;
	padding: 10px 20px;
}

#customer-sales-header-10,
#customer-sales-header-20,
#customer-sales-header-21,
#customer-sales-header-30,
#customer-sales-header-40,
#customer-sales-header-50,
#customer-sales-header-60,
#customer-sales-header-70,
#customer-sales-header-80,
#customer-sales-header-90,
#customer-sales-header-100 {
	cursor: pointer;
	margin-bottom: 5px;
}

#customer-sales-content-0,
#customer-sales-content-10,
#customer-sales-content-20,
#customer-sales-content-21,
#customer-sales-content-30,
#customer-sales-content-40,
#customer-sales-content-50,
#customer-sales-content-60,
#customer-sales-content-70,
#customer-sales-content-80,
#customer-sales-content-90,
#customer-sales-content-100 {
	display: none;
}

.customer-data-box-title--add {
	margin-top: 30px;
}

.customer-data-box-title .fa-plus {
	position: absolute;
	right: 40px;
	line-height: 30px;
	cursor: pointer;
	font-size: 30px;
}

.customer-personal-chevron-right,
.fa-chevron-down {
	position: absolute;
	right: 20px;
	font-size: 20px;
	line-height: 45px;
	padding: 5px;
	bottom: 5px;
}

.customer-personal-content-header .fa-chevron-down {
	display: none;
}

.customer-data-box-inquiryBtn button {
	padding: 0px 20px;
	margin: 10px 0 0 0;
	background-color: #ffffff;
	border: 1px solid gray;
	border-radius: 5px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}

#register-customer-btn {
	margin-right: 5px;
}

.contact-scheme-btn--duplicate {
	margin-left: 5px;
}

#register-customer-btn {
	display: none;
	position: fixed;
	right: 50%;
	left: auto;
	transform: translateX(50%);
	height: 50px;
}

#register-customer-btn,
.contact-scheme-btn--duplicate {
	font-size: 14px;
	min-width: 200px;
}

#duplicate-customer-buttons {
	right: 0 !important;
	left: 0 !important;
	justify-content: right;
	padding: 0 10%;
}

.customer-data-box-inquiryBtn {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

.customer-data-box-contructBtn {
	display: flex;
}

.customer-data-box-contructBtn button {
	margin-left: 20px;
}

.customer-data-construct-items {
	display: flex;
	flex-wrap: wrap;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	box-sizing: border-box;
}

.customer-data-construct-item {
	width: 16.666666666%;
	text-align: center;
	height: 60px;
	margin: 0 !important;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}

.customer-data-construct-item--plan .construct-data-title,
.customer-data-construct-item--plan .construct-data-date {
	background-color: rgba(0, 0, 0, 0.2);
}

.construct-data-title {
	height: 30px;
	line-height: 30px;
	margin: 0 !important;
	background-color: #dddddd;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	font-size: 12px;
	overflow: hidden;
}

.construct-data-date {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
}

.customer-data-task-table,
.customer-data-folder-table {
	width: 100%;
	margin-top: 10px;
	padding-left: 30px;
	table-layout: fixed;
}

.customer-data-task-thead,
.customer-data-folder-thead,
.customer-data-file-thead {
	background-color: grey;
	color: #ffffff;
}

.customer-data-task-thead th,
.customer-data-folder-thead th,
.customer-data-file-thead th {
	font-weight: normal !important;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding: 4px;
}

.customer-data-task-tbody tr,
.customer-data-folder-tbody tr {
	background-color: #ffffff;
	height: 50px;
	border-top: 10px solid #eeeeee;
	cursor: pointer;
}

.customer-data-task-tbody tr td,
.customer-data-folder-tbody tr td {
	padding: 0 15px;
	font-size: 12px;
}

.customer-data-date {
	width: 20%;
	padding-left: 5px !important;
	overflow: hidden;
	white-space: nowrap;
}

.customer-data-title {
	width: 25%;
	overflow: hidden;
	white-space: nowrap;
}

.customer-data-content {
	width: 25%;
	overflow: hidden;
	white-space: nowrap;
}

.customer-data-category {
	width: 15%;
	overflow: hidden;
	white-space: nowrap;
}

.customer-data-status {
	width: 15%;
	overflow: hidden;
	white-space: nowrap;
}

.customer-data-task-add,
.customer-data-activity-add,
.customer-data-folder-add,
.customer-data-file-add,
.customer-data-delete,
.customer-data-edit {
	background-color: #ffffff;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 0px 20px;
	color: inherit;
}

.customer-data-folder-add {
	margin-bottom: 10px;
}

.customer-data-task-add {
	margin: 0 0 10px 0;
	display: inline-block;
}

.box-body-activity {
	white-space: nowrap;
	overflow: scroll;
}

.customer-data-activity-added-block {
	display: none;
}

.customer-data-activity-table-header {
	display: flex;
	width: 100%;
}

.customer-data-activity-table-header {
	margin-top: 20px;
}

.customer-data-activity-table-body {
	background-color: #ffffff;
	height: 80px;
	width: 100%;
	border-radius: 15px;
	display: flex;
	align-items: center;
	border-bottom: 10px solid #eeeeee;
	padding: 35px 20px;
	border-radius: 35px;
	/* justify-content: space-around; */
}

.customer-data-activity-table-header p,
.customer-data-activity-table-body p {
	margin: 0;
	font-size: 12px;
}

.customer-data-activity-table-body p {
	margin: 0;
}

.customer-data-activity-thead-date,
.customer-data-activity-tbody-date {
	width: 150px;
}

.customer-data-activity-thead-incharge,
.customer-data-activity-tbody-incharge {
	width: 200px;
}

.customer-data-activity-thead-category,
.customer-data-activity-tbody-category {
	width: 150px;
}

.customer-data-activity-thead-inquiry {
	width: calc(100% - 480px);
}

.customer-data-activity-tbody-inquiry {
	width: 500px;
	margin-left: 5px;
	padding-left: 20px;
}

.customer-data-activity-tbody-inquiry-block {
	width: calc(100% - 750px);
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-right: 30px;
}

.customer-data-activity-tbody-inquiry-buttons {
	display: flex;
	flex-direction: column;
}

.customer-data-activity-tbody-inquiry-buttons>button {
	margin: 5px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	width: 130px;
}

.customer-data-activity-thead-detail,
.customer-data-activity-tbody-detail,
.customer-data-activity-tbody-detail--fake,
.customer-data-activity-tbody-open {
	width: 200px;
}

.customer-data-activity-tbody-detail,
.customer-data-activity-tbody-detail--fake,
.customer-data-activity-tbody-close,
.customer-data-activity-tbody-open {
	margin: 0 10px;
}

.customer-data-activity-tbody-close {
	width: 200px;
	display: none;
}

.customer-data-activity-added-block {
	position: relative;
	width: 98%;
	left: 2%;
}

.customer-data-activity-add-btn,
.customer-data-activity-add-btn-default {
	margin: 0 0 10px 4%;
	width: 70px;
	cursor: pointer;
}

.customer-data-folder-tr td p {
	padding-left: 10px;
	margin: 0;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
}

.customer-data-folder-thead-name {
	width: 50% !important;
}

.customer-data-folder-thead-count,
.customer-data-folder-thead-date {
	width: 25% !important;
}

.fa-folder {
	color: gray;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	margin-bottom: 0;
}

.arrow_new_folder {
	position: relative;
	background: #ffffff;
	border: 1px solid #000000;
	width: 50%;
	padding: 50px;
	position: absolute;
	z-index: 100;
	top: 100px;
}

.arrow_new_folder:after,
.arrow_new_folder:before {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_new_folder:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 30px;
	margin-left: -30px;
}

.arrow_new_folder:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 31px;
	margin-left: -31px;
}

.customer-data-folder-add-input {
	background-color: #eeeeee;
	border: 1px solid gray;
}

.customer-data-folder-add-btn {
	background-color: #ffffff;
	border: 1px solid grey;
	width: 80px;
	height: 35px;
	line-height: 30px;
	font-size: 17px;
	padding: 2.5px 0;
	margin-top: 20px;
}

.customer-data-folder-tr td {
	margin-bottom: 30px;
}

.customer-data-filename {
	padding: 5px 10px;
	margin: 0;
}

.customer-data-file-return {
	font-size: 15px;
	padding-left: 3px;
	margin: 0;
	box-shadow: unset !important;
}

.customer-data-file-add,
.customer-data-delete,
.customer-data-edit {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.customer-data-delete {
	display: none;
	margin-left: 50px;
}

.customer-data-file-btn {
	width: 70px;
	margin-top: 10px;
}

/* .customer-data-task-tr {
	cursor: pointer;
} */

.customer-data-task-date {
	width: 100px;
}

.customer-data-task-content {
	width: 300px;
}

.customer-data-task-name {
	width: 100px;
}

.customer-data-task-status {
	width: 100px;
}

.customer-data-task-status:last-of-type {
	width: 180px;
}

.box-body-personal-content6 {
	margin-bottom: 0;
}

.box-body-personal-content6--buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.box-body-personal-content6 .col-sm-5,
.box-body-personal-content6 .col-sm-7 {
	background-color: #eeeeee;
}

.personal-content6-file-add .select2-container {
	width: 90% !important;
}

.personal-content6-file-add {
	display: none;
}

.personal-content6-file-register-btn {
	margin-right: 60px;
}

.form-pdf-drag-2 {
	height: 250px;
}

.dm-edit-link {
	color: black;
	display: block;
}

/* dashboard-css */

.ranking-content-title {
	margin-top: 20px;
}

.ranking-btn-to-top,
.ranking-btn-to-top:visited,
.ranking-btn-to-top:hover,
.ranking-btn-to-top:active {
	color: #000000;
	border-bottom: 1px solid #000000;
	font-size: 16px;
}

.ranking-checkboxes {
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	padding: 5px 10px;
}

.ranking-checkbox-block {
	display: flex;
	align-items: center;
	width: 130px;
	margin-bottom: 20px;
}

.ranking-checkbox-block label,
.ranking-checkbox-block input {
	margin: 0 5px 0 0;
	font-size: 12px;
}

.ranking-checkbox-block label {
	font-weight: normal;
	margin-left: 10px;
}

.ranking-table-overroll {
	display: flex;
	width: 100%;
	margin-top: 20px;
	border-left: 1px solid black;
}

.ranking-table-overroll-left {
	max-width: 60%;
	display: flex;
	border-right: 3px solid #000000;
	border-bottom: 1px solid black;
}

.ranking-table-overroll-right {
	display: flex;
	overflow: scroll;
	border-bottom: 1px solid black;
}

.ranking-table-column .ranking-table-th {
	min-width: max-content;
	background-color: #a4c6ff;
	border-top: 1px solid black;
	border-right: 1px solid black;
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 12px;
}

.ranking-table-column .ranking-table-td {
	border-top: 1px solid black;
	border-right: 1px solid black;
	margin: 0;
	padding: 5px 10px;
	text-align: right;
	font-size: 12px;
}

.ranking-table-column {
	min-width: max-content;
}

#call-postcode-api {
	font-size: 12px;
	width: 120px;
	height: 30px;
}

/* #ranking-table-sales-column,
#ranking-table-sales-lastmonth-column,
#ranking-table-sales-month-before-last-column,
#ranking-table-contract-column,
#ranking-table-contract-additional-column,
#ranking-table-cl-column,
#ranking-table-arp-column,
#ranking-table-walkin-column,
#ranking-table-meeting-column,
#ranking-table-search-column,
#ranking-table-search2-column,
#ranking-table-agreement-rate-column,
#ranking-table-agreement-cl-column,
#ranking-table-cancel-column,
#ranking-table-cancel-amount-column{
  display: none;
} */

.customer-tab-group .fa-exclamation-circle {
	color: red;
}

.chart-sales-displayed {
	display: block !important;
}

.top-sales-chart-tabs,
.top-ap-chart-tabs {
	text-align: center;
	height: 50px;
	line-height: 25px;
	padding-top: 10px;
}

.top-sales-chart-tab-block,
.top-ap-chart-tab-block {
	margin: 0 auto;
	border: 1px solid gray;
	/* padding: 5px 20px; */
	border-radius: 5px;
	width: 150px;
	display: flex;
	justify-content: space-around;
}

.top-sales-chart-tab,
.top-ap-chart-tab {
	display: inline-block;
	width: 33.333%;
	font-size: 12px;
	cursor: pointer;
}

.top-sales-chart-tab-center,
.top-ap-chart-tab-center {
	border-right: 1px solid gray;
	border-left: 1px solid gray;
}

#chart-sales-weekly,
#chart-sales-monthly,
#chart-sales-yearly,
#chart-ap-weekly,
#chart-ap-monthly,
#chart-ap-yearly {
	padding: 0 15px;
}

#top-calendar>div>div>table>thead>tr>td>div>div>table>tbody>tr>th.fc-col-header-cell.fc-day>div>a {
	color: #000000;
	font-weight: normal;
}

#top-calendar>div>div>table>thead>tr>td>div>div>table>tbody>tr>th.fc-col-header-cell.fc-day.fc-day-sat.fc-day-future>div>a {
	color: blue !important;
}

#top-calendar>div>div>table>thead>tr>td>div>div>table>tbody>tr>th.fc-col-header-cell.fc-day.fc-day-sun.fc-day-future>div>a {
	color: red !important;
}

.top-map-googlemap {
	position: absolute;
	top: 119px;
	right: 3%;
	height: 350px;
	width: 60%;
}

.top-process-list-btn {
	width: 85px;
	font-size: 12px;
	color: #000000;
	background-color: #eeeeee;
}

.top-card-table .dataTables_wrapper .dataTables_length label .form-control,
.top-card-table .real-search,
.top-map-table .dataTables_wrapper .dataTables_length label .form-control,
.top-map-table .real-search,
.top-list-table .dataTables_wrapper .dataTables_length label .form-control,
.top-list-table .real-search {
	display: none;
}

.top-index-cards {
	position: absolute;
	/* bottom:-70px; */
	left: 2%;
	display: flex;
}

#top-process-content,
#top-task-content {
	display: none;
}

.top-card-table {
	position: relative;
}

.top-status-item {
	height: 40px;
	width: 60px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	/* font-weight: bold; */
}

.top-status-item:hover {
	font-size: 14px;
}

.top-table-status {
	position: absolute;
	top: 4%;
	right: 20px;
	z-index: 1;
	font-size: 10px;
	padding: 1px 10px;
	line-height: 20px;
	min-width: 50px;
	text-align: center;
}

#top-tablebody-card-2,
#top-tablebody-card-3,
#top-tablebody-card-4,
#top-tablebody-card-5,
#top-tablebody-card-6,
#top-tablebody-card-7,
#top-tablebody-card-8,
#top-tablebody-card-9,
#top-tablebody-card-10 {
	display: none;
}

.top-task-read-status {
	position: absolute;
	top: 4%;
	left: 20px;
	z-index: 1;
	background-color: #45c7c3;
	color: #ffffff;
	font-size: 13px;
	padding: 1px 10px;
	line-height: 20px;
	min-width: 50px;
	text-align: center;
	border-radius: 15px;
	cursor: pointer;
}

.top-task-read-status:hover {
	transform: scale(1.1);
}

.top-task-status {
	position: absolute;
	top: 4%;
	right: 20px;
	z-index: 1;
	font-size: 10px;
	padding: 1px 10px;
	line-height: 20px;
	min-width: 50px;
	text-align: center;
	background-color: #eeeeee;
}

.top-task-content .dataTables_wrapper .dataTables_length label .form-control {
	display: none;
}

.top-status-bar {
	display: flex;
	justify-content: flex-start;
	padding: 0px 20px;
	margin-top: 10px;
	width: 100%;
	overflow: scroll;
	white-space: nowrap;
	flex-wrap: nowrap;
	width: 100%;
}

#top-statusbar-1 {
	color: #ffffff;
}

#top-statusbar-1,
#top-statusbar-2,
#top-statusbar-3,
#top-statusbar-4,
#top-statusbar-12,
#top-statusbar-6,
#top-statusbar-7,
#top-statusbar-8,
#top-statusbar-9,
#top-statusbar-10 {
	cursor: pointer;
	width: fit-content;
}

#top-statusbar-2,
#top-statusbar-3,
#top-statusbar-4,
#top-statusbar-12,
#top-statusbar-6,
#top-statusbar-7,
#top-statusbar-8,
#top-statusbar-9,
#top-statusbar-10 {
	cursor: pointer;
	width: fit-content;
	padding-left: 25px;
}

.top-status-bar {
	list-style-type: none;
	/* display:table; */
	width: 100%;
	padding: 0;
	/* margin:0; */
	overflow: hidden;
}

.top-status-bar li {
	text-align: center;
	display: table-cell;
	position: relative;
	background: #504944;
	padding: 12px;
	color: #fff;
	font-size: 12px;
}

.top-status-bar li:last-child {
	padding-right: 1em;
}

.top-status-bar li:last-child:before,
.top-status-bar li:last-child:after {
	display: none;
}

.top-status-bar li:before,
.top-status-bar li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}

.top-status-bar li:after {
	top: -18px;
	right: -0.8em;
	border-style: solid;
	border-color: transparent transparent transparent #504944;
	border-width: 40px 2px 40px 1em;
	z-index: 10;
}

.top-status-bar li.active:after {
	top: -18px;
	right: -0.8em;
	border-style: solid;
	border-width: 40px 2px 40px 1em;
	z-index: 10;
}

/* .top-status-bar li:after{
  top:-18px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 2px 40px 1em;
  z-index: 10;
} */
/* .top-status-bar li.is-current{
  background: #000000;
  font-weight: bold;
  border-radius: 10px;
}
.top-status-bar li.is-current:after{
  border-color: transparent transparent transparent #000000;
} */

.top-card-table #example5_length {
	padding-bottom: 40px;
}

.top-notice-blocks {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.top-notice-block-upper {
	width: 100%;
	height: 285px;
	margin: 0 0 20px 0;
	padding: 10px 10px;
}

.top-notice-block-upper-vendor {
	width: 100% !important;
	max-height: 80vh !important;
	margin: 0 0 40px 0;
	padding: 10px 30px;
}

.top-notice-block-bottom {
	width: 48%;
	margin: 0 0 40px 0;
	padding: 20px 30px;
}

.top-notice-block-bottom>.box-body {
	padding: 15px !important;
	border-radius: 5px;
}

.top-notice-record-count {
	font-size: 10px;
	margin-left: 20px;
}

.top-notice-record-upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-notice-record {
	overflow: hidden;
	padding: 5px 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.top-notice-scrollable {
	overflow: scroll;
}

.top-notice-record-status {
	font-size: 13px;
	display: flex;
	align-items: center;
}

.top-notice-record-date {
	color: lightgray;
	font-size: 10px;
}

.top-notice-record-msg {
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	margin: 5px 0 0 15px;
}

.top-notice-record-status .set-dot-style {
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	width: 10px;
	display: inline-block;
}

.top-store-ranking .col-sm-5,
.top-store-ranking .col-sm-7,
.top-store-ranking .dataTables_wrapper .dataTables_length label .form-control,
.top-store-ranking .real-search,
.top-store-ranking .dataTables_length {
	display: none;
}

.top-store-ranking-table {
	padding: 5px !important;
	margin: 0 !important;
}

.top-store-ranking-table>thead>tr {
	border-bottom: 1px solid #ffffff;
}

.top-store-ranking-div {
	overflow: scroll;
	white-space: nowrap;
	-ms-overflow-style: none !important;
	scrollbar-width: none !important;
}

.top-store-ranking-div::-webkit-scrollbar {
	display: none !important;
}

.top-store-ranking .odd {
	background-color: #eeeeee !important;
}

.top-store-ranking .even {
	background-color: #ffffff !important;
}

.top-store-ranking th {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 10px !important;
}

.top-store-ranking #example7,
.top-store-ranking #exanple10 {
	width: 100% !important;
}

.top-store-ranking td {
	border: none !important;
}

.top-task-card .dataTables_wrapper .dataTables_length label .form-control,
.top-task-card .real-search {
	display: none;
}

.toppage-box-header {
	font-size: 12px;
}

.js-top-store-ranking-tr,
.js-top-store-ranking-tbody-tr {
	position: relative;
}

.js-top-store-ranking-tbody-tr {
	height: 40px !important;
	font-size: 14px;
}

.js-top-store-ranking-tbody-tr td {
	line-height: 35px !important;
	padding: 0 !important;
}

.js-top-store-ranking-arrow {
	position: absolute;
	background: #ffffff;
	border: 1px solid #eeeeee;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	left: -30px;
	width: 460px;
	z-index: 10;
}

.js-top-store-ranking-arrow:after,
.js-top-store-ranking-arrow:before {
	bottom: 100%;
	left: 25%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.js-top-store-ranking-arrow:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 25px;
	margin-left: -25px;
}

.js-top-store-ranking-arrow:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eeeeee;
	border-width: 26px;
	margin-left: -26px;
}

#js-top-ranking-arrow-close span {
	cursor: pointer;
}

.top-ranking-arrow-item {
	display: flex;
	flex-direction: column;
	min-width: 50%;
}

.top-ranking-arrow-title {
	background-color: #a4c6ff;
	padding: 2px 10px;
	border: 1px solid black;
	margin: 0 !important;
	font-size: 12px;
}

.top-ranking-arrow-data {
	padding: 2px 10px;
	border: 1px solid black;
	margin: 0 !important;
	font-size: 12px;
}

.js-top-ranking-arrow-close {
	cursor: pointer;
}

.js-top-store-ranking-link {
	text-align: right;
}

.js-top-store-ranking-link a {
	border-bottom: 1px solid #000000;
	font-size: 10px;
}

.top-store-ranking-image {
	height: 30px;
	width: 30px;
	padding: 1px;
	margin: 0 5px 1px 1px;
	border-radius: 50%;
	border: 1px solid #dddddd;
}

.box-body .fc {
	margin-top: 0 !important;
	height: 100% !important;
}

.box-body-calendar,
.box-body-notice {}

.top-calendar-alert {
	text-align: center;
	font-weight: bold;
	margin: 25px;
	padding: 5px;
	border-radius: 25px;
	color: #ffffff;
	background-color: #800000;
}

.top-calendar-explain {
	text-align: center;
}

.fc-daygrid-event-dot {
	display: none;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time,
.fc-daygrid-dot-event .fc-event-title {
	font-weight: normal !important;
	font-size: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
	background-color: gray;
	color: #ffffff;
	font-weight: normal !important;
	display: block;
	font-size: 10px;
}

.fc .fc-daygrid-event-harness {
	margin-bottom: 5px;
}

.set-color-white {
	color: #ffffff !important;
}

.set-color-black {
	color: #000000 !important;
}

#top-calendar-link {
	z-index: 10;
	background-color: transparent;
	position: absolute;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.customer-checkboxes {
	display: flex;
	align-items: baseline;
	position: relative;
}

.customer-checkboxes-parent {
	display: flex;
	align-items: center;
	padding: 20px 0 20px 20px;
	background-color: #eeeeee;
}

.customer-map-check-all {
	font-size: 1.5rem !important;
	padding: 0px 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
}

.arrow_box-map {
	position: absolute;
	background: #ffffff;
	border: 1px solid gray;
	font-size: 1.2rem;
	padding: 15px 50px;
	top: 60px;
	width: fit-content;
	display: none;
	z-index: 1;
	white-space: nowrap;
	right: -85px;
	color: #000000;
}

.arrow_box-map-block {
	display: flex;
	justify-content: space-around;
	white-space: nowrap;
	align-items: center;
}

.arrow_box-map-label {
	margin: 0 5px 0 5px;
	width: 85px;
}

.arrow_box-map-red {
	background-color: red;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
}

.arrow_box-map-black {
	background-color: #000;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
}

.arrow_box-map-green {
	background-color: green;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
}

.arrow_box-map-white {
	background-color: white;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
	border: 1px solid #000;
}

.arrow_box-map-blue {
	background-color: blue;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
}

.arrow_box-map-yellow {
	background-color: yellow;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
}

.arrow_box-map-gray {
	background-color: gray;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
}

.arrow_box-map-orange {
	background-color: orange;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
}

.arrow_box-map-purple {
	background-color: purple;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
}

.arrow_box-map-brown {
	background-color: brown;
	height: 20px;
	width: 50px;
	margin: 5px;
	border-radius: 5px;
}

.arrow_box-map:after,
.arrow_box-map:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box-map:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}

.arrow_box-map:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #000000;
	border-width: 21px;
	margin-left: -21px;
}

.arrow_box-map label {
	font-weight: normal;
	/* margin-left: 30px; */
	margin: 10px 0 10px 30px;
}

/* scheme-css */

.check-list-title {
	line-height: 40px;
	margin-right: 20px;
	width: 25%;
}

.input-block {
	display: flex;
	margin-bottom: 15px;
}

.input-list {
	width: 100%;
}

.input-block-item {
	line-height: 40px;
	margin: 0 10px;
	cursor: pointer;
}

.add-input-block {
	color: #005fff;
	font-size: 15px;
	margin-left: 30px;
	cursor: pointer;
}

.add-input-block-checkbox {
	color: #005fff;
	font-size: 15px;
	margin-left: 30px;
	cursor: pointer;
}

.add-input-block-selectbox {
	color: #005fff;
	font-size: 15px;
	margin-left: 30px;
	cursor: pointer;
}

.add-input-block-radio {
	color: #005fff;
	font-size: 15px;
	margin-left: 30px;
	cursor: pointer;
}

/* file-css */
#voice-upload {
	display: none;
}

.voice-tab-group {
	position: relative;
	top: 1px;
	float: left;
}

.label-success {
	color: #ffffff !important;
	padding: 5px 15px;
	font-size: 15px;
}

/* task-css */
#vendor-select-block .select2-container,
.form-incharge .select2-container {
	width: 85% !important;
}

.task-add-box .row:nth-child(1) {
	display: none !important;
}

.task-category-btn {
	min-width: 64px;
	margin: 10px 0;
	font-size: 11px;
}

.task-image-modal {
	margin: 10px 1% 10px 1%;
	width: 30%;
}

.task-delete-image {
	height: 25px;
	width: 25px;
	display: block;
	border-radius: 50%;
	background-color: #2299ff;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
}

.image-delete-btn-div {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
}

.image-delete-btn {
	width: 200px;
	font-size: 20px;
	background-color: #eeeeee;
}

.popup-image-modal {
	width: 100vw;
	height: 100vh;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.9);
}

.popup-image-modal img {
	min-height: 200px;
	margin: auto;
	width: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.popup-image-modal-remove {
	font-size: 50px;
	cursor: pointer;
	text-align: right;
	color: #ffffff;
	width: 95%;
	position: relative;
	top: 38px;
	right: 8px;
}

.set-display-none {
	display: none;
}

.set-display-block {
	display: block;
}

.team-form-added-delete {
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	cursor: pointer;
}

.sidebar-icon {
	font-weight: normal !important;
	position: absolute;
	right: -25px;
	font-size: 12px !important;
	line-height: 100%;
	padding: 0;
}

.sidebar-icon--right {
	display: none;
}

.sidebar-link-box-master {
	padding-left: 25px !important;
}

.sidebar-link-box-master_wrapper {
	display: none;
}

.sidebar-link-box {
	cursor: pointer;
}

/* 削除ログ */
.log-table-body {
	margin: 10px;
	overflow: scroll;
	white-space: nowrap;
}

.log-table {
	margin: 0 auto;
}

.log-table-tr {
	line-height: 200%;
}

.log-table-th {
	text-align: left;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	padding-left: 1vw;
	margin-bottom: 20px;
}

.log-table-td {
	background-color: #ffffff;
	width: 30%;
	padding-left: 1vw;
	padding-right: 5vw;
}

.log-table-td-date {
	width: 10%;
}

.log-table-td-name {
	width: 20%;
}

.log-table-td-content {
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
}

/* team-css */
.form-teamname-block {
	align-items: center;
}

.form-teamname {
	margin: 0 !important;
	transform: scale(1.5);
	width: 40px;
}

.form-message {
	font-size: 12px;
	color: red;
}

.form-message-link {
	font-size: 12px;
}

.form-message-link-login {
	font-size: 12px;
	text-align: center;
	display: block;
}

.team-add-form-label {
	margin-right: 3px;
	font-size: 12px;
}

/* users-css */
.users-mypage-group {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 6px 12px;
}

.users-mypage-group .form-control {
	width: 40% !important;
	margin-left: 10px;
}

/* inquiry-css */
.inquiry-search-btn {
	border-radius: 0 !important;
	box-shadow: unset !important;
	height: 30px !important;
	width: 70px;
}

.inquiry-edit-link {
	color: #000;
	border-bottom: 1px solid #000;
}

.inquiry-edit-link:hover {
	border-bottom: none;
	position: relative;
	top: 2px;
	left: 2px;
}

.inquiry-text-box-body {
	padding: 50px 100px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.inquiry-text-box img {
	width: 25px;
}

.inquiry-text-box {
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	margin: 10px 5%;
	align-items: center;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 10px 3%;
	height: 70px;
	width: 40%;
	cursor: pointer;
}

.inquiry-text-box-p {
	margin: 0;
	padding-left: 10px;
	color: gray;
}

.inquiry-text-input-box-body {
	padding: 50px 100px 0 !important;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.inquiry-text-input-box-body .form-group {
	width: 100%;
	align-items: center;
	justify-content: flex-start !important;
}

.inquiry-text-input-box-body .form-label {
	width: 100px;
}

.inquiry-text-input-box-body .form-label {
	width: 120px;
}

.inquiry-text-input-check {
	margin: 0 !important;
	margin-bottom: 5px !important;
	transform: scale(1.7);
}

.inquiry-text-input-text {
	width: 100% !important;
}

.align-baseline {
	align-items: baseline !important;
}

#inquiry-text-box-check,
#inquiry-text-box-pulldown,
#inquiry-text-box-radio,
#inquiry-text-box-date,
#inquiry-text-box-normal-text {
	display: none;
}

.skin-blue .main-header .logo {
	background-color: transparent !important;
	width: fit-content;
}

.inquiry-text-box:nth-child(1) {
	background-color: #fff8c4;
}

#category_block_location,
#category_block_meet,
#category_block_sale,
#category_block_budget,
#category_block_before_construction,
#category_block_complete_construction,
#category_block_construction,
#category_block_invoice,
#category_block_closing {
	display: none;
}

.popup-block .submit {
	display: inline-block;
}

.popup-block-duplicate-message {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	font-size: 15px;
	color: red;
}

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

.select2-results__group {
	display: none !important;
}

#top-ranking-block-week,
#top-ranking-block-week2,
#top-ranking-block-month,
#top-ranking-block-month2,
#top-ranking-block-year,
#top-ranking-block-year2 {
	display: none;
}

.display-none {
	display: none;
}

.top-notice-record:hover {
	position: relative;
	top: 2px;
	left: 2px;
}

.js-top-store-ranking-tbody-tr:hover {
	font-size: 14.5px;
}

#customer-card:hover,
#customer-list:hover,
#customer-map:hover,
#customer-card-contact:hover,
#customer-list-contact:hover,
#customer-map-contact:hover {
	transform: scale(1.1);
}

.incharge-read-status-inner td {
	display: inline-block;
	width: unset !important;
	border: none;
}

@media screen and (max-width: 470px) {
	.js-top-store-ranking-arrow {
		width: 100%;
		flex-direction: column;
	}
}

@media screen and (max-width: 1150px) {
	.top-notice-blocks {
		flex-direction: column;
		width: 100%;
	}

	.top-notice-block-upper {
		width: 100%;
		margin-top: 15px;
	}

	.top-notice-block-bottom {
		width: 100%;
	}

	.top-store-ranking .col-sm-6 {
		display: none;
	}

	#top-process-content,
	#top-task-content,
	#customer-index-content,
	#customer-dm-content {
		margin-top: 25px;
	}

	.customer-tab-group {
		top: 25px !important;
	}

	.customer-tr-card {
		width: 47%;
		margin-left: 2%;
	}
}

@media screen and (max-width: 1115px) {
	.period-unit {
		right: 40px;
	}
}

@media screen and (max-width: 1015px) {
	.set-width-33 {
		width: 100% !important;
	}

	.col-xs-4,
	.col-xs-6 {
		width: 100% !important;
	}

	.set-flexbox-sp {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.set-display-none-sp {
		display: none;
	}
}

@media screen and (max-width: 1015px) {
	.set-width-33 {
		width: 100% !important;
	}
}

@media (max-width: 1000px) {
	.box-footer {
		margin: 0;
		/* text-align: center; */
	}
}

@media screen and (max-width: 1000px) {

	.save-condition,
	.saved-history {
		margin-left: 0;
	}

	.customer-personal-header-form {
		/* display: flex; */
		width: 30%;
		justify-content: space-around;
	}

	.contact-list {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.inquiry-text-box-body {
		padding: 50px 10px !important;
		flex-direction: column;
	}

	.inquiry-text-box {
		width: 90%;
	}

	.inquiry-text-input-box-body {
		padding: 50px 10px !important;
	}
}

/* @media screen and (max-width: 1300px) {
  .col-sm-12 {
	overflow: scroll;
	white-space: nowrap;
  }
} */

@media screen and (max-width: 1000px) {

	/* .col-sm-12{
	overflow: scroll;
	white-space: nowrap;
  } */
	.delete-unit {
		right: 0px;
	}

	.notice-buttons {
		justify-content: space-between;
	}

	.customer-index-button {
		margin-bottom: 10px;
	}

	.customer-checkbox-all {
		width: 120px;
	}

	.customer-data-blacklist-input {
		margin-bottom: 45px !important;
	}

	.customer-data-blacklist-label {
		margin-bottom: 40px;
	}

	.customer-data-activity-table-header {
		width: fit-content;
	}

	.customer-data-activity-table-body {
		width: fit-content;
	}

	.customer-personal-header-left {
		justify-content: left;
		width: 100%;
	}

	.customer-personal-header-username {
		font-size: 15px !important;
		margin-right: 0 !important;
	}

	.customer-data-task-table,
	.customer-data-folder-table {
		width: auto;
	}

	.customer-table-map .col-sm-12 {
		overflow: unset;
		white-space: unset;
	}
}

@media screen and (max-width: 1000px) {
	.popup-call {
		height: fit-content;
	}

	.popup-call .form-group {
		width: 100% !important;
	}

	.popup-call .set-margin {
		margin-left: 0;
	}

	.popup-call textarea {
		width: 100% !important;
	}

	.popup-block-buttons .btn .popup-block-buttons--scheme .btn {
		width: 100px;
	}

	.popup-block-comfirmation {
		width: 90%;
	}

	.popup-block {
		/* height: 50vh; */
		width: 90%;
	}
}

@media (max-width: 991px) {
	.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
		background: #fff !important;
		color: #444 !important;
	}
}

@media (max-width: 991px) {

	.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
	.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
	.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
		background: #fff !important;
		color: #444 !important;
	}
}

@media (max-width: 991px) {

	.main-header .navbar-custom-menu a,
	.main-header .navbar-right a {
		color: inherit;
		background: transparent;
	}
}

@media (max-width: 991px) {
	.content-header>.breadcrumb {
		position: relative;
		margin-top: 5px;
		top: 0;
		right: 0;
		float: none;
		background: #d2d6de;
		padding-left: 10px;
	}

	.content-header>.breadcrumb li:before {
		color: #97a0b3;
	}
}

@media (max-width: 991px) {
	.navbar-custom-menu .navbar-nav>li {
		float: left;
	}

	.navbar-custom-menu .navbar-nav {
		margin: 0;
		float: left;
	}

	.navbar-custom-menu .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
	}
}

@media (max-width: 991px) {
	.navbar-collapse.pull-left {
		float: none !important;
	}

	.navbar-collapse.pull-left+.navbar-custom-menu {
		display: block;
		position: absolute;
		top: 0;
		right: 40px;
	}
}

@media (max-width: 991px) {
	.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
		background-color: #f9f9f9;
	}
}

@media (max-width: 991px) {
	.navbar-custom-menu>.navbar-nav {
		float: right;
	}

	.navbar-custom-menu>.navbar-nav>li {
		position: static;
	}

	.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
		position: absolute;
		right: 5%;
		left: auto;
		border: 1px solid #ddd;
		background: #fff;
	}
}

@media (max-width: 991px) {
	.chart-legend>li {
		float: left;
		margin-right: 10px;
	}
}

@media (max-width: 991px) {
	.error-page {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.error-page>.headline {
		float: none;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.error-page>.error-content {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.error-page>.error-content>h3 {
		text-align: center;
	}
}

@media screen and (max-width: 990px) {
	.delete-unit {
		right: 10px;
	}

	.customer-address-input,
	.customer-notice-input,
	.customer-inquiry-input,
	.customer-post-input,
	.customer-division-input,
	.customer-furigana-input,
	.customer-company-input {
		width: 95%;
	}
}

@media screen and (max-width: 870px) {
	.customer-index-buttons .btn {
		width: 130px;
	}
}

@media screen and (max-width: 820px) {
	.dataTables_wrapper .dataTables_length label .form-control {
		width: 75px !important;
	}
}

@media screen and (max-width: 820px) {
	.content-wrapper {
		width: 100%;
		margin-left: 0;
	}

	.main-header {
		height: 150px !important;
		align-items: unset;
	}

	.header-button-blocks {
		justify-content: flex-start;
		white-space: nowrap;
		overflow: scroll;
	}

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

	.contact-list {
		width: 100vw;
	}
}

@media screen and (max-width: 820px) {
	.navbar-static-top {
		position: absolute !important;
		top: 70px !important;
		right: 0px !important;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		background-color: red;
	}
}

@media (min-width: 820px) {

	.sidebar-mini.sidebar-collapse .content-wrapper,
	.sidebar-mini.sidebar-collapse .right-side,
	.sidebar-mini.sidebar-collapse .main-footer {
		margin-left: 50px !important;
		z-index: 840;
	}

	.sidebar-mini.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 50px !important;
		z-index: 850;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li {
		position: relative;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
		margin-right: 0;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
		border-top-right-radius: 4px;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
		border-bottom-right-radius: 4px;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom-right-radius: 4px;
	}

	.sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
	.sidebar-mini.sidebar-collapse .sidebar-form,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
	.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
		display: none !important;
		-webkit-transform: translateZ(0);
	}

	.sidebar-mini.sidebar-collapse .main-header .logo {
		width: 50px;
	}

	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		font-size: 18px;
	}

	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
		display: none;
	}

	.sidebar-mini.sidebar-collapse .main-header .navbar {
		margin-left: 50px;
	}
}

@media (max-width: 820px) {
	.main-sidebar {
		padding-top: 150px;
		-webkit-transform: translate(-230px, 0);
		-ms-transform: translate(-230px, 0);
		-o-transform: translate(-230px, 0);
		transform: translate(-298px, 0);
	}

	.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.sidebar-open .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (max-width: 820px) {
	.main-header {
		position: relative;
	}

	.main-header .logo,
	.main-header .navbar {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.main-header .navbar {
		margin: 0;
	}

	.main-header .navbar-custom-menu {
		float: right;
	}
}

@media (max-width: 820px) {
	.main-header .navbar-right {
		float: none;
	}

	.navbar-collapse .main-header .navbar-right {
		margin: 7.5px -15px;
	}

	.main-header .navbar-right>li {
		color: inherit;
		border: 0;
	}
}

@media screen and (max-width: 800px) {
	.popup-block-input-flex .form-group {
		width: 100% !important;
	}
}

@media screen and (max-width: 770px) {
	.popup-block-btn {
		right: 10%;
	}
}

@media screen and (max-width: 769px) {
	.customer-map-googlemap {
		top: 34.5%;
		/* width: 55%; */
		bottom: unset;
	}
}

@media screen and (max-width: 768px) {
	.call-mypage-btn {
		width: 110px;
		color: white;
		margin-right: 20px;
	}

	/* .js-next-user-add-btn{
  position: absolute;
  top: 43px;
  right: 0;
} */
	.call-mypage-tr td {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mypage-btns {
		top: 58px !important;
		right: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.popup-block-header {
		padding: 0px 30px !important;
		margin-bottom: 5px;
		font-size: 20px;
	}

	.popup-block-input {
		width: 50%;
		margin: auto;
	}

	.popup-block-bottom {
		padding: 20px;
	}

	.popup-block-flex {
		flex-direction: column;
	}

	.form-pdf-text {
		width: 100%;
	}

	.popup-block-form {
		width: 90% !important;
		/* margin: 10px auto 10px auto; */
	}

	.form-card-block {
		padding: 0 10px;
		right: 0;
		width: 100%;
		overflow: scroll;
		top: -10px;
		height: 50vh;
		margin: 0;
	}

	.form-card {
		width: 90% !important;
	}

	.form-card-process {
		top: 50px;
		width: 90%;
	}

	.record-attendance {
		border-radius: 5px;
		letter-spacing: 0px;
		font-size: 20px;
	}

	#now,
	#started-time {
		font-size: 12px;
		margin-top: 15px;
	}

	.karte-to-card-btn {
		font-size: 12px;
		top: 13px;
		left: 42vw;
	}

	.popup-block-button {
		margin: 10px;
	}

	.form-card-buttons {
		flex-wrap: wrap;
		padding: 0;
	}

	.popup-block-button-block {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.common-justsave-contact-button,
	.common-save-contact-button {
		margin: auto;
	}

	.popup-call textarea {
		width: 90% !important;
	}

	.popup-call .call-textarea {
		width: 100% !important;
	}

	.form-karte-label-checkbox {
		margin: 0 10px 0 0;
	}

	.popup-register-karte {
		width: 90%;
		margin: 60px auto 0 auto;
	}

	..form-karte {
		display: block;
	}

	.form-group-dm {
		width: 80%;
	}

	.popup-block-comfirmation {
		width: 90%;
	}

	.popup-block-cancel-css {
		height: 45px !important;
		line-height: 45px;
	}

	.popup-block-bottom-customer-image {
		padding: 20px;
	}
}

@media (min-width: 768px) {
	.modal-content {
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
	}
}

@media (max-width: 768px) {
	.small-box {
		text-align: center;
	}

	.small-box .icon {
		display: none;
	}

	.small-box p {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.navbar-nav>.user-menu .user-image {
		float: none;
		margin-right: 0;
		margin-top: -8px;
		line-height: 10px;
	}
}

@media (max-width: 768px) {
	.nav-tabs.control-sidebar-tabs {
		display: table;
	}

	.nav-tabs.control-sidebar-tabs>li {
		display: table-cell;
	}
}

@media (max-width: 768px) {
	.control-sidebar {
		padding-top: 100px;
	}
}

@media (max-width: 768px) {

	.fixed .content-wrapper,
	.fixed .right-side {
		padding-top: 100px;
	}
}

@media (max-width: 768px) {

	.content-wrapper,
	.main-footer {
		margin-left: 0;
	}
}

@media (min-width: 768px) {

	.sidebar-collapse .content-wrapper,
	.sidebar-collapse .main-footer {
		margin-left: 0;
	}
}

@media (max-width: 768px) {

	.sidebar-open .content-wrapper,
	.sidebar-open .main-footer {
		-webkit-transform: translate(230px, 0);
		-ms-transform: translate(230px, 0);
		-o-transform: translate(230px, 0);
		transform: translate(230px, 0);
	}
}

@media (min-width: 768px) {

	.control-sidebar-open .content-wrapper,
	.control-sidebar-open .right-side,
	.control-sidebar-open .main-footer {
		margin-right: 230px;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-6 {
		padding: 10px 5px !important;
	}
}

@media screen and (max-width: 768px) {
	.update-btn {
		width: 60px !important;
	}
}

@media screen and (max-width: 768px) {
	.delete-btn {
		width: 60px !important;
	}
}

@media screen and (max-width: 768px) {
	.dataTables_length {
		text-align: right;
		width: 30% !important;
		position: relative;
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	.dataTables_length label {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.dataTables_filter {
		text-align: right;
	}
}

@media screen and (max-width: 768px) {
	.dataTables_filter label {
		margin-left: 15px;
	}

	.dataTables_filter label #text {
		background-color: red;
	}
}

@media screen and (max-width: 768px) {
	.set-padding-responsive {
		padding: 10px 0 !important;
	}

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

@media screen and (max-width: 768px) {
	.form-image-text {
		width: 100%;
	}
}

@media (max-width: 768px) {

	.login-box,
	.register-box {
		width: 90%;
		margin-top: 20px;
	}

	.login-box-content {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.customer-date-input {
		width: 50%;
	}

	.customer-table-card .col-sm-12,
	.top-task-card .col-sm-12 {
		white-space: normal;
	}

	.customer-table-card .col-sm-6:nth-child(2),
	.customer-table-list .col-sm-6:nth-child(2),
	.customer-table-map .col-sm-6:nth-child(2) {
		display: none;
	}

	.top-task-card .col-sm-6 {
		display: none;
	}

	.customer-personal-tab-group {
		top: -15px;
	}

	.customer-tab-group--ranking {
		top: 0px !important;
	}

	.customer-personal-header-left {
		justify-content: left;
		width: 100%;
	}

	.personal-status-item {
		display: table;
	}

	.customer-personal-tab-group {
		top: -30px;
	}

	.customer-data-box-items {
		display: block;
	}

	.customer-data-box-item {
		width: 100%;
	}

	.customer-data-box-itemset--textarea {
		width: 100%;
	}

	.customer-data-content-title,
	.customer-data-content-title--textarea {
		width: 50%;
	}

	.customer-data-content-editable,
	.customer-data-content-noteditable,
	.customer-data-content-editable--textarea-js,
	.customer-data-content-editable--textarea {
		width: 60%;
	}

	.customer-data-box-noImage {
		width: 100%;
	}

	.customer-data-box-date {
		width: 100%;
	}

	.customer-data-box-title-date {
		width: 50%;
	}

	.customer-data-content-date {
		width: 50%;
	}

	.customer-data-box-checkbox {
		position: absolute;
	}

	.append-sales-item-width {
		width: 100% !important;
	}

	.append-sales-textarea-width {
		width: 100% !important;
	}

	.append-sales-title-width {
		width: 50% !important;
	}

	.append-sales-content-width {
		width: 50% !important;
	}

	.customer-data-box-inquiryBtn {
		position: relative;
		overflow: scroll;
	}

	.customer-data-box-contructBtn {
		display: block;
	}

	.customer-data-construct-item {
		width: 33.33333%;
	}

	.personal-content6-file-add .form-group {
		width: 100%;
	}

	.personal-content6-file-add .form-control {
		width: 90% !important;
	}

	.history-arrow {
		position: absolute;
		background: #ffffff;
		border: 2px solid gray;
		height: 330px;
		width: 60%;
		display: none;
		bottom: -320px !important;
		left: 200px;
		z-index: 10;
	}

	.history-arrow:after,
	.history-arrow:before {
		display: none;
	}

	.customer-data-box-checkbox {
		width: fit-content;
		align-items: center;
	}

	.voice-tab,
	.task-tab,
	.customer-personal-tab {
		width: 85px;
	}

	.customer-personal-status {
		flex-wrap: nowrap;
		overflow-x: scroll;
		white-space: nowrap;
		width: 100%;
	}

	.customer-data-box-imageBtn button {
		width: fit-content;
		padding: 2px 10px;
	}

	.arrow_new_folder {
		width: 90%;
		padding: 50px 50px 30px;
	}

	.customer-data-box-contructBtn button {
		margin-left: 2px;
		padding: 0 5px;
	}
}

@media screen and (max-width: 768px) {
	.col-md-1 {
		display: inline !important;
	}

	.br-normal {
		display: none;
	}

	.br-sp {
		display: block;
	}

	.radio-text {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.form-unit {
		right: 5vw;
	}
}

@media screen and (max-width: 768px) {
	.task-category-btn {
		margin: 5px 0;
	}
}

@media screen and (max-width: 768px) {
	.check-list-title {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: center;
	}

	.top-status-bar {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		flex-wrap: nowrap;
		width: 100%;
	}
}

@media screen and (max-width: 665px) {
	.customer-index-buttons {
		width: 90% !important;
		right: unset !important;
		top: 205px !important;
		left: 0 !important;
	}

	#customer-form-csv {
		width: 100% !important;
	}

	.customer-index-buttons .btn {
		width: 100% !important;
	}

	.customer-index-cards {
		top: 150px !important;
		left: 165px !important;
		margin: auto;
		width: fit-content;
	}

	.customer-checkbox-all {
		padding-top: 55px !important;
	}

	.customer-index-footer .btn {
		margin-bottom: 10px;
		width: 100%;
	}
}

@media screen and (max-width: 665px) {
	.customer-tr-card {
		width: 96%;
	}
}

@media screen and (max-width: 550px) {
	.br-550 {
		display: block;
	}

	.customer-tab {
		line-height: 25px;
		font-size: 3vw;
	}
}

@media screen and (max-width: 510px) {
	.mypage-btns {
		left: 0 !important;
		margin: 0 auto;
		width: fit-content;
	}

	.call-mypage-btn {
		width: 110px;
		color: white;
		margin: 0 5px !important;
	}
}

@media (max-width: 500px) {
	.login-logo img {
		width: 90%;
	}
}

@media screen and (max-width: 450px) {
	.content-wrapper {
		padding-top: 50px;
	}

	.content-wrapper .content-header__pulldown {
		top: -35px;
		width: 100%;
	}

	.customer-map-label {
		font-size: 10px;
	}

	.customer-checkbox-all {
		padding-top: 55px !important;
	}

	.customer-index-buttons {
		top: 160px;
	}

	.customer-index-cards {
		right: 3%;
		left: unset;
	}

	.popup-premium-text {
		font-size: 4vw;
		letter-spacing: 1vw;
	}

	.popup-premium-logo {
		margin: 5vw auto;
	}

	.popup-premium-logo img {
		margin: 3vw;
		height: 6vw;
	}

	.popup-premium-text-premium {
		font-size: 10vw;
		letter-spacing: 1.5vw;
	}
}

@media screen and (min-width: 1245px) and (max-width: 1879px) {
	.customer-table-items {
		padding: 5px 15px 5px;
		height: 145px;
	}
}

@media screen and (min-width: 1880px) {
	.customer-table-content {
		max-width: 420px;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media screen and (min-width: 1245px) and (max-width: 1879px) {
	.customer-table-content {
		max-width: 420px;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media screen and (max-width: 1244px) {
	.customer-table-content {
		/* max-width: 420px; */
		overflow: hidden;
		white-space: nowrap;
		font-size: 15px !important;
	}
}

@media screen and (min-width: 1245px) and (max-width: 1879px) {
	.customer-tablebody-card {
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1245px) and (max-width: 1879px) {
	.customer-tr-card {
		/* width: 20vw; */
		height: 15% !important;
		margin-bottom: 2%;
		padding: 0;
	}
}

/*================== 権限管理のON/OFFボタン====================== */
/* === ボタンを表示するエリア ============================== */
.switchArea {
	line-height: 35px;
	/* 1行の高さ		  */
	letter-spacing: 0;
	/* 文字間			 */
	text-align: center;
	/* 文字位置は中央	 */
	font-size: 19px;
	/* 文字サイズ		 */
	position: relative;
	/* 親要素が基点	   */
	margin: auto;
	/* 中央寄せ		   */
	width: 80px;
	/* ボタンの横幅	   */
}

/* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
	display: none;
	/* チェックボックス非表示 */
}

/* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
	margin: 0px auto;
	display: block;
	/* ボックス要素に変更 */
	box-sizing: border-box;
	/* 枠線を含んだサイズ */
	height: 25px;
	/* ボタンの高さ	   */
	width: 75px;
	border: 2px solid #f70505;
	/* 未選択タブのの枠線 */
	border-radius: 17px;
	/* 角丸			   */
	background-color: #fff;
}

/* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked+label {
	border-color: #78bd78;
	/* 選択タブの枠線	 */
}

/* === 表示する文字（標準） ================================ */
.switchArea label span:after {
	content: "OFF";
	/* 表示する文字	   */
	padding: 0 0 0 20px;
	/* 表示する位置	   */
	color: #f70505;
	/* 文字色			 */
	font-size: 14px;
	position: absolute;
	top: -4px;
	left: 12px;
}

/* === 表示する文字（ONのとき） ============================ */
.switchArea input[type="checkbox"]:checked+label span:after {
	content: "ON";
	/* 表示する文字	   */
	color: #78bd78;
	/* 文字色			 */
	font-size: 14px;
	position: absolute;
	top: -4px;
	left: 3px;
}

/* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
	position: absolute;
	/* 親要素からの相対位置*/
	width: 23px;
	/* 丸の横幅		   */
	height: 23px;
	/* 丸の高さ		   */
	background: #f70505;
	/* カーソルタブの背景 */
	top: 1px;
	/* 親要素からの位置   */
	left: 4px;
	/* 親要素からの位置   */
	border-radius: 13px;
	/* 角丸			   */
	transition: 0.2s;
	/* 滑らか変化		 */
	pointer-events: none;
}

/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked~#swImg {
	transform: translateX(45px);
	/* 丸も右へ移動	   */
	background: #78bd78;
	/* カーソルタブの背景 */
	height: 23px;
	left: 10px;
}

/* ===========会社マスタのPREMIUN機能ON/OFFボタン================= */
/* === ボタンを表示するエリア ============================== */
.switchArea1 {
	line-height: 30px;
	/* 1行の高さ		  */
	letter-spacing: 0;
	/* 文字間			 */
	text-align: center;
	/* 文字位置は中央	 */
	font-size: 19px;
	/* 文字サイズ		 */

	position: relative;
	/* 親要素が基点	   */
	/* margin		 : auto;				中央寄せ		   */
	width: 80px;
	/* ボタンの横幅	   */
}

/* === チェックボックス ==================================== */
.switchArea1 input[type="checkbox"] {
	display: none;
	/* チェックボックス非表示 */
}

/* === チェックボックスのラベル（標準） ==================== */
.switchArea1 label {
	display: block;
	/* ボックス要素に変更 */
	box-sizing: border-box;
	/* 枠線を含んだサイズ */
	height: 35px;
	/* ボタンの高さ	   */
	border: 2px solid #f70505;
	/* 未選択タブのの枠線 */
	border-radius: 17px;
	/* 角丸			   */
	background-color: #fff;
}

/* === チェックボックスのラベル（ONのとき） ================ */
.switchArea1 input[type="checkbox"]:checked+label {
	border-color: #78bd78;
	/* 選択タブの枠線	 */
}

/* === 表示する文字（標準） ================================ */
.switchArea1 label span:after {
	content: "OFF";
	/* 表示する文字	   */
	padding: 0 0 0 20px;
	/* 表示する位置	   */
	color: #f70505;
	/* 文字色			 */
}

/* === 表示する文字（ONのとき） ============================ */
.switchArea1 input[type="checkbox"]:checked+label span:after {
	content: "ON";
	/* 表示する文字	   */
	padding: 0 20px 0 0;
	/* 表示する位置	   */
	color: #78bd78;
	/* 文字色			 */
}

/* === 丸部分のSTYLE（標準） =============================== */
.switchArea1 #swImg {
	position: absolute;
	/* 親要素からの相対位置*/
	width: 27px;
	/* 丸の横幅		   */
	height: 27px;
	/* 丸の高さ		   */
	background: #f70505;
	/* カーソルタブの背景 */
	top: 4px;
	/* 親要素からの位置   */
	left: 4px;
	/* 親要素からの位置   */
	border-radius: 13px;
	/* 角丸			   */
	transition: 0.2s;
	/* 滑らか変化		 */
	pointer-events: none;
}

/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea1 input[type="checkbox"]:checked~#swImg {
	transform: translateX(45px);
	/* 丸も右へ移動	   */
	background: #78bd78;
	/* カーソルタブの背景 */
}

/* ===PREMIUM機能切替=============================== */
.premium_voice {
	display: flex;
	align-items: baseline;
}

.premium_voice>label {
	font-weight: normal !important;
	font-size: 16px;
	width: 165px;
}

.premium_csv {
	display: flex;
	align-items: baseline;
}

.premium_csv>label {
	font-weight: normal !important;
	font-size: 16px;
	width: 165px;
}

.premium_map {
	display: flex;
	align-items: baseline;
}

.premium_map>label {
	font-weight: normal !important;
	font-size: 16px;
	width: 165px;
}

.premium_analysis {
	display: flex;
	align-items: baseline;
}

.premium_analysis>label {
	font-weight: normal !important;
	font-size: 16px;
	width: 165px;
}

/* === ボタンを表示するエリア ============================== */
.switchArea2 {
	letter-spacing: 0;
	/* 文字間			 */
	text-align: center;
	/* 文字位置は中央	 */
	font-size: 19px;
	/* 文字サイズ		 */
	position: relative;
	/* 親要素が基点	   */
	width: 100px;
	/* ボタンの横幅	   */
}

/* === チェックボックス ==================================== */
.switchArea2 input[type="checkbox"] {
	display: none;
	/* チェックボックス非表示 */
}

/* === チェックボックスのラベル（標準） ==================== */
.switchArea2 label {
	/* margin: 5px 0px; */
	display: block;
	/* ボックス要素に変更 */
	box-sizing: border-box;
	/* 枠線を含んだサイズ */
	height: 25px;
	/* ボタンの高さ	   */
	border: 2px solid #f70505;
	/* 未選択タブのの枠線 */
	border-radius: 17px;
	/* 角丸			   */
	background-color: #fff;
}

.switchArea2 label span {
	position: relative;
	top: 3px;
}

/* === チェックボックスのラベル（ONのとき） ================ */
.switchArea2 input[type="checkbox"]:checked+label {
	border-color: #78bd78;
	/* 選択タブの枠線	 */
}

/* === 表示する文字（標準） ================================ */
.switchArea2 label span:after {
	content: "OFF";
	/* 表示する文字	   */
	padding: 0 0 0 20px;
	/* 表示する位置	   */
	color: #f70505;
	/* 文字色			 */
}

/* === 表示する文字（ONのとき） ============================ */
.switchArea2 input[type="checkbox"]:checked+label span:after {
	content: "ON";
	/* 表示する文字	   */
	padding: 0 20px 0 0;
	/* 表示する位置	   */
	color: #78bd78;
	/* 文字色			 */
}

/* === 丸部分のSTYLE（標準） =============================== */
.switchArea2 #swImg {
	position: absolute;
	/* 親要素からの相対位置*/
	width: 30px;
	/* 丸の横幅		   */
	height: 25px;
	/* 丸の高さ		   */
	background: #f70505;
	/* カーソルタブの背景 */
	top: 0px;
	/* 親要素からの位置   */
	left: 2px;
	/* 親要素からの位置   */
	border-radius: 13px;
	/* 角丸			   */
	transition: 0.2s;
	/* 滑らか変化		 */
	pointer-events: none;
}

/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea2 input[type="checkbox"]:checked~#swImg {
	transform: translateX(47px);
	/* 丸も右へ移動	   */
	background: #78bd78;
	/* カーソルタブの背景 */
}

#colorful-api-form {
	display: none;
}

.select-date {
	width: 50% !important;
}

.form-date-separeted {
	display: flex;
	align-items: center;
}

.delete-log {
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	height: 100vh;
	overflow: scroll;
}

/* font-size修正 */
.form-label {
	font-size: 12px;
}

.box-body .table .table-header {
	font-size: 12px;
}

.form-group label {
	font-size: 12px;
}

.customer-personal-content-header-title {
	margin: 0;
	font-size: 14px;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
	font-size: 14px;
}

.company-switch-block {
	margin: 10px 0;
	justify-content: left;
}

.company-switch-block .switchArea {
	margin-right: 10px;
}

input[type="checkbox"],
input[type="radio"] {
	transform: scale(1.5);
	margin-right: 5px;
}

.form-karte-checkbox,
.chat-setting-user-checkbox,
#chat-kind,
#chat-notice,
.file-page-checkbox,
#subject-flg-1,
#subject-flg-2,
#subject-flg-3 {
	transform: scale(1.5) !important;
}

.not-display-error {
	display: none !important;
	height: 0;
	width: 0;
}

/* 顧客統合モーダル*/

.customer-integrate-block {
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-top: 20px;
}

.customer-integrate-item-block {
	width: 40%;
}

.customer-integrate-data-block {
	width: 100%;
	text-align: center;
	margin: 15% auto;
	border: 1px solid #eeeeee;
	padding: 10px;
}

.customer-integrate-arrow {
	display: flex;
	align-items: center;
	font-size: 40px;
}

#customer-integrate-parent-postcode,
#customer-integrate-parent-name,
#customer-integrate-parent-address,
#customer-integrate-child-postcode,
#customer-integrate-child-name,
#customer-integrate-child-address {
	font-size: 16px;
	text-align: left;
	margin: 0;
}

#customer-integrate-parent-img,
#customer-integrate-child-img {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: skyblue;
	margin: 10px auto;
}

.customer-integrate-btn-block {
	text-align: center;
	display: none;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}

.customer-integrate-alert {
	color: red;
	font-size: 14px;
	width: 75%;
}

.custmer-integrate-detail-btn {
	margin: 15px 0;
}

.integrate-btn {
	font-size: 20px;
	height: 40px;
	width: 100px;
}

.customer-integrate-table {
	font-weight: normal;
	font-size: 15px;
	margin-top: 15px;
}

.customer-integrate-table th {
	width: 70px;
	padding-right: 10px;
	text-align: right;
}

.customer-integrate-table td {
	text-align: left;
}

.tool-unset-btn,
.logo-unset-btn {
	font-size: 12px;
	background-color: red;
	color: #ffffff;
	border: none;
	border-radius: 5%;
}

.sidebar-link-button {
	background-color: transparent;
	border: none;
}

.fc-scrollgrid-section-header {
	font-size: 12px;
}

#category_block_contact {
	overflow: scroll;
	white-space: nowrap;
	min-width: fit-content;
	padding-top: 30px;
}

#top-construction-1,
#top-budget-2 {
	margin: 0 !important;
}

.colorful_a_api_button span {
	font-size: 12px;
}

.customer-data-folder-tr td {
	font-size: 12px;
	padding: 0 8px !important;
}

#team-form-add {
	font-size: 12px;
}

table.dataTable {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_wrapper div.dataTables_paginate {
	padding: 10px 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 12px;
}

#attendance_list {
	font-size: 14px;
}

.text-success {
	font-size: 12px;
}

.date-unit {
	font-size: 12px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
	font-size: 12px;
}

#matter-select-block,
#vendor-select-block {
	display: none;
}

.error {
	font-size: 12px;
}

.add-form-vendor-select {
	width: 90% !important;
}

.voice-file-data {
	border: 1px solid #000000;
	font-size: 10px;
	text-align: center;
	width: 100px;
	margin: 15px 0;
	padding: 15px 0;
	background-color: #eeeeee;
}

.voice-file-data p {
	margin: 5px auto;
	width: 80%;
}

#preview-file {
	display: flex;
	flex-wrap: wrap;
}

.dataTables_empty {
	width: 100vw;
}

.form-group-today {
	font-size: 12px;
}

#google_login,
#google_link {
	display: block;
	margin: 20px auto 10px;
	cursor: pointer;
	box-shadow: 3px 3px 3px darkgrey !important;
}

.check-uid-div {
	display: none;
}

.link-process {
	margin-top: 50px;
	font-size: 20px;
	text-align: center;
}

#google_login:hover,
#google_link:hover {
	box-shadow: none !important;
	position: relative;
	top: 3px;
	left: 3px;
}

/* ========================================================
活動報告
=========================================================*/
.js-modal-button {
	margin-top: 5px;
	font-size: 12px;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
}

.js-modal-button .popup-block-about {
	display: inline-block;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0 18px 0 0;
	background: initial;
	border-radius: 5px;
	box-shadow: none;
	color: #555;
	text-decoration: underline;
	font-size: 10px;
	padding: 5px;
	font-weight: normal;
}

.js-modal-button .popup-block-about .fa-question-circle {
	font-size: 14px;
	margin: 0 3px 0 0;
	text-decoration: underline;
}

.js-modal {
	display: none;
	position: absolute;
	left: 190px;
	top: 10px;
	width: 100%;
	height: 50vh;
	z-index: 20000;
}

.js-modal__content {
	background-color: #fff;
	border: 1px solid #000;
	padding: 20px;
	position: relative;
	z-index: 20000;
	width: 500px;
}

.existing-rank-serch-form .js-modal {
	top: 0;
}

.existing-rank-serch-form .js-modal__content {
	position: fixed;
}

.js-modal__bg {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1033;
}

.js-modal__close {
	position: absolute;
	cursor: pointer;
	top: 30px;
	right: 15px;
	padding: 20px;
}

.js-modal__close::before,
.js-modal__close::after {
	content: "";
	display: block;
	position: absolute;
	width: 35px;
	height: 2px;
	background-color: #000;
	top: 0;
	right: 0;
}

.js-modal__close::before {
	transform: rotate(45deg);
}

.js-modal__close::after {
	transform: rotate(-45deg);
}

.js-modal__content__head {
	font-size: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.table-usersRank {
	width: 100%;
	margin: 0 auto;
}

.table-usersRank tr:nth-child(odd) td:not(.rank-cell) {
	background-color: #f5f5f5;
}

.table-usersRank th,
.table-usersRank td {
	text-align: left;
	font-size: 10px;
}

.table-usersRank thead th {
	padding: 5px;
	background-color: #404040;
	color: #fff;
	font-weight: normal;
	border-left: 1px solid #707070;
}

.table-usersRank td {
	padding: 5px;
	border: 1px solid #707070;
}

.table-usersRank .rank-cell {
	background-color: #cbcbcb;
}

/* Holiday Calendar */
#team {
	display: none;
}

.box-header--matter {}

.matter-page-check-block {
	display: flex;
	align-items: center;
	float: left;
	height: 35px;
	font-size: 14px;
}

.matter-page-check {
	margin: 0 15px;
	display: flex;
	align-items: flex-start;
}

.matter-page-check-block input {
	margin: 5px 5px 0 0;
	transform: scale(1.2);
}

/* Customer */
.complaintCustomerOdd {
	background-color: #eeeeee;
}

.complaintCustomerEven {
	background-color: #ffffff;
}

.customer-data-box-rank {
	display: flex;
	margin-left: 20px;
}

.customer-data-box-title-rank {
	background-color: gray;
	color: white;
	padding: 0px 20px;
	margin: 0;
	font-size: 14px;
	width: 150px;
	height: 35px;
	line-height: 35px;
}

.customer-data-content-rank {
	border: 1px solid gray;
	margin: 0;
	font-size: 14px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
}

.contact-list {
	margin: 0;
	padding: 0;
	cursor: pointer;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	display: flex;
	max-width: 100%;
	flex-wrap: wrap;
}

.contact-list-item {
	background-color: #ffffff;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding: 5px 20px;
	font-size: 12px;
	border-radius: 10px 10px 0 0;
	display: block;
}

.js-contact-list-item-selected {
	background-color: #eeeeee;
}

.flex-right {
	display: flex;
	justify-content: end;
}

.customer-personal-estimate {
	width: 100%;
}

.customer-personal-estimate-thead>tr>th,
.customer-personal-estimate-tbody>tr>td {
	font-size: 14px;
	padding: 5px 10px;
}

.customer-personal-estimate-thead>tr>th {
	background-color: gray;
	font-weight: normal;
	color: #ffffff;
}

.customer-personal-estimate-tbody>tr>td {
	background-color: #ffffff;
	font-weight: normal;
}

.customer-personal-estimate-btns {
	text-align: right;
	width: 170px;
}

.customer-personal-estimate-btn {
	min-width: 70px;
	margin: 5px 0;
}

#update-btn-activity {
	display: none;
}

#update-btn-report {
	display: none;
}

/* クレーム管理ページ　ページ遷移タブCSS */
#complaintCustomer .customer-tab-group {
	position: relative;
	top: 0 !important;
	bottom: 5px !important;
}

/* TaskRemindCommand.php */
.reminder-div {
	text-align: center;
	width: 125px;
	padding: 5px 0;
	background-color: blue;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 1px;
}

.reminder-a {
	font-weight: bolder;
	color: #fff;
	font-size: 1.15rem;
}

/* クレーム管理の活動報告 */
.complaintCheckBox {
	padding-top: 30px;
	padding-left: 0;
	display: none;
}

/* ボタン固定レイアウト */
.common-register-button,
.common-update-button {
	position: fixed;
	bottom: 5.5rem;
	left: 50%;
	box-shadow: 3px 3px 3px darkgrey !important;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	border: none;
	transform: translateX(-50%);
	width: 200px;
}

.common-justsave-contact-button {
	/*
	position: fixed;
	bottom: 10%;
	right: 50%;
	*/
	box-shadow: 3px 3px 3px darkgray !important;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	border: none;
}

.common-save-contact-button {
	/*
	position: fixed;
	bottom: 10%;
	right: 40%;
	*/
	box-shadow: 3px 3px 3px darkgray !important;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	border: none;
}

#inquiry-report-button {
	padding: 5px;
	width: 135px;
	font-size: 1.45rem;
	border-radius: 2px;
	box-shadow: 3px 3px 3px darkgrey !important;
}

/* 顧客新規登録の可変文字列のリスト調整 */
.customer-dm-labels label:nth-child(1) {
	margin-bottom: 22px;
}

.customer-dm-labels label:nth-child(2),
.customer-dm-labels label:nth-child(3) {
	margin-bottom: 20px;
}

.map-print-button {
	display: block !important;
	position: absolute;
	top: 75px;
	right: 20px;
	padding: 0 20px;
	box-shadow: 3px 3px 3px darkgray !important;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
	font-size: 14px;
}

.map-print-button:hover {
	box-shadow: none !important;
	top: 78px;
	right: 17px;
}

/* 出退勤モ−ダル */
.record-attendance-cancel {
	position: absolute !important;
	top: 1% !important;
	right: 3% !important;
}

/* 問い合わせ報告の調整 */
.accompanying-person {
	width: 195px !important;
}

.button-cover {
	position: fixed !important;
	bottom: 35px !important;
	left: 5% !important;
	width: 90% !important;
	background-color: #333 !important;
	height: 100px !important;
	opacity: 0.15;
}

#popup-block-activity-taskform {
	margin-bottom: 80px;
}

/* 顧客詳細　進行状況のデザイン修正 */
.customer-data-construct-items .delete-rightline {
	border-right: unset;
}

.customer-data-construct-items .delete-underline {
	border-bottom: unset;
}

.top-exclamation-circle {
	position: absolute;
	color: red;
	font-size: 20px;
	right: 10%;
}

.matter-page-check-cancel-label {
	display: flex;
	align-items: center;
	justify-content: center;
}

.matter-page-check-cancel-label input {
	height: 18px;
	font-size: 10px;
	transform: scale(1);
	margin: 0 5px;
}

.matter-page-check-cancel-label button {
	height: 18px;
	font-size: 10px;
	line-height: 12px;
}

.top-notice-record-modal {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}

.notice-colorful-task {
	color: #008000;
	border-color: #008000;
}

.notice-colorful-claim {
	color: red;
	border-color: red;
}

.add-user-block {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.add-sub-user-block {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#popup-bg-append .notice-popup-block:not(:first-child) {
	display: none;
}
