/* CSS Document */
.reklamation-staff h2{
	font-size:20px;
}
.td-success .form-control{
	border-color:#5dbd5d !important;
}
.td-fail .form-control{
	border-color:#ee4646 !important;
}
.td-bg-success{
	color:#45b545;
}
.td-bg-fail{
	color:#d25f5f;
}
.dashboard-form {
	width:100%;
	max-width:400px;
	margin:auto;
	padding: 20% 0%;
}
.pdf-img img {
	width:100%;
	max-width:200px;
}
.pdf-img {
	float:left;
	margin-right:10px;
}
.pdf-img .doc-thumb{
	position:relative;
	padding:15px;
	border: 5px solid #e9e9e9;
}
.pdf-img .doc-thumb:before {
	position: absolute;
	content: "";
	border: 10px solid transparent;
    border-right-color: transparent;
	left: -20px;
	border-right-color: #e9e9e9;
	top: -4px;
}
.pdf-docs .doc {
	position:relative;
	margin:0px 10px !important;
	margin-bottom:5px !important;
}
.pdf-docs .doc:before {
	position: absolute;
	content: "";
	border: 10px solid transparent;
    border-right-color: transparent;
	left: -20px;
	border-right-color: #f0f0f0;
	top: 0px;
}
:root {
	--main-color: #716aca;
}
.login-logo {
	display:block;
	width:100%;
	margin:50px 0px;
}
.login-logo img {
	max-width:150px;
	width:100%;
	margin:auto;
	display:block;
}
.spacing {
	letter-spacing:2px;
}
* {
	outline:none !important;
}
a {
	color: #777;
}
a:hover {
	text-decoration:none;
	color:var(--main-color);
}
.screen {
	min-height:100vh;
	height:auto;
	background-size:cover;
}
.main-form {
	width:100%;
	max-width:350px;
	margin:auto;
	padding:25px;
	background:#fff;
	border-radius:3px;
	margin-top:80px;
}
.main-form h2 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
.font-2, .error, .success {
	font-family: 'Inconsolata', monospace;
}
.error {
	color:#ce4848;
	padding:10px 0px;
	display:block;
}
.error::before {
    content: "\e006";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
    right: 2px;
}
.success {
	padding:10px 0px;
	color:#489d48;
	display:block;
}
.success::before {
    content: "\ed92";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
    right: 2px;
}
.success, .error {
	position:relative;
}
.closer::before{
	content: "\ef34";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
    right: 2px;
	cursor:pointer;
	background: #ce4848;
	left: 3px;
	color: #fff !important;
	border-radius: 50%;
}
.closer {
	display:inline;
}
body {
	background:#fff;
	color:#797b83;
	overflow-x:hidden;
}
.my-label::before {
    content: "\edb2";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
    right: 2px;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  height: 22px;
}
.lds-ellipsis div {
  position: absolute;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--main-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.credit {
text-align: center;
padding: 50px 0px;
float: left;
width: 100%;
}
.left-side {
	width:350px;
	padding:25px;
	position:fixed;
	left:0;
	bottom:0;
	top:0;
	background: #f9f9f9;
	overflow:hidden;
	border-right:1px solid #f0f0f0;
	box-shadow: 5px 0px 15px rgba(0, 0, 1, 0.09);
}
.left-side:hover {
	overflow:auto;
}
.logo {
	margin-bottom: 30px;
	position:relative;
	left:0;
	right:0;
}
.logo img {
	width:100%;
	max-width:120px;
	display:block;
	padding:5px 0px;
}
.menu a {
display: block;
font-size: 16px;
color: #777;
padding: 13px;
background: transparent;
width: 100%;
margin-top: 5px;
position: relative;
transition: all ease .3s;
-webkit-transition: background ease .3s;
}
.menu span {
	margin-right: 25px;
}
.menu a:hover {
	color: var(--main-color);
}
.second-menu h1 {
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:15px;
	color:#999;
}
.second-menu h1 span {
	float:right;
}
.second-menu {
	margin: 30px 0px;
}
.settings-page {
	margin-top: 10px;
	width:100%;
	padding:15px;
	background: #eaeaea;
	border-radius:25px;
}
.settings-page a {
	color:#848484;
}
.settings-page i {
	margin-right:25px;
}
.settings-page .form-control {
	margin-top :10px;
}
.right-side {
	margin-left:350px;
}
.top-bar {
	padding:0px 25px;
	width:100%;
	background-color: #f9f9f9;
}
.top-bar .block {
	padding:5px 10px;
	margin-right:15px;
	border-radius:25px;
	background:#ececec;
}
.top-bar .heading {
	font-size:22px;
	text-transform:uppercase;
	margin-top:30px;
	font-weight:bold;
	border:none;
}
.credit-white .credit{
	color:#797b83; !important;
	text-align:center;
}
.padding {
	padding: 3%;
}
.headline {
	font-size:20px;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom:15px;
}
.seperator {
	height:25px;
	display:block;
	width:100%;
}
.hr {
	border-top:1px solid #000;
}
.no-wrap {
	white-space:nowrap;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    /* 20px */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
	
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.form-2 textarea{
	border-radius:3px !important;
}
.thumb img {
	max-width: 100px;
	width:100%;
	display:block;
}
.pag {
	text-align:center !important;
}
.center{
	color:#fff !important;
}
.reklamation {
	position:relative;
	padding:80px 30px 50px 30px;
}
.reklamation h2, .reklamation-admin h2 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:20px;
}
.reklamation-admin {
	position:relative;
}
textarea {
	border-radius:5px !important;
	max-height: 50px;
}
.login {
	background:#f7f7f7;
	min-height:100vh;
}
.user-info {
	display:block;
}
.user-info h3 {
	font-size: 18px;
	font-weight:bold;
}
.user-info span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: var(--main-color);
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	position:relative;
}
.user-info span:after {
	content:"";
	position:absolute;
	right: -17px;
	border:10px solid transparent;
	border-left-color: var(--main-color);
	top:10px;
}
.heading {
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	border-bottom: 2px solid #ededed;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.btn {
	margin-right: 5px;
}
.text-custom {
	color:var(--main-color);
}
.modal-body h2{
	font-weight:bold;
	font-size:16px;
}
.homepage {
	padding: 25% 0%;
	text-align:center;
}
.homepage h1 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:30px;
	padding-bottom:10px;
}
.rek h2 {
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}
.rek {
	padding: 35% 5%;
}
.gradient {
background: #42275a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #734b6d, #42275a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #734b6d, #42275a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.padd-extra {
	padding: 2% 30% !important;
}
.doc-thumb {
	width:100px;
	height:80px;
	float: left;
	margin: 2px;
	border-radius: 3px;
	position:relative;
}
.doc-thumb .admin-remove {
position: absolute;
bottom: 6px;
background: #d94444;
color: #fff;
width: 30px;
text-align: center;
opacity: 1;
cursor: pointer;
padding: 2px;
border-radius: 3px;
}
.img-close:before {
	content: "\efb9";
    font-family: 'icomoon' !important;
    speak: none;
        font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: #ce4848;
    color: #fff !important;
    border-radius: 2px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
}
.doc {
border: 1px solid #ddd;
padding: 3px 5px;
border-radius: 3px;
margin: 5px 0px;
position: relative;
background: #f0f0f0;
display: inline-block;
padding-right: 30px;
margin-right: 5px;
}
.doc .admin-remove {
position: absolute;
bottom: 0;
background: #d94444;
color: #fff;
width: 30px;
text-align: center;
opacity: 0.8;
cursor: pointer;
top: 0;
right: -3px;
border-radius: 3px;
line-height: 24px;
}
.remover:before {
	content: "\efb9";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0px;
	right: 0px;
	cursor: pointer;
	background: #ce4848;
	color: #fff !important;
	border-radius: 2px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 23px;
}
.reklamation h1 {
	padding:20px;
	background:#999;
	color:#fff;
}
.input-width .form-control {
	min-width:80px;
	max-height: 30px;
}
.filter-bar {
	width:100%;
	max-width:200px;
}
.activate {
	background: var(--main-color) !important;
}
.status {
	padding: 5px 15px;
	border-radius:30px;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
}
.confirm {
	background:#57b657;
}
.pending {
	background:var(--main-color);
}
.cancel {
	background:#cc6262;
}
.action-btn {
	float:right;
	padding-bottom:15px;
}
.modal-body h3 {
	font-size:16px;
}
.manage-page {
	padding: 30px 0px;
}
.manage-buttons {
	margin-top:30px;
	text-align:center;
}
.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius:2px;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: var(--main-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.users-1d {
	overflow:hidden;
	background:#f7f7f7;
	padding:15px;
	margin:3px;
	border-radius:3px;
	min-height:100px;
}
.carousel-hr {
	border-top: 2px solid #f4f4f4;
max-width: 300px;
}
.large-textarea {
	max-height:300px;
}
.carousel h1 {
	font-size:22px;
}
.carousel h2 {
	font-size:18px;
}
.log {
	    background: #f7f7f7;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
}
.sidebar h2 {
	font-size:16px;
}
.sidebar {
	border-left:3px solid #f4f4f4;
}
.sidebar-content {
	margin-bottom: 25px;
}
.category {
	font-size:12px;
	display:inline-block;
	padding:2px 5px;
	margin:2px;
	color:#fff;
	border-radius:3px;
}
.cat-btn{
	background:transparent;
	color:#fff;
	border:none;
	cursor:pointer;
}
.xl-textarea {
	min-height:200px;
}
.paginate {
	padding: 10px 0px;
	text-align:center;
}
.suggest {
	box-shadow: 0px 0px 3px
rgba(0,0,0,0.1);
padding: 15px;
background:
#fff;
position: absolute;
top: 68px;
width: auto;
z-index: 100;
	border-radius: 10px;
}
.suggest li {
	list-style: none;
	cursor: pointer;
}