body {
  font-family: "Open sans",sans-serif !important;
}

.my-custom-scrollbar {
position: relative;
height: 400px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}
:root {
  --avatar-size: 40px;
}
.circle {
  border-radius: 50%;
  height: var(--avatar-size);
  text-align: center;
  width: var(--avatar-size);
}
.initials {
  font-size: calc(var(--avatar-size) / 2.4);
/*  font-family: sans-serif; */
  color: white;
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 4);
}
.circle-img {
  border-radius: 50%;
}
/* mark js */
td mark {
  padding: 0;
  background: #f1c40f;
}
span.initials mark {
  background: none;
}

/* modal popup */
.modal-header .initials {
	top: calc(var(--avatar-size) / 5.6);
}


button.close:focus, button.close:active:focus{
    outline:none;
    box-shadow:none;
}

/* datatables custom */
#dtBasicExample td{
	vertical-align: middle;
}
#dtBasicExample_wrapper {
/*        width: 100%; */
}

#dtBasicExample {
	width: 1100px !important;
}
#dtBasicExample_wrapper .dataTables_scrollHead {
	width: 100%;
}
.dataTables_info{
	font-size: 0.8em;
}

#kontakty-brand{
	color: #333;
	font-size: 1.1rem;
}
#kontakty-brand:hover{
	color: #ec6707;
}
#kontakty-brand span{
	padding-left: 3px;
}

/* logowanie */
.login-page{
	background: #fff;
}
h1.title{
	color: #f36f23;
	font-size: 3rem;
	font-weight: bold;
}
.login-other, .login-other:hover, .login-other:active, .login-other:disabled, .login-other:focus, .login-other:visited{
	text-transform: inherit;
	color: #666 !important;
	outline: none;
	text-decoration: none;
	padding: 0;
}
.btn-login-other{
	text-transform: inherit;
        color: #777;
	border: 3px solid #22b14c;
	border-radius: 0;
	font-size: 0.85rem;
	font-weight: bold;
	box-shadow: 0;
	width: 188px;
	padding: 0.7rem 3rem;
}
.login-logo{
	max-width: 98%;
	height: auto;
}
.login-page input.form-control{
	background: #f1f3f4;
	margin-bottom: 0.5rem !important;
	border: none;
	border-radius: 0.4rem !important;
	text-align: center;
	padding: 8px 12px;
	font-size: 0.8rem;
}
