*{
   
	margin: 0; padding: 0;
    box-sizing:         border-box;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
}

body {
  background-color: #68898c;
  
}
h1 {
  color: #384a4c;
  padding-left:10px;
}

select {
	width: 120px;
    height: 20px;
    border: 2px solid #000;
	border-right:none;
    border-radius:0px;
	font-size: 12px;
	text-align:center;
    color: #162741;
    background-color: #e7e7e7;
    margin:0;
	margin-bottom:0px;
	padding-right:8px;
	-moz-appearance: none;
	-webkit-appearance:none;
	appearance:none;
	display:inline-block;
	position:relative;
	transition: color .5s;
	}
select:hover {
		color:#c1a520;
}
.weapondrop option {
		color:#000000;
		transition:none;
}
.weapondrop:hover option {
		color:#000000;
}
.titanoption{
	padding-left:100px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:10px;
}
.titanoption input{
	width:18px;
	height:18px;
	background-color: #e7e7e7;
	border: 2px solid #ffffff;
}
label {
    font-family:verdana;
}
input {
    background-color:#e7e7e7;
    border:2px solid #0b0a07;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:"FF Oxide Solid";
    font-size:16px;
    width:200px;
    margin-bottom:2px;
}

button{
	background-color:#e7e7e7;
	border:2px solid #0b0a07;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:"FF Oxide Solid";
	font-size:13px;
	padding:0px 16px;
	margin:0px 2px;
	text-decoration:none;
	height:20px;
	transition: background-color 1s;
}



}
button:hover {
	background-color:#beebf5;
	transition-timing-function: ease;
}
.dropbutton {
	border-left:none;
	margin-left:-10px;
	font-size:12px;
	background-color:#e7e7e7;
	transition: color 1s;
}
.dropbutton:hover{
	background-color:#e7e7e7;
	color:#c1a520;
}

.combinebox {
	display:flex;
}
.combinebox div{
	margin-left:-20px;
	width:20px;
	height:16px;
	margin-top:2px;
	z-index:1;
	background:transparent url("img/gearclear.png") no-repeat 50% 50%;
	background-size:14px 14px;
	transition: transform 1s, background-color 1s;
}
.combinebox:hover div{
	background:transparent url("img/gearclearyellow.png") no-repeat 50% 50%;
	background-size:14px 14px;
	transform: rotate(90deg);
}
	
	
.flex{
	margin: 1px auto;
	display: flex;
	justify-content:space-between;
	align-items:center;
	margin-left:0px;
}
.bannerheader{
	display:flex;
	align-items:center;
	justify-content:space-around;
	padding:5px 0;
}
#header{
	width:900px;
	background-color:white;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	border-bottom:1px solid;
	z-index:2;
}
#main {
	padding-top:108px;
}
#topbar{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin-bottom:2px;
	margin-left:5px;
	
}
#battlerating{
	width:80px;
	text-align:right;
	font-size:24px;
	margin-right:30px;
}
.mcost {
	width: 60px;
    text-align: right;
    font-size: 20px;
    margin-right: 18px;
}
.tcost {
	width: 50px;
    text-align: right;
    font-size: 18px;
    margin-right: 13px;
}

.side{
	display:flex;
	box-sizing:border-box;
	margin-left:0px;
}

.side span{
	min-width:80px;
	font-weight: bold;
	margin-left :5px;
	margin-right:10px;
}
.columns{
	  display: flex;
	  box-sizing:border-box;
	  justify-content: flex-start;
}
.left_column {
	color:#b9b9b9;
	margin-right: 5px;
	margin-bottom:5px;
	margin-left: 5px;
}
.right_column {
	width:100%;
	display: flex;
	align-items:flex-start;
	flex-wrap:wrap;
}

ul {
	margin-top:0px;
	padding-left:0px;
	margin-left:0px;
}
li{
	padding-left:0px;
	margin-left:0px;
	list-style: disc;
}
html {
	margin-bottom: 0.01em;
}
#wrap { 
	width: 900px; 
	margin: 0 auto;
	margin-top: 0;
	padding-top: 0;
	height: 500em;
	background-color:white;	
}
.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.overlay-box{
  position: absolute;
  width:300px;
  height:250px;
  top: 50%;
  left: 50%;
  color: black;
  background-color:white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
}

.hidden{
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 2s, height 4s;
	opacity: 0;
	overflow:hidden;
	height:0.1px;
}

.unhide{
	opacity:1;
	height:auto;
}
	
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfilebutton{
	background-color:#f0f0ff;
	border:2px solid #0b0a07;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:"FF Oxide Solid";
    font-size:16px;
    width:200px;
	height:24px;
    margin-bottom:2px;
	transition: background-color 1s;
}
.inputfilebutton:hover{
	background-color:#94bac7;
}

