﻿* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
}

body {
  width: 100%;
  font-size: 13px;
  background: #fff;
  font-family: "Open Sans",sans-serif;
  position: relative;
}

a {
  cursor: pointer;
  outline: none;
}

  a:hover, a:focus {
    text-decoration: none;
    outline: none;
  }

label {
  font-weight: normal;
}

h1 {
  font-size: 24px;
  font-weight: lighter;
  color: #777;
  margin: 30px 0px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

  h3 a.accordion-toggle {
    color: #333;
    font-weight: normal;
  }

    h3 a.accordion-toggle::after {
      font-family: "simplicityportal" !important;
      content: "\e01b";
      margin-left: 10px;
      padding-bottom: 10px;
    }

  h3 .icon {
    font-size: 22px;
    margin-right: 10px;
  }

    h3 .icon:before {
      line-height: 0px;
    }

h4 {
  font-size: 14px;
}

  h4.modal-title {
    font-size: 18px;
    font-weight: 400;
    clear: none;
  }

.well {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #ccc;
}

/*.form-control.readonly + .pick-remove {
  opacity: 1;
  background: #eee;
}*/

.pick-remove:focus {
  outline: none;
}

.pick-remove {
  flex-grow: 1;
  font-size: 24px;
  color: #999;
  opacity: .6;
  text-align: right;
  padding: 0 5px;
  line-height: 34px;
  font-weight: 700;
  cursor: pointer;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: 0;
}

.drowpdown a::after {
  content: "\e01b";
  font-family: "simplicityportal" !important;
}

.alert {
  border-radius: 0px;
  margin: 10px 0px;
}

  .alert .icon::before {
    margin-right: 6px;
    position: relative;
    top: 4px;
    font-size: 18px;
  }

  .alert button.close {
    color: inherit;
  }

.error, .feedback-message-danger,.aspError {
  color: #cc0000;
  padding-top: 10px;
}
.aspError {
    display: none;
}

.login-panel {
  margin: 30px 0px;
}

.login-remember, .forgotten-password {
  /*margin: 0 24px;*/
  min-height: 27px;
}

  .forgotten-password a::before {
    font-size: 16px;
    margin-right: 4px;
    float: left;
  }

  .forgotten-password a {
    line-height: 16px;
  }

/*.panel > .panel-body .form-group:last-of-type {
  margin-bottom: 0;
}*/

/* -------------- Header, nav, Countries Panel ----------*/

.header {
  background: #3e3f3a;
  color: #fff;
  border: none;
  border-radius: 0px;
  position: absolute;
  margin-bottom: 0px;
  z-index: 10;
  width: 100%;
}

  .header .navbar-brand {
    display: inline-block;
    padding: 18px 72px 0px 15px;
    height: auto;
  }
    .header .navbar-brand img{width:176px;}

    h3.panel-title {
      font-weight: normal;
      font-size: 14px;
    }

.navbar-default .navbar-nav > li > a {
  color: #98978b;
  padding: 15px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #5f605b;
    color: #fff;
    padding: 15px 40px;
    cursor: default;
}*/

.navbar-default .navbar-nav > li:hover > a:focus, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active:hover > a {
  color: #fff;
  outline: none;
  background: #52524e;
}


button.navbar-toggle, button.sidebar-toggle {
  border: none;
  padding: 16px;
  margin: 0px;
  background: none;
  height: 50px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .navbar-header {
    width: 235px;
  }

  button.sidebar-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  button.sidebar-toggle {
    float: left;
  }

    button.sidebar-toggle:hover {
      background: #ddd;
    }

    .navbar-default .navbar-toggle .icon-bar, button.sidebar-toggle .icon-bar {
      background: #fff;
      display: block;
      height: 2px;
      width: 22px;
    }

  .sidebar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
}

#countries {
  position: absolute;
  z-index: 99;
  top: 16px;
  margin: 0px;
  right: 76px;
}

  #countries > a {
    width: 30px;
    display: block;
    overflow: hidden;
    height: 20px;
    color: #98978b;
    text-overflow: initial;
  }

    #countries > a::after {
      content: "\e01b";
      float: right;
      font-family: "simplicityportal" !important;
      padding-left: 10px;
    }

    #countries > a:hover {
      color: #fff;
    }

      #countries > a:hover > span.countries {
        color: inherit;
      }

  #countries a > span.countries {
    width: 30px;
    color: #98978b;
  }

.countriesPanel {
  font-size: 12px;
}

.header .dropdown-menu::before {
  border-bottom: 6px solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 10px;
  border-top: 0px;
  float: right;
  top: -10px;
  position: absolute;
  color: #5bc0de;
  left: 50%;
  z-index: 9999;
  content: " ";
}


.header .dropdown-menu {
  font-size: 13px;
  border: none;
  border-top: 4px solid #5bc0de;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  z-index: 99999;
}

  .header .dropdown-menu .container {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px 20px 10px 20px;
    min-width: 268px;
  }

.header .user_div .dropdown-menu .container {
  padding: 0px;
}

#countries span.countries {
  padding-left: 35px;
  cursor: pointer;
}

.countriesPanel span {
  margin: 0px 20px 10px 0px;
  display: inline-block;
  line-height: 24px;
  width: 100px;
  color: #444;
}

  .countriesPanel span:nth-child(2n+1) {
    margin-right: 0px;
  }

#countries span.uk {
  background: url(../images/flag_uk.png) left center no-repeat;
}

#countries span.cn {
  background: url(../images/flag_china.png) left center no-repeat;
}

#countries span.in {
  background: url(../images/flag_india.png) left center no-repeat;
}

