@charset "UTF-8";

/* Update: 2017-10-30 */

/* Bootstrap ******************************** */
.page-header {
	padding-bottom: 0;
	margin: 16px 0 8px;
}

.navbar {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

.breadcrumb {
	background-color: transparent;
}

.text-middle {
	vertical-align: middle !important;
}

.text-bottom {
	vertical-align: bottom !important;
}

.pagination {
	margin: 0;
}

.img-thumbnail {
	max-width: 100%;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.list-noblank {
	padding-left: 1.6em;
}

.dl-horizontal {
	margin-bottom: 0;
}

dl.dl-striped > dt:nth-of-type(odd),
dl.dl-striped > dd:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.badge-primary {
	background-color: #337ab7;
}
.badge-success {
	background-color: #5cb85c;
}
.badge-info {
	background-color: #5bc0de;
}
.badge-warning {
	background-color: #f0ad4e;
}
.badge-danger {
	background-color: #d9534f;;
}

form.form-horizontal .control-label,
form.form-horizontal .radio,
form.form-horizontal .checkbox,
form.form-horizontal .radio-inline,
form.form-horizontal .checkbox-inline {
	margin-bottom: 4px;
}

form.form-horizontal .control-label {
	padding-top: 0;
}

input.form-control {
	display: inline-block;
}

input.xs {
	width: 50px !important;
}

input.sm {
	width: 100px !important;
}

input.md {
	width: 200px !important;
}

input.lg {
	width: 400px !important;
}

input.xl {
	width: 600px !important;
}

select.xs {
    height: 18px;
    padding: 0px 3px;
    font-size: 12px;
}

select.sm {
    height: 24px;
    padding: 3px 6px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
	input.xs, input.sm, input.md {
		width: 46.666%;
	}
	input.lg, input.xl {
		width: 100%;
	}
}

input.date {
	width: 120px !important;
}

input.date.input-sm {
	width: 100px !important;
}

input.time.input-sm {
	width: 85px !important;
}

input.time {
	width: 100px !important;
}

input.datetime {
	width: 190px !important;
}

textarea.xs {
	height: 54px;
}

textarea.sm {
	height: 100px;
}

textarea.md {
	height: 200px;
}

textarea.lg {
	height: 400px;
}

textarea.xl {
	height: 600px;
}

select.form-control {
	display: inline-block;
	width: auto;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 2px;
}

input[type="submit"][name="submit[confirm]"],
input[type="submit"][name="submit[return]"],
input[type="submit"][name="submit[complete]"] {
	min-width: 150px;
}

.has-error .btn-group .btn-default {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

img.img-center {
	display: block;
	margin: 0 auto;
}

table.table thead tr th {
	white-space: nowrap;
}

table.table th{
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    z-index: 10;
}

table tbody tr.disabled {
	background-color: #f5f5f5;
}

.col-xs-0-5,
.col-sm-0-5 {
	width: 4.166666%;
}

.col-xs-1-5,
.col-sm-1-5 {
	width: 12.49999%;
}

.col-xs-2-5,
.col-sm-2-5 {
	width: 20.83333%;
}

.col-xs-3-5,
.col-sm-3-5 {
	width: 29.16666%;
}

.col-xs-4-5,
.col-sm-4-5 {
	width: 37.49999%;
}

.col-xs-5-5,
.col-sm-5-5 {
	width: 45.83333%;
}

.col-xs-6-5,
.col-sm-6-5 {
	width: 54.16666%;
}

.modal {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
	background-color: transparent;
}

.modal-xl {
    width: 1170px;
}

.popover {
	max-width: 500px;
}

@media print {
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}

	/* modal */
	.modal-open > * {
		display: none !important;
	}
	.modal-open > .modal {
		display: inherit !important;
		position: inherit !important;
	}
}

/* Bootstrap Colorpicker ******************************** */
.colorpicker-component {
	width: 135px;
}
