body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 20px 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h2 {
  font-weight: 600;
  margin: 20px 0 16px 0;
}

h3 {
  font-weight: 600;
}

p {
  margin: 20px 0;
}

a {
  text-decoration: none;
  color: #2a9fd8;
}

span.gray {
  color: #d8d8d8;
}

p.error {
  font-size: 14px;
  font-weight: bold;
  color: #ec4133;
  margin: 20px 0;
}

p.success {
  font-size: 14px;
  font-weight: bold;
  color: #2fa200;
  margin: 20px 0;
}

h3.error {
  color: #ec4133;
}

h3.success {
  color: #2fa200;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #00a7e1;
}

button {
  border: 0;
  height: 36px;
  padding: 0 20px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
button.save, button.confirm, button.create, button.copy {
  background-color: #38c000;
  color: #fff;
}
button.cancel, button.delete {
  background-color: #ec4133;
  color: #fff;
}
button.black, button.persona-action {
  background-color: #080808;
  color: #fff;
}

.multi-button {
  border: none;
  border-radius: 5px;
  background-color: #2a9fd8;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: white;
  height: 30px;
  padding: 0 28px;
  outline: none;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  background: url(/images/down-arrow.svg) no-repeat;
  background-position: right 20px center;
  background-color: #080808;
  background-size: 13px;
  padding-right: 40px;
  list-style: none;
  position: relative;
}
.multi-button:disabled {
  cursor: default;
}
.multi-button.red {
  background-color: #ec4133;
}
.multi-button.green {
  background-color: #38c000;
}
.multi-button.ck-button {
  background-color: #dfdfdf;
}
.multi-button > ul {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 30px;
  left: 0;
  flex-direction: column;
  display: flex;
  position: absolute;
  z-index: 1;
}
.multi-button > ul > li {
  background-color: #fff;
  color: #2a9fd8;
  padding: 10px;
  cursor: pointer;
  justify-content: center;
  display: inline-flex;
}
.multi-button > ul > li:hover {
  background-color: #f2f2f2;
}
.multi-button > ul > li:not(:last-of-type) {
  border-bottom: 1px solid #d8d8d8;
}

.vc-chrome {
  box-shadow: none !important;
}

form,
fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}
form div#form-actions > *:not(p):not(:last-child),
fieldset div#form-actions > *:not(p):not(:last-child) {
  margin-right: 5px;
}
form div#form-actions p,
fieldset div#form-actions p {
  margin-top: 40px;
}

fieldset {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}
fieldset:not(:last-of-type) {
  margin-bottom: 10px;
}
fieldset:last-of-type {
  margin-bottom: 20px;
}
fieldset.spacer {
  margin-top: 20px;
}
fieldset > h3 {
  margin: 6px 0 !important;
}
fieldset > div {
  width: 49%;
  padding: 5px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
}
fieldset > div label {
  font-weight: 500;
  font-size: 14px;
  margin: 4px 0;
  display: block;
}
fieldset > div input,
fieldset > div select {
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 36px;
  padding: 0 13px;
}
fieldset .input-row {
  padding: 5px 10px;
}
fieldset .input-row button {
  margin-left: 10px;
}
fieldset .input-row label {
  font-weight: 500;
  font-size: 14px;
  margin: 4px 0;
  display: block;
}
fieldset .input-row textarea {
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 300px;
}
fieldset .input-row select {
  width: 50%;
}

main > section > fieldset {
  padding: 20px;
}

.input-actions {
  margin-top: 20px;
}
.input-actions p {
  margin: 40px 0;
}
.input-actions p a {
  font-weight: 600;
  color: #2a9fd8;
}

button, a.download {
  border: none;
  border-radius: 5px;
  background-color: #2a9fd8;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: white;
  height: 30px;
  padding: 0 28px;
  outline: none;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
}
button:disabled, a.download:disabled {
  cursor: default;
}
button.red, a.download.red {
  background-color: #ec4133;
}
button.green, a.download.green {
  background-color: #38c000;
}
button.ck-button, a.download.ck-button {
  background-color: #dfdfdf;
}

button.large {
  padding: 0 38px;
}

a.download {
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  outline: none;
  line-height: 30px;
  text-decoration: none;
  font-size: 12px;
}

button:disabled {
  background-color: #b1b1b1;
}

label {
  font-weight: bold;
}

span.error {
  font-size: 11px;
  font-weight: bold;
  color: #ec4133;
  margin-left: 10px;
}

input[type=text],
input[type=password],
select {
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  background-color: white;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 36px;
  padding: 0 13px;
  box-sizing: border-box;
}

textarea {
  border: 1px solid #cdcdcd;
  background-color: white;
  padding: 5px;
  outline: none;
  box-sizing: border-box;
}

