@charset "UTF-8";

body {
	background-color: #eeeeee;
	font-family: Arial, Verdana;
}


main {
	width: 100%;
	min-height: 864px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu-wrapper {
	text-align: right;
	max-width: 1024px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.menu-wrapper div {
	display: inline-block;
	margin-right: 10px;
}


.content-wrapper {
	max-width: 1024px;
	width: 100%;
	min-height: 800px;
	display: block;
	text-align: left;
	background-color: #ffffff;
	padding-left: 16px;
}

.devices-table-row.active {
	background-color: #cccccc;
}

td, th {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 10px;
}

.h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold;	
}


.form-content {
	float: left;
}

.form-wrapper {
	width: 100%;
	display: inline-block;
}

.form-field {
	clear:both; 
	text-align:right;
    line-height:25px;
 }

.form-field-left {
	clear:both; 
	text-align:left;
    line-height:25px;
}

label {
	float:left;
	padding-right:10px;
}

.form-field select {
	min-width: 145px;
}


.form-box-field {
  margin-top: 5px;
}
.form-box-field textarea {
  width: 100%;
  max-width: 640px;
}

.form-box-field input {
  width: 100%;
  max-width: 640px;
}

.form-survay-field {
	margin-bottom: 20px;
}

.form-survay-field textarea {
  width: 90%;
  max-width: 640px;
}


.device-wrapper {
}

.devices-list {
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}

#devices-list-table {
    max-height: 800px;
    overflow-y: auto;
	min-width: 420px;
}

#devices-liat-table::-webkit-scrollbar {
	width: 5px;
}

.devices-table-row {
	padding-top: 3px;
    padding-bottom: 3px;
}
.devices-table-head {
	font-weight: bold;
}
.box-list-table__col-0 {
    display: inline-block;
    width: 20px;
}
.box-list-table__col-1 {
	display: inline-block;
	width: 200px;
    padding-left: 3px;
}
.box-list-table__col-2 {
    display: inline-block;
    width: 60px;
    padding-left: 2px;
}

.box-list-table__col-2.service-page {
    width: 40px;
}


.box-list-table__col-3 {
    display: inline-block;
    width: 50px;
    padding-left: 2px;
}
.box-list-table__col-4 {
    display: inline-block;
    width: 40px;
    padding-left: 5px;
}

.box-list-table__col-5 {
    display: inline-block;
    width: 20px;
    padding-left: 5px;
}

.device-details {
	display: inline-block;
	background-color: #cccccc;
	padding-left: 20px;
	min-height: 480px;
	min-width: 320px;
	vertical-align: top;
}

.device-details button {
	min-width: 72px;
}

.device-details .control-domo-status {
	min-width: 160px;
}

.close-line {
	width: 100%;
	text-align: right;
}

.close-btn {
	display: inline-block;
	padding-right: 10px;
	padding-top: 5px;
}

.close-btn a {
	color: black;
	text-decoration: none;
}

.close-btn a:visited {
	color: black;
	text-decoration: none;
}


form .error_message {
	color: red;
}

.red-font {
	color: red;
}

.green-font {
	color: green;
}

.yellow-font {
	color: yellow;
}

.entrance-list {
	margin-top: 5px;
}

.entrance-list-item {
    margin-bottom: 5px;
}

.entrance-form {
    display: block;
}

.device-entrance {
    display: none;
}


.guest-button {
	font-size: medium;
	font-weight: bold;
}

@media screen  and (max-width: 640px) {

	
.content-wrapper {
	width: 100%;
    margin-right: 10px;
}	
	
.devices-list{
	width: 100%;
}	
	
#box-list-table {
	width: 100%;
}

#box-list-table td {
	padding-right: 0;
}

#box-list-table tr {
	height: 42px;
}

.box-list-table__col-1 {
	width: 180px;
}


.box-list-table__col-2 {
    width: 56px;
}

.box-list-table__col-3 {
	width: 44px;
}

.box-list-table__col-4 {
    width: 44px;
}

#menu-login {
	margin-right: 0; 
}

.entrance-form {
	display: none;
}

.device-entrance {
	display: block;
}
	
.form-box-field textarea {
  width: 100%;
  max-width: 320px;
}

.form-box-field input {
  width: 100%;
  max-width: 320px;
}

.devices-table-head .box-list-table__col-1 {
 width: 165px;
}

.devices-table-head .box-list-table__col-1 {
 width: 165px;
}

}


.div-link {
	cursor: pointer;
	font-size: small;
	text-decoration: underline; 
	font-weight: normal;
}

 