/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  /* border-bottom: 1px dotted; */
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 1.6em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

body.cms2017 button,
body.cms2017 input,
body.cms2017 optgroup,
body.cms2017 select,
body.cms2017 textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

body.cms2017 button,
body.cms2017 html input[type="button"], /* 1 */
body.cms2017 input[type="reset"],
body.cms2017 input[type="submit"] {

  cursor: pointer; /* 3 */
}

body.cms2017 button,
body.cms2017 input[type="button"], /* 1 */
body.cms2017 input[type="reset"],
body.cms2017 input[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

body.cms2017 input[type="checkbox"],
body.cms2017 input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px 1rem 0;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* global admin style 2017 edition */

html, body {
	font-size: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	color: rgba(0, 0, 0, 0.8);
	background-color: #F5F4F4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



img:not([class="cboxPhoto"]) {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

.body img[align="left"],
.body img[style*="float: left"]{
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.body img[align="right"],
.body img[style*="float: right"]{
	margin-left: 0.5em;
}

/*  cf = clearfix, add this class to elements you need to clear  */

.cf::before,
.cf::after{
  content: ' ';
  display: table;
}

.cf::after{
  clear: both;
}

.clearfix,
.cpsoptionsclear,
.cpsclear {
	clear: both;
	/* font-size: 1px; */
	/* height: 0; */
}

.show-for-sr,
.show-on-focus{
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus{
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto;
}


/*------------------------------------*\
	#TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/cpclass/css/material-design-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/cpclass/css/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'),
       url(/cpclass/css/material-design-icons/MaterialIcons-Regular.woff) format('woff'),
       url(/cpclass/css/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.smallericon,
.material-icons.smallicon{
  font-size: 16px;
}

table .material-icons{
  vertical-align: middle;
}

.fadedtext,
.smalltext{
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.813em;
}

.smallbold {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.813rem;
  font-weight: 600;
}

.tiny {
  font-size: 0.6rem;
}

.mdl-small-button {
  font-size: 0.813rem;
  height: 22px;
  line-height: 22px;
}
.cpselementcontainer .mdl-textfield__label {
  color: rgba(0, 0, 0, 0.65);
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

p{
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}

em,
i{
	font-style: italic;
	line-height: inherit;
}

strong,
b{
	font-weight: bold;
	line-height: inherit;
}

small{
	font-size: 80%;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
	font-weight: 500;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 2;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small{
	font-size: 80%;
	color: #767676;
	line-height: 0;
}

h1{ font-size: 1.5rem; }
h2{ font-size: 1.25rem; }
h3{ font-size: 1.1875rem; }
h4{ font-size: 1.125rem; }
h5{ font-size: 1.0625rem; }
h6{ font-size: 1rem; }

h1 time,
h2 time{
	color: #767676;
	line-height: 0;
}

h1 time{ font-size: 60%; }
h2 time{ font-size: 70%; }

@media screen and (min-width: 40em) {
	h1{ font-size: 1.6rem; }
	h2{ font-size: 1.5rem; }
	h3{ font-size: 1.2rem; }
	h4{ font-size: 1.2rem; }
	h5{ font-size: 1rem; }
	h6{ font-size: 1rem; }
}

code,
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

blockquote:after {
	position: absolute;
	left: 0;
	display: inline-block;
	z-index: -1;
	content: "\201D";
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 0.3;
	color: #e2e2e2;
}

a{
	color: #005d92;
	text-decoration: underline;
	line-height: inherit;
	cursor: pointer;
}

a:hover, a:focus{
	text-decoration: underline;
}

a img{ border: 0; }

ul,
ol,
dl{
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside;
}

li{
	font-size: inherit;
}

ul{
	list-style-type: disc;
	margin-left: 1.25rem;
}

ol{
	margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol{
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style-type: inherit;
}

ul.noliststyle,
div.noliststyle ul{
  list-style: none;
}

/* 
dl{
	margin-bottom: 1rem;
	max-width: 500px;
}

dl dt{
	margin-bottom: 0.3rem;
	font-weight: bold;
}

dt, dd {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
}

dt {
    width: 170px;
    padding-right: 0.5rem;
}

dd {
    width: 330px;
}
*/
blockquote{
	margin: 0 0 1rem;
	padding: 0.5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}

blockquote, blockquote p{
	line-height: 1.6;
	color: #8a8a8a;
}

cite{
	display: block;
	font-size: 0.8125rem;
	color: #8a8a8a;
}

cite:before{
	content: '\2014 \0020';
}

abbr{
	color: inherit;
	cursor: help;
	/* border-bottom: 1px dotted #0a0a0a; */
}

code,
pre{
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
	background-color: #e6e6e6;
	border: 1px solid #cacaca;
	padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd{
	padding: 0.125rem 0.25rem 0;
	margin: 0;
	background-color: #e6e6e6;
	color: #0a0a0a;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
}

#page{
    height: 100%;
    background-color: #F5F4F4;
}

.tac {
  text-align: center;
}


/*------------------------------------*\
	#COMPONENTS
\*------------------------------------*/

a.mdl-button:hover {
  text-decoration: none;
}

.cms2017 .button,
.cms2017 input[type="submit"] {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    line-height: 36px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    min-width: 64px;
    height: 36px;
    padding: 0 16px;

    cursor: pointer;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: uppercase;

    color: rgb(0,0,0);
    border: none;
    border-radius: 2px;
    outline: none;
    background: transparent;
    background-color: rgba(0, 0, 0, 0.05);

    will-change: box-shadow;

}

.cms2017 .button:not(:last-of-type),
.cms2017 input[type="submit"] {
	margin-right: 1rem;
}

.cms2017 #main .button.small {
  font-size: 0.75rem;
  height: auto;
  padding: 6px 8px;
  line-height: normal;
  vertical-align: middle;
}

.cms2017 #main .button::-moz-focus-inner,
.cms2017 #main input[type="submit"]::-moz-focus-inner {
    border: 0;
}
.cms2017 .button:hover,
.cms2017 input[type="submit"]:hover {
    text-decoration: none;
    background-color: rgba(158,158,158, .70);
}
.cms2017 .button:focus:not(:active),
.cms2017 input[type="submit"]:focus:not(:active) {
    background-color: rgba(0,0,0, .12);
}
.cms2017 .button:active,
.cms2017 input[type="submit"]:active {
    background-color: rgba(158,158,158, .40);
}

.cms2017 input[type='submit'] {
    -webkit-appearance: none;
}

.cms2017 .button.blue,
.cms2017 input.blue[type="submit"] {
    background: rgba(158,158,158, .20);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.cms2017 .button.blue:active,
.cms2017 input.blue[type="submit"]:active {
    background-color: rgba(158,158,158, .40);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}
.cms2017 .button.blue:focus:not(:active),
.cms2017 input.blue[type="submit"]:focus:not(:active) {
    background-color: rgba(158,158,158, .40);
    box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36);
}
.cms2017 .button.blue,
.cms2017 #main input.blue[type="submit"] {
    color: rgb(255,255,255);
    background: rgb(68,108,179);
}
.cms2017 .button.blue:hover,
.cms2017 input.blue[type="submit"]:hover {
    background-color: rgb(68,108,179);
}
.cms2017 .button.blue:active,
.cms2017 input.blue[type="submit"]:active {
    background-color: rgb(68,108,179);
}
.cms2017 .button.blue:focus:not(:active),
.cms2017 input.blue[type="submit"]:focus:not(:active) {
    background-color: rgb(68,108,179);
}
.cms2017 .button.blue .mdl-ripple {
    background: rgb(255,255,255);
}

.cms2017 #main .button.orange,
.cms2017 #main .button.red,
.cms2017 input.blue[type="submit"]{
  color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.cms2017 #main .button.orange,
.cms2017 #main .button.red{
  background: #FF5722;
}

.cms2017 #main .mdl-button--colored.red {
  color: #FF5722;
}

.cms2017 #main .mdl-button--colored.green {
  color: #00B16A;
}

.cms2017 #main .button.orange:hover,
.cms2017 #main .button.red:hover{
  background: #f77a51;
}

.cms2017 #main .button.blue{
	color: #fff;
  background: rgb(68,108,179);
}

.cms2017 #main .button.blue:hover,
.cms2017 #main input.blue:hover {
  background-color: rgb(101,140,208);
}

.cms2017 #main .button.green{
  background: #00B16A;
  color: #fff;
}

.cms2017 #main .button.green:hover {
  background-color: #07d683;
}

.cms2017 #main .button.gray,
.cms2017 #main .mdl-button.gray {
  background-color: rgba(0, 0, 0, 0.02);
}

.cms2017 .button i.material-icons{
	vertical-align: middle;
  font-size: 20px;
  line-height: 0.8;
  margin-right: 0.5rem;
}

.cms2017 .button i.material-icons.redicon{
  color: #CF0000;
}

.cms2017 .ui-widget {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}

.cms2017 .ui-widget.ui-tabs .ui-tabs-nav {
  font-size: 0.813rem;
}

.mdl-button {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
}