input.error,
select.error {
  border: 1px solid #ec4133 !important;
}

input[type=radio] {
  display: none;
}

.input-checkbox,
.input-radio {
  display: inline-block;
}

input[type=checkbox] {
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=checkbox]:checked {
  background: url("/assets/images/check.svg") no-repeat;
  background-size: 16px;
  background-position: center;
}

input[type=radio] + label {
  background-color: white;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  outline: none;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
}

input[type=file] {
  display: none;
}

section#login fieldset {
  max-width: 400px;
}
section#login .input-block {
  width: 100%;
  display: block;
}

.progress-container {
  border-radius: 10px;
  background-color: #ebebeb;
  width: 100%;
  height: 20px;
  position: relative;
  display: flex;
}
.progress-container > div {
  border-radius: inherit;
  background-color: #2a9fd8;
  width: 0;
  height: inherit;
  top: 0;
  left: 0;
  position: absolute;
}

.share-link-container {
  width: 400px;
}
.share-link-container > * {
  width: 400px;
}

.persona-columns {
  align-items: stretch;
  justify-content: space-between;
  display: flex;
  position: relative;
}
.persona-columns .persona-column {
  width: 33%;
  position: relative;
}
.persona-columns .persona-column.editor {
  border: 1px dotted #888;
}
.persona-columns .persona-column.small-1 {
  width: 8.3333333333%;
}
.persona-columns .persona-column.small-2 {
  width: 16.6666666667%;
}
.persona-columns .persona-column.small-3 {
  width: 25%;
}
.persona-columns .persona-column.small-4 {
  width: 33.3333333333%;
}
.persona-columns .persona-column.small-5 {
  width: 41.6666666667%;
}
.persona-columns .persona-column.small-6 {
  width: 50%;
}
.persona-columns .persona-column.small-7 {
  width: 58.3333333333%;
}
.persona-columns .persona-column.small-8 {
  width: 66.6666666667%;
}
.persona-columns .persona-column.small-9 {
  width: 75%;
}
.persona-columns .persona-column.small-10 {
  width: 83.3333333333%;
}
.persona-columns .persona-column.small-11 {
  width: 91.6666666667%;
}
.persona-columns .persona-column.small-12 {
  width: 100%;
}
.persona-columns .persona-column.flex-grow {
  flex-grow: 1;
}
.persona-columns .persona-column-drag-background {
  background-color: rgba(0, 0, 0, 0.1);
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: col-resize;
  position: absolute;
}
.persona-columns .persona-column-drag {
  border: 0;
  background: none;
  width: 2px;
  height: inherit;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  display: block;
  cursor: col-resize;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
}
.persona-columns .persona-column-drag:hover, .persona-columns .persona-column-drag.dragging {
  background-color: black;
}

#persona-actions {
  align-items: center;
  justify-content: center;
  display: flex;
}
#persona-actions > div {
  width: 1200px;
  max-width: 1200px;
  box-sizing: border-box;
  display: flex;
}
#persona-actions > div > * {
  margin-bottom: 5px;
}
#persona-actions > div > *:not(:last-child) {
  margin-right: 5px;
}

#persona-container {
  padding: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}
#persona-container #persona-section {
  border: 1px solid black;
  width: 1200px;
  max-width: 1200px;
  box-sizing: border-box;
}
#persona-container #persona-section ul {
  margin: 0;
}
#persona-container #persona-section h1,
#persona-container #persona-section h2,
#persona-container #persona-section h3,
#persona-container #persona-section h4 {
  margin: 0 0 10px 0;
}
#persona-container #persona-section > .persona-header {
  padding: 0 20px;
}
#persona-container #persona-section > .persona-header h1,
#persona-container #persona-section > .persona-header h2,
#persona-container #persona-section > .persona-header h3,
#persona-container #persona-section > .persona-header h4 {
  padding: 10px 0;
  margin: 0;
}
#persona-container #persona-section > #persona-content {
  padding: 10px;
  box-sizing: border-box;
}

.persona-columns.editor:not(.moving) .persona-module:hover:before {
  background-color: rgba(0, 0, 0, 0.1) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: " ";
  box-sizing: border-box;
  position: absolute;
}
.persona-columns.editor:not(.moving) .persona-module:hover .persona-module-actions,
.persona-columns.editor:not(.moving) .persona-module:hover .persona-module-edit {
  display: flex;
}

.persona-columns.editor .persona-module .persona-module-actions {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: #080808;
  padding: 0 5px 0 5px;
  top: -20px;
  left: 0;
  display: none;
  position: absolute;
}
.persona-columns.editor .persona-module .persona-module-actions button {
  background: none;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: white;
  height: 20px;
  padding: 0 14px;
}
.persona-columns.editor .persona-module .persona-module-actions button.persona-action-move {
  cursor: move;
}

