body.builderUI {
  padding-top: 0;
  background: rgba(236, 240, 241, 1);
  /* overflow: hidden !important; */
}

#builder,
.container,
.screen,
body,
html {
  height: 100%;
}

body #builder > .container {
  width: 100%;
  margin-top: 0;
  position: relative;
  padding: 95px 0 0 0;
}

.builder-color-4 .copyPublishedSiteUrl {
  color: #36ae9f !important;
}

.toggle:focus,
.toggle:hover {
  color: #fff;
}

.close_stay_page:hover {
  background-color: #4587ba !important;
  border-color: #4587ba;
  color: #fff;
}

#hidden {
  display: none !important;
}

.disabled-input {
  color: #000 !important;
  cursor: not-allowed !important;
}

.get_site_url {
  margin-left: -3px !important;
  margin-right: 39px !important;
}

.actionButtons {
  border-radius: 0;
}

.margin-bottom-5 {
  margin-bottom: 10px;
}

#FixedBlockSection .modal-body {
  text-align: center;
}

#FixedBlockSection .modal-footer {
  margin-top: 23px;
}

#FixedBlockSection .modal-content {
  width: 600px;
}

body .drop-hover {
  background: #e7f2ff none repeat scroll 0 0;
  border: none;
  height: 100px;
  position: relative;
}

body .rightPreview .drop-hover {
  height: 60px;
}

.ui-draggable-dragging.ui-sortable-helper span {
  color: #4f81bc;
}

body .drop-hover::after {
  position: absolute;
  width: 97%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 74%;
  border: 3px dashed #0074c7;
  content: "";
  border-radius: 5px;
}

span.audioname {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

#loader {
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0.8;
  overflow: hidden;
}

#loader img {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 20px);
  width: 60px;
}

#loader p {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - -42px);
}

#loader span {
  color: #ecf0f1;
  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: 700;
  font-size: 30vh;
  opacity: 0.8;
}

#loader span {
  display: inline-block;
}

#loader span:nth-child(odd) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#advance_schema_wrapper {
  z-index: 9999;
}

input.form-control.input-sm[name="text"]:focus {
  position: absolute;
  width: 100%;
  right: 0;
  transition: 0.5s linear;
}

ul[id^="page"] li {
  width: 100%;
}

@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
}

@keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
}

body .btn-warning {
  background-color: #f39c12;
}

body .btn-warning:hover {
  background-color: #f4a62a;
}

body .fileinput .fileinput-preview {
  cursor: default !important;
}

body .btn-file > input[type="file"] {
  position: absolute !important;
}

.ryt-drop-head i.caret {
  font-size: 18px !important;
}

.ryt-drop-head:hover i.caret {
  color: #54a0dd !important;
}

header {
  margin-bottom: 20px;
  width: 100%;
  background: #54a0dd;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

header .responsiveToggle {
  margin-left: 0;
}

header .responsiveToggle a {
  font-size: 20px;
  height: 75px;
  padding: 20px 15px;
  text-align: center;
  width: 62px;
}

header.affix {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1040;
  padding-right: 0;
  padding-left: 0;
  height: 75px;
}

header .modes {
  margin: 8px 0 0 60px;
  width: 460px;
  text-align: center;
}

header .modes #modeContent {
  display: none;
}

header .modes > b {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  top: 3px;
}

#main ul {
  float: left;
  width: 100%;
}

header .modes > label.radio.primary {
  display: inline-block;
  margin-top: 0 !important;
}

header .modes > label {
  margin-right: 20px;
}

header .slick,
header .slick > button {
  display: flex;
  padding-right: 3px;
}

header .slick > button > i {
  float: left;
}

header .slick .slide {
  display: inline-block;
  overflow: hidden;
  float: left;
  text-align: left;
  padding-left: 0;
  transition: width 0.25s linear 0s;
  -webkit-transition: width 0.25s linear 0s;
  -moz-transition: width 0.25s linear 0s;
}

.navbar a > .fui-home {
  position: relative;
  font-size: 14px;
  top: -1px;
}

.dropdown-menu.revisions-dropdown {
  width: 260px;
  max-height: 400px;
  overflow-y: auto;
}

.dropdown-menu.revisions-dropdown li {
  color: #fff;
  padding: 5px 11px 7px;
}

.dropdown-menu.revisions-dropdown li a {
  display: inline;
  padding: 0;
  margin: 0;
}

.dropdown-menu.revisions-dropdown li > a::after,
.dropdown-menu.revisions-dropdown li > a::before {
  content: none;
}

.styleEditor {
  background: #f5f5f5 none repeat scroll 0 0;
  border-right: 1px solid #ddd;
  height: 100%;
  left: -320px;
  overflow-x: visible;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  top: 0;
  width: 310px;
  z-index: 2000;
}

.styleEditor .tab-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
}

.styleEditor .nav-tabs li span {
  font-size: 12px;
  color: #34495e;
}

.styleEditor form {
  width: 100%;
  overflow: visible;
  position: relative;
  margin-bottom: 20px;
}

.styleEditor > a.close {
  position: absolute;
  top: 25px;
  right: 15px;
  font-size: 20px;
  z-index: 999;
}

.styleEditor h3 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

.styleEditor .control-label {
  line-height: 20px;
  padding-top: 6px;
  font-size: 14px;
  float: left;
  width: 51%;
}

.styleEditor .form-group {
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
  float: left;
  width: 100%;
}

.styleEditor .form-group > input {
  float: right;
  width: 42%;
  text-overflow: ellipsis;
}

.styleEditor .form-group > .btn-block.select {
  float: left;
  min-width: 30px;
}

.styleEditor .form-group > .btn-block.select > .btn {
  width: 100%;
}

.styleEditor .form-group > .btn-block.select .dropdown-menu {
  right: 0;
  left: auto;
}

.styleEditor .form-group > .sp-replacer {
  float: right;
  width: 42%;
  border: 2px solid #bdc3c7;
  height: 35px;
  background: #fff;
  padding: 6px;
}

.styleEditor .form-group .sp-preview {
  width: 75%;
  border: 0;
}

body .sp-container {
  border: 0px solid #bdc3c7;
  display: none;
}

body .sp-container .sp-palette-container {
  border-right: 2px solid #bdc3c7;
}

body .sp-container .sp-picker-container {
  border-left: 0;
}

body .sp-container button,
body .sp-container button:hover {
  background-image: none;
  background-color: #1abc9c;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-family: Lato, ​Helvetica, ​Arial, ​;
  font-weight: 400;
  padding: 0 12px;
  text-shadow: none;
  line-height: 31px;
  text-transform: uppercase;
}

body .sp-input {
  border-radius: 0;
  background: #fff;
  border: 1px solid #ccc;
}

.styleEditor .form-group > input.active {
  position: absolute;
  right: 0;
  width: 100%;
}

.styleEditor div#styleElements {
  margin-bottom: 0;
}

.styleEditor ul.breadcrumb {
  background: #d5eaf3;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.styleEditor .breadcrumb > li:after {
  color: #4f81bc;
}

.styleEditor .breadcrumb .active {
  color: #4f81bc;
  font-weight: 700;
}

.styleEditor .nav-tabs > li > a {
  padding: 8px 10px;
  border: none;
  background: #fff;
}

.styleEditor .nav-tabs > li > a span {
  color: #fff;
  margin-right: 4px;
}

.styleEditor .sideButtons {
  margin: 0 0 10px;
  width: 100%;
}

.styleEditor .sideButtons > * {
  float: left;
  width: 33.33%;
}

.styleEditor p.or {
  color: #7f8c8d;
  font-weight: 400;
  font-size: 15px;
  border-bottom: 1px solid #bdc3c7;
  line-height: 0;
  margin-bottom: 25px;
}

.styleEditor p.or span {
  background: #f5f5f5;
  padding: 0 10px;
}

.builder-color-4 .styleEditor p.or span {
  background: #fff;
}

.styleEditor .link_Tab .btn-group {
  margin-bottom: 25px;
}

.styleEditor .link_Tab .btn-group,
.styleEditor .link_Tab .btn-group button {
  width: 100%;
}

.styleEditor .link_Tab .btn-group .dropdown-menu {
  right: 0;
  left: auto;
}

.styleEditor .link_Tab input {
  margin-bottom: 20px;
}

.styleEditor .form-group.fullWidth > input {
  float: none;
  width: 100%;
}

.styleEditor ul.nav-tabs li.active a {
  background: #4f81bc;
  color: #fff;
  border-radius: 5px;
  border: none;
}

.styleEditor ul.nav-tabs li.active a:hover {
  border: none;
  background-color: #2e63a2;
}

.styleEditor ul.nav-tabs li.active a:focus {
  border: none;
}

.styleEditor .fileinput .thumbnail {
  border-radius: 0;
}

.styleEditor .imageFileTab > input {
  margin-bottom: 20px;
}

.styleEditor .imageFileTab > .form-group {
  margin-bottom: 20px;
}

.styleEditor #icons_chosen {
  width: 100% !important;
  margin-bottom: 30px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  padding-top: 75px;
}

.menu .toggle {
  background: #3f7aa8 none repeat scroll 0 0;
  color: #eee;
  font-size: 19px;
  height: 50px;
  line-height: 51px;
  position: absolute;
  right: -39px;
  text-align: center;
  top: 75px;
  width: 41px;
}

#main > hr {
  margin: 8px 0;
}

.page-head-lft {
  font-size: 14px !important;
  height: 45px;
  margin: 0 !important;
  padding: 9px 21px;
}

.main > .sideButtons a i {
  font-size: 19px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.header-nth-btn {
  background-color: transparent;
  color: #fff;
}

.header-nth-btn-drop {
  background-color: #fff;
  color: #54a0dd;
  padding: 15px 12px !important;
}

.header-nth-btn:hover {
  background-color: transparent !important;
}

.header-nth-btn-drop:hover {
  background-color: #3f7aa8 !important;
}

.menu .toggle > img {
  width: 20px;
  position: relative;
  top: -2px;
}

.menu .main {
  background: none repeat scroll 0 0 #4f81bc;
  height: 100% !important;
  overflow-y: auto;
  padding-top: 10px;
  width: 300px;
  height: 100%;
  float: left;
}

.all-blk-hed {
  font-size: 21px !important;
  font-weight: 300 !important;
}

.all-blk-hed img {
  margin-right: 2px;
}

.menu .main h3,
.menu .main h3 ul li a {
  font-size: 20px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 0 20px;
  letter-spacing: 1px;
}

.menu .main h3,
.menu .main h3 ul li a > span {
  font-size: 15px;
}

.menu .main > ul {
  margin: 0;
  padding: 0;
}

.menu .main > ul > li {
  list-style: none;
  list-style-type: none;
}

.menu .main > ul > li > a,
.menu .main > ul > li > front {
  color: #fff;
  display: block;
  line-height: 50px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  font-size: 16px;
  padding-left: 36px;
  font-weight: 300;
  position: relative;
}

.menu .main > ul#elementCats > li > a.active,
.menu .main > ul#elementCats > li > a:hover,
.menu .main > ul#templatesUl > li > a.active,
.menu .main > ul#templatesUl > li > a:hover {
  color: #fff;
  background: #3f6695;
}

.main > .sideButtons {
  margin-bottom: 30px;
  margin-left: 0;
  text-align: left;
  width: 100%;
  display: inline-block;
}

.main > .sideButtons a {
  background-color: #fff;
  border: medium none;
  box-shadow: none;
  color: #54a0dd;
  height: 45px;
  padding: 14px 11px;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
}

.main > .sideButtons > * {
  margin: 0;
  width: 100%;
}

.main > hr {
  border-top: 1px dashed #ecf0f1 !important;
}

#all::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: 18px;
  position: absolute;
  top: 12px;
  width: 25px;
  background-position: 0 -82px;
}

.menu .second {
  background: #1f2e3c;
  width: 0;
  position: absolute;
  display: none;
  box-shadow: inset 5px 0 5px rgb(0 0 0 / 30%);
  z-index: 1000;
  overflow-y: auto !important;
  top: 0;
  bottom: 0;
  padding-top: 80px;
  padding-bottom: 30px;
}

.menu .second > ul {
  display: inline-block;
  width: 100%;
}

.menu .second ul {
  margin: 0;
  padding: 0;
}

.menu .second ul li,
li.element {
  list-style: none;
  list-style-type: none;
  padding: 15px 15px 0;
}

li.element:hover {
  cursor: move;
}

.menu .second ul li,
li.element > img {
  width: 100%;
  max-width: 100%;
}

li.element {
  padding: 0;
}

.menu .second ul li iframe {
  border: 0;
  width: 270px;
  background: #fff;
}

.menu .second ul li iframe html {
  -ms-zoom: 0.25;
  -moz-transform: scale(0.25);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.25);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.25);
  -webkit-transform-origin: 0 0;
}

.menu .second ul li .zoomer-wrapper a {
  cursor: move;
}

.menu #templates li .zoomer-cover a.btn-danger {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.menu #savedFrames li .zoomer-cover a.btn-danger {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.menu .main ul#pages {
  margin-bottom: 1px;
}

.menu .main ul#pages li {
  display: block;
  height: 50px;
  cursor: pointer;
}

.menu .main ul#pages li input {
  font-size: 16px;
  padding: 0 5px;
  width: 70%;
  border: 1px solid;
  color: #ecf0f1;
  background: 0 0;
  height: 30px;
  outline: 0;
  border-radius: 2px;
}

.menu .main ul#pages li input.display_page_btn {
  width: auto;
  height: auto;
  margin: auto;
}

.menu .main ul#pages li a.display_page_wrp {
  padding: 0;
  /*margin:0;*/
  margin-left: 4px;
}

.menu .main ul#pages li > a {
  float: left;
  width: 64%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  word-break: break-all;
}

/* .menu .main ul#pages li>a{color:#fff;} */
.menu .main ul#pages li > span {
  display: none;
  float: right;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  margin-top: 0;
  right: 0;
  width: 86px;
  margin-top: 14px;
}

.menu .main ul#pages li.active:not(.edit) > span {
  display: block;
}

.menu .main ul#pages li:not(.edit):hover > span {
  display: block;
}

.menu .main ul#pages li > span a {
  float: right;
  transform: color 0.7s;
  color: #fff;
  margin-left: 4px;
  margin-top: 5px;
  font-size: 15px !important;
}

.menu .main ul#pages li > span a.btn {
  color: #fff;
  position: relative;
  top: -3px;
  display: none;
}

.menu .main ul#pages li.active.edit > span a.btn {
  display: inline;
}

.menu .main ul#pages li.active.edit > span .fileDel,
.menu .main ul#pages li.active.edit > span .fileEdit {
  display: none;
}

.menu .main ul#pages li > span a.fa:hover {
  color: #158cc4;
}

#frame {
  display: block;
  border: 0;
}

.screen {
  margin: 0 auto 10px;
  width: 97%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  position: relative;
  display: table;
}

.screen.mobile,
.screen.tablet {
  border-left: 2px solid #e1e0e0;
  border-right: 2px solid #e1e0e0;
  border-bottom: 2px solid #e1e0e0;
}

.screen .zoomer-wrapper {
  background: #fff;
}

.screen .start {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.screen .start > span {
  color: #333;
  display: block;
  font-size: 18px;
  margin: 170px auto 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.siderbar-icon {
  font-size: 28px;
}

.screen.mobile .start > span {
  width: 300px;
}

.screen .toolbar {
  background: #ddd;
  height: auto;
  padding: 0 0 0 11px;
}

._bulder_toolbar_set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_setting_btn {
  display: flex;
}

.screen .toolbar .buttons {
  float: left;
  height: 13px;
  margin-top: 11px;
}

.screen .toolbar .title {
  color: #000;
  font-size: 14px;
  margin-right: 15px;
  padding: 10px 0;
  text-align: center;
}

.screen .toolbar .left {
  display: block;
  width: 13px;
  height: 13px;
  float: left;
  border-radius: 13px;
  margin-right: 6px;
}

.screen .toolbar .left.red {
  background: #e74c3c;
}

.screen .toolbar .left.yellow {
  background: #f4a62a;
}

.screen .toolbar .left.green {
  background: #16a085;
}

.screen .frameWrapper {
  background: #fff;
  padding-top: 0;
  position: relative;
  display: none;
}

.screen .frameWrapper.empty {
  min-height: 100%;
}

.screen .frameWrapper #pageList ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  height: 100%;
  min-height: 300px;
}

.screen .frameWrapper #pageList ul.active {
  display: block;
}

.screen .frameWrapper #pageList ul li {
  display: block;
  overflow: hidden;
  position: relative;
}

.screen .frameWrapper #pageList ul li .editorButtons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.screen .frameWrapper #pageList ul iframe {
  border: 0;
  width: 100%;
}

.screen .frameWrapper #pageList ul li .zoomer-cover {
  cursor: move;
  overflow: hidden !important;
}

.screen .frameWrapper #pageList ul li .zoomer-small,
.screen .frameWrapper #pageList ul li .zoomer-small iframe {
  overflow: hidden !important;
  overflow-y: hidden !important;
}

.screen .frameCover {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  height: 36px;
  opacity: 1;
  padding-left: 10px;
  position: absolute;
  right: -268px;
  top: 15px;
  transition: right 0.5s linear 0.5s, o 0s ease 0s;
  visibility: visible;
  width: auto;
  display: none;
}

.edit_frame_cover:hover {
  right: 0 !important;
  transition-delay: 0s !important;
}

.screen li .frameCover:hover {
  right: 10px !important;
  transition-delay: 0s;
}

.screen.mobile li:hover .frameCover {
  visibility: hidden;
  opacity: 0;
}

.screen .frameCover.move {
  width: 100%;
  height: 100%;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
}

.screen .frameCover.move button,
.screen .frameCover.move label {
  display: none;
}

.screen .frameCover.move:hover button {
  display: block;
}

.screen .frameCover button,
.screen .frameCover label,
.screen .frameCover > span,
.screen .frameWrapper #pageList ul li .editorButtons button {
  float: right;
}

.screen .frameCover > span {
  font-size: 22px;
  margin-right: 10px;
}

.screen .frameCover label {
  padding-right: 20px;
  margin-bottom: 0;
  margin-top: 8px;
}

.screen .frameCover button,
.screen .frameWrapper #pageList ul li .editorButtons button {
  padding-right: 3px;
}

.screen .frameCover button > span,
.screen .frameWrapper #pageList ul li .editorButtons button span {
  display: inline-block;
  overflow: hidden;
  float: right;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  transition: width 0.25s linear 0s;
  -webkit-transition: width 0.25s linear 0s;
  -moz-transition: width 0.25s linear 0s;
}

.screen .frameCover button > i,
.screen .frameWrapper #pageList ul li .editorButtons button i {
  float: left;
  top: 3px;
  position: relative;
  left: 2px;
}

.screen .aceEditor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.builderActive {
  border: 3px dashed red;
  cursor: pointer;
}

#canvasOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#canvasOverlay .loader {
  opacity: 1;
  position: absolute;
  top: 300px;
  left: 48%;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

#canvasOverlay .loader img {
  width: 50px;
}

.col-sm-6 {
  width: 48%;
  float: left;
}

.save-element {
  padding: 0 15px;
}

.ml-5 {
  margin-left: 5px;
}

.btn-block + .btn-block.mt-0 {
  margin-top: 0;
}

.float-width {
  float: left;
  width: 100%;
}

#canvasOverlay .loader span {
  display: inline-block;
  -webkit-animation: pulse 0.4s alternate infinite ease-in-out;
  animation: pulse 0.4s alternate infinite ease-in-out;
}

#canvasOverlay .loader span:nth-child(odd) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#canvasOverlay .loader {
  background: 0 0 !important;
}

@-webkit-keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
}

