/* Fix for IE from http://webdev-il.blogspot.se/2009/12/how-to-remove-blue-link-image-border-in.html */
a img {border: none; }
img { border: none; }
/*
input {
    float:center;
    width:100px;
    border:2px solid #dadada;
    / * border-radius:7px; * /
    font-size:13px;
    padding:5px;
    margin-top:-10px;    
}
*/

/**/
html {overflow-y: scroll;}

body {
    background-color: #f3f3f3;
    color: #8A8D99;
	font:lighter 16px/24px 'Source Sans Pro',"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    color: #000000;
    /*font-family: Arial,Helvetica,sans-serif;
    font-size: 0.95em;
    line-height: 1.5em;*/
    margin: 0;
    padding: 0;
	/*background:url("../albona/../images/mainBg.jpg") repeat-x scroll 0 0 #f3f3f3;*/
}
a:link, 
a:visited, 
a:active
{
	color:#1A629E;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.entry-content h1 {
    color: #3592DE;
    /* font-family: 'Julius Sans One',sans-serif; */
    font-size: 24px;
    font-weight: bold;
}
.entry-content h3 {
    color: #000000;
    /* font-family: 'Julius Sans One',sans-serif; */
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.softwareBox {
    float: right;
    margin-left: 20px;
}
.clear
{
	clear:both;
}
#header_text {
    color: #3592DE;
    float: right;
    margin-right: 25px;
    margin-top: 0;
    z-index: 1;
}
#logo {
	float:left;
	margin-left: 5px;
	margin-top: 5px;
	margin:5px;
	width: 190px;
	z-index: 1;
}
#logo2 {
	float: left;
	margin: 5px;
	margin-left: 60px;
	margin-top: 5px;
	width: 70px;
	margin-right: 0;
	z-index: 1;
}

#wrapper {
    background-color: #fff;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    margin: 0 auto;
	max-width:960px;
    padding: 20px 40px;
    width: 100%;
}

#header {
    border-bottom: 1px solid #CCCCCC;
    
    height: 80px;
    margin: 0 auto;
    padding: 10px;
    /*width: 940px;*/
}

#header h2 {
padding:10px;
}

#header h3 {
padding:10px;
}

#nav {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: 38px;
    text-align: right;
}

#nav a {
    
	border-right: 1px solid #CCCCCC;
    color: #333333;
    display: table-cell;
    float: left;
    height: 22px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 120px;
}
#nav a:visited{
background-color:#f1f1f1;

color:#333;
}

#nav a:hover {
background-color:#3592DE;
color:#f1f1f1;


}

#content {
/*width:940px;*/
width:100%;
float:left;
padding-top:10px;
}

#sidebar {
width:200px;
float:right;
margin-bottom:25px;
}

#sidebar a {
text-decoration:none;
}

#sidebar li {
list-style:none;
}

#footer {
clear:both;
/*width:960px;*/
height:80px;
border-top:1px solid #ccc;
}

#footer p {
padding:10px;
padding-left: 0;
padding-right: 0;
margin-top: 0;
}

/*
table { 
width: 100%;
font-size:0.8em;
font-weight:bold;
font-family:helvetica,sans-serif;
}
*/
table { 
width: 960px;
}

td.nowrap {
  overflow: hidden;
  white-space: nowrap;
}

.tabletext-center {
    text-align: center;
}

.select-editable { position:relative; background-color:white; border:solid grey 1px;  width:220px; height:18px; }
.select-editable select { position:absolute; top:0px; left:0px; font-size:14px; border:none; width:220px; margin:0; }
.select-editable input { position:absolute; top:0px; left:0px; width:198px; padding:1px; font-size:12px; border:none; }
.select-editable select:focus, .select-editable input:focus { outline:none; }


input, textarea, select, .select-editable {
    border: 1px solid #DADADA;
    padding: 10px;
    /*width: 270px;*/
}
input[type="submit"],
input[type="button"]
{
	width:250px;
	cursor:pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover
{
	background:#BABABA;
}
select:focus, textarea:focus, input:focus {
    outline:none;
    /*border-color:#9ecaed;*/
    box-shadow:0 0 10px #9ecaed;
}
input[type="text"] {
    
	
}

#installningarform_id fieldset, #installningarform_id2 fieldset {
    margin-bottom: 10px;
}
.lable
{
	float:left;
	width:160px;
}
.lableshort
{
	float:left;
	width:90px;
}

[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
    width: 30px;
}

#contentSubscribePriser {
width:540px;
float:left;
padding:10px;
}

#contentSubscribe {
width:240px;
float:left;
padding:10px;
}

