﻿@charset "utf-8";

input[type=radio], input[type=checkbox] {
  width: 16px;
  height: 16px;
}

textarea {
	padding: 10px;
	/*font-size:20px;*/
	border: 1px inset #BC9F77;
	border-radius: 0.5rem;
	/*background-color: #EEEEEE;*/
/* 	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

select, input[type=text], input[type=date], input[type=email], input[type=number], input[type=password] {
	/*padding: 15px;*/
	height: 32px;
	/*font-size:20px;*/
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
	border: 0.5px inset #CCCCCC;
	background-color: #FFFFFF;
	border-radius: 0.5rem;
}

button:disabled, button[disabled], input:disabled, input[disabled] {
	background-color: #CCCCCC;
	color: #666666;
}

button, input[type=submit], input[type=button], input[type=reset] {
	/*height: 32px;*/
	font-size: 100%;
	border: 1px outset #ffffff;
	/*background-color:#FFFFFF;*/
	border-radius: 1rem;
}

button[class=add], input[class=add] {
	height: 32px;
	background-color:#BC9F77;
	color:#FFFFFF;
	border-radius: 1rem;
}

button[class=edit], input[class=edit] {
	height: 32px;
	background-color:#2894FF;
	color:#FFFFFF;
	border-radius: 1rem;
}

button[class=del], input[class=del] {
	height: 32px;
	background-color:#FF5151;
	color:#FFFFFF;
	border-radius: 1rem;
}

button[class=info], input[class=info] {
	height: 32px;
	background-color:#666666;
	color:#FFFFFF;
	border-radius: 1rem;
}

.item {
	/*font-size:16px;*/
	color: #BC9F77;
}
.item.active {
	font-weight: bold;
	color: #cac4bc;
}

.listStyle {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	/*border: 1px outset;*/
}

.listTitle {
	color: #ffffff;;
	font-size:100%;
	/* font-weight: bold; */
	height:					42px;
	padding:				14px;
	background-color:		#BC9F77;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.listContent {
	/*font-size:16px;*/
	color: #4e4d4d;
	font-size: 14px;
	height:					42px;
	padding:				15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.listTR {
	border-bottom: 1px outset #CCCCCC;
}

:hover.listTR {
	background-color:		#e4e3e2;
	border-bottom:			1px outset #CCCCCC;
}