@keyframes pulse {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal.small-modal .modal-content,
.modal.small-modal > .modal-dialog {
  width: 470px;
}

.modal.small-modal > .modal-dialog {
  margin-top: 140px;
}

.btn {
  border-radius: 0;
}

.form-control {
  border-radius: 0;
}

.alert {
  border-radius: 0;
}

#errorModal .alert,
#successModal .alert {
  margin-bottom: 0;
}

.tab-pane#uploadAudioTab .fileinput-preview.thumbnail,
.tab-pane#uploadTab .fileinput-preview.thumbnail {
  width: 100%;
  height: 280px;
}

.tab-pane#uploadTab hr {
  border: 0;
  border-top: 2px dashed #ccc;
}

.tab-pane#uploadTab button.upload {
  margin-bottom: 15px;
  position: relative;
  float: right;
  width: 23%;
  bottom: 58px;
}

.checkbox_margin {
  margin-left: 8px;
  cursor: pointer;
}

.reuse_update_btn {
  background: #1abc9c none repeat scroll 0 0;
  border-radius: 8px;
  color: #fff;
  float: left;
  margin-top: -17px;
  padding: 6px;
}

.screen .reuseCover {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  height: auto;
  opacity: 1;
  padding-left: 10px;
  position: absolute;
  right: -315px;
  top: 15px;
  transition: right 0.5s linear 0.5s, o 0s ease 0s;
  visibility: visible;
  width: auto;
  background-color: #012060;
}

.screen li .reuseCover:hover {
  right: 0;
  transition-delay: 0s;
}

.screen .reuseCover.move {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  visibility: visible;
  opacity: 1;
}

.screen .reuseCover.move button,
.screen .reuseCover.move label {
  display: none;
}

.screen .reuseCover.move:hover button {
  display: block;
}

.screen .frameWrapper #pageList ul li .editorButtons button,
.screen .reuseCover button,
.screen .reuseCover label,
.screen .reuseCover > span {
  float: right;
}

.reuseCover button.MenuColorButton,
button.btn.btn-inverse.btn-sm.editBlock.new-sec-edit {
  padding: 0;
  display: none;
  width: 0;
  font-size: 18px;
}

.reuseCover:hover button.MenuColorButton,
.reuseCover:hover button.btn.btn-inverse.btn-sm.editBlock.new-sec-edit {
  width: 40px;
  padding: 10px;
  color: #fff;
  display: inline-block;
}

.screen .reuseCover > span {
  font-size: 22px;
  margin-right: 10px;
}

.screen .reuseCover label {
  padding-right: 20px;
  margin-bottom: 0;
  margin-top: 8px;
}

.screen .frameWrapper #pageList ul li .editorButtons button,
.screen .reuseCover button {
  padding-right: 3px;
}

.screen .frameWrapper #pageList ul li .editorButtons button span,
.screen .reuseCover button > span {
  width: 0;
  display: inline-block;
  overflow: hidden;
  float: right;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
  transition: width 0.25s linear 0s;
  -webkit-transition: width 0.25s linear 0s;
  -moz-transition: width 0.25s linear 0s;
}

.screen .frameWrapper #pageList ul li .editorButtons button:hover span,
.screen .reuseCover button:hover > span {
  width: 70px;
  transition-delay: 0.25s;
}

.screen .frameWrapper #pageList ul li .editorButtons button i,
.screen .reuseCover button > i,
button.MenuColorButton > i {
  float: left;
  top: 3px;
  position: relative;
  left: 2px;
}

.main hr {
  margin-top: 8px;
}

.frame_heading {
  float: left;
  margin-top: -7px;
}

.input_site_name {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #333;
  float: left;
  height: 51px;
  margin: 0 1px 0 0;
  padding-left: 40px;
  border-radius: 5px;
  background: url(../images/rapify_img/icons/site-name.png) no-repeat #fff;
  background-position: 10px 15px;
}

.input_site_search {
  float: right;
  margin-left: 20px !important;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #333;
  height: 51px;
  margin: 0 1px 0 0;
  padding-left: 40px;
  border-radius: 5px;
  background: url(../images/rapify_img/icons/search-name.png) no-repeat #fff;
  background-position: 10px 15px;
}

.float-right-search {
  float: right;
}

#appendedInputButton-01 {
  height: 43px;
}

.btn_search_template {
  height: 43px !important;
}

.margin-right-18 {
  margin-right: 18px;
}

.orclass {
  display: block;
  font-size: 20px;
  font-weight: 100;
  text-align: left;
  padding: 15px 0;
  float: left;
  width: 100%;
}

.statusconnected {
  background: #4aa1d8;
  color: #fff;
  border-radius: 12px;
  text-align: center;
  line-height: 18px;
  display: block;
  padding: 5px 0;
  float: right;
}

.border-red-textbox {
  border: 1px solid red !important;
}

.selection-align-left {
  margin: 23px;
}

div#selection_ftp_cpanel span.selection-align-left {
  margin-right: 23px;
  margin-left: 5px;
}

div#common_list_dynamic_setting div#divRowDir label {
  text-align: right;
}

.alert-danger-bootstrap {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success-edit-rapify {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  color: #3c763d !important;
}

.non-clickable {
  color: #aaa !important;
  cursor: default;
  pointer-events: none;
}

.contact_add_field li a {
  color: #494949;
}

.contact_add_field {
  list-style: outside none none;
}

.bold_txt {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  margin: 0;
  line-height: inherit;
  margin-top: 20px;
  margin-bottom: 1px;
}

#contact_integration_Tab {
  margin-bottom: 20px;
}

#contact_integration_Tab label {
  line-height: auto;
}

.input_suggestion {
  color: #aaa;
}

.contact_add_field {
  float: left;
  padding: 0;
  margin-top: 10px;
}

.contact_add_field.float-right li {
  text-align: right;
  width: 100%;
}

.contact_add_field.float-right {
  float: right;
}

.contact_add_field.ui-sortable li {
  float: left;
  width: 100%;
  cursor: move;
}

ul#contact_add_field li .up-down-field .move-down,
ul#contact_add_field li .up-down-field .move-up {
  top: 0;
  padding: 6px;
  font-size: 14px;
  background: white;
  border: 2px solid #54a0dd;
}

ul#contact_add_field li .up-down-field .move-down {
  border-right: 0px solid #54a0dd;
}

.custom_form_fields {
  border-top: 1px solid #ddd;
  float: left;
  margin-bottom: 9px;
  margin-left: -12px;
  width: 110%;
}

.contact_add_field.ui-sortable li input[type="checkbox"] {
  margin-right: 4px;
}

.is_required_contact {
  float: right;
  color: #aaa !important;
}

.contact_field_heading {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  width: 100%;
  float: left;
  color: #333;
}

#internalSubmenuCustom,
#submenuText {
  margin-bottom: 22px;
}

.is-required-chk.custom-checkbox {
  float: right;
}

.address_iframe {
  color: #fff;
}

.edit_map_builder {
  cursor: pointer !important;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 65px;
}

.delete_map_builder {
  cursor: pointer !important;
  position: absolute;
  right: 10px;
  top: 55px;
}

.add_map_builder_btn {
  background: #1b87dc none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  height: 29px;
  margin-bottom: 8px;
  padding: 4px;
  width: 100%;
}

.stylewizard-outer {
  margin-top: 18px;
}

.menu {
  left: -300px !important;
}

.toggle-sidebar .menu {
  left: 0 !important;
}

.toggle-sidebar #buildright {
  padding-left: 216px !important;
}

#fullhalftoggle {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #54a0dd;
  float: right;
  font-size: 14px;
  height: 51px;
  margin-right: 1px;
  padding: 4px 10px;
}

#fullhalftoggle:hover {
  background: #3f7aa8;
  color: #fff;
}

.toggle-sidebar2 #buildright {
  padding-left: 216px !important;
}

.toggle-sidebar #buildright {
  padding-left: 300px !important;
}

#fullhalftoggle {
  background: #4f81bc;
  border: medium none;
  color: #fff;
  float: right;
  font-size: 21px;
  height: auto;
  margin-right: 1px;
  padding: 4px 10px;
}

.toggle-sidebar2 #buildright {
  padding-left: 310px !important;
}

.dark-light-blue header {
  background: #012060;
}

.dark-light-blue .nav-pills > li > a {
  background: 0 0;
}

.responsive-mob-btn1 {
  display: inline-block;
  height: 32px;
  width: 33px;
  background: url(../images/rapify_img/icons/rapify-icons.png) no-repeat;
  background-position: 6px 2px;
}

.responsive-mob-btn2 {
  display: inline-block;
  height: 32px;
  width: 33px;
  background: url(../images/rapify_img/icons/rapify-icons.png) no-repeat;
  background-position: -84px 2px;
}

.responsive-mob-btn3 {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll -34px 2px;
  display: inline-block;
  height: 34px;
  width: 42px;
  position: relative;
  right: 1px;
}

.dark-light-blue .nav-pills > li > a {
  border-left: 1px solid #00143c;
}

.save-group-out {
  margin-top: 12px;
  margin-right: 0;
}

.save-disk {
  display: inline-block;
  height: 22px;
  width: 23px;
  background: url(../images/rapify_img/icons/rapify-icons.png) no-repeat;
  background-position: -118px -46px;
  position: relative;
  top: 0;
  vertical-align: middle;
}

.head-ryt-cont {
  float: right;
  margin-top: 12px;
  width: auto;
}

.undo-icon-1 {
  background: url(../images/rapify_img/icons/rapify-icons.png) no-repeat;
  background-position: -149px -46px;
  display: inline-block;
  width: 23px;
}

.redo-icon-1 {
  background: url(../images/rapify_img/icons/rapify-icons.png) no-repeat;
  background-position: -175px -46px;
  display: inline-block;
  width: 23px;
}

.dark-light-blue .btn-inverse {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.head-ryt-cont .load_revisions:hover,
.dark-light-blue .btn-inverse:active,
.dark-light-blue .btn-inverse:focus {
  background-color: transparent;
  box-shadow: none;
}

.publish-icon1 {
  background: url(../images/rapify_img/icons/rapify-icons.png) no-repeat;
  background-position: -202px -46px;
  display: inline-block;
  width: 23px;
  margin-left: 5px;
}

#publishPage {
  background: #4f81bc;
  border-radius: 5px;
  padding: 15px 9px;
  height: 51px;
  margin-left: 5px;
  margin-right: 5px;
}

.back_to_site_btn {
  background: 0 0;
  border-radius: 5px;
  height: 51px;
  margin-left: 15px;
  margin-right: 5px;
  padding: 15px;
  color: #fff !important;
  background-color: #4f81bc;
}

.back_to_site_btn span {
  display: inline-block;
}

#add_new_testimonial {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}

.sites-icon-1 {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/left-arrow.svg)
    no-repeat scroll;
  display: inline-block;
  height: 19px;
  width: 18px;
  vertical-align: middle;
}

.builder-color-4 .sites-icon-1 {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/left-arrow-blue.svg) no-repeat scroll;
  display: inline-block;
  height: 19px;
  width: 18px;
  vertical-align: middle;
}

/* .builder-color-4 .back_to_site_btn {
  color: #54a0dc !important;
} */
.builder-color-4 .back_to_site_btn .slide {
  color: #fff;
}

#publishPage:hover {
  background: #2d6fbc;
}

#savedMap,
#savedSlider {
  margin-top: 20px;
}

.dark-light-blue .nav-pills > li.active > a {
  background: #4f81bc !important;
}

.dark-light-blue .nav-pills > li a:hover {
  background-color: #4f81bc30;
}

.toggle-sidebar .menu .toggle {
  right: 16px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.border-outer {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  float: left;
}

.border-div {
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.main > .sideButtons a#addPage {
  border-radius: 30px !important;
  height: 43px;
  padding: 12px 0;
  text-align: center;
}

.sideButtons {
  margin-top: 20px;
  padding: 0 15px;
}

.add-page-icon {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/add-icon.png)
    no-repeat scroll;
  background-position: 0 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.menu .main > ul > li > a:hover {
  background: #3f6695 none repeat scroll 0 0;
}

#pages li {
  position: relative;
}

.builder-theme-color2 .menu .main {
  background: #012060;
}

.screen .sectionselect .frameCover label {
  margin: 0;
  padding: 0;
}

.screen .sectionselect .frameCover label .reuse_update_btn {
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: 36px;
  border-radius: 0;
  padding: 8px 16px;
}

.page-set-pop .modal-header {
  background: #4f81bc;
}

.page-set-pop .modal-header h4 {
  color: #fff !important;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
}

.page-set-pop .modal-header h4 span {
  color: #fff !important;
}

.page-set-pop button.close span {
  color: #fff;
  font-size: 30px;
  opacity: 1;
}

.page-set-pop .optionPane {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  margin-bottom: 15px;
  padding: 0;
  float: left;
  width: 100%;
}

p.publishing-heading {
  text-align: right;
}

.page-set-pop input[type="password"] {
  border: 1px solid #ddd;
  height: 50px;
}

.page-set-pop textarea {
  border: 1px solid #ddd;
  height: 100px;
}

.page-set-pop .modal-footer button span {
  font-size: 14px;
}

.page-set-pop .modal-footer button {
  border-radius: 5px;
  background: #4f81bc;
  font-size: 14px;
  padding: 15px;
  margin: 0 !important;
  color: #fff;
}

.page-set-pop .modal-footer button:hover {
  background: #012060;
}

.page-set-pop .modal-footer button#pageSettingsSubmittButton {
  background: #012060;
}

.page-set-pop .modal-footer button#pageSettingsSubmittButton:hover {
  background: #4f81bc;
}

.page-set-pop .modal-footer {
  background: #f5f5f5;
}

.styleEditor ul.nav-tabs li a {
  color: #fff;
  border-radius: 5px;
  background-color: #7d7d7d;
}

.styleEditor ul.nav-tabs li {
  margin-right: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.select-drop-outer-side {
  margin-bottom: 20px;
}

.styleEditor ul.nav-tabs li a span {
  color: #fff;
}

.styleEditor ul.nav-tabs li.active a span {
  color: #fff;
}

#styleEditor .tab-content {
  padding: 0 15px !important;
}

#audio_Tab a,
#image_Tab a {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  padding: 12px 0;
  border: 1px dashed #36ae9f;
}

#image_Tab a:hover {
  border-color: #fff;
}

.select2-drop {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  background: #fff;
  margin: 0;
}

#detailTabs,
.save-style-btns {
  padding: 0 15px;
}

.styedt-head {
  padding: 25px 15px;
  color: #333;
}

.styedt-head span {
  margin-right: 4px;
}

.save-style-btns button {
  padding: 12px 0;
  font-size: 13px;
  border-radius: 50px;
}

.save-style-all-bn #cloneElementButton {
  background-color: #4f81bc;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.save-style-all-bn button {
  padding: 12px 0;
}

.save-style-all-bn #removeElementButton {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#SettingsButton i {
  color: #333;
}

.img-tab-content .nav-tabs li a {
  background-color: #d5eaf3;
  color: #4f81bc;
  font-size: 12px;
  padding: 12px 18px;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
}

.img-tab-content .nav-tabs li {
  margin-right: 1px;
}

.img-tab-content .nav-tabs li a:hover {
  opacity: 0.8;
  border-bottom: none;
}

.img-tab-content .nav-tabs li.active a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 2px solid #4f81bc;
  border-bottom: none;
  opacity: 1;
  color: #4f81bc;
}

.screen .frameCover button:focus {
  outline: 0;
}

#myImages .image .buttons button {
  background-color: #3498db;
  border-radius: 5px;
}

#myImages .image .buttons button:hover {
  background-color: #236794;
}

span.instructions-wrap {
  display: inline-block;
  font-size: 13px;
  width: 44%;
  float: right;
}

.screen .frameCover button {
  border: 0;
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #333;
  height: 43px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 43px;
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: relative;
}

.update-frm-sen {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #333;
  height: 43px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  width: 43px;
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: relative;
}

.screen .frameCover button i {
  font-size: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 15px;
  color: #333;
}

/* css for edit menu  */
.screen i.fa.fa-bars {
  font-size: 18px;
  right: 6px;
}

.screen i.fa.fa-pencil {
  left: 20px;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  background-color: #fff;
}

/* css for edit menu  */
.screen .frameCover span.gear-right-settings {
  background: #012060 none repeat scroll 0 0;
  border-radius: 100%;
  font-size: 23px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 44px;
  margin-right: 2px;
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.screen .frameCover button:hover {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.22);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

div.customecheckboxdiv:hover {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.22);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.screen .frameCover label.update-frm-sen:hover {
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.22);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.tooltip-section {
  background: #333 none repeat scroll 0 0;
  border-radius: 5px;
  bottom: -33px;
  color: #fff;
  left: -16%;
  padding: 7px 12px;
  position: absolute;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

.tooltip-section::after {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  border-bottom: 6px solid #333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.screen .frameCover button:hover .tooltip-section {
  opacity: 1;
}

.update-frm-sen span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 43px;
  padding: 0;
  width: 100%;
}

.update-frm-sen span i {
  font-size: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 15px;
  color: #333;
}

.update-frm-sen span:hover .tooltip-section.up-tip {
  opacity: 1;
}

.tooltip-section.up-tip {
  bottom: -55px;
  left: -80px;
  padding: 5px 2px;
  width: 123px;
}

.tooltip-section.up-tip::after {
  left: auto;
  right: 15px;
}

.reuseCover label.primary {
  padding-left: 0;
}

.reuseCover label {
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 43px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 7px;
  margin-top: 0;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  padding-top: 11px;
  padding-left: 26px;
  margin-top: 0 !important;
}

.reuseCover label.primary.checkbox {
  padding-left: 26px;
}

.reuseCover span.fui-gear {
  background: #012060 none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 42px;
  margin-right: 5px;
  color: #fff;
}

.reuseCover label input {
  left: 0 !important;
  top: 0 !important;
}

.reuseCover label span.icons {
  left: 0;
  top: 11px;
}

.reuseCover label span.icons span {
  font-size: 18px;
  color: #fff;
}

.reuseCover label:hover span::after {
  display: none !important;
}

.checkbox
  input[type="checkbox"].custom-checkbox:checked
  + span.icons
  span::after {
  display: none !important;
}

.wrapper-plans [type="checkbox"]:checked,
.wrapper-plans [type="checkbox"]:checked:hover,
.wrapper-plans [type="checkbox"]:not(:checked),
.wrapper-plans [type="checkbox"]:not(:checked):hover {
  opacity: 1;
  position: relative;
  left: 0;
}

#modal-plans {
  width: 100%;
}

.div_new {
  background: #333 none repeat scroll 0 0;
  border-radius: 5px;
  bottom: -43px;
  color: #fff;
  left: -25%;
  opacity: 0;
  padding: 7px 12px;
  position: absolute;
  transition: all 0.5s ease 0s;
}

#EditorModal .text_editor_modal {
  margin: 76px 198px 30px !important;
  width: 942px !important;
}

#editor_Link {
  cursor: pointer;
}

.btn-info {
  border-radius: 30px;
}

.dark-light-blue.builder-color-2 .menu .main {
  background: #012060 none repeat scroll 0 0;
}

.dark-light-blue #stylewizard {
  background: 0 0;
}

.dark-light-blue #publishSubmit {
  background: #4f81bc none repeat scroll 0 0 !important;
}

.dark-light-blue #publishSubmit:hover {
  background: #012060 none repeat scroll 0 0 !important;
}

.dark-light-blue
  .checkbox
  input.custom-checkbox[type="checkbox"]:checked
  + .icons
  .icon-checked {
  color: #4f81bc;
}

.dark-light-blue.builder-color-3 .menu .main {
  background: #555 none repeat scroll 0 0;
}

.dark-light-blue.builder-color-3 header {
  background: #f46554 none repeat scroll 0 0;
}

.dark-light-blue.builder-color-3 .nav-pills > li a:hover {
  background-color: #c56e6342;
}