#add_row, #add_text_row{
	/*position:relative;*/
	float:left;
}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}
.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11; text-decoration: underline;}
.notice {background: #FFF6BF; color: #000000; border-color: #FFD324;}
.notice a {color: #000000; text-decoration: underline;}
.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409; text-decoration: underline;}

.button, input[type="submit"], .greenbutton, input[type="button"], .bluebutton, .redbutton {
	outline:0 !important;
	display: inline-block;
	margin-top: 0;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	background-color: #606060;
	padding: 8px;
	border: 1px solid #404040;
	background-image: linear-gradient(to bottom, #606060 0%, #404040 100%);
	border-radius: 3px;
	box-shadow: 0px 1px 0px #707070, 0px 3px 7px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.4);
	-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-sizing:border-box;
	cursor: pointer;
	width: 160px;
}
input[type="submit"], .greenbutton {
	margin-top: 0.3em !important;
	background-color: #669933 !important;
	background-image: linear-gradient(to bottom, #669933 0%, #4A6E26 100%) !important;
	box-shadow: 0px 1px 0px #669900, 0px 3px 7px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.4) !important;
}
.bluebutton {
	margin-top: 0.3em !important;
	background-color: #3871A6 !important;
	background-image: linear-gradient(to bottom, #3871A6 0%, #264B6E 100%) !important;
	box-shadow: 0px 1px 0px #4A87C0, 0px 3px 7px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.4) !important;
}
input[type="button"].printbutton {
	margin-top: 0.3em !important;
	margin-left: 1em;
	width: 100px;
}
.redbutton {
	margin-top: 0.3em !important;
	background-color: #7F0303 !important;
	background-image: linear-gradient(to bottom, #7F0303 0%, #500C0C 100%) !important;
	box-shadow: 0px 1px 0px rgba(190,138,138,0.3), 1px 2px 3px rgba(0,0,0,.3), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.4) !important;
}
.button:active, input[type="button"]:active, input[type="submit"]:active, .greenbutton:active, .bluebutton:active, .redbutton:active {
	transition: all .03s ease-in-out;
	transform: translate(1px, 1px);
}
input[type="submit"]:hover, .greenbutton:hover {
	background-image: linear-gradient(to bottom, #669933 0%, #37511D 100%) !important;
}
.button:hover, input[type="button"]:hover {
	background-image: linear-gradient(to bottom, #606060 0%, #202020 100%);
}
.bluebutton:hover {
	background-image: linear-gradient(to bottom, #3871A6 0%, #193147 100%) !important;
}
.redbutton:hover {
	background-image: linear-gradient(to bottom, #7F0303 0%, #1E0606 100%) !important;
}

#nav {
	background-color: #F3F3F3;
	font-weight: 400;
	box-shadow: 0px 1px 0px #707070, 0px 2px 5px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 2px rgba(255,255,255,.4);
	-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-sizing:border-box;
}
#nav a {
	background-image: linear-gradient(to bottom, #dedede 0%, #ffffff 100%);
}
#nav a:visited {
	background-image: linear-gradient(to bottom, #dedede 0%, #ffffff 100%);
}
#nav a:hover {
	background-image: linear-gradient(to bottom, #3592DE 0%, #86BDEC 100%);
}

#footer {
height:80px;
}

#footer p {
padding-left: 0;
padding-right: 0;
}

.lableshort
{
	float:left;
	width:90px;
}

.pager {
	margin-top: -0.5em;
	padding-top: 0;
}

table, td{
	font:90% Arial, Helvetica, sans-serif;
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th{text-align:center;padding:.5em;border:1px solid #fff;} 
td{text-align:left;padding:.2em 0.5em;border:1px solid #fff;}
th{background: url(../util/tablecloth/tr_back6.gif) repeat-x; background-size: 100% 100%;color:#fff;}
td{background:#e5f1f4;}
tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}
tr:hover td {background: #ecfbd4;}
/* tr:active td {background: #bce774; color:#fff;} */

.showmobile {
	display: none;
}
.showmobiletable {
	display: none;
}


/* new design 2021 */

body {font-family:'Open Sans',Arial,sans-serif;font-size:14px;background-color:#fff;line-height:1.7em;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.et_pb_text_0 p {
    line-height: 1.5em;
}
.et_builder_inner_content.et_pb_gutters3 {
	z-index: 1000000;
}
.et_pb_section_0.et_pb_section {margin-top: 20px;}
article {
	font:lighter 16px/24px 'Source Sans Pro',"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
article input[type=text], input[type=password], article input, article input, article input, article select, article .select-editable {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #DADADA;
	padding: 10px;
}
article textarea {
	font-size: 14px;
	font-family: Monospace, Courier New, Courier, Arial, Helvetica, sans-serif;
}
article * {
    box-sizing: content-box;
}
#printbuttons * {
    box-sizing: border-box;
}
.et_pb_section_0_tb_header a:hover, .et-l--footer a:hover {
    text-decoration: none;
}
.entry-content .et_pb_row {
	width: 92%;
	max-width: 1200px;
}
.et-l--header .et_pb_gutters3 .et_pb_column_1_4, .et-l--header .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
	width: auto;
}
.et-l--header .et_pb_gutters3 .et_pb_column_1_2, .et-l--header .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 75%;
}
#et-boc > header > div > div > div > div.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {margin-right: 0 !important;}

/*
.et_pb_row_0_tb_header.et_pb_row {
    padding: 5px 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
*/
.et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu {
	display: block !important;
}
.et_mobile_nav_menu {
	display: none !important;
}

div.et_pb_section.et_pb_section_0 {
    background-image: none !important;
    background-color: #ffffff !important;
}

#due_invoices_table td, #reminder_invoices_table td, #invoices_table td, #quotes_invoices_table td, #revoked_invoices_table td, #paid_invoices_table td, #templates_invoices_table td, #customers_table td, #articles_table td, #projects_table td, #suppliers_table td, #costs_table td, #employees_table td, #timereports_table td, #months_table td, #myadmintable td, #myadmintable2 td, #totalsums td, #projects_costs_table td {
	padding: 7px;
}
.tableicontd {
	padding: 0;
}
.tableicontd img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#filters_button {
    clear: both;
}
fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;

    padding-block-start: 1.0em;
    padding-block-end: 1.0em;

    min-inline-size: min-content;
    border-width: 1px;
    border-style: solid;
    border-color: #bbbbbb;
    border-image: initial;
}

.entry-content .centerdiv {
	margin: auto;
	width: 100%;
}

/*
.dropdown-tdicon {
    margin-top: 25px !important;
    margin-left: 30px !important;
}
*/
.dropdown-tdicon {
    margin-top: 12px !important;
    margin-left: 8px !important;
}

input[type="text"]:disabled, select:disabled, textarea:disabled, 
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #dddddd !important;
	color: #000000 !important;
	opacity: 1 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
	color: #000000 !important;
}


/* new fonts */
table, td {
	font-family: "Open Sans", Arial, sans-serif;
}
article input[type=text], input[type=password], article input, article input, article input, article select, article .select-editable {
	font-family: "Open Sans", Arial, sans-serif;
	padding: 7px;
}

input[type=checkbox] {
    padding: initial;
}



/* new styles 2021-07 */

label {
	cursor: pointer; 
	user-select: none;
}
#sums label, #project_sums label {
	user-select: initial;
}
label.lable, label.lableshort {
	cursor: auto;
	font-weight: normal;
}
label.lableshort.forcheckbox {
	margin-top: 0;
}
label.lableshort {
	margin-top: 5px;
	clear: both;
}
legend {
	font-weight: bold;
	font-size: 110%;
}
fieldset fieldset legend {
	font-size: 100%;
}
.savecmds {
	float: none;
	clear: both;
	padding-top: 1.5em;
}
textarea + .savecmds, input[type=checkbox] + .savecmds {
	padding-top: 1em;
}
.nextfieldset, .cmdfieldset, .cmdafterpost {
	width: 100%;
	max-width: 500px;
	margin-top: 1em;
	margin-bottom: 0;
}
.cmdafterpost {
	margin-top: 0.25em;
}
/*
.cmdfieldset {
	margin-top: 1.5em;
}
*/
.cmdrightfieldset {
	max-width: 400px; 
	margin-left: auto; 
	margin-right: 0;
	margin-top: -0.5em;
}
.cmdrightfieldset input[type="button"], .cmdfieldset input[type="button"], .cmdafterpost input[type="button"], #postinfo2_create_invoice input[type="button"], #cmd_create_invoice input, #postinfo_create_invoice input[type="button"] {
	margin-right: 0.3em;
}
.cmdrightfieldset input[type="button"]:last-child {
	margin-right: 0;
}
.cmdafterpost input[type="button"] {
	margin-top: 0.3em;
}
input[type="button"].newcabutton {
	float: left;
	font-weight: bold;
	width: 135px;
}
.savebutton {
	font-weight: bold !important;
	margin-right: 1em;
}
.fieldsetrightbutton {
	margin-right: 2px;
	margin-top: 0 !important; 
	margin-bottom: 10px; 
	min-width: 170px; 
	float: right; 
	font-weight: bold;
}
#view_costs_button {
	margin-top: 4px;
}
#nyfaktura .deliveryaddress label {
	width: 20%;
}
#nyfaktura .deliveryaddress input {
	width: 70%;
	max-width: 250px;
}
#dropdown-filters.dropdown-anchor-right, #dropdown-reports.dropdown-anchor-right {
	margin-left: 1px;
}
.paidsum {
	display: block;
}
#featuretable > tfoot th {
	text-align: center;
}

