/**
 * Basic styles
 *
 * @rev $Rev: 439 $
 * @date $Date: 2017-04-21 13:55:23 +0200 (Fri, 21 Apr 2017) $
 * @author mg@mawww.de
 */

#_debug {
	display: none;
}

#_debug * {
	font-size: 10px;
}

.debug {
	border: 1px solid red;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 1);
}
#result > .body {
	/*font-family: monospace;*/
	white-space: pre-wrap;
}
#result iframe {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	height: 600px;
	margin: 0 0 10px;
}

.font-monospace {
	font-family: "Source Code Pro", monospace;
	/*white-space: pre;*/
}

.mouse-pointer {
	cursor: pointer;
}
.mouse-help {
	cursor: help;
}

.alert-sm {
	padding: 9px 12px;
	border-radius: 3px;
}

.btn-sm {
	font-size: inherit;
	line-height: inherit;
	padding: 3px 10px;
}

.panel-title {
	font-size: 18px;
}

h1, .h1 {
	margin-bottom: 20px;
}

.form-control-password .form-control {
	float: left;
	width: 49.5%;
}
.form-control-password .form-control:last-child {
	float: right;
}

.num {
	text-align: right;
}

/* table list */
.table-list {
	background-color: transparent !important;
}
.table-list th,
.table-list td {
	border: none !important;
	padding: 3px 8px 3px 0 !important;
}
.table-list th > .label {
	font-size: 100%;
}

/* datatable stuff */
.spinner {
	width: 100%;
	height: 400px;
	color: #000;
	text-align: center;
	padding-top: 100px;
	opacity: 0.5;
}

table.dataTable {
	display: none;
}
table.dataTable thead > tr > th {
	padding-left: 8px;
	text-transform: uppercase;
}
.sorting_1 {
	background-color: rgba(255, 255, 0, 0.2);
}
.sorting_2 {
	background-color: rgba(255, 255, 0, 0.15);
}
.sorting_2 {
	background-color: rgba(255, 255, 0, 0.1);
}

.controls {
	white-space: nowrap;
	text-align: right;
}
.controls > a,
.controls > button {
}

.dataTables_filter input {
	min-width: 250px;
}

.help-block {
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 10px;
}

.nowrap {
	white-space: nowrap;
}

.dataTables_length,
/*.dataTables_info,*/
.dataTables_paginate {
	float: left;
}
.dataTables_length {
	width: 30%;
}
.dataTables_info {
	/*width: 30%;*/
	text-align: right;
	clear: both;
}
.dataTables_paginate {
	width: 70%;
}

input[type=radio],
input[type=checkbox] {
	cursor: pointer;
}
