/* --- SKIP_FOR_LANGUAGE --- *//* widths */
.b   { font-weight: bold; }
.b10 { font-weight: bold; width: 10px; }
.b20 { font-weight: bold; width: 20px; }
.b30 { font-weight: bold; width: 30px; }
.b40 { font-weight: bold; width: 40px; }
.b50 { font-weight: bold; width: 50px; }
.b60 { font-weight: bold; width: 60px; }
.b70 { font-weight: bold; width: 70px; }
.b80 { font-weight: bold; width: 80px; }
.b90 { font-weight: bold; width: 90px; }
.b100 { font-weight: bold; width: 100px; }
.b110 { font-weight: bold; width: 110px; }
.b120 { font-weight: bold; width: 120px; }
.b130 { font-weight: bold; width: 130px; }
.b140 { font-weight: bold; width: 140px; }
.b150 { font-weight: bold; width: 150px; }
.b160 { font-weight: bold; width: 160px; }
.b170 { font-weight: bold; width: 170px; }
.b180 { font-weight: bold; width: 180px; }
.b190 { font-weight: bold; width: 190px; }
.b200 { font-weight: bold; width: 200px; }
.b210 { font-weight: bold; width: 210px; }
.b220 { font-weight: bold; width: 220px; }
.b230 { font-weight: bold; width: 230px; }
.b240 { font-weight: bold; width: 240px; }
.b250 { font-weight: bold; width: 250px; }
.b260 { font-weight: bold; width: 260px; }
.b270 { font-weight: bold; width: 270px; }
.b280 { font-weight: bold; width: 280px; }
.b290 { font-weight: bold; width: 290px; }
.b300 { font-weight: bold; width: 300px; }

/* widths for specific content */
.bw-date { font-weight: bold; width: 160px; }
.bw-email { font-weight: bold; width: 200px; }
.bw-name { font-weight: bold; width: 160px; } 

/* text alignment */
.tar { text-align: right; }
.tac { text-align: center; }

/* buttons and css hacks */
.clickable { cursor: pointer; }

/* image offsets */
.imgoffset3 img { position: relative; top: +3px; }
.imgoffset5 img { position: relative; top: +5px; }
.imgoffset6 img { position: relative; top: +6px; }