/* invoice buttons */
#cmd_create_invoice .newbutton, #cmd_create_invoice input[type=submit] {
	font-weight: bold;
}
#cmd_create_invoice input[type=button], #cmd_create_invoice input[type=submit] {
	width: 180px;
}
#cmd_create_invoice #back_button {
	margin-right: 40px;
}

/* header and menu */
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li, .et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	margin-top: 0;
}
#et-boc > header > div > div > div > div.et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough {
	align-self: flex-start;
}
div.entry-content > div {
	padding-bottom: 10px;
}
@media (min-width: 981px) {
	.et_pb_menu--style-centered .et_pb_menu__wrap, .et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap {
	    justify-content: flex-end;
	    max-width: 1018px;
	}
	.et_pb_menu .et-menu>li, .et_pb_fullwidth_menu .et-menu>li {
	    padding-left: 7px;
	    padding-right: 7px;
	}
}
@media handheld, only screen and (max-width: 1015px) and (min-width: 720px) { 
	.et_pb_menu .et-menu>li, .et_pb_fullwidth_menu .et-menu>li {
	    padding-left: 5px;
	    padding-right: 5px;
	}
}

/* touchscreen fixes */
#menu-main-nav a, .topleftmenu, .et-l--header a, #blueimp-gallery, .langflags a, .langflags li {
	-webkit-tap-highlight-color: transparent;	
}

/* top left menu */
.topleftmenu {
	position: fixed;
	top: 10px;
	left: 0px;
	z-index: 10000000;
	cursor: pointer;
}
#topleftmenuul {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
#topleftmenuul a {
	padding-left: 5px;
	border-radius: 5px;
}
#topleftmenuul li {
	padding-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#topleftmenuul img {
	/* vertical-align: middle; */
	vertical-align: -16px;
	margin-right: 0px;
}
#dropdown-topleftmenu {
	margin-top: 0;
	margin-left: 5px;
}
#topleftmenuul a {
	color: #000000;
}

/* other */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}
#reports_button {
	margin-top: 5px;
}
.et_pb_text_0_tb_footer h3 {
	font-size: 22px;
}
#colspanTotal {
	flex: 1;
}

/* main bottom links */
.mainbottomlinks {
	text-align: center;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 18px;
}
.mainbottomlinks img {
	vertical-align: middle;
	margin-top: -6px;
}
.mainbottomlinks li {
	display: inline-block;
	margin-bottom: 3px;
}
.mainbottomlinks a {
	color: #555;
	display: inline-block;
	padding: 2px 15px;
	padding-left: 5px;
	padding-top: 5px;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 5px;
}
.mainbottomlinks a:hover, #topleftmenuul a:hover, .mainlargebutton:hover {
	background-color: #006294;
	color: #FFF;
	cursor: pointer;
}
a.mainbottomlinks-current, a.topleftmenuul-current {
	background-color: #1E3850;
	color: #FFF !important;
}
#content_weird_but_needed tfoot #colspanTotal {
	text-align: center;
}

/* hover menus */
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #0c71c3 !important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a:hover {
	opacity: 1;
	color: #595959 !important;
	transition: none;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a:hover {
    color: #0E83E6 !important;
}
.et_pb_row_inner.et_pb_row_inner_1_tb_footer a:hover {
	color: #dddddd !important;
}
.et-menu a {
    transition: all 0.2s ease-in-out;
}

/* new tablesorter */
.tablesorter .filtered {
  display: none;
}
.ui-table-reflow .ui-table-cell-label {
  display: none;
}

