#options-header-container {
  height: 60px;
  background-color: #eee;
}
#options-header-container h3 {
  margin: 0 auto;
  line-height: 60px;
}
.options-title {
  margin: 30px auto 15px;
  color: #9B9B9B;
}
.options-title > h5 {
  font-size: 1.1em;
  font-weight: bold;
}
.options-container {
  height: calc(100% - 67px);
}
.options-row {
  max-height: 100%;
  overflow-y: auto;
}
.hover-cursor {
  cursor: pointer !important;
}
.item-remove {
  padding: 3px;
  font-size: 0.8em;
  margin-right: 3px;
  color: #9B9B9B;
}
.item-remove:hover {
  cursor: pointer;
}
.tooltip-inner {
  max-width: 150px;
  font-weight: bold;
}
.tooltip-inner > p,
.tooltip-inner hr {
  margin: 0 auto;
}
.tooltip-inner hr {
  margin: 2px auto;
  border-color: #9B9B9B;
}
.tooltip-inner .pad-left {
  margin-left: 20px;
}
.form-control {
  border-radius: 3px;
}
.ui-select-bootstrap > .ui-select-choices {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-top: none;
  border-radius: 0 0 3px 3px !important;
}
.ui-select-choices-row {
  padding-left: 15px;
}
.ui-select-choices-row.disabled:hover {
  background-color: transparent;
}
.ui-select-choices-row.active {
  background-color: #eff0f2 !important;
}
.ui-select-choices-row.active > span {
  color: inherit !important;
  background-color: transparent !important;
}
.ui-select-choices-row-inner {
  color: #303940;
  background-color: inherit;
}
.ui-select-choices-group-label {
  color: #9B9B9B;
  font-size: 1.1em;
  font-weight: bold;
}
.ui-select-choices-container {
  background-color: #eff0f2;
  border: none;
  -webkit-box-shadow: inset 0 0 1px 0;
  box-shadow: inset 0 0 1px 0;
}
.ui-select-choices-container.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-select-multiple > div > .ui-select-match {
  display: none;
}
/**
 * General
 */
.permission-checkbox {
  margin-bottom: 15px;
}
.permission-checkbox > label {
  padding-left: 0 !important;
}
.font-group,
.color-group {
  margin-left: 10px;
  float: left;
  clear: left;
  margin-bottom: 5px;
}
/**
 * Fonts
 */
.font-group {
  padding: 3px 5px;
}
.font-group:hover {
  background-color: #eff0f2;
  border-radius: 25px;
  font-weight: bold;
}
.font-group:hover > .item-remove {
  font-weight: bold;
  color: inherit;
}
/**
 * Colors
 */
.color-group-name {
  padding: 3px 5px;
  border-radius: 25px;
  margin-bottom: 5px;
}
.color-group-thumbs {
  margin-left: 20px;
}
.color-group:hover > .color-group-name {
  background-color: #eff0f2;
  font-weight: bold;
}
.color-group:hover > .color-group-name > .item-remove {
  font-weight: bold;
  color: inherit;
}
.static-width-100 {
  width: 100px;
  display: inline-block;
}
/*
 * Swatch me nay-nay
 */
