HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/ehboledensysteem.komma.pro/wwwroot/css/kms.css
/* ==========================================================================
 * Config settings
 * ========================================================================== */
/**
 * * Define grid columns
 * *
 * * The inner grid is the section where the content is
 * * The outer grid is the inner grid with extra margin columns on each side
 * */
/**
 * * Define breakpoint for given formats
 * */
/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */
/* ==========================================================================
 * Font related functions
 * ========================================================================== */
/**
 * * Add some functions for readability
 * * Return font-weight based on name
 * */
/* ==========================================================================
 * Functions used in grid calculation
 * ========================================================================== */
/**
 * * This is where the magic happens
 * * Return percentage based on amount of columns
 * * Use parent column size to adjust the origin
 * */
/**
 * * Default function for columns
 * * Return as percentage
 * */
/**
 * * Return as viewport width
 * */
/* ==========================================================================
 * Basic style settings
 * ========================================================================== */
* {
  box-sizing: border-box;
}

/* * Set up the body
 * *
 * * 1. This is the base for al rem units
 * */
html {
  font-size: 20px;
  line-height: 1.6;
}

/**
 * * 1.Default display for images is block to lose the extra margin below the image
 * * 2. Remove border / especially on older browsers
 * */
img {
  display: block;
  border: none;
}

/**
 * * Add translation to prevent recoloring from autocomplete
 * */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -webkit-transition: all 9999s linear 9999s;
  transition: all 9999s linear 9999s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  -moz-transition: all 9999s linear 9999s;
  transition: all 9999s linear 9999s;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  -ms-transition: all 9999s linear 9999s;
  transition: all 9999s linear 9999s;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  -moz-transition: all 9999s linear 9999s;
  transition: all 9999s linear 9999s;
}

/* * Remove default margin around figure
 * */
figure {
  margin: 0;
}

/*==========================================================================
 * Grid
 * ========================================================================== */
/**
 * * Grid row
 * *
 * * 1. The outer two columns are just margin
 * * 2. Prevent inline-block cells wrapping
 * * 3. Prevent vertical spacing between inline-blocks
 * */
.grid-row {
  width: 85.7142857143%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  /**
  * * The full row doesn't have the two outer margin rows
  * * They stretch till both ends of the window
  * */
}
.grid-row.full-row {
  width: 100%;
  max-width: none;
}

/**
 * * Grid column
 * *
 * * 1. Reset white-space inherited from `.grid`
 * * 2. Reset font-size inherited from `.grid`
 * * 3. Reset line-height inherited from `.grid`
 * */
