/*
Description:    Guestlist Tool for Kingstar GmbH
Author:         Die Agenturhuette
Author URI:     http://www.agenturhuette.de
Version:        1.0
*/

/* ################################################ IMPORT */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Teko&display=swap');

/* ################################################ Basics // Fonts */

body {
	padding: 0;
	margin: 0;
    background: #1b1c20;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    color: #fff;
}

h2,
td.backdoor-tab-titel,
input::placeholder,
.button-eintrag, .button-speichern, .button-download {
    font-family: 'Teko', sans-serif;
    font-weight: 300;
}

h2.guest {
    border-bottom: 2px solid #fc695b;
    margin-bottom: 20px !important;
}

h1,
h2 .kontingent {
	font-size:16px;
    color: #cb003b;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

h2 .kontingent {
    color: #fff;
    border-bottom: 2px solid #fc695b;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
}

.konti-break {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 2px solid #fff;
}

.konti-break:last-of-type {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

h3 {
	font-size:16px;
    color: #6ece9a;
    margin: 0;
}
 
h2,
.button-eintrag, .button-speichern, .button-download {
	font-size: 34px;
    text-transform: uppercase;
    margin: 0;
}

h2.head-back {
    margin-bottom: 20px;
}

a {
    color:#fff !important;
    font-weight: 300;
    text-decoration: none;
}

h2 a {
    font-weight: 300;
}

strong {
    font-weight: 700;
}

hr {
    border-top: 0.1% solid #cccccc;
}

ul {
    padding: 0;
}

/* Fehler */

.error {
	color:#fc695b;
}

/* ################################################ Login */

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-content {
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 5px;
    padding: 50px 20px 20px 20px;
}

fieldset{
    border: none;
}

legend h1 {
	font-size:22px;
    color: #242529;
    text-transform: uppercase;
    font-weight: 300;
}

.login-content input[type="text"], .login-content input[type="password"] {
	width: 82% !important;
	height: 40px !important;
	background: #e9e9e9 !important;
	border: none;
	color: #242529 !important;
	padding: 5px 20px;
	border-radius: 5px;
    font-size: 20px;
}

.login-content input.loginbutton {
	width: 99%;
	height: 50px !important;
	background: #da0d36;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.login-logo {
	position: absolute;
	max-width: 90px;
	margin-top: -95px;
	margin-left: -45px;
	left: 50%;
}

/* ################################################ Icons */

.fa-list {
	color:#00cf9b;
}
	
.fa-user-circle {
	color:#cb003b;
}
	
.fa-plus-circle,
.fa-download,
.fa-envelope {
	color: #000000;
	width: 20px !important;
	margin-left: 5px;
	vertical-align: sub;
}

.button-eintrag.mt .fa-plus-circle {
	vertical-align: middle;
	font-size: 20px;
}

.fa-download::before,
.fa-envelope::before {
	content: "\f019";
	font-size: 20px;
	vertical-align: text-top;
	margin-top: 3px;
	display: inline-block;
}
	
.backdoor-navi .fa-list, .backdoor-navi .fa-user-circle, .backdoor-navi .fa-download, .backdoor-navi .fa-plus-circle::before, .backdoor-navi .fa-cog {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}

.fa-users {
	color:#2c9fe3;
}
	
.fa-pencil-alt {
	color:#ffffff;
}

.fa-lock {
	color: #fc695b;
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -5px;
	margin-left: 5px;
}
	
.fa-lock-open {
	color:#00cf9b;
    font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -5px;
	margin-left: 5px;
}

.fa-times {
	color:#fc695b;
}

.backdoor-table.icons .fa-users, .backdoor-table.icons .fa-pencil-alt, .backdoor-table.icons .fa-lock, .backdoor-table.icons .fa-lock-open, .backdoor-table.icons .fa-times, .backdoor-table.icons .fa-times::before, .backdoor-table.icons .fa-list {
	font-size: 16px;
	margin-left: 10px;
}

/* kleine Icons */

.fa-calendar-alt {
	color:#00cf9b;
}

.fa-file-pdf {
	color:#00cf9b;
}
	
.stat-yes {
	color:#00cf9b;
}	

.stat-no {
	color:#fc695b;
}

.fa-star {
	color:#00cf9b;
}	

span.veranstaltung-info .fa-calendar-alt, .fa-user-plus, .fa-image, .fa-file-pdf::before {
	font-size:12px !important;
}

.veranstaltung-info .fa-list::before {
	font-size:12px !important;
}

.veranstaltung-info .fa-users::before {
	font-size:12px !important;
}

.gruppen-info .fa-list::before {
	font-size:12px !important;
}

span.span-icon {
    margin-right: 10px;
}

/* Guestlist Icons */
	
.list::before {
	font-size:12px !important;
}

.fa-search {
	color:#00cf9b;
}

.yesemail {
	color:#00cf9b;
}

.noemail {
	color:#fc695b;
}

.fa-cog {
	color:#00cf9b;
}	

.fa-arrow-alt-circle-down, .fa-cog::before {
	font-size:20px;
}
	
.fa-arrow-alt-circle-down {
	color:#000000;
}	
	
/* ################################################ Buttons */

.button-eintrag, .button-speichern, .button-download {
	padding: 10px 20px 5px 20px;
	background-color: #6ece9a;
	display: inline-block;
    margin-bottom: 20px;
}

.button-eintrag.mt {
    margin-top: 20px;
}

.button-eintrag {
	background-color: #6ece9a;
}

.button-speichern {
	background-color:#6ece9a;
}

.button-download {
	background-color:#fc695b;
}
	
/* ################################################ Backdoor  */

#backdoor-head {
    background: #242529;
    padding: 1% 3%;
    margin-bottom: 5%;
    overflow: auto;
}

div.backdoor-logo {
	float: left;
}

.backdoor-logo img {
    width: 100%;
	max-width: 370px;
	height: auto;
}

.backdoor-navi {
	float: right;
}

div.backoor-content {
	max-width: 100%;
	padding: 0 3%;
}

div.backdoor-table.block {
	clear: both;
	background: #242529;
	overflow: auto;
	margin-bottom: 10px;
	padding: 10px 20px;
}

div.backdoor-table.sperre-no,
td.sperre-no {
	border-left: 10px solid #00cf9b;
}

div.backdoor-table.sperre-yes,
td.sperre-yes {
	border-left: 10px solid #fc695b;
}

div.backdoor-table.infos {
    float: left;
}

div.backdoor-table.icons {
    float: right;
    margin-top: 2%;
}

#backdoor-footer {
	padding: 6% 3%;
}

