body {
	height: calc(100vh);
	background-color: #FFFFFF;
	overflow: hidden;
}
iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
a,a:hover {text-decoration: none;}
a,button {cursor: pointer;}
a,p,apan {word-break: break-all;}
a,button,label {outline:none !important;}
a[disabled],
fieldset[disabled] a {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0.5;
}
/* ツールチップ */
[data-tooltip] {
    position: relative;
}
[data-tooltip]:hover:after {
	display: block;
  position: absolute;
  content: attr(data-tooltip);
  top: 5px;
  right: 0;
	left: 0px;
	bottom: 0;
	z-index: 9999;
	width: 60px;
	height: 20px;
	padding: 5px;
	margin: 0px auto;
	background-color: #000000;
	border: 0px;
	border-radius: 3px;
	font-size: 9px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	z-index: 99999;
}

/* Bootstrap */
.collapsing {
	-webkit-transition: height 0.10s ease;
	transition: height 0.10s ease;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: none;
	box-shadow: none;
}
/* Summernote*/
.wysiwyg-sm + .note-editor.note-frame,
.wysiwyg-lg + .note-editor.note-frame {
    border: 1px solid #dddddd;
}
.wysiwyg-sm + .note-editor > .panel-heading.note-toolbar .dropdown-menu,
.wysiwyg-lg + .note-editor > .panel-heading.note-toolbar .dropdown-menu {
	max-height: 300px;
    overflow-y: auto;
}
.wysiwyg-fl + .note-editor > .panel-heading.note-toolbar .dropdown-menu {
	max-height: 500px;
    overflow-y: auto;
}
.wysiwyg-fl + .note-editor.note-frame.fullscreen {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    z-index: 1050;
    width: calc(100% - 30px) !important;
    border: 0px;
    box-shadow: none;
}
.wysiwyg-fl + .note-editor.note-frame.fullscreen .note-editable {
    background-color: #fff;
    height: 100% !important;
}
/*---レイアウト---*/
#top {
 position: fixed;
 height: 50px;
 left: 0;
 right: 0;
 z-index: 1030;
}
#left {
 position: absolute;
 top: 50px;
 left: 0;
 z-index: 1030;
 width: 40px;
 height: calc(100% - 50px);
}
#main {
 position: relative;
 width: 100%;
 height: 100%;
 /* padding: 65px 15px 30px 65px; */
 padding: 65px 15px 30px 15px;
}

/*---トップメニュー---*/
#top-menu {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 0px;
}
/*---左メニュー---*/
#side-menu {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	background-color: #e7e7e7;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #c6c6c6;
	text-align: center;
}
#side-menu p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: ;
	color: #ffffff;
}
#side-menu a {
  line-height: 45px;
  padding-top: 5px;
}
#side-menu i {
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
#side-menu i:hover {color: deepskyblue;}
#side-menu .mode-button:hover {background-color: #e7e7e7;}
#side-menu .mode-button.active {background-color: #e7e7e7;}
#side-menu .mode-button.active i {color: deepskyblue;}

/*---コンテンツ---*/
#container {
	position: relative;
	margin-left: 40px;
	border: none;
}
#iframe {
	height: calc(100vh - 79px);
	background-color: #FFFFFF;
}
#overlay {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1040;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#iframe-overlay {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1025;
    width: 100%;
    height: 100%;
	background-color: #333333;
    opacity: 0.2;
}
#editor {
	overflow:scroll;
	max-height:300px;
}

/*---フッター---*/
.footer-fix-button {
    position: fixed;
	right: 10%;
    bottom: 15%;
	z-index: 1050;
	text-align: right;
}

/*---モーダル関連---*/
.modal {
	width: 100%;
	text-align: center;
}
.modal-content {
	text-align: left;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	overflow-y: auto;
	max-height: calc(100vh - 100px);
}
.modal-header {
	position: sticky;
	top: 0px;
	z-index: 15;
	height:50px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 0px;
	background-color: #f8f8f8;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	border-radius: 6px 6px 0px 0px;
}
.modal-header .close {
  position: absolute;
  top: 15px;
  right: 30px;
	color: #333333;
	opacity: 1;
}
.modal-body .tab-pane > hr:first-of-type,
.modal-body .form-content > hr:first-of-type {display: none;}
.modal-footer {
  border-top: 0px;
  padding: 15px 30px 30px;
}
.modal .footer-fix-button {
	position: fixed;
	right: 10%;
	bottom: 15%;
	z-index: 1050;
	text-align: right;
}
.modal .form-content {padding: 30px;}

