

/*
 *  SquadChess.com
 *  
 *  CSS display configuration.
 *  
 *  Created by Scott Johnstone 
 *  ©2022 Austere Games
 *  
 *  info@squadchess.com
 * 
 */


/* *** FASTFIND *** */

h1 a,
h1 a:hover,
h1 a:visited {
	color: unset;
}

h3 {
	margin-bottom: 2%;
}

#fastfind_container {
	position: relative;
}

#fastfind_output_container,
#timekill_container {
	width: 80%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.2);
	padding: 2%;
	border-radius: 42px;
	font-size: min(4vw, 10vh);
}

#fastfind_output {
	color: #ccc;
}

#botrow {
	display: flex;
	width: 80%;
	margin: 4% auto;
}

#fastfind_tips_container {
	position: relative;
	display: flex;
    align-items: center;
    width: 75%;
    margin-left: 3%;
	padding: 2%;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 42px;
}

#ff_tip {
	font-size: min(3.3vw, 4vh);
	color: #ccc;
	transition: opacity 0.1s ease-out;
}

.ff_tip_icon {
	width: min(4vw, 3.6vh);
    vertical-align: middle;
}

#fastfind_back {
	margin: 0;
	width: 22%;
	font-size: min(3.6vw, 5.5vh);
}

#ff_tips_label {
	position: absolute;
	top: 0;
	left: 13%;
	transform: translateY(-50%);
    padding: 1%;
    border-radius: 8px;
	background: #565042bd;
    color: #a0a0a0;
	font-size: min(2.2vw, 2.6vh);
}

#fastfind_container hr {
	width: 0;
	height: 4%;
}

/*
#fastfind_prefs {
	position: absolute;
	bottom: 0;
	right: 8%;
	width: 60%;
}

#ffP_settingsTable {
	margin-top: 6%;
}

.ffP_col1 {
	text-align: right;
	font-weight: bold;
}

.ffP_col2 {
	text-align: left;
	padding-left: 3%;
}

.ffP_chooser {
	display: flex;
	flex-flow: row;
}

.ffP_chooser_btn {
	display: flex;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	padding: 2% 20%;
	border-radius: 20px;
}

.ffP_chooser_btn_sel {
	background: #82bce8;
	font-weight: bold;
}
*/




#timekill_container {
	display: none;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 4%;
}

#tk_header {
	color: #ccc;
	width: 100%;
	margin-bottom: 3%;
}

#tk_btn_scen,
#tk_btn_scrolls {
	width: 46%;
	box-sizing: border-box;
	border: 5px double #625939;
}

#tk_btn_scen:hover,
#tk_btn_scrolls:hover {
	background: #e5dfd5;
}

#tk_btn_scen {
	margin-right: 1%;
	border-radius: 0 0 0 28px;
}

#tk_btn_scrolls {
	margin-left: 1%;
	border-radius: 0 0 28px 0;
}


#ff_ovr_scen {
	min-height: 95vh;
}





@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}