.dark-light-blue.builder-color-3 .nav-pills > li.active > a {
  background: #d25546 !important;
}

.dark-light-blue.builder-color-3 .nav-pills > li > a {
  border-left: 1px solid #d25546;
}

.builder-color-3 .menu .main > ul#elementCats > li > a.active,
.builder-color-3 .menu .main > ul#elementCats > li > a:hover,
.builder-color-3 .menu .main > ul#templatesUl > li > a.active,
.builder-color-3 .menu .main > ul#templatesUl > li > a:hover,
.builder-color-3 .sidebar-sec-setting-admin > ul > li > a:hover,
.builder-color-3 .sidebar-sec-setting-inner > ul > li > a:hover {
  background: #f46554 none repeat scroll 0 0;
  color: #fff;
}

.builder-color-3 .menu .main > ul > li > a:hover {
  background: transparent;
}

.builder-color-3 .menu .main ul#pages li.active {
  background: #f46554;
}

.builder-color-3 .main > .sideButtons a {
  color: #f46554;
}

.builder-color-3 #fullhalftoggle {
  background: #d25546 none repeat scroll 0 0;
  color: #fff;
}

.builder-color-3 #fullhalftoggle:hover {
  background: #f46554 none repeat scroll 0 0;
  color: #fff;
}

.builder-color-3 #publishPage {
  background: #d25546 none repeat scroll 0 0;
}

.builder-color-3 .back_to_site_btn {
  background: #d25546 none repeat scroll 0 0;
}

.builder-color-3 .add-page-icon {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/add-icon-org.png)
    no-repeat scroll 0 0;
}

.builder-color-3 .border-div {
  background: #686868 none repeat scroll 0 0;
}

.builder-color-3 .screen .frameCover span.fui-gear {
  background: #f46554 none repeat scroll 0 0;
  border: 1px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.builder-color-3 .screen .frameCover span.fui-gear.setting_hide_custom {
  background: #a19b9b !important;
  color: #fff !important;
  opacity: 0.6;
}

.builder-color-3 .screen .reuseCover {
  background: #f46554 none repeat scroll 0 0;
}

.builder-color-3 .reuseCover span.fui-gear {
  background: #f46554 none repeat scroll 0 0;
  box-shadow: none;
}

.builder-color-3 .reuseCover label {
  box-shadow: none;
}

.builder-color-3 .styleEditor .breadcrumb > li::after {
  color: #f46554;
}

.builder-color-3 .styleEditor .breadcrumb .active {
  color: #f46554;
}

.builder-color-3 .styleEditor ul.nav-tabs li.active a {
  background-color: #f46554;
  cursor: pointer;
}

.builder-color-3 .styleEditor ul.breadcrumb {
  background: #ffebe9 none repeat scroll 0 0;
}

.builder-color-3 .styleEditor ul.nav-tabs li a:hover {
  background-color: #d25546;
  color: #fff;
}

.builder-color-3 .styleEditor ul.nav-tabs li a:hover span {
  color: #fff;
}

.builder-color-3 .btn-primary,
.builder-color-3 .open > .dropdown-toggle.btn-primary,
.builder-color-3 #plusfields,
.builder-color-3 #styleEditor.styleEditor.editorStyle_v1 button#addnewfield,
.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  div#contact_customfields_Tab
  .addNewOptionButton {
  background-color: #f46554;
  border-color: #f46554;
  color: #fff;
  border-radius: 5px;
}

.builder-color-3 .btn-primary.hover,
.builder-color-3 .btn-primary:hover,
.builder-color-3 .open > .dropdown-toggle.btn-primary {
  background-color: #bc4b3d;
  border-color: #bc4b3d;
  color: #fff;
}

.builder-color-3 #audio_Tab a,
.builder-color-3 #htmlvideo_Tab a,
.builder-color-3 #image_Tab a {
  border-color: #f46554;
  color: #f46554;
}

.builder-color-3 #audio_Tab a:hover,
.builder-color-3 #image_Tab a:hover {
  background-color: #d25546;
  color: #fff;
}

.builder-color-3 .page-set-pop .modal-header {
  background: #f46554 none repeat scroll 0 0;
}

.builder-color-3 .img-tab-content .nav-tabs li.active a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 2px solid #f46554;
  border-bottom: none;
  opacity: 1;
  color: #f46554;
}

.builder-color-3 .img-tab-content .nav-tabs li a {
  background-color: #ffebe9;
  color: #f46554;
}

.builder-color-3 #myImages .image .buttons button {
  background-color: #f46554;
}

.builder-color-3 #myImages .image .buttons button:hover {
  background-color: #d25546;
}

.builder-color-3 .page-set-pop .modal-footer button {
  background: #f46554 none repeat scroll 0 0;
  color: #fff;
}

.builder-color-3 .page-set-pop .modal-footer button:hover {
  background: #d25546 none repeat scroll 0 0;
}

.builder-color-3 .btn-info {
  background-color: #f46554;
}

.builder-color-3 .btn-info:hover {
  background-color: #d25546;
}

.builder-color-3 .select-primary .select2-choice {
  background-color: #f46554;
}

.dark-light-blue .page-set-pop .modal-header {
  background: #012060 none repeat scroll 0 0;
}

.builder-color-2 .page-set-pop .modal-header {
  background: #012060 none repeat scroll 0 0;
}

.builder-color-3 .page-set-pop .modal-header {
  background: #f46554 none repeat scroll 0 0;
}

.builder-color-3 .page-set-pop .modal-body button {
  background: #f46554 none repeat scroll 0 0 !important;
}

.dark-light-blue .page-set-pop .modal-body button {
  background: #012060 none repeat scroll 0 0 !important;
  border-radius: 5px;
}

.builder-color-2 .page-set-pop .modal-body button {
  background: #012060 none repeat scroll 0 0 !important;
}

.builder-color-4 .page-set-pop .modal-body button {
  background: #54a0dc none repeat scroll 0 0 !important;
}

.builder-color-3 .page-set-pop .modal-footer button#pageSettingsSubmittButton {
  background: #d25546 none repeat scroll 0 0;
}

.builder-color-3
  .page-set-pop
  .modal-footer
  button#pageSettingsSubmittButton:hover {
  background: #f46554 none repeat scroll 0 0;
}

.builder-color-3 .dropdown-menu-inverse {
  background-color: #555;
}

.builder-color-3 .dropdown-menu-inverse .divider {
  background-color: #686868;
  height: 1px;
}

.builder-color-3 .dropdown-menu-inverse > li > a:focus,
.builder-color-3 .dropdown-menu-inverse > li > a:hover {
  background-color: #f46554;
  color: #fff;
}

.builder-color-3 .main > .sideButtons a:hover {
  color: #fff;
  background-color: #f46554;
}

.builder-color-3 .main > .sideButtons a:hover span {
  background: url(../images/rapify_img/icons/add-icon-fff.png) no-repeat scroll;
  background-position: 0 0;
}

.builder-color-3 .text-primary {
  color: #f46554 !important;
}

.builder-color-3 #publishSubmit {
  background: #f46554 none repeat scroll 0 0 !important;
}

.builder-color-3 #publishSubmit:hover {
  background: #d25546 none repeat scroll 0 0 !important;
}

.builder-color-3 #publishModal_pages1 .icon-unchecked {
  color: #f46554 !important;
}

.builder-color-3 #publishModal_pages1 .icon-checked {
  color: #f46554 !important;
}

.builder-color-3 #publishModal_assets .icon-unchecked {
  color: #f46554 !important;
}

.builder-color-3 #publishModal_assets .icon-checked {
  color: #f46554 !important;
}

.builder-color-3 #publishModal_pages .icon-unchecked {
  color: #f46554 !important;
}

.builder-color-3 #publishModal_pages .icon-checked {
  color: #f46554 !important;
}

.builder-color-3 .overwritehtacess .icon-checked {
  color: #f46554 !important;
}

.builder-color-3 .overwritehtacess .icon-unchecked {
  color: #f46554 !important;
}

.builder-color-3 #publishCancel {
  background: #f46554 none repeat scroll 0 0 !important;
}

.builder-color-3 .get_revision {
  color: #f46554;
}

.builder-color-4
  .checkbox
  input.custom-checkbox[type="checkbox"]:checked
  + .icons
  .icon-checked {
  color: #fff;
}

.builder-color-4 .header-nth-btn {
  color: #333 !important;
}

.builder-color-4 .header-nth-btn {
  background: 0 0 !important;
}

.builder-color-4.dark-light-blue .btn-inverse {
  color: #333;
}

.builder-color-4 #all::after {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  content: "";
  height: 20px;
  left: 18px;
  position: absolute;
  top: 12px;
  width: 25px;
  background-position: 0 -82px;
}

.cursor-text {
  cursor: text !important;
}

.builder-color-4 #heading::after {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -42px -168px;
}

#heading::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: 18px;
  position: absolute;
  top: 12px;
  width: 25px;
  background-position: -42px -168px;
}

.builder-color-4 #images::after {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -42px -191px;
}

#images::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: 18px;
  position: absolute;
  top: 12px;
  width: 25px;
  background-position: -42px -191px;
}

.builder-color-4 #videos::after {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -42px -216px;
}

#videos::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: 18px;
  position: absolute;
  top: 12px;
  width: 25px;
  background-position: -42px -216px;
}

.builder-color-4 #videol::after {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -42px -216px;
}

#videol::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: 18px;
  position: absolute;
  top: 12px;
  width: 25px;
  background-position: -42px -216px;
}

.builder-color-4 #text::after {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -42px -277px;
}

#text::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: 18px;
  position: absolute;
  top: 12px;
  width: 25px;
  background-position: -42px -277px;
}

.builder-color-4 #featured::after {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -42px -303px;
}

#featured::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: 18px;
  position: absolute;
  top: 12px;
  width: 25px;
  background-position: -42px -303px;
}

.builder-color-4 .menu .main h3,
.builder-color-4 .menu .main h3 ul li a {
  color: #333 !important;
  font-weight: 400 !important;
}

/* .builder-color-1, .builder-color-2, .builder-color-3 .menu .main h3,
.menu .main h3 ul li a {
  color: #fff;
} */
.builder-color-4 .responsive-mob-btn1 {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: 6px 1px;
}

.builder-color-4 .responsive-mob-btn2 {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -82px 2px;
}

.builder-color-4 .responsive-mob-btn3 {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -36px 2px;
}

.builder-color-4 .save-disk {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  background-position: -118px -46px;
}

.builder-color-4 .undo-icon-1 {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -149px -46px;
}

.builder-color-4 .redo-icon-1 {
  background: rgba(0, 0, 0, 0)
    url(../images/rapify_img/icons/rapify-icons-fff.png) no-repeat scroll;
  background-position: -175px -46px;
}

.builder-color-4 .menu .main > ul > li > a,
.builder-color-4 .menu .main > ul > li > front {
  color: #000;
}

.builder-color-4 .main > .sideButtons a {
  background-color: #36ae9f;
  color: #fff;
}

.builder-color-4 .add-page-icon {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/add-icon-fff.png)
    no-repeat scroll;
  background-position: 0 0;
}

.builder-color-4 #publishPage {
  background: #36ae9f none repeat scroll 0 0;
  color: #fff;
  opacity: 1 !important;
}

.builder-color-4 .back_to_site_btn {
  background: #36ae9f none repeat scroll 0 0 !important;
  color: #fff;
  opacity: 1 !important;
}

.builder-color-4.dark-light-blue header {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
}

.builder-color-4 .menu .main {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.12);
}

.builder-color-4 .input_site_name,
.input_site_search {
  border: 1px solid #d2d2d2;
  outline: 0;
}

.builder-color-4.dark-light-blue .nav-pills > li.active > a {
  background: #36ae9f none repeat scroll 0 0 !important;
}

.builder-color-4 ul#responsiveToggle li.active .responsive-mob-btn1 {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  background-position: 3px 2px;
}

.builder-color-4 ul#responsiveToggle li.active .responsive-mob-btn2 {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  background-position: -84px 2px;
}

.builder-color-4 ul#responsiveToggle li.active .responsive-mob-btn3 {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/rapify-icons.png)
    no-repeat scroll;
  background-position: -36px 2px;
}

.builder-color-4.dark-light-blue .nav-pills > li > a {
  border-left: 1px solid #ddd;
}

.builder-color-4 .menu .main > ul#elementCats > li > a.active,
.builder-color-4 .menu .main > ul#elementCats > li > a:hover,
.builder-color-4 .menu .main > ul#templatesUl > li > a.active,
.builder-color-4 .menu .main > ul#templatesUl > li > a:hover {
  background: #eaf7ff none repeat scroll 0 0;
  color: #333;
}

.builder-color-4 .menu .main ul#pages li > span a,
.builder-color-4 ul#saveGlobalPages li a {
  color: #333;
}

.builder-color-4 .border-div {
  background: #ddd none repeat scroll 0 0;
}

.builder-color-4 .screen .frameCover span.fui-gear {
  background: #36ae9f none repeat scroll 0 0;
}

.builder-color-4 .screen .frameCover span.fui-gear {
  background: #fff none repeat scroll 0 0;
  color: #36ae9f;
}

.builder-color-4 .screen .frameCover span.fui-gear.setting_hide_custom {
  background: #a19b9b !important;
  color: #fff !important;
  opacity: 0.6;
}

.builder-color-4 .screen .frameCover:hover span.fui-gear {
  background: #36ae9f none repeat scroll 0 0;
  color: #fff;
}

.builder-color-4 .screen .reuseCover {
  background: #36ae9f none repeat scroll 0 0;
}

.builder-color-4 .reuseCover span.fui-gear {
  background: #36ae9f none repeat scroll 0 0;
  box-shadow: none;
}

.builder-color-4 .reuseCover label {
  box-shadow: none;
}

.body-bg-fff {
  background: #d4e3e8;
  background: -moz-linear-gradient(
    left,
    rgba(212, 227, 232, 1) 0,
    rgba(223, 232, 239, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(212, 227, 232, 1) 0,
    rgba(223, 232, 239, 1) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(212, 227, 232, 1) 0,
    rgba(223, 232, 239, 1) 100%
  ) !important;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d4e3e8', endColorstr='#dfe8ef', GradientType=1) !important;
}

.builder-color-4 .screen .toolbar .title {
  color: #333;
}

.builder-color-4 .screen .frameCover button:hover i {
  color: #36ae9f;
}

.builder-color-4 .update-frm-sen span:hover i {
  color: #36ae9f;
}

.builder-color-4 .styleEditor ul.breadcrumb {
  background: #eaf7ff none repeat scroll 0 0;
}

.builder-color-4 .styleEditor {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.12);
}

.builder-color-4 .styleEditor .breadcrumb > li::after {
  color: #36ae9f;
}

.builder-color-4 .styleEditor .breadcrumb .active {
  color: #36ae9f;
}

.builder-color-4 .styleEditor ul.nav-tabs li.active a {
  background: #36ae9f none repeat scroll 0 0;
}

.builder-color-4 .styleEditor ul.nav-tabs li:hover a {
  background: #36ae9f none repeat scroll 0 0;
  color: #fff;
}

.builder-color-4 .styleEditor ul.nav-tabs li:hover a span {
  color: #fff;
}

.builder-color-4 .select-primary .select2-choice {
  background-color: #36ae9f;
}

.builder-color-4 .spacing-leftbar {
  background-color: #36ae9f;
}

.builder-color-4 .btn-primary,
.builder-color-4 .open > .dropdown-toggle.btn-primary {
  background-color: #36ae9f;
  border-color: #36ae9f;
  color: #fff;
  border-radius: 5px !important;
}

.builder-color-4 .btn-primary.active,
.builder-color-4 .btn-primary.focus,
.builder-color-4 .btn-primary:active,
.builder-color-4 .btn-primary:focus,
.builder-color-4 .btn-primary:hover,
.builder-color-4 .open > .dropdown-toggle.btn-primary {
  background-color: #36ae9f;
  border-color: #36ae9f;
  color: #fff;
}

.builder-color-4 #image_Tab a {
  border-color: #36ae9f;
  color: #000;
}

.builder-color-4 #image_Tab a:hover {
  border-color: #36ae9f;
  color: #000;
}

.builder-color-4 .page-set-pop .modal-header {
  background: #f4f4f4 none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
}

.builder-color-4 .page-set-pop button.close span {
  color: #333;
}

.builder-color-4 .page-set-pop .modal-header h4 {
  color: #333;
}

.builder-color-4 .page-set-pop .modal-header h4 span {
  color: #333;
}

.builder-color-4 .img-tab-content .nav-tabs li a {
  background: 0 0;
  color: #36ae9f;
  font-size: 11px;
}

.builder-color-4 .img-tab-content .nav-tabs li.active a {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #36ae9f;
  border-bottom: none;
  opacity: 1;
  color: #36ae9f;
  border-radius: 0;
}

.builder-color-4 #myImages .image .buttons button {
  background-color: #36ae9f;
}

.builder-color-4 #myImages .image .buttons button:hover {
  background-color: #36ae9f;
}

.builder-color-4 .page-set-pop .modal-footer button {
  background: #36ae9f none repeat scroll 0 0 !important;
}

.builder-color-4 .page-set-pop .modal-footer button:hover {
  background: #36ae9f none repeat scroll 0 0;
}

.builder-color-4 .page-set-pop .modal-footer {
  background: #f5f5f5;
  padding: 15px 15px 15px;
}

.builder-color-4 .modal-body {
  padding-bottom: 10px;
}

.builder-color-4 .page-set-pop .modal-footer button#pageSettingsSubmittButton {
  background: #36ae9f none repeat scroll 0 0;
}

.builder-color-4
  .page-set-pop
  .modal-footer
  button#pageSettingsSubmittButton:hover {
  background: #36ae9f none repeat scroll 0 0;
}

.builder-color-4 .dropdown-menu-inverse {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.builder-color-4 .dropdown-menu-inverse > li > a {
  color: #333;
}

.builder-color-4 .dropdown-menu-inverse .divider {
  background-color: #ddd;
  height: 1px;
  margin: 3px 0;
  overflow: hidden;
}

.builder-color-4 .dropdown-menu-inverse > li > a:hover,
.dropdown-menu-inverse > li > a:focus {
  background-color: #36ae9f;
  color: #fff;
}

.builder-color-4 .main > .sideButtons a:hover {
  background-color: #36ae9f;
}

.builder-color-4 #publishPage:hover {
  background-color: #36ae9f;
}

.builder-color-4 .back_to_site_btn:hover {
  background-color: #36ae9f;
}

.builder-color-4.dark-light-blue .nav-pills > li > a:hover {
  background: #4e85887a;
}

.builder-color-4 .page-set-pop .modal-header {
  background: #f4f4f4 none repeat scroll 0 0;
}

.builder-color-4 .page-set-pop .modal-header h4 span {
  color: #333;
}

.builder-color-4 .page-set-pop .modal-header h4 {
  color: #333;
}

.builder-color-4 .page-set-pop button.close span {
  color: #fff;
}

.builder-color-4 .save-group-out button:hover {
  opacity: 0.7;
}

.builder-color-4 .head-ryt-cont a:hover {
  opacity: 0.7;
}

.toggle-sidebar.builder-color-4 #fullhalftoggle i {
  color: #333;
}

.builder-color-4 #fullhalftoggle i {
  color: #fff;
}

.builder-color-4 #fullhalftoggle {
  background: #36ae9f;
}

.builder-color-4 .text-primary {
  color: #36ae9f !important;
}

#custom_faq_page_editor_update_close,
.builder-color-4 #publishSubmit {
  background: #36ae9f none repeat scroll 0 0 !important;
}

#custom_faq_page_editor_close {
  background-color: #e74c3c;
}

#custom_faq_page_editor_close,
#custom_faq_page_editor_update_close {
  border-radius: 5px;
}

.builder-color-4 #publishSubmit:hover {
  background: #36ae9f none repeat scroll 0 0 !important;
}