#countries span.it {
  background: url(../images/flag_italy.png) left center no-repeat;
}

#countries span.fr {
  background: url(../images/flag_france.png ) left center no-repeat;
}

#countries span.de {
  background: url(../images/flag_germany.png ) left center no-repeat;
}

#countries span.ja {
  background: url(../images/flag_japan.png ) left center no-repeat;
}

#countries span.ar {
  background: url(../images/flag_united_arab_emirates.png ) left center no-repeat;
}

#countries span.nl {
  background: url(../images/flag_netherlands.png ) left center no-repeat;
}

#countries span.es {
  background: url(../images/flag_spain.png ) left center no-repeat;
}

#countries span.id {
  background: url(../images/flag_indonesia.png ) left center no-repeat;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: #fff;
}

.user_div ul {
  margin-bottom: 0px;
}

.user_div li {
  padding: 6px 15px;
}

  .user_div li a {
    display: block;
  }

  .user_div li:hover {
    background: #f2f2f2;
  }

  .user_div li.no-hover:hover {
    background: none;
  }

  .user_div li.no-hover span.loyalty-version-code {
    color: gray;
    padding: 3px 20px;
    display: block;
  }

  .user-info {
    float: left;
    display: none;
  }

.lblLoggedInAs {
  /*max-width: 64px;
    overflow: hidden;
    height: 20px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;*/
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
  #countries {
    right: 320px;
  }

    #countries > a {
      width: auto;
      height: 28px;
      padding-right: 6px;
      text-overflow: ellipsis;
    }

  .user-info {
    display: block;
  }
}
/* Large desktops and laptops */


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  #countries {
    right: 180px;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 15px 18px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #countries {
    right: 144px;
  }

  .navbar-header {
    width: auto;
  }

  .user_div .welcome {
    display: none;
  }

  #lblLoggedInAs {
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .navbar-default .navbar-nav > li > a {
    padding: 15px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .user_div {
    right: 0px;
    top: 0;
  }

    .user_div a {
      color: #444 !important;
    }

  .header .dropdown-menu::before {
    content: '';
    display: none;
  }

  .navbar-default .navbar-collapse {
    background: #f2f2f2;
    margin-bottom: 8px;
    padding: 0px;
  }

    .navbar-default .navbar-collapse ul {
      margin: 0px;
    }

  .navbar-default .navbar-nav > li > a {
    color: #5f605b;
    border-bottom: 1px solid #ddd;
  }

    .navbar-default .navbar-nav > li > a:hover {
      color: #98978b;
    }

  #countries {
    top: 16px;
    right: 200px;
  }

  .header {
    height: auto;
    border: none;
  }

  .navbar-collapse {
    box-shadow: none;
    border: none;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .header .navbar-brand {
    display: none;
  }
}

.user_div > a::after {
  content: "\e01b";
  float: right;
  font-family: "simplicityportal" !important;
  padding-left: 10px;
}

.user_div > a span {
  float: left;
}

.user_div > a {
  color: #98978b;
  display: block;
  padding-right: 6px;
}

  .user_div > a:hover {
    color: #fff;
  }

.user_div ul {
  list-style: none;
}