.solobutton{
	margin-bottom:2.5px;
}

.flexcenter{
	display:flex;
	justify-content:space-evenly;
	padding: 30px 0;
}

.dltype {
	text-align:center;
	vertical-align:bottom;
	transition: box-shadow 1s, transform 1s;
}
.dltype:hover{
    transform: translateY(-10px);
	box-shadow: 5px 10px #888888;
}
}
.dropvertical{
	display: block;

}
.dropvertical span{
	width:300px;
}
.legiodrop {
	width: 140px;
	border-right:2px solid black;
}
.weapondrop {
	width: 210px;
	border-right:2px solid black;
}

.titandrop{
	width: 140px;
}
.manipledrop {
	width: 160px;
}
.bannerdrop {
	width: 100px;
}
.titan {
	width:308px;
	margin:2px;
	padding:2px;
	padding-left:5px;
	color:#162741;
	background-color:white;
	display: flex;
	flex-direction:column;
	justify-content: flex-start;
	border: 2px solid;
	border-color:#68898c;
}
.titanbar{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items:center;
}
.titanname {
	width: 130px;
	white-space: nowrap;
	text-transform: uppercase;
	font-family:Times New Roman;
	wrap:none
	color: #162741;
	font-size:16px;
}
.titanname input {
	width: 130px;
	text-transform: uppercase;
	font-family:Times New Roman;
	color: inherit;
	font-size:inherit;
	font-size-adjust:-1px;
	background-color: inherit;
	border-style:none;
	border-bottom:1px solid;
}

.maniple {
	color:#b9b9b9;
	background-color: #253132;
	font-family:"FF Oxide Solid";
	border: 2px solid #68898c;
	font-size:12px;
	margin:5px;
	padding:2px;
}
.reqmatch {
	color:#9feaff;
}
.reqfail {
	color:#d48484;
}


.maniplename {
	min-width: 200px;
	text-transform: uppercase;
	font-family:Times New Roman;
	color: white;
	font-size:24px;
	padding-left:10px;
	padding-right:10px;
	width:330px;
}
.maniplename input{
	min-width: 200px;
	text-transform: uppercase;
	font-family:Times New Roman;
	color: white;
	font-size:24px;
	padding-left:10px;
	padding-right:10px;
	background-color: inherit;
	border-style:none;
	border-bottom:1px solid;
	width:inherit;
}
.maniple h1{
	text-transform: uppercase;
	color: white;
	font-size:25px;
	padding-left:10px;
	padding-right:10px;
}
.maniple p{
	margin:10px;
	border-top:2px solid #c1a520;
	padding-top: 8px;
	font-family:Helvica;
	font-size:15px;
}
.maniple ul {
	width:150px;
}
#legios {
	padding:3px;
	padding-bottom:0px;
}
#legiosheader {
	font-size:18px;
	font-weight:bold;
	margin-left:5px;
}
.legio {
	border: 2px solid #68898c;
	background-color:#e5f1fc; /*162741;*/
	background-image: linear-gradient(to bottom right, #e5f1fc, #a3d1e9); /* Standard syntax (must be last) */
	color:black;
	/*font-family:helvetica;*/
	font-size:14px;
	margin:2px;
	padding:5px;
}
.legio h1{
	font-size:17px;
	color:black;
}
.legio span{
	margin: 0px; /* remove all margins to fit two divs in the container */
	width:50%;
	display: inline-block; /* display block elements in one line */
	vertical-align:top;
}
.legio ul{
	margin-left:5px;
	padding-left:8px;
}
.legio ul li{
	padding-top:5px;
}


.knight {
	padding:2px;
	font-size:16px;
	background-color:#253132;
	color:white;
	border-top:1px solid;
	border-color:white;
}
.knightname {
	font-size:15px;
	text-align:center;
	width:200px;
}

.knightname input {
	color:inherit;
	font-size:inherit;
	width:inherit;
	background-color:inherit;
	border:none;
	border-bottom:1px solid;
}
.knightweapondrop{
	width: 190px;
    height: 20px;
    border: 1px solid #BEEBF5;
    font-size: 10px;
    color: #BEEBF5;
    background-color: #162741;
    border-radius: 8px;
	margin:2px 0px 2px 0px;
	-moz-appearance:none;
	text-align:center;
}
.knightweapondrop:hover{
	color: #BEEBF5;
    background-color: #162741;
}

.knightoptions{
	display:flex;
	align-items:center;
	justify-content: space-around;
}

.knightoption {
  display: flex;
  font-family:courier;
  align-items:center;
   position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  justify-content:space-between;
  
}

/* Hide the browser's default checkbox */
.knightoption input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: black;
	border-radius: 50%;
	border:2px solid #6a7268;
	margin-top:-1px;
}
/* On mouse-over, add a grey background color */
.knightoption:hover input ~ .checkmark {
	background-color: #8e502c;/*#990000;*/
}