table {
    font-size: 13px;

    position: relative;

    width: 100%;

    border-collapse: collapse;

    /* white-space: nowrap; */

    border: 1px solid rgba(0, 0, 0, .04);
    background-color: rgb(255,255,255);
}
table caption {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
table thead {
    padding-bottom: 3px;
}
table thead .mdl-data-table__select {
    margin-top: 0;
}
table tbody tr {
    position: relative;

    /* height: 48px; */

    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .28s;
    transition-property: background-color;
}
table tbody tr.is-selected {
    background-color: #e0e0e0;
}
table:not(.nohoverstyle) tbody tr:hover,
table:not([role="presentation"]) tbody tr:hover {
    /* background-color: #f2f2f2; */
}
table.cke_dialog {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
table:not([role="presentation"]):not(.ui-datepicker-calendar) td,
table:not([role="presentation"]):not(.ui-datepicker-calendar) th {
    /* padding: 0 18px 12px 18px; */
    padding: 10px 12px;
    /* text-align: right; */
}
table:not([role="presentation"]):not(.ui-datepicker-calendar) td:first-of-type,
table:not([role="presentation"]):not(.ui-datepicker-calendar) th:first-of-type {
    /* padding-left: 24px; */
}
table:not([role="presentation"]):not(.ui-datepicker-calendar) td:last-of-type,
table:not([role="presentation"]):not(.ui-datepicker-calendar) th:last-of-type {
    /* padding-right: 24px; */
}
table:not([role="presentation"]):not(.ui-datepicker-calendar) td {
    position: relative;

    box-sizing: border-box;
    /* height: 48px; */
    padding-top: 12px;

    vertical-align: top;

    border-top: 1px solid rgba(0, 0, 0, .02);
    border-bottom: 1px solid rgba(0, 0, 0, .02);
}
table td .mdl-data-table__select {
    vertical-align: middle;
}
table th {
    font-size: 14px;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;

    position: relative;

    box-sizing: border-box;
    /* height: 48px; */
    padding-bottom: 8px;

    /* vertical-align: bottom; */
    text-overflow: ellipsis;

    color: rgba(0, 0, 0, .84);
    background-color: transparent;
    border-bottom: 2px solid #c0c0c0;
    font-weight: 500;
    /* border-left: 1px solid #e0e0e0; */
}
table th:hover {
  background-color: #fafafa;
}
table th.mdl-data-table__header--sorted-ascending,
table th.mdl-data-table__header--sorted-descending {
    color: rgba(0, 0, 0, .87);
}
table th.mdl-data-table__header--sorted-ascending:before,
table th.mdl-data-table__header--sorted-descending:before {
    font-family: 'Material Icons';
    font-size: 24px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    margin-right: 5px;

    content: '\e5d8';
    vertical-align: sub;
    letter-spacing: normal;
    text-transform: none;
    word-wrap: normal;

       -moz-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
table th.mdl-data-table__header--sorted-ascending:hover,
table th.mdl-data-table__header--sorted-descending:hover {
    cursor: pointer;
}
table th.mdl-data-table__header--sorted-ascending:hover:before,
table th.mdl-data-table__header--sorted-descending:hover:before {
    color: rgba(0, 0, 0, .26);
}
table th.mdl-data-table__header--sorted-descending:before {
    content: '\e5db';
}

.dataTables_filter {
  font-size: 0.813rem;
}

.dataTables_info {
  font-size: 0.75rem;
  color: #707070;
}

#popupmenucontent{
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

#popupmenucontent .popuptitle{
	padding: 0.25rem 0.5rem;
	background-color: #f2f2f2;
	font-weight: 600;
}

#popupmenucontent .popupitem,
#popupmenucontent .popupitemsel{
	padding: 0.25rem 0.5rem;
	border-top: 1px solid #eee;
	cursor: pointer;
	font-size: 0.9rem;
	will-change: background-color;
	transition: all 0.2s ease;
}

#popupmenucontent .popupitem:hover{
	background-color: #eee;
}

/* Reset all table styling */

.filemanagertable table,
table.basictable,
div.basictable table{
  background-color: transparent;
  border: 0;
}

table.basictable:not([width]),
div.basictable table:not([width]){
  width: auto;
}

/* table.basictable td:last-of-type, table.basictable th:last-of-type  */
.filemanagertable table td,
.filemanagertable table td:last-of-type,
table.basictable td,
#main div.basictable table td {
  height: auto;
  padding: 4px;
  border: 0;
}

.filemanagertable table tbody tr
table.basictable tbody tr{
  height: auto;
  padding: 0;
}

.cmspayload table.settingstable td {
  /* border-bottom: 1px solid #ececec; */
}

.cmspayload table.settingstable td:first-of-type {
  padding-right: 0.5rem;
  font-weight: 500;
  text-align: right;
  width: 150px;
}

.cmspayload table.settingstable input[type="text"],
.cmspayload table.settingstable textarea {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 4px;
}



/* old cms resets */

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.textright{
  text-align: right;
}

.dib {
  display: inline-block;
}

textarea.codesyntax{
  font-family: monospace !important;
  font-size: 12px;
}

.col,
.box{
  margin-bottom: 1rem;
}

.box, fieldset {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  position: relative;
  border: 1px solid #C7CEDB;
  border-radius: 2px;
  /* overflow: hidden; */
}

.box.lightblue {
  border-color: #BBD7E4;
  background-color: #E9F3F8;
}

.box .cell, fieldset  {
  padding: 1rem;
}

.box .caption, table caption {
  padding: 10px; margin: 0;
  border-bottom: 1px solid #c2c2d3;
  background: #eff1f6 url(../images/caption.png) repeat-x bottom;
  text-shadow: 0 1px 1px #FFF;
}

.p10 {
  width: 10%;
}
.p15 {
  width: 15%;
}
.p20 {
  width: 20%;
}
.p25 {
  width: 25%;
}
.p40 {
  width: 40%;
}
.p48 {
  width: 48%;
}
.p50 {
  width: 50%;
}
.p75 {
  width: 75%;
}
.p80 {
  width: 79.9%;
}
.p85 {
  width: 85%;
}
.p93 {
  width: 93%;
}
.p95 {
  width: 95%;
}
.p96 {
  width: 96%;
}
.p98 {
  width: 98%;
}
.p100 {
  width: 100%;
}
.h100{
  min-height: 100px;
}
.h300 {

  min-height: 300px;
}

.mfp-dialog {
  background-color: #fff;
  width: 100%;
  max-width: 640px;
  margin: 20px auto;
  z-index: 99999;
}

.mfp-dialog .dialogtitle {
  line-height: 1;
  margin: 0;
  padding: 1rem;
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}

.mfp-dialog .tabspanelinner {
  padding: 1rem;
}

.mfp-dialog .dialogactions {
  text-align: right;
  padding: 0.5rem 1rem;
  background-color: #f2f2f2;
}

/* cpsimpleform styles */


/* updated styles 2017 */

.cpselementcontainer{
  margin-bottom: 1rem;
  width: 100%;
}

/* divider */
.cpselementcontainer.zeroheight {
  margin: 0;
  height: 0;
}

body.article_php .cpselementcontainer { /* pga produktredigering med simpleform 201710 */ 
	margin-bottom: 0.5rem;
}

body.article_php .cpselementcontainer input[type="text"] { /* pga produktredigering med simpleform 201710 */
	margin-bottom: 0;
}

fieldset .cpselementcontainer:last-child{
  margin-bottom: 0;
}

.cpselementcontainer.cpstypehidden{
  display: none;
}

.cpselementcontainer .mandatory{
  color: crimson;
  margin-left: 2px;
}

.cpselementcontainer .cpstextheading{
  /* font-size: 0.75rem; */
  font-size: 0.9rem;
  /* color: #606060; */
  /* text-transform: uppercase; */
  margin-bottom: 0.1rem;
  display: inline-block;
}

.cpselementcontainer .cpsstatictext{
  font-size: 0.75rem;
  color: #707070;
}

form.cpsimpleform,
form.cpsimpleform *{
  box-sizing: border-box;
}

.cpselementcontainer label.cpstextheading{
  display: block;
}

.cpselementcontainer label.hiddenlabel {
  position: absolute;
  left: -100000px;
}

.cpselementcontainer.horizontal .cpstextheading{
  display: inline-block;
  width: 30%;
}

.cpselementcontainer .cpsoptions{
  width: 100%;
}

.cpselementcontainer.horizontal .cpsoptions{
  display: inline-block;
  width: 79%; /* :/ */
  margin-right: -4px;
}

