.cmp-menu-column {
  display: flex;
  flex-grow: 0;
  flex-direction: column;
  background-color: #eee;
  /*box-shadow: 2px 0px 3px 2px #0005;*/
  border-right: solid 1px #0004;
  border-bottom: solid 1px #0004;
  border-radius: 0px 0px 3px 0px;
  padding-left: 5px;
  transition: height 0.2s;
}

.cmp-content-column {
  flex-direction: column;
  padding: 10px;
  margin-left: 15px;
  height: 100%;
}

.cmp-centered-column {
  display: flex;
  margin: auto;
  justify-content: center;
}

.cmp-label {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: bold;
}

.cmp-label-small {
  margin-top: 5px;
  font-size: 0.8rem;
  max-width: 500px;
  /*font-style: italic;*/
}

.bold {
  font-weight: bold;
}

.cmp-section-label {
  margin-top: 15px;
  margin-left: 7px;
  font-weight: bold;
  font-size: 1.25rem;
  color: black;
  /*font-weight: initial;*/
}

.cmp-label-medium {
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 5px;
}

.cmp-label-large {
  margin-left: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cmp-input-field {
  margin-left: 10px;
  background-color: #8880;
  /*border-radius: 3px;*/
  border: 0px solid black;
  padding-left: 5px;
  border-bottom: 2px solid #ddd;
}

.cmp-input-field-invalid {
  background-color: #F003;
}

.cmp-width-100 {
  width: 100px;
}

.cmp-width-200 {
  width: 200px;
}

.cmp-width-300 {
  width: 300px;
}
.cmp-width-330 {
  width: 330px;
}

.cmp-width-400 {
  width: 400px;
}

.cmp-width-500 {
  width: 500px;
}

.cmp-input-field:hover {
  /*border-bottom: 2px solid #999; */
}

.cmp-input-field:focus {
  outline: none;
  border-bottom: 2px solid black;
}

.cmp-button {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #0000;
  border: solid 2px black;
  border-radius: 3px;
  padding: 2px 3px;
  max-width: 130px;
}

.cmp-button-disabled {
  color: #eee;
  background-color: #ddd;
}

.cmp-button > input {
  background-color: #0000;
  border: none;
  padding-left: 2px;
}

.cmp-button:hover > * {
  font-weight: bold;
}

.cmp-button > input:focus {
  outline: none;
}

.cmp-button-icon {
  width: 24px;
  height: 24px;
  border: none;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 3px;
  margin-top: 1px;
}

.cmp-menu-item {
  width: 230px;
  border: 0;
  /*margin-left: 10px;*/
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: left;
  font-size: 1.1rem;
  background-color: #0000;
  /*border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;*/
}

.cmp-menu-item-selected {
  border-left: 5px solid var(--brand-orange);
  color: black;
  font-weight: bold;
  /*border-radius: 3px 0px 0px 3px;*/
  background-color: var(--brand-light-grey);
}

.cmp-menu-item:hover {
  background-color: var(--brand-light-grey);
}

.cmp-menu-item:focus {
  outline: none;
}

.cmp-checkbox {
  margin-left: 10px;
}

.cmp-paragraph {
  font-family: 'Source Sans Pro' !important;
  color: #444;
  font-size: 1.1rem;
  margin-left: 10px;
}

.cmp-note {
  font-family: 'Source Sans Pro' !important;
  color: #888;
  font-size: 0.9rem;
  margin-left: 10px;
}

.cmp-align-center {
  text-align: center;
  margin: auto;
}

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

.cmp-login-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 100px;
  border: solid 1px #0005;
  border-radius: 2px;
  background-color: #FFF;
  width: 560px;
}

.cmp-account-name {
  font-size: 1.1rem;
  vertical-align: middle;
  /*font-weight: bold;*/
}

.cmp-icon {
  width: 24px;
  height: 24px;
  border: none;
  margin-bottom: 2px;
  margin-right: -5px;
  margin-left: 2px;
}

.cmp-select {
  width: 230px;
  height: 32px;
  border: 1px solid #0005;
  padding-left: 5px;
  margin-left: 10px;
  background-color: #FFF;
  border-radius: 3px;
  /*border-right: 5px solid var(--brand-dark-grey);*/
}

