::-webkit-input-placeholder {
	color: #bbb;
}

:-moz-placeholder {
	color: #bbb;
}

:-ms-input-placeholder {
	color: #bbb;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

input,textarea {
	/*font-family: monospace;*/
	font-family: Osaka-mono, "MS Gothic", "ＭＳ ゴシック", monospace;
}

.infofooter{
  position: fixed;
  left:0px;
  bottom:0px;
  text-align: left;
  color: #336;
  font-family: monospace;
  font-size: 12px;
  width:100%;
  /*border:1px solid gray;*/
  background-color:lightgray;
  z-index: 9999;
}
.infofooter p{
  display: inline;
  /*margin-left: 2px;*/
  padding: 1px 2px;
  /*background-color: #EEE;*/
}

body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック";
  /*font-family: "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana*/
}

.ui-widget button.np {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック";
  font-size:12px;
  padding:1px;
}


.ui-widget,
.ui-widget select,
.ui-widget button {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, "ＭＳ Ｐゴシック";
  font-size: 14px;
}

.ui-widget input,
.ui-widget textarea{
  font-family: Osaka-mono, "MS Gothic", "ＭＳ ゴシック", monospace;
}

/*******************************************/
.glyphicon {
	margin-right: 2px;
}

.navbar {
	min-height: 30px;
	margin-bottom: 10px;
	border: 1px solid transparent;
}

.navbar-fixed-top,.navbar-fixed-bottom {
	position: fixed;
}

.navbar-brand {
	float: left;
	height: 30px;
	padding: 5px 5px;
	font-size: 20px;
	line-height: 24px;
}

.navbar-brand,.navbar-nav>li>a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-toggle {
	padding: 4px 5px;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 4px;
}

.navbar-nav {
	margin: 3px -0.5px;
}

.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}

.navbar-form {
	padding: 5px 7.5px;
	margin-top: 4px;
	margin-right: -7.5px;
	margin-bottom: 4px;
	margin-left: -7.5px;
}

.navbar-btn {
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-btn.btn-sm {
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-btn.btn-xs {
	margin-top: 2px;
	margin-bottom: 2px;
}

.navbar-text {
	margin-top: 6px;
	margin-bottom: 0px;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: content-box;
	word-break: break-all;
}

.nav>li>a {
	padding: 5px 10px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 5px;
  /*margin-left: -5px;*/
}

.ui-datepicker {
	z-index: 20000 !important;
}
.table-bordered {
    border: 1px solid #dddddd;
    border-top: 0px;
    border-collapse: separate;
    /*border-collapse: collapse; */
    border-left: 0;
    border-radius: 4px;
}
table.no_radius {
    border-radius: 0px;
}
.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-right: none;
    border-bottom: none;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}
.table-noborder th,
.table-noborder td {
    border-left: 0px;
}


.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    /*border-top: 0;*/
}
.table-bordered:not(.no_radius) thead:first-child tr:first-child > th:first-child,
.table-bordered:not(.no_radius) tbody:first-child tr:first-child > td:first-child,
.table-bordered:not(.no_radius) tbody:first-child tr:first-child > th:first-child {
    border-top-left-radius: 4px;
}
.table-bordered:not(.no_radius) thead:first-child tr:first-child > th:last-child,
.table-bordered:not(.no_radius) tbody:first-child tr:first-child > td:last-child,
.table-bordered:not(.no_radius) tbody:first-child tr:first-child > th:last-child {
    border-top-right-radius: 4px;
}
.table-bordered:not(.no_radius) thead:last-child tr:last-child > th:first-child,
.table-bordered:not(.no_radius) tbody:last-child tr:last-child > td:first-child,
.table-bordered:not(.no_radius) tbody:last-child tr:last-child > th:first-child,
.table-bordered:not(.no_radius) tfoot:last-child tr:last-child > td:first-child,
.table-bordered:not(.no_radius) tfoot:last-child tr:last-child > th:first-child {
    border-bottom-left-radius: 4px;
}
.table-bordered:not(.no_radius) thead:last-child tr:last-child > th:last-child,
.table-bordered:not(.no_radius) tbody:last-child tr:last-child > td:last-child,
.table-bordered:not(.no_radius) tbody:last-child tr:last-child > th:last-child,
.table-bordered:not(.no_radius) tfoot:last-child tr:last-child > td:last-child,
.table-bordered:not(.no_radius) tfoot:last-child tr:last-child > th:last-child {
    border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}
