
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
  font-size: 1.5em !important;
}
.sidebar-mini.sidebar-collapse .main-header .navbar {

  max-height: 55px !important;
}
.main-header .navbar .sidebar-toggle {
  max-height: 55px !important;
  display:flex!important;
}

.main-sidebar, .main-header {
  /*font-size: 1.3vw !important;*/
}

small {
  /*font-size: 75% !important;*/
}

input {
  /*font-size: 95% !important;*/
}

.breadcrumb li {
  /*font-size: 75% !important;*/
}

span {
  /*font-size: 95% !important;*/
}

.label {
  /*font-size: 12px !important;*/
  top: 5px !important;
  right: 3px !important;
  min-width: 18px !important;
}

.chosen-container {
  /*font-size: 95% !important;*/
}

.content-header {
  padding: 0 !important;
}

  .content-header > .breadcrumb {
    top: 5px !important;
  }

  .content-header > .breadcrumb, .treeview-menu > li > a {
    /*font-size: 100% !important;*/
  }

th, td {
  /*font-size: 95% !important;*/
}

  /*.nav .dropdown{
  height: 45px !important;
}

.main-header .navbar {
  height: 45px !important;
  min-height: 45px !important;
}
.main-header .logo {
  height: 45px !important;
  line-height: 45px !important;
}*/

  .treeview-menu > li.active > a {
    font-weight: bold;
  }

  .notify {
    position: relative;
    top: -34px;
    right: -5px;
    z-index: 10;
  }

    .notify .heartbit {
      position: absolute;
      top: -3px;
      right: -9px;
      height: 40px;
      width: 40px;
      z-index: 10;
      border: 5px solid #ff5050;
      border-radius: 70px;
      -moz-animation: heartbit 1s ease-out;
      -moz-animation-iteration-count: infinite;
      -o-animation: heartbit 1s ease-out;
      -o-animation-iteration-count: infinite;
      -webkit-animation: heartbit 1s ease-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
    }

    .notify .point {
      width: 20px;
      height: 20px;
      z-index: 10;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      background-color: #ff5050;
      position: absolute;
      right: 1px;
      top: 7px;
    }

    div > span > b {
      padding: 0 !important;
      text-align: center;
      font-size: 10px !important;
      color: white;
      display:block;
      width: 20px;
      /*position: absolute;*/
      /*right: 4px;*/
      top: 0px;
    }

  @-moz-keyframes heartbit {
    0% {
      -moz-transform: scale(0);
      opacity: 0
    }

    25% {
      -moz-transform: scale(.1);
      opacity: .1
    }

    50% {
      -moz-transform: scale(.5);
      opacity: .3
    }

    75% {
      -moz-transform: scale(.8);
      opacity: .5
    }

    100% {
      -moz-transform: scale(1);
      opacity: 0
    }
  }

  @-webkit-keyframes heartbit {
    0% {
      -webkit-transform: scale(0);
      opacity: 0
    }

    25% {
      -webkit-transform: scale(.1);
      opacity: .1
    }

    50% {
      -webkit-transform: scale(.5);
      opacity: .3
    }

    75% {
      -webkit-transform: scale(.8);
      opacity: .5
    }

    100% {
      -webkit-transform: scale(1);
      opacity: 0
    }
  }

  #alertCol {
    display: none;
  }

  .clickable-row {
    cursor: pointer;
  }

  tr:hover {
    background: #E6E6E6;
  }


.modal-dialog {
  width: 90% !important;
  margin: 30px auto;
}
  /**** DataTables ****/
  .dataTables_scrollBody thead {
    visibility: hidden;
  }

  th {
    background-color: #222d32 !important;
    /*font-size: 18px;*/
    color: #fff !important;
    opacity: 0.7;
  }

  .group {
    background-color: #222d32 !important;
    /*font-size: 18px;*/
    color: #fff !important;
    opacity: 0.7;
    cursor: pointer;
  }

  .hidden {
    display: none;
  }
  /* Ensure that the demo table scrolls */
  th, td {
    white-space: nowrap;
  }

  div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
  }


  /******SELECT2*********/
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: black;
  }

