/*this is the gtavone theme from Jorge AML*/
.aml_banner {
	margin-top: 2%;
	left: 0;
}
/*Lists*/
.list-group-aml {
	background-color: #1e2e22;
	margin-bottom: 5%;
	border: 4px solid #8c9557;
	border-radius: 5px;
}
.list-group-item-aml {
	color: #f7f7f7;
	display: block;
	padding: 3%;
	border-bottom: 1px solid #8c9557;
}
.list-group-item-aml:hover {
	color: 	#e8d174;
	background-color: #23272a;
	text-decoration: none;
}
.badge {
	float: right;
}
.active-aml {
	color: #e8d174;
	background-color: #23272a;
	text-decoration: none;
}
.badge-aml {
	background-color: #4b5b41;
	color: #e8d174;
	border-radius: 10px;
	display: inline-block;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	float: right;
	border: 2px solid #8c9557;
}
.badge-aml:hover {
	background-color: #4d7358;
	color: #eedc31;
}
/*panels panels panels panels panels*/
.aml-panel {
	background-color: #1e2e22;
	border: 4px solid #8c9557;
	margin-bottom: 5%;
	color: #f7f7f7;
	border-radius: 5px;
}
.aml-heading {
	border-bottom: 2px solid #8c9557;
}
.aml-title {
	font-size: 2rem;
	padding-left: 2%;
}
.aml-body {
	padding: 3%;
}
.aml-anat {
	color: #f7f7f7;
}
.aml-anat:hover {
	color: #e8d174;
}
.mode-night {
	background-color: #1e2e22;
	color: #f7f7f7;
	border: 4px solid #8c9557;
	border-radius: 5px;
	padding: 5px;
	/*text-align: center;*/
}
.center h3 {
	text-align: center;
}
.p-army {
	color: #f7f7f7;
}

/*table table table*/
.table-striped,
thead,
th {
	background-color: #1e2e22;
}
.table-striped,
tbody,
tr {
	background-color: #1e2e22;
	color: #f7f7f7;
}
.table-striped>tbody>tr:nth-of-type(2n+1){background-color:	#18392b}
.table-striped {
	border-radius: 5px;
}
.table-striped,
 thead,
 tbody,
 tr {
 	border: 4px solid #8c9557;
}
/*.background-table-color {
	background-color: #18392b;
}*/
.cap-a {
	color: 	#e8d174;
}
.cap-a:hover {
	color: #9ed670;
	font-weight: bold;
}
.cap-b {
	color: #f7f7f7;
}
.cap-b:hover {
	color: #9ed670;
	font-weight: bold;
}
.centerio {
	text-align: center;
}
.top-desktop-3 {
	margin-top: 5%;
}
#asphalt-footer {
	border-top: 4px solid #8c9557;
}
.ultimate-hr hr {
	border-top: 1px dashed #8c9557;
	margin-left: 20%;
	margin-right: 20%;
}
.ultimatep-hr {
	border-top: 1px dashed #8c9557;
	margin-left: 20%;
	margin-right: 20%;
}
/*containers container for books*/
.army-container {
	background-color: #1e2e22;
	border-radius: 5px;
	border: 4px solid #8c9557;
	padding-bottom: 2%;
	/*display: grid;*/
	/*margin-right: 2%;*/
}
.img-army-md4 {
	width: 250px;
	height: 250px;
	border-radius: 5px;
	border: 4px solid #8c9557;
	/*box-shadow: 1px 1px 8px 5px #4b3832;*/
	margin-top: 5%;
	margin-left: 25px;
	display: grid;
	align-content: center;
}
.img-army-md4:hover {
	opacity: 2;
	border: 2px solid #e8d174;
}
.aml-p-army {
	color: #f7f7f7;
	padding: 1px;
	text-align: center;
}
.army-button {
	border-radius: 5px;
	border: 2px solid #8c9557;
	background-color: #18392b;
	padding: 2%;
	display: grid;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
}
.army-button-minus {
	border-radius: 3px;
	border: 2px solid #8c9557;
	background-color: #18392b;
	padding: 1px;
	display: block;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.code {
	font-size: 1.2rem;
}
.aml-capuf {
	background-color: #1e2e22;
	color: #f7f7f7;
	border: 4px solid #8c9557;
	border-radius: 5px;
	margin-bottom: 15px;
}
.aml-capuf h3 {
	text-align: center;
}