body {
	font-family: 'Open Sans', sans-serif;
	background-color:#282828;
}

body.login {
	background-color:#4496C2;
}

.divider {
	border-top:1px solid rgba(255,255,255,.2);
}


.w100 {
	width: 100%;
}

div.login-white {
	background-color:#fff;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.49);
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.49);
}

a.btn.btn-sm {
	margin:0px;
}

.section {
	text-align:left;
	color:#e8e8e8;
}

.btn-block {
	text-align:left;
}

.section a {
	color:#e8e8e8;
}

.modalButtons {
	text-align:right;
}

.modal-title {
	color: rgb(33,37,41);
}

.custom-control-r {
	width:100%;
	height:50px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
}

.custom-control-label-r {
	width: 100%;
	height:100%;
	border-width: 5px;
	border-radius:5px;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	transition: width 0.3s, height 0.3s, background-color 0.2s;
	-webkit-transition: width 0.3s, height 0.3s, background-color 0.2s;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.label-yes {
	background-color:#4c9940;
}

.label-yes:hover {
	background-color:#428238;
}

.custom-control-input:focus+.label-yes {
	box-shadow: 0 0 0 0.2rem rgba(72,180,97,0.5);
	outline:none;
}

.label-no {
	background-color:#D5535D;
}

.label-no:hover {
	background-color:#b54851;
}

.custom-control-input:focus+.label-no {
	box-shadow: 0 0 0 0.2rem rgba(181, 100, 106,0.5);
	outline:none;
}

.label-abstain {
	background-color:#bf9c3b;
}

.label-abstain:hover {
	background-color:#9c8035;
}

.custom-control-input:focus+.label-abstain {
	box-shadow: 0 0 0 0.2rem rgba(168, 146, 84,0.5);
	outline:none;
}

.label-span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.custom-radio .custom-control-input:checked~.custom-control-label-r {
	width:98%;
	height:43px;
}

.custom-control-label-r::after {
	display:none;
}

.custom-control-label-r::before {
	display:none;
}

.custom-control-input:checked~.custom-control-label-c::before {
	border-color:#4496C2;
	background-color:#4496C2;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label-c::before {
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(68, 150, 194, 0.5);
}

.custom-control-input:disabled~.custom-control-label-c::before {
	background-color: rgba(192, 192, 192, 0.5);
	border-color: rgba(192, 192, 192, 0.5);
}

.custom-control-label-c::before {
	border-width:0px;
}

.custom-control-input:checked~.custom-control-label-s::before {
	background-color:#4496C2;
	border-color:#4496C2;
}

h4 {
	overflow:visible;
	padding-bottom: 3px;
	font-weight: 300;
	hyphens:auto;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #1f1f1f;
	color: gray;
	text-align: center;
	font-size: 14px;
}

@media (max-width: 767px) {
	.footer {
		position:relative;
	}
}

hr {
	border-top: 1px solid rgba(255,255,255,0.2);
}

.archiwizuj {
	text-align:right;
}

.edytuj {
	text-align:center;
}

small.form-text {
	text-align:center;
}

.users-table {
	overflow-y:auto;
	display:table;
}

/*@media (max-width: 767px) {
	.users-table {
		display:block;
	}
}*/

.users-div {
	overflow-y:auto;
}

btn-primary {
	background-color: #4496C2;
	border-color: #4496C2;
}

btn-primary:hover {
	background-color: #3980A0;
	border-color: #3980A0;
}

btn-primary:active {
	background-color: #3980A0;
	border-color: #3980A0;
}

a.btn-primary {
	background-color: #4496C2;
	border-color: #4496C2;
}

a.btn-primary:hover {
	background-color: #3980A0;
	border-color: #3980A0;
}

a.btn-primary:active {
	background-color: #3980A0;
	border-color: #3980A0;
}

button.btn-primary {
	background-color: #4496C2;
	border-color: #4496C2;
}

button.btn-primary:hover {
	background-color: #3980A0;
	border-color: #3980A0;
}

button.btn-primary:active {
	background-color: #3980A0;
	border-color: #3980A0;
}

input.btn-primary {
	background-color: #4496C2;
	border-color: #4496C2;
}

input.btn-primary:disabled {
	background-color: #4496C2;
	border-color: #4496C2;
}

a.btn-primary.disabled {
	background-color: #4496C2;
	border-color: #4496C2;
	color: white;
}

input.btn-primary:hover:not(:disabled) {
	background-color: #3980A0;
	border-color: #3980A0;
}

input.btn-primary:active:not(:disabled) {
	background-color: #3980A0;
	border-color: #3980A0;
}

.votebutton {
	height:50px;
	min-width: 75%;
}

.voteform {
	text-align:center;
}

.svg {
	width: 100% \9;
}

.badge {
	cursor:default;
}

.vote-italic {
	font-style: italic;
	color: #bbb;
	text-shadow: #000 1px 1px 0;
}

.vote-info-yes {
	font-weight: bold;
	text-shadow: #000 1px 1px 0;
	color: #4c9940;
}

.vote-info-no {
	font-weight: bold;
	text-shadow: #000 1px 1px 0;
	color: #D5535D;
}

.vote-info-abstain {
	font-weight: bold;
	text-shadow: #000 1px 1px 0;
	color: #bf9c3b;
}

.dropdown-item:active {
	background-color: #3980A0;
}

.bg-primary2 {
	background-color: #4496C2;
}

/*.tools {
	border-right: 1px solid gray;
	margin-top:20px;
	margin-bottom:20px;
}*/

.badge-danger {
	background-color: #D5535D;
}

.badge-primary {
	background-color: #4496c2;
}

.badge-success {
	background-color: #4c9940;
}

.badge-warning {
	background-color: #bf9c3b;
}

textarea {
	resize: none;
}

.content {
	margin-top:20px;
	margin-bottom:20px;
}

td {
	padding-right:10px;
	padding-left:10px;
}

table tr{
	border-top: 1px solid rgba(255,255,255,0.1);
	height:54px;
}

a.btn {
	margin-top:7px;
	margin-bottom:7px;
}

table tr:first-child {
  border-top: 0;
}

/*.bg-primary {
	color:white;
}

.bg-primary a {
	color:white;
}*/

.navbar {
	font-size: 14px;
	padding-top:0;
	padding-bottom:0;
}

.navbar-toggler {
	padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 6px;
    padding-left: 6px;
}

a.link-404 {
	text-decoration: underline;
}

.tooltip-span {
	outline:none;
}

.gray {
	color: gray;
}

a.gray {
	color: gray;
}

.h4-arch {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.pagination a {
	color: black;
}

.page-item.active .page-link {
	background-color: #4496C2;
	border-color: #4496C2;
}

.page-link:hover {
	color: #4496C2;
}