.persona-module {
  padding: 10px;
  position: relative;
}
.persona-module p {
  margin: 0 0 5px 0;
}
.persona-module p:not(:last-of-type) {
  margin: 0;
}
.persona-module img {
  max-width: 100%;
  height: auto;
}
.persona-module .persona-tags {
  padding: 0 5px 0 0;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}
.persona-module .persona-tags a {
  margin: 0 10px;
  display: inline-block;
}
.persona-module .persona-tags > .persona-tag {
  background-color: #ccc;
  padding: 5px;
  margin: 10px 0;
  box-sizing: border-box;
  display: inline-block;
}
.persona-module .persona-tags > .persona-tag:not(:last-of-type) {
  margin-right: 10px;
}
.persona-module .persona-tags .persona-edit-tag {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.persona-module .persona-bar-graph .persona-bar-graph-item {
  margin-bottom: 10px;
}
.persona-module .persona-bar-graph .persona-bar-graph-outer {
  background-color: #eee;
  width: 100%;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.persona-module .persona-bar-graph .persona-bar-graph-outer .persona-bar-graph-inner {
  background-color: #aaa;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
}
.persona-module .persona-bar-graph .persona-edit-bar-graph-item {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.persona-module .persona-bar-graph .persona-edit-bar-graph-item input[type=text]:not(:last-of-type) {
  margin-right: 5px;
}
.persona-module .persona-bar-graph .persona-edit-bar-graph-item input[type=text]:nth-child(2) {
  width: 72px;
}
.persona-module .persona-scales .persona-scale-text {
  justify-content: space-between;
  display: flex;
}
.persona-module .persona-scales .persona-scale-outer {
  background-color: #eee;
  height: 16px;
  position: relative;
}
.persona-module .persona-scales .persona-scale-outer .persona-scale-inner {
  background-color: #aaa;
  width: 16px;
  height: 16px;
  top: 0;
  display: inline-block;
  position: absolute;
}
.persona-module .persona-scales .persona-scale-item {
  margin-bottom: 10px;
}
.persona-module .persona-scales .persona-edit-scale-item {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.persona-module .persona-scales .persona-edit-scale-item input[type=text]:not(:last-of-type) {
  margin-right: 5px;
}
.persona-module .persona-scales .persona-edit-scale-item input[type=text]:nth-child(2) {
  width: 72px;
}
.persona-module .persona-chart .persona-chart-text {
  margin-bottom: 5px;
  justify-content: space-between;
  display: flex;
}
.persona-module .persona-chart .persona-edit-chart-item {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.persona-module .persona-chart .persona-edit-chart-item input[type=text]:not(:last-of-type) {
  margin-right: 5px;
}
.persona-module .persona-chart > div:last-of-type {
  height: 200px;
}
.persona-module .persona-social .persona-social-items {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.persona-module .persona-social .persona-social-items .persona-social-item {
  width: 44px;
  height: 44px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-flex;
  cursor: pointer;
}
.persona-module .persona-social .persona-social-items .persona-social-item:not(:last-child) {
  margin-right: 10px;
}
.persona-module .persona-social .persona-social-items .persona-social-item.facebook {
  background: url("/images/social-facebook.svg") no-repeat;
  background-position: left center;
  background-size: 44px;
}
.persona-module .persona-social .persona-social-items .persona-social-item.twitter {
  background: url("/images/social-twitter.svg") no-repeat;
  background-position: left center;
  background-size: 44px;
}
.persona-module .persona-social .persona-social-items .persona-social-item.linkedin {
  background: url("/images/social-linkedin.svg") no-repeat;
  background-position: left center;
  background-size: 44px;
}
.persona-module .persona-social .persona-social-items .persona-social-item.instagram {
  background: url("/images/social-instagram.svg") no-repeat;
  background-position: left center;
  background-size: 44px;
}
.persona-module .persona-social .persona-social-items .persona-social-item.youtube {
  background: url("/images/social-youtube.svg") no-repeat;
  background-position: left center;
  background-size: 44px;
}
.persona-module .persona-social .persona-social-items .persona-social-item.pinterest {
  background: url("/images/social-pinterest.svg") no-repeat;
  background-position: left center;
  background-size: 44px;
}
.persona-module .persona-social .persona-edit-social-item {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.persona-module .persona-social .persona-edit-social-item.facebook {
  background: url("/images/social-facebook.svg") no-repeat;
  background-position: left center;
  background-size: 36px;
  padding-left: 44px;
}
.persona-module .persona-social .persona-edit-social-item.twitter {
  background: url("/images/social-twitter.svg") no-repeat;
  background-position: left center;
  background-size: 36px;
  padding-left: 44px;
}
.persona-module .persona-social .persona-edit-social-item.linkedin {
  background: url("/images/social-linkedin.svg") no-repeat;
  background-position: left center;
  background-size: 36px;
  padding-left: 44px;
}
.persona-module .persona-social .persona-edit-social-item.instagram {
  background: url("/images/social-instagram.svg") no-repeat;
  background-position: left center;
  background-size: 36px;
  padding-left: 44px;
}
.persona-module .persona-social .persona-edit-social-item.youtube {
  background: url("/images/social-youtube.svg") no-repeat;
  background-position: left center;
  background-size: 36px;
  padding-left: 44px;
}
.persona-module .persona-social .persona-edit-social-item.pinterest {
  background: url("/images/social-pinterest.svg") no-repeat;
  background-position: left center;
  background-size: 36px;
  padding-left: 44px;
}

.persona-row-break {
  width: 100%;
  height: 10px;
  display: block;
}

#persona-list {
  flex-wrap: wrap;
  display: flex;
}
#persona-list > .persona-item {
  border: 1px solid #efefef;
  border-radius: 4px;
  width: 200px;
  height: 110px;
  padding: 10px;
  margin: 0 10px 10px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  box-sizing: border-box;
}
#persona-list > .persona-item > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#persona-list > .persona-item > ul > li:not(:last-of-type) {
  margin-right: 5px;
}

.persona-dialog-background {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 3;
}

.persona-dialog-container {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  position: fixed;
  z-index: 4;
}
.persona-dialog-container .persona-dialog {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  min-width: 300px;
  padding: 20px;
  position: relative;
}
.persona-dialog-container .persona-dialog > button.persona-dialog-close {
  border: 0;
  background: url("/images/icon_dialog_close.svg") no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  position: absolute;
}
.persona-dialog-container .persona-dialog button {
  font-weight: bold;
  text-transform: uppercase;
}
.persona-dialog-container .persona-dialog button.delete {
  border: 0;
  background: url("/images/x.svg") no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  outline: none;
  display: inline-flex;
}
.persona-dialog-container .persona-dialog .persona-dialog-title {
  font-size: 24px;
  font-weight: bold;
  padding-right: 48px;
  margin-bottom: 10px;
}
.persona-dialog-container .persona-dialog .persona-dialog-actions {
  margin-top: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.persona-dialog-container .persona-dialog .persona-dialog-actions > *:not(:last-child) {
  margin-right: 10px;
}
.persona-dialog-container .persona-dialog .persona-dialog-content.scroll {
  max-height: 300px;
  overflow-y: auto;
}
.persona-dialog-container .persona-dialog .persona-dialog-content.center {
  justify-content: center;
  display: flex;
}
.persona-dialog-container .persona-dialog .persona-dialog-content.mb30 {
  margin-bottom: 30px;
}

header {
  /*background: url('/images/tba.svg') no-repeat;
  background-size: auto calc(60px - 20px);
  background-position: left 20px center;*/
  background-color: #2a9fd8;
  height: 60px;
  padding: 0 0 0 260px;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  display: flex;
}
header > div#logo {
  left: 20px;
  position: absolute;
}
header > div#logo > a img {
  border: none;
  width: auto;
  height: calc(60px - 20px);
}
header nav.header {
  height: 100%;
}
header nav.header ul {
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
header nav.header ul li {
  line-height: 60px;
  height: 100%;
  padding: 0 30px;
  display: inline-block;
}
header nav.header ul li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  color: white;
}
header nav.header ul li.active {
  background-color: #1789c3;
}
header nav.right-menu {
  height: 100%;
  top: 0;
  right: 26px;
  position: absolute;
}
header nav.right-menu > ul {
  list-style: none;
  min-width: 144px;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
header nav.right-menu > ul > li {
  min-height: 60px;
  cursor: pointer;
  position: relative;
  align-items: center;
  display: flex;
}
header nav.right-menu > ul > li:nth-of-type(1) > a {
  background: url("/images/bell.svg") no-repeat;
  background-size: 16px;
  background-position: left center;
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
}
header nav.right-menu > ul > li:nth-of-type(1) > a > span {
  border-radius: 50%;
  border: 1px solid #2a9fd8;
  background-color: #ec4133;
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
  position: absolute;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 60px;
  right: 0;
  display: block;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  width: 380px;
  max-height: 70vh;
  overflow-y: auto;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li {
  padding: 14px 10px;
  position: relative;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li:first-child {
  border-bottom: 0;
  padding: 14px 10px 8px 10px;
  position: relative;
  align-items: center;
  display: flex;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li:first-child > h3 {
  margin: 0;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li:first-child > a {
  right: 10px;
  position: absolute;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li.unread::after {
  background-color: #38c000;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  content: " ";
  position: absolute;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li.center {
  justify-content: center;
  display: flex;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li button {
  width: 100%;
  height: 26px;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li p {
  margin: 0;
}
header nav.right-menu > ul > li:nth-of-type(1) > ul > li p:last-of-type {
  font-size: 12px;
  font-style: italic;
  margin: 4px 0 0 4px;
}
header nav.right-menu > ul > li:nth-of-type(2) {
  background: url("/images/profile-menu.svg") no-repeat, url("/images/down-arrow.svg") no-repeat;
  background-position: left center, right center;
  background-size: 15px, 13px;
  padding: 0 21px;
}
header nav.right-menu > ul > li:nth-of-type(2).open {
  background: url("/images/profile-menu.svg") no-repeat, url("/images/up-arrow.svg") no-repeat;
  background-position: left center, right center;
  background-size: 15px, 13px;
}
header nav.right-menu > ul > li:nth-of-type(2).open ul {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 60px;
  right: 0;
  display: block;
  position: absolute;
  z-index: 100;
  width: 168px;
  display: block;
}
header nav.right-menu > ul > li:nth-of-type(2).open ul li {
  height: 48px;
  line-height: 48px;
  text-align: center;
}
header nav.right-menu > ul > li:nth-of-type(2).open ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #2a9fd8;
}
header nav.right-menu > ul > li:nth-of-type(2).open ul li:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}
header nav.right-menu > ul > li:nth-of-type(2).open ul li:hover {
  background-color: #f3f3f3;
}
header nav.right-menu > ul > li:nth-of-type(2) ul {
  display: none;
}
header nav.right-menu > ul > li:not(:last-child) {
  margin-right: 10px;
}
header nav.right-menu > ul > li > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  color: white;
}

.hidden {
  display: none;
}

main > *:not(header):not(section):not(h1) {
  margin: 0 40px;
}
main > h1 {
  margin: 20px 40px;
}
main > section {
  margin: 20px;
}
main > section > #actions {
  align-items: flex-start;
  justify-content: flex-end;
  display: flex;
}
main > section > #actions > * {
  margin-bottom: 5px;
}
main > section > #actions > *:not(:last-child) {
  margin-right: 5px;
}

div.actions button:not(:last-of-type), div.actions a.download {
  margin-right: 10px;
}

.table-container > h3 {
  font-style: italic;
  color: #ababab;
  margin-top: 20px;
}

.table-filters {
  margin-bottom: 20px;
  align-items: flex-end;
  flex-wrap: wrap;
  display: flex;
}
.table-filters > * {
  margin-top: 10px;
  align-items: center;
  display: inline-block;
}
.table-filters > *:not(:last-child) {
  margin-right: 10px;
}
.table-filters > * > label {
  margin-bottom: 4px;
  display: block;
}
.table-filters > * > select[name=city] {
  width: 180px;
}
.table-filters > * > select[name=state] {
  width: 180px;
}
.table-filters > * > select[name=country] {
  width: 180px;
}
.table-filters > * > select[name=role] {
  width: 120px;
}
.table-filters > * > select[name=name] {
  width: 180px;
}
.table-filters > * > select[name=user_id] {
  width: 180px;
}
.table-filters > * > select[name=status] {
  width: 160px;
}
.table-filters input[type=text] {
  width: 300px;
}
.table-filters button {
  height: 36px;
}

.table .table-tr {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-grow: 0;
  flex-wrap: wrap;
}
.table .tbody > p,
.table .tbody > h3 {
  margin: 30px 0 20px 0;
}
.table .table-tr.thead {
  border-bottom: 1px solid #ddd;
}
.table .table-tr:not(.thead) {
  border-bottom: 1px solid #eee;
}
.table .table-th {
  font-weight: bold;
  text-transform: uppercase;
}
.table .table-th,
.table .table-td {
  min-height: 50px;
  padding: 10px 10px;
  margin-right: 20px;
  box-sizing: border-box;
  align-items: center;
  display: inline-flex;
}
.table .table-th a {
  background: url("/images/sort-unselected.svg") no-repeat;
  background-size: 8px 13px;
  background-position: center right;
  text-decoration: none;
  color: #000;
  padding-right: 18px;
}
.table .table-th a.asc {
  background: url("/images/sort-asc.svg") no-repeat;
  background-size: 8px 13px;
  background-position: right center;
}
.table .table-th a.desc {
  background: url("/images/sort-desc.svg") no-repeat;
  background-size: 8px 13px;
  background-position: right center;
}
.table .table-td a {
  font-weight: bold;
  color: #2a9fd8;
}
.table .table-td div a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #ec4133;
}
.table .table-td.actions,
.table .table-th.actions {
  right: 0;
  position: absolute;
}
.table .persona-name {
  width: 250px;
}
.table .persona-date {
  width: 250px;
}
.table .persona-status,
.table .user-status {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .table .table-tr.thead:not(.static) {
    display: none;
  }
  .table .table-td:first-of-type {
    font-weight: bold;
  }
}
@media screen and (max-width: 900px) {
  .table .table-td.actions {
    top: 0;
    right: 0;
    position: absolute;
  }
}

nav#pagination {
  text-align: center;
  margin-top: 40px;
}
nav#pagination ul {
  list-style: none;
}
nav#pagination ul li {
  padding: 10px 16px;
  margin: 0 20px;
  box-sizing: border-box;
  display: inline-block;
}
nav#pagination ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #2a9fd8;
}
nav#pagination ul li.prev, nav#pagination ul li.next {
  text-transform: uppercase;
}
nav#pagination ul li.disabled a {
  color: #AAA;
  cursor: default;
}
nav#pagination ul li.active {
  border-radius: 20px;
  background-color: #2a9fd8;
}
nav#pagination ul li.active a {
  color: white;
}

