@charset "UTF-8";
/*-----------------------------------*\

  Root: style.scss

  Imports all required SCSS files.

\*-----------------------------------*/
/*-----------------------------------*\

    Partial: Reset

    Resetting and rebuilding styles have been helped along thanks to the fine work of
    Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
    along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
    and Blueprint http://www.blueprintcss.org/

\*-----------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*, *:before, *:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; } 

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

/*-----------------------------------*\

  Partial: Variables

  Includes global variables for
  colors and unit sizes

\*-----------------------------------*/
/*-----------------------------------*\

  Module: Base

  Anything that can’t be abstracted
  or assigned to another section.
  Low-level stuff. Typically only body
  and html styles.

\*-----------------------------------*/
body {
  background-color: #f2f1ed;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

@media (min-width: 768px){
    .container {
        width: 970px;
    }
}

@media (min-width: 1079px){ 
    .container {
        width: 1050px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px; 
    }
}
/*-----------------------------------*\

  Partials: All

  Includes all partials

\*-----------------------------------*/
@font-face {
  font-family: 'nemtilmeld-admin';
  src: url("../fonts/nemtilmeld-admin.eot?ajkz68");
  src: url("../fonts/nemtilmeld-admin.eot?ajkz68#iefix") format("embedded-opentype"), 
            url("../fonts/nemtilmeld-admin.woff?ajkz68") format("woff"), 
            url("../fonts/nemtilmeld-admin.ttf?ajkz68") format("truetype"), 
            url("../fonts/nemtilmeld-admin.svg?ajkz68#nemtilmeld-admin") format("svg");
  font-weight: normal;
  font-style: normal; 
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'nemtilmeld-admin';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down:before {
  content: "\e633"; }

.icon-up:before {
  content: "\e634"; }

.icon-password:before {
  content: "\e632"; }

.icon-view:before {
  content: "\e62e"; }

.icon-revert:before {
  content: "\e62d"; }

.icon-move:before {
  content: "\e62c"; }

.icon-left:before {
  content: "\e628"; }

.icon-right:before {
  content: "\e629"; }

.icon-clock:before {
  content: "\e619"; }

.icon-delete:before {
  content: "\e600"; }

.icon-add:before {
  content: "\e601"; }

.icon-info:before {
  content: "\e602"; }

.icon-stop:before {
  content: "\e603"; }

.icon-check:before {
  content: "\e62a"; }

.icon-comment:before {
  content: "\e62b"; }

.icon-goto:before {
  content: "\e604"; }

.icon-upload:before {
  content: "\e605"; }

.icon-download:before {
  content: "\e606"; }

.icon-expand:before {
  content: "\e607"; }

.icon-upgrade:before {
  content: "\e608"; }

.icon-settings-special:before {
  content: "\e609"; }

.icon-settings-account:before {
  content: "\e60a"; }

.icon-settings:before {
  content: "\e60b"; }

.icon-contact:before {
  content: "\e60c"; }

.icon-confirmation:before {
  content: "\e60d"; }

.icon-new-message:before {
  content: "\e630"; }

.icon-invite:before {
  content: "\e60e"; }

.icon-notification:before {
  content: "\e60f"; }

.icon-sent:before {
  content: "\e610"; }

.icon-payout:before {
  content: "\e611"; }

.icon-payment-methods:before {
  content: "\e611"; }


.icon-refund:before {
  content: "\e631"; }

.icon-addon:before {
  content: "\e612"; }

.icon-type:before {
  content: "\e613"; }

.icon-support-cases:before {
  content: "\e614"; }

.icon-support:before {
  content: "\e615"; }

.icon-event:before {
  content: "\e616"; }

.icon-event-status:before {
  content: "\e617"; }

.change_to_move_registrant.disabled {
    color: lightgrey !important; 
}

.icon-event-move-reservation:before {
  content: "\e62d"; 
  display: inline-block;    
  transform: scale(-1, 1); }

.icon-event-edit:before {
  content: "\e618"; }

.icon-event-actual:before {
  content: "\e627"; }

.icon-event-add:before {
  content: "\e61b"; }

.icon-event-earlier:before {
  content: "\e61a"; }

.icon-subscription:before {
  content: "\e62f"; }

.icon-event-copy:before {
  content: "\e61c"; }

.icon-places:before {
  content: "\e61d"; }

.icon-edit:before {
  content: "\e61e"; }

.icon-print:before {
  content: "\e61f"; }

.icon-link:before {
  content: "\e620"; }

.icon-calendar:before {
  content: "\e621"; }

.icon-import:before {
  content: "\e622"; }

.icon-export:before {
  content: "\e623"; }

.icon-participant:before {
  content: "\e624"; }

.icon-share:before {
  content: "\e625"; }

.icon-facebook {
  content: url('../../../../../../../images/icons/facebook_logo_blue.png');
}

.icon-facebook-grey {
  content: url('../../../../../../../images/icons/facebook_logo_grey.png');
}


.icon-filter {
  content: url('../../assets/img/icons/filter-white.svg');
  width:20px;
  margin: 10px 18px;}

a:hover .icon-filter {
  content: url('../../assets/img/icons/filter-blue.svg');}

#event_table .icon-facebook-grey {
  display: inline-block;
  width: 24px;
}

#share_options .icon-facebook {
    display: inline-block;
    height: 67px;
    margin-bottom:5px;
}

.icon-manual:before {
    content: "\e900";
}
.icon-handshake-2:before {
  content: "\e901";
}
.icon-handshake-alt:before {
  content: "\e902";
}
.icon-handshake:before {
  content: "\e903"; 
}
.icon-tilmeld:before {
  content: "\e904";  
}
.icon-handshake-2-alt:before {
  content: "\e905";  
}
.icon-checkmark:before {
  content: "\e906";  
}
.icon-event-settings:before {
  content: "\e907";
}
.icon-deletion-time:before {
    content: "\e908";
}
.icon-delete-personal-data:before {
    content: "\e909";
}
.icon-attention {
    content: url('../img/icons/attention.svg');
    width:12px;
    padding-bottom: 3px;
}
.icon-correct {
    content: url('../img/icons/correct.svg');
    width:12px;
    padding-bottom: 3px;
}
.icon-statistics {
    content: url("../img/icons/statistics.svg");
    width: 30px; }
.section-header > h1 > .icon-statistics {
    margin-top: -4px;
    margin-right: 2px;
}
/*-----------------------------------*\

  Partial: Typography

  Low-level type things. Headings,
  links, blockquotes, etc.

\*-----------------------------------*/
body, button, input, select, textarea {
  line-height: 1.5;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }

p {
  margin-bottom: 1.5em; }

.tinymce_info_message p {
  margin-bottom: 0px; }  

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  margin: 14px 0;
  max-width: 100%;
  overflow: auto;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: #BFBAA3;
/*  color: #727d94; */
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*-----------------------------------*\

  Partial: Elements

\*-----------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.section-content-inner table {
  margin: 0;
  width: 100%; }

th {
  font-weight: bold; }

.blue-box {
  padding: 20px 30px;
  background-color: #dbecf4;
  color: #111;
  border-radius: 4px; }

.brown-box {
  padding: 20px 30px;
  background-color: #bfbaa3;
  color: #111;
  border-radius: 4px; }

.white-box {
  padding: 20px 30px;
  background-color: white;
  color: #111;
  border-radius: 4px; }

.grey-box {
  padding: 20px 30px;
  background-color: #acacac;
  color: #111;
  border-radius: 4px; }

.green-box {
  padding: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #59a75c;
  color: white; }
.green-box p {
  margin-bottom: 0; }

.turquoise-box {
  padding: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #6bafa6;
  color: white; }
.turquoise-box p {
  margin-bottom: 0; }

/*-----------------------------------*\

  Partial: Forms

  Form elements - Buttons, inputs and stuff

\*-----------------------------------*/
.btn {
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 40px; }