.table-hover-important > tbody > tr:hover > td,
.table-hover-important > tbody > tr:hover > th {
  background-color: #f5f5f5 !important;
}

.panel-heading {
  padding: 5px 10px;
}
.container-fluid {
  max-width: 100%;
}
.container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: -5px;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -5px;
}
td, th{
  padding:2px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 2px;
}

.nav-tabs > li {
  min-width:80px;
  text-align:center;
}

.nav-tabs > li > a {
  margin-top:2px;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
  letter-spacing: 0px;
  padding: 3px 5px;
}

.nav-tabs > li > a:hover {
  border-color: #bbb #bbb #ccc;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ddd;
  font-weight:bold;
  background-color: #244;
  border: 1px solid #444;
  border-bottom-color: transparent;
  cursor: default;
  letter-spacing: 0px;
}

input[type="file"] {
  display: inline-block;
}

input{
  vertical-align:middle;
  margin-right:2px;
}

input[type="checkbox"],
input[type="radio"]{
  vertical-align:top;
  margin-right:2px;
}

label {
  margin-bottom: 3px;
  font-weight: normal;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
/*
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
*/
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
    padding-top:8px;
    padding-bottom:8px;
  }
  /*
  input{
    font-size:20px;
  }
  */
}


@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ccc;
  }
}


.ui-front {
	z-index: 9999;
}

.panel-heading {
  padding: 2px;
  padding-left: 5px;
}
.panel-body {
  padding: 2px;
}
.table{
  margin-bottom: 0px;
}

.progress {
  margin-bottom: 2px;
}

img.svgimg {
  margin-right: 2px;
  vertical-align: top;
}


.btn-sm,
.btn-group-sm > .btn {
  padding: 3px 5px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 2px;
  line-height: 18px;
}

a.btn{
  overflow-y:hidden;
}



.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}


.well {
  margin-bottom: 1px;
}

.panel {
  margin-bottom: 20px;
}


.navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 4px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
a.btn {
  overflow-x:hidden;
}

div.side_menu > div.row {
  position:relative;
}

div.side_menu > div.row.hide_menu {
  opacity: 0.8;
}

div.side_menu > div.row > a.btn {
  padding:4px;
  min-height:26px;
}

div.side_menu > div.row > a.btn > img.svgimg {
  vertical-align: bottom;
}

div.side_menu div > a.btn, #sidebar_wrapper div.sub_menu > a.btn {
  background-image: none;
  margin-bottom:2px;
  padding-left:2px;
  text-align:left;
  white-space: nowrap;
}

div.side_menu > div.has_sub_menu > a.btn {
  background-image: url(../../../_files/export_image/arrow_carrot-right.ffffff.svg);
  background-repeat:no-repeat;
  background-position: right center;
  background-size:20px 20px;
}
div.side_menu > div.sub_menu, div.side_menu div.row > div.sub_menu,
#sidebar_wrapper > div.sub_menu {
  position:absolute;
  left:148px;
  display:none;
  padding:2px;
  border:1px solid gray;
  /*background-color:#f5f5f5;*/
  min-width: 150px;
  z-index: 2100;
  white-space: nowrap;
}

div.side_menu > div.separator{
  height:12px;
}

div.side_menu.side_menu_medium > div.row > a.btn {
  padding:3px;
}
div.side_menu.side_menu_small > div.row > a.btn {
  padding:1px;
}
div.side_menu.side_menu_medium > div.separator{
  height:5px;
}
div.side_menu.side_menu_small > div.separator{
  height:4px;
}
div.filedrop {
/*
  background-image: url(../../elegant_font/images/SVG/icon_document_alt.svg);
  background-repeat:no-repeat;
  background-position: right center;
  background-size:16px 16px;
*/
}
div.filedrop.filemulti {
/*
  background-image: url(../../elegant_font/images/SVG/icon_documents_alt.svg);
  background-repeat:no-repeat;
  background-position: right center;
  background-size:16px 16px;
*/
}

img {
	border-width: 0px;
}

