@charset "UTF-8";
/*
 * common.css
 *
 * @name        common
 * @package     common-web
 * @category    style
 * @author      Marcel Jänicke Software <mail@mj-software.net>
 * @copyright   © Marcel Jänicke Software, 2013 - Alle Rechte vorbehalten.
 * @since       25.05.2013
 * @modified    03.11.2013
 */
#debug {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 10px;
    height: 300px;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 500px;
}

#debug > .label { color: #000; }

#footer {
	border-top: 1px solid #EEEEEE;
    color: #999;
    padding: 10px 0;
    text-align: center;
}

.required { color: red; }

.required.disabled { color: blue; }

.form-horizontal .form-group input, .form-horizontal .form-group select,
.form-horizontal .form-group textarea {
	display: inline-block;
	width: 206px;
}

.form-horizontal .form-group .checkbox input, .form-horizontal .form-group .radio input { width: 0; }

.form-horizontal .form-group input[type="file"] {
	padding: 0;
	box-shadow: none;
	width: 100%;
	border: none;
}

.help-block {
	display: inline-block;
	padding-left: 5px;
	margin-bottom: 0;
	margin-top: 0;
}

.form-horizontal .form-group textarea.note-codeable { display: none; }

.form-horizontal .form-group .note-editor.codeview textarea.note-codeable {
	display: block;
	width: 100%;
}

.form-horizontal .form-group .note-editor .btn-sm { font-size: 12px; }

.ui-widget-content table.table a { color: #428BCA !important; }

.ui-timepicker-div dl dt {
	margin-bottom: -20px;
	font-size: 1em;
}

.ui-timepicker-div dl dd { margin: 0 10px 10px 70px; }

.ui-tabs .ui-tabs-panel { padding: 1em 0; }