/* tablesorter math */
table.tablesorter > tfoot th {
  text-align: right;
}
table.tablesorter > tfoot th:last-child {
  padding: 0;
}
@media (min-width: 981px) {
	table.tablesorter {
		border: none;
	}
}
#collapse_container .collapsible {
	line-height: 1.25em;
	padding: 10px;
	font-weight: normal;
}

/* fix tables */
.tableicontd a {
	display: inline-block;
}
table input[type="checkbox"] {
	margin: 0;
	padding: 0;
}

/* register + login + restore */
#register_form {
	margin-top: 1.5em !important;
}
#login_form input, #register_form input, #restore_form input {
	max-width: 90%; 
	margin-bottom: 1em;
}
#agreementdiv {
	margin-top: 1em;
	overflow: auto; 
	width: 450px; 
	max-width: 90%; 
	float: right;
}
#licenseAgreement {
	overflow: auto; 
	width: 440px; 
	height: 292px; 
	max-width: 96%; 
	border: 1px solid #c0c0c0; 
	padding: 1%;
	line-height: 1.5em;
}

/* main */
.mainlargebutton {
	width: 150px;
	height: 150px;
	margin-right: 25px;
	margin-bottom: 25px;
	border-radius: 10px;
	box-shadow: 2px 2px 2px #c0c0c0;
	border: 1px solid #808080;
	display: inline-block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: -10px;
	background-color: #FFFFFF;
}
.mainlargebutton:hover {
	border: 1px solid #000000;
	box-shadow: 2px 2px 2px #808080;
}
.mainlargebutton-timereport {
	margin-right: 0;
}
.mainlargebutton-invoice {
	background-image: url(../images/main_invoice.png);
}
.mainlargebutton-quote {
	background-image: url(../images/main_quote.png);
}
.mainlargebutton-project {
	background-image: url(../images/main_project.png);
}
.mainlargebutton-timereport {
	background-image: url(../images/main_timereport.png);
}
.mainlargebutton p {
	margin-top: 115px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
ul.mainquicklinks {
	margin-right: 30px;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 0;
	font-weight: normal;
}
ul.mainquicklinks li {
	list-style-type: none;
}
.flex-container {
	text-align: left;
}

/* throbber */
#throbber, #throbber2 {
	margin-top: 7px;
}
#throbber2 span {
	vertical-align: 11px;
	margin-left: 10px;	
}

/* modern design */
fieldset {
	background-color: #fafafa;
}
fieldset fieldset {
	background-color: #f5f5f5;
}
.success fieldset {
	background-color: #dae2ba;
	margin-top: 0;
	width: 90%;
}
.success fieldset legend {
	font-size: 100%;
}
.mainlargebutton, table, table.tablesorter, fieldset, .floatingdiv, #ui-datepicker-div, .error, .notice, .success {
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
fieldset fieldset {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
table, table.tablesorter {
	overflow: hidden;
	border: none;
	border-style: hidden;
	box-shadow: 0 0 0px 1px rgb(0 0 0 / 50%), 0 5px 10px rgb(0 0 0 / 20%); /* trick */
}
.ui-datepicker table {
	box-shadow: none;
	border-radius: 0;
}
.tablesorter-default .header, .tablesorter-default .tablesorter-header, .tablesorter tfoot th {
	background-color: #464646;
}
article input[type=text], article input[type=search], article input[type=password], article select, article textarea, .select2-selection {
	border: solid 1px rgba(0, 0, 0, .3) !important;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000 !important;
}
article select {
	/* height: 18px; */
	padding-top: 6px;
	padding-bottom: 6px;
}
article select:focus, article textarea:focus, article input:focus, .select2-container--open .select2-selection {
	border: solid 1px rgba(0, 0, 0, .8) !important;
}
article input[type=text].topinputs {
	padding-top: 9px;
	padding-bottom: 8px;
}
@media (min-width: 600px) {
	article input[type=text].topinputs {
		min-width: 100px;
	}
}
.shortbutton {
	height: 34px;
	vertical-align: 0px;
	margin-left: 3px; 
	font-weight: bold; 
	max-width: 40px; 
	width: 40px;
	line-height: 1em;
}
#nyfaktura input.newbutton.shortbutton {
	max-width: 40px !important;
}
table td {
	border-color: #dddddd;
}
#content_weird_but_needed #faktura_tbody {
	background-color: #dddddd;
}
#content_weird_but_needed table th, #content_weird_but_needed table tbody td, #content_weird_but_needed table tfoot td {
	border-right: none !important;
	border-left: none !important;
}
#content_weird_but_needed #faktura_tbody td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#totalsums table tr:nth-child(odd), #totalsums table tr:nth-child(odd) td, #content_weird_but_needed #faktura_tbody tr:nth-child(odd), #content_weird_but_needed #faktura_tbody tr:nth-child(odd) td {
	background: #f8fbfc;
}
#totalsums table tr:nth-child(odd):hover, #totalsums table tr:nth-child(odd):hover td, #content_weird_but_needed #faktura_tbody tr:nth-child(odd):hover, #content_weird_but_needed #faktura_tbody tr:nth-child(odd):hover td {
	background: #ecfbd4;
}
#featuretable tr:nth-child(odd), #featuretable tr:nth-child(odd) td {
	background-color: #f8fbfc;
}
#featuretable tr:nth-child(odd):hover, #featuretable tr:nth-child(odd):hover td {
	background-color: #ecfbd4;
}
#content_weird_but_needed tfoot {
	background-color: #464646;
	background: url(../util/tablecloth/tr_back6.gif) repeat-x;
	background-size: 100% 100%;
	color: #fff;
}
#content_weird_but_needed tfoot td {
	background: transparent;
}
#content_weird_but_needed #invoicesums, #content_weird_but_needed #invoicesums td, #content_weird_but_needed #invoicesums tr {
	background: none;
	background-color: transparent;
	box-shadow: none;
	border: none !important;
}
#contentSubscribe2 table {
	box-shadow: none;
	margin-bottom: 0.25em;
	margin-top: 0;		
}
#contentSubscribe2 table, #contentSubscribe2 table tr, #contentSubscribe2 table td {
	background-color: transparent !important;
	border: none;	
}
body.hasfloatingdiv .entry-content > *:not(.floatingdiv) {
	opacity: 0.4;
}