main > section {
  position: relative;
}
main > section div.text-group {
  margin-top: 30px;
  flex-direction: column;
  display: flex;
}
main > section div.text-group > div {
  align-items: flex-start;
  display: flex;
}
main > section div.text-group > div:not(:first-of-type) {
  margin-top: 20px;
}
main > section div.text-group > div > b {
  min-width: 120px;
  margin-right: 30px;
  justify-content: flex-end;
  display: inline-flex;
}
main > section nav#actions, main > section nav.actions {
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
}
main > section nav#actions > *:not(:last-child), main > section nav.actions > *:not(:last-child) {
  margin-right: 10px;
}
main > section nav#actions > a, main > section nav.actions > a {
  border: none;
  border-radius: 5px;
  background-color: #2a9fd8;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: white;
  height: 30px;
  padding: 0 28px;
  outline: none;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
}
main > section nav#actions > a:disabled, main > section nav.actions > a:disabled {
  cursor: default;
}
main > section nav#actions > a.red, main > section nav.actions > a.red {
  background-color: #ec4133;
}
main > section nav#actions > a.green, main > section nav.actions > a.green {
  background-color: #38c000;
}
main > section nav#actions > a.ck-button, main > section nav.actions > a.ck-button {
  background-color: #dfdfdf;
}
main > section nav#actions .download, main > section nav.actions .download {
  background-color: #38c000;
}

