@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Material Design Icons";
  src: url("../font/materialdesignicons-webfont.eot?v=7.1.96");
  src: url("../font/materialdesignicons-webfont.eot?#iefix&v=7.1.96") format("embedded-opentype"), url("../font/materialdesignicons-webfont.woff2?v=7.1.96") format("woff2"), url("../font/materialdesignicons-webfont.woff?v=7.1.96") format("woff"), url("../font/materialdesignicons-webfont.ttf?v=7.1.96") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../font/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../font/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../font/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../font/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../font/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../font/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	color: #111;
	background-color: #FFFFFF;
}
p {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	color: #111;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
}
hr {
	border: 0;
	height: 1px;
	background: #000;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.hor > li {
	display: inline-block;
    padding: 2px;
    margin: 0 1px 1px 0;
    border: 1px solid #aaa;
    font-size: 0.7em;
}

* {
    box-sizing: border-box;
}

.nb_cont .title {
	font-weight: bold;
	margin-bottom: 6px;
}
.nb_cont .content p {
	margin-bottom: 12px;
}
.nb_cont .content {
	
}
.nb_cont .footer {
	border-top: 1px solid #666;
	margin-bottom: 3px;
	font-size: 0.7em;
	color: #666;
	text-align: right;
}

:hover {
    transition: all 0.2s;
}

a {
	color:#222;
	text-decoration: underline;
}
a:visited {
	color:#222;
	text-decoration: underline;
}

.nodeco {
	text-decoration: none !important;
}
.hidden {
	display: none;
}
.hidden-desk {
	display: none;
}
.hidden-mob {
}

