/* Button Styles
---------------------------------------- */

.button {
	display: inline-block;
	padding: 3px 6px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.button:focus,
.button:hover {
 	text-decoration: none;
 	outline: none;
}

.caret {
	border-left: 1px solid;
	position: relative;
	right: -6px;
}

.caret i {
	vertical-align: top;
}

/* #poll_modal_btn:not(.can_vote)::after {
  content: "\f00c";
  color: #445a27;
  font-family: fontawesome;
  padding: 0 2px;
} */

/* fixed tools */

.fixed-tools {
	bottom: 75px;
	position: fixed;
    right: calc(50% - 706px);
	width: 30px;
    z-index: 9;
}

.fixed-tools .league-table-btn a {
	background-size: cover;
	height: 30px;
	width: 30px;
}

/* Back to top of page */
.back2top {
	clear: both;
	position: relative;
}

.back2top .top {
	transform: translate3d(0,0,0);
}

.back2top .fa-chevron-circle-up {
    font-size: 34px;
    width: 28px;
    line-height: 18px;
    background: #fff;
    border-radius: 100px;
}

.fixed-tools-buttons .modal_btn_circle {
	border-radius: 50px;
}

.fixed-tools-buttons .modal_btn_circle i {
	width: 38px;
}

.back2top.league-table-btn a {
    background-color: white;
	border-radius: 50px;
}




#poll_modal_btn_circle {
	display: none;
}

#poll_modal_btn_circle.button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-radius: 100px;
}

#poll_modal_btn_circle .fa-bar-chart {
  padding: 0;
  margin: 0;
  line-height: 30px;
  display: inline;
}

/* Posting page styles
----------------------------------------*/
.button-search,
.button-search-end  {
	float: left;
	border-radius: 0;
	margin: 0;
	padding: 3px 5px;
}

.search-box #topic-search .inputbox {
	height: 26px;
}

.button-search-end {
	border-left-width: 0;
	border-radius: 0 4px 4px 0;
}

.search-header .button-search,
.search-header .button-search-end {
	border-top-width: 0;
	border-bottom-width: 0;
	padding: 6px;
}

.search-header .button-search-end {
	border-right-width: 0;
}

.button-icon-only {
	padding-left: 3px;
	padding-right: 3px;
}

.quotetitle input[type="button"] {
	font-size: 0.95em !important;
	line-height: 1em;
	border: none;
	padding: 0.3em 0.5em !important;
	width: auto !important;
	border-radius: 3px;
	font-weight: 700;
}

/* Poster contact icons
----------------------------------------*/
.contact-icons.dropdown-contents {
	min-width: 0;
	padding: 0;
	font-size: 0;
}

.contact-icon {
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}
.contact-icons a {
	border-bottom: 1px dotted;
	border-right: 1px dotted;
	display: block;
	float: left;
	padding: 8px;
}

.contact-icons .last-cell {
	border-right: none;
}

.contact-icons div:last-child a {
	border-bottom: none;
}

.contact-icons div {
	clear: left;
}

/* Post control buttons
--------------------------------------------- */
.post-buttons {
	float: right;
	list-style: none;
	margin-top: 2px;
	z-index: 1;
}

.has-profile .post-buttons {
	float: none;
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	z-index: 0;
}

.post-buttons > li {
	float: left;
	margin-left: 3px;
}

.post-buttons .button, .format-buttons .button {
	padding-left: 3px;
	padding-right: 3px;
}

.hastouch .post-buttons {
	/* margin-right: 10px; */
}

.post-buttons .button span {
	font-size: 0;
}

.post-reputation {
	height: inherit!important;
}

.button.post-reputation {
	padding: 3px 0px !important;
	width: 24px;
}

/* Responsive buttons in post body */
.post-buttons .dropdown {
	top: 18px;
}

.post-buttons .dropdown a {
	display: block;
	font-size: 1.2em;
	text-align: right;
}

.hasjs .postbody .post-buttons {
	max-width: 40%;
}

/* Browser-specific tweaks */
button::-moz-focus-inner {
	padding: 0;
	border: 0
}

/* Deprecated as of version 3.2
-------------------------------------------------*/
.small-icon {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
}

.dropdown .small-icon {
	background-position: 5px 50%;
	padding: 5px;
}

.small-icon > a {
	padding: 0 0 0 18px;
}

ul.linklist.bulletin > li.small-icon:before {
	display: none;
}

.dropdown .small-icon > a {
	display: block;
}

.rtl .small-icon {
	background-position: 100% 50%;
}

.rtl .small-icon > a {
	padding-left: 0;
	padding-right: 19px;
}

input[value="Ukryj"], input[value="Pokaż"] {
    margin-left: 4px !important;
}

.mask {
  background: black;
  color: black;
  transition-delay: 7s;
}

.mask > * {
	visibility: hidden;
	transition-delay: 7s;
}

.mask:active, .mask:active > * {
  background: none;
  color: inherit;
  transition-delay: 0s;
  visibility: visible;
}
