/* 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');
}

body {margin: 0;}

p, h1, h2, h3, h4, label, th, td, button, legend {
	color: #83A262;
}
div.bg {
	/* background-image: url(/img/bg.jpg); */
	/* background-attachment: fixed; */
	/* background-size: 200%; */
	background-color: #ededed; /*#ededed;#f5f5f5f;*/
}

div.pageHeader {
	margin: 10px 10px 0px 10px;
	padding: 5px;
	height: 73px;
}
div.pageNavbar {
	margin: 10px 0px 10px 10px;
	padding: 15px;
	padding-top: 5px;
}
div.pageContent {
	padding: 15px;
	padding-top: 5px;
}
div.pageContent.full{
	margin: 10px;
}
div.pageContent.center{
	margin: 10px 0px 10px 10px;
}

.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;
}

/*** 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;
}
.mark {
	font-weight: bold;
}
.msgtable {
	width:100%;
	border-radius: 10px;
	border: 1px solid gainsboro;
	border-collapse: separate;
	margin-bottom: 10px;
	background-color:#eee;
}
.msgtd {
	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;
}
.out {
	display: none;
}
.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;
}
.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: rgba(131, 162, 98, 1);
}
	
.nav-pills > li > a, .nav-pills > li > a:hover 
{
	color: rgba(131, 162, 98, 1);
}

.row-margin
{
	margin-top: 5px;
	margin-bottom: 5px
}

.weg {
	display: none;
}