.grid-col {
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: normal;
  font-size: 1rem;
  line-height: 1.6;
  /**
  * * Center column
  * *
  * * 1. 'inline-block' doesn't center with margin '0 auto'
  * */
}
.grid-col.center {
  display: block;
  margin: 0 auto;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-1, .col-lg-1 {
  width: 8.3333333333%;
}
.full-row .col-1, .full-row .col-lg-1 {
  width: 7.1428571429%;
}

/* Column shifts
* ========================================================================== */
.offset-1, .offset-lg-1 {
  margin-left: 8.3333333333%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-2, .col-lg-2 {
  width: 16.6666666667%;
}
.full-row .col-2, .full-row .col-lg-2 {
  width: 14.2857142857%;
}

/* Column shifts
* ========================================================================== */
.offset-2, .offset-lg-2 {
  margin-left: 16.6666666667%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-3, .col-lg-3 {
  width: 25%;
}
.full-row .col-3, .full-row .col-lg-3 {
  width: 21.4285714286%;
}

/* Column shifts
* ========================================================================== */
.offset-3, .offset-lg-3 {
  margin-left: 25%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-4, .col-lg-4 {
  width: 33.3333333333%;
}
.full-row .col-4, .full-row .col-lg-4 {
  width: 28.5714285714%;
}

/* Column shifts
* ========================================================================== */
.offset-4, .offset-lg-4 {
  margin-left: 33.3333333333%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-5, .col-lg-5 {
  width: 41.6666666667%;
}
.full-row .col-5, .full-row .col-lg-5 {
  width: 35.7142857143%;
}

/* Column shifts
* ========================================================================== */
.offset-5, .offset-lg-5 {
  margin-left: 41.6666666667%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-6, .col-lg-6 {
  width: 50%;
}
.full-row .col-6, .full-row .col-lg-6 {
  width: 42.8571428571%;
}

/* Column shifts
* ========================================================================== */
.offset-6, .offset-lg-6 {
  margin-left: 50%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-7, .col-lg-7 {
  width: 58.3333333333%;
}
.full-row .col-7, .full-row .col-lg-7 {
  width: 50%;
}

/* Column shifts
* ========================================================================== */
.offset-7, .offset-lg-7 {
  margin-left: 58.3333333333%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-8, .col-lg-8 {
  width: 66.6666666667%;
}
.full-row .col-8, .full-row .col-lg-8 {
  width: 57.1428571429%;
}

/* Column shifts
* ========================================================================== */
.offset-8, .offset-lg-8 {
  margin-left: 66.6666666667%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-9, .col-lg-9 {
  width: 75%;
}
.full-row .col-9, .full-row .col-lg-9 {
  width: 64.2857142857%;
}

/* Column shifts
* ========================================================================== */
.offset-9, .offset-lg-9 {
  margin-left: 75%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-10, .col-lg-10 {
  width: 83.3333333333%;
}
.full-row .col-10, .full-row .col-lg-10 {
  width: 71.4285714286%;
}

/* Column shifts
* ========================================================================== */
.offset-10, .offset-lg-10 {
  margin-left: 83.3333333333%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-11, .col-lg-11 {
  width: 91.6666666667%;
}
.full-row .col-11, .full-row .col-lg-11 {
  width: 78.5714285714%;
}

/* Column shifts
* ========================================================================== */
.offset-11, .offset-lg-11 {
  margin-left: 91.6666666667%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-12, .col-lg-12 {
  width: 100%;
}
.full-row .col-12, .full-row .col-lg-12 {
  width: 85.7142857143%;
}

/* Column shifts
* ========================================================================== */
.offset-12, .offset-lg-12 {
  margin-left: 100%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-13, .col-lg-13 {
  width: 108.3333333333%;
}
.full-row .col-13, .full-row .col-lg-13 {
  width: 92.8571428571%;
}

/* Column shifts
* ========================================================================== */
.offset-13, .offset-lg-13 {
  margin-left: 108.3333333333%;
}

/* Column dimensions
* ========================================================================== */
/* * Calculate width by dividing a full width into 12 columns
* * Create a class for each column
* */
.col-14, .col-lg-14 {
  width: 116.6666666667%;
}
.full-row .col-14, .full-row .col-lg-14 {
  width: 100%;
}

/* Column shifts
* ========================================================================== */
.offset-14, .offset-lg-14 {
  margin-left: 116.6666666667%;
}

/* Media queries
 * ========================================================================== */
 *
 * /*
 * * Create a separate loop because of order for css rendering
 * * because else it would overrule a previous media query
 * */
@media screen and (min-width: 1601px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-1 {
    width: 8.3333333333%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-1 {
    width: 8.3333333333%;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-2 {
    width: 16.6666666667%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-2 {
    width: 16.6666666667%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-2 {
    width: 16.6666666667%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-2 {
    width: 16.6666666667%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-3 {
    width: 25%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-3 {
    width: 25%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-3 {
    width: 25%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-3 {
    width: 25%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-4 {
    width: 33.3333333333%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-4 {
    width: 33.3333333333%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-4 {
    width: 33.3333333333%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-4 {
    width: 33.3333333333%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-5 {
    width: 41.6666666667%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-5 {
    width: 41.6666666667%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-5 {
    width: 41.6666666667%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-5 {
    width: 41.6666666667%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-6 {
    width: 50%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-6 {
    width: 50%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-6 {
    width: 50%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-7 {
    width: 58.3333333333%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-7 {
    width: 58.3333333333%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-7 {
    width: 58.3333333333%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-7 {
    width: 58.3333333333%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-8 {
    width: 66.6666666667%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-8 {
    width: 66.6666666667%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-8 {
    width: 66.6666666667%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-8 {
    width: 66.6666666667%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-9 {
    width: 75%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-9 {
    width: 75%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-9 {
    width: 75%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-9 {
    width: 75%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-10 {
    width: 83.3333333333%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-10 {
    width: 83.3333333333%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-10 {
    width: 83.3333333333%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-10 {
    width: 83.3333333333%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-11 {
    width: 91.6666666667%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-11 {
    width: 91.6666666667%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-11 {
    width: 91.6666666667%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-11 {
    width: 91.6666666667%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-12 {
    width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-12 {
    width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-12 {
    width: 100%;
  }

  .offset-xs-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-13 {
    width: 108.3333333333%;
  }

  .offset-xl-13 {
    margin-left: 108.3333333333%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-13 {
    width: 108.3333333333%;
  }

  .offset-md-13 {
    margin-left: 108.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-13 {
    width: 108.3333333333%;
  }

  .offset-sm-13 {
    margin-left: 108.3333333333%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-13 {
    width: 108.3333333333%;
  }

  .offset-xs-13 {
    margin-left: 108.3333333333%;
  }
}
@media screen and (min-width: 1601px) {
  .col-xl-14 {
    width: 116.6666666667%;
  }

  .offset-xl-14 {
    margin-left: 116.6666666667%;
  }
}
@media screen and (max-width: 1080px) {
  .col-md-14 {
    width: 116.6666666667%;
  }

  .offset-md-14 {
    margin-left: 116.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-14 {
    width: 116.6666666667%;
  }

  .offset-sm-14 {
    margin-left: 116.6666666667%;
  }
}
@media screen and (max-width: 400px) {
  .col-xs-14 {
    width: 116.6666666667%;
  }

  .offset-xs-14 {
    margin-left: 116.6666666667%;
  }
}
/* ==========================================================================
 * This grid can be turned on and off when you want to check
 * if everything is nice in place.
 * ========================================================================== */
.visible-grid-container {
  display: flex;
  justify-content: center;
}

/**
 * * 1. Makes it able to control the website while grid is shown
 * */
.visible-grid {
  display: block;
  position: fixed;
  z-index: 10000;
  pointer-events: none;
}
.visible-grid .grid-col {
  background: rgba(0, 255, 255, 0.6);
  height: 100vh;
}
.visible-grid .grid-col:nth-child(2n) {
  background: rgba(0, 255, 255, 0.3);
}
.visible-grid:before, .visible-grid:after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% / 12);
  height: 100%;
  background: rgba(0, 255, 0, 0.5);
}
.visible-grid:before {
  left: calc(-100% / 12);
}
.visible-grid:after {
  right: calc(-100% / 12);
}

.breakpoint {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  z-index: 10000;
  background: #0ABEFF;
}
@media screen and (min-width: 1601px) {
  .breakpoint {
    background: red;
  }
}
@media screen and (max-width: 1366px) {
  .breakpoint {
    background: blue;
  }
}
@media screen and (max-width: 1080px) {
  .breakpoint {
    background: green;
  }
}
@media screen and (max-width: 768px) {
  .breakpoint {
    background: yellow;
  }
}
@media screen and (max-width: 400px) {
  .breakpoint {
    background: pink;
  }
}

html {
  font-size: 18px;
}

body {
  color: white;
  font-family: "Rubik", sans-serif;
  background-color: #1D2433;
}
body #main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 230px;
  overflow: auto;
}
body input {
  font-family: "Rubik", sans-serif;
}

.text-muted {
  color: #9ba0ae;
}

.text-primary {
  color: #3289ff;
}

.text-success {
  color: #3c763d;
}

.text-info {
  color: #31708f;
}

.text-warning {
  color: #ff8d00;
}

.text-danger {
  color: #f2303f;
}

.text-light {
  color: #9ba0ae;
  font-weight: 310;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

.small-profile {
  margin-top: 30px;
  height: 90px;
  margin-bottom: 30px;
}
.small-profile img.small-profile-image {
  border-radius: 100%;
  float: left;
  margin-right: 30px;
  height: 90px;
}
.small-profile p.small-profile-name {
  margin-bottom: 10px;
}
.small-profile p.small-profile-description {
  font-size: 20px;
  line-height: 1.5em;
  color: #70778c;
}

.inline {
  display: inline;
}

#selectYearAndMonthForm .selectize-control {
  float: left;
  width: 45%;
  margin-left: 3.3333%;
}

@-webkit-keyframes shake1 {
  0% {
    transform: translate3d(0.5px, 0.25px, 0);
  }
  10% {
    transform: translate3d(-0.25px, -0.5px, 0);
  }
  20% {
    transform: translate3d(-0.75px, 0px, 0);
  }
  30% {
    transform: translate3d(0px, 0.5px, 0);
  }
  40% {
    transform: translate3d(0.25px, -0.25px, 0);
  }
  50% {
    transform: translate3d(-0.25px, 0.5px, 0);
  }
  60% {
    transform: translate3d(-0.75px, 0.25px, 0);
  }
  70% {
    transform: translate3d(0.5px, 0.25px, 0);
  }
  80% {
    transform: translate3d(-0.25px, -0.25px, 0);
  }
  90% {
    transform: translate3d(0.5px, 0.5px, 0);
  }
  100% {
    transform: translate3d(0.25px, -0.5px, 0);
  }
}
@keyframes shake1 {
  0% {
    transform: translate3d(0.5px, 0.25px, 0);
  }
  10% {
    transform: translate3d(-0.25px, -0.5px, 0);
  }
  20% {
    transform: translate3d(-0.75px, 0px, 0);
  }
  30% {
    transform: translate3d(0px, 0.5px, 0);
  }
  40% {
    transform: translate3d(0.25px, -0.25px, 0);
  }
  50% {
    transform: translate3d(-0.25px, 0.5px, 0);
  }
  60% {
    transform: translate3d(-0.75px, 0.25px, 0);
  }
  70% {
    transform: translate3d(0.5px, 0.25px, 0);
  }
  80% {
    transform: translate3d(-0.25px, -0.25px, 0);
  }
  90% {
    transform: translate3d(0.5px, 0.5px, 0);
  }
  100% {
    transform: translate3d(0.25px, -0.5px, 0);
  }
}
@-webkit-keyframes shake2 {
  0% {
    transform: translate3d(0.25px, -0.5px, 0);
  }
  10% {
    transform: translate3d(0.5px, 0.5px, 0);
  }
  20% {
    transform: translate3d(-0.25px, -0.25px, 0);
  }
  30% {
    transform: translate3d(0.5px, 0.25px, 0);
  }
  40% {
    transform: translate3d(-0.75px, 0.25px, 0);
  }
  50% {
    transform: translate3d(-0.25px, 0.5px, 0);
  }
  60% {
    transform: translate3d(0.25px, -0.25px, 0);
  }
  70% {
    transform: translate3d(0px, 0.5px, 0);
  }
  80% {
    transform: translate3d(-0.75px, 0px, 0);
  }
  90% {
    transform: translate3d(-0.25px, -0.5px, 0);
  }
  100% {
    transform: translate3d(0.5px, 0.25px, 0);
  }
}
@keyframes shake2 {
  0% {
    transform: translate3d(0.25px, -0.5px, 0);
  }
  10% {
    transform: translate3d(0.5px, 0.5px, 0);
  }
  20% {
    transform: translate3d(-0.25px, -0.25px, 0);
  }
  30% {
    transform: translate3d(0.5px, 0.25px, 0);
  }
  40% {
    transform: translate3d(-0.75px, 0.25px, 0);
  }
  50% {
    transform: translate3d(-0.25px, 0.5px, 0);
  }
  60% {
    transform: translate3d(0.25px, -0.25px, 0);
  }
  70% {
    transform: translate3d(0px, 0.5px, 0);
  }
  80% {
    transform: translate3d(-0.75px, 0px, 0);
  }
  90% {
    transform: translate3d(-0.25px, -0.5px, 0);
  }
  100% {
    transform: translate3d(0.5px, 0.25px, 0);
  }
}
/* ==========================================================================
 * Login KMS
 * ========================================================================== */
.login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.login .placeholder {
  width: 80%;
  max-width: 400px;
  padding: 20px 40px;
  background-color: white;
  color: #d62727;
  /* Alert messages
  * ========================================================================== */
}
.login .placeholder .header {
  margin-bottom: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
}
.login .placeholder .header.small {
  margin-bottom: 20px;
}
.login .placeholder .header img {
  display: block;
  width: 45px;
  height: 45px;
  margin-left: auto;
}
.login .placeholder .header h2 {
  width: calc(100% - 45px);
  margin: 0;
  color: #d62727;
  font-size: 1.2rem;
  font-weight: bold;
}
.login .placeholder .warning {
  padding: 7px 12px;
  margin: 8px 0;
  border: 1px solid #2B2F83;
  font-size: 0.7rem;
  color: #2B2F83;
}
.login .placeholder input {
  width: 100%;
  height: 40px;
  margin: 8px 0;
  border-radius: 4px;
  font-size: 0.7rem;
  color: #2B2F83;
  text-indent: 10px;
  border: #d8dae2 solid 1px;
  transition: box-shadow 0.4s;
}
.login .placeholder input:focus {
  outline: 0;
  box-shadow: rgba(0, 0, 255, 0.75) 0 0 5px 0;
}
.login .placeholder input[type=submit] {
  background-color: #d62727;
  border: none;
  color: white;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.4s;
}
.login .placeholder input[type=submit]:hover {
  background-color: #383da9;
}
.login .placeholder a {
  color: #d62727;
  font-size: 0.7rem;
  font-weight: 600;
}

/* ==========================================================================
 * Entities navigation KMS
 * ========================================================================== */
#entities {
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 100vh;
  background-color: white;
  /* Header block
  * ========================================================================== */
  /* Search block
  * ========================================================================== */
  /* Add new item block
  * ========================================================================== */
  /* Change order block
  * ========================================================================== */
  /* Entities list
  * ==========================================================================
  * Entities header:  141px
  * Search:           50px
  * New item:         50px
  * Order:            50px
  * */
}
#entities .entities-header {
  padding: 40px 0;
  border-bottom: 1px solid #d8dae2;
  text-align: center;
}
#entities .entities-header h1 {
  font-size: 1.2rem;
  color: #2B2F83;
  font-weight: 700;
  margin: 0;
}
#entities .entities-header p {
  font-size: 0.7rem;
  color: #70778c;
  opacity: 0.5;
  margin: 0;
  font-weight: 100;
}
#entities .entities-header--users {
  padding-bottom: 0;
}
#entities .search .search-field {
  height: 50px;
  border-top: 1px solid #d8dae2;
  border-bottom: 1px solid #d8dae2;
  font-size: 0.9rem;
  cursor: text;
  background-color: #f4f5f7;
  background-image: url("/img/kms/icons/icon_search.svg");
  background-repeat: no-repeat;
  background-position: 7px center;
}
#entities .search .search-field input {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 0.7rem;
  line-height: 2.2;
  text-indent: 90px;
  background-color: transparent;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}
#entities .search .search-field input:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}
#entities .search .search-result-text {
  display: none;
  height: 50px;
  width: 100%;
  border-bottom: 2px solid #3289ff;
  transition: background-color 0.2s, color 0.2s;
  margin: 0;
  padding: 0 15px 0 60px;
  color: #70778c;
  font-size: 0.7rem;
  line-height: 1;
}
#entities .search .search-result-text span {
  display: inline-block;
  margin-left: 5px;
  color: #3289ff;
}
#entities .search .entities-list {
  display: none;
  height: calc( 100vh - 235px);
}
#entities .search .entities-list ul .entities-list-item {
  display: none;
}
#entities .search .entities-list ul .entities-list-item.active {
  display: block;
}
#entities .search .entities-list ul .entities-list-item.active > a {
  background-color: transparent;
  color: #70778c;
}
#entities .search .entities-list ul .entities-list-item.active > a .icon {
  background-color: rgba(216, 218, 226, 0.6);
}
#entities .search .entities-list ul .entities-list-item.active > a p {
  margin: 0;
  width: calc(100% - 65px);
}
#entities .search .entities-list ul .entities-list-item.active > a p:before {
  content: attr(data-breadcrumb);
  display: block;
  color: #70778c;
  font-size: 0.6rem;
  opacity: 0.5;
}
#entities .search.active .entities-list {
  display: block;
}
#entities .search.active .search-result-text {
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
}
#entities .new-item {
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  width: 100%;
  background-color: transparent;
  border-bottom: 2px solid #3289ff;
  transition: background-color 0.2s, color 0.2s;
  color: #3289ff;
  font-size: 0.7rem;
  line-height: 1;
  text-decoration: none;
}
#entities .new-item span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 15px;
  border: 1px solid #3289ff;
  border-radius: 100%;
  background-color: white;
}
#entities .new-item span:before {
  content: "";
  background-image: url("/img/kms/icons/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 30px;
  height: 30px;
}
#entities .new-item:hover {
  background-color: #3289ff;
  color: white;
}
#entities .entities-order {
  position: relative;
  width: 100%;
  height: 50px;
  border-top: solid 1px #e0e6ec;
}
#entities .entities-order .sortable-button {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #3289ff;
  font-size: 0.7rem;
  text-align: center;
  cursor: pointer;
}
#entities .entities-order .sortable-button:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 23px;
  background-image: url("/img/kms/icons/icon_reorder.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
#entities .entities-order .sortable-button.save-order {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  background-color: #3289ff;
  color: white;
}
#entities .entities-order .sortable-button.save-order.show {
  z-index: 2;
  opacity: 1;
  pointer-events: all;
}
#entities .entities-order .sortable-button.save-order:before {
  background-image: url("/img/kms/icons/icon_save_order.svg");
}
#entities #main-entities-list.hide {
  display: none;
}
#entities .entities-list {
  position: relative;
  height: calc( 100vh - 185px);
  overflow: auto;
  overflow-x: hidden;
}
#entities .entities-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#entities .entities-list ul.ui-sortable {
  height: calc(100% - 50px);
  overflow: auto;
  overflow-x: hidden;
}
#entities .entities-list ul ul {
  padding-left: 20px;
  min-height: 10px;
}
#entities .entities-list ul .sortable-placeholder {
  height: 50px;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px dashed rgba(50, 137, 255, 0.4);
}
#entities .entities-list ul .entities-list-item {
  background-color: white;
  transition: background-color 0.3s;
}
#entities .entities-list ul .entities-list-item:nth-child(even) {
  background-color: #f7f7f7;
}
#entities .entities-list ul .entities-list-item > a, #entities .entities-list ul .entities-list-item .tree-node-content {
  position: relative;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  width: 100%;
  text-decoration: none;
  font-size: 0.7rem;
  color: #70778c;
  cursor: pointer;
  font-weight: 100;
}
#entities .entities-list ul .entities-list-item > a:hover, #entities .entities-list ul .entities-list-item .tree-node-content:hover {
  background-color: #eceef3;
  color: #2B2F83;
}
#entities .entities-list ul .entities-list-item.active > a, #entities .entities-list ul .entities-list-item.active > .tree-node-content {
  background-color: #3289ff;
  color: white;
}
#entities .entities-list ul .entities-list-item.active > a .icon, #entities .entities-list ul .entities-list-item.active > .tree-node-content .icon {
  background-color: #d8dae2;
}
#entities .entities-list ul .entities-list-item .color-status {
  display: inline-block;
  height: 100%;
  width: 5px;
  background-color: transparent;
}
#entities .entities-list ul .entities-list-item .color-status[data-status-type="0"] {
  background-color: #d8dae2;
}
#entities .entities-list ul .entities-list-item .color-status[data-status-type="1"] {
  background-color: #78dc84;
}
#entities .entities-list ul .entities-list-item .color-status[data-status-type="2"] {
  background-color: #f2303f;
}
#entities .entities-list ul .entities-list-item .color-status[data-status-type="3"] {
  background-color: #2B2F83;
}
#entities .entities-list ul .entities-list-item .color-status[data-status-type="4"] {
  background-color: #ff8d00;
}
#entities .entities-list ul .entities-list-item .color-status[data-status-type="5"] {
  background-color: #3c763d;
}
#entities .entities-list ul .entities-list-item p {
  margin: 0;
  width: calc(100% - 60px);
}
#entities .entities-list ul .entities-list-item .icon {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 15px;
  border-radius: 100%;
  background-color: rgba(216, 218, 226, 0.6);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
#entities .entities-list ul .entities-list-item .icon img {
  width: 30px;
  height: 30px;
}
#entities .entities-list ul .entities-list-item .icon span {
  font-size: 0.8rem;
  color: #70778c;
  position: relative;
  top: 1px;
}
#entities .entities-list ul .entities-list-item .triangle {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.03);
  width: 40px;
  height: 100%;
  cursor: pointer;
}
#entities .entities-list ul .entities-list-item .triangle:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 5px;
  background-image: url("/img/kms/icons/icon_triangle_down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.4s;
}
#entities .entities-list ul .entities-list-item[collapsed=true] .triangle:before {
  transform: rotate(180deg);
}
#entities .entities-list.showCreate ul {
  height: calc(100% - 50px);
}
#entities .entities-list.showCreate ul.ui-sortable {
  height: calc(100% - 100px);
}
#entities .entities-list .sorting .entities-list-item {
  position: relative;
  cursor: move;
}
#entities .entities-list .sorting .entities-list-item a {
  cursor: move;
  -webkit-animation: shake1 1.5s infinite alternate;
  animation: shake1 1.5s infinite alternate;
}
#entities .entities-list .sorting .entities-list-item:nth-child(odd) a {
  -webkit-animation: shake2 1.5s infinite alternate;
  animation: shake2 1.5s infinite alternate;
}

/* Drag and drop styling
 *  ========================================================================== */
.entities-header__controllers {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #d8dae2;
}

.entities-header__description {
  color: #32343a !important;
}

.entities-header__cta {
  margin-top: 15px;
  color: white;
  font-size: 0.7rem;
}

.entities-header__button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3289ff;
  color: white;
  transition: background-color 0.3s;
  text-decoration: none;
}
.entities-header__button:hover {
  background-color: #2f3b54;
  background-color-color: rgba(255, 255, 255, 0.3);
}

.entities-header__succes-notification {
  display: block;
  padding: 10px 20px;
  background-color: #78dc84;
  color: #34843d;
}

/* ==========================================================================
 * Entity block KMS
 * ========================================================================== */
#entity {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 400px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  /* Header + Save and Delete buttons
  * ========================================================================== */
  /* (Language) Tabs
  * ========================================================================== */
  /* Container for attributes
  * ========================================================================== */
}
#entity .entity-header {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  position: relative;
  padding-left: 40px;
  padding-right: 20px;
  box-shadow: inset 0px -20px 20px -20px rgba(0, 0, 0, 0.5);
}
#entity .entity-header .entity-header-attributes {
  width: calc(100% - 200px);
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
}
#entity .entity-header .entity-header-attributes .entity-thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: solid 1px white;
  border-radius: 10px;
  background-color: #d8dae2;
  line-height: 100px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #70778c;
}
#entity .entity-header .entity-header-attributes .entity-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#entity .entity-header .entity-header-attributes .entity-thumbnail:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}
#entity .entity-header .entity-header-attributes h2 {
  display: block;
  width: calc(100% - 100px);
  padding-left: 40px;
  font-size: 1.2rem;
  color: white;
}
#entity .entity-buttons {
  min-width: 200px;
}
#entity .entity-buttons .save, #entity .entity-buttons .trash {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
#entity .entity-buttons .save:focus, #entity .entity-buttons .trash:focus {
  outline: none;
}
#entity .entity-buttons .save {
  min-width: 150px;
  background-color: #3289ff;
  color: white;
  font-size: 0.7rem;
}
#entity .entity-buttons .save.disabled {
  pointer-events: none;
  background-color: #2f3b54;
  color: rgba(255, 255, 255, 0.3);
}
#entity .entity-buttons .save:hover {
  background-color: #006cfe;
}
#entity .entity-buttons .trash {
  width: 40px;
  background-color: #FF323C;
  background-image: url("/img/kms/icons/icon_trash.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 16px;
}
#entity .entity-buttons .trash.confirm {
  font-size: 0;
}
#entity .entity-buttons .trash:hover {
  background-color: #e5000b;
}
#entity .entity-tabs {
  width: 100%;
  height: 50px;
  padding-left: 40px;
  background-color: #262f43;
}
#entity .entity-tabs ul {
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
#entity .entity-tabs ul li {
  background-color: #394664;
  margin: 0 5px;
  height: 35px;
  line-height: 40px;
  border-radius: 4px 4px 0 0;
  transition: background-color 0.3s, box-shadow 0.3s;
}
#entity .entity-tabs ul li a {
  display: block;
  height: 100%;
  width: 100%;
  color: white;
  font-size: 0.7rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 20px;
}
#entity .entity-tabs ul li:hover {
  background-color: #2f3b54;
}
#entity .entity-tabs ul li.active {
  background-color: #ffffff;
}
#entity .entity-tabs ul li.active a {
  color: #3289ff;
}
#entity .entity-tabs ul li.error {
  background-color: #FF323C;
}
#entity .entity-attributes {
  position: absolute;
  top: 190px;
  bottom: 0;
  width: 100%;
  overflow: auto;
  background-color: white;
}
#entity .entity-attributes .contentBlockAddButton {
  text-align: center;
  width: 33%;
  display: inline-block;
}
#entity .entity-attributes .contentBlockAddButton img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#entity .entity-attributes .contentBlockAddButton label {
  position: static;
  display: inline;
  margin-left: auto;
  font-size: 0.8rem;
  color: #9ba0ae;
  text-transform: uppercase;
  font-weight: 300;
  white-space: nowrap;
}
#entity .tab-content, #entity .sub-tab-content {
  display: none;
}
#entity .tab-content.active, #entity .sub-tab-content.active {
  display: block;
}
#entity.full-width {
  left: 0;
}