/* fix input fields so more consistent */
fieldset select {
	min-width: 140px;
}
fieldset #div_period select, fieldset #vat {
	min-width: 0px;
}
span.select2.select2-container.select2-container--default {
	width: 316px !important;
}
#faktura_tbody span.select2.select2-container.select2-container--default {
	width: 108px !important;
}
#nyfaktura span.select2.select2-container.select2-container--default {
	width: 205px !important;
}
#nyartikel input[type=text], #nykund input[type=text], #nyanstalld input[type=text], #nyleverantor input[type=text], #nyttprojekt input[type=text], #nykostnad input[type=text], #nytidrapport input[type=text] {
	max-width: 296px;
}
#nyfaktura input[type=text] {
	max-width: 228px;
}
input[type=checkbox] {
	vertical-align: -1px;
}

/* floating divs */
.floatingdiv {
	z-index: 20000000;
	padding: 0.5em;
	display: none;
	width: 445px;
	height: auto;
	background: #f5f5f5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#add_customer_div {
	z-index: 20000001;
}

/* file uploads */
#theFiles {
	z-index: -10;
}
#theFiles {
	position: fixed;
	left: -500px;
	top: -500px;
	display: inline-block;
	/* right: 0; */
	/* bottom: 0; */
	cursor: pointer;
	opacity: 0;
	width: 100px;
	height: 100px;
}
#files {
	max-height: 210px;
	overflow-y: auto;
}
#uploadfilesbutton {
	font-size: 12px;
	padding: 3px;
	margin-bottom: 15px;
	margin-top: 0;
	max-width: 100px;
}
#editfiles, #showallfiles {
	font-size: 14px;
	margin-left: 8px;
}
.userfileicon  {
	margin-right: 8px;
}
.userfileicon img {
	width: 11px;
	height: 15px;
	vertical-align: -2px;
}
#edit-file-img, .userimagethumb {
	border: 1px solid #666666;
	box-shadow: 1px 1px 2px #aaaaaa;
	width: auto;
	height: 60px;
}
ul.userdocs, ul.userimages {
	padding: 0; 
	margin: 0;
}
ul.userdocs li, ul.userimages li {
	list-style-type: none;
	font-size: 15px;
	line-height: 1.5em;
}
ul.userdocs li {
	font-weight: 400;
}
#files.editmode ul.userdocs li, #files.editmode ul.userimages li {
	opacity: 0.6;
}
#files.allfiles {
	max-height: none;
}
ul.userimages li {
	display: inline-block;
	margin-right: 10px;
}
#edit-file-img {
	width: auto;
	height: 150px;
	max-width: 320px;
}
body.hasfloatingdiv #tiptip_holder {
	display: none !important;
}
a:hover #edit-file-img, a:hover .userimagethumb {
	border: 1px solid #000000;
}
#files.editmode ul.userdocs li:hover, #files.editmode ul.userimages li:hover {
	opacity: 1;
}

/* plus buttons */
input[type="button"].buttonplus {
	width: 35px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-width: 0 !important;
	opacity: 0.9;
}
input[type="button"].buttonhasplus {
	margin-right: 0 !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
input[type="button"].buttonhasplus:active + input[type="button"].buttonplus {
    transition: all .03s ease-in-out;
    transform: translate(1px, 1px);
}
input[type="button"].buttonplus:active {
    transform: none;
}
#dropdown-lang.dropdown li {
	padding: 5px 5px;
	padding-bottom: 2px;
    color: #000000;
	font-weight: 400;
}
#dropdown-lang.dropdown li.current {
	font-weight: bold;
}
#dropdown-lang.dropdown li img {
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 5px;
}
#dropdown-lang.dropdown li:hover {
    background-color: #006294;
    color: #FFF;
    cursor: pointer;
	border-radius: 3px;
}
#dropdown-lang.dropdown li.delimiter:hover {
	background-color: revert;
    color: revert;
    cursor: auto;
}

/* flags */
.langflags img {
	width: 32px;
	height: 32px;
}
.langflags a:hover {
    opacity: .9;
}
#topleftmenuul.langflags {
    font-weight: normal;
}
#topleftmenuul.langflags a:hover {
    opacity: 1;
}
#topleftmenuul.langflags img {
    vertical-align: -9px;
    margin-right: 5px;
}
#topleftmenuul.langflags li.current {
	font-weight: bold;
}
.topleftmenu.topflags img {
	border: none;
}

/* new 2021-10 */
.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
    border-radius: 3px;
    margin: 0 3px;
	color: #000000;
}
.dropdown .dropdown-menu hr {
	border: none;
	border-top: 1px solid #c0c0c0;
}
.dropdown .dropdown-menu LI > A:hover, .dropdown .dropdown-menu LABEL:hover {
	background-color: #006294;
}
#add_customer_div .lableshort {
    width: 110px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #DDDDDD;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
	color: #787878;
}

/* align logo left, wide screens */
@media (min-width: 1100px) { 
	.et_pb_image_0_tb_header .et_pb_image_wrap img:first-child {
		position: fixed;
		left: 47px;
	}
	.et_pb_image_0_tb_header .et_pb_image_wrap img.hiddenlogo {
		display: inline !important;
	}
}