.cmp-select-chevron {
  width: 32px;
  height: 32px;
  margin-left: -32px;
  pointer-events: none;
}

.cmp-mw-700 {
  max-width: 700px;
}

.cmp-select-small {
  height: 35px;
  width: 105px;
}

.cmp-select:focus {
  outline: none;
}

.cmp-link {
  color: var(--brand-orange);
}

.cmp-color-box {
  border: solid 1px #c3c3c3;
  border-radius: 3px;
  width: 27px;
  height: 25px;
  margin-left: 6px;
}

.pointer {
  cursor: pointer;
}

.cmp-card {
  border: 1px solid #8888;
  border-radius: 3px;
  /*box-shadow: 2px 2px 3px 1px #0003;*/
  /*background-color: #fcfcfc;*/
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 20px;
  min-width: 160px;
}

.cmp-state-view {
  font-family: monospace;
  font-size: 0.8rem;
}

.cmp-form-left-border {
  border-left: solid 2px #DDD;
  margin-left: 10px;
}

.cmp-card-underline {
  /*box-shadow: 0px 2px 2px 1px #0004;*/
  border-bottom: 1px solid #8888;
  margin-left: -5px;
  margin-right: -5px;
  background-color: #eee;
  margin-top: -5px;
}

.cmp-disabled {
  color: #666;
  border: none;
}

.cmp-iframe-container {
  width: 410px;
  height: 654px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -9px;
  /*border: solid 2px #BBB;
  border-radius: 3px;*/
}

.cmp-branding-mockup-frame {
  width: 450px;
  height: 70px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*margin-left: -5px;*/
  /*margin-right: -5px;*/
  /*margin-bottom: -5px;*/
  /*margin-top: -2px;*/
}

.cmp-branding-mockup-html-content {
  min-height: 100px;
  padding: 10px;
}
.cmp-branding-mockup-html-content h1 {
  font-size: 17px;
}

.cmp-branding-mockup-html-content p {
  font-size: 14px;
  line-height: 1.3em;
}

.cmp-branding-mockup-logo {
  width: auto;
  height: 60px;
}

/************ V2 **********/
.cmp-branding-mockup-frame-v2 {
  padding-top: 5px;
  max-width: 400px;
}
.cmp-branding-mockup-frame-v2 .cmp-branding-mockup-header-logo{
  height: 45px;
  margin: 5px;
}

.cmp-branding-mockup-header .burgerMenu {
  display: inline-block;
  height: 55px;
  width: 55px;
  padding-top: 15px;
  float: left;
}
.cmp-branding-mockup-header .burgerMenu > div{
  display: block;
  width: 33px;
  height: 4px;
  margin: 0 auto 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
}

.cmp-branding-mockup-header:after {
  content: "";
  display: table;
  clear: both;
}

.cmp-horizontal-rule {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #ccc;
  width: 100%;
  height: 1px;
}

.cmp-card-width {
  min-width: 570px;
}

.cmp-label-white {
  padding-left: 11px;
  /*font-weight: bold;*/
  font-size: 1.1rem;
}

.cmp-button-bar {
  margin-left: 10px;
  flex-direction: row;
  margin-top: auto;
  margin-bottom: auto;
  justify-content: flex-end;
}

.cmp-icon-button {
  border: 2px solid #0000;
  border-radius: 3px;
  padding-right: 7px;
  display: inline-block;
}

.cmp-icon-button:hover {
  border: 2px solid #bbb;
}

.cmp-no-highlight-button:hover {
  cursor: grab;
  border-color: white;
}

.cmp-qr-code {
  margin: auto;
  margin-top: 5px;
  width: 150px;
  height: 150px;
}