/*---特大サイス---*/
.modal .modal-xl {
	width: 85%;
	max-height: 85%;
}

/*---全画面サイズ---*/
.modal .modal-fl {
	top: 0px;
	width: 100vw;
  height: 100vh;
  margin: 0px;
  padding: 0px;
}
.modal .modal-fl .modal-content {
  min-height: 100%;
  border: 0px none;
  border-radius: 0px;
}
.modal .modal-fl .modal-body {
	padding-top: 0px;
	padding-bottom: 50px;
}
.modal .modal-fl .modal-body .heading,
.modal .modal-fl .modal-body .modal-body-title {
  position: sticky;
  top: 31px;
  z-index: 10;
	height: 64px;
  background-color: #ffffff;
  padding-top: 30px;
	padding-bottom: 10px;
}
.modal .modal-fl .modal-body .close {
	float: none;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-shadow: 0px 0px 0px #fff;
	filter: alpha(opacity=20);
	opacity: 1;
}
.modal .modal-fl .panel-heading  {
   background-color: #ffffff;
   border-color: #ffffff;
}
.modal .modal-fl .nav.nav-tabs {
    position: sticky;
    top: 95px;
    z-index: 10;
    padding-top: 14px;
    background-color: #ffffff;
    clear: both;
}
.modal .modal-fl #scroll-tabs {
    position: sticky;
    top: 95px;
    z-index: 10;
	padding-top: 14px;
    background-color: #ffffff;
    clear: both;
}
.modal .modal-fl #scroll-tabs .scroll-left {
	display:none;
	position: absolute;
    top: 24px;
    left: 0px;
    width: 20px;
    text-align: center;
	cursor: pointer;
}
.modal .modal-fl #scroll-tabs .scroll-right {
	display:none;
	position: absolute;
    top: 24px;
    right: 0px;
    width: 20px;
    text-align: center;
	cursor: pointer;
}
.modal .modal-fl #scroll-tabs .nav.nav-tabs {
	position: relative;
    top:0px;
    z-index: 10;
	overflow-x: auto;
    padding-top: 0px;
    background-color: #ffffff;
}
/*---モーダル内タブメニュー---*/
.modal .nav.nav-tabs {
    position: sticky;
    top: 50px;
    z-index: 10;
    padding-top: 14px;
    background-color: #ffffff;
    clear: both;
}
.modal .nav.nav-tabs > li > a,
.modal .nav.nav-tabs.nav-justified > li > a,
.modal .nav.nav-tabs.nav-justified > li > a:focus,
.modal .nav.nav-tabs.nav-justified > li > a:hover {
	color: #333333;
	font-size: 14px;
}
.modal .nav.nav-tabs > li.active > a,
.modal .nav.nav-tabs.nav-justified > li.active > a,
.modal .nav.nav-tabs.nav-justified > li.active > a:focus,
.modal .nav.nav-tabs.nav-justified > li.active > a:hover {
	background-color: #f8f8f8;
	color: #333333;
	font-size: 14px;
}
.modal #scroll-tabs > .nav.nav-tabs > li {
	max-width: 200px;
	min-width: 120px;
	padding: 0px 1px;
	border-bottom: 1px solid #dddddd;
}
.modal #scroll-tabs > .nav.nav-tabs > li > a,
.modal #scroll-tabs > .nav.nav-tabs.nav-justified > li > a {
	background-color: #f8f8f8;
	color: #333333;
	font-size: 14px;
	border-bottom: 0px;
	white-space: nowrap;
}
.modal #scroll-tabs > .nav.nav-tabs.nav-justified > li > a:focus,
.modal #scroll-tabs > .nav.nav-tabs.nav-justified > li > a:hover {
	background-color: #dddddd;
	color: #333333;
	font-size: 14px;
	border-bottom: 0px;
}
.modal #scroll-tabs > .nav.nav-tabs > li.active > a,
.modal #scroll-tabs > .nav.nav-tabs.nav-justified > li.active > a,
.modal #scroll-tabs > .nav.nav-tabs.nav-justified > li.active > a:focus,
.modal #scroll-tabs > .nav.nav-tabs.nav-justified > li.active > a:hover {
	background-color: #dddddd;
	color: #333333;
	font-size: 14px;
	border-bottom: 0px;
}
/*---モーダル内ナビメニュー---*/
.modal .nav.nav-pills {
	display: table;
	table-layout: fixed;
	position: sticky;
	top: 151px;
	z-index: 10;
	width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 0px;
    padding-right: 0px;
	padding-bottom: 0px;
    padding-left: 0px;
    background-color: #ffffff;
}
.modal .nav.nav-pills > li {
	display: table-cell;
	width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 0px;
	white-space: nowrap;
	cursor: pointer;
}
.modal .nav.nav-pills > li > a,
.modal .nav.nav-pills > li > p {
	min-width: 100px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #333333;
	font-size: 14px;
    font-weight: nomal;
	line-height: 38px;
    text-align: center;
}
.modal .nav.nav-pills > li > a:hover,
.modal .nav.nav-pills > li > a:focus {
    background-color: rgba(255,255,255,0.0);
    border-top: 0px solid #222222;
    border-left: 0px solid #222222;
    border-right: 0px solid #222222;
    border-bottom: 2px solid #DDDDDD;
	border-radius: 0px 0px 0px 0px;
    color: #333333;
    font-weight: bold;
}
.modal .nav.nav-pills > li > a.active,
.modal .nav.nav-pills > li > p.active,
.modal .nav.nav-pills > li > a.active:hover,
.modal .nav.nav-pills > li > a.active:focus {
    background-color: rgba(255,255,255,0.0);
    border-top: 0px solid #222222;
    border-left: 0px solid #222222;
    border-right: 0px solid #222222;
    border-bottom: 2px solid #398439;
	border-radius: 0px 0px 0px 0px;
    color: #333333;
    font-weight: bold;
}
.modal .nav.nav-pills > li:first-child {
    border-left: 0px solid #222222;
    border-radius: 0px 0px 0px 0px;
}
.modal .nav.nav-pills > li:last-child  {
    border-right: 0px solid ##222222;
    border-radius: 0px 0px 0px 0px;
}
.modal .nav.nav-pills > li:first-child > a,
.modal .nav.nav-pills > li:first-child > p {
    border-left: 0px solid #222222;
    border-radius: 0px 0px 0px 0px;
}
.modal .nav.nav-pills > li:last-child > a,
.modal .nav.nav-pills > li:last-child > p {
    border-right: 0px solid #222222;
    border-radius: 0px 0px 0px 0px;
}
.modal .nav.nav-pills.nav-justified {
	display: table;
	table-layout: fixed;
	position: sticky;
	top: 55px;
	z-index: 10;
	width: 100%;
	padding-top: 0px;
	background-color: #ffffff;
}
.modal .nav.nav-pills.nav-justified  > li {
	display: table-cell;
	width: auto;
	white-space: nowrap;
}

