@CHARSET "ISO-8859-1";

/* ===== UTILITY CLASSES ===== */
.mintft-width  {
	min-width: 50px;
}

.min-tft-width {
	@extend .mintft-width;
}

/* ===== FORM STYLES ===== */
.loginbox {
	background: #fff;
	padding: 20px 10px;
	border: 5px solid #E7B550;
	border-radius: 20px;
	box-shadow: 0 0 15px #999;
}

.textBox {
	max-width: 60px;
	min-width: 100px;
	border-radius: 5px;
	margin: 5px;
}

.container {
	margin-top: 15%;
}

section.loginbox {
	background: #fff;
	padding: 20px 10px;
	border: 5px solid #E7B550;
	border-radius: 20px;
	box-shadow: 0 0 15px #999;
	text-align: center;
	width: 20%;
	min-width: 150px;
}

/* ===== TABLE STYLES ===== */
.tableheader {
	font-weight: bold;
	background-color: lightblue;
}

/* ===== LAYOUT UTILITIES ===== */
.columnlayout1 {
	column-count: 3;
	text-align: center;
}

.columnlayout2 {
	column-count: 1;
	text-align: center;
}

.columnlayout3 {
	column-count: 2;
	text-align: center;
	margin-top: 20%;
}

/* ===== BUBBLE STYLES ===== */
div.mybubbles {
	position: relative;
	background: #fff;
	padding: 20px 10px;
	border: 5px solid #E7B550;
	border-radius: 20px;
	box-shadow: 0 0 15px #999;
}

p.mybubbles {
	position: relative;
	background: #fff;
	padding: 20px 10px;
	border: 5px solid #E7B550;
	border-radius: 20px;
	box-shadow: 0 0 15px #999;
}

span.mybubbles {
	position: absolute;
	background: #fff;
	padding: 20px 10px;
	border: 5px solid #E7B550;
	border-radius: 20px;
	box-shadow: 0 0 15px #999;
}

.speechbubble:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 55px;
	top: 60px;
	border: 11px solid;
	border-color: #fff transparent transparent #fff;
}

.divClass {
	border-radius: 25px;
	border-color: red;
}

div input[type=search] {
	background: lightgray;
}

/* ===== FLOATING ELEMENTS ===== */
.floatElement {
	background-color: maroon;
	border: 0px solid;
	border-radius: 25px;
}

.mybackground {
	float: right;
	background: pink;
	border: 5px solid black;
	text-align: center;
}