input.int, input.double, input.numeric, input.money {
	text-align: right;
	ime-mode: disabled;
	-webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -ms-ime-mode: disabled;
}

input.alpha, input.alphanumeric {
	ime-mode: disabled;
  -webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -ms-ime-mode: disabled;
}

textarea.int, textarea.double, textarea.numeric, textarea.money {
  text-align: right;
  ime-mode: disabled;
  -webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -ms-ime-mode: disabled;
}

textarea.alpha, textarea.alphanumeric {
  ime-mode: disabled;
  -webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -ms-ime-mode: disabled;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 2px;
}

legend {
  padding:0px 3px 0px 3px;
  width:auto;
  margin-bottom: 0px;
  font-size: 14px;
  border: 1px;
}
/*
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
*/

fieldset > div {
  margin: 1px;
  padding-left: 5px;
}


.ui-timepicker-table td {
  white-space:nowrap;
  word-break:normal;
}
.ui-timepicker-table td a,
.ui-timepicker-table td span {
  width:auto;
}
span.label{
  padding-bottom:0px;
}
.btn-group {
  white-space: nowrap;
}
.btn-group .btn {
  float: none;
  display: inline-block;
}

.popover-content {
  padding: 2px 10px;
}

.navbar .navbar-nav > li > a,
.navbar-brand {
  text-shadow: none;
}

.table-condensed > thead > tr.hidden_width,
.table-condensed > thead > tr.hidden_width > th,
.table-condensed > tbody > tr.hidden_width > th{
  border:0px;
  background-color:white;
  padding:0px;
  margin:0px;
}

/*
a.subwindow:after{content: "❏"}
*/


a{ -webkit-touch-callout:none;}


tr.odd {
  background-color: #f0f8ff; /*#f9f9f9;*/
}
tr.del, tr.del td, tr.del th {
  background-color: #ccc !important;
}
tr.bold {
  font-weight: bold;
}
tr.unread {
  font-weight: bold;
}
tr.date_normal {

}
tr.date_sat {
  background-color: #d0efff;/*lightcyan;*/
}
tr.date_sun {
  background-color: lavenderblush;
}
tr.date_holiday {
  background-color: lavenderblush;
}

th.ellipsis {
  white-space:nowrap;
  height:20px;
  overflow:hidden;
  text-overflow:ellipsis;
}