/* -------------- Content & Container ----------*/
@media (min-width: 768px) {
  .content {
    background: #f2f2f2;
    padding: 0px;
    padding-left: 250px;
    width: 100%;
    top: 0;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .content {
    background: #f2f2f2;
    padding: 0px;
    padding-left: 0px;
    min-height: 100vh;
  }
}

.container {
  width: 100%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
  min-height: 100vh;
}

@media(min-width:1200px) {
  .container-content {
    width: 1200px;
    margin: 0px;
  }
}




/* -------------- Sidebar ----------*/
@media(min-width:768px) {
  .sidebar {
    width: 250px;
    margin-left: -250px;
    margin-top: 50px;
    left: 0px !important;
    float: left;
    position: relative;
    z-index: 99;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .login-submit {
    clear: both;
  }
}

@media (max-width: 767px) {
  .sidebar {
    float: left;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 99;
    width: 250px;
    height: 100vh;
    background: #3e3f3a;
    border-right: 1px solid #ddd;
    left: -250px;
  }

  .login-submit {
    clear: both;
  }
}

.sidebar ul {
  margin: 0;
  padding: 0;
  clear: both;
}


  .sidebar ul ul li.active span {
    border-bottom: 2px solid #5bc0de;
  }


  .sidebar ul ul li:hover span {
    border-bottom: 2px solid #5bc0de;
  }

  .sidebar ul li {
    list-style: none;
  }

  .sidebar ul > li.active > a {
    background: #e3e3e3;
  }

  .sidebar ul > li > a:hover {
    background: #ddd;
  }

  .sidebar ul ul li a:hover {
    background: #f2f2f2;
  }

  .sidebar ul li.saveLink a {
    cursor: pointer;
  }

  .sidebar ul li a::after {
    font-family: "simplicityportal" !important;
    content: "\e01b";
    float: right;
  }

  .sidebar ul li li a::after, .sidebar ul li a.noSubmenu::after {
    content: "";
  }

  .sidebar ul li a.collapsed::after {
    font-family: "simplicityportal" !important;
    content: "\e017";
    float: right;
  }


  .sidebar ul li a {
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    display: block;
    color: #3e3f3a;
    outline: none;
    background: #eee;
    font-size: 13px;
  }

  .sidebar ul li li a {
    font-weight: 200;
    text-transform: none;
    background: #f9f9f9;
    color: #444;
    padding: 15px 15px 15px 46px;
    line-height: normal;
  }

  .sidebar ul li li.active a {
    background: #f9f9f9;
  }
/* #simportal icon
================================================== */
[class^="simportal-"]::before, [class*=" simportal-"]::before {
  line-height: normal;
}

.sidebar .icon {
  float: left;
  font-size: 22px;
  margin: 0 10px 0 0;
  position: relative;
  top: -4px;
}

.sidebar .arrow {
  float: right;
  font-size: 14px;
  margin-right: 0px;
  margin-left: 6px;
}

.sidebar .label-info {
  line-height: normal;
  position: absolute;
  right: 40px;
}

.breadcrumb .icon {
  margin-right: 10px;
}

.btn .icon {
  font-size: 13px;
}


/*------------- date time offset customise -----------------*/
.date-time-offset .date {
  
}

.date-time-offset .time-and-zone-wrapper {
  margin-top: 5px;
}

.date-time-offset .time, .date-time-offset .offset {
  position: relative;
  min-height: 1px;
  float: left;
  width: 50%;
}

.date-time-offset.vertical-layout .time, .date-time-offset.vertical-layout .offset {
  width: 100%;
}

.date-time-offset .offset {
  padding-left: 15px;
}

.date-time-offset.vertical-layout .offset {
  padding-left: 0;
  margin-top: 5px;
}

.date-time-offset .time-and-zone-toggle-wrapper {
  top: 5px;
  position: relative;
}

/*-------------checkbox / radio customize -----------------*/
.checkbox label, .radio label {
  padding-left: 24px;
}

.checkbox, .radio, .checkbox li, .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 0;
  margin: 0;
  min-height: 20px;
}

.form-inline {
  display: flex;
}

  .form-inline input[type="text"], .form-inline input[type="number"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .form-inline .checkbox-inline {
    margin: 8px 6px;
  }

.radio input[type=radio], .checkbox input[type=checkbox] {
  width:1px;
  height:1px;
  opacity:0;
}

.checkbox ul li, ul.checkbox li {
  padding-left: 0px;
  list-style: none;
}

.checkbox label.control-label, .radio label.control-label {
  padding-top: 0;
  text-align: left;
}

.checkbox input[type=checkbox] + label:before {
  border-radius: 3px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eee;
}

.checkbox input[type=checkbox]:checked + label:before {
  content: "\e050";
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 18px;
  font-family: "simplicityportal" !important;
}

ul.list-unstyled li > .checkbox {
  min-height: 27px;
}

.radio input[type="radio"] + label:before {
  border-radius: 9px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  left: 0px;
  position: absolute;
  background: #fff;
}

.radio input[type=radio]:checked + label:before {
  content: "•";
  font-size: 24px;
  line-height: 16px;
  color: #666;
  text-align: center;
}


label.dim:before {
  background-color: #ccc;
}

/*Custom Multiselect Control */

.assignMultiSelects select.ParentCampaignDDL {
  width: 222px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 22px;
}


.assignMultiSelect input[type="text"], .customizedMultiSelect input[type="text"] {
  float: left;
  width: 230px;
  box-sizing: border-box;
}


.assignMultiSelect div > label, table.tableInfo .assignMultiSelect input[type="text"], .customizedMultiSelect div > label {
  float: left;
  width: 227px;
  box-sizing: border-box;
}

.assignMultiSelect, .customizedMultiSelect {
  margin-bottom: 12px;
  height: 27px;
}

  .assignMultiSelect .ui-corner-all, .customizedMultiSelect .ui-corner-all {
    border-radius: 0;
    border-left: none;
    box-shadow: none;
    padding: 0px !important;
    background: url("../images/drop-down-arrow.png") center center no-repeat;
  }

    .assignMultiSelect .ui-corner-all:hover, .customizedMultiSelect .ui-corner-all:hover {
      border: 1px solid #d3d3d3;
    }

      .assignMultiSelect .ui-corner-all:hover span, .customizedMultiSelect .ui-corner-all:hover span {
        background: none;
      }



  .assignMultiSelect label.field_label, .customizedMultiSelect label.field_label {
    background: none;
    border: none;
  }

  .assignMultiSelect label.values.field.pick.buttoned, .customizedMultiSelect label.values.field.pick.buttoned {
    height: 32px;
    padding: 0 0 0 10px;
    line-height: 32px;
    overflow: hidden;
    font-weight: normal;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 0px;
  }

ul.list.multipick {
  clear: both;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
}

  ul.list.multipick li {
    overflow: hidden;
    height: 34px;
    border: none;
    padding: 8px 8px 0px 8px;
  }

    ul.list.multipick li:hover {
      background: #eee;
    }

ul.multipick.buttoned {
  width: 259px;
  position: absolute;
  z-index: 2000;
  max-height: 200px;
  overflow: auto;
}

ul.multipick li.close {
  font-weight: 600;
  color: #000;
  background: #ccc;
}

ul.multipick.buttoned li input[type="checkbox"] {
  float: left;
  margin-top: 0;
  min-height: auto;
}

ul.multipick.buttoned .field_label {
  font-size: 12px;
  font-weight: normal;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

ul.multipick.buttoned.collapsed {
  overflow: hidden;
  border: 0 none;
  z-index: -1;
}

ul.multipick.buttoned.multi-collapsed {
  overflow: hidden;
  border: 0 none;
  z-index: -1;
  display: none;
}

ul.list li.close {
  font-size: 12px;
  display: none;
}

input.field.radio, input.field.checkbox {
  margin-right: 10px;
}

.ui-icon {
  margin: 4px 0px 0px 3px;
}

.values.field {
  padding-left: 10px;
  /*background: url(../images/segments_16.png) #fff no-repeat 4px center;*/
  border: 1px solid #d3d3d3;
  border-right: none;
  margin-bottom: 0px;
}

.assignMultiSelectsBtns {
  padding-top: 20px;
}

.assignPreviewBtn, .previewCount {
  float: left;
}

.assignBtn {
  float: right;
  margin: 0px;
}

.previewCount {
  text-align: left;
  padding: 4px;
  width: 256px;
  line-height: normal;
}


.assignBtns {
  clear: both;
  margin: 16px 0;
}

.previewCallContainer {
  padding-top: 20px;
  position: relative;
}


select.custom-dropdown {
  -webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
  -moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  cursor: pointer;
  border-radius: 4px;
  padding: 0 40px 0 10px;
  background: #fff url(../images/drop-down-arrow.png) no-repeat right center;
  height: 34px;
  color: #444;
}

.form-inline select.form-control.custom-dropdown {
  width: 258px;
  max-width: 100%;
}

select#ddlHour, select#ddlMinute {
  width: 80px;
}

select#ddlRepeatFrequencyInterval, select#ddlRepeatDurationInterval {
  width: 100px;
}

select.custom-dropdown::-ms-expand, select::-ms-expand {
  display: none; /*REMOVES DEFAULT IE STYLE*/
}

.callHistoryPanel input[type="text"] {
  width: 258px;
}

a#todayAchievementLink {
  text-decoration: underline;
  color: #3781e5;
  font-weight: bold;
}


