@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://fonts.googleapis.com/css?family=Overpass");
@font-face {
  font-family: "CCCRM_form";
  src: url("../fonts/CCCRM_form.eot?dv2jum");
  src: url("../fonts/CCCRM_form.eot?dv2jum#iefix") format("embedded-opentype"), url("../fonts/CCCRM_form.ttf?dv2jum") format("truetype"), url("../fonts/CCCRM_form.woff?dv2jum") format("woff"), url("../fonts/CCCRM_form.svg?dv2jum#CCCRM_form") format("svg");
  font-weight: normal;
  font-style: normal;
}
.cccFormIcon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "CCCRM_form" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50px !important;
  text-shadow: 0 0 5px #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[name=file_upload_file] {
  cursor: pointer;
}

.cccApp .relative {
  position: relative;
}
@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0 0 70px 30px;
    opacity: 0;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0 0 70px 30px;
    opacity: 0;
  }
}
.cccApp .cccappicon-auto_translate {
  font-size: 24px !important;
  cursor: pointer;
  line-height: 20px;
}
.cccApp .cccappicon-auto_translate:before {
  content: "";
}
.cccApp .cccappicon-add_circle:before {
  content: "";
}
.cccApp .cccappicon-arrow_down:before {
  content: "";
}
.cccApp .cccappicon-calendar:before {
  content: "";
}
.cccApp .cccappicon-db:before {
  content: "";
}
.cccApp .cccappicon-delete_circle:before {
  content: "";
}
.cccApp .cccappicon-delete:before {
  content: "";
}
.cccApp .cccappicon-move_circle:before {
  content: "";
}
.cccApp .cccappicon-success_circle:before {
  content: "";
}
.cccApp .cccappicon-upload:before {
  content: "";
}
.cccApp .cccappicon-upload_circle:before {
  content: "";
}
.cccApp .cccappicon-preview:before {
  content: "";
}
.cccApp .cccappicon-preview_circle:before {
  content: "";
}
.cccApp .cccappicon-arrow-right-circle:before {
  content: "";
}
.cccApp .cccappicon-arrow-right-circle {
  transform: scale(0.8);
}
.cccApp .cccappicon-arrow-right-circle.up {
  transform: scale(0.8) rotate(-90deg);
}
.cccApp .cccappicon-arrow-right-circle.down {
  transform: scale(0.8) rotate(90deg);
}

.awardflow .cccApp .keepLastItem, .awardflow .cccApp .matrixItem, .cccrm2 .cccApp .keepLastItem, .cccrm2 .cccApp .matrixItem, .cccrm .cccApp .keepLastItem, .cccrm .cccApp .matrixItem, .cccApp .keepLastItem, .cccApp .matrixItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