#colorCheckmark {
  fill: #d8d8d8 !important;
}
.swatch-owner {
  position: relative;
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -ms-flex-align: center;
}
.swatch-owner > .clickable {
  width: 100%;
}
.swatch-section {
  padding: 0 !important;
}
.swatch-toggle {
  padding: 15px;
  display: flex;
}
.swatch-toggle + input {
  margin: auto 4px;
}
.swatch-container {
  min-width: 100%;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 10;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px 35px 25px;
  background-color: #eff0f2;
  max-height: 350px;
  box-shadow: -4px 4px 8px 0px #ccc;
}
.swatch-container.tall {
  max-height: 440px;
}
.swatch-container-btn {
  width: 100%;
  min-width: 200px;
  display: block;
  position: absolute;
  left: 0px;
  height: 35px;
  bottom: 0;
  line-height: 35px;
  border-radius: 0 0 5px 5px;
  background-color: #303940;
  color: #ffffff;
  text-align: center;
}
.swatch-container-btn:hover {
  text-decoration: none;
  color: white;
  background-color: #99c93c;
}
.swatch-container > .swatch-group-container {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.swatch-container > .swatch-selected {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
}
.swatch-container > .swatch-group {
  border-bottom: solid 1px #d8d8d8;
}
.add-swatch-container {
  height: 400px;
}
.add-swatch-link-container {
  display: inline-block;
  width: 44px;
}
.add-swatch-link-container svg {
  width: 32px;
}
.add-swatch-link-line {
  display: inline-block;
  height: 12px;
  width: 16px;
  border-left: 1px solid #d8d8d8;
  margin-left: 16px;
}
.add-swatch-link-line.top {
  border-top: 1px solid #d8d8d8;
}
.add-swatch-link-line.bottom {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 29px;
}
.add-swatch-value-container {
  display: inline-block;
  width: calc(100% - 50px);;
}
.add-swatch-top-line {
  border-top: 1px solid #d8d8d8;
  padding-top: 2px;
}
.warning-tooltip {
  width: 22px;
  height: 22px;
}
.sp-container.sp-light.sp-flat {
  border: none;
  margin: 0;
}
.sp-container.sp-light.sp-flat > .sp-picker-container {
  width: 310px;
  border: none;
}
.sp-container.sp-light.sp-flat .sp-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 3px solid white;
  background: transparent;
  margin: -3px 0 0 -3px;
}
label.byte {
  color: #303940;
}
label.byte > input {
  width: 44px;
  padding-right: 0;
}
html,
body,
body > div[data-odec] {
  height: 100%;
  width: 100%;
  display: block;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
html {
  height: 100%;
}
/**
 * Thanks, Adobe! https://blogs.adobe.com/creativecloud/css-vs-svg-styling-checkboxes-and-radio-buttons/
 */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  margin-bottom: 0;
  padding-bottom: 5px;
  width: 100%;
}
input:required {
  box-shadow: none;
}
.clickable {
  cursor: pointer;
}
label {
  cursor: pointer;
}
label > small {
  font-weight: inherit;
  font-size: 11px;
}
.designer-text-container {
  position: relative;
}
input[type="checkbox"] + label span {
  color: #9B9B9B;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1em;
  background: url('/Static/content/svg/checkBox.svg') 0px center no-repeat;
  background-size: 100%;
}
input[type="checkbox"]:checked + label span {
  background: url('/Static/content/svg/checkBoxCheck.svg') 0px center no-repeat;
  background-size: 100%;
}
svg,
img.svg {
  height: 26px;
  width: 26px;
}
#layer-select-container {
  padding: 10px;
  background-color: #303940;
  /*margin: 0px -10px 0 -10px;*/
  min-height: 59px;
}
#layer-select {
  width: calc(100% - 36px);;
  float: left;
}
#layer-select > .ui-select-container > .ui-select-match > .ui-select-toggle {
  background-color: #58656e;
  color: #ffffff;
  border: none;
}
#layer-select .merge-swoop {
  position: absolute;
  left: 15px;
  height: 12px;
}
#layer-select .ui-select-choices-row-inner .merge-swoop {
  left: 38px;
}
input,
textarea {
  padding-right: 30px;
}
input.ng-invalid-step,
textarea.ng-invalid-step {
  border-color: initial;
  box-shadow: initial;
}
input.ng-invalid,
textarea.ng-invalid {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0px 8px rgba(255, 0, 0, 0.6);
}
input:focus + div + .input-icon,
textarea:focus + div + .input-icon,
input:focus + div + .input-icon + .input-icon,
textarea:focus + div + .input-icon + .input-icon {
  display: none;
}
input:focus + .input-char-count,
textarea:focus + .input-char-count {
  display: block;
}
input:focus.ng-invalid,
textarea:focus.ng-invalid {
  box-shadow: none;
}
input.fake-valid.ng-invalid,
textarea.fake-valid.ng-invalid {
  box-shadow: none;
}
.input-char-count {
  display: none;
  font-size: 0.8em;
  line-height: 26px;
  color: #9B9B9B;
  position: absolute;
}
#quickTextForm .input-icon {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 26px;
}
#quickTextForm .input-char-count {
  right: 4px;
  bottom: 4px;
}
#quickTextForm textarea {
  overflow: hidden;
  padding-right: 34px;
}
#quickTextForm textarea:focus {
  overflow: auto;
}
#designerQuickTextForm .input-char-count {
  right: 20px;
  top: 64px;
}
#designerQuickTextForm textarea {
  width: 100% !important;
  overflow: hidden;
  padding-right: 34px;
}
#designerQuickTextForm textarea:focus {
  overflow: auto;
}
.valid-icon-container {
  position: relative;
}
.valid-icon-container .input-icon {
  position: absolute;
  right: 4px;
  height: 26px;
}
.valid-icon-container#designerQuickTextForm .input-icon {
  top: 69px;
}
.ui-select-placeholder {
  color: #fff;
  font-weight: bold;
  margin-left: 25px;
}
#layer-lock {
  display: inline-block;
  margin-left: 2px;
}
/*
 * SVG colors
 */