/*---モーダル内アイコン---*/
.modal i.im {
	width: 22px;
	height: 22px;
	margin: 4px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	cursor:pointer;
}
.modal .btn i.im {
	width: 22px;
	height: 22px;
	margin: 0px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	cursor:pointer;
}

/*---モーダル内リストアイテム---*/
.modal .list-item {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
.modal .list-item .item {
	position: relative;
	padding: 15px 10px;
	cursor: pointer;
}
.modal .list-item .item > h4 {
	max-height: 40px;
	overflow-y: hidden;
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	word-wrap: break-word;
	font-weight: 400;
}
.modal .list-item .item-inner {
	height: 100%;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #999999;
}
.modal .table-list-item .item {
	cursor: default;
}

/*---モーダル内サムネイル---*/
.modal .thumbnail {
	height: 100%;
	margin-bottom: 0px;
}

.modal .thumbnail-image {
	max-height:	100%;
	overflow: hidden;
	margin: auto;

}
.modal .thumbnail-template {
	margin: auto;
	padding: 15px;
	background-color: #E7E7E7;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}
.modal .thumbnail-img {
	max-height: 300px;
	margin: auto;
}
.modal .thumbnail .caption {
	margin-bottom: 36px;
}
.modal .thumbnail .footer {
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.modal .thumbnail .footer a.btn {margin-left: 5px;}
.modal.link-dialog {margin-top: 30px;}

/*---保村用モーダル---*/
#save.modal .img-thumbnail {
	max-height: 300px;
	margin: auto;
	object-fit: contain;
	object-position: center;
}

/*---確認用モーダル---*/
#confirm.modal .modal-footer {
	position: sticky;
	bottom: 0px;
}

/*---設定用モーダル---*/
#setting.modal .nav.nav-pills {
	padding-top: 15px;
	padding-bottom: 5px;
}
#setting.modal .panel {
	margin-bottom: unset;
	-webkit-box-shadow: unset;
	box-shadow:  unset;
}
#setting.modal .panel-heading {
	background-color: unset;
	padding: 5px 15px;
	border: 0px;
}
#setting.modal .panel-heading > h4 {
	margin-top: 10px;
	margin-bottom: 5px;
}
#setting.modal .panel-body {
	margin-bottom: 25px;
	padding: 5px 15px;
}
#setting.modal .panel-footer {padding: 0px 15px;}
#setting.modal .table>tbody>tr>td,
#setting.modal .table>tbody>tr>th,
#setting.modal .table>tfoot>tr>td,
#setting.modal .table>tfoot>tr>th,
#setting.modal .table>thead>tr>td,
#setting.modal .table>thead>tr>th {vertical-align: middle;}
#setting.modal .set-member-menu {
	position: sticky;
	top: 95px;
	background-color: #FFF;
}
#setting.modal .search .input-group {
    padding: 7px;
    background-color: #f8f8f8;
    border-radius: 3px;
}

