


@media (max-width: 991.98px){
		#sharebuttons{
	display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    height: 100%;
}
		#reportbutton > div{
			padding: 0 !important;
		}
		
		#reportbutton-prev{
			flex: 1;
		}
	}



.grid{
	
}

.masonry-columnwidth,
.grid-item {
  width: 23.5%;
}

.masonry-gutter {
  width: 2%;
}

.grid-item {
  margin-bottom: 10px;
  float: left;
}

.grid-item img{
  display: block;
  max-width: 100%;
  box-shadow: 0 0 5px 0px #9E9E9E;
  cursor: pointer;
}

.grid-item  .info{
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  padding: 0.5em;
  background: #ffffffeb;
}

.grid-item  .info-u{
  top: 0;
  border-bottom: 1px solid #efefef;
}

.grid-item  .uploaddate{
  font-size: 0.6em;
}

.grid-item  .info-l{
	bottom: 0;
	border-top: 1px solid #efefef;
}

.grid-item:hover .info{
	display: block;
}


.grid-item  .playername a, .grid-item  .playername span, #viewimage  .playername a, #viewimage  .playername span{
 font-weight: bold;color: #000000;
}

.grid-item  .playername{
	white-space: nowrap;
    overflow: hidden;
}

.grid-item  .modmenu{
	margin-left: 0.5em;
}

.grid-item  .imglink {
	float:right;
	margin-left: 0.5em;
	font-size: 1.1em;
}
.grid-item  .imglink > a:not(:hover){
	color: #9e9e9e;
}

.grid-item  .comments {
	margin-left: 0.5em;
}

.grid-item  .comments > a {
	color: #000000;
}

.grid-item  .comments i::before  {
	margin-right: 0.1em;
}

.page-load-status {
  display: none; 
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

.container{
	background: aliceblue;
	padding: 3em;
	border-radius: 0.25em;
}

.deleteimage {
	float:right;
	color:#ffffff;
	padding: 0 0.5em 0 0.5em;
	background: #4CAF50;
	border-radius: 0.2em;
}

.imagerating a{	color: #000000;	text-decoration: none;
	margin-right: 0.5em;
}

.ratingbutton-voted i{
	color: #00BCD4;
}

.active {
	background-color: inherit !important;
	color: #007bff !important;
	border: 1px solid #007bff !important;
    margin-bottom: 5px;
}

.deletedbymod {
	opacity: 0.2;
}

.deletedbymod::before  {
	content: "Removed by moderator";
	
	position: absolute;
    left: 0;
    top: 0;
	padding: 10px;
    background: white;
	width: 100%;
}

#viewimage {
	text-align: center;
}

#viewimage img{
	cursor: pointer;
	display: block; 
	margin: auto;
	margin-top: 1em;
}

#sharebuttons{
	position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0.8em;
	line-height: initial;
	pointer-events: none;
}

#sharebuttons a{
	pointer-events: all;
}

#sharebuttons a:hover{
	color: #ffffff;
	text-decoration: none;
}


.filtercontainer{
	margin: 0.5em 0;
}

#details-container .card-body {
	padding: 0.7em !important;
	text-align: left;
}

.details-grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20em, auto));
    grid-gap: 0.5em;
}

@media (max-width: 700px){	
	.details-grid{
		grid-template-columns: repeat(1, minmax(20em, auto));
	}
}

.details-card {
	background: #f2f1ff;
}

.details-card img {
    display: initial !important;
    margin: initial !important;
    margin-top: initial !important;
	
	width: 2em;
	height: 2em;
	
	border-radius: 3px;
	box-shadow: 0 0px 2px 0px #0000006e;
	    margin-right: 0.5em !important;
	
}

.details-card-inner {
	margin-left: 2.6em;
	position: relative;
	height: calc(100% - 2em);
}

.details-content {
	display: flex;
    flex-direction: column;
    height: 100%;
}

.details-content > div{
	    padding: 0.2em 0;
}

.details-title {
	font-weight: bold;
    font-size: 1.2em;
	padding: 0 !important;
}

.details-descr {
	white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
	flex: 1 0;
}

.details-tags {
	font-size: 0.7em;
	    margin-top: 0.5em;
}

.details-tags  > a {
	    margin-right: 0.5em;
		color: #9e9e9e;
}

.details-editenabled {
	    grid-column: 1 / -1;
		background: #fcfdff !important;
		box-shadow: 0 0px 11px 2px #c6e4ff;
}

.details-cardmenu {
    position: absolute;
    right: 0.5em;
    top: 0.5em;	
	
}

.details-cardmenu > .btn {
	color: #000000 !important;
}

.details-inputcontainer {
    width: 100%;
    height: 100%;
	background: #fcfdff !important;
	text-align: left;
	top: 0;
    left: 0;
	margin-top: 0.5em;
	
}

.details-input-tags {
	background: #ffffff !important;
	border-radius: 0.3em;
}

.details-exitbutton {
	float: right;
}

.details-buttonshidden .btn {
	display: none;
}
.details-buttonshidden input {	
	border-radius: 0.3em !important;
}

.details-card-disabled {
	pointer-events: none;
    opacity: 0.5;
}

.details-expander-container {
	    max-height: 5em;
    overflow: hidden;
}

.details-expander-button {
	    text-align: left;
		color: #00bcd4;
}

.details-editmessage {
	grid-column: 1 / -1;
	text-decoration: underline;
	font-weight: bold;
    color: #007bff;
	    cursor: pointer;
		text-align: left;
		font-size: 1.2em;
}

.galleryimage .title {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 800.1px){
	.filtercontainer{
		float:right; 
	}	
}

@media (max-width: 767.98px){	
	.masonry-columnwidth,
	.grid-item {
	  width: 48%;
	}

	.masonry-gutter {
	  width: 2%;
	}
}

@media (max-width: 430px){	
	.masonry-columnwidth,
	.grid-item {
	  width: 100%;
	}

	.masonry-gutter {
	  width: 0;
	}
}




.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299;
}

.resp-sharing-button--vk:hover
.resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c;
}