.backdoor-navi li {
	display: flex;
	float: left;
	margin-left: 40px;
}

.backdoor-navi li:first-of-type {
	margin-left: 0px;
}

.backdoor-navi li a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

/* Backdoor Veranstaltung, Gruppen, Gästelisten */

table.backdoor-table{
	width:80%;
}

td.backdoor-tab-titel {
	width:85%;
	font-size: 34px;
    text-transform: uppercase;
}

.back {
	color:#666666;
}

img.icon {
	width:16px;
	height:auto;
}

img.icon-pdf {
	width:20px;
	height:auto;
}

img.icon-titel{
	width:16px;
	height:auto;
}

img.eintrag {
	width:2%;
	height:auto;
}

#fancybox-content {
	border: 0px solid #1b1c20;
}

.veranstaltung-content {
    padding: 20px;
}

p.pbig {
    font-size: 16px;
}

.veranstaltung-content hr {
    color: #cb003b;
}

input[type="text"], input[type="password"] {
	width: 100% !important;
	height: 40px !important;
	background: #242529 !important;
	border: none;
	color: #fff !important;
	padding: 5px 20px;
    font-size: 20px;
}

input::placeholder {
	text-transform: uppercase;
	font-size: 20px;
}

.jqte_editor, .jqte_source,
textarea {
	padding: 20px;
	background: #1b1c20 !important;
	min-height: 100px;
	max-height: 900px;
	overflow: auto;
	outline: none;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	resize: vertical;
	color: #ffffff !important;
}

body div.jqte,
textarea {
	border: #242529 10px solid;
	border-radius: 0 !important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0 !important;
	box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
}

.jqte {
	-moz-box-shadow: 0 0 3px #f00;
}

.editor {
	width:40%;
	height:80%;
}

.button {
	background-color:#1B6AC8;
	color:#ffffff;
	font-weight:600;
	text-decoration:none;
	padding-top:5.5px;
	padding-bottom:5.5px;
	margin-right:5px;
    border: 1px solid black;
	border-radius: 5px;
	font-size:13px;
	font-family: 'Cabin',sans-serif !important;
	padding-left:10px;
	padding-right:10px;
}

/* Content  */

.guest-navi {
    float: right; 
}

.guest-navi li {
    display: flex; 
    float: left; 
}

.guest-navi li a {
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
    color:#000000;
}

.guest-navi #li1 {
	width:150px;
}

.guest-navi #li2 {
	width:110px;
}

.guest-navi #li3 {
	width:120px;
}

/* Tabelle Guestlist */