.fieldGroupCollection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fieldGroupCollection ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.fieldGroupCollection ul.fieldGroupItems li:before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 35px;
  background-image: url("/img/kms/icons/drag.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  top: 17px;
}

/* ==========================================================================
 * Sidebar KMS
 * ========================================================================== */
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  padding-bottom: 50px;
  width: 230px;
  background-color: #1D2433;
  /* Account block
  * ========================================================================== */
  /* Navigation
  * ========================================================================== */
  /* Log out button
  * ========================================================================== */
}
#sidebar .logo-placeholder {
  height: 85px;
  width: 100%;
  background-image: url("/img/kms/logo_background.svg");
  background-size: cover;
}
#sidebar .logo-placeholder a {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 20px;
  text-decoration: none;
}
#sidebar .logo-placeholder a img {
  width: 40px;
  height: 40px;
}
#sidebar .logo-placeholder a p {
  color: white;
  font-size: 0.75rem;
  line-height: 1.2;
}
#sidebar .account-block {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-right: none;
  padding: 10px;
  height: 82px;
}
#sidebar .account-block figure {
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0;
  background-color: rgba(50, 137, 255, 0.3);
  border-radius: 100%;
}
#sidebar .account-block figure:empty:after {
  content: "";
  background-image: url("/img/kms/icons/user.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  opacity: 0.4;
}
#sidebar .account-block figure span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#sidebar .account-block .text {
  width: calc(100% - 80px);
}
#sidebar .account-block .text h3 {
  color: white;
  font-size: 0.85rem;
  margin: 0;
}
#sidebar .navigation {
  overflow: auto;
  position: fixed;
  height: calc(100vh - 85px - 82px - 50px);
  width: 230px;
}
#sidebar .navigation ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .navigation ul li {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.7rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  background-color: transparent;
  transition: background-color 0.4s;
}
#sidebar .navigation ul li .drop-down {
  position: absolute;
  top: 22px;
  right: 20px;
  display: block;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: white transparent transparent transparent;
  transform: rotate(0deg);
  opacity: 0.5;
}
#sidebar .navigation ul li a, #sidebar .navigation ul li span {
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 14px 25px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
#sidebar .navigation ul li:hover > span, #sidebar .navigation ul li:hover > a {
  background-color: rgba(43, 47, 131, 0.4);
}
#sidebar .navigation ul li.active > .drop-down {
  transform: rotate(180deg);
}
#sidebar .navigation ul li.active > span, #sidebar .navigation ul li.active > a {
  background-color: #3289ff;
}
#sidebar .navigation ul li.active > ul {
  display: block;
}
#sidebar .navigation ul li.active.has-sub-items > span, #sidebar .navigation ul li.active.has-sub-items > a {
  background-color: rgba(43, 47, 131, 0.9);
}
#sidebar .navigation ul li > ul {
  display: none;
  position: relative;
  float: none;
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.7);
  background-color: #161b26;
  border: none;
  transition: all 1s;
  overflow: hidden;
}
#sidebar .navigation ul li > ul li a, #sidebar .navigation ul li > ul li span {
  padding-left: 40px;
}
#sidebar .log-out {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px;
  background-color: rgba(43, 47, 131, 0.4);
  border: none;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
  font-size: 0.7rem;
  transition: background-color 0.4s;
}
#sidebar .log-out:hover {
  background-color: rgba(43, 47, 131, 0.6);
}