.cmp-color-hint-icon {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

.cmp-color-hint > div {
  display: none;
}

.cmp-color-hint:hover > div {
  display: block;
}

.cmp-product-image {
  width: 300px;
  height: auto;
  padding: 5px;
}

.cmp-second-col {
  width: 400px;
}

.cmp-textarea {
  margin-left: 10px;
  background-color: #8880;
  min-height: 80px;
  /*border-radius: 3px;*/
  border: 2px solid #ddd;
  padding-left: 5px;
}

.cmp-textarea:focus {
  outline: none;
  border: 2px solid black;
}

.ApplicationUpdate {}
.ApplicationUpdate fieldset {
  border: 1px solid #d6d3d3;
  padding: 10px;
  margin-bottom: 10px;
}

.ApplicationUpdate fieldset legend {
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
  display: inline;
  width: auto;
}

.ApplicationUpdate .cmp-label {
  width: 200px;
  display: inline-block;
  font-size: .9rem;
}

.ApplicationUpdate .cmp-select {
  width: 334px;
}

 /********************* DEMO ITEMS *********************/
.demoItem { background: #FFF;}

.demoItem td .cmp-label {
    font-size: 0.9rem;
    display: block;
    min-width: 100px;
}

.demoItem .cmp-input-field {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.demoItem > .fg-row {
    margin-bottom: 10px;
}

.demoItem table {
    margin-right: 10px;
}

/********************* Assets Browser *********************/
.AssetsBrowserWrapper {
  position: fixed;
}

.AssetsBrowserWrapper .ab_bg {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.2);
  width: 100vw;
  border: 1px solid red;
  height: 100vh;
}

.AssetsBrowserWrapper .ab_window {
  position: absolute;
  width: 700px;
  height: 435px;
  left: calc((100vw / 2) - 350px);
  top: calc((100vh / 2) - 200px);
  background: #FFF;
  border: 1px solid #d8cfcf;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.AssetsBrowserWrapper .ab_title {
  height: 40px;
  border-bottom: 1px solid #d8cfcf;
  line-height: 40px;
  font-size: 17px;
  padding: 0 10px;
}

.AssetsBrowserWrapper .ab_title .ab_close {
  position: absolute;
  right: 12px;
  top: -5px;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  cursor: pointer;
}

.AssetsBrowserWrapper .ab_title .ab_close:hover {
  opacity: 0.8;
}

.AssetsBrowserWrapper .ab_title .ab_close img {
  transform: rotate(45deg);
}

.AssetsBrowserWrapper .ab_content {
  padding: 10px 10px 0;
}

.AssetsBrowserWrapper .ab_scroll {
  height: 299px;
  overflow-y: auto;
}

.AssetsBrowserWrapper .ab_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.AssetsBrowserWrapper .ab_content ul li {
  display: inline-block;
  width: 150px;
  margin-right: 5px;
  padding: 5px;
  cursor: pointer;
}

.AssetsBrowserWrapper .ab_content ul li:hover {
  background: #eff3ff;
}

.AssetsBrowserWrapper .ab_content ul li img {
  width: 100%;
}

.AssetsBrowserWrapper .ab_content ul li span {
  text-align: center;
  font-size: 11px;
  color: #7a7a7a;
  display: block;
}

.AssetsBrowserWrapper .ab_buttons {
  text-align: left;
  padding: 0 10px;
  background: #ecf0f1;
  height: 50px;
}

.AssetsBrowserWrapper .ab_buttons .ab_file {
}

.AssetsBrowserWrapper .ab_buttons .ab_file  > span {
  display: block;
  width: calc(100% - 100px);
  padding-left: 10px;
  padding-top: 8px;
  font-size: 0.8rem;
}

.AssetsBrowserWrapper .ab_buttons .ab_file .label {
  display: block;
  width: 40px;
  float: left;
  line-height: 35px;
  height: 35px;
}
.AssetsBrowserWrapper .ab_buttons .ab_file .fileName {
  display: block;
  width: calc(100% - 100px);
  line-height: 35px;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.AssetsBrowserWrapper .ab_buttons .ab_selectBtn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-radius: 3px;
  background: #2e94a3;
  color: #fff;
  padding: 0 10px;
  border-width: 0;
  cursor: pointer;
}

.AssetsBrowserWrapper .ab_buttons .ab_selectBtn[disabled] {
  background: #f3f3f3;
}

.settingsCol {
  min-width: 600px;
}

.InputFileFieldBtn {
  border: 1px solid #c3c3c3;
  background: #f3efef;
  cursor: pointer;
  transition: background-color .5s;
  margin-left: 5px;
  border-radius: 3px;
}

.InputFileFieldBtn:hover {
  background: #c5bfbf;
}
