.navbar-brand {
	padding-top: 10px;
}
.svj-name-header {
	color: #777777;
	font-size: 20px;
	margin-top: 15px;
	float: left;
}

.form-options {
	margin-bottom: 5px;
}

div.row-border-bottom {
	border-bottom: #777777 solid thin;
	border-top: #777777 solid thin;
	margin-left: 5px;
	margin-right: 5px;
}
.bold {
	font-weight: bold;
}
.div-grid-header,
.div-grid-item {
	margin: 5px;
	border-radius: 3px;
	border-bottom: 1px solid #777777;
}
.div-grid-item {

}
.div-grid-header .col,
.div-grid-item .col {
	margin-bottom: 2px;
}
.div-grid-header .col{
	font-weight: bold;
	color: #337AB7;
	background-color: #EBEBEB;
}
.div-grid-item .col {
	/*background-color: #f9f9f9;*/
	color: #4B4B4B;
	font-weight: 700;
}
.div-grid-subrow {
	margin: 5px;
	border-bottom: 1px dotted #777777;
}
.grido .filter.outer {
	padding-bottom: 5px;
}
li .select2-search-field input {
	width: inherit;
}
.form-group label input[type=checkbox]{
	margin-right: 3px;
	position: relative;
	top: 2px;
}

.qrcode-text-btn {
  display: inline-block;
  height: 3em;
  width: 3em;
  background: url('/img/qr_icon.svg')  no-repeat;
  float: left;
  padding-left: 55px;
  cursor: pointer;
  margin-right: 20px;
}

input.qrcode-text-btn[type=file] {
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}
input[data-qrcode=text] {
	width: 75%;
}

.dl-horizontal dt {
	text-align: inherit;
}
.btn-toolbar {
	margin-bottom: 5px;
}
.btn-toolbar .btn {
	margin-bottom: 5px;
}
@media (min-width: 768px){
	.dl-horizontal dt {
		text-align: inherit;
	}
}