#confirmBox {
  position: fixed;
  z-index: -100;
  pointer-events: none;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#confirmBox.show {
  z-index: 100;
  pointer-events: all;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
}
#confirmBox .shader {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#confirmBox .modal {
  display: block;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  background-color: white;
  z-index: 2;
}
#confirmBox .modal .header {
  padding: 12px 40px;
  background-color: #262f43;
}
#confirmBox .modal .header h4 {
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 100;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
#confirmBox .modal .body {
  padding: 25px 40px 40px;
}
#confirmBox .modal .body p {
  font-size: 0.7rem;
  line-height: 1.2;
  color: #9ba0ae;
  margin: 0;
  text-align: center;
}
#confirmBox .modal .body .buttons {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
#confirmBox .modal .body .buttons button {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  display: inline-block;
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 3px;
  color: white;
  font-size: 0.7rem;
  line-height: 1.2;
  cursor: pointer;
}
#confirmBox .modal .body .buttons button + button {
  margin-left: 10px;
}
#confirmBox .modal .body .buttons button.confirm {
  background-color: #f2303f;
}
#confirmBox .modal .body .buttons button.confirm:hover {
  background-color: #ed0f20;
}
#confirmBox .modal .body .buttons button.cancel {
  background-color: #3289ff;
}
#confirmBox .modal .body .buttons button.cancel:hover {
  background-color: #0c73ff;
}

#confirmButtons {
  padding: 15px 0 0;
  text-align: center;
}
#confirmButtons .button {
  display: inline-block;
  margin-right: 15px;
  min-width: 100px;
  border-radius: 3px;
}
#confirmButtons .button:last-child {
  margin-right: 0;
}

.uk-tooltip {
  display: none;
  position: fixed;
  z-index: 1030;
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  background: #333333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-left: -5px;
}
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px dashed #333333;
}

.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333333;
}

.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333333;
}

.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px;
}

.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 17px;
}

.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 17px;
}

.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333333;
}

.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333333;
}

#flash-message {
  position: fixed;
  top: 50px;
  right: 225px;
  z-index: 1000;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 40px;
  margin: 0;
  padding: 10px 15px;
  background-color: rgba(29, 36, 51, 0.8);
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  font-size: 0.7rem;
  line-height: 1.2;
  color: #ffffff;
  pointer-events: none;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#flash-message[data-type="1"] {
  border-color: #f2303f;
}
#flash-message[data-type="2"] {
  border-color: #78dc84;
}
#flash-message[data-type="3"] {
  border-color: #3289ff;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.error-block {
  margin-bottom: 50px;
  margin-left: 50px;
  width: 25%;
  margin-top: -150px;
  border: 1px solid darkred;
  margin-bottom: 50px;
  margin-left: 25px;
  margin-top: 20px;
  padding: 25px;
  width: 90%;
  background-color: rgba(139, 0, 0, 0.2);
}
.error-block h2 {
  margin: 0 0 10px 0;
}
.error-block h3 {
  margin: 0;
  cursor: pointer;
}
.error-block h3:hover {
  color: darkred;
  background-color: rgba(139, 0, 0, 0.4);
}

.order-table {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 50px;
}
.order-table td, .order-table th {
  text-align: left;
  border-right: #ededed 1px solid;
  padding-left: 10px;
  padding-right: 10px;
}
.order-table th {
  color: #3289ff;
}
.order-table tr.order-row {
  border-top: solid 1px #e0e6ec;
}
.order-table tr.order-row:nth-of-type(even) {
  background-color: #eff6ff;
}
.order-table tr:first-child {
  border-bottom: solid 2px #e0e6ec;
}
.order-table a {
  color: #3289ff;
  text-decoration: none;
}

.order-status-box {
  margin-left: 180px;
}
.order-status-box .order-status.selectize {
  width: 80%;
  padding-top: 20px;
}

.entity-attribute-wrapper.hidden {
  visibility: hidden;
  height: 0;
}