/*---選択用モーダル---*/
#select.modal #add-class {
	display: none;
	min-height: inherit;
}
#select.modal #edit-class-form {
	position: sticky;
	top: 127px;
	padding-top: 30px;
	color: #333333;
	border-radius: 0px;
}
#select.modal #color-menu {
	position: sticky;
	top: 31px;
	padding-top: 40px;
	color: #333333;
	border-radius: 0px;
}
#select.modal #color-chart {
	padding-bottom: 30px;
}
#select.modal #color-chart .checkbox {
    position: sticky;
    top: 64px;
    z-index: 10;
    padding: 15px 30px;
    background-color: #ffffff;
    margin: 0px;
}
#select.modal .caption {
	margin-bottom: 5px;
}
#select.modal .footer {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#select.modal .tab-content {
	padding-top: 0px;
	background-color: #ffffff;
}
#select.modal .nav.nav-pills {
    padding-top: 15px;
	padding-bottom: 5px;
}
#select.modal .nav.nav-pills.nav-stacked {
	float: none;
	display: block;
    position: sticky;
    top: 151px;
    z-index: 10;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
}
#select.modal .nav.nav-pills.nav-stacked > li {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
    cursor: pointer;
}
#select.modal .nav.nav-pills.nav-stacked > li > a {
	border-bottom: 2px solid transparent;
}
#select.modal .nav.nav-pills.nav-stacked > li > a:hover {
	border-bottom: 2px solid #EEEEEE;
}
#select.modal .nav.nav-pills.nav-stacked > li.active > a {
	background-color: #FFFFFF;
	border-bottom: 2px solid #398439;
}
#select.modal .nav.nav-tabs.nav-stacked {
	border-bottom: unset;
	position: unset;
	top: unset;
	z-index: unset;
	padding-top: unset;
}
#select.modal .nav.nav-tabs.nav-stacked > li {
	text-align: center;
}
#select.modal .nav.nav-tabs.nav-stacked > li > a {
	margin: auto;
	padding: 5px 15px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 4px 4px;
}
#select.modal .nav.nav-tabs.nav-stacked > li.active > a {background-color: #eee;}
#select.modal table.select-color > tbody > tr {height: 60px;}
#select.modal table.select-color > tbody > tr > td {cursor: pointer;}
#select.modal .panel {
	margin-bottom: unset;
	-webkit-box-shadow: unset;
	box-shadow:  unset;
}
#select.modal .panel-heading {
	background-color: unset;
	padding: 5px 15px;
	border: 0px;
}
#select.modal .panel-heading > h4 {
	margin-top: 10px;
	margin-bottom: 5px;
}
#select.modal .panel-body {
	margin-bottom: 25px;
	padding: 5px 15px;
}
#select.modal .add-member {
	position: sticky;
	top: 95px;
	padding: 0px 15px;
}

/*---ファイル管理用モーダル---*/
#asset.modal .show-all-category {
	visibility: hidden;
}
#asset.modal .hidden-category {
	display: none;
}
#asset.modal .tab-content {
	padding-top: 0px;
	padding-bottom: 300px;
	background-color: #ffffff;
}
#asset.modal .nav.nav-pills {padding-top: 15px;}
#asset.modal .list-item .item {
	position: relative;
	padding: 0px;
	cursor: default;
}
#asset.modal .thumbnail {background-color: #000;}
#asset.modal .thumbnail .image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
	overflow: hidden;
	background-color: #000;
}
#asset.modal .thumbnail .caption {
	padding: 15px;
	color:#FFF;
}
#asset.modal .thumbnail .caption > h4 {color:#FFF;}