.tab-container {
  position: relative;
}
.tab-container .tab-navigation {
  display: block;
}
.tab-container .tab-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-container .tab-navigation ul li {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fcfcfc;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #2a9fd8;
  padding: 18px 38px;
  display: inline-block;
  cursor: pointer;
}
.tab-container .tab-navigation ul li.active {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f0f0f0;
  color: #333;
}
.tab-container .tab-content {
  background-color: #f6f6f6;
  padding: 20px;
}
.tab-container .tab-content p {
  font-size: 14px;
  font-style: italic;
  color: #777;
  padding: 0 10px;
}
.tab-container .selection {
  top: 0;
  right: 20px;
  display: inline-block;
  position: absolute;
}
.tab-container .selection p {
  font-weight: 600;
  color: #777;
}
.tab-container .selection p span {
  font-weight: normal;
}

#history {
  padding: 20px;
}
#history h3 {
  color: #888;
}

section#login > h3 {
  margin: 30px 0;
}

#pagination {
  margin-bottom: 20px;
  justify-content: center;
  display: flex;
}
#pagination ul {
  list-style: none;
  align-items: center;
  display: inline-flex;
}
#pagination ul li {
  display: inline-flex;
}
#pagination ul li:not(:last-of-type) {
  margin-right: 20px;
}
#pagination ul li a {
  text-decoration: none;
}
#pagination ul li a.active {
  color: #000;
  cursor: default;
}