.cpselementcontainer select {
  border: 0 solid transparent;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  background: linear-gradient(#ffffff, #fafafa);
}

.cpselementcontainer select:hover {
  background: linear-gradient(#fefefe, #f6f6f6);
  cursor: pointer;
}

.cpselementcontainer select.large {
  height: 35px;
}

.cpselementcontainer input[type="text"],
.cpselementcontainer input[type="password"],
.cpselementcontainer input[type="number"],
.cpselementcontainer input[type="tel"],
.cpselementcontainer input[type="email"] {
  border: 1px solid #f2f2f2;
  margin-bottom: 1rem;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.1); */
  background-color: #fafafa;
  border: 1px solid #ececec;
  padding: 0.15rem 0.5rem;
  border-radius: 2px;
  font-size: 1rem;
}

.cpselementcontainer td {
  vertical-align: middle;
}

.cpselementcontainer td label,
.cpselementcontainer td .cpstextheading {
  font-weight: 500;
}

.cpselementcontainer td .cpstextheading {
  padding-right: 1rem;
  display: inline-block;
}

.cpselementcontainer td.cpsoptions label {
  font-weight: 400;
}

.cpselementcontainer td input[type="text"] {
  margin-bottom: 0;
}

fieldset.fieldsetflow{
  width: 49%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  margin-bottom: 1rem;
}

fieldset.fieldsetflow{
  margin-right: 0.5%;
}

fieldset.fieldsetnoflow{
  margin-right: 1.2%;
}

@media all and (max-width: 45rem){
  fieldset.fieldsetflow{
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

fieldset .cpselementcontainer input[type="text"]:not([size]),
fieldset .cpselementcontainer input[type="number"]:not([size]),
fieldset .cpselementcontainer input[type="email"]:not([size]),
fieldset .cpselementcontainer input[type="phone"]:not([size]){
  width: 100%;
}

.cpselementcontainer.narrowfield input[type="text"],
.cpselementcontainer.narrowfield input[type="number"],
.cpselementcontainer.narrowfield input[type="email"],
.cpselementcontainer.narrowfield input[type="phone"]{
  width: 20%;
}

.cpselementcontainer.mediumfield input[type="text"],
.cpselementcontainer.mediumfield input[type="number"],
.cpselementcontainer.mediumfield input[type="email"],
.cpselementcontainer.mediumfield input[type="phone"]{
  width: 50%;
}

.cpselementcontainer.widefield input[type="text"],
.cpselementcontainer.widefield input[type="number"],
.cpselementcontainer.widefield input[type="email"],
.cpselementcontainer.widefield input[type="phone"]{
  width: 100%;
}

.cpselementcontainer.horizontal label,
.cpselementcontainer.horizontal .cpsoptions{
  display: inline-block;
  vertical-align: top;
}

form.cpsimpleform .cpsformfooter.hasfieldsetflow{
  text-align: center;
}

.cpselementcontainer textarea {
  /* border: 1px solid #fafafa; */
  margin-bottom: 1rem;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.1); */
  background-color: #fafafa;
  border: 1px solid #ececec;
}

#bannereditform .cptextarea {
	resize: both;
}


/*------------------------------------*\
	#STRUCTURE
\*------------------------------------*/

/* new row container element, does not need extra cf class */

.row{
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.row::before,
.row::after{
	content: ' ';
	display: table;
}

.row::after{
	clear: both;
}

/* collapse class = no padding on columns, align improved */

.row.collapse > .column,
.row.collapse > .columns{
	padding-left: 0;
	padding-right: 0;
}

.row .row{
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.row .row.collapse{
	margin-left: 0;
	margin-right: 0;
}

.row.small-collapse > .column, .row.small-collapse > .columns{
	padding-left: 0;
	padding-right: 0;
}

.row.small-uncollapse > .column, .row.small-uncollapse > .columns{
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (min-width: 40em) {
	.row.medium-collapse > .column, .row.medium-collapse > .columns{
		padding-left: 0;
		padding-right: 0;
	}

	.row.medium-uncollapse > .column, .row.medium-uncollapse > .columns{
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (min-width: 64em) {
	.row.large-collapse > .column, .row.large-collapse > .columns{
		padding-left: 0;
		padding-right: 0;
	}

	.row.large-uncollapse > .column, .row.large-uncollapse > .columns{
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* expanded = full width rows */

.row.expanded{
	max-width: none;
}

/**
 * Padding = gutter size
 */

.column,
.columns{
	width: 100%;
	float: left;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child){
	float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child{
	float: left;
}

.small-1{ width: 8.33333%; }

.small-push-1{
	position: relative;
	left: 8.33333%;
}

.small-pull-1 {
	position: relative;
	left: -8.33333%;
}

.small-offset-0{ margin-left: 0%; }

.small-2{ width: 16.66667%; }

.small-push-2{
	position: relative;
	left: 16.66667%;
}

.small-pull-2{
	position: relative;
	left: -16.66667%;
}

.small-offset-1{ margin-left: 8.33333%; }

.small-3{ width: 25%; }

.small-push-3{
	position: relative;
	left: 25%;
}

.small-pull-3 {
	position: relative;
	left: -25%;
}

.small-offset-2{ margin-left: 16.66667%; }

.small-4{ width: 33.33333%; }

.small-push-4{
	position: relative;
	left: 33.33333%;
}

.small-pull-4{
	position: relative;
	left: -33.33333%;
}

.small-offset-3{ margin-left: 25%; }

.small-5{ width: 41.66667%; }

.small-push-5{
	position: relative;
	left: 41.66667%;
}

.small-pull-5{
	position: relative;
	left: -41.66667%;
}

.small-offset-4{ margin-left: 33.33333%; }

.small-6{ width: 50%; }

.small-push-6{
	position: relative;
	left: 50%;
}

.small-pull-6{
	position: relative;
	left: -50%;
}

.small-offset-5{ margin-left: 41.66667%; }

.small-7{ width: 58.33333%; }

.small-push-7{
	position: relative;
	left: 58.33333%;
}

.small-pull-7{
	position: relative;
	left: -58.33333%;
}

.small-offset-6{ margin-left: 50%; }

.small-8{ width: 66.66667%; }

.small-push-8{
	position: relative;
	left: 66.66667%;
}

.small-pull-8{
	position: relative;
	left: -66.66667%;
}

.small-offset-7{ margin-left: 58.33333%; }

.small-9{ width: 75%; }

.small-push-9{
	position: relative;
	left: 75%;
}

.small-pull-9{
	position: relative;
	left: -75%;
}

.small-offset-8{ margin-left: 66.66667%; }

.small-10{ width: 83.33333%; }

.small-push-10{
	position: relative;
	left: 83.33333%;
}

.small-pull-10{
	position: relative;
	left: -83.33333%;
}

.small-offset-9{ margin-left: 75%; }

.small-11{ width: 91.66667%; }

.small-push-11{
	position: relative;
	left: 91.66667%;
}

.small-pull-11{
	position: relative;
	left: -91.66667%;
}

.small-offset-10{ margin-left: 83.33333%; }

.small-12{ width: 100%; }

.small-offset-11{ margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns{
	width: 100%;
	float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n){ clear: none; }
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1){ clear: both; }
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child{ float: left; }

.small-up-2 > .column, .small-up-2 > .columns{
	width: 50%;
	float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n){ clear: none; }
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1){ clear: both; }
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child{ float: left; }

.small-up-3 > .column, .small-up-3 > .columns{
	width: 33.33333%;
	float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n){ clear: none; }
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1){ clear: both; }
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child{ float: left; }

.small-up-4 > .column, .small-up-4 > .columns{
	width: 25%;
	float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { clear: none; }
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child { float: left; }

.small-up-5 > .column, .small-up-5 > .columns{
	width: 20%;
	float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n){ clear: none; }
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1){ clear: both; }
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child{ float: left; }

.small-up-6 > .column, .small-up-6 > .columns{
	width: 16.66667%;
	float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n){ clear: none; }
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1){ clear: both; }
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child{ float: left; }

.small-up-7 > .column, .small-up-7 > .columns{
	width: 14.28571%;
	float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n){ clear: none; }
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1){ clear: both; }
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child{ float: left; }

.small-up-8 > .column, .small-up-8 > .columns{
	width: 12.5%;
	float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n){ clear: none; }
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1){ clear: both; }
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child{ float: left; }

.column.small-centered, .small-centered.columns{
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.small-uncenter,
.small-push-0,
.small-pull-0{
	position: static;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (min-width: 40em) {

	.medium-1{
		width: 8.33333%;
	}

	.medium-push-1{
		position: relative;
		left: 8.33333%;
	}

	.medium-pull-1{
		position: relative;
		left: -8.33333%;
	}

	.medium-offset-0{
		margin-left: 0%;
	}

	.medium-2{
		width: 16.66667%;
	}

	.medium-push-2{
		position: relative;
		left: 16.66667%;
	}

	.medium-pull-2{
		position: relative;
		left: -16.66667%;
	}

	.medium-offset-1{
		margin-left: 8.33333%;
	}

	.medium-3{
		width: 25%;
	}

	.medium-push-3{
		position: relative;
		left: 25%;
	}

	.medium-pull-3{
		position: relative;
		left: -25%;
	}

	.medium-offset-2{
		margin-left: 16.66667%;
	}

	.medium-4{
		width: 33.33333%;
	}

	.medium-push-4{
		position: relative;
		left: 33.33333%;
	}

	.medium-pull-4{
		position: relative;
		left: -33.33333%;
	}

	.medium-offset-3{
		margin-left: 25%;
	}

	.medium-5{
		width: 41.66667%;
	}

	.medium-push-5{
		position: relative;
		left: 41.66667%;
	}

	.medium-pull-5{
		position: relative;
		left: -41.66667%;
	}

	.medium-offset-4{
		margin-left: 33.33333%;
	}

	.medium-6{
		width: 50%;
	}

	.medium-push-6{
		position: relative;
		left: 50%;
	}

	.medium-pull-6{
		position: relative;
		left: -50%;
	}

	.medium-offset-5{
		margin-left: 41.66667%;
	}

	.medium-7{
		width: 58.33333%;
	}

	.medium-push-7{
		position: relative;
		left: 58.33333%;
	}

	.medium-pull-7{
		position: relative;
		left: -58.33333%;
	}

	.medium-offset-6{
		margin-left: 50%;
	}

	.medium-8{
		width: 66.66667%;
	}

	.medium-push-8{
		position: relative;
		left: 66.66667%;
	}

	.medium-pull-8{
		position: relative;
		left: -66.66667%;
	}

	.medium-offset-7{
		margin-left: 58.33333%;
	}

	.medium-9{
		width: 75%;
	}

	.medium-push-9{
		position: relative;
		left: 75%;
	}

	.medium-pull-9{
		position: relative;
		left: -75%;
	}

	.medium-offset-8{
		margin-left: 66.66667%;
	}

	.medium-10{
		width: 83.33333%;
	}

	.medium-push-10{
		position: relative;
		left: 83.33333%;
	}

	.medium-pull-10{
		position: relative;
		left: -83.33333%;
	}

	.medium-offset-9{
		margin-left: 75%;
	}

	.medium-11{
		width: 91.66667%;
	}

	.medium-push-11{
		position: relative;
		left: 91.66667%;
	}

	.medium-pull-11{
		position: relative;
		left: -91.66667%;
	}

	.medium-offset-10{
		margin-left: 83.33333%;
	}

	.medium-12{
		width: 100%;
	}

	.medium-offset-11{
		margin-left: 91.66667%;
	}

	.medium-up-1 > .column, .medium-up-1 > .columns{
		width: 100%;
		float: left;
	}
	.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1){ clear: both; }
	.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child{ float: left; }

	.medium-up-2 > .column, .medium-up-2 > .columns{
		width: 50%;
		float: left;
	}
	.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1){ clear: both; }
	.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child{ float: left; }

	.medium-up-3 > .column, .medium-up-3 > .columns{
		width: 33.33333%;
		float: left;
	}
	.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1){ clear: both; }
	.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child{ float: left; }

	.medium-up-4 > .column, .medium-up-4 > .columns{
		width: 25%;
		float: left;
	}
	.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1){ clear: both; }
	.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child{ float: left; }

	.medium-up-5 > .column, .medium-up-5 > .columns{
		width: 20%;
		float: left;
	}
	.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1){ clear: both; }
	.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child{ float: left; }

	.medium-up-6 > .column, .medium-up-6 > .columns{
		width: 16.66667%;
		float: left;
	}
	.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1){ clear: both; }
	.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child{ float: left; }

	.medium-up-7 > .column, .medium-up-7 > .columns{
		width: 14.28571%;
		float: left;
	}
	.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1){ clear: both; }
	.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child{ float: left; }

	.medium-up-8 > .column, .medium-up-8 > .columns{
		width: 12.5%;
		float: left;
	}
	.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n){ clear: none; }
	.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1){ clear: both; }
	.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child{ float: left; }

	.column.medium-centered,
	.medium-centered.columns{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.medium-uncenter,
	.medium-push-0,
	.medium-pull-0 {
		position: static;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 64em) {

	.large-1{
		width: 8.33333%;
	}

	.large-push-1{
		position: relative;
		left: 8.33333%;
	}

	.large-pull-1{
		position: relative;
		left: -8.33333%;
	}

	.large-offset-0{
		margin-left: 0%;
	}

	.large-2{
		width: 16.66667%;
	}

	.large-push-2{
		position: relative;
		left: 16.66667%;
	}

	.large-pull-2{
		position: relative;
		left: -16.66667%;
	}

	.large-offset-1{
		margin-left: 8.33333%;
	}

	.large-3{
		width: 25%;
	}

	.large-push-3{
		position: relative;
		left: 25%;
	}

	.large-pull-3{
		position: relative;
		left: -25%;
	}

	.large-offset-2{
		margin-left: 16.66667%;
	}

	.large-4{
		width: 33.33333%;
	}

	.large-push-4{
		position: relative;
		left: 33.33333%;
	}

	.large-pull-4{
		position: relative;
		left: -33.33333%;
	}

	.large-offset-3{
		margin-left: 25%;
	}

	.large-5{
		width: 41.66667%;
	}

	.large-push-5{
		position: relative;
		left: 41.66667%;
	}

	.large-pull-5{
		position: relative;
		left: -41.66667%;
	}

	.large-offset-4{
		margin-left: 33.33333%;
	}

	.large-6{
		width: 50%;
	}

	.large-push-6{
		position: relative;
		left: 50%;
	}

	.large-pull-6{
		position: relative;
		left: -50%;
	}

	.large-offset-5{
		margin-left: 41.66667%;
	}

	.large-7{
		width: 58.33333%;
	}

	.large-push-7{
		position: relative;
		left: 58.33333%;
	}

	.large-pull-7{
		position: relative;
		left: -58.33333%;
	}

	.large-offset-6{
		margin-left: 50%;
	}

	.large-8{
		width: 66.66667%;
	}

	.large-push-8{
		position: relative;
		left: 66.66667%;
	}

	.large-pull-8{
		position: relative;
		left: -66.66667%;
	}

	.large-offset-7{
		margin-left: 58.33333%;
	}

	.large-9{
		width: 75%;
	}

	.large-push-9{
		position: relative;
		left: 75%;
	}

	.large-pull-9{
		position: relative;
		left: -75%;
	}

	.large-offset-8{
		margin-left: 66.66667%;
	}

	.large-10{
		width: 83.33333%;
	}

	.large-push-10{
		position: relative;
		left: 83.33333%;
	}

	.large-pull-10{
		position: relative;
		left: -83.33333%;
	}

	.large-offset-9{
		margin-left: 75%;
	}

	.large-11{
		width: 91.66667%;
	}

	.large-push-11{
		position: relative;
		left: 91.66667%;
	}

	.large-pull-11{
		position: relative;
		left: -91.66667%;
	}

	.large-offset-10{
		margin-left: 83.33333%;
	}

	.large-12{
		width: 100%;
	}

	.large-offset-11{
		margin-left: 91.66667%;
	}

	.large-up-1 > .column, .large-up-1 > .columns{
		width: 100%;
		float: left;
	}
	.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1){ clear: both; }
	.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child{ float: left; }

	.large-up-2 > .column, .large-up-2 > .columns{
		width: 50%;
		float: left;
	}
	.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1){ clear: both; }
	.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child{ float: left; }

	.large-up-3 > .column, .large-up-3 > .columns{
		width: 33.33333%;
		float: left;
	}
	.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1){ clear: both; }
	.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child{ float: left; }

	.large-up-4 > .column, .large-up-4 > .columns{
		width: 25%;
		float: left;
	}
	.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1){ clear: both; }
	.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child{ float: left; }

	.large-up-5 > .column, .large-up-5 > .columns{
		width: 20%;
		float: left;
	}
	.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1){ clear: both; }
	.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child{ float: left; }

	.large-up-6 > .column, .large-up-6 > .columns{
		width: 16.66667%;
		float: left;
	}
	.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1){ clear: both; }
	.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child{ float: left; }

	.large-up-7 > .column, .large-up-7 > .columns{
		width: 14.28571%;
		float: left;
	}
	.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1){ clear: both; }
	.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child{ float: left; }

	.large-up-8 > .column, .large-up-8 > .columns{
		width: 12.5%;
		float: left;
	}
	.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n){ clear: none; }
	.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1){ clear: both; }
	.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child{ float: left; }

	.column.large-centered, .large-centered.columns{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.large-uncenter,
	.large-push-0,
	.large-pull-0{
		position: static;
		margin-left: 0;
		margin-right: 0;
	}
}