#dv_todayAchievement_popup .panel.callCenterContainer {
  padding: 20px;
  box-shadow: none;
  border: none;
}

/* Custom CheckBoxListDDLNew Control */
.lnkShowCheckboxesNew, .lnkShowDynamicListNew {
  display: block;
}

  .lnkShowCheckboxesNew .icon, .lnkShowDynamicListNew .icon {
    float: right;
  }

    .lnkShowCheckboxesNew .icon.navigate-down, .lnkShowCheckboxesNew .icon.navigate-up, .lnkShowDynamicListNew .icon.navigate-down, .lnkShowDynamicListNew .icon.navigate-up {
      background: url(../images/symbols-dropdown-arrow.png) no-repeat center center;
      width: 20px;
      height: 20px;
      position: relative;
      right: -12px;
    }

    .lnkShowCheckboxesNew .icon.navigate-up, .lnkShowDynamicListNew .icon.navigate-up {
      background: url(../images/symbols-up-arrow.png) no-repeat center center;
    }

.wrappingDivMultiSelect, .wrappingDivMultiSelectList, .wrappingDivDynamicList {
  position: relative;
  width: 100%;
}

/*Custom CheckBoxListDDL Control */
.lnkShowCheckboxes {
  display: block;
}

  .lnkShowCheckboxes .icon {
    float: right;
  }

.dv-checkbox-list {
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  top: -3px;
  z-index: 99;
}

  .dv-checkbox-list .no-items-to-select {
    min-height: 27px;
    margin: 0;
    padding: 10px;
    display: none;
  }

  .dv-checkbox-list ul {
    margin: 0;
    background: #fff;
    max-height: 250px;
    overflow-y: scroll;
  }

    .dv-checkbox-list ul li {
      min-height: 27px;
      margin: 0;
      list-style: none;
      border-bottom: 1px solid #ddd;
    }

      .dv-checkbox-list ul li:hover {
        background: #eee;
      }

      .dv-checkbox-list ul li:last-child {
        border-bottom: none;
      }

      .dv-checkbox-list ul li label {
        display: block;
        margin: 0;
        padding: 10px;
        cursor: pointer;
      }

      .dv-checkbox-list ul li input[type=checkbox] {
        display: none;
      }

      .dv-checkbox-list ul li label.control-label {
        padding-top: 0;
        text-align: left;
      }

      .dv-checkbox-list ul li input[type=checkbox] + label:before {
        border-radius: 3px;
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: relative;
        background: #fff;
        left: 0;
        top: 0px;
        border: 1px solid #ccc;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        float: right;
      }

      .dv-checkbox-list ul li input[type=checkbox][disabled] + label:before {
        background-color: #eee;
      }

      .dv-checkbox-list ul li input[type=checkbox]:checked + label:before {
        content: "\e050";
        font-size: 14px;
        color: #555;
        text-align: center;
        line-height: 18px;
        font-family: "simplicityportal" !important;
      }

.dv-checkbox-list-no-scroll {
  background: #fff;
}

  .dv-checkbox-list-no-scroll ul {
    margin: 0;
    background: #fff;
  }

    .dv-checkbox-list-no-scroll ul li {
      min-height: 27px;
      margin: 0;
      list-style: none;
      border-bottom: 1px solid #ddd;
    }

      .dv-checkbox-list-no-scroll ul li:hover {
        background: #eee;
      }

      .dv-checkbox-list-no-scroll ul li:last-child {
        border-bottom: none;
      }

      .dv-checkbox-list-no-scroll ul li label {
        display: block;
        margin: 0;
        padding: 10px;
        cursor: pointer;
      }

      .dv-checkbox-list-no-scroll ul li input[type=checkbox] {
        display: none;
      }

      .dv-checkbox-list-no-scroll ul li label.control-label {
        padding-top: 0;
        text-align: left;
      }

      .dv-checkbox-list-no-scroll ul li input[type=checkbox] + label:before {
        border-radius: 3px;
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        position: relative;
        background: #fff;
        left: 0;
        top: 0px;
        border: 1px solid #ccc;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        float: right;
      }

      .dv-checkbox-list-no-scroll ul li input[type=checkbox][disabled] + label:before {
        background-color: #eee;
      }

      .dv-checkbox-list-no-scroll ul li input[type=checkbox]:checked + label:before {
        content: "\e050";
        font-size: 14px;
        color: #555;
        text-align: center;
        line-height: 18px;
        font-family: "simplicityportal" !important;
      }

