/*
 * Vendor
*/

*,
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/*
 * Abstracts
*/

/*
 * Fonter
*/

/*
 * Clear
*/

/*
 * Retina
*/

/*
 * http://codepen.io/eduardoboucas/pen/YXxmwv
*/

/*
 * Abstracts
*/

/*
 * Globals
*/

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:last-child {
  margin-bottom: 0;
}

/*
 * Body
*/

body {
  font-family: 'Nunito Sans', sans-serif;
  background: #fff;
  color: #47495A;
  font-size: 16px;
  line-height: 140%;
}

/*
 * Hide's the element from the page, but screen readers will read it
*/

.hidden,
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.skip-link.screen-reader-text:focus {
  display: block;
  clip: auto;
  color: #47495A;
  height: auto;
  left: 5px;
  top: 5px;
  padding: 10px 20px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*
 * Clear
*/

.clear {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 140%;
}

h1 small {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 20px;
  vertical-align: baseline;
}

h1 small a {
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

h1 small a:focus,
h1 small a:hover {
  color: #FF008D;
}

h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
}

/*
 * Body text
*/

p,
address {
  margin-bottom: 20px;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

a {
  color: #FF008D;
}

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

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
}

/*
 * Lists
*/

ul {
  margin: 0 0 20px;
  padding: 0;
}

ul.nude {
  margin: 0;
  padding: 0;
}

ul.nude li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: disc outside;
  margin: 0 0 0 20px;
}

ul li ul {
  margin: 0;
}

ol {
  margin: 0 0 20px;
  padding: 0;
}

ol.nude {
  margin: 0;
  padding: 0;
}

ol.nude li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol li {
  list-style: decimal outside;
  margin: 0 0 0 20px;
}

ol li ol {
  margin: 0;
}

/*
 * Table
*/

table {
  width: 100%;
  margin-bottom: 20px;
}

table.auto {
  width: auto;
}

table thead {
  border-bottom: 2px solid #48485b;
}

table.no-side-space th:first-child,
table.no-side-space td:first-child {
  padding-left: 0;
}

table.no-side-space th:last-child,
table.no-side-space td:last-child {
  padding-right: 0;
}

table th,
table td {
  padding: 10px;
  text-align: left;
}

table th {
  font-weight: 700;
}

table tbody tr {
  border-bottom: 2px solid #f6f6f6;
}

/*
 * Preformatted and code
*/

pre,
xmp,
code {
  font-family: 'Fira Code', 'mon20px';
  background: #f6f6f6;
  color: #47495A;
  padding: 20px;
  margin: 0 0 20px;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  overflow: scroll;
}

code {
  padding: 5px;
  margin: 0 2px;
}

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

ul.form-field-list li.checkbox-row {
  padding-top: 18px;
  padding-bottom: 6px;
}

.field-section {
  margin: 10px 0 70px;
}

.field-section h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

ul.field-list {
  margin: 0;
  padding: 0;
}