.builder-color-4 #publishModal_pages1 .icon-unchecked {
  color: #36ae9f !important;
}

.builder-color-4 #publishModal_pages1 .icon-checked {
  color: #36ae9f !important;
}

.builder-color-4 #publishModal_assets .icon-unchecked {
  color: #36ae9f !important;
}

.builder-color-4 #publishModal_assets .icon-checked {
  color: #36ae9f !important;
}

.builder-color-4 #publishModal_pages .icon-unchecked {
  color: #36ae9f !important;
}

.builder-color-4 #publishModal_pages .icon-checked {
  color: #36ae9f !important;
}

.builder-color-4 .overwritehtacess .icon-checked {
  color: #36ae9f !important;
}

.builder-color-4 .overwritehtacess .icon-unchecked {
  color: #36ae9f !important;
}

.builder-color-4 .menu .main ul#pages li input {
  color: #333 !important;
}

.builder-color-4 .page-set-pop .modal-footer button {
  border-radius: 5px;
}

.builder-color-4 #allsubmenus table tr.sub-tab-header {
  background: #36ae9f none repeat scroll 0 0 !important;
  color: #fff;
}

.builder-color-4 #allsubmenus > table tr:nth-of-type(2n) {
  background: #eaf7ff none repeat scroll 0 0;
}

.builder-color-4 .sidebar-sec-setting h2 {
  color: #333;
  font-weight: 400 !important;
  font-size: 20px !important;
}

.builder-color-4 .sidebar-sec-setting_admin h2 {
  color: #333;
  font-weight: 400 !important;
  font-size: 20px !important;
}

.builder-color-4 .sidebar-sec-setting h2 i {
  color: #333;
}

.builder-color-4 .sidebar-sec-setting_admin h2 i {
  color: #333;
}

.builder-color-4 .sidebar-sec-setting-inner ul li a {
  color: #333;
}

.builder-color-4 .sidebar-sec-setting-inner ul li a:hover {
  color: #333;
}

.builder-color-4 .sidebar-sec-setting-inner ul li a:hover {
  background: #eaf7ff;
}

.builder-color-4 .sidebar-sec-setting-admin ul li a {
  color: #333;
}

.builder-color-4 .sidebar-sec-setting-admin ul li a:hover {
  color: #333;
}

.builder-color-4 .sidebar-sec-setting-admin ul li a:hover {
  background: #eaf7ff;
}

.builder-color-4 .page-set-pop .modal-header {
  background: #36ae9f;
}

.builder-color-4 .page-set-pop .modal-footer button {
  background: #36ae9f;
}

.builder-color-4 .page-set-pop .modal-footer button:hover {
  background: #36ae9f;
}

.builder-color-4 .menu .main > ul > li > a {
  background: url(../images/rapify_img/icons/sidebar-blue-icon.svg) no-repeat !important;
  background-position: 20px 18px !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.builder-color-4 .menu .main > ul > li > a:hover {
  background: transparent;
  background-position: 30px 18px !important;
  text-indent: 10px;
}

.img-tab-con .image button {
  background: #4584b6 none repeat scroll 0 0;
  border-radius: 50px;
}

.modal-backdrop {
  height: 100% !important;
}

#viewPic .modal-footer button {
  border-radius: 50px;
  font-size: 14px;
  background-color: #4f81bc;
}

#viewPic .modal-footer button:hover {
  background-color: #2e63a2;
}

#siteSettingsPublishing .form-group,
#siteSettingsPublishingoDFY .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

#slider .inner-box-content {
  width: 100%;
}

.google_pins .box-title .white-color-icon {
  float: right;
  margin-right: 10px;
  position: static;
}

#second ul#elements {
  padding-bottom: 0px;
}

.common-schema-input {
  width: 70% !important;
}

.common-schema-input input {
  width: 190px;
  border: 1px solid #ddd;
  color: #34495e;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 50px;
  border-radius: 3px;
  box-shadow: none;
  transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
}

.note_advanced_schema {
  color: green;
  float: left;
  margin-bottom: 14px !important;
  margin-top: -11px;
}

.error-input {
  border: 1px solid red;
}

.border-6px {
  border-radius: 6px !important;
}

.active_upload_btn {
  background-color: #54a0dc !important;
  color: #fff !important;
}

.div-toggle-stock-img {
  margin-right: 15px;
  margin-top: 5px;
}

.div-toggle-stock-img button {
  font-size: 14px;
}

.new-sec-del {
  padding-left: 0;
  padding-right: 25px !important;
}

.new-sec-del i {
  color: #fff;
  font-size: 18px;
}

.video-rel-outer {
  position: relative;
}

.wrapper-plans {
  float: left;
  width: 100%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}

.wrapper-plans .inner-plan input {
  margin: 0;
}

.wrapper-plans p {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: 0;
}

.wrapper-plans .inner-plan {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.sidebar-sec-setting {
  float: left;
  width: 100%;
}

.sidebar-sec-setting_admin {
  float: left;
  width: 100%;
}

.sidebar-sec-setting-inner {
  float: left;
  width: 100%;
  display: none;
  padding-left: 28px;
}

.sidebar-sec-setting-admin {
  float: left;
  width: 100%;
  display: none;
  padding-left: 28px;
}

.sidebar-sec-setting-admin ul {
  border-left: 1px solid rgba(225, 225, 255, 0.5);
}

.sidebar-sec-setting-inner ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  list-style: outside none none;
}

.sidebar-sec-setting-inner ul li {
  float: left;
  width: 100%;
}

.sidebar-sec-setting-inner ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  padding-left: 18px;
  position: relative;
  transition: color 0.5s ease 0s;
  float: left;
  width: 100%;
}

.sidebar-sec-setting-inner ul li a:hover {
  background: #3f6695 none repeat scroll 0 0;
  color: #fff;
}

.sidebar-sec-setting-admin ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  list-style: outside none none;
}

.sidebar-sec-setting-admin ul li {
  float: left;
  width: 100%;
}

.sidebar-sec-setting-admin ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  padding-left: 18px;
  position: relative;
  transition: color 0.5s ease 0s;
  float: left;
  width: 100%;
}

.sidebar-sec-setting-admin ul li a:hover {
  background: #3f6695 none repeat scroll 0 0;
  color: #fff;
}

.sidebar-sec-setting h2 {
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  margin: 0;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.5s ease 0s;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.sidebar-sec-setting_admin h2 {
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 50px;
  margin: 0;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.5s ease 0s;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.sidebar-sec-setting h2 i {
  float: right;
  margin-right: 12px;
  margin-top: 11px;
  line-height: initial;
}

.sidebar-sec-setting_admin h2 i {
  float: right;
  margin-right: 12px;
  margin-top: 11px;
}

.menu .second ul li.inner-heading-siderbar {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 0 0 0 15px;
  width: 100%;
}

.menu .second ul li.inner-heading-siderbar h1 {
  margin: 0;
  float: left;
  width: auto;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  background: url(../images/rapify_img/icons/arrow-img.png) no-repeat;
  padding: 12px 15px 12px 0;
  background-position: 100%;
}

#enterprise_video .modal-body {
  display: inline-block;
  width: 100%;
}

#enterprise_video .modal-body .optionPane {
  display: inline-block;
  width: 100%;
}

#enterprise_video .modal-body .optionPane .form-group {
  display: inline-block;
  width: 100%;
  margin: 0;
}

#enterprise_video .modal-body .optionPane .form-group input[type="file"] {
  padding: 0;
  border: 1px solid #ddd;
  height: 50px;
}

.modal-body {
  overflow: auto;
}

.sidebar-sec-setting-admin ul li a::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/sub-arrow2.svg)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 22px;
  background-position: left center;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}

.sidebar-sec-setting-inner ul {
  border-left: 1px solid rgba(225, 225, 255, 0.5);
}

.sidebar-sec-setting-inner ul li a::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/sub-arrow2.svg)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 22px;
  background-position: left center;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}

.builder-color-4 .sidebar-sec-setting-admin ul {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.builder-color-4 .sidebar-sec-setting-inner ul {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.builder-color-4 .sidebar-sec-setting-inner ul li a::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/sub-arrowddd.svg)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 22px;
  background-position: left center;
  bottom: 0;
  margin: auto;
}

.builder-color-4 .sidebar-sec-setting-admin ul li a::after {
  background: rgba(0, 0, 0, 0) url(../images/rapify_img/icons/sub-arrowddd.svg)
    no-repeat scroll;
  content: "";
  height: 20px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 22px;
  background-position: left center;
  bottom: 0;
  margin: auto;
}

.menu .main > ul > li > a {
  background-position: 20px 18px !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.menu .main > ul > li > a:hover {
  background-position: 30px 18px !important;
  text-indent: 10px;
}

.builder-color-3 .menu .main > ul > li > a,
.builder-color-3 .menu .main > ul > li > front {
  background-position: 20px 18px !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.builder-color-3 .menu .main > ul > li > a:hover {
  background: transparent;
  background-position: 30px 18px !important;
  text-indent: 10px;
}

.builder-color-1 .menu .main > ul > li > a,
.builder-color-1 .menu .main > ul > li > front {
  background-position: 20px 18px !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.builder-color-1 .menu .main > ul > li > a:hover {
  background: transparent;
  background-position: 30px 18px !important;
  text-indent: 10px;
}

.builder-color-2 .menu .main > ul > li > a,
.builder-color-2 .menu .main > ul > li > front {
  background-position: 20px 18px !important;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.builder-color-2 .menu .main > ul > li > a:hover {
  background: transparent;
  background-position: 30px 18px !important;
  text-indent: 10px;
}

.custom-btn {
  background-color: #54a0dd !important;
  border: medium none !important;
  border-radius: 3px !important;
  color: #fff !important;
  font-family: open_sanssemibold !important;
  font-size: 14px !important;
  overflow: hidden !important;
  padding: 11px 22px !important;
  text-transform: capitalize !important;
}

#saveCpanelSettingsButton_loader img {
  height: 16px;
  width: 17px;
}

#saveCpanelSettingsButton_loader {
  pointer-events: none;
}

input.placeholder_field {
  float: left;
  width: 100%;
  border: 2px solid #c1c1c1;
  border-radius: 5px;
  height: 35px;
  background: #f1f1f1;
  font-size: 16px;
  padding-left: 12px;
  margin-bottom: 13px;
}

.gear-right-settings:hover {
  color: #54a0dd !important;
  font-size: 22px !important;
  background: #fff none repeat scroll 0 0 !important;
}

.custom_pending_changes {
  background: #ee0909 none repeat scroll 0 0 !important;
  border-radius: 5px !important;
  color: #fff !important;
  display: block;
  margin: 0 15px;
  width: 140px;
  height: 51px;
  border: 1px solid #fff!important;
}

.custom_pending_changes_grey {
  background: #c3c3c3 none repeat scroll 0 0 !important;
  border-radius: 5px !important;
  color: #fff !important;
  display: block;
  margin: 0 15px;
  width: 140px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
}

body .page-set-pop .modal-body .mce-container-body button {
  background: transparent;
}

input.placeholder_field {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 40px;
  background: #fff;
  font-size: 15px;
  padding-left: 12px;
  margin-bottom: 5px;
}

.builder-color-4 .custom_site_url a {
  color: #54a0dc;
}

.builder-color-4 .custom_site_url a:hover {
  color: #4587ba;
}

.custom_site_url a {
  color: #fff;
}

.custom_site_url a:hover {
  color: #fff;
}

.input_suggestion a {
  color: #54a0dc !important;
}

.input_suggestion a:hover {
  color: #54a0dc !important;
}

.input_suggestion a:focus {
  color: #54a0dc !important;
}

.show_all_pages {
  display: none;
}

#pageSchemaButton {
  float: left;
}

.line-height-45 {
  line-height: 45px !important;
}

div#modal-footer-sitesetting button#publish_button_site {
  padding: 8.5px 22px !important;
  border: 0;
}

.myfixedframe {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #333;
  height: 43px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  width: 43px;
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: relative;
  float: right;
}

.customecheckboxdiv {
  float: right;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#importComponentModalBody .form-control input {
  margin: 0 !important;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#importComponentModalBody .form-control label {
  margin: 0 !important;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: static !important;
  line-height: inherit;
}

#importComponentModalBody table {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
}

#importComponentModalBody table thead tr td {
  text-align: center;
  padding: 10px 8px;
  background: #4f81bc;
  color: #fff;
}

#importComponentModalBody table tbody tr td {
  text-align: center;
  padding: 10px 8px;
}

#importComponentModalBody table tbody tr {
  border-bottom: 1px solid #ddd;
}

#importComponentModalBody table tbody tr:hover {
  background-color: #f5f5f5;
}

#importComponentModalBody table tbody tr td button {
  padding: 7px 10px !important;
  font-weight: 400 !important;
  font-size: 12px;
  border: none;
  border-radius: 3px !important;
}

#saveComponentModule .form-control input {
  margin: 0 !important;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

#saveComponentModule .form-control label {
  margin: 0 !important;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: static !important;
  line-height: inherit;
}

.editorSectionGroup_select {
  border: none;
  float: left;
  margin-top: 10px;
  border-radius: 0;
  width: 100%;
  padding: 0px;
  position: relative;
  cursor: pointer;
}

i.fa.fa-arrows.dropdown-arrow {
  line-height: 44px;
  right: 30px;
  top: 0;
  position: absolute;
}

.removeSelectOption {
  color: #d9534f;
  font-size: 16px;
  cursor: pointer;
  float: right;
  width: auto;
  text-align: right;
  padding: 0;
  position: absolute;
  top: 0;
  right: 6px;
  line-height: 44px;
}

.editorSectionGroup.editorSectionGroup_select_text,
.editorSectionGroup.editorSectionGroup_select_value {
  width: 100%;
  padding: 0;
  float: left !important;
  margin-bottom: 0;
}

.editorSectionGroup.editorSectionGroup_select_text {
  float: right;
}

.editorSectionGroup.editorSectionGroup_select_text input,
.editorSectionGroup.editorSectionGroup_select_value input {
  width: 100%;
  float: left;
  padding-left: 10px;
  border: 1px solid #ddd;
  height: 38px;
  font-size: 14px;
  color: #444;
  margin-bottom: 1px;
  background: #f1f5f9;
  border: 1px solid red;
}

.editorSectionGroup.editorSectionGroup_select_text label,
.editorSectionGroup.editorSectionGroup_select_value label {
  font-size: 14px;
  float: left;
  width: 100%;
  margin: 0;
  line-height: inherit;
}

.mg-top-15 {
  margin-top: 15px;
}

.funnel-select-name {
  display: inline-block;
  clear: both;
}

#plusfields,
#add_new_option_select {
  background-color: #54a0dd;
  border-color: #54a0dd;
  color: #fff;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  font-size: 30px;
  line-height: 30px;
  margin: 0px auto;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

button#add_new_option_select:hover,
#plusfields:hover {
  /*padding: 20px; transition: padding .25s ease-in-out,margin .25s ease-in-out,bottom .25s ease-in-out; margin-top: -5px;*/
}

.plus-fields,
.plus-fields-options {
  height: 40px;
  display: inline-block;
  text-align: center;
  margin: 6px auto;
  width: 100%;
}

.mozifunnel-custom-options,
div#contact_customfields_Tab {
  float: left;
}

ul#contact_add_field li i {
  cursor: pointer;
  padding-left: 10px;
  color: #54a0dd;
  font-size: 22px;
  top: 3px;
  position: relative;
}

#contact_customfields {
  display: none;
}

select#customoptions {
  float: left;
  margin-bottom: 10px;
}

.resp-btn-for-mob {
  float: left;
  width: 100%;
  position: relative;
  top: -9px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}

.customecheckboxdiv input[type="checkbox"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mlr--15 {
  margin-left: -15px;
  margin-right: -15px;
}

#list_dynamic_setting_wp .form-group {
  float: left;
  width: 100%;
}

#siteSettingsPublishing form.form-horizontal .form-group,
#siteSettingsPublishingFTP .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

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

.f-bold {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0 !important;
}

span.field-style {
  cursor: pointer;
  color: #549fdd;
  display: inline-block;
  width: 50%;
  float: left;
}

span.edit-field {
  float: right;
}

.int-style-outer {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.int-style-outer span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.int-style-outer span p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 15px;
  text-transform: capitalize;
}

.pickstyleoftag {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 20px 20px;
}

.pickstyleoflabel label,
.pickstyleoftag label {
  display: inline-block;
  width: 52%;
  margin: 0;
  font-size: 15px;
  color: #666;
}

.pickstyleoflabel input,
.pickstyleoftag input {
  display: inline-block;
  width: 48%;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 36px;
  font-size: 14px;
}

.pickstyleoflabel input[type="color"] {
  padding: 0;
}

.int-style-inr {
  float: left;
  width: 100%;
  margin: 5px 0;
  display: flex;
  align-items: center;
}

div#quiz_reloadlist img {
  max-width: 100%;
  width: 21%;
}

div#addnewDir_wp label {
  text-align: right;
}

div#quiz_reloadlist {
  text-align: center;
}

div#modal-publish-wrapper {
  max-height: 445px;
}

.completing-form span {
  margin-left: 7px;
}

div#addnewDir_wp .mlr--15 {
  width: 75%;
}

.mt-15 {
  margin-top: 15px;
}

select#wp-cpanel-select {
  margin-bottom: 10px;
}

.display-w {
  width: 100%;
  display: inline-block;
}

body.modal-open {
  overflow: hidden !important;
}

input#iframefullwidth {
  display: block;
  width: 5%;
}

#pageSettingsModal .page-set-pop .optionPane {
  border: 2px solid #ddd;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 40px 20px 5px;
  position: relative;
  z-index: 1;
  background: #e6e6e685;
}

#postprettylinks .form-control,
#postprettylinks .select2-search input[type="text"] {
  height: 35px;
}

div#prettySiteModal .modal-lg {
  width: 90%;
}

.redpretty {
  border: 1px solid red;
}

label#published_pretty_url {
  margin-left: 3px;
  border: 1px solid #80808054;
  padding: 4px;
  background: #4e81bc2e;
  display: none;
}

tbody#TextBoxContainer .btn {
  padding: 8px;
}

#schema_form_advance [readonly] {
  background: #a5a5a56e;
  cursor: default;
}

.cropped-review {
  height: auto;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}

.cropped-review img#loaderdynamic {
  width: 20%;
  text-align: center;
  margin: 0 auto;
  float: none;
  display: block;
}

.cropped-review img#dynamic {
  width: auto;
  display: inline-block;
  max-width: 100%;
}

.addhide {
  display: none !important;
}

#coords {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#coords input {
  display: inline-block;
  width: 82px;
  border-radius: 5px;
  background: #f5f5f5;
  margin-right: 10px;
  text-align: center;
  padding: 0 12px;
}

.cropDimension {
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 40px;
}

.cropDimension input {
  display: inline-block;
  width: 82px;
  border-radius: 5px;
  background: #f5f5f5;
  margin-right: 10px;
  text-align: center;
  padding: 0 12px;
}

.zoomer-cover i {
  right: 5px;
  top: 0;
  position: absolute;
  font-size: 18px;
  color: red;
  cursor: pointer;
}

div#caption {
  color: #333;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a#remove_upload_img {
  display: inline-block !important;
}

#ajaxUserModules div#caption {
  font-size: 22px;
  text-transform: capitalize;
}

.page-set-pop #ajaxUserModules .images .image {
  min-height: 100px;
}

.all_revision {
  border: 1px solid #d2d2d2;
  background: #fff;
  border-radius: 5px;
  outline: 0;
  height: 51px;
  width: 160px;
  color: #000;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select#all_revision ~ i {
  color: #d2d2d2;
  position: absolute;
  right: 10px;
  top: 16px;
  font-size: 21px;
  pointer-events: none;
  line-height: initial;
}