@media screen and (max-width: 767px) {
  .content, .content-header {
    top: -30px !important;
    margin:0!important;
    padding:0!important;
  }
  .table-responsive > tbody > tr > td {
    padding: 5px 5px 5px 30px !important;
  }
  .main-header .logo {
    display: none !important;
  }

  .main-header {
    max-height: 50px;
  }
    select, .right-side {
        padding-top: 2px !important;
    }
}
/*@media only screen and (min-width: 768px) {
    .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 20px !important;
    }
    .main-header .logo {
      display: none !important;
    }
    .main-header {
      max-height: 50px;
    }
  }*/
/*■ iPhone 5*/
@media only screen and (min-device-width:320px) and (max-device-width:568px) {
  body {
    /*font-size: 3.5vw !important;*/
  }

  .main-header .logo {
    display: none !important;
  }

  .main-header {
    max-height: 50px;
  }

  .table-responsive > tbody > tr > td {
    padding: 5px 5px 5px 30px !important;
  }
}

/* ■ iPhone 6 */
@media only screen and (min-device-width:375px) and (max-device-width:667px) {
  body {
    /*font-size: 3.4vw !important;*/
  }

  .mega-dropdown-menu {
    width: calc(100vw) !important;
    right: 0px !important;
  }

  .main-header .logo {
    display: none !important;
  }

  .main-header {
    max-height: 50px;
  }

  .table-responsive > tbody > tr > td {
    padding: 5px 5px 5px 30px !important;
  }

  .mega-dropdown-menu:before {
    right: 0px !important;
  }

  .mega-dropdown-menu:after {
    right: 0px !important;
  }
}

/* ■ iPhone 6 Plus */
@media only screen and (min-device-width:414px) and (max-device-width:736px) {

  body {
    /*font-size: 3.3vw !important;*/
  }

  .main-header .logo {
    display: none !important;
  }

  .main-header {
    max-height: 50px !important;
  }

    .main-header .navbar > .sidebar-toggle {
      max-height: 50px !important;
    }

  .table-responsive > tbody > tr > td {
    padding: 5px 5px 5px 30px !important;
  }
}

/* ■ iPad */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  body {
    /*font-size: 2.3vw !important;*/
  }
}

/* ■ iPad縦向き */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
  .mega-dropdown-menu {
    width: calc(100vw) !important;
    right: 0px !important;
  }

    .mega-dropdown-menu:before {
      right: -50px !important;
    }

    .mega-dropdown-menu:after {
      right: -50px !important;
    }
}

/* ■ iPad横向き */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
  .mega-dropdown-menu {
    width: calc(100vw) !important;
  }
}

.chosen-container{
  color: #222d32 !important;
}
.chosen-select {
  color: #222d32 !important;
}

.dataTables_filter {
  float: right !important;

}
input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
}

.login-logo-img {
  max-width: 460px !important;
  width: 460px !important;
  margin-left: -50px;
}
@media (max-width: 768px) {
  .login-logo-img {
    max-width: 350px !important;
    width: 350px !important;
    margin-left: 0px;
  }
}


/* site.css */
.maintenance-menu {
  display: none !important;
}

/* When active, force show */
.maintenance-menu.is-active {
  display: block !important;
}

/* Blink the icon by fading in/out */
.blink {
  animation: blink 1s linear infinite;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .blink {
    animation: none;
  }
}


/* Blink the icon 5 times */
.blink-5 {
  animation: blink 1s linear 0s 5 normal none;
  /* Alternatively:
     animation-name: blink;
     animation-duration: 1s;
     animation-timing-function: linear;
     animation-delay: 0s;
     animation-iteration-count: 5;
     animation-direction: normal;
     animation-fill-mode: none;  */
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .blink-5 {
    animation: none;
  }
}

/* Hard blink: on/off */
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}
