html, body {
	font-family: var(--lumo-font-family);
	font-weight:400 !important;
	height: 100%;
	font-size:100%;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

vaadin-vertical-layout {
	padding:0 !important;
}
.w_no_margin_layout {
	margin:0 !important;
}

/* Layout */
*, *:before, *:after {
    box-sizing: border-box;
}


.w_login_layout {
	height: 100%;
  	width: 100%;
	background-color: transparent;
    background-image: url("../img/bg-login.jpg");
    background-size: cover;
    display: flex;
	align-items: center;
	justify-content: center;
}

.w_login_info {
	color: #fff;
    text-align: center;
    padding: 28px;
    background-color: rgba(255,255,255,.2);
	width: 465px;
	border-radius: 5px 0 0 5px;
}
.w_login_form {
	width: 320px;
	max-width: 320px;
	padding: 28px;
	border-radius: 0 5px 5px 0;
	display: block;
	background-color:#fff;
	justify-content: center;
}

.w_login_info, .w_login_form {
	height: 450px;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.w_login_logo {
	display: inline-block;
    width: 130px;
    height: 170px;
    border-radius: 5px;
    background-image: url("../img/logo-tlm-afrika.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.2);
    box-shadow: 3px 3px 8px rgba(0,0,0,.2);
}

.w_login_product_label {
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 20px;
}

.w_login_paragraph_txt {
	font-size:16px;
	font-weight: 100;
	display:block;
}

.w_login_title {
	margin-top:15px;
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 20px;
}

.w_login_input {
	margin-bottom:5px;
}
.w_login_button {
	margin-top: 30px;
}


.w_header, .w_footer {
	color:white;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a40eb+0,1a33d8+44,071a8c+100 */
	background: #1a40eb; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a40eb 0%, #1a33d8 44%, #071a8c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1a40eb 0%,#1a33d8 44%,#071a8c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1a40eb 0%,#1a33d8 44%,#071a8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a40eb', endColorstr='#071a8c',GradientType=0 ); /* IE6-9 */
}

.w_header {
	border-bottom:2px solid black;
}
.w_header_right {
	padding-right:10px;
}	
.w_header_logo {
	max-height:60px;
	margin-left:40px;
	margin-right:10px;
}
.w_header_ctitle {
	font-weight:bold;
	text-shadow: 1px 1px 1px #ccc;
	font-size:22px;
	margin-left:40px;
}
.w_footer {
	border-top:2px solid black;
	margin:0;
	padding: 0px 25px;
	font-size: 16px;
}

.w_menu_header {
	display: block;
	padding: 3px 20px;
	font-size: 13px;
	line-height: 1.42857143;
	color:#777;
	white-space: nowrap;
}
.w_menu_profil {
	background-color:#ddd;
	padding:5px 0 5px 20px !important;
	font-size:13px;
}
.w_menu_profil_login {
	font-weight:bold;
}
.w_menu_profil_name {
	margin-top:0;
	font-style:italic;
}

.w_main_caption {
	text-align: center;
	margin: 10px auto 15px auto;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 600;
	color: #1a40eb;
	text-shadow: 1px 1px 1px #ccc;
}

.w_reponsive_main_content {
	max-width: 850px;
	width: 95%;
}
/* Large screen - larger design*/
@media (min-width: 1400px) {
	.w_reponsive_main_content {
   		max-width: 1024px;
	}
}

span.w_gridcell_label {
	font-size: 12px;
	display: block;
}
span.w_gridcell_link {
	color: #1a40eb;
	display:block;
	font-size: 12px;
}


/** Box component */
.w_box_titled_caption {
	position: absolute;
  	top: 0;
  	transform: translateY(-50%);

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9a0606+0,8f0222+44,6d0019+100 */
	background: rgb(154,6,6); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(154,6,6,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(154,6,6,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(154,6,6,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a0606', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */	

  	padding: 2px 20px;
  	border: 2px solid #9a0606;
  	border-radius:3px;
  	margin-bottom:10px;
  	font-weight: bold;
  	color:white;
  	font-size:15px;
  	
}
.w_box_titled {
	margin: 20px 0px 0px 0px;
  	padding: 25px 15px 15px;
  	height: auto;
  	border: 2px solid #9a0606;
  	border-radius: 3px;
  	position: relative;
  	background-color: #EBEBEA;
  	box-shadow: 2px 2px 2px #999;
  	min-width:200px;
}

.w_box_cli_caps {
	background-color: #ddd;
	min-height:465px;
}
.w_box_form {
	background-color: #ddd;
	font-size:13px;
	padding:10px;
	padding-bottom:3px;
	border-left:1px solid #ccc;
}

.w_box_form_title {
	display:block;
	font-size:14px;
	color: #9a0606;
	border-bottom:1px solid #9a0606;
	margin-bottom:10px;
}

.w_box_form_buttlayout {
	margin-top:0;
	background-color: #ddd;
}

.w_label {
	position:relative;
	font-weight: 600;
    font-size: 13px;
    color: var(--lumo-secondary-text-color);
    margin-top:3px;
}

.w_grid_light_styled_compact {
	margin-top:5px !important;
}
.w_grid_light_styled_compact.unactive {
	margin-top:0px !important;
}

.v-loading-indicator {
   position:fixed;
   pointer-events: auto;
   top:0px;
   right:0px;
   width:100%;
   height:100%;
   background-color:#444;
   background-repeat:no-repeat;
   background-position:center;
   z-index: 999999;
   opacity: 0.5; 
}

.v-loading-indicator:before {
  content: '';
    position: absolute;
    background-image: url("../img/loader-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    background-size: 72px 72px;
    margin-top: -36px;
    margin-left: -36px;
    z-index:1000000;
}

.first, .second, .third {
	min-width: 170px;
    min-height: 170px;
    z-index:90000000;
}

.v-loading-indicator.first:before {
  background-image: url("../img/loader-blue.svg");
}

.v-loading-indicator.second:before {
  background-image: url("../img/loader-yellow.svg");
}

.v-loading-indicator.third:before {
  background-image: url("../img/loader-red.svg");
}
