/* Color settings */
:root {
	--builtt-green: #99C21D;
	--builtt-yellow: #FFA500;
	--builtt-green-txt: #83A262;
	--builtt-yellow-txt: #FFC000;
}

@font-face {
	font-family: 'Yantramanav';
	src: url('/src/fonts/Yantramanav-Regular.ttf') format('truetype');
}

#page-logo {
	background-color: transparent;
	background-image: url("/img/logo_short.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	display: inline-block;
	height: 31px;
	width: 45px;
	position: absolute;
	left: 5px;
	top: 5px;
	margin: 5px;
}

#navbarNav {
	margin-left: 35px;
}

body {
	margin: 0;
	}

p, h1, h2, h3, h4, label, th, td, button, legend {
	color: #555; //#83A262;
}
a {
	background-color: transparent;
	color: #444;
	text-decoration: none;
}
a:hover {
	/* background-color: transparent; */
	color: #444;
}
button:disabled {
    cursor: not-allowed;
}
div.bg {
	/* background-image: url(/img/bg.jpg); */
	/* background-attachment: fixed; */
	/* background-size: 200%; */
	background-color: #ededed; /*#ededed;#f5f5f5f;*/
}

div.pageHeader {
	background-color: #131e29;
	margin: 0;
	padding: 5px;
	height: 73px;
}
div.pageNavbar {
	margin: 5px 0px 5px 5px;
	padding: 5px 10px 10px 10px;
}
div.pageContent {
	padding: 5px 10px 10px 10px;
}
div.pageContent.full{
	margin: 5px;
}
div.pageContent.center{
	margin: 5px 0px 5px 5px;
}
b.archive {
	color: #f00;
}
b.master_admin {
	color: #006400;
}
table.sticky {
	position: relative;
}
table.sticky thead th {
	position: sticky;
	top: -3px;
	z-index: 1;
}

.builttheader {
	background-color: #131e29;
	height: 50px;
	margin: 0;
	padding: 10px;
	// position: fixed;
	width: 100%;
}
.builttheader p, h2 {
	color: #aaa;
}

.builttbtn {
	background-color:  #83A262 !important;
	color: #fff !important;
}
.builttBox {
	background-color: white;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
	padding: 15px;
	overflow: auto;
}
.sbox {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	padding:2px;
	position:absolute;
	width:100px;
	z-index:5;
}
.closebtn {
	color: #555; //#83A262;
	font-size: 30px;
	margin-left: 50px;
	position: absolute;
	right: 15px;
	top: 5px;
	text-decoration: none;
}
.form-control::placeholder {
	color: #999;
}
.pageContent.hotel {
	background-image: linear-gradient(#fff, #ccc);
	border: 1px solid #d5d5d5;
	margin: 5px;
	padding: 3px;
}
.right {
	margin-left: 0 !important;
}

/* prevent overflow outside of container */
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*** builtt switch **********************************************************************/
.builttswitch {
	position: relative; width: 75px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.builttswitch-checkbox {
	display: none;
}
.builttswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 2px solid #EEEEEE; border-radius: 20px;
}
.builttswitch-inner {
	display: block; width: 200%; margin-left: -97%;
	transition: margin 0.3s ease-in 0s;
}
.builttswitch-inner:before, .builttswitch-inner:after {
	display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
	font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
	background-color: #EEEEEE;
}
.builttswitch-inner:before {
	content: "ON";
	padding-left: 10px;
	color: #99C21D;
}
.builttswitch-inner:after {
	content: "OFF";
	padding-right: 10px;
	color: #FFA500;
	text-align: right;
}
.builttswitch-switch {
	display: block; width: 28px; height: 28px; margin: 5px;
	background: #FFA500;
	position: absolute; top: -2px; bottom: 0;
	right: 39px;
	border: 0px solid; border-radius: 20px;
	transition: all 0.3s ease-in 0s;
	box-shadow: 0 6px 12px 0px #757575;
}
.builttswitch-checkbox:checked + .builttswitch-label .builttswitch-inner {
	margin-left: 0;
}
.builttswitch-checkbox:checked + .builttswitch-label .builttswitch-switch {
	right: -2px; 
	background-color: #99C21D;
}
/*** builtt switch end ******************************************************************/

.builtthide {
	visibility: hidden;
}

/*** builtt table ***********************************************************************/
.builtt-table {
	background-color: transparent;
	border: 1px solid gainsboro;
	border-collapse: collapse;
	width: 100%;
}
.builtt-table > thead > tr > th, .builtt-table > tbody > tr > td {
	border: 1px solid gainsboro;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.builtt-table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid gainsboro;
}
.builtt-table > tbody > tr > td > form > input, .builtt-table > tbody > tr > td > form > textarea {
	/* background-color: transparent; */
}
.builtt-table > tbody > tr > td > p {
	margin: 5px;
}
.builtt-table > tbody > tr > td {
	padding: 3px;
	width: auto;
}
.builtt-table > tbody > tr > td > button {
	border: 0;
}
.builtt-table > tbody > tr > td > input {
	border: 0;
	box-shadow: none;
	float: left;
	-webkit-box-shadow: none;
}
.builtt-form-control {
	background-color: transparent;
	width: 100%;
	height: 34px;
}

		/* button { */
			/* border: 0 !important; */
		/* } */
		/* td { */
			/* padding: 3px !important; */
			/* width: auto; */
		/* } */
		/* input { */
		/* } */
		/* td span { */
			/* display: none !important; */
		/* } */


.builtt-table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f9f9f9;
}
/*** builtt table end *******************************************************************/