/** CheckBoxListDDLNew Control css setting */
.dv-checkbox-list-new, .dv-dynamic-list-new {
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 34px;
  z-index: 99;
  display: none;
  width: 100%;
}

  .dv-checkbox-list-new .no-items-to-select {
    min-height: 27px;
    margin: 0;
    padding: 10px;
    display: none;
  }

  .dv-checkbox-list-new ul, .dv-dynamic-list-new ul {
    margin: 0;
    padding-left: 0;
    background: #fff;
    max-height: 240px;
    overflow-y: scroll;
  }

    .dv-checkbox-list-new ul li {
      min-height: 27px;
      margin: 0;
      list-style: none;
      border-bottom: 1px solid #ddd;
    }

    .dv-dynamic-list-new ul li {
      min-height: 27px;
      margin: 0;
      list-style: none;
      border-bottom: 1px solid #ddd;
      position: relative;
      padding: 10px;
    }

      .dv-checkbox-list-new ul li:hover, .dv-dynamic-list-new ul li:hover {
        background: #eee;
      }

      .dv-checkbox-list-new ul li:last-child, .dv-dynamic-list-new ul li:last-child {
        border-bottom: none;
      }

    .dv-checkbox-list-new ul li label {
      display: block;
      margin: 0;
      padding: 10px;
      cursor: pointer;
    }

    .dv-checkbox-list-new ul li input[type=checkbox] {
      display: none;
    }

    .dv-checkbox-list-new ul li label.col-form-label {
      padding-top: 0;
      text-align: left;
    }

    .dv-checkbox-list-new ul li input[type=checkbox] + label:before {
      border-radius: 3px;
      content: "";
      width: 18px;
      height: 18px;
      position: relative;
      background: #fff;
      left: 0;
      top: 0px;
      border: 1px solid #ccc;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      float: right;
    }

    .dv-checkbox-list-new ul li input[type=checkbox][disabled] + label:before {
      background-color: #eee;
    }

    .dv-checkbox-list-new ul li input[type=checkbox]:checked + label:before {
      content: "\e050";
      font-size: 14px;
      color: #555;
      text-align: center;
      line-height: 18px;
      font-family: "simplicityportal" !important;
    }

.dv-checkbox-list-new-no-scroll {
  background: #fff;
}

  .dv-checkbox-list-new-no-scroll ul {
    margin: 0;
    background: #fff;
  }

    .dv-checkbox-list-new-no-scroll ul li {
      min-height: 27px;
      margin: 0;
      list-style: none;
      border-bottom: 1px solid #ddd;
    }

      .dv-checkbox-list-new-no-scroll ul li:hover {
        background: #eee;
      }

      .dv-checkbox-list-new-no-scroll ul li:last-child {
        border-bottom: none;
      }

      .dv-checkbox-list-new-no-scroll ul li label {
        display: block;
        margin: 0;
        padding: 10px;
        cursor: pointer;
      }

      .dv-checkbox-list-new-no-scroll ul li input[type=checkbox] {
        display: none;
      }

      .dv-checkbox-list-new-no-scroll ul li label.col-form-label {
        padding-top: 0;
        text-align: left;
      }

      .dv-checkbox-list-new-no-scroll ul li input[type=checkbox] + label:before {
        border-radius: 3px;
        content: "";
        width: 18px;
        height: 18px;
        position: relative;
        background: #fff;
        left: 0;
        top: 0px;
        border: 1px solid #ccc;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        float: right;
      }

      .dv-checkbox-list-new-no-scroll ul li input[type=checkbox][disabled] + label:before {
        background-color: #eee;
      }

      .dv-checkbox-list-new-no-scroll ul li input[type=checkbox]:checked + label:before {
        content: "\e050";
        font-size: 14px;
        color: #555;
        text-align: center;
        line-height: 18px;
        font-family: "simplicityportal" !important;
      }


/*************Customize jquery UI*****************/

.ui-widget {
  font-size: 13px;
}

.ui-widget-content {
  border-radius: 0 0 4px 4px;
  background: #fff;
  margin-top: -6px;
}

  .ui-widget-content li {
    color: #444;
  }

    .ui-widget-content li:first-child {
      padding-top: 6px;
    }

.progressCancelWrapper {
  margin-top: 10px;
}

.list {
  list-style: none;
}
/*****************Footer*************************/
.footer {
  padding: 20px;
  text-align: center;
  background: #325d88;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  height: 60px;
}


.copyright {
  text-align: left;
  /*margin: 20px auto;*/
  color: #fff;
}

div#tblAttributes table tbody {
  counter-reset: rowNumber;
}

  div#tblAttributes table tbody tr {
    cursor: grab;
    cursor: -webkit-grab;
    counter-increment: rowNumber;
  }

  div#tblAttributes table tbody tr:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }

    div#tblAttributes table tbody tr td.attribute-order::before {
      content: counter(rowNumber);
    }

/* Gamification */

.game-workflow-header-image {
  width: 80px;
  text-align: center;
}

.game-workflow-header-order {
  width: 60px;
  text-align: center;
}

.game-workflow-header-actions {
  width: 185px;
}

.entity-picker-value-row {
  display: flex;
  margin-bottom: 5px;
}

.entity-picker-value-inputs {
  width: 100%;
}

.entity-picker-value-actions {
  padding-left: 15px;
  text-align: right;
  display: flex;
}

  .entity-picker-value-actions .btn:not(:first-child) {
    margin-left: 5px;
  }

  .entity-picker-value-actions .btn, #tblGamificationWorkflow .btn {
    min-width: 80px;
    max-height: 34px;
  }

