#app {
	padding-bottom: 50px;
}

.progress {
    width: 200px;
}

.upload-files-button input {
	display: none;
}

.category_row {
	background-color: #fff;
}
.category_row :after {
	font-family: 'Glyphicons Halflings';
	content: '\e094';
	margin-left: 10px;
}
.category_row.opened :after {
	content: '\e093';
}

.navbar-default .navbar-nav>.active-domain>a, .navbar-default .navbar-nav>.active-domain>a:focus, .navbar-default .navbar-nav>.active-domain>a:hover {
    color: #555;
    background-color: #eee;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #bde0ff;
}

.cat-top-line td {
	border-bottom: none !important;
}
.cat-top-line.slider-line td {
	border-top-style: double !important;
}
.cat-top-line .file-btns {
	vertical-align: middle;
}
.cat-bot-line td {
	border-top: none !important;
}

.cat-top-line.subcat td:first-child, .cat-bot-line.subcat td:first-child {
	padding-left: 50px;
}

.photo-preview {
	padding-top: 30px;
}

.file-btns {
	display: inline-block;
	vertical-align: top;
}
.file-btns+.file-btns {
	margin-left: 20px;
}
.file-btns input {
	display: block;
	vertical-align: top;
}
.file-btns .msg-span {
	display: block;
}

.imageupload-thumb {
	max-width: 400px;
}

.select2-container {
	width: 100% !important;
}