@charset "utf-8";
/* ===================================================================
CSS information

 file name  :alrit4_override.css
 author     :
 style info :bootstrapのオーバーライド

このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
=================================================================== */
.ui-dialog {
  transition: all 0.3s ease;
}

.ui-dialog-enter {
  opacity: 0.0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ui-dialog-leave {
  opacity: 0.0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ui-widget-overlay {
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, .5);
}

.ui-widget-overlay-leave {
  background-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------------------
  bootstrap
----------------------------------------------------*/
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #E5E5E5;
}

a.list-group-item, button.list-group-item{
  color:#333;
}

/** TODO 一先ず固定。デザインが確定したら画像変更処理実装(2020.12.14 石部) */
.container-fluid {
  padding: 0;
}

.row {
  margin:8px 0;
}

[class*="col-xs-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-menu{
  min-width: 185px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-top:8px;
    margin-bottom:20px;
  table-layout:fixed;
  border-top:1px solid #b8b8b8;
}

.table td {
  border-bottom:1px solid #b8b8b8;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
  .table>thead>tr>td, .table>thead>tr>th {
  padding: 0;
  height: 30px;
  line-height: normal;
  vertical-align: middle;
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #555;
    color: #FFF;
}
/*.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}*/


.btn, .form-control {
  border-radius: 0;
}

/*
.glyphicon{
  color:black;
  padding-right:5px;
  color:#666666;
}
*/
.btn-aqua {
    color:#1da2ca;
    background-color:white;
    border-color:#1da2ca;
}
body .btn-aqua:hover, body .btn-aqua:focus {
    color:white;
    background-color: #5bc0de;
    border-color: #46b8da;

}

.table-responsive {
  border: 0;
}



.navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.panel.panel-none-alrit{
  border:0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-none-alrit {
    margin-top:8px;
    margin-bottom:8px;
}

.panel-none-alrit > .panel-heading, .panel-none-alrit > .panel-body {
    padding: 0;
}

.panel-none-alrit  .panel-title {
  font-size: 14px;
  padding:6px 0;
  font-weight: bold;
}

.panel-heading,.panel {

    border-radius: 0px;

}

.input-group {
  width:100%;
}

.form-control-alrit {
  display: block;
  height: 34px;
  padding: 6px 12px;
}

.form-control-clear, .search-word-clear {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}

.checkbox-alrit, .radio-alrit {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

.checkbox-alrit label, .radio-alrit label {
    min-height: 20px;
    /* padding-left: 20px; */
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.form-control-label-alrit {
  background-color: #fff;
  border:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 34px;
  padding: 6px 12px;
}

#emergency p {
  margin:0;
}

/*----------------------------------------------------
  bootstrap ヘッダー部
----------------------------------------------------*/

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
{
  margin: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
  .container>.navbar-collapse, .container>.navbar-header {
  margin: 0;
}

.navbar-header {
  float: left;
}

.navbar-nav>li {
  float: left;
}

.navbar-nav.navbar-right {
  float: right;
}

.navbar-form {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  visibility: visible !important;
  border-top: 0;
}
.label {
    border-radius: 0;
}

/*----------------------------------------------------
  swiper
----------------------------------------------------*/

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/rightarrow.png');
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../img/leftarrow.png');
}

.swiper-button-next, .swiper-button-prev{
   top:40px;
  height:40px;
  width:40px;
  -moz-background-size: 30px 30px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}

/*----------------------------------------------------
  jquery ui ダイアログのヘッダー
----------------------------------------------------*/
.ui-widget-header {
  border: 0;
  background: #555;
  font-weight: normal;
  font-size: 20px;
  color:#FFF;
}

.ui-dialog-titlebar {
    margin: -3px;
    border-radius: 0px;
    font-size: 17px;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close {
  border-style: none;
  background-position: center center;
  background: url(../img/icon_delete_white.png) no-repeat;
  background-size: contain;
  margin-right:10px;
  outline:none;
}

.ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background-color: rgba(255, 255, 255, .2);
}

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