@charset "utf-8";



body {
	background-color: lightgrey;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.brand-logo {
	margin-left: 1em;
}

.tabs {
	width: 100%;
}

#t1, #t2, #t3, #t4 {
	display: flex;
	flex-wrap: wrap;
	background-color: white;
	width: 95.9%;
	height: 100%;
	float: right;
	margin-right: 2%;

}


.currency i {
	border: 5px solid #924200;
}

.exchange i {
	border: 5px solid #BB5705;
}

.mine i {
	border: 5px solid #F89442;
}

.person i {
	border: 5px solid #FFAF6C;
}


.currency,
.exchange,
.mine,
.person {
	width: 100px;
	/*padding: 1em;*/
	/*margin: auto;*/
}

.person i {
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	padding: .4em .3em .3em .3em;
	margin: .2em;
	font-size: 2em;
	background-color: #ffa500;
	color: white;
	width:65px;
	height:65px;
	border: 5px solid #FFAF6C;
}

.currency i{
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	padding: .4em .3em .3em .3em;
	margin: .2em;
	font-size: 2em;
	background-color: #ffa500;
	color: white;
	width:65px;
	height:65px;
	border: 5px solid #924200;
}

.exchange i  {
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	padding: .4em .3em .3em .3em;
	margin: .2em;
	font-size: 2em;
	background-color: #ffa500;
	color: white;
	width:65px;
	height:65px;
	border: 5px solid #BB5705;
}

.mine i  {
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	padding: .4em .3em .3em .3em;
	margin: .2em;
	font-size: 2em;
	background-color: #ffa500;
	color: white;
	width:65px;
	height:65px;
	border: 5px solid #F89442;
}


.plus i {
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	padding: .4em .3em .3em .3em;
	margin: .2em;
	font-size: 2em;
	background-color: #ffa500;
	color: white;
	width:65px;
	height:65px;
	border: 5px solid brown;
	position: fixed;
	right: 42px;
	bottom: 42px;
	margin-bottom: 0;
	z-index: 998;
}

footer {
	height: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
}

footer p {
	font-size: 0.6em;
	text-decoration:none;
	margin-top: 3em;

}

/*#ls_query {
	width: 100%;
	margin-left: 2em;
	margin-right: 4em;
	margin-bottom: 2em;
}*/

/*.active {
	margin-top: 2em;
	margin-left: 2em;
}*/

/*.row {
	width: 66%;
	float: left;
}*/


	/*.row .col {
		padding: 0px;
	}*/




/*main {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}*/
/*main p {
	text-align:left;
}*/
/*
.currency i:hover {
	    box-shadow: 0 0 0 12pt red;
		transition: .5s;
}*/



/*.currency i:hover {
	outline: 8px solid black;
	outline-offset: 5px;
	outline-style: inset(white/black);
	transition: .3s;

}*/


/*name {
	font-weight: 600;
	text-align: center;
	vertical-align: middle;

}*/

/* Form


input,
select,
textarea {
	width: 20%;
  height: 50px;
  padding: 16px 20px;
	margin-bottom: 1em;
	margin-right: 1em;
  background-color: #eff0f1;
  border: 2px solid white;
  border-radius: 5px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  background-color: yellow;
  border: 2px solid black;
  transition: .3s;

}

button[type="submit"] {
  color: white;
  background-color: #ffa500;
  border: 2px solid white;
	border-radius: 5px;
  text-align: center;
  height: 50px;
	width: 20%;
  cursor: pointer;
}

label {
  color: darkgrey;
  display: inline-block;
  margin: 12px 0;
  float: left;
  font-weight: 300;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

*/
