section.menu {
  margin-top: 100px;
}

a.navbar-brand {
	margin-right: 50px;
}

/* Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}


/*
 * Content
 * ----------------------
 */

.alert {
  clear: both;
}

.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
  margin-top: 50px;
}
.content-header > h1 {
  margin: 0;
  font-size: 24px;
  float: left;
  margin-right: 15px;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .toolbox {
  float: left;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    padding-left: 10px;
  }
}

.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}

/*
 * Modal
 * ----------------------
 */
/*
 * Box
 * ----------------------
 */
.box {
  position: relative;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  display: block;
  padding: 10px;
  position: relative;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444!important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.box-header .box-icon {
	margin-right: 10px;
}
.box-header .box-icon img {
	margin:0;
	height: 32px;
	width: 32px;
}

/*
 * packageItem
 * ----------------------
 */
.packageItem {
  position: relative;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
}
.packageItem .packageItem-head {
	overflow:hidden;
	height: 38px;
}
.packageItem .packageItem-body tr {
	overflow:hidden;
	height: 20px;
}
.packageItem .packageItem-body table tbody td {
	max-width: 0;
	overflow:hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	width: 60%;
}
.packageItem .packageItem-head .packageItem-icon {
	margin-right: 10px;
}
.packageItem .packageItem-head .packageItem-icon img {
	margin-top:    3px;
	margin-left:   3px;
	margin-right:  3px;
	height: 32px;
	width: 32px;
}
.packageItem .packageItem-head .packageItem-title {
	font-weight: 300;
	font-size: 15px;
}

/*
 * appItem
 * ----------------------
 */
.appItem {
  position: relative;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
}
.appItem .appItem-head {
	overflow:hidden;
	height: 38px;
}
.appItem .appItem-body img {
	height: 120px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.appItem .appItem-body  .appItem-desc {
	padding-top: 2px;
	vertical-align: middle;
	height: 40px;
	margin-bottom: 1px;
	margin-left: 2px;
	overflow:hidden;
}
.appItem .appItem-body tr {
	overflow:hidden;
	height: 20px;
}
.appItem .appItem-body table tbody td {
	max-width: 0;
	overflow:hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	width: 60%;
}
.appItem .appItem-head .appItem-action {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
.appItem .appItem-head .appItem-icon {
	margin-right: 10px;
}
.appItem .appItem-head .appItem-icon img {
	margin-top:    3px;
	margin-left:   3px;
	margin-right:  3px;
	height: 32px;
	width: 32px;
}
.appItem .appItem-head .appItem-title {
	font-weight: 300;
	font-size: 15px;
}

.tab-content .carousel {
}

span.versionInfo {
	font-weight: 300;
	font-size: 15px;
}}
/*
 * Texts
 * ----------------------
 */
.tab-pane > .mdViewer {
	padding:10px 10px 5px 10px;
}
.textEditor textarea {
	width:100%;
}
/*
 * Comments
 * ----------------------
 */
.commentList {
	padding: 0px;
	margin:0px;
}

.commentList .comment-left {
}

.commentList .comment {
	margin: 0px 0px 2px 0px;
}
.commentList .comment .comment-author {
	font-weight: bolder;
	font-size: small;
	text-align: right;
}
.commentList .comment .comment-date {
	text-align: right;
	font-size: x-small;
}
.commentList .comment .comment-text {
	margin-left: -1px;
}

.commentList .comment-postText {
	padding-right: 0px;
}
.commentList .row {
	display: flex; 
}
.commentList .comment-postButton {
	margin: auto;
	padding-left: 3px;
	padding-right: 0px;
}}

/*
 * Screenshot
 * ----------------------
 */
.carousel-inner .item img {
	height: 400px;
	margin: 0 auto;
}

.shootContainer {
	margin-top:10px;
	margin-bottom:15px;
}
.shootContainer .shootTop {
	position:relative;
	overflow:hidden;
	height: 300px;
	text-align: center;
}
.shootContainer .shootTop img {
	margin: 0 auto;
	height: 300px;
}
.shootContainer .shootTop .shootIcons {
	position:absolute;
	right:0;
	top:0;
	background-color:white;
	border-bottom-left-radius: 5px;
}
.shootContainer .shootTop .shootInfo {
	position:absolute;
	bottom:0;
	color:white;
	text-shadow: 1px 1px black;
	left: 40%;
}

.shootContainer .shootLst {
	background-color:white;
	height: 105px;
	white-space:nowrap;
	overflow-y:hidden;
	overflow-x:scroll;
}
.shootContainer .shootLst img {
	height: 90px;
	margin: 5px;
}
.shootContainer .shootLst::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
.shootContainer .shootLst::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
	height:5px;
}
.shootContainer .shootLst::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgb(122,153,217);
	background-image: -webkit-linear-gradient(45deg,
	        rgba(255, 255, 255, .2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, .2) 50%,
		rgba(255, 255, 255, .2) 75%,
		transparent 75%,
		transparent)
}


/*
 * Others
 */
.content .btn,
.menu .btn {
	margin-right: 5px;
}
.content i.fa-download {
	color: black;
}
ul.userMenu {
	width: 300px;
}
span span.label {
	margin-left: 1px;
	margin-right: 1px;
}

.box-footer .panel-condensed .panel-body {
	padding:0;
}
.box-footer .panel-body .table-condensed {
	margin:0;
}
/*
 * GFXx
 */
.lines .line {
	fill: none;
	stroke-width: 3px;
}
.axis .domain {
	fill: none;
	stroke-width: 0px;
}
.dots circle {
	fill: none;
	stroke-width: 3px;
}
.zoom {
  cursor: move;
  fill: none;
  pointer-events: all;
}

.btn-toolbar > .btn-group {
	margin-left: 3px;
}

.btn-group > label.item {
	margin-right:0px;
}
.btn-group > .item {
	position: relative;
	float: left;
	display: inline-block;
	padding: 2px 0px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
		user-select: none;
	padding: 6px 6px;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f5f5f5;
}

.btn-group > select.item {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	padding: 6px 0px;
	padding-right: 20px;
	outline:0;
}

.btn-group > .item.value {
	min-width: 4em;
	text-align: right;
}


.btn-group > .item:not(:first-child):not(:last-child) {
  border-radius: 0;
  -webkit-appearance: none;
  border-right: 0px;
  border-left: 0px;
}
.btn-group > .item:first-child {
  margin-left: 0;
}
.btn-group > .item:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0px;
}
.btn-group > .item:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0px;
}
