﻿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%;
	}
.table_n
{
	width:99%;
	margin-right: 57px;
}
.itemback
{
	background-color:White;
	
}


input[type="text"]
{
	width:200px;
}
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:105px;
	height:87px;
}

.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;
	height: 100px;
	width: 200px;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
	padding: 1px 5px 1px;
	cursor: pointer;
	border-radius: 4px;
	color: #032d3a;
	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;
}

.bg-gray {
	background: #3CB371;
}

table > tbody > tr > td {
	color: Black;
	margin-left: 80px;
}