.entity-picker-value-target .entity-picker-value-display {
  border-color: #286090;
}

table#tblGamificationWorkflow tbody {
  counter-reset: rowNumber;
}

  table#tblGamificationWorkflow tbody tr {
    cursor: grab;
    cursor: -webkit-grab;
    counter-increment: rowNumber;
  }

  table#tblGamificationWorkflow tbody tr:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }
    table#tblGamificationWorkflow tbody tr td {
      vertical-align: middle;
    }

    table#tblGamificationWorkflow tbody tr td.workflow-action-order {
      text-align: center;
    }

    table#tblGamificationWorkflow tbody tr td.workflow-action-order::before {
      content: counter(rowNumber);
    }


table#tblGroupFilters tbody {
  counter-reset: rowNumber;
}

  table#tblGroupFilters tbody tr {
    cursor: grab;
    cursor: -webkit-grab;
    counter-increment: rowNumber;
  }

  table#tblGroupFilters tbody tr:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }

    table#tblGroupFilters tbody tr td {
      vertical-align: middle;
    }

      table#tblGroupFilters tbody tr td.game-group-filter-order {
        text-align: center;
      }

        table#tblGroupFilters tbody tr td.game-group-filter-order::before {
          content: counter(rowNumber);
        }

table#tblAchievementCriteria tbody, table#tblAchievementCriteria tbody tr.game-criteria-group {
  counter-reset: rowNumber;
}

  table#tblAchievementCriteria tbody tr:not(.game-criteria-group) {
    cursor: grab;
    cursor: -webkit-grab;
    counter-increment: rowNumber;
  }

  table#tblAchievementCriteria tbody tr:not(.game-criteria-group):active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }

  table#tblAchievementCriteria tbody tr td, table#tblAchievementCriteria tr th {
    vertical-align: middle;
  }

    table#tblAchievementCriteria tbody tr td.game-criteria-condition-order {
      text-align: center;
    }

    table#tblAchievementCriteria tbody tr td.game-criteria-condition-order::before {
      content: counter(rowNumber);
    }

table#tblAchievementCriteria {
  counter-reset: groupNumber;
}

  table#tblAchievementCriteria tr.game-criteria-group {
    cursor: grab;
    cursor: -webkit-grab;
    counter-increment: groupNumber;
  }

  table#tblAchievementCriteria tr.game-criteria-group:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }

  table#tblAchievementCriteria tr.game-criteria-group th span.game-criteria-group-heading::after {
    content: counter(groupNumber);
  }

.game-criteria-header-order {
  width: 60px;
  text-align: center;
}

.game-criteria-header-actions {
  width: 185px;
}

.game-criteria-group-actions {
  text-align: right;
}

.game-criteria-group {
  border-bottom: 1px solid #ccc;
}

  .game-criteria-group th {
    border: none !important;
  }

.achievement-criteria-type-field-section, .group-filter-entity-type-field-section {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.achievement-criteria-left-section, .group-filters-left-section {
  border-right: solid 1px #ddd;
}
/* UX Business Rules */
table .ux-business-rule-criteria-table tbody, table.ux-business-rule-criteria-table tbody tr.ux-criteria-group {
  counter-reset: rowNumber;
}

  table.ux-business-rule-criteria-table tbody tr:not(.ux-criteria-group) {
    cursor: grab;
    cursor: -webkit-grab;
    counter-increment: rowNumber;
  }

  table.ux-business-rule-criteria-table tbody tr:not(.ux-criteria-group):active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }

  table.ux-business-rule-criteria-table tbody tr td, table.ux-business-rule-criteria-table tr th {
    vertical-align: middle;
  }

    table.ux-business-rule-criteria-table tbody tr td.ux-criteria-condition-order {
      text-align: center;
    }

      table.ux-business-rule-criteria-table tbody tr td.ux-criteria-condition-order::before {
        content: counter(rowNumber);
      }

table.ux-business-rule-criteria-table {
  counter-reset: groupNumber;
}

  table.ux-business-rule-criteria-table tr.ux-criteria-group {
    cursor: grab;
    cursor: -webkit-grab;
    counter-increment: groupNumber;
  }

  table.ux-business-rule-criteria-table tr.ux-criteria-group:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }

    table.ux-business-rule-criteria-table tr.ux-criteria-group th span.ux-criteria-group-heading::after {
      content: counter(groupNumber);
    }

.ux-criteria-header-order {
  width: 60px;
  text-align: center;
}

.ux-criteria-header-actions {
  width: 185px;
}

.ux-criteria-group-actions {
  text-align: right;
}

.ux-criteria-group {
  border-bottom: 1px solid #ccc;
}

.ux-criteria-group th {
  border: none !important;
}

.ux-criteria-modal .ux-criteria-section-value .sub-section-list-value {
  margin-bottom: 5px;
}

.ux-criteria-modal .sub-section-value-picker.sub-section-list .ux-criteria-value-picker-target .ux-criteria-value-picker-user-friendly {
  border-color: #286090;
}

.ux-criteria-value-row {
  display: flex;
}

.ux-criteria-value-inputs {
  width: 100%;
}

.ux-criteria-value-actions {
  padding-left: 15px;
  text-align: right;
  display: flex;
}

.ux-criteria-value-actions .btn:not(:first-child) {
  margin-left: 5px;
}

  .ux-criteria-value-actions .btn, .ux-business-rule-criteria-table .btn {
    min-width: 80px;
    max-height: 34px;
  }

