.template-view-block {
  border-top: 3px solid #ececec;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  overflow: auto;
}
.template-view-block::-webkit-scrollbar {
  width: 12px;
}
.template-view-block::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.template-view-block::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(20, 20, 20, 0.8);
}
.template-view-block::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(20, 20, 20, 0.4);
}
.template-view-block svg {
  /* padding-top: 0px !important;
  margin-top: 0px !important;
  background-color: white;
  max-width: 100%;
  height: 100% !important; */
}
.smart-selection li.active {
  color: #333;
}
.smart-selection li {
  text-align: left;
  padding-left: 15px;
}
.uploader-header .pop-header-tab {
  float: left;
  width: 100%;
}
.wtp-main-container {
  width: 100%;
  height: 100%;
  min-width: 1100px;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-top: 10px;
  margin-left: 16px;
}
.wtp-middle-container {
  /*width: 65%;
  max-width: 675px;*/
  /*margin-left: 1%;*/
}
#SVGEditPrint {
  border-top: solid 2px #dddddd;
  padding-top: 25px;
}
.wtp-svg-container {
  text-align: center;
  /*margin-left: 10%;*/
  /*border: solid thin black;*/
}
.wtp-svg-container svg {
  border: dashed 1px #24263f;
  max-width: 800px;
  padding: 5px;
}
.wtp-float-right {
  float: right;
}
.wtp-buttons,
.wtp-markers {
  min-width: 5em;
  /*width: 10%;*/
  text-align: center;
  /*float: left;*/
  /*position: relative;*/
  /*top: 2em;*/
}
.wtp-markers * {
  position: relative;
  left: 1px;
  /*min-height: 2.25em;*/
  min-width: 4.5em;
  /*padding-top: 0.5em;*/
  padding: 2px 13px 1px;
  margin-right: 6px;
  border: solid 2px #24263f;
  background: #fff;
  color: #24263f;
  font-weight: 600;
  font-size: 16px;
  z-index: 2;
  float: left;
}
.wtp-markers *:hover,
.wtp-markers .wtp-active {
  background: #24263f;
  color: #fff;
  /*border-right: none;*/
  /*padding-right: 1px;*/
}
.wtp-clear {
  clear: both;
  height: 1px;
}
.wtp-buttons {
  position: relative;
  top: 0;
  width: 38%;
  /*display: flex;*/
  flex-direction: row;
  float: right;
  margin-top: 2px;
  margin-bottom: 10px;
}
.wtp-buttons .wtp-button {
  text-align: center;
  float: left;
  background: #fd6c0f;
  border: none;
  /*solid 2px #000;*/
  font-weight: bolder;
  font-size: 20px;
  padding: 5px 5px 0 5px;
  margin-right: 5px;
  color: #fff;
}
.wtp-buttons .wtp-button:hover {
  background: #e15902;
  border: #e15902;
}
#wtp-save-btn {
  background: #1ac799;
  /*#16ac84*/
}
#wtp-save-btn:hover {
  background: #16ac84;
}
#wtp-save-pdf-btn {
  background: #fd6c0f;
}
#wtp-save-zip-btn {
  background: #d0d05b;
}
#wtp-save-file {
  /*line-height: 1.5em;*/
  text-decoration: none;
  color: #fff;
}
.wtp-hover-controls {
  position: relative;
  top: -40px;
  /*display: none;*/
  /*width: 5em;
  height: 2em;*/
  z-index: 20;
}
.wtp-hover-controls div {
  background: #222222;
  color: #eeeeee;
  border: solid thin #f2dede;
  text-align: center;
  line-height: 2em;
  padding: 0 8px;
  float: left;
  margin-right: 4px;
}
/*.wtp-edit-container*/
#SVGContentEditor {
  /*padding-left: 0.5%;
  width: 35%;
  position: fixed;
  right: 2%;
  padding-top: 17px;*/
  overflow-y: scroll;
}
.wtp-edit-container {
  border-left: solid 2px #dddddd;
  padding-left: 1em;
}
.wtp-edit-container .wtp-edit-tabs {
  padding-left: 2em;
  z-index: 2;
  margin-bottom: 0;
  position: relative;
  top: 2px;
  margin-top: 0;
}
.wtp-edit-container .wtp-edit-tabs .wtp-edit-tab {
  padding: 10px 10px 17px 10px;
  float: left;
  list-style: none;
  /*border: solid thin #525252;*/
  /*background: #d0d0d0;*/
  line-height: 1em;
}
.wtp-edit-container .wtp-edit-tabs .wtp-edit-tab.wtp-active,
.wtp-edit-container .wtp-edit-tabs .wtp-edit-tab:hover {
  /*background: #ffffff;*/
  border-bottom: solid 2px #168aaf;
  position: relative;
  /*top: 1px;*/
}
.wtp-edit-container .wtp-edit-content-tabs {
  /*border: solid thin #525252;*/
  border-top: solid 2px #dddddd;
  list-style-type: none;
  width: 100%;
  min-height: 400px;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 4px;
  overflow-y: scroll;
  /*background-color: #ffffff;*/
  padding-left: 0;
}
.wtp-edit-container .wtp-edit-content-tabs .wtp-edit-text-item,
.wtp-edit-container .wtp-edit-content-tabs .placeholder-text {
  padding-left: 40px;
}
.wtp-edit-container .wtp-edit-content-tabs .wtp-edit-image-item {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0 10px 40px;
}
.wtp-edit-container .wtp-edit-content-tabs img {
  border: solid 1px #c0c0c0;
}
.wtp-edit-container .wtp-edit-content-tabs input {
  min-width: 202px;
  margin: 10px auto;
  width: 90%;
  line-height: 34px;
  padding: 0 1em;
  border-radius: 0px;
}
.wtp-edit-container .wtp-edit-content-tabs input[type='file'] {
  max-width: 100px;
  margin: 10px 0;
}
.wtp-edit-container .wtp-edit-content-tabs textarea {
  min-width: 200px;
  margin: 10px auto;
  width: 90%;
}
.wtp-edit-container .wtp-edit-content-tabs .wtp-highlighted {
  /*background: lightblue;*/
}
.wtp-edit-container .wtp-edit-content-tabs .dropdown {
  float: right;
  right: 10%;
  padding-top: 10px;
  /*position: absolute;*/
}
.wtp-edit-container .wtp-edit-content-tabs #wtpTokenDropdown {
  padding: 4px;
}
.wtp-edit-container .wtp-edit-content-tabs ul {
  z-index: 100;
}
/*.wtp-svg-container *, .wtp-edit-container * {
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.rotate {
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}*/
/* Template Chooser Styles */
.wtp-tc-template-list-container {
  width: 65%;
  background: #fff;
  border: solid 1px #dddddd;
  border-radius: 2px;
  padding: 20px;
}
.wtp-tc-templates {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  background: #fff;
}
.svg-choice {
  width: 48%;
  min-height: 250px;
  justify-content: center;
  vertical-align: middle;
  margin: 2em 0.5em 5em 0.25em;
  /*border: solid thin black;*/
}
.wtp-tc-svg-container {
  float: left;
  width: 98%;
  height: 215px !important;
  /*margin-bottom: 35px;*/
  vertical-align: middle;
}
.wtp-tc-svg-container img {
  width: 100%;
  height: 100%;
  max-height: 210px;
}
.wtp-tc-base-buttons {
  position: relative;
  /*top: 215px;*/
  min-height: 32px;
}
.wtp-tc-marker-tick,
.wtp-tc-svg-preview {
  /*border: solid thin #428bca;
  background: #199cc6;*/
  color: #fff;
  padding: 0;
  line-height: 47px;
  cursor: pointer;
}
.wtp-tc-marker-tick i {
  line-height: 47px;
  margin-right: 1.5em;
}
.wtp-tc-template-title {
  height: 100px;
  font-size: 22px;
  /*padding-top: 10px;*/
  color: #333333 !important;
  font-family: "DIN LIGHT ALT" !important;
  font-weight: 100 !important;
  /*line-height: 24px;*/
  position: relative;
  /*top: 232px;*/
}
.wtp-tc-svg-preview.text-center.col-sm-2 {
  border-right: 2px solid #31a3c3;
}
/*.wtp-tc-marker-tick:hover, .wtp-tc-svg-preview:hover {
background: white;
color: #199cc6;
}*/
.wtp-tc-chosen-template-list {
  width: 20%;
  text-align: center;
  margin-left: 5em;
  margin-bottom: 2em;
}
.wtp-btns {
  position: fixed;
  bottom: 0.5em;
  right: 1.5em;
}
.wtp-btns * {
  float: left;
  padding: 0 10px;
  background: #1ac799;
  border: solid thin black;
  border-radius: 2px;
  margin-right: 1em;
}
.svg-preview-container {
  text-align: center;
  overflow: scroll;
}
.svg-preview-container img {
  max-width: 100%;
  max-height: 100%;
}
.close-btn {
  position: absolute;
  top: 2px;
  right: 20px;
  border: solid thin #ffd6d6;
  width: 20px;
  height: 20px;
  text-align: center;
  background: red;
  color: white;
  cursor: alias;
}
#pull-right-btn {
  position: fixed;
  right: 0;
  top: 40%;
  font-size: 100px;
  color: #147ea1;
}
.svg-preview-container {
  overflow-x: scroll;
}
#wizard-save {
  margin-bottom: 20px;
  margin-right: 20px;
}
.wtp-edit-item-header {
  background: #f0f0f0;
  width: 100%;
  padding-left: 20px;
  height: 30px;
  padding-top: 6px;
  text-align: -webkit-center;
  font-weight: 700;
  margin-top: 10px;
}
.wtp-highlight-box {
  position: absolute;
  border: solid 3px #1ac799;
}
.wtp-text-alignment {
  overflow: auto;
  padding-left: 10px;
}
.wtp-current-text {
  text-align: center;
}
.wtp-select-alignment {
  display: block;
  margin: 0 auto;
}
.force-overflow {
  overflow-y: auto !important;
}
.previewSelector {
  min-height: 100px;
  border: solid thin thistle;
  text-align: center;
}
.previewSelector object {
  max-width: 100%;
  max-height: 100%;
}
.previewSelector .miniViewImage svg {
  background-color: transparent;
}
.wtp-editor .wtp-editor-header {
  background: #323659 !important;
  color: #FFF !important;
  padding: 10px;
  font-size: 18px;
}
.fixed-top {
  position: fixed;
  top: 80px;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
}
.edit-smart-content-btn {
  width: 100%;
  font-size: 15px;
}
.add-fonts-btn {
  width: 130px;
}
/*NOTE: START ARRI'S CSS

//Float Label Forms*/
.field-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.float-form {
  position: absolute;
  top: -13px;
  left: 0;
  transition: all 0.1s linear;
  opacity: 0;
}
.float-form.show {
  top: -15px;
  opacity: 1;
}
body {
  /* the following line fixes a blink in chrome https://code.google.com/p/chromium/issues/detail?id=108025 */
  -webkit-backface-visibility: hidden;
}
/*//Float Label Forms*/
.select2-expanded-dropdown {
  position: relative;
  width: 300px !important;
}
/*//uploads*/
.add-uploads {
  position: absolute;
  border-bottom: 3px solid #1586AA;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #189BC5;
}
.add-uploads:hover {
  background-color: #1585A9;
  border-bottom: 3px solid #127392;
}
.absolute-center {
  display: inline-block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.actions-bar-block {
  max-height: 100px;
  height: 100px;
  position: relative;
  /*background-color: lightgrey;*/
}
.missing-fonts-block {
  font-size: 11px;
}
.previewToggle.active {
  border: 3px solid yellow !important;
}
.previewSelector-wrapper {
  width: 1000px;
  overflow: hidden;
}
.previewSelector {
  display: block;
  text-align: center;
  border: 1px solid #DDDDDD;
  height: 100px;
  line-height: 100px;
  width: 150px;
  float: left;
  margin-right: 10px;
  background-color: white;
}
.editorArea {
  display: none;
  max-height: 550px;
}
#editorArea .frontPreviewContainer,
#editorArea .backPreviewContainer {
  overflow-x: auto;
}
.editorArea.active {
  display: block;
}
.editorArea.active.object {
  display: block;
  background-color: #F6F6F6;
}
.editorArea > .no-uploads {
  padding-top: 150px;
  text-align: center;
}
.editorArea > .no-uploads > .fa {
  color: #dddddd;
  padding-bottom: 20px;
}
.list-bullets-wrap-preview {
  text-align: center;
}
.list-bullets-wrap-preview .bullets {
  margin-right: 2px;
  border-radius: 50%;
  background-color: #d8d8d8;
  display: inline-block;
  height: 7px;
  width: 7px;
  cursor: pointer;
}
.list-bullets-wrap-preview .bullets.active {
  background-color: #44C290;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #16AB83;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #1ac799;
}
input:focus + .slider {
  box-shadow: 0 0 1px #1ac799;
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}
.slider.round:before {
  border-radius: 50%;
}
.wtp-image-upload:hover .wtp-upload-hover {
  visibility: visible;
}
.wtp-upload-hover {
  visibility: hidden;
}
/* Displaying the correct block*/
.preview-block {
  display: none;
}
.preview-block #frontPreview,
.preview-block #backPreview {
  text-align: center;
  overflow: auto;
}
.preview-block.active {
  display: block;
}
.preview-block svg {
  /*width: 100%;*/
  height: auto;
  background-color: white;
  margin: 0 auto;
}
.toggle-title {
  display: none;
}
.toggle-title.active {
  display: block;
}
.preview-img {
  height: auto;
  width: auto;
  max-width: 825px;
}
.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #cacece;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  display: inline-block;
  outline: none !important;
  position: relative;
}
.regular-checkbox:checked {
  outline: none !important;
  background-color: #44C290;
  border: 1px solid #44C290;
  color: #99a1a7;
}
.regular-checkbox:checked:after {
  outline: none !important;
  content: '\2713';
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #fff;
}
.wtp-template-list-item {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-top: 20px !important;
  height: 320px;
  position: relative;
}
.preview-container {
  position: relative;
  text-align: center;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 1px 3px #777;
  -webkit-box-shadow: 0 1px 3px #777;
}
.editorArea {
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 550px;
}
.preview-container object {
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  padding: 20px;
}
.wtp-template-list-item:hover {
  cursor: hand;
  border-color: #57B2CF;
}
.overlay {
  height: 300px;
  display: block;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.overlay:hover {
  display: block;
  height: 90%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
}
.toolbar {
  height: 45px;
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.plusbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.toolbar > span {
  display: none;
}
.preview-container > .toolbar {
  display: none;
}
.preview-container > .upload-hover-text {
  display: none;
}
.preview-container:hover > .upload-hover-text {
  display: block;
}
.rotate-anti-clock,
.rotate-clock {
  cursor: pointer;
}
.wtp-template-list-item > .toolbar {
  display: none;
}
.wtp-template-list-item:hover > .toolbar {
  height: 45px;
  display: block;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #199cc6;
  color: white;
  z-index: 2;
  text-align: center;
  line-height: 48px;
}
.wtp-template-list-item > .toolbar > .toolbar-span:hover {
  background-color: #5DABC7;
  border: 1px solid #199cc6;
  height: 100%;
  cursor: hand;
}
.wtp-template-list-item:hover > .toolbar > span {
  color: white;
  text-align: center;
  display: inline-block;
}
.text-editor-div {
  resize: none;
  height: 16em;
}
.preview-container:hover > .toolbar > span {
  color: white;
  text-align: center;
  display: inline-block;
}
.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.wtp-image-container {
  position: relative;
  text-align: center;
  height: 145px;
}
.wtp-template-image {
  max-height: 200px;
  max-width: 90%;
  z-index: 0;
}
.actionsButton {
  display: none;
}
.actionsButton.active {
  display: block;
}
.wtp-list-icon.active {
  color: #199cc6;
}
.text-no-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#PrintTemplateTitleDescBlock .form-group {
  padding-top: 10px;
}
.printSummary tr:nth-child(odd) {
  background-color: #F6F6F6;
}
.wtp-action-btn:hover {
  background-color: #3DC1D6 !important;
  color: white !important;
}
.wtp-action-btn:hover a {
  color: white !important;
}
.wtpDownload {
  display: none;
}
.wtpDownload.active {
  display: block;
}
.eddmRibbon {
  width: 0;
  height: 45px;
  border-right: 18px solid #199cc6;
  border-left: 18px solid #199cc6;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.printPostEditor {
  min-height: 535px;
}
.smart-selection {
  width: 150px;
  list-style: none;
  background-color: white;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  position: absolute;
}
.smart-selection li {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.smart-selection.active {
  display: block !important;
}
.smart-selection li:hover {
  background-color: #5897FB;
  color: white;
  cursor: pointer;
}
li.active {
  color: white;
}
#PrintTemplateNavBlock input {
  width: 180px !important;
}
.sb-search {
  position: relative;
  margin-top: 10px;
  width: 0%;
  min-width: 35px;
  height: 30px;
  float: left;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 30px;
  margin: 0;
  z-index: 10;
  padding: 10px 40px 10px 50px;
  font-family: inherit;
  font-size: 12px;
}
input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.sb-icon-search,
.sb-search-submit {
  width: 35px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.refresh-icon {
  width: 35px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  background: #DDDDDD;
}
.refresh-icon {
  background: #5ABA5A;
  border-bottom: 3px solid #4F9B4E;
}
.refresh-icon,
.sb-icon-search {
  z-index: 90;
  border-radius: 3px 0px 0px 3px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
.rotate.down {
  animation: rotateRefresh 2s;
}
@keyframes rotateRefresh {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
div.update-smart-object {
  cursor: pointer;
  margin-top: 20px;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
div.update-smart-object:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.update-smart-object .fa-pencil {
  display: none;
}
.wtp-template-actions div {
  display: block;
  text-align: center;
  border: 1px solid #DDDDDD;
  padding-top: 10px;
  height: 70px;
  background-color: white;
  cursor: pointer;
}
.wtp-template-actions.mobile div {
  height: auto;
  padding-bottom: 10px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*NOTE: END ARRI'S CSS
//------------------>*/
/*Begin new view CSS*/
#wtp-header-area {
  text-align: center;
  height: 95px;
}
#wtp-header-area h4 {
  line-height: 95px;
}
#wtp-content-area {
  padding-bottom: 20px;
  margin: auto;
  margin-right: 30px;
  margin-left: 30px;
}
#wtp-content-area h4 {
  line-height: 70px;
}
.mailing-type-select {
  min-height: 170px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #dddddd;
  padding: 20px;
  margin-right: 20px;
}
.mailing-select-active {
  background-color: #EEFDF5 !important;
  border: 2px solid #44C290 !important;
}
.mailing-type-select .checkmark {
  color: #44C290;
  position: absolute;
  right: 10px;
  top: 10px;
}
.mailing-type-select .circle {
  min-width: 25px;
  height: 25px;
  background: #e7e7e7;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -border-radius: 50px;
}
.mailing-type-select h5 {
  padding-left: 10px;
}
.mailing-type-select p {
  font-size: 10px;
}
#contactInfo h5 {
  padding-top: 10px;
  margin-top: 15px;
}
#contactInfo h5 span {
  color: #d8d8d8;
}
#contactInfo .checkLabel {
  font-size: 12px;
  vertical-align: top;
  padding-left: 5px;
}
#contactInfo .wtpInput {
  width: 75%;
  height: 45px;
  border: 1px solid #DDD;
  border-radius: 2px;
}
#contactInfo .wtpInput input {
  background: none;
  width: 75%;
  height: 43px;
  border: none;
  outline: none !important;
  padding-left: 10px;
}
#contactInfo .fa {
  line-height: 45px;
  color: #DDD;
  font-size: 20px;
}
#contactInfo .numberSelector {
  padding-left: 10px;
  border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  -webkit-border-radius: 2px 0px 0px 2px;
  height: 45px;
  width: 90px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-left: -1px;
  line-height: 45px;
  padding-right: 10px;
}
#contactInfoForm {
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
#contactInfoForm.active {
  visibility: visible;
  position: static;
  opacity: 1;
  transition: opacity 1s linear;
}
#wtp-footer-area {
  max-height: 104px;
}
#wtp-footer-area .footer-content {
  height: 60px;
  background-color: #fff;
  border: 1px solid #dddddd;
  margin-top: 44px;
}
.ldBar-label {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 42%;
  font-weight: bolder;
  font-size: 100%;
  display: none;
}
.wtp-print-wrap .select2-search:after {
  top: 7px !important;
  right: -2px !important;
}
.wtp-print-wrap .select2-search__field {
  width: 100% !important;
}
.eddm-help-img img {
  max-width: 100%;
  max-height: 100%;
}
.token-template-value,
.token-template-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 8em;
  margin-bottom: 16px;
}
.text-editor-options-wrapper {
  padding: 5px 10px;
  border: 1px solid #DDD;
  margin: 15px;
  border-radius: 4px;
  margin-top: 0px;
  width: auto;
  line-height: 1;
}
.text-editor-options-wrapper .fa {
  cursor: pointer;
}
.set-label {
  display: block;
  float: left;
  font-weight: 600;
}
.stream-alerts-list .comment.noChange:hover {
  border: none !important;
}
/* .import-style {
  color: #fff;
  background-color: #3DC38F;
  border: 1px solid #3DC38F;
  border-radius: 4px;
  width: 70%;
} */
.error-note-class {
  color: #fff;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: -100px;
  float: left;
  width: 100%;
  background: #FF0000;
  left: 0px;
  padding: 20px;
  font-weight: bold;
}
input.printingType {
  margin-bottom: 10px;
}
.edit-sender-details-btn {
  color: #fff !important;
  border-color: #2183c5 !important;
  background: #2A94DB !important;
  font-size: 16px;
  float: right;
  margin-right: -27px;
  visibility: hidden;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  top: -30px;
  right: -22px;
  margin-top: -27px;
  cursor: pointer;
}
.edit-sender-details-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 14px;
  margin-top: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.edit-order-details-btn {
  color: #fff !important;
  border-color: #2183c5 !important;
  background: #2A94DB !important;
  font-size: 16px;
  float: right;
  margin-right: -27px;
  visibility: hidden;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  top: -30px;
  right: -22px;
  margin-top: -27px;
  cursor: pointer;
}
.edit-order-details-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 14px;
  margin-top: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.sender-data {
  margin-bottom: 20px;
}
.sender-data-details {
  padding: 15px !important;
}
/* 
.details-pad{
  display: block;
  float: left;
  width: 30%;
  text-transform: capitalize;
  
}

.wtp-details-pad{
  display: block;
  float: left;
  width: 70%;
  font-weight: 600;
} */
.edit-data-style {
  background: "#F6F6F6";
  margin-top: 20px;
  padding: 15px !important;
}
.attribute-title-style {
  display: block;
  float: left;
  width: 30%;
  text-transform: capitalize;
}
.attribute-edit-style {
  display: block;
  float: left;
  width: 70%;
  border-radius: 2px !important;
  height: 30px;
  padding: 0 15px;
  color: #000 !important;
}
.contact-details-form-style {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
.info-section-header-style {
  width: -webkit-calc(85%);
  width: calc(85%);
  border-bottom: 1px solid #F7F7F7;
  font-size: 18px;
}
.attribute-wrapper-style {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 7px 0;
  padding-bottom: 5px;
}
.edit-btn-wrapper-style {
  margin-top: 12px;
  text-align: right;
  margin-bottom: 15px;
}
.edit-submit-btn-style {
  color: #fff !important;
  border-color: #2183c5 !important;
  background: #2A94DB !important;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 15px;
  margin-right: 8px;
}
.edit-cancel-btn-style {
  color: #fff !important;
  border-color: #E46050 !important;
  background: #E46050 !important;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 15px;
}
.infoLayoutWrapStyle {
  padding-top: 15px !important;
  padding-left: 15px !important;
  min-height: 80px;
}
.editLayoutWrapStyle {
  background-color: #F6F6F6 !important;
  padding-right: 15px !important;
}
.attr-wrapper-style {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 7px 0;
  padding-bottom: 5px;
}
.attribute-value-style {
  display: block;
  float: left;
  width: 70%;
  font-weight: 600;
}
.wtp-image-style {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