.rapify_niches_v_line_color {
  display: inline-block;
  vertical-align: top;
}

ul#savedbtns {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
}

ul#savedbtns li a i {
  float: right;
  margin-top: 7px;
}

#buttonsl {
  font-size: 22px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px;
  padding-bottom: 0;
  margin-top: 5px;
  display: inline-block;
}

ul#saveGlobalPages li {
  position: relative;
}

ul#saveGlobalPages li span.pageButtons {
  position: absolute;
  right: 20px;
  top: 14px;
}

ul#saveGlobalPages li a.addGlobalPage {
  top: 1px;
  position: relative;
  margin-right: 12px;
}

ul#saveGlobalPages li a:hover i {
  color: #158cc4;
}

ul#saveGlobalPages li a {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

button.globalpage-btn {
  padding: 10px 22px;
}

input#saveFixedSections {
  margin: 6px 5px 0 0;
  float: left;
}

span#savebtn-loader {
  display: none;
}

span#savebtn-loader i {
  margin: 0 4px 0 0;
  float: left;
  font-size: 20px;
}

.builder-color-1 ul#pages li.active {
  background: #498bda;
}

.builder-color-1 ul#pages li:hover {
  background: #4571a5;
}

.builder-color-2 ul#pages li.active {
  background: #193488;
}

.builder-color-2 ul#pages li:hover {
  background: #011339;
}

.builder-color-3 ul#pages li.active {
  background: #f46554;
}

.builder-color-3 ul#pages li:hover {
  background: #454545;
}

.builder-color-4 ul#pages li.active {
  background: #33a5963d;
}

.builder-color-4 ul#pages li:hover {
  background: #33a59685;
}

#modules_sections a.close {
  opacity: 1;
}

.builder-color-1 .title.header-strip-all #SettingsButton {
  background: #4f81bc;
}

.builder-color-2 .title.header-strip-all #SettingsButton {
  background: #4f81bc;
}

.builder-color-3 .title.header-strip-all #SettingsButton {
  background: #d25546;
}

.builder-color-4 .title.header-strip-all #SettingsButton {
  background: #36ae9f;
}

div#main h3.section-hdr {
  cursor: pointer;
  padding: 14px 0;
}

div#main h3.section-hdr i {
  float: right;
  margin-right: 12px;
}

ul.section-blk {
  display: none;
}

#styleEditor a.close {
  opacity: 1;
}

span.settings-fixed-block.gear-right-settings {
  border: 1px solid #fff;
}

.builder-color-1 span.settings-fixed-block.gear-right-settings {
  background: #4f81bc !important;
  color: #fff !important;
}

.builder-color-2 span.settings-fixed-block.gear-right-settings {
  background: #4f81bc !important;
  color: #fff !important;
}

.builder-color-3 span.settings-fixed-block.gear-right-settings {
  background: #8e1506 !important;
  color: #fff !important;
}

.builder-color-4 span.settings-fixed-block.gear-right-settings {
  background: #36ae9f !important;
  color: #fff !important;
}

.menu .main ul#pages li.edit > span.pageButtons a.fileSave {
  display: block;
  top: -3px;
  float: left;
  margin: 0;
  background-color: #2d652d;
}

#sethomapagebutton span#savebtn-loader i {
  float: none;
}

#sethomapagebutton span#savebtn-loader {
  width: 100%;
  text-align: center;
  line-height: 22px;
}

li.sethomepage div.page_loading_overlay {
  position: absolute;
  background-color: #000;
  z-index: 999999;
  opacity: 0.5;
  margin: 30px 0 0 0;
  padding: 20px 10px 45px 10px;
  border-radius: 5px;
  width: 270px;
  height: 206px;
  display: none;
  text-align: center;
}

li.sethomepage div.page_loading_overlay i {
  color: #fff;
  font-size: 30px;
  margin-top: 45px;
}

.wrapper-page-url a#pageUrl:active,
.wrapper-page-url a#pageUrl:hover {
  color: #23527c;
}

label.video-separator {
  width: 100%;
  text-align: center;
  padding-right: 20px;
}

#deleteBlockFixed .modal-content {
  width: 550px !important;
}

.wrapper-page-url a#pageUrl:active,
.wrapper-page-url a#pageUrl:hover {
  color: #23527c;
}

label.video-separator {
  width: 100%;
  text-align: center;
  padding-right: 20px;
}

#deleteBlockFixed .modal-content {
  width: 550px !important;
}

.builder-color-1 .title.header-strip-all #buttonPreview {
  background: #4f81bc;
}

.builder-color-1 #buttonDownload {
  background: #4f81bc;
}

.builder-color-2 #buttonDownload {
  background: #4f81bc;
}

.builder-color-3 #buttonDownload {
  background: #d25546;
}

.builder-color-4 #buttonDownload {
  background: #36ae9f;
}

.builder-color-1 #adaapplied {
  background: #4f81bc;
  padding: 8px;
  font-size: 14px;
  margin-right: 10px;
}

.builder-color-2 #adaapplied {
  background: #4f81bc;
  padding: 8px;
  font-size: 14px;
  margin-right: 10px;
}

.builder-color-3 #adaapplied {
  background: #d25546;
  padding: 8px;
  font-size: 14px;
  margin-right: 10px;
}

.builder-color-4 #adaapplied {
  background: #36ae9f;
  padding: 8px;
  font-size: 14px;
  margin-right: 10px;
}

.builder-color-2 .title.header-strip-all #buttonPreview {
  background: #4f81bc;
}

.builder-color-3 .title.header-strip-all #buttonPreview {
  background: #d25546;
}

.builder-color-4 .title.header-strip-all #buttonPreview {
  background: #36ae9f;
}

.builder-color-1 .title.header-strip-all #dropdownpagebuilder {
  background: #4f81bc;
}

.builder-color-2 .title.header-strip-all #dropdownpagebuilder {
  background: #4f81bc;
}

.builder-color-3 .title.header-strip-all #dropdownpagebuilder {
  background: #d25546;
}

.builder-color-4 .title.header-strip-all #dropdownpagebuilder {
  background: #36ae9f;
}

div.title.header-strip-all span.wrapper-page-url {
  border-left: 1px solid #000;
  padding-left: 5px;
  line-height: 13px;
  display: inline-block;
  margin-left: 2px;
}

.modal-loader-layer {
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: inline-block;
  position: absolute;
  opacity: 0.5;
  text-align: center;
}

.modal-loader-layer img {
  width: 50px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

span.single-line {
  background-color: #fff;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: -24px;
  position: initial;
  transform: rotateZ(60deg);
}

.edit-pagename-blk {
  float: left;
  width: 100%;
  padding: 10px 0 10px 20px;
}

a.savepagename {
  background-color: #2d902d;
  color: #fff;
  padding: 6px;
  border-radius: 3px;
}

a.cancelpagename {
  background-color: #ec4b4b;
  color: #fff;
  padding: 6px 8px;
  border-radius: 3px;
}

#pageSettingsModal label {
  padding: 0 !important;
}

#pageSettingsModal * {
  line-height: 18px !important;
}

#pageSettingsModal .form-group {
  margin-bottom: 10px;
}

div.addpagebutton a#addPage i.fa {
  font-size: unset !important;
  top: auto !important;
}

button#closePreviewModel {
  border-radius: 5px;
}

div#previewModal .btn {
  margin: 0 !important;
}

#postprettylinks table thead tr {
  background-color: #a9a9a9;
  font-weight: 700;
  color: #fff;
}

#prettySiteModal .close {
  color: #fff;
}

.builder-color-1 .builderbackground,
.builder-color-1 .modal-header {
  background-color: #4f81bc;
  color: #fff;
}

.builder-color-2 .builderbackground,
.builder-color-2 .modal-header {
  background-color: #012060;
  color: #fff;
}

.builder-color-3 .builderbackground,
.builder-color-3 .modal-header {
  background-color: #f46554;
  color: #fff;
}

.builder-color-4 .builderbackground,
.builder-color-4 .modal-header {
  background-color: #36ae9f;
  color: #fff;
}

.red {
  color: #f46554;
}

.click-to-upload {
  margin-top: 8%;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.pretty-scroll {
  max-height: 500px;
  overflow: scroll;
}

ul#page1 li {
  width: 100%;
}

.admin-header p span {
  background: #54a0dd;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  line-height: 33px;
}

.user-name {
  float: left;
  width: 100%;
  color: #666;
  text-align: left;
  padding: 0 20px;
}

.updatecolor:hover {
  color: #000 !important;
}

button#import-element-module {
  padding: 15px;
  margin: 12px 0;
  font-size: 20px;
}

.btn.btn-primary.custom_pending_changes {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_pending_changes .bLabel {
  margin-left: 5px;
}

.left-top-section {
  position: absolute;
  left: 0;
  top: 0;
  padding: 7px 14px 7px 14px;
}

.left-top-section label.control-label {
  color: white;
  font-size: 16px;
  font-weight: 800;
  text-transform: capitalize;
}

input#sitemapxml,
input#sitetxt {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 10px;
  width: 138px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.xmlupload-btn-wrapper .btn {
  margin: 10px;
  width: 125px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.xmlupload-btn-wrapper {
  width: auto;
  float: left;
}

span.resetpdf,
span.resettxt {
  padding-left: 5px;
  cursor: pointer;
}

.xml-upload a:hover {
  color: #54a0dc;
}

.xml-upload a {
  font-size: 11px;
}

#pageSettingsForm p.filedemo,
#pageSettingsForm p.filetxt {
  display: inline;
  float: left;
  margin: 10px;
  border: 1px solid #e8e8e8;
  background: #f5f5f5;
  padding: 12px;
}

.xmlupload-btn-wrapper {
  width: auto;
  float: left;
}

span.my-info {
  font-size: 10px;
  display: inline-block;
}

.section-loader {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0.8;
  overflow: hidden;
}

.section-loader img {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 20px);
  width: 40px;
}

div#SchemaModal .modal-backdrop.fade,
#pageSettingsModal .modal-backdrop.fade.in,
#faqmodel .modal-backdrop.fade.in,
#emailTemplateModal .modal-backdrop.fade.in,
#blogModal .modal-backdrop.fade.in {
  position: absolute;
  background: none;
}

div#SchemaModal.fade.in,
#pageSettingsModal.fade.in,
#faqmodel.fade.in,
#emailTemplateModal.fade.in,
#blogModal.fade.in {
  background: #2f3e4c;
}

/* Changes for left sidebar made by Ashish */
#cke_faqQ .cke_contents {
  height: 150px !important;
}

#cke_faqA .cke_contents {
  height: 190px !important;
}

input.form-control.input-sm.hundredbyfour {
  width: 100%;
  float: left;
}

label.control-label.hundredbyfourlabel {
  width: 100%;
  float: left;
  color: white;
  border-left: 1px solid #607d8b;
  padding: 2px;
  margin: 0;
  text-align: center;
  background-color: #315669;
}

.spacing-leftbar + .hundredbytwo label.control-label.hundredbyfourlabel {
  border-left: 0px solid #7d7d7d;
}

.form-group.clearfix.hundredbytwo {
  width: 25%;
  float: left;
  background: #607d8b;
}

.form-group.clearfix.hundredbytwocolumn {
  width: 50%;
  float: left;
  background: #607d8b;
}

div.spacing-leftbar {
  float: left;
  width: 100%;
  color: #ffffff;
  background: #607d8b;
  padding: 0 12px;
}

.spacing-leftbar label {
  font-weight: 700;
  padding: 0;
  margin: 0;
}

input#border-radius,
input#border-width,
input#width,
input#font-size {
  width: 17%;
  float: left;
  margin-left: 2px;
  padding: 0;
  text-align: center;
}

#stylingForm .form-group .border-radius-range,
#stylingForm .form-group .border-width-range,
#stylingForm .form-group .width-range,
#stylingForm .form-group .line-height-range,
#stylingForm .form-group .font-size-range {
  width: 28%;
  float: left;
  padding: 9px 0 9px 0px;
  margin-left: 8px;
}

.contact_add_field li {
  border: 1px dotted #607d8b;
  padding: 11px;
  margin-bottom: 4px;
  background: #607d8b21;
}

.contact_add_field li input[type="checkbox"][disabled] {
  position: relative;
}

.contact_add_field li input[type="checkbox"][disabled]:before {
  content: "\f023";
  font-family: FontAwesome;
  left: 1px;
  position: absolute;
  font-size: 12px;
  text-align: center;
  right: 0;
  top: 1px;
}

.dropdown-menu > li > a {
  cursor: pointer;
}

input[type="text"].changeFormProperty {
  width: 40px;
}

.add-new-field {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: lighter;
}

button#addnewfield {
  background-color: #4f81bc;
  color: #fff;
  padding: 12px;
  display: block;
}

label.starfield:after {
  content: "*";
  color: red;
  font-size: 21px;
  line-height: 21px;
  position: absolute;
}

div#new-field-setting input[type="text"],
div#new-field-setting .select2-search select,
#new-field-setting .form-control,
.custom_textarea textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 40px;
  background: #fff;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 50px;
  margin-bottom: 5px;
}

.custom_textarea textarea {
  width: 100%;
  height: 90px;
  line-height: normal;
  padding: 8px 11px;
  margin: 0;
}

.custom_textarea textarea:focus-visible {
  outline: none;
}

div#new-field-setting {
  border: 1px dotted #607d8b;
  padding: 11px;
  margin-bottom: 4px;
  background: #607d8b21;
}

div#new-field-setting label {
  line-height: 100%;
}

#contact_add_field li.ui-state-highlight {
  height: 40px;
  background: antiquewhite;
}

div#contact_customfields_Tab {
  border: 1px dotted #607d8b;
  padding: 11px;
  margin-bottom: 4px;
  background: #607d8b21;
  width: 100%;
}

.radio-buttons-form {
  width: 12px !important;
  position: absolute;
  left: 2px;
  margin: 0 !important;
}

label.prop-spacing {
  font-weight: 300;
}

.newtemplates {
  float: right;
  padding-left: 3px;
  font-size: 11px;
  color: #2196f3;
}

.newtemplates:hover {
  color: #2196f3;
}

.ml-18 {
  margin-left: 5px;
}

.email-template-popup .email-content {
  margin: 6px 0 16px 0;
}

.jk_fail {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #a94442;
  margin: 13px 0;
  width: 97.5%;
}

.jk_success {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  color: #3c763d;
  margin: 13px 0;
  width: 97.5%;
}

label.star:after {
  content: "\f005";
  font-family: "Fontawesome";
  color: red;
  font-size: 7px;
  position: absolute;
}

.login_with_wp_gateway span {
  background-color: #4aa1d8;
  padding: 12px;
  color: #fff;
  border-radius: 6px;
}

._status_label {
  padding: 6px;
  width: 100%;
  border-radius: 25px;
}

._select_domain {
  float: left;
  width: 100%;
}

/* Ashis start */
[name="placeholder-as-label"] {
  margin-left: 15px !important;
}

.placeholder-as-label {
  border-top: 1px solid #c1c1c1;
  margin: 0 -15px;
  padding: 5px;
}

span.information-properties {
  float: right;
  font-size: 12px;
  margin-top: 2px;
  cursor: pointer;
}

span.information-properties a:focus,
span.information-properties a:hover,
span.information-properties a:active {
  color: #3875fe;
}

.optionaslayout {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

select.radiocheckdivision {
  padding: 4px;
  outline: none;
}

/* Ashish end */
.loadSection {
  background-color: #f46554;
  border: 1px solid #1f2e3c;
  color: #fff;
  border-radius: 20px;
}

.loadSectionElement li {
  position: relative;
  float: left;
}

.loadSectionElement li button {
  position: absolute;
  right: 2px;
  top: 9px;
  margin: 0;
  transition: ease-in 0.3s;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 22px;
}

/* .loadSectionElement li:hover button, .loadSectionElement li button:hover {background-color: #41586d;} */
.loadSectionElement li button:focus {
  outline: none;
}

.saved_frame_edit .loadImportButton {
  position: absolute;
  left: -2px;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 0;
  text-align: center;
  background-color: #f46554;
  z-index: 999999999 !important;
  line-height: 10px;
}

.saved_frame_edit .loadImportButton i.fa {
  color: #fff;
  font-size: 14px;
  position: unset;
}

.dragafilehere {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 100%;
  flex-direction: column;
  position: relative;
}

.bluebuttondrag input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
  background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
  background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  border: 1px solid #3079ed;
  color: #fff;
  width: auto;
  padding: 12px;
  border-radius: 2px;
}

.remainas-it-is {
  position: relative;
}

.fileinput .thumbnail {
  border: #ddd 4px dashed !important;
}

.border-blue.fileinput .thumbnail {
  border: #4f81bc 4px dashed !important;
}

#imageFile,
.permanentHide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}

p.largetext {
  font-size: 20pt;
  color: #ccc;
  padding: 0 10px;
}

p.smalltext {
  padding: 15px 0 5px;
  font-weight: bold;
  font-size: 13px;
  color: #ccc;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.tab-content {
  float: left;
  width: 100%;
}

/* Blog setting popup */
#cattabledata,
#posttabledata {
  margin-top: 5px;
  float: left;
  width: 100%;
}

#cattabledata tbody tr td,
#cattabledata thead tr th,
#posttabledata tbody tr td,
#posttabledata thead tr th {
  padding: 8px;
}

#cattabledata thead tr th:last-child,
#posttabledata thead tr th:last-child {
  width: 160px;
}

#cattabledata tbody tr td button,
#posttabledata tbody tr td button {
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
}

#cattabledata tbody tr td button.edit_1,
#cattabledata tbody tr td button.delete_1,
#posttabledata tbody tr td button.edit_1,
#posttabledata tbody tr td button.delete_1 {
  background-color: #d6d6d6;
}

#addPostPage tags.tagify {
  min-height: 40px;
  height: auto;
}

input#postInput,
input#categoryInput {
  border-radius: 40px;
  height: 40px;
  margin-top: 5px;
}

#tableDiv {
  display: block;
  width: 100%;
  float: left;
}

#posttabledata td img,
#cattabledata td img {
  object-fit: cover;
}

.table tbody#posts_table td img {
  object-fit: contain;
}

input#category_slug {
  text-transform: lowercase;
}

#showImageOnEdit img#post_image_show,
#showBannerImageOnEdit img#banner_image_preview {
  border: 1px solid #d8d8d8;
  padding: 5px;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

div#cke_notifications_area_banner_desc {
  z-index: 9999 !important;
}

.blg_pop_setting .settings label {
  font-weight: 600;
  line-height: 22px;
}

.blg_pop_setting .settings {
  margin-bottom: 15px;
}

.settings.blg_pop {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.email_sett span.eror-mg {
  float: left;
  width: 100%;
}

button#submitBannerDataButton {
  margin: 15px 0;
}

.settings.blg_pop h6 {
  font-weight: bold;
  color: #4f81bc;
  border-bottom: 1px solid #6096da66;
  padding-bottom: 10px;
}

.email_sett .settings.col-sm-3 {
  width: 33.3%;
}

.email_sett .settings.col-sm-3 .success_msg_contact {
  margin-top: 24px;
}

.blg_pop_setting .settings .wrapper-dropdowns label.form-template-edit {
  position: absolute;
  right: 23px;
  top: 14px;
}

#pages:hover li front,
#pages li.active front {
  display: none !important;
}

#pages front {
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
}

.advanced_drag_drop_rapify.business_info {
  padding: 0 15px;
}

.advanced_drag_drop_rapify.business_info .add_myrow {
  padding: 5px 10px;
}

/* Blog setting popup close*/
.footer_flx li {
  display: flex;
  align-items: center;
}

.footer_flx li .rapify_font_awsome_color {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  margin-right: 4px;
}

.loadSection {
  background-color: #f46554;
  border: 1px solid #1f2e3c;
  color: #fff;
  border-radius: 20px;
}

