.ns-content-wrapper [class*=" icon-"],
.ns-content-wrapper [class^=icon-] {
  line-height: 1;
}
/* body has "ns-email-editor-fullscreen" when editor is active */
body.ns-email-editor-fullscreen table.mce-colorbutton-grid {
  display: inline-block;
  width: 150px;
}
body.ns-email-editor-fullscreen table.mce-colorbutton-grid tbody {
  display: inline-block;
}
body.ns-email-editor-fullscreen table.mce-colorbutton-grid tbody tr {
  width: 150px;
  /* needed for this to work in IE11 */
  display: flex;
  flex-wrap: wrap;
  /* allow to wrap on multiple rows */
}
body.ns-email-editor-fullscreen table.mce-colorbutton-grid tbody tr td.mce-grid-cell {
  display: block;
}
body.ns-email-editor-fullscreen table.mce-colorbutton-grid tbody tr td.mce-grid-cell div {
  margin: 4px;
  border-radius: 20px;
  width: 25px;
  height: 25px;
}
body.ns-email-editor-fullscreen table.mce-colorbutton-grid tbody tr td.mce-grid-cell.mce-colorbtn-trans div {
  height: 20px;
  padding-top: 5px;
  background: #ffffff;
  color: transparent;
  /* hides the "x" inside the "button" */
  background: linear-gradient(135deg, #ffffff 0, #ffffff 45%, #e85c41 45%, #e85c41 55%, #ffffff 55%, #ffffff 100%);
}
body.ns-email-editor-fullscreen table.mce-colorbutton-grid tbody tr td.mce-custom-color-btn {
  flex: 1;
}
body.ns-email-editor-fullscreen table.mce-colorbutton-grid tbody tr td.mce-custom-color-btn div.mce-btn-small {
  width: 130px !important;
  margin: 8px 8px;
  background: unset;
}
body.ns-email-editor-fullscreen table.mce-colorbutton-grid tbody tr td.mce-custom-color-btn div.mce-btn-small button {
  width: 100%;
  font-size: 11px;
  color: #1B264F !important;
  background: #e9e9eb;
  line-height: 20px;
  border-radius: 3px;
}
body.ns-email-editor-fullscreen table.mce-colorbutton-grid tbody tr td.mce-custom-color-btn div.mce-btn-small button:before {
  content: "\e18c";
  margin-top: 0;
  margin-right: 5px;
  font-family: icomoon;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
body.ns-email-editor-fullscreen .mce-container.mce-popover {
  height: unset !important;
}
body.ns-email-editor-fullscreen .umb-editor__overlay {
  left: -360px;
}
.ns-email-editor {
  /* */
}
.ns-email-editor .email-editor-canvas {
  position: fixed;
  top: 160px;
  left: 0;
  bottom: 50px;
  right: 0;
  display: flex;
  background: #F6F4F4;
}
.ns-email-editor .email-editor-canvas .gu-unselectable .handle {
  cursor: grabbing !important;
}
.ns-email-editor .toolbox-box {
  margin: 10px 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}
.ns-email-editor .toolbox {
  width: 380px;
  margin-bottom: 20px;
  overflow: hidden;
  overflow-y: scroll;
}
.ns-email-editor .toolbox .tool {
  cursor: grab;
}
.ns-email-editor .toolbox ul.tabs {
  display: flex;
  position: relative;
  list-style: none;
  margin: 20px 0 0 20px;
  padding: 0;
}
.ns-email-editor .toolbox ul.tabs li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}
.ns-email-editor .toolbox ul.tabs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 6px;
  text-decoration: none;
}
.ns-email-editor .toolbox ul.tabs li a:hover {
  text-decoration: none;
}
.ns-email-editor .toolbox ul.tabs li a:after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #f5c1bc;
  position: absolute;
  left: -4px;
  bottom: -4px;
  border-radius: 3px 3px 0 0;
  opacity: 0;
  padding: 0 4px;
  transition: all 0.2s linear;
}
.ns-email-editor .toolbox ul.tabs li.current a:after {
  opacity: 1;
}
.ns-email-editor .toolbox ul.tabs li.disabled a {
  color: #d2d2d2;
}
.ns-email-editor .toolbox .ns-property-group {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}
.ns-email-editor .toolbox .ns-property-group:first-child .ns-property {
  padding-top: 0;
}
.ns-email-editor .toolbox .ns-property-group:last-child {
  border-bottom: 0;
}
.ns-email-editor .toolbox .two-cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ns-email-editor .toolbox .two-cols > * {
  flex: 0 50%;
}
.ns-email-editor .toolbox .two-cols.grow-first > * {
  flex: unset;
}
.ns-email-editor .toolbox .two-cols.grow-first > *:first-child {
  flex-grow: 1;
}
.ns-email-editor .insert-control-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.ns-email-editor .ns-email-editor-control-wrapper {
  transition: 0.1s all ease;
}
.ns-email-editor .tool {
  width: 85px;
  height: 65px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #c5c5c5;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.ns-email-editor .tool i {
  display: block;
  margin-top: 6px;
  margin-bottom: 3px;
}
.ns-email-editor .tool > div > div svg {
  width: 25px;
  height: 25px;
}
.ns-email-editor .email-editor-layout-wrapper {
  flex-grow: 1;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ns-email-editor .email-editor-layout-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  border-radius: 20px;
  background-color: transparent;
}
.ns-email-editor .email-editor-layout-wrapper::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 20px;
}
.ns-email-editor .email-editor-layout {
  position: relative;
  border-radius: 3px;
  width: 100%;
  /*background: #f79646;*/
  min-height: 400px;
}
.ns-email-editor .email-editor-row {
  position: relative;
  box-sizing: border-box;
  min-height: 40px;
  margin: 0 auto;
  cursor: pointer;
  /* transit */
}
.ns-email-editor .email-editor-row:active {
  cursor: grabbing;
  /*only works on chrome*/
}
.ns-email-editor .email-editor-row .email-row-drop-container {
  display: none;
}
.ns-email-editor .email-editor-row.gu-mirror {
  /*max-height: 150px;
      overflow: hidden;*/
  color: green;
}
.ns-email-editor .email-editor-row.gu-mirror .email-section-wrapper {
  display: none;
}
.ns-email-editor .email-editor-row.gu-transit {
  color: green;
  outline: 0 !important;
}
.ns-email-editor .email-editor-row.gu-transit .email-section-wrapper {
  display: none;
}
.ns-email-editor .email-editor-row.gu-transit .control-actions {
  display: none;
}
.ns-email-editor .email-editor-row.gu-transit .email-row-drop-container {
  display: flex;
  justify-content: center;
  border-bottom: 6px solid #1B264F;
  margin-bottom: 25px;
  padding-bottom: 10px;
  height: 8px;
  width: 600px;
  margin: 0 auto;
}
.ns-email-editor .email-editor-row.fullwidth {
  width: 100%;
  margin: 0;
}
.ns-email-editor .email-editor-row.fullwidth .email-section-wrapper {
  width: 100%;
}
.ns-email-editor .email-editor-row.selected {
  outline: 1.2px dashed #1b264f;
  /* Add to columns */
}
.ns-email-editor .email-editor-row.selected .email-editor-column {
  border-right: 1px dashed #1b264f;
}
.ns-email-editor .email-editor-row.selected .email-editor-column:last-child {
  border-right: none;
}
.ns-email-editor .email-editor-row .email-section-wrapper {
  /*padding-top: 1px;
          padding-bottom: 1px;*/
  width: 600px;
  /*background: #4f81bd;*/
  margin: 0 auto;
}
.ns-email-editor .email-editor-row .email-editor-section-container {
  display: flex;
  width: 600px;
  margin: 0 auto;
}
.ns-email-editor .email-editor-row .email-editor-section-container p {
  line-height: 150%;
}
.ns-email-editor .email-editor-row .email-editor-section-container p a {
  text-decoration: underline;
}
.ns-email-editor .email-editor-row .email-editor-column {
  /* transit = dropzone */
  /* Class that will be set on .email-editor-column when it has no controls */
}
.ns-email-editor .email-editor-row .email-editor-column .gu-transit.tool {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 20px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 3px #1B264F solid;
  opacity: 0.6;
  box-shadow: none;
}
.ns-email-editor .email-editor-row .email-editor-column .gu-transit.tool span {
  display: none;
}
.ns-email-editor .email-editor-row .email-editor-column .gu-transit.tool i {
  display: none;
}
.ns-email-editor .email-editor-row .email-editor-column .gu-transit.tool svg {
  display: none;
}
.ns-email-editor .email-editor-row .email-editor-column > div {
  min-height: 40px;
  /* if a column is empty this will "fill" the dropzone */
  height: 100%;
}
.ns-email-editor .email-editor-row .email-editor-column.email-editor-col-1 {
  width: 150px;
}
.ns-email-editor .email-editor-row .email-editor-column.email-editor-col-2 {
  width: 300px;
}
.ns-email-editor .email-editor-row .email-editor-column.email-editor-col-3 {
  width: 450px;
}
.ns-email-editor .email-editor-row .email-editor-column.email-editor-col-4 {
  width: 600px;
}
.ns-email-editor .email-editor-row .email-editor-cell {
  /*padding: 3px;*/
  /*background: #9bbb59;
          border: 1px solid #ffd800;*/
  position: relative;
  /*border: 1px dashed transparent;*/
}
.ns-email-editor .email-editor-row .email-editor-cell.selected {
  /*border: 1px dashed #1b264f;*/
  outline: 1.2px dashed #1b264f;
  /*outline-offset: -1.2px;*/
}
.ns-email-editor .email-editor-row .email-editor-cell .email-editor-control {
  position: relative;
}
.ns-email-editor .email-editor-row .selectable-actions {
  display: flex;
  position: absolute;
  right: 0;
  top: -5px;
}
.ns-email-editor .email-editor-row .selectable-actions a,
.ns-email-editor .email-editor-row .selectable-actions span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #1B264F;
  border-radius: 200px;
  width: 28px;
  height: 28px;
  text-align: center;
  margin-left: 3px;
}
.ns-email-editor .email-editor-row .selectable-actions a i,
.ns-email-editor .email-editor-row .selectable-actions span i {
  font-size: 16px;
}
.ns-email-editor .email-editor-row .selectable-actions span.handle {
  cursor: grab;
}
.ns-email-editor .ns-email-editor-add-row-wrapper {
  width: 380px;
  margin: 15px auto;
}
.ns-email-editor .ns-email-editor-add-row-wrapper > div {
  display: flex;
  cursor: pointer;
}
.ns-email-editor .ns-email-editor-add-row-wrapper > div > div {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 5px;
  border: 1px solid #c5c5c5;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  transition: border 0.1s linear;
}
.ns-email-editor .ns-email-editor-add-row-wrapper > div > div:hover {
  border-color: #2152a3;
}
.ns-email-editor .ns-email-editor-add-row-wrapper > div > div > div:first-child {
  display: flex;
  justify-content: center;
  border: 2px solid #d8d7d9;
  background: #fff;
  /*border: 3px solid #d8d7d9;*/
}
.ns-email-editor .ns-email-editor-add-row-wrapper > div > div > div:first-child span {
  background: #d8d7d9;
  display: inline-block;
  height: 20px;
  flex: 1;
  /*border: 3px solid #919191;*/
  margin: 3px;
}
.ns-email-editor .ns-email-editor-add-row-wrapper > div > div > div:last-child {
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}
.ns-email-editor .wrapper {
  display: flex;
}
.ns-email-editor .wrapper .container {
  border: 1px solid #000;
  padding: 10px;
  margin: 10px;
}
.ns-email-editor .section {
  display: flex;
}
.ns-email-editor .column {
  flex-grow: 1;
  border: 1px solid #000;
  padding: 10px;
}
.ns-email-editor .cell {
  border: 1px solid #000;
  padding: 10px;
}
.ns-email-editor .gu-transit .email-editor-control * {
  /*display: none;*/
}
.ns-email-editor h1,
.ns-email-editor h2,
.ns-email-editor h3 {
  line-height: 100%;
  margin: 10px 0;
}
/* dragula default */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  /*.handle {
          cursor:grabbing;
      }*/
}
.gu-unselectable * {
  cursor: grabbing !important;
}
.gu-transit {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
/* dragula default */
/* control styles */
.email-editor-control .ns-email-control-button button {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  background: #0069ed;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 100ms ease-in-out, padding 50ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.email-editor-control .ns-email-control-button.inverted button {
  border: 2px solid #fff;
  background: none;
}
.ns-ec-image-edit input[type=number] {
  width: 90%;
}
.ns-ec-image-edit .two-cols select {
  width: 90%;
}
.ns-ec-image-edit div[ng-controller='Umbraco.PropertyEditors.SliderController'] > div {
  width: 90% !important;
}
.ns-email-editor-control-macro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  border: 4px dashed #d8d7d9;
}
.ns-email-editor-control-macro .icon {
  font-size: 60px;
  color: #d8d7d9;
}
/*! Pickr 1.5.1 MIT | https://github.com/Simonwep/pickr */
.pickr {
  position: relative;
  overflow: visible;
  transform: translateY(0);
}
.pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: 0.5em;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  border-radius: 0.15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat 50%;
  background-size: 0;
  transition: all 0.3s;
}
.pickr .pcr-button:before {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  z-index: -1;
  z-index: auto;
}
.pickr .pcr-button:after,
.pickr .pcr-button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.15em;
}
.pickr .pcr-button:after {
  transition: background 0.3s;
  background: currentColor;
}
.pickr .pcr-button.clear {
  background-size: 70%;
}
.pickr .pcr-button.clear:before {
  opacity: 0;
}
.pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.85), 0 0 0 3px currentColor;
}
.pickr .pcr-button.disabled {
  cursor: not-allowed;
}
.pcr-app *,
.pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
.pcr-app button.pcr-active,
.pcr-app button:focus,
.pcr-app input.pcr-active,
.pcr-app input:focus,
.pickr button.pcr-active,
.pickr button:focus,
.pickr input.pcr-active,
.pickr input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.85), 0 0 0 3px currentColor;
}
.pcr-app .pcr-palette,
.pcr-app .pcr-slider,
.pickr .pcr-palette,
.pickr .pcr-slider {
  transition: box-shadow 0.3s;
}
.pcr-app .pcr-palette:focus,
.pcr-app .pcr-slider:focus,
.pickr .pcr-palette:focus,
.pickr .pcr-slider:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}
.pcr-app {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border-radius: 0.1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}
.pcr-app.visible {
  transition: opacity 0.3s;
  visibility: visible;
  opacity: 1;
}
.pcr-app .pcr-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75em;
}
.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}
@supports (display:grid) {
  .pcr-app .pcr-swatches {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: 0.15em;
  cursor: pointer;
  margin: 2.5px;
  flex-shrink: 0;
  justify-self: center;
  transition: all 0.15s;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}
.pcr-app .pcr-swatches > button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: 0.15em;
  z-index: -1;
}
.pcr-app .pcr-swatches > button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.15em;
  box-sizing: border-box;
}
.pcr-app .pcr-swatches > button:hover {
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
}
.pcr-app .pcr-interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.2em;
}
.pcr-app .pcr-interaction > * {
  margin: 0 0.2em;
}
.pcr-app .pcr-interaction input {
  letter-spacing: 0.07em;
  font-size: 0.75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: 0.15em;
  transition: all 0.15s;
  padding: 0.45em 0.5em;
  margin-top: 0.75em;
}
.pcr-app .pcr-interaction input:hover {
  -webkit-filter: brightness(0.975);
  filter: brightness(0.975);
}
.pcr-app .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}
.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all 0.2s;
  border-radius: 0.15em;
  background: #f1f3f4;
  cursor: text;
}
.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}
.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear,
.pcr-app .pcr-interaction .pcr-save {
  width: auto;
  color: #fff;
}
.pcr-app .pcr-interaction .pcr-cancel:hover,
.pcr-app .pcr-interaction .pcr-clear:hover,
.pcr-app .pcr-interaction .pcr-save:hover {
  -webkit-filter: brightness(0.925);
  filter: brightness(0.925);
}
.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}
.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear {
  background: #f44250;
}
.pcr-app .pcr-interaction .pcr-cancel:focus,
.pcr-app .pcr-interaction .pcr-clear:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}
.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pcr-app .pcr-selection .pcr-color-chooser,
.pcr-app .pcr-selection .pcr-color-opacity,
.pcr-app .pcr-selection .pcr-color-palette {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}
.pcr-app .pcr-selection .pcr-color-chooser:active,
.pcr-app .pcr-selection .pcr-color-opacity:active,
.pcr-app .pcr-selection .pcr-color-palette:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.pcr-app[data-theme=monolith] {
  width: 14.25em;
  max-width: 95vw;
  padding: 0.8em;
}
.pcr-app[data-theme=monolith] .pcr-selection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-last-color {
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  border-radius: 0.15em 0 0 0.15em;
  z-index: 2;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-current-color {
  border-radius: 0 0.15em 0.15em 0;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-current-color,
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-last-color {
  background: currentColor;
  width: 50%;
  height: 100%;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
  width: 100%;
  height: 8em;
  z-index: 1;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette .pcr-palette {
  border-radius: 0.15em;
  width: 100%;
  height: 100%;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette .pcr-palette:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 0.5em;
  border-radius: 0.15em;
  z-index: -1;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity {
  height: 0.5em;
  margin-top: 0.75em;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser .pcr-picker,
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity .pcr-picker {
  top: 50%;
  transform: translateY(-50%);
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser .pcr-slider,
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity .pcr-slider {
  flex-grow: 1;
  border-radius: 50em;
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: linear-gradient(90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
}
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: linear-gradient(90deg, transparent, #000), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%, 0.25em;
}
.ns-color-picker {
  position: relative;
}
.ns-color-picker .no-color {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff 0, #ffffff 45%, #e85c41 45%, #e85c41 55%, #ffffff 55%, #ffffff 100%);
}
.ns-color-picker .ns-color-picker-wrapper {
  display: inline-block;
  background: #fff;
  border: 1px solid #d8d7d9;
  height: 30px;
  border-radius: 3px;
}
.ns-color-picker .ns-color-picker-wrapper button {
  display: inline-block;
  border: none;
  width: 32px;
  height: 28px;
  border-radius: 3px 0px 0 3px;
  border-right: 1px solid #d8d7d9;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 60ms ease-in-out, transform 60ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.ns-color-picker .ns-color-picker-wrapper input[type=text] {
  width: 80px;
  margin: 0 0 0 5px;
  border: 0;
  padding: 0;
  height: unset;
}
.ns-color-picker .palette {
  position: absolute;
  z-index: 15000;
  margin-top: -55px;
  margin-left: 42px;
  background: #fff;
  width: 150px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}
.ns-color-picker .palette.to-left {
  margin-left: -160px;
}
.ns-color-picker .palette .colors {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.ns-color-picker .palette .color {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 200px;
  margin: 4px;
  cursor: pointer;
  border: 1px solid #fff;
}
.ns-color-picker .palette .color.light-color {
  border: 1px solid #ababab;
}
.ns-color-picker .palette .color.pickr-button i {
  display: inline-block;
}
.ns-color-picker .palette .custom-color {
  padding: 10px;
}
.ns-color-picker .palette .custom-color > button {
  width: 100%;
  font-size: 11px;
  color: #1B264F !important;
}
ul.ns-toggle-button {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  /* alternative styles */
}
ul.ns-toggle-button li {
  background: #fff;
  cursor: pointer;
  border: 1px solid #E9E9EB;
  min-height: 32px;
  min-width: 18px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.ns-toggle-button li.selected {
  background: #E9E9EB;
  border-color: #C4C4C4;
}
ul.ns-toggle-button li:first-child {
  border-radius: 3px 0 0 3px;
}
ul.ns-toggle-button li:last-child {
  border-radius: 0 3px 3px 0;
}
ul.ns-toggle-button li svg {
  height: 17px;
  width: 17px;
  /*must be set for IE11*/
  margin-top: 2px;
  margin-bottom: -2px;
}
.ns-margin-editor {
  display: inline-block;
  border: 1px solid #D8D7D9;
  background: #fff;
  border-radius: 3px;
}
.ns-margin-editor button {
  margin: 0;
  border-radius: 0;
  padding: 4px 14px;
}
.ns-margin-editor input {
  width: 40px;
  margin: 0;
  border: 0;
  height: 30px;
  border-radius: 3px;
}
.ns-margin-editor input[type=number]::-webkit-inner-spin-button,
.ns-margin-editor input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ns-margin-editor input[type=number] {
  -moz-appearance: textfield;
}
.ns-margin-editor .ns-margin-collapsed input {
  text-align: center;
}
.ns-margin-editor .ns-margin-expanded > div {
  width: 55px;
  display: inline-block;
  position: relative;
}
.ns-margin-editor .ns-margin-expanded > div > input {
  padding: 7px 0 0 3px;
}
.ns-margin-editor .ns-margin-expanded > div > div {
  display: inline-block;
  font-size: 7px;
}
.ns-margin-editor .ns-margin-expanded > div .ns-margin-up,
.ns-margin-editor .ns-margin-expanded > div .ns-margin-down {
  background: #e9e9eb;
  width: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  cursor: pointer;
}
.ns-margin-editor .ns-margin-expanded > div .ns-margin-up i,
.ns-margin-editor .ns-margin-expanded > div .ns-margin-down i {
  font-size: 10px;
}
.ns-margin-editor .ns-margin-expanded > div .ns-margin-up:hover,
.ns-margin-editor .ns-margin-expanded > div .ns-margin-down:hover {
  background: #e9e9eb;
  color: #68676b;
}
.ns-margin-editor .ns-margin-expanded > div .ns-margin-up {
  position: absolute;
  top: 0;
  right: 0;
}
.ns-margin-editor .ns-margin-expanded > div .ns-margin-down {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ns-margin-editor .ns-margin-expanded .ns-margin-info {
  margin: 0;
  padding: 1px 0 0 3px;
  position: absolute;
  line-height: 10px;
  color: #aaa;
}
.ns-link-editor ul {
  margin-bottom: 10px;
}
.ns-link-editor > div input[type=text] {
  width: 100%;
}
.ns-link-editor .ns-link-choose {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: 0 0;
  border: 1px dashed #bbbabf;
  color: #1b264f;
  font-weight: 700;
  padding: 5px 15px;
  box-sizing: border-box;
  width: 100%;
}
.ns-link-editor .help-text-warning {
  color: #ff9412;
}
.ns-font-picker {
  position: relative;
}
.ns-font-picker > div:nth-child(1) {
  background: #fff;
  border: 1px solid #d8d7d9;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
.ns-font-picker > div:nth-child(1) p {
  padding: 0;
  margin: 0 !important;
}
.ns-font-picker > div:nth-child(1) svg {
  width: 12px;
  margin-top: 3px;
  margin-bottom: -3px;
}
.ns-font-picker > div:nth-child(2) {
  background: #fff;
  border: 1px solid #d8d7d9;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  margin-top: -2px;
  max-height: 200px;
  overflow-y: scroll;
}
.ns-font-picker > div:nth-child(2)::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  border-radius: 20px;
  background-color: transparent;
}
.ns-font-picker > div:nth-child(2)::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 20px;
}
.ns-font-picker > div:nth-child(2) > div > div {
  padding: 5px 10px 5px 20px;
}
.ns-font-picker > div:nth-child(2) > div > div.selected {
  background: #d8d8d8;
}
.ns-font-picker > div:nth-child(2) > div > div:hover {
  background: #ececec;
  cursor: pointer;
}
.ns-font-picker > div:nth-child(2) > div > div:nth-child(1) {
  color: #808080;
  padding: 5px 10px 5px 10px;
}
.ns-font-picker > div:nth-child(2) > div > div:nth-child(1):hover {
  background: #fff;
  cursor: unset;
}
.ns-avatar {
  display: inline-block;
  position: relative;
  background-color: #f5c1bc;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  margin-bottom: 1px;
  margin-right: 1px;
}
.ns-avatar .imgs {
  position: absolute;
  top: 0;
  left: 0;
}
.ns-avatar img {
  border-radius: 150px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.ns-avatar img.show {
  opacity: 1;
}
.ns-avatar.ns-avatar-size--s {
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
}
.ns-avatar.ns-avatar-size--s img {
  width: 30px;
}
.ns-avatar.ns-avatar-size--l {
  width: 200px;
  height: 200px;
  font-size: 45px;
  font-weight: bold;
}
.ns-avatar.ns-avatar-size--l img {
  width: 200px;
}
.ns-avatar .avatar-status {
  width: 11px;
  height: 11px;
  border-radius: 100px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.ns-avatar .avatar-status.avatar-status-pending {
  background-color: #C7E8FF;
}
.ns-avatar .avatar-status.avatar-status-subscribed {
  background-color: #35C786;
}
.ns-avatar .avatar-status.avatar-status-unsubscribed {
  background-color: #FF9412;
}
.ns-avatar .avatar-status.avatar-status-global-unsubscribed {
  background-color: #FF9412;
}
.ns-avatar .avatar-status.avatar-status-error {
  background-color: #D42054;
}
.ns-campaign-report .ns-content-header-info {
  display: flex;
}
.ns-campaign-report .ns-table .cell-url {
  flex-grow: 6;
}
.ns-campaign-report .ns-table .cell-url i.icon {
  margin-left: 5px;
}
.ns-campaign-report .overview-summery {
  display: flex;
  flex-wrap: wrap;
}
.ns-campaign-report .overview-summery .overview-boxes {
  /*flex-grow:1;*/
  display: flex;
  flex-direction: row;
}
.ns-campaign-report .overview-summery .overview-boxes > div {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.ns-campaign-report .overview-summery .overview-boxes > div > div {
  background: #fff;
  border-radius: 3px;
  height: 70px;
  margin: 15px 15px 15px 15px;
  padding: 20px;
  font-size: 30px;
  min-width: 170px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}
.ns-campaign-report .overview-summery .overview-boxes > div > div > div {
  display: flex;
  align-items: baseline;
}
.ns-campaign-report .overview-summery .overview-boxes > div > div > div > span {
  font-size: 12px;
  margin-left: 5px;
}
.ns-campaign-report .overview-summery .overview-boxes > div > div > span {
  font-size: 12px;
  color: #B6B6B6;
  display: block;
}
.ns-campaign-report .overview-summery .campaign-details {
  flex-grow: 1;
}
@media screen and (max-width: 1550px) {
  .ns-campaign-report .overview-summery .campaign-details {
    width: 100%;
    display: flex;
  }
  .ns-campaign-report .overview-summery .campaign-details > div > span {
    display: block;
  }
}
.ns-campaign-report .overview-summery .campaign-details > div {
  background: #fff;
  margin: 15px 15px 17px 15px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}
.ns-campaign-report .overview-summery .campaign-details > div > span:nth-child(1) {
  font-weight: bold;
}
.ns-campaign-report .overview-summery .campaign-details > div > div {
  display: inline-block;
}
.ns-campaign-report .overview-summery .campaign-details > div > div::after {
  content: ',';
  margin-left: -2px;
}
.ns-campaign-report .overview-summery .campaign-details > div > div:last-child::after {
  content: '';
  margin: 0;
}
.ns-campaign-report div.report-block {
  margin-top: 40px;
}
.ns-campaign-report div.funnel {
  /*width: 400px;*/
  margin-right: 100px;
}
.ns-campaign-report div.funnel ul {
  margin-left: 100px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.ns-campaign-report div.funnel ul li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 90px;
  height: 90px;
  width: 210px;
  position: relative;
  background: #ccc;
  color: #ffffff;
  font-weight: bold;
}
.ns-campaign-report div.funnel ul li span {
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 8px;
  border-radius: 4px;
  margin-left: 15px;
}
.ns-campaign-report div.funnel ul li:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0%;
  margin-left: -45px;
  width: 45px;
  border-top: 90px solid #ccc;
  border-left: 45px solid transparent;
}
.ns-campaign-report div.funnel ul li:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0%;
  margin-left: 45px;
  width: 45px;
  border-top: 90px solid #ccc;
  border-right: 45px solid transparent;
}
.ns-campaign-report div.funnel ul li:nth-child(1) {
  background: #FFC92B;
}
.ns-campaign-report div.funnel ul li:nth-child(1):before,
.ns-campaign-report div.funnel ul li:nth-child(1):after {
  border-top-color: #FFC92B;
}
.ns-campaign-report div.funnel ul li:nth-child(1):before {
  width: 100px;
  margin-left: -100px;
}
.ns-campaign-report div.funnel ul li:nth-child(1):after {
  width: 100px;
  margin-right: -100px;
}
.ns-campaign-report div.funnel ul li:nth-child(2) {
  background: #62b8e4;
}
.ns-campaign-report div.funnel ul li:nth-child(2):before,
.ns-campaign-report div.funnel ul li:nth-child(2):after {
  border-top-color: #62b8e4;
}
.ns-campaign-report div.funnel ul li:nth-child(2):before {
  width: 55px;
  margin-left: -55px;
}
.ns-campaign-report div.funnel ul li:nth-child(2):after {
  width: 55px;
  margin-right: -55px;
}
.ns-campaign-report div.funnel ul li:nth-child(3) {
  background: #58c073;
  width: 128px;
  margin-left: 40px;
}
.ns-campaign-report div.funnel ul li:nth-child(3):before,
.ns-campaign-report div.funnel ul li:nth-child(3):after {
  border-top-color: #58c073;
  width: 128px;
  margin-left: 40px;
}
.ns-campaign-report div.funnel ul li:nth-child(3):before {
  width: 45px;
  margin-left: -45px;
}
.ns-campaign-report div.funnel ul li:nth-child(3):after {
  width: 45px;
  margin-right: -45px;
}
.ns-campaign-report .ns-campaign-report__recipients > div:nth-child(1) {
  /* The toolbox */
  display: flex;
  justify-content: space-between;
}
.ns-campaign-report .ns-campaign-report__recipients > div:nth-child(2) {
  /* search result */
}
.ns-campaign-report .ns-campaign-report__recipients > div:nth-child(2) > div:nth-child(1) {
  /* counter */
  margin: 10px 0 10px 0;
}
.ns-timeline {
  margin: 20px;
  word-break: break-all;
}
.ns-timeline > div:nth-child(1) h2:before {
  display: none;
}
.ns-timeline > div {
  position: relative;
}
.ns-timeline > div h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ns-timeline > div h2:before {
  content: '';
  position: absolute;
  top: -24px;
  width: 2px;
  background: #C4C4C4;
  left: 29px;
  height: 18px;
}
.ns-timeline > div > div > div {
  /* box */
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 28px;
  display: flex;
  position: relative;
}
.ns-timeline > div > div > div:before {
  content: '';
  position: absolute;
  top: -24px;
  width: 2px;
  background: #C4C4C4;
  left: 29px;
  height: 18px;
}
.ns-timeline > div > div > div > div:nth-child(1) > div {
  /* icon container */
  display: inline-block;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A8A8A8;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  /* different types with different backgrounds */
}
.ns-timeline > div > div > div > div:nth-child(1) > div i.large {
  font-size: 18px;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-campaign-delivered {
  background-color: #FFC92B;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-campaign-opened {
  background-color: #62b8e4;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-campaign-opened i.large {
  margin-top: 2px;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-campaign-clicked {
  background-color: #58c073;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-campaign-clicked i.large {
  font-size: 22px;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-campaign-view-in-browser {
  background-color: #607d8b;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-mailinglist-subscribed {
  background-color: #3544B1;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-mailinglist-unsubscribed {
  background-color: #e91e63;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-campaign-delivery-error {
  background-color: #e91e63;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-campaign-delivery-error i.large {
  margin-top: -1px;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-campaign-unsubscribe-performed {
  background-color: #e91e63;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-recipient-added {
  background-color: #c871c7;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-transactional-delivered {
  background-color: #FFC92B;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-transactional-opened {
  background-color: #62b8e4;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-transactional-opened i.large {
  margin-top: 2px;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-transactional-clicked {
  background-color: #58c073;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-transactional-clicked i.large {
  font-size: 22px;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-transactional-error {
  background-color: #e91e63;
}
.ns-timeline > div > div > div > div:nth-child(1) > div.type-transactional-error i.large {
  margin-top: -1px;
}
.ns-timeline > div > div > div > div:nth-child(2) {
  flex-grow: 1;
}
.ns-timeline > div > div > div > div:nth-child(2) a {
  text-decoration: underline;
}
.ns-timeline > div > div > div > div:nth-child(2) > div:nth-child(1) {
  font-size: 11px;
  color: #A8A8A8;
  line-height: 10px;
  margin-bottom: 4px;
}
.ns-recipients-details .ns-content-header .ns-content-header-left {
  display: flex;
  padding-top: 7px;
}
.ns-recipients-details .ns-content-header .ns-content-header-left p {
  font-size: 17px;
}
.ns-recipients-details .ns-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ns-recipients-details .ns-content > div:nth-child(1) {
  width: 65%;
  padding-right: 20px;
}
.ns-recipients-details .ns-content > div:nth-child(1) .ns-section-header .ns-box > div {
  margin-top: 10px;
}
.ns-recipients-details .ns-content > div:nth-child(1) .ns-timeline {
  margin: 20px 0px 20px 0;
}
.ns-recipients-details .ns-content > div:nth-child(1) .alert-error {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ns-recipients-details .ns-content > div:nth-child(2) {
  min-width: 350px;
}
.ns-recipients-details .ns-content > div:nth-child(2) .ns-box {
  padding: 20px;
  margin-bottom: 20px;
}
.ns-recipients-details .ns-content > div:nth-child(2) .avatar-center {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.ns-recipients-details .ns-content > div:nth-child(2) input[type=text],
.ns-recipients-details .ns-content > div:nth-child(2) input[type=email] {
  width: 100%;
}
.ns-textarea-counter textarea {
  margin: 0;
}
.ns-textarea-counter > div {
  font-size: 10px;
  text-align: right;
  margin-bottom: 10px;
  color: #868686;
}
.ns-textarea-counter > div.ns-textarea-counter__good {
  color: #35C786;
}
/*Styles for wrapper som ligger i dashboard-vyn samt i workspace-overview*/
.ns-workspace-dashboard-wrapper {
  overflow-x: hidden;
}
.ns-workspace-dashboard-wrapper .ns-content-wrapper .ns-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
}
.ns-workspace-dashboard > div:nth-child(1) {
  position: absolute;
  right: 25px;
  top: 2px;
  font-size: 10px;
  color: #B4B4B4;
}
.ns-workspace-dashboard .ns-workspace-license {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.ns-workspace-dashboard .ns-workspace-license > div {
  display: flex;
  align-items: center;
}
.ns-workspace-dashboard .ns-workspace-license > div > div {
  margin-left: 10px;
}
.ns-workspace-dashboard .ns-workspace-license > div > div span {
  color: #B5B5B5;
  margin-left: 10px;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box {
  display: flex;
  flex-direction: column;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) {
  display: flex;
  flex-direction: row;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) > div:nth-child(1) {
  flex: 1 0 auto;
  width: 40%;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) > div:nth-child(2) {
  width: 60%;
  flex: 1 0 auto;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) > div:nth-child(2) > div {
  margin: 0px 0 20px 0px;
  display: flex;
  min-width: 220px;
  max-width: 220px;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) > div:nth-child(2) > div > span {
  background: green;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 2px;
  display: block;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) > div:nth-child(2) > div > div {
  margin-left: 10px;
  font-weight: bold;
  font-size: 16px;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) > div:nth-child(2) > div > div > span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span {
  background: #58C277;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > span {
  background: #7AB0E2;
}
.ns-workspace-dashboard .ns-workspace-dashboard__latest-campaign .ns-box > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > span {
  background: #F9D755;
}
.ns-workspace-dashboard .ns-workspace-dashboard__campaign_drafts .ns-table-body .ns-table-row.ns-dashboard-showall .ns-table-cell {
  justify-content: center;
}
.ns-workspace-dashboard .ns-dashboard-subscriber-growth p {
  margin: -40px 0 0 0;
  text-align: right;
  font-size: 12px;
}
.ns-sending-progress .ns-progress {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 30px;
  border: 1px solid #FFD748;
}
.ns-sending-progress .ns-progress > div {
  background: #FFD748;
  height: 28px;
  /* 1px border top / bottom on container */
  width: 0;
  transition: width 0.5s;
}
.ns-sending-progress .ns-progress > span {
  position: absolute;
  color: #fff;
  font-size: 13px;
  margin-left: 8px;
}
.ns-slider {
  margin-top: 35px;
  margin-bottom: 35px;
}
.ns-slider .noUi-handle {
  cursor: ew-resize;
}
.ns-email-address-collection-editor {
  max-width: 800px;
}
.ns-email-address-collection-editor input {
  width: 95%;
}
.ns-email-address-collection-editor .btn {
  padding: 8px 9px 4px 9px;
}
.ns-email-address-collection-editor > div {
  display: flex;
  flex-direction: row;
}
.ns-email-address-collection-editor > div > div {
  flex: 1;
}
.ns-email-address-collection-editor > div > div:nth-child(3) {
  max-width: 100px;
}
.ns-email-address-collection-editor input.ng-invalid {
  border: 1px solid red;
}
.ns-days-picker {
  display: flex;
  font-weight: normal;
}
.ns-days-picker input {
  max-width: 65px;
}
.ns-days-picker select {
  max-width: 120px;
  margin-right: 10px;
}
.ns-transactional-log .ns-lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ns-transactional-log .ns-lists .ns-infobox {
  flex-grow: 1;
}
.ns-transactional-log .ns-lists .ns-infobox:last-child {
  margin-right: 0;
}
.ns-transactionalEmailPicker {
  max-width: 66.6%;
}
.ns-transactionalEmailPicker .umb-node-preview-add {
  max-width: 100%;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9eb;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection > div:nth-child(1) {
  flex: 1 1 auto;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection > div:nth-child(1).ns-transactionalEmailPicker-selection--sortable {
  cursor: move;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection > div:nth-child(1) > div {
  display: flex;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection > div:nth-child(1) i {
  font-size: 20px;
  margin-right: 15px;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection > div:nth-child(2) > button {
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  color: #2152a3;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection > div:nth-child(2) > button:hover {
  color: #d42054;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection .ns-transactionalEmailPicker-selection--found span {
  display: block;
  color: gray;
  font-size: 13px;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection .ns-transactionalEmailPicker-selection--removed {
  color: red;
}
.ns-transactionalEmailPicker .ns-transactionalEmailPicker-selection .ns-transactionalEmailPicker-selection--noaccess {
  color: pink;
}
.ns-campaigns-overview .ns-content > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.ns-campaigns-overview .btn-group > .dropdown-menu {
  left: auto;
  right: 0;
}
.ns-campaigns-overview.ns-content-wrapper .ns-content {
  padding-bottom: 100px;
}
/*
    CSS for the "Campaign edit"-view
*/
.ns-mailinglists-overview .ns-lists {
  display: flex;
  flex-wrap: wrap;
}
.ns-mailinglists-overview .ns-lists > a {
  margin-bottom: 15px;
}
.ns-mailinglist-details .ns-lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ns-mailinglist-details .ns-lists .ns-infobox {
  flex-grow: 1;
}
.ns-mailinglist-details .ns-lists .ns-infobox:last-child {
  margin-right: 0;
}
.ns-mailinglist-details .ns-box {
  margin-top: 15px;
}
.ns-recipients-overview .ns-lists {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ns-recipients-overview .ns-lists .ns-infobox {
  flex-grow: 1;
}
.ns-recipients-overview .ns-lists .ns-infobox:last-child {
  margin-right: 0;
}
.ns-administration .ns-workspace-license {
  margin-bottom: 20px;
}
.ns-administration .ns-workspace-license > div > div:nth-child(1) {
  /*header*/
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.ns-administration .ns-workspace-license > div > div:nth-child(1) > div {
  display: flex;
  align-items: center;
}
.ns-administration .ns-workspace-license > div > div:nth-child(1) > div > div {
  margin-left: 10px;
}
.ns-administration .ns-workspace-license > div > div:nth-child(1) > div > div span {
  color: #B5B5B5;
  margin-left: 10px;
}
.ns-administration .ns-workspace-license > div > div:nth-child(2) {
  padding: 20px;
  display: flex;
}
.ns-administration .ns-workspace-license > div > div:nth-child(2) > div {
  padding: 20px;
  flex: 1;
}
.ns-administration .ns-workspace-license > div > div:nth-child(2) > div:nth-child(1) {
  border-right: 1px solid #EBEBEB;
}
.ns-administration .ns-workspace-license .ns-license-mapper .ns-license-step-login input {
  width: 350px;
}
.ns-administration .ns-workspace-license .ns-license-mapper .ns-license-step-choose > div > div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}
.ns-administration .ns-workspace-license .ns-license-mapper .ns-license-step-choose > div > div > div:nth-child(1) {
  min-width: 110px;
}
.ns-administration .ns-workspace-license .ns-license-mapper .ns-license-step-choose > div > div > div {
  margin-right: 30px;
}
.ns-administration-manage.ns-content-wrapper .ns-content-header .ns-content-header-left {
  display: flex;
  align-items: baseline;
}
.ns-administration-manage.ns-content-wrapper .ns-content-header .ns-content-header-right p {
  font-size: 11px;
  margin: 0;
  text-align: right;
  line-height: 16px;
}
.ns-administration-manage.ns-content-wrapper .ns-content-header .ns-content-header-right p:nth-child(1) {
  font-weight: 800;
}
.ns-administration-manage.ns-content-wrapper .ns-content {
  padding: 10px 20px;
}
.ns-administration-manage.ns-content-wrapper .ns-content .ns-section:nth-child(1) {
  margin-top: 0;
}
.ns-administration-manage .ns-table-workspace-permissions .ns-table-row {
  align-items: baseline;
  color: #000;
}
.ns-administration-manage .ns-table-workspace-permissions .ns-table-cell.cell-toggle {
  flex: 0 0 50px;
}
.ns-administration-manage .ns-table-workspace-permissions .ns-table-cell.cell-name {
  flex: 0 0 120px;
}
.ns-administration-manage .ns-table-workspace-permissions .ns-table-cell:nth-child(1) {
  max-width: 50px;
}
.ns-administration-manage .ns-table-workspace-permissions label {
  display: block;
}
.ns-administration-manage .ns-table-workspace-permissions .ns-cell-permissions {
  display: block;
}
.ns-administration-manage .ns-table-workspace-permissions .ns-cell-permissions .ns-permissions-summery {
  width: 100%;
  color: #939393;
}
.ns-administration-manage .ns-table-workspace-permissions .ns-cell-permissions .ns-permissions-change {
  padding-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ns-administration-manage .ns-table-workspace-permissions .ns-cell-permissions .ns-permissions-change > div:nth-child(1) {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.ns-administration-manage .ns-table-workspace-permissions .ns-cell-permissions .ns-permissions-change > div:nth-child(2) {
  align-self: flex-end;
}
.ns-administration-manage .ns-workspace-settings-merge-fields .ns-table-head {
  color: #000;
}
.ns-administration-manage .ns-workspace-settings-merge-fields .ns-table-cell {
  margin-bottom: 0;
}
.ns-administration-manage .ns-workspace-settings-merge-fields .ns-table-cell input[type=text] {
  margin: 0;
}
.ns-administration-manage .ns-workspace-settings-providers-and-editor > div {
  display: flex;
  flex-wrap: wrap;
}
.ns-administration-manage .ns-workspace-settings-providers-and-editor > div > div {
  width: 33%;
}
.ns-administration-manage .ns-workspace-settings-providers-and-editor > div label {
  display: block;
  margin-bottom: 10px;
}
.ns-administration-about.ns-content-wrapper .ns-content-header .ns-content-header-left {
  display: flex;
  align-items: baseline;
}
.ns-workspace-settings .ns-content-header .ns-content-header-right p {
  font-size: 11px;
  margin: 0;
  text-align: right;
  line-height: 16px;
}
.ns-workspace-settings .ns-content-header .ns-content-header-right p:nth-child(1) {
  font-weight: 800;
}
.ns-workspace-settings .ns-content input[type=text],
.ns-workspace-settings .ns-content input[type=email] {
  width: 300px;
}
.ns-workspace-settings .ns-workspace-license {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.ns-workspace-settings .ns-workspace-license > div {
  display: flex;
  align-items: center;
}
.ns-workspace-settings .ns-workspace-license > div > div {
  margin-left: 10px;
}
.ns-workspace-settings .ns-workspace-license > div > div span {
  color: #B5B5B5;
  margin-left: 10px;
}
.ns-workspace-settings label.ns-checkbox {
  margin: 15px 0;
}
.ns-workspace-settings label.ns-checkbox small {
  display: inline-block;
}
.ns-workspace-settings input[type=checkbox] + small {
  display: inline-block;
}
.ns-workspace-settings .ns-workspace-settings-col2 {
  display: flex;
}
.ns-workspace-settings .ns-workspace-settings-col2 > div {
  margin-right: 40px;
  max-width: 385px;
}
.ns-workspace-settings .ns-workspace-settings-sender-defaults .control-group {
  margin-bottom: 0;
}
.ns-workspace-settings .ns-workspace-settings-sender-defaults input[type=text],
.ns-workspace-settings .ns-workspace-settings-sender-defaults input[type=password] {
  margin-bottom: 0;
}
.ns-workspace-settings .ns-transactionalEmailPicker {
  max-width: 500px;
  margin-top: 20px;
}
.ns-workspace-settings .ns-workspace-settings-list-unsubscribe label {
  display: flex;
}
.ns-workspace-settings input.ng-invalid {
  border: 1px solid red;
}
.ns-transactional-edit .ns-transactional-edit__section-design > .ns-box {
  display: flex;
  justify-content: space-between;
}
.ns-transactional-edit .ns-transactional-edit__section-design > .ns-box button {
  margin-top: 50px;
}
.ns-transactional-edit .ns-transactional-edit__section-design > .ns-box i.icon {
  font-size: 140px;
  color: #D4D4D4;
  margin-right: 25px;
}
.ns-transactional-edit form.ns-errors-visible .control-group.error input {
  border-color: #d8d7d9;
}
.ns-transactional-edit form.ns-errors-visible .control-group.error input.ng-invalid {
  border-color: #f02e28;
}
.ns-transactional-edit .control-group.error label > span {
  color: #f02e28;
}
.transactional-emails.ns-content-wrapper .ns-content {
  padding-bottom: 60px;
}
.transactional-emails.ns-content-wrapper .ns-content > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.ng-dialog-import-recipients div.step1 .step1-header {
  display: flex;
  justify-content: space-between;
}
.ng-dialog-import-recipients div.ns-step-mappings .ns-mappings {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.ng-dialog-import-recipients div.ns-step-mappings .ns-mappings > div {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.ng-dialog-import-recipients div.ns-step-mappings .ns-mappings > div > div:nth-child(1) {
  min-width: 260px;
}
.ng-dialog-import-recipients div.ns-step-mappings .ns-mappings > div > div:nth-child(1) select {
  width: 100%;
}
.ng-dialog-import-recipients div.ns-step-mappings .ns-mappings > div:last-child {
  margin-right: 0;
}
.ng-dialog-import-recipients .ns-table-import tbody > tr > td:nth-child(1) {
  font-weight: bold;
}
.ng-dialog-import-recipients .ns-table-import tbody > tr td {
  border-bottom: 1px solid #f3f3f5;
  padding: 10px 70px 10px 0;
}
.ng-dialog-import-recipients .ns-table-import-issues {
  max-width: 1100px;
}
.ng-dialog-import-recipients .example-placeholder {
  position: absolute;
  z-index: 1;
  margin: 5px 0 0 7px;
  line-height: 18px;
  color: #828282;
  display: block;
}
.ng-dialog-import-recipients textarea {
  width: 80%;
  height: 260px;
}
.ns-dialog-campaign-report-recipient .umb-editor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
.ns-dialog-campaign-report-recipient .umb-editor-header p {
  margin: 0;
  font-weight: bold;
}
.ns-dialog-transactional-tracking-details .umb-editor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
.ns-dialog-transactional-tracking-details .umb-editor-header p {
  margin: 0;
  font-weight: bold;
}
.ns-dialog-transactional-tracking-details .ns-dialog-transactional-tracking-details__table-inline-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.ns-dialog-transactional-tracking-details .ns-dialog-transactional-tracking-details__table-inline-row .ns-transactional-indicator {
  padding-right: 10px;
}
.ns-dialog-transactional-tracking-details .ns-dialog-transactional-tracking-details__table-inline-row > div:nth-child(2) {
  flex-grow: 1;
}
.ns-dialog-transactional-tracking-details .ns-dialog-transactional-tracking-details__table-inline-row + .ns-dialog-transactional-tracking-details__table-inline-row {
  margin-top: 15px;
}
.ns-dialog-transactional-tracking-details .ns-table .ns-table-row {
  min-height: auto;
}
.ns-dialog-transactional-tracking-details .ns-table .ns-table-row .ns-table-cell {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ns-dialog-transactional-tracking-details .ns-table .ns-table-row .ns-table-cell:nth-child(1) {
  font-weight: bold;
  color: #000;
}
.ns-dialog-transactional-tracking-details .ns-table .ns-table-row .ns-table-cell:nth-child(2) > div {
  flex-grow: 1;
}
.ns-dialog-transactional-view-message .umb-editor-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
.ns-dialog-transactional-view-message .umb-editor-header p {
  margin: 0;
  font-weight: bold;
}
.ns-dialog-transactional-view-message .ns-view-message__preview {
  height: calc(100vh - 157px);
  overflow: hidden;
}
.ns-dialog-transactional-view-message .ns-view-message__preview iframe {
  width: 100%;
  height: 100%;
}
.ns-content-app {
  margin-left: -20px;
}
.ns-content-app .ns-content-app__overview {
  padding: 0 20px 0 20px;
}
.ns-steps-progress-bar {
  position: relative;
  z-index: 2;
  font-size: 18px;
  padding: 26px 0 26px;
  background: #ffffff;
  height: 100px;
  padding: 10px 0 0 0;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.ns-steps-progress-bar > ul {
  margin: 5px 20px 0 20px;
  color: #BDBDBD;
  font-weight: normal;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}
.ns-steps-progress-bar > ul li {
  position: relative;
  cursor: pointer;
}
.ns-steps-progress-bar > ul li > span {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  background: #F3F3F3;
  border-radius: 200px;
}
.ns-steps-progress-bar > ul li > span i {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 25px;
}
.ns-steps-progress-bar > ul li > span > span {
  margin-top: 2px;
  display: block;
  text-align: center;
  font-size: 10px;
}
.ns-steps-progress-bar > ul li > span span.small-circle {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 19px;
  height: 19px;
  background-color: #35C786;
  border-radius: 200px;
}
.ns-steps-progress-bar > ul li > span span.small-circle i {
  margin: 0;
  font-size: 10px;
}
.ns-steps-progress-bar > ul li.ns-divider {
  flex-grow: 1;
  border-bottom: 1px solid #cdcdcd;
  margin: 35px 20px;
  cursor: auto;
}
.ns-steps-progress-bar > ul li.current > span {
  color: #fff;
  background: #35C786;
}
.ns-steps-progress-bar > ul li.current > span span.small-circle {
  display: none;
}
.ns-steps-progress-bar > ul li.done .small-circle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ns-steps-progress-bar > ul li.done > span {
  color: #000;
}
/*
Styles for full screen editor (like the campaign editor)

NOTE: Requires some styles inside the view to override some Umbraco-elements that we can't override with z-index. 
      Something like this:
      
    <style>
        #leftcolumn {
          display: none;
        }
    </style>
*/
.ns-fullscreen-editor {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #fff;
}
.ns-fullscreen-editor .ns-fullscreen-editor__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  border-top: 1px solid #e9e9eb;
  justify-content: flex-end;
}
.ns-fullscreen-editor .ns-fullscreen-editor__footer .umb-button .umb-button__progress:not(.-white) {
  border-left-color: #9c9c9c;
}
/*
Shared styles for the campaign editor (full screen view)

Used by:
- Fullscreen editor to send from "Newsletter Studio"-section
- Fullscreen editor to send from the content section

*/
.ns-campaign-editor .ns-campaign-editor__steps form label {
  display: block;
}
.ns-campaign-editor .ns-campaign-editor__steps form label > span {
  font-weight: bold;
  display: block;
}
.ns-campaign-editor .ns-campaign-editor__steps form label > small {
  line-height: 1.5em;
  margin-bottom: 5px;
}
.ns-campaign-editor .ns-campaign-editor__step-info {
  height: calc(100vh - 205px);
  overflow-y: scroll;
  padding-bottom: 30px;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div {
  max-width: 370px;
  padding: 35px 40px;
  border-radius: 5px;
  margin: 30px auto 0 auto;
  background: #fff;
  max-width: 950px;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div label.control-group-wide {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0 10px 0;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div label.control-group-wide > div:nth-child(1) {
  width: 220px;
  margin-right: 20px;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div label.control-group-wide > div:nth-child(2) {
  flex: 1;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div label.control-group-wide > div:nth-child(2).two-cols {
  display: flex;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div label.control-group-wide > div:nth-child(2).two-cols > div {
  flex: 1;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div label.control-group-wide > div:nth-child(2).two-cols > div:nth-child(1) {
  padding-right: 20px;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div form {
  margin: 0;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div input,
.ns-campaign-editor .ns-campaign-editor__step-info > div select,
.ns-campaign-editor .ns-campaign-editor__step-info > div textarea {
  width: 100%;
}
.ns-campaign-editor .ns-campaign-editor__step-info > div textarea {
  height: 100px;
}
.ns-campaign-editor .ns-campaign-editor__step-preview {
  height: calc(100vh - 205px);
  overflow-y: scroll;
  display: flex;
}
.ns-campaign-editor .ns-campaign-editor__step-preview > div:nth-child(1) {
  /* Preview-area to the left */
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}
.ns-campaign-editor .ns-campaign-editor__step-preview > div:nth-child(1) .ns-email-preview {
  margin: 0 auto;
  transition: 0.1s all ease;
}
.ns-campaign-editor .ns-campaign-editor__step-preview > div:nth-child(1) .ns-email-preview.ns-email-preview-desktop {
  height: 100%;
  overflow: hidden;
}
.ns-campaign-editor .ns-campaign-editor__step-preview > div:nth-child(1) .ns-email-preview.ns-email-preview-desktop iframe {
  width: 100%;
  height: 100%;
}
.ns-campaign-editor .ns-campaign-editor__step-preview > div:nth-child(1) .ns-email-preview.ns-email-preview-mobile {
  margin-top: 20px;
  max-width: 410px;
  padding: 30px;
  border-radius: 35px;
  background: #C4C4C4;
  height: calc(100vh - 245px);
  max-height: 600px;
}
.ns-campaign-editor .ns-campaign-editor__step-preview > div:nth-child(1) .ns-email-preview.ns-email-preview-mobile iframe {
  width: 100%;
  height: 100%;
  min-height: auto;
}
.ns-campaign-editor .ns-campaign-editor__step-preview > div:nth-child(2) {
  /* Preview-toolbox to the right */
  width: 380px;
  padding: 20px;
  overflow: hidden;
  overflow-y: scroll;
  background: #ffffff;
}
.ns-campaign-editor .ns-campaign-editor__step-preview > div:nth-child(2) hr {
  margin-left: -20px;
  margin-right: -20px;
}
.ns-campaign-editor .ns-campaign-editor__step-preview .ns-device-buttons {
  margin: 40px auto 30px auto;
  display: flex;
}
.ns-campaign-editor .ns-campaign-editor__step-preview .ns-device-buttons button {
  display: flex;
  align-items: center;
  border: none;
  padding: 15px 25px;
  margin: 0;
  text-decoration: none;
  background: #E9E9EB;
  color: #68676B;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ns-campaign-editor .ns-campaign-editor__step-preview .ns-device-buttons button:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ns-campaign-editor .ns-campaign-editor__step-preview .ns-device-buttons button:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ns-campaign-editor .ns-campaign-editor__step-preview .ns-device-buttons button > i {
  margin-right: 10px;
}
.ns-campaign-editor .ns-campaign-editor__step-preview .ns-device-buttons .ns-selected {
  background: #727272;
  color: #fff;
}
.ns-campaign-editor .ns-campaign-editor__step-preview .ns-device-buttons button:focus {
  outline: 0;
}
.ns-campaign-editor .ns-campaign-editor__step-preview .ns-device-buttons button:active {
  transform: scale(0.99);
}
.ns-campaign-editor .ns-campaign-editor__step-send {
  height: calc(100vh - 205px);
  overflow-y: scroll;
  padding-bottom: 30px;
}
.ns-campaign-editor .ns-campaign-editor__step-send > div {
  max-width: 800px;
  margin: 30px auto;
}
.ns-campaign-editor .ns-campaign-editor__step-send > div label {
  display: block;
}
.ns-campaign-editor .ns-campaign-editor__step-send .flatpickr-input {
  position: relative;
}
.ns-campaign-editor .ns-campaign-editor__step-send .umb-datepicker .input-append .add-on {
  height: 32px;
}
.ns-campaign-editor .ns-campaign-editor__step-send .alert-error {
  margin-top: 20px;
}
.ns-campaign-editor .ns-campaign-editor__step-send .ns-panel-sendout > div:nth-child(2) > * {
  margin-top: 15px;
}
.ns-box-list-campaigns > div > div:nth-child(1) {
  /* margin: -3px; */
  margin-top: -15px;
  margin-bottom: -15px;
  padding: 15px;
  margin-left: -15px;
  margin-right: 30px;
}
.ns-box-list-campaigns > div > div:nth-child(1) div.iframe-wrapper {
  width: 163px;
  height: 109px;
  overflow: hidden;
  border: 1px solid #aaaaaa;
}
.ns-box-list-campaigns > div > div:nth-child(1) div.iframe-wrapper iframe {
  width: 820px;
  height: 550px;
  -ms-zoom: 0.2;
  -moz-transform: scale(0.2);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.2);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.2);
  -webkit-transform-origin: 0 0;
}
.ns-box-list-campaigns > div > div:nth-child(2) {
  flex-grow: 1;
}
.ns-box-list-campaigns > div > div:nth-child(2) > div:nth-child(1) {
  display: flex;
}
.ns-box-list-campaigns > div > div:nth-child(2) > div:nth-child(1) h4 {
  cursor: pointer;
  font-weight: bold;
  display: inline;
  margin: 0;
}
.ns-box-list-campaigns > div > div:nth-child(2) > div:nth-child(1) .ns-alert {
  margin-left: 10px;
  padding: 0px 10px;
  font-size: 10px;
}
.ns-box-list-campaigns > div > div:nth-child(2) > div:nth-child(1) small {
  margin-left: 5px;
  font-size: 11px;
}
.ns-box-list-campaigns > div > div:nth-child(2) p {
  margin: 5px 0 0 0;
}
.ns-box-list-campaigns > div > div:nth-child(2) p small {
  color: #636363;
}
.ns-box-list-campaigns > div > div:nth-child(3) {
  min-width: 130px;
}
.ns-box-list-campaigns > div > div:nth-child(4) {
  min-width: 130px;
}
.ns-box-list-campaigns > div > div:nth-child(4) .ns-btn-action {
  min-width: 80px;
}
.ns-box-list-campaigns .ns-alert.ns-alert-scheduled {
  background-color: #FF9412;
}
.ns-box-list-campaigns .ns-alert.ns-alert-sent {
  background-color: #35C786;
}
.ns-box-list-campaigns .ns-alert.ns-alert-draft {
  background-color: #C6C6C6;
}
.ns-box-list-campaigns .ns-alert.ns-alert-error {
  background-color: #f02e28;
}
.ns-box-list-campaigns .ns-alert.ns-alert-sending {
  background-color: #F9D755;
}
.ns-box-list-campaigns .ns-alert.ns-alert-content {
  background-color: #AD7FDC;
}
.ns-table {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 3px;
}
.ns-table.ns-table-fill-box {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
}
.ns-table.ns-table-no-shadow {
  margin-bottom: 10px;
  box-shadow: none;
}
.ns-table .ns-table-head {
  font-size: 14px;
  font-weight: 700;
  color: #a2a1a6;
}
.ns-table .ns-table-head .ns-table-row {
  border-top: 0;
}
.ns-table .ns-table-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #817f85;
  border-top: 1px solid #e9e9eb;
  font-size: 14px;
  position: relative;
  min-height: 52px;
}
.ns-table .ns-table-row.ns-table-row-hover {
  cursor: pointer;
}
.ns-table .ns-table-row.ns-table-row-hover:hover {
  background: #f9f6f5;
}
.ns-table .ns-table-cell {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 5%;
  position: relative;
  margin: 0;
  padding: 6px 16px;
  text-align: left;
  overflow: hidden;
}
.ns-table .ns-table-cell.ns-cell-avatar {
  max-width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ns-table .ns-table-cell.ns-cell-xsmall {
  max-width: 80px;
}
.ns-table-filters {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.ns-table-filters input[type=text] {
  width: 330px;
}
.ns-mailingListPicker {
  max-width: 66.6%;
}
.ns-mailingListPicker .umb-node-preview-add {
  max-width: 100%;
}
.ns-mailingListPicker .ns-mailingListPicker-selection {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9eb;
}
.ns-mailingListPicker .ns-mailingListPicker-selection:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ns-mailingListPicker .ns-mailingListPicker-selection > div:nth-child(1) {
  flex: 1 1 auto;
}
.ns-mailingListPicker .ns-mailingListPicker-selection > div:nth-child(1).ns-mailingListPicker-selection--sortable {
  cursor: move;
}
.ns-mailingListPicker .ns-mailingListPicker-selection > div:nth-child(1) > div {
  display: flex;
}
.ns-mailingListPicker .ns-mailingListPicker-selection > div:nth-child(1) i {
  font-size: 20px;
  margin-right: 15px;
}
.ns-mailingListPicker .ns-mailingListPicker-selection > div:nth-child(2) > button {
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  color: #2152a3;
}
.ns-mailingListPicker .ns-mailingListPicker-selection > div:nth-child(2) > button:hover {
  color: #d42054;
}
.ns-mailingListPicker .ns-mailingListPicker-selection .ns-mailingListPicker-selection--found span {
  display: block;
  color: gray;
  font-size: 13px;
}
.ns-mailingListPicker .ns-mailingListPicker-selection .ns-mailingListPicker-selection--removed {
  color: red;
}
.ns-mailingListPicker .ns-mailingListPicker-selection .ns-mailingListPicker-selection--noaccess {
  color: pink;
}
.ns-inline-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ns-inline-dialog > div {
  padding: 30px 30px 15px 30px;
  background: #fff;
}
.ns-inline-dialog > div div {
  margin-bottom: 10px;
}
.ns-inline-dialog > div nav {
  margin-top: 30px;
  border-top: 1px solid #c8c8c8;
  padding-top: 15px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
/*
    POC för medim-slider
*/
/* Some Umbraco-fixes */
.center-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
html p .foo {
  color: #ff00ff;
}
.ns-editor-fullscreen .umb-editor-container {
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  /* prevents scroll bar from disapearing when overlays are shown */
}
.ns-editor-fullscreen .umb-editor-container .umb-pane {
  margin: 0;
  padding: 0;
}
body.ns-editors-800 .umb-editors .umb-editor {
  width: 800px;
  will-change: transform;
  left: auto;
}
body.ns-editors-800 .umb-editors .umb-editor.umb-editor--small .umb-editor-container {
  max-width: unset;
}
body.ns-editors-600 .umb-editors .umb-editor.umb-editor--small {
  width: 600px;
  will-change: transform;
  left: auto;
}
body.ns-editors-600 .umb-editors .umb-editor.umb-editor--small .umb-editor-container {
  max-width: unset;
}
.ns-col-2 {
  display: flex;
}
.ns-col-2 > * {
  flex: 1 0 auto;
  margin-right: 10px;
  width: 50%;
}
/*
    Wrapps all sections
*/
.ns-content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #f6f4f4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Styles for a "Create new"-view */
  /* ---  Some Umbraco-fixes --- */
  /* Remove black outline from focused buttons */
}
.ns-content-wrapper *,
.ns-content-wrapper *:before,
.ns-content-wrapper *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-content-wrapper .ns-content-header {
  padding: 20px;
}
.ns-content-wrapper .ns-content-header.ns-content-header-nopadding {
  padding: 0;
}
.ns-content-wrapper .ns-content-header.ns-content-header-container,
.ns-content-wrapper .ns-content-header .ns-content-header-container {
  /* This will only work when there is actually two things*/
  padding: 20px 20px 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e9e9eb;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 70px;
}
.ns-content-wrapper .ns-content-header.ns-content-header-container input[type=text],
.ns-content-wrapper .ns-content-header .ns-content-header-container input[type=text] {
  min-width: 450px;
}
.ns-content-wrapper .ns-content-header.ns-content-header-container h5,
.ns-content-wrapper .ns-content-header .ns-content-header-container h5 {
  margin: 6px 0 0 0;
}
.ns-content-wrapper .ns-content-header.ns-content-header-with-tabs {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e9e9eb;
}
.ns-content-wrapper .ns-content-header.ns-content-header-with-tabs > .ns-content-header-info {
  border-bottom: 1px solid #e9e9eb;
  padding: 20px;
}
.ns-content-wrapper .ns-content-header.ns-content-header-with-tabs > .ns-content-header-tabs ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ns-content-wrapper .ns-content-header.ns-content-header-with-tabs > .ns-content-header-tabs ul li {
  padding: 15px 25px;
  cursor: pointer;
  position: relative;
  background: #fff;
  font-weight: 700;
  border-bottom: 1px solid #f6f4f4;
  transition: background-color 0.2s ease-in-out 0s;
}
.ns-content-wrapper .ns-content-header.ns-content-header-with-tabs > .ns-content-header-tabs ul li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  opacity: 1;
  left: 12px;
  right: 12px;
  height: 0px;
  border-radius: 3px 3px 0 0;
  background-color: #f5c1bc;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ns-content-wrapper .ns-content-header.ns-content-header-with-tabs > .ns-content-header-tabs ul li.selected {
  background: #fff;
  border-bottom-color: #fff;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ns-content-wrapper .ns-content-header.ns-content-header-with-tabs > .ns-content-header-tabs ul li.selected::before {
  height: 3px;
}
.ns-content-wrapper .ns-content-header.ns-content-header-with-tabs > .ns-content-header-tabs ul li + li {
  border-left: 1px solid #f6f4f4;
}
.ns-content-wrapper .ns-content {
  padding: 20px;
  overflow: auto;
  margin-bottom: 53px;
  min-height: 450px;
}
.ns-content-wrapper .ns-content.ns-content--full-height {
  margin-bottom: 0;
}
.ns-content-wrapper .ns-content .ns-section {
  margin-top: 15px;
}
.ns-content-wrapper .ns-content .ns-section > h5 {
  padding: 10px 0;
  margin: 0;
}
.ns-content-wrapper .ns-content .ns-section-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.ns-content-wrapper .ns-content .ns-section-header h5 {
  margin: 0;
}
.ns-content-wrapper .ns-content .ns-section-header .actions {
  position: relative;
}
.ns-content-wrapper .ns-content .ns-section-header .actions > button.btn-link {
  padding: 0;
  font-weight: 600;
}
.ns-content-wrapper .ns-content .ns-section-header .actions > button + button {
  margin-left: 10px;
}
.ns-content-wrapper .ns-content .ns-section-header .actions .ns-box {
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 5px;
  width: 250px;
  height: 150px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}
.ns-content-wrapper .ns-toolbox {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: flex-end;
  background: #fff;
  padding: 10px 20px;
  border-top: 1px solid #e9e9eb;
}
.ns-content-wrapper .ns-create-new form {
  display: flex;
  justify-content: center;
}
.ns-content-wrapper .ns-create-new .ns-box {
  padding: 35px 70px;
  margin-top: 80px;
}
.ns-content-wrapper .ns-create-new .ns-box > div {
  display: flex;
  justify-content: center;
}
.ns-content-wrapper .ns-create-new .ns-box > div:nth-child(2) {
  flex-direction: column;
}
.ns-content-wrapper .ns-create-new .ns-box > div:nth-child(3) {
  margin-top: 20px;
}
.ns-content-wrapper .ns-create-new .ns-box h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ns-content-wrapper .ns-create-new .ns-box input[type=text] {
  min-width: 500px;
  font-size: 25px;
  height: 60px;
}
.ns-content-wrapper a.ns-backbutton {
  color: #BDBDBD;
  margin-right: 15px;
  font-size: 20px;
}
.ns-content-wrapper a.ns-backbutton:hover {
  text-decoration: none;
}
.ns-content-wrapper *:focus,
.ns-content-wrapper .btn:focus {
  outline: 0;
}
.ns-content-wrapper .ns-dropdown-to-right {
  left: unset;
  right: 0;
}
.ns-content-wrapper .icon-navigation-up {
  cursor: pointer;
  font-size: 25px;
  transform: rotate(-180deg);
  transition: transform 0.2s linear;
}
.ns-content-wrapper .icon-navigation-up.open {
  transform: rotate(0deg);
}
/* reusable elements inside both section-wrappers and email editor */
.ns-content-wrapper,
.ns-email-editor {
  /* checkbox */
  /* radio button */
  /*end of reusable elements */
}
.ns-content-wrapper input[type=checkbox],
.ns-email-editor input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background-color: white;
  padding: 0;
  border: 1px #a0a0a0 solid;
  border-radius: 2px;
  margin: -2px 10px 0 0;
}
.ns-content-wrapper input[type=checkbox]:focus,
.ns-email-editor input[type=checkbox]:focus {
  outline: 0;
}
.ns-content-wrapper input[type=checkbox]:checked,
.ns-email-editor input[type=checkbox]:checked {
  color: #35C786;
  border: 1px #35C786 solid;
}
.ns-content-wrapper input[type=checkbox]:checked:disabled,
.ns-email-editor input[type=checkbox]:checked:disabled {
  color: #9e9e9e;
  border: 1px #9e9e9e solid;
}
.ns-content-wrapper input[type=checkbox]:checked:before,
.ns-email-editor input[type=checkbox]:checked:before {
  position: inherit;
  top: -4px;
  left: 1px;
  font-size: 20px;
  content: "\e165";
  font-family: icomoon;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.ns-content-wrapper input[type=radio],
.ns-email-editor input[type=radio] {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* resets the "look and feel" */
  margin: 0 5px 0 0;
  border: 1px solid #000000;
  background-color: white;
  opacity: 0.6;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: content-box;
  /* creates padding between the dot and the border */
  width: 18px;
  height: 18px;
  padding: 3px;
  vertical-align: top;
  /* IE11-specific */
}
.ns-content-wrapper input[type=radio]:checked,
.ns-email-editor input[type=radio]:checked {
  background-color: #1B264F;
  border-color: #1B264F;
  opacity: 1;
}
.ns-content-wrapper input[type=radio]:checked::-ms-check,
.ns-email-editor input[type=radio]:checked::-ms-check {
  border: 1px solid #1B264F;
  color: #1B264F;
  opacity: 1;
}
.ns-content-wrapper input[type=radio]:focus,
.ns-email-editor input[type=radio]:focus {
  outline: none;
}
.ns-content-wrapper .control-group,
.ns-email-editor .control-group {
  margin-bottom: 5px;
  display: block;
}
.ns-content-wrapper .control-group span,
.ns-email-editor .control-group span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.ns-content-wrapper .control-group small,
.ns-email-editor .control-group small {
  margin-top: -2px;
}
.ns-content-wrapper .control-group.error,
.ns-email-editor .control-group.error {
  color: #f02e28;
}
.ns-content-wrapper label,
.ns-email-editor label {
  display: block;
}
.ns-content-wrapper label span,
.ns-email-editor label span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.ns-content-wrapper label small,
.ns-email-editor label small {
  margin-top: -2px;
}
.ns-content-wrapper label.control-group,
.ns-email-editor label.control-group {
  margin-bottom: 5px;
}
.ns-content-wrapper label.control-group.error,
.ns-email-editor label.control-group.error {
  color: #f02e28;
}
.ns-content-wrapper label.ns-label-full,
.ns-email-editor label.ns-label-full {
  display: flex;
  padding: 5px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.ns-content-wrapper label.ns-label-full > span:nth-child(1),
.ns-email-editor label.ns-label-full > span:nth-child(1) {
  width: 220px;
  padding-right: 20px;
}
.ns-content-wrapper label.ns-label-full > span:nth-child(2),
.ns-email-editor label.ns-label-full > span:nth-child(2) {
  flex-grow: 1;
  font-weight: normal;
}
.ns-content-wrapper label.ns-label-full > span:nth-child(2) input[type=text],
.ns-email-editor label.ns-label-full > span:nth-child(2) input[type=text],
.ns-content-wrapper label.ns-label-full > span:nth-child(2) input[type=password],
.ns-email-editor label.ns-label-full > span:nth-child(2) input[type=password] {
  width: 500px;
  max-width: 100%;
}
form {
  /*Forms errors Start */
  /* Forms errors Start */
}
form.ns-errors-visible .control-group.error {
  color: red;
}
form.ns-errors-visible .control-group.error input {
  border-color: red;
}
form.ns-errors-visible .ns-alert-error {
  display: block;
}
form.ng-submitted .ns-content .control-group.error input {
  border: 1px solid #f02e28;
}
form .ns-instant-validation .control-group.error input {
  border: 1px solid #f02e28;
}
form .ns-instant-validation .control-group.error > h5 {
  color: #f02e28;
}
form .ns-instant-validation .control-group.error > span {
  color: #f02e28;
  font-size: 14px;
}
.ns-alert-error {
  display: none;
  position: relative;
}
.ns-alert-error div {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}
.ns-error {
  color: #f02e28;
}
.ns-box {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  padding: 15px;
  border-radius: 3px;
}
.ns-box > p:nth-child(1) {
  /* adds padding to the intro-paragrafh of a ns-box */
  margin: 7px 0 23px 0;
}
.ns-box .ns-box__footer {
  border-top: 1px solid #e9e9eb;
  margin: 10px -15px 0 -15px;
  text-align: center;
  padding-top: 15px;
}
.ns-box-list {
  /* box list used ie. for listing campaigns */
}
.ns-box-list > div {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  padding: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ns-box-list > div small {
  color: #bebebe;
}
.ns-transactional-indicator {
  display: flex;
  align-items: center;
  font-size: 10px;
}
.ns-transactional-indicator > span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #ff00ff;
  margin-right: 5px;
}
.ns-transactional-indicator > span.ns-transactional-indicator__started {
  background-color: #CFCFCF;
}
.ns-transactional-indicator > span.ns-transactional-indicator__sent {
  background-color: #FFC92B;
}
.ns-transactional-indicator > span.ns-transactional-indicator__opened {
  background-color: #62b8e4;
}
.ns-transactional-indicator > span.ns-transactional-indicator__clicked {
  background-color: #58c073;
}
.ns-transactional-indicator > span.ns-transactional-indicator__error {
  background-color: #F55C57;
}
.ns-controls-container-centered {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ns-circle-add {
  display: inline-block;
  background: #f3f3f5;
  padding: 4px 6px;
  border-radius: 200px;
  border: 1px solid #bbbabf;
  cursor: pointer;
  text-decoration: none;
}
.ns-circle-add:hover {
  background: #2152a3 !important;
  color: #fff !important;
  border-color: #2152a3 !important;
  text-decoration: none;
}
.ns-circle-add:hover i {
  color: #fff;
}
.ns-circle-add:focus {
  text-decoration: none;
}
.ns-circle-add i {
  font-size: 16px !important;
  color: #515054;
  display: block;
}
.ns-btn-dashed {
  display: block;
  /*background: #f3f3f5;*/
  background: #f3f3f5;
  text-align: center;
  padding: 10px;
  border: 1px dashed #bbbabf;
  color: #1B264F;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.ns-btn-dashed:hover {
  color: #000;
  text-decoration: none;
  background: rgba(243, 243, 245, 0.77);
}
.ns-alert {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
}
.ns-alert.ns-alert-standard {
  background-color: #c8c8c8;
}
.ns-alert.ns-alert-notice {
  background-color: #ffc98a;
}
.ns-property {
  padding-top: 20px;
}
.ns-property div.controls label,
.ns-property div.controls p {
  font-size: 14px;
  margin: 0 0 5px;
}
.ns-property .umb-control-group:after {
  display: none;
}
.ns-btn-dotted {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: 0 0;
  border: 1px dashed #bbbabf;
  color: #1b264f;
  font-weight: 700;
  padding: 5px 15px;
  box-sizing: border-box;
  width: 100%;
}
.ns-infobox {
  width: 250px;
  height: 140px;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  margin-right: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ns-infobox.ns-infobox-center {
  text-align: center;
}
.ns-infobox.ns-infobox-center p {
  font-size: 30px;
  margin-bottom: 10px;
}
.ns-infobox span {
  font-size: 16px;
  font-weight: bold;
}
.ns-infobox p {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 14px;
}
.ns-infobox small {
  font-size: 16px;
  font-weight: bold;
  color: #8B8B8B;
}
a.ns-infobox:hover {
  text-decoration: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out;
}
select.ns-select {
  line-height: 20px;
  padding: 4px 18px 4px 8px;
  margin: 0;
  background-color: white;
  -webkit-appearance: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  /*border: 1px solid white;*/
  position: relative;
  background: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 2px;
}
select.ns-select:focus {
  outline: 0;
}
div.ns-panel {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  margin-bottom: 15px;
}
div.ns-panel > div:nth-child(1) {
  display: flex;
  background: #1B264F;
  border-radius: 3px 3px 0 0;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
div.ns-panel > div:nth-child(2) {
  padding: 15px 20px;
  background: #fff;
}
div.ns-panel .ns-panel-row {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-bottom: 1px solid #f3f3f5;
}
div.ns-panel .ns-panel-row:first-child {
  margin-top: -10px;
}
div.ns-panel .ns-panel-row:last-child {
  border-bottom: none;
  margin-bottom: -10px;
}
div.ns-panel.ns-panel-transparent {
  box-shadow: none;
}
div.ns-panel.ns-panel-transparent > div:nth-child(1) {
  background-color: transparent;
  color: #000;
}
div.ns-panel.ns-panel-transparent > div:nth-child(2) {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.ns-nice-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  border-radius: 20px;
  background-color: transparent;
}
.ns-nice-scroll::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 20px;
}