.ux-criteria-value-date-picker.input-group .form-control {
  z-index: 1052 !important;
}
.ux-criteria-value-date-picker.input-group .form-control:focus {
  z-index: 1053 !important;
}


.redemption-offer-select, .inline-fields-flex {
  display: flex;
}

.redemption-offer-fields, .inline-fields-primary {
  width: 100%;
}

.redemption-offer-button, .inline-fields-margin-left {
  margin-left: 15px;
}

.redemption-offer-button, .inline-fields-margin-right {
  margin-right: 15px;
}

.member-badge-award-table tbody td {
  vertical-align: middle;
}

.gamification-icon-list-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.gamification-icon-list-image {
  border: .5px solid #e5e5e5;
  flex-basis: 10%;
  cursor: pointer;
}

  .gamification-icon-list-image:hover {
    border: .7px solid #959595;
  }

.gamification-icon-image {
  width: 64px;
  margin: 4px;
}

@media (min-width: 768px) {
  .modal-gamification-icons {
    width: 650px;
  }
}

.badge-image-column {
  width: 70px;
  text-align: center;
}

.badge-img {
  display: block;
  width: 128px;
  max-height: 128px;
}

.benefit-img {
  display: block;
  width: 128px;
  max-height: 128px;
}

.benefit-item-img {
  display: block;
  width: 128px;
  max-height: 128px;
}

.benefit-item-list-img {
  display: block;
  width: 64px;
  max-height: 64px;
}

label.error, div.error-required, div.error-equalValue {
  display: none;
  color: #D0021B;
}

.form-control.readonly, .form-control.readonly:focus, .form-control.readonly:active {
  background: #eee !important;
}

label#txtManagementGroup-error.error {
  padding-top:8px;
  padding-right: 8px;
  padding-bottom: 8px;
  background: #eee !important;
}
/*.form-control.readonly + .pick-remove {
    opacity: 1;
    background: #eee;

  }*/

table#tblBenefitItems tbody {
  counter-reset: rowNumber;
}

  table#tblBenefitItems tbody tr {
    cursor: grab;
    cursor: -webkit-grab;
    counter-increment: rowNumber;
  }

    table#tblBenefitItems tbody tr:active {
      cursor: grabbing;
      cursor: -webkit-grabbing;
    }

    table#tblBenefitItems tbody tr td {
      vertical-align: middle;
    }

      table#tblBenefitItems tbody tr td.center-text {
        text-align: center;
      }

      table#tblBenefitItems tbody tr td.benefit-item-order::before {
        content: counter(rowNumber);
      }

.form-control-image {
  width: auto;
  height: auto;
  padding: 12px;
}

.leaderboard-progress-bar-leading-img {
  display: block;
  width: 64px;
  max-height: 64px;
}

.page-button-panel {
  padding: 0 15px;
}

/* Bonus offer tranasction partner */
.offer-bonus-transaction-partner-header-scope {
  width: 280px;
}
.offer-bonus-header-actions {
  width: 95px;
}

.table-row-vertical-middle td {
  vertical-align: middle !important;
}
/*}*/

/*
  Loyalty forms
*/

.form-survey-content {
  background-color: #f9f9f9;
  border: 1px solid #e7eaec;
  border-top: none;
}

.form-content-item-display {
  border: 1px dashed gray;
  border-radius: 4px;
  margin-top: 15px;
  padding: 0 15px 0 15px;
  background-color: #f9f9f9;
}

.form-question-answer-list {
}

.form-question-answer-list ul {  
  margin: 0;
  width: 100%;
}

  .form-question-answer-list ul {
    list-style-type: none;
  }

    .form-question-answer-list ul li {
      margin-bottom: 5px;
    }

    .form-question-answer-list ul li .form-question-answer-list-field {
      margin: 0 15px 0 25px;
    }

  .form-question-answer-list .form-question-answer-list-actions {
    margin-left: 25px;
  }

.form-question-answer-list[data-answer-list-type="ddl"] ul {
  counter-reset: listOptionCounter;
}

  .form-question-answer-list[data-answer-list-type="ddl"] ul li {
    counter-increment: listOptionCounter;
  }

    .form-question-answer-list[data-answer-list-type="ddl"] ul li::before {
      content: counter(listOptionCounter) '.';
    }

  .form-question-answer-list[data-answer-list-type="ddl"] li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    margin-top: 10px;
  }

  .form-question-answer-list[data-answer-list-type="checkbox"] li:before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    margin-top: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #eee;
  }

  .form-question-answer-list[data-answer-list-type="radio"] li:before {
    border-radius: 9px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    position: absolute;
    margin-top: 10px;
    background-color: #eee;
  }

.form-question-answer-list-text-entry {
  margin-bottom: 5px;
}

.form-question-answer-option-text-entry-display {
  margin-top: 5px;
}

.form-question-answer-terms-and-conditions-group::before {
  border-radius: 3px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  background-color: #eee;
}

.form-question-answer-terms-and-conditions-input-wrapper {
  padding-left: 25px;
}

