body { overflow-y: scroll;
	padding-right: 16px;
	background: linear-gradient(to right, rgba(204, 204, 204, 0.4),rgb(255, 255, 255),rgba(204, 204, 204, 0.4));
}
 
.btn-default {
	background-color: #fff;
	color: #f5f5f5;
	border-color: #111;
	background: repeating-linear-gradient(#777, #3a3a3a,#141414,rgba(43, 43, 43, 0.63) 100%);
}
.inline-btn {
	margin-top: 1.8em;
}
.btn-default:hover {
	color: #ceb541;
}
.btn-default:focus {
	color: #ceb541;
	border-color: #ceb541;
	outline: none !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #ceb541 !important;
}
.modal-xl {
	width: 90vw;
	height: 95vh;
	margin-top: 5vh;
	margin-bottom:0px;
}
.modal-xl .row {
	margin-left:0%;
	margin-right:0%;
}
.backing {
	background: radial-gradient(rgb(249, 249, 249) 50%, rgba(138, 109, 59, 0.5) 100%);
}
.front {
	background: rgba(128, 128, 128, 0.27);
	border-width: 3px;
	border-color: rgba(128, 128, 128, 0.18);
}
.contain:after {
	clear: both;
}
.tableToggle {
margin-bottom: 9px;
}
.dataTables_scrollHead {
	border-radius: 5px 5px 0px 0px;
}
thead {
	background: repeating-linear-gradient(#777, #3a3a3a,#141414,rgba(43, 43, 43, 0.63) 100%);
	color: #f5f5f5;
 }

 .nav-tabs {
	 margin-bottom: 10px;
}
.nav-tabs li {
	float: left;
	margin-bottom: -1px
}
.nav-tabs li.active a,.nav-tabs li.active a:focus,.nav-tabs li.active a:hover {
	color: white;
	cursor: default;
	background: #3c8dbc;
}
.first td {
	border-top: 2px solid black !important;
}
.outside {
	margin-top: 5px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: radial-gradient(rgb(249, 249, 249) 5%, rgba(138, 109, 59, 0.5) 100%);
	border: 3px solid black;
	border-radius: 10px;
}
.outside div {
	padding-left: 0px;
	text-align: center;
}
.inside {
	padding-bottom: 5px;
	border: 3px rgba(128, 128, 128, 0.18) solid;
	border-radius: 10px;
	background: rgba(128, 128, 128, 0.27);
}
td.lastColumn {
	border-right: 2px solid black;
}
div.radius {
	z-index:99;
	border-radius: 4px 0 0 4px;
	border-left: 0;
	background: linear-gradient(to bottom, rgba(138, 109, 59, 0.28),rgba(222, 190, 78, 0.09),rgba(204, 204, 204, 0.63));
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	background-color: #919187;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-align: center;
}

div.radius, div.radius:before, div.radius:after {
      -webkit-user-select: auto;
      -khtml-user-select: auto;
      -moz-user-select: auto;
      -ms-user-select: auto;
      user-select: auto;
     } 

#mainBody > .content-wrapper {
	margin-left: 20px;
}

.shiny-output-error-input {
	color: red;
	white-space: pre-wrap;
}

.title {
	margin: 5px;
}

.keyValue > h3, .keyValue > h4 {
	display: inline-block;
}
.keyValue > span {
	margin-left: 5px;
}