﻿body
{
	background-color: #fff;
	color: #666666;
	font-family: 'Trebuchet MS';
	font-size: 12px;
}
h2
{
	color: #CC0000;
}
.menu a
{
	display: block;
	margin: 5px;
	font-size:12px;
}
table
{
	width:100%;
	margin-right: 0px;
	}
.table_n
{
	width:99%;
	margin-right: 57px;
}
.itemback
{
	background-color:White;
	
}


input[type="text"]
{
	width: 75%;
}
select
{
	width:200px;
	margin-left: 0px;
	}
#divlogin
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	width:500px;
	position:relative;
	top: -94px;
	left: 0px;
	height: 402px;
}
#divlogin2
{
	margin-right: auto;
	margin-left: auto;
	width:487px;
}
.inlog
{
	text-align: center;
	width: 479px;
	font-weight: 700;
}
#divlogin2 img
{
	width:127px;
	height:81px;
}

.btnMod {
	width: 80%;
}

/* Peter's style */
.col-md-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
} 

.ml-auto {
	margin-left: auto;
}
.mr-auto{
	margin-right: auto;
}

.grid_10 {
	width: 100%;
}

.PetersTable {
	width: 80%;
}

.bg-transparent {
	background: transparent !important;
}

.text-white {
	color: White;
}

.text-gray {
	color: rgb(229, 226, 226);
}


.btn {
	background: #fff;
	border: 1px solid #fff;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
	padding: 1px 5px 1px;
	cursor: pointer;
	border-radius: 4px;
	color: Red;
	font-weight: 500;
}

.btn:hover {
	background: #fff;
	/* border: 1px solid #1f089e; */
	
}

.ajax__tab_tab {
	font-size: 16px !important;
}

.master-image-holder {
	padding: 3rem;  width: 70%; margin-left: auto; margin-right: auto; margin-top: 5rem;
	display: flex;
	justify-content: center;
}

table > tbody > tr > td {
	color: Black;
	margin-left: 80px;
	font-weight: 700;
}

.bg-orange {
	background: #5e1d1d;
}

.bg-gray {
	background: #1f456e;
}

.footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background: #5e1d1d;
	color: white;
}

.footer p {
	text-align: center;
	font-size: 14px;
}

.footer p a {
	color: white;
	text-decoration: none;
}

.styled-button {
	background-color: #1f456e !important;
	border-style: Outset;
	height: 34px;
	width: 99px;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	border-color: #1f456e;
}

.btn {
	background: #00cc00 !important;
	border: 1px solid #00cc00 !important;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
	padding: 1px 5px 1px;
	cursor: pointer;
	border-radius: 14px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	word-wrap: break-word;
}

.btn:hover {
	background: #dd3333ce;
	/* border: 1px solid #1f089e; */
	
}

.exit {
	background: #FA0001 !important;
	border-radius: 4px;
	width: 100px;
	padding: 10px 5px;
	border: 1px solid   #FA0001 !important;
	cursor: pointer;
	font-weight: bold;
	color: white;
}

.exit:hover {
	background: #ea0707;
}