#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

/* iCheck plugin Flat skin, green */
.icheckbox_flat-green,.iradio_flat-green{display:inline-block;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(../vendors/iCheck/skins/green.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-green{background-position:0 0}.icheckbox_flat-green.checked{background-position:-22px 0}.icheckbox_flat-green.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-green.checked.disabled{background-position:-66px 0}.iradio_flat-green{background-position:-88px 0}.iradio_flat-green.checked{background-position:-110px 0}.iradio_flat-green.disabled{background-position:-132px 0;cursor:default}.iradio_flat-green.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat-green,.iradio_flat-green{background-image:url(../vendors/iCheck/skins/green@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}


/* Site Styles */
@-ms-viewport { width: auto; initial-scale: 1;}
::-moz-selection { background: #b3d4fc; text-shadow: none;}
::selection { background: #b3d4fc; text-shadow: none;}
:root { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-overflow-style: -ms-autohiding-scrollbar;}
*, :before, :after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit;}
:after, :before { text-decoration: inherit;}

a { color: #34495e; text-decoration: none;}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
:active, :focus, :visited,
a, a:active, a:focus, a:visited { outline: 0;}

html,
body { height: 100%;}
body {
	width: 100%;
  color: #333;
  background: #ededed;
  font-family: Roboto, Arial, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.471;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main_container {
  position: relative;
  overflow-x: hidden;
  width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
.main_container:before {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.left_col {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
	height: 100vh;
}
.main_container:before,
.left_col {
  width: 230px;
  background: #2a3f54;
}
.right_col {
	position: relative;
	min-height: 100%;
  padding: 0 16px 90px;
  background: #ededed;
}
.nav-md .right_col { margin-left: 230px;}
.nav-sm .main_container:before,
.nav-sm .left_col { width: 70px;}
.nav-sm .right_col { margin-left: 70px;}
@media (max-width:60em) {
  .nav-md .main_container:before,
	.nav-md .left_col { display: none;}
  .nav-md .right_col {
    margin-left: 0;
  }
}
@media (min-width:48em) {
  .right_col { padding: 0 20px 70px;}
}
@media screen and (min-width:75em) {
  .right_col { padding: 0 40px 70px;}
}

.site-title {
  margin: 0;
}
.site-title a {
  display: block;
  overflow: hidden;
  width: 100%;
	height: 0;
	padding-top: 54px;
	background: #15a8ed url(../img/logo-w.png) no-repeat left top;
	background-size: 300px 54px;
  text-decoration: none !important;
}
.site-title a:hover {
	background-color: #29bdfa;
}
.sidebar-profile {
  padding: 25px 15px 15px;
}
.sidebar-profile h2 {
  margin: 0;
  color: #e8eaeb;
  font-size: 14px;
  font-weight: normal;
}
.sidebar-profile span {
  color: #BDC3C7;
  font-size: 12px;
}
.main_menu .fa {
  width: 26px;
  opacity: 0.99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main_menu span.fa {
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA;
}
.menu_section {
  margin-top: 10px;
  margin-bottom: 35px;
}
.menu_section h3 {
  padding-left: 23px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 1px 1px #000;
}
.sidebar-footer {
  position: fixed;
  bottom: 0;
  clear: both;
  display: table;
  table-layout: fixed;
  padding: 5px 0 0;
  width: 230px;
  background: #2C3E50;
}
.sidebar-footer a {
  display: table-cell;
  padding: 7px 0 3px;
  background: #172D44;
  color: #5A738E;
  color: rgba(255,255,255,.35);
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}
.sidebar-footer a:hover {
  background: #2ca6e0;
  color: rgba(255,255,255,.6);
}

/* グロナビ（小） */
.nav-sm .hidden-small { visibility: hidden;}
.nav-sm .site-title span,
.nav-sm .sidebar-profile { display: none;}
.nav-sm .site-title a { background-position: right top;}
.nav-sm .nav.parent_menu li a {
  text-align: center !important;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 5px;
}
.nav-sm .nav.child_menu li a {
  font-size: 12px;
}
.nav-sm .nav.child_menu li.active,
.nav-sm .nav.parent_menu li.active-sm > a {
  background: #3e5367;
}
.nav-sm .nav.parent_menu li.active-sm ul ul,
.nav-sm ul.nav.child_menu ul {
  position: static;
  width: 200px;
  background: none;
}
.nav-sm > .nav.parent_menu > li.active-sm > a {
  color: #1ABB9C !important;
}
.nav-sm .nav.parent_menu li a i.toggle-up {
  display: none !important;
}
.nav-sm .nav.parent_menu li a i {
  font-size: 25px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 5px;
}
.nav-sm ul.nav.child_menu {
  left: 100%;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 4000;
  background: #3E5367;
  display: none;
}
.nav-sm ul.nav.child_menu li {
  padding: 0 10px;
}
.nav-sm ul.nav.child_menu li a {
  text-align: left !important;
}
.nav-sm .nav_profile {
  display: none;
}
.nav-sm .menu_section { margin: 0;}
.nav-sm .menu_section h3,
.nav-sm span.fa { display: none;}
.nav-sm li li span.fa { display: inline-block;}


/* menu_sectionなかみ */
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.parent_menu li {
  display: block;
  position: relative;
  cursor: pointer;
}
.parent_menu li a {
  color: #ECF0F1;
  font-weight: 500;
}
.parent_menu li i.fa { color: #7990a7;}
.parent_menu > li > a {
  position: relative;
  display: block;
  padding: 13px 15px 12px;
}
.parent_menu > li.active > a {
  background: #34495E;
  box-shadow: rgba(0,0,0,0.25) 0 1px 0, inset rgba(255,255,255,0.1) 0 1px 0;
}
.parent_menu > li:hover > a,
.child_menu > li:hover {
  background: rgba(255,255,255,0.1);
}
.child_menu {
  display: none;
  padding: 6px 0;
  background: #1e3449;
}
.child_menu > li {
  padding-left: 36px;
}
.child_menu > li > a {
  color: #BDC3C7;
  font-size: 12px;
  padding: 9px;
}
.nav-md .child_menu > li:before {
  background: #4a6074;
  bottom: auto;
  content: "";
  left: 19px;
  margin-top: 12px;
  position: absolute;
  right: auto;
  width: 9px;
  height: 9px;
  z-index: 1;
  border-radius: 50%;
}
.nav-md .child_menu > li:after {
  border-left: 1px solid #4a6074;
  bottom: 0;
  content: "";
  left: 23px;
  position: absolute;
  top: 0;
}
.child_menu > li.current-page:before {
  background: #37bdfd;
}
.child_menu > li.current-page a {
  color: #fff;
  font-weight: bold;
}

.toggle {
  float: left;
  margin: 0;
  padding-top: 16px;
  width: 70px;
}
.toggle a {
  padding: 15px 20px;
  margin: 0;
  cursor: pointer;
}
.toggle a i { font-size: 26px;}
.toggle a:hover { color: #2ca6e0;}

/* メイン */
.page-nav:after{
  display: block;
  content: "";
  clear: both;
}
.page-nav {
  position: relative;
  margin: 0 -16px;
  background: #fff;
  border-bottom: 1px solid #D9DEE4;
}
@media screen and (min-width:48em) {
  .page-nav { margin: 0 -20px;}
}
@media screen and (min-width:75em) {
  .page-nav { margin: 0 -40px;}
}
.page-nav .nav > li > a {
  position: relative;
  display: block;
  line-height: 32px;
  margin-left: 0;
  padding: 11px 15px;
  font-weight: 500;
}
.page-nav .nav .open > a,
.page-nav .nav .open > a:focus,
.page-nav .nav .open > a:hover,
.page-nav .nav > li > a:focus,
.page-nav .nav > li > a:hover { color: #7F8C8D !important;}
.page-title {
  margin: 0;
  padding: 30px 0 20px 0;
	font-size: 28px;
  font-weight: bold;
}
.navbar {
  margin-bottom: 0;
}
.navbar-right {
  margin-right: 0;
}
.page-nav .navbar-right {
  margin: 0;
  width: 70%;
  float: right;
}
.page-nav .navbar-right li {
  display: inline-block;
  float: right;
  position: static;
}
@media (min-width:30em) {
  .page-nav .navbar-right li {
    position: relative;
  }
}
.page-nav .dropdown-menu li {
  width: 100%;
}
.page-nav .dropdown-menu li a {
  width: 100%;
  padding: 12px 20px;
}
.page-nav li a i {
  font-size: 15px;
}
.navbar-static-top {
  position: fixed;
  top: 0;
  width: 100%;
}

.progress-bar-dark{background-color:#2C3E50!important}
.progress-bar-gray{background-color:#BDC3C7!important}
table.no-margin .progress{margin-bottom:0}

/* Typo */
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #34495e;
	font-weight: bold;
}
.h4 {
	margin-top: 20px;
	margin-bottom: 10px;
  color: #34495e;
	font-size: 18px;
	font-weight: bold;
}
.h5 {
	font-size: 16px;
	font-weight: bold;
}

/* panel */
.x_panel {
  position: relative;
  width: 100%;
  margin: 10px 0 20px;
  display: inline-block;
  background: #fff;
  transition: all 0.2s ease;
}
.x_panel-header {
  border-bottom: 1px solid #E6E9ED;
  padding: 15px 16px;
  margin-bottom: 10px;
}
.x_panel-header .filter {
  width: 40%;
  float: right;
}
.x_panel-title {
  float: left;
  overflow: hidden;
  display: block;
  margin: 5px 0;
  white-space: nowrap;
	font-size: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
}
.x_panel-title small {
  margin-left: 10px;
}
.x_panel-title .label {
	display: inline-block;
	position: relative;
	top: -1px;
	line-height: 1;
	margin-left: .2em;
	font-size: 12px;
  vertical-align: middle;
}
.x_content {
  position: relative;
  clear: both;
  width: 100%;
  margin-top: 5px;
  padding: 10px 16px;
}
.x_content h4 {
  font-size: 16px;
  font-weight: 500;
}
.panel_toolbox {
  float: right;
  /*min-width:40px*/
}
.panel_toolbox > li {
  float: left;
  cursor: pointer;
}
.panel_toolbox > li > a {
  padding: 5px;
  color: #C5C7CB;
  font-size: 14px;
}
.panel_toolbox > li > a:hover {
  background: #F5F7FA;
}
@media (max-width:74.9375em) {
  .x_panel-header h2 { width: 62%;}
}


/* footer */
.page-footer {
  display: block;
  padding-top: 30px;
  background: #ededed;
  color: #7F8C8D;
  font-size: 12px;
  text-align: center;
}
.footer_fixed .page-footer {
  position: absolute;
  bottom: 0;
	left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
	padding-top: 0;
}


.jqstooltip {
  background: #2C3E50 !important;
  width: 30px !important;
  height: 22px !important;
  text-decoration: none;
}
.tooltip {
  display: block !important;
}
.right-arrow {
  width: 10px;
  float: right;
  font-weight: bold;
  font-size: 20px;
}
.panel-heading a {
  display: block;
}
legend {
  padding-bottom: 7px;
}

.bulk-actions {
  display: none;
}
table.jambo_table {
  border: 1px solid rgba(221,221,221,0.78);
}
table.jambo_table thead {
  background: rgba(52,73,94,0.94);
  color: #e8eaeb;
}
table.jambo_table tbody tr:hover td {
  background: rgba(0,173,255,0.07);
  border-top: 1px solid rgba(0,173,255,0.11);
  border-bottom: 1px solid rgba(0,173,255,0.11);
}
table.jambo_table tbody tr.selected {
  background: rgba(0,173,255,0.16);
}
table.jambo_table tbody tr.selected td {
  border-top: 1px solid rgba(0,173,255,0.4);
  border-bottom: 1px solid rgba(0,173,255,0.4);
}
.jambo_table .record-edit {
  white-space: nowrap;
}
.hidden-record {
  background: #e9e9e9;
}
.notop-record {
  background: #f9f9f9;
}
.record-edit {
  list-style: none;
  margin: 0;
  padding: 0;
}
.record-edit > li {
  display: inline-block;
}
.record-edit .btn {
  margin: 0 2px 2px 0;
}
.jambo_table .record-edit {
  width: 12em;
}
@media (max-width:47.9375em) {
  .jambo_table .wrap-auto {
    min-width: 20em;
    white-space: normal!important;
  }
	.table-responsive {
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}
.sort_link{
	cursor: pointer;
}
div.box {
  height: 100px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #8080FF;
  background-color: #E5E5FF;
}
.dropdown-menu.msg_list span {
  white-space: normal;
}
.dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 9998;
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-nav .open .dropdown-menu {
  position: absolute;
  background: #fff;
  margin-top: 0;
  border: 1px solid #D9DEE4;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
  width: 220px;
}
.navbar-nav .open .dropdown-menu.msg_list {
  width: 300px;
}

/* Pagination */
.pagination>li>a, .pagination>li>span {
	color: #34495e;
}

/* Form */
.form-control {
  width: 100%;
  margin: 2px;
  font-size: 16px;
}
.form-group-sm .form-control,
.form-group .form-control { border-radius: 0!important;}
select.form-control {
  padding: 4px;
}
.form-horizontal .control-label {
  padding-top: 8px;
}
.form-control:focus {
  border-color: #3498DB;
  box-shadow: none !important;
}
.form-control:disabled {
  background-color: #f0f0f0;
}
legend {
  font-size: 18px;
  color: inherit;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.form-group {
  margin-bottom: 16px;
}
.validate {
  margin-top: 10px;
}
.item input,
.item textarea {
  transition: 0.42s;
}
.item .alert {
  float: left;
  margin: 0 0 0 20px;
  padding: 3px 10px;
  color: #FFF;
  border-radius: 3px 4px 4px 3px;
  background-color: #CE5454;
  max-width: 170px;
  white-space: pre;
  position: relative;
  left: -15px;
  opacity: 0;
  z-index: 1;
  transition: 0.15s ease-out;
}
.item .alert::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #CE5454 transparent transparent;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: -13px;
  top: 1px;
}
.item.bad .alert {
  left: 0;
  opacity: 1;
}
.hissu{
  margin: 0 3px 0 3px;
  color: #e00000;
  font-weight: bold;
}
/* date time picker */
.ui-datepicker-trigger {
	width: 46px;
	height: 30px;
	line-height: 26px;
	padding: 0;
	border: 1px solid #bdc3c7;
	background: #ecf0f1;
	border-radius: 3px;
	text-align: center;
	vertical-align: middle;
}

/* Buttons */
.btn {
  border-radius: 3px;
}
.open .dropdown-toggle.btn-dark {
  color: #FFFFFF;
  background-color: #394D5F;
  border-color: #394D5F;
}
.btn-round {
  border-radius: 30px;
}
.btn.btn-app {
  position: relative;
  padding: 24px 10px 0;
  margin: 0 10px 10px 0;
  min-width: 160px;
  height: 120px;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  color: #405b76;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 13px;
}
.btn.btn-app > .fa,
.btn.btn-app > .glyphicon,
.btn.btn-app > .ion {
  display: block;
  margin-bottom: 16px;
  font-size: 48px;
}
.btn.btn-app:hover {
  color: #2ca6e0;
}
.btn.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
textarea {
  padding: 10px;
  vertical-align: top;
  width: 200px;
}
textarea:focus {
  outline-style: solid;
  outline-width: 2px;
}
option:disabled {
  background-color: #ccc;
}

/* ログイン画面 */
.login {
	background-color: #BDC3C7;
	background: -webkit-radial-gradient(top, ellipse cover, #ECF0F1 0%, #BDC3C7 100%);
	background: -moz-radial-gradient(top, ellipse cover, #ECF0F1 0%, #BDC3C7 100%);
	background: -ms-radial-gradient(top, ellipse cover, #ECF0F1 0%, #BDC3C7 100%);
	background: -o-radial-gradient(top, ellipse cover, #ECF0F1 0%, #BDC3C7 100%);
	background: radial-gradient(ellipse at top, #ECF0F1 0%, #BDC3C7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#ECF0F1', EndColorStr='#BDC3C7');
}
.login__box {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 480px;
	max-width: 90%;
	margin: 0 auto;
	padding: 20px;
	background: rgba(255,255,255,.5);
	box-shadow: 0 20px 20px -5px rgba(44,62,80,.3);
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width:48em) {
	.login__box {
		padding: 20px 40px;
		-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
		transform: translateY(-60%);
	}
}

.login__mark {
	width: 250px;
	height: 84px;
	margin: 20px auto 20px;
}
.login__box .input-group {
	width: 100%;
	height: 42px;
	margin: 8px 0;
}
.login__box .input-group-addon {
	width: 8em;
	padding: 6px;
	background: #BDC3C7;
	font-size: 12px;
}
.login__box .form-control {
	height: 42px;
	text-align: left;
}
.login__box .btn {
	display: block;
	width: 80%;
	margin: 2em auto 1em auto;
	padding: .5em;
	font-size: 16px;
}

/* helper */
.overflow_hidden{overflow:hidden}
.center-margin { margin: 0 auto; float: none !important;}
.ptn, .pvn, .pan { padding-top: 0 !important;}
.ptx, .pvx, .pax { padding-top: 3px;}
.pts, .pvs, .pas { padding-top: 5px;}
.ptm, .pvm, .pam { padding-top: 10px;}
.ptl, .pvl, .pal { padding-top: 20px;}
.prn, .phn, .pan { padding-right: 0 !important;}
.prx, .phx, .pax { padding-right: 3px;}
.prs, .phs, .pas { padding-right: 5px;}
.prm, .phm, .pam { padding-right: 10px;}
.prl, .phl, .pal { padding-right: 20px;}
.pbn, .pvn, .pan { padding-bottom: 0 !important;}
.pbx, .pvx, .pax { padding-bottom: 3px;}
.pbs, .pvs, .pas { padding-bottom: 5px;}
.pbm, .pvm, .pam { padding-bottom: 10px;}
.pbl, .pvl, .pal { padding-bottom: 20px;}
.pln, .phn, .pan { padding-left: 0 !important;}
.plx, .phx, .pax { padding-left: 3px;}
.pls, .phs, .pas { padding-left: 5px;}
.plm, .phm, .pam { padding-left: 10px;}
.pll, .phl, .pal { padding-left: 20px;}
.mtn, .mvn, .man { margin-top: 0 !important;}
.mtx, .mvx, .max { margin-top: 3px;}
.mts, .mvs, .mas { margin-top: 5px;}
.mtm, .mvm, .mam { margin-top: 10px;}
.mtl, .mvl, .mal { margin-top: 20px;}
.mrn, .mhn, .man { margin-right: 0 !important;}
.mrx, .mhx, .max { margin-right: 3px;}
.mrs, .mhs, .mas { margin-right: 5px;}
.mrm, .mhm, .mam { margin-right: 10px;}
.mrl, .mhl, .mal { margin-right: 20px;}
.mbn, .mvn, .man { margin-bottom: 0px;}
.mbx, .mvx, .max { margin-bottom: 3px;}
.mbs, .mvs, .mas { margin-bottom: 5px;}
.mbm, .mvm, .mam { margin-bottom: 10px;}
.mbl, .mvl, .mal { margin-bottom: 20px;}
.mln, .mhn, .man { margin-left: 0 !important;}
.mlx, .mhx, .max { margin-left: 3px;}
.mls, .mhs, .mas { margin-left: 5px;}
.mlm, .mhm, .mam { margin-left: 10px;}
.mll, .mhl, .mal { margin-left: 20px;}
.line_30 { line-height: 30px;}
.inl-bl,
.ib { display: inline-block !important;}
.clear { clear: both;}

.w_20 { width: 20%;}
.w_25 { width: 25%;}
.w_55 { width: 55%;}
.divider {
  border-bottom: 1px solid #ddd;
  margin: 10px;
}
.divider-dotted {
  border-top: 1px dotted #ddd;
  background-color: #ffffff;
  height: 1px;
  margin: 10px 0;
}
.list-note {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.list-note > li {
	position: relative;
	margin-bottom: .2em;
	padding-left: 1.2em;
}
.list-note > li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
}

/* popup comment */
.popup{
	position: relative;
	margin-top: -3px;
}
.popup__icon {
	display: inline-block;
	padding: 3px;
	color: #2C3E50;
	font-size: 15px;
	cursor: pointer;
	line-height: 1;
}
.popup__desc {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: -5px;
	bottom: calc(100% + 5px);
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	padding: 8px 10px;
	border-radius: 5px;
	background: #f8ea8a;
	color: #000;
	min-width: 120px;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	transition: all .2s;
}
.popup__desc:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 10px;
	border: 5px solid transparent;
	border-top: 8px solid #f8ea8a;
}
.popup__icon:hover + .popup__desc{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

/* color theme */
.blue{color:#3498DB!important}
.purple{color:#9B59B6!important}
.green{color:#1ABB9C!important}
.aero{color:#9CC2CB!important}
.red{color:#E74C3C!important}
.dark{color:#2C3E50!important}
.gray{color:#BDC3C7!important}
.border-blue{border-color:#3498DB!important}
.border-purple{border-color:#9B59B6!important}
.border-green{border-color:#1ABB9C!important}
.border-aero{border-color:#9CC2CB!important}
.border-red{border-color:#E74C3C!important}
.border-dark{border-color:#2C3E50!important}
.bg-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #73879C;
}
.bg-green {
  background: #1ABB9C !important;
  border: 1px solid #1ABB9C !important;
  color: #fff;
}
.bg-red {
  background: #E74C3C !important;
  border: 1px solid #E74C3C !important;
  color: #fff;
}
.bg-blue {
  background: #3498DB !important;
  border: 1px solid #3498DB !important;
  color: #fff;
}
.bg-orange {
  background: #F39C12 !important;
  border: 1px solid #F39C12 !important;
  color: #fff;
}
.bg-purple {
  background: #9B59B6 !important;
  border: 1px solid #9B59B6 !important;
  color: #fff;
}
.bg-blue-sky {
  background: #50C1CF !important;
  border: 1px solid #50C1CF !important;
  color: #fff;
}

/* Text meant only for screen readers
   ---------------------------------- */
.sr {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sr:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.ui-sortable .panel-heading{
	cursor: move;
}