/*------------------------------------*\
	#HEADER
\*------------------------------------*/

.mobilelogolink {
  display: block;
  margin: 0.25rem 0;
  max-width: 220px;
}

.mobileusermenucontainer {
  padding-top: 0.5rem;
}

.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu a{
	text-decoration: none;
}

#top{
  padding: 0;
  color: rgb(255, 255, 255);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.813rem;
}

#top a{
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

#top .mdl-menu a {
  color: #0a0a0a;
}

#top .shadowdiv{
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0.25rem 0;
}

#top .myhostlink{
  font-size: 1.2rem;
  text-decoration: none;
  margin-right: 1.5rem;
  vertical-align: middle;
}

#top a.adminheaderbtn{
  margin-right: .75rem;
  vertical-align: top;
  background-color: #00BCD4;
  font-size: 0.7rem;
  font-weight: 600;
}

#top a.adminheaderbtn.orange {
  background-color: #FF5722;
}

body.fullwidth #top a.adminheaderbtn{
  vertical-align: middle;
}

#top a.adminheaderbtn:hover {
  background-color: #07a9bd;
}

#top a.adminheaderbtn.orange:hover {
  background-color: #f77a51;
}

#top a.helpbtn{
  background-color: #F39C12;
}

#top .logocontainer {
  /* margin-top: 4px; */
}

#top .logo img{
	max-width: 230px;
  margin-top: 6px;
}

#adminheader{
	background-color: #357da2;
  background: #1A2980; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #326079 , #357da2); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #326079 , #357da2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#submenucontainer{
	background-color: #fff;
}

#submenu {
  display: none;
}

#submenu a{
	padding: 0.5rem 0.75rem;
	display: block;
  transition: all 0.2s ease;
  will-change: background-color;
  font-size: 0.813rem;
}

#submenu .submenuselected a,
#submenu a:hover{
	background-color: #f5f4f4;
	color: #333;
}

#adminglobalmenu {
  display: none;
}

#adminglobalmenu li a{
  display: block;
	color: #fff;
  vertical-align: middle;
  padding-top: 0.5rem;
}

#adminglobalmenu li:not(.cpadmintab_active) a:hover{
	background-color: rgba(0, 0, 0, 0.2);
}

#adminglobalmenu .cpadmintab_active a{
	background-color: #fff;
	color: #357da2;
}

#adminglobalmenu .icon{
  display: inline-block;
  vertical-align: middle;
}

#adminglobalmenu .icon .svg{
    padding: 0.5rem;
    width: 100%;
    max-width: 40px;
    height: 30px;
}

#adminglobalmenu .icon .svg path:not([fill="none"]),
#adminglobalmenu .icon .svg rect:not([fill="none"]),
#adminglobalmenu .icon .svg circ:not([fill="none"]){
    fill: #ffffff;
}

#adminglobalmenu .cpadmintab_active .icon .svg path:not([fill="none"]),
#adminglobalmenu .cpadmintab_active .icon .svg rect:not([fill="none"]),
#adminglobalmenu .cpadmintab_active .icon .svg circ:not([fill="none"]){
    fill: #357da2;
}

#togglehome{
    display: none;
}

.mobileglobalmenucontainer .icon {
  display: none;
}

.mobilesubmenutoggle i {
  font-size: 32px;
}


@media screen and (min-width: 40em) {
	#top .logo{
		text-align: right;
	}

  #top .logoutlink {
    vertical-align: middle;
  }

	.horizontalmenu > li{
		display: inline-block;
		margin-right: 5px;
	}

  #adminglobalmenu {
    display: block;
  }

  #adminglobalmenu .icon{
    display: block;
    width: 100%;
    margin-bottom: 0.3rem;
    text-align: center;
    padding-top: 0.5rem;
  }

  #adminglobalmenu li a{
    /* border-radius: 6px 6px 0 0; */
    will-change: background-color;
    transition: all 0.2s ease;
    padding-bottom: 8px;
    width: 90px;
    text-align: center;
  }

  #adminglobalmenu .icon .svg{
    padding: 0.5rem 0.5rem 0 0.5rem;
  }

  #adminglobalmenu li.pages .icon .svg{
    max-width: 45px;
    height: 30px;
  }

  #submenu {
    display: block;
  }
}

@media screen and (min-width: 64em) {

}


/*------------------------------------*\
	#MAIN
\*------------------------------------*/

.mainouter{
	background-color: #f5f4f4;
}

#main{
	padding: 1rem;
	min-height: 500px;
}

body.fullwidth .inner.row {
  width: 100%;
  max-width: 100%;
}

#middle.fullwidth #main.row{
  width: 100%;
  max-width: 100%;
}

body:not(.cms2017) #main{
  background-color: #fff;
  margin-top: 1.75rem;
}

.cmstop{
  margin-bottom: 1rem;
  position: relative;
}

.cmstop .msg{
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
}

.cmstop .buttontoolbar {
  text-align: right;
}

.cmstop .buttontoolbar .button.smallbutton {
  font-size: 80%;
  margin-right: 0;
  min-width: auto;
  height: auto;
}

.cmspayload:not(.cmspayloadistable) {
  background-color: #fff;
  padding: 0.5rem;
  min-height: 320px;
}
.cmspayload.cmspayloadistabs {
  background-color: transparent;
  padding: 0;
}

div:not(.cpselementcontainer).msg{
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 1rem;
  border: 0;
}

#main div:not(.cpselementcontainer).msg-error{
  background-color: rgba(239, 72, 54, 0.4);
}
#main div:not(.cpselementcontainer).msg-info{
  background-color: rgba(137, 196, 244, 0.2);
}
#main div:not(.cpselementcontainer).msg-warning{
  background-color: rgba(255, 255, 204, 0.8);
  border: 1px solid rgba(240, 240, 120, 1);
}
#main div:not(.cpselementcontainer).msg-info-light{
  background-color: rgba(236, 240, 241, 1.0);
  border: 1px solid rgba(34, 167, 240, 0.1);
}

#main div.cpselementcontainer.msg {
  margin-bottom: 0;
}

.msg-small {
  font-size: 0.813rem;
}

.cmspayload .toolbox {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  border-radius: 6px;
}

.cmsbottom {
  padding: 1rem 0;
}

@-webkit-keyframes borderBlink {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: red;
    }
}
@keyframes borderBlink {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: red;
    }
}

.newadmininfobox {
  display: none;
}


.cmspayload .msg p:last-child{
  margin-bottom: 0;
}

.fordesktop {
  display: none !important;
}

