
html{
	padding: 1em;
	overflow-y:scroll;
}

a{
	text-decoration: none;
	color: #1040D0;
	cursor: pointer;
}
a:hover {
	color: #be1abe;
}

body {
	padding-left: 50px;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	font-family:"Tahoma", "Geneva", Arial, sans-serif;
	color: #2A2017;
	background-image: url("/img/tartan.jpg");
}


th, td {
	padding: 0.3em;
}

th {
	font-weight: bold;
}

tr {
	padding:0;
}

input, select {
	 padding: 0.2em;
	 margin-top: 0.3em;
	 margin-bottom: 0.3em;
	 transition-timing-function: ease-out;
	 transition-property: background-color;
}

h2 {
	padding-left: 8px;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-family: "Tahoma", "Geneva", Arial, sans-serif;
	color: #654f3a;
}

.logo {
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: solid #533f2d 2px;
	border-right: solid #533f2d 2px;
	border-radius: 7px;
}

[v-cloak] {
	display:none;
}

.center {
	margin:auto;
}

.url {
	font-size: 0.8em;
}

.hint {
	color:#f694f1;
}

.alert {
	color:#CA000F;
	font-style: italic;
}

.notspecial {
	text-decoration: line-through;
	color: #CA000F;
}

.special {
	color:#CA000F;
}

.hideme {
	display: none;
	opacity: 0;
	background-color: transparent;
	color: transparent;
	border-radius: 20px;
	border: 0;
}

.shadeEx {
	background-color: #888;
}

.shadeMatch {
	background-color: #ff6b57;
}

.boxed {
	border: 1px solid #f694f1;
	margin: 1px;
	padding: 1px;
	cursor: not-allowed;
}

.later {
	/* display: none; */
	opacity: 0;
}

.clear {
	clear: both;
}

#buyerTable {
	border:1px solid #feac62;
}

#buyerTable td {
	cursor:pointer;
}

#receiverTable {
	border: 1px solid #f694f1;
}

#receiverTable td {
	cursor: pointer;
}

input[type="text"]{
	border-color: #654f3a;
	width:240px;
}

button{
	border-radius: 7px;
	border-width: 0;
	opacity: 1;
	background-color: #CA000F;
	color: #FDDCCD;
	text-align: center;
	padding: 7px 20px;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	transition-property: all;
	cursor: pointer;
}
button.inprocess {
	background-color: grey;
}

#container {
	width: 650px;
	margin: 0 auto;
	vertical-align:top;
	margin-top:10px;
	float:left;
}

::placeholder{
	font-style: italic;
}

.box {
	border: solid #533f2d 3px;
	border-radius: 7px;
	background-color: #e7dfd8;
	padding: 1em;
	width: 600px;
}

#login_title {
	font-size: larger;
}


#listlist{
	text-align: center;
	width:400px;
}

#reset {
	text-align: center;
	padding: 7px 50px;
}

#user_box{
	text-align:right;
}
#date_box{
	text-align:right;
}


/* Modal style */
.scroll {
	height:400px;
	overflow-y: scroll;
}

.template {
	display: none;
}

.modal {
	display: none;
	border: 3px solid #e7dfd8;
	border-radius: 15px;
	width: 500px;
	padding: 6px;
	background-color: #533f2d;
	position: fixed;
	overflow: hidden;
	left: 20%;
	top: 250px;
	z-index: 100;
}

.modal-content {
	background-color: #e7dfd8;
	margin: 2% auto;
	padding: 10px;
	border: 1px solid #654f3a;
	border-radius: 5px;
	width: 92%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
		0 6px 20px 0 rgba(0, 0, 0, 0.19);
	animation-name: animatetop;
	animation-duration: 0.5s;
	overflow: auto;
}

.modal-header {
	padding: 2px 16px;
	background-color: #b7a99c;
	color: #e7dfd8;
}

/* Modal Body */
.modal-body {
	padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
	padding: 2px 16px;
	background-color: #b7a99c;
	color: #e7dfd8;
}

/* The Close Button */
.close {
	color: #e7dfd8;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #feac62;
	text-decoration: none;
	cursor: pointer;
}

#button-execute {
	margin: 3px;
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

/*---------- smaller screens ----------*/
@media (max-width : 720px) {
	body {
		padding-left: 5px;
		padding-top: 35px;
	}
	#container {
		width: 440px;
	}
	.box {
		width: 400px;
	}
	#buyers {
		width: 380px;
	}
	#receivers {
		width: 380px;
	}
	.modal {
		left: 0%;
	}
}

@media (max-width : 400px) {
	#container {
		width: 360px;
	}

	.box {
		width: 360px;
	}

	#buyers {
		width: 350px;
	}

	#receivers {
		width: 350px;
	}

	.modal {
		left: 0%;
		width:360px;
	}
}