.header {
	overflow: hidden;
}

.mark {
	font-weight: bold;
}
.msgtable {
	width:100%;
	border-radius: 10px;
	border: 1px solid gainsboro;
	border-collapse: separate;
	margin-bottom: 10px;
	background-color:#eee;
}
.msgtd {
	padding: 10px;
	vertical-align: top;
}
.auto {
	overflow: auto;
}
.inactive {
	color: #bbb;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color: #cdcdcd;
	border-color: #cdcdcd;
}
.circular {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-user-select: none;
	// overflow: hidden; /* Für Image-Element Variante */
}
.standardbild {
	background: url('/img/person_yellow.png') no-repeat;
	background-size: 50px 50px;
}
.own {
	background-color:#F5ECCE;
}
.sort form {
	margin: 0;
}
.sort input {
	border: 0 !important;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
	width: auto;
}
.sort textarea {
	border: 0 !important;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
	width: auto;
	max-width: 200px;
}
.toast {
	position: absolute;
	bottom: 0;
	right: 20px;
	margin: 45px;
}
.builtt_toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.user {
	color: #777;
	float: right;
	height: auto;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	position: relative;
	right: 0;
	top: 0;
	width: auto;
}
.toolbox-navbar {
	background: transparent;
	border: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
	background-color: #131e29; //rgba(131, 162, 98, 1);
}

.nav-pills > li > a, .nav-pills > li > a:hover {
	color: #131e29; //rgba(131, 162, 98, 1);
}

/*** navbar *************************************************************************************************************/
.navbar {
	min-height: 0;
	margin-bottom: 5px;
	padding: 0;
	background-color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
	/* color: rgb(19, 17, 17); */
}
.navbar-light .navbar-nav .nav-link:hover {
	background-color: #eee;
	border-radius: 2px;
}
.navbar-nav {
	border-bottom: 1px solid #ddd;
}
/*** navbar *************************************************************************************************************/

.row-margin {
	margin-top: 5px;
	margin-bottom: 5px
}
.margin-zero {
	margin: 0;
}

.weg {
	display: none !important;
}

.div_logout {
	position: absolute;
	right: 10px;
	top: 5px;
}
.mobile {
	display: none;
}

#btnNavOpen {
	font-size:30px;
	cursor:pointer;
	display:none;
	position:absolute;
	left:10px;
	top:50%;
	z-index:1;

	display: none;
}
#main_panel, #right_panel {
	padding: 0px;
	transition: all 0.5s;
	overflow: hidden;
}
#builtt_nav {
	width: 16.66666667%;
	/* display: block; */
}
#main_panel {
	width: 83.33333333%;
}

@media screen and (max-width: 1140px) {
	body {
		font-size: 0.9rem;
	}
	#builtt_nav {
		/* width: 0; */
		display: none;
	}
	#main_panel {
		width: 100%;
	}
	#btnNavOpen {
		display: block;
	}

	.m0 {
		display: none;
	}
}

/* smartphone */
@media screen and (max-width: 640px) {
	body {
		font-size: 0.7rem;
	}
	.form-control {
		/* font-size: 1rem; */
		height: calc(1rem + 2px);
		padding: 0rem .4rem;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 5px;
		padding-right: 5px;
	}
	.files {
		padding: 5px important;
	}
	.material-icons {
		font-size: 10px;
	}
	#btnSearch {
		padding: .1rem.2rem important;
	}
}

/*** material-icons *********************************************************************************************************/
.material-icons {
	vertical-align: middle;
}

 /* Rules for sizing the icon. */
.material-icons.md-18 {font-size: 18px;}
.material-icons.md-24 {font-size: 24px;}
.material-icons.md-36 {font-size: 36px;}
.material-icons.md-48 {font-size: 48px;}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {color: rgba(0, 0, 0, 0.54);}
.material-icons.md-dark.md-inactive {color: rgba(0, 0, 0, 0.26);}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {color: rgba(255, 255, 255, 1);}
.material-icons.md-light.md-inactive {color: rgba(255, 255, 255, 0.3);}
/*** material-icons *********************************************************************************************************/