.mozifunnel-custom-options.ui-sortable {
  display: block;
  width: 100%;
}

/*form checkbox css */
.editorSectionGroup_select_text input.margin-bottom-5 {
  padding-left: 25px !important;
}

.editorSectionGroup_select_text
  input.margin-bottom-5.radio-buttons-form.custom-checkbox {
  margin-left: 5px !important;
  outline: none;
}

input.margin-bottom-5.radio-buttons-form {
  margin-left: 5px !important;
  outline: none;
}

#mapurloption {
  margin-left: 30px;
}

#publishForm .modal-content .loader,
.modal-content .loader2 {
  height: auto !important;
}

#siteSettings .modal-content .loader,
.modal-content .loader2 {
  height: auto !important;
}

#modules_sections i.fa,
a#search-image-button-mysite i {
  line-height: inherit;
}

div#imageModal .modal-content .loader {
  position: absolute;
  background: transparent;
  height: auto !important;
}

a#close_menus i,
a#close_menus_right i {
  color: white;
  width: 30px;
  background: #f46553;
  border-radius: 50%;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

a#close_menus_right {
  display: inline-block;
  right: 0;
  left: 0;
  text-align: center;
  top: 2px;
  width: auto;
}

.wrap-close {
  width: 34px;
  display: block;
  height: 34px;
  position: fixed;
  right: 0;
  z-index: 1;
  margin-right: 500px;
}

.menu .main > ul > li > a:before {
  font-family: Flat-UI-Pro-Icons;
  left: 18px;
  position: absolute;
  content: "\e607";
  font-weight: 100;
  font-size: 14px;
}

#pageSettingsModal .loader img {
  top: 50%;
}

/* language Switch style */
.switch-bar {
  display: table;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  float: right;
  margin: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: #2b8a44;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2b8a44;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.languagesettings .form-group.internalTargetCustom {
  margin-bottom: 0;
}

.languagesettings div#setadapage-block {
  padding: 20px 10px 20px 10px;
}

/** Resource checkbox */
.plan-table .item_checkbox,
.plan-table .item_checkbox_parent {
  position: static;
  opacity: 1;
  margin-right: 5px;
}

#checkArray {
  padding: 15px;
}

#namagetags {
  margin-right: 10px;
}

.th-first {
  width: 120px;
}

.responsive-table .title {
  cursor: pointer;
}

.responsive-table .date {
  width: 115px;
}

.responsive-table .action {
  width: 175px;
}

#resource_form .disabled {
  pointer-events: none;
  background-color: grey !important;
  opacity: 0.6;
}

.list_tags_upload {
  width: 35%;
}

.res_tags .list_tags {
  width: 45%;
}

/* New builder Big Menu */
.bigmenuCats.nav.nav-pills > li > a {
  font-weight: 500;
}

div#buildparent {
  padding-left: 300px;
}

div#new-submenu {
  position: fixed;
  padding: 0 0 0 0;
  margin-top: 75px;
  float: left;
  height: calc(100vh - 75px);
  overflow-y: auto;
  flex: 1;
  overflow-x: hidden;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  padding-left: 300px;
  width: calc(100vw - 500px) !important;
  left: 0;
  z-index: 0;
}

#buildparent div#buildright {
  padding-left: 0 !important;
  padding-top: 80px;
  padding-right: 0;
  width: 100%;
}

#buildparent div#buildright.width-auto {
  width: 480px;
  float: right;
  background: #fff;
}

.rightPreview {
  width: 480px;
}

.rightPreview .screen {
  width: 480px;
}

.rightPreview .screen .frameWrapper {
  width: 480px;
}

.rightPreview .screen .frameWrapper #pageList ul iframe {
  border: 0;
  width: 1920px;
  -moz-transform: scale(0.25);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.25);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.25);
  -webkit-transform-origin: 0 0;
}

#myScrollspy #images::after {
  content: none;
}

#new-submenu > .column li {
  position: relative;
  padding: 0px;
  width: 31%;
  height: 200px;
  align-items: stretch;
  justify-content: center;
  display: flex !important;
  background-color: #fbfbfb;
  margin: 1%;
  transition: ease-in 0.3s;
  border-radius: 6px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#new-submenu > .column li:hover {
  box-shadow: 0px 2px 23px #a9a9a9;
}

#new-submenu > .column li.temphide {
  display: none !important;
}

#new-submenu > .column li button.loadSection {
  top: -8px;
  position: absolute;
  right: -7px;
  width: 25px;
  height: 25px;
  border-color: transparent;
}

#new-submenu > .column li img {
  object-fit: contain;
}

.buildparent .screen {
  width: 480px;
}

#buildparent .screen .frameWrapper {
  overflow-x: auto;
}

div#bigmenuCatswrap {
  background: #1f2e3c;
  width: 0;
  position: absolute;
  display: none;
  box-shadow: inset 5px 0 5px rgb(0 0 0 / 30%);
  z-index: 1000;
  overflow-y: auto !important;
  top: 0;
  bottom: 0;
  padding-top: 80px;
  padding-bottom: 100px;
}

div#new-submenu ul li {
  width: 50%;
  float: left;
  padding-left: 12px;
}

div#isStylewizardUse,
ul#elementCats {
  display: none !important;
}

div#new-submenu ul {
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
}

._menuLoader {
  overflow: hidden !important;
}

._menuLoader:before {
  background-image: url(../images/rapify_img/loader52px.svg);
  background-color: rgb(255 255 255 / 90%);
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  content: "";
  z-index: 9;
  width: 100%;
  height: 100vh;
  top: 0;
  left: -100px;
  overflow: hidden;
}

#new-submenu > .column li.inner-heading-siderbar {
  display: block !important;
  width: 100%;
  background: none;
  height: auto;
}

#new-submenu > .column li.inner-heading-siderbar:hover {
  box-shadow: none;
}

#new-submenu > .column li.inner-heading-siderbar h1 {
  font-size: 22px;
  float: left;
  margin: 0;
}

div#new-submenu ul li.inner-heading-siderbar {
  width: 100%;
}

.viewmoreblocks {
  border: 5px dashed #c5c5c5;
  flex-wrap: wrap;
}

.viewmoreblocks > i {
  float: left;
  width: 100%;
  text-align: center;
}

.viewmoreblocks > p {
  font-weight: 700;
  font-size: 16px;
}

.viewmoreblocks p.placeholder-block {
  text-align: center;
}

#new-submenu > .column li:hover {
  box-shadow: 0px 0px 26px #737373;
  transition: ease-in 0.2s;
}

/* Elements preview */
.popupEle {
  width: 900px;
  margin: auto;
  text-align: center;
}

.popupEle img {
  width: 200px;
  height: 200px;
  cursor: pointer;
}

.showEle {
  z-index: 999;
  display: none;
}

.showEle .overlayEle {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.showEle .img-showEle {
  width: auto;
  height: auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.img-showEle span {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 99;
  cursor: pointer;
  background: red;
  color: white;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 900;
  font-family: cursive;
  border: 3px solid white;
  text-align: center;
}

/* div#buildright.rightPreview .frameCover {
        display: none !important;
    } */
div#buildright.rightPreview .frameCover,
.frameCover.hideitinsmallscreen {
  display: none !important;
}

.screen .frameWrapper #pageList ul iframe.po-no {
  pointer-events: none;
}

h3.global-pages-block.section-hdr.po-no,
input.input_site_name.header-top-sech.po-no {
  pointer-events: none;
}

#new-submenu > .column li .fa.fa-eye.clickpopupsup {
  color: #fbad54 !important;
  top: 0;
  font-size: 25px !important;
  background-color: #ffebe3;
  border: 2px solid #ffc9b6;
  border-radius: 6px;
  transition: ease-in 0.2s;
}

#new-submenu > .column li .fa.fa-eye.clickpopupsup:hover {
  box-shadow: 4px 5px 7px 0px #9c9c9c;
}

/*End style*/

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar:hover {
  width: 13px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(360deg, #919191 40%, #919191 100%);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(0deg, #666666 92%, #666666 100%);
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}

select::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0;
}

select::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

select::-webkit-scrollbar {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}

select::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 0;
  /* box-shadow: inset 7px 10px 12px #f0f0f0; */
}

body .rightPreview .screen .frameWrapper .drop-hover {
  height: 45px;
}

.bodyhidden {
  overflow: hidden !important;
}

.rightPreview div.title.header-strip-all span.wrapper-page-url {
  display: none;
}

.plan-table table.responsive-table.striped td:last-child {
  display: flex;
  justify-content: space-between;
}

/*** New Design Start ***/

.builder-color-4 #styleEditor.styleEditor.editorStyle_v1 {
  background: #efefef;
}

#styleEditor.styleEditor.editorStyle_v1 .styedt-head {
  background-color: #1f2e3c;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px 10px;
}

#styleEditor.styleEditor.editorStyle_v1 ._set_title {
  background-color: #1f2e3c;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._set_title .section-document-url a {
  color: #fff;
  margin-right: 45px;
}

._set_title .section-document-url a i {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  color: #1f2e3c;
  margin-right: 2px;
  border: 1px solid #fff;
  line-height: 28px !important;
}

._set_title .section-document-url a i:hover,
._set_title .section-document-url:hover a i {
  background: transparent;
  color: #fff;
}

#styleEditor.styleEditor.editorStyle_v1 a.close {
  text-shadow: none;
  color: #fff;
  top: 15px;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-content {
  padding: 0 !important;
  border: none;
  margin-bottom: 0;
}

#styleEditor.styleEditor.editorStyle_v1 #accordion .card .card-body {
  border-top: 1px solid #efefef;
  padding: 15px 20px 0 20px;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane #accordion .card {
  background-color: #fff;
  margin-top: 10px;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane #accordion .card button,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iframe_Tab
  .card-header
  h5
  button {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  color: #000;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane #accordion .card h4,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane #accordion .card h5,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane #accordion .card h6 {
  margin-top: 10px;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane #accordion .card button:hover,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  button:focus {
  text-decoration: none;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  button.collapsed::before,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iframe_Tab
  .card-header
  h5
  button.collapsed::before {
  content: "\f0da";
  font: normal normal normal 16px/1 FontAwesome;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  button::before,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iframe_Tab
  .card-header
  h5
  button::before {
  content: "\f0d7";
  font: normal normal normal 16px/1 FontAwesome;
  width: 13px;
  display: inline-block;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group > .btn-block.select,
#styleEditor.styleEditor.editorStyle_v1 .control-label,
#styleEditor.styleEditor.editorStyle_v1 .form-group > input,
#styleEditor.styleEditor.editorStyle_v1 .form-group > .sp-replacer,
.col_half_formControl,
#styleEditor.styleEditor.editorStyle_v1 #animationRapTwo .animation-leftbar,
#styleEditor.styleEditor.editorStyle_v1 div#animationRapTwo .select2-container {
  width: 50%;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
}

#styleEditor.styleEditor.editorStyle_v1 #animationRapTwo .animation-leftbar,
#styleEditor.styleEditor.editorStyle_v1 div#animationRapTwo .select2-container {
  float: left;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group > .sp-replacer {
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 38px;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group .sp-preview {
  width: 100%;
}

#styleEditor.styleEditor.editorStyle_v1 .select-primary .select2-choice,
#styleEditor.styleEditor.editorStyle_v1 select.select-primary {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 700;
  height: 39px;
  min-height: 39px;
  padding-left: 10px;
  padding: 9px 28px 9px 13px;
}

.builder-color-4 #styleEditor.styleEditor.editorStyle_v1 .control-label {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

#styleEditor.styleEditor.editorStyle_v1
  .select2-container.select-sm
  > .select2-choice
  .select2-arrow,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.submenu_Tab
  .select2-container
  .select2-arrow {
  border-top-color: #000;
  border-width: 5px 5px;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group > input#border-width {
  width: 30%;
  float: right;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
}

#styleEditor.styleEditor.editorStyle_v1 .select-primary .select2-choice {
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group > .sp-replacer .sp-dd {
  display: none;
}

#styleEditor.styleEditor.editorStyle_v1 div.spacing-leftbar {
  background-color: #fff !important;
  padding: 0;
}

#styleEditor.styleEditor.editorStyle_v1 div.spacing-leftbar label {
  color: #000;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group.clearfix.hundredbytwo,
#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwocolumn {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.form-control,
.select2-search input[type="text"] {
  color: #000;
}

#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs li {
  margin-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  flex-grow: 1;
  text-align: center;
  border-bottom: 4px solid #fff;
}

#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs li.active,
#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs li:hover {
  border-color: #36ae9f;
}

#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs li:hover a {
  background-color: #f7f7f7;
}

#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs li.active a:hover,
#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs li.active a {
  background-color: #f7f7f7;
}

#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs li .fa {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  color: #000;
}

#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs li a {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 17px 10px;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group.clearfix.hundredbytwo input,
#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwo
  input.hundredbyfour,
#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwocolumn
  input,
#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwocolumn
  input.hundredbyfour {
  width: 100%;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  float: left;
  height: auto;
  border-left: none !important;
  padding-bottom: 3px;
}

#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwo
  label.control-label.hundredbyfourlabel,
#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwo
  label.control-label,
#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwocolumn
  label.control-label {
  background-color: #ededed;
  font-size: 12px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 4px;
  width: 100%;
  border-radius: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwo:first-child,
#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwocolumn:first-child {
  border-top-left-radius: 3px;
}

#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwo:last-child,
#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwocolumn:last-child {
  border-top-right-radius: 3px;
}

#styleEditor.styleEditor.editorStyle_v1 .styleEditor .form-group {
  margin-bottom: 20px;
  min-height: auto;
}

#styleEditor.styleEditor.editorStyle_v1 label {
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 700;
  color: #000;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.imageFileTab {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

#styleEditor.styleEditor.editorStyle_v1 #image_Tab a,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.audioFileTab.audio_Tab
  .btn-embossed.btn-block {
  height: 145px;
  padding: 0;
  font-size: 15px;
  display: flex;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

#styleEditor.styleEditor.editorStyle_v1 #image_Tab a .fa,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.audioFileTab.audio_Tab
  .btn-embossed.btn-block
  .fa {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}

#styleEditor.styleEditor.editorStyle_v1 .sideButtons > * {
  width: auto;
  padding: 0 15px 0 0;
  font-size: 18px;
  background: transparent !important;
}

#styleEditor.styleEditor.editorStyle_v1 .footer-btn {
  float: left;
  width: 100%;
}

#styleEditor.styleEditor.editorStyle_v1 .footer-btn {
  background-color: #1f2e3c;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 12px 18px;
  justify-content: space-evenly;
}

#styleEditor.styleEditor.editorStyle_v1 .footer-btn .save-style-btns {
  float: right;
  padding: 0;
  margin-bottom: 0;
}

#styleEditor.styleEditor.editorStyle_v1 .footer-btn .save-style-btns button {
  font-size: 17px;
  padding: 9px 12px;
  font-weight: 700;
  border-radius: 3px !important;
}

#styleEditor.styleEditor.editorStyle_v1 .footer-btn .save-style-all-bn {
  float: left;
  width: auto;
  margin-bottom: 0;
  padding: 0;
  flex-grow: 1;
}

#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwocolumn
  label.control-label,
#styleEditor.styleEditor.editorStyle_v1
  .form-group.clearfix.hundredbytwocolumn
  input.hundredbyfour {
  border-left: 1px solid #ddd;
  float: left;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group > input#width,
#styleEditor.styleEditor.editorStyle_v1 .form-group > input#border-radius,
#styleEditor.styleEditor.editorStyle_v1 .form-group > input#font-size,
#styleEditor.styleEditor.editorStyle_v1 .form-group > input#border-width,
#styleEditor.styleEditor.editorStyle_v1 .form-group > input#line-height {
  width: 26%;
  float: right;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group > input.font-size-range,
#styleEditor.styleEditor.editorStyle_v1 .form-group > input.width-range,
#styleEditor.styleEditor.editorStyle_v1 .form-group > input.border-radius-range,
#styleEditor.styleEditor.editorStyle_v1 .form-group > input.border-width-range,
#styleEditor.styleEditor.editorStyle_v1 .form-group > input.line-height-range {
  width: 70%;
  margin-left: 0;
}

#styleEditor.styleEditor.editorStyle_v1 .sp-preview {
  height: 25px;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group > .sp-replacer {
  padding: 4px;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group {
  margin-bottom: 15px;
  min-height: auto;
}

.mt20 {
  margin-top: 20px;
}

#styleEditor.styleEditor.editorStyle_v1 .contactFieldTab {
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
}

#styleEditor.styleEditor.editorStyle_v1 .contact_add_field li {
  background-color: #f8f8f8;
  border: 1px dashed #a7a7a7;
  padding: 0;
  margin-top: 20px;
  border-radius: 3px;
}

#styleEditor.styleEditor.editorStyle_v1 .contact_add_field li:first-child {
  margin-top: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .contact_add_field
  input.placeholder_field {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  height: 38px;
}

#styleEditor.styleEditor.editorStyle_v1 .contact_add_field li a,
#styleEditor.styleEditor.editorStyle_v1
  .contact_add_field
  .is_required_contact {
  color: #000 !important;
  font-weight: 700;
}

#styleEditor.styleEditor.editorStyle_v1
  ul#contact_add_field
  li
  .up-down-field
  .move-down,
#styleEditor.styleEditor.editorStyle_v1
  ul#contact_add_field
  li
  .up-down-field
  .move-up {
  border-right: none;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 18px;
  margin-left: 8px;
  color: #36ae9f;
}

#styleEditor.styleEditor.editorStyle_v1 ul#contact_add_field li i {
  color: #000;
  padding: 0;
  font-size: 18px;
  top: 0;
}

#styleEditor.styleEditor.editorStyle_v1 .contact_field_heading {
  font-weight: 500;
}

#styleEditor.styleEditor.editorStyle_v1 .form_styleBtn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px 5px;
}

#styleEditor.styleEditor.editorStyle_v1 .edit_styleBtn i {
  background: #36ae9f;
  border: 1px solid #36ae9f;
  border-radius: 3px;
  padding: 3px 5px !important;
  color: #fff !important;
}

#styleEditor.styleEditor.editorStyle_v1 .up-down-field {
  float: right;
  position: relative;
  top: 5px;
  margin-bottom: 15px;
  right: 15px;
}

#styleEditor.styleEditor.editorStyle_v1 .int-style-outer {
  margin-bottom: 0;
  padding-left: 15px;
}

#styleEditor.styleEditor.editorStyle_v1 .int-style-outer span {
  width: auto;
}

#styleEditor.styleEditor.editorStyle_v1 .int-style-outer .edit-field {
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}

#styleEditor.styleEditor.editorStyle_v1 .int-style-outer span.field-style {
  margin-bottom: 15px;
}

.contact_add_field.ui-sortable li input[type="checkbox"] {
  position: relative;
  top: 1px;
}

#styleEditor.styleEditor.editorStyle_v1 .pickstyleoftag {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  background-color: #fff;
}

#styleEditor.styleEditor.editorStyle_v1 .pickstyleoftag .int-style-inr {
  display: inherit;
  margin: 0;
  padding: 0 15px;
}

#styleEditor.styleEditor.editorStyle_v1 .pickstyleoftag .int-style-inr label {
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
  text-transform: capitalize;
}

#styleEditor.styleEditor.editorStyle_v1 .pickstyleoftag label.prop-spacing {
  border-top: 1px solid #ddd;
  width: 100%;
  margin-top: 15px;
  padding: 15px 15px 0 15px;
}

#styleEditor.styleEditor.editorStyle_v1
  .pickstyleoftag
  .int-style-inr
  input[type="range"],