.mobileshortcuts {
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.mobileshortcuts a {
  margin: 0 0.5rem;
}


.cptabs .cptabs-tab {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  border-right: 1px solid #ececec;
  margin-right: -3px;
  cursor: default;
  font-weight: 500;
  font-size: 0.8rem;
}

.cptabs .cptabs-tab:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.cptabs .cptabs-tab.cptab-active {
  background-color: rgba(255, 255, 255, 1);
}

.cptabs .cptabs-tabcontent {
  background-color: #fff;
  padding: 1rem;
}



@media screen and (min-width: 40em) {

  .formobile {
    display: none;
  }

  .fordesktop {
    display: inline-block !important;
  }

  div.fordesktop:not(.dib) {
    display: block;
  }

  .newadmininfobox {
    display: block;
  }

  .mobileshortcuts {
    display: none;
  }

}

@media screen and (min-width: 64em) {

}



/*------------------------------------*\
    #INDEX
\*------------------------------------*/

.dashboardcontent {
  margin-bottom: 2rem;
}

.dashboardcontent .mdl-card {
  min-height: 297px;
}

.dashboardcontent .mdl-card .mdl-card__supporting-text {
  max-height: 184px;
  min-height: 184px;
  overflow: scroll;
  width: 100%;
}

.dashboardcontent .columns:not(:last-of-type) .mdl-card {
  margin-bottom: 1.5rem;
}

.indexpagewrapper .viacompa .mdl-card .mdl-card__title {
  background-color: #6C7A89;
  color: #fff;
}

.indexpagewrapper .viacompa .mdl-card .mdl-card__supporting-text {
  max-height: 158px;
  min-height: 158px;
  overflow: scroll;
  width: 100%;
}

.indexpagewrapper .viacompa .mdl-card .mdl-card__menu {
  top: 18px;
}

.dashboardshortcut {
  background-color: #fefefe;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  height: 44px;
  line-height: 44px;
}

.mdl-menu__item a {
  display: block;
  text-decoration: none;
  color: #1a1a1a;
  color: rgba(0, 0, 0, 0.8);
}

.indexpagewrapper.cmspayload {
  background-color: transparent;
  padding: 0;
}

.indexpagewrapper > .row{
  /* border-top: 1px solid #eee; */
  /* padding-top: 2rem; */
}

.indexpagewrapper .box{
    display: block;
    padding: 1rem;
    margin-bottom: 3rem;
    background-color: #fff;
}

.indexpagewrapper .boxtitle{
  line-height: 1;
  font-weight: 300;
  margin-bottom: 1rem;
  vertical-align: middle;
}

.indexpagewrapper .welcomeblock {
  padding: 1rem;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}

.indexpagewrapper .welcomeblock .welcometext {
  font-size: 1.1rem;
}

.indexpagewrapper .welcomeblock .welcometext i {
  vertical-align: bottom;
}

.indexpagewrapper .userinforow{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.indexpagewrapper .advancedsettings{
    text-align: right;
    position: relative;
}

.indexpagewrapper .tilbakemeldingnumcontainer{
  text-align: center;
}

.indexpagewrapper .tilbakemeldingnum{
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #FF5722;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.indexpagewrapper .tilbakemeldingtekst{
  font-size: 1.2rem;
  padding-top: 0.65rem;
}

.indexpagewrapper .tipscontainer{
  margin-bottom: 3rem;
}

.indexpagewrapper .tipscontainer .box{
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.indexpagewrapper .tipscontainer .box:last-child{
  border-bottom: 0;
}

.indexpagewrapper .tipscontainer .headline{
  font-size: 1rem;
}

.indexpagewrapper .adminbanner{
  text-align: center;
  margin-bottom: 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.actionlogcontainer{
    position: relative;
    margin-bottom: 3rem;
}

#actionlogdiv{
    max-height: 200px;
    overflow: scroll;
    transition: all 0.5s ease;
}

.logexpanded #actionlogdiv{
    max-height: 500px;
}

.actionlogexpandbtn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    margin: auto;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 7px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.logexpanded .mdl-button i{
    transform: rotate(180deg);
}

.indexpagewrapper .facebookbtn{
  display: inline-block;
  background-color: #3B5998;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 2.5rem;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-top: 6px;
}

.indexpagewrapper .documentationtop h3,
.indexpagewrapper .documentationtop .docssearchform{
  display: inline-block;
}

.indexpagewrapper .tslbuttoncontainer{
  text-align: right;
}

.indexpagewrapper .documentationrow{
  margin-bottom: 3rem;
}

.indexpagewrapper .documentationlinks{
  margin-bottom: 1rem;
}

.indexpagewrapper .documentationlinks .documentationlink{
  display: block;
  padding: 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.indexpagewrapper .documentationlinks .documentationlink .documentationiconwrapper{
  display: block;
  margin-bottom: 0.5rem;
}

.indexpagewrapper .documentationlinks .documentationlink i{
  font-size: 2rem;
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  padding-top: 8px;
  background: rgb(255,105,180);
  background: -moz-linear-gradient(top,  rgba(255,105,180,1) 0%, rgba(64,150,238,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,105,180,1) 0%,rgba(64,150,238,1) 100%);
  background: linear-gradient(to top,  rgba(255,105,180,1) 0%,rgba(64,150,238,1) 100%);
}

.indexpagewrapper .latestarticles {
  list-style: none;
  margin: 0;
}

.indexpagewrapper .latestarticles li a {
  display: inline-block;
  margin-bottom: 0.25rem;
}

.indexpagewrapper .latestarticlesfeed .columns {
  margin-bottom: 2rem;
}

.indexpagewrapper .latestarticlesfeed .mdl-card__title {
  background-position: center;
  background-size: 100%;
  background-size: cover;
}

.indexpagewrapper .latestarticlesfeed .article-card {
  position: relative;
}

.indexpagewrapper .latestarticlesfeed .article-card .date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 0.6rem;
  font-weight: 500;
  display: inline-block;
  padding: 0.15rem 0.35rem;
}

.mdl-card.mdl-card--wide {
  width: 100%;
}

.indexpagewrapper .loggedinauthors ul {
  list-style: none;
  margin: 0;
}

.indexpagewrapper .loggedinauthors ul li:before {
  content: "• ";
  color: #e0e0e0;
  line-height: 1;
  font-size: 1.6rem;
  vertical-align: bottom;
}

.indexpagewrapper .loggedinauthors ul li.authoractive:before {
  color: #2ECC71;
}

.indexpagewrapper .loggedinauthors .authorname {
  font-weight: 500;
}

.indexpagewrapper .loggedinauthors .authorloggedintime {
  font-size: 0.6rem;
}

@media screen and (min-width: 40em) {
  .oldadminbtn {
    float: right;
  }

  .dashboardcontent .columns:not(:last-of-type) .mdl-card {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {

}



/*------------------------------------*\
    #CATEGORIES
\*------------------------------------*/

.categorieswrap ul.menu a.highlighted,
.categorieswrap ul.menu  .highlighted{
    color: #CF000F;
}

li.menucollapsed > ul{
    display: none;
}

.categoriestopbar form{
    display: inline-block;
}

.categoriestopbar .treesearchform {
	margin-left: 1rem;
}

.categorieswrap ul.menu,
.categorieswrap ul.menu ul{
    margin-left: 0;
}

.categorieswrap ul.menu{
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.categorieswrap .categorypage{
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    overflow: hidden;
    padding: 0.35rem 0.25rem;
    transition: all 0.2s cubic-bezier(0.19,1,0.22,1);
}

.categorieswrap .categorypage:hover{
    background-color: #f0f0f0;
}

.categorieswrap .categorypage:after{
  position: absolute;
  display: inline-block;
  content: "*";
  top: 0;
  right: -20px;
  transition: right 0.8s ease;
  color: rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

.categorieswrap li.stopdrop .categorypage{
  background-color: rgba(241, 169, 160, 0.4);
}

.categorieswrap li.stopdroplate .categorypage{
  background-color: rgba(255, 236, 233 ,0.4);
}

.categorieswrap li.stopdroplate .categorypage:after{
  right: 0.25rem;
}

.categorieswrap .categorypage .expandtreelink img{
    will-change: transform;
    transition: transform 400ms cubic-bezier(0.19,1,0.22,1);
}

.categorieswrap .submenuopen > .categorypage .expandtreelink img{
    transform: rotate(90deg);
}

.categorieswrap ul.menu a{
    display: inline-block;
    color: #151515;
}

.categorieswrap ul.menu a i{
    color: #555;
}

.categorieswrap ul.menu .quicksettings a i{
  font-size: 1.2rem;
  margin-top: 0.25rem;
    color: rgba(0, 0, 0, 0.2);
}

.categorieswrap ul.menu li > div:hover > .quicksettings a i{
    color: rgba(0, 0, 0, 0.8);
}

.categorieswrap ul{
    background-color: #fff;
}

.categorieswrap ul ul{
    /* display: none; */
}

.categorieswrap ul ul li{
    background-color: #fafafa;
}

.categorieswrap .bulkoption{
    overflow: hidden;
    display: none !important;
}

.categorieswrap .bulkoption label{
    position: absolute;
    left: -100000px;
    top: -100000px;
}

.categorieswrap .categorypage .viewpagelink{
    /* width: 3%; */
    text-align: center;
}

.categorieswrap .categorypage .expandtree{
    /* width: 2%; */
    text-align: center;
}

.categorieswrap .categorypage .expandtreelink,
.categorieswrap .categorypage .noexpandtreelink{
    display: inline-block;
    width: 7px;
    margin-top: 6px;
}

.categorieswrap .categorypage .expandtree img{
    max-height: 13px;
}

.categorieswrap .categorypage .pagetitle{
    width: 55%;
}

.categorieswrap .menuinvisible > div .pagelink{
  color: #808080;
}

.categorieswrap ul ul .categorypage .pagetitle{ padding-left: 1.75rem; }

.categorieswrap ul ul ul .categorypage .pagetitle{ padding-left: 2.75rem; }

.categorieswrap ul ul ul ul .categorypage .pagetitle{ padding-left: 3.75rem; }

.categorieswrap ul ul ul ul ul .categorypage .pagetitle{ padding-left: 4.75rem; }

.categorieswrap ul ul ul ul ul ul .categorypage .pagetitle{ padding-left: 5.75rem; }

.categorieswrap ul ul ul ul ul ul ul .categorypage .pagetitle{ padding-left: 6.75rem; }

.categorieswrap ul ul ul ul ul ul ul ul .categorypage .pagetitle{ padding-left: 7.75rem; }

.categorieswrap ul ul ul ul ul ul ul ul ul .categorypage .pagetitle{ padding-left: 8.75rem; }

.categorieswrap .categorypage .pagetitle .pagecontrols{
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-left: 1rem;
    width: 60px;
    height: 100%;
    max-height: 25px;
    vertical-align: top;
}

.categorieswrap .categorypage .pagetitle .pagecontrols a{
    display: inline-block;
    transform: translateY(-110%);
    will-change: transform;
    transition: transform 300ms cubic-bezier(0.19,1,0.22,1);
    color: #707070;
    vertical-align: middle;
}

.categorieswrap .categorypage .pagetitle .pagecontrols i{
    font-size: 1.3rem;
}

.categorieswrap .categorypage .pagetitle .pagecontrols a:nth-child(2){
    left: 28px;
    /* transition-delay: 0.65s; */
    transition-delay: 0.15s;
}

.categorieswrap .categorypage:hover .pagetitle .pagecontrols a{
    transform: translateY(0);
}

.categorieswrap .categorypage .pageid{
    width: 7%;
    text-align: right;
    font-size: 0.75rem;
    color: #808080;
}

.categorieswrap .categorypage .sortlinkwrap{
  width: 8%;
  text-align: right;
  font-size: 0.813rem;
}

.categorieswrap .categorypage .pagealiases{
    width: 10%;
    font-size: 0.813rem;
    color: #707070;
}

.categorieswrap .categorypage .quicksettings,
.categorieswrap .categorypage .moresettings{
    width: 10%;
}

.categorieswrap .pagelink .material-icons{
    margin-right: 0.25rem;
    font-size: 1rem;
    vertical-align: middle;
    color: #808080;
}

.categorieswrap .pagelink .material-icons.lockicon{
    color: #F39C12;
    font-size: 0.7rem;
    position: absolute;
    top: 3px;
    left: 7px;
}

.categorieswrap .pagelink.singleiconused .material-icons.lockicon{
    position: relative;
    color: #808080;
    font-size: 1rem;
    top: auto;
    left: auto;
}

.categorieswrap .menuprotpage .pagelink.iconapplied{
    position: relative;
}

.categorieswrap .pagelink .menupagenotis{
    margin-left: 0.25rem;
    color: #909090;
    font-style: italic;
    font-size: 0.7rem;
}

.categorieswrap .menuinactive .pagelink{
    color: #707070;
}

.categorieswrap ul.menu .sortlink{
  width: 100%;
}

.categorieswrap ul.menu .sortlink:before{
  content: "drag_handle";
  font-family: Material Icons;
  display: inline-block;
  width: 100%;
  height: 24px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  line-height: 1;
  transition: all 0.2s ease;
  text-align: center;
}

.categorieswrap ul.menu .sortlink:hover:before{
  transform: rotate(90deg);
  content: "code";
  color: rgba(0, 0, 0, 0.8);
}

.categorieswrap ul.menu .sortlink i{
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.3s ease;
}

.categorieswrap ul.menu .sortlink:hover i{
  color: rgba(0, 0, 0, 0.7);
  /*font-size: 28px;
  margin-top: -2px; */
  transform: rotate(90deg);
  content: "code";
}

#dragactions{
  text-align: right;
  width: 100%;
  z-index: 99999;
  background-color: transparent;
  padding: 0.25rem;
  transition: all 0.2s ease;
  max-width: 71rem;
  margin: 0 auto;
}

.is-sticky #dragactions{
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  left: auto;
  right: auto;
}

.categorieswrap .createnewsubpagebox{
  padding: 0.5rem 1.5rem;
  padding-left: 2.25rem;
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.categorieswrap .createnewsubpagebox i{
  vertical-align: middle;
}

.categorieswrap ul.menu li{
  border-left: 0;
  transition: all 0.2s ease;
}

.categorieswrap ul.menu li.creatingnewpage{
  border-left: 5px solid #E4F1FE;
}

.categorieswrap ul.menu .creatingnewpage div{
  background-color: rgba(0, 0, 0, 0.02);
}

.categorieswrap ul.menu .creatingnewpage .advancednewpage{
  vertical-align: middle;
}

.categorieswrap ul.menu .newpagequicksettings{
  margin-left: 1rem;
  display: inline-block;
  vertical-align: middle;
}

.categorieswrap ul.menu .newpagequicksettings label{
  margin: 0 1rem 0.5rem 0.25rem;
}


@media screen and (min-width: 40em) {

    .categorieswrap .categorypage .categorytreespan{
        display: inline-block;
        margin-right: -4px;
        vertical-align: middle;
        padding: 0 0.5rem;
        /* height: 26px; */
    }
}

@media screen and (min-width: 64em) {

}



/*------------------------------------*\
    #SEARCH
\*------------------------------------*/
/*
.articlesearchpage .formwrapper{
  margin-bottom: 2rem;
}

.articlesearchpage fieldset{
  margin-bottom: 1rem;
}

.articlesearchpage fieldset .searchinputblock{
  display: none;
}

.articlesearchpage fieldset legend{
  cursor: pointer;
  background-color: #ccc;
  padding: 0.5rem 1.5rem;
  font-size: 0.813rem;
  border-radius: 3px;
}

.articlesearchpage fieldset legend:hover{
  background-color: #999;
}

.searcharticle{
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 0;
}

.searcharticle a{
  text-decoration: none;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}

.searcharticle > span{
  display: inline-block;
  margin-right: -4px;
  padding: 0.25rem;
  vertical-align: middle;
}

.searcharticle .articletitle{
  width: 50%;
}

.searcharticle .articletitle a{
  text-decoration: underline;
}

.searcharticle .articletime,
.searcharticle .articleid,
.searcharticle .articlequicktools{
  width: 10%;
}

.searcharticle .articlequicktools{
  text-align: right;
}

.searcharticle .articleclicks{
  width: 6%;
}

.searcharticle .articleauthor{
  width: 14%;
}
 */


/*------------------------------------*\
    #SEARCH ALTERNATIVE VERSION
\*------------------------------------*/

.searchphptable tr {
  height: auto;
}

.searcharticle {
  padding: 1rem;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.2s ease;
  background-color: #fff;
}

.searcharticle:hover {
  background-color: #fafafa;
}

.searcharticle a {
  text-decoration: none;
  color: #151515;
}

.searcharticle a:hover {
  text-decoration: underline;
}

.searcharticle .articlelistcolumn {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}

.searcharticle .articlelistcolumn {
    /* width: 100%; */
}

.searcharticle .articleindicators i {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.65);
}

.searcharticle .articleclicks,
.searcharticle .articlepages,
.searcharticle .articleid {
  text-align: center;
  font-size: 80%;
}

.searcharticle .articleclicks a,
.searcharticle .articlepages a,
.searcharticle .articleid a {
  color: rgba(0, 0, 0, 0.65);
}

.searcharticle .articleimage img {
  width: 50px;
  height: 50px;
  margin-top: 6px;
}

.searchresultslist.largeimages .searcharticle .articleimage {
  width: 15%;
}

.searchresultslist.largeimages .articleimage img {
  max-height: 120px;
}

.searchresultslist .articleimage .noimageblank {
  height: 50px;
  width: 100%;
  background-color: #fafafa;
  display: block;
}

.searchresultslist.largeimages .articlebasics {
  width: 49.4%;
}

.searcharticle .articlebasics {
  margin-bottom: 0.4rem;
}

.searcharticle .articlebasics .articleauthor {
  font-size: 70%;
}

.searcharticle .articlebasics .articleauthor a {
  font-weight: 300;
  color: #757575;
}

.searcharticle .articletools {
  font-size: 0.813rem;
}

.searcharticle .articletools i {
  font-size: 18px;
  vertical-align: middle;
}

.searcharticle .articletime {
  font-size: 0.813rem;
  color: #707070;
}

.searcharticle .articleproductinfo {
  margin: 0.5rem 0 0 0;
}

.searcharticle .articleproductinfo i {
  vertical-align: middle;
  margin-right: 0.5rem;
  color: rgba(0, 0, 0, 0.65);
}

.searcharticle .articleindicators i {
  margin-left: 0.5rem;
}

.searcharticle .articleid {
  min-width: 100px;
  display: inline-block;
  color: #808080;
}

.searcharticle .articleclicks,
.searcharticle .articlepages {
  display: inline-block;
  min-width: 30px;
}

.searcharticle .quicktools a {
  color: rgba(0, 0, 0, 0.8);
}

.searcharticle .articleingress {
  font-size: 0.813rem;
  color: #707070;
  margin-bottom: 0.5rem;
}

/* compact search result list */

.searchresultslist.compact .searcharticle {
  padding: 0.5rem 1rem;
}

.searchresultslist.compact .searcharticle .articleimage span,
.searchresultslist.compact .searcharticle .articleimage img,
.searchresultslist.compact .searcharticle .articleingress,
.searchresultslist.compact .searcharticle .articleauthor {
  display: none;
}

.searchresultslist.compact .searcharticle .articlebasics {
  margin-bottom: 0;
  padding-left: 0;
}

.searchresultslist.compact .searcharticle .articleimage {
  width: 0;
}

.searchresultslist.largeimages.compact .articlebasics {
  width: 65.4%;
}

.searchinputs {
  margin-top: 1rem;
}

.searchinputrow {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.searchinputrow.searchinputsbottom {
  width: 66.6666%;
  margin-right: -1rem;
}

.searchinputrow .searchinputcolumn {
  display: inline-block;
  width: 33.333333%;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 0.5rem;
}

.searchinputrow .searchinputcolumn.searchquery {
  width: 66.66666%;
}

.searchinputrow .searchinputcolumn.searchquery .searchfieldwrap {
  position: relative;
}
.searchinputrow .searchinputcolumn.searchquery .searchfieldwrap input {
  margin-right: -4px;
  width: 85%;
}

.searchinputrow .searchinputcolumn.searchquery .searchadvbtnwrap {
  display: inline-block;
  width: 15%;
  margin-right: -4px;
  text-align: right;
}

.searchinputrow .searchinputcolumn.searchquery .searchfieldwrap .material-icons {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  line-height: 0;
  color: #808080;
}

.searchinputrow .searchinputcolumn.searchquery input[type="text"] {
  font-size: 1.1rem;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  border-radius: 2px;
}

.searchinputrow .searchinputcolumn label,
.searchinputrow .searchinputcolumn .cpstextheading {
  font-size: 0.75rem;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
  display: inline-block;
}

.searchinputrow .searchinputcolumn input[type="text"],
.searchinputrow .searchinputcolumn select,
.searchinputrow .searchinputcolumn textarea {
  width: 100%;
  margin-bottom: 1rem;
}

.searchinputrow .searchinputcolumn textarea {
  padding: 0.5rem;
}

.searchinputrow .searchinputcolumn fieldset {
  padding: 0 0 0.65rem;
  border: 0;
}

.searchinputrow .searchinputcolumn fieldset .inputgroup input {
  margin-right: 2px;
}

.searchinputrow .searchinputcolumn fieldset .inputgroup label {
  margin-right: 0.6rem;
}

.articlesearchpage .numberofarticlestoshow {
  text-align: right;
  margin-bottom: 0.5rem;
}

.numberofarticlestoshow .button {
  margin-right: 0 !important;
  font-size: 80% !important;
  min-width: auto !important;
  height: auto !important;
}

@media screen and (min-width: 40em) {

  .searchresultsheader {
    padding: 0 1rem;
    border-bottom: 1px solid #ccc;
  }

  .searchresultsheader .searchheaderitem {
    text-align: left;
    padding: 0.25rem 0;
    font-size: 0.8rem;
    color: #606060;
    text-transform: uppercase;
    display: inline-block;
    margin-right: -4px;
    vertical-align: bottom;
    font-weight: 500;
    text-align: center;
  }

  .searchresultsheader .articleimage,
  .searchresultslist .articleimage {
    width: 6%;
  }
  .searchresultsheader .articlebasics,
  .searchresultslist .articlebasics {
    width: 59.4%;
  }
  .searchresultsheader .articleindicators,
  .searchresultslist .articleindicators {
    width: 15%;
  }
  .searchresultsheader .articleclicks,
  .searchresultslist .articleclicks {
    width: 7.5%;
  }
  .searchresultsheader .articlepages,
  .searchresultslist .articlepages {
    width: 2.8%;
  }
  .searchresultsheader .articleid,
  .searchresultslist .articleid {
    width: 9%;
  }

  .searchresultslist .articleid {
    text-align: right;
  }

  .searchresultslist .articleimage {
    text-align: center;
    background-color: #fafafa;
  }

  .searchresultslist .articleimage img {
    height: auto;
    max-height: 50px;
    width: auto;
    max-width: 100%;
    margin-top: 0;
  }

  .searchresultslist .articlebasics {
    padding-left: 1rem;
    position: relative;
  }

  .searcharticle .quicktools {
    position: absolute;
    top: 0;
    right: 0;
  }

  .searcharticle .quicktools a {
    color: rgba(0, 0, 0, 0.0);
    transition: all 0.2s ease;
    display: inline-block;
    margin-right: 0.4rem;
  }

  .searcharticle:hover .quicktools {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
  }

  .searcharticle:hover .quicktools a {
    color: rgba(0, 0, 0, 0.8);
  }

  .searcharticle .quicktools i {
    font-size: 1.2rem;
  }

  .searcharticle .articleindicators {
    text-align: center;
  }

  .searcharticle .articlemetadata abbr {
    text-decoration: none;
    border: 0;
  }

}

@media screen and (min-width: 64em) {


}



/*------------------------------------*\
  #FORM BUILDER
\*------------------------------------*/

.formtabs {
  margin-bottom: 1rem;
}

.formtabs .ui-tabs-panel {
  min-height: 470px;
}

.formedit_php .cmspayload .box {
  border: 1px solid #ccc;
}



/*------------------------------------*\
  #ORGANIZATIONS
\*------------------------------------*/

table tr.cactive > td:last-child,
table tr.cinactive > td:last-child {
  color: #333;
  padding-right: 18px;
  text-align: center;
}

table tr.cactive > td:last-child {
  background-color: #3FC380;
}

table tr.cinactive > td:last-child {
  /* background-color: #EC644B; */
}




/*------------------------------------*\
  #ORGANIZATIONS
\*------------------------------------*/

.users_php .downloadwrp{
  float: right;
}




/*------------------------------------*\
  #USERS
\*------------------------------------*/

.users_php #divuser .button {
  min-width: 160px !important;
}

.users_php table.userdatatable {
  border: 0;
}

.users_php table.userdatatable td {
  padding: 5px 0;
  padding-left: 5px !important;
  vertical-align: middle;
  border: 0;
}

table.cleantable {
  background-color: transparent;
  border: 0;
}

table.cleantable th:first-of-type,
table.cleantable td:first-of-type {
  padding-left: 12px;
}

table.cleantable th {
  padding: 10px 12px;
  letter-spacing: 0.03em;
  color: #454545;
  text-align: left;
}

table.cleantable th:first-of-type {
  text-align: center;
}

table.cleantable th:last-of-type {
  /* text-align: right; */
}

table.cleantable td {
  padding: 20px 12px;
  border-bottom: 1px solid #ECECEC;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.5);
}

table.cleantable.valignmid td {
  vertical-align: middle;
}

table.cleantable .button.small {
  /* font-weight: 600; */
}

.users_php .usersshowing {
  text-align: right;
  font-size: 12px;
  color: #454545;
  margin-bottom: 6px;
}

.users_php .useremailsearchblock {
  padding: 6px 0;
  border-bottom: 1px solid #cecece;
}

.users_php .advancedsearchoptions fieldset {
  border: 0;
}

#page .tabberlive {
  margin-top: 0;
}

#page .tabberlive .tabbernav {
  border: 0;
  font: inherit;
  padding: 0;
}

#page .tabberlive .tabbernav li {
  display: inline-block;
}

.users_php ul.tabbernav li.tabberactive a:hover {
  border: 0;
}

#page .tabberlive .tabbernav a {
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0;
  border: 0;
  padding: 10px 20px;
  display: block;
  border-right: 1px solid #ececec;
  color: #333;
}