/*---ファイルアップロード用モーダル---*/
#upload.modal .upload-bar {
	position: sticky;
	top: 95px;
	z-index: 10;
	padding-top: 14px;
	background-color: #ffffff;
	clear: both;
}
#upload.modal .progress {
	clear: both;
	height: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

/*---システム設定用モーダル---*/
#system.modal .modal-body .container-fluid {min-height: 150px;}
#system.modal .panel {
	margin-bottom: 0px;
	-webkit-box-shadow: unset;
    box-shadow:  unset;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 0px;
}
#system.modal .panel h5 {font-weight: bold;}
#system.modal .panel-title a {text-decoration: none;}
#system.modal .panel .list-group-item {background-color: #f8f8f8;}
#system.modal .update-button {
	margin-bottom: 30px;
	border-radius: 0px 0px 4px 4px;
}
#system.modal .badge {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 4px;
	color: #ffffff;
}

/*---メッセージ用モーダル---*/
#message.modal .modal-content {
	height: unset;
	max-height: calc(100vh - 138px);
	background-color: #f8f8f8;
}

/*---フォーム---*/
.control-label {
	color: #333333 !important;
	font-size: 14px !important;
}
.form-control,
.form-control-static {
	color: #333333 !important;
	font-size: 14px !important;
	box-shadow: unset !important;
}
.form-group.flexbox {
	margin-bottom: 0px;
}
.form-group.flexbox > label {
	border-right: 1px solid #eeeeee;
}
.form-group .input-group-addon.glyphicon {
	top:0px;
}

