.bs-callout
{
	padding:20px;
	margin:20px 0;
	border:1px solid #eee;
	border-left-width:5px;
	border-radius:3px
}
.bs-callout h4
{
	margin-top:0;
	margin-bottom:5px
 }
.bs-callout p:last-child{
	margin-bottom:0
 }
.bs-callout code{border-radius:3px}
.bs-callout+.bs-callout{margin-top:-5px}
.bs-callout-danger{border-left-color:#ce4844}
.bs-callout-danger h4{color:#ce4844}
.bs-callout-warning{border-left-color:#aa6708}
.bs-callout-warning h4{color:#aa6708}
.bs-callout-info{border-left-color:#1b809e}
.bs-callout-info h4{color:#1b809e}
.bs-callout-cyan{border-left-color: #008b8b;}
.bs-callout-cyan h5{color:#002929;}

.bs-callout h5
{
	margin-top:0;
	margin-bottom:2px;
	font-size: 1.2em;
}
.bs-callout-info h5{
	color:#1b809e
}

.bs-callout-noborder
{
	padding:20px;
	margin:20px 0;
}
.bs-callout-noborder h5
{
	margin-top:0;
	margin-bottom:2px;
	font-size: 1.2em;
	color:#002929;
}

.label-style {
  margin-top: 5px;
  display:  inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 1em;
  font-weight: bold;
  color: #773217;
  line-height: 1.3em;
  vertical-align: baseline;
  text-align: center;
 /* border-style: solid;
  border-width: 2px;
  border-color: #773217;
  border-radius: 5px;*/
}

.chip {
    display: inline-block;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    /*order-radius: 25px;
     padding: 0 25px;
    background-color: #f1f1f1;*/
}

.chip img {
    /*
    float: left; margin: 0 10px 0 -25px;*/
    margin: 0 auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.title-tb-border{
	 line-height: 40px;
	margin-top:0;
	margin-bottom:2px;
	font-size: 1.4em;
	color:#002929;
	border:0px solid;
	border-bottom-width:3px;
	border-bottom-color:#1b809e;
}

.comment {
	padding: 1 !important;
	margin: 5px 0px 5px 0px;
	width: 100% !important;
	border:1px solid #888888;
}
.comment .title, .comment-unread .title {
	background-color: #d6d6d6;
	padding:0px;
	margin: 0 !important;
}
.comment-unread{
	padding: 0 !important;
	margin: 5px 0px 5px 0px;
	width: 100% !important;
	border:2px solid #eee;
	background-color: #ffdae0;
}

.div-unread{
 background-color: #ffdae0;
 width: 100%;
 height: 100%;
  padding: 8px;
  margin: 0px;
  z-index:1;
}

.navbar-default .navbar-nav > .navbar-custom_active {
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  background-color: #d74000;
  border-color: #d74000;
  color: #ffffff;
}

 .navbar-default .navbar-nav > .navbar-custom_active > a ,
 .navbar-default .navbar-nav > .navbar-custom_active > a:hover{
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

.navbar-default .navbar-nav > .navbar-custom {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
  color: #d74000;
}

 .navbar-default .navbar-nav > .navbar-custom > a ,
 .navbar-default .navbar-nav > .navbar-custom > a:hover{
  color: #d74000;
  font-size: 1.2em;
  font-weight: bold;
}

/* 18.11.20 */
textarea.form-control {
  font-size: 16px;
  line-height: 25px;
}
.base-table-selected {
  background-color: #FCD4C0 !important;
}
.target-table-selected {
  background-color: #FCD4C0 !important;
}

.base-table-selectable .ui-selecting { 
  background: #D8D6D5; 
}
.base-table-selectable .ui-selected { 
  background: #D8D6D5; 
}

.target-table-selectable .ui-selecting { 
  background: #D8D6D5; 
}
.target-table-selectable .ui-selected { 
  background: #D8D6D5; 
}

/* #base-table tr:hover td {
  background-color: #D8D6D5;
}
#target-table tr:hover td {
  background-color: #D8D6D5;
} */

/* .selectable .ui-selected { background: #F39814; color: white; } */

/*社長社員優先表示枠（疑似クラス使用）*/  
.admin-report-sort:first-child{
  border-left: 1px solid #FF8300;
  border-top: 1px solid #FF8300;
  border-bottom: 1px solid #FF8300;

}
.admin-report-sort:nth-child(-n+7){
  border-top: 1px solid #FF8300;
  border-bottom: 1px solid #FF8300;
}
.admin-report-sort:last-child{
  border-right: 2px solid #FF8300;
}

.usersort_parent{
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}
.usersort_parent2{
  width: 100%;
  height: 550px;
  display: flex;
  align-items: start;
}

.exampleflex-align{
  display: flex;
  flex-direction:column;
  height: 550px;
  align-items: center;

}
.exampleflex-align>div{
  padding: 10px;
  margin: 5px;
  background: #41538e;
  color: #FFF;
  font-weight: bold;
  width: 2em;
  text-align: center;
}
/* TOPへ戻るCSS */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #337ab7;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 20px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 1.0;
  transition: all .3s ease;
}
#page-top a:hover {
  /* text-decoration: none;
  opacity: .5; */
}
.usersort-text-right {
  float: right;
  margin:  15px; 
}