
body {
	padding-top: 50px;
	background: #f7f7f7;
	background: #eee;
}
body,
body .navbar {
	min-width: 970px;
}

#navbar {
	display: block;
}

body > .container {
	background: #fff;
	padding-top: 30px;
	padding-bottom: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 100px;
	box-shadow: 0px 0px 50px #999;
}

nav > .container {
	background: #37465a;
}

#loading {
	position: fixed;
	margin: 100px auto 0 auto;
	max-width: 600px;
	right: 0;
	left: 0;
	z-index: 1032;
	text-align: center;
	display: none;
}
#loading-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: black;
	opacity: 0.6;
	z-index: 1031;
}
#loading span {
	position: relative;
	z-index: 1040;
	color: #fff;
	font-size: 25px;
	word-break: break-word;
	text-shadow: 2px 2px 2px #000;
}

label {
	min-width: 100px;
}

textarea {
	margin-right: 50px;
	min-height: 100px;
}
select {
	min-width: 70px;
}
option {
	text-align: center;

}
table .glyphicon {
	/*font-size: 130%;*/
	top: 3px;
}

.table-condensed.table-mini {
	font-size: 0.9em;
}

.table-condensed.table-mini > tbody > tr > td {
	padding: 6px 5px 3px 5px;
}

.table-condensed.table-mini > tbody > tr > td:last-child {
	padding: 2px 5px;
}

h2 {
	max-width: 700px;
	margin-bottom: 20px;
}
.h2-sub {
	margin-top: 10px;
	font-size: 16px;
}

hr {
	border-top: 2px solid #ddd;
}

.d-flex {
	display: flex;
}

img, embed {
	border: 1px solid #ccc;
}

.navbar-inverse {
	background: #222;
}

.navbar-inverse .navbar-brand {
	background: #222;
	margin-right: 10px;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #00BFFF;
	background: #25374e;
}

.input-sm,
select.input-sm {
	height: 26px;
	padding: 2px 6px;
}

#view-dashboard {
	margin-top: 100px;
	text-align: center;
}

#view-dashboard a {
	width: 200px;
	height: 100px;
	font-size: 16px;
	margin: 20px;
	padding-top: 15px;
}
#view-dashboard .glyphicon {
	font-size: 40px;
	height: 55px;
}


#side-nav {
	float: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 135px;
	font-size: 13px;
	padding: 5px;
	margin-top: 10px;
	position: fixed;
}
#side-nav a {
	display: inline-block;
	margin: 2px;
	color: #666;
	text-decoration: none;
}
#side-nav a:hover {
	color: #337ab7;
}

.form-centered {
	width: 100%;
	max-width: 700px;
}

.product-form {
	padding-bottom: 50px;
}

#fixed-footer {
	background: #f7f7f7;
	background: #333;
	background: #ccc;
}

#fixed-footer .container {
	max-width: 700px !important;
	height: 50px;
	padding: 8px;
}

.product-form .form-group {
	margin-bottom: 2px;
	width: 100%;
}
.product-form .form-group .form-group {
	margin-bottom: 0;
}

.product-form .form-group .indent-by-label {
	margin-left: 30%;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	position: relative;
	width: 66%;
	text-align: center;
}
.product-form .form-group .indent-by-label.top-row {
	margin: 0;
	width: 66%;
	display: inline-block;
}
.product-form .form-group .indent-by-label hr {
	margin: 5px 0px;
	border-top: 1px solid #ccc;
}
.product-form label {
	min-width: 0;
	width: 25%;
}
.product-form textarea.form-control {
	margin: 0;
	width: 74%;
}
.product-form .form-group .split label {
	width: 25%;
	text-align: center;
}
.product-form .form-inline .form-group input[type="text"],
.product-form .form-inline .form-group input[type="file"],
.product-form .form-inline .form-group select,
.checkbox-area {
    width: 200px;
    width: 74%;
    display: inline-block;
}
.product-form .form-inline .split {
	display: inline-block;
	float: left;
	width: 50%;
}
.product-form .form-inline .form-group .split input[type="text"],
.product-form .form-inline .form-group .split select {
	width: 62%;
}

.product-form .form-inline .form-group .input-4 input[type="text"] {
	width: 23%;
}

table .show-full-text {
	font-size: 15px;
	color: #999;
	cursor: pointer;
}

fieldset {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
}

#view-response {
	position: relative;
}

#view-response table,
#view-response h2 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#view-response .result-num {
	position: absolute;
	left: 20px;
	font-size: 50px;
	font-weight: bold;
	color: #e7e7e7;
}

@media (min-width: 768px) and (max-width: 992px) {
	.container {
		width: auto;
	}
}

/* add bigger breakpoint */
@media (min-width: 1600px) {
	.container.wide {
		width: 1500px;
	}
}


.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-header {
	float: left;
}
.navbar-nav>li>a {
	padding: 15px 8px;
	/*padding-top: 15px;*/
	/*padding-bottom: 15px;*/
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin-left: -15px;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin-left: 0;
	margin-right: 0;
}

.form-inline .form-control {
	display: inline-block;
}
label.vat {
	vertical-align: top;
	margin-top: 10px;
}
.checkbox-area {
	margin: 5px 0;
	/*font-size: 0;  remove spaces between inline-block elements */
}

.checkbox-area .checkbox {
	display: inline-block;
	/*font-size: 14px;  restore value */
}
.checkbox label {
	width: auto;
}
.form-inline .checkbox label,
.form-inline .radio label {
	padding-left: 20px;
}
input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

.form-inline .checkbox, .form-inline .radio {
	margin-top: 4px;
	margin-bottom: 4px;
}
@media (min-width: 768px) {
	.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
		position: absolute;
		margin-left: -20px;
	}
}

/* instead of bootstrap stripes */
table  tr {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+25,f6f6f6+75,f9f9f9+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(246,246,246,1) 75%, rgba(249,249,249,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(246,246,246,1) 75%,rgba(249,249,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(246,246,246,1) 75%,rgba(249,249,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

.pell-content img {
	max-width: 100%;
}

div.dataTables_wrapper div.dataTables_processing {
	box-shadow: 0 0 100px 150px #fff;
}
.break-word {
	word-break: break-word;
}