/*---共通---*/
a.btn-primary,
a.btn-success,
a.btn-danger,
a.btn-info,
button.btn-primary,
button.btn-success,
button.btn-danger,
button.btn-info {
	color: #FFFFFF !important;
}
.handle {
    cursor: move;
}
.help-block{
	margin-top: 10px;
	font-size: 12px;
}
.tooltip {
	z-index: 9999;
}
.tooltip.in {
    opacity: 1;
    filter:alpha(opacity=100);
}
#grobal-menu .tooltip-inner,
#side-menu .tooltip-inner {
	padding: 5px;
	background-color: deepskyblue;
	color: #ffffff;
	font-size: 10px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px 0px #666666;
	white-space: nowrap;
}
#grobal-menu .tooltip.top .tooltip-arrow,
#side-menu .tooltip.top .tooltip-arrow {
    border-top: 5px solid deepskyblue;
}
#grobal-menu .tooltip.right .tooltip-arrow,
#side-menu .tooltip.right .tooltip-arrow {
    border-right: 5px solid deepskyblue;
}
#grobal-menu .tooltip.bottom .tooltip-arrow,
#side-menu .tooltip.bottom .tooltip-arrow {
    border-bottom: 5px solid deepskyblue;
}
#grobal-menu .tooltip.left .tooltip-arrow,
#side-menu .tooltip.left .tooltip-arrow {
    border-bottom: 5px solid deepskyblue;
}
#sidr-menu .tooltip-inner {
	padding: 5px;
	font-size: 10px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px 0px #666666;
	white-space: nowrap;
}
.table {
	font-size: 14px;
}
.input-group-addon.btn-info:hover{
	cursor: pointer;
}
.popover {
	max-width: 600px;
}
.popover p {
	margin: 5px 0px;
}
.popover-title {
	padding: 5px 15px;
	margin: 0px;
  font-size: 14px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 5px 5px 0px 0px;
	text-align: center;
	white-space: nowrap;
}
.popover-content {
	max-height: 300px;
	overflow-y: auto;
  padding: 9px 15px;
}
.popover-content > li {
  padding: 5px;
	list-style: none;
	white-space: nowrap;
}
.popover-content > li:hover {
  background-color: #e7e7e7;
	cursor: pointer;
}
.help {
    padding: 5px 10px;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
	color: #999999;
}
.help > span {
}
.form-control[disabled],
fieldset[disabled] .form-control {
    opacity: 0.5;
}
.disable,
.disable a,
.disable p,
.disable span,
.disable label {
	cursor: not-allowed;
	opacity: 0.5;
}
.selected {
	font-weight: bold;
	color: #286090;
}
.hover,
.focus {
	background-color: rgba(135,206,235,0.2);
}
.selected-area {
	background-color: rgba(135,206,235,0.1);
	outline-width: 2px;
	outline-style: solid;
	outline-offset: -2px;
	outline-color: deepskyblue;
	cursor : default;

}
.hover-area-line,
.selected-area-line {
	outline-width: 2px;
	outline-style: solid;
	outline-offset: -2px;
	outline-color: deepskyblue;
	cursor : default;
}
.icon-danger,
.icon-primary {
    color: #333333;
    border-radius: 4px;
}
.icon-danger:hover,
.icon-danger.active {
    color: #ffffff;
    background-color: #c9302c;
}
.icon-primary:hover,
.icon-primary.active {
    color: #ffffff;
    background-color: #337ab7;
}
.flexbox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.zoom {
    transition: 0.1s ease;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    text-decoration: none;
}
.zoom:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    text-decoration: none;
    cursor : pointer;
}
.absolute-center {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.scrollbar-hidden {-ms-overflow-style:none;}
.scrollbar-hidden::-webkit-scrollbar {
      display: none;
      -webkit-appearance: none;
}
.table-layout-fixed {table-layout: fixed;}
.text-ellipsis {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blinking {
	animation-name: blinking;
	animation-delay: ;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    animation-timing-function: ease;
}
@keyframes blinking {
    0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:0;}
}
.inline-block {
	display:  inline-block;
}
.pad-5 {padding: 5px;}
.pad-t5 {padding-top: 5px;}
.pad-b5 {padding-bottom: 5px;}
.pad-tb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pad-rl5 {
	padding-right: 5px;
	padding-left: 5px;
}
.pad-7 {padding: 7px;}
.pad-t7 {padding-top: 7px;}
.pad-b7 {padding-bottom: 7px;}
.pad-tb7 {
	padding-top: 7px;
	padding-bottom: 7px;
}
.pad-rl7 {
	padding-right: 7px;
	padding-left: 7px;
}
.pad-15 {padding: 15px;}
.pad-t15 {padding-top: 15px;}
.pad-b15 {padding-bottom: 15px;}
.pad-tb15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pad-rl15 {
	padding-right: 15px;
	padding-left: 15px;
}
.pad-30 {padding: 30px;}
.pad-t30 {padding-top: 30px;}
.pad-b30 {padding-bottom: 30px;}
.pad-tb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pad-rl30 {
	padding-right: 30px;
	padding-left: 30px;
}
.pad-50 {padding: 50px;}
.pad-t50 {padding-top: 50px;}
.pad-b50 {padding-bottom: 50px;}
.pad-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pad-rl50 {
	padding-right: 50px;
	padding-left: 50px;
}
.mrg-5 {margin: 5px;}
.mrg-t5 {margin-top: 5px;}
.mrg-b5 {margin-bottom: 5px;}
.mrg-r5 {margin-right: 5px;}
.mrg-l5 {margin-left: 5px;}
.mrg-tb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mrg-rl5 {
	margin-right: 5px;
	margin-left: 5px;
}
.mrg-7 {margin: 7px;}
.mrg-t7 {margin-top: 7px;}
.mrg-b7 {margin-bottom: 7px;}
.mrg-r7 {margin-right: 7px;}
.mrg-l7 {margin-left: 7px;}
.mrg-tb7 {
	margin-top: 7px;
	margin-bottom: 7px;
}
.mrg-rl7 {
	margin-right: 7px;
	margin-left: 7px;
}
.mrg-15 {margin: 15px;}
.mrg-t15 {margin-top: 15px;}
.mrg-b15 {margin-bottom: 15px;}
.mrg-r15 {margin-right: 15px;}
.mrg-l15 {margin-left: 15px;}
.mrg-tb15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mrg-rl15 {
	margin-right: 15px;
	margin-left: 15px;
}
.mrg-30 {margin: 30px;}
.mrg-t30 {margin-top: 30px;}
.mrg-b30 {margin-bottom: 30px;}
.mrg-r30 {margin-right: 30px;}
.mrg-l30 {margin-left: 30px;}
.mrg-tb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mrg-rl30 {
	margin-right: 30px;
	margin-left: 30px;
}
.mrg-t50 {margin-top: 50px;}
.mrg-b50 {margin-bottom: 50px;}
.mrg-r50 {margin-right: 50px;}
.mrg-l50 {margin-left: 50px;}
.mrg-tb50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mrg-rl50 {
	margin-right: 50px;
	margin-left: 50px;
}