ul.field-list > li {
  display: block;
  zoom: 1;
  min-height: 50px;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

ul.field-list > li:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.field-list > li label {
  float: left;
  width: 150px;
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-right: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

ul.field-list > li label.description {
  font-weight: 700;
  font-size: 14px;
  margin-left: 5px;
}

ul.field-list > li .input {
  float: left;
  width: 100%;
  max-width: 500px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.field-list > li .input input[type=text],
ul.field-list > li .input input[type=url],
ul.field-list > li .input input[type=email],
ul.field-list > li .input input[type=tel],
ul.field-list > li .input input[type=number],
ul.field-list > li .input input[type=password],
ul.field-list > li .input input[type=search],
ul.field-list > li .input textarea {
  background: #f6f6f6;
  padding-left: 10px;
}

ul.field-list > li .input label {
  width: auto;
}

.form-description {
  font-size: 12px;
  font-weight: 300;
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
textarea {
  font-family: 'Nunito Sans', sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  max-width: 100%;
  border: 0;
  background: #f6f6f6;
  border-bottom: 2px solid rgba(71, 73, 90, 0.2);
  border-radius: 0;
  font-size: 16px;
  line-height: 140%;
  padding: 12px 0 10px 10px;
  margin: 0;
  display: block;
  outline: 0;
  color: #47495A;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border-bottom-color: #47495A;
}

input[type=text].title,
input[type=url].title,
input[type=email].title,
input[type=tel].title,
input[type=number].title,
input[type=password].title,
input[type=search].title,
textarea.title {
  font-size: 40px;
  font-weight: 900;
}

label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
}

label.checkbox-label .checkbox-text {
  display: inline-block;
  margin-top: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button {
  font-family: 'Nunito Sans', sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FF008D;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button:focus,
.button:hover {
  background: #e6007f;
}

.button.button-link {
  font-weight: 300;
  background: none;
  color: #47495A;
}

.button.button-link:focus,
.button.button-link:hover {
  background: #e6e6e6;
}

.button.small {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: .5px;
}

.error-message {
  color: #FF008D;
  font-size: 12px;
}

ul.field-list > li {
  margin-bottom: 10px;
}

ul.field-list > li.margin-top {
  margin-top: 20px;
}

ul.field-list > li:last-child {
  margin-bottom: 0;
}

/*
 * Abstracts
*/

.main-content {
  min-height: calc(100vh - 80px - 10px);
  padding: 50px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}

@media screen and (max-width: 600px) {
  .main-content {
    padding: 25px;
  }
}

.content-wrapper {
  float: right;
  width: calc(100% - 250px - 50px);
}

.wrapper {
  max-width: 1500px;
  margin: 0 auto;
}

/*
 *
 * General style, all screens
 *
*/

.col-set {
  margin: -10px;
}

.col-set .col {
  padding: 10px;
  min-height: 1px;
}

/*
 *
 * Min width: 677px
 * From landscape split screen iPad pro and above
 *
*/

@media screen and (min-width: 657px) {
  .col-set:not(.flex-set) {
    display: block;
    zoom: 1;
  }

  .col-set:not(.flex-set):after {
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .col-set:not(.flex-set) .col {
    float: left;
    width: 50%;
  }

  .col-set:not(.flex-set) .col.w2 {
    float: none;
    width: 100%;
    clear: both;
  }

  .flex-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-set .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .flex-set .col.w2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*
 *
 * Min width: 767px
 *
*/

@media screen and (min-width: 767px) {
  .col-set:not(.flex-set).col-3 .col {
    width: 33.33%;
  }

  .col-set:not(.flex-set).col-3 .col.w2 {
    float: left;
    width: 66.66%;
    clear: none;
  }

  .flex-set.col-3 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .flex-set.col-3 .col.w2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

/*
 *
 * Min width: 1023px
 *
*/

@media screen and (min-width: 1023px) {
  .col-set:not(.flex-set).col-4 .col {
    width: 25%;
  }

  .col-set:not(.flex-set).col-4 .col.w2 {
    width: 50%;
  }

  .flex-set.col-4 .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .flex-set.col-4 .col.w2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.row {
  display: block;
  zoom: 1;
  margin: 0 -10px;
  position: relative;
}

.row:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.row.col-2 .col {
  width: 50%;
}

.row:hover .col--options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row .col {
  padding: 0 10px;
  float: left;
}

.row .col--description {
  width: calc(100% - 80px - 80px - 300px);
}

@media screen and (max-width: 1300px) {
  .row .col--description {
    width: 100%;
    float: none;
  }
}

.row .col--time {
  width: 80px;
}

.row .col--project {
  width: 300px;
}

@media screen and (max-width: 1300px) {
  .row .col--project {
    width: calc(100% - 80px - 80px - 100px);
  }
}

@media screen and (min-width: 1301px) {
  .row .col--options {
    position: absolute;
    right: 0;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .row .col--options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: 100px;
  }

  .row .col--options > a {
    margin-left: 20px !important;
    margin-top: 2px;
  }

  .row .col--options > a:first-child {
    margin-left: 10px !important;
  }
}

.row .col--options a {
  margin-left: 10px;
  color: #47495A;
  opacity: .5;
}

.row .col--options a .icons {
  font-size: 18px;
}

.row .col--options a:focus,
.row .col--options a:hover {
  opacity: 1;
}

.header {
  display: block;
  zoom: 1;
  height: 80px;
  background: #47495A;
  color: #fff;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -20px 20px -20px rgba(0, 0, 0, 0.2);
}

.header:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (max-width: 600px) {
  .header {
    padding: 0 25px;
  }
}

.header a {
  color: #fff;
  text-decoration: none;
}

.header .main-navigation {
  float: left;
}

.header .main-navigation ul.menu {
  display: block;
  zoom: 1;
  margin: 0;
  padding: 0;
}

.header .main-navigation ul.menu:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.header .main-navigation ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .main-navigation ul.menu > li {
  float: left;
  margin-right: 25px;
}

.header .main-navigation ul.menu > li > a {
  font-size: 18px;
  font-weight: 600;
  padding-top: 2px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.header .main-navigation ul.menu > li > a:focus,
.header .main-navigation ul.menu > li > a:hover {
  color: #FF008D;
}

.header .main-navigation ul.menu > li.current-page > a {
  border-bottom-color: #FF008D;
}

.header .main-navigation ul.menu > li.current-page > a:focus,
.header .main-navigation ul.menu > li.current-page > a:hover {
  color: #fff;
}

.header .right-side {
  margin-left: auto;
}

.header .right-side .current-user-info {
  position: relative;
}

.header .right-side .current-user-info .current-user {
  font-weight: 300;
  line-height: 40px;
}

.header .right-side .current-user-info .current-user .avatar {
  width: 40px;
  height: 40px;
  background: #28293A;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.header .right-side .current-user-info .dropdown-container {
  padding: 10px 0 0;
  right: 0;
}

.header .right-side .current-user-info .dropdown-container a {
  color: #47495A;
  display: block;
  padding: 10px 25px;
  background: #fff;
  color: #47495A;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header .right-side .current-user-info .dropdown-container a:focus,
.header .right-side .current-user-info .dropdown-container a:hover {
  background: #FF008D;
  color: #fff;
}

.footer {
  height: 10px;
  background: #47495A;
}

.sidebar {
  width: 250px;
  float: left;
}

.sidebar .section {
  background: #47495A;
  margin-bottom: 50px;
  padding: 25px;
}

.sidebar .section:last-child {
  margin-bottom: 0;
}

.sidebar .section.no-padding {
  padding: 0;
}

.sidebar .section.with-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sidebar ul.menu > li {
  border-bottom: 2px solid #3F4152;
}

.sidebar ul.menu > li:last-child {
  border-bottom: 0;
}

.sidebar ul.menu > li.current-page {
  background: #3F4152;
}

.sidebar ul.menu > li.current-page > a,
.sidebar ul.menu > li a:focus,
.sidebar ul.menu > li a:hover {
  color: #FF008D;
}

.sidebar ul.menu > li > a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
}

/*
 * Abstracts
*/

span.block {
  display: block;
}

.dropdown-wrapper {
  position: relative;
}

.dropdown-wrapper .dropdown-container {
  position: absolute;
  top: 100%;
  display: none;
}

.dropdown-wrapper:focus .dropdown-container,
.dropdown-wrapper:hover .dropdown-container {
  display: block;
}

ul.list {
  margin-top: 20px;
}

ul.list > li {
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  margin-bottom: 40px;
}

ul.list > li:focus,
ul.list > li:hover {
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
}

ul.list > li a.main-link {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 25px;
}

ul.list > li .title {
  font-size: 20px;
  font-weight: 600;
}

ul.list > li .secondary {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  margin-left: 15px;
  vertical-align: baseline;
}

ul.list > li ul.sub-list {
  background: #f9f9f9;
}

ul.list > li ul.sub-list > li {
  border-bottom: 2px solid #f3f3f3;
}

ul.list > li ul.sub-list > li:last-child {
  border-bottom: 0;
}

ul.list > li ul.sub-list .title {
  font-size: 14px;
  font-weight: 600;
}

ul.list > li ul.sub-list a.main-link {
  padding: 10px 25px;
}

/*
 * Login / forgot password / register form
*/

body.not-logged-in .main-content {
  padding: 0;
  margin: 0;
  background: #47495A;
}

body.not-logged-in .main-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 25px;
}

@media screen and (max-width: 600px) {
  body.not-logged-in .main-content .container {
    height: 85vh;
  }
}

body.not-logged-in .main-content .container .card {
  width: 100%;
  max-width: 500px;
}

body.not-logged-in .main-content .container .form-group {
  margin-bottom: 15px;
}

body.not-logged-in .main-content .container .form-group.first {
  margin-top: -10px;
}

body.not-logged-in .main-content .container .form-group:last-child {
  margin-bottom: 0;
}

.agenda-wrapper {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 80px - 50px - 50px - 10px - 40px);
  min-height: 300px;
  width: 100%;
  background: #47495A;
}

@media screen and (max-width: 600px) {
  .agenda-wrapper {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}

.agenda-wrapper .agenda-inner {
  height: 1200px;
  width: 100%;
  position: relative;
}

.agenda-wrapper .agenda-inner .timestamps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.agenda-wrapper .agenda-inner .timestamps * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.agenda-wrapper .agenda-inner .timestamps li {
  border-top: 2px solid #3F4152;
  height: 4.1666666667%;
  position: relative;
}

.agenda-wrapper .agenda-inner .timestamps li:first-child {
  border-top: 0;
}

.agenda-wrapper .agenda-inner .timestamps li:first-child .timestamp {
  display: none;
}

.agenda-wrapper .agenda-inner .timestamps li:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: #3F4152;
  opacity: .5;
}

.agenda-wrapper .agenda-inner .timestamps li .timestamp {
  position: absolute;
  right: 10px;
  top: -20px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #383A4D;
}

.agenda-wrapper .agenda-inner .event {
  position: static;
}

.agenda-wrapper .agenda-inner .event .event-inner {
  cursor: pointer;
  width: calc(100% - 60px);
  left: 10px;
  position: absolute;
  -webkit-transition: height .3s ease, min-height .3s ease, top .3s ease;
  transition: height .3s ease, min-height .3s ease, top .3s ease;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  padding: 3px;
  background: #333548;
  border: 2px solid #28293A;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.agenda-wrapper .agenda-inner .event .event-inner:hover {
  background: #28293A;
}

.agenda-wrapper .agenda-inner .event .event-inner.active {
  height: auto !important;
  z-index: 3;
  background: #28293A;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  left: 5px;
  width: calc(100% - 50px);
}

.agenda-wrapper .agenda-inner .event .event-inner .event-content {
  display: block;
  padding: 7px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.agenda-wrapper .agenda-inner .event .event-inner .time,
.agenda-wrapper .agenda-inner .event .event-inner .project {
  display: block;
  font-size: 11px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: .5px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.agenda-wrapper .agenda-inner .event .event-inner .description {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0;
  max-width: 300px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.total-time {
  background: #404053;
  color: #fff;
  padding: 0px 10px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}

.total-time .number {
  font-weight: 700;
}

.section-heading {
  display: block;
  zoom: 1;
}

.section-heading:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.section-heading .button {
  margin-top: 7px;
}

.section-heading .input {
  margin: 7px 20px 0 0;
  max-width: 200px;
  background: #f6f6f6;
  padding: 8px;
  font-size: 14px;
}

.modal.fade {
  display: none;
}

.popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-wrapper .modal-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-wrapper .popup-bg {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(71, 73, 90, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-wrapper .popup-inner {
  background: #fff;
  width: 100%;
  max-width: 600px;
  padding: 40px 50px 50px;
  -webkit-box-shadow: 0 0 40px 10px rgba(71, 73, 90, 0.2);
          box-shadow: 0 0 40px 10px rgba(71, 73, 90, 0.2);
  position: relative;
  z-index: 2;
}

.popup-wrapper .popup-inner .close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  background: none;
  color: #47495A;
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 16px;
}

.popup-wrapper .popup-inner .close:focus,
.popup-wrapper .popup-inner .close:hover {
  color: #FF008D;
}

/*
 * Timesheet
*/

.register-time-wrapper {
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  .register-time-wrapper {
    float: left;
    width: calc(100% - 25px - 400px);
    margin-bottom: 0;
  }
}

.register-time-wrapper > .time-wrapper-summary {
  float: right;
  margin-top: -32px;
}

.component.register-time-form .change-date {
  font-size: 18px;
  line-height: 28px;
  margin-top: 13px;
}

.component.register-time-form .change-date a {
  color: #47495A;
}

.component.register-time-form .change-date a:focus,
.component.register-time-form .change-date a:hover {
  color: #FF008D;
}

.component.register-time-form .change-date .icons {
  font-size: 28px;
}

.component.register-time-form .change-date .today {
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.component.register-time-form ul.the-timesheet {
  margin-bottom: 15px;
}

.component.register-time-row input[type=text],
.component.register-time-row input[type=url],
.component.register-time-row input[type=email],
.component.register-time-row input[type=tel],
.component.register-time-row input[type=number],
.component.register-time-row input[type=password],
.component.register-time-row input[type=search],
.component.register-time-row textarea {
  background: none;
}

.move {
  cursor: move;
}

.sortable-ghost {
  background: #f6f6f6;
  -webkit-box-shadow: inset 0 2px 0px 0px #fff;
          box-shadow: inset 0 2px 0px 0px #fff;
}

.sortable-ghost * {
  visibility: hidden;
}

@media screen and (min-width: 1000px) {
  .timesheet-wrapper {
    float: right;
    width: 400px;
  }
}

.card {
  padding: 25px;
  position: relative;
}

.card.dark {
  background: #47495A;
  color: #fff;
}

.card.light {
  background: #fff;
  color: #47495A;
}

.card.with-shadow {
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
}

.card.with-small-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.card.nude {
  padding: 0;
}

.card.space-above-half {
  margin-top: 25px;
}

.card.space-above {
  margin-top: 50px;
}

.card.space-below-half {
  margin-bottom: 25px;
}

.card.space-below {
  margin-bottom: 50px;
}

.card .card-header {
  margin: -25px -25px 25px -25px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.1);
}

.card .card-header .heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.card .card-body ul {
  margin: -25px;
}

.card .card-body ul li {
  padding: 25px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.card .card-body ul li:last-child {
  border-bottom: 0;
}

.card .card-body ul li .row {
  display: block;
  zoom: 1;
  margin-bottom: 20px;
}

.card .card-body ul li .row:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.card .card-body ul li .row .col {
  float: left;
  margin-right: 40px;
}

.card .card-body ul li .row .col:last-child {
  margin-right: 0;
}

.card .card-body ul li .label {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}

.card .card-body ul li .description {
  font-size: 14px;
  line-height: 160%;
}

.timely-component {
  background: #f6f6f6;
  margin-top: 50px;
  padding: 25px;
}

.timely-component table tbody tr {
  border-color: #e6e6e6;
}

/*
 * Clients
*/

.component.client .title > h1 {
  border-bottom: 2px solid transparent;
}

.component.client input.title {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}

ul.client-info {
  display: block;
  zoom: 1;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
}

ul.client-info:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.client-info > li {
  float: left;
  width: 25%;
  padding: 25px 10px 20px;
}

ul.client-info > li .content {
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}

ul.client-info > li input {
  padding-top: 0;
  padding-bottom: 5px;
}

/*
 * Projects
*/

.project .sub-projects {
  margin-top: 40px;
}

.project .sub-projects .sub-projects-list {
  margin-top: 10px;
}

.project .sub-projects .sub-projects-list li {
  padding: 15px;
  border-bottom: 2px solid #f3f3f3;
}

/*
 * Settings
*/

