a{
  text-decoration:none!important;
  -webkit-touch-callout:none;
}

.modal{
  box-sizing:border-box!important;
}

.skippr-nav-element-block{
/*  width:75px!important;*/
}
.modal-dialog{
  margin:0 auto;
}
#skippr{
  background-color: rgb(220, 220, 220);
  overflow: visible;
  height:180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#skippercontent{
  height:180px;
}
table.status-box{
  width:100%;
  table-layout: fixed;
}

.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding:5px 0;
  margin-bottom:0;
  background:#F5F5F5!important;

}
.table-ul li {
  display: table-cell;
  vertical-align: middle;
}

.report .badge{
  margin-bottom:3px!important;
  padding:5px 10px;
}
.badge-deactive{

}
.badge-number{
  color:#000000;
  margin:0;
}

.report:hover{
  opacity: 0.5;
}

.floating-area{
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 999;
}

/* ボタン見た目調整 */
.floating-area .btn-floating{
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    display: block;
    text-align: center;
    position: relative;

    box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.26);
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.26);

    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}

.floating-area .btn-floating .btn-fab-text{
  line-height: 1em;
  color: #fff;
  position: absolute;
  right: 70px;
  background-color: #2196F3;
  padding: 5px 10px;
  top: 25%;
  white-space: nowrap;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;

  display: none;

  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
/* テキスト吹き出し*/
.floating-area .btn-floating .btn-fab-text:before {
  content: "";
  position: absolute;
  top: 50%; right: -4px;
  margin-top: -4px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent rgba(0, 0, 0, .8);
  z-index: 0;

  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
#mapcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: auto;
}

#inputmap{
  height: 30vh;
  min-height: 40vw;
}

@media screen and (max-width: 480px) { 
  #inputmap{
    width: calc(100vw - 40px) !important;
    padding: auto auto;
    height: 30vh!important;
    overflow-y: auto !important;
  } 
}

#inputmap-gps-button {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
}

#open-times  .form-group.row  {
  margin-left: -5px;
 font-size: 12px;
}

#open-times  .form-group.title{
  margin-bottom: 5px;
}

#open-times  .form-group.title p{
  padding-left: 15px;
  color: #A9A9A9
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
  color: black;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0); 
      transform: translate(0, 0);

}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

button.close {
  font-size: 28px;
}

.fixed-header {
  z-index: 1100;
  width: 100%;
  position: fixed;
  top: 0;
  left: -8px;
  display: none;
}

.fixed-header .modal-header {
  background-color: #fff;
  width: 598px;
  margin: 0 auto;
}

.affixed {
  display: block;
}

/* --------- NavPage ------------------ */
.navbar-header .navbar-icon-container {
  margin-right: 15px;
  color: #000000;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
  color: #333;
}

#sidebar {
  display: block;
  width: 350px;
  height: 100%;
  max-width: 100%;
  float: left;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}


/* @media screen and  (max-width: 500px){ */
  @media screen and  (max-width: 767px){
  #sidebar {
    display: block;
    width: 250px;
    height: 100%;
    max-width: 100%;
    float: left;
  }
  .sidebar-table {
    /* position: absolute;
    width: 250px;
    top: 135px;
    bottom: 0px;
    overflow: auto; */
  }  
}

.box-comments {
  background: white;
  z-index: 1000;
}

.box-comment{
  display: flex;
}

.box-comments .right-arrow {
  flex: 0 1 auto;
  margin: auto;
}
@media (min-width: 768px)
{
  .navbar-header {
    float: none;
  }
}

.report{
  border-radius: 20px !important;
}

#sidebar {
  display: block;
  width: 350px;
  height: 100%;
  float: left;
  overflow: auto;
}
@media (max-width: 767px) { 
  #sidebar {
    width: 100%;
  }
}

.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.bottom-sheat{
  position:absolute;
  bottom:0;
  margin:0;
  width:100%;
  z-index:999;
  background-color:#ecf0f5 !important;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0px 0px 10px 0px #080d0e8a;
}
@media (max-width: 767px) { 
  .bottom-sheat{
    height: 300px;
  }
}
.box-body.filter{
  padding: 0px 10px 0px 10px;
}

.box-header.filter{
  padding: 10px 10px 5px 10px;
}

#close-filter-btn{
  padding-right: 5px;
}
/* @media (min-width: 768px)
{
  .navbar-collapse.collapse {
    display: none !important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
} */


/* --------- NavPage ------------------ */

/*
#0073b7 !important
#f39c12 !important
#dd4b39 !important
*/



.swiper-wrapper{
  background-color: #dcdcdc;
}
.swiper-wrapper img{
  height: 180px;
  width:auto;
}

.pure-toggle-label{
  color: #000000;
  border:none;
}

/* .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right']{
  display: none;
} */

@media only screen and (min-width: 40.063em) {
  .pure-drawer {
    width: 400px;
  }
}
@media screen and (max-width: 480px){
  .pure-drawer {
    width:100vw;
  }
}
.pure-toggle-label
{
  position: relative;
  display: block;
  padding: 0px 15px;
  width: auto;
  height: auto;
  z-index: 1;
}

.pure-toggle-label[data-toggle-label='right'] {
  right: auto; 
  left: auto;
  margin-bottom: 0px; 
}

.drawer-cotainer {
    width: auto !important;
    margin-top: 15px;
}

.pure-drawer .content-wrapper{
  margin-top: 50px;
  position: relative;
  background-color: #FFFFFF;
}
.pure-drawer .content-wrapper .box{
  border-radius: 0;
  border-top:1px solid #d2d6de;
  margin-bottom:0;
  box-shadow:none;
}

.pure-drawer .content-wrapper .box .box-body{
  width:100%;
}

.box-result{
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-y: auto;
}
.box-result .box-body{
  padding-top: 0px;
  padding-bottom: 0px;
}
.box-result-footer{
  position: absolute;
  height: 50px;
  left:0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-y: auto;
}

.mg-top15{
  margin-top: 15px !important;
}

.pure-toggle[data-toggle='right']:checked ~ .pure-overlay[data-overlay='right'] {
  right: 0px;
}

[data-effect='pure-effect-slide'] .pure-drawer {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
}

.pure-toggle:focus ~ .pure-toggle-label {
  border-color: #000000;
  color: #000000;
}

.pure-toggle-label:hover {
  border-color: #000000;
  color: #000000;
}

.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:before,
.pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #000000;
}

