/* module-key = 'com.simplenia.stash.plugins.snippets:snippets-list-snippets-web-resources', location = 'snippets/list/list-snippets.css' */
body.bitbucket-theme .aui-page-header-main.entity-item h1 {
	font-size: 24px;
}

body.bitbucket-theme .aui-page-header-main.entity-item h1 ~ .aui-button {
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: bottom;
}

body.bitbucket-theme .aui-page-header-main.entity-item h1 + .aui-button {
	margin-left: 20px;
}

table.aui td.timestamp time:before {
	background: transparent url('/s/-245306119/6433dff/1/3.15.0/_/download/resources/com.simplenia.stash.plugins.snippets:snippets-list-snippets-web-resources/icons/icons-repository.png') no-repeat 0 0;
	content: '';
	height: 16px;
	padding-left: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

table.aui th,
table.aui td.timestamp {
	white-space: nowrap;
}

table.aui td.timestamp,
table.aui td.star {
	width: 1%;
}

table.aui td.no-snippets {
	color: #707070;
	text-align: center;
}

span.unknown-user {
	color: #999;
}

/* pager */
div.pager-container {
	margin-top: 20px;
	height: 20px;
	text-align: center;
	position: relative;
}

.pager > * {
  padding: 0 0 0 16px;
}

.pager > *:first-child {
  padding: 0;
}

.pager > .current {
  font-weight: bold;
}

.pager > .disabled {
  color: #535353; /* disabled-tab gray */
}

.pager-container .page-size {
	position: absolute;
	right: 0;
}

.pager-container .page-size .aui-lozenge {
	color: #777;
}

.pager-container .page-size,
.pager-container .page-size .aui-lozenge-subtle {
	color: #999;
}

/* categories loading spinner */
#categories-placeholder {
	background-position: 50% 50%;
}

/* sortable table */
table.aui th.sortable {
	cursor: pointer;
	padding: 0;
}

table.aui th.sortable:hover {
	background-color: #f5f5f5;
}

table.aui th.sortable a {
	display: block;
	padding: 7px 10px;
	color: #333;
	text-decoration: none;
}

table.aui th.sortable a:after {
    border: 4px solid transparent;
    content: "";
    display: inline-block;
    margin-left: 5px;
    position: relative;
    width: 0;
}

table.aui th.sortable:hover a:after {
	border-top-color: #333;
	border-bottom-color: transparent;
	opacity: 0.5;
	top: 2px;
}

table.aui th.sortable.sort-asc a:after,
table.aui th.sortable.sort-asc:hover a:after {
	border-top-color: transparent;
	border-bottom-color: #333;
	opacity: 1;
	top: -2px;
}

table.aui th.sortable.sort-desc a:after,
table.aui th.sortable.sort-desc:hover a:after {
	border-top-color: #333;
	border-bottom-color: transparent;
	opacity: 1;
	top: 2px;
}
/*# sourceMappingURL=/download/batch/com.simplenia.stash.plugins.snippets:snippets-list-snippets-web-resources/com.simplenia.stash.plugins.snippets:snippets-list-snippets-web-resources.css.map?_statichash=d41d8cd98f00b204e9800998ecf8427e-CDN%2F-245306119%2F6433dff%2F1%2F3.15.0 */