.container {
	max-width: 100% !important;
}
body { margin: 0; padding: 10px 0 0 0; }
i { vertical-align: -10% !important; }
footer { text-align: center; font-size: 80%; color: #bbb; }
a:hover { text-decoration: none; color: #dd4814; }
.block-link {
	display: block;
	min-height: 20px;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
}
.block-link:hover {
	background-color: #f7e7e3;
	border: 1px solid #dd4814;
}
.block-link h3 {
	margin-top: 5px;
}
.block-link p {
	margin-left: 30px;
	margin-right: 20px;
}

.border { border: 3px solid #a0a0a0; }
.shadow { -moz-box-shadow: 0 0 5px #888; -webkit-box-shadow: 0 0 5px #888; box-shadow: 0 0 5px #888; }

#edo-content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	padding: 40px 0 60px 0;
}

/*
	Header Filter Helper
*/
.header-filter-helper-link {
	display: inline-block;
	padding: 0 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}
.header-filter-helper-link:hover {
	border-color: #999;
}

/*
	Bootstrap Customize
*/
.dropdown-menu > li > a {
	position: relative;
}
.dropdown-menu > li > a > i {
	position: absolute;
	left: 8px;
	top: 6px;
	font-size: 11px;
	color: #e0e0e0;
}
.dropdown-menu > li > a.with-icon {
	padding-left: 25px;
}
@media screen and (min-width: 768px) {
	.modal-dialog-wide {
		width: 760px;
	}
}
@media screen and (min-width: 1024px) {
	.modal-dialog-wide {
		width: 1000px;
	}
}
@media screen and (min-width: 1024px) {
	.modal-dialog-full {
		width: 80%;
	}
}

/*
	Table Header Sort&Filter
*/
.col-operate-header {
	position: relative;
}
.col-operate-header.active {
	background: #e0e0e0;
}
.col-operate-container {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
	background: #fff;
	z-index: 1000;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}
.col-operate-container:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent; content: '';
}
.col-operate-container:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent; content: '';
}
.col-operate-wrapper {
	padding: 10px 10px 0 10px;
}
.col-operate-button {
	float: left;
	margin-right: 5px;
	opacity: 0.2;
}
.col-operate-header:hover .col-operate-button {
	opacity: 1;
}

/*
	Customize table
.table {
	border-top: 1px solid #d1d2da;
}
.table thead th, .table thead td {
	background: #eaeaea;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fdfdfd),color-stop(100%,#eaeaea));
	background-image: -webkit-linear-gradient(top,#fdfdfd,#eaeaea);
	background-image: -moz-linear-gradient(top,#fdfdfd,#eaeaea);
	background-image: -o-linear-gradient(top,#fdfdfd,#eaeaea);
	background-image: linear-gradient(top,#fdfdfd,#eaeaea);
	border-left: 1px solid #d1d2da;
	border-right: 1px solid #d1d2da;
	border-bottom: 1px solid #d1d2da;
}
.table .alert {
	margin-bottom: 0;
}
*/
.nav-pills > li > a {
	background-color: #f5f5f5;
}
.table tr.odd td {
	background-color: #e9e9e9;
}
.table tr.light th, .table tr.light td, .table tr th.light, .table tr td.light {
	background-color: #fcf8e3 !important;
}
.table tr.info th, .table tr.info td, .table tr th.info, .table tr td.info {
	background-color: #d9edf7 !important;
}
.table tr.success th, .table tr.success td, .table tr th.success, .table tr td.success {
	background-color: #dff0d8 !important;
}
.table tr th.default, .table tr td.default {
	background-color: #fff;
}
.table tr.highlight td {
	background-color: #dff1d8;
}
.table tr.highlight2 td {
	background-color: #f3ffef;
}
.table td.red {
	background-color: #f2dede !important;
}
.table td.tborder {
	border-top: 2px solid #000;
}
.table td.bborder {
	border-bottom: 2px solid #000;
}
.table-small th, .table-small td { padding: 2px; font-size: 12px; }
.table .overflow {
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
}
.table .center {
	text-align: center;
}
.table .number {
	white-space: nowrap;
	text-align: right;
}
.table .number i {
	color: gray;
}
.table tr.helper th {
	background-color: #fafafa;
	font-weight: normal;
	color: #b0b0b0;
}
.table tr.history td,
.table tr.history td i {
	color: #a0a0a0;
}
.table .nowrap {
	white-space: nowrap;
}
.form-horizontal .form-group {
	margin: 0 0 10px 0;
}
.tooltip p {
	min-width: 150px;
	text-align: left;
}
.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0; left: 0;
	margin: 0;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}

/* Opacities */
.opacity0 { -moz-opacity: 0.0; -khtml-opacity: 0.0; opacity: 0.0; }
.opacity20 { -moz-opacity: 0.2; -khtml-opacity: 0.2; opacity: 0.2; }
.opacity40 { -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; }
.opacity60 { -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
.opacity80 { -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.opacity100 { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

/*
	Customize modal
*/
.modal-backdrop, 
.modal-backdrop.fade.in {
	background: #000;
}
.pagination { margin: 0; }

/*
	Custom Select Box
*/
.s-hidden {
	visibility:hidden;
	padding: 0 10px 0 0;
	width: auto;
	height: auto;
	margin: auto;
}
.select {
	cursor:pointer;
	display:inline-block;
	position:relative;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	line-height: 28px;
}
.styledSelect {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:white;
	padding:0 10px;
	font-size: 12px;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
}
.styledSelect:after {
	content:"";
	width:0;
	height:0;
	border:5px solid transparent;
	border-color:black transparent transparent transparent;
	position:absolute;
	top:13px;
	right:6px;
}
.styledSelect:active,
.styledSelect.active {
	background-color:#eee;
}
.options {
	display:none;
	position:absolute;
	top:100%;
	right:0;
	left:0;
	z-index:999;
	margin:0 0;
	padding:0 0;
	list-style:none;
	border:1px solid #ccc;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	background-color:white;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
		-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
.options li {
	padding:0 6px;
	margin:0 0;
	padding:0 10px;
	line-height: 30px;
}
.options li:hover {
	background-image:-moz-linear-gradient(top,#08c,#04c);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
	background-image:-webkit-linear-gradient(top,#08c,#04c);
	background-image:-o-linear-gradient(top,#08c,#04c);
	background-image:linear-gradient(to bottom,#08c,#04c);
	background-repeat:repeat-x;
	color:white;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
}

blockquote {
	padding: 5px 10px;
	margin: 0 0 10px;
}
.nav {
	margin-bottom: 10px;
}