.btn:hover, .btn:active {
  color: #fff; }

.btn:focus {
  position: relative;
  color: #fff;
  top: 1px;
  box-shadow: none; }

.btn.btn-small {
  height: 31px;
  line-height: 31px;
  font-size: 13px; }

.btn.btn-medium {
  height: 34px;
  line-height: 34px;
  font-size: 13px; }

.btn.btn-large {
  height: 41px;
  line-height: 41px; }

.btn.green {
  box-shadow: 0 4px 0 0 #427f45;
  background-color: #59a75c; }

.btn.green:hover, .btn.green:active {
  box-shadow: 0 4px 0 0 #17531f;
  background-color: #3a723e; }

.btn.red {
  box-shadow: 0 4px 0 0 #8c2718;
  background-color: #bf4836; }

.btn.red:hover, .btn.red:active {
  box-shadow: 0 4px 0 0 #772114;
  background-color: #a33d2e; }

.btn.blue {
  box-shadow: 0 4px 0 0 #727d94;
  background-color: #dbecf4;
  color: #727d94; }

.btn.blue:hover, .btn.blue:active {
  box-shadow: 0 4px 0 0 #596581;
  background-color: #abbed4; }

.btn.beige {
  box-shadow: 0 4px 0 0 #94928b;
  background-color: #ceccc3;
  color: #111; }

.btn.beige:hover, .btn.beige:active {
  box-shadow: 0 4px 0 0 #6e6c67;
  background-color: #999791; }

.btn.grey {
  box-shadow: 0px 4px 0px 0px #939393;
  background-color: #acacac; }

.btn.grey:hover, .btn.grey:active {
  box-shadow: 0px 4px 0px 0px #939393; }

.btn.lightbrown {
  box-shadow: 0 4px 0 0 #878072;
  background-color: #bfbaa3;
}
.btn.lightbrown:hover, .btn.lightbrown:active {
  box-shadow: 0 4px 0 0 #878072;
  background-color: #878072; }

/* button types */

/* TURQUOISE BUTTONS */

.btn.search {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #6bafa6; }
.btn.search:hover, .btn.search:active {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #497B7C; }

.btn.navigation {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #6bafa6; }
.btn.navigation:hover, .btn.navigation:active {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #497B7C; }

.btn.approve {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #6bafa6; }
.btn.approve:hover, .btn.approve:active {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #497B7C; }

.btn.next {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #6bafa6; }
.btn.next:hover, .btn.next:active {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #497B7C; }

.btn.add {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #6bafa6; }
.btn.add:hover, .btn.add:active {
  box-shadow: 0 4px 0 0 #3C6364;
  background-color: #497B7C; }


/* BROWN BUTTONS */
.btn.action {
  box-shadow: 0 4px 0 0 #645F55;
  background-color: #bfbaa3; }
.btn.action:hover, .btn.action:active {
  box-shadow: 0 4px 0 0 #645F55;
  background-color: #878072; }

.btn.prev {
  box-shadow: 0 4px 0 0 #645F55;
  background-color: #bfbaa3; }
.btn.prev:hover, .btn.prev:active {
  box-shadow: 0 4px 0 0 #645F55;
  background-color: #878072; }

.btn.regret {
  box-shadow: 0 4px 0 0 #645F55;
  background-color: #bfbaa3; }
.btn.regret:hover, .btn.regret:active {
  box-shadow: 0 4px 0 0 #645F55;
  background-color: #878072; }

/* RED BUTTONS */
.btn.cancel {
  box-shadow: 0 4px 0 0 #7E3725;
  background-color: #c75c41; }
.btn.cancel:hover, .btn.cancel:active {
  box-shadow: 0 4px 0 0 #7E3725;
  background-color: #9D452F; }

.btn.yellow {
  box-shadow: 0 4px 0 0 #856d10;
  background-color: #d8b422; }
.btn.yellow:hover, .btn.yellow:active {
  box-shadow: 0 4px 0 0 #856d10;
  background-color: #a88c1b; }

.btn.delete {
  box-shadow: 0 4px 0 0 #7E3725;
  background-color: #c75c41; }
.btn.delete:hover, .btn.delete:active {
  box-shadow: 0 4px 0 0 #7E3725;
  background-color: #9D452F; }

/* end of button types */

span.required {
  color: #bf4836; }

a.green, input.green, span.green, button.green {
  background-color: #59a75c;
  color: white; }

a.blue, input.blue, span.blue {
  background-color: #dbecf4;
  /*color: #727d94; */
  color: black; }

a.grey, input.grey, span.grey {
  background-color: #acacac;
  color: black; }

.lightbrown {
  background-color: #bfbaa3;
  color: white; }

.lightgreen {
    background-color: #dfede4;
    color: black;
}

/* Standard buttons & inputs */
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in IE6/IE7 */ }

html input[disabled] {
  color: #777; }

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b1b3b1; }

.general-settings select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b1b3b1; }

.general-settings select#terms_view_and_accept_modal_language {
  width: auto;
  }

select {
    height: 30px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  outline: none; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], select {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

.form-control {
    width: auto;
    max-width:100%;
}    
.form-control.full-width {
    width: 100%;
}
.date_object {
    padding: 6px 6px;
    width: 70px;
}

#copy_event_form .department .event-title {
  font-weight: bold; }
.event-dates .event-title {
  font-weight: bold; }
.event-dates .form-control {
  float: left; }
.event-dates label {
  width: 65px;
  margin-top: 6px;
  float: left;
  font-size: 14px;
  font-size: 1.4rem; }

#copy_event_form .event-dates label {
    width: 35px;
}

#copy_event_form #event_notes_label {
    width: 500px;
}
#copy_event_form .event-dates p {
    margin-bottom: 0.5em;
}
#copy_event_form .event-dates .col-sm-1 {
    padding: 0px;
}

#copy_event_form .event-dates .col-xs-6 {
    padding-right: 0px;
    width: 325px;
}
#copy_event_form #responsible_user {
    width: 300px;
    margin-bottom: 6px;
}
#copy_event_form .time_label {
    margin-right: 0px;
}
.event-dates label.event-title {
    width: auto; }
.event-dates select, .event-dates label, .event-dates .icon-calendar {
  margin-right: 5px; }
.event-dates label {
  margin-right: 10px; }
.event-dates .icon-calendar {
  margin-top: -2px;
  font-size: 34px;
  font-size: 3.4rem;
  vertical-align: middle;
  color: #6bafa6;
  margin-left: 0px !important;}
.event-dates .icon-calendar.disabled {
    pointer-events: none;
    opacity: 0.4;
}

label {
  margin-bottom: 6px;
  display: block; }

label.inline {
    display: inline-block;
}
.general-settings label {
  margin-bottom: 0px;
  margin-top: 6px;
  display: block; }

/* Tables inside of sections */
.table .deleted td {
  text-decoration: line-through; }
.table .deleted td:last-of-type {
  text-decoration: none; }
.table a {
  cursor: pointer; }
.table p {
  margin-bottom: 0; }
.table thead > tr > th, .table tbody > tr > td, .table tfoot > tr > td {
  border: none; }

.table tbody > tr.even > td {
  background-color: white; }

.table tbody > tr.even:hover > td {
  background-color: #DBECF4; }

table.secondary {
  border: 1px solid #ceccc3;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 2px 0 rgba(206, 204, 195, 0.5); }
table.secondary thead {
  background-color: #59a75c;
  color: white; }
table.secondary thead th {
  padding-left: 20px;
  border-bottom: none; }
table.secondary tbody {
  border-radius: 4px; }
table.secondary tbody tr:last-child td {
  border-bottom: none; }
table.secondary tbody td {
  padding: 20px;
  border-top: none;
  border-bottom: 1px solid #ceccc3; }

table.list p {
  margin-bottom: 0; }
table.list thead {
  background-color: #5f9ea0;
  color: white; }
table.list thead tr th {
  border-bottom: 0; }
table.list tbody td {
  padding: 5px 10px; }
table.list tbody td .checkbox {
  margin: 0;
  padding-left: 25px; }

/*-----------------------------------*\

  Module: Modal Sections

  Alt vedrørende modale sektioner

\*-----------------------------------*/
.modal .btn {
  padding: 0 15px; }
.modal span[class^=icon-] {
  font-size: 26px;
  font-size: 2.6rem; }

.modal-dialog {
  box-shadow: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  overflow: hidden; }

@media (min-width: 768px) {
    .email-preview-modal .modal-dialog {
        width:710px;
    }
}



.modal-section-header {
  height: 40px;
  padding: 0 10px 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #37353a;
  color: white;
  border-radius: 4px 4px 0 0; 
  line-height: 40px;}
.modal-section-header.ui-draggable-handle {
    cursor: move;
}

.modal-section-header h1, .modal-section-header p {
  line-height: 40px;
  margin-bottom: 0em;
}
.modal-section-header span[class^=icon-] {
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle; }
.modal-section-header .action-button {
  font-size: 13px;
  font-size: 1.3rem; }
.modal-section-header .action-button a {
  display: block;
  color: white; }
.modal-section-header .action-button a span {
  color: white; }
.modal-section-header .action-button a:hover span {
  color: #6bafa6;
} 

.modal-section-header p.action-button:hover {
  color: #6bafa6;
} 

.modal-section-content {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
  background-color: white;
  border-bottom: 1px solid #d9d6cb; }
.modal-section-content .event-inner {
  padding: 15px 30px; }
.modal-section-content .modal-section-content-inner {
  padding: 25px; }
.modal-section-content .modal-section-content-inner p:last-of-type {
  margin-bottom: 0; }
.modal-section-content .modal-section-content-inner .row {
  /* bootstrap row override */
  margin-left: -15px;
  margin-right: -15px; }
.modal-section-content-inner .modal_content_item {
    margin-bottom: 15px;
}
.modal-section-content .modal-section-content-inner form {
  margin-bottom: 50px; }
.modal-section-content .modal-section-content-inner form:last-of-type {
  margin-bottom: 0; }
.modal-section-content .modal-section-content-title {
  display: block;
  margin-bottom: 20px; }

.modal-section-footer {
  height: 94px;
  padding: 25px;
  background-color: white;
  border-radius: 0 0 4px 4px; }

/* Addon modals */
.modal-section-addon-header {
  height: 25px;
  padding: 0 25px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
  background-color: #59a75c;
  color: white; }
.modal-section-addon-header .row {
  margin-left: -15px;
  margin-right: -15px; }

.modal-section-addon-content p {
  padding: 25px 0;
  margin-bottom: 0; }
.modal-section-addon-content p.new-addon {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase; }
.modal-section-addon-content table {
  margin-bottom: 0;
  border-top: 1px solid #d9d6cb;
  border-bottom: 1px solid #d9d6cb; }
.modal-section-addon-content table thead {
  height: 27px;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase; }
.modal-section-addon-content table thead tr > th {
  padding: 0 0 0 25px;
  line-height: 27px;
  border-bottom: 1px solid #d9d6cb; }
.modal-section-addon-content table tbody tr > td {
  padding: 10px 10px 10px 25px;
  border-top: none; }
.modal-section-addon-content .modal-section-addon-inner {
  padding: 0 25px; }

.modal-section-addon-footer {
  height: 60px;
  padding: 0 25px;
  line-height: 60px; }
.modal-section-addon-footer .icon-check {
  margin-left: 3px; }
.modal-section-addon-footer p {
  margin-bottom: 0; }
.modal-section-addon-footer .row {
  /* Speciel margin, adskiller sig fra .margin-fix */
  margin-left: -15px;
  margin-right: -35px; }
.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}
.steps, .step, .step a p {
  position: relative; }

.step a span, .step a:after, .step:hover a:before, .step.current:after, .step.current:before {
  position: absolute; }

.step a, .step.current a {
  display: block; }

.steps, .step a:after, .step:hover a:before, .step.current:after, .step.current:before {
  display: inline-block; }

.step {
  float: left; }

.steps {
  width: 100%;
  height: 80px;
  background-color: #B6D7D3;
  border: 4px solid #6bafa6;
  border-radius: 4px; }

.step {
  padding: 0 25px;
  width: 20%;
  height: 100%;
  background-image: url("../img/wizard-arrow.png");
  background-position: right 10px top 18px;
  background-repeat: no-repeat;}

#terms_wizard .step {
    padding: 0 15px;
}

.step:last-of-type {
  background-image: none; }
.step a {
  color: white;
  text-decoration: none; }
.step a span {
  font-size: 15px;
  font-size: 1.5rem;
  top: 8px;
  text-transform: uppercase; }
.step a p {
  padding: 26px 4px 26px 0;
  margin-bottom: 0;
  line-height: 1.2; }
.step a:after {
  top: 0;
  right: -14px;
  width: 16px;
  height: 76px;
  /*background: url("../img/front_white.png");*/
  background-size: 100%;
  content: ""; }
.step:hover {
  background: #5f9ea0; 
  background-image: url("../img/wizard-arrow.png");
  background-position: right 10px top 18px;
  background-repeat: no-repeat;}
.step:last-of-type:hover {
  background-image: none;}

.step:hover a {
  color: white; }
.step:hover a:before {
  top: 0;
  left: 0;
  width: 14px;
  height: 76px;
  /*background: url("../img/but_white_hover.png");*/
  background-size: 100%;
  background-repeat: no-repeat;
  content: ""; }
.step:hover a:after {
  /*background: url("../img/front_white_hover.png");*/
  width: 14px; }
.step:first-child:hover a:before, .step.active:hover a:before, .step:last-child a:after {
  display: none; }

.step.current {
  background-color: #6bafa6;}
.step.current a {
  color: white; }
.step.current:after {
  top: 0;
  right: -14px;
  z-index: 999;
  width: 14px;
  height: 90px;
  /*background: url("../img/front_green.png");*/
  background-size: 100%;
  background-repeat: no-repeat;
  content: ""; }
.step.current:before {
  top: 0;
  left: -14px;
  width: 14px;
  height: 90px;
  /*background: url("../img/but_green.png");*/
  background-size: 100%;
  background-repeat: no-repeat;
  content: ""; }
.step.current:hover a:before {
  display: none; }

.step-title {
  font-size: 20px;
  font-size: 2rem;
  clear: both;
  padding: 5px 15px;
  background-color: #6bafa6;
  color: white;
  font-weight: bold; }

header {
  padding-top: 20px;
  background-color: white; }
header .logo {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px; }

/*-----------------------------------*\

  Module: Navigation

\*-----------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #404040;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #404040;
  text-decoration: none; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
nav.navigation {
  background-color: #BFBAA3;
  color: white;
  height: 50px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold; }
nav.navigation ul {
  list-style: none; }
nav.navigation ul li {
  float: left;
  line-height: 50px;
  border-right: 1px solid white; }
nav.navigation ul li a {
  display: block;
  padding: 0 15px;
  color: white; }
nav.navigation ul li a:hover {
  color: white; }
nav.navigation ul li:first-child {
  border-radius: 4px 0 0 4px; }
nav.navigation ul li:last-child {
  float: right;
  border-right: none;
  border-radius: 0 4px 4px 0; }
nav.navigation ul li:last-child span {
  font-size: 40px;
  font-size: 4rem;
  vertical-align: middle;
  color: white; }
nav.navigation ul li:hover, nav.navigation ul li.active {
  background-color: #878072; }
nav.navigation ul li:hover span, nav.navigation ul li.active span {
  color: white; }

nav.navigation .dropdown-menu {
  min-width: 276px;
  padding: 0;
  margin: 0;
  background-color: #BFBAA3;
  border: none;
  border-top: 1px solid white;
  border-radius: 0; }
nav.navigation .dropdown-menu li {
  float: none;
  border-right: none;
  border-bottom: 1px solid #E6E4DB; }
nav.navigation .dropdown-menu li a {
  padding: 15px 20px;
  font-weight: bold; }
nav.navigation .dropdown-menu li a:hover {
  background-color: #878072; }
nav.navigation .dropdown-menu li:last-child {
  float: none;
  border-bottom: none; }

.dropdown:hover .dropdown-menu {
  display: block; }

/* Enables a structure in the navigation menu that resembles
 * <ul><li>...</li>...</ul> (bullets with sub-bullets), but with 
 * <li><a>...</a>...</li>.
*/
nav.navigation ul .nested-list:hover {
  background-color: #BFBAA3; }
nav.navigation .dropdown-menu .nested-list .nested-item {
  padding: 1px 35px 11px; }
nav.navigation .dropdown-menu .nested-list .nested-headline:hover {
  background-color: #BFBAA3; }
nav.navigation .dropdown-menu .nested-list .nested-item:hover {
  background-color: #878072; }
nav.navigation .dropdown-menu .nested-list .nested-item::before {
  content: "";
  border-color: transparent #fff;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 1.1em;
  position: relative; }
/*-----------------------------------*\

  Module: Content

\*-----------------------------------*/
.row {
  margin: 0; }

/* Margin-fix
 * Overrider bootstrap margin, kan lægges sammen med .row-div
 * Bruges da det ikke er alle rows der skal margin-fixes
*/
.margin-fix {
  margin-left: -15px;
  margin-right: -15px; }

.border-right {
  border-right: 1px solid #d9d6cb; }

.border-left {
  border-left: 1px solid #d9d6cb; }


.border-bottom {
  border-bottom: 1px solid #d9d6cb; }

.border-top {
  border-top: 1px solid #d9d6cb; }

.tooltip-right {
  position: absolute;
  right: -50px;
  z-index: 200;
  pointer-events: none; }

.tooltip-right.tooltip_small {
  right: -15px;  
}


.tooltip-left {
  position: absolute;
  left: -50px;
  z-index: 200;
  pointer-events: none; }

span[class^=icon-] {
  vertical-align: middle; }

.icon-stop, .icon-delete, .icon-delete-personal-data {
  color: #bf4836; }

.icon-comment {
  color: #59a75c; }
.icon-check {
  color: #59a75c; }
.icon-add {
  color: #6bafa6; }
.icon-info {
  color: #6bafa6; }

a:hover .icon-add {
  color: #497B7C; }
.icon-calendar:hover {
  color: #497B7C; }
.icon-info:hover {
  color: #497B7C; }

#overall-event-settings .icon-info {
    cursor: pointer;
}

table .icon-goto {
  color: #575759 !important; }
table .icon-goto:hover {
  color: #272727 !important; }
table .icon-event-edit, .section-header .icon-event-edit {
  color: #f4b400 !important; }
table .icon-event-edit.disabled, .section-header .icon-event-edit.disabled {
  color: lightgrey !important; }
table .icon-delete.disabled, .section-header .icon-delete.disabled {
  color: lightgrey !important; }
table .icon-event-edit:hover {
  color: #B98B00 !important; }
table .icon-event-edit.disabled:hover {
  color: lightgrey !important; }
table .icon-delete.disabled:hover {
  color: lightgrey !important; }
table .icon-event-status, .section-header .icon-event-status {
  color: #6bafa6 !important; }
table .icon-event-status:hover {
  color: #497B7C !important; }
table .icon-event-copy {
  color: #bfbaa3 !important; }
table .icon-event-copy:hover {
  color: #878072 !important; }
table .icon-facebook {
  color: #3b5998 !important; }
table .icon-facebook:hover {
  color: #263961 !important; }
table .icon-edit {
  color: #f4b400 !important; }
table .icon-edit:hover {
  color: #B98B00 !important; }
table .icon-deletion-time {
  color: #f4b400 !important; }
table .icon-deletion-time:hover {
  color: #B98B00 !important; }

.section-header h1 {
  color: white; 
  line-height: 60px;
  /*font-size:1em;
  padding-top:15px;*/
  clear:none;}
.section-header.multiline h1 {
  color: white; 
  line-height: inherit;
  font-size:1em;
  padding-top:15px;
  clear:none;}

.section-header h1 span {
  color: white; }
.section-header .icon-add {
  color: white; }

.section-header h3 {
    font-size: 0.8em;
    padding: 5px 0px;
}

.section-header h3.icon_fix {
    padding: 5px 0px 5px 5px;
}

span[class^=icon-] {
  font-size: 32px;
  font-size: 3.2rem; }

.statusbar {
  margin: 0 auto;
  display: none;
  background-color: #000;
  width: 100%;
  color: #fff;
  top: 0;
  padding: 10px;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  position: fixed;
  z-index: 100000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

/* Boxes that are not forms or tables but have same styling as above */
.box {
  margin-bottom: 20px;
  border: 1px solid #d9d6cb;
  box-shadow: 0 2px 2px 0 rgba(206, 204, 195, 0.5);
  border-radius: 4px; }
.box .box-header {
  padding: 0 10px;
  font-weight: bold;
  color: white;
  background-color: #373739;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;}
.box .box-header .box-header-inner {
  width: 100%;
  display: table;
  padding: 10px 0 10px 20px; }
.box .box-header .box-header-inner.small {
    padding: 5px 0 5px 5px; }
.box .box-header .box-header-inner label {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0; }
.box .box-header .box-header-inner select {
  display: table-cell;
  vertical-align: middle;
  max-width: 150px;
  float: right; }
.box .box-header .action-button > a {
    color:white;
}
.box .box-header .action-button > a:hover {
    color:#6bafa6;
}
.box .box-sub-header {
    background-color: #6bafa6;
    color: white; }
.box .box-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d6cb; }
.box .box-content {
  padding: 10px 10px 15px 15px; }
#overall-event-settings .box .box-content {
  padding: 10px 10px 15px 15px;
  min-height:110px; }
.box .box-content .form-group {
  margin-bottom: 0; }
.box .box-content strong {
  display: block; }
.box .box-content p:last-of-type {
  margin-bottom: 0; }
.box .box-helper-title {
  /*color: #6bafa6;*/
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; 
  margin-bottom:0px;
  padding: 10px 0 10px 0px; }

.box label {
  /*display: inline-block; */}
.box .btn {
  width: 100%;
  padding: 0 10px; }
.box .box-content span {
    margin-left:10px;}
/* Undo the above for tinyMCE */
.box .box-content .tox span {
    margin-left:0px;}
section.edit-event .box .box-content span {
    margin-left:0px;}

.box span[class^=icon-] {
  font-size: 26px;
  font-size: 2.6rem; }
.box span.icon-check {
  color: #59a75c; }
.box span.icon-stop {
  color: #bf4836; }

/* General section properties */
section {
  margin: 30px 0;
  border: 1px solid #d8d6ce;
  border-radius: 4px;
  overflow: hidden; }

.section-header {
  height: auto;
  min-height: 60px;
  padding: 0px 25px 0 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #373739;
  color: white;
  border-radius: 4px 4px 0 0; }
.section-header span[class^=icon-] {
  font-size: 40px;
  font-size: 4rem;
  vertical-align: middle; }
.section-header .action-button {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase; 
  line-height: 60px;
  padding-left:43px;
  position:relative;
  padding-right:5px;
}
.section-header .action-button a {
  display: block;
  color: white; }
.section-header .action-button a:hover span {
  color: #6bafa6; }
.section-header .action-button span[class^=icon-] {
    position:absolute;
    top:10px;
    left:3px;
}
.section-header .action-button .icon-info {
    color: white;
    left: 6px !important;
    top: 11px !important;
    font-size: 35px;
}
.section-header .action-button .icon-payout {
  left:6px !important;
}
.section-content {
  background-color: white; }
.section-content .section-content-inner {
  padding: 30px; }

.section-content .section-content-inner.remove-padding-top {
    padding-top: 0px;
}

.enlarge-back-link {
    font-size: 14px;
}

.section-footer {
  height: 94px;
  padding: 25px 30px;
  background-color: white;
  border-radius: 0 0 4px 4px; 
}

section .footer {
  height: 94px;
  padding: 25px 30px;
  background-color: white;
  border-radius: 0 0 4px 4px; }

/* Specific section properties */
section.welcome .section-overview {
  text-align: center; }
section.welcome .section-overview span[class^=icon-] {
  font-size: 80px;
  font-size: 8rem;
  color: #6bafa6; }
section.welcome .section-overview span.icon-manual {
  font-size: 49px;
}

section.welcome .section-overview a {
  height: 132px;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid transparent; }
section.welcome .section-overview a:hover {
  background-color: #fafaf8;
  border: 1px solid #d9d6cb;
  border-radius: 4px; }
section.welcome .section-overview a:hover span[class^=icon-] {
  color: #497B7C; }

table.table-striped.table-hover {
  margin-bottom: 0; }
table.table-striped.table-hover thead {
  background-color: #6BAFA6;
  color: white; }
table.table-striped.table-hover thead tr th {
  color: white;
  padding-left: 15px;
  border-bottom: none; }
table.table-striped.table-hover tbody tr:hover span[class^=icon-] {
  color: #727d94; }
table.table-striped.table-hover tbody tr:hover span.icon-delete {
  border-left: 1px solid #c5d4db; }
table.table-striped.table-hover tbody td {
  padding-left: 15px;
  vertical-align: middle;
  border-top: none; }
table.table-striped.table-hover tbody td span[class^=icon-] {
  font-size: 32px;
  font-size: 3.2rem;
  color: #a8a8a7; }
table.table-striped.table-hover tbody td span[class^=icon-]:hover {
  color: #111111; }
table.table-striped.table-hover tbody td span.icon-check:hover, table.table-striped.table-hover tbody td span.icon-add:hover {
  color: #59a75c; }
table.table-striped.table-hover tbody td span[class$=-delete] {
  border-left: 1px solid #f0f0ee; }
table.table-striped.table-hover tbody td span[class$=-delete]:hover {
  color: #bf4836; }
table.table-striped.table-hover tbody td span[class$=-delete-personal-data]:hover {
  color: #bf4836; }
table.table-striped.table-hover tbody td:last-of-type {
  padding-left: 20px; }

table.table-custom.table-hover {
  margin-bottom: 0; }
table.table-custom.table-hover thead {
  background-color: #6bafa6;
  color: white; }
table.table-custom.black-header thead {
  background-color: black;}
table.table-custom.table-hover thead tr th {
  color: white;
  padding-left: 25px;
  border-bottom: none; }
table.table-custom tbody tr.odd {
  background-color: #f8f8f6;
  padding-left: 25px;
  border-bottom: none; }
table.table-custom tbody tr.even {
  background-color: white;
  padding-left: 25px;
  border-bottom: none; }
table.table-custom.table-hover tbody tr:hover span[class^=icon-] {
  color: #727d94; }
table.table-custom.table-hover tbody tr:hover span.icon-delete {
  border-left: 1px solid #c5d4db; }
table.table-custom.table-hover tbody td {
  padding-left: 25px;
  vertical-align: middle;
  border-top: none; }
table.table-custom.table-hover tbody td span[class^=icon-] {
  font-size: 32px;
  font-size: 3.2rem;
  color: #a8a8a7; }
table.table-custom.table-hover tbody td span[class^=icon-]:hover {
  color: #111111; }
table.table-custom.table-hover tbody td span.icon-check:hover, table.table-striped.table-hover tbody td span.icon-add:hover {
  color: #59a75c; }
table.table-custom.table-hover tbody td span[class$=-delete] {
  border-left: 1px solid #f0f0ee; }
table.table-custom.table-hover tbody td span[class$=-delete]:hover {
  color: #bf4836; }
table.table-custom.table-hover tbody td:last-of-type {
  padding-left: 20px; }

.account-settings__info, .account-settings__options-one {
  padding: 30px;
  border-right: 1px solid #d9d6cb; }

.account-settings__options-two {
  padding: 30px; }

.edit-event .box select {
  width: 100%; }

.edit-event .box .date-selector-column select {
  width: 70px; }

.custom-toggle {
  clear: both;
  padding: 5px 15px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #6bafa6;
  color: white; }

.add-participant .sub-title {
  padding: 5px 15px;
  margin-bottom: 20px;
  background-color: #6bafa6;
  color: white;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }
.add-participant .sub-title span {
  margin-right: 10px; }

/* Action page */

section.promote-event .section-content, section.manage-event .section-content {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
section.promote-event .section-content span, section.manage-event .section-content span {
  font-size: 100px;
  font-size: 10rem;}

.promote-event span.icon-link {
    color: #575759;
}
.promote-event span.icon-share {
    color: #bfbaa3;
}
.promote-event span.icon-invite {
    color: #6bafa6;
}
.promote-event span.icon-event-edit {
    color: #f4b400;
}
.promote-event span.icon-event-copy {
    color: #bfbaa3;
}
.promote-event span.icon-event-status {
    color: #6bafa6;
}

.promote-event span.icon-link:hover {
    color: #19191a !important;
}
.promote-event span.icon-share:hover {
    color: #a19978 !important;
}
.promote-event span.icon-invite:hover {
    color: #47857c !important;
}
.promote-event span.icon-event-edit:hover {
    color: #cc9600 !important;
}
.promote-event span.icon-event-copy:hover {
    color: #a19978 !important;
}
.promote-event span.icon-event-status:hover {
    color: #47857c !important;
}

.action_event_tip p, .action_promover_tip p {
    min-height: 39px;
}

#share_options {
    margin-top: -10px;
}

section.promote-event .section-content a:hover span, section.manage-event .section-content a:hover span {
  color: #6bafa6; }
section.promote-event .footer, section.manage-event .footer {
  text-align: center; }

/* End of Action page */

#show_expanded section {
  margin: 0;
  margin-bottom: 30px; }

/*-----------------------------------*\

  Module: Footer

\*-----------------------------------*/
.footer {
    font-size: 15px;
    font-size: 1.5rem;
    color:white;
    background-color: #6bafa6;
    margin-top: 50px;
    padding-top: 30px;
}
.footer .row .row {
    margin-left: -15px;
    margin-right: -15px;
}
.footer .logo img {    
    width: 140px;
}
.footer .highlight {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
}
.footer p.highlight {
    margin-bottom: .8em;
}
.footer a {
    color: white;
}

.footer td:first-of-type {
    width: 1px;
    white-space: nowrap;
    padding-right: 20px;
}
/*===================================*\

  Sass Authoring Rules from Dan Eden
  Some are followed - Some are not
  --------------------

  Some basic guidelines (that may be broken) for authoring manageable, readable Sass styles:

  .block {
    // 1. Layout Properties
    // display, width, padding, margin, vertical-align, box-sizing, etc.
    // Note: Bracketed expression values — such as calc() or linear-gradient() — must have spaces [e.g. calc( 100% + 2rem )] for Grunt tasks to run properly

    // 2. Typography Properties
    // font[-size, -weight, etc], line-height, text-align, letter-spacing, white-space, etc.

    // 3. Appearance Properties
    // color, box-shadow, background, border, text-shadow, opacity, etc.

    // 4. UI Properties
    // appearance, cursor, pointer-events, etc.

    // Child elements are not always (and shouldn't be) nested in the parent block
    .block__child {

      // Modifiers are almost always nested in their parent element
      &.block__child--modifier {

      }

      &:after {
        // `content` counts as a layout property
      }

    }
  }

  Full Example:

  .block {
    width: 100%;

    font-size: 1rem;
    font-weight: 400;

    color: $blue;

    .block__child {
      display: inline-block;

      &.block__child--modifier {
        color: $gray;
      }

      &:after {
        content: '';
        padding: 1.5rem;

        cursor: pointer;
      }
    }
  }

\*===================================*/

/* Special modifications for NemTilmeld */
th.sortable_column, span.sortable_column {
    cursor: pointer;
    white-space:nowrap;
}

th.sortable_column.active_sort_column {
    text-decoration: underline;
}
span.column_sort_direction {
    font-size:1.7rem;
    vertical-align: middle;
}

#event-navigation > div > div {
    padding-left: 5px;
    padding-right: 5px;
}

#event-navigation .btn {
    padding: 0 20px;
    width: 100%;
}

#about_balance_information p {
    margin-bottom: 0.5em;
}
#about_transactions_table p {
    margin-bottom: 0.5em;
}


/* Newsletter synchronization */

.playground {
    border:1px black solid;
    margin:20px;
    padding:20px;
}
/* End of newsletter sunchronization */

/* Newsletter synchronization */

#newsletter_signups tr td {
    border-bottom: 1px solid black;
    padding: 5px;
    vertical-align: middle;
}
#newsletter_signups tr:last-of-type td {
    border: 0px;
}

/* End of Newsletter synchronization */

/* wizard override, prevent the final description preview from displaying bold items as a block*/
.box .box-content .no_box_content_strong_block strong  {
    display: inline;  }
/* wizard override, prevent the final description preview from displaying bold items as a block*/
/* wizard override, prevent the final description preview from suppressing list items*/
#overview_event_description ol, #overview_event_description ul {
    list-style: unset;
    padding-left:40px;
}
/* wizard override, prevent the final description preview from suppressing list items*/
#sales_by_ticket_type thead tr th {
  padding-left: 5px; }
  
#sales_by_ticket_type tbody td {
  padding-left: 5px; }

#sales_by_ticket_type tfoot td {
  padding-left: 5px; 
  border-top:1px dashed #ccc; 
  border-bottom:1px dashed #ccc;}

/* Admin Guide Links */

/* section-header is the main headers */
.section-header span.guide-link {
    float:right;
    line-height:60px;
    margin-left:10px;
}
.section-header span.guide-link .icon-manual {
    font-size: 2.5rem;
}

/* box-header is the small boxes like in settings page*/
.box-header span.guide-link {
    float: right;
}
.box-header span.guide-link .icon-manual {
    font-size: 1.6rem;
}

/* modal-section is small headers, and modal headers */
.modal-section-header span.guide-link {
    float: right;
    margin-left:10px;
    margin-right: 5px;
    height:40px;
}
.modal-section-header span.guide-link .icon-manual {
    font-size:1.9rem;
}

#wizard fieldset > .guide-link {
    position: absolute;
    right: 40px;
    top: 210px;
}

.box-content > .guide-link {
    float:right;
}

.box-content > .guide-link .icon-manual {
    font-size:1.9rem;
}

.section-content-inner > .guide-link {
    float: right;
}

.section-content-inner > .guide-link .icon-manual {
    font-size:1.9rem;
}

.invite-participants .icon-manual, .mail-participants .icon-manual, .sms-participants .icon-manual {
    font-size: 1.9rem;
}

.sent-invitations .icon-manual {
    font-size: 1.9rem;
}

/* End of Admin Guide Links */

/* Settings Boxes*/
.account-settings .box-content > select {
    width: 100%;
    margin-top: 10px;
}
/* End of Settings Boxes*/

/* Event Actions page (the one presented after Event Wizard completion) */
.share_button {
    text-align:center;
}
.share_button label {
    font-weight:bold;
}
/* Event Actions page */


.underline{
text-decoration: underline;
}
/* invitation designs */
.pointer {
    cursor: pointer;
}

.blue-bg {
    background-color: #DDE8E7;
}

/* invitees list */
.invitee_converted {
    background:green;
    width:10px;
    height:10px;
    border-radius:5px;
}

.invitee_pending {
    background:yellow;
    width:10px;
    height:10px;
    border-radius:5px;
}

.invitee_declined {
    background:red;
    width:10px;
    height:10px;
    border-radius:5px;
}

.invitee_unsent {
    background:blue;
    width:10px;
    height:10px;
    border-radius:5px;
}

.shape_square_blue {
  width: 10px;
  height: 10px;
  background: blue;
}    

.shape_circle_yellow {
    background: #FFDA29;
    width:10px;
    height:10px;
    border-radius:5px;
}

.shape_triangle_red {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid red;
}

.shape_triangle_green {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid green;
}

.modal-backdrop.modal_stacklevel_2 {
    z-index: 1060;
}

.modal.modal_stacklevel_2 {
    z-index: 1070;
}

.modal-backdrop.modal_stacklevel_3 {
    z-index: 1080;
}

.modal.modal_stacklevel_3 {
    z-index: 1090;
}

.modal-backdrop.modal_stacklevel_4 {
    z-index: 1100;
}

.modal.modal_stacklevel_4 {
    z-index: 1110;
}


.modal-backdrop.nemtilmeld_modal-prompt {
    z-index: 2000;
}

.modal.nemtilmeld_modal-prompt {
    z-index: 2010;
}

.modal-backdrop.nemtilmeld_modal-confirm {
    z-index: 2020;
}

.modal.nemtilmeld_modal-confirm {
    z-index: 2030;
}

.modal-backdrop.nemtilmeld_modal-notice {
    z-index: 2040;
}

.modal.nemtilmeld_modal-notice {
    z-index: 2050;
}

.modal-backdrop.nemtilmeld_modal-alert {
    z-index: 2060;
}

.modal.nemtilmeld_modal-alert {
    z-index: 2070;
}

.modal-backdrop.nemtilmeld_modal-alert {
    margin-bottom: 0;
    border-radius: 0;
}

/* Billing Page */

.button--red {
    background-color: #c75c41;
}
.button--green {
    background-color: #6bafa6;
}

.button--round {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 8px 4px rgba(255, 255, 255, 0.2) inset;
    height: 140px;
    line-height: 124px;
    width: 140px;
    cursor:pointer;
}

.button--absolute--adjusted {
    bottom: -70px;
    left: 0;
    position: absolute;
    right: 0;
}

.button--absolute {
    left: 0;
    position: absolute;
    right: 0;
}

.button--cta {
    border: 8px solid #fff;
    color: #fff;
    font-family: Lato,Arial,sans-serif;
    font-size: 2.6rem;
    font-style: italic;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
}

/* Upgrade Subscription Modal */

.package_container {
    padding:10px;
}

.package {
    background-color: #e6e4db;
    border-radius: 8px;
    margin: 10px;
    width: 100%;
    line-height: 20px;
}

.package:first-of-type {
    border-right: 1px solid #fff;
}

.package__title {
    background-color: #6bafa6;
    border-radius: 8px;
    color: #fff;
    font-size: 3.6rem;
    height: 70px;
    position: relative;
    text-align: center;
}

.package__title p {
    margin: 0;
    padding: 25px 0;
}

.package--badge.lang--da {
    background-image: url("../img/package-badge-da.png");
}

.package--badge.lang--en {
    background-image: url("../img/package-badge-en.png");
}
.package--badge {
    height: 64px;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 68px;
}

.package__content {
    margin:20px 0px;
}

.package__content--inner {
    padding: 0px;
    text-align: center;
}

.package__content em, .package__content p {
    font-family: Lato,Arial,sans-serif;
    color: #575759;
}

.package__content em {
    /*display: block;*/
    margin-bottom: 10px;
    /*font-size:16px;*/
}

.package__content .terms-header {
    margin-bottom: 5px;
    text-decoration: underline;
}

.package__content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.package__content ul li {
    font-size: 1.2rem;
    line-height: 16px;
    margin-bottom: 5px;
    margin-left: 25px;
    text-indent: -23px;
}
.package__content ul li img {
    margin-right: 8px;
    width: 12px;
}
.package__link {
    color: #c75c41;
    text-align:center;
    font-weight:bold;
}

.package__content hr {
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 1.5em;
}

.package__content p.price {
    font-size: 2.2rem;
    margin-bottom: 10px !important;
    text-align: left;
}

.package__content--price {
    background-color: #bfbaa3;
    border-radius: 8px;
    margin-bottom: 2px;
    padding: 15px;
}

.package__content--price p {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    text-align: left;
}
.package__content--price p.price--info {
    font-size: 1.3rem;
}

.package__content .package_label {
    background-color: #6bafa6;
    border-radius: 8px;
    color: white;
    height: 45px;
    margin-bottom: -15px;
    padding: 6px 6px 6px 10px;
    width: 90%;
    font-size: 1.7rem;
}
.package__content--price p span {
    font-size: 2.2rem;
    font-weight: 100;
}

.package__content--price p.price_separator {
    font-size: 1.2em;
    font-style: italic;
    font-weight: 100;
    margin: 10px 0;
}

.upgrade_selectors {
    margin-bottom:7px;
}

.upgrade_calculation_element, .upgrade_calculation_label {
    font-size:18px;
}
@media only screen and (max-width: 1200px) {
    .upgrade_calculation_element, .upgrade_calculation_label {
        font-size: 15px;
    }
}
.upgrade_calculation_element {
    text-align:right;
}

#upgrade_total_amount {
    border-top:1px solid black;
    border-bottom: 3px double black;
}

/* End of Billing Page*/

.full-width {
  width: 100%; 
}

/* Manage Pricing on Edit Event */

#manage-pricing-section input[type=text], #manage-pricing-section select, #manage-pricing-section textarea {
    background-color:white;
    border: 1px solid #b1b3b1;
}

#manage-pricing-section input[type=text].numeric {
    text-align: right;
}

#manage-pricing-section input[type=checkbox] {
    color:white;
    border: 1px solid #b1b3b1;
}

/* End of Manage Pricing on Edit Event */

/* Additional Services on Edit Event */

#additional-services-section input[type=text], #additional-services-section select, #additional-services-section textarea {
    background-color:white;
    border: 1px solid #b1b3b1;
}

#additional-services-section input[type=checkbox] {
    color:white;
    border: 1px solid #b1b3b1;
}

/* End of Additional Services on Edit Event */

/* Start of Customer Defined Column */
.customer-defined-column {
    padding-right:15px !important;
    white-space:nowrap;
}

.customer-defined-column-title {
    cursor: pointer;
}

.edit-customer-defined-column.icon-edit {
    color:white !important;
    cursor:pointer;
    font-size:2.2rem;
    margin-top:-2px;
    margin-left:0px;
    opacity: 0;
    position:absolute;
}

.edit-customer-defined-column.icon-edit:hover {
    color:white !important;
}

/* End of Customer Defined Column */

/* Remove paddings from columns */
.row .nopadding {
    padding-left:0;
    padding-right:0;
}
/* Remove paddings from columns */

/* Red message box */

.red_message_box {
    border: 2px solid firebrick;
    border-radius: 4px;
    padding: 10px;
    padding-bottom: 5px;
    background-color:#ffe6e6;
    margin: 10px 0px;
}

/* End of Red message box */

/* Blue message box */

.blue_message_box {
    border: 2px solid #3360ff;
    border-radius: 4px;
    padding: 10px;
    background-color:#33d7ff;
    margin: 10px 0px;
}

/* End of Blue message box */

/* Green message box */

.green_message_box {
    border: 2px solid #4a7973;
    border-radius: 4px;
    padding: 10px;
    background-color:#dfede4;
    margin: 10px 0px;
}

.green_message_box a {
    font-weight: bold;
}

/* End of Green message box */

/* Transparent message box*/

.transparent_message_box {
    border-radius: 4px;
    padding: 10px 0px;
    padding-bottom: 5px;
    margin: 10px 0px;
}

/* End of Transparent message box*/

/* Start of Payment Reminders */

.payment_reminder_setting_row p {
    margin-top:5px;
}

.payment_reminder_settings_contact_templates .mce-tinymce {
    width:100% !important;
}

.payment_reminder_settings_contact_templates .mce-tinymce iframe {
    height:500px !important;
}

#payment_reminder_preview_content p {
    margin:5px 0px;
}

.payment_reminder_languages {
    border: 1px black solid;
    border-radius:3px;
    height:47px;
    margin-bottom:10px;
    padding:10px;
    width:100%;
}

.payment_reminder_template_selector {
    float:left;
    margin-left:5px;
    height:28px;
    width:28px;
    cursor:pointer;
    border:3px solid lightgrey;
    border-radius:14px;
    padding-left:7px;
    font-size:15px;
}

.payment_reminder_template_selector.active {
    border-color: black;
}

.payment-reminder-received {
    background: green;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin:auto;
    float: left;
}

.payment-reminder-pending {
    background: #ffcc66;
    width: 10px;
    height: 10px;
    margin:auto;
    float: left;
}

/* End of Payment Reminders */

/* Start of Terms Accept Form */

#terms_accept_form .person-box {
    background-color:lightgray;
    padding:10px;
    margin-bottom:20px;
}

#terms_accept_form .person-box .person-information {
    width:100%;
}

#terms_accept_form .person-box .person-information[readonly] {
    background-color:whitesmoke;
}

#terms_accept_form .person-box p {
    margin-bottom:10px;
}

#terms_accept_form .person-box input[type='checkbox'] {
    margin-bottom:10px;
    margin-left:15px;
}

#terms_accept_form .person-box table td {
    padding: 0 15px;
}

#terms_accept_form a {
    text-decoration: underline;
}

/* End of Terms Accept Form*/

/* Start of Accepted Terms */
#accepted_terms ol, #accepted_terms ul {
    list-style: unset;
    padding-left:40px;
    margin-bottom: 1.5em;
}

/* Start of Terms Contact Persons */
#contact_persons ol, #contact_persons ul {
    list-style: unset;
    padding-left:40px;
    margin-bottom: 1.5em;
}
/* End of Terms Contact Persons*/

/* Start Of Legal Basis Configuration Template */
.legal_basis_setup_section ol, .legal_basis_setup_section ul {
    list-style: unset;
    padding-left:40px;
    margin-bottom: 1.5em;
}

.legal_basis_setup_section div.legal_basis_active_set_container {
    margin-bottom: 10px;
    text-align:center;
    vertical-align: middle;
    display: flex;
}


.legal_basis_setup_section div.legal_basis_active_set_container .active {
    border: 4px solid;
    border-color: green;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legal_basis_setup_section div.legal_basis_active_set_container .inactive {
   background-color: lightgray;
   padding: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.legal_basis_setup_section a.legal_basis_setup_terms_preview_link {             
    text-decoration: underline;
    color: blue;    
    margin-left: 0px;
}
/* End of Legal Basis Configuration Template */

/* Start of data anonymizations page*/
section.data_anonymizations ol, section.data_anonymizations ul {
    list-style: unset;
    padding-left:40px;
    margin-bottom: 1.5em;
}
/* End of data anonymizations page */

/* Start of refund all modal*/
#refund_all_participants_modal ol, #refund_all_participants_modal ul {
    list-style: unset;
    padding-left:40px;
    margin-bottom: 1.5em;
}
/* End of data anonymizations page */
/* Start of required markers */
span.required_marker {
    color:red;
}
/* End of required markers */
/* add a table type which is NOT middle aligned */
table.table-striped.table-hover.align-top tbody td {
    vertical-align: top;
}

.guide-link-text {
    font-style: italic;
    font-weight: normal;
    color:white;
}
.section-header .guide-link-text {
    font-size: 16px;
}
.box-header-inner .guide-link-text {
    font-size:13px;
}
.modal-section-header .guide-link-text {
    font-size:12px;
    text-transform: none;
}
.box-content .guide-link-text {
    color:black;
}


p.breadcrumbs {
    color:black;
    font-size:14px;
    margin-left:10px;
}

p.breadcrumbs > span.separator {
    color:#c75c41;
    margin: 0px 5px 0px 7px;
    font-size: 10px;
    vertical-align: text-bottom;
}

p.breadcrumbs > a {
    color:#c75c41;
    text-decoration: underline;
}

.tab-based-page .page {
    display:none;
}

.tab-based-page .page.active {
    display:block;
}

.page-tabs {    
    position:relative;
    background-color: #6bafa6;
    min-height:60px;   
    display: flex;
    flex-flow: row wrap;
}

@media only screen and (min-width: 1200px) {
    .page-tabs {
        min-height:30px;
    }
}
.page-tabs .tab {    
    padding-top: 5px;
    margin-left: 20px;
    padding: 5px 10px;
    color: white;    
    font-weight: bold;
    cursor: pointer;
}
.page-tabs .tab.active {
    color: black;
    background-color: white;
}

p.tab-description {
    /*font-size: 13px;*/
    margin-top: -17px;
    margin-bottom: 30px;
}
.toggle_switch {
    position:relative;
    width:66px;
    cursor:pointer;
    font-size:12px;
}

.toggle_switch_container .toggle_switch {
    cursor: pointer;
}

.toggle_switch .on_text{
    position:absolute;
    color:white;
    top:5px;
    left:10px;
    margin-left:0px !important;
    text-transform: uppercase;
    font-weight: bold;
}
.toggle_switch .off_text{
    position:absolute;
    color: grey;
    top:5px;
    right:8px;
    text-transform: uppercase;
    font-weight: bold;
}

.toggle_switch_container.is-disabled .toggle_switch {
    opacity: .5;
    cursor: not-allowed;
}

#additional_service .ui-state-default {
    border: 1px solid #ccc;
    background: #fff;
    font-weight: normal;
    color: #555555;
}

tr.additional_service_row > td {
    border-bottom: 1px solid #d9d6cb !important;
}
tr.additional_service_row > td:first-of-type {
    border-left: 1px solid #d9d6cb !important;
}
tr.additional_service_row > td:last-of-type {
    border-right: 1px solid #d9d6cb !important;
}

tr.additional_service_option_row > td:first-of-type {
    border-left:1px solid #d9d6cb !important;
}
tr.additional_service_option_row > td:last-of-type {
    border-right:1px solid #d9d6cb !important;
}

.event_specific_payment_settings_table table tbody td:last-of-type {
    border-right: 1px solid #d9d6cb !important;
}
.event_specific_payment_settings_table table tbody td {
    border-bottom: 1px solid #d9d6cb !important;
}
.event_specific_payment_settings_table table tbody td:first-of-type {
    border-left: 1px solid #d9d6cb !important;
}
/* for tinyMCE menus this is a bit a hack of specificity */   
.tox.tox .tox-tbtn.tox-tbtn {
    width:25px;
    margin: 0px;
}
.tox.tox .tox-tbtn--select.tox-tbtn--select {
    width: auto;
    max-width: 70px;
}
.box span.tox-icon {
    margin-left: 0px;
}
.tox .tox-toolbar__group {
    padding: 0 3px 0 3px !important;
}
.tox.tox-tinymce {
    border-radius: 4px;
}
/**.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){
    border-right: 0px !important;
}
*/

#shopping_questions .section-content-inner {
    border-bottom:1px dashed #ccc;
}

#shopping_questions .section-content-inner:last-of-type {
    border-bottom:0px;
}

.confirmation_page_question_container .edit,  .confirmation_page_question_container .delete {
    cursor: default;
    line-height:32px;
}
.confirmation_page_question_container .edit .icon-edit, .confirmation_page_question_container .delete .icon-delete {
    color: #bbbbbb;
}
.confirmation_page_question_container .edit.active, .confirmation_page_question_container .delete.active {
    cursor: pointer;
}
.confirmation_page_question_container .edit.active .icon-edit {
    color: #f4b400;
}
.confirmation_page_question_container .delete.active .icon-delete {
    color: #bf4836;
}

#wizard .box .box-header {
    background-color:white;
    color:black;
    border-bottom: 1px solid #d9d6cb;
}

.statistics-pages select:disabled {
    color: gray;
    background-color:lightgray;
}

select.filtration_parameters option:disabled, select.group_data_by option:disabled {
    color: lightgray;
}

table.statistics_data_rows tbody tr:last-of-type > td {
    border-top:1px solid black;
    font-weight:bold;
}

table.statistics_data_rows tbody td:hover {
    background-color: lightblue;
}

.stamp {
    border: 2px solid black;
    padding:2px;
    text-transform: uppercase;
    font-weight: bold;
}
.stamp.red {
    color:red;
    border-color:red;
}
.stamp.gray {
    color:gray;
    border-color:gray;
}
.stamp.yellow {
    color:#d8b422;
    border-color: #d8b422;
}
.stamp.small {
    font-size:11px;
}
.stamp.medium {
    font-size:16px;
}
.stamp.large {
    font-size:24px;
}

.pagination_control {
    vertical-align: bottom;
    display: inline-block;
}

.pagination_control div, .pagination_control select  {    
    display: inline-block;
}

.pagination_control span.pagination_navigation.disabled {
    color: grey;
    font-weight: bold;
}

.pagination_control span.pagination_navigation {
    cursor: pointer;
    color: #6BAFA6;
    font-weight: bold;
}

.filtering_control div {
    display:inline-block;
}

.filtering_control .modal-dialog, .filtering_control .modal-dialog div {
    display: block;
}

.filtering_control .filter_toggle, .filtering_control .filter_target, .filtering_control .filter_item {
    display: inline-block !important;
}

.filtering_control button {
    display:inline-block;
}

.filtering_control div.row {
    display:block;
}

.filtering_control .filter_toggle {
    vertical-align: middle;
}

.filtering_control input, .filtering_control select  {
    vertical-align: middle;
    width:auto;
    display:inline-block;
    margin:0;
}

.filter_button {
    padding:0px 10px;
}

/* Admin > Events > Categories */
.categories_table tbody tr td {
    border-bottom: 1px solid #d9d6cb !important;
}
.categories_table tbody tr td:first-of-type {
    border-left: 1px solid #d9d6cb !important;
}

.categories_table tbody tr td:last-of-type {
    border-right: 1px solid #d9d6cb !important;
}

#pending_terms_documents ul.signer-list {
    list-style: none;
    padding-left:20px;
}
#pending_terms_documents ul.signer-list > li {
    margin: 0;
    padding-left: 20px;
    list-style: none;
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 12px;
}
#pending_terms_documents ul.signer-list.signed > li {
    background-image: url('../img/icons/correct.svg');
}
#pending_terms_documents ul.signer-list.unsigned > li {
    background-image: url('../img/icons/attention.svg');
}

.container.terms p {
    margin-bottom:10px;
}
.container.terms ul {
    list-style: disc;
    padding-left:25px;
    margin-bottom:20px;
}

table tr.payment_rows td {
    vertical-align: top !important;
}

/* Admin > Events > Wizard */
#event_note_settings p {
    margin: 0;
}
#event_note_settings .row {
    padding: 15px;
}

#event_note_settings .row:not(:last-child) {
    border-bottom: thin solid rgba(0, 0, 0, .125);
}

#event_notes_template {
    min-width: 100%;
    max-width: 100%;
    min-height: 16rem;
    max-height: 25rem;
    padding: .5rem 1rem;
}

#event_notes_template[disabled] {
    background-color: #f0f0f0;
}



.asterisk::after {
    content: ' *';
    color: red;
}

.asterisk-pre-colon::before{
    content: '*';
    color: red;
}

/*refund modal icon */
#refund_popup .modal-section-content span.icon-delete {
  color: #a8a8a7; }
#refund_popup .modal-section-content span.icon-delete:hover {
  color: #bf4836; }

#refund_shadowbox_select_attendees > .row {
    padding:7px;
}

#refund_shadowbox_select_attendees > .row:hover {
    background-color:#dbecf4;
}

p.refund-group-event-title {
    margin-top:20px;
    margin-bottom:5px;
}

/* Admin > Events > PDF handout */
.pdf-handout h3 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.pdf-handout .current-template-container {
    margin-top: 1rem;
}

.pdf-handout .current-template::before,
.pdf-handout .current-template::after {
    content: '"';
}

.pdf-handout .indicator:not(.hidden) {
    padding: 0 1rem;
    border-radius: 3rem;
    border: thin solid rgba(0, 0, 0, .125);
}

.pdf-handout .indicator--changed {
    background-color: #d8b422;
    color: black;
}

.pdf-handout input,
.pdf-handout textarea {
    margin-bottom: 1rem;
}

.pdf-handout .pdf-handout-toggles + .pdf-handout-toggles,
.pdf-handout .pdf-handout-toggles .row + .row {
    margin-top: 1rem;
}

.pdf-handout .pdf-handout-toggles .row > * {
    padding-left: 0;
}

.pdf-handout .row > [class*="col-"]:first-of-type {
    padding-left: 0;
}

.pdf-handout .row > [class*="col-"]:last-of-type {
    padding-right: 0;
}

.pdf-handout #pdf-handout-preview {
    /* A4 size (portrait orientation) */
    width: 21.0cm;
    height: 29.7cm;

    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .25);
    margin: 0 auto;
    border: thin solid lightgray;
}

.export_type_container {
    border-radius:5px;
    padding: 20px;
    height:226px;
    border:1px solid lightgrey;
    cursor:pointer;
}

/* move registrant */
.move_registrant_form .row.unmatched, .move_registrant_form .row.unmatched input, .move_registrant_form .row.unmatched select, .move_registrant_form .row.unmatched textarea {
    background-color: #ffe6e6;
}

.move_registrant_form .row .unmatched, .move_registrant_form .row .unmatched input, .move_registrant_form .row .unmatched select, .move_registrant_form .row .unmatched textarea {
    background-color: #ffe6e6;
}

.move_registrant_form label {
    padding-top:5px;
}

/* locations table */
#locations td div.location {
    overflow-wrap: break-word;
    max-width: 512px;
}

/* NEM-8626 */
.ui-sortable {
    overflow: auto;
}

/* flex rows */
.row.flex-row {
    display:flex;
}
.row.flex-row .flex-center {
    display: flex;
    align-items: center;
}

.checkbox-with-label_container input[type='checkbox'], .checkbox-with-label_container input[type='radio']{
    margin-bottom: 0px;
    margin-top: 10px;
    vertical-align: top; }
.checkbox-with-label_container label {
    display: inline-block;
    max-width: 95%; 
    margin-bottom: 0px;
    margin-top: 6px;
}

.subscription_legend_green_triangle_up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid green;
    float: left;
}

.subscription_legend_blue_triangle_right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid blue;
    border-bottom: 5px solid transparent;
    float: left;
}

.subscription_legend_orange_circle {
    width: 10px;
    height: 10px;
    background: #FF9900;
    border-radius: 50%;
    float: left; 
}

.subscription_legend_black_square {
    width: 10px;
    height: 10px;
    background: black;
    float: left;
}

/* OP-151 */
.margin_top_8 {
    margin-top: 8px;
}

#template_changed_warning {
    background: #d8b422;
    border-radius: 10px;
    width: 220px;
    padding-left: 10px;
}

/* center things vertically, maninly in bootstrap row columns */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

div.email_attachments_list .attachment span[class^=icon-] {  
  color: #333; 
}

div.email_attachments_list .attachment_allowed_size_container.size_exceeded span {
    color: darkred;
    font-weight: bold;
}

div.email_attachments_list .attachment-list, div.email_attachments_list .attachment, div.email_attachments_list .attachment_allowed_size_container {
    margin-bottom: 6px;
}

div.email_attachments_list .align-right {
    text-align: right;
}

div.email_attachments_list .attachment_description_container {
    overflow-wrap: break-word ;
}   

div.email_attachments_list .attachments_progress_bar .attachments_progress_bar_border {
    border: 1px solid grey;
    background: lightgrey;
    height: 16px;
    width:100%;
}

div.email_attachments_list .attachment_description_container {
    padding-right: 0px;
    padding-left: 0px;
}

div.email_attachments_list .attachments_progress_bar .attachments_progress_bar_progress {    
    background: grey;
    height: 14px;
    width: 0%;
}

.attachment_allowed_size_container.size_exceeded .attachments_progress_bar .attachments_progress_bar_progress {  
    background: darkred;
}

div.email_attachments_list .attachment_list_container {
    display:none;
}

/* Does not work in firefox < 121
div.email_attachments_list .attachment_list_container:has(.attachment-list):has(.attachment) {
    display:block;
} */
    
.legal_box_header {
    padding: 5px!important;
}

.legal_box_sub_header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;

}

/* Beginning of Invitation Wizard Design */

#invitation_wizard_select_design .design-type-container.selected-design, #invitation_wizard_select_design .design-container.selected-design {
    border: 4px solid #645F55;
    background-color: #DDE8E7;
}

#invitation_wizard_select_design .selected-design .box-content {
    margin: -3px;
}

#invitation_wizard_select_design .design-type-container {
    height: 255px;
}

#invitation_wizard_select_design .design-type-container .design-label {
    margin-top:15px;
}

#invitation_wizard_select_design .design-type-container .design-image {
    height:71px;
    width: 100%;
    text-align: center;
}

#invitation_wizard_select_design .design-type-container .design-image img {
    height: 63px;
}

#invitation_wizard_select_design .design-type-container .personal-email-spacer {
    height:56px;
    width: 100%;
    text-align: center;
}

#invitation_wizard_select_design .design-type-introduction {
    padding: 5px 3px;
    height: 115px;
}

#invitation_wizard_select_design h3 {
    font-size:18px;
    font-weight:bold;
    margin-bottom:5px;
}

#invitation_wizard_select_design .design-container {
    height: 151px;
}

#invitation_wizard_select_design .design-label {
    height:80px;
}

#invitation_wizard_select_design .select_design_button.selected-design {
  box-shadow: 0 4px 0 0 #645F55;
  background-color: #878072;
}

#invitation_wizard_select_design .design-logo-small {
    margin:10px;
    border:2px solid #333333;
    border-radius: 5px;
}

#invitation_wizard_select_design .design-separator {
    margin-bottom:18px;
}

#invitation_wizard_select_design .design-separator hr {
    background-color: #bfbaa3; height:2px;
}

#invitation_wizard_select_design .design-separator h3 {
    text-align:center;
    margin-top:10px;
}

/* End of Invitation Wizard Design */

#print_attendees_list_modal_content .print_modal_select {
    width: 90%;
}

#print_name_tag_modal_content .print_name_tag_modal_select {
    width: 90%;
}

/* Mail merge tag table */
.js-copy_to_clipboard_on_click {
    cursor: pointer;
}

.mail-merge-tag-table {
    background-color: #F9F9F9;
}

.headsup-box {
    display: none;
    position: absolute;
    pointer-events: none;
    background: #DFEDE4;
    text-align: center;
    border: 2px solid green;
    height: 28px;
    z-index: 1000;
}

#copy_popup .modal-dialog {
    width: 840px;
}
#copy_popup #resposible_user {
    font-weight: bold;
}

/*Customcol Design */
table tbody tr td.padding-for-numbers {
    padding-right: 25px;
}
.event-link-infobox .section-content-inner {
    padding: 20px;
}
.event-link-infobox .link-label {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.event-link-infobox .link-input {
    background: #E8E8E8;
    border: 0;
    padding: 3px;
    cursor: pointer;
}
.event-link-infobox img {
    border: 1px solid #E8E8E8;
}
.event-link-infobox .link-row {
    display: flex;
    margin-top:10px;
    align-items: flex-end;
}
.event-link-infobox .link-column {
    width: 50%;
}
.event-link-infobox .link-buttons {
    padding-bottom: 5px;
    padding-left: 5px;
}
.event-link-infobox .access-token-text {
    margin-top: 10px;
}

/* Start of Popover override */
.popover {
    background: #373739;
}
.popover.top .arrow:after {
    border-top-color: #373739;
}
.popover.right .arrow:after {
    border-right-color: #373739;
}
.popover.bottom .arrow:after {
    border-bottom-color: #373739;
}
.popover.left .arrow:after {
    border-left-color: #373739;
}

.popover-header{
    background: #373739;
    color: white;
}  
.popover-content{
    background: #373739;
    color: white;
}
/* End of Popover override */