.highlight {
	font-size:1em;
	font-weight:bold;
	color:#000 !important;
}
.red-highlight, .red-highlight a {
	color: #DB0000 !important;
	font-weight: 700;
}
.yellow-highlight, .yellow-highlight a {
	color: #D0941A !important;
	font-weight: 700;
}
.green-highlight, .green-highlight a {
	color: #77B255 !important;
	font-weight: 700;
}
.lightgreen-highlight, .lightgreen-highlight a {
	color: #0F0 !important;
	font-weight: 700;
}
.small {
	font-size: 0.7em;
}
.uppercase {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.textoverflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.green {
	background-color: #C9FFAB !important;
}

.gr {
	color:#999;
}

.bg-rt {
	background-color: #F3A9A9 !important;
}
.bg-ge {
	background-color: #FFE697 !important;
}
.bg-gn {
	background-color: #C8FFA9 !important;
}
.bg-lin45 {
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #AAA4 3px, #AAA4 6px);
}

/*Notifications*/
.ntf {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px 30px;
	border-radius: 5px;
	margin: 0 0 6px 0;
	padding: 12px 5px 12px 48px;
}
.ntf-info {
	color: #005288;
	background-color: #AADDFF;
	background-image: url(../img/box_info.png);
	border: 1px solid #005288;
}
.ntf-load {
	color: #005288;
	background-color: #AADDFF;
	border: 1px solid #005288;
	padding: 12px 5px 12px 12px;
}
.ntf-load-only {
	width: 48px;
	/*background-color: #D0941A;*/
	padding: 12px 5px 12px 12px;
}
.ntf-warning {
	color: #8A6211;
	background-color: #FFE8B9;
	background-image: url(../img/box_warning.png);	
	border: 1px solid #8A6211;
}
.ntf-okay {
	color: #007E2B;
	background-color: #BCFFD3;
	background-image: url(../img/box_okay.png);	
	border: 1px solid #007E2B;
}
.ntf-error {
	color: #8C0000;
	background-color: #FF9696;
	background-image: url(../img/box_error.png);
	border: 1px solid #8C0000;
}
.ntf-ajax {
	
}
.ntf-load-only .loader1 {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #b12c19;
	width: 24px;
	height: 24px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
	display: inline-block;
	margin-right: 12px;
	vertical-align:middle;
}
.loader1 {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	width: 24px;
	height: 24px;
	-webkit-animation: spin 2s cubic-bezier(.46,.03,.52,.96) infinite; /* Safari */
	animation: spin 2s cubic-bezier(.46,.03,.52,.96) infinite;
	display: inline-block;
	margin-right: 12px;
	vertical-align:middle;
}


.ntf-load-only .loader {
	width: 48px;
	height: 48px;
	display: inline-block;
	margin-right: 12px;
	vertical-align:middle;
	background-image: url("../img/load.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.loader {
	width: 48px;
	height: 48px;
	display: inline-block;
	margin-right: 12px;
	vertical-align:middle;
	background-image: url("../img/load.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.loader1 + div {
	display:inline-block;
	vertical-align:middle;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.closebutton {
    margin: 0 12px 0 12px;
    color: #000;
    font-weight: bold;
    float: right;
    /*font-size: 22px;
    line-height: 18px;*/
    cursor: pointer;
    transition: 0.3s;
}
.closebutton:hover {
    color: #fff;
}
/**/

.error {
	color:#F00;
}

.nowrap {
	white-space:nowrap;
}
.noflexwrap {
	flex-wrap: nowrap !important;
}

.cp_buy li {
	color: #FFF !important;
	background-color: #588D3A;
	border: 1px solid #588D3A;
	border-radius: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 3px 0;
	padding-right: 3px;
}
.cp_buy li a {
	color: #FFF !important;
}
.cp_buy li a img {
	vertical-align: middle;
}
.cp_flexitem {
	max-width: 50%;
}

table.info, .info > td, table.liste, .liste > td {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	color: #111;
	/*text-align: left;*/
	vertical-align: top;
	border-spacing:0px;
	padding: 6px 0
}
.info > th, .liste > th {
	font-family: "Roboto", sans-serif;
	font-size: 1.1em;
	color: #111;
	font-weight: bold;
	/*text-align: left;*/
}

div.tabelle {
	overflow-x: auto;
	padding-bottom: 6px;
}
div.tabelle:last-child {
	overflow-x: auto;
	padding-bottom: 0;
}

table.info {
	width:100%;
	padding: 12px 12px;
	border: hidden;
}
table.info th {
	width: 33%;
	text-align:center;
	padding-bottom:6px;
}
table.info td {
	padding: 6px;
}

table.liste {
	width:100%;
}
table.liste th {
	font-family: "Roboto", sans-serif;
	/*font-size: 1em;*/
	color: #111;
	text-align: left;
	vertical-align: middle;
	border-spacing:0px;
	border-bottom: 2px black solid;
}
table.liste tr.divinline div {
	display:inline;
}

table.liste td {
	font-family: "Roboto", sans-serif;
	/*font-size: 1em;*/
	color: #111;
	text-align: left;
	vertical-align: middle !important;
	border-spacing:0px;
	border-bottom: 1px black solid;
	padding-left: 3px;
	padding-right: 6px;
}
table.liste tr.trnolink td {
	padding-top:6px;
	padding-bottom:6px;
}
table.liste tr.trlink td {
	padding-top:6px;
	padding-bottom:6px;
}
table.liste tr.trlink:hover {
	background-color:#FFF !important;
	cursor: pointer;
}
table.liste tr.trnolink td {
	padding-top:6px;
	padding-bottom:6px;
}
table.liste tr.mark {
	background-color: rgba(255,0,0,0.20);
}
.liste td.confirmation + td {
	padding-left: 6px !important;
}
.liste th.confirmation_th + th {
	padding-left: 6px !important;
}

tr.month {
	background-color: #DDD;
	text-transform: uppercase;
	font-size: 0.8em;
}
table.liste tr td a img {
	width:20px;
	height:20px;
	margin-right:2px;
}
td.right {
	text-align:right !important;
}

.confirmation_th {
	text-align: center !important;
}
.comment {
	font-size: 0.9em !important;
	margin-bottom: 0px !important;
}
.comment3 {
	color: #F00 !important;
	font-size: 0.9em !important;
	margin-bottom: 0px !important;
}
.action, .trainer, .pad {
	white-space: nowrap;
}
.action {
	text-align:right !important;
}
.confirmation {
	font-size: 1.9em !important;
	text-align: center !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	vertical-align: middle !important;
}
.ownconfirmation {
	background-color: #77B255 !important;
	color: #FFF !important;
}
.owncancellation {
	background-color: red !important;
	color: #FFF !important;
}


table.matrix {
	position: relative;
	/*border-collapse: collapse;
	text-align: center !important;*/
}

table.matrix > tbody tr td {
	font-weight: normal;
	text-align: center;
}
table.matrix > tbody tr td img {
	vertical-align: bottom;
}

table.matrix > thead th {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top: 0;
	background-color: rgba(255,255,255,0.90);
	font-size: 0.7em;
	color: #111;
	vertical-align: bottom;
	height: 100px;

}

table.matrix > thead th:first-child {
	writing-mode: unset;
	left: 0;
	z-index: 1;
	text-align: center !important;
}

table.matrix > thead th div {
	writing-mode: vertical-rl;
	transform: rotate(0deg);
	vertical-align: bottom;
	font-weight: normal;
	white-space: nowrap;
}

table.matrix > thead tr th img {
	padding: 0;
	margin: 0;
}

@supports (-ms-ime-align:auto) {
	table.matrix > thead th div {
		writing-mode: inherit !important;
	} 
}

table.matrix > tbody th:first-child {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	left: 0;
	background-color: rgba(255,255,255,0.90);
	padding: 6px;
	font-size: 0.7em;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}


.filter {
	display:inline-block;
	float:right;
	text-align:right;
	padding-bottom:12px;
}

.datetime {
	padding-left: 6px;
}

.padt {
    color: #FFF !important;
    background-color: #BAD8A9;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, #77B255 2px, #77B255 4px);
}
.pade2 {
    color: #FFF !important;
    background-color: #BAD8A9;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #77B255 2px, #77B255 4px);
}
.pad3 {
	background-color: #77B255;
	color: #FFF !important;
}
.pad2 {
	background-color: #77B255;
	color: #FFF !important;
	/*background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #FFCC00 2px, #FFCC00 4px);*/
}
.pad1 {
	background-color: #FC0 !important;
	color: #FFF !important;
}
.pad0 {
	background-color: #FF3300 !important;
	color: #FFF !important;
}
.padx {
}
.padx > div {
	background-color: #008CEA;
	color: #FFF !important;
	display: inline-block;
	margin: 2px 4px;
	padding: 7px;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}
.padx div div:nth-child(odd) {
	color: #FFF !important;
	display: block;
	font-size: 1.1em !important;
	text-align:center;
	padding:0;
}
.padx div div:nth-child(even) {
	color: #FFF !important;
	display: block;
	font-size: 0.4em !important;
	text-align:center;
	padding:0;
}
.pad_cats_main {
	display: flex;
	background-color: #AADDFF;
	color: #000 !important;
	margin: 12px;
	align-items: center;
	flex-flow: wrap;
}
.pad_cat1 {
	margin: 12px;	
	flex-grow: 2;
}
.pad_cat2 {
	margin: 12px;	
	flex-grow: 1;
	font-size: 1.8em;
	text-align:right;
}

.td_icon {
	text-align: center !important;
	width: 1% !important;
	white-space: nowrap;
}
.td_name {
	font-size: 1.1em;
}
.td_typ {
	font-size: 0.9em;
}
.td_hours {
	font-size: 1.3em !important;
	text-align: center !important;
}
.td_currency {
	text-align: right !important;
}

a.blink {
	text-decoration: none;
}

/*Buttons*/
.btn {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	color: white;
	display: inline-block;
	margin: 0 0 6px 0;	
	padding: 12px 12px;
	border: 1px solid;
	border-radius: 4px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	resize: vertical;
	cursor: pointer;
	-webkit-appearance: none;
}
.btn:disabled  {
	color: #EAEAEA !important;
	background-color: #969696 !important;
	cursor: not-allowed;
}
.btn-sm {
	padding: 6px 9px !important;
}
.btn-i {
	font-size: 1em;
	line-height: 44px;
	height: 45px;
	color: white;
	display: inline-flex;
	margin: 0 0 6px 0;
	border: 1px solid;
	border-radius: 4px;
	text-align: center;
	vertical-align: top;
	text-decoration: none !important;
	resize: vertical;
	cursor: pointer;
	-webkit-appearance: none;
	padding: 0 12px 0 6px;
}
.btn-i i {
	font-family: 'Material Design Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 44px;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	padding-right: 6px;
}
.btn-rnd {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	line-height: 46px;
	color: white;
	width: 48px;
	height: 48px;
	border: 1px solid;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	resize: vertical;
	cursor: pointer;
	-webkit-appearance: none;
}
.btn-rnd i {
	font-family: 'Material Design Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4em;
}
.btn-sngl {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	color: white;
	margin: 0 0 6px 0;
	padding: 12px 18px;
	border: 1px solid;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	resize: vertical;
	cursor: pointer;
	-webkit-appearance: none;
}
.btn-img {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	color: white;
	display: inline-block;
	margin: 0 0 6px 0;
	border: 1px solid;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	resize: vertical;
	cursor: pointer;
	-webkit-appearance: none;
}
.btn-img img {
	vertical-align: bottom;
	width: 42px;
	height: 42px;
}
.btn-img div {
	display: inline-block;
	line-height: 43px;
	padding: 0 12px 0 0;
}

.btn-wide {
	padding-left: 24px;
	padding-right: 24px;
}

.btn-gn {
	border-color: #77B255;
	background-color: #77B255;
}
.btn-gn-70 {
    border-color: #77B255;
    background-color: rgba(119,178,85,0.70);
}
.btn-ge {
	border-color: #D0941A;
	background-color: #D0941A;
}
.btn-rt {
	border-color: #b12c19;
	background-color: #b12c19;
}
.btn-gr {
	border-color: #565656;
	background-color: #8F8F8F;
}

.btn-gn:hover {
	background-color: #497033;
}
.btn-ge:hover {
	background-color: #A37312;
}
.btn-rt:hover {
	background-color: #962515;
}
.btn-gr:hover {
	background-color: #626262;
}

.btn-gn-sec {
	border-color: #77B255;
	color: #77B255;
}
.btn-ge-sec {
	border-color: #D0941A;
	color: #D0941A;
}
.btn-rt-sec {
	border-color: #b12c19;
	color: #b12c19;
}
.btn-gr-sec {
	border-color: #565656;
	color: #565656;
}

.btn-gn-sec:hover {
	color: #FFF;
	background-color: #497033;
}
.btn-ge-sec:hover {
	color: #FFF;
	background-color: #A37312;
}
.btn-rt-sec:hover {
	color: #FFF;
	background-color: #962515;
}
.btn-gr-sec:hover {
	color: #FFF;
	background-color: #626262;
}
.btn-abort {
	
}


.button {
	font-family: "Roboto", sans-serif;
	background-color: #77B255;
	color: white;
	margin-top: 6px;
	margin-bottom: 0px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	-webkit-appearance: none;
}
.button:disabled {
	background-color: #aaa;
	color: #777;
}

.navbutton {
	color: #FFF;
	display: inline-block;
	background-color: #D0941A;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding: 12px;
	margin: 0 0 6px 0;
	border: none;
	border-radius: 4px;
	resize: vertical;
	width: 90%;
}
.navbutton:hover {
	background: #FFCC00;
}
.nav {
	color: #FFF;
	margin: 5px 10px 5px 0px;
	padding: 5px;
	display: inline-block;
	background: #3399FF;
	border: 1px solid black;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

.container_navicon {
	display: flex;
  	flex-wrap: wrap;
	justify-content: flex-start;
}
.navicon {
	margin: 0 6px;
}
.navicon div:nth-child(1) {
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 6px 0;
	display: inline-block;
	padding: 0;
	border: none;
	border-radius: 4px;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;	
}
.navicon div:nth-child(1):hover {
    background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(91,91,91,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(91,91,91,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(91,91,91,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(0,0,0,1.00) 0%,rgba(91,91,91,1.00) 100%);
}
.navicon-gn div:nth-child(1) {
    background-image: -webkit-linear-gradient(90deg,rgba(67,103,46,1.00) 0%,rgba(119,178,85,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(67,103,46,1.00) 0%,rgba(119,178,85,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(67,103,46,1.00) 0%,rgba(119,178,85,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(67,103,46,1.00) 0%,rgba(119,178,85,1.00) 100%);
}
.navicon-ge div:nth-child(1) {
    background-image: -webkit-linear-gradient(90deg,rgba(224,161,32,1.00) 0%,rgba(208,148,26,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(224,161,32,1.00) 0%,rgba(208,148,26,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(224,161,32,1.00) 0%,rgba(208,148,26,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(224,161,32,1.00) 0%,rgba(208,148,26,1.00) 100%);
}
.navicon-rt div:nth-child(1) {
    background-image: -webkit-linear-gradient(90deg,rgba(138,0,0,1.00) 0%,rgba(179,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(138,0,0,1.00) 0%,rgba(179,0,0,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(138,0,0,1.00) 0%,rgba(179,0,0,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(138,0,0,1.00) 0%,rgba(179,0,0,1.00) 100%);
}
.navicon div img {
	border: 0;
	vertical-align: bottom;
	line-height: 64px;
}
.navicon a {
	text-decoration: none;
}
.navicon-w div:nth-child(2)  {
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	width: 70px;
}
.navicon-b div:nth-child(2)  {
	font-size: 0.8em;
	color: #000;
	text-align: center;
	width: 70px;
}
.subnav {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.name_pill li {
	float: left;
	font-size: 0.7em;
	padding: 1px 3px;
	margin: 1px 3px 1px 0;
	color: #FFF;
	border-color: #D0941A;
	background-color: #D0941A;
	border-radius: 3px;
}

a img {
	border:0px;
}

input, select {
	font-size:1em;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/select_arrow.svg) no-repeat;
	background-size: 1em;
	background-position: right 0.5em center;
}
select:hover {
	background: url(../img/select_darrow.svg) no-repeat;
	background-size: 1em;
	background-position: right 0.5em center;
	background-color: #FFF;
}

.titlebox {
	overflow: hidden;
	border-radius: 5px;
	background-color: #b12c19;
	padding: 12px;
	margin: 0 0 6px 0;	
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	z-index: 90;
}
.titlebox .title {
	flex-grow: 10;
}
.titlebox .title-s {
	display: none;
}
.titlebox .title a img {
	width: 10em;
	transition: 0.4s;
}
.title-scroll a img {
	width: 6em !important;
	transition: 0.4s;
}
.titlebox .login div span:nth-child(1) {
	font-size: 1em !important;
	color: #ddd;
	margin-top: 4px;
	text-transform: uppercase;
}
.titlebox .login div span:last-child {
	font-size: 0.9em !important;
	color: #ddd;
	margin-top: 4px;
	text-transform: uppercase;
}
.titlebox .login div {
	text-align: right; 
}
.titlebox .login div a {
	/*font-size: 0.9em !important;*/
	color: #ddd;
	text-transform: lowercase;
	text-decoration:none;
}
.titlebox-spacer {
	height: 0;
}
div.home {
	float:right;
	display:none;
}
.titlebox .title a {
	/*float: left;
	font-family: "Roboto", sans-serif;
	font-size: 2em;
	color: #FFF !important;
	text-align: left;
	text-shadow: #333 1px 1px 2px;
	font-weight: bold;
	text-decoration: none !important;*/
}
.titlebox .login p { 
	overflow:hidden;
	font-family: "Roboto", sans-serif;
	font-size: 0.9em;
	color: #555;
	text-align: right; /*text-shadow: #ccc 1px 1px 2px;*/;
	margin-top: 0px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.navham {
	display:none;
	cursor:pointer;
	/*float:right;*/
	z-index:100;
	transition: 0.4s;
}
.navham img {
	/*background-color: rgba(0,0,0,0.2);*/
	padding: 4px;
	border-radius: 4px;
	width: 42px;
	transition: 0.4s;
}
.navavatar {
	display:none;
	transition: 0.4s;
}
.navavatar img {
	border-radius: 50%;
	width: 42px;
	transition: 0.4s;
}
.nav-scroll img {
	width: 36px !important;
	transition: 0.4s;
}
.navavatar_big {
	display:inline;
	padding-left: 12px;
}
.navavatar_big img {
	border-radius: 50%;
	width: 64px;
}

.scrollup {
	display: none;
	position: fixed;
	cursor: pointer;
	bottom: 48px;
	right: 24px;
	z-index:91;
}
.scrollup img {
	background-color: rgba(0,0,0,0.4);
	padding: 4px;
	border-radius: 4px;
	width: 36px;
}

.gps {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 91;
}

input[type=text], input[type=password], input[type=date], input[type=time], input[type=email], input[type=tel], input[type=file], input[type=url], input[type=number], select, textarea {
	font-family: inherit;
	width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
	background-color: #FFF;
}

.filterform {
	width: calc(100% - 6px) !important;
	padding: 6px 18px 6px 6px !important;
	height: 2.5em !important;
	text-overflow: ellipsis;
	overflow: hidden;
}
.filterform_r {
	width: 100% !important;
	padding: 6px 18px 6px 6px !important;
	height: 2.5em !important;
	text-overflow: ellipsis;
	overflow: hidden;
}
.filterform_date {
	width: calc(50% - 4px) !important;
	padding: 6px !important;
	height: 2.5em !important;
}
.filterform_date2 {
	width: 50% !important;
	padding: 6px !important;
	height: 2.5em !important;
}
.filterform_button {
	width: 100% !important;
	padding: 0 !important;
	height: 2.5em !important;
	margin: 6px 0 0 0 !important;
	background-color: #999 !important;
}

.rdgrp input[type=radio] {
	position: absolute;
	visibility: hidden;
	display: none;
}
.rdgrp label {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	background: #FFF;
}
.rdgrp  input[type=radio]:checked + label {
	color: #FFF !important;
	background: #D0941A;
}
.rdgrp  input[type=radio]:disabled + label {
	color: #CCC;
	cursor: not-allowed;
}
.rdgrp  input[type=radio]:hover + label {
	color: #CCC;
	background-color: #A37312;
}
.rdgrp label + input[type=radio] + label {
	border-left: 1px solid #ccc;
}
.rdgrp {
	border: 1px solid #ccc;
	display: inline-block;
	border-radius: 4px;
	overflow: hidden;
	white-space: nowrap;
}
.ad_options {
	display: flex;
	padding: 3px 0;
}
.ad_options div {
	flex-basis: 50%;
	vertical-align: middle;
}

.role_select {
	min-width: 14em;
	margin-left: 3px;
}

input[type=checkbox] {
	vertical-align:middle;
	line-height:1em;
	margin: 9px 12px 12px 12px;
}

input[type=date] {
    /*width: 49% !important;*/
}
input[type=time] {
    /*width: 49% !important;
	float:right !important;*/
}

.inputdate {
	display: inline-block;
	width: calc(60% - 6px);
	vertical-align: top;
	margin-right: 6px;
}
.inputtime {
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
.inputwithbutton {
	display: flex;
	padding-top: 6px;
}

div.col-75 span {
	vertical-align:middle;
}
	
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
.formfield {
	font-size: 1em;
	padding: 12px;
}

.checkbox {
    padding: 0;
    margin-top: 6px;
    display: inline-block;
}

input.chkb[type="checkbox"] { display: none; }

input.chkb[type="checkbox"] + label {
	display: block;
	position: relative;
	padding: 3px 0 3px 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input.chkb[type="checkbox"] + label:last-child { margin-bottom: 0; }

input.chkb[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	position: absolute;
	top: 0;
	left: 5px;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input.chkb[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 10px;
	border-radius: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=submit], input[type=button] {
	/*background-color: #77B255;
	color: white;
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 0px;
	border: none;
	border-radius: 4px;
	cursor: pointer;*/
	/*float: right;*/
	/*padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	-webkit-appearance: none;*/
}

input[type=submit]:hover {
   /* background-color: #45a049;*/
}

input[type=submit].filter2 {
	background-color: #999999;
	color: white;
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
	float: right;
	/*padding: 6px 20px;*/
	border: none;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type=date].filter2 {
    width: auto !important;
	margin-bottom: 6px;
}

input:invalid {
	color: #8C0000 !important;
	background-color: #FF9696 !important;
	border: 1px solid #8C0000 !important;
}
.formsend:disabled  {
	color: #EAEAEA !important;
	background-color: #969696 !important;
	cursor: not-allowed;
}
.formsend {
	/* background-color: #77B255;*/
	float: right;
	/*margin-bottom: 12px !important;
	margin-left: 6px !important;*/
	margin: 6px 0 6px 6px !important;
}

.formsend:hover {
   /* background-color: #45a049;*/
}

.has-error {
	color: #8C0000 !important;
	background-color: #FF9696 !important;
	border: 1px solid #8C0000 !important;
}
.has-warning {
	color: #8A6211 !important;
	background-color: #FFE8B9 !important;
	border: 1px solid #8A6211 !important;
}
.has-warning-selectize .selectize-input {
	color: #8A6211 !important;
	background-color: #FFE8B9 !important;
	border: 1px solid #8A6211 !important;
}
.help-block {
	color: #8C0000;
	font-size: 0.9em;
	margin: 6px;
}

#send {
    background-color: #77B255;
	float: right;
	margin-bottom: 12px;
}

#send:hover {
    background-color: #45a049;
}

#delete {
    background-color: #F00;
	float: right;
	margin-bottom: 12px;
}
#delete:hover {
    background-color: #C00;
}


.container_body {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.expand {
	max-width: 100% !important;
}

.container_dashbox {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-right: -6px;

}
.container_dashbox .dashbox {
    min-width: 250px;
    /*max-width: 600px;*/
    display: inline;
    float: left;
    padding: 12px;
    margin-top: 0px;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 5px;
    background-color: #AADDFF !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    color: #000000;
    margin-left: 0px;
    flex-basis: 33%;
    flex-grow: 1;
    flex-shrink: 1;
}

.container_dashbox_2 {
}
.dashbox_reload {
	display:flex !important;
	justify-content: space-around;
	flex-direction: row;
	align-items: center;
	flex-flow: wrap;
	height: 30vh;
}
.container_dashbox_2 .dashbox {
	display: inline-block;
	width: calc(50% - 3px);	
	padding: 12px;	
    margin-bottom: 6px;
    border-radius: 5px;
    background-color: #D3EAFF;
}
.db_bgcol {
	background-color: #FF6633 !important;
}
.dashbox p {
	color: #000;
}
.db_roundlabel {
	font-size: 1.9em !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.sign {
	position: absolute;
	float: right;
	right: 0;
	background: #FCC;
	color: black;
	font-weight: bold !important;
	font-size: 1.2em;
	padding: 12px;
	margin-right: 12px;
	margin-top: 12px;
	border: 2px black solid;
	border-radius: 5px;
}
.container_subtitle:first-child {
	margin-top: 0px;
}
h1, .container_subtitle {
	font-size: 1.6em;
	font-weight: normal;
	color: #222;
	text-align: left;
	text-shadow: #ccc 1px 1px 2px;
	margin-bottom: 6px;
	margin-top: 18px;
}
h2, .container_subtitle_2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #222;
	text-align: left;
	text-shadow: #ccc 1px 1px 2px;
	margin-bottom: 6px;
	margin-top: 18px;
}
h3, .container_subtitle_3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #444;
	text-align: left;
	text-shadow: #ccc 1px 1px 2px;
	margin-bottom: 6px;
	margin-top: 12px;
}
.month_subtitle {
    font-size: 1.6em;
    color: #444;
    text-align: left;
    text-shadow: #ccc 1px 1px 2px;
    margin-bottom: 6px;
    margin-top: 12px;
	padding: 6px;
    position: -webkit-sticky;
	position: sticky;
    top: 0;
    background-color: rgba(238, 238, 238, 0.9);
	border-radius: 0 0 10px 10px;
    z-index: 10;
}

summary {
    padding: 0 12px 12px 0;
	cursor: pointer;
}
details {
	padding-bottom: 12px;
}

.summary_title {
	font-family: "Roboto", sans-serif;
	display:block;
	width: 100%;
	font-size: 1.4em;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 6px;
	padding: 6px;
	background-color: #D0941A;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: none;
}
.summary_title:hover {	
	background-color: #77B255;
}
.summary_subtitle {
	font-family: "Roboto", sans-serif;
	display:block;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 6px;
	padding: 6px;
	background-color: #D0941A;
	color: white;
	border: none;
	border-radius: 4px;
	-webkit-appearance: none;
	clear:both;
}

.container_options {
	overflow:hidden;
}
.container_navi {
	margin: 0px;
}
.container_desktopNAV {
    display: none;
    overflow: hidden;
    border-radius: 5px;
    padding: 12px;
    margin: -16px 0 6px 0;
    background-image: -webkit-linear-gradient(270deg,rgba(177,44,25,1.00) 13.47%,rgba(177,44,25,0.68) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(177,44,25,1.00) 13.47%,rgba(177,44,25,0.68) 100%);
    background-image: -o-linear-gradient(270deg,rgba(177,44,25,1.00) 13.47%,rgba(177,44,25,0.68) 100%);
    background-image: linear-gradient(180deg,rgba(177,44,25,1.00) 13.47%,rgba(177,44,25,0.68) 100%);
}
.container_content {
	border-radius: 5px;
	background-color: #EEEEEE;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.container_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	color: #666;
	background-color: #F8D2CD;
	padding: 20px;
	margin-top: 6px;
}

.row > .col-25, .row > .col-33, .row > .col-50, .row > .col-75, .row > .col-100 {
    margin-top: 6px;
	margin-bottom: 6px;
}

.col-25, .col-33, .col-50, .col-75, .col-100 {
	float: left;
}
.col-25 {  
    width: 25%;
}
.col-33 {  
    width: 33%;
}
.col-66 {  
    width: 66%;
}
.col-75 {
    width: 75%;
}
.col-50 {
    width: 50%;
}
.col-100 {
    width: 100%;
}
.rowcont {
	padding: 6px;
	margin-bottom: 6px;
}
.row:first-of-type {
	/*margin-top:12px;*/
}
.row:last-child {
	/*margin-bottom: -6px;*/
}
.row_desc {
	font-size: 0.8em;
	color: #888;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row-btn > .col-25, .row-btn > .col-33, .row-btn > .col-50, .row-btn > .col-75, .row-btn > .col-100 {
    margin-bottom: 12px;
}
.row-btn {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.row-btn:first-of-type {
	margin-top:12px;
}
.row-btn:last-child {
	margin-bottom: -6px;
}

.lable, .label {
	font-size: 0.9em;
	color: #888;
	text-transform:uppercase;
}
.textform {
	font-size: 1.1em;
	color: #000;
}
.textform-sm {
	font-size: 0.9em;
	color: #333;
}

.divconfirmation {
	background-color: #77B255;
	color: #FFF !important;
	padding: 12px;
}
.divcancellation {
	background-color: #FF3300;
	color: #FFF !important;
	padding: 12px;
}
a.edit {
	color: #FFF !important;
	text-decoration: none;
	background-color: #0099FF;
	text-transform: uppercase;
	padding: 3px 3px 2px 3px !important;
	border-radius: 2px;
	font-size: 0.6em !important;
	vertical-align:middle;
}
.skill_label {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 2px 1px 2px !important;
	border-radius: 2px;
	font-size: 0.6em !important;
	vertical-align: middle;
}
.skill_label_box {
	display:inline-block !important;
}

.ticket_prio {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 0.6em !important;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
}

.prio_label {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 3px 1px 3px !important;
	border-radius: 2px;
	font-size: 0.9em !important;
	white-space: nowrap;
}

.prio_label-sm {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 3px 1px 3px !important;
	border-radius: 2px;
	font-size: 0.7em !important;
	white-space: nowrap;
}
.prio_label-mrgn {
	display: inline-block;
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 3px 1px 3px !important;
	margin: 3px 0;
	border-radius: 2px;
	font-size: 0.9em !important;
	white-space: nowrap;
}
.label_inline {
	display: inline-block;
	text-decoration: none;
	border-radius: 2px;
	font-size: 0.7em !important;
	white-space: nowrap;
	margin: 0px 3px 6px 0;
}
.label_inline span:nth-child(1) {
	text-transform: uppercase;
	border-radius: 2px 0 0 2px;
	padding: 2px 3px;
}
.label_inline span:nth-child(2) {
	color: #333 !important;
	font-weight: bold;
	border-radius: 0 2px 2px 0;
	padding: 2px 3px;
}

.card {
	/*display:block;
	float:left;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border: 1px solid #FFF;
    width: 290px;
	padding: 6px;
    margin: 6px 6px 6px 6px;
	background-color: #FFF;
	font-size: 0.8em;
	flex-grow: 1;
}
.prio3 {
    box-shadow: 0 4px 8px 0 rgba(255,0,0,0.5);
	border: 1px solid #F00;
}
.prio:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.prio3:hover {
    box-shadow: 0 8px 16px 0 rgba(255,0,0,0.5);
}

.card .header {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	color:#333;
}
.card .title {
	font-size: 1.2em;
	font-weight: bold;
	color:#000;
}
.card .desc {
	font-size: 1.0em;
	font-weight: bold;
	color:#000;
}
.card .footer {
	margin: 0;
	font-size: 0.9em;
	color:#555;
}
.card .state {
	display:inline-block;
	float:right;
	margin: -9px;
}
.card .state span {
	color: #FFF !important;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 4px 4px 2px 4px !important;
	border-radius: 2px;
	vertical-align: middle;
	background-color:#555;
	margin-right: -4px;
}

.card .content {
	display:block;
}
.card_container_title {
	font-size: 1.8em;
	color: #444;
	text-align: left;
	text-shadow: #ccc 1px 1px 2px;
	margin-bottom: 6px;
	clear:both;
}
.card_container a {
	text-decoration:none;
}
.card .icon {
	display:inline-block;
	float:right;
	margin: 0;
}

.card_container {
   /* margin: 0 -6px 6px -6px;*/
	flex-wrap: wrap;
	justify-content: space-between;
}
.card_container:after {
    /*content: "";
    display: table;
    clear: both;*/
}
.card_container > .invis {
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #AAA4 3px, #AAA4 6px);
}

.faq_q {
	font-family: "Roboto", sans-serif;
	display:block;
	width: 100%;
	font-size: 1.4em;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 6px;
	padding: 6px;
	background-color: #D0941A;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: none;
}
.faq_q:hover {	
	background-color: #77B255;
}
.faq_q:active {	
	background-color: #D0941A;
}
.faq_a {
	font-family: "Roboto", sans-serif;
	display: none;
	width: 100%;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 6px;
	background-color: #FFF;
	color: #000;
	border: none;
	border-radius: 4px;
	-webkit-appearance: none;
}

.faq_a i {
	font-family: 'Material Design Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	margin-right: 3px;
}

.faq_a span {
	display: inline-block;
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 3px 1px 3px !important;
	background-color: #D0941A;
	border-radius: 2px;
	font-size: 0.8em !important;
	vertical-align: top;
}

.chip {
	display: inline-block;
	padding: 0 25px;
	font-size: 16px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #CECECE;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.chip0 {
	display: inline-block;
	padding: 0 25px;
	font-size: 16px;
	line-height: 32px;
	border-radius: 25px;
	background-color: #DDD;
	color: #000;
}

.chip0 img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.chip3 {
    display: inline-block;
    padding: 0 15px 0 25px;
    border-radius: 25px;
	background-color: rgba(200,200,200,0.5);
	font-size: 12px;
}

.chip3 div:nth-child(1) {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
}
.chip3 div:nth-child(1) img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.chip3 div:nth-child(2) {
	text-align: center;
	font-size: 1em;
	height: 50px;
	vertical-align: middle;
	display: table-cell;
	text-decoration:none;
}

.chip2 {
    /*display: inline-block;*/
    padding: 0 15px 0 25px;
    border-radius: 25px;
	background-color: rgba(200,200,200,0.5);
	font-size: 12px;
}

.chip2 div:nth-child(1) {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
}
.chip2 div:nth-child(1) img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.chip2 div:nth-child(2) {
	text-align: center;
	font-size: 1em;
	height: 50px;
	vertical-align: middle;
	display: table-cell;
	text-decoration:none;
}

.chip1 {
    display: inline-block;
    padding: 0 15px 0 25px;
    border-radius: 25px;
	cursor: pointer;
}

.chip1 div:nth-child(1) {
    float: left;
    margin: 0 10px 0 -25px;
    height: 40px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.8em;
    line-height: 40px;
}

.chip1 div:nth-child(2) {
	text-align: center;
	font-size: 1em;
	width: auto;
	height: 40px;
	vertical-align: middle;
	display: table-cell;
	text-decoration:none;
	color: #FFF;
}

/* DP */
.dp_crd_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	clear:both;
}
.dp_crd_cont > .crd {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 6px 0px 6px 0px;
	background-color: #FFF;
	position:relative;
	width: 100%;
}
.dp_crd_cont > .important {
	background-color: #F3A9A9 !important;
}
.dp_crd_cont > .wanted_trainer {
	background-color: #FFE697 !important;
}
.dp_crd_cont > .invitation {
	background-color: #C8FFA9 !important;
}
.dp_crd_cont > .invis {
	/*background-color: #EEE !important;*/
	/*background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #F004 3px, #F004 6px);*/
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #AAA4 3px, #AAA4 6px);
}
.dp_crd_cont > .mark {
    -webkit-box-shadow: 0 8px 16px 0 rgba(255,0,0,0.20);
	box-shadow: 0 0 16px 0 rgba(255,0,0,0.50);	
}

.dp_crd_cont > .crd:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.dp_crd_cont > .crd .header {
	margin: 0;	
	text-transform: uppercase;
	font-size: 0.9em;
	color:#FFF;
	background-color: rgba(0,0,0,0.6);
	padding:6px;
}
.dp_crd_cont > .crd .label {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	padding: 3px 3px 1px 3px !important;
	margin: 0 0 1px 6px;
	border-radius: 2px;
	font-size: 0.8em !important;
}
.dp_crd_cont > .crd .title {
	font-size: 1.0em;
	font-weight: bold;
	color:#000;
	margin-bottom: 6px;
}
.dp_crd_cont > .crd .desc {
	font-size: 0.9em;
	color:#222;
}
.dp_crd_cont > .crd .footer {
	margin: 0;
	font-size: 0.7em;
	color:#555;
	background-color: rgba(153,153,153,0.25);
	padding:6px;
	width:100%;
	float:left;
}
.dp_crd_cont > .crd .state {
	display:inline-block;
	float:right;
	margin: -6px -6px 6px 6px;
	padding: 4px 4px 2px 4px !important;
	border-radius: 4px;
	vertical-align: middle;
	min-width: 30px;
	text-align:center;
	background-color: #000;
}
.dp_crd_cont > .crd .state span {
	color: #FFF !important;
	font-size: 1.2em;
	text-transform: uppercase;
}

.dp_crd_cont > .crd .cont {
	display:inline-block;
	padding:6px 6px 0 6px;
	width:100%;
	cursor: pointer;
}
.dp_crd_cont > .crd .cont1 {
	display: inline-block;
	float: left;
	margin:0;
}
.dp_crd_cont > .crd .cont2 {
	display: inline-block;
	float: left;
	margin: 0 6px 6px 0;
}
.dp_crd_cont a {
	text-decoration:none;
}
.dp_crd_cont > .crd .icon {	
	display:inline-block;
	float:right;
}
.dp_crd_cont:after {
    content: "";
    display: table;
    clear: both;
}

/*USER*/
.us_crd_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	clear:both;
}
.us_crd_cont > .crd {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 6px 0px 6px 0px;
	background-color: #FFF;
	position:relative;
	width: 100%;
}
.us_crd_cont > .invis {
	/*background-color: #DDD !important;*/
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #AAA4 3px, #AAA4 6px);
}
.us_crd_cont > .crd:hover {
	-webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.us_crd_cont > .crd .header {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	color:#FFF;
	background-color: rgba(0,0,0,0.6);
	padding:6px;
}
.us_crd_cont > .crd .title {
	font-size: 1.0em;
	font-weight: bold;
	color:#000;
	margin-bottom: 6px;
}
.us_crd_cont > .crd .desc {
	font-size: 0.8em;
	color:#222;
}
.us_crd_cont > .crd .footer {
	margin: 0;
	font-size: 1em;
	color:#555;
	background-color: rgba(153,153,153,0.25);
	padding:6px;
	width:100%;
	float:left;
}
.us_crd_cont > .crd .icon {
	display:inline-block;
	float:right;
}
.us_crd_cont > .crd .cont {
	display:inline-block;
	padding:6px 6px 0 6px;
	width:100%;
}
.us_crd_cont > .crd .cont1 {
	display: inline-block;
	float: left;
	margin: 0 6px 6px 0;
}
.us_crd_cont > .crd .avatar {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
}
.us_crd_cont a {
	text-decoration:none;
}
.us_crd_cont:after {
    content: "";
    display: table;
    clear: both;
}

/*AL*/
.al_crd_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	clear:both;
}
.al_crd_cont > .crd {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 6px 0px 6px 0px;
	background-color: #FFF;
	position:relative;
	width: 100%;
}
.al_crd_cont > .crd:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);	
}
.al_crd_cont > .mark {
    -webkit-box-shadow: 0 8px 16px 0 rgba(255,0,0,0.20);
	box-shadow: 0 0 16px 0 rgba(255,0,0,0.50);	
}
.al_crd_cont > .invis {
	/*background-color: #DDD !important;*/
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #AAA4 3px, #AAA4 6px);
}
.al_crd_cont > .crd .header {
	margin: 0;	
	text-transform: uppercase;
	font-size: 0.9em;
	color:#FFF;
	background-color: rgba(0,0,0,0.6);
	padding:6px;
}
.al_crd_cont > .crd .title {
	font-size: 1.0em;
	font-weight: bold;
	color:#000;
	margin-bottom: 6px;
}
.al_crd_cont > .crd .desc {
	font-size: 0.9em;
	color:#222;
}
.al_crd_cont > .crd .footer {
	margin: 0;
	font-size: 0.8em;
	color:#555;
	background-color: rgba(153,153,153,0.25);
	padding:6px;
	width:100%;
	float:left;
}
.al_crd_cont > .crd .state {
	display:inline-block;
	float:right;
	margin: -6px -6px 6px 6px;
	padding: 4px 4px 2px 4px !important;
	border-radius: 4px;
	vertical-align: middle;
	min-width: 30px;
	text-align:center;
	background-color: #000;
}
.al_crd_cont > .crd .state span {
	color: #FFF !important;
	font-size: 1.2em;
	text-transform: uppercase;
}
.al_crd_cont > .crd .cont {
	display:inline-block;
	padding:6px 6px 0 6px;
	width:100%;
	cursor: pointer;
}
.al_crd_cont > .crd .cont1 {
	display: inline-block;
	float: left;
	margin:0;
}
.al_crd_cont > .crd .cont2 {
	display: inline-block;
	float: left;
	margin: 0 6px 0 0;
	width: 48%;
}
.al_crd_cont > .crd .cont2:last-of-type {
	margin: 0 6px 6px 0;
}
.al_crd_cont a {
	text-decoration:none;
}
.al_crd_cont > .crd .icon {	
	display:inline-block;
	float:right;
}
.al_crd_cont:after {
    content: "";
    display: table;
    clear: both;
}

/* TIC */
.tic_crd_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	clear:both;
}
.tic_crd_cont > .crd {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 6px 0px 6px 0px;
	background-color: #FFF;
	position:relative;
	width: 100%;
}
.tic_crd_cont > .important {
	background-color: #F3A9A9 !important;
}
.tic_crd_cont > .own {
	background-color: #C9FFAB !important;
}
.tic_crd_cont > .crd:hover {
	-webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.tic_crd_cont > .crd .header {
	margin: 0;	
	text-transform: uppercase;
	font-size: 0.9em;
	color:#FFF;
	background-color: rgba(0,0,0,0.6);
	padding:6px;
}
.tic_crd_cont > .crd .title {
	font-size: 1.0em;
	font-weight: bold;
	color:#000;
	margin-bottom: 6px;
}
.tic_crd_cont > .crd .desc {
	font-size: 0.9em;
	color:#222;
}
.tic_crd_cont > .crd .footer {
	margin: 0;
	font-size: 0.8em;
	color:#555;
	background-color: rgba(153,153,153,0.25);
	padding:6px;
	width:100%;
	float:left;
}
.tic_crd_cont > .crd .state {
	display:inline-block;
	float:right;
	margin: -5px 0;
}
.tic_crd_cont > .crd .state span {
	color: #FFF !important;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 4px 4px 2px 4px !important;
	border-radius: 2px;
	vertical-align: middle;
	background-color:#555;
	margin-right: -4px;
}

.tic_crd_cont > .crd .cont {
	display:inline-block;
	padding:6px 6px 0 6px;
	width:100%;
	cursor: pointer;
}

.tic_crd_cont > .crd .cont1 {
	display: inline-block;
	float: left;
	margin:0;
}
.tic_crd_cont > .crd .cont2 {
	display: inline-block;
	float: left;
	margin: 0 6px 6px 0;
}

.tic_crd_cont a {
	text-decoration:none;
}
.tic_crd_cont > .crd .icon {	
	display:inline-block;
	float:right;
}
.tic_crd_cont:after {
    content: "";
    display: table;
    clear: both;
}

/*VE*/
.ve_crd_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	clear:both;
}
.ve_crd_cont > .crd {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 6px 0px 6px 0px;
	background-color: #FFF;
	position:relative;
	width: 100%;
}
.ve_crd_cont > .crd:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);	
}
.ve_crd_cont > .invis {
	/*background-color: #DDD !important;*/
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #AAA4 3px, #AAA4 6px);
}
.ve_crd_cont > .crd .header {
	margin: 0;	
	text-transform: uppercase;
	font-size: 0.9em;
	color:#FFF;
	background-color: rgba(0,0,0,0.6);
	padding:6px;
}
.ve_crd_cont > .crd .title {
	font-size: 1.0em;
	font-weight: bold;
	color:#000;
	margin-bottom: 6px;
}
.ve_crd_cont > .crd .desc {
	font-size: 0.9em;
	color:#222;
}
.ve_crd_cont > .crd .footer {
	margin: 0;
	font-size: 0.7em;
	color:#555;
	background-color: rgba(153,153,153,0.25);
	padding:6px;
	width:100%;
	float:left;
}
.ve_crd_cont > .crd .state {
	display:inline-block;
	float:right;
	margin: -6px -6px 6px 6px;
	padding: 4px 4px 2px 4px !important;
	border-radius: 4px;
	vertical-align: middle;
	min-width: 30px;
	text-align:center;
	background-color: #000;
}
.ve_crd_cont > .crd .state span {
	color: #FFF !important;
	font-size: 1.2em;
	text-transform: uppercase;
}
.ve_crd_cont > .crd .cont {
	display:inline-block;
	padding:6px 6px 0 6px;
	width:100%;
	cursor: pointer;
}
.ve_crd_cont > .crd .cont1 {
	display: inline-block;
	float: left;
	margin:0;
}
.ve_crd_cont > .crd .cont2 {
	display: inline-block;
	float: left;
	margin: 0 6px 0 0;
	width: 48%;
}
.ve_crd_cont > .crd .cont2:last-of-type {
	margin: 0 6px 6px 0;
}
.ve_crd_cont a {
	text-decoration:none;
}
.ve_crd_cont > .crd .icon {	
	display:inline-block;
	float:right;
}
.ve_crd_cont:after {
    content: "";
    display: table;
    clear: both;
}

/* USER-NEW */
.usn_crd_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
	margin: 0 -6px 6px -6px;
}
.usn_crd_cont > .crd {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 12px 6px 0 6px;
	background-color: #FFF;
	position:relative;
	/*flex-basis: 30%;
	flex-grow: 1;*/
	text-align: center;
	width: 150px;
	margin-top: 60px;
	margin-bottom: 20px;
}
.usn_crd_cont > .crd:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);	
}
.usn_crd_cont > .crd .avatar {
	margin-top: -60px;
}
.usn_crd_cont > .crd .avatar img {
	width: 120px;
	border-radius: 50%;
}
.usn_crd_cont > .crd .cont1 {
	margin: 6px;
}
.usn_crd_cont > .crd .cont1 .desc {
	font-size: 0.9em;
}

.usn_crd_cont > .crd-mng {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 12px 6px 0 6px;
	background-color: #FFF;
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 50px;
	min-height: 120px;
}
.usn_crd_cont > .crd-mng:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);	
}
.usn_crd_cont > .crd-mng .avatar {
	display: inline-block;
	margin-left: -50px;
}
.usn_crd_cont > .crd-mng .avatar img {
	width: 120px;
	border-radius: 50%;
	vertical-align: middle;
}
.usn_crd_cont > .crd-mng .grey img {
	filter: grayscale(100%);
}
.usn_crd_cont > .crd-mng .cont1 {
	display: inline-block;
	padding: 6px;
}
.usn_crd_cont > .crd-mng .cont1 .desc {
	font-size: 0.8em;
}
.usn_crd_cont > .crd-mng .icon {
	display:inline-block;
	padding: 12px;
}
.expand {
	width: 100%;
}
/* UNI */
.uni_crd_cont {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*clear:both;*/
	justify-content: space-around;
	margin: 0 -6px 6px -6px;
}
.uni_crd_cont > .crd {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 12px 6px 0 6px;
	background-color: #FFF;
	position:relative;
	flex-grow: 1;
}
.uni_crd_cont > .crd:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);	
}
.uni_crd_cont > .col-3 {
	flex-basis: 31%;
	min-width: 200px;
}
.uni_crd_cont > .col-2 {
	flex-basis: 48%;
	min-width: 200px;
}
.uni_crd_cont > .col-1 {
	flex-basis: 100%;
}

.uni_crd_cont > .mark {
    -webkit-box-shadow: 0 8px 16px 0 rgba(255,0,0,0.20);
	box-shadow: 0 0 16px 0 rgba(255,0,0,0.50);	
}
.uni_crd_cont > .invis {
	/*background-color: #DDD !important;*/
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, #AAA4 3px, #AAA4 6px);
}
.uni_crd_cont > .important {
	background-color: #F3A9A9 !important;
}
.uni_crd_cont > .warning {
	background-color: #FFE8B9 !important;
}
.uni_crd_cont > .crd .ovly {
	position: absolute;
    background-color: rgba(255,255,255,0.70) !important;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: flex;
	justify-content: center;
	align-items: center;
}
.uni_crd_cont > .crd .ovly div {
	font-size: 1.4em;
	transform: rotate(-20deg);
	color: #FFF;
	background-color: #F00;
	font-weight: bold;
	padding: 6px;

}
.uni_crd_cont > .crd .header {
	margin: 0;	
	text-transform: uppercase;
	font-size: 0.9em;
	color:#FFF;
	background-color: rgba(0,0,0,0.6);
	padding:6px;
}
.uni_crd_cont > .crd .header-red {
	background-color: rgba(255,0,0,0.60);
}
.uni_crd_cont > .crd .label {
	color: #FFF !important;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	float: right;
	padding: 3px 3px 1px 3px !important;
	margin: 0 0 1px 6px;
	border-radius: 2px;
	font-size: 0.8em !important;
}
.uni_crd_cont > .crd .cont {
	/*display:inline-block;*/
	padding:6px;
	width:100%;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.uni_crd_cont > .crd .legend {
	display:inline-block;
	padding:6px 6px 0 6px;
	width:100%;
	cursor: unset;
}
.uni_crd_cont > .crd .footer {
	margin: 0;
	font-size: 0.7em;
	color:#555;
	background-color: rgba(153,153,153,0.25);
	padding:6px;
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.uni_crd_cont > .crd .state {
	display:inline-block;
	float:right;
	margin: -6px -6px 6px 6px;
	padding: 4px 4px 2px 4px !important;
	border-radius: 4px;
	vertical-align: middle;
	min-width: 30px;
	text-align:center;
	background-color: #000;
}
.uni_crd_cont > .crd .state span {
	color: #FFF !important;
	font-size: 1.2em;
	text-transform: uppercase;
}

.uni_crd_cont > .crd .state-sm {
	display:inline-block;
	float:right;
	margin: -6px -6px 6px 6px;
	padding: 1px 3px 1px 3px !important;
	border-radius: 4px;
	vertical-align: middle;
	min-width: 30px;
	text-align:center;
	background-color: #000;
}
.uni_crd_cont > .crd .state-sm span {
	color: #FFF !important;
	font-size: 0.8em;
	text-transform: uppercase;
}

.uni_crd_cont > .crd .title {
	font-size: 1.0em;
	font-weight: bold;
	color:#000;
	margin-bottom: 6px;
}
.uni_crd_cont > .crd .desc {
	font-size: 0.9em;
	color:#222;
}
.uni_crd_cont > .crd .cont1 {
	margin:0;
}
.uni_crd_cont > .crd .cont2 {
	margin: 0 6px 0 0;
	width: 48%;
}
.uni_crd_cont > .crd .cont3 {
	margin: 0 6px 0 0;
    min-width: 25%;
}
.uni_crd_cont > .crd .cont100 {
	margin: 0 6px 0 0;
	width: 100%;
}
.uni_crd_cont > .crd .cont2:last-of-type {
	margin: 0 6px 6px 0;
}
.uni_crd_cont a {
	text-decoration:none;
}
.uni_crd_cont > .crd .icon {	
	display:inline-block;
	/*float:right;*/
	white-space: nowrap;
}
.uni_crd_cont:after {
   /* content: "";
    display: table;
    clear: both;*/
}

/* ---*/

.icon a img {
	width:24px;
	height:24px;
	margin: 0 0 0 4px;
	line-height:0;
}
.icon a i {
	font-family: 'Material Design Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 2.4em;
	color: #666;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	padding: 0 1px;
}

/* DATE CARD */
.crd .cont .date {
	display: inline-block;
	border: 1px solid black;
	text-align: center;
	margin: 0 6px 6px 0;
	width: 70px;
	float:left;
	background-color: rgba(255,255,255,0.75);
}
.crd .cont .date div:nth-child(1) {
	padding: 3px;
	font-size: 1.2em;
	font-weight: bold;
}
.crd .cont .date div:nth-child(2) {
	color: white;
	background-color: black;	
	padding: 5px 0px 5px 0px;
	font-size: 0.7em;
}
.crd .cont .date div:nth-child(3) {
	padding: 5px 0px 5px 0px;
	font-size: 1em;
}

/*STATS-BLOCK */

.stats-block {
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}
.stats-block .item {
	flex-grow: 1;
}
.stats-block .item div {
	text-align: center;
}
.stats-block .item div span:nth-child(1) {
	font-size: 1.7em;
}
.stats-block .item div span:nth-child(3) {
	font-size: 0.8em;
	color: #666;
}
.stats-block .line {
	flex-basis: 1px;
}
.stats-block .line div {
	width: 1px;
	height: 5em;
	background-color: #ddd;
	
	margin: 3px;
}

.tab {
	overflow: hidden;
	border: 0;
	background-color: #D0941A;
	border-radius: 4px;
}

.tab button {
	background-color: inherit;
	float: left;
	border: 0;
	outline: none;
	cursor: pointer;
	padding: 9px;
	margin: 0;
	transition: 0.3s;
	font-size: 0.8em;
	color: #FFF;
}

.tab button:hover {
  background-color: #A37312;
}

.tab button.active {
  background-color: #77B255;
}

.tabcontent {
  display: none;
  padding: 6px 0px;
  border: none;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    background-color: #DDD;
    border-radius: 4px;
    text-align: center;
}

.pagination button {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 9px;
	transition: 0.3s;
	font-size: 0.8em;
	color: #333;
}
.pagination button.dot {
	padding: 9px 1px;
}

.pagination button:hover {
  background-color: #CCC;
}

.pagination button.active {
  background-color: #BBB;
}

/*NAV*/
.overlay {
	height: 0;
	width: 0;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: 0.2s;
	background-image: -webkit-linear-gradient(270deg,rgba(177,44,25,1.00) 13.47%,rgba(177,44,25,0.68) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(177,44,25,1.00) 13.47%,rgba(177,44,25,0.68) 100%);
    background-image: -o-linear-gradient(270deg,rgba(177,44,25,1.00) 13.47%,rgba(177,44,25,0.68) 100%);
    background-image: linear-gradient(180deg,rgba(177,44,25,1.00) 13.47%,rgba(177,44,25,0.68) 100%);
}
.overlay-content {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 12px;
}
.overlay a {
	 text-decoration: none;
	 display: block;
	 transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
	display: none;
	/*position: absolute;
	top: 0px;
	right: 20px;
	font-size: 60px;*/
	color:#FFF;
	padding: 6px;
}

.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #e5e5e5;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
	z-index: 1;
	right: 24px;
	bottom: 24px;
}
.dropdown-menu a {
	text-decoration: none;
}
.dropdown-menu li {
	padding: 12px;
	color: #000;
	cursor: pointer;
}
.dropdown-menu li:hover {
	background-color: #ccc;	
}

@media screen and (max-height: 450px) {
	.overlay .closebtn {
		font-size: 40px;
	}
}


.overlay-loading {
	display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.5);
    overflow: hidden;
    transition: 0.2s;
}
.overlay-loading-content {
    display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
    padding: 12px;
	height: 100%;
}

/*---*/

.db_pos {
	display:none;
}
.acklist {
}
.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-container {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin: 6px 0;
}
.doc {
	padding: 3px;
	margin: 3px 6px 3px 0;
	background-color: rgba(250,250,250,0.70);
	border-radius: 4px;
	line-height: 16px;
	display: flex;
    max-width: 100%;
    align-items: center;
	cursor: pointer;
}

.doc-locked {
	padding: 3px;
	margin: 3px 6px 3px 0;
	color: #CCC;
	background-color: rgba(250,250,250,0.70);
	border-radius: 4px;
	line-height: 16px;
	display: flex;
    max-width: 100%;
    align-items: center;
	cursor: not-allowed;
}

.doc-icon {
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center;
	margin: 3px;
}
.doc-title {
	overflow: hidden;
    padding: 3px;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 0.9em;
}

.doc-name {
	display:inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: calc(100% - 40px);
}

.mdi {
	font: normal normal normal 24px/1 "Material Design Icons";
	text-rendering: auto;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.desc i {
	font-family: 'Material Design Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	margin-right: 3px;
}
.desc span {
}
.mdi_icon {
	line-height: 1.4em;
	vertical-align: top;
}


.modal, .modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.8);
  overflow: auto;
}

.modal-box {
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: 100px auto;
	animation-name: modalbox;
	animation-duration: .4s;
	animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
	padding: 12px 24px;
	background: #b12c19;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
}
.modal-header div:nth-child(1) {
	float: left;
	font-size: 1.6em;
	line-height: 2em;
}
.modal-header:after {
    content: "";
    display: table;
    clear: both;
}
.modal-body {
	background: #EEEEEE;
	padding: 24px;
	border-radius: 0 0 5px 5px;
}

/* Close Button */
.close-modal {
	float: right;
	cursor: pointer;
	font-size: 2em;
	color: #ffffff;					
}
.button-modal {
	float: right;
	cursor: pointer;
	font-size: 2em;
	color: #ffffff;
}
.icon-modal i {
	font-family: 'Material Design Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.4em;
	color: #FFF;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	padding: 0 1px;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
	body {
		margin:0;
	}
	.overlay {
		height: 0;
		width: 100%;
		background-color: rgb(0,0,0);
  		background-color: rgba(0,0,0, 0.9);
		overflow: auto;
	}
	.navicon div:nth-child(1) {
		width: 70px;
		height: 70px;
		text-align: center;
		margin: 6px 0;
		display: inline-block;
		padding: 0;
		border: none;
		border-radius: 4px;
		vertical-align: middle;
		text-decoration: none;
		cursor: pointer;
		-webkit-appearance: none;	
	}
	.overlay .closebtn {
		display: block;
	}
	.overlay-content {
		position: relative;
		width: 100%;
		text-align: center;
		padding: 0 24px;
	}
	.hidden-mob {
		display: none;
	}
	.hidden-desk {
		display: inherit;
	}
	.container_body {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}
	.container_spacer {
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
	}
	.container_footer {
		border-radius: 10px 10px 0px 0px;
	}
	.container_content, .dashbox {
		border-radius: 10px;
	}
	.container_navi {
		margin: 0 6px;
	}
	.container_body > .ntf {
		margin-left: 6px;
		margin-right: 6px;
	}
    .col-25, .col-33, .col-50, .col-75, .col-100 {
        width: 100%;
        /*margin-bottom: 6px;*/
    }
	input[type=submit] {
        /*width: 100% !important;*/
		/*margin-bottom: 18px !important;*/
		/*float:left !important;*/
    }
	div.login {
		float:left;
		clear:left;
	}
	table.liste tr td a img {
		width:32px;
		height:32px;
		margin-right:2px;
	}
	table.dp tr td a img {
		width:32px;
		height:32px;
		margin-right:2px;
	}
	.icon a img {
		width:32px;
		height:32px;
		margin: 0 0 0 2px;
	}
	.icon a i {
		font-size: 3em;
	}
	.titlebox, .container_content, .container_footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	.container_dashbox {
		display: block !important;
		margin-right: 0px !important;
	}
	.dashbox {
		width:100% !important;
	}
	.scrollen {
		visibility:visible;
		float:none;
	}
	label {
		padding-bottom: 3px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 9px;
	}
	.card {
    	width: 100%;
		min-width: 290px;
		margin: 6px 0;
	}
	.uni_crd_cont > .crd {
		flex-basis: 100%;
	}
	.dp_crd_cont > .crd .cont2 {
		display: block;
		float: none;
		width:100%;
	}
	.al_crd_cont > .crd .cont2 {
		display: block;
		float: none;
		width: 100%;
	}
	.uni_crd_cont > .crd .cont2 {
		display: block;
		float: none;
		width: 100%;
	}
    .uni_crd_cont > .crd .cont1 {
		display: block;
		width: 100%;
	}
    .uni_crd_cont > .crd .cont3 {
		display: block;
		width: 100%;
	}
	.chip1 div:nth-child(2) {
		font-size: 0.8em;
	}
	
	.titlebox {
		padding: 0;
		align-items: center;
		border-radius: 0px 0px 10px 10px;
		position: fixed;
		width: 100%;
		top: 0;
	}
	.titlebox .login {
		display: none;
	}
	.navham {
		display: inline-block;
		/*position: fixed;*/
		padding: 6px 12px;
		/*right: 20px;*/
	}
	.navavatar {
		display: inline-block;
		padding: 6px 12px;
	}
	.navavatar_big {
		display:none;
	}
	.titlebox .title {
		flex-grow: unset;
	}
	.titlebox .title-b {
		display: none;
	}
	.titlebox .title-s {
		display: unset;
	}
	.titlebox .title a img {
		width: 8em;
	}
	.titlebox-spacer {
		padding-top: 64px;
	}
	.db_pos {
		display: block;
	}
	.container_navicon {
		justify-content: space-evenly;
	}
	.month_subtitle {
		top: 42px;
	}
	.btn-exp {
		width: 100% !important;
	}
	.btn-img div {
		display: none;
		padding: 0;
	}
	.btn-img-large div {
		display: inline-block;
		padding: 0 12px 0 0;
	}
	
	.btn-mob-hidden {
		display: none;
		padding: 0;
	}	
	.btn-i-mob-hidden  {
		padding: 0 6px;
	}
	.btn-i-mob-hidden i {
		padding: 0;
	}
	.btn-i-mob-hidden span {
		display: none;
		padding: 0;
	}
	
	.filterform {
		width: 100% !important;
		padding: 0 0 0 6px !important;
	}
	.filterform_date {
		width: calc(50% - 4px) !important;
		padding: 0 6px 0 6px !important;
	}
	.filterform_date2 {
		width: 50% !important;
		padding: 0 6px 0 6px !important;
	}
	.filterform_button {
		width: 100% !important;
		padding: 0 0 0 0 !important;
		margin: 6px 0 0 0 !important;
	}
	
	.modal-box {
		width: auto;
		margin: 12px;
	}
	.modal-header {
		padding: 6px 12px;
	}
	.modal-body {
		padding: 12px;
	}
	
	/*STATS-BLOCK */
	.stats-block-mob {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.stats-block-mob .line {
		/*display: none;*/
	}
	.stats-block-mob .line div {
		width: 80vw;
		height: 1px;
		margin: 12px 0;
		background-color: #ddd;
	}
	.cp_flexitem {
		max-width: 100%;
	}
}