@charset "utf-8";
/* CSS Document */

.main_01 {
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background: url("/images/pc_bg.png") no-repeat center/cover;
}
.bg-login-image{
	background:url(../images/login_cow.svg) no-repeat center/cover;
	background-position:center;
	background-size:30%;
}
/*
.btn-danger {
	background-color: #ffa046;
	border:1px solid #ffa046;
}
*/
.btn-danger:hover, .btn-danger:active {
	background-color: #ff7e00;
	border:1px solid #ff7e00;
	
}
 .fan_animated {
  display: none;
}
.farm_bg {
	height: 30vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background: url("../images/farm_bg.png") no-repeat center/cover;
}
 
/*차단막 스위치 토글*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #23272b;
}

input:focus + .slider {
  box-shadow: 0 0 1px #23272b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.setup_tx{
	margin: 0 20px 40px 20px;
	word-break: keep-all;
}
.toggle_bt {
	margin-left:9em;
}
/*------ ADDED CSS ---------*/
.slider:after
{
 content:'OFF';
 color: #fff;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 60%;
   font-size: 15px;
  font-weight: bold;
}

input:checked + .slider:after
{  
  content:'ON';
	left: 35%;
}

.table thead {
	 background-color: #f2f2f7;
	color:#797a7b;
	border-top:1px solid #e3e6f0;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e3e6f0;
	padding: .25rem .75rem;
	font-size: 0.8rem;
}
.table td, .table th {
	border-top:0;
}
.table-striped tbody tr:nth-of-type(2n) 
{
	background-color: #fafaff!important;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,0.00);
} 

.main01 tbody {
	font-size: 0.8rem;
}