html, body{
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
}

img, a {
	outline: none;
	border: none;
}

body{
	background: rgba(88, 124, 49, 1);
	color: #333;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 15px;
}

input, textarea, button, select{
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 15px;
	width: 95%;
}

button{
	max-width: 200px;
}

a{
	color: rgb(88, 124, 49);
	text-decoration: none;	
}

a:hover, a:hover i, a.active, a.active i{
	color: #71135c;
	text-decoration: none;
}

i{
	color: rgb(88, 124, 49);
}

num {
	display: block;
	position: absolute;
	background-color: red;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: white;
	border-radius: 50%;
	font-size: 11px;
	margin: -6px 0 0 -6px;
}

num.num_0 {
	display: none;
}

div.container {
	background: white;
	width: 95%;
	min-height: 100%;
	margin: auto;
	padding: 10px;
	border-radius: 0 0 11px 11px;
	border-bottom: solid 5px #71135c;
}

div.content {
	background: #eee;
	padding: 10px 10px 10px 20px;
	margin: 0 10px 10px 10px;
}

div.content table {
	width: 100%;
	padding: 0;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #666;
}

div.content table.small{
	width: 25%;
}

div.content table th{
	font-weight: bold;
	background: #333;
	color: #fff;
	margin: 1px;
	border-radius: 3px 3px 0 0;
}

div.content table td{
	background: #fff;
	padding: 0 0 0 3px;
	margin: 1px;
}

div.content table td:first-child{
	background: rgba(255, 255, 255, 0.5);
}

div.content table td.error{
	background: rgba(255, 100, 100, 0.5);
}

div.content table tr td:nth-child(even) {background: #eee}
div.content table tr td:nth-child(odd) {background: #fff}

div.info{
	display: none;
	position: absolute;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	border: solid 1px #333;
}

div.info b{
	display: inline-block;
	margin: 1px 5px;
	padding: 0px 5px;
	border-radius: 3px;
	background-color: white;
}

div.content table tr td:hover > div.info{
	display: inline-block;
}

th a, td a{
	color: #71135c;
}

th.buttons a, div.buttons a, td.buttons a, button, a.button{
	display: inline-block;
	padding: 1px 5px 1px 5px;
	background: rgb(88, 124, 49);
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

td.buttons a {
	margin: 1px;
}

th.buttons a i, td.buttons a i, button i, a.button i{
	color: #fff;
}

.buttons.fixed-medium a{
	min-width: 110px;
}

th a:hover, td a:hover, button:hover, a.button:hover{
	background: #71135c;
}

h1{
	font-size: 15pt;
	color: #71135c;
	font-weight: bold;
}

h2{
	font-size: 13pt;
	color: rgb(88, 124, 49);
	font-weight: bold;
}

h3{
	font-size: 13pt;
	color: gray;
	font-weight: normal;
}

div.logo{
	width: 220px;
	height: 110px;
	float: right;
	background: #fff;
	border-radius: 50px;
	margin: 0 50px 0 0;
	border-bottom: solid 3px #71135c;
}

div.menu{
	width: 100%;
	margin: 30px 0 0 0;
}

div.menu div{
	display: inline-block;
	padding: 0px;
}

div.menu div a{
	display: block;
	padding: 5px 20px 5px 15px;
	border: solid 1px #eee;
	border-bottom: none;
	border-radius: 20px 20px 0 0;
	margin: 0 10px 0 10px;
}

div.menu div a.active, div.menu div a:hover{
	background: #eee;
}

div.sub-menu{
	width: 100%;
	margin: 0 0 10px 0;
}

div.sub-menu div{
	display: inline-block;
	padding: 0px;
}

div.sub-menu div a{
	display: inline-block;
	padding: 3px 10px 3px 10px;
	margin: 0 10px 0 0;
	border-radius: 5px;
	background-color: #fff;
	border-bottom: solid 1px #71135c;
}

div.tab-menu div a.active, div.tab-menu div a:hover{
	background: #333;
	color: #fff;
}

div.sub-menu div button{
	display: inline-block;
	padding: 3px 10px 3px 10px;
	margin: 0 10px 0 0;
	color: rgb(88, 124, 49);
	border-radius: 5px;
	background-color: #fff;
	border-bottom: solid 1px #71135c;
}


div.sub-menu div button:hover{
	color: #71135c;
}


div.tab-menu{
	width: 100%;
	margin: 0 0 0px 0;
}

div.tab-menu div{
	display: inline-block;
	padding: 0px;
}

div.tab-menu div a{
	display: inline-block;
	padding: 5px 10px 5px 10px;
	margin: 0 1px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	border-right: solid 1px #666;
	font-weight: bold;
}

div.tab-menu div a.active, div.tab-menu div a:hover{
	background: #333;
	color: #fff;
}

footer{
	padding: 16px;
}

footer .user{
	text-align: right;
}

footer .statement{
	font-size: 13px;
	padding-top: 100px;
	text-align: right;
}

footer .statement img{
	float: left;
	max-height: 100px;
	margin-top: -100px;
}

tr.status_1 td {
    background-color: orange !important;
}

tr.status_2 td {
    background-color: lightgreen !important;
}

tr.status_3 td {
    background-color: yellow !important;
}

tr.status_4 td {
    background-color: lightgreen !important;
}

div.overlay {
	display: none;
	position: absolute;
	width: 400px;
	max-width: 90%;
	margin: 10px auto;
	padding: 20px;
	border-radius: 12px;
	border: solid 1px #000;
	box-shadow: 0px 0px 1500px 1000px rgba(50,50,50, 0.5);
	top: calc(50% - 100px);
	left: calc( 50% - 200px);
	background-color: white;
}

.product-image-preview {
	width: 60px;
	height: 40px;
}