@media screen and (min-width:768px) {
  .logo {
    display:none;
  }
}
.online {
	color:green;
}
.mailbox-draggable {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #CCC;
}
.mailbox-draggable:hover {
	background-color: #EEE;
}
.mailbox-messages {
	overflow:auto;
/*
	overflow-x: hidden;
*/
	padding-bottom: 0px;
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.text-left {
	text-align:left;
}
.disclose {
	font-size:9px;
}
.draggable-helper {
	border: 3px dotted #F33;
}
.dialog {
	display:none;
}
#label-panel {
	display:none;
	clear:both;
}
.label-color {
	width:25px;
	height:25px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	cursor:pointer;
	border-radius: 5px;
	color:white;
	text-align: center;
	line-height: 25px;
}
.label-color-frame {
	margin-top:5px;
}
.label-color-frame:after {
	display:block;
	content: " ";
	clear:both;
}
.label-form-panel {
	display:none;
	position:absolute;
	width: 200px;
	height: auto;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 3px;
}
.label-edit,.label-select {
	border-radius: 3px;
	cursor: pointer;
	margin: 0 0 4px;
	min-height: 18px;
	padding: 8px;
	position: relative;
	-webkit-transition: padding 85ms,margin 85ms,box-shadow 85ms;
	transition: padding 85ms,margin 85ms,box-shadow 85ms;
	color: #fff;
	display: block;
	font-weight: 700;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.label-edit:hover,
.label-select:hover {
	text-shadow: 0 0 5px rgba(0,0,0,.2),0 0 2px #000;

}
.label-selecter-panel {
	display:none;
	position: absolute;
	width: 200px;
	height: auto;
	/* top:20px;
	left:100px; */
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.label-lg {
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 4px 4px 0;
    min-width: 30px;
    padding: 0 10px;
    width: auto;
}
.dropdown-menu li a {
    color: #777;
}
.dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/*
 * pulldown-filter
 *********************************************** */
.pulldown-filter * {
	margin:0;
	padding:0;
    box-sizing:border-box;
}
.pulldown-filter {
	position:relative;
	width; 38px;
	display:inline-block;
}
.pulldown-filter a {
	text-decoration: none;
	color: #333;
	display:inline-block;
	width:38px;
	height:38px;
	text-align: center;
	line-height: 38px!important;
	border-radius: 5px;
	border: 1px solid #FAFAFA
}
.pulldown-filter a:hover {
	background-color:#CCC;
}

.pulldown-filter .heading {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}
.pulldown-filter ul {
	list-style-type: none;
	background-color:#f4f4f4;
	display:block;
}
.pulldown-filter>ul {
	position: absolute;
	width: 228px;
}
.pulldown-filter>ul>li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.pulldown-filter>ul>li>a {
	float:left;
}
.pulldown-filter:hover>ul>li {
/* .pulldown-filter>ul>li { */
	overflow: visible;
	height: 38px;
}
.pulldown-filter ul.on50 {
	display:inline-block;
}
.pulldown-filter ul.on50:before,
.pulldown-filter ul.on50:after {
	content: "";
 	display: table;
}
.pulldown-filter ul.on50:after {
	clear: both;
}
.pulldown-filter .on50 .head {
	float:left;
	width: 38px;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}

.table-inverse.table-bordered {
  border: 0;
}
.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}
.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
  padding: 1.25rem;
}

.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
  content: "";
  display: table;
  clear: both;
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    width: 100%;
  }
}

/* Intial
==================================*/
ul#pulldown-menu,
ul#pulldown-menu * {
	list-style-type: none;
}
ul#pulldown-menu a {
        color: #FFFFFF;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
        background: #DDD;
        color:#000;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        background: #666;
        color:#FFF;
}

ul#pulldown-menu li {
        float: left;
        position: relative;
        margin: 0 1px;
        width: 50px;
        height: 2em;
        font-weight: bold;
        line-height: 2em;
}
ul#pulldown-menu li a {
        display: block;
        width: 50px;
        height: 2em;
        text-align: center;
}

ul#pulldown-menu li ul li {
        float: none;
        margin: 0;
        font-weight: normal;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul,
ul#pulldown-menu li ul li ul {
        display: none;
        position: absolute;
        z-index: 100;
        left:-37px;
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視に */
ul#pulldown-menu li:hover ul {
        display: block;
}

* html ul#pulldown-menu li:hover ul {
        vertical-align: bottom; /* IE6 で変な隙間が空くのでその対策 */
}

ul#pulldown-menu li:hover ul li ul {
        display: none;
}

/* 疑似要素 :hover で孫メニューを可視に */
ul#pulldown-menu li ul li:hover ul {
        display: block;
        position: absolute;
        top: 0;
        left: -90em;
        z-index: 200;
}
p.rate {
  clear: both;
  margin: 10px 0 0;
  position: relative;
  float: left;
}
p.rate input:last {
  position: relative;
  padding-top: 10px;
  clear: both;
}
p.rate input {
  float: right;
  position: relative;
  left: -5000px;
  margin-top: 10px;
  margin-left: 1.8em;
  line-height: 10px;
}
p.rate input:hover:after {
  color: white !important;
}
p.rate input:after {
  opacity: 1.0;
  font-size: 30px;
  position: relative;
  margin-left: 4992px;
  top: -10px;
  content: '★';
  color: gray;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
p.rate input:checked {
  transition: 0.15s;
  -webkit-transition: 0.5s;
}
p.rate input:checked:after {
  color: yellow;
}
p.rate input:checked ~ input:after {
  color: yellow;
}
p.rate input:checked + label {
  opacity: 1;
}
p.rate input + label {
  position: absolute;
  left: 110%;
  top: -17px;
  overflow-x: visible;
  width: 100px;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.table-listitem th,
.table-listitem td {
	white-space:nowrap;
}
/* 
 * table-listitem
 * ---------------------------------------- */
@media only screen and (max-width: 480px) {
	.table-listitem {
		margin: 0 -15px;
	}
	.table-listitem tr {
		display:block;
		margin-bottom: 10px;
	}
	.table-listitem thead {
		display:none;
	}
	.table-listitem td,
	.table-listitem th {
		display: list-item;
		margin-bottom: 2px;
	}
	.table-listitem td:before {
		font-weight: bold;
		margin: 0 10px 0 0;
	}
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

#calendar {
	height: 100%;
}
th.fc-sun {
	background-color:#FCC;
}
th.fc-sat {
	background-color:#CCF;
}
td.fc-sun {
	color:red;
}
td.fc-sat {
	color:blue;
}
.fc-holiday {
	color:red;
}


.edit-area {
  position: relative;
}
.edit-area .btn-edit {
  position: absolute;
  right: 10px;
}


ul.monthes {
  list-style-type: none;
  padding-bottom: 10px;
}
ul.monthes:after {
  clear:both;
}
ul.monthes li {
  display:block;
  width: 8.33%;
  float:left;
}
ul.monthes li a {
  display:table-cell;
  width: 40px;
  float:left;
  height:40px;
  background-color: silver;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  color:white;
  line-height: 40px;
}
ul.monthes li a.active {
  background-color: #0073b7 !important;
}
.monthes-header {
  font-size:24px;
}
.widget-user-2 .widget-user-header {
    max-height:100px;
}