#lockUnlock {
  fill: #f6f7f9 !important;
}
#lock {
  fill: #99c93c !important;
}
.color-thumb {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 6px;
  margin: auto 6px auto;
}
.color-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.color-thumb-lg {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 3px;
  margin: auto 3px auto;
}
.color-thumb-lg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.color-thumb-lg > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.color-thumb-container {
  display: inline-block;
  line-height: 30px;
}
.ui-select-icon {
  margin-right: 10px;
}
.space-between {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 10px auto;
}
.no-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
td.large-display-only,
th.large-display-only,
td.md-display-only,
th.md-display-only {
  display: none;
}
.buttonbar {
  background: #303940;
  margin: 0;
  padding: 0;
  height: 53px;
  position: relative;
}
.buttonbar > .btns {
  height: 100%;
}
.buttonbar > .btns.left {
  display: inline-block;
}
.buttonbar > .btns.left i.fa.fa-2x {
  margin-top: 5px;
}
.buttonbar > .btns.right {
  padding: 4px 20px 4px 0;
}
.btn-odec {
  border: none;
  display: inline-block;
  height: 100%;
  color: white;
  padding: 0 4px;
  vertical-align: middle;
  line-height: 53px;
}
.btn-odec > svg {
  vertical-align: middle;
}
.btn-odec:hover {
  text-decoration: none;
  color: #99c93c;
}
.btn-odec:hover .svg-fill {
  fill: #99c93c;
}
.btn-odec.active,
.btn-odec:focus {
  background: #99c93c;
  color: white;
  text-decoration: none;
}
.btn-odec.active:hover,
.btn-odec:focus:hover {
  color: #303940;
}
.btn-odec.active:hover .svg-fill,
.btn-odec:focus:hover .svg-fill {
  fill: #303940;
}
.btn-odec.green {
  background: #99c93c;
  color: white;
}
.btn-odec.green:hover {
  color: #303940;
}
.btn-odec.cancel {
  background: #b9bfc7;
  color: white;
}
.btn-odec.cancel:hover {
  background: #727e8e;
  color: white;
}
.btn-odec.wide {
  min-width: 100px;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  margin-top: 0px;
}
.btn-odec.rounded {
  border-radius: 4px;
}
.btn-odec.disabled,
.btn-odec[disabled=disabled] {
  opacity: 0.75;
  filter: grayscale(1);
  pointer-events: none;
}
.btn-odec.disabled:hover,
.btn-odec[disabled=disabled]:hover {
  background-color: transparent;
  color: white;
}
.divider {
  display: inline-block;
}
.divider > .content {
  font-size: 2em;
  color: #565162;
}
.workspace {
  position: relative;
}
.toolbar {
  position: absolute;
  top: 0;
  left: calc(100% - 375px);;
  height: 100%;
  width: 375px;
  background-color: #eff0f2;
}
.toolbar-tab {
  background-color: #d8d8d8;
  color: #58656e;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.5;
  padding: 4px 8px;
  text-align: center;
  width: 49%;
}
.toolbar-tab.active,
.toolbar-tab:focus {
  background-color: #eff0f2;
  color: #303940;
  text-decoration: none;
  opacity: 1;
}
.toolbar-tab.active:hover,
.toolbar-tab:focus:hover {
  background-color: #eff0f2;
  color: #303940;
  text-decoration: none;
}
.toolbar-tab:hover {
  text-decoration: none;
  background-color: #b2b2b2;
  color: #58656e;
}
.alert-upload {
  margin: 18px 21px 4px 21px;
}
.quick-text-container,
.designer-container {
  height: calc(100% - 44px);
  max-height: calc(100% - 44px);
  overflow-y: auto;
  padding: 18px 21px;
}
.quick-text-hint {
  margin: 10px auto;
  padding: 10px 0;
  border-bottom: solid 2px #ffffff;
}
.quick-text-btn {
  padding: 4px;
  text-decoration: none;
  height: 20px;
}
.quick-text-btn:hover {
  text-decoration: none;
}
.quick-text-input {
  position: relative;
  margin: 10px auto;
}
.quick-text-input > .section-label {
  display: inline-block;
  margin: 5px auto;
}
.quick-text-input .merge-field-quick-text {
  position: relative;
}
.quick-text-input .merge-field-quick-text .section-label,
.quick-text-input .merge-field-quick-text textarea {
  margin-left: 18px;
}
.quick-text-input .quick-text-sort {
  display: inline-block;
  margin-left: 5px;
}
.hint {
  font-weight: bold;
}
.designer-container.locked .section {
  opacity: 0.75;
  filter: grayscale(1);
  pointer-events: none;
}
.odec-row > div {
  display: inline-block;
  overflow: hidden;
}
.odec-center {
  border: 1px solid #aaafb2;
  position: relative;
}
.odec-center .undo-redo-throbber {
  left: calc(50% -60px);
  position: absolute;
  top: calc(50% -60px);
  z-index: 2;
}
.viewspace,
.viewspace-flex {
  height: 100%;
}
.viewspace-flex {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.space-container {
  height: calc(100% - 53px);
  max-height: calc(100% - 53px);
  overflow: hidden;
}
.row,
.section-heading.mrg-t-10 {
  margin-top: 10px;
}
.section {
  background-color: white;
  padding: 12px 20px;
  border-bottom: 3px solid #eff0f2;
}
.section-heading {
  color: #9B9B9B;
  font-weight: 500;
}
p.section-heading {
  margin: 0;
}
.section-label {
  font-weight: 500;
  color: black;
}
.section-label-col {
  padding-right: 0;
}
.svg-icon {
  display: inline-block;
  padding: 4px;
  text-decoration: none;
}
.svg-icon.square {
  height: 36px;
  width: 36px;
}
.svg-icon > img {
  height: 100%;
  width: 100%;
}
.svg-btn,
input.rivetal,
select.rivetal {
  color: #686868;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: #f6f7f9;
}
textarea.rivetal,
input[type=text].rivetal {
  color: #686868;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  background-color: white;
}
textarea.rivetal,
input[type=text].rivetal,
select.rivetal {
  width: 100%;
}
textarea.rivetal,
input.rivetal,
select.rivetal {
  padding: 4px;
}
input[type=text].rivetal,
select.rivetal,
input.rivetal.select {
  margin: 5px auto;
}
select.rivetal,
input.rivetal.select {
  height: 30px;
}
textarea.rivetal {
  height: 80px;
}
.inches {
  position: relative;
}
.inches:after {
  content: "in";
  position: absolute;
  right: 22px;
  top: 1px;
}
.inches > input[type=number] {
  width: 100px;
}
.svg-btn {
  display: inline-block;
  padding: 4px;
  text-decoration: none;
}
.svg-btn.text {
  padding: 4px 8px;
}
.svg-btn.square {
  height: 36px;
  width: 36px;
}
.svg-btn > img {
  height: 100%;
  width: 100%;
}
.svg-btn:hover {
  background-color: #d8d8d8;
  text-decoration: none;
  color: #333;
}
.svg-btn:focus {
  text-decoration: none;
}
.svg-btn.active {
  background-color: #99c93c;
}
.svg-btn.active > img {
  filter: invert();
}
.svg-btn.disabled {
  opacity: 0.2;
  filter: grayscale(1);
  pointer-events: none;
  filter: invert();
}
.svg-btn.green {
  background: #99c93c;
  color: white;
}
.svg-btn.green:hover {
  color: #303940;
}
.mrg-t-0 {
  margin-top: 0;
}
.mrg-t-4 {
  margin-top: 4px;
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate--90 {
  transform: rotate(-90deg);
}
.placement {
  line-height: 74px;
}
.placement .middle {
  width: 44px;
}
.placement .left,
.placement .right,
.placement .middle {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#fontSizeInput {
  width: 80px;
}
.merge-field-header > label {
  width: 100%;
  background: #d8d8d8;
  padding: 6px 10px;
  margin-bottom: 0;
  font-weight: normal;
}
.merge-field-content {
  overflow: hidden;
  max-height: 0em;
  transition: all ease-out 0.35s;
  border: 1px solid #d8d8d8;
}
.merge-field-content > .merge-field-content-inner {
  padding: 7px 7px 0 7px;
}
.merge-field-content label,
.merge-field-content .label {
  color: #333;
  font-weight: bold;
  padding-left: 0;
}
.merge-field-content input[type=text] {
  width: 100%;
  font-size: 13px;
  margin-top: 1px;
}
.merge-field-content .pull-right.small {
  color: #bfbebe;
  font-size: 11px;
}
.merge-field-content .pull-right.small.clipboard {
  background-color: #f6f7f9;
  border: solid 1px #eff0f2;
  border-radius: 3px;
  height: 15px;
  width: 15px;
  font-size: 9px;
}
.merge-field-content .pull-right.small.clipboard > .fa-clipboard::before {
  margin-left: -4px;
}
.merge-field-content > a.merge-field-delete {
  padding: 0 4px;
  margin: 0 8px 4px;
}
.merge-field-content .input-icon {
  top: -2px;
}
.merge-field-content .input-char-count {
  right: 4px;
  top: -2px;
}
.merge-field-checkbox {
  display: none;
}
.merge-field-checkbox:checked ~ .merge-field-content {
  max-height: 316px;
}
.odec {
  height: 100%;
  background-color: #fff;
  color: #333333;
}
.odec a i {
  margin-left: auto;
}
.odec .uploadspace {
  height: 100%;
}
.odec .uploadspace .uploader {
  padding-top: 2%;
}
.odec .container-fluid.modal-body {
  height: 82%;
  max-height: 82%;
}
.odec .toolbar-container {
  width: 100%;
  height: 39px;
  display: inline-block;
  float: left;
  margin: 0;
  margin-bottom: 15px;
  padding-left: 10px;
}
.odec .toolbar-container > ul > li {
  display: inline-block;
}
.odec .viewspace {
  max-height: 100%;
}
.odec .designerspace {
  height: 100%;
  position: relative;
}
.odec .designerspace .initializing-throbber {
  left: calc(50% - 182.5px - 20px);
  position: absolute;
  top: calc(50% -60px);
  z-index: 2;
}
.odec .workspace {
  height: 100%;
  width: 100%;
}
.odec .optionspace {
  height: 100%;
}
.odec .quick-text-widget {
  margin-top: 30px;
}
.odec .quick-text-widget ul {
  margin: 0 2%;
}
.odec .quick-text-widget textarea {
  width: 90%;
}
.odec .img-wrapper img {
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
}
.odec .odec-accordion .panel-heading {
  color: #f5f5f5;
  background-color: #828282;
}
.odec .odec-accordion .panel.panel-default {
  border-color: black;
  color: black;
  min-width: 195px;
  margin-bottom: 0px;
  border-radius: 0;
}
.odec .odec-accordion .panel.panel-default.accordion-top {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.odec .odec-accordion .panel.panel-default.accordion-bottom {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.odec .odec-accordion .panel-collapse > .panel-body {
  background-color: #f5f5f5;
  color: #828282;
}
.odec .odec-accordion .ui-icon {
  display: inline-block;
}
.odec .odec-widget {
  background-color: #595959;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.odec .odec-widget.right-sidebar {
  padding: 8px;
}
.odec .odec-widget.right-sidebar input[type="checkbox"] {
  float: left;
}
.odec .odec-widget.right-sidebar input[type="radio"] {
  float: left;
}
.odec .odec-widget.right-sidebar .buttonDescr {
  margin-left: 18px;
}
.odec .odec-widget.property-container {
  margin-top: 20px;
  overflow: auto;
  color: white;
}
.odec .odec-widget.property-container .move-background-label {
  margin-top: 6px;
}
.odec .odec-widget.property-container #shapeSelectorContainer {
  margin: 15px 0;
}
.odec .odec-widget.save-toolbar {
  margin-top: 30px;
  margin-right: 15px;
}
.odec .odec-widget.save-toolbar .save-row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.odec .dimensions-panel {
  border: 2px dashed black;
  padding-right: 20px;
  padding-bottom: 20px;
}
.odec .dimensions-table {
  table-layout: fixed;
  width: 90%;
}
.odec .dimensions-table td {
  height: 50%;
  width: 50%;
}
.odec .dimensions-table .offset {
  border-width: 0 2px 2px 0;
  border-style: dashed;
  border-color: blue;
}
.odec .dimensions-table .object {
  border: 2px dotted grey;
}
.odec .side-toolbar .save-cancel {
  width: 12%;
}
.odec .side-toolbar .btn-warning,
.odec .side-toolbar .btn-success {
  width: 41%;
  height: 36px;
  line-height: 16px;
  display: inline-block;
  margin-top: 6px;
}
.odec .side-toolbar a {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: small;
}
.odec .side-toolbar a span {
  margin-left: 5px;
}
.odec .side-toolbar a ul {
  color: #333333;
}
.odec .button-set {
  margin-right: 0;
}
.odec .back-ground.set-margin {
  margin: 10px 0 0 0;
}
.odec .property-toolbar {
  color: white;
}
.odec .property-toolbar > li {
  margin-bottom: 10px;
}
.odec .property-toolbar .move-background-label {
  margin-top: 6px;
}
.odec .property-toolbar span.col-md-4,
.odec .property-toolbar span.col-md-5 {
  text-align: right;
}
.odec .odec-tool-icon {
  width: 25px;
  height: 25px;
}
.odec .movement-arrow {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.odec .odec-stock-dropdown .stock-parent {
  left: -73px;
  top: 95%;
}
.odec .odec-stock-dropdown .stock-parent a {
  line-height: 13px;
  font-size: 13px;
  color: #333333;
}
.odec .odec-stock-dropdown .stock-parent .stock-child {
  top: -8px;
  left: 200px;
}
.odec .odec-text-dropper {
  width: 25px;
  height: 25px;
  padding: 10px;
}
.odec .sp-replacer {
  margin-left: 8px;
}
.odec #btnSelect i.fa.fa-location-arrow {
  transform: rotate(-90deg);
}
.odec #btnDrawLine i.fa.fa-minus {
  transform: rotate(-45deg);
}
.odec #btnExitPreview {
  position: absolute;
  bottom: 0;
  right: 0;
}
.odec td.odec-center {
  border: 1px solid #595959;
}
.odec .font-row {
  margin: 10px 0;
}
.odec .font-row div.select2-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.odec .odec-note {
  color: #aaafb2;
}
.odec .left-height-turned {
  position: absolute;
  height: 22px;
  width: 60px;
  left: -20px;
  top: calc(50% - 10px);
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.odec .low-label {
  margin-left: -200%;
}
.odec #color-label {
  margin-top: 4px;
}
.odec .color-item {
  border: 1px solid gray;
  display: inline-block;
  width: 21px;
  margin-right: 2%;
  height: 21px;
  margin-top: 3px;
}
.odec .color-item.selected {
  border: 2px #2d89ef solid;
  height: 20px;
  width: 19.5px;
}
.odec .color-item.selected:after {
  border-top: 8px solid #2d89ef;
  border-left: 8px solid transparent;
  position: relative;
  display: inline-block;
  right: -13px;
  content: "";
  top: 0px;
  z-index: 1001;
  height: 19px;
}
.odec .color-item.selected:before {
  position: absolute;
  content: "\e08a";
  color: #fff;
  right: 4px;
  font-family: iconFont;
  z-index: 1002;
}
.odec .select2-odec-text {
  width: 187px;
  margin-left: -25px;
}
.odec .remove-margin-row {
  margin-bottom: 0;
}
.odec .move-down-odec-label {
  margin-top: 5px;
}
.odec .img-custom-stock {
  max-height: 45px;
  max-width: 45px;
}
.odec .bleed-warning {
  color: orange;
}
.odec #flowStyles .top {
  vertical-align: text-top;
}
.odec #flowStyles .bottom {
  vertical-align: text-bottom;
}
.odec #select2odecParent {
  margin-top: 7px;
}
.odec .ui-buttonset {
  margin-right: inherit;
}
.odec .low-padding {
  padding: 5px;
}
.workspace .col-md-2.quick-text-container {
  height: 100%;
}
.workspace .col-md-2.quick-text-container .odec-widget.quick-text-widget {
  height: 95%;
}
.workspace .col-md-2.quick-text-container .odec-widget.quick-text-widget .text-area-container {
  height: 95%;
}
.workspace .col-md-2.quick-text-container .odec-widget.quick-text-widget .text-area-container > .list-unstyled {
  height: 100%;
  overflow-y: auto;
}
.workspace .col-md-2.quick-text-container .odec-widget.quick-text-widget .text-area-container textarea {
  display: inline-block;
}
@media only screen and (max-width: 1301px) {
  .hide-small {
    display: none;
  }
  .show-small {
    display: block;
  }
  .btn-odec {
    padding: 0 6px;
  }
  .odec .side-toolbar a span.hide-small {
    display: none;
  }
  .odec .side-toolbar a.btn.btn-warning,
  .odec .side-toolbar a.btn.btn-success {
    margin-top: 6px;
  }
  .odec .side-toolbar .btn.textLeft {
    width: 45px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .odec .side-toolbar .btn.textLeft i {
    margin-left: 0;
  }
  .odec .side-toolbar > .save-cancel.pull-right {
    width: 34%;
  }
  .standard-color-cell {
    width: 24px;
  }
}
@media only screen and (max-width: 1506px) {
  .odec .side-toolbar a span {
    display: block;
  }
  .odec .side-toolbar .btn-warning,
  .odec .side-toolbar .btn-success {
    margin-top: 16px;
  }
  .odec .side-toolbar .save-cancel {
    width: 14%;
  }
}
@media only screen and (min-width: 1301px) {
  #flowStyles i {
    margin-left: 0;
  }
  .show-small {
    display: none;
  }
  .odec-stock-dropdown > a {
    width: 65px;
  }
  /*#btnDrawRectangle{
        width:79px;
    }
    #btnPreview{
        width:69px;
    }*/
  .sp-container.sp-flat {
    margin-left: 25%;
  }
  .standard-color-cell {
    width: 29px;
  }
  td.md-display-only,
  th.md-display-only {
    display: table-cell;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1130px) {
  .col-md-3.margin-lite.hide-toolbar .col-md-6.ui-buttonset {
    width: 40%;
  }
  .col-md-3.margin-lite.hide-toolbar .col-md-6.ui-buttonset td a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .standard-color-cell {
    width: 21px;
  }
}
@media only screen and (max-width: 1000px) {
  .odec .workspace-container .workspace {
    min-width: 0px;
  }
  .odec .workspace .col-md-2.quick-text-container {
    height: initial;
  }
  .odec .workspace .col-md-2.quick-text-container .odec-widget.quick-text-widget {
    margin-top: 4px;
    width: 100%;
  }
  .odec .workspace .col-md-2.quick-text-container .odec-widget.quick-text-widget .text-area-container {
    width: 95%;
    display: table;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
  }
  .odec .workspace .col-md-2.quick-text-container .pagination-centered {
    margin: 4px;
  }
  .odec .workspace .col-md-2.quick-text-container ul.list-unstyled {
    display: table-row;
  }
  .odec .workspace .col-md-2.quick-text-container ul.list-unstyled li {
    display: table-cell;
  }
  .odec .workspace .col-md-2.quick-text-container ul.list-unstyled li .textarea {
    line-height: 10px;
  }
  .odec .workspace .col-md-2.quick-text-container ul.list-unstyled li .order {
    display: none;
  }
  .odec .workspace .designerspace.margin-lite {
    width: 100%;
    padding-right: 10px;
  }
  .odec .odec-widget.side-toolbar {
    padding-left: 5px;
  }
  .odec .odec-widget.side-toolbar .btn.large-display-only {
    display: none;
  }
  .odec .odec-widget.side-toolbar .save-cancel {
    width: 34%;
  }
  .odec .odec-widget.side-toolbar .save-cancel a.btn.btn-block {
    width: 43%;
    height: 40px;
  }
  .odec div.toolbar-container {
    margin-left: 7px;
    width: 100%;
  }
  .odec .workspace .col-md-2 {
    width: 150px;
    float: left;
    min-width: 150px;
    display: inline-block;
  }
  .modal.hide.fade[id*="popup-ode-partial"] {
    overflow: auto;
  }
  .odec div.workspace {
    min-width: 1160px;
    display: inline-block;
  }
  .workspace div.hide-toolbar {
    display: none;
  }
  .workspace div.designerspace.col-md-7 {
    width: 84.5%;
  }
}
@media only screen and (min-width: 1663px) {
  .standard-color-cell {
    width: 35px;
  }
  .odec .side-toolbar > .save-cancel {
    width: 22%;
  }
  td.large-display-only,
  th.large-display-only {
    display: table-cell;
  }
}
@media only screen and (min-width: 1302px) and (max-width: 1662px) {
  .toolbar-container.specific .save-cancel.pull-right {
    margin-right: 16px;
  }
  .toolbar-container.specific .save-cancel.pull-right a.btn.btn-success.btn-block {
    min-width: 95px;
  }
}
body img.ui-draggable,
.shapes img {
  max-width: 64px;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: move;
}
.text-small {
  font-size: 0.9em;
}
input:-moz-ui-invalid {
  box-shadow: none;
}
.bleed-setting-message {
  text-align: center;
}
.static-width-100 {
  width: 100px;
  display: inline-block;
}
.font-xtyle {
  width: 80px;
}