/* not so dark red on red buttons */
.redbutton {
    background-color: #ab1010 !important;
    background-image: linear-gradient(to bottom, #ab1010 0%, #640303 100%) !important;
}
.redbutton:hover {
    background-image: linear-gradient(to bottom, #ab1010 0%, #400000 100%) !important;
}

/* www */
.greenbutton.wwwbutton, .bluebutton.wwwbutton, .redbutton.wwwbutton, .button.wwwbutton {
	width: 99% !important;
	max-width: 250px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 0;
}
.wwwimage {
    border: solid 1px rgba(0, 0, 0, .2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	max-width: 100%;
	height: auto;
}
.noborder {
	border: none;
	box-shadow: none;
}
.divdumps img {
	max-width: 260px;
	height: auto;
    border: solid 1px rgba(0, 0, 0, .2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
	margin-right: 20px;
	margin-bottom: 20px;
}
.divleft {
	float: left;
	width: 52%;
}
.divright {
	float: right;
	width: 42%;
	text-align: right;
}
.divleft > h2 {
	margin-bottom: 0.5em;
}
.divleft > p:nth-child(2) {
	font-size: 120%;
	font-weight: bold;
}
.divleft > p:nth-child(3) {
	font-size: 110%;
}
.div3columnparent {
	display: flex;
	flex-wrap: wrap;
}
.div3column {
	flex-grow: 1;
	width: 28%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	vertical-align: top;
	min-height: 100px;
	margin-bottom: 10px;
}
.div3column h4, .divfaq h4 {
	line-height: 1.25em;
	margin-bottom: 0.25em;
}
.div3column h2, .divleft h2, .divfaq h2, .divright h2, .div3column h4, .divfaq h4, .wwwheading {
	font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif;
}
.div3column img, .divfaq img {
	margin-top: -7px;
	vertical-align: middle;
}
.divfaq h2 {
	margin-bottom: 1em;
}
.divfaq p {
	margin-bottom: 0.75em;
}
.divdumps h2 {
	margin-bottom: 1em;
}
hr.hr {
	border: none;
	border-top: 1px solid #c0c0c0;
}

/* tablesorter fixes */
.tablesorter-pager .pagedisplay .padzero {
	min-width: 16px;
	display: inline-block;
	text-align: right;
}
.tablesorter-pager img {
    margin-top: -2px;
}
#pager {
	user-select: none;
}

/* modern www, jan 2022 */
.entry-content ul.wwwlist {
	font-weight: 400; 
	font-size: 110%; 
	text-align: center; 
	list-style-type: none; 
	padding-left: 0; 
}
.divfancybg {
    background-color: #334CD0;
    background-image: linear-gradient(150deg,#0C66B2 0%,#681BE1 100%)!important;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 0;
}
.divfancybg-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.divfancybg-fullwidth > .divfancybg-top + div, .divfancybg-fullwidth > .divfancybg-top + ul {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.divfancybg > div.divfaq {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
@media handheld, only screen and (max-width: 500px) {
	.divfancybg > .divfancybg-top + div {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.divfancybg-dark, .divfancybg-dark h1, .divfancybg-dark h2, .divfancybg-dark h3, .divfancybg-dark h4, .divfancybg-dark h5, .divfancybg-dark h6 {
	color: #ffffff;
}
.divfancybg-dark a {
	color: #aed2ff;
}
.divfancybg .div3columnparent {
	margin-top: 20px;
}
.divfancybg-top {
    background-image: url(/images/lines_top2.svg);
    background-size: 100% 100px;
    top: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
    height: 100px;
	width: 100%;
}
.divfancybg-bottom {
    background-image: url(/images/lines_bottom2.svg);
    background-size: 100% 100px;
    bottom: 0;
	margin: 0;
	padding: 0;
	margin-top: 20px;
    height: 100px;
	width: 100%;
}
div.et_pb_section.et_pb_section_0_tb_footer {
	background-color: #142339 !important;
	background-image: url(/images/albona-gratis-online-faktureringsprogram-muster.png),linear-gradient(150deg,#464646 0%,#9270c9 100%) !important;
}

/* invoice lang drop downs */
#dropdown-lang.dropdown li {
	padding: 2px 2px;
	padding-bottom: 0px;
	padding-top: 3px;
}
#dropdown-lang.dropdown li.notpinned {
	/* padding-top: 3px; */
	padding-bottom: 0;
}
#dropdown-lang.dropdown li.notpinned img {
	width: 24px;
	height: 24px;
	/* margin-right: 13px; */
	image-rendering: -webkit-optimize-contrast;
}
#dropdown-lang.dropdown li.notpinned {
	font-size: 90%;
}
@media handheld, only screen and (min-width: 981px) {
	#dropdown-lang.dropdown .dropdown-menu {
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 400px;
	}
	#dropdown-lang.dropdown li {
		width: 49%;
		display: inline-block;
	}
	#dropdown-lang.dropdown li.delimiter {
		width: 100%;
	}
}

/* dragging table rows */
.dragging {
	opacity: 0.80;
	user-select: none !important;
	cursor: move !important;
}
.dragging * {
	user-select: none !important;
	cursor: move !important;
}
tr.dragging:hover, tr.dragging:hover td {
	background-color: #FFFFCC !important;
}
#faktura_table thead, #faktura_table tfoot, #faktura_tbody {
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

/* collapsible */
.hltitle {
	background-color: #99FF99;
}
.collapsible .hltitle {
	background-color: #339A00;
}
.collapse_content li, #f7 p {
	list-style-type: none;
	line-height: 1.3em;
	margin-top: 1em;
}
.collapsible.highlight:hover {
	cursor: initial;
}
.collapsible {
	cursor: pointer;
	border-radius: 3px;
	background-color: #606060;
	background-image: linear-gradient(to bottom, #606060 0%, #404040 100%);
	box-shadow: 0px 1px 0px #707070, 0px 3px 7px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.4);
	color: #DBDBDB;
	padding-left: 5px;
}
.collapse-open {
	border-radius: 3px;
	background-color: #3871A6 !important;
	background-image: linear-gradient(to bottom, #3871A6 0%, #264B6E 100%) !important;
	box-shadow: 0px 1px 0px #4A87C0, 0px 3px 7px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.4) !important;
	color: #ffffff;
}

/* additions feb 2022 */
input[type="search"] {
	background-color: #ffffff;
}
@media (min-width: 981px) {
	#cmd_create_invoice {text-align: right;}
	#cmd_create_invoice legend {text-align: left;}
	#save_button, #back_button {float: left;}
	#back_button {margin-top: 4px; margin-left: 0.25em;}
}

/* topright reg form */
#topright_form {
	display: none;
}
@media handheld, only screen and (min-width: 1500px) {
	#topright_form {
		display: block;
		font-size: 90%;
		padding: 10px;
		border-radius: 8px;
		box-shadow: 0 0 5px #404040;
		border: 1px solid #000000;
		line-height: 1em;
		position: absolute;
		width: 190px;
		top: 117px;
		right: 30px;
		background-color: #334CD0;
		background-image: linear-gradient(150deg,#0C66B2 0%,#1b9ae1 100%);
		color: #ffffff;
		z-index: 100;
		/*
		background: #dddddd;
		background-image: linear-gradient(90deg, #dddddd, #cccccc);
		color: #000000;
		*/
	}
	#topright_form h3 {
		color: #ffffff;
	}
	#topright_form #register_form {
		margin-top: 1.0em !important;
	}
	#topright_form #register_form input, #topright_form #register_form select {
		max-width: 168px;
		/* font-size: 90%; */
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 0;
		margin-bottom: 14px;
	}
	#topright_form #register_form input[type="submit"] {
		width: 188px;
		max-width: 188px;
		margin-bottom: 6px;
		margin-top: 14px !important;
		box-shadow: 0px 1px 0px #005299, 0px 3px 7px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 40%) !important;
	}
	#topright_form #register_form input[type="checkbox"] {
		margin-bottom: 0;
	}
	#topright_form #register_form a:link, #topright_form #register_form a:visited, #topright_form #register_form a:active {
		/* color: #024985; */
		color: #7afbf5;
	}
	#topright_form.fixedposition {
		position: fixed;
	}
}
@media handheld, only screen and (min-width: 1710px) {
	#topright_form {
		position: fixed;
		z-index: 1000000000000;
	}
}