#page .tabberlive .tabbernav a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

#page .tabberlive .tabbernav .tabberactive a {
  background-color: #fff;
}

#page .tabberlive .tabbertab {
  background-color: #fff;
  border: 0;
  padding: 1rem;
}

.properties_php #page .tabberlive .tabbernav a {
  padding: 10px 12px;
  font-size: 0.9rem;
}

.users_php #grouptable table,
.users_php #grouptable table td,
.users_php #grouptable table th {
  border: 0;
  padding: 4px;
  padding-left: 0;
}

.users_php #grouptable table th {
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #cecece;
  padding-top: 10px;
  padding-bottom: 6px;
  padding-left: 0;
}

.users_php .userdatacontrols .mdl-button {
  margin-bottom: 1rem;
  margin-right: 0;
}

@media screen and (min-width: 64em) {
  .users_php .cmstopcontrols {
    text-align: right;
  }

  .users_php .userdatacontrols {
    text-align: right;
  }
}


/*------------------------------------*\
  #ARTICLE > TEMA
\*------------------------------------*/

.bulkactionwrp {
  padding: 1rem;
  background-color: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin: 1rem 0;
}



/*------------------------------------*\
  #ARTICLE EDITOR (2013)
\*------------------------------------*/

.article_php .topright {
  margin-bottom: 0.5rem;
  text-align: right;
}