.entity-attribute {
  position: relative;
  min-height: 61px;
  border-bottom: 1px solid #e0e6ec;
  font-size: 1rem;
  line-height: 60px;
  box-sizing: border-box;
}
.entity-attribute label {
  position: absolute;
  display: block;
  width: 175px;
  margin-left: 30px;
  font-size: 0.7rem;
  color: #9ba0ae;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
.entity-attribute.error {
  border: 1px solid #f2303f;
}
.entity-attribute.error label {
  color: #f2303f;
}
.entity-attribute.hidden {
  display: none;
}
.entity-attribute .content {
  position: relative;
  padding-left: 205px;
  padding-right: 15px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  border: 0;
  display: block;
  color: #5c5f65;
  box-sizing: border-box;
}
.entity-attribute .input-read-only {
  text-indent: 205px;
  font-size: 0.7rem;
  color: #32343a;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: not-allowed;
}
.entity-attribute input {
  height: 100%;
  width: 100%;
  min-height: 60px;
  background-color: transparent;
  text-indent: 205px;
  font-size: 0.7rem;
  border: 0;
  z-index: 99999;
  display: block;
  color: #32343a;
  box-sizing: border-box;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}
.entity-attribute .explanation {
  display: block;
  padding-bottom: 20px;
  color: #9ba0ae;
  font-size: 0.7rem;
  line-height: 1.2;
  margin-left: 30px;
}

.entity-attribute-documents {
  position: relative;
  padding-bottom: 20px;
}
.entity-attribute-documents ul.files {
  position: relative;
  margin: 10px 0 0 205px;
  width: calc(100% - 205px);
  min-height: 260px;
  padding: 0;
}
.entity-attribute-documents ul.files .document {
  position: relative;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  height: 82px;
  padding: 10px;
  border: 2px solid transparent;
  border-bottom: 1px solid #eceef3;
  transition: opacity 0.4s, border 0.4s;
}
.entity-attribute-documents ul.files .document.deleted {
  opacity: 0.4;
}
.entity-attribute-documents ul.files .document.isDropTarget {
  border: 2px dashed #eceef3;
}
.entity-attribute-documents ul.files .document > input[type=file] {
  display: none;
}
.entity-attribute-documents ul.files .document .thumb {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #f7f7f7;
  background-position: center;
  background-size: cover;
}
.entity-attribute-documents ul.files .document .thumb[data-filetype=svg] {
  background-color: #F9C80E;
}
.entity-attribute-documents ul.files .document .thumb[data-filetype=pdf] {
  background-color: #EA3546;
}
.entity-attribute-documents ul.files .document .thumb[data-filetype=zip], .entity-attribute-documents ul.files .document .thumb[data-filetype=rar] {
  background-color: #f5cf56;
}
.entity-attribute-documents ul.files .document .thumb[data-filetype=csv], .entity-attribute-documents ul.files .document .thumb[data-filetype=xlsx] {
  background-color: #227045;
}
.entity-attribute-documents ul.files .document .thumb[data-filetype=mp3] {
  background-color: #43BCCD;
}
.entity-attribute-documents ul.files .document .thumb[data-filetype=mp4] {
  background-color: #3066BE;
}
.entity-attribute-documents ul.files .document .thumb[data-filetype=docx], .entity-attribute-documents ul.files .document .thumb[data-filetype=docx] {
  background-color: #2C5697;
}
.entity-attribute-documents ul.files .document .thumb[data-filetype=png], .entity-attribute-documents ul.files .document .thumb[data-filetype=jpg], .entity-attribute-documents ul.files .document .thumb[data-filetype=jpeg], .entity-attribute-documents ul.files .document .thumb[data-filetype=gif] {
  background-color: #262f43;
}
.entity-attribute-documents ul.files .document .thumb:not(.has-image):not(.has-icon) {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
}
.entity-attribute-documents ul.files .document .thumb:not(.has-image):not(.has-icon):after {
  content: "." attr(data-filetype);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 1.2;
  color: #70778c;
}
.entity-attribute-documents ul.files .document .content-wrapper {
  width: calc(100% - 100px);
  padding: 0 10px;
}
.entity-attribute-documents ul.files .document .content-wrapper input {
  text-indent: 0;
  padding: 10px;
  min-height: auto;
  background-color: #f7f7f7;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}
.entity-attribute-documents ul.files .document .content-wrapper input:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}
.entity-attribute-documents ul.files .document .content-wrapper p {
  margin: 5px 0 0;
  padding: 0 10px;
  color: #9ba0ae;
  font-size: 0.7rem;
  line-height: 1.2;
}
.entity-attribute-documents ul.files .document .drag-icon {
  width: 30px;
  height: 50px;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
  cursor: move;
}
.entity-attribute-documents ul.files .document .drag-icon:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/kms/icons/drag-dots.svg");
  width: 9px;
  height: 16px;
  opacity: 0.2;
}
.entity-attribute-documents ul.files .document[draggable=false] .drag-icon {
  display: none;
}
.entity-attribute-documents ul.files .document .delete {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  cursor: pointer;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  font-size: 13px;
  line-height: 13px;
  background-color: transparent;
  border: 2px solid transparent;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
}
.entity-attribute-documents ul.files .document .delete:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url("/img/kms/icons/icon_cross_red.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.entity-attribute-documents ul.files .document .delete:hover {
  background-color: #f5606c;
  color: white;
}
.entity-attribute-documents ul.files .document .delete:hover:before {
  background-image: url("/img/kms/icons/icon_cross.svg");
}
.entity-attribute-documents ul.files .document:last-child {
  margin-top: 15px;
  padding: 0;
  height: 260px;
  border-bottom: none;
}
.entity-attribute-documents ul.files .document:last-child .thumb, .entity-attribute-documents ul.files .document:last-child .content-wrapper, .entity-attribute-documents ul.files .document:last-child .delete, .entity-attribute-documents ul.files .document:last-child .drag-icon {
  display: none !important;
}
.entity-attribute-documents ul.files .document:last-child > input[type=file] {
  display: block;
  opacity: 0;
}
.entity-attribute-documents ul.files.small-first-input {
  min-height: 0;
}
.entity-attribute-documents ul.files.small-first-input .document:last-child {
  height: 82px;
}
.entity-attribute-documents .drag-and-drop-area {
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 260px;
  border: 2px dashed #d8dae2;
  text-align: center;
  margin-left: 205px;
  line-height: 1rem;
  width: 100%;
  max-width: 700px;
  padding: 30px;
}
.entity-attribute-documents .drag-and-drop-area .icon {
  display: inline-block;
  width: 95px;
  height: 78px;
  margin-bottom: 20px;
  background-image: url("/img/kms/icons/drag-and-drop-cloud.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.entity-attribute-documents .drag-and-drop-area p {
  margin: 0;
  color: #70778c;
  font-size: 0.7rem;
  line-height: 1.2;
}
.entity-attribute-documents .drag-and-drop-area .or {
  display: inline-block;
  margin: 10px 0;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #d8dae2;
}
.entity-attribute-documents .drag-and-drop-area .button {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #3289ff;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #3289ff;
}
.entity-attribute-documents .drag-and-drop-area.small {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  height: 82px;
  width: 82px;
  padding: 0;
}
.entity-attribute-documents .drag-and-drop-area.small .icon {
  width: 55px;
  height: 55px;
  margin-bottom: 0;
  background-image: url("/img/kms/icons/icon_plus.svg");
}
.entity-attribute-documents .drag-and-drop-area.small p, .entity-attribute-documents .drag-and-drop-area.small .or, .entity-attribute-documents .drag-and-drop-area.small .button {
  display: none;
}

.entity-attribute-images {
  height: auto;
  box-sizing: border-box;
  line-height: 59px;
}
.entity-attribute-images .uploads {
  display: none;
}
.entity-attribute-images .image-list {
  margin-left: 205px;
  box-sizing: border-box;
}
.entity-attribute-images .image-list .maxImagesUploaded p {
  color: #a7a7a7;
  line-height: 1;
  margin: 0.7em 0.2em;
  font-size: 0.7em;
}
.entity-attribute-images .image-list ul {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  list-style: none;
  line-height: 58px;
  box-sizing: border-box;
  display: inline-block;
}
.entity-attribute-images .image-list ul::after {
  clear: both;
  content: "";
  display: table;
}
.entity-attribute-images .image-list ul li {
  position: relative;
  margin-right: 15px;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  border-radius: 5px;
}
.entity-attribute-images .image-list ul li a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
}
.entity-attribute-images .image-list ul li .deleteImage {
  position: relative;
  top: -24px;
  left: -4px;
  cursor: pointer;
  color: black;
  padding: 0.3px 5px;
  font-size: 1em;
}
.entity-attribute-images .image-list ul li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.entity-attribute-images .image-list ul li.new-image {
  cursor: pointer;
  border: 2px solid #3289ff;
  background: url("/img/kms/icons/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.entity-attribute-images .image-list ul li.new-image:hover:after {
  content: none;
}
.entity-attribute-images .image-list ul li.new-image input {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.entity-attribute-images .image-list ul li.new-image button {
  display: none;
}

.entity-attribute-text, .entity-attribute-password {
  padding: 0;
  box-sizing: border-box;
}
.entity-attribute-text a, .entity-attribute-password a {
  margin-left: 30px;
  color: #3289ff;
}

.entity-attribute-list {
  padding: 0;
}
.entity-attribute-list .content {
  padding-top: 0;
  padding-bottom: 0;
}
.entity-attribute-list ul {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 60px;
  list-style: none;
}
.entity-attribute-list ul li {
  height: 60px;
  line-height: 60px;
}
.entity-attribute-list ul li:nth-child(even) {
  background-color: #f4f5f7;
}
.entity-attribute-list ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #32343a;
  white-space: nowrap;
  padding-left: 15px;
}
.entity-attribute-list ul li a:hover {
  background-color: #3289ff;
}
.entity-attribute-list ul li .couponline {
  font-size: 1.3em;
  margin-left: 10px;
}
.entity-attribute-list ul li .couponline.used {
  color: #d3d3d3;
}
.entity-attribute-list ul li .couponline span {
  padding-left: 5px;
}
.entity-attribute-list ul li .couponline .coupon {
  font-weight: bold;
}
.entity-attribute-list ul li .couponline .used {
  font-size: 0.7em;
}

.entity-attribute-file input {
  position: relative;
  min-height: 60px;
  text-indent: 0;
  width: auto;
  padding: 10px 30px;
}
.entity-attribute-file input:focus {
  outline: none;
}
.entity-attribute-file input::-webkit-file-upload-button {
  visibility: hidden;
}
.entity-attribute-file input:after {
  content: "Kies een bestand";
  display: block;
  border: dashed 2px #9ba0ae;
  border-radius: 4px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
  margin-top: 10px;
}
.entity-attribute-file textarea {
  min-width: 500px;
  min-height: 100px;
  margin: 10px 30px;
  padding: 10px;
  font-size: 0.7rem;
  z-index: 99999;
  display: block;
  color: #32343a;
}

.entity-attribute-multiselect .content {
  padding-top: 11px;
  padding-bottom: 11px;
}
.entity-attribute-multiselect .select2-container {
  display: block;
}
.entity-attribute-multiselect .select2-container-multi .select2-choices .select2-search-field,
.entity-attribute-multiselect .select2-container-multi .select2-choices .select2-search-field input {
  width: 100% !important;
}

.entity-attribute.entity-attribute-on-off {
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
}
.entity-attribute.entity-attribute-on-off label {
  position: relative;
}
.entity-attribute.entity-attribute-on-off input {
  display: none;
}
.entity-attribute.entity-attribute-on-off .on-off-switch {
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  border-radius: 20px;
  background-color: #e0e6ec;
  cursor: pointer;
  transition: background 0.4s;
}
.entity-attribute.entity-attribute-on-off .on-off-switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 2px;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: white;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s;
}
.entity-attribute.entity-attribute-on-off .on-off-switch.on {
  background-color: #78dc84;
}
.entity-attribute.entity-attribute-on-off .on-off-switch.on:after {
  transform: translate3d(15px, 0, 0);
}

.entity-attribute-password {
  position: relative;
}
.entity-attribute-password .password.repeat {
  border-top: 1px solid #e0e6ec;
}
.entity-attribute-password .validationHelper {
  position: absolute;
  z-index: 3;
  top: -235px;
  left: 205px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0s;
  width: calc(100% - 225px);
  height: 225px;
  max-width: 340px;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.entity-attribute-password .validationHelper h3 {
  font-size: 0.7rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
  margin: 0;
  background-color: #262f43;
  padding: 12px 20px;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}
.entity-attribute-password .validationHelper .success {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  border-radius: 5px;
  background-image: url("/img/kms/icons/success.gif");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #12c06a;
}
.entity-attribute-password .validationHelper .success p {
  margin: 0;
  opacity: 0.6;
  font-size: 0.8rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.entity-attribute-password .validationHelper .requirements {
  padding: 10px 15px;
}
.entity-attribute-password .validationHelper .requirements p {
  font-size: 0.7rem;
  color: rgba(155, 160, 174, 0.65);
  line-height: 0.85;
}
.entity-attribute-password .validationHelper .requirements p span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.entity-attribute-password .validationHelper .requirements p span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #70778c;
  transition: transform 0.6s;
}
.entity-attribute-password .validationHelper .requirements p.info {
  color: #70778c;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0 5px;
}
.entity-attribute-password .validationHelper .requirements p.invalid {
  color: #f2303f;
  opacity: 0.8;
}
.entity-attribute-password .validationHelper .requirements p.valid span:after {
  transform: scaleX(1);
}
.entity-attribute-password .validationHelper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 15px;
  border-right-width: 15px;
  border-top: 15px solid white;
  left: calc(50% - 7.5px);
  bottom: -15px;
  transition: border 0.4s;
}
.entity-attribute-password .validationHelper.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: all;
}
.entity-attribute-password .validationHelper.valid {
  opacity: 0;
  transition-delay: 4s;
  pointer-events: none;
}
.entity-attribute-password .validationHelper.valid:after {
  border-top-color: #12c06a;
}
.entity-attribute-password .validationHelper.valid .success {
  opacity: 1;
  z-index: 4;
}

.entity-attribute-select {
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
}
.entity-attribute-select .select-wrapper {
  margin-left: 205px;
  width: calc(100% - 225px);
  max-width: 500px;
}
.entity-attribute-select .select-wrapper .select-menu {
  display: none;
}
.entity-attribute-select .select-wrapper .ui-selectmenu-button {
  position: relative;
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
  padding: 8px;
  border: 1px solid #d8dae2;
  border-radius: 3px;
  color: #32343a;
  background: #f7f7f7;
}
.entity-attribute-select .select-wrapper .ui-selectmenu-button:focus {
  outline: none;
  border-color: rgba(50, 137, 255, 0.75);
}
.entity-attribute-select .select-wrapper .ui-selectmenu-button:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #2B2F83 transparent transparent transparent;
  opacity: 0.5;
}
.entity-attribute-select .select-wrapper .ui-selectmenu-button.dropdown-open:after {
  transform: rotate(180deg);
}
.entity-attribute-select .select-wrapper .ui-selectmenu-button .ui-icon {
  display: none;
}