.awardflow .cccApp .justify .radioGroup .stretch, .awardflow .cccApp .justify .checkboxGroup .stretch, .cccrm2 .cccApp .justify .radioGroup .stretch, .cccrm2 .cccApp .justify .checkboxGroup .stretch, .cccrm .cccApp .justify .radioGroup .stretch, .cccrm .cccApp .justify .checkboxGroup .stretch, .cccApp .justify .radioGroup .stretch, .cccApp .justify .checkboxGroup .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.cccApp *:not(.glyphicon):not(.mce-ico):not(.fa):not(strong):not(.cccFormIcon):not(.inputErrorStatus) {
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
.cccApp *:not(.glyphicon):not(.mce-ico):not(.fa):not(strong):not(.cccFormIcon):not(.inputErrorStatus):focus {
  outline: 0 !important;
}
.cccApp .ace_editor {
  min-height: 200px !important;
}
.cccApp .ace_editor, .cccApp .ace_editor * {
  font-style: normal !important;
  font-variant-ligatures: normal !important;
  font-variant-caps: normal !important;
  font-variant-numeric: normal !important;
  font-variant-east-asian: normal !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-size: 12px !important;
  line-height: normal !important;
  font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
}
.cccApp .toggleLabel {
  padding-top: 12px;
  padding-left: 10px;
  display: inline-block;
}
.cccApp *:focus {
  outline: 0 !important;
}
.cccApp .mce-container {
  border-radius: 10px;
}
.cccApp .cccPhone .cccAreacode {
  padding-left: 0;
}
.cccApp .cccPhone .cccAreacode .inputErrorStatus {
  margin-right: 0px !important;
}
.cccApp .cccPhone .col-xs-8 {
  padding-right: 0;
}
.cccApp .cccPhone .col-xs-8 .inputErrorStatus {
  margin-right: 3px !important;
}
.cccApp input {
  outline: none;
}
.cccApp strong {
  font-weight: bolder;
}
.cccApp .matrixItem {
  display: inline-block;
  left: 0px;
  top: 0px;
  position: relative;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}
.cccApp .coreTpl {
  display: none;
}
.cccApp .keepLastItem {
  clear: both;
}
.cccApp .matrix-highlight {
  background: #eff2be !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cccApp .ui-state-highlight {
  display: block;
}
.cccApp .pointer {
  cursor: pointer;
}
.cccApp .all-scroll {
  cursor: all-scroll;
}
.cccApp .text-left {
  text-align: left;
}
.cccApp .text-center {
  text-align: center;
}
.cccApp .text-right {
  text-align: right;
}
.cccApp .inputRequired {
  color: red;
}
.cccApp .checkbox-radio {
  padding-left: 5px;
  clear: both;
  display: inline-block;
}
.cccApp .checkbox-radio.noClear {
  clear: none;
}
.cccApp .formItem {
  background-color: #fff;
}
.cccApp .formItem.has-feedback {
  display: inline !important;
}
.cccApp .formItem .matrixItem.oddEvenStyle:nth-child(even) {
  background: #f6f6f6 !important;
}
.cccApp .formItem .matrixItem.oddEvenStyle:nth-child(even) .formItem {
  background: #f6f6f6 !important;
}
.cccApp .preload {
  display: block;
}
.cccApp .fullWidth {
  width: 100% !important;
}
.cccApp .customStyle {
  padding: 10px;
}
.cccApp .halfOpacity {
  opacity: 0.5;
}
.cccApp .halfOpacity.pointer {
  cursor: not-allowed;
}
.cccApp .cccInputArea {
  display: block !important;
  padding: 0;
  position: relative;
}
.cccApp .matrixBtn {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}
.cccApp .matrixBtn.vcenter1 {
  margin-top: -50px;
}
.cccApp .matrixBtn.vcenter2 {
  margin-top: 0px;
}
.cccApp .matrixBtn.vcenter3 {
  margin-top: -150px;
}
.cccApp .matrixBtn.vcenter4 {
  margin-top: -100px;
}
.cccApp .matrixBtn.vcenter {
  margin-top: -25px;
}
.cccApp .matrixBtn.matrixBtn_sort, .cccApp .matrixBtn.matrixBtn_sort_up, .cccApp .matrixBtn.matrixBtn_sort_down {
  color: #556bd8;
}
.cccApp .matrixBtn.matrixBtn_del {
  color: #556bd8;
}
.cccApp .fontRed {
  color: red;
}
.cccApp .cccAlertMessage {
  margin-top: 4px;
  min-height: 20px;
  line-height: 20px;
  padding: 0px !important;
  color: red;
  font-size: 13px !important;
}
.cccApp .cccFirstItem {
  padding-top: 0 !important;
}
.cccApp textarea {
  resize: none;
}
.cccApp textarea.wysiwyg:not(.wysiwyged), .cccApp textarea.cccCode:not(.cccCodeed) {
  cursor: pointer;
}
.cccApp textarea.wysiwyg:not(.wysiwyged) + span.cccform-style-fix, .cccApp textarea.cccCode:not(.cccCodeed) + span.cccform-style-fix {
  cursor: pointer;
  pointer-events: none;
  position: absolute !important;
  width: calc(100% - 30px) !important;
  height: calc(100% - 24px) !important;
  background-color: rgba(85, 107, 216, 0.59);
  top: 0;
  margin: 0px;
  z-index: 1;
  border-radius: 10px;
  padding: 0px;
  line-height: 100%;
  color: #556bd8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns:x='http://ns.adobe.com/Extensibility/1.0/' xmlns:i='http://ns.adobe.com/AdobeIllustrator/10.0/' xmlns:graph='http://ns.adobe.com/Graphs/1.0/' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 125' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cswitch%3E%3CforeignObject requiredExtensions='http://ns.adobe.com/AdobeIllustrator/10.0/' x='0' y='0' width='1' height='1'/%3E%3Cg i:extraneous='self'%3E%3Cg%3E%3Cpath d='M23.5,33.3h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3v-5.6 C24.8,33.9,24.2,33.3,23.5,33.3z'/%3E%3Cpath d='M47.1,41.6h23.4l3.9-8.2H47.1c-0.8,0-1.4,0.6-1.4,1.3v5.6C45.7,41,46.4,41.6,47.1,41.6z'/%3E%3Cpath d='M45.7,55.6c0,0.8,0.6,1.3,1.4,1.3h23c-0.5-0.8-0.8-1.6-0.9-2.5l-0.7-5.7H47.1c-0.8,0-1.4,0.6-1.4,1.3V55.6z'/%3E%3Cpath d='M47.1,72.2h32.3c0.7,0,1.3-0.6,1.3-1.3v-5.6c0-0.7-0.6-1.3-1.3-1.3H47.1c-0.7,0-1.3,0.6-1.3,1.3v5.6 C45.8,71.6,46.3,72.2,47.1,72.2z'/%3E%3Cpath d='M23.5,48.6h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3V50 C24.8,49.2,24.2,48.6,23.5,48.6z'/%3E%3Cpath d='M23.5,63.9h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3v-5.6 C24.8,64.5,24.2,63.9,23.5,63.9z'/%3E%3Cpath d='M87.7,79H38.9V26.3h38.8l3.3-7.1H7.4c-2.7,0-4.9,2.2-4.9,4.9v57c0,2.7,2.2,4.9,4.9,4.9h82.5c2.7,0,4.9-2.2,4.9-4.9V36.5 l-7.1,15V79z M9.6,26.3h22.2V79H9.6V26.3z'/%3E%3Cpath d='M82.2,50.8l1-2.1l-8.5-4l-1,2.1c-0.1,0.2-0.1,0.5-0.1,0.8l0.7,6.1c0.1,1,1.3,1.6,2.2,1l5.2-3.3 C82,51.3,82.1,51.1,82.2,50.8z'/%3E%3Crect x='74.5' y='28.9' transform='matrix(0.4271 -0.9042 0.9042 0.4271 18.402 96.2936)' width='21.5' height='9.4'/%3E%3Cpath d='M96.7,16.9l-5.9-2.8c-0.7-0.3-1.6,0-1.9,0.7l-1.7,3.7l8.5,4l1.7-3.7C97.7,18.1,97.4,17.3,96.7,16.9z'/%3E%3C/g%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.cccApp textarea.wysiwyg:not(.wysiwyged):hover + span.cccform-style-fix, .cccApp textarea.cccCode:not(.cccCodeed):hover + span.cccform-style-fix {
  background-color: rgba(85, 107, 216, 0.3);
}
.cccApp textarea.wysiwyg:not(.wysiwyged) + span.cccform-style-fix:after, .cccApp textarea.cccCode:not(.cccCodeed) + span.cccform-style-fix:after {
  display: none;
}
.cccApp textarea.cccCodeed {
  display: block;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  opacity: 0;
  width: 1px !important;
  pointer-events: none;
  position: absolute;
}
.cccApp .cccApp-wordCountHolder {
  font-size: 15px;
  color: #777;
}
.cccApp .noPaddingBottom {
  padding-bottom: 0 !important;
}
.cccApp .noMarginBottom {
  margin-bottom: 0 !important;
}
.cccApp .sortableHandle {
  cursor: move !important;
}
.cccApp .sortableHandle .matrixBtn {
  cursor: move !important;
}
.cccApp .offLabel {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 15px;
  color: #777;
}
.cccApp .onLabel {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 15px;
}
.cccApp .hasText {
  font-style: normal !important;
}
.cccApp .justify .checkboxGroup {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.cccApp .justify .radioGroup {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.cccApp .justify .cccRadio {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cccApp .justify .cccRadio > div.cccLabel {
  padding: 0 !important;
}
.cccApp .checkboxGroup, .cccApp .radioGroup {
  text-justify: auto;
  margin-bottom: -5px;
}
.cccApp .checkboxGroup .cccLabel.input-lg, .cccApp .radioGroup .cccLabel.input-lg {
  height: auto !important;
}
.cccApp .checkboxGroup .inputErrorStatus, .cccApp .radioGroup .inputErrorStatus {
  right: -18px;
  margin-top: -44px !important;
}
.cccApp .matrixErrorStatus {
  display: none;
}
.cccApp .filter-option {
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cccApp .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "";
}
.cccApp .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 50%;
  margin-top: -4px;
  right: 28px;
  position: absolute;
  font-family: "CCCRM_form" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  text-shadow: 0 0 5px #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: medium none !important;
}
.cccApp .isListener {
  display: none;
}
.cccApp .cccAutoWidth {
  width: auto !important;
  display: inline-block;
}
.cccApp .btn-default {
  background-image: none !important;
}
.cccApp .ccc-clipboard {
  padding-left: 45px;
}
.cccApp .bs-searchbox {
  padding: 4px 8px;
}
.cccApp .bs-searchbox .form-control {
  border-radius: 3px;
}
.cccApp .bs-actionsbox {
  padding: 4px 8px;
}
.cccApp .bs-donebutton {
  padding: 4px 8px;
}
.cccApp .dropdown-toggle > * {
  margin-top: 5px;
}
.cccApp .lessPaddingDiv > div {
  padding-left: 5px;
  padding-right: 5px;
}
.cccApp .matrixRemove.halfOpacity {
  cursor: not-allowed;
}
.cccApp .bootstrap-select > .dropdown-toggle {
  height: 100%;
}
.cccApp .bootstrap-select.btn-group .dropdown-menu li small {
  clear: both;
  float: left;
  display: inline-block;
  width: 100%;
  padding-left: 0 !important;
}
.cccApp .inputErrorStatus {
  top: 0px;
  right: -15px;
  transform: rotate(45deg);
  margin-top: -14px;
}
.cccApp .inputErrorStatus:before {
  font-size: 25px;
}
.cccApp .input-lg .dropdown-toggle span.filter-option {
  margin-top: 2px;
  overflow-x: hidden;
}
.cccApp .input-lg + span.inputErrorStatus, .cccApp .input-lg + * + span.inputErrorStatus, .cccApp .input-lg + * + * + span.inputErrorStatus {
  top: 0px;
  right: -5px !important;
  transform: rotate(45deg);
  margin-top: -5px !important;
  z-index: 999;
}
.cccApp .input-lg + span.inputErrorStatus:before, .cccApp .input-lg + * + span.inputErrorStatus:before, .cccApp .input-lg + * + * + span.inputErrorStatus:before {
  font-size: 33px !important;
}
.cccApp .notShowRequired .inputErrorStatus {
  display: none;
}
.cccApp .matrix-error .matrixErrorStatus {
  display: block;
}
.cccApp .datepicker-years .year {
  color: black;
}
.cccApp .selectGroup .btn {
  padding-left: 0px;
  padding-right: 0px;
}
.cccApp .selectGroup .btn.btn-default {
  min-width: auto !important;
}
.cccApp .selectGroup.hasText .filter-option {
  overflow: visible;
}
.cccApp .pull-right > .selectGroup {
  float: right;
}
.cccApp .pull-left > .selectGroup {
  float: left;
}
.cccApp .mce-btn-group .mce-btn {
  width: auto !important;
}
.cccApp .fileUpload {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.cccApp .fileUpload input {
  cursor: pointer !important;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 779;
}
.cccApp .fileUploadOverlay, .cccApp .base64UploadLabel {
  transition: 0.3s;
  border: transparent 1px dashed;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 777;
  left: 0px;
}
.cccApp .fileUploadOverlay div, .cccApp .base64UploadLabel div {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #9c9c9c;
  margin-left: -23px;
  margin-top: -40px;
  width: 46px;
  height: 46px;
  z-index: 778;
}
.cccApp .fileUploadOverlay .uploadLabelText, .cccApp .fileUploadOverlay .previewHolder, .cccApp .base64UploadLabel .uploadLabelText, .cccApp .base64UploadLabel .previewHolder {
  text-shadow: 0 0 10px #fff;
  transition: 0.3s;
}
.cccApp .upload-success .uploadLabelText {
  color: #68d29d !important;
}
.cccApp .upload-success .cccFormIcon {
  color: #68d29d !important;
}
.cccApp .tempImageHolder .fileUploadOverlay.upload-success {
  background: rgba(255, 255, 255, 0.6);
}
.cccApp .base64UploadLabel {
  background-color: white;
  border-radius: 10px;
}
.cccApp .uploadPlaceHolder, .cccApp .base64UploadLabel {
  padding: 0px;
}
.cccApp .uploadPlaceHolder *, .cccApp .base64UploadLabel * {
  cursor: pointer;
}
.cccApp .uploadPlaceHolder .fileUpload, .cccApp .base64UploadLabel .fileUpload {
  border-radius: 10px;
  border: #dadada 1px dashed;
  position: relative;
  overflow: hidden;
}
.cccApp .uploadPlaceHolder .uploadLabelText, .cccApp .uploadPlaceHolder .uploadLabelDragText, .cccApp .base64UploadLabel .uploadLabelText, .cccApp .base64UploadLabel .uploadLabelDragText {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11pt;
  display: block;
  width: 100%;
  line-height: 20px;
  position: absolute;
  color: #9c9c9c;
  text-align: center;
  top: 50%;
  margin-top: 9px;
}
.cccApp .uploadPlaceHolder .uploadLabelText .progress, .cccApp .base64UploadLabel .uploadLabelText .progress {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 12px;
  box-shadow: none;
}
.cccApp .uploadPlaceHolder .uploadLabel, .cccApp .base64UploadLabel .uploadLabel {
  min-height: 150px;
}
.cccApp .uploadPlaceHolder .uploadLabel .backstretch, .cccApp .base64UploadLabel .uploadLabel .backstretch {
  width: 100% !important;
  height: 100% !important;
}
.cccApp .uploadPlaceHolder .uploadLabel .previewHolder, .cccApp .base64UploadLabel .uploadLabel .previewHolder {
  transition: 0.3s;
  opacity: 1;
  text-shadow: none;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  line-height: 20px !important;
  margin-top: 29px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11pt;
  color: #9c9c9c;
}
.cccApp .uploadPlaceHolder .uploadLabel.btn-success, .cccApp .base64UploadLabel .uploadLabel.btn-success {
  background: none !important;
}
.cccApp .uploadPlaceHolder .uploadLabel.btn-success .previewHolder, .cccApp .base64UploadLabel .uploadLabel.btn-success .previewHolder {
  color: #68d29d !important;
}
.cccApp .uploadPlaceHolder .uploadLabel.btn-warning, .cccApp .base64UploadLabel .uploadLabel.btn-warning {
  height: 150px !important;
  background-color: transparent !important;
  background-image: url("../../lib/img/ajax-loading-default.gif") !important;
  background-size: 46px 46px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayBtn, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayConfirm, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayBtn, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayConfirm, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayBtn, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayConfirm, .cccApp .base64UploadLabel .fileUploadOverlayBtn, .cccApp .base64UploadLabel .fileUploadOverlayConfirm {
  left: 0px;
}
.cccApp .uploadPlaceHolder .active.fileUploadOverlayBtn, .cccApp .uploadPlaceHolder .active.fileUploadOverlayConfirm, .cccApp .base64UploadLabel .active.fileUploadOverlayBtn, .cccApp .base64UploadLabel .active.fileUploadOverlayConfirm {
  display: flex;
}
.awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div, .awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div, .cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div, .cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div, .cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div, .cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div, .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div, .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayBtn > div, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayBtn > div, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayBtn > div, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div, .cccApp .base64UploadLabel .fileUploadOverlayBtn > div, .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div {
  pointer-events: all;
  transition: 0.2s;
  flex: 1;
  -webkit-box-flex: 1;
  place-content: center center;
  align-items: center;
  display: flex;
  flex-direction: row;
  min-width: auto;
}
.cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div .cccFormIcon, .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div .cccFormIcon, .cccApp .base64UploadLabel .fileUploadOverlayBtn > div .cccFormIcon, .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div .cccFormIcon {
  transition: 0.2s;
  transform: scale(1, 1);
}
.cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div:hover .cccFormIcon, .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div:hover .cccFormIcon, .cccApp .base64UploadLabel .fileUploadOverlayBtn > div:hover .cccFormIcon, .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div:hover .cccFormIcon {
  filter: brightness(80%);
  transform: scale(1.3, 1.3);
}
.cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .cccApp .base64UploadLabel .fileUploadOverlayConfirm {
  display: none;
  position: absolute;
  z-index: 781;
  height: 100%;
  width: 100%;
  background: #dba5ae;
}
.cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .cccApp .base64UploadLabel .fileUploadOverlayBtn {
  pointer-events: none;
  display: none;
  transition: 0.3s;
  transform: translateY(100%);
  position: absolute;
  z-index: 780;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.cccApp .has-error .inputErrorStatus {
  margin-right: 18px;
  color: red;
}
.cccApp .has-error .uploadPlaceHolder .fileUpload {
  border: red 1px dashed;
}
.cccApp .has-error .uploadPlaceHolder .uploadLabelText {
  color: red;
}
.cccApp .has-error .uploadPlaceHolder .fileUploadOverlay div, .cccApp .has-error .uploadPlaceHolder .base64UploadLabel div {
  color: red;
}
.cccApp .has-error .bootstrap-select .dropdown-toggle {
  border-color: red;
}
.cccApp .has-error .form-control:focus {
  border-color: red !important;
}
.cccApp .has-error .form-control:focus appMenu {
  border-color: red;
}
.cccApp .has-error .ccc-otp {
  padding-right: 72px;
}
.cccApp .uploadPlaceHolder:hover .fileUpload {
  border: #556bd8 1px dashed;
}
.cccApp .uploadPlaceHolder:hover .fileUploadOverlay {
  color: #556bd8;
}
.cccApp .uploadPlaceHolder:hover .fileUploadOverlay div {
  color: #556bd8;
}
.cccApp .uploadPlaceHolder:hover .fileUploadOverlay.upload-success {
  transform: translateY(-100%);
}
.cccApp .uploadPlaceHolder:hover .uploadLabelText {
  color: #556bd8;
}
.cccApp .uploadPlaceHolder:hover .fileUploadOverlayBtn.active {
  transform: translateY(0);
}
.cccApp .uploadPlaceHolder:hover .uploadLabel .previewHolder {
  opacity: 0;
}
.cccApp .uploadPlaceHolder.dragenter .fileUpload {
  border: #68d29d 1px dashed;
}
.cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay {
  color: #68d29d !important;
}
.cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay div {
  color: #68d29d !important;
}
.cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .uploadLabelText {
  display: none;
}
.cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .uploadLabelDragText {
  display: block !important;
  color: #68d29d !important;
}
.cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .cccFormIcon:first-child {
  display: none;
}
.cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .cccFormIcon.cccappicon-add_circle {
  display: block !important;
}
.cccApp .cccAppCancelBtn {
  transform: rotate(45deg);
  color: #9c9c9c;
}
.cccApp .cccAppConfirmBtn {
  color: red;
}
.cccApp .cccAppPreviewBtn {
  color: #9c9c9c;
}
.cccApp .cccAppDeleteBtn {
  color: #9c9c9c;
}
.cccApp .cccAppUploadBtn {
  pointer-events: none !important;
  color: #9c9c9c;
}
.cccApp .cccHTML {
  font-size: 18px;
}
.cccApp .cccPreview .fileUpload {
  cursor: default !important;
}
.cccApp .cccPreview .cccSectionTitle {
  margin-bottom: 40px;
  border-bottom: 2px solid black;
}
.cccApp .cccPreview .sortableHandle {
  display: none;
}
.cccApp .cccPreview .matrixRemoveBtn {
  display: none;
}
.cccApp .cccPreview .matrixGroupContent {
  width: 100%;
  padding: 0 !important;
}
.cccApp .cccPreview .matrixGroup {
  width: 100%;
  padding: 0 !important;
}
.cccApp .cccPreview .preload {
  clear: both;
}
.cccApp .cccPreview .previewPaddingLeft {
  padding-left: 15px !important;
}
.cccApp .cccPreview div.printBreak {
  display: block;
}
.cccApp .previewInput {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 20px;
  padding: 10px;
  word-wrap: break-word;
}
@media print {
  .cccApp .previewInput {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    padding: 5px;
    word-break: break-all;
  }
}
.cccApp .cccAppDesc {
  font-size: 12px;
  color: #e5e5e5;
}
.cccApp .cccLabel {
  font-size: 13px !important;
  color: #777;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccApp .cccLabel.input-lg span {
  line-height: 32px !important;
}
.cccApp .formItem {
  background: transparent;
  padding-bottom: 10px;
}
.cccApp .customStyle {
  padding-left: 30px;
  padding-right: 30px;
}
.cccApp .cccInputArea {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccApp .cccHTML {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccApp .matrixGroup {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccApp .previewInput {
  padding: 15px !important;
}
.cccApp .noPadding {
  padding: 0 !important;
}
.cccApp .filter-option {
  color: #777 !important;
  font-style: italic !important;
  text-transform: none !important;
  line-height: 110%;
}
.cccApp .marginTopBottom {
  margin-bottom: 26px;
  margin-top: 26px;
}
.cccApp .form-control {
  border-radius: 5px !important;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.3s;
  border-color: #e5e5e5;
}
.cccApp .form-control:focus {
  border-color: #e5e5e5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.cccApp .matrix-error .errorHolder {
  border-color: red;
  color: red;
}
.cccApp .matrix-error button .matrixErrorStatus {
  border-color: red;
  margin-top: 18px;
  margin-right: 0;
  color: red;
}
.cccApp .matrix-error button .normalImage {
  display: none;
}
.cccApp .matrix-error button .errorImage {
  display: inline;
}
.cccApp .matrix-error .matrixErrorStatus {
  margin-right: 18px;
}
.cccApp .noPaddingRight {
  padding-right: 0 !important;
}
.cccApp .noPaddingLeft {
  padding-left: 0 !important;
}
.cccApp .noPaddingBottom {
  padding-bottom: 0 !important;
}
.cccApp .noPaddingTop {
  padding-top: 0 !important;
}
.cccApp .form-group {
  margin-bottom: 10px;
}
.cccApp .matrixItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: inherit;
}
.cccApp .keepLastItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: inherit;
}
.cccApp .btn-primary {
  background: #4560db;
  border-color: #4560db;
}
.cccApp .btn-primary:hover {
  background: #4560db;
  border-color: #4560db;
  outline: 0;
}
.cccApp .btn-primary:focus {
  background: #4560db;
  border-color: #4560db;
  outline: 0;
}
.cccApp .btn-icon-add:before {
  font-family: "CCCRM_form" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 46px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background: white;
  color: #4560db;
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(29%);
  transform-origin: top;
}
.cccApp .btn-icon-add {
  left: 0px;
  width: 100% !important;
  background: transparent !important;
  color: #4560db !important;
  font-weight: bold !important;
  font-family: "SourceSansPro-Semibold", sans-serif !important;
  text-shadow: none !important;
  border: 0px !important;
  box-shadow: none !important;
}
.cccApp .cccSubmit {
  float: right;
}
.cccApp .selectGroup.hasText .filter-option {
  color: black !important;
  font-style: normal !important;
  text-transform: none !important;
  line-height: 100%;
}
.cccApp textarea.form-control {
  border-radius: 10px !important;
}
.cccApp .error .bootstrap-select .dropdown-toggle {
  border-color: red;
}
.cccApp .cccPhone .marginTopBottom {
  margin-bottom: 9px;
  margin-top: 9px;
}
.cccApp .ccc-otp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cccApp .ccc-otp input {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 30px !important;
  font-weight: bold !important;
}
.cccApp .cccInput.hasText {
  color: black !important;
}
.cccApp .dropdown-menu {
  border-radius: 10px !important;
}
.cccApp .dropdown-menu .text {
  color: #0e0e0e;
  display: block;
  width: 100%;
  white-space: normal;
  text-align: left;
}
.cccApp .dropdown-menu .text-muted {
  white-space: pre-wrap;
}
.cccApp .dropdown-menu.open {
  margin: 0px;
  padding: 0px;
}
.cccApp .dropdown-menu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.cccApp .dropdown-menu > li > a:hover, .cccApp .dropdown-menu > li.active > a {
  background-color: #b2b2b2 !important;
  background-image: none !important;
  color: #6d6d6d;
}
.cccApp .dropdown-menu > li > a:hover .text, .cccApp .dropdown-menu > li.active > a .text {
  color: #6d6d6d;
}
.cccApp .dropdown-menu > li > a:hover .text-muted, .cccApp .dropdown-menu > li.active > a .text-muted {
  color: #6d6d6d;
}
.cccApp .dropdown-menu > li > a:focus {
  background-color: #dadada !important;
  background-image: none !important;
  color: #6d6d6d;
}
.cccApp .dropdown-menu > li > a:focus .text {
  color: #6d6d6d;
}
.cccApp .dropdown-menu > li > a:focus .text-muted {
  color: #6d6d6d;
}
.cccApp .lessPaddingDiv > div {
  padding: 0;
}
.cccApp .switchy-container {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 6px 0 0;
  width: 70px;
  height: 46px;
  background: none;
  float: left;
}
.cccApp .switchy-bar {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 32px;
}
.cccApp .switchy-slider {
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  background: #fff;
  top: 0;
  left: 0;
  cursor: pointer;
}
.cccApp .btn {
  border-radius: 30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-color: #e5e5e5;
}
.cccApp .btn.dropdown-toggle {
  outline: none !important;
  border-radius: 5px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccApp .btn.btn-warning {
  min-width: 100px;
}
.cccApp .btn.btn-default {
  padding: 6px 22px;
  min-width: 100px;
}
.cccApp button.btn:not(.dropdown-toggle) {
  line-height: 30px !important;
}
.cccApp .errorImage {
  display: none;
}
.cccApp .tabLink {
  font-size: 18px;
}
.cccApp .cccAppMenu {
  margin: 0 !important;
  padding: 0 !important;
}
.cccApp .cccAppMenu li {
  padding-left: 0;
}
.cccApp .bootstrap-dialog-footer-buttons button {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #5f5f5f;
  border-color: #5f5f5f;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default:active {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default:active:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default:active:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default:active.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default.active {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default.active:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default.active:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default.active.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .bootstrap-dialog-footer-buttons .btn-default.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp input {
  outline: none !important;
}
.cccApp .cccform-style-fix {
  min-height: 70px;
  width: 100%;
  display: block !important;
  padding: 15px;
  margin: -15px;
  line-height: 1px;
  position: absolute !important;
  height: 100% !important;
}
.cccApp .cccform-style-fix.noPaddingMargin {
  margin-top: -3px;
  padding: 0;
  margin: 0;
}
.cccApp .cccform-style-fix.noPaddingMargin::after {
  margin-top: 0;
}
.cccApp .cccform-style-fix::after {
  margin-top: -3px;
  content: "";
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0;
  color: #4560db;
  opacity: 0.5;
  z-index: -1;
  display: inline-block;
  pointer-events: none;
  border-radius: 5px !important;
}
.cccApp .cccform-style-fix.with-desc::after {
  margin-top: -2px;
  height: calc(100% - 18px);
}
.cccApp textarea.form-control + .cccform-style-fix::after {
  border-radius: 10px !important;
}
.cccApp .form-control:focus + .cccform-style-fix, .cccApp .form-control:focus + div + .cccform-style-fix {
  z-index: 1;
}
.cccApp .form-control:focus + .cccform-style-fix::after, .cccApp .form-control:focus + div + .cccform-style-fix::after {
  animation: anim-shadow 0.3s forwards;
  z-index: 1;
}
.cccApp input[type=radio]:checked + label::before {
  outline: none !important;
  background-color: #fff;
  border-color: #4560db;
}
.cccApp input[type=radio]:checked + label::after {
  color: #fff;
}
.cccApp input[type=checkbox]:checked + label::before {
  background-color: #4560db;
}
.cccApp input[type=checkbox]:checked + label::after {
  color: #fff;
}
.cccApp .radio label::after {
  outline: none !important;
  background-color: #4560db;
}
.cccApp .cccRadio:hover input[type=checkbox] + label::before {
  border-color: #4560db;
}
.cccApp .cccRadio:hover input[type=radio] + label::before {
  border-color: #4560db;
}
.cccApp .checkbox label:after {
  padding-left: 5px;
  padding-top: 3px;
  font-size: 9px;
}
.cccApp .open > .dropdown-toggle.btn-warning:hover {
  background: #db0614;
  border-color: #db0614;
}
.cccApp .open > .dropdown-toggle.btn-warning:focus {
  background: #db0614;
  border-color: #db0614;
}
.cccApp .open > .dropdown-toggle.btn-warning.focus {
  background: #db0614;
  border-color: #db0614;
}
.cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}

.cccAppUploadBtn.active .cccFormIcon {
  transform: scale(1.3, 1.3) !important;
}

.awardflow .cccApp .keepLastItem, .awardflow .cccApp .matrixItem, .cccrm2 .cccApp .keepLastItem, .cccrm2 .cccApp .matrixItem, .cccrm .cccApp .keepLastItem, .cccrm .cccApp .matrixItem, .cccApp .matrixItem, .cccApp .keepLastItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

.awardflow .cccApp .justify .radioGroup .stretch, .awardflow .cccApp .justify .checkboxGroup .stretch, .cccrm2 .cccApp .justify .radioGroup .stretch, .cccrm2 .cccApp .justify .checkboxGroup .stretch, .cccrm .cccApp .justify .radioGroup .stretch, .cccrm .cccApp .justify .checkboxGroup .stretch, .cccApp .justify .checkboxGroup .stretch, .cccApp .justify .radioGroup .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.cccrm .cccApp *:not(.glyphicon):not(.mce-ico):not(.fa):not(strong):not(.cccFormIcon):not(.inputErrorStatus) {
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
.cccrm .cccApp *:not(.glyphicon):not(.mce-ico):not(.fa):not(strong):not(.cccFormIcon):not(.inputErrorStatus):focus {
  outline: 0 !important;
}
.cccrm .cccApp .ace_editor {
  min-height: 200px !important;
}
.cccrm .cccApp .ace_editor, .cccrm .cccApp .ace_editor * {
  font-style: normal !important;
  font-variant-ligatures: normal !important;
  font-variant-caps: normal !important;
  font-variant-numeric: normal !important;
  font-variant-east-asian: normal !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-size: 12px !important;
  line-height: normal !important;
  font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
}
.cccrm .cccApp .toggleLabel {
  padding-top: 12px;
  padding-left: 10px;
  display: inline-block;
}
.cccrm .cccApp *:focus {
  outline: 0 !important;
}
.cccrm .cccApp .mce-container {
  border-radius: 10px;
}
.cccrm .cccApp .cccPhone .cccAreacode {
  padding-left: 0;
}
.cccrm .cccApp .cccPhone .cccAreacode .inputErrorStatus {
  margin-right: 0px !important;
}
.cccrm .cccApp .cccPhone .col-xs-8 {
  padding-right: 0;
}
.cccrm .cccApp .cccPhone .col-xs-8 .inputErrorStatus {
  margin-right: 3px !important;
}
.cccrm .cccApp input {
  outline: none;
}
.cccrm .cccApp strong {
  font-weight: bolder;
}
.cccrm .cccApp .matrixItem {
  display: inline-block;
  left: 0px;
  top: 0px;
  position: relative;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}
.cccrm .cccApp .coreTpl {
  display: none;
}
.cccrm .cccApp .keepLastItem {
  clear: both;
}
.cccrm .cccApp .matrix-highlight {
  background: #eff2be !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cccrm .cccApp .ui-state-highlight {
  display: block;
}
.cccrm .cccApp .pointer {
  cursor: pointer;
}
.cccrm .cccApp .all-scroll {
  cursor: all-scroll;
}
.cccrm .cccApp .text-left {
  text-align: left;
}
.cccrm .cccApp .text-center {
  text-align: center;
}
.cccrm .cccApp .text-right {
  text-align: right;
}
.cccrm .cccApp .inputRequired {
  color: #f37b30;
}
.cccrm .cccApp .checkbox-radio {
  padding-left: 5px;
  clear: both;
  display: inline-block;
}
.cccrm .cccApp .checkbox-radio.noClear {
  clear: none;
}
.cccrm .cccApp .formItem {
  background-color: #fff;
}
.cccrm .cccApp .formItem.has-feedback {
  display: inline !important;
}
.cccrm .cccApp .formItem .matrixItem.oddEvenStyle:nth-child(even) {
  background: #f6f6f6 !important;
}
.cccrm .cccApp .formItem .matrixItem.oddEvenStyle:nth-child(even) .formItem {
  background: #f6f6f6 !important;
}
.cccrm .cccApp .formItem .matrixItem {
  background: #f6f6f6 !important;
  margin-top: 15px;
  border-radius: 10px;
}
.cccrm .cccApp .formItem .matrixItem:last-child {
  margin-bottom: 15px;
}
.cccrm .cccApp .formItem .matrixAdd {
  margin-top: 15px;
}
.cccrm .cccApp .preload {
  display: block;
}
.cccrm .cccApp .fullWidth {
  width: 100% !important;
}
.cccrm .cccApp .customStyle {
  padding: 10px;
}
.cccrm .cccApp .halfOpacity {
  opacity: 0.5;
}
.cccrm .cccApp .halfOpacity.pointer {
  cursor: not-allowed;
}
.cccrm .cccApp .cccInputArea {
  display: block !important;
  padding: 0;
  position: relative;
}
.cccrm .cccApp .matrixBtn {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}
.cccrm .cccApp .matrixBtn.vcenter1 {
  margin-top: -50px;
}
.cccrm .cccApp .matrixBtn.vcenter2 {
  margin-top: 0px;
}
.cccrm .cccApp .matrixBtn.vcenter3 {
  margin-top: -150px;
}
.cccrm .cccApp .matrixBtn.vcenter4 {
  margin-top: -100px;
}
.cccrm .cccApp .matrixBtn.vcenter {
  margin-top: -25px;
}
.cccrm .cccApp .matrixBtn.matrixBtn_sort, .cccrm .cccApp .matrixBtn.matrixBtn_sort_up, .cccrm .cccApp .matrixBtn.matrixBtn_sort_down {
  color: #49444e;
}
.cccrm .cccApp .matrixBtn.matrixBtn_del {
  color: #49444e;
}
.cccrm .cccApp .fontRed {
  color: #f37b30;
}
.cccrm .cccApp .cccAlertMessage {
  margin-top: 4px;
  min-height: 20px;
  line-height: 20px;
  padding: 0px !important;
  color: #f37b30;
  font-size: 13px !important;
}
.cccrm .cccApp .cccFirstItem {
  padding-top: 0 !important;
}
.cccrm .cccApp textarea {
  resize: none;
}
.cccrm .cccApp textarea.wysiwyg:not(.wysiwyged), .cccrm .cccApp textarea.cccCode:not(.cccCodeed) {
  cursor: pointer;
}
.cccrm .cccApp textarea.wysiwyg:not(.wysiwyged) + span.cccform-style-fix, .cccrm .cccApp textarea.cccCode:not(.cccCodeed) + span.cccform-style-fix {
  cursor: pointer;
  pointer-events: none;
  position: absolute !important;
  width: calc(100% - 30px) !important;
  height: calc(100% - 24px) !important;
  background-color: rgba(178, 178, 178, 0.59);
  top: 0;
  margin: 0px;
  z-index: 1;
  border-radius: 10px;
  padding: 0px;
  line-height: 100%;
  color: #b2b2b2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns:x='http://ns.adobe.com/Extensibility/1.0/' xmlns:i='http://ns.adobe.com/AdobeIllustrator/10.0/' xmlns:graph='http://ns.adobe.com/Graphs/1.0/' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 125' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cswitch%3E%3CforeignObject requiredExtensions='http://ns.adobe.com/AdobeIllustrator/10.0/' x='0' y='0' width='1' height='1'/%3E%3Cg i:extraneous='self'%3E%3Cg%3E%3Cpath d='M23.5,33.3h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3v-5.6 C24.8,33.9,24.2,33.3,23.5,33.3z'/%3E%3Cpath d='M47.1,41.6h23.4l3.9-8.2H47.1c-0.8,0-1.4,0.6-1.4,1.3v5.6C45.7,41,46.4,41.6,47.1,41.6z'/%3E%3Cpath d='M45.7,55.6c0,0.8,0.6,1.3,1.4,1.3h23c-0.5-0.8-0.8-1.6-0.9-2.5l-0.7-5.7H47.1c-0.8,0-1.4,0.6-1.4,1.3V55.6z'/%3E%3Cpath d='M47.1,72.2h32.3c0.7,0,1.3-0.6,1.3-1.3v-5.6c0-0.7-0.6-1.3-1.3-1.3H47.1c-0.7,0-1.3,0.6-1.3,1.3v5.6 C45.8,71.6,46.3,72.2,47.1,72.2z'/%3E%3Cpath d='M23.5,48.6h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3V50 C24.8,49.2,24.2,48.6,23.5,48.6z'/%3E%3Cpath d='M23.5,63.9h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3v-5.6 C24.8,64.5,24.2,63.9,23.5,63.9z'/%3E%3Cpath d='M87.7,79H38.9V26.3h38.8l3.3-7.1H7.4c-2.7,0-4.9,2.2-4.9,4.9v57c0,2.7,2.2,4.9,4.9,4.9h82.5c2.7,0,4.9-2.2,4.9-4.9V36.5 l-7.1,15V79z M9.6,26.3h22.2V79H9.6V26.3z'/%3E%3Cpath d='M82.2,50.8l1-2.1l-8.5-4l-1,2.1c-0.1,0.2-0.1,0.5-0.1,0.8l0.7,6.1c0.1,1,1.3,1.6,2.2,1l5.2-3.3 C82,51.3,82.1,51.1,82.2,50.8z'/%3E%3Crect x='74.5' y='28.9' transform='matrix(0.4271 -0.9042 0.9042 0.4271 18.402 96.2936)' width='21.5' height='9.4'/%3E%3Cpath d='M96.7,16.9l-5.9-2.8c-0.7-0.3-1.6,0-1.9,0.7l-1.7,3.7l8.5,4l1.7-3.7C97.7,18.1,97.4,17.3,96.7,16.9z'/%3E%3C/g%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.cccrm .cccApp textarea.wysiwyg:not(.wysiwyged):hover + span.cccform-style-fix, .cccrm .cccApp textarea.cccCode:not(.cccCodeed):hover + span.cccform-style-fix {
  background-color: rgba(77, 77, 77, 0.3);
}
.cccrm .cccApp textarea.wysiwyg:not(.wysiwyged) + span.cccform-style-fix:after, .cccrm .cccApp textarea.cccCode:not(.cccCodeed) + span.cccform-style-fix:after {
  display: none;
}
.cccrm .cccApp textarea.cccCodeed {
  display: block;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  opacity: 0;
  width: 1px !important;
  pointer-events: none;
  position: absolute;
}
.cccrm .cccApp .cccApp-wordCountHolder {
  font-size: 15px;
  color: #777;
}
.cccrm .cccApp .noPaddingBottom {
  padding-bottom: 0 !important;
}
.cccrm .cccApp .noMarginBottom {
  margin-bottom: 0 !important;
}
.cccrm .cccApp .sortableHandle {
  cursor: move !important;
}
.cccrm .cccApp .sortableHandle .matrixBtn {
  cursor: move !important;
}
.cccrm .cccApp .offLabel {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 15px;
  color: #777;
}
.cccrm .cccApp .onLabel {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 15px;
}
.cccrm .cccApp .hasText {
  font-style: normal !important;
}
.cccrm .cccApp .justify .checkboxGroup {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.cccrm .cccApp .justify .radioGroup {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.cccrm .cccApp .justify .cccRadio {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cccrm .cccApp .justify .cccRadio > div.cccLabel {
  padding: 0 !important;
}
.cccrm .cccApp .checkboxGroup, .cccrm .cccApp .radioGroup {
  text-justify: auto;
  margin-bottom: -5px;
}
.cccrm .cccApp .checkboxGroup .cccLabel.input-lg, .cccrm .cccApp .radioGroup .cccLabel.input-lg {
  height: auto !important;
}
.cccrm .cccApp .checkboxGroup .inputErrorStatus, .cccrm .cccApp .radioGroup .inputErrorStatus {
  right: -18px;
  margin-top: -44px !important;
}
.cccrm .cccApp .matrixErrorStatus {
  display: none;
}
.cccrm .cccApp .filter-option {
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cccrm .cccApp .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "";
}
.cccrm .cccApp .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 50%;
  margin-top: -4px;
  right: 28px;
  position: absolute;
  font-family: "CCCRM_form" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  text-shadow: 0 0 5px #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: medium none !important;
}
.cccrm .cccApp .isListener {
  display: none;
}
.cccrm .cccApp .cccAutoWidth {
  width: auto !important;
  display: inline-block;
}
.cccrm .cccApp .btn-default {
  background-image: none !important;
}
.cccrm .cccApp .ccc-clipboard {
  padding-left: 45px;
}
.cccrm .cccApp .bs-searchbox {
  padding: 4px 8px;
}
.cccrm .cccApp .bs-searchbox .form-control {
  border-radius: 3px;
}
.cccrm .cccApp .bs-actionsbox {
  padding: 4px 8px;
}
.cccrm .cccApp .bs-donebutton {
  padding: 4px 8px;
}
.cccrm .cccApp .dropdown-toggle > * {
  margin-top: 5px;
}
.cccrm .cccApp .lessPaddingDiv > div {
  padding-left: 5px;
  padding-right: 5px;
}
.cccrm .cccApp .matrixRemove.halfOpacity {
  cursor: not-allowed;
}
.cccrm .cccApp .bootstrap-select > .dropdown-toggle {
  height: 100%;
}
.cccrm .cccApp .bootstrap-select.btn-group .dropdown-menu li small {
  clear: both;
  float: left;
  display: inline-block;
  width: 100%;
  padding-left: 0 !important;
}
.cccrm .cccApp .inputErrorStatus {
  top: 0px;
  right: -15px;
  transform: rotate(45deg);
  margin-top: -14px;
}
.cccrm .cccApp .inputErrorStatus:before {
  font-size: 25px;
}
.cccrm .cccApp .input-lg .dropdown-toggle span.filter-option {
  margin-top: 2px;
  overflow-x: hidden;
}
.cccrm .cccApp .input-lg + span.inputErrorStatus, .cccrm .cccApp .input-lg + * + span.inputErrorStatus, .cccrm .cccApp .input-lg + * + * + span.inputErrorStatus {
  top: 0px;
  right: -5px !important;
  transform: rotate(45deg);
  margin-top: -5px !important;
  z-index: 999;
}
.cccrm .cccApp .input-lg + span.inputErrorStatus:before, .cccrm .cccApp .input-lg + * + span.inputErrorStatus:before, .cccrm .cccApp .input-lg + * + * + span.inputErrorStatus:before {
  font-size: 33px !important;
}
.cccrm .cccApp .notShowRequired .inputErrorStatus {
  display: none;
}
.cccrm .cccApp .matrix-error .matrixErrorStatus {
  display: block;
}
.cccrm .cccApp .datepicker-years .year {
  color: black;
}
.cccrm .cccApp .selectGroup .btn {
  padding-left: 0px;
  padding-right: 0px;
}
.cccrm .cccApp .selectGroup .btn.btn-default {
  min-width: auto !important;
}
.cccrm .cccApp .selectGroup.hasText .filter-option {
  overflow: visible;
}
.cccrm .cccApp .pull-right > .selectGroup {
  float: right;
}
.cccrm .cccApp .pull-left > .selectGroup {
  float: left;
}
.cccrm .cccApp .mce-btn-group .mce-btn {
  width: auto !important;
}
.cccrm .cccApp .fileUpload {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.cccrm .cccApp .fileUpload input {
  cursor: pointer !important;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 779;
}
.cccrm .cccApp .fileUploadOverlay, .cccrm .cccApp .base64UploadLabel {
  transition: 0.3s;
  border: transparent 1px dashed;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 777;
  left: 0px;
}
.cccrm .cccApp .fileUploadOverlay div, .cccrm .cccApp .base64UploadLabel div {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #9c9c9c;
  margin-left: -23px;
  margin-top: -40px;
  width: 46px;
  height: 46px;
  z-index: 778;
}
.cccrm .cccApp .fileUploadOverlay .uploadLabelText, .cccrm .cccApp .fileUploadOverlay .previewHolder, .cccrm .cccApp .base64UploadLabel .uploadLabelText, .cccrm .cccApp .base64UploadLabel .previewHolder {
  text-shadow: 0 0 10px #fff;
  transition: 0.3s;
}
.cccrm .cccApp .upload-success .uploadLabelText {
  color: #68d29d !important;
}
.cccrm .cccApp .upload-success .cccFormIcon {
  color: #68d29d !important;
}
.cccrm .cccApp .tempImageHolder .fileUploadOverlay.upload-success {
  background: rgba(255, 255, 255, 0.6);
}
.cccrm .cccApp .base64UploadLabel {
  background-color: white;
  border-radius: 10px;
}
.cccrm .cccApp .uploadPlaceHolder, .cccrm .cccApp .base64UploadLabel {
  padding: 0px;
}
.cccrm .cccApp .uploadPlaceHolder *, .cccrm .cccApp .base64UploadLabel * {
  cursor: pointer;
}
.cccrm .cccApp .uploadPlaceHolder .fileUpload, .cccrm .cccApp .base64UploadLabel .fileUpload {
  border-radius: 10px;
  border: #dadada 1px dashed;
  position: relative;
  overflow: hidden;
}
.cccrm .cccApp .uploadPlaceHolder .uploadLabelText, .cccrm .cccApp .uploadPlaceHolder .uploadLabelDragText, .cccrm .cccApp .base64UploadLabel .uploadLabelText, .cccrm .cccApp .base64UploadLabel .uploadLabelDragText {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11pt;
  display: block;
  width: 100%;
  line-height: 20px;
  position: absolute;
  color: #9c9c9c;
  text-align: center;
  top: 50%;
  margin-top: 9px;
}
.cccrm .cccApp .uploadPlaceHolder .uploadLabelText .progress, .cccrm .cccApp .base64UploadLabel .uploadLabelText .progress {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 12px;
  box-shadow: none;
}
.cccrm .cccApp .uploadPlaceHolder .uploadLabel, .cccrm .cccApp .base64UploadLabel .uploadLabel {
  min-height: 150px;
}
.cccrm .cccApp .uploadPlaceHolder .uploadLabel .backstretch, .cccrm .cccApp .base64UploadLabel .uploadLabel .backstretch {
  width: 100% !important;
  height: 100% !important;
}
.cccrm .cccApp .uploadPlaceHolder .uploadLabel .previewHolder, .cccrm .cccApp .base64UploadLabel .uploadLabel .previewHolder {
  transition: 0.3s;
  opacity: 1;
  text-shadow: none;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  line-height: 20px !important;
  margin-top: 29px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11pt;
  color: #9c9c9c;
}
.cccrm .cccApp .uploadPlaceHolder .uploadLabel.btn-success, .cccrm .cccApp .base64UploadLabel .uploadLabel.btn-success {
  background: none !important;
}
.cccrm .cccApp .uploadPlaceHolder .uploadLabel.btn-success .previewHolder, .cccrm .cccApp .base64UploadLabel .uploadLabel.btn-success .previewHolder {
  color: #68d29d !important;
}
.cccrm .cccApp .uploadPlaceHolder .uploadLabel.btn-warning, .cccrm .cccApp .base64UploadLabel .uploadLabel.btn-warning {
  height: 150px !important;
  background-color: transparent !important;
  background-image: url("../../lib/img/ajax-loading-default.gif") !important;
  background-size: 46px 46px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayBtn, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayConfirm {
  left: 0px;
}
.cccrm .cccApp .uploadPlaceHolder .active.fileUploadOverlayBtn, .cccrm .cccApp .uploadPlaceHolder .active.fileUploadOverlayConfirm, .cccrm .cccApp .base64UploadLabel .active.fileUploadOverlayBtn, .cccrm .cccApp .base64UploadLabel .active.fileUploadOverlayConfirm {
  display: flex;
}
.cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div, .cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayBtn > div, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div {
  pointer-events: all;
  transition: 0.2s;
  flex: 1;
  -webkit-box-flex: 1;
  place-content: center center;
  align-items: center;
  display: flex;
  flex-direction: row;
  min-width: auto;
}
.cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div .cccFormIcon, .cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div .cccFormIcon, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayBtn > div .cccFormIcon, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div .cccFormIcon {
  transition: 0.2s;
  transform: scale(1, 1);
}
.cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div:hover .cccFormIcon, .cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div:hover .cccFormIcon, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayBtn > div:hover .cccFormIcon, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div:hover .cccFormIcon {
  filter: brightness(80%);
  transform: scale(1.3, 1.3);
}
.cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayConfirm {
  display: none;
  position: absolute;
  z-index: 781;
  height: 100%;
  width: 100%;
  background: #dba5ae;
}
.cccrm .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .cccrm .cccApp .base64UploadLabel .fileUploadOverlayBtn {
  pointer-events: none;
  display: none;
  transition: 0.3s;
  transform: translateY(100%);
  position: absolute;
  z-index: 780;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.cccrm .cccApp .has-error .inputErrorStatus {
  margin-right: 18px;
  color: #f37b30;
}
.cccrm .cccApp .has-error .uploadPlaceHolder .fileUpload {
  border: #f37b30 1px dashed;
}
.cccrm .cccApp .has-error .uploadPlaceHolder .uploadLabelText {
  color: #f37b30;
}
.cccrm .cccApp .has-error .uploadPlaceHolder .fileUploadOverlay div, .cccrm .cccApp .has-error .uploadPlaceHolder .base64UploadLabel div {
  color: #f37b30;
}
.cccrm .cccApp .has-error .bootstrap-select .dropdown-toggle {
  border-color: #f37b30;
}
.cccrm .cccApp .has-error .form-control:focus {
  border-color: #f37b30 !important;
}
.cccrm .cccApp .has-error .form-control:focus appMenu {
  border-color: #f37b30;
}
.cccrm .cccApp .has-error .ccc-otp {
  padding-right: 72px;
}
.cccrm .cccApp .uploadPlaceHolder:hover .fileUpload {
  border: #49444e 1px dashed;
}
.cccrm .cccApp .uploadPlaceHolder:hover .fileUploadOverlay {
  color: #49444e;
}
.cccrm .cccApp .uploadPlaceHolder:hover .fileUploadOverlay div {
  color: #49444e;
}
.cccrm .cccApp .uploadPlaceHolder:hover .fileUploadOverlay.upload-success {
  transform: translateY(-100%);
}
.cccrm .cccApp .uploadPlaceHolder:hover .uploadLabelText {
  color: #49444e;
}
.cccrm .cccApp .uploadPlaceHolder:hover .fileUploadOverlayBtn.active {
  transform: translateY(0);
}
.cccrm .cccApp .uploadPlaceHolder:hover .uploadLabel .previewHolder {
  opacity: 0;
}
.cccrm .cccApp .uploadPlaceHolder.dragenter .fileUpload {
  border: #68d29d 1px dashed;
}
.cccrm .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay {
  color: #68d29d !important;
}
.cccrm .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay div {
  color: #68d29d !important;
}
.cccrm .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .uploadLabelText {
  display: none;
}
.cccrm .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .uploadLabelDragText {
  display: block !important;
  color: #68d29d !important;
}
.cccrm .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .cccFormIcon:first-child {
  display: none;
}
.cccrm .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .cccFormIcon.cccappicon-add_circle {
  display: block !important;
}
.cccrm .cccApp .cccAppCancelBtn {
  transform: rotate(45deg);
  color: #9c9c9c;
}
.cccrm .cccApp .cccAppConfirmBtn {
  color: #f37b30;
}
.cccrm .cccApp .cccAppPreviewBtn {
  color: #9c9c9c;
}
.cccrm .cccApp .cccAppDeleteBtn {
  color: #9c9c9c;
}
.cccrm .cccApp .cccAppUploadBtn {
  pointer-events: none !important;
  color: #9c9c9c;
}
.cccrm .cccApp .cccHTML {
  font-size: 18px;
}
.cccrm .cccApp .cccPreview .fileUpload {
  cursor: default !important;
}
.cccrm .cccApp .cccPreview .cccSectionTitle {
  margin-bottom: 40px;
  border-bottom: 2px solid black;
}
.cccrm .cccApp .cccPreview .sortableHandle {
  display: none;
}
.cccrm .cccApp .cccPreview .matrixRemoveBtn {
  display: none;
}
.cccrm .cccApp .cccPreview .matrixGroupContent {
  width: 100%;
  padding: 0 !important;
}
.cccrm .cccApp .cccPreview .matrixGroup {
  width: 100%;
  padding: 0 !important;
}
.cccrm .cccApp .cccPreview .preload {
  clear: both;
}
.cccrm .cccApp .cccPreview .previewPaddingLeft {
  padding-left: 15px !important;
}
.cccrm .cccApp .cccPreview div.printBreak {
  display: block;
}
.cccrm .cccApp .previewInput {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 20px;
  padding: 10px;
  word-wrap: break-word;
}
@media print {
  .cccrm .cccApp .previewInput {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    padding: 5px;
    word-break: break-all;
  }
}
.cccrm .cccApp .cccAppDesc {
  font-size: 12px;
  color: #e5e5e5;
}
.cccrm .cccApp .cccLabel {
  font-size: 13px !important;
  color: #777;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm .cccApp .cccLabel.input-lg span {
  line-height: 32px !important;
}
.cccrm .cccApp .formItem {
  background: transparent;
  padding-bottom: 10px;
}
.cccrm .cccApp .customStyle {
  padding-left: 30px;
  padding-right: 30px;
}
.cccrm .cccApp .cccInputArea {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm .cccApp .cccHTML {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm .cccApp .matrixGroup {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm .cccApp .previewInput {
  padding: 15px !important;
}
.cccrm .cccApp .noPadding {
  padding: 0 !important;
}
.cccrm .cccApp .filter-option {
  color: #777 !important;
  font-style: italic !important;
  text-transform: none !important;
  line-height: 110%;
}
.cccrm .cccApp .marginTopBottom {
  margin-bottom: 26px;
  margin-top: 26px;
}
.cccrm .cccApp .form-control {
  border-radius: 30px !important;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.3s;
  border-color: #e5e5e5;
}
.cccrm .cccApp .form-control:focus {
  border-color: #700aff;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.cccrm .cccApp .matrix-error .errorHolder {
  border-color: #f37b30;
  color: #f37b30;
}
.cccrm .cccApp .matrix-error button .matrixErrorStatus {
  border-color: #f37b30;
  margin-top: 18px;
  margin-right: 0;
  color: #f37b30;
}
.cccrm .cccApp .matrix-error button .normalImage {
  display: none;
}
.cccrm .cccApp .matrix-error button .errorImage {
  display: inline;
}
.cccrm .cccApp .matrix-error .matrixErrorStatus {
  margin-right: 18px;
}
.cccrm .cccApp .noPaddingRight {
  padding-right: 0 !important;
}
.cccrm .cccApp .noPaddingLeft {
  padding-left: 0 !important;
}
.cccrm .cccApp .noPaddingBottom {
  padding-bottom: 0 !important;
}
.cccrm .cccApp .noPaddingTop {
  padding-top: 0 !important;
}
.cccrm .cccApp .form-group {
  margin-bottom: 10px;
}
.cccrm .cccApp .matrixItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: inherit;
}
.cccrm .cccApp .keepLastItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: inherit;
}
.cccrm .cccApp .btn-primary {
  background: #700aff;
  border-color: #700aff;
}
.cccrm .cccApp .btn-primary:hover {
  background: #700aff;
  border-color: #700aff;
  outline: 0;
}
.cccrm .cccApp .btn-primary:focus {
  background: #700aff;
  border-color: #700aff;
  outline: 0;
}
.cccrm .cccApp .btn-icon-add:before {
  font-family: "CCCRM_form" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 46px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background: white;
  color: #700aff;
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(29%);
  transform-origin: top;
}
.cccrm .cccApp .btn-icon-add {
  left: 0px;
  width: 100% !important;
  background: transparent !important;
  color: #700aff !important;
  font-weight: bold !important;
  font-family: "SourceSansPro-Semibold", sans-serif !important;
  text-shadow: none !important;
  border: 0px !important;
  box-shadow: none !important;
}
.cccrm .cccApp .cccSubmit {
  float: right;
}
.cccrm .cccApp .selectGroup.hasText .filter-option {
  color: black !important;
  font-style: normal !important;
  text-transform: none !important;
  line-height: 100%;
}
.cccrm .cccApp textarea.form-control {
  border-radius: 10px !important;
}
.cccrm .cccApp .error .bootstrap-select .dropdown-toggle {
  border-color: #f37b30;
}
.cccrm .cccApp .cccPhone .marginTopBottom {
  margin-bottom: 9px;
  margin-top: 9px;
}
.cccrm .cccApp .ccc-otp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cccrm .cccApp .ccc-otp input {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 30px !important;
  font-weight: bold !important;
}
.cccrm .cccApp .cccInput.hasText {
  color: black !important;
}
.cccrm .cccApp .dropdown-menu {
  border-radius: 10px !important;
}
.cccrm .cccApp .dropdown-menu .text {
  color: #0e0e0e;
  display: block;
  width: 100%;
  white-space: normal;
  text-align: left;
}
.cccrm .cccApp .dropdown-menu .text-muted {
  white-space: pre-wrap;
}
.cccrm .cccApp .dropdown-menu.open {
  margin: 0px;
  padding: 0px;
}
.cccrm .cccApp .dropdown-menu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.cccrm .cccApp .dropdown-menu > li > a:hover, .cccrm .cccApp .dropdown-menu > li.active > a {
  background-color: #b2b2b2 !important;
  background-image: none !important;
  color: #6d6d6d;
}
.cccrm .cccApp .dropdown-menu > li > a:hover .text, .cccrm .cccApp .dropdown-menu > li.active > a .text {
  color: #6d6d6d;
}
.cccrm .cccApp .dropdown-menu > li > a:hover .text-muted, .cccrm .cccApp .dropdown-menu > li.active > a .text-muted {
  color: #6d6d6d;
}
.cccrm .cccApp .dropdown-menu > li > a:focus {
  background-color: #dadada !important;
  background-image: none !important;
  color: #6d6d6d;
}
.cccrm .cccApp .dropdown-menu > li > a:focus .text {
  color: #6d6d6d;
}
.cccrm .cccApp .dropdown-menu > li > a:focus .text-muted {
  color: #6d6d6d;
}
.cccrm .cccApp .lessPaddingDiv > div {
  padding: 0;
}
.cccrm .cccApp .switchy-container {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 6px 0 0;
  width: 70px;
  height: 46px;
  background: none;
  float: left;
}
.cccrm .cccApp .switchy-bar {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 32px;
}
.cccrm .cccApp .switchy-slider {
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  background: #fff;
  top: 0;
  left: 0;
  cursor: pointer;
}
.cccrm .cccApp .btn {
  border-radius: 30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-color: #e5e5e5;
}
.cccrm .cccApp .btn.dropdown-toggle {
  outline: none !important;
  border-radius: 30px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm .cccApp .btn.btn-warning {
  min-width: 100px;
}
.cccrm .cccApp .btn.btn-default {
  padding: 6px 22px;
  min-width: 100px;
}
.cccrm .cccApp button.btn:not(.dropdown-toggle) {
  line-height: 30px !important;
}
.cccrm .cccApp .errorImage {
  display: none;
}
.cccrm .cccApp .tabLink {
  font-size: 18px;
}
.cccrm .cccApp .cccAppMenu {
  margin: 0 !important;
  padding: 0 !important;
}
.cccrm .cccApp .cccAppMenu li {
  padding-left: 0;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons button {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #5f5f5f;
  border-color: #5f5f5f;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default:active {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default:active:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default:active:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default:active.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default.active {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default.active:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default.active:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default.active.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .bootstrap-dialog-footer-buttons .btn-default.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp input {
  outline: none !important;
}
.cccrm .cccApp .cccform-style-fix {
  min-height: 70px;
  width: 100%;
  display: block !important;
  padding: 15px;
  margin: -15px;
  line-height: 1px;
  position: absolute !important;
  height: 100% !important;
}
.cccrm .cccApp .cccform-style-fix.noPaddingMargin {
  margin-top: -3px;
  padding: 0;
  margin: 0;
}
.cccrm .cccApp .cccform-style-fix.noPaddingMargin::after {
  margin-top: 0;
}
.cccrm .cccApp .cccform-style-fix::after {
  margin-top: -3px;
  content: "";
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0;
  color: #700aff;
  opacity: 0.5;
  z-index: -1;
  display: inline-block;
  pointer-events: none;
  border-radius: 30px !important;
}
.cccrm .cccApp .cccform-style-fix.with-desc::after {
  margin-top: -2px;
  height: calc(100% - 18px);
}
.cccrm .cccApp textarea.form-control + .cccform-style-fix::after {
  border-radius: 10px !important;
}
.cccrm .cccApp .form-control:focus + .cccform-style-fix, .cccrm .cccApp .form-control:focus + div + .cccform-style-fix {
  z-index: 1;
}
.cccrm .cccApp .form-control:focus + .cccform-style-fix::after, .cccrm .cccApp .form-control:focus + div + .cccform-style-fix::after {
  animation: anim-shadow 0.3s forwards;
  z-index: 1;
}
.cccrm .cccApp input[type=radio]:checked + label::before {
  outline: none !important;
  background-color: #fff;
  border-color: #700aff;
}
.cccrm .cccApp input[type=radio]:checked + label::after {
  color: #fff;
}
.cccrm .cccApp input[type=checkbox]:checked + label::before {
  background-color: #700aff;
}
.cccrm .cccApp input[type=checkbox]:checked + label::after {
  color: #fff;
}
.cccrm .cccApp .radio label::after {
  outline: none !important;
  background-color: #700aff;
}
.cccrm .cccApp .cccRadio:hover input[type=checkbox] + label::before {
  border-color: #700aff;
}
.cccrm .cccApp .cccRadio:hover input[type=radio] + label::before {
  border-color: #700aff;
}
.cccrm .cccApp .checkbox label:after {
  padding-left: 5px;
  padding-top: 3px;
  font-size: 9px;
}
.cccrm .cccApp .open > .dropdown-toggle.btn-warning:hover {
  background: #f37b30;
  border-color: #f37b30;
}
.cccrm .cccApp .open > .dropdown-toggle.btn-warning:focus {
  background: #f37b30;
  border-color: #f37b30;
}
.cccrm .cccApp .open > .dropdown-toggle.btn-warning.focus {
  background: #f37b30;
  border-color: #f37b30;
}
.cccrm .cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm .cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}

.cccAppUploadBtn.active .cccFormIcon {
  transform: scale(1.3, 1.3) !important;
}

.awardflow .cccApp .keepLastItem, .awardflow .cccApp .matrixItem, .cccrm2 .cccApp .keepLastItem, .cccrm2 .cccApp .matrixItem, .cccApp .matrixItem, .cccApp .keepLastItem, .cccrm .cccApp .matrixItem, .cccrm .cccApp .keepLastItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

.awardflow .cccApp .justify .radioGroup .stretch, .awardflow .cccApp .justify .checkboxGroup .stretch, .cccrm2 .cccApp .justify .radioGroup .stretch, .cccrm2 .cccApp .justify .checkboxGroup .stretch, .cccApp .justify .checkboxGroup .stretch, .cccApp .justify .radioGroup .stretch, .cccrm .cccApp .justify .checkboxGroup .stretch, .cccrm .cccApp .justify .radioGroup .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.cccrm2 .cccApp *:not(.glyphicon):not(.mce-ico):not(.fa):not(strong):not(.cccFormIcon):not(.inputErrorStatus) {
  font-weight: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}
.cccrm2 .cccApp *:not(.glyphicon):not(.mce-ico):not(.fa):not(strong):not(.cccFormIcon):not(.inputErrorStatus):focus {
  outline: 0 !important;
}
.cccrm2 .cccApp .ace_editor {
  min-height: 200px !important;
}
.cccrm2 .cccApp .ace_editor, .cccrm2 .cccApp .ace_editor * {
  font-style: normal !important;
  font-variant-ligatures: normal !important;
  font-variant-caps: normal !important;
  font-variant-numeric: normal !important;
  font-variant-east-asian: normal !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-size: 12px !important;
  line-height: normal !important;
  font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
}
.cccrm2 .cccApp .toggleLabel {
  padding-top: 12px;
  padding-left: 10px;
  display: inline-block;
}
.cccrm2 .cccApp *:focus {
  outline: 0 !important;
}
.cccrm2 .cccApp .mce-container {
  border-radius: 10px;
}
.cccrm2 .cccApp .cccPhone .cccAreacode {
  padding-left: 0;
}
.cccrm2 .cccApp .cccPhone .cccAreacode .inputErrorStatus {
  margin-right: 0px !important;
}
.cccrm2 .cccApp .cccPhone .col-xs-8 {
  padding-right: 0;
}
.cccrm2 .cccApp .cccPhone .col-xs-8 .inputErrorStatus {
  margin-right: 3px !important;
}
.cccrm2 .cccApp input {
  outline: none;
}
.cccrm2 .cccApp strong {
  font-weight: bolder;
}
.cccrm2 .cccApp .matrixItem {
  display: inline-block;
  left: 0px;
  top: 0px;
  position: relative;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}
.cccrm2 .cccApp .coreTpl {
  display: none;
}
.cccrm2 .cccApp .keepLastItem {
  clear: both;
}
.cccrm2 .cccApp .matrix-highlight {
  background: #eff2be !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cccrm2 .cccApp .ui-state-highlight {
  display: block;
}
.cccrm2 .cccApp .pointer {
  cursor: pointer;
}
.cccrm2 .cccApp .all-scroll {
  cursor: all-scroll;
}
.cccrm2 .cccApp .text-left {
  text-align: left;
}
.cccrm2 .cccApp .text-center {
  text-align: center;
}
.cccrm2 .cccApp .text-right {
  text-align: right;
}
.cccrm2 .cccApp .inputRequired {
  color: red;
}
.cccrm2 .cccApp .checkbox-radio {
  padding-left: 5px;
  clear: both;
  display: inline-block;
}
.cccrm2 .cccApp .checkbox-radio.noClear {
  clear: none;
}
.cccrm2 .cccApp .formItem {
  background-color: #fff;
}
.cccrm2 .cccApp .formItem.has-feedback {
  display: inline !important;
}
.cccrm2 .cccApp .formItem .matrixItem.oddEvenStyle:nth-child(even) {
  background: #f6f6f6 !important;
}
.cccrm2 .cccApp .formItem .matrixItem.oddEvenStyle:nth-child(even) .formItem {
  background: #f6f6f6 !important;
}
.cccrm2 .cccApp .preload {
  display: block;
}
.cccrm2 .cccApp .fullWidth {
  width: 100% !important;
}
.cccrm2 .cccApp .customStyle {
  padding: 10px;
}
.cccrm2 .cccApp .halfOpacity {
  opacity: 0.5;
}
.cccrm2 .cccApp .halfOpacity.pointer {
  cursor: not-allowed;
}
.cccrm2 .cccApp .cccInputArea {
  display: block !important;
  padding: 0;
  position: relative;
}
.cccrm2 .cccApp .matrixBtn {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}
.cccrm2 .cccApp .matrixBtn.vcenter1 {
  margin-top: -50px;
}
.cccrm2 .cccApp .matrixBtn.vcenter2 {
  margin-top: 0px;
}
.cccrm2 .cccApp .matrixBtn.vcenter3 {
  margin-top: -150px;
}
.cccrm2 .cccApp .matrixBtn.vcenter4 {
  margin-top: -100px;
}
.cccrm2 .cccApp .matrixBtn.vcenter {
  margin-top: -25px;
}
.cccrm2 .cccApp .matrixBtn.matrixBtn_sort, .cccrm2 .cccApp .matrixBtn.matrixBtn_sort_up, .cccrm2 .cccApp .matrixBtn.matrixBtn_sort_down {
  color: #49444e;
}
.cccrm2 .cccApp .matrixBtn.matrixBtn_del {
  color: #49444e;
}
.cccrm2 .cccApp .fontRed {
  color: red;
}
.cccrm2 .cccApp .cccAlertMessage {
  margin-top: 4px;
  min-height: 20px;
  line-height: 20px;
  padding: 0px !important;
  color: red;
  font-size: 13px !important;
}
.cccrm2 .cccApp .cccFirstItem {
  padding-top: 0 !important;
}
.cccrm2 .cccApp textarea {
  resize: none;
}
.cccrm2 .cccApp textarea.wysiwyg:not(.wysiwyged), .cccrm2 .cccApp textarea.cccCode:not(.cccCodeed) {
  cursor: pointer;
}
.cccrm2 .cccApp textarea.wysiwyg:not(.wysiwyged) + span.cccform-style-fix, .cccrm2 .cccApp textarea.cccCode:not(.cccCodeed) + span.cccform-style-fix {
  cursor: pointer;
  pointer-events: none;
  position: absolute !important;
  width: calc(100% - 30px) !important;
  height: calc(100% - 24px) !important;
  background-color: rgba(178, 178, 178, 0.59);
  top: 0;
  margin: 0px;
  z-index: 1;
  border-radius: 10px;
  padding: 0px;
  line-height: 100%;
  color: #b2b2b2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns:x='http://ns.adobe.com/Extensibility/1.0/' xmlns:i='http://ns.adobe.com/AdobeIllustrator/10.0/' xmlns:graph='http://ns.adobe.com/Graphs/1.0/' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 125' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cswitch%3E%3CforeignObject requiredExtensions='http://ns.adobe.com/AdobeIllustrator/10.0/' x='0' y='0' width='1' height='1'/%3E%3Cg i:extraneous='self'%3E%3Cg%3E%3Cpath d='M23.5,33.3h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3v-5.6 C24.8,33.9,24.2,33.3,23.5,33.3z'/%3E%3Cpath d='M47.1,41.6h23.4l3.9-8.2H47.1c-0.8,0-1.4,0.6-1.4,1.3v5.6C45.7,41,46.4,41.6,47.1,41.6z'/%3E%3Cpath d='M45.7,55.6c0,0.8,0.6,1.3,1.4,1.3h23c-0.5-0.8-0.8-1.6-0.9-2.5l-0.7-5.7H47.1c-0.8,0-1.4,0.6-1.4,1.3V55.6z'/%3E%3Cpath d='M47.1,72.2h32.3c0.7,0,1.3-0.6,1.3-1.3v-5.6c0-0.7-0.6-1.3-1.3-1.3H47.1c-0.7,0-1.3,0.6-1.3,1.3v5.6 C45.8,71.6,46.3,72.2,47.1,72.2z'/%3E%3Cpath d='M23.5,48.6h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3V50 C24.8,49.2,24.2,48.6,23.5,48.6z'/%3E%3Cpath d='M23.5,63.9h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3v-5.6 C24.8,64.5,24.2,63.9,23.5,63.9z'/%3E%3Cpath d='M87.7,79H38.9V26.3h38.8l3.3-7.1H7.4c-2.7,0-4.9,2.2-4.9,4.9v57c0,2.7,2.2,4.9,4.9,4.9h82.5c2.7,0,4.9-2.2,4.9-4.9V36.5 l-7.1,15V79z M9.6,26.3h22.2V79H9.6V26.3z'/%3E%3Cpath d='M82.2,50.8l1-2.1l-8.5-4l-1,2.1c-0.1,0.2-0.1,0.5-0.1,0.8l0.7,6.1c0.1,1,1.3,1.6,2.2,1l5.2-3.3 C82,51.3,82.1,51.1,82.2,50.8z'/%3E%3Crect x='74.5' y='28.9' transform='matrix(0.4271 -0.9042 0.9042 0.4271 18.402 96.2936)' width='21.5' height='9.4'/%3E%3Cpath d='M96.7,16.9l-5.9-2.8c-0.7-0.3-1.6,0-1.9,0.7l-1.7,3.7l8.5,4l1.7-3.7C97.7,18.1,97.4,17.3,96.7,16.9z'/%3E%3C/g%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.cccrm2 .cccApp textarea.wysiwyg:not(.wysiwyged):hover + span.cccform-style-fix, .cccrm2 .cccApp textarea.cccCode:not(.cccCodeed):hover + span.cccform-style-fix {
  background-color: rgba(77, 77, 77, 0.3);
}
.cccrm2 .cccApp textarea.wysiwyg:not(.wysiwyged) + span.cccform-style-fix:after, .cccrm2 .cccApp textarea.cccCode:not(.cccCodeed) + span.cccform-style-fix:after {
  display: none;
}
.cccrm2 .cccApp textarea.cccCodeed {
  display: block;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  opacity: 0;
  width: 1px !important;
  pointer-events: none;
  position: absolute;
}
.cccrm2 .cccApp .cccApp-wordCountHolder {
  font-size: 15px;
  color: #777;
}
.cccrm2 .cccApp .noPaddingBottom {
  padding-bottom: 0 !important;
}
.cccrm2 .cccApp .noMarginBottom {
  margin-bottom: 0 !important;
}
.cccrm2 .cccApp .sortableHandle {
  cursor: move !important;
}
.cccrm2 .cccApp .sortableHandle .matrixBtn {
  cursor: move !important;
}
.cccrm2 .cccApp .offLabel {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 15px;
  color: #777;
}
.cccrm2 .cccApp .onLabel {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 15px;
}
.cccrm2 .cccApp .hasText {
  font-style: normal !important;
}
.cccrm2 .cccApp .justify .checkboxGroup {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.cccrm2 .cccApp .justify .radioGroup {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.cccrm2 .cccApp .justify .cccRadio {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.cccrm2 .cccApp .justify .cccRadio > div.cccLabel {
  padding: 0 !important;
}
.cccrm2 .cccApp .checkboxGroup, .cccrm2 .cccApp .radioGroup {
  text-justify: auto;
  margin-bottom: -5px;
}
.cccrm2 .cccApp .checkboxGroup .cccLabel.input-lg, .cccrm2 .cccApp .radioGroup .cccLabel.input-lg {
  height: auto !important;
}
.cccrm2 .cccApp .checkboxGroup .inputErrorStatus, .cccrm2 .cccApp .radioGroup .inputErrorStatus {
  right: -18px;
  margin-top: -44px !important;
}
.cccrm2 .cccApp .matrixErrorStatus {
  display: none;
}
.cccrm2 .cccApp .filter-option {
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cccrm2 .cccApp .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "";
}
.cccrm2 .cccApp .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 50%;
  margin-top: -4px;
  right: 28px;
  position: absolute;
  font-family: "CCCRM_form" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  text-shadow: 0 0 5px #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: medium none !important;
}
.cccrm2 .cccApp .isListener {
  display: none;
}
.cccrm2 .cccApp .cccAutoWidth {
  width: auto !important;
  display: inline-block;
}
.cccrm2 .cccApp .btn-default {
  background-image: none !important;
}
.cccrm2 .cccApp .ccc-clipboard {
  padding-left: 45px;
}
.cccrm2 .cccApp .bs-searchbox {
  padding: 4px 8px;
}
.cccrm2 .cccApp .bs-searchbox .form-control {
  border-radius: 3px;
}
.cccrm2 .cccApp .bs-actionsbox {
  padding: 4px 8px;
}
.cccrm2 .cccApp .bs-donebutton {
  padding: 4px 8px;
}
.cccrm2 .cccApp .dropdown-toggle > * {
  margin-top: 5px;
}
.cccrm2 .cccApp .lessPaddingDiv > div {
  padding-left: 5px;
  padding-right: 5px;
}
.cccrm2 .cccApp .matrixRemove.halfOpacity {
  cursor: not-allowed;
}
.cccrm2 .cccApp .bootstrap-select > .dropdown-toggle {
  height: 100%;
}
.cccrm2 .cccApp .bootstrap-select.btn-group .dropdown-menu li small {
  clear: both;
  float: left;
  display: inline-block;
  width: 100%;
  padding-left: 0 !important;
}
.cccrm2 .cccApp .inputErrorStatus {
  top: 0px;
  right: -15px;
  transform: rotate(45deg);
  margin-top: -14px;
}
.cccrm2 .cccApp .inputErrorStatus:before {
  font-size: 25px;
}
.cccrm2 .cccApp .input-lg .dropdown-toggle span.filter-option {
  margin-top: 2px;
  overflow-x: hidden;
}
.cccrm2 .cccApp .input-lg + span.inputErrorStatus, .cccrm2 .cccApp .input-lg + * + span.inputErrorStatus, .cccrm2 .cccApp .input-lg + * + * + span.inputErrorStatus {
  top: 0px;
  right: -5px !important;
  transform: rotate(45deg);
  margin-top: -5px !important;
  z-index: 999;
}
.cccrm2 .cccApp .input-lg + span.inputErrorStatus:before, .cccrm2 .cccApp .input-lg + * + span.inputErrorStatus:before, .cccrm2 .cccApp .input-lg + * + * + span.inputErrorStatus:before {
  font-size: 33px !important;
}
.cccrm2 .cccApp .notShowRequired .inputErrorStatus {
  display: none;
}
.cccrm2 .cccApp .matrix-error .matrixErrorStatus {
  display: block;
}
.cccrm2 .cccApp .datepicker-years .year {
  color: black;
}
.cccrm2 .cccApp .selectGroup .btn {
  padding-left: 0px;
  padding-right: 0px;
}
.cccrm2 .cccApp .selectGroup .btn.btn-default {
  min-width: auto !important;
}
.cccrm2 .cccApp .selectGroup.hasText .filter-option {
  overflow: visible;
}
.cccrm2 .cccApp .pull-right > .selectGroup {
  float: right;
}
.cccrm2 .cccApp .pull-left > .selectGroup {
  float: left;
}
.cccrm2 .cccApp .mce-btn-group .mce-btn {
  width: auto !important;
}
.cccrm2 .cccApp .fileUpload {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.cccrm2 .cccApp .fileUpload input {
  cursor: pointer !important;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 779;
}
.cccrm2 .cccApp .fileUploadOverlay, .cccrm2 .cccApp .base64UploadLabel {
  transition: 0.3s;
  border: transparent 1px dashed;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 777;
  left: 0px;
}
.cccrm2 .cccApp .fileUploadOverlay div, .cccrm2 .cccApp .base64UploadLabel div {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #9c9c9c;
  margin-left: -23px;
  margin-top: -40px;
  width: 46px;
  height: 46px;
  z-index: 778;
}
.cccrm2 .cccApp .fileUploadOverlay .uploadLabelText, .cccrm2 .cccApp .fileUploadOverlay .previewHolder, .cccrm2 .cccApp .base64UploadLabel .uploadLabelText, .cccrm2 .cccApp .base64UploadLabel .previewHolder {
  text-shadow: 0 0 10px #fff;
  transition: 0.3s;
}
.cccrm2 .cccApp .upload-success .uploadLabelText {
  color: #68d29d !important;
}
.cccrm2 .cccApp .upload-success .cccFormIcon {
  color: #68d29d !important;
}
.cccrm2 .cccApp .tempImageHolder .fileUploadOverlay.upload-success {
  background: rgba(255, 255, 255, 0.6);
}
.cccrm2 .cccApp .base64UploadLabel {
  background-color: white;
  border-radius: 10px;
}
.cccrm2 .cccApp .uploadPlaceHolder, .cccrm2 .cccApp .base64UploadLabel {
  padding: 0px;
}
.cccrm2 .cccApp .uploadPlaceHolder *, .cccrm2 .cccApp .base64UploadLabel * {
  cursor: pointer;
}
.cccrm2 .cccApp .uploadPlaceHolder .fileUpload, .cccrm2 .cccApp .base64UploadLabel .fileUpload {
  border-radius: 10px;
  border: #dadada 1px dashed;
  position: relative;
  overflow: hidden;
}
.cccrm2 .cccApp .uploadPlaceHolder .uploadLabelText, .cccrm2 .cccApp .uploadPlaceHolder .uploadLabelDragText, .cccrm2 .cccApp .base64UploadLabel .uploadLabelText, .cccrm2 .cccApp .base64UploadLabel .uploadLabelDragText {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11pt;
  display: block;
  width: 100%;
  line-height: 20px;
  position: absolute;
  color: #9c9c9c;
  text-align: center;
  top: 50%;
  margin-top: 9px;
}
.cccrm2 .cccApp .uploadPlaceHolder .uploadLabelText .progress, .cccrm2 .cccApp .base64UploadLabel .uploadLabelText .progress {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 12px;
  box-shadow: none;
}
.cccrm2 .cccApp .uploadPlaceHolder .uploadLabel, .cccrm2 .cccApp .base64UploadLabel .uploadLabel {
  min-height: 150px;
}
.cccrm2 .cccApp .uploadPlaceHolder .uploadLabel .backstretch, .cccrm2 .cccApp .base64UploadLabel .uploadLabel .backstretch {
  width: 100% !important;
  height: 100% !important;
}
.cccrm2 .cccApp .uploadPlaceHolder .uploadLabel .previewHolder, .cccrm2 .cccApp .base64UploadLabel .uploadLabel .previewHolder {
  transition: 0.3s;
  opacity: 1;
  text-shadow: none;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  line-height: 20px !important;
  margin-top: 29px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11pt;
  color: #9c9c9c;
}
.cccrm2 .cccApp .uploadPlaceHolder .uploadLabel.btn-success, .cccrm2 .cccApp .base64UploadLabel .uploadLabel.btn-success {
  background: none !important;
}
.cccrm2 .cccApp .uploadPlaceHolder .uploadLabel.btn-success .previewHolder, .cccrm2 .cccApp .base64UploadLabel .uploadLabel.btn-success .previewHolder {
  color: #68d29d !important;
}
.cccrm2 .cccApp .uploadPlaceHolder .uploadLabel.btn-warning, .cccrm2 .cccApp .base64UploadLabel .uploadLabel.btn-warning {
  height: 150px !important;
  background-color: transparent !important;
  background-image: url("../../lib/img/ajax-loading-default.gif") !important;
  background-size: 46px 46px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayBtn, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayConfirm {
  left: 0px;
}
.cccrm2 .cccApp .uploadPlaceHolder .active.fileUploadOverlayBtn, .cccrm2 .cccApp .uploadPlaceHolder .active.fileUploadOverlayConfirm, .cccrm2 .cccApp .base64UploadLabel .active.fileUploadOverlayBtn, .cccrm2 .cccApp .base64UploadLabel .active.fileUploadOverlayConfirm {
  display: flex;
}
.cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div, .cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayBtn > div, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div {
  pointer-events: all;
  transition: 0.2s;
  flex: 1;
  -webkit-box-flex: 1;
  place-content: center center;
  align-items: center;
  display: flex;
  flex-direction: row;
  min-width: auto;
}
.cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div .cccFormIcon, .cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div .cccFormIcon, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayBtn > div .cccFormIcon, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div .cccFormIcon {
  transition: 0.2s;
  transform: scale(1, 1);
}
.cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div:hover .cccFormIcon, .cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div:hover .cccFormIcon, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayBtn > div:hover .cccFormIcon, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div:hover .cccFormIcon {
  filter: brightness(80%);
  transform: scale(1.3, 1.3);
}
.cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayConfirm {
  display: none;
  position: absolute;
  z-index: 781;
  height: 100%;
  width: 100%;
  background: #dba5ae;
}
.cccrm2 .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .cccrm2 .cccApp .base64UploadLabel .fileUploadOverlayBtn {
  pointer-events: none;
  display: none;
  transition: 0.3s;
  transform: translateY(100%);
  position: absolute;
  z-index: 780;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.cccrm2 .cccApp .has-error .inputErrorStatus {
  margin-right: 18px;
  color: red;
}
.cccrm2 .cccApp .has-error .uploadPlaceHolder .fileUpload {
  border: red 1px dashed;
}
.cccrm2 .cccApp .has-error .uploadPlaceHolder .uploadLabelText {
  color: red;
}
.cccrm2 .cccApp .has-error .uploadPlaceHolder .fileUploadOverlay div, .cccrm2 .cccApp .has-error .uploadPlaceHolder .base64UploadLabel div {
  color: red;
}
.cccrm2 .cccApp .has-error .bootstrap-select .dropdown-toggle {
  border-color: red;
}
.cccrm2 .cccApp .has-error .form-control:focus {
  border-color: red !important;
}
.cccrm2 .cccApp .has-error .form-control:focus appMenu {
  border-color: red;
}
.cccrm2 .cccApp .has-error .ccc-otp {
  padding-right: 72px;
}
.cccrm2 .cccApp .uploadPlaceHolder:hover .fileUpload {
  border: #49444e 1px dashed;
}
.cccrm2 .cccApp .uploadPlaceHolder:hover .fileUploadOverlay {
  color: #49444e;
}
.cccrm2 .cccApp .uploadPlaceHolder:hover .fileUploadOverlay div {
  color: #49444e;
}
.cccrm2 .cccApp .uploadPlaceHolder:hover .fileUploadOverlay.upload-success {
  transform: translateY(-100%);
}
.cccrm2 .cccApp .uploadPlaceHolder:hover .uploadLabelText {
  color: #49444e;
}
.cccrm2 .cccApp .uploadPlaceHolder:hover .fileUploadOverlayBtn.active {
  transform: translateY(0);
}
.cccrm2 .cccApp .uploadPlaceHolder:hover .uploadLabel .previewHolder {
  opacity: 0;
}
.cccrm2 .cccApp .uploadPlaceHolder.dragenter .fileUpload {
  border: #68d29d 1px dashed;
}
.cccrm2 .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay {
  color: #68d29d !important;
}
.cccrm2 .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay div {
  color: #68d29d !important;
}
.cccrm2 .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .uploadLabelText {
  display: none;
}
.cccrm2 .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .uploadLabelDragText {
  display: block !important;
  color: #68d29d !important;
}
.cccrm2 .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .cccFormIcon:first-child {
  display: none;
}
.cccrm2 .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .cccFormIcon.cccappicon-add_circle {
  display: block !important;
}
.cccrm2 .cccApp .cccAppCancelBtn {
  transform: rotate(45deg);
  color: #9c9c9c;
}
.cccrm2 .cccApp .cccAppConfirmBtn {
  color: red;
}
.cccrm2 .cccApp .cccAppPreviewBtn {
  color: #9c9c9c;
}
.cccrm2 .cccApp .cccAppDeleteBtn {
  color: #9c9c9c;
}
.cccrm2 .cccApp .cccAppUploadBtn {
  pointer-events: none !important;
  color: #9c9c9c;
}
.cccrm2 .cccApp .cccHTML {
  font-size: 18px;
}
.cccrm2 .cccApp .cccPreview .fileUpload {
  cursor: default !important;
}
.cccrm2 .cccApp .cccPreview .cccSectionTitle {
  margin-bottom: 40px;
  border-bottom: 2px solid black;
}
.cccrm2 .cccApp .cccPreview .sortableHandle {
  display: none;
}
.cccrm2 .cccApp .cccPreview .matrixRemoveBtn {
  display: none;
}
.cccrm2 .cccApp .cccPreview .matrixGroupContent {
  width: 100%;
  padding: 0 !important;
}
.cccrm2 .cccApp .cccPreview .matrixGroup {
  width: 100%;
  padding: 0 !important;
}
.cccrm2 .cccApp .cccPreview .preload {
  clear: both;
}
.cccrm2 .cccApp .cccPreview .previewPaddingLeft {
  padding-left: 15px !important;
}
.cccrm2 .cccApp .cccPreview div.printBreak {
  display: block;
}
.cccrm2 .cccApp .previewInput {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 20px;
  padding: 10px;
  word-wrap: break-word;
}
@media print {
  .cccrm2 .cccApp .previewInput {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    padding: 5px;
    word-break: break-all;
  }
}
.cccrm2 .cccApp .cccAppDesc {
  font-size: 12px;
  color: #e5e5e5;
}
.cccrm2 .cccApp .cccLabel {
  font-size: 13px !important;
  color: #777;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm2 .cccApp .cccLabel.input-lg span {
  line-height: 32px !important;
}
.cccrm2 .cccApp .formItem {
  background: transparent;
  padding-bottom: 10px;
}
.cccrm2 .cccApp .customStyle {
  padding-left: 30px;
  padding-right: 30px;
}
.cccrm2 .cccApp .cccInputArea {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm2 .cccApp .cccHTML {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm2 .cccApp .matrixGroup {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm2 .cccApp .previewInput {
  padding: 15px !important;
}
.cccrm2 .cccApp .noPadding {
  padding: 0 !important;
}
.cccrm2 .cccApp .filter-option {
  color: #777 !important;
  font-style: italic !important;
  text-transform: none !important;
  line-height: 110%;
}
.cccrm2 .cccApp .marginTopBottom {
  margin-bottom: 26px;
  margin-top: 26px;
}
.cccrm2 .cccApp .form-control {
  border-radius: 30px !important;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.3s;
  border-color: #e5e5e5;
}
.cccrm2 .cccApp .form-control:focus {
  border-color: #56bce3;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.cccrm2 .cccApp .matrix-error .errorHolder {
  border-color: red;
  color: red;
}
.cccrm2 .cccApp .matrix-error button .matrixErrorStatus {
  border-color: red;
  margin-top: 18px;
  margin-right: 0;
  color: red;
}
.cccrm2 .cccApp .matrix-error button .normalImage {
  display: none;
}
.cccrm2 .cccApp .matrix-error button .errorImage {
  display: inline;
}
.cccrm2 .cccApp .matrix-error .matrixErrorStatus {
  margin-right: 18px;
}
.cccrm2 .cccApp .noPaddingRight {
  padding-right: 0 !important;
}
.cccrm2 .cccApp .noPaddingLeft {
  padding-left: 0 !important;
}
.cccrm2 .cccApp .noPaddingBottom {
  padding-bottom: 0 !important;
}
.cccrm2 .cccApp .noPaddingTop {
  padding-top: 0 !important;
}
.cccrm2 .cccApp .form-group {
  margin-bottom: 10px;
}
.cccrm2 .cccApp .matrixItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: inherit;
}
.cccrm2 .cccApp .keepLastItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: inherit;
}
.cccrm2 .cccApp .btn-primary {
  background: #56bce3;
  border-color: #56bce3;
}
.cccrm2 .cccApp .btn-primary:hover {
  background: #56bce3;
  border-color: #56bce3;
  outline: 0;
}
.cccrm2 .cccApp .btn-primary:focus {
  background: #56bce3;
  border-color: #56bce3;
  outline: 0;
}
.cccrm2 .cccApp .btn-icon-add:before {
  font-family: "CCCRM_form" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 46px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background: white;
  color: #56bce3;
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(29%);
  transform-origin: top;
}
.cccrm2 .cccApp .btn-icon-add {
  left: 0px;
  width: 100% !important;
  background: transparent !important;
  color: #56bce3 !important;
  font-weight: bold !important;
  font-family: "SourceSansPro-Semibold", sans-serif !important;
  text-shadow: none !important;
  border: 0px !important;
  box-shadow: none !important;
}
.cccrm2 .cccApp .cccSubmit {
  float: right;
}
.cccrm2 .cccApp .selectGroup.hasText .filter-option {
  color: black !important;
  font-style: normal !important;
  text-transform: none !important;
  line-height: 100%;
}
.cccrm2 .cccApp textarea.form-control {
  border-radius: 10px !important;
}
.cccrm2 .cccApp .error .bootstrap-select .dropdown-toggle {
  border-color: red;
}
.cccrm2 .cccApp .cccPhone .marginTopBottom {
  margin-bottom: 9px;
  margin-top: 9px;
}
.cccrm2 .cccApp .ccc-otp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cccrm2 .cccApp .ccc-otp input {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 30px !important;
  font-weight: bold !important;
}
.cccrm2 .cccApp .cccInput.hasText {
  color: black !important;
}
.cccrm2 .cccApp .dropdown-menu {
  border-radius: 10px !important;
}
.cccrm2 .cccApp .dropdown-menu .text {
  color: #0e0e0e;
  display: block;
  width: 100%;
  white-space: normal;
  text-align: left;
}
.cccrm2 .cccApp .dropdown-menu .text-muted {
  white-space: pre-wrap;
}
.cccrm2 .cccApp .dropdown-menu.open {
  margin: 0px;
  padding: 0px;
}
.cccrm2 .cccApp .dropdown-menu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.cccrm2 .cccApp .dropdown-menu > li > a:hover, .cccrm2 .cccApp .dropdown-menu > li.active > a {
  background-color: #b2b2b2 !important;
  background-image: none !important;
  color: #6d6d6d;
}
.cccrm2 .cccApp .dropdown-menu > li > a:hover .text, .cccrm2 .cccApp .dropdown-menu > li.active > a .text {
  color: #6d6d6d;
}
.cccrm2 .cccApp .dropdown-menu > li > a:hover .text-muted, .cccrm2 .cccApp .dropdown-menu > li.active > a .text-muted {
  color: #6d6d6d;
}
.cccrm2 .cccApp .dropdown-menu > li > a:focus {
  background-color: #dadada !important;
  background-image: none !important;
  color: #6d6d6d;
}
.cccrm2 .cccApp .dropdown-menu > li > a:focus .text {
  color: #6d6d6d;
}
.cccrm2 .cccApp .dropdown-menu > li > a:focus .text-muted {
  color: #6d6d6d;
}
.cccrm2 .cccApp .lessPaddingDiv > div {
  padding: 0;
}
.cccrm2 .cccApp .switchy-container {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 6px 0 0;
  width: 70px;
  height: 46px;
  background: none;
  float: left;
}
.cccrm2 .cccApp .switchy-bar {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 32px;
}
.cccrm2 .cccApp .switchy-slider {
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  background: #fff;
  top: 0;
  left: 0;
  cursor: pointer;
}
.cccrm2 .cccApp .btn {
  border-radius: 30px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-color: #e5e5e5;
}
.cccrm2 .cccApp .btn.dropdown-toggle {
  outline: none !important;
  border-radius: 30px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm2 .cccApp .btn.btn-warning {
  min-width: 100px;
}
.cccrm2 .cccApp .btn.btn-default {
  padding: 6px 22px;
  min-width: 100px;
}
.cccrm2 .cccApp button.btn:not(.dropdown-toggle) {
  line-height: 30px !important;
}
.cccrm2 .cccApp .errorImage {
  display: none;
}
.cccrm2 .cccApp .tabLink {
  font-size: 18px;
}
.cccrm2 .cccApp .cccAppMenu {
  margin: 0 !important;
  padding: 0 !important;
}
.cccrm2 .cccApp .cccAppMenu li {
  padding-left: 0;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons button {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #5f5f5f;
  border-color: #5f5f5f;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default:active {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default:active:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default:active:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default:active.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default.active {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default.active:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default.active:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default.active.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .bootstrap-dialog-footer-buttons .btn-default.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp input {
  outline: none !important;
}
.cccrm2 .cccApp .cccform-style-fix {
  min-height: 70px;
  width: 100%;
  display: block !important;
  padding: 15px;
  margin: -15px;
  line-height: 1px;
  position: absolute !important;
  height: 100% !important;
}
.cccrm2 .cccApp .cccform-style-fix.noPaddingMargin {
  margin-top: -3px;
  padding: 0;
  margin: 0;
}
.cccrm2 .cccApp .cccform-style-fix.noPaddingMargin::after {
  margin-top: 0;
}
.cccrm2 .cccApp .cccform-style-fix::after {
  margin-top: -3px;
  content: "";
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0;
  color: #56bce3;
  opacity: 0.5;
  z-index: -1;
  display: inline-block;
  pointer-events: none;
  border-radius: 30px !important;
}
.cccrm2 .cccApp .cccform-style-fix.with-desc::after {
  margin-top: -2px;
  height: calc(100% - 18px);
}
.cccrm2 .cccApp textarea.form-control + .cccform-style-fix::after {
  border-radius: 10px !important;
}
.cccrm2 .cccApp .form-control:focus + .cccform-style-fix, .cccrm2 .cccApp .form-control:focus + div + .cccform-style-fix {
  z-index: 1;
}
.cccrm2 .cccApp .form-control:focus + .cccform-style-fix::after, .cccrm2 .cccApp .form-control:focus + div + .cccform-style-fix::after {
  animation: anim-shadow 0.3s forwards;
  z-index: 1;
}
.cccrm2 .cccApp input[type=radio]:checked + label::before {
  outline: none !important;
  background-color: #fff;
  border-color: #56bce3;
}
.cccrm2 .cccApp input[type=radio]:checked + label::after {
  color: #fff;
}
.cccrm2 .cccApp input[type=checkbox]:checked + label::before {
  background-color: #56bce3;
}
.cccrm2 .cccApp input[type=checkbox]:checked + label::after {
  color: #fff;
}
.cccrm2 .cccApp .radio label::after {
  outline: none !important;
  background-color: #56bce3;
}
.cccrm2 .cccApp .cccRadio:hover input[type=checkbox] + label::before {
  border-color: #56bce3;
}
.cccrm2 .cccApp .cccRadio:hover input[type=radio] + label::before {
  border-color: #56bce3;
}
.cccrm2 .cccApp .checkbox label:after {
  padding-left: 5px;
  padding-top: 3px;
  font-size: 9px;
}
.cccrm2 .cccApp .open > .dropdown-toggle.btn-warning:hover {
  background: #db0614;
  border-color: #db0614;
}
.cccrm2 .cccApp .open > .dropdown-toggle.btn-warning:focus {
  background: #db0614;
  border-color: #db0614;
}
.cccrm2 .cccApp .open > .dropdown-toggle.btn-warning.focus {
  background: #db0614;
  border-color: #db0614;
}
.cccrm2 .cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.cccrm2 .cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}

.cccAppUploadBtn.active .cccFormIcon {
  transform: scale(1.3, 1.3) !important;
}

.awardflow .cccApp .keepLastItem, .awardflow .cccApp .matrixItem, .cccApp .matrixItem, .cccApp .keepLastItem, .cccrm .cccApp .matrixItem, .cccrm .cccApp .keepLastItem, .cccrm2 .cccApp .matrixItem, .cccrm2 .cccApp .keepLastItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

.awardflow .cccApp .justify .radioGroup .stretch, .awardflow .cccApp .justify .checkboxGroup .stretch, .cccApp .justify .checkboxGroup .stretch, .cccApp .justify .radioGroup .stretch, .cccrm .cccApp .justify .checkboxGroup .stretch, .cccrm .cccApp .justify .radioGroup .stretch, .cccrm2 .cccApp .justify .checkboxGroup .stretch, .cccrm2 .cccApp .justify .radioGroup .stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.awardflow .cccApp *:not(.glyphicon):not(.mce-ico):not(.fa):not(strong):not(.cccFormIcon):not(.inputErrorStatus) {
  font-weight: normal;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
}
.awardflow .cccApp *:not(.glyphicon):not(.mce-ico):not(.fa):not(strong):not(.cccFormIcon):not(.inputErrorStatus):focus {
  outline: 0 !important;
}
.awardflow .cccApp .ace_editor {
  min-height: 200px !important;
}
.awardflow .cccApp .ace_editor, .awardflow .cccApp .ace_editor * {
  font-style: normal !important;
  font-variant-ligatures: normal !important;
  font-variant-caps: normal !important;
  font-variant-numeric: normal !important;
  font-variant-east-asian: normal !important;
  font-weight: normal !important;
  font-stretch: normal !important;
  font-size: 12px !important;
  line-height: normal !important;
  font-family: Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace !important;
}
.awardflow .cccApp .toggleLabel {
  padding-top: 12px;
  padding-left: 10px;
  display: inline-block;
}
.awardflow .cccApp *:focus {
  outline: 0 !important;
}
.awardflow .cccApp .mce-container {
  border-radius: 10px;
}
.awardflow .cccApp .cccPhone .cccAreacode {
  padding-left: 0;
}
.awardflow .cccApp .cccPhone .cccAreacode .inputErrorStatus {
  margin-right: 0px !important;
}
.awardflow .cccApp .cccPhone .col-xs-8 {
  padding-right: 0;
}
.awardflow .cccApp .cccPhone .col-xs-8 .inputErrorStatus {
  margin-right: 3px !important;
}
.awardflow .cccApp input {
  outline: none;
}
.awardflow .cccApp strong {
  font-weight: bolder;
}
.awardflow .cccApp .matrixItem {
  display: inline-block;
  left: 0px;
  top: 0px;
  position: relative;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}
.awardflow .cccApp .coreTpl {
  display: none;
}
.awardflow .cccApp .keepLastItem {
  clear: both;
}
.awardflow .cccApp .matrix-highlight {
  background: #eff2be !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.awardflow .cccApp .ui-state-highlight {
  display: block;
}
.awardflow .cccApp .pointer {
  cursor: pointer;
}
.awardflow .cccApp .all-scroll {
  cursor: all-scroll;
}
.awardflow .cccApp .text-left {
  text-align: left;
}
.awardflow .cccApp .text-center {
  text-align: center;
}
.awardflow .cccApp .text-right {
  text-align: right;
}
.awardflow .cccApp .inputRequired {
  color: red;
}
.awardflow .cccApp .checkbox-radio {
  padding-left: 5px;
  clear: both;
  display: inline-block;
}
.awardflow .cccApp .checkbox-radio.noClear {
  clear: none;
}
.awardflow .cccApp .formItem {
  background-color: #fff;
}
.awardflow .cccApp .formItem.has-feedback {
  display: inline !important;
}
.awardflow .cccApp .formItem .matrixItem.oddEvenStyle:nth-child(even) {
  background: #f6f6f6 !important;
}
.awardflow .cccApp .formItem .matrixItem.oddEvenStyle:nth-child(even) .formItem {
  background: #f6f6f6 !important;
}
.awardflow .cccApp .preload {
  display: block;
}
.awardflow .cccApp .fullWidth {
  width: 100% !important;
}
.awardflow .cccApp .customStyle {
  padding: 10px;
}
.awardflow .cccApp .halfOpacity {
  opacity: 0.5;
}
.awardflow .cccApp .halfOpacity.pointer {
  cursor: not-allowed;
}
.awardflow .cccApp .cccInputArea {
  display: block !important;
  padding: 0;
  position: relative;
}
.awardflow .cccApp .matrixBtn {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}
.awardflow .cccApp .matrixBtn.vcenter1 {
  margin-top: -50px;
}
.awardflow .cccApp .matrixBtn.vcenter2 {
  margin-top: 0px;
}
.awardflow .cccApp .matrixBtn.vcenter3 {
  margin-top: -150px;
}
.awardflow .cccApp .matrixBtn.vcenter4 {
  margin-top: -100px;
}
.awardflow .cccApp .matrixBtn.vcenter {
  margin-top: -25px;
}
.awardflow .cccApp .matrixBtn.matrixBtn_sort, .awardflow .cccApp .matrixBtn.matrixBtn_sort_up, .awardflow .cccApp .matrixBtn.matrixBtn_sort_down {
  color: #3b8d9e;
}
.awardflow .cccApp .matrixBtn.matrixBtn_del {
  color: #3b8d9e;
}
.awardflow .cccApp .fontRed {
  color: red;
}
.awardflow .cccApp .cccAlertMessage {
  margin-top: 4px;
  min-height: 20px;
  line-height: 20px;
  padding: 0px !important;
  color: red;
  font-size: 13px !important;
}
.awardflow .cccApp .cccFirstItem {
  padding-top: 0 !important;
}
.awardflow .cccApp textarea {
  resize: none;
}
.awardflow .cccApp textarea.wysiwyg:not(.wysiwyged), .awardflow .cccApp textarea.cccCode:not(.cccCodeed) {
  cursor: pointer;
}
.awardflow .cccApp textarea.wysiwyg:not(.wysiwyged) + span.cccform-style-fix, .awardflow .cccApp textarea.cccCode:not(.cccCodeed) + span.cccform-style-fix {
  cursor: pointer;
  pointer-events: none;
  position: absolute !important;
  width: calc(100% - 30px) !important;
  height: calc(100% - 24px) !important;
  background-color: rgba(59, 141, 158, 0.59);
  top: 0;
  margin: 0px;
  z-index: 1;
  border-radius: 10px;
  padding: 0px;
  line-height: 100%;
  color: #3b8d9e;
  background-image: url("data:image/svg+xml,%3Csvg xmlns:x='http://ns.adobe.com/Extensibility/1.0/' xmlns:i='http://ns.adobe.com/AdobeIllustrator/10.0/' xmlns:graph='http://ns.adobe.com/Graphs/1.0/' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 125' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cswitch%3E%3CforeignObject requiredExtensions='http://ns.adobe.com/AdobeIllustrator/10.0/' x='0' y='0' width='1' height='1'/%3E%3Cg i:extraneous='self'%3E%3Cg%3E%3Cpath d='M23.5,33.3h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3v-5.6 C24.8,33.9,24.2,33.3,23.5,33.3z'/%3E%3Cpath d='M47.1,41.6h23.4l3.9-8.2H47.1c-0.8,0-1.4,0.6-1.4,1.3v5.6C45.7,41,46.4,41.6,47.1,41.6z'/%3E%3Cpath d='M45.7,55.6c0,0.8,0.6,1.3,1.4,1.3h23c-0.5-0.8-0.8-1.6-0.9-2.5l-0.7-5.7H47.1c-0.8,0-1.4,0.6-1.4,1.3V55.6z'/%3E%3Cpath d='M47.1,72.2h32.3c0.7,0,1.3-0.6,1.3-1.3v-5.6c0-0.7-0.6-1.3-1.3-1.3H47.1c-0.7,0-1.3,0.6-1.3,1.3v5.6 C45.8,71.6,46.3,72.2,47.1,72.2z'/%3E%3Cpath d='M23.5,48.6h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3V50 C24.8,49.2,24.2,48.6,23.5,48.6z'/%3E%3Cpath d='M23.5,63.9h-5.6c-0.7,0-1.3,0.6-1.3,1.3v5.6c0,0.7,0.6,1.3,1.3,1.3h5.6c0.7,0,1.3-0.6,1.3-1.3v-5.6 C24.8,64.5,24.2,63.9,23.5,63.9z'/%3E%3Cpath d='M87.7,79H38.9V26.3h38.8l3.3-7.1H7.4c-2.7,0-4.9,2.2-4.9,4.9v57c0,2.7,2.2,4.9,4.9,4.9h82.5c2.7,0,4.9-2.2,4.9-4.9V36.5 l-7.1,15V79z M9.6,26.3h22.2V79H9.6V26.3z'/%3E%3Cpath d='M82.2,50.8l1-2.1l-8.5-4l-1,2.1c-0.1,0.2-0.1,0.5-0.1,0.8l0.7,6.1c0.1,1,1.3,1.6,2.2,1l5.2-3.3 C82,51.3,82.1,51.1,82.2,50.8z'/%3E%3Crect x='74.5' y='28.9' transform='matrix(0.4271 -0.9042 0.9042 0.4271 18.402 96.2936)' width='21.5' height='9.4'/%3E%3Cpath d='M96.7,16.9l-5.9-2.8c-0.7-0.3-1.6,0-1.9,0.7l-1.7,3.7l8.5,4l1.7-3.7C97.7,18.1,97.4,17.3,96.7,16.9z'/%3E%3C/g%3E%3C/g%3E%3C/switch%3E%3C/svg%3E");
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.awardflow .cccApp textarea.wysiwyg:not(.wysiwyged):hover + span.cccform-style-fix, .awardflow .cccApp textarea.cccCode:not(.cccCodeed):hover + span.cccform-style-fix {
  background-color: rgba(59, 141, 158, 0.3);
}
.awardflow .cccApp textarea.wysiwyg:not(.wysiwyged) + span.cccform-style-fix:after, .awardflow .cccApp textarea.cccCode:not(.cccCodeed) + span.cccform-style-fix:after {
  display: none;
}
.awardflow .cccApp textarea.cccCodeed {
  display: block;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  opacity: 0;
  width: 1px !important;
  pointer-events: none;
  position: absolute;
}
.awardflow .cccApp .cccApp-wordCountHolder {
  font-size: 15px;
  color: #777;
}
.awardflow .cccApp .noPaddingBottom {
  padding-bottom: 0 !important;
}
.awardflow .cccApp .noMarginBottom {
  margin-bottom: 0 !important;
}
.awardflow .cccApp .sortableHandle {
  cursor: move !important;
}
.awardflow .cccApp .sortableHandle .matrixBtn {
  cursor: move !important;
}
.awardflow .cccApp .offLabel {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 15px;
  color: #777;
}
.awardflow .cccApp .onLabel {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 15px;
}
.awardflow .cccApp .hasText {
  font-style: normal !important;
}
.awardflow .cccApp .justify .checkboxGroup {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.awardflow .cccApp .justify .radioGroup {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.awardflow .cccApp .justify .cccRadio {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.awardflow .cccApp .justify .cccRadio > div.cccLabel {
  padding: 0 !important;
}
.awardflow .cccApp .checkboxGroup, .awardflow .cccApp .radioGroup {
  text-justify: auto;
  margin-bottom: -5px;
}
.awardflow .cccApp .checkboxGroup .cccLabel.input-lg, .awardflow .cccApp .radioGroup .cccLabel.input-lg {
  height: auto !important;
}
.awardflow .cccApp .checkboxGroup .inputErrorStatus, .awardflow .cccApp .radioGroup .inputErrorStatus {
  right: -18px;
  margin-top: -44px !important;
}
.awardflow .cccApp .matrixErrorStatus {
  display: none;
}
.awardflow .cccApp .filter-option {
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.awardflow .cccApp .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: "";
}
.awardflow .cccApp .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 50%;
  margin-top: -4px;
  right: 28px;
  position: absolute;
  font-family: "CCCRM_form" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  text-shadow: 0 0 5px #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: medium none !important;
}
.awardflow .cccApp .isListener {
  display: none;
}
.awardflow .cccApp .cccAutoWidth {
  width: auto !important;
  display: inline-block;
}
.awardflow .cccApp .btn-default {
  background-image: none !important;
}
.awardflow .cccApp .ccc-clipboard {
  padding-left: 45px;
}
.awardflow .cccApp .bs-searchbox {
  padding: 4px 8px;
}
.awardflow .cccApp .bs-searchbox .form-control {
  border-radius: 3px;
}
.awardflow .cccApp .bs-actionsbox {
  padding: 4px 8px;
}
.awardflow .cccApp .bs-donebutton {
  padding: 4px 8px;
}
.awardflow .cccApp .dropdown-toggle > * {
  margin-top: 5px;
}
.awardflow .cccApp .lessPaddingDiv > div {
  padding-left: 5px;
  padding-right: 5px;
}
.awardflow .cccApp .matrixRemove.halfOpacity {
  cursor: not-allowed;
}
.awardflow .cccApp .bootstrap-select > .dropdown-toggle {
  height: 100%;
}
.awardflow .cccApp .bootstrap-select.btn-group .dropdown-menu li small {
  clear: both;
  float: left;
  display: inline-block;
  width: 100%;
  padding-left: 0 !important;
}
.awardflow .cccApp .inputErrorStatus {
  top: 0px;
  right: -15px;
  transform: rotate(45deg);
  margin-top: -14px;
}
.awardflow .cccApp .inputErrorStatus:before {
  font-size: 25px;
}
.awardflow .cccApp .input-lg .dropdown-toggle span.filter-option {
  margin-top: 2px;
  overflow-x: hidden;
}
.awardflow .cccApp .input-lg + span.inputErrorStatus, .awardflow .cccApp .input-lg + * + span.inputErrorStatus, .awardflow .cccApp .input-lg + * + * + span.inputErrorStatus {
  top: 0px;
  right: -5px !important;
  transform: rotate(45deg);
  margin-top: -5px !important;
  z-index: 999;
}
.awardflow .cccApp .input-lg + span.inputErrorStatus:before, .awardflow .cccApp .input-lg + * + span.inputErrorStatus:before, .awardflow .cccApp .input-lg + * + * + span.inputErrorStatus:before {
  font-size: 33px !important;
}
.awardflow .cccApp .notShowRequired .inputErrorStatus {
  display: none;
}
.awardflow .cccApp .matrix-error .matrixErrorStatus {
  display: block;
}
.awardflow .cccApp .datepicker-years .year {
  color: black;
}
.awardflow .cccApp .selectGroup .btn {
  padding-left: 0px;
  padding-right: 0px;
}
.awardflow .cccApp .selectGroup .btn.btn-default {
  min-width: auto !important;
}
.awardflow .cccApp .selectGroup.hasText .filter-option {
  overflow: visible;
}
.awardflow .cccApp .pull-right > .selectGroup {
  float: right;
}
.awardflow .cccApp .pull-left > .selectGroup {
  float: left;
}
.awardflow .cccApp .mce-btn-group .mce-btn {
  width: auto !important;
}
.awardflow .cccApp .fileUpload {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
.awardflow .cccApp .fileUpload input {
  cursor: pointer !important;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 779;
}
.awardflow .cccApp .fileUploadOverlay, .awardflow .cccApp .base64UploadLabel {
  transition: 0.3s;
  border: transparent 1px dashed;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 777;
  left: 0px;
}
.awardflow .cccApp .fileUploadOverlay div, .awardflow .cccApp .base64UploadLabel div {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #9c9c9c;
  margin-left: -23px;
  margin-top: -40px;
  width: 46px;
  height: 46px;
  z-index: 778;
}
.awardflow .cccApp .fileUploadOverlay .uploadLabelText, .awardflow .cccApp .fileUploadOverlay .previewHolder, .awardflow .cccApp .base64UploadLabel .uploadLabelText, .awardflow .cccApp .base64UploadLabel .previewHolder {
  text-shadow: 0 0 10px #fff;
  transition: 0.3s;
}
.awardflow .cccApp .upload-success .uploadLabelText {
  color: #68d29d !important;
}
.awardflow .cccApp .upload-success .cccFormIcon {
  color: #68d29d !important;
}
.awardflow .cccApp .tempImageHolder .fileUploadOverlay.upload-success {
  background: rgba(255, 255, 255, 0.6);
}
.awardflow .cccApp .base64UploadLabel {
  background-color: white;
  border-radius: 0px;
}
.awardflow .cccApp .uploadPlaceHolder, .awardflow .cccApp .base64UploadLabel {
  padding: 0px;
}
.awardflow .cccApp .uploadPlaceHolder *, .awardflow .cccApp .base64UploadLabel * {
  cursor: pointer;
}
.awardflow .cccApp .uploadPlaceHolder .fileUpload, .awardflow .cccApp .base64UploadLabel .fileUpload {
  border-radius: 0px;
  border: #dadada 1px dashed;
  position: relative;
  overflow: hidden;
}
.awardflow .cccApp .uploadPlaceHolder .uploadLabelText, .awardflow .cccApp .uploadPlaceHolder .uploadLabelDragText, .awardflow .cccApp .base64UploadLabel .uploadLabelText, .awardflow .cccApp .base64UploadLabel .uploadLabelDragText {
  font-family: "Overpass", sans-serif;
  font-size: 11pt;
  display: block;
  width: 100%;
  line-height: 20px;
  position: absolute;
  color: #9c9c9c;
  text-align: center;
  top: 50%;
  margin-top: 9px;
}
.awardflow .cccApp .uploadPlaceHolder .uploadLabelText .progress, .awardflow .cccApp .base64UploadLabel .uploadLabelText .progress {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 12px;
  box-shadow: none;
}
.awardflow .cccApp .uploadPlaceHolder .uploadLabel, .awardflow .cccApp .base64UploadLabel .uploadLabel {
  min-height: 150px;
}
.awardflow .cccApp .uploadPlaceHolder .uploadLabel .backstretch, .awardflow .cccApp .base64UploadLabel .uploadLabel .backstretch {
  width: 100% !important;
  height: 100% !important;
}
.awardflow .cccApp .uploadPlaceHolder .uploadLabel .previewHolder, .awardflow .cccApp .base64UploadLabel .uploadLabel .previewHolder {
  transition: 0.3s;
  opacity: 1;
  text-shadow: none;
  display: block;
  width: 100%;
  font-weight: bold;
  height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  line-height: 20px !important;
  margin-top: 29px;
  font-family: "Overpass", sans-serif;
  font-size: 11pt;
  color: #9c9c9c;
}
.awardflow .cccApp .uploadPlaceHolder .uploadLabel.btn-success, .awardflow .cccApp .base64UploadLabel .uploadLabel.btn-success {
  background: none !important;
}
.awardflow .cccApp .uploadPlaceHolder .uploadLabel.btn-success .previewHolder, .awardflow .cccApp .base64UploadLabel .uploadLabel.btn-success .previewHolder {
  color: #68d29d !important;
}
.awardflow .cccApp .uploadPlaceHolder .uploadLabel.btn-warning, .awardflow .cccApp .base64UploadLabel .uploadLabel.btn-warning {
  height: 150px !important;
  background-color: transparent !important;
  background-image: url("../../lib/img/ajax-loading-default.gif") !important;
  background-size: 46px 46px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayBtn, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayConfirm {
  left: 0px;
}
.awardflow .cccApp .uploadPlaceHolder .active.fileUploadOverlayBtn, .awardflow .cccApp .uploadPlaceHolder .active.fileUploadOverlayConfirm, .awardflow .cccApp .base64UploadLabel .active.fileUploadOverlayBtn, .awardflow .cccApp .base64UploadLabel .active.fileUploadOverlayConfirm {
  display: flex;
}
.awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div, .awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayBtn > div, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div {
  pointer-events: all;
  transition: 0.2s;
  flex: 1;
  -webkit-box-flex: 1;
  place-content: center center;
  align-items: center;
  display: flex;
  flex-direction: row;
  min-width: auto;
}
.awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div .cccFormIcon, .awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div .cccFormIcon, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayBtn > div .cccFormIcon, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div .cccFormIcon {
  transition: 0.2s;
  transform: scale(1, 1);
}
.awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayBtn > div:hover .cccFormIcon, .awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm > div:hover .cccFormIcon, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayBtn > div:hover .cccFormIcon, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayConfirm > div:hover .cccFormIcon {
  filter: brightness(80%);
  transform: scale(1.3, 1.3);
}
.awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayConfirm, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayConfirm {
  display: none;
  position: absolute;
  z-index: 781;
  height: 100%;
  width: 100%;
  background: #dba5ae;
}
.awardflow .cccApp .uploadPlaceHolder .fileUploadOverlayBtn, .awardflow .cccApp .base64UploadLabel .fileUploadOverlayBtn {
  pointer-events: none;
  display: none;
  transition: 0.3s;
  transform: translateY(100%);
  position: absolute;
  z-index: 780;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.awardflow .cccApp .has-error .inputErrorStatus {
  margin-right: 18px;
  color: red;
}
.awardflow .cccApp .has-error .uploadPlaceHolder .fileUpload {
  border: red 1px dashed;
}
.awardflow .cccApp .has-error .uploadPlaceHolder .uploadLabelText {
  color: red;
}
.awardflow .cccApp .has-error .uploadPlaceHolder .fileUploadOverlay div, .awardflow .cccApp .has-error .uploadPlaceHolder .base64UploadLabel div {
  color: red;
}
.awardflow .cccApp .has-error .bootstrap-select .dropdown-toggle {
  border-color: red;
}
.awardflow .cccApp .has-error .form-control:focus {
  border-color: red !important;
}
.awardflow .cccApp .has-error .form-control:focus appMenu {
  border-color: red;
}
.awardflow .cccApp .has-error .ccc-otp {
  padding-right: 72px;
}
.awardflow .cccApp .uploadPlaceHolder:hover .fileUpload {
  border: #3b8d9e 1px dashed;
}
.awardflow .cccApp .uploadPlaceHolder:hover .fileUploadOverlay {
  color: #3b8d9e;
}
.awardflow .cccApp .uploadPlaceHolder:hover .fileUploadOverlay div {
  color: #3b8d9e;
}
.awardflow .cccApp .uploadPlaceHolder:hover .fileUploadOverlay.upload-success {
  transform: translateY(-100%);
}
.awardflow .cccApp .uploadPlaceHolder:hover .uploadLabelText {
  color: #3b8d9e;
}
.awardflow .cccApp .uploadPlaceHolder:hover .fileUploadOverlayBtn.active {
  transform: translateY(0);
}
.awardflow .cccApp .uploadPlaceHolder:hover .uploadLabel .previewHolder {
  opacity: 0;
}
.awardflow .cccApp .uploadPlaceHolder.dragenter .fileUpload {
  border: #68d29d 1px dashed;
}
.awardflow .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay {
  color: #68d29d !important;
}
.awardflow .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay div {
  color: #68d29d !important;
}
.awardflow .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .uploadLabelText {
  display: none;
}
.awardflow .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .uploadLabelDragText {
  display: block !important;
  color: #68d29d !important;
}
.awardflow .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .cccFormIcon:first-child {
  display: none;
}
.awardflow .cccApp .uploadPlaceHolder.dragenter .fileUploadOverlay .cccFormIcon.cccappicon-add_circle {
  display: block !important;
}
.awardflow .cccApp .cccAppCancelBtn {
  transform: rotate(45deg);
  color: #9c9c9c;
}
.awardflow .cccApp .cccAppConfirmBtn {
  color: red;
}
.awardflow .cccApp .cccAppPreviewBtn {
  color: #9c9c9c;
}
.awardflow .cccApp .cccAppDeleteBtn {
  color: #9c9c9c;
}
.awardflow .cccApp .cccAppUploadBtn {
  pointer-events: none !important;
  color: #9c9c9c;
}
.awardflow .cccApp .cccHTML {
  font-size: 18px;
}
.awardflow .cccApp .cccPreview .fileUpload {
  cursor: default !important;
}
.awardflow .cccApp .cccPreview .cccSectionTitle {
  margin-bottom: 40px;
  border-bottom: 2px solid black;
}
.awardflow .cccApp .cccPreview .sortableHandle {
  display: none;
}
.awardflow .cccApp .cccPreview .matrixRemoveBtn {
  display: none;
}
.awardflow .cccApp .cccPreview .matrixGroupContent {
  width: 100%;
  padding: 0 !important;
}
.awardflow .cccApp .cccPreview .matrixGroup {
  width: 100%;
  padding: 0 !important;
}
.awardflow .cccApp .cccPreview .preload {
  clear: both;
}
.awardflow .cccApp .cccPreview .previewPaddingLeft {
  padding-left: 15px !important;
}
.awardflow .cccApp .cccPreview div.printBreak {
  display: block;
}
.awardflow .cccApp .previewInput {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 20px;
  padding: 10px;
  word-wrap: break-word;
}
@media print {
  .awardflow .cccApp .previewInput {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    padding: 5px;
    word-break: break-all;
  }
}
.awardflow .cccApp .cccAppDesc {
  font-size: 12px;
  color: #e5e5e5;
}
.awardflow .cccApp .cccLabel {
  font-size: 13px !important;
  color: #777;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.awardflow .cccApp .cccLabel.input-lg span {
  line-height: 32px !important;
}
.awardflow .cccApp .formItem {
  background: transparent;
  padding-bottom: 10px;
}
.awardflow .cccApp .customStyle {
  padding-left: 30px;
  padding-right: 30px;
}
.awardflow .cccApp .cccInputArea {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.awardflow .cccApp .cccHTML {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.awardflow .cccApp .matrixGroup {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.awardflow .cccApp .previewInput {
  padding: 15px !important;
}
.awardflow .cccApp .noPadding {
  padding: 0 !important;
}
.awardflow .cccApp .filter-option {
  color: #777 !important;
  font-style: italic !important;
  text-transform: none !important;
  line-height: 110%;
}
.awardflow .cccApp .marginTopBottom {
  margin-bottom: 26px;
  margin-top: 26px;
}
.awardflow .cccApp .form-control {
  border-radius: 0px !important;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.3s;
  border-color: #e5e5e5;
  border: 0px;
  border-bottom: 2px solid #e5e5e5;
  background: transparent;
  box-shadow: none;
}
.awardflow .cccApp .form-control:focus {
  border-color: #3b8d9e;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.awardflow .cccApp .form-control:focus {
  border-color: #e5e5e5;
  background: #f5f9fa;
  box-shadow: none;
}
.awardflow .cccApp .matrix-error .errorHolder {
  border-color: red;
  color: red;
}
.awardflow .cccApp .matrix-error button .matrixErrorStatus {
  border-color: red;
  margin-top: 18px;
  margin-right: 0;
  color: red;
}
.awardflow .cccApp .matrix-error button .normalImage {
  display: none;
}
.awardflow .cccApp .matrix-error button .errorImage {
  display: inline;
}
.awardflow .cccApp .matrix-error .matrixErrorStatus {
  margin-right: 18px;
}
.awardflow .cccApp .noPaddingRight {
  padding-right: 0 !important;
}
.awardflow .cccApp .noPaddingLeft {
  padding-left: 0 !important;
}
.awardflow .cccApp .noPaddingBottom {
  padding-bottom: 0 !important;
}
.awardflow .cccApp .noPaddingTop {
  padding-top: 0 !important;
}
.awardflow .cccApp .form-group {
  margin-bottom: 10px;
}
.awardflow .cccApp .matrixItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: inherit;
}
.awardflow .cccApp .keepLastItem {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: inherit;
}
.awardflow .cccApp .btn-primary {
  background: #3b8d9e;
  border-color: #3b8d9e;
}
.awardflow .cccApp .btn-primary:hover {
  background: #3b8d9e;
  border-color: #3b8d9e;
  outline: 0;
}
.awardflow .cccApp .btn-primary:focus {
  background: #3b8d9e;
  border-color: #3b8d9e;
  outline: 0;
}
.awardflow .cccApp .btn-icon-add:before {
  font-family: "CCCRM_form" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 46px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  background: white;
  color: #3b8d9e;
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(29%);
  transform-origin: top;
}
.awardflow .cccApp .btn-icon-add {
  left: 0px;
  width: 100% !important;
  background: transparent !important;
  color: #3b8d9e !important;
  font-weight: bold !important;
  font-family: "SourceSansPro-Semibold", sans-serif !important;
  text-shadow: none !important;
  border: 0px !important;
  box-shadow: none !important;
}
.awardflow .cccApp .cccSubmit {
  float: right;
}
.awardflow .cccApp .selectGroup.hasText .filter-option {
  color: black !important;
  font-style: normal !important;
  text-transform: none !important;
  line-height: 100%;
}
.awardflow .cccApp textarea.form-control {
  border-radius: 10px !important;
  border: 1px #e5e5e5 solid;
}
.awardflow .cccApp .error .bootstrap-select .dropdown-toggle {
  border-color: red;
}
.awardflow .cccApp .cccPhone .marginTopBottom {
  margin-bottom: 9px;
  margin-top: 9px;
}
.awardflow .cccApp .ccc-otp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.awardflow .cccApp .ccc-otp input {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 30px !important;
  font-weight: bold !important;
}
.awardflow .cccApp .cccInput.hasText {
  color: black !important;
}
.awardflow .cccApp .dropdown-menu {
  border-radius: 10px !important;
}
.awardflow .cccApp .dropdown-menu .text {
  color: #0e0e0e;
  display: block;
  width: 100%;
  white-space: normal;
  text-align: left;
}
.awardflow .cccApp .dropdown-menu .text-muted {
  white-space: pre-wrap;
}
.awardflow .cccApp .dropdown-menu.open {
  margin: 0px;
  padding: 0px;
}
.awardflow .cccApp .dropdown-menu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.awardflow .cccApp .dropdown-menu > li > a:hover, .awardflow .cccApp .dropdown-menu > li.active > a {
  background-color: #3b8d9e !important;
  background-image: none !important;
  color: #fff;
}
.awardflow .cccApp .dropdown-menu > li > a:hover .text, .awardflow .cccApp .dropdown-menu > li.active > a .text {
  color: #fff;
}
.awardflow .cccApp .dropdown-menu > li > a:hover .text-muted, .awardflow .cccApp .dropdown-menu > li.active > a .text-muted {
  color: #fff;
}
.awardflow .cccApp .dropdown-menu > li > a:focus {
  background-color: #3b8d9e !important;
  background-image: none !important;
  color: #fff;
}
.awardflow .cccApp .dropdown-menu > li > a:focus .text {
  color: #fff;
}
.awardflow .cccApp .dropdown-menu > li > a:focus .text-muted {
  color: #fff;
}
.awardflow .cccApp .lessPaddingDiv > div {
  padding: 0;
}
.awardflow .cccApp .switchy-container {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 6px 0 0;
  width: 70px;
  height: 46px;
  background: none;
  float: left;
}
.awardflow .cccApp .switchy-bar {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 32px;
}
.awardflow .cccApp .switchy-slider {
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  background: #fff;
  top: 0;
  left: 0;
  cursor: pointer;
}
.awardflow .cccApp .btn {
  border-radius: 0px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-color: #e5e5e5;
  border: 0px;
  box-shadow: none;
}
.awardflow .cccApp .btn.dropdown-toggle {
  outline: none !important;
  border-radius: 0px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border: 0px;
  box-shadow: none;
}
.awardflow .cccApp .btn.btn-warning {
  min-width: 100px;
}
.awardflow .cccApp .btn.btn-default {
  padding: 6px 22px;
  min-width: 100px;
}
.awardflow .cccApp button.btn:not(.dropdown-toggle) {
  line-height: 30px !important;
}
.awardflow .cccApp .errorImage {
  display: none;
}
.awardflow .cccApp .tabLink {
  font-size: 18px;
}
.awardflow .cccApp .cccAppMenu {
  margin: 0 !important;
  padding: 0 !important;
}
.awardflow .cccApp .cccAppMenu li {
  padding-left: 0;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons button {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #5f5f5f;
  border-color: #5f5f5f;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default:active {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default:active:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default:active:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default:active.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default.active {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default.active:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default.active:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default.active.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .bootstrap-dialog-footer-buttons .btn-default.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp input {
  outline: none !important;
}
.awardflow .cccApp .cccform-style-fix {
  min-height: 70px;
  width: 100%;
  display: block !important;
  padding: 15px;
  margin: -15px;
  line-height: 1px;
  position: absolute !important;
  height: 100% !important;
  width: 0%;
  z-index: 1;
  transition: all 0.4s;
}
.awardflow .cccApp .cccform-style-fix.noPaddingMargin {
  margin-top: -3px;
  padding: 0;
  margin: 0;
}
.awardflow .cccApp .cccform-style-fix.noPaddingMargin::after {
  margin-top: 0;
}
.awardflow .cccApp .cccform-style-fix::after {
  margin-top: -3px;
  content: "";
  transform: translateY(-100%);
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0;
  color: #3b8d9e;
  opacity: 0.5;
  z-index: -1;
  display: inline-block;
  pointer-events: none;
  border-radius: 0px !important;
  z-index: 1 !important;
  margin-top: 0px !important;
  border-bottom: 2px solid #3b8d9e;
  transition: all 0.4s;
  opacity: 1;
}
.awardflow .cccApp .cccform-style-fix.with-desc::after {
  margin-top: -2px;
  height: calc(100% - 18px);
}
.awardflow .cccApp textarea.form-control + .cccform-style-fix::after {
  border-radius: 10px !important;
}
.awardflow .cccApp .form-control:focus + .cccform-style-fix, .awardflow .cccApp .form-control:focus + div + .cccform-style-fix {
  z-index: 1;
  width: 100%;
}
.awardflow .cccApp .form-control:focus + .cccform-style-fix::after, .awardflow .cccApp .form-control:focus + div + .cccform-style-fix::after {
  animation: anim-shadow 0.3s forwards;
  z-index: 1;
  border-bottom: 2px solid #3b8d9e;
  width: 100%;
  animation: none;
}
.awardflow .cccApp input[type=radio]:checked + label::before {
  outline: none !important;
  background-color: #fff;
  border-color: #3b8d9e;
}
.awardflow .cccApp input[type=radio]:checked + label::after {
  color: #fff;
}
.awardflow .cccApp input[type=checkbox]:checked + label::before {
  background-color: #3b8d9e;
}
.awardflow .cccApp input[type=checkbox]:checked + label::after {
  color: #fff;
}
.awardflow .cccApp .radio label::after {
  outline: none !important;
  background-color: #3b8d9e;
}
.awardflow .cccApp .cccRadio:hover input[type=checkbox] + label::before {
  border-color: #3b8d9e;
}
.awardflow .cccApp .cccRadio:hover input[type=radio] + label::before {
  border-color: #3b8d9e;
}
.awardflow .cccApp .checkbox label:after {
  padding-left: 5px;
  padding-top: 3px;
  font-size: 9px;
}
.awardflow .cccApp .open > .dropdown-toggle.btn-warning:hover {
  background: #db0614;
  border-color: #db0614;
}
.awardflow .cccApp .open > .dropdown-toggle.btn-warning:focus {
  background: #db0614;
  border-color: #db0614;
}
.awardflow .cccApp .open > .dropdown-toggle.btn-warning.focus {
  background: #db0614;
  border-color: #db0614;
}
.awardflow .cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default:hover {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default:focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}
.awardflow .cccApp .open > .dropdown-toggle.bootstrap-dialog-footer-buttons .btn-default.focus {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
}

.cccAppUploadBtn.active .cccFormIcon {
  transform: scale(1.3, 1.3) !important;
}

.safari .cccInputArea .btn {
  margin-top: 1px;
  line-height: 20px !important;
}

.gecko .cccInputArea .btn {
  line-height: 32px !important;
}
.gecko .btn.dropdown-toggle {
  margin-top: 0;
}

.ie .cccInputArea .btn {
  margin-top: 3px;
  line-height: 20px !important;
}
.ie .btn.dropdown-toggle {
  margin-top: 0;
}

.chrome .cccInputArea .btn {
  margin-top: 1px;
}
.chrome .btn.dropdown-toggle {
  margin-top: 0;
}
.chrome .cccApp .input-lg .dropdown-toggle span.filter-option {
  margin-top: 3px;
  overflow-x: hidden;
}
.chrome .cccApp .input-lg .dropdown-toggle span.filter-option::-webkit-scrollbar {
  display: none;
}

.cccAppMenu {
  clear: both;
  display: inline-block;
}
.cccAppMenu li {
  padding: 10px;
  list-style-type: none;
  clear: both;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.cccAppMenu li .line {
  position: absolute;
  width: 1px;
  background: #f1f1f1 none repeat scroll 0 0;
  height: 70px;
  margin-left: 14px;
  z-index: -1;
}
.cccAppMenu li a {
  color: #b2b2b2;
  padding: 4px;
  padding-left: 20px;
  clear: right;
  text-decoration: none !important;
}
.cccAppMenu li.active a {
  color: black;
}
.cccAppMenu li.active .numberCircle {
  border: 2px solid black;
  background: black;
  color: #fff;
}
.cccAppMenu li .numberCircle {
  border-radius: 50%;
  width: 29px;
  height: 29px;
  line-height: 26px;
  background: #fff;
  border: 2px solid #b2b2b2;
  color: #b2b2b2;
  text-align: center;
  font-size: 16px;
}
.cccAppMenu li * {
  float: left;
}

.cccLabel {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
}

.modal {
  z-index: 1060;
}

.isPreviewApp {
  opacity: 0;
}

.paddingTop50 {
  padding-top: 50px !important;
}

.paddingTop15 {
  padding-top: 15px !important;
}

.paddingTop20 {
  padding-top: 20px !important;
}

.paddingTop25 {
  padding-top: 25px !important;
}

.paddingTop40 {
  padding-top: 40px !important;
}

.cccLoading {
  opacity: 0;
}

.modal-90 {
  width: 90% !important;
}

.cccSubmit {
  cursor: pointer;
}

.ccc-clipboard-data {
  cursor: pointer;
}

.cccform-style-fix {
  pointer-events: none;
  z-index: -1;
}
.cccform-style-fix + .glyphicon {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.ie .cccApp .fileupload {
  font-size: 10000px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

/*# sourceMappingURL=cccForm.css.map */