/* table padding */
.table-p3 { border-spacing: 0; } 
.table-p3 > tbody > tr > td { padding-left: 3px; padding-top: 3px; padding-bottom: 3px; padding-right: 3px; }
.table-p5 { border-spacing: 0; } 
.table-p5 > tbody > tr > td { padding-left: 5px; padding-top: 5px; padding-bottom: 5px; padding-right: 5px;  }
.table-p5 > tbody > tr > td:last-child { border-right: 0px }
.table-p5 { border-left: 0px solid #eeeeee; border-top: 0px solid #eeeeee; }


.table-std { width: 100%; table-layout: fixed; }
.table-std > thead > tr > td { padding: 8px }
.table-std > tbody > tr > td { padding: 8px; overflow-wrap: break-word;  }
.table-std > tbody > tr > td:last-child { }
.table-std { border-left: 0px solid #eeeeee; border-top: 0px solid #eeeeee; }
.table-std > tbody > tr:nth-child(odd) { background: #fafafa; }
.table-std > thead > tr > td { padding-bottom: 10px; font-weight: bold; word-wrap: break-word; }

.table-std-trans { width: 100%; }
.table-std-trans > thead > tr > td { padding: 8px; }
.table-std-trans > tbody > tr > td { padding: 8px;  }
.table-std-trans > tbody > tr > td:last-child { }
.table-std-trans { border-left: 0px solid #eeeeee; border-top: 0px solid #eeeeee; }
.table-std-trans > thead > tr > td { padding-bottom: 10px; font-weight: bold; word-wrap: break-word; }


.wb-breakall { 
	word-break: break-all;
}

/* table styles*/
.table-lined > td, .table-lined > tbody > td { }
.table-lined:nth-child(odd) { background: #fafafa; }
.table-vat td { vertical-align: top; } 

/* specialist styles */
.automargins { margin-left: auto; margin-right: auto; }

.pb1em { padding-bottom: 1em; }
.pb05em { padding-bottom: 0.5em; }
.pb025em { padding-bottom: 0.25em; }
.pt1em { padding-top: 1em; }
.pl1em { padding-left: 1em; }
.pr1em { padding-right: 1em; }

.pb2em { padding-bottom: 2em; }
.pt2em { padding-top: 2em; }
.pl2em { padding-left: 2em; }
.pr2em { padding-right: 2em; }


/* history ticker */
.ui-history-ticker { color: #aaaaaa; font-size: smaller; font-weight: normal; }

/* css-hacks */
.ui-sizing-border-box { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text],input[type=input],textarea { 
	box-sizing:border-box;
}

input[type=text].g4ui-input, input[type=hidden].g4ui-input, select.g4ui-input, textarea.g4ui-input {
	padding: 3px;
	border: 1px solid #aaaaaa;
	box-sizing: border-box;
}/* 
    Document   : site
    Created on : 14-Sep-2013, 01:42:06
    Author     : Mark
    Description:
        Purpose of the stylesheet follows.
*/

.vcm-popup-icon {
	vertical-align: bottom;
	padding-right: 3px;
}

.vcm-popup-item {
	padding: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}

.vcm-popup-item:hover {
	background-color: #dadada;
}

.vcm-popup {
	position: absolute;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
	box-shadow: 2px 2px 2px #555555;
	color: #222222;
	font-size: 12px;
	min-width: 140px;
}

.vcm-popup-title {
	padding: 8px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 105%;
	margin-bottom: 1px;
	text-align: center;
	cursor: default;
}	

.vcm-popup-max {
	position: fixed;
	background-image: url('./assets/image/white_80p_transparent.png');
	color: #222222;
	font-size: 12px;
	min-width: 140px;
	top: 0; left: 0; right: 0; bottom: 0;
	box-sizing: border-box;
	padding: 20px;
}

.vcm-popup-max .vcm-popup-title {
	padding: 8px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 105%;
	margin-bottom: 1px;
	text-align: center;
	cursor: default;
}

.vcm-popup-max .vcm-popup-item { 
	padding: 10px;
	width: 70%;
	margin-left: auto; 
	margin-right: auto;
}


.vcm-popup-max .vcm-popup-title { 
	font-size: large;
	margin-bottom: 0.5em;
}

.vcm-popup-max .vcm-popup-item { 
	font-size: large;
	text-align: center;
	background: #0077CC;
	color: #ffffff;
	padding: 0.5em;
	border-radius: 0.5em;
	margin-bottom: 0.5em;
}

.vcm-popup-max .vcm-popup-item:hover { 
	background: #0088dd;
}

.m3-cmenu-popup {
	display: none;
	position: absolute;
	min-width: 100px;
	max-width: 200px;
	background: #f5f5f5;
	border: 1px solid #b5d5ff;

	-webkit-box-shadow: 10px 10px 9px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 9px -6px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 9px -6px rgba(0,0,0,0.75);
}

.m3-cmenu-item, .m3-cmenu-popup-title {
	padding-left: 10px;
	padding-right: 10px;
}

.m3-cmenu-item:hover {
	background-color: #dddddd;
	cursor: pointer;
}

.m3-cmenu-popup-title {
	padding: 5px;
	font-weight: bold;
	text-align: center;
}.ui-checkswitch-seg {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    height: 25px;
    padding: 3px;
    cursor: pointer;
    line-height: 25px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.ui-checkswitch-yes {
    background-color: green;
    color: white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ui-checkswitch-no {
    background-color: red;
    color: white;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ui-checkswitch-mode {
    padding-left: 15px;
    padding-right: 15px;
}

.ui-checkswitch-unmode {
    width: 5px;
    background-color: #cccccc;
    text-overflow: clip;
}@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
.m3-basic-banner {
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 15px;
}

.m3-basic-banner .m3-basic-banner-inner {
    padding: 15px;
}

.m3-basic-banner .m3-basic-banner-title {
    font-size: 20px;
    margin-bottom: 1em;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.m3-basic-banner .m3-basic-banner-body {

}

.m3-basic-banner-success .m3-basic-banner-title,
.m3-basic-banner-error .m3-basic-banner-title  {
    color: white;
    border-bottom: 1px solid #ffffff;
}

.m3-basic-banner-success {
    background-color: #0f9e60;
    color: white;
}

.m3-basic-banner-error {
    background-color: lightcoral;
    color: white;
}

.m3-basic-banner-other {
    background-color: orange;
    color: white;
}body.m3wnd-modal-active {
	overflow-y: hidden;
}

.m3wnd-template {
	position: absolute;
	background: #ffffff;
	border: 1px solid #eeeeee;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}

.m3wnd-template-inner { 
	position: absolute;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
}

.m3wnd-template .m3wnd-toolbar { 
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	height: 35px;
	background: #b0bdc7;
	color: #ffffff;
}

.m3wnd-template .m3wnd-toolbar-table { 
	width: 100%;
	height: 100%;
}

.m3wnd-template .m3wnd-title { 
	font-weight: bold;
	padding-left: 10px;
	cursor: pointer;
}

.m3wnd-template .m3wnd-loading-icon { 
	width: 20px;
	text-align: center;
}

.m3wnd-template .m3wnd-toolbar-button { 
	width: 20px;
	text-align: center;
	cursor: pointer;
}

.m3wnd-template .m3wnd-toolbar-button:hover { 
	background: #dddddd;
}

.m3wnd-template .m3wnd-content-outer { 
	position: absolute;
	top: 36px; left: 0px; right: 0px; bottom: 0px;
}

.m3wnd-template .m3wnd-content-inner { 
	position: absolute;
	top: 10px; left: 10px; right: 10px; bottom: 10px;
	overflow: visible;
}


/*
 *
 * Multiple Input Dialog
 *
 */

input.m3-ui-ilc-input[type=text],
input.m3-ui-ilc-input[type=password],
select.m3-ui-ilc-input,
textarea.m3-ui-ilc-input{ 
	padding: 5px !important;
	width: 100%;
	box-sizing: border-box;
}