.ui-selectmenu-menu {
  display: none;
  margin: 0;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #d8dae2;
  background-color: white;
  max-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.ui-selectmenu-menu ul.ui-widget.ui-widget-content {
  border-top: none;
}
.ui-selectmenu-menu ul li {
  font-size: 0.7rem;
  line-height: 1.6;
  color: #32343a;
}
.ui-selectmenu-menu ul li.ui-state-focus {
  background-color: #f4f5f7;
}
.ui-selectmenu-menu ul li div {
  padding: 4px 8px;
}
.ui-selectmenu-menu ul li div.ui-state-active {
  border: 1px solid transparent !important;
  background-color: #f4f5f7;
  color: #32343a;
}

.entity-attribute-separator {
  min-height: 30px;
  background-color: #f4f5f7;
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.15);
}

.entity-attribute-sorter {
  padding: 0;
}
.entity-attribute-sorter .content {
  padding-top: 0;
  padding-bottom: 0;
}
.entity-attribute-sorter ul {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 60px;
  list-style: none;
}
.entity-attribute-sorter ul li {
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
}
.entity-attribute-sorter ul li:nth-child(even) {
  background-color: #f4f5f7;
}
.entity-attribute-sorter ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #32343a;
  white-space: nowrap;
  padding-left: 15px;
}
.entity-attribute-sorter ul li a:hover {
  background-color: #3289ff;
}

.entity-attribute-table {
  padding: 0;
}
.entity-attribute-table table {
  display: table;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding-left: 205px;
  margin-bottom: 15px;
  border: none;
  line-height: 30px;
}
.entity-attribute-table table th {
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  color: #9ba0ae;
  text-transform: uppercase;
}
.entity-attribute-table table td {
  vertical-align: top;
  border-top: 1px solid #f4f5f7;
}

.entity-attribute-text, .entity-attribute-password {
  padding: 0;
  box-sizing: border-box;
}
.entity-attribute-text.error + .error, .entity-attribute-password.error + .error {
  box-shadow: inset 0 1px 1px rgba(242, 48, 63, 0.075), inset 0 0 1px rgba(224, 117, 125, 0.75);
  border: 1px solid #f2303f;
  border-top: 0;
}
.entity-attribute-text input, .entity-attribute-password input {
  height: 100%;
  width: 100%;
  min-height: 60px;
  background-color: transparent;
  text-indent: 205px;
  font-size: 0.7rem;
  border: 0;
  z-index: 99999;
  display: block;
  color: #32343a;
  box-sizing: border-box;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}
.entity-attribute-text input:focus, .entity-attribute-password input:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}
.entity-attribute-text.error input, .entity-attribute-password.error input {
  background-image: url("/img/kms/icons/icon_cross_red.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 10px;
}

.entity-attribute-text-area {
  padding: 0;
}
.entity-attribute-text-area label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 160px;
}
.entity-attribute-text-area .text-area-wrapper {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 195px);
}
.entity-attribute-text-area .text-area-wrapper > textarea {
  display: block;
  width: 100%;
  padding: 20px 20px 20px 10px;
  min-height: 200px;
  background-color: transparent;
  border: none;
  line-height: 30px;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
  font-size: 0.7rem;
  resize: vertical;
}
.entity-attribute-text-area .text-area-wrapper > textarea:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}

.entity-attribute-right {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  padding-left: 205px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  line-height: 30px;
}

.entity-attribute-text-editor {
  height: 270px;
  padding: 0;
  position: relative;
}
.entity-attribute-text-editor .text-editor-wrapper {
  margin-left: 197px;
  height: 100%;
}
.entity-attribute-text-editor textarea {
  display: block;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  line-height: 30px;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
  font-size: 0.8rem;
  color: #32343a;
}
.entity-attribute-text-editor textarea:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}

.entity-attribute-text .ex-tax-info {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 17px;
  color: #9ba0ae;
}

input.tax-included-field {
  border-bottom: 1px solid #e0e6ec;
}
input.tax-included-field:active, input.tax-included-field:focus {
  border-bottom: 1px solid #e0e6ec;
}

div.price {
  float: left;
  width: 50%;
}

div.minimum_quantity {
  float: left;
  width: 25%;
}

.entity-attribute-title h3 {
  padding-left: 30px;
  color: #3289ff;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.entity-attribute-view {
  padding: 0;
  box-sizing: border-box;
}
.entity-attribute-view.error + .error {
  box-shadow: inset 0 1px 1px rgba(242, 48, 63, 0.075), inset 0 0 1px rgba(224, 117, 125, 0.75);
  border: 1px solid #f2303f;
  border-top: 0;
}
.entity-attribute-view .content {
  padding: 30px;
}
.entity-attribute-view .content label {
  margin-left: 0;
}
.entity-attribute-view .content table.competences {
  margin-left: 170px;
  width: calc( 100% - 170px);
  text-align: left;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.7rem;
}
.entity-attribute-view .content table.competences th {
  border-bottom: 1px solid #e0e6ec;
  margin-bottom: 5px;
}
.entity-attribute-view .content table.competences tr {
  padding: 5px 0;
}
.entity-attribute-view .content table.competences tr.missing td:first-child:before {
  background-color: #373c41;
}
.entity-attribute-view .content table.competences tr.expired td:first-child:before {
  background-color: #FE3333;
}
.entity-attribute-view .content table.competences tr.almost-expired td:first-child:before {
  background-color: #FFAC34;
}
.entity-attribute-view .content table.competences tr.valid td:first-child:before {
  background-color: #78dc84;
}
.entity-attribute-view .content table.competences tr td {
  padding: 0;
  margin: 0;
}
.entity-attribute-view .content table.competences tr td:first-letter {
  text-transform: capitalize;
}
.entity-attribute-view .content table.competences tr td:first-child {
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
}
.entity-attribute-view .content table.competences tr td:first-child:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-right: 10px;
  background-color: #d8dae2;
}