#styleEditor.styleEditor.editorStyle_v1
  .int-style-inr.show_lableSettings
  input[type="range"] {
  width: 70%;
  margin-left: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .pickstyleoftag
  .int-style-inr
  input[type="text"],
#styleEditor.styleEditor.editorStyle_v1
  .int-style-inr.show_lableSettings
  input[type="text"] {
  width: 26%;
  float: right;
  padding-left: 10px;
  font-weight: 700;
  color: #000;
}

#styleEditor.styleEditor.editorStyle_v1 .placeholder-as-label {
  margin: 0 -20px;
  border-color: #ddd;
  padding: 20px 0 0 0;
}

#styleEditor.styleEditor.editorStyle_v1 .pickstyleoflabel {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-color: #ddd;
}

#styleEditor.styleEditor.editorStyle_v1 .contact_add_field .plus-fields {
  margin-bottom: 25px;
  margin-top: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .contact_add_field
  li
  .form_fieldsStyle {
  padding: 15px;
}

#styleEditor.styleEditor.editorStyle_v1 .int-style-inr.show_lableSettings,
#styleEditor.styleEditor.editorStyle_v1
  .int-style-inr.show_lable_colorSettings {
  display: inherit;
}

#styleEditor.styleEditor.editorStyle_v1
  .int-style-inr.show_lable_colorSettings
  .sp-replacer.sp-light {
  float: right;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 38px;
  padding: 4px;
  height: 35px;
  background: #fff;
}

#styleEditor.styleEditor.editorStyle_v1
  .int-style-inr.show_lable_colorSettings
  .sp-replacer.sp-light
  .sp-preview {
  margin-right: 0;
  width: 28px;
}

#styleEditor.styleEditor.editorStyle_v1
  .int-style-inr.show_lable_colorSettings
  .sp-replacer.sp-light
  .sp-dd {
  display: none;
}

#styleEditor.styleEditor.editorStyle_v1
  .int-style-inr.show_lableSettings
  label {
  width: 100%;
  text-transform: capitalize;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.popup_Tab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.link_Tab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.resource_Tab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.htmlvideoTab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.button_Tab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.checkout_Tab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.map_Tab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iconTab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.contactSettingTab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.contactIntegrationTab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.submenu_Tab,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.youtube_subscriber_Tab_Section,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.audioFileTab.audio_Tab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iframe_Tab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.connectboss_Tab {
  padding: 20px;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .form-control,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .select2-search
  input[type="text"],
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactIntegrationTab
  .form-control,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactIntegrationTab
  .select2-search
  input[type="text"],
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.submenu_Tab .form-control,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.submenu_Tab
  .select2-search
  input[type="text"],
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.youtube_subscriber_Tab_Section
  .form-control,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.youtube_subscriber_Tab_Section
  input[type="text"] {
  height: 39px;
  border-radius: 3px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactIntegrationTab
  .tooltipcust {
  float: right;
  border-radius: 3px;
  padding: 5px 6px;
  text-align: center;
  font-size: 13px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactIntegrationTab
  .tooltipcust
  i {
  padding-left: 0;
}

.builder-color-4
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactIntegrationTab
  .tooltipcust {
  color: #fff;
  background-color: #36ae9f;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.submenu_Tab .form-control,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.youtube_subscriber_Tab_Section
  .form-control {
  width: 100%;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.contactSettingTab label {
  font-size: 15px;
  margin-top: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .input_suggestion {
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.3;
  display: inline-block;
  margin-top: 5px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .form-template-edit {
  position: absolute;
  top: 8px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .newtemplates,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .input_suggestion
  a {
  color: #36ae9f !important;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .newtemplates {
  margin-left: 12px;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.htmlvideoTab.map_Tab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.contactSettingTab,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.submenu_Tab,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.youtube_subscriber_Tab_Section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
  float: left;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.youtube_subscriber_Tab_Section
  .click_hereButton {
  width: 100%;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.youtube_subscriber_Tab_Section
  .click_hereButton
  a {
  float: right;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 11px;
}

.builder-color-4
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.youtube_subscriber_Tab_Section
  .click_hereButton
  a {
  background: #36ae9f;
  color: #fff;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.youtube_subscriber_Tab_Section
  .btn.btn-primary {
  width: 100%;
  font-weight: 700;
  padding: 10px 15px;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.submenu_Tab p.or {
  font-size: 13px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.submenu_Tab
  #allsubmenus
  table
  tr.sub-tab-header
  td:first-child {
  border-right: 1px solid #fff;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.htmlvideoTab
  .form-control.video_settings::placeholder,
.form-control::placeholder,
.select2-search input[type="text"]::placeholder {
  color: #000;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.map_Tab .lbl_control {
  float: left;
  width: 50%;
  margin-top: 9px;
}

label.lbl_control.right {
  text-align: right;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.map_Tab .input_control {
  float: right;
  width: 50%;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.map_Tab
  #zoomlevel.input_control,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.map_Tab
  #mapWidth.input_control,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.map_Tab
  #mapHeight.input_control {
  width: 20%;
  padding: 5px;
}

.rangeGroup [type="range"] {
  width: 70%;
  float: left;
}

.divider_hr {
  height: 5px;
  width: 100%;
  background-color: #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.popup_Tab
  .indexform-group
  .form-control,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.resource_Tab
  .indexform-group
  .form-control,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.htmlvideoTab .form-control,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.button_Tab .form-control {
  height: 40px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  height: 39px;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.link_Tab .form-control,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.resource_Tab .form-control,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iframe_Tab .form-control {
  width: 100%;
  height: 39px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.link_Tab .form-group,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.resource_Tab .form-group,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.htmlvideoTab .form-group {
  margin-bottom: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.link_Tab
  #s2id_internalTargetCustom.select2-container.form-control.mbl,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.resource_Tab
  #s2id_internalResourceTargetCustom.select2-container.form-control.mbl {
  margin-bottom: 0 !important;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.link_Tab .select2-arrow,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane.resource_Tab .select2-arrow {
  border-top-color: #000;
  border-width: 5px 5px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.resource_Tab
  #internalResourceLinksCustom.form-control,
input#copyOfLinkText {
  margin-bottom: 20px !important;
}

#styleEditor.styleEditor.editorStyle_v1
  div#contact_customfields_Tab
  i.fa.fa-arrows.dropdown-arrow {
  line-height: 36px;
  right: 58px;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iconTab #icons_chosen {
  margin-bottom: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iconTab
  #icons_chosen
  .chosen-single {
  border-radius: 3px;
  border: 1px solid #ddd;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iconTab
  #icons_chosen
  .chosen-single
  span {
  color: #000;
  font-weight: 700;
}

#styleEditor.styleEditor.editorStyle_v1 .nav-tabs > li > a {
  font-size: 13px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.htmlvideoTab
  .select2-container
  a.select2-choice {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #ddd;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  #backgroundsRapTwo
  button::before {
  margin-right: 6px;
  top: -1px;
  position: relative;
}

#styleEditor.styleEditor.editorStyle_v1 .form-group .newBG img {
  width: 100%;
  height: 100%;
}

.note_map {
  color: #000;
  margin-bottom: 0;
}

.fs20 {
  font-size: 20px;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.cstm-control.cstm-switch {
  position: relative;
  height: 36px;
  width: 96px;
  margin-left: 20px;
}

.cstm-control.cstm-switch .icons {
  width: 100%;
  height: 100%;
  border: 1px solid #d0d0d0;
  background-color: #f8f8f8;
  display: inline-block;
  border-radius: 50px;
  position: relative;
}

.cstm-control.cstm-switch .custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
}

.cstm-control.cstm-switch .icons span {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  background: #1f2e3c;
  border-radius: 100%;
  top: 4px;
  left: 4px;
  transition: all ease-in-out 0.4s;
}

.cstm-control.cstm-switch .custom-checkbox:checked + span span {
  left: auto;
  right: 4px;
  background: #fff;
}

.cstm-control.cstm-switch .icons:before {
  content: "HIDE";
  color: #000;
  position: relative;
  top: 5px;
  left: 40px;
  font-weight: 700;
}

.cstm-control.cstm-switch .custom-checkbox:checked + span {
  border-color: #36ae9f;
  background: #36ae9f;
  transition: all ease-in-out 0.4s;
}

.cstm-control.cstm-switch .custom-checkbox:checked + span:before {
  content: "SHOW";
  color: #fff;
  position: relative;
  top: 5px;
  left: 11px;
  font-weight: 700;
}

#styleEditor.styleEditor.editorStyle_v1 #image_Alt_Tab .indexform-group {
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  background: #fff;
}

#styleEditor.styleEditor.editorStyle_v1 #image_Alt_Tab .indexform-group input {
  border-radius: 3px;
  height: 38px;
}

#styleEditor.styleEditor.editorStyle_v1
  #image_Alt_Tab
  .indexform-group
  input::placeholder {
  color: #000;
  font-weight: 700;
}

#styleEditor.styleEditor.editorStyle_v1 div#new-field-setting,
#styleEditor.styleEditor.editorStyle_v1 div#contact_customfields_Tab {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px dashed #a7a7a7;
}

#styleEditor.styleEditor.editorStyle_v1 div#contact_customfields_Tab {
  background: #f8f8f8;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#styleEditor.styleEditor.editorStyle_v1
  div#contact_customfields_Tab
  .addNewOptionButton {
  background: #36ae9f;
  border-radius: 3px;
  padding: 17px 22px;
  font-size: 20px;
}

#styleEditor.styleEditor.editorStyle_v1
  .editorSectionGroup_select_text
  input.margin-bottom-5.radio-buttons-form {
  margin-left: 10px !important;
}

#styleEditor.styleEditor.editorStyle_v1 div#new-field-setting .form-control {
  margin-bottom: 15px;
}

#styleEditor.styleEditor.editorStyle_v1
  .editorSectionGroup.editorSectionGroup_select_text {
  padding-right: 46px;
}

#styleEditor.styleEditor.editorStyle_v1
  .editorSectionGroup.editorSectionGroup_select_text
  input {
  height: 36px;
}

#styleEditor.styleEditor.editorStyle_v1
  .editorSectionGroup.editorSectionGroup_select
  i.fa.fa-arrows.dropdown-arrow {
  line-height: 38px;
  right: 55px;
}

#styleEditor.styleEditor.editorStyle_v1 .editorSectionGroup_select {
  margin-top: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .optionaslayout
  select.radiocheckdivision {
  float: right;
  height: 39px;
  border-radius: 3px;
  border-color: #ddd;
  width: 26%;
}

#styleEditor.styleEditor.editorStyle_v1 .optionaslayout label {
  margin-top: 9px;
}

#styleEditor.styleEditor.editorStyle_v1 button#addnewfield {
  width: 100%;
  background-color: #36ae9f;
  border-color: #36ae9f;
  font-size: 15px;
  padding: 12px;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.removeSelectOption {
  color: #fff;
  font-size: 18px;
  background: #ff0000;
  border-radius: 3px;
  width: 30px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#styleEditor.styleEditor.editorStyle_v1 div#new-field-setting {
  margin-bottom: 25px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.show_lblTop label {
  margin-top: 8px;
  margin-bottom: 0;
}

.int-style-inr {
  margin: 0;
}

.plus-fields {
  margin: 0;
  height: auto;
  margin-bottom: 20px;
}

.plus-fields i {
  margin-right: 5px;
}

#plusfields {
  padding: 8px 15px;
  width: auto;
  height: auto;
  font-size: 17px;
  border-radius: 3px;
  line-height: inherit;
  background-color: #36ae9f;
  border-color: #36ae9f;
}

.clear {
  clear: both !important;
  height: 0px;
}

.newBG {
  position: absolute;
  height: 100%;
  z-index: 1;
  background: white;
  width: inherit;
  border: 1px dashed;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newBG img {
  position: absolute;
  top: 0;
  bottom: 0;
  max-height: 100%;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  button.btn_open_image_library_img_bg,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  button.removeIMGBTN {
  z-index: 1;
  width: 50%;
  float: left;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  border-radius: 0;
  padding: 8px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  button.btn_open_image_library_img_bg {
  left: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  button.removeIMGBTN {
  right: 0;
}

.newBG i {
  font-size: 26px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  button.btn_open_image_library_img_bg::before {
  content: "\f067";
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane
  #accordion
  .card
  button.removeIMGBTN::before {
  content: "\f014";
}

.newBGIMG img {
  max-height: 138px;
}

/*** New Design End ***/
ul#savedbtns {
  display: none;
}

.select2-container {
  margin-bottom: 20px;
}

div#iframe_Tab [name="iframeurl"] {
  width: 93% !important;
  margin: 0 auto;
}

input#iframewidth,
input#iframeheight {
  float: left;
  width: 25% !important;
}

#iframewidthinput,
input#iframeheightinput {
  width: 75% !important;
  float: left;
}

#iframe_Tab label {
  width: 100%;
}

div#showonRapTwo .select2-container,
div#animationRapTwo .select2-container {
  padding-bottom: 20px;
}

.newBGIMG {
  background: #efefef;
}

div#show-hide {
  padding: 0 20px;
}

#detailTabs li.active > a:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  color: green;
  font-size: 20px;
  font-weight: normal;
  right: 3px;
}

/* copy link css */
.copy_link {
  position: relative;
}

.copy_link.form-group input {
  padding-right: 30px;
}

.copy_link .copythislink {
  position: absolute;
  right: 8px;
  top: 10px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}

#styleEditor.styleEditor.editorStyle_v1 .copy_link input {
  width: 100%;
}

.builder-color-1 .copy_link .copythislink {
  color: #4f81bc;
}

.builder-color-2 .copy_link .copythislink {
  color: #012060;
}

.builder-color-3 .copy_link .copythislink {
  color: #f46554;
}

.builder-color-4 .copy_link .copythislink {
  color: #36ae9f;
}

.doc_icon {
  width: 30px;
  height: 30px;
  background-color: #355c81;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.doc_icon .fa {
  position: relative;
  top: 7px;
}

.ssl_radios {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ssl-seal {
  display: flex;
  align-items: center;
  margin: -5px 15px 5px 0px;
}

.ssl-seal label {
  margin: 0 0px 0 5px;
}

@media (min-width: 768px) {
  #cattabledata tbody tr td,
  #cattabledata thead tr th,
  #posttabledata tbody tr td,
  #posttabledata thead tr th {
    padding: 8px;
  }
}

@media screen and (max-width: 1536px) {
  .dark-light-blue .nav-pills > li.active > a {
    padding: 20px 10px;
    width: 56px;
  }
  .custom_site_url {
    margin-right: 25px;
  }
}

@media screen and (max-width: 1440px) {
  #new-submenu > .column li {
    height: 140px;
  }
}

@media screen and (max-width: 1400px) {
  .resp-btn-for-mob {
    float: left;
    width: 100%;
    position: relative;
    top: -9px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
  }

  .builder-color-4 .head-ryt-cont a.btn {
    padding: 9px !important;
    height: auto !important;
  }

  .all_revision {
    height: 40px;
    width: 145px;
  }

  header .responsiveToggle a {
    height: 75px;
    padding: 15px;
  }

  ul#contact_add_field > li > i {
    cursor: pointer;
    font-size: 14px;
    padding-left: 3px;
  }

  .res-divs-btn {
    display: block;
  }

  .resp-btn-for-mob {
    display: block;
  }

  .save-group-out {
    position: relative;
  }

  body #builder > .container {
    padding: 110px 0 0 0;
  }

  .menu .toggle {
    top: 93px;
  }

  .responsive-mob-btn3 {
    background-position: -30px 2px;
  }

  .responsive-mob-btn1 {
    background-position: 12px 2cpx;
  }

  .responsive-mob-btn2 {
    background-position: -79px 2px;
  }

  a.close.site-block-close {
    top: 100px;
  }

  .menu {
    padding-top: 75px;
  }

  .resp-btn-for-mob {
    float: left;
    width: 100%;
    position: relative;
    top: -9px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
  }

  ul#contact_add_field > li > i {
    cursor: pointer;
    font-size: 14px;
    padding-left: 3px;
  }

  .res-divs-btn {
    display: block;
  }

  .save-group-out {
    position: relative;
  }

  body #builder > .container {
    padding: 85px 0 0 0;
  }

  .menu .toggle {
    top: 93px;
  }

  .responsive-mob-btn3 {
    background-position: -30px 2px;
  }

  .responsive-mob-btn1 {
    background-position: 12px 2px;
  }

  .responsive-mob-btn2 {
    background-position: -79px 2px;
  }

  a.close.site-block-close {
    top: 80px;
  }

  .input_site_name {
    height: 40px;
    background-position: 10px 10px;
  }

  .custom_pending_changes_grey {
    height: 40px;
  }

  .custom_pending_changes {
    height: 40px;
  }

  .save-group-out .custom_site_url {
    margin-right: 20px;
    margin-top: 7px;
  }
}

/******vikram css start******/
#tbl_Domain_wrapper.dataTables_wrapper .col-xs-12.col-sm-6 {
  width: 50%;
}

#tbl_Domain_wrapper.dataTables_wrapper .col-xs-12.col-sm-6 input {
  margin-bottom: 0px !important;
  margin-left: 8px;
}

/******css End******/

@media screen and (max-width: 1366px) {
  .save-group-out .custom_site_url {
    position: absolute;
    bottom: -24px;
    left: 0;
    margin: 0;
  }

  .email_sett .settings.col-sm-3 {
    width: 50%;
  }

  .viewmoreblocks i.fa {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 1280px) {
  .save-group-out .custom_site_url {
        bottom: -24px;
  }

  .save-group-out .custom_site_url i {      
    font-size: 13px !important;
    margin-right: 7px !important;
  }

  .save-group-out .custom_site_url a {      
    font-size: 11.5px;
  }

  .responsive-mob-btn2 {
      background-position: -83px -1px;
  }

  #new-submenu > .column li {
    width: 48%;
  }

  /******vikram css start******/
  .table-responsive {
    padding-bottom: 0px;
  }

  .plan-list-outer {
    margin-bottom: 0px;
  }

  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 9px 10px;
  }

  #planSiteModal.setting-popup .pop-ftv-dtl #postplans .wrapper-plans {
    width: 48%;
    margin: 2px 0px 2px 0px;
  }

  #planSiteModal.setting-popup .pop-ftv-dtl #postplans .wrapper-plans p {
    padding-left: 5px;
    padding-top: 2px;
  }

  /******css End******/
}

@media screen and (max-width: 1199px) {
  .builder-color-4 .save-disk {
    background-image: none;
    width: auto;
  }

  .custom_pending_changes_grey {
    width: auto;
    padding: 10px;
    margin: 0 5px;
  }

  .builder-color-4 #publishPage .publish-icon1 {
    background-image: none;
    width: auto;
    margin: 0;
  }

  .back_to_site_btn {
    margin-left: 5px;
  }

  header.affix {
    padding: 0 0 13px;
  }

  .blg_pop_setting .settings.col-sm-3 {
    width: 50%;
  }

  .email_sett .settings.col-sm-3 {
    width: 50%;
  }
}


@media screen and (max-width: 1098px) { 
  #styleEditor.styleEditor.editorStyle_v1 .footer-btn {
    padding: 12px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .resp-btn-for-mob {
    display: block;
  }

  .res-windo-sze {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  ._bulder_toolbar_set {
    display: block;
  }

  .modal-footer .btn {
    display: inline-block;
  }
}

#new-submenu > .column li.element.viewmoreblocks {
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0px;
}

#new-submenu > .column li.element.viewmoreblocks:hover i {
  color: #f46553;
}

.builderUI {
  display: table;
  width: 100%;
}

.draggingstart {
  height: 50px !important;
}

/* left sidebar */
#styleEditor.styleEditor.editorStyle_v1 ul.nav.nav-tabs li a#iframe_iframe {
  background-color: #fff !important;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iframe_Tab input#iframewidth,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iframe_Tab
  input#iframeheight {
  width: 50%;
  float: right;
  margin-bottom: 0;
}

#styleEditor.styleEditor.editorStyle_v1 input.iframe-width-range,
#styleEditor.styleEditor.editorStyle_v1 input.iframe-height-range {
  width: 68% !important;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iframe_Tab
  input.custom-checkbox {
  width: auto;
  float: right;
  margin-right: 54px;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iframe_Tab input#iframeurl {
  margin: 0;
  width: 100% !important;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iframe_Tab {
  padding: 0;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iframe_Tab .card-body {
  border-top: 1px solid #ddd;
  padding: 20px;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iframe_Tab
  .card-header
  h5
  button {
  padding: 20px !important;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iframe_Tab .card-header h5,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iframe_Tab
  .card-header
  h5
  button {
  margin: 0;
  padding: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iframe_Tab
  .card-header
  h5
  button:hover,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.iframe_Tab
  .card-header
  h5
  button:focus {
  text-decoration: none;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.iframe_Tab label.checkbx_lbl {
  float: left;
  width: 50%;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane.connectboss_Tab .switch-bar,
#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.connectboss_Tab
  .switch-bar
  label {
  margin-bottom: 0;
}

#styleEditor.styleEditor.editorStyle_v1
  .tab-pane.connectboss_Tab
  .switch-bar
  span {
  position: relative;
  top: 1px;
  font-size: 15px;
  font-weight: 700;
}

/* builder color theme */
.builder-color-1 #styleEditor.styleEditor.editorStyle_v1 .styedt-head,
.builder-color-1 #styleEditor.styleEditor.editorStyle_v1 .footer-btn,
.builder-color-2 #styleEditor.styleEditor.editorStyle_v1 .styedt-head,
.builder-color-2 #styleEditor.styleEditor.editorStyle_v1 .footer-btn {
  /* background-color: #012060; */
}

.builder-color-1
  #styleEditor.styleEditor.editorStyle_v1
  ul.nav.nav-tabs
  li.active,
.builder-color-1
  #styleEditor.styleEditor.editorStyle_v1
  ul.nav.nav-tabs
  li:hover {
  border-color: #4f81bc;
}

.builder-color-1 .btn_remove_img_bg,
.builder-color-1 .btn_open_image_library_img_bg,
.builder-color-2 .btn_remove_img_bg,
.builder-color-2 .btn_open_image_library_img_bg {
  background-color: #4f81bc !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.builder-color-1 #styleEditor.styleEditor.editorStyle_v1 #image_Tab a,
.builder-color-2 #styleEditor.styleEditor.editorStyle_v1 #image_Tab a {
  border-color: #4f81bc;
  color: #4f81bc;
}

.builder-color-1 #allsubmenus table tr.sub-tab-header,
.builder-color-1
  #styleEditor.styleEditor.editorStyle_v1
  div#contact_customfields_Tab
  .addNewOptionButton,
.builder-color-2 #allsubmenus table tr.sub-tab-header,
.builder-color-2
  #styleEditor.styleEditor.editorStyle_v1
  div#contact_customfields_Tab
  .addNewOptionButton {
  background-color: #4f81bc;
}

.builder-color-1
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.link_Tab.imageFileTab,
.builder-color-2
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.link_Tab.imageFileTab {
  padding-bottom: 0;
}

.builder-color-1 .newBG,
.builder-color-2 .newBG {
  border-color: #4f81bc;
}

.builder-color-1 #styleEditor.styleEditor.editorStyle_v1 .edit_styleBtn i,
.builder-color-1 #plusfields,
.builder-color-1 .cstm-control.cstm-switch .custom-checkbox:checked + span,
.builder-color-1 #styleEditor.styleEditor.editorStyle_v1 button#addnewfield,
.builder-color-2 #styleEditor.styleEditor.editorStyle_v1 .edit_styleBtn i,
.builder-color-2 #plusfields,
.builder-color-2 .cstm-control.cstm-switch .custom-checkbox:checked + span,
.builder-color-2 #styleEditor.styleEditor.editorStyle_v1 button#addnewfield {
  background-color: #4f81bc;
  border-color: #4f81bc;
}

.builder-color-1
  #styleEditor.styleEditor.editorStyle_v1
  ul#contact_add_field
  li
  .up-down-field
  .move-down,
.builder-color-1
  #styleEditor.styleEditor.editorStyle_v1
  ul#contact_add_field
  li
  .up-down-field
  .move-up,
.builder-color-1
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .newtemplates,
.builder-color-1
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .input_suggestion
  a,
.builder-color-2
  #styleEditor.styleEditor.editorStyle_v1
  ul#contact_add_field
  li
  .up-down-field
  .move-down,
.builder-color-2
  #styleEditor.styleEditor.editorStyle_v1
  ul#contact_add_field
  li
  .up-down-field
  .move-up,
.builder-color-2
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .newtemplates,
.builder-color-2
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .input_suggestion
  a {
  color: #4f81bc;
}

.builder-color-2
  #styleEditor.styleEditor.editorStyle_v1
  ul.nav.nav-tabs
  li.active,
.builder-color-2
  #styleEditor.styleEditor.editorStyle_v1
  ul.nav.nav-tabs
  li:hover {
  border-color: #4f81bc;
}

.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .newtemplates {
  color: #4f81bc !important;
}

.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  ul.nav.nav-tabs
  li.active,
.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  ul.nav.nav-tabs
  li:hover {
  border-color: #f46554;
}

.builder-color-3 .newBG {
  border-color: #e74c3c;
}

.builder-color-3 .btn_remove_img_bg,
.builder-color-3 .btn_open_image_library_img_bg {
  background-color: #e74c3c !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.builder-color-3 #styleEditor.styleEditor.editorStyle_v1 .edit_styleBtn i,
.builder-color-3 .cstm-control.cstm-switch .custom-checkbox:checked + span {
  background-color: #f46554;
  border-color: #f46554;
}

.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  ul#contact_add_field
  li
  .up-down-field
  .move-down,
.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  ul#contact_add_field
  li
  .up-down-field
  .move-up {
  color: #f46554;
}

.builder-color-3 #plusfields,
.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  div#contact_customfields_Tab
  .addNewOptionButton {
  border-radius: 3px !important;
}

.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .newtemplates,
.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .newtemplates,
.builder-color-3
  #styleEditor.styleEditor.editorStyle_v1
  .tab-pane.contactSettingTab
  .input_suggestion
  a {
  color: #f46554 !important;
}

.builder-color-4 #styleEditor.styleEditor.editorStyle_v1 #image_Tab a {
  border-color: #36ae9f;
  color: #36ae9f;
}

#styleEditor.styleEditor.editorStyle_v1 .tab-pane #accordion .card h4 button,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane #accordion .card h5 button,
#styleEditor.styleEditor.editorStyle_v1 .tab-pane #accordion .card h6 button {
  padding-top: 10px !important;
  padding-bottom: 20px;
}

.builder-color-3 #allsubmenus table tr.sub-tab-header {
  background-color: #f46554;
}

.builder-color-4
  #styleEditor.styleEditor.editorStyle_v1
  .btn_open_image_library_img_bg,
.builder-color-4 #styleEditor.styleEditor.editorStyle_v1 .btn_remove_img_bg {
  background: #1d9c72;
  color: #fff !important;
}

.builder-color-4 .newBG {
  border-color: #1d9c72;
}

.menu .second ul li .doc_icon {
  position: relative;
  z-index: 9;
  border: 1px solid #355c81;
}

.menu .second ul li .doc_icon:hover {
  background-color: #fff;
  color: #355c81;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.templetes-main-head .doc_icon {
  border: 1px solid #355c81;
}

.templetes-main-head .doc_icon:hover {
  background: #fff;
  color: #355c81;
}

.doc_iconContainer {
  float: right;
  margin-right: 20px;
  font-weight: 400;
}

.doc_iconContainer.doc_lableIcon {
  width: 100%;
  float: left;
  margin-top: 5px;
  color: #000;
}

.doc_iconContainer.doc_lableIcon:hover {
  color: #000;
}

.doc_iconContainer.doc_lableIcon .doc_icon {
  color: #fff;
  margin-left: 0;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #355c81;
}

.doc_iconContainer:hover .doc_icon {
  background-color: #fff !important;
  color: #012060 !important;
}

.doc_iconContainer:hover .doc_icon .fa {
  font-size: 18px;
  top: 9px;
}

.doc_iconContainer:hover {
  text-decoration: none;
  color: inherit;
}

.doc_iconContainer .doc_span {
  display: flex;
  align-items: center;
}

.doc_iconContainer .doc_icon {
  margin-right: 6px;
  line-height: 30px;
}

.page-set-pop .modal-header h4 .doc_span {
  font-size: 18px !important;
}

.doc_span {
  text-transform: capitalize;
  font-size: 18px;
}

.doc_iconBuilder {
  float: right;
  display: flex;
  align-items: center;
}

.doc_iconBuilder:hover .doc_icon {
  background: #fff;
  border-color: #355c81;
  color: #355c81;
}

.doc_iconBuilder .doc_icon {
  width: 28px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  margin: 0 6px 0 0;
}

.doc_iconBuilder:hover {
  color: #355c81;
}

.doc_iconCaptcha {
  width: auto !important;
  float: right !important;
  margin: 0 0 8px 0 !important;
}

.doc_iconCaptcha .doc_icon {
  width: 26px !important;
  height: 26px !important;
  line-height: 22px !important;
}

.doc_iconModel {
  color: #fff !important;
  width: auto !important;
}

.doc_iconModel .doc_span {
  font-size: 16px !important;
}

.doc_iconModel .doc_icon {
  float: left;
}

.doc_iconHeader {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.doc_iconHeader:hover {
  color: #fff;
}

.doclink_settingDrop {
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  float: right;
  background-color: #355c81;
  border: 1px solid #355c81;
  line-height: 24px !important;
  color: white;
}

.doclink_settingDrop:hover {
  background-color: #fff;
  color: #355c81;
}

.doclink_settingDrop i.fa {
  line-height: 24px !important;
}

.doc_iconContainer.doc_iconSML {
  width: auto;
  float: right;
  margin-top: 0;
  color: #000;
}

.doc_iconContainer.doc_iconSML .doc_span {
  font-size: 15px;
}

.doc_iconContainer.doc_iconSML .doc_icon {
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 14px;
}

.builder-color-3 .doc_icon {
  color: #f46554 !important;
  background-color: #fff !important;
  border: 1px solid #f46554 !important;
}

.builder-color-3 .doc_icon:hover,
.builder-color-3 .doc_iconContainer:hover .doc_icon {
  color: #fff !important;
  background: #555 !important;
  box-shadow: none !important;
  border-color: #f46554 !important;
}

.builder-color-3 .doc_iconBuilder .doc_icon,
.builder-color-3 .doclink_settingDrop {
  border-color: #f46554 !important;
  background-color: #f46554 !important;
  color: #fff !important;
}

.builder-color-3 .doc_iconBuilder:hover .doc_icon,
.builder-color-3 .doclink_settingDrop:hover {
  background-color: #fff !important;
  color: #f46554 !important;
  border-color: #f46554 !important;
}

.builder-color-3 ._set_title .section-document-url a i {
  background-color: #f46554;
  color: #ffffff;
  border-color: #f46554;
}

.builder-color-3 ._set_title .section-document-url a i:hover,
.builder-color-3 ._set_title .section-document-url:hover a i {
  background-color: transparent;
}

.builder-color-1
  #mdl-create-testimonial
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer:hover
  .doc_icon,
.builder-color-1
  #mdl-create-testimonial
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer
  .doc_icon:hover {
  background-color: #f46554 !important;
}

.builder-color-4 .doc_icon {
  color: #36ae9f !important;
  background-color: #fff !important;
  border: 1px solid #36ae9f !important;
}

.builder-color-4 .doc_icon:hover,
.builder-color-4 .doc_iconContainer:hover .doc_icon {
  color: #fff !important;
  background: #000 !important;
  box-shadow: none !important;
  border-color: #000 !important;
}

.builder-color-4 .doc_iconBuilder .doc_icon,
.builder-color-4 .doclink_settingDrop {
  border-color: #36ae9f !important;
  background-color: #36ae9f !important;
  color: #fff !important;
}

.builder-color-4 .doc_iconBuilder:hover .doc_icon,
.builder-color-4 .doclink_settingDrop:hover {
  background-color: #fff !important;
  color: #36ae9f !important;
  border-color: #36ae9f !important;
}

.builder-color-4 .modal-header {
  background-color: #36ae9f !important;
}

.builder-color-4 ._set_title .section-document-url a i {
  background-color: #36ae9f;
  color: #ffffff;
  border-color: #36ae9f;
}

.builder-color-4 ._set_title .section-document-url a i:hover,
.builder-color-4 ._set_title .section-document-url:hover a i {
  background-color: transparent;
}

.builder-color-1 .page-set-pop .modal-header .doc_icon,
.builder-color-1 .page-set-pop .modal-header .doc_icon,
.builder-color-1 .page-set-pop .modal-header .doc_icon,
.builder-color-1 .page-set-pop .modal-header .doc_icon {
  color: #012060 !important;
}

.builder-color-1 .page-set-pop .modal-header .doc_icon:hover,
.builder-color-1 .page-set-pop .modal-header .doc_icon:hover,
.builder-color-1 .page-set-pop .modal-header .doc_icon:hover,
.builder-color-1 .page-set-pop .modal-header .doc_icon:hover,
.builder-color-1 .page-set-pop .modal-header .doc_iconContainer:hover .doc_icon,
.builder-color-1 .page-set-pop .modal-header .doc_iconContainer:hover .doc_icon,
.builder-color-1 .page-set-pop .modal-header .doc_iconContainer:hover .doc_icon,
.builder-color-1
  .page-set-pop
  .modal-header
  .doc_iconContainer:hover
  .doc_icon {
  background-color: #012060 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.builder-color-1
  #mdl-create-testimonial
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer:hover
  .doc_icon,
.builder-color-1
  #mdl-create-testimonial
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer
  .doc_icon:hover,
.builder-color-2
  #mdl-create-testimonial
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer:hover
  .doc_icon,
.builder-color-2
  #mdl-create-testimonial
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer
  .doc_icon:hover,
.builder-color-1
  #blogModal
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer:hover
  .doc_icon,
.builder-color-1
  #blogModal
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer
  .doc_icon:hover,
.builder-color-2
  #blogModal
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer:hover
  .doc_icon,
.builder-color-2
  #blogModal
  .page-set-pop
  .modal-header
  h4
  .doc_iconContainer
  .doc_icon:hover {
  background-color: #4f81bc !important;
}

.doc_iconContainer .doc_icon:hover,
.doc_iconContainer:hover .doc_icon {
  background-color: #012060 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.radio_labelPublish {
  position: relative;
  top: 1px;
  margin-right: 4px;
}

.clr_blk {
  color: #000;
}

#siteSettingsFormFTP #siteSettingsTestFTP.btn-inverse:hover {
  background-color: #4891cd;
}

.bigmenuCatswrap .doclink {
  z-index: 9;
  width: 30px !important;
  height: 30px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  top: 5px;
  position: absolute !important;
  right: 8px;
  border: none !important;
}

.bigmenuCatswrap li.menudoc a {
  width: 100%;
  position: relative;
}

.bigmenuCatswrap .doclink .fa {
  line-height: 30px;
}

.builder-color-3 .bigmenuCatswrap .menudoc:hover .doclink,
.builder-color-3 .bigmenuCatswrap .doclink:hover {
  background: #fff !important;
  color: #f46554;
}

.builder-color-3 .bigmenuCatswrap .doclink {
  background: #f46554;
}

.builder-color-4 .bigmenuCatswrap .doclink {
  background: #36ae9f;
}

.builder-color-4 .bigmenuCatswrap .menudoc:hover .doclink,
.builder-color-4 .bigmenuCatswrap .doclink:hover {
  background: #fff;
  color: #36ae9f;
}

.builder-color-1 .bigmenuCatswrap .doclink,
.builder-color-2 .bigmenuCatswrap .doclink {
  background: #4f81bc;
}

.builder-color-1 .bigmenuCatswrap .menudoc:hover .doclink,
.builder-color-1 .bigmenuCatswrap .doclink:hover,
.builder-color-2 .bigmenuCatswrap .menudoc:hover .doclink,
.builder-color-2 .bigmenuCatswrap .doclink:hover {
  background: #fff;
  color: #012060;
}

#shareSite input[type="text"],
#shareSite input[type="password"],
#shareSite input[type="email"] {
  border: 1px solid #d6d6d6;
}

#shareSite .pop-ftv-dtl {
  margin-top: 15px;
}

.sites-pg-outer #search_filter_sites {
  border: 1px solid #d6d6d6;
}

#siteSettingsPublishing .control-label {
  text-align: right;
}