.guestlist-header .button-eintrag, .guestlist-header .button-download,
.veranstaltung-content .button-eintrag {
    margin-right: 20px;
}

.guestlist-header h3 {
    margin-bottom: 10px;
}

.guestlist-header form#submitform {
    border-bottom: 2px solid #fc695b;
    padding-bottom: 20px;
}

.guestlist-header form.check-form label {
    margin-right: 10px;
    color: #ccc;
}

.guestlist-header form.check-form .span-search {
	margin-left: 40px;
	white-space: nowrap;
}

.guestlist-header form.check-form input.search {
	height: 20px !important;
	margin-left: 5px;
	width: 200px;
	color: #ccc;
	/*padding: 5px 10px;*/
	padding: 5px 20px !important;
	border: none;
	border-radius: 5px;
    background-color: #242529  !important;
    font-size: 20px;
}

input.search {
	height: 20px !important;
	margin-left: 5px;
	width: 200px !important;
	color: #ccc;
	/*padding: 5px 10px;*/
	padding: 5px 10px !important;
	border: none;
	border-radius: 5px;
    background-color: #242529  !important;
    font-size: 20px;
}


.fa-search {
	font-size: 16px;
}

.guestlist-header form {
    margin-bottom: 20px;
}

.guestlist-header select {
	background-color: #242529;
	color: #ccc;
	padding: 5px 10px;
	border: none;
	border-radius: 5px;
	margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==) !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
    cursor: pointer;
}

select::-ms-expand { 
    display: none; /* Standardpfeil im IE 10 und 11 entfernen */
}

.tablesorter {
    border-collapse: separate; 
    border-spacing: 0 5px !important;
    background: transparent !important;
}

.tablesorter th {
    border-right: 1px solid #37383f;
    border-bottom: none !important;
    color: #6ece9a !important;
    white-space: nowrap;
}

.tablesorter th:last-of-type {
    border-right: 0;
}

.tablesorter td {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px; !important;
    background: #242529 !important;
    border-right: 1px solid #37383f;
    white-space: nowrap;
}

.tablesorter tr td:last-of-type {
	border-right: none;
}

.tablesorter-filter-row {
    display:none;
}

.tablesorter td.icon a {
	margin-right: 5px;
}

.tablesorter td.icon a:last-of-type {
	margin-right: 0;
}
.tablesorter .fa-lock, .tablesorter .fa-lock-open {
	font-size: 12px;
    margin-left: 0;
}

div.div-ts-zusatz {
    margin-top: 20px;
	border-top: 2px solid #fc695b;
	padding-top: 20px;
}

.tablesorter.ts-zusatz {
    width: 25%;
}

.tablesorter.ts-zusatz td {
    padding: 4px;
    color: #ccc !important;
}

.tablesorter.ts-zusatz tr:first-of-type td {
    background: #000 !important;
    color: #6ece9a !important;
    font-size: 12px !important;
}

.tablesorter.ts-zusatz tr td:last-of-type {
	border-right: none;
}

/* ################################################ Mobiles */

@media screen and (max-width: 980px) {

    div.backdoor-table.infos {
        float: none;
    }

    div.backdoor-table.icons {
        float: none;
        margin-top: 2%;
    }
    
    .backdoor-table.icons .fa-users, .backdoor-table.icons .fa-pencil-alt, .backdoor-table.icons .fa-lock, .backdoor-table.icons .fa-lock-open, .backdoor-table.icons .fa-times, .backdoor-table.icons .fa-times::before, .backdoor-table.icons .fa-list {
        margin-left: 0;
        margin-right: 10px;
    }
    
}

@media screen and (max-width: 860px) {
    
   div.backdoor-logo, div.backdoor-navi, div.backdoor-table.infos, div.backdoor-table.icons {
        float: none;
    }
    
    div.backdoor-table.infos {
        margin-bottom: 10px;
    }
    
    span.span-icon:nth-child(5n)::after {
        content: "\A";
        white-space: pre;
    }
    
    .konti-break {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        display: block;
    }
    
}

@media screen and (max-width: 640px) {
    
    span.span-icon:nth-child(5n)::after {
        content: "";
    }
    
    span.span-icon:nth-child(3n)::after {
        content: "\A";
        white-space: pre;
    }
    
    .guestlist-header form.check-form .span-search {
        display: block;
        margin-left: 3px;
        margin-top: 10px;
    }
    
}

@media screen and (max-width: 420px) {
    
    span.span-icon:nth-child(3n)::after {
        content: "";
    }
    
    span.span-icon:nth-child(2n)::after {
        content: "\A";
        white-space: pre;
    }
    
}