/* langs, see also mobile css */
html:lang(de) .autosize-de {width: auto !important;}
html:lang(de) .smallfont-de {font-size: 90% !important;}
html:lang(it) .autosize-it {width: auto !important;}
html:lang(it) .smallfont-it {font-size: 90% !important;}
html:lang(fr) .autosize-fr {width: auto !important;}
html:lang(fr) .smallfont-fr {font-size: 90% !important;}
html:lang(es) .autosize-es {width: auto !important;}
html:lang(es) .smallfont-es {font-size: 90% !important;}
html:lang(pt) .autosize-pt {width: auto !important;}
html:lang(pt) .smallfont-pt {font-size: 90% !important;}
html:lang(hr) .autosize-hr {width: auto !important;}
html:lang(hr) .smallfont-hr {font-size: 90% !important;}
html:lang(cs) .autosize-cs {width: auto !important;}
html:lang(cs) .smallfont-cs {font-size: 90% !important;}
html:lang(fi) .autosize-fi {width: auto !important;}
html:lang(fi) .smallfont-fi {font-size: 90% !important;}
html:lang(pl) .autosize-pl {width: auto !important;}
html:lang(pl) .smallfont-pl {font-size: 90% !important;}
html:lang(tr) .autosize-tr {width: auto !important;}
html:lang(tr) .smallfont-tr {font-size: 90% !important;}

/* speed up */
.et-menu a {
    transition: none !important;
}


/* external plugins */


/* select2 */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* select2 mods */
.select2-container--default .select2-selection--single {
	height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-family: "Open Sans", Arial, sans-serif;
	color: #000000;
	font-size: 13.333px;
	line-height: 33px;
	font-weight: 400;
}
.select2-results {
	font-size: 12px;
}
.select2-results__option--selectable {
	padding-bottom: 0;
	padding-top: 0;
}
.select2-dropdown {
	margin-top: -3px !important;
	z-index: 1051000;
	border-color: #000000;
	overflow-x: hidden;
}
.select2-dropdown--above {
	margin-top: 3px !important;
}
.select2-container--open .select2-dropdown--below {
	border-top: 1px solid black;	
}
.select2-container--open .select2-dropdown--above {
	border-bottom: 1px solid black;	
}
.select2-selection {
	padding: 0;
	padding-left: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
    top: 72%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 1px 4px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}


/* jQuery dropdown */

.dropdown {
	position: absolute;
	z-index: 9999999;
	display: none;
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
	min-width: 160px;
	max-width: 360px;
	list-style: none;
	background: #f5f5f5;
	border: solid 1px #DDD;
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 0;
}

.dropdown .dropdown-panel {
	padding: 10px;
}

.dropdown.dropdown-tip {
	margin-top: 8px;
}

.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f5f5;
  display: inline-block;
}

.dropdown.dropdown-tip.dropdown-anchor-right:after {
	left: auto;
	right: 10px;
}


.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
	max-height: 358px;
	overflow: auto;
}

.dropdown .dropdown-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	white-space: nowrap;
}

.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
	background-color: #08C;
	color: #FFF;
	cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0;
	margin: 5px 0;
}

/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.dropdown .undo A { background-image: url(../util/icons/arrow-curve-180-left.png); }
.dropdown .redo A { background-image: url(../util/icons/arrow-curve.png); }
.dropdown .cut A { background-image: url(../util/icons/scissors.png); }
.dropdown .copy A { background-image: url(../util/icons/document-copy.png); }
.dropdown .paste A { background-image: url(../util/icons/clipboard.png); }
.dropdown .delete A { background-image: url(../util/icons/cross-script.png); }


/* tablesorter-pager */

/* pager wrapper, div */
.tablesorter-pager {
	padding: 5px;
}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
	background-color: #e6eeee;
	margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
}
/* pager navigation arrows */
.tablesorter-pager img {
	vertical-align: middle;
	margin-right: 2px;
	cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
	padding: 0 5px 0 5px;
	width: auto;
	white-space: nowrap;
	text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
	margin: 0;
	padding: 0;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
	display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
	/* visibility: hidden */
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}