.entity-attribute-dynamic {
  background: url("/img/kms/background.jpg");
  line-height: 1.2;
  padding-top: 40px;
}
.entity-attribute-dynamic .inner {
  width: 85%;
  margin: auto;
}
.entity-attribute-dynamic block {
  position: relative;
  display: block;
}
.entity-attribute-dynamic block.locked .start .buttons, .entity-attribute-dynamic block.locked .end, .entity-attribute-dynamic block.locked .dynamic-block-status {
  display: none;
}
.entity-attribute-dynamic full-image-block .max-images .entity-attribute-images {
  border-bottom: none;
}
.entity-attribute-dynamic label {
  position: relative;
  margin: 0 0 20px;
  padding-left: 20px;
  width: 200px;
}
.entity-attribute-dynamic > label {
  margin-left: 7.5%;
}
.entity-attribute-dynamic .row {
  border-bottom: 1px solid #e0e6ec;
  margin: 0;
}
.entity-attribute-dynamic .row.no-margin-bottom {
  margin-bottom: 0;
}
.entity-attribute-dynamic .row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.entity-attribute-dynamic .row.hidden {
  display: none;
}
.entity-attribute-dynamic .row label {
  position: absolute;
}
.entity-attribute-dynamic .row label.text-label {
  line-height: 60px;
}
.entity-attribute-dynamic .row input:not([type=radio]) {
  height: 100%;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  min-height: 60px;
  background-color: transparent;
  text-indent: 230px;
  border: 0;
  z-index: 99999;
  display: block;
  box-sizing: border-box;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
  font-size: 0.7rem;
}
.entity-attribute-dynamic .row input:not([type=radio]):focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}
.entity-attribute-dynamic .row .radio-wrapper {
  display: block;
  margin-top: 30px;
  margin-left: 200px;
  padding-bottom: 30px;
}
.entity-attribute-dynamic .row .radio-wrapper label {
  position: relative;
  width: initial;
  text-align: center;
}
.entity-attribute-dynamic .row .radio-wrapper .radio {
  float: none;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.entity-attribute-dynamic .row .radio-wrapper .radio img {
  width: 50px;
  margin: 0 auto 8px;
}
.entity-attribute-dynamic .row .radio-wrapper .radio input {
  margin: auto;
}
.entity-attribute-dynamic .row .radio-wrapper .radio label {
  padding-left: 0;
  margin-bottom: 10px;
}
.entity-attribute-dynamic .row .text-editor-wrapper {
  margin-top: 30px;
  margin-left: 191px;
}
.entity-attribute-dynamic .row .text-editor-wrapper .mce-toolbar-grp {
  margin-top: -25px;
}
.entity-attribute-dynamic .row .clear {
  clear: both;
}
.entity-attribute-dynamic .header {
  padding-left: 30px;
  height: 60px;
  line-height: 30px;
  border: 1px solid #B3B1B3;
  background: #32343a;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
}
.entity-attribute-dynamic .header .btn {
  margin: 10px 25px;
}
.entity-attribute-dynamic .header .block-title {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.8rem;
}
.entity-attribute-dynamic .header input {
  display: inline-block;
  min-width: 90px;
  margin-right: 5px;
  font-size: 13px;
  cursor: pointer;
}
.entity-attribute-dynamic .header input.remove {
  padding: 0;
  margin-left: 20px;
  height: 16px;
  width: 16px;
  min-width: 0;
  line-height: 10px;
  background: #FF5F56;
  border-radius: 50%;
  border: 1px solid #E0463F;
  color: #981005;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.entity-attribute-dynamic .tab-titles {
  height: 30px;
  height: 50px;
  margin-left: -30px;
  margin-bottom: 30px;
  padding-right: 60px;
  width: 100%;
  border: 1px solid #b3b1b3;
}
.entity-attribute-dynamic .tab-titles .tab-title {
  background-color: #f4f5f7;
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 16px 30px;
  border-left: 1px solid #b3b1b3;
  border-right: 1px solid #b3b1b3;
  margin-left: -1px;
  cursor: pointer;
  color: #d3d3d3;
  position: relative;
  min-width: 50px;
}
.entity-attribute-dynamic .tab-titles .tab-title .move {
  position: absolute;
  top: -20px;
  width: 15px;
}
.entity-attribute-dynamic .tab-titles .tab-title .move.tab-left {
  padding-left: 10px;
  left: 0;
}
.entity-attribute-dynamic .tab-titles .tab-title .move.tab-right {
  right: 0;
  padding-right: 10px;
}
.entity-attribute-dynamic .tab-titles .tab-title.add-tab {
  background: linear-gradient(to bottom, #59db81 12%, #59db81 50%, #5bd282 51%, #5bd282 100%);
  color: white;
  border: none;
  font-weight: bolder;
}
.entity-attribute-dynamic .tab-titles .tab-title.active {
  background-color: #dfdfdf;
  color: black;
}
.entity-attribute-dynamic .btn {
  float: right;
  width: 20px;
  height: 30px;
}
.entity-attribute-dynamic .btn.btn-trash {
  width: 35px;
  height: 35px;
  background-color: #FF323C;
  background-image: url("/img/kms/icons/icon_trash.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 16px;
  cursor: pointer;
  border-radius: 5px;
}
.entity-attribute-dynamic .start, .entity-attribute-dynamic .end {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
}
.entity-attribute-dynamic .buttons {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  margin-left: 20px;
}
.entity-attribute-dynamic .buttons .position-button {
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.entity-attribute-dynamic .buttons .position-button.up {
  background: url("/img/kms/icons/icon_up.svg");
  background-repeat: no-repeat;
}
.entity-attribute-dynamic .buttons .position-button.down {
  background: url("/img/kms/icons/icon_down.svg");
  background-repeat: no-repeat;
}
.entity-attribute-dynamic .add-new-block-row {
  padding: 30px 0 100px 0;
  width: 85%;
  margin: auto;
  height: auto;
  background: url("/img/kms/background.jpg");
}
.entity-attribute-dynamic .add-new-block-row select {
  margin-right: 10px;
  min-width: 300px;
}
.entity-attribute-dynamic .add-new-block-row input {
  cursor: pointer;
}
.entity-attribute-dynamic content-block, .entity-attribute-dynamic page-link-block, .entity-attribute-dynamic image-slider-block, .entity-attribute-dynamic video-block, .entity-attribute-dynamic file-block, .entity-attribute-dynamic two-column-block, .entity-attribute-dynamic multiple-images-block, .entity-attribute-dynamic full-image-block, .entity-attribute-dynamic full-text-block, .entity-attribute-dynamic view-block {
  display: block;
  padding: 30px;
  background: #fff;
  border-bottom: 1px solid #E0E6EC;
  margin-bottom: 30px;
}
.entity-attribute-dynamic content-block .toggle + label.toggle-label, .entity-attribute-dynamic page-link-block .toggle + label.toggle-label, .entity-attribute-dynamic image-slider-block .toggle + label.toggle-label, .entity-attribute-dynamic video-block .toggle + label.toggle-label, .entity-attribute-dynamic file-block .toggle + label.toggle-label, .entity-attribute-dynamic two-column-block .toggle + label.toggle-label, .entity-attribute-dynamic multiple-images-block .toggle + label.toggle-label, .entity-attribute-dynamic full-image-block .toggle + label.toggle-label, .entity-attribute-dynamic full-text-block .toggle + label.toggle-label, .entity-attribute-dynamic view-block .toggle + label.toggle-label {
  left: 0px;
}
.entity-attribute-dynamic content-block .entity-attribute-on-off, .entity-attribute-dynamic page-link-block .entity-attribute-on-off, .entity-attribute-dynamic image-slider-block .entity-attribute-on-off, .entity-attribute-dynamic video-block .entity-attribute-on-off, .entity-attribute-dynamic file-block .entity-attribute-on-off, .entity-attribute-dynamic two-column-block .entity-attribute-on-off, .entity-attribute-dynamic multiple-images-block .entity-attribute-on-off, .entity-attribute-dynamic full-image-block .entity-attribute-on-off, .entity-attribute-dynamic full-text-block .entity-attribute-on-off, .entity-attribute-dynamic view-block .entity-attribute-on-off {
  line-height: 1;
}
.entity-attribute-dynamic content-block .radio-wrapper, .entity-attribute-dynamic page-link-block .radio-wrapper, .entity-attribute-dynamic image-slider-block .radio-wrapper, .entity-attribute-dynamic video-block .radio-wrapper, .entity-attribute-dynamic file-block .radio-wrapper, .entity-attribute-dynamic two-column-block .radio-wrapper, .entity-attribute-dynamic multiple-images-block .radio-wrapper, .entity-attribute-dynamic full-image-block .radio-wrapper, .entity-attribute-dynamic full-text-block .radio-wrapper, .entity-attribute-dynamic view-block .radio-wrapper {
  display: inline-block;
  clear: both;
}
.entity-attribute-dynamic content-block .radio-wrapper .radio, .entity-attribute-dynamic page-link-block .radio-wrapper .radio, .entity-attribute-dynamic image-slider-block .radio-wrapper .radio, .entity-attribute-dynamic video-block .radio-wrapper .radio, .entity-attribute-dynamic file-block .radio-wrapper .radio, .entity-attribute-dynamic two-column-block .radio-wrapper .radio, .entity-attribute-dynamic multiple-images-block .radio-wrapper .radio, .entity-attribute-dynamic full-image-block .radio-wrapper .radio, .entity-attribute-dynamic full-text-block .radio-wrapper .radio, .entity-attribute-dynamic view-block .radio-wrapper .radio {
  display: block;
  float: left;
  width: 70px;
}
.entity-attribute-dynamic content-block .radio-wrapper .radio input, .entity-attribute-dynamic page-link-block .radio-wrapper .radio input, .entity-attribute-dynamic image-slider-block .radio-wrapper .radio input, .entity-attribute-dynamic video-block .radio-wrapper .radio input, .entity-attribute-dynamic file-block .radio-wrapper .radio input, .entity-attribute-dynamic two-column-block .radio-wrapper .radio input, .entity-attribute-dynamic multiple-images-block .radio-wrapper .radio input, .entity-attribute-dynamic full-image-block .radio-wrapper .radio input, .entity-attribute-dynamic full-text-block .radio-wrapper .radio input, .entity-attribute-dynamic view-block .radio-wrapper .radio input {
  margin-left: 10px;
}
.entity-attribute-dynamic content-block .video, .entity-attribute-dynamic content-block .status {
  margin-top: 30px;
}
.entity-attribute-dynamic file-block span {
  display: block;
  height: 50px;
  width: 50px;
  margin-left: 5px;
}
.entity-attribute-dynamic file-block span.pdf-icon {
  background: rgba(0, 0, 0, 0) url("/img/kms/pdf-icon.png") repeat scroll 0 0/50px 50px;
}
.entity-attribute-dynamic file-block span.file-icon {
  background: rgba(0, 0, 0, 0) url("/img/kms/file-icon.png") repeat scroll 0 0/50px 50px;
}
.entity-attribute-dynamic file-block span.file-icon:hover, .entity-attribute-dynamic file-block span.pdf-icon:hover {
  background: #f2303f url("/img/kms/icons/icon_trash.svg") no-repeat 50% 50%/25px 25px;
}
.entity-attribute-dynamic file-block input {
  min-width: 300px;
  border: 1px solid #E0E6EC;
  margin: 0 0 24px 0;
}
.entity-attribute-dynamic file-block .text-editor-wrapper {
  border: 1px solid #E0E6EC;
  margin: 0 0 24px 0;
}
.entity-attribute-dynamic .entity-attribute-images label {
  position: absolute;
  line-height: 21px;
  padding-top: 15px;
}
.entity-attribute-dynamic .entity-attribute-images .image-list {
  margin-left: 200px;
}
.entity-attribute-dynamic .entity-attribute-on-off {
  position: absolute;
  top: 22px;
  right: 120px;
  min-height: initial;
  border-bottom: none;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
}
.entity-attribute-dynamic .entity-attribute-on-off:first-child {
  margin-right: 10px;
}
.entity-attribute-dynamic .entity-attribute-on-off label {
  width: 100px;
}
.entity-attribute-dynamic .entity-attribute-on-off .toggle + label.toggle-label {
  top: 0;
}
.entity-attribute-dynamic .two-blocks {
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.entity-attribute-dynamic .two-blocks .block-wrapper {
  padding-left: 50px;
  border-left: 1px solid #E0E6EC;
}
.entity-attribute-dynamic .two-blocks .block-wrapper:first-child {
  border-left: none;
  padding-left: 0;
}
.entity-attribute-dynamic video-block .video {
  color: #9ba0ae;
  height: 200px;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  align-items: center;
}
.entity-attribute-dynamic video-block .video .info {
  display: inline-block;
  width: 440px;
}
.entity-attribute-dynamic video-block .video .info label {
  margin-bottom: 0;
}
.entity-attribute-dynamic video-block .video .info label.youtube-link {
  display: inline-block;
  width: auto;
  padding-left: 0;
  text-transform: none;
  font-size: 0.7rem;
  margin: 0 0 0 20px;
  color: #32343a;
}
.entity-attribute-dynamic video-block .video input[type=text] {
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 35px;
  text-indent: 5px;
  border: 1px solid #e0e6ec;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}
.entity-attribute-dynamic video-block .video input[type=text]:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}
.entity-attribute-dynamic video-block .video .auto-play {
  margin-top: 20px;
  margin-bottom: 8px;
}
.entity-attribute-dynamic video-block .video input[type=checkbox] {
  margin-left: 20px;
  display: block;
  height: 15px;
}
.entity-attribute-dynamic video-block .video .preview-image {
  display: inline-block;
  width: 205px;
}
.entity-attribute-dynamic video-block .video .preview-image img {
  width: 100%;
}

.entity-attribute-autocomplete-combo-box {
  color: #000000;
}
.entity-attribute-autocomplete-combo-box ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.entity-attribute-autocomplete-combo-box ul li {
  font-size: 0.7rem;
  color: #32343a;
  opacity: 0.5;
}
.entity-attribute-autocomplete-combo-box ul li:before {
  content: "-";
  margin-right: 5px;
}
.entity-attribute-autocomplete-combo-box .ui-widget {
  position: relative;
  margin-left: 205px;
  max-width: 400px;
  padding-top: 10px;
}
.entity-attribute-autocomplete-combo-box .ui-widget input {
  display: block;
  height: auto;
  min-height: 40px;
  padding: 8px;
  font-size: 0.75rem;
  line-height: 1.6;
  border: 1px solid #d8dae2;
  border-radius: 3px;
  text-indent: 0;
  color: #32343a;
  background: #f7f7f7;
}
.entity-attribute-autocomplete-combo-box .ui-widget input.ui-autocomplete-input.hidden {
  display: none;
}
.entity-attribute-autocomplete-combo-box .ui-widget input:focus {
  outline: none;
  border-color: rgba(50, 137, 255, 0.75);
}
.entity-attribute-autocomplete-combo-box .ui-widget .dropdown {
  position: absolute;
  right: 1px;
  top: 11px;
  width: 39px;
  height: calc(100% - 12px);
  background-color: rgba(224, 230, 236, 0.5);
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
}
.entity-attribute-autocomplete-combo-box .ui-widget .dropdown.hidden {
  display: none;
}
.entity-attribute-autocomplete-combo-box .ui-widget .dropdown:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #2B2F83 transparent transparent transparent;
  opacity: 0.5;
}
.entity-attribute-autocomplete-combo-box .items {
  margin-left: 205px;
  max-width: 400px;
  padding: 10px 0;
}
.entity-attribute-autocomplete-combo-box .items .item {
  margin: 0 0 5px;
  font-size: 0.7rem;
  line-height: 1.2;
  color: #70778c;
  padding: 10px 15px;
  background-color: #f7f7f7;
  cursor: pointer;
  border-radius: 3px;
}
.entity-attribute-autocomplete-combo-box .items .item:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  background-image: url("/img/kms/icons/icon_cross_red.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.entity-attribute-autocomplete-combo-box .items .item:hover:not(.readonly) {
  background-color: #f5606c;
  color: white;
}
.entity-attribute-autocomplete-combo-box .items .item:hover:not(.readonly):before {
  background-image: url("/img/kms/icons/icon_cross.svg");
}
.entity-attribute-autocomplete-combo-box .items .item.readonly:before {
  display: none;
}
.entity-attribute-autocomplete-combo-box .explanation {
  margin-left: 205px;
}

.ui-menu.ui-autocomplete {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #d8dae2;
  background-color: white;
  max-height: 500px;
  max-width: 400px;
  overflow: hidden;
  overflow-y: scroll;
}
.ui-menu.ui-autocomplete.ui-widget.ui-widget-content {
  border-top: none;
}
.ui-menu.ui-autocomplete li {
  font-size: 0.7rem;
  line-height: 1.6;
  color: #32343a;
}
.ui-menu.ui-autocomplete li div {
  padding: 4px 8px;
}
.ui-menu.ui-autocomplete li div.ui-state-active {
  border: none !important;
  background-color: #f4f5f7;
  color: #32343a;
  margin: 0 !important;
}

.entity-attribute-date-picker {
  line-height: 1;
  min-height: 0;
  padding: 15px 0;
}
.entity-attribute-date-picker label {
  display: inline-block;
  position: relative;
}
.entity-attribute-date-picker input {
  display: inline-block;
  text-indent: 0;
  transition: border-color ease-in-out 0.25s, box-shadow ease-in-out 0.25s;
}
.entity-attribute-date-picker input:focus {
  border-color: #3c8bf5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 12px rgba(120, 169, 236, 0.3);
}
.entity-attribute-date-picker .date-field {
  position: relative;
  display: inline-block;
  width: 175px;
  cursor: pointer;
}
.entity-attribute-date-picker .date-field.hidden {
  display: none;
}
.entity-attribute-date-picker .date-field .icon {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 19px;
}
.entity-attribute-date-picker .date-field .icon img {
  width: 20px;
  height: 23px;
}
.entity-attribute-date-picker .date-field input {
  min-height: 0;
  width: 100%;
  text-align: right;
  padding: 23px 25px;
  border: 1px solid #d8dae2;
  border-radius: 4px;
  cursor: pointer;
}
.entity-attribute-date-picker .date-field input:focus {
  border-color: rgba(50, 137, 255, 0.75);
}
.entity-attribute-date-picker .time-field {
  display: inline-block;
  width: 101px;
  border: 1px solid #d8dae2;
  border-radius: 4px;
}
.entity-attribute-date-picker .time-field.hidden {
  display: none;
}
.entity-attribute-date-picker .time-field > span {
  display: inline-block;
  width: 10px;
  color: #9ba0ae;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
}
.entity-attribute-date-picker .time-field .ui-spinner {
  position: relative;
  border: none !important;
  margin: 0;
  width: 40px;
}
.entity-attribute-date-picker .time-field .ui-spinner input {
  width: 100%;
  margin: 0;
  padding: 23px 10px;
  min-height: 0;
  text-align: center;
}
.entity-attribute-date-picker .time-field .ui-spinner input::-webkit-outer-spin-button, .entity-attribute-date-picker .time-field .ui-spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.entity-attribute-date-picker .time-field .ui-spinner .ui-spinner-button {
  position: absolute;
  left: 0;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15px;
  cursor: pointer;
  border: none !important;
  background-color: transparent;
}
.entity-attribute-date-picker .time-field .ui-spinner .ui-spinner-button .ui-icon {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 8px;
  height: 4px;
  background-image: url("/img/kms/icons/icon_triangle_down_grey.svg");
  background-position: center;
  background-size: contain;
  transform-origin: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.entity-attribute-date-picker .time-field .ui-spinner .ui-spinner-button.ui-spinner-up {
  top: 0;
}
.entity-attribute-date-picker .time-field .ui-spinner .ui-spinner-button.ui-spinner-up .ui-icon {
  transform: rotate(180deg);
}
.entity-attribute-date-picker .time-field .ui-spinner .ui-spinner-button.ui-spinner-down {
  bottom: 0;
}
.entity-attribute-date-picker .time-field .ui-spinner:hover .ui-spinner-button {
  background: rgba(155, 160, 174, 0.08);
}
.entity-attribute-date-picker .time-field .ui-spinner:hover .ui-spinner-button .ui-icon {
  opacity: 0.4;
}
.entity-attribute-date-picker .time-field .ui-spinner:hover .ui-spinner-button:hover {
  background: rgba(155, 160, 174, 0.14);
}
.entity-attribute-date-picker .time-field .ui-spinner:hover .ui-spinner-button:hover .ui-icon {
  opacity: 1;
}

#ui-datepicker-div {
  position: fixed;
  left: -100vh;
  min-width: 285px;
  width: 320px;
  margin-top: 5px;
  padding: 15px;
  border: 1px solid #d8dae2;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
  padding: 0;
  margin: 0 0 10px;
  border-radius: 0;
  border: none;
  background: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 5px;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: none !important;
  border-radius: 100%;
  cursor: pointer;
  background: transparent;
  transition: background-color 0.3s;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  background: rgba(155, 160, 174, 0.2);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus {
  outline: 0;
  box-shadow: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
  position: relative;
  left: 0;
  top: 4px;
  margin-left: 0;
  margin-right: 0;
  width: 8px;
  height: 4px;
  transform-origin: center;
  background-image: url("/img/kms/icons/icon_triangle_down_grey.svg");
  background-size: contain;
  background-position: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  right: 2px !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
  transform: rotate(-90deg);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  left: 2px !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  left: -2px;
  transform: rotate(90deg);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none !important;
  margin: 0;
  padding: 10px 5px;
  background-color: transparent;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: #2B2F83;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select:focus {
  outline: 0;
  box-shadow: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  direction: rtl;
  width: 48%;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: 42%;
}
#ui-datepicker-div table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 0;
}
#ui-datepicker-div table thead {
  background-color: rgba(224, 230, 236, 0.4);
  border-radius: 4px;
}
#ui-datepicker-div table thead tr {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
}
#ui-datepicker-div table thead th {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 400;
  color: #9ba0ae;
}
#ui-datepicker-div table tbody {
  display: block;
  margin-top: 5px;
}
#ui-datepicker-div table tbody tr {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: space-between;
  align-items: center;
}
#ui-datepicker-div table tbody td {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#ui-datepicker-div table tbody td a {
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: transparent;
  font-size: 0.7rem;
  color: #9ba0ae;
  text-decoration: none;
  border: none;
}
#ui-datepicker-div table tbody td a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 7.5%;
  top: 7.5%;
  height: 85%;
  width: 85%;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.2s;
}
#ui-datepicker-div table tbody td a:hover:after {
  background-color: rgba(155, 160, 174, 0.1);
}
#ui-datepicker-div table tbody td .ui-priority-secondary {
  opacity: 0.4;
}
#ui-datepicker-div table tbody td .ui-state-highlight:after {
  background-color: rgba(50, 137, 255, 0.1);
}
#ui-datepicker-div table tbody td .ui-state-active {
  color: white;
  font-weight: bold;
}
#ui-datepicker-div table tbody td .ui-state-active:after {
  background-color: #3289ff !important;
}