.w-auto {
  width: auto !important;
}

.siteSettings_ftpContainer {
  position: relative;
}

.siteSettings_ftpContainer .passwordtoggle.fa {
  position: absolute;
  right: 30px;
  top: 20px;
}

._doclink_settings_wrap {
  background: #36ae9f;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -9px;
  right: -9px;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  z-index: 99999;
}

._overflow_unset {
  overflow: unset !important;
  position: relative !important;
}

.page-set-pop .modal-body button:hover {
  background: #2e63a2 none repeat scroll 0 0 !important;
}

._rounded_select {
  width: 150px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: 2px;
  height: 51px;
}

._dsp_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* left side bar spacing css */

.space-bar .form-group.clearfix.hundredbytwocolumn {
  border: none !important;
}

.space-bar label.control-label.hundredbyfourlabel {
  width: 33% !important;
  text-align: left !important;
  background: transparent !important;
  border: none !important;
}

.space-bar .form-group.clearfix.hundredbytwocolumn,
.space-bar .form-group.clearfix.hundredbytwo {
  width: 100% !important;
  border: none !important;
}

.space-bar .hundredbyfour {
  width: 39% !important;
  margin-right: 3% !important;
  padding-right: 0px;
  padding-left: 0px;
}

.pixcel-bar {
  border: 1px solid #d1d1d1;
  float: left;
  width: 25%;
  border-radius: 5px;
  background: #fff;
}

.pixcel-bar span {
  padding: 3px 5px 3px 3px !important;
  width: 34px !important;
  display: inline-block;
  float: left;
}

.pixel-txt {
  float: right;
  display: inline-block;
  border: 1px solid #c1c1c1;
  width: auto;
  padding: 2px 5px 4px 5px;
  background: #ededed;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

.form-control.input-sm.hundredbyfour {
  margin-top: 5px;
}

.builder-color-3
  #publishModal_assets
  label.checkbox.no-label.toggle-all
  .icon-unchecked {
  color: #fff !;
}

.builder-color-3
  #publishModal_assets
  label.checkbox.no-label.toggle-all
  .icon-checked {
  color: #fff !;
}

.builder-color-3
  #publishModal_pages
  .checkbox.no-label.toggle-all
  span.icon-unchecked {
  color: #ffff !;
}

.builder-color-3
  #publishModal_pages
  .checkbox.no-label.toggle-all
  span.icon-checked {
  color: #fff !;
}

div#main .import-combo-section h3.section-hdr {
  width: 85% !important;
}

div#main .import-combo-section h3.section-hdr i {
  margin-right: 0 !important;
}

div#main .import-combo-section h3.section-hdr:hover {
  background: #eaf7ff !important;
  color: #000 !important;
}

.builder-color-1 .btn-close-grid,
.builder-color-2 .btn-close-grid,
.builder-color-3 .btn-close-grid,
.builder-color-4 .btn-close-grid {
  cursor: pointer;
  border-radius: 5px !important;
  padding: 8px 10px;
  color: #fff;
  height: auto !important;
  position: relative !important;
  font-size: 15px;
  font-weight: 500;
  width: auto !important;
  top: 10px !important;
  right: 20px !important;
  font-family: "Montserrat", sans-serif;
  left: inherit !important;
  text-shadow: none;
  background: #f46554;
}