.form-section-display {
  border-top: 1px solid gray;
  border-bottom: 1px dashed gray;
  padding: 6px 0 0 0;
  height: 31px;
}

  .form-section-display label {
  }

  .form-section-display .form-block-grab-handle-display {
    position: absolute;
    margin-top: -2px;
    width: 100%;
    min-height: 20px;
    background-image: url(../../../assets/common/images/move-grab-handle.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 20px;
    background-position-y: center;
    opacity: 33%;
  }

.form-page-display {
  border-bottom: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  font-size: 14px;
  font-weight: 600;
  background-color: #f2f2f2;
  padding: 10px 0 6px 0;
  height: 45px;
}

  .form-page-display label {
    font-weight: bold;
  }

  .form-page-display .form-block-grab-handle-display {
    position: absolute;
    margin-top: 1px;
    width: 100%;
    min-height: 20px;
    background-image: url(../../../assets/common/images/move-grab-handle.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 20px;
    background-position-y: center;
    opacity: 33%;
  }

.form-survey-content label.accordion-toggle {
  cursor: pointer;
}

  .form-survey-content label.accordion-toggle::after {
    font-family: "simplicityportal" !important;
    content: "\e01b";
    margin-left: 10px;
    padding-bottom: 10px;
  }

  .form-survey-content label.accordion-toggle.collapsed::after {
    content: "\e017";
  }

.form-contents-container {
  min-height: 50px;
}

.form-section-contents-display {
  padding: 0 15px;
}

.form-content-action-page, .form-content-action-section {
  padding: 0 15px;
}

.form-content-action-question, .form-content-action-copy {
  margin-top: 0;
  margin-bottom: 15px;
}

.form-content-wrapper {
  counter-reset: pageNumber;
}

  .form-content-wrapper .form-page-block-display {
    counter-reset: sectionNumber;
    counter-increment: pageNumber;
  }

    .form-content-wrapper .form-page-block-display .form-page-number-display::before {
      content: counter(pageNumber);
    }

  .form-content-wrapper .form-section-block-display {
    counter-reset: questionNumber;
    counter-increment: sectionNumber;
  }

    .form-content-wrapper .form-section-block-display .form-section-number-display::before {
      content: counter(sectionNumber);
    }

  .form-content-wrapper .form-question-block-display {
    counter-increment: questionNumber;
  }

    .form-content-wrapper .form-question-block-display .form-question-number-display::before {
      content: counter(questionNumber);
    }

.form-content-item-display .form-block-grab-handle-display {
  margin: 5px 0;
  min-height: 20px;
  font-size: 19px;
  background-image: url(../../../assets/common/images/move-grab-handle.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: 20px;
  background-position-y: center;
}

.form-content-wrapper .form-block-grab-handle, .form-content-wrapper .form-page-grab-handle, .form-content-wrapper .form-question-answer-list ul.form-question-answer-list-ul li {
  cursor: grab;
  cursor: -webkit-grab;
}

  .form-content-wrapper .form-block-grab-handle:active, .form-content-wrapper .form-page-grab-handle:active, .form-content-wrapper .form-question-answer-list ul.form-question-answer-list-ul li:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
  }

.form-content-wrapper .ui-sortable, .form-content-wrapper .droppable {
  cursor: default !important;
}

.form-content-wrapper .form-element-drop-zone {
  width: 100%;
  height: 30px;
}

.form-img {
  display: block;
  width: 128px;
  max-height: 128px;
}

#dvFormTargetOfferInputWrap .input-group {
  width: 100%;
}

#dvFormTargetOfferInputWrap .input-group .form-control {
  border-left: solid #ccc 1px;
}

.form-helper-text {
  font-size: 0.95em;
}

#tblFormRestrictionOffers {
  counter-reset: rowNumber;
}

table#tblFormRestrictionOffers tbody {
  counter-reset: rowNumber;
}

  table#tblFormRestrictionOffers tbody tr {
    cursor: grab;
    cursor: -webkit-grab;
    counter-increment: rowNumber;
  }

    table#tblFormRestrictionOffers tbody tr:active {
      cursor: grabbing;
      cursor: -webkit-grabbing;
    }

    table#tblFormRestrictionOffers tbody tr td {
      vertical-align: middle;
    }

      table#tblFormRestrictionOffers tbody tr td.workflow-action-order {
        text-align: center;
      }

      table#tblFormRestrictionOffers tbody tr td.workflow-action-order::before {
        content: counter(rowNumber);
      }

#dvDefaultValueModalFormQuestion_Date .form-question-answer-default-option-date .input-group .form-control {
  z-index: 1052 !important;
}

  #dvDefaultValueModalFormQuestion_Date .form-question-answer-default-option-date .input-group .form-control:focus {
    z-index: 1053 !important;
  }


.form-page-block-display {
  /*padding-bottom: 15px;*/
}

.form-section-block-display {
  padding-bottom: 15px;
}

.form-page-contents-display .form-section-block-display .form-section-end-display {
  display: none;
}

.form-content-action-panel-display {
  display: flex;
  padding-top: 15px;
  justify-content: space-between;
}

.form-content-action-page.form-content-action-panel-display {
  padding-bottom: 15px;
}

.form-content-action-question.form-content-action-panel-display, .form-content-action-copy.form-content-action-panel-display {
  border-top: dashed 1px gray;
}

.form-page-block-display {
  /*background-color: #f9f9f9;*/
}

.form-page-block-display.form-block-active {
  background-color: white;
}

.form-section-block-display {
  background-color: #f9f9f9;
}

  .form-section-block-display.form-block-active {
    background-color: #E7F0E9;
  }

.form-content-item-display.form-block-active {
  /*background-color: #CDE6CD;*/
  background-color: #E0F0E0;
  /*background-color: white;*/
  border-width: 3px;
}

.form-content-item-edit-panel {
  display: none;
}

.form-content-item-display.form-block-active .form-content-item-edit-panel {
  display: block;
}

.form-content-item-heading {
  padding-left: 25px;
  font-size: 13px;
}

.form-copy-description-display {
  min-height: 82px;
}

.form-fileinput-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.form-fileinput-button {
  position: relative;
  overflow: hidden;
}

  .form-fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
  }

.form-question-link-embed-helptext-display {
  font-style: italic;
  font-size: 1.15rem;
}