.event-sign-ups-table {
  width: 100%;
  border-spacing: 0;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid rgba(224, 230, 236, 0.5);
  overflow: hidden;
}
.event-sign-ups-table thead {
  background: #394664;
}
.event-sign-ups-table thead th {
  padding: 8px 14px;
  color: white;
  font-size: 0.7rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 400;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}
.event-sign-ups-table thead th:last-child {
  border-right: none;
}
.event-sign-ups-table td {
  padding: 12px 14px;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #32343a;
}
.event-sign-ups-table td.no-sign-ups {
  font-size: 0.85rem;
  padding: 16px 32px;
  text-align: center;
  font-weight: bold;
  background-color: rgba(224, 230, 236, 0.5);
}
.event-sign-ups-table td .link {
  color: #2B2F83;
}
.event-sign-ups-table td.checkbox {
  padding: 0;
  text-align: center;
}
.event-sign-ups-table td.checkbox input {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.event-sign-ups-table td.status-column {
  text-align: center;
}
.event-sign-ups-table td .status-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #70778c;
}
.event-sign-ups-table td .status-icon[data-status="2"] {
  background-color: #78dc84;
}
.event-sign-ups-table tbody tr td {
  border-right: 1px solid #e0e6ec;
}
.event-sign-ups-table tbody tr td:last-child {
  border-right: none;
}
.event-sign-ups-table tbody tr:nth-child(even) td {
  background-color: rgba(224, 230, 236, 0.5);
}

.event-sign-up__title {
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 40px 0 0;
}

.event-sign-up__description {
  font-size: 0.7rem;
  line-height: 1.4;
  color: #70778c;
}

.event-sign-up__button {
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  padding: 14px 22px;
  border-radius: 4px;
  background-color: #3289ff;
  color: white;
  font-size: 0.7rem;
}
.event-sign-up__button:hover {
  background-color: #006cfe;
}