/* tablesorter */

.tablesorter-default tfoot th,
.tablesorter-default tfoot td {
    border: 0;
}

.tablesorter-default thead .sorter-false {
    /*background-image: none;
    cursor: default;
    padding: 4px;
    */
    background-image: url(../util/tablecloth/tr_back6.gif); color:#fff;
    background-repeat: repeat-x;
    background-position: center left;
    background-size:  100% 100%;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {    
    /*Multiple url from http://www.css3.info/preview/multiple-backgrounds/ */
    background-image: url(../util/bg_white.gif), url(../util/tablecloth/tr_back6.gif); color:#fff;
    background-repeat: no-repeat, repeat-x;
    background-position: center right, center left;
    background-size: 21px 9px, 100% 100%;

    cursor: pointer;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
    background-image: url(../util/asc_white.gif), url(../util/tablecloth/tr_back6.gif);
    background-size: 21px 4px, 100% 100%;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
    background-image: url(../util/desc_white.gif), url(../util/tablecloth/tr_back6.gif);
    background-size: 21px 4px, 100% 100%;
}

/* tables */
table.tablesorter {
/*	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
*/	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
/*	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	*/
}
table.tablesorter thead tr .header {
	/*background-image: url(../util/bg_blue.gif);
	background-repeat: no-repeat;
	background-position: center right;
	*/
	/*Multiple url from http://www.css3.info/preview/multiple-backgrounds/ */
	background-image: url(../util/bg_white.gif), url(../util/tablecloth/tr_back6.gif); color:#fff;
    background-repeat: no-repeat, repeat-x;
    background-position: center right, center left;
    background-size: 21px 9px, 100% 100%;

	cursor: pointer;
}
table.tablesorter tbody td {
	/*
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;*/
}
table.tablesorter tbody tr.odd td {
	/*background-color:#F0F0F6;*/
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../util/asc_white.gif), url(../util/tablecloth/tr_back6.gif);
	background-size: 21px 4px, 100% 100%;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../util/desc_white.gif), url(../util/tablecloth/tr_back6.gif);
	background-size: 21px 4px, 100% 100%;
}
/*
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
*/


/* blueimp-gallery */

/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  /* Prevent artifacts in Mozilla Firefox: */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
  display: block;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  visibility: hidden;
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery > .slides > .slide-prev,
.blueimp-gallery > .slides > .slide-active,
.blueimp-gallery > .slides > .slide-next {
  visibility: visible;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(/util/blueimp-gallery/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery-smil > .slides > .slide-loading {
  background-image: url(/util/blueimp-gallery/loading.svg);
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(/util/blueimp-gallery/error.png) center no-repeat;
}
.blueimp-gallery-svgasimg > .slides > .slide-error {
  background-image: url(/util/blueimp-gallery/error.svg);
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery-display > .prev,
.blueimp-gallery-display > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 20px;
  padding: 10px 14px 10px 18px;
  margin-top: -23px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #222 url(/util/blueimp-gallery/prev.png) center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery-display > .next {
  right: 15px;
  left: auto;
  background-image: url(/util/blueimp-gallery/next.png);
}
.blueimp-gallery-svgasimg > .prev {
  background-image: url(/util/blueimp-gallery/prev.svg);
}
.blueimp-gallery-svgasimg > .next {
  background-image: url(/util/blueimp-gallery/next.svg);
}
.blueimp-gallery-display > .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(/util/blueimp-gallery/close.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}
.blueimp-gallery-svgasimg > .close {
  background-image: url(/util/blueimp-gallery/close.svg);
}
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 60px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery-display > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: url(/util/blueimp-gallery/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-svgasimg > .play-pause {
  background-image: url(/util/blueimp-gallery/play-pause.svg);
}
.blueimp-gallery-playing > .play-pause {
  background-position: -30px 0;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content > img {
  position: relative;
}

@supports (object-fit: contain) {
  .blueimp-gallery-contain > .slides > .slide > .slide-content,
  .blueimp-gallery-contain > .slides > .slide > .slide-content > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: #fff;
  }
}

/* blueimp-gallery indicator plugin */

/*
 * blueimp Gallery Indicator CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}

/* IE7 fixes */
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}

.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.blueimp-gallery > .indicator > li:after {
  opacity: 0;
  display: block;
  position: absolute;
  content: '';
  top: -5em;
  left: 4px;
  width: 75px;
  height: 75px;
  transition: transform 600ms ease-out, opacity 400ms ease-out;
  transform: translateX(-50%) translateY(0) translateZ(0px);
  pointer-events: none;
}

.blueimp-gallery > .indicator > li:hover:after {
  opacity: 1;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-5px) translateZ(0px);
}

.blueimp-gallery > .indicator > .active:after {
  display: none;
}

.blueimp-gallery-controls > .indicator {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}

/* own custom css for blueimp-gallery*/

#blueimp-gallery {
	z-index: 10000010;
}
.blueimp-gallery-controls > .description {
	display: block;
}
.blueimp-gallery > .indicator > li {
	width: 50px;
	height: 50px;
	background-size: cover;
	opacity: 0.8;
}

.blueimp-gallery > .indicator > li:hover, .blueimp-gallery > .indicator > .active {
	opacity: 1;
}

.blueimp-gallery > .indicator > li:hover:after {
	display: none;
}

.blueimp-gallery > .title {
	text-align: center;
	width: 100%;
	left: 0;
	color: #fff;
	opacity: 1;
}

.blueimp-gallery > .description {
	position: absolute;
	color: #fff;
	display: block;
	background: rgba(0,0,0,0.65);
	padding: 10px !important;
	width: 80%;
	max-width: 600px;
	border-radius: 10px;
	color: #ffffff;
	height: auto;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}


/* cookieconsent */
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

/* cookieconsent custom css */
.cc-banner.cc-bottom, .cc-window.cc-floating {
    z-index: 30000000;
}