.article_php .ui-widget-content {
  font-size: 0.813rem;
}

.article_php input#headlineid {
  font-size: 1.4rem;
}

.article_php ul.properties {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article_php ul.properties label {
  cursor: pointer;
}

.article_php .dragwrapper {
  padding: 1rem;
  border-radius: 3px;
  background-color: #87D37C;
  border: 1px solid #00B16A;
}

.article_php #georows > div {
  margin-bottom: 0.25rem;
}

.article_php .box .cell {
  background-color: #fff;
}

.article_php h4 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.article_php #ingressoptions {
  padding-right: 1.6rem !important;
  padding-bottom: 0.25rem;
}

.article_php #ingressoptions label {
  cursor: pointer;
}

.article_php #ingressoptions input {
  margin-right: 0.25rem;
  margin-left: 1rem;
}

.article_php #relatedarticles td:first-of-type {
  padding: 5px;
  text-align: center;
}

.article_php .bodyextenstiondiv {
  margin-top: 1rem;
  margin-bottom: 0;
}

.article_php .bodyextenstiondiv textarea {
  margin-bottom: 1rem;
}


/*------------------------------------*\
  #FORMULAR
\*------------------------------------*/

.formsettings > div > label {
  margin-left: 6px;
  font-size: 0.9rem;
}

.formbuilder small.formid {
  padding-left: 0.75rem;
}

.formbuilder .svgicon {
  max-width: 24px;
  vertical-align: top;
  padding-top: 5px;
}

.formbuilder .cpselementcontainerhorizontal {
  display: inline-block;
  width: 40%;
  margin-right: -4px;
  vertical-align: top;
}

.formbuilder .cpselementcontainerhorizontal input,
.formbuilder .cpselementcontainerhorizontal select {
  width: 90%;
}

.formbuilder #formcategory {
  width: auto;
}

.formbuilder #formsettingsmenu {
  position: absolute;
  right: 0;
  top: 0.75rem;
}

.formbuilder #formsettingsmenu i {
  color: #606060;
  font-size: 1.3rem;
}

#formsettingsdialog .tabspanelinner {
  min-height: 320px;
}

.formbuilder .formcreationstep {
  padding: 0 0;
}

.formcreationstep.formsettings .cpselementcontainerrow {
  padding: 0;
}

.formbuilder .formcontentblock {
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.4);
}

.formbuilder .formcontentblock > div {
  margin-bottom: 1.5rem;
}

.formbuilder .formcontentblock .contentblockrow > div {
  display: inline-block;
  margin-right: -4px;
  width: 50%;
  vertical-align: top;
}

.formbuilder .formcontentblock .blocktitle .mdl-textfield input,
.formbuilder .formcontentblock .blocktitle .mdl-textfield:not(.is-dirty):not(.is-focused) label,
.formbuilder .formcontentblock .blocktitle .mdl-textfield{
  font-size: 1.3rem;
}

.formbuilder .formcontentblock .faketextfield {
  border: 1px solid transparent;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 2px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
}

.formbuilder .formcontentblock .blocksettings {
  text-align: right;
  position: relative;
}

.formbuilder .formcontentblock .blocksettings a {
  color: #151515;
  text-decoration: none;
  margin-left: 0.25rem;
}

.formbuilder .formcontentblock .blocksettings a.advancedsettings {
  margin-left: 1.5rem;
}

.formbuilder .addnewcontentblock {
  text-align: center;
  padding: 1.5rem 0;
}

.formbuilder .formcontentblock:not(:first-of-type) {
  border-top: 1px solid #dedede;
}

.formbuilder .mdl-tabs__panel .tabcontent {
  padding: 1rem;
  background-color: #fafafa;
}

.formbuilder .mandatorysetting,
.formbuilder .blocktitle {
  display: inline-block;
}

.formbuilder .blocktitle input[type="text"] {
  width: 71%;
}

.formbuilder .mandatorysetting {
  padding-left: 2rem;
}

.formbuilder .blocktype select {
}

.formbuilder #formname {

}




/*------------------------------------*\
  #TEMPLATES
\*------------------------------------*/

#templateformx {
  position: relative;
}

td.tplcategory {
  background-color: #eff1f6;
  font-weight: 600;
  border-bottom: 1px solid #c2c2d3;
}

