﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

a {
	color: #8ACF00
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

.infotext {
	padding: 5px;
	color: #8ACF00;
	font-weight: bolder;
}

#main .btn{
	margin-top:5px;
}

.mypick input {
	max-width: 100px;
}

.fullwidth {
	width: 100% !important;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}


.container {
	margin: 0 auto;
	width: 100%;
}

.forceblack {
	color: #000;
}

#progressBackgroundFilter {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 10000;
	text-align: center;
}

#processMessage {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10001;
	padding: 10px;
	background-color: #fff;
	border: solid 1px #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	width: 200px;
	line-height: 35px;
	margin-left: -100px;
	margin-top: -29px;
}

#processMessage img {
		margin-right: 5px;
	}

.icoBar {
	width: 24px;
	height: 24px;
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	background-color: #8ACF00;
	color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

td.nowrap {
	white-space: nowrap !important;
}

.px60 {
	width: 60px!important;
}

.px90 {
	width: 90px !important;
}

.prc30{
	width: 30%!important;
}

.prc50 {
	width: 50% !important;
}

.prc60 {
	width: 60% !important;
}

.padding5{
	padding:5px;
}

.fotoEdf {
	width: 250px;
	height: 180px;
}

.fotoEdt {
	width: 200px;
	height: 200px;
}

.wrap {
	white-space: normal!important;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

	.fileinput-button input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		opacity: 0;
		-ms-filter: 'alpha(opacity=0)';
		font-size: 200px !important;
		direction: ltr;
		cursor: pointer;
	}

.pagination {
	margin: 0 !important;
}

.dataTables_paginate .paginate_button {
	padding: 0 1px !important;
}

@media screen and (max-width: 960px) {	
}

@media (min-width: 768px) {
	
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
	.prc60 {
		width: 100% !important;
	}
}