/* When the checkbox is checked*/
.knightoption input:checked ~ .checkmark {
	background-color: #c46b2a;/*#660000;*/
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.knightoption input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.knightoption .checkmark:after {
	content:"⚈";
	color:#ffab3a;
	left: 0px;
	top: -3.5px;
}

.knightbutton {
  background-color: transparent;
  color: black;
  border: 2px solid black;
  width:20px;
  height:20px;
  padding:0px;
  font-size:12px;
  font-family:helvetica;
  font-weight:bold;
  transition: background-color 1s;
}
.knightbutton:hover {
	background-color:#c1a520;
}
.banner {
	margin-bottom:5px;
	padding:0px;
	color:#e2cd87;
	background-color: #6a7268;
	border:1px solid;
	border-color:#505b55;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	width:290px;
}
.right_column .banner{
	margin-left:8px;
	margin-right:8px;
}
.bannername {
	color:#e2cd87;
	background-color: #6a7268;
	border:none;
	width:150px;
}
.bannername input {
	color:inherit;
	background-color:inherit;
	border :none;
	border-bottom:1px solid;
}
.bannername select {
	width:150px;
	margin-bottom:inherit;
	color:inherit;
	background-color: inherit;
	border:none;
	-moz-appearance:none;
}
.banners { /*should be banners in a lance*/
	margin-top:5px;
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}
#banners { /*banners in the regular list */
	margin:5px;
	display: flex;
	align-items:flex-start;
	flex-wrap:wrap;
}
#banners div { /*space out banner div so indiv. have gap*/
	margin:3px;
}
#banners div div{ /*but turn off for inside div's cause it messes with rest*/
	margin:0px;
}

.lance {
	color:#343834;
	font-family:verdana;
	/*background-image: url("metal.jpg");*/
	background-color: #9d9e94;
	font-family:Times New Roman;
	border: 2px solid;
	border-color:black;
	margin:5px;
	padding:5px;
	padding-bottom:0px;
}
.lancename {
	text-transform: uppercase;
	color: white;
	font-size:20px;
	padding-left:10px;
	padding-right:10px;
	width:300px;
	white-space: nowrap; 
}
.lancename input{
	text-transform: uppercase;
	font-family:inherit;
	color: inherit;
	font-size:19px;
	padding-left:10px;
	padding-right:10px;
	width:300px;
	border:none;
	border-bottom: 1px solid;
	background-color:inherit;
}

.lcost {
	margin-right:16px;
	color:white;
	font-size:20px;
}
#titlecard {
	display:flex;
	justify-content:space-between;
	
	margin-left:10px;
}
#titlecard span{
	font-family:Verdana;
	font-size: 80px;
}
.longbutton {
	background-color: transparent;
	color: black;
	border: 1px solid black;
	margin: 1px 2px;
	padding: 1px 4px;
	height:20px;
	font-size:12px;
	cursor:pointer;
	font-family:courier;
	transition: all 0.2s;
	
}
.longbutton:hover {
	color:black;
	font-weight:bold;
	background-color: rgba(193,165,32,0.5);
}

.longbuttondisabled {
	background-color: transparent;
	color: black;
	border: 2px solid black;
	width:120px;
	height:20px;
	font-weight:bold;
	cursor:pointer;
	font-family:courier;
}
.bluebtn {
	padding-left:2px;
	padding-right:2px;
}
.redbtn{
	padding-left:4px;
	padding-right:4px;
	background-color:#fbe2e2;
	transition: color 1s, background-color 1s;
}
.redbtn:hover{
	background-color:#f4c2c2;
	color:#ff0000;
}

.bluebtndisabled {
	border-color:#666666;
	color:#666666;
	background-color:#cccccc;
}
.bluebtndisabled:hover{
	border-color:#886666;
	color:#886666;
	background-color:#d48484;
}
.sidebuttons {
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
.sidebuttons button {
	white-space: nowrap;
	background-color:#fff;
	border:2px solid #0b0a07;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:"FF Oxide Solid";
	font-size:13px;
	padding:0px 16px;
	margin-top:-2px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	width:150px;
	text-decoration:none;
	height:20px;
	transition: margin 1s, background-color 1s;
	transition-timing-function: ease;
}
.sidebuttons button:hover {
	margin-right:10px;
	background-color:#beebf5;
}
.sidebuttons .top{
	margin-top:0px;
}

.disabled {
  color: gray;
  border: 2px solid gray;
}

/*
#68898c
#384a4c
#aae5d2
#253132
#aae0e5
*/