form,
fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}
form div#form-actions > *:not(p):not(:last-child),
fieldset div#form-actions > *:not(p):not(:last-child) {
  margin-right: 5px;
}
form div#form-actions p,
fieldset div#form-actions p {
  margin-top: 40px;
}

fieldset {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}
fieldset:not(:last-of-type) {
  margin-bottom: 10px;
}
fieldset:last-of-type {
  margin-bottom: 20px;
}
fieldset.spacer {
  margin-top: 20px;
}
fieldset > h3 {
  margin: 6px 0 !important;
}
fieldset > div {
  width: 49%;
  padding: 5px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
}
fieldset > div label {
  font-weight: 500;
  font-size: 14px;
  margin: 4px 0;
  display: block;
}
fieldset > div input,
fieldset > div select {
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 36px;
  padding: 0 13px;
}
fieldset .input-row {
  padding: 5px 10px;
}
fieldset .input-row button {
  margin-left: 10px;
}
fieldset .input-row label {
  font-weight: 500;
  font-size: 14px;
  margin: 4px 0;
  display: block;
}
fieldset .input-row textarea {
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 300px;
}
fieldset .input-row select {
  width: 50%;
}

main > section > fieldset {
  padding: 20px;
}

.input-actions {
  margin-top: 20px;
}
.input-actions p {
  margin: 40px 0;
}
.input-actions p a {
  font-weight: 600;
  color: #2a9fd8;
}