.templatemetadata {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.templatemetadata label {
  font-weight: 500;
}

body.cms2017 .templatemetadata input,
body.cms2017 .templatemetadata select {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}

.templatespecialmetadata {
  margin: 0.5rem 0;
}

.hovertosaveoption {
  font-size: 0.813rem;
  margin-top: 0.5rem;
}

.hovertosaveoption label {
  cursor: pointer;
}

.ajaxsavestatus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10%;
    margin-top: 0%;
    background: #FFF;
    padding: 20px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #666;
    display: none;
}


/*------------------------------------*\
  #PROFILE
\*------------------------------------*/


.availabletemplates .templatesetwrp {
  display: inline-block;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 200px;
  margin-right: 0.5rem;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  transition: all 0.2s ease;
}

.availabletemplates .templatesetwrp:hover {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.24), 0 3px 1px -2px rgba(0,0,0,.3), 0 1px 5px 0 rgba(0,0,0,.22);
}

.availabletemplates .templatesetwrp .templatethumb {
  min-height: 150px;
  background-color: #fafafa;
}

.availabletemplates .templatesetwrp .templatename {
  padding: 0.5rem;
  min-height: 56px;
  border-top: 1px solid #ececec;
}

.availabletemplates a {
  text-decoration: none;
}

.availabletemplates a:hover {
  text-decoration: underline;
}


/*------------------------------------*\
  #SHOP4
\*------------------------------------*/

.cpselementcontainer.twocol {
  width: 50%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: top;
}


.properties_php .cpselementcontainer {
  margin-bottom: 1rem;
}

.properties_php .cpselementcontainer.cpstypecheckbox {
  margin-bottom: 0.5rem;
}

/*
.properties_php .cpselementcontainer .cpstext b {
  display: block;
  margin-top: 0.5rem;
  padding-top: 0.25em;
  font-size: 1.2em;
  border-bottom: 1px solid #ececec;
} */

.properties_php .cpselementcontainer .cpstext b {
  font-size: 0.813rem;
}

.properties_php .cpselementcontainer:not(.vertical) .cpstext:not(.msg) b {
  display: inline-block;
  margin-top: 1rem;
}

.properties_php .cpselementcontainer:not(.vertical) span.cpstextheading,
.properties_php .cpselementcontainer:not(.vertical) label.cpstextheading,
.properties_php .cpselementcontainer:not(.vertical) .cpsoptions {
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.properties_php .cpselementcontainer.cpstypetextarea span.cpstextheading,
.properties_php .cpselementcontainer.cpstypetextarea label.cpstextheading,
.properties_php .cpselementcontainer.cpstypetextarea .cpsoptions,
.properties_php .cpselementcontainer.cpstyperadio span.cpstextheading,
.properties_php .cpselementcontainer.cpstyperadio label.cpstextheading,
.properties_php .cpselementcontainer.cpstyperadio .cpsoptions {
  vertical-align: top;
}

.properties_php .cpselementcontainer input[type="text"],
.properties_php .cpselementcontainer.cpstypetextarea .cpsoptions textarea {
  padding: 4px;
  font-size: 0.813rem;
}

.properties_php .cpselementcontainer.cpstyperadio .cpsoptions {
  font-size: 0.813rem;
}

.properties_php .cpselementcontainer:not(.vertical) span.cpstextheading,
.properties_php .cpselementcontainer:not(.vertical) label.cpstextheading {
  width: 270px;
  padding-right: 0.5rem;
  text-align: right;
}

.properties_php .cpselementcontainer select,
.properties_php .cpselementcontainer input[type="text"] {
  margin-bottom: 0;
}

.properties_php .cpselementcontainer .cpscheckbox > .cpsoptions{
  margin-right: 0.5em;
}

.properties_php .cpselementcontainer .cpscheckbox > span,
.properties_php .cpselementcontainer .cpscheckbox div{
  display: inline-block;
  /* line-height: 1; */
}

.properties_php .cpselementcontainer .cpscheckbox > span{
  /* min-width: 250px; */
}

.orders_php .emailcollectboxes h2 {
  font-size: 0.9rem;
}

.orders_php .ordertablewrap {
  min-height: 294px;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid #ececec;
}

.orders_php .orderstable {
  background-color: #fff;
}

.orders_php .orderstable tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.02);
}

.orders_php .orderstable tbody {
  /* border: 1px solid #ececec; */
}



/*------------------------------------*\
  #KOMMUNE > PRISREGULATIV
\*------------------------------------*/

ul.prreg {
  margin: 0px 0px 0px 20px;
  list-style: none;
  line-height: 2em;
}

ul.prreg.level0 {
  /* margin: 0px 0px 0px -20px; */
}

ul.prreg.level0:before{
  display: none;
}

ul.prreg.level0:after{
  display: none;
}

ul.prreg .priselement {
  transition: all 0.2s ease;
  font-size: 16px;
  position: relative;
  border: 1px solid #f2f2f2;
  padding: 0.25rem 0.5rem;
  padding-bottom: 0;
  padding-right: 0;
}

ul.prreg .priselement:not(.level0) {
    border-right: 0;
}

ul.prreg .priselement:before {
    position: absolute;
    left: -15px;
    top: 0px;
    content: '';
    display: block;
    border-left: 1px solid #999;
    height: 1em;
    border-bottom: 1px solid #999;
    width: 10px;
}

ul.prreg .priselement:after {
    position: absolute;
    left: -15px;
    bottom: -7px;
    content: '';
    display: block;
    border-left: 1px solid #999;
    height: 100%;
}

ul.prreg.level0 > .priselement:first-child:before {
  border-left: 0;
}

ul.prreg.level0 > .priselement:first-child:after {
  bottom: -16px;
}

ul.prreg .priselement:last-child:after { display: none }

/*
ul.prreg ul.prreg {
  padding-left: 1rem;
  border-left: 1px solid #cecece;
}
*/
ul.prreg .ui-sortable-handle,
ul.prreg .ui-draggable-handle {
    border-color: #cecece;
}

ul.prreg .ui-sortable-handle:hover,
ul.prreg .ui-draggable-handle:hover {
    border-color: #336e7b;
    background-color: #f9f9f9;
}



/*
ul.prreg .ui-sortable-handle,
ul.prreg .ui-draggable-handle {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.12);
  cursor: grab;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}

ul.prreg .ui-sortable-handle:hover,
ul.prreg .ui-draggable-handle:hover {
  box-shadow: 0 1px 3px rgba(0, 220, 0, 0.08), 0 2px 4px rgba(0, 220, 0, 0.12);
  background-color: rgba(0, 230, 0, 0.08);
}

*/

@media screen and (min-width: 40em) {

}

@media screen and (min-width: 64em) {

  ul.prreg.level0,
  .prisregulativedit_php .toolbox {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
  }

  ul.prreg.level0 {
    width: 68%;
    padding-right: 2rem;
  }

  .prisregulativedit_php .toolbox {
    width: 30%;
  }

}


/*------------------------------------*\
  #FOOTER
\*------------------------------------*/

#footer{
    padding: 1rem 0;
}

#footer .footermenu{
    margin-bottom: 2rem;
    text-align: center;
}

#footer .footermenu li {
  display: inline-block;
}

#footer .footermenu a{
    color: #808080;
    text-decoration: none;
    margin-right: 0.6rem;
    font-size: 0.9rem;
}

#footer .footermenu a:hover{
  color: #333;
}

#copyright{
    font-size: 0.75rem;
    text-align: center;
    color: #909090;
    margin-bottom: 2rem;
}

.langlnkwrp{
	display: inline-block;
}

.langlnkwrp a{
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 0.813rem;
  color: #808080;
}

#footer .signature{
    font-size: 0.4rem;
    color: #ccc;
}

#footer .flagbar{
    text-align: center;
    margin-bottom: 1.5rem;
}

#footer .flagbar a{
    text-decoration: none;
    color: #808080;
    margin: 0 2rem;
}

#footer .flagbar a img{
    margin-right: 4px;
}

@media screen and (min-width: 40em) {

  /* #footer .footermenu li {
    display: block;
  } */
}

@media screen and (min-width: 64em) {

}

/*------------------------------------*\
	#DROPDOWN MENU
\*------------------------------------*/
/*
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}
*/

#items{
	  list-style: none;
	  margin: 5px  0 0 5px;
}
#contextMenu{
	  display: none;
	  /*position: fixed;*/
	  position: absolute;
	  border: 1px solid grey;
	  width: 150px;
	  background-color:white;
	  box-shadow: 2px 2px 1px grey;
    z-index: 900;
}

i.contextmenu {
	cursor: pointer;
}

#items li{
	  list-style-type: none;
	  border-bottom: 1px solid grey;
	  border-bottom-style: dotted;
	  padding: 10px;
	  font-size: 14px;
}
#items :hover{
	  background: #0070FF;
	  color: white;
}

li div.contexthighlighted {
  background-color: rgba(248, 148, 6, 0.2) !important;
	border-bottom: 1px solid orange !important;
}

/* ../shop4/reports-invoices-visual.php styling */

#invoicelist .basictable td,
#invoicelist .basictable th {
  padding: 1px;
  vertical-align: top;
  border-bottom: 1px solid #ececec;
}

#invoicelist .basictable th {
  padding-right: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
}

#invoicelist table tbody tr {
  height: auto;
}

body.cssnobase #adminheader,
body.cssnobase #footer,
body.cssnobase #webdavtip {
  display: none;
}

body.cssnobase .dndtarget {
  margin: 0;
  padding: 0;
}


/* app promo box admin */


.promotionsrow {
  margin-top: 1rem;
}

.app-promo {
  position: relative;
  background: #f2709c;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f2709c, #ff9472);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f2709c, #ff9472); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  padding: 2rem;
}

.app-promo.app-enabled {
  background: #1d976c;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #1d976c, #93f9b9);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #1d976c, #93f9b9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.app-promo.ssl-promo {
  position: relative;
  background: #141E30;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #243B55, #141E30);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fefef2;
  padding: 2rem;
}

.app-promo.twofa-promo {
  position: relative;
  background: #0052D4;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #6FB1FC, #4364F7, #0052D4);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6FB1FC, #4364F7, #0052D4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  padding: 2rem;
}

.app-promo.covid-info {
  position: relative;
  background: #ECE9E6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #1a1a1a;
  padding: 2rem;
}

.app-promo .app-promo-img {
  max-width: 380px;
  position: absolute;
  top: -3rem;
  right: 6rem;
}


@media screen and (min-width: 40em) {

}

@media screen and (min-width: 64em) {

}







.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}