body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  word-wrap : break-word;
  overflow-wrap : break-word;
  word-break: break-all;
}

.center {
    margin: auto 0;
}

.aline-center {
    text-align: center;
}

.menu-icon {
    font-size: 80px;
}

.menu {
    margin-top: 30px;
}

.align-right {
    text-align: right;
}

.container-fluid-zero {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.dataTables_filter {
    text-align: right;
}

.form-horizontal input::placeholder {
    font-size: 90%;
}

.question-area {
    display: flex;
    align-items:center;
}

.trash {
    font-size: 25px;;
}

#container {
  margin: 20px;
  width: 400px;
  height: 8px;
}

.button-area {
    padding-right: 15px;
    padding-left: 15px;
}

.refresh-buttom {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}

/* body {
    background: url(/images/backgroud.png);
    background-size: cover;
    background-position: center;
    -webkit-animation: Gradient 150s linear infinite;
    -moz-animation: Gradient 150s linear infinite;
    animation: Gradient 150s linear infinite;
} */

.left_col {
    background: rgb(179, 152, 109); 
}

.nav_title {
    background: rgb(179, 152, 109);
}

.nav.side-menu > li.active > a  {
    background: rgba(210, 179, 136, 0.5); 
}

.sidebar-footer  {
    background: rgba(210, 179, 136, 0.5); 
}

body {
    color: white;
    overflow: hidden;
}

body .container.body .right_col {
    background: none;
}

footer {
    background: rgba(255,255,255,0.5);
}

.nav_menu {
    background: none;
    border-bottom: none;
}

.navbar-header {
    background: none; 
}

.x_panel {
    background: none;
    border: none;
}

.x_title {
    border-bottom: none;
}

.row_list {
    padding: 15px;
    margin: 15px;
    border-bottom: solid;
    border-bottom-color: rgba(198,155,98,1);
    border-bottom-width: 1px;
    background-color: rgba(0, 0, 0, 0.5);
}

.accordion .panel:hover {
    background: none; 
}

.dropzone {
    background: rgba(255, 255, 255, 0.5);
}

.row_list_has_failure {
    padding: 15px;
    margin: 15px;
    border-bottom: solid;
    border-bottom-color: rgba(198,155,98,1);
    border-bottom-width: 1px;
    background-color: rgba(198,155,98,0.5);
}

body {
    background: url('/images/backgroud.png') fixed;
    background-size: 120%;
    /* background-position: center; */
    -webkit-animation: Gradient 150s linear infinite;
    -moz-animation: Gradient 150s linear infinite;
    animation: Gradient 150s linear infinite;
}

.landing {
    background: url('/images/backgroud_g.png') fixed;
    background-size: 120%;
    /* background-position: center; */
    -webkit-animation: Gradient 150s linear infinite;
    -moz-animation: Gradient 150s linear infinite;
    animation: Gradient 150s linear infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.nav.side-menu>li.current-page, .nav.side-menu>li.active, .nav.side-menu>.ai-search>li.current-page {
    border-right: 5px solid rgba(198,155,98,1);
}

.btn-success {
    background: none;
    border: none; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: none; }

button {
    background: none;
}

.btn-default {
    background-color: white;
    border: 1px solid #d1d1d1;
}

.btn-default:hover {
    background: rgb(245 245 245);
}

.daterangepicker {
    color: black;
}

.table_title{
    color: #ECF0F1;
    background: rgba(210, 179, 136, 1); 
    /* background: rgb(179, 152, 109);  */
}

/* pagination */
.pagination > li > a
{
    background-color: white;
    color: #17a2b8;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #17a2b8 !Important;
    border: solid 1px #17a2b8 !Important;
}

.pagination > .active > a:hover
{
    background-color: #17a2b8 !Important;
    border: solid 1px #17a2b8;
}

.toggle_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle_label {
  left: 0px;
  width: 40px;
  height: 20px;
  background: #ccc;
  position: absolute;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
}

.toggle_label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.toggle_input:checked + .toggle_label {
  background-color: #4BD865;
}

.toggle_input:checked + .toggle_label:after {
  left: 20px;
}

.toggle_button {
  position: relative;
  width: 75px;
  height: 55px;
}


.scroll-view {
  position: relative;
  left: 0px;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-face-color: #999;

}

.scroll-view::-webkit-scrollbar {
  width: 5px;
}
.scroll-view::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
.scroll-view::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.main_container {
  left: 0px;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-face-color: #999;

}

.main_container::-webkit-scrollbar {
  width: 5px;
}
.main_container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
.main_container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.nav.side-menu>.ai-search>li {
    background: rgb(179, 152, 109);
}

.nav.side-menu>.ai-search>li>a {
    color: #E7E7E7;
    height: 500;
}
.nav.side-menu>.ai-search>li>a {
    margin-bottom: 6px;
}
.nav>.ai-search>li>a {
    position: relative;
    display: block;
    padding: 13px 15px 12px;
}
.nav-open{
	padding: 10px;
	color: #fff;
	font-size: 15px;
	background: rgb(92, 79, 60);
	position: relative;
    margin-bottom: 0px;
}
.nav-open::before{/* 開いている時 */
	content: "－";
	position: absolute;
	right: 20px;
}
.nav-open.active::before{/* 閉じている時 */
	content: "＋";
}