button, a.download {
  border: none;
  border-radius: 5px;
  background-color: #2a9fd8;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: white;
  height: 30px;
  padding: 0 28px;
  outline: none;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
}
button:disabled, a.download:disabled {
  cursor: default;
}
button.red, a.download.red {
  background-color: #ec4133;
}
button.green, a.download.green {
  background-color: #38c000;
}
button.ck-button, a.download.ck-button {
  background-color: #dfdfdf;
}

button.large {
  padding: 0 38px;
}

a.download {
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  outline: none;
  line-height: 30px;
  text-decoration: none;
  font-size: 12px;
}

button:disabled {
  background-color: #b1b1b1;
}

label {
  font-weight: bold;
}

span.error {
  font-size: 11px;
  font-weight: bold;
  color: #ec4133;
  margin-left: 10px;
}

input[type=text],
input[type=password],
select {
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  background-color: white;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  height: 36px;
  padding: 0 13px;
  box-sizing: border-box;
}

textarea {
  border: 1px solid #cdcdcd;
  background-color: white;
  padding: 5px;
  outline: none;
  box-sizing: border-box;
}

input.error,
select.error {
  border: 1px solid #ec4133 !important;
}

input[type=radio] {
  display: none;
}

.input-checkbox,
.input-radio {
  display: inline-block;
}

input[type=checkbox] {
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=checkbox]:checked {
  background: url("/assets/images/check.svg") no-repeat;
  background-size: 16px;
  background-position: center;
}

input[type=radio] + label {
  background-color: white;
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
  outline: none;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
}

input[type=file] {
  display: none;
}

section#login fieldset {
  max-width: 400px;
}
section#login .input-block {
  width: 100%;
  display: block;
}

.progress-container {
  border-radius: 10px;
  background-color: #ebebeb;
  width: 100%;
  height: 20px;
  position: relative;
  display: flex;
}
.progress-container > div {
  border-radius: inherit;
  background-color: #2a9fd8;
  width: 0;
  height: inherit;
  top: 0;
  left: 0;
  position: absolute;
}

.share-link-container {
  width: 400px;
}
.share-link-container > * {
  width: 400px;
}

div#errors ul li {
  color: #ec4133;
}

.slide-enter-active {
  transition: all 0.5s linear;
}

.slide-leave-active {
  transition: all 0;
}

.slide-enter,
.slide-leave-to {
  opacity: 0;
}

#test-attributes {
  align-items: flex-end;
  display: flex;
}
#test-attributes > *:not(:last-child) {
  margin-right: 10px;
}
#test-attributes > div {
  padding: 5px 10px 0 5px;
  margin: 0;
  margin-bottom: 0;
}
#test-attributes a {
  border: none;
  border-radius: 5px;
  background-color: #2a9fd8;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: white;
  height: 30px;
  padding: 0 28px;
  outline: none;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  cursor: pointer;
  height: 36px;
}
#test-attributes a:disabled {
  cursor: default;
}
#test-attributes a.red {
  background-color: #ec4133;
}
#test-attributes a.green {
  background-color: #38c000;
}
#test-attributes a.ck-button {
  background-color: #dfdfdf;
}
#test-attributes a.disabled {
  background-color: #b1b1b1;
  cursor: default;
}
#test-attributes a > span {
  margin-left: 4px;
}
#test-attributes button {
  height: 36px;
}

#test-step-container {
  border-radius: 10px;
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 40px;
}
#test-step-container .sortable-ghost {
  background-color: #fafafa;
}
#test-step-container .sortable-ghost .step-name,
#test-step-container .sortable-ghost .step-content {
  opacity: 0.2;
}