input[type="text"]:not(.form-control){
  height:25px;
}
input[type="password"]:not(.form-control){
  height:25px;
}
input[type="file"]:not(.form-control){
  margin: 3px 1px;
  /* height:25px; */
  width: 80%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
input[type="radio"] {
  /*vertical-align:middle;*/
}
select {
  vertical-align:middle;
  font-size: 14px;
  max-width: 100%;
}

.height_24{
  height:24px;
}

.height_28{
  height:28px;
}

.popover {
max-width: 600px;
}

th.calendar,
.table-striped > tbody > tr > th.calendar{
  background-color:#e9e9e9;
  font-size:13px;
  padding-top:0px;
  padding-bottom:0px;
}
th.calendar.sat,
.table-striped > tbody > tr > th.calendar.sat{
  background-color:skyblue;
}
th.calendar.sun,
.table-striped > tbody > tr > th.calendar.sun{
  background-color:pink;
}
th.calendar.holiday,
.table-striped > tbody > tr > th.calendar.holiday{
  background-color:pink;
}
th.calendar.outofrange,
.table-striped > tbody > tr > th.calendar.outofrange{
  background-color:#e9e9e9;
}
th.calendar.today,
.table-striped > tbody > tr > th.calendar.today{
  background-color:khaki;
}

td.calendar.sat,
.table-striped > tbody > tr > td.calendar.sat{
  background-color:lightcyan;
}
td.calendar.sun,
td.calendar.sun > .ui-state-default,
.table-striped > tbody > tr > td.calendar.sun{
  background-color:lavenderblush;
}
td.calendar.holiday,
.table-striped > tbody > tr > td.calendar.holiday{
  background-color:lavenderblush;
}
td.calendar.outofrange,
.table-striped > tbody > tr > td.calendar.outofrange{
  background-color:#e9e9e9;
}
td.calendar.today,
.table-striped > tbody > tr > td.calendar.today{
  background-color:rgb(255,255,235);
}

.dp-sun > .ui-state-default {
  color: red !important;
}
.dp-sat > .ui-state-default {
  color: blue !important;
}

.btn_opacitya{
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}
code.calendar_time{
  padding: 1px;
  background-color:transparent;
  display:inline-block;
  margin-right:10px;
}
code.calendar_time.is_provisional{
  background-color:#dddddd;
  border:1px dashed gray;
  margin-bottom:1px;
}
div.calendar_item {
  overflow: hidden;
  border: 1px solid lightgray;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 1px;
  margin-bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.month-year-input {
    width: auto;
}

span.label {
  padding-top: 1px;
  font-size: 12px;
}

img.feeling {
  width: 30px;
  height: 30px;
}

div.foot_feeling {
  margin-left: 3px;
  margin-right: 70px;
  box-shadow: 3px 3px 5px 0px #333333;
  padding: 1px 5px 1px 5px;
  border: 1px solid gray;
  border-radius: 5px;
  background-color: white;
  z-index: 9998;
  position: fixed;
  bottom: 5px;
  left: auto;
}
div.foot_feeling.debug_mode {
  bottom: 20px;
}
span.feeling {
  display: inline-block;
  padding: 4px;
  /* margin-right: 5px; */
  border: 1px solid lightgray;
}
span.feeling.active {
  border:1px solid gray;
  box-shadow: 2px 2px 2px 0px #333333 inset;
}

div.popmenu-box {
  z-index:9999;
  position:fixed;
  bottom:5px;
  right:25px;
  pointer-events: none;
}
div.popmenu-box.debug_mode {
  bottom: 20px;
}
div.popmenu-box > .pop_ctrl {
  posision:relative;
  box-shadow: 3px 3px 5px 0px #333333;
  padding: 4px 4px 4px 5px;
  pointer-events: auto;
}
div.popmenu-box > ul {
  list-style-type: none;
  display: none;
  posision: relative;
  margin-bottom: 25px;
  padding: 1px 0px 0px 1px;
  pointer-events: auto;
}
div.popmenu-box > ul > li {
  border: 1px solid white;
  margin: 0px 1px 1px 0px;
  padding: 5px 1px 0px 1px;
  pointer-events: auto;
}
div.popmenu-box > ul > li > div.popupmenu_title {
  font-size: 11px;
  width: 100%;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: auto;
}


.table-bordered.list_body > thead:first-child > tr:first-child > th:first-child,
.table-bordered.list_body > tbody:first-child > tr:first-child > td:first-child,
.table-bordered.list_body > tbody:first-child > tr:first-child > th:first-child {
    border-top-left-radius: 0px;
    border-top: 0px !important;
}
.table-bordered.list_body > tbody:first-child > tr:first-child > td {
    border-top: 0px;
}

.table-bordered.list_body > thead:first-child > tr:first-child > th:last-child,
.table-bordered.list_body > tbody:first-child > tr:first-child > td:last-child,
.table-bordered.list_body > tbody:first-child > tr:first-child > th:last-child {
    border-top-right-radius: 0px;
}
.table-bordered.list_head > thead:last-child > tr:last-child > th:first-child,
.table-bordered.list_head > tbody:last-child > tr:last-child > td:first-child,
.table-bordered.list_head > tbody:last-child > tr:last-child > th:first-child,
.table-bordered.list_head > tfoot:last-child > tr:last-child > td:first-child,
.table-bordered.list_head > tfoot:last-child > tr:last-child > th:first-child {
    border-bottom-left-radius: 0px;
}
.table-bordered.list_head > thead:last-child > tr:last-child > th:last-child,
.table-bordered.list_head > tbody:last-child > tr:last-child > td:last-child,
.table-bordered.list_head > tbody:last-child > tr:last-child > th:last-child,
.table-bordered.list_head > tfoot:last-child > tr:last-child > td:last-child,
.table-bordered.list_head > tfoot:last-child > tr:last-child > th:last-child {
    border-bottom-right-radius: 0px;
}

.collapsing {
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
     transition-duration: 0.15s;
}

/* balloon-top-left */
.balloon-top-left {
  /*color: #19283C;*/
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  /*min-width: 150px;*/
  min-width: 50%;
  /*height: 40px;*/
  /*line-height: 32px;*/
  /*text-align: center;*/
  background: #F6F6F6;
  border: 2px solid gray;/*#19283C;*/
  border-radius: 4px;
  z-index: 0;
}
.balloon-top-left:before {
  content: "";
  position: absolute;
  top: -8px; left: 50px;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #F6F6F6 transparent;
  z-index: 0;
}
.balloon-top-left:after {
  content: "";
  position: absolute;
  top: -11px; left: 50px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  /*border-color: transparent transparent #19283C transparent;*/
  border-color: transparent transparent gray transparent;
  z-index: -1;
}

.balloon-top-right {
  /*color: #19283C;*/
  position: relative;
  display: inline-block;
  /*padding: 0 15px;*/
  width: auto;
  /*min-width: 150px;*/
  min-width: 50%;
  /*height: 40px;*/
  /*line-height: 32px;*/
  /*text-align: center;*/
  background: #F6F6F6;
  border: 2px solid gray;/*#19283C;*/
  border-radius: 4px;
  z-index: 0;
}
.balloon-top-right:before {
  content: "";
  position: absolute;
  top: -8px; right: 50px;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #F6F6F6 transparent;
  z-index: 0;
}
.balloon-top-right:after {
  content: "";
  position: absolute;
  top: -11px; right: 49px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  /*border-color: transparent transparent #19283C transparent;*/
  border-color: transparent transparent gray transparent;
  z-index: -1;
}

div.cmnt_content {
}

.cmnt_heading {
  border: 2px solid #033c73;
  border-radius: 4px;
}

div.cmnt_wrap_div {
}
.cmnt_self {
  /*background: #B8E9FC;*/
}
.balloon-self {
  position: relative;
  display: inline-block;
  margin-top:0px;
  width: auto;
  min-width: 80%;
  /*
  background: #a8fca8;
  border: 2px solid #a8fca8;
  */
  background: #B8E9FC;
  border: 2px solid #B8E9FC;
  box-shadow: 1px 1px 2px 0px #aaa;
  border-radius: 4px;
  z-index: 0;
}
.balloon-other {
  position: relative;
  display: inline-block;
  margin-top:0px;
  width: auto;
  min-width: 80%;
  /*
  background: #9be0fd;
  border: 2px solid #9be0fd;
  */
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  box-shadow: 1px 1px 2px 0px #aaa;/*
  box-shadow: 2px 2px 3px 0px #aaa;*/
  border-radius: 4px;
  z-index: 0;
}
/*
.balloon-self:before {
  content: "";
  position: absolute;
  top: -8px; right: 50px;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #a8fca8 transparent;
  z-index: 0;
}
.balloon-self:after {
  content: "";
  position: absolute;
  top: -11px; right: 49px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #a8fca8 transparent;
  z-index: -1;
}
*/

table.no-border tr th,
table.no-border tr td,
table.no-border tbody tr th,
table.no-border tbody tr td,
table.no-border thead tr th,
table.no-border thead tr td,
.table-bordered td {
    border: 0px;
    padding: 0px;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}

.noTitleDialog .ui-dialog-titlebar {
  display:none;
}

.date_after_today a, .date_after_today span {
  background: lightgray !important;
}
.date_registerd a, .date_registerd span {
  background: lightgreen !important;
}

input[type="text"].show_autocomplete_bg_img {
  background-image: url(../../elegant_font/images/PNG/arrow_triangle-down.png);
  background-repeat:no-repeat;
  background-position: right center;
  background-size:20px 20px;
  padding-right:20px;
}

table.color_picker {
  border-collapse: separate;
  border-radius: 0;
  border-spacing: 2px;
  margin: 0px;
}

table.color_picker td {
  border: 1px solid #ccc;
  border-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

div.sortable_dialog_div {
  border: 1px solid gray;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 1px;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: n-resize;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  font-size: 12px;
  color: #333;
  width: auto;
  font-weight: normal;
}

.ui-keyboard-keyset {
  text-align: left;
}

div.filedrop {
  padding-top:5px;
  padding-bottom:5px;
}

ul.dropdown_menu {
  /*display: none;*/
  min-width: 150px;
  position: absolute;
  background-color: white;
  z-index: 10000;
}

.nav-tabs.moduleTab > li > a {
  background-color: #fbfbfb;
}
.nav-tabs.moduleTab > li.active > a,
.nav-tabs.moduleTab > li.active > a:hover,
.nav-tabs.moduleTab > li.active > a:focus {
  color: #f0f0f0;
  background-color: #606060;
}

.nav-tabs.moduleTab.success > li.active > a,
.nav-tabs.moduleTab.success > li.active > a:hover,
.nav-tabs.moduleTab.success > li.active > a:focus {
  color: #f0f0f0;
  background-color: #73a839;
  border: 1px solid #583;
  border-bottom-color: transparent;
}
.nav-tabs.moduleTab.warning > li.active > a,
.nav-tabs.moduleTab.warning > li.active > a:hover,
.nav-tabs.moduleTab.warning > li.active > a:focus {
  color: #f0f0f0;
  background-color: #dd5600;
  border: 1px solid #742;
  border-bottom-color: transparent;
}
.nav-tabs.moduleTab.info > li.active > a,
.nav-tabs.moduleTab.info > li.active > a:hover,
.nav-tabs.moduleTab.info > li.active > a:focus {
  color: #f0f0f0;
  background-color: #033c73;
  border: 1px solid #246;
  border-bottom-color: transparent;
}
.nav-tabs.moduleTab.danger > li.active > a,
.nav-tabs.moduleTab.danger > li.active > a:hover,
.nav-tabs.moduleTab.danger > li.active > a:focus {
  color: #f0f0f0;
  background-color: #c71c22;
  border: 1px solid #662;
  border-bottom-color: transparent;
}
.nav-tabs.moduleTab.primary > li.active > a,
.nav-tabs.moduleTab.primary > li.active > a:hover,
.nav-tabs.moduleTab.primary > li.active > a:focus {
  color: #f0f0f0;
  background-color: #2fa4e7;
  border: 1px solid #257;
  border-bottom-color: transparent;
}

table.table-striped > tbody > tr > th {
  color: #6d6d6d;
}

table.table-striped > tbody > tr > td > table > tbody > tr > th {
  color: #6d6d6d;
}

ul {
  padding-left: 0px;
}

.no_focus_border:focus {
  outline: 0px;
}

a:focus {
  outline: 0px;
  text-decoration: underline;
}

div.simple_reply {
  margin-bottom: 6px;
}
div.simple_reply > a > span {
  font-size: 14px;
}
div.simple_reply > a:hover,
div.simple_reply > a:focus,
div.simple_reply > a:hover > span,
div.simple_reply > a:focus > span {
  color: yellow;
}
div.ui-dialog-content-box div.ui-dialog-content{
    box-sizing: content-box;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: default;
}

td.htDimmed > input.htCheckboxRendererInput{
  opacity: 0.7; 
  filter: grayscale(100%);
}

div.popover {
  z-index: 10000;
}

div.jq-toast-wrap {
  width: auto;
  min-width: 250px;
  max-width: 80vw;
}

div#sortable-div {
  min-width: 350px;
}

div.ellipsis {
  white-space: nowrap; 
  height: 20px; 
  width: 100%; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

table.table_list_base>tbody>tr>td {
  overflow-x: hidden;
}

.monospace {
  font-family: "ＭＳ ゴシック","MS Gothic",sans-serif;
}

.ui-dialog-buttonpane .align-left-only-one-button {
  position: absolute;
  left: 16px;
}

.show-copied::after,
.show-copied-en::after {
  margin: 0 2px;
  font-size: 12px;
  color: inherit;
}
.show-copied::after {
  content: "コピーしました";
}
.show-copied-en::after {
  content: "Copied";
}

.note {
  color: gray;
  font-size: 12px;
}

@media print {
  a[href]::after {
    content: none !important;
  }
  * {
    overflow: visible !important;
    height: auto !important;
  }
  body {
    padding-left: 0 !important;
  }
  div.popmenu-box, div#sidebar {
    display: none;
  }
}

/*
table.table-striped > tbody > tr > td {
  border-top:1px solid #bbb;
}
table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ddd;
}
table-striped > tbody > tr:nth-child(even) > th {
  background-color: #eee;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #dddddd;
}

*/

/*
code,
kbd,
pre,
samp {
  font-family: Osaka-mono, "MS Gothic", "ＭＳ ゴシック", monospace;
}
*/