#test-step-actions {
  margin-bottom: 10px;
}
#test-step-actions button#create-step {
  border: 0;
  background: url("/assets/images/add-green.svg") no-repeat;
  background-position: left center;
  background-size: 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  color: #38c000;
  padding-left: 26px;
}

.edit-test-step {
  border: 0;
  border-radius: 3px;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.edit-test-step:not(:last-child) {
  margin-bottom: 12px;
}
.edit-test-step.expanded .step-name {
  border-bottom: 1px solid #e8e8e8;
}
.edit-test-step > div.step-name {
  background: url("/assets/images/reorder.svg") no-repeat;
  background-size: 18px;
  background-position: left 10px center;
  background-color: #fdfdfd;
  min-height: 60px;
  padding: 0 20px 0 46px;
  align-items: center;
  cursor: move;
  display: flex;
  position: relative;
}
.edit-test-step > div.step-name > h3 {
  font-size: 20px;
  padding: 10px 90px 10px 0;
  margin: 0;
}
.edit-test-step > div.step-name > .buttons {
  right: 20px;
  position: absolute;
  align-items: center;
  display: flex;
}
.edit-test-step > div.step-name > .buttons > button {
  width: 33px;
  height: 33px;
  padding: 0;
  cursor: pointer;
  display: block;
}
.edit-test-step > div.step-name > .buttons > button:not(:last-child) {
  margin-right: 10px;
}
.edit-test-step > div.step-name > .buttons > button:nth-child(1) {
  border: 0;
  background: url("/assets/images/x.svg") no-repeat;
  background-size: 25px 25px;
  background-position: center;
  background-color: #efefef;
}
.edit-test-step > div.step-name > .buttons > button:nth-child(2) {
  border: 0;
  background: url("/assets/images/expand.svg") no-repeat;
  background-size: 16px 10px;
  background-position: center;
  background-color: #efefef;
}
.edit-test-step > div.step-name > .buttons > button:nth-child(2).collapse {
  background: url("/assets/images/collapse.svg") no-repeat;
  background-size: 16px 10px;
  background-position: center;
  background-color: #efefef;
}
.edit-test-step > div.step-content {
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  height: auto;
  max-height: auto;
  overflow: hidden;
}
.edit-test-step > div.step-content > div.input-block {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
}
.edit-test-step > div.step-content > div.input-block > label {
  margin-right: 20px;
}
.edit-test-step > div.step-content > div.input-block > input {
  border-radius: 5px;
  height: 36px;
  padding: 0 13px;
  flex: 2;
}

.ck-editor__editable:not(.ck-editor__nested-editable) {
  min-height: 200px;
}

#test-instructions {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#test-instructions > li {
  padding: 16px 20px;
  align-items: flex-start;
  display: flex;
}
#test-instructions > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
#test-instructions > li > *:not(:last-child) {
  margin-right: 20px;
}
#test-instructions > li > span:first-of-type {
  border-radius: 50%;
  background-color: #f7f7f7;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
#test-instructions > li > div > h3 {
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
}

#autosuggest__input {
  outline: none;
  position: relative;
  display: block;
  border: 1px solid #616161;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#autosuggest__input.autosuggest__input-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.autosuggest__results-container {
  position: relative;
  width: 100%;
}

.autosuggest__results {
  font-weight: 300;
  margin: 0;
  position: absolute;
  z-index: 10000001;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: white;
  padding: 0px;
  max-height: 400px;
  overflow-y: scroll;
}

.autosuggest__results ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.autosuggest__results .autosuggest__results-item {
  cursor: pointer;
  padding: 15px;
}

#autosuggest ul:nth-child(1) > .autosuggest__results_title {
  border-top: none;
}

.autosuggest__results .autosuggest__results-before {
  color: gray;
  font-size: 11px;
  margin-left: 0;
  padding: 15px 13px 5px;
  border-top: 1px solid lightgray;
}

.autosuggest__results .autosuggest__results-item:active,
.autosuggest__results .autosuggest__results-item:hover,
.autosuggest__results .autosuggest__results-item:focus,
.autosuggest__results .autosuggest__results-item.autosuggest__results-item--highlighted {
  background-color: #f6f6f6;
}

#video-container {
  background-color: #000;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 2000;
}
#video-container #video-actions {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.46px;
  text-align: center;
  line-height: 60px;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 1001;
}
#video-container #video-actions #video-close {
  background: url("/assets/images/close.svg") no-repeat;
  background-size: 26px 26px;
  background-position: left center;
  width: 26px;
  height: 26px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  position: absolute;
}
#video-container #video-content {
  width: auto;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0 auto;
}
#video-container #video-content video {
  margin: auto;
  max-width: 100vw;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  left: 0;
  outline: 0;
  display: inherit;
  position: absolute;
}
