@tailwind base;

@tailwind components;

@tailwind utilities;

textarea::placeholder, input::placeholder {
  color: #a3a3a3;
}

.zoom, button, a, .button {
  transition: all .1s linear;
}

.zoom:hover {
  transform: scale(1.04);
}

.container {
  padding: 32px;
  padding-top: 24px;
}

hr.hr-gradient-green-400 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(104, 211, 145, 0.75), rgba(0, 0, 0, 0));
}

.bg-super-light {
  background-color: #fdfdfd;
}

.v-input--selection-controls .v-input__slot > .v-label, .v-input--selection-controls .v-radio > .v-label {
  margin-bottom: 0px !important;
}

/* LOCAL RECON */

body {
  /*overflow-x: hidden;*/
}

header {
  background-color: #19233A !important;
}

nav.v-navigation-drawer {
  background-color: #19233A !important;
}

.fixed-header {
  height: 52px !important;
  line-height: 52px;
  background: #fff;
  border-bottom: 0;
}
.darkblue_background {
  background-color: #336C9E !important;
}
.padding-bottom {
  padding-bottom: 40px;
}
.fixed-header .navbar-form {
  padding: 0px;
  margin: 0px;
}
.fixed-header .btn-group {
  padding: 0px;
  margin-left: 10px;
}
.edit-shadow {
  border: 0px solid #89d0e2 !important;
  box-shadow: 0px 0px 1px 1px #3498db !important;
}
.btn-view-page {
  background-color: transparent;
  border-color: transparent;
  font-size: 25px;
  text-transform: uppercase;
  color: #ccd7d1;
  padding: 0px 0px;
  margin-right: 15px;
}
.too-large-padding {
  height: 55px !important;
}
.large-padding {
  height: 45px !important;
}
.med-padding {
  height: 35px !important;
}
.btn-view-page.active, .btn-view-page:active, .btn-view-pagey:hover {
  background-color: transparent;
  border-color: transparent;
  color: #3dd37c;
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.btn {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.btn:active, .btn:focus {
  outline: 0!important
}
.btn-primary, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #3498db;
  border-color: #3498db;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  background-color: #2783c0;
  border-color: #2783c0;
}
.btn-primary i {
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  top: 0
}
.fixed-header .btn-success, .fixed-header .btn-success.disabled, .fixed-header .btn-success[disabled] {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #3498db;
  border-radius: 2px;
  width: 254px;
  height: 37px;
  padding: 4px 0px;
  line-height: 28px;
}
.btn-hide-sidebar {
  color: #3498db !important;
  background-color: #f3f3f3;
  border-radius: 2px;
  margin-left: 9px;
}
.edit-optin-popup {
  display: inline-block !important;
  margin: 0 !important;
  width: 21px;
  text-align: right;
  color: #3498db !important;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.edit-list .list-group-item:hover .edit-optin-popup {
  color: #fff !important;
}
.fixed-header .btn-success.hover, .fixed-header .btn-success:active, .fixed-header .btn-success:focus, .fixed-header .btn-success:hover {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
}
.btn-success:active, .fixed-header .btn-success:focus {
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}
.navbar .btn-success i {
  margin-right: 2px;
  font-size: 12px;
  position: relative;
  top: 0;
}
.fixed-header label {
  font-weight: 400;
  color: #555555;
  font-size: 12px;
  margin: 0px;
}
.fixed-header .form-control {
  font-weight: 400;
  color: #555555;
  font-size: 11px;
  height: 28px;
  border-color: #dcdcdc;
  box-shadow: none;
}
.form-control:focus {
  border-color: #3498db!important;
  box-shadow: none
}
.fixed-header .btn-save, .fixed-header .btn-save.disabled, .fixed-header .btn-save[disabled] {
  background-color: #2ecc71;
  border-color: #2ecc71;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  color: #fff;
  padding: 5px 15px;
}
.fixed-header .btn-save.hover, .fixed-header .btn-save:active, .fixed-header .btn-save:focus, .fixed-header .btn-save:hover {
  background-color: #22b661;
  border-color: #22b661;
}
.navbar .btn-success i {
  margin-right: 2px;
  font-size: 12px;
  position: relative;
  top: 0;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper {
  padding-left: 274px;
  margin-top: 52px;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 274px;
  width: 0;
  height: 90%;
  margin-left: -274px;
  overflow-y: hidden;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#report-panel .custom-sub .sub {
  padding-left: 0 !important;
}
#page-panel .sub.landing-page-tab-sub {
  padding-left: 0px !important;
  padding-right: 10px;
}
#page-panel .landing-page-tab-sub .intl-tel-input {
  float: right;
  margin: 0px;
  margin-right: -8px;
  margin-top: -12px;
}
#page-panel .landing-page-tab-sub .intl-tel-input.allow-dropdown .flag-container {
  float: right;
  position: relative;
}
#page-panel .landing-page-tab-sub .intl-tel-input .country-list {
  top: 11px;
  left: -131px;
}
#sidebar-wrapper .controls-tabs {
  border-width: 0px !important;
  border-color: transparent !important;
  border: 0px solid transparent !important;
  width: 92.8% !important;
  margin-left: 10px;
  margin-bottom: 13px;
}
#sidebar-wrapper .controls-tabs li {
  width: 50%;
}
#sidebar-wrapper .controls-tabs>li>a, #sidebar-wrapper .controls-tabs>li>a:focus, #sidebar-wrapper .controls-tabs>li>a:hover {
  border-width: 0px !important;
  border-color: transparent !important;
  border: 0px solid transparent !important;
  font-size: 12px;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #666666;
  background-color: #f3f3f3;
  text-align: center;
  padding: 8px 5px;
  margin-right: 0;
  border-radius: 0;
}
#sidebar-wrapper .controls-tabs>li>a i {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 4px;
}
#sidebar-wrapper .controls-tabs>li.active>a, #sidebar-wrapper .controls-tabs>li.active>a:focus, #sidebar-wrapper .controls-tabs>li.active>a:hover {
  border-width: 0px !important;
  border-color: transparent !important;
  border: 0px solid transparent !important;
  color: #fff;
  background-color: #24849c;
  margin-right: 0;
  border-radius: 0;
}
#sidebar-wrapper .mainTabsLists.active:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #24849c transparent transparent transparent;
  display: none !important;
}
#wrapper.toggled #sidebar-wrapper {
  width: 274px;
}
#page-content-wrapper {
  width: 100%;
  /*position: absolute;*/
  /*padding: 15px;*/
  text-align: center;
  overflow-x: scroll;
  padding: 3px !important;
  background: #dbdbdb !important;
  padding-bottom: 0 !important;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -274px;
}
/* Sidebar Styles */
#sidebar-wrapper {
  padding: 0px;
}
#sidebar-wrapper h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  background-color: #24849c;
  text-transform: uppercase;
  height: 37px;
  width: 254px;
  margin: auto;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 37px;
  border-radius: 2px;
  position: relative;
}
#sidebar-wrapper h3 span {
  font-size: 12px;
  position: absolute;
  top: 13px;
  right: 10px;
}
#sidebar-wrapper .has-sub.custom-sub {
  width: 92.5%;
  margin-left: 10px;
}
#sidebar-wrapper .custom-control-label {
  font-weight: 700;
}
#sidebar-wrapper .has-sub.custom-sub .onoffswitch {
  right: -5px;
}
#sidebar-wrapper h3 i {
  margin-right: 5px;
  font-size: 15px;
}
.sidebar-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.v-timeline-item__divider {
  margin-top: -15px !important;
}

.rg-dialog-button-save {
  background: #3A9BDB;
}

.rg-dialog-button-save:hover {
  background: #1665db;
}

@media(min-width:768px) {
  #wrapper {
      padding-left: 274px;
  }
  #wrapper.toggled {
      padding-left: 0;
  }
  #sidebar-wrapper {
      width: 274px;
  }
  #wrapper.toggled #sidebar-wrapper {
      width: 0;
  }
  #page-content-wrapper {
      padding: 2px;/*width:79.9%;*/
      /*
      position: relative;
      */
  }
  #wrapper.toggled #page-content-wrapper {
      /*position: relative;*/
      margin-right: 0;
  }
}

@media(max-width:768px) {
  #page-content-wrapper {
      width: 100%;
  }
}
#page-preview {
  border: none !important;
  width: 100%;
  height: 100%;
  overflow-x: scroll;/*min-width:992px;*/
}
/*-------CONTROLS LIST-------*/
.edit-list {
  clear: both !important;
}
.edit-list .list-group {
  border: medium none;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.edit-list .list-group .list-group-item {
  background: rgba(0, 0, 0, 0);
  border: medium none;
  border-radius: 0px;
  cursor: pointer;
  height: 31px;
  line-height: 5px;
  margin-top: 5px;
  padding: 7px 10px;
  text-align: left;
  width: 100%;
}
.edit-list .list-group > div:first-child {
}
/* .eye-view {
  background: rgba(0, 0, 0, 0) url("../../../assets/images/view-not-hover.png") no-repeat scroll 0 0;
  border: 0 none;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 24px;
  outline: none !important;
  box-shadow: none !important;
} */
/* .eye-view.eye-not-active {
  background: rgba(0, 0, 0, 0) url("../../../assets/images/view-no-active-no-hover.png") no-repeat scroll 0 0;
  outline: 0px;
} */
/* .edit-list .list-group-item:hover .eye-not-active, .right-side-hover .eye-not-active {
  background: rgba(0, 0, 0, 0) url("../../../assets/images/view-active-hover.png") no-repeat scroll 0 0 !important;
  outline: 0px;
} */
/* .edit-list .list-group-item:hover .eye-view, .right-side-hover .eye-view {
  background: rgba(0, 0, 0, 0) url("../../../assets/images/view-hover.png") no-repeat scroll 0 0;
  outline: 0px;
} */
.color-box {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  float: right;
  height: 18px;
  margin-right: 0px;
  padding: 0;
  width: 55px;
}
.edit-list .list-group-item:hover, .right-side-hover {
  background: #4f8dd1;
  border-radius: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.edit-list .list-group-item:hover span {
  color: #fff;
}
.edit-list .list-group-item span {
  color: #555555;
  float: left;
  font-size: 12px;
  line-height: 15px;
}
.edit-list .list-group label {
  color: #555555;
  float: left;
  font-size: 12px;
  line-height: 15px;
}
.edit-list .list-group-item .form-control {
  border: 1px solid #c3cdc7;
  border-radius: 2px;
  box-shadow: 2px 3px 0 #fafafa inset;
  float: right;
  font-size: 11px;
  height: 23px;
  margin-top: -3px;
  width: 100px;
}
.edit-list h4 {
  font-size: 14px;
  color: #3498db;
  font-weight: 400;
  border-bottom: 1px solid #eaeeef;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  padding-top: 7px;
}
.edit-list h4 span {
  font-size: 14px;
  color: #3498db;
  font-weight: 400;
  border-bottom: 2px solid #3498db;
  padding-bottom: 4px;
}
.edit-list i {
  color: #d7ddde !important;
  margin-right: 3px;
}
.controls-inputs {
  float: right;
  width: 55%;
}
.controls-inputs .form-group {
  margin-bottom: 0px;
}
.controls-inputs .form-group-sm .form-control {
  height: 23px;
  line-height: 23px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px 0px 0px 2px;
  color: #a5aab5;
  text-align: left;
  border-color: #dcdcdc;
  box-shadow: 2px 3px 0 #fafafa inset;
  width: 100%;
}
.form-group-sm select.form-control {
  height: 23px;
  line-height: 23px;
  font-size: 11px !important;
  padding: 0px;
  color: #a5aab5;
}
.controls-inputs .input-group-addon {
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #757575;
  text-align: center;
  background-color: #e7e7e7;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
.big {
  width: 57%;
}
.edit-list .btn-success, .edit-list .btn-success.disabled, .edit-list .btn-success[disabled] {
  background-color: #2ecc71;
  border-color: #2ecc71;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  color: #fff;
  padding: 5px;
}
.edit-list .btn-success.hover, .edit-list .btn-success:active, .edit-list .btn-success:focus, .edit-list .btn-success:hover {
  background-color: #22b661;
  border-color: #22b661;
}
.edit-list .btn-success i {
  margin-right: 2px;
  font-size: 12px;
  position: relative;
  top: 0;
  color: #fff !important;
}
.chat-number {
  color: #ffa200;
  font-style: italic;
  font-size: 10px;
  padding-left: 10px;
}
.add-btn {
  float: right;
}
.btn-add, .btn-add.disabled, .btn-add[disabled] {
  background-color: #2ecc71;
  border-color: #2ecc71;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  color: #fff;
  float: right;
  height: 23px;
  padding: 2px 5px;
  margin-top: -3px;
}
.btn-add.hover, .btn-add:active, .btn-add:focus, .btn-add:hover {
  background-color: #22b661;
  border-color: #22b661;
  color: #fff;
}
.btn-add i {
  margin-right: 2px;
  font-size: 12px;
  position: relative;
  top: 0;
  color: #fff !important;
}
.nested-head {
  position: relative;
}
.edit-list .nested-head h4 {
  margin-top: 10px;
  padding-top: 0px
}
.onoffswitch {
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 0px;
  right: 10px;
}
.onoffswitch label {
  margin-bottom: 5px;
}
.onoffswitch-checkbox {
  display: none
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin .3s ease-in 0s;
  -webkit-transition: margin .3s ease-in 0s;
  -o-transition: margin .3s ease-in 0s;
  transition: margin .3s ease-in 0s
}
.onoffswitch-inner:after, .onoffswitch-inner:before {
  display: block;
  float: left;
  width: 50%;
  height: 23px;
  padding: 0;
  line-height: 23px;
  font-size: 10px;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #3498db;
  color: #FFF
}
.onoffswitch-inner.darkblue:before {
  background-color: #336C9E;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #606060;
  color: #F2F6FA;
  text-align: right
}
.onoffswitch-switch {
  display: block;
  width: 15px;
  margin: 4px;
  background: #FFF;
  border: 2px solid #F2F6FA;
  border-radius: 180px;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 37px;
  -moz-transition: all .3s ease-in 0s;
  -webkit-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 6px;
}
.mandatory .onoffswitch label {
  height: 22px;
}
.mandatory .onoffswitch {
  top: 4px;
}
.edit-list .btn-group .btn {
  height: 23px;
  width: 70px;
  font-size: 11px;
  font-weight: 600;
  margin-top: -3px;
  padding: 2px 0px;
  color: #a5aab5;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
}
.edit-list .btn-group .btn-default.active {
  background: #3498db;
  border-color: #3498db;
  color: #fff;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
}
.edit-list .btn-group .btn-default.darkblue.active {
  background: #336C9E;
  border-color: #336C9E;
}
.mandatory span, .mandatory strong {
  font-weight: 600;
  color: #3498db !important;
}
.mandatory:hover span {
  color: #fff !important;
}
.edit-list .list-group-item.options-list {
  border-radius: 0px;
  color: #555555;
  font-weight: 700;
}
.inline {
  width: 43px;
  display: inline-block;
}
.edit-list .list-group-item.options-list.coll-menu {
  background: #f3f3f3;
  margin-bottom: 15px;
}
.edit-list .list-group-item.options-list.coll-menu a span {
  width: 100%;
  display: block;
  font-weight: 700;
}
.edit-list .list-group-item.options-list.coll-menu:hover {
  background: #f3f3f3;
}
.edit-list .list-group-item.options-list.coll-menu:hover span {
  color: #555;
}
.sub {
  padding-left: 20px;
  margin-top: 9px;
  list-style: none;
}
.sub li {
  margin-bottom: 10px;
  color: #555555;
  font-size: 12px;
  line-height: 15px;
  line-height: 23px;
}
.sub li a {
  color: #555555;
  font-weight: 700;
  position: relative;
}
.sub li a span.edit-popup {
  display: block;
  text-transform: uppercase;
  color: #3498db;
  width: 58px;
  position: absolute;
  top: -2px;
  left: 90px;
}
.sub li a span.edit-popup i {
  margin: 0px;
  margin-right: 4px !important;
  color: #3498db !important;
}
.sub li a:hover {
  color: #3498db;
  text-decoration: none;
}
.sub li a i {
  color: #d7ddde !important;
}
/*.sub li span {
  float: left;
  width: 45%;
}*/
.sub li.list-group-item {
  padding: 7px 2px;
}
/*.edit-list .sub li .list-group-item span {
  width: 70% !important;
}*/
.no-eye {
  padding-right: 10px;
}
.list-check {
  top: 0px;
  right: 10px;
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.list-checkbox label {
  width: 100%;
  display: block;
  height: 31px;
  cursor: pointer;
  font-weight: 400;
}
.mandatory label {
  width: 100%;
  display: block;
  height: 31px;
  cursor: pointer;
}
.edit-list .list-group-item.options-list.coll-menu span i {
  color: #3498db !important;
}
.nested-head .eye-view {
  top: 2px;
}
/* .toggle {
  background: url(../../images/not-checked.png);
  display: block;
  width: 20px;
  height: 20px;
  top: 5px;
}
.toggle.checked {
  background: url(../../images/checked.png);
} */
.short-input {
  width: 50% !important;
}
.margin-right {
  margin: 8px 10px;
  clear: both !important;
}
.count-down li span {
  width: 40% !important;
}
.count-down li .controls-inputs {
  width: 60% !important;
}
.mandatory-text {
  font-weight: 600;
  color: #3498db !important;
}
.sp-replacer {
  float: right;
}
.no-top-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.open-media {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sub-padding-left {
  padding-left: 30px !important;
}
.edit-list .list-group-item.active {
  background: #4f8dd1;
  border-radius: 0 !important;
  color: #fff !important;
  text-decoration: none !important;
}
.edit-list .list-group-item.active span {
  color: #fff !important;
}
.edit-list .nested-head.active {
  background-color: #3498db !important;
  color: #fff !important;
}
.edit-list .nested-head.active h4 {
  border-color: #3498db !important;
}
.edit-list .nested-head.active h4 span {
  color: #fff !important;
}

.triggerMedia {
  text-decoration: none;
  color: #555;
  font-weight: normal;
}
.edit-list .list-group-item:hover .triggerMedia, .edit-list .list-group-item.active .triggerMedia {
  color: #FFF;
  text-decoration: none;
}
.editBtn, .editBtn:hover {
  border-radius: 2px;
  color: #fff;
  background-color: #3498db;
  font-size: 12px;
  margin-top: -1px;
  padding: 1px 10px;
}
.sp-container {
  padding-bottom: 15px !important;
}
.datepicker-dropdown.datepicker-orient-top:after, .datepicker-dropdown.datepicker-orient-top:before {
  display: none;
}
.cke_editable {
  /*font-size: 13px;*/
  /*line-height: 1em !important;*/
}
/*new controls nav & tabs*/
.nav-tabs.sidebarNav {
  border-width: 0px !important;
  border-color: transparent !important;
  border: 0px solid transparent !important;
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
}
.nav-tabs.sidebarNav >li {
  width: 50%;
  text-align: center;
  border-radius: 0;
}
.nav-tabs.sidebarNav>li.active>a, .nav-tabs.sidebarNav>li.active>a:focus, .nav-tabs.sidebarNav>li.active>a:hover {
  position: relative;
  background: #3498db;
  color: #FFF;
  opacity: 1;
}
.nav-tabs.sidebarNav>li.active>a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #3498db transparent transparent transparent;
}
.nav-tabs.sidebarNav>li>a i {
  margin-right: 3px;
}
.nav-tabs.sidebarNav>li>a, .nav-tabs.sidebarNav>li>a:focus, .nav-tabs.sidebarNav>li>a:hover {
  border-width: 0px !important;
  border-color: transparent !important;
  border: 0px solid transparent !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
  background-color: #f3f3f3;
  text-align: center;
  padding: 8px 5px;
  margin-right: 0;
  border-radius: 0;
}
/* .nav-tabs.sidebarNav li.controlsTab .control-tab-img {
  width: 13px;
  height: 10px;
  position: relative;
  background-image: url(../../images/controls-inactive.png);
  display: inline-block;
  margin-right: 3px;
}
.nav-tabs.sidebarNav li.active.controlsTab .control-tab-img {
  background-image: url(../../images/controls-active.png);
} */
.items-controll-scroll {
  height: 64%;
  display: block;
  padding-top: 10px;
}
.tab-content.sidebarTabs {
  margin-top: 5px !important;
  padding-right: 12px;
}
#mCSB_1_container {
  margin-right: 0px;
}
.navbar-collapse {
  padding-left: 10px;
  padding-right: 10px;
}
.tab-content.sidebarTabs #blocks {
  border-left: 2px solid #3498db;
}
.sectionController {
  line-height: 35px;
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  border-top: 1px solid #eaeeef;
  padding: 0 10px;
  position: relative;
}
.sectionController.highlight {
  background: #3498db !important;
  color: #FFF !important;
  border-color: #3498db !important;
}
.sectionController.highlight .fa {
  color: #FFF !important;
}
/* .sectionController.highlight .eye-view {
  background: rgba(0, 0, 0, 0) url("../../../assets/images/view-hover.png") no-repeat scroll 0 0 !important;
} */
.sectionController .eye-view {
  position: static;
  outline: none !important;
  margin-left: 10px;
}
.tab-content.sidebarTabs #blocks .sectionController:last-of-type {
  border-bottom: 1px solid #eaeeef;
}
.tab-content.sidebarTabs #blocks .sectionController:nth-of-type(even) {
  background: #fafafa;
}
.iconHolder {
  margin-left: 10px;
  cursor: pointer;
}
.iconHolder.gearIcon, .iconHolder.moveIcon {
  color: #666666;
}
.iconHolder.gearIcon:hover, .iconHolder.moveIcon:hover {
  color: #3498db;
}
.iconHolder.eyeIcon {
  color: #3498db;
}
.popupSpan {
  font-weight: 700;
  font-size: 12px;
}
.placeholderSortable {
  border: 2px dashed #3498db;
  background: rgba(124, 187, 230, 0.5);
}
.nested-head {
  line-height: 30px;
  margin: 0 10px;
}
.nested-head h4 {
  color: #FFF;
  border: none;
  background: #3498db;
  line-height: 30px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 2px;
}
.nested-head h4 span {
  border: none;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}
.nested-head h4 img {
  margin-right: 5px;
  margin-top: -1px;
}
.controlsTab a.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.galleryBtn {
  color: #3498db !important;
  font-weight: 600;
  float: none !important;
}
.edit-list .list-group-item:hover .galleryBtn {
  color: #FFF !important;
}
/*limited spots*/
.onoffswitch {
  width: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 8px;
  right: 10px;
}
.onoffswitch label {
  margin-bottom: 5px;
}
.onoffswitch-checkbox {
  display: none
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin .3s ease-in 0s;
  -webkit-transition: margin .3s ease-in 0s;
  -o-transition: margin .3s ease-in 0s;
  transition: margin .3s ease-in 0s
}
.onoffswitch-inner:after,  .onoffswitch-inner:before {
  display: block;
  float: left;
  width: 50%;
  height: 19px;
  padding: 0;
  line-height: 19px;
  font-size: 10px;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #3498db;
  color: #FFF
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 8px;
  background-color: #606060;
  color: #F2F6FA;
  text-align: right
}
.onoffswitch-switch {
  display: block;
  width: 12px;
  margin: 4px;
  background: #FFF;
  border: 2px solid #F2F6FA;
  border-radius: 120px;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 28px;
  -moz-transition: all .3s ease-in 0s;
  -webkit-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 2px;
}
.mandatory .onoffswitch label {
  height: 18px;
}
.mandatory .onoffswitch {
  top: 2px;
}
.limited-spots-offer a {
  color: #333;
}
.limited-spots-offer .spots-edit-popup-call, .limited-spots-offer .spots-edit-popup-call i {
  color: #3498db !important;
}
.limited-spots-offer i {
  color: #d7ddde;
  margin-right: 2px;
}
.limited-offer-feature .edit-popup {
  float: right !important;
  color: #3498db !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 1px !important;
}
.limited-offer-feature .edit-popup i {
  color: #3498db !important;
}
.list-group-item.limited-offer-feature:hover .edit-popup, .list-group-item.limited-offer-feature:hover .edit-popup i {
  color: #fff !important;
}
.list-group-item.limited-offer-feature .onoffswitch {
  top: 6px !important;
}
.list-group-item.limited-offer-feature .big-icon i {
  font-size: 18px;
  color: #3498db !important;
}
.list-group-item.limited-offer-feature:hover .big-icon i {
  color: #fff !important;
}
.list-group-item.sub-padding-left2 {
  padding-left: 47px !important;
}
/*popover style*/
.popover {
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 0 5px rgba(1,1,1,.17);
  border-radius: 2px;
  font-size: 12px;
  border: 1px solid #dddddd;
  color: #33414e;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
}
.popover p {
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase !important;
}
.popover span {
  text-transform: uppercase !important;
}
.popover b {
  font-weight: 700;
  text-transform: uppercase !important;
}
.popover.top > .arrow {
  bottom: -6px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.3);
}
.popover-content {
  padding: 5px !important;
}
.popover>.arrow {
  border-width: 6px !important;
}
.popover.top > .arrow {
  bottom: -13px;
}
.popover.right>.arrow {
  left: -13px;
  margin-top: -7px;
}


/** custom */

#optin-modal .edit-list .list-group-item .form-control {
  width: 190px;
}
#optin-modal .edit-list .btn-group .btn {
  height: 27px;
  width: 190px;
}
#optin-modal .bootstrap-select.btn-group .dropdown-menu li {
  /*padding: 9px 1px;*/
  position: relative;
}
#optin-modal .edit-list .list-group-item span {
  line-height: 0px;
}
#optin-modal .edit-list .list-group-item span.text {
  margin-left: 20px;
}
#optin-modal .dropdown-menu > li > a {
  padding: 13px 10px !important;
  white-space: nowrap;
}
#optin-modal .edit-list .list-group-item:hover span {
  color: #555555;

}
#optin-modal .edit-list .list-group-item span {
  color: #555555;
  float: left;
  font-size: 12px;
  line-height: 15px;
}

.gm-style .gm-style-iw {
  font-size: 12px;
  font-weight: 400;
}

.sp-container {
  height: 220px;
}

.sp-container.full-color-spectrum {
  height: 360px;
}

.custom-bootstrap {
  display: block;
}
.custom-bootstrap .check .iradio_minimal-grey {
  margin: 0px;
  margin-bottom: 5px;
}
.banner-wizard-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.custom-bootstrap .nav.nav-tabs {
  border-bottom: 0;
  width: 38%;
  margin: auto;
}
.wizard-head {
  border-bottom: 1px solid #F5F5F5;
  margin-bottom: 15px;
}
.custom-bootstrap .nav.nav-tabs > li > a {
  font-size: 13px;
  border: none;
  border-bottom: 2px solid transparent;
  color: #8c8c8c;
  border-radius: 0px;
  margin-right: 0px;
  background-color: transparent;
}
.custom-bootstrap .nav.nav-tabs > li.active > a, .custom-bootstrap .nav.nav-tabs > li.active > a:hover, .custom-bootstrap .nav.nav-tabs > li.active > a:focus {
  border-bottom-color: #2c3946;
  color: #2c3946;
}
.custom-bootstrap .nav.nav-tab-wizard > li > a {
  color: #d1d1d1;
}
.custom-bootstrap .nav.nav-tab-wizard .step-holder {
  color: #d1d1d1;
  border-color: #d1d1d1;
}
.custom-bootstrap .nav > li > a {
  padding: 6px 20px;/* Step Holder */
}
.custom-bootstrap .nav > li > a:hover, .custom-bootstrap .nav > li > a:focus {
  background-color: transparent;
}
.custom-bootstrap .nav > li > a:hover {
  border-bottom-color: #d1d1d1;
}
.custom-bootstrap .nav > li > a .step-holder {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  color: #2c3946;
  border: 2px solid #2c3946;
  margin-right: 3px;
}
.custom-bootstrap .nav > li.active .step-holder {
  color: #fff;
  background: #2c3946;
  border-color: #2c3946;
}
.custom-bootstrap .nav > li.visited .step-holder {
  color: #2c3946;
  background: #fff;
  border-color: #2c3946;
}
.custom-bootstrap .nav > li.visited a, .custom-bootstrap .nav > li.active a {
  color: #428bca;
}
.custom-bootstrap .nav > li.visited a {
  color: #2c3946;
}
.custom-bootstrap .modal-content {
  border-radius: 0;
}
.custom-bootstrap .modal-footer {
  padding-top: 0;
  border-top: 0;
}
.custom-bootstrap .modal-header {
  border: 0;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
}
.custom-bootstrap section.tab-content {
  background-color: #fff;
  padding: 11px;
  margin-top: 0px;
}
.custom-bootstrap table.compact-table tr > td:last-child {
  border-bottom: 0;
}
.custom-bootstrap .wizard {
  list-style: none;
  margin-top: 15px;
}
.custom-bootstrap .pager .disabled>a {
  color: #DEDEDE !important;
  background-color: #fff;
  border: 1px solid #DEDEDE;
}
.custom-bootstrap .pager .disabled>a:hover, .custom-bootstrap .pager .disabled>a:focus {
  color: #DEDEDE !important;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  box-shadow: inset 0 0 0px rgba(0,0,0,.2)
}
.custom-bootstrap .pager li>a, .custom-bootstrap .pager li>a {
  text-decoration: none;
  background-color: #33414e;
  border: 1px solid #33414e;
  border-radius: 8px;
}
.custom-bootstrap .pager li>a:focus, .custom-bootstrap .pager li>a:hover {
  text-decoration: none;
  background-color: #2c3946;
}
.custom-bootstrap .pager {
  padding-left: 0;
  margin: 0px;
  margin-top: 15px;
  text-align: center;
  list-style: none;
}
.custom-bootstrap .nav-tabs > li {
  margin-bottom: -1px;
}
.check {
  text-align: center;
}
#copy-code {
  position: relative;
}
.copy-button {
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 0px 4px 0px 4px;
  text-transform: uppercase;
  font-weight: 600;
}
.controls .input-group-addon {
  border: medium none;
  border-radius: 2px;
  box-shadow: 1px 1px 2px rgba(170, 170, 170, 0.49);
  cursor: pointer;
  height: 18px;
  padding: 0;
  width: 75px;
  border-color: #fff !important;
  background-color: #fff !important;
}
.controls .input-group-addon i {
  width: 100%;
  margin: 0px !important;
  height: 18px;
  margin-top: -5px !important;
  border-radius: 2px;
}
/*CONTROLS STYLE*/
.shadow-box {
  background-color: rgba(245, 245, 245, 0.09);
  border: 1px solid #c3cdc7;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(220, 220, 220, 0.75);
  padding: 10px 22px;
}
/* .shadow-box::after {
  background: rgba(0, 0, 0, 0) url("../../img/style1.png") no-repeat scroll 0 0;
  content: "";
  height: 40px;
  left: auto;
  position: absolute;
  right: -21px;
  top: 46px;
  width: 21px;
} */
.controls {
  margin-bottom: 15px;
}
.controls .list-group-item i {
  font-size: 12px;
  color: #d7ddde;
  margin-right: 3px !important;
}
.controls .list-group-item span {
  float: right;
}
.controls .list-group-item {
  padding: 5px;
  border: 0px;
  background: #FEFEFE;
}
.controls .list-group-item a {
  color: #33414e;
  width: 70%;
  display: inline-block;
}
.controls .list-group-item:hover {
  background: #F9F9F9;
}
.controls h4 {
  font-size: 14px;
  color: #33414E;
  font-weight: 400;
  border-bottom: 1px solid rgba(204, 204, 204, 0.32);
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
}
.controls h4 span {
  font-size: 14px;
  color: #33414E;
  font-weight: 400;
  border-bottom: 2px solid #33414E;
  padding-bottom: 4px;
}
#show-hide {
  background: none;
  outline: 0;
  border: 0;
}
#show-hide i {
  font-size: 15px;
  color: #33414e;
}
#show-hide2 {
  background: none;
  outline: 0;
  border: 0;
}
#show-hide2 i {
  font-size: 15px;
  color: #33414e;
}
#show-hide3 {
  background: none;
  outline: 0;
  border: 0;
}
#show-hide3 i {
  font-size: 15px;
  color: #33414e;
}
#show-hide4 {
  background: none;
  outline: 0;
  border: 0;
}
#show-hide4 i {
  font-size: 15px;
  color: #33414e;
}
.colorpicker-2x .colorpicker-saturation {
  width: 150px;
  height: 150px;
}
.colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha {
  width: 20px;
  height: 150px;
}
.colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div {
  height: 20px;
}
.theme-settings {
  display: none;
}
#cropper-file {
  display: none;
}
/*BANNERS STYLE*/
.background-color {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2
}
.banner250-250 {
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: 9px;
}
.banner250-250 .rep-content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}
.banner250-250 .rep-content .rep-header {
  background: #fff;
  margin: 1px;
  color: #333;
  padding: 6px 0px;
  height: 47px;
  overflow: hidden;
  display:block;
}
.banner250-250 .rep-content .rep-header i {
  position: absolute;
  top: 13px;
}
.banner250-250 .rep-content .rep-header .h3 {
  text-transform: uppercase;
  white-space: normal;
  overflow: hidden;
  width: 215px !important;
  max-height: 35px;
  text-align: center;
  position: absolute;
  left: 28px;
  font-size: 14px;
  /*font-weight: 700;*/
  padding: 5px;
  margin-top: 0px;
  line-height: 16px;
}
.banner250-250 .rep-content .rep-header i {
  font-size: 20px;
  margin-right: 10px;
  padding-left: 10px;
}
.banner250-250 .rep-content .rep-inn-content {
  padding: 10px;
}
.banner250-250 .rep-content .rep-inn-content .h4 {
  color: #fff;
  /*font-weight: 600;*/
  font-size: 16px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  height: 35px;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 0px;
  line-height: 17px;
}
.banner250-250 .rep-content .rep-inn-content .form-group {
  margin-bottom: 10px;
}
.banner250-250 .rep-content .rep-inn-content .btn {
  display: block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  background: #ffb400;
  border: 0;
  max-height: 44px;
  overflow: hidden;
}
.banner250-250 .rep-content .rep-inn-content .btn p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin: 0px;
  white-space: normal;
  overflow: hidden;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height:37px;
}

.rep-content .rep-inn-content .btn h4 {
  /*font-weight: 700;*/
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin: 0px;
  white-space: normal;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height:30px;
  display: inline-block;
}

.rep-content .rep-inn-content .btn i{
  color: #fff
}

.banner250-250 .rep-content .button-editor h4{
  /*line-height: 40px*/
}


/*----------------300x250 Banner------------------------------------*/
.banner300-250 {
  width: 300px;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: 9px;
}
.banner300-250 .rep-content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}
.banner300-250 .rep-content .rep-header {
  background: #fff;
  margin: 1px;
  color: #333;
  padding: 10px 0px;
  height: 47px;
  overflow: hidden;
}
.banner300-250 .rep-content .rep-header i {
  position: absolute;
  top: 13px;
}
.banner300-250 .rep-content .rep-header .h3 {
  text-transform: uppercase;
  white-space: normal;
  overflow: hidden;
  width: 250px !important;
  height: 33px;
  text-align: center;
  position: absolute;
  left: 38px;
  font-size: 14px;
  /*font-weight: 700;*/
  padding: 1px;
  margin-top: 0px;
  line-height: 16px;
}
.banner300-250 .rep-content .rep-header i {
  font-size: 20px;
  margin-right: 10px;
  padding-left: 10px;
}
.banner300-250 .rep-content .rep-inn-content {
  padding: 10px;
}
.banner300-250 .rep-content .rep-inn-content .h4 {
      color: #fff;
  /*font-weight: 600;*/
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  height: 35px;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 0px;
  line-height: 17px;
}
.banner300-250 .rep-content .rep-inn-content .form-group {
  margin-bottom: 10px;
}
.banner300-250 .rep-content .rep-inn-content .btn {
  display: block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  background: #ffb400;
  border: 0;
  padding: 0px 2px;
  max-height: 44px;
  overflow: hidden;
}
.banner300-250 .rep-content .rep-inn-content .btn p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin: 0px;
  white-space: normal;
  overflow: hidden;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 12px;
}

.banner300-250 .rep-content .button-editor h4{
  /*line-height: 40px;*/
}

/*----------------728x90 Banner------------------------------------*/
.banner728-90 {
  width: 728px;
  height: 90px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: 9px;
}
.banner728-90 .rep-content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}
.banner728-90 .rep-content .rep-header {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  height: 43px;
}
.banner728-90 .rep-content .rep-header .h3 {
  margin: 0px;
  white-space: normal;
  overflow: hidden;
  width: 670px !important;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 12px;
  position:absolute;
  left:40px;
  height: 30px;
  line-height: 30px;
  color:#fff;
  top: 7px;
  padding: 0px 5px;
  
}
.banner728-90 .rep-content .rep-header i {
  font-size: 12px;
  margin-right: 10px;
  position:absolute;
  padding:15px 0px;
}
.banner728-90 .rep-content .rep-inn-content {
  margin: 15px;
  margin-top: 0px;
}
.banner728-90 .rep-content .rep-inn-content .form-group {
  margin-bottom: 0px;
  margin-right: 10px;
  display: inline-block;
  width: 100%;
}
.banner728-90 .rep-content .rep-inn-content .form-group input {
  width: 100%;
}
.banner728-90 .rep-content .rep-inn-content .btn {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  background: #ffb400;
  border: 0;
  padding: 0px 5px;
  width: 152px;
  border-radius: 1px;
  margin-top: -25px;
}
.banner728-90 .rep-content .rep-inn-content .btn p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin: 0px;
  white-space: normal;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.banner728-90 .rep-content .rep-inn-content .custom-width {
  width: 319px;
}
.banner728-90 .rep-content .rep-inn-content .custom-width2 {
  width: 200px;
}
/*----------------160x600 Banner------------------------------------*/
.banner160-600 {
  width: 160px;
  height: 600px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: 9px;
}
.banner160-600 .rep-content {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}
.banner160-600 .rep-content .rep-header {
  margin: 1px;
  color: #fff;
  margin: 10px;
  overflow: hidden;
  height: 200px;
}
.banner160-600 .rep-content .rep-header h3, .banner160-600 .rep-content .rep-header i {
  display: block;
  text-align: center;
}
.banner160-600 .rep-content .rep-header .h3 {
  text-transform: uppercase;
  margin: 0px;
  white-space: normal;
  overflow: hidden;
  ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  text-align:center;
  color:#fff;
  font-size:16px;
}
.banner160-600 .rep-content .rep-header i {
  font-size: 30px;
  padding: 20px 0px;
}
.banner160-600 .rep-content .rep-inn-content {
  padding: 10px;
}
.banner160-600 .rep-content .rep-inn-content .h4 {
  color: #fff;
  /*font-weight: 600;*/
  font-size: 17px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  white-space: normal;
  overflow: hidden;
  height: 130px;
  ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 24px;
}
.banner160-600 .rep-content .rep-inn-content .form-group {
  margin-bottom: 10px;
}
.banner160-600 .rep-content .rep-inn-content .form-group label {
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.banner160-600 .rep-content .rep-inn-content .btn {
  display: block;
  width: 100%;
  /*font-weight: 700;*/
  text-transform: uppercase;
  font-size: 14px;
  background: #ffb400;
  border: 0;
  padding: 4px 5px;
}
.banner160-600 .rep-content .rep-inn-content .btn p {
  /*font-weight: 700;*/
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin: 0px;
  white-space: normal;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.banner160-600 .rep-content .button-editor h4{
  /*line-height: 40px;*/
}

/*----------------1024 Banner------------------------------------*/
.col-1024{
  width: 77%;
}
.banner1024 {
  width: 100%;
  max-width: 1024px;
  min-height: 275px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: 10px;
  margin-top: 9px;
  padding: 25px
}
.banner1024 .rep-content {
  width: 100%;
  position: relative;
  z-index: 99
}
.banner1024 .rep-content .rep-header {
  margin-top: 25px;
}
.banner1024 .rep-content .rep-header .h3 {
  margin: 0px;
  white-space: normal;
  margin: auto;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color:#fff;
  text-transform: uppercase;
  /*font-weight: bold;*/
  width: 100%;
  text-align: center;

}

.banner1024 .rep-content .rep-header .h3 span {
  line-height: 40px;
}
.banner1024 .rep-content .rep-header i {
  font-size: 12px;
  margin-right: 10px;
  position:absolute;
  padding:15px 0px;
}
.banner1024 .rep-content .rep-inn-content {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 5px;
  width: 88%;
  margin: 20px auto;
}
.banner1024 .rep-content .rep-inn-content .form-group {
  margin-bottom: 0px;
  margin-right: 10px;
}
.banner1024 .rep-content .rep-inn-content .btn {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  background: #ffb400;
  border: 0;
  padding: 5px 5px;
  width: 100%;
}
.banner1024 .rep-content .rep-inn-content .btn p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin: 0px;
  white-space: normal;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.banner1024 .rep-content .rep-inn-content .custom-width {
  width: 100%;
}
.banner1024 .rep-content .rep-inn-content .custom-width2 {
  width: 100%;
}

.shadow-box{
  width: 19%;
  min-width: 260px;
  max-width: 260px;
}

.banner1024 .rep-content .rep-inn-content .form-group{
  width: 100%
}

.banner1024 .rep-content .rep-inn-content .form-group input{
  height:40px
}
.mobile-size.banner1024{
  width: 320px
}

.ipad-size.banner1024{
  max-width: 780px;
}
.ipad-size.banner1024 .rep-content .rep-inn-content .btn h4{
  font-size: 13px;
}
.desktop-size.banner1024{
  width: 100%;
}

.mobile-size.banner1024 .col-md-5{
  width: 100%;
  margin-bottom: 10px;
}

.mobile-size.banner1024 .col-md-4{
  width: 100%;
  margin-bottom: 10px;
}

.mobile-size.banner1024 .col-md-3{
  width: 100%;
  margin-bottom: 10px;
}

.mobile-size.banner1024 .rep-inn-content{
  width: 100%
}



.mobile-size.banner1024 .col-md-6{
  width: 100%;
  margin-bottom: 10px;
}

.btn-view-page.active, .btn-view-page:active, .btn-view-pagey:hover {
  background-color: transparent;
  border-color: transparent;
  color: #3dd37c;
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.btn-view-page {
  background-color: transparent;
  border-color: transparent;
  font-size: 25px;
  text-transform: uppercase;
  color: #ccd7d1;
  padding: 0px 0px;
  margin-right: 15px;
}

.sidebyside input{
  margin-bottom: 13px
}

.sidebyside .intl-tel-input {
  margin-bottom: 13px;

}

.sidebyside .intl-tel-input input{
  padding-left: 32px;
}


.btn-group.devices-btns .btn-view-page .fa{
  font-size: 25px;
}

.btn-group.devices-btns {
  padding: 0px;
  margin-left: 40px;
}

.banner1024 #img-preview{
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sidebyside{
  display: none;
}

.custom-bootstrap .nav-tabs > li{

}

h3.title_bg_sidebar {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  /*background-color: #3498db;*/
  height: 37px;
  margin: auto;
  line-height: 37px;
  border-radius: 2px;
}

.page-content-wrap .edit-list .list-group .list-group-item.coll-menu{
  margin: 0px;

}
.custom-bootstrap .nav.nav-tabs{
  width: auto;
  text-align: center;

}

.custom-bootstrap .nav.nav-tabs li{
  display: inline-block;
  float:none;

}

.page-content-wrap .edit-list #collapseOne{
  margin-top: 0px;
  margin-bottom: 0px
}

.modal-body .edit-list h4 span {
  font-size: 14px;
  /*color: #3498db;*/
  font-weight: 400;
  /*border-bottom: 2px solid #3498db;*/
  padding-bottom: 4px;
}

.modal-body h4{
  font-size: 14px;
  /*color: #3498db;*/
  font-weight: 400;
  border-bottom: 1px solid #eaeeef;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  padding-top: 7px;
}

.panel-group h4{
  border-bottom: 0px solid #eaeeef;
  margin-top: 0px
}
/*------------------------cropper style ---------------------------*/
.cd-cropper .img-cont {
  margin-top: 10px;
}
#cropper-popup .main-popup {
  width: 100%;
  max-width: 664px;
}
#cropper-popup .crop-container {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#cropper-popup .crop-container > img {
  max-width: 100%;
}
.cropper-img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.code-style {
  padding: 0px;
  width: 100%;
  display: block;
  text-align: left;
}
.onoffswitch {
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 4px;
  right: 0px;
}
.onoffswitch label {
  margin-bottom: 5px;
}
.onoffswitch-checkbox {
  display: none
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin .3s ease-in 0s;
  -webkit-transition: margin .3s ease-in 0s;
  -o-transition: margin .3s ease-in 0s;
  transition: margin .3s ease-in 0s
}
.onoffswitch-inner:after, .onoffswitch-inner:before {
  display: block;
  float: left;
  width: 50%;
  height: 23px;
  padding: 0;
  line-height: 23px;
  font-size: 10px;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #3498db;
  color: #FFF
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #606060;
  color: #F2F6FA;
  text-align: right
}
.onoffswitch-switch {
  display: block;
  width: 15px;
  margin: 4px;
  background: #FFF;
  border: 2px solid #F2F6FA;
  border-radius: 180px;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 37px;
  -moz-transition: all .3s ease-in 0s;
  -webkit-transition: all .3s ease-in 0s;
  -o-transition: all .3s ease-in 0s;
  transition: all .3s ease-in 0s
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* .eye-view {
  background: rgba(0, 0, 0, 0) url("/assets/images/view-not-hover2.png") no-repeat scroll 0 0!important;
  border: 0 none;
  height: 24px;
  width: 24px;
  outline: 0 !important;
  padding: 13px 0px;
}
.eye-view.eye-not-active {
  background: rgba(0, 0, 0, 0) url("/assets/images/view-no-active-no-hover.png") no-repeat scroll 0 0 !important;
  outline: 0 !important;
} */
#cropper-file, #imgUpload {
  display: none;
}
.shadow-box {
  margin-bottom: 10px;
}
#edit-media-popup .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}
#edit-media-popup .edit-media-modal .image-video-content {
  height: auto !important;
}
.edit-shadow {
  border: 0px solid #89d0e2 !important;
  box-shadow: 0px 0px 2px 2px #3498db !important;
}
@media only screen and (max-width: 1350px) {
.custom-bootstrap .nav.nav-tabs {
  width: 46%;
}
}
@media only screen and (max-width: 1200px) {
  .col-1024 {
      width: 73%;
  }
  .rep-content .rep-inn-content .btn h4{
      font-size: 11px;
  }
  .rep-content .rep-inn-content .btn i{
      margin-right: 2px;
      font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
.custom-bootstrap .nav.nav-tabs {
  width: 50%;
}
}
@media only screen and (max-width: 768px) {
.custom-bootstrap .nav.nav-tabs {
  width: 100%;
}
.custom-bootstrap .nav > li > a {
  padding: 5px !important;
}
.custom-bootstrap .nav.nav-tabs > li > a {
  font-size: 12px !important;
}
}


.darkblue_background {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #3498db;
  height: 37px;
  width: 235px;
  margin: auto;
  line-height: 37px;
  border-radius: 2px;
  background-color: #336C9E !important;
}

.cropper-container img {
  transition: all 0s ease 0s;
}
#current-image-has-current {
  margin: 0;
  width: 100%;
}

.sp-palette.sp-thumb{
  min-height: 220px;
}

ul.controls{
  padding: 0px!important;
}
ul.controls li{
  margin-bottom: 0px!important;
}

.btn-primary{
  background-color: #33414e!important;
  border-color: #33414e!important;
}

ul.small-left a{
  width: 140px!important;
}

.design-left-panel{
  /*min-width: 330px;*/
  min-width: 260px;
  max-width: 260px;
}


.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch{
  right: 0px!important;
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
  .banner728-90 .rep-content .rep-inn-content .btn{
      margin-top: 0px;
  }
}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {

}


.rep-inn-content  input{
  padding-left: 30px;
}
/* .rep-inn-content .search_ico{
  background: url("/assets/images/search.png") #fff no-repeat 5px center;
}

.rep-inn-content .phone_ico{
  background: url("/assets/images/briefcase.png") #fff no-repeat 5px center;
}

.rep-inn-content .case_ico{
  background: url("/assets/images/phone.png")  #fff no-repeat 5px center;
} */


#scan-phone{
  padding-left: 30px
}

.scan-phone .intl-tel-input{
  width: 100%
}

.wizard-step2 ul.controls li {

  margin-bottom: 0px;
}

.optin-form-content .flag-dropdown{
  right: 0px

}

#view-gate-modal #integration .bootstrap-select .btn {
  width: 100%;
  padding: 5px 10px;
  height: 33px;
  display: block;
}

@media only screen and (max-width: 1350px) {
  .custom-bootstrap .nav.nav-tabs {
      width: 46%;
  }
}
@media only screen and (max-width: 1200px) {
  .col-1024 {
      width: 73%;
  }
  .banner1024 .rep-content .rep-inn-content .btn h4{
      font-size: 11px;
  }
  .rep-content .rep-inn-content .btn i{
      margin-right: 2px;
      font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .custom-bootstrap .nav.nav-tabs {
      width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .custom-bootstrap .nav.nav-tabs {
      width: 100%;
  }
  .custom-bootstrap .nav > li > a {
      padding: 5px !important;
  }
  .custom-bootstrap .nav.nav-tabs > li > a {
      font-size: 12px !important;
  }

}


.edit-list .btn-group.small-btns .btn{
  width: 70px;
}

.list-group-no-hover .list-group-item:hover{
  background: #fff!important;
}
.list-group-no-hover .list-group-item:hover span{
  color: #656d78!important;
}

.edit-list .list-group-item.options-list.coll-menu{
  background: #fff!important;
}
.edit-list .list-group-item.options-list.coll-menu:hover{
  background: #f3f3f3!important;
}

.page-content-wrap .has-sub ul.sub{
  padding-left: 7px;
}


.controls .list-group-item .country span{
  float: none;
}


.list-group-item .intl-tel-input.allow-dropdown{
  float: right;
}


.rep-content .intl-tel-input.allow-dropdown .flag-container{
  bottom: 0;
  padding: 1px;
  position: absolute;
  right: 2px!important;
  left: auto!important;
  top: 0!important;
}

.rep-content .intl-tel-input.allow-dropdown input.case_ico{
  padding-left: 30px!important;
}

.banner250-250 .rep-content .intl-tel-input.allow-dropdown input.case_ico{
  width: 230px;
}

.banner300-250 .rep-content .intl-tel-input.allow-dropdown input.case_ico{
  width: 280px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch{
  right: 6px!important;
}




#tracking-modal .modal-body{
  margin-right: 15px;
  padding-left: 30px;
}


.long-phone-field{
  width: 280px;
}



@-moz-document url-prefix() {
  div.banner728-90 div.btn.btn-warning.button-editor{
      margin-top: 0px;
  }
}


#bannerButton{
  min-width: 30px;
}


#default-country{
  width: 50px;
  padding-left: 0px;
}


.rep-content .rep-inn-content .btn i{
  padding-top: 7px;
  vertical-align: top;
}

.banner300-250 .rep-content .button-editor h4{
  /*line-height: 12px;*/
}
.banner300-250 .rep-content .rep-inn-content .btn{
  max-height: 37px;
}
.banner300-250 .button-editor i.fa{
  /*padding-top: 11px;*/
  margin-right: 0px;
}

.banner728-90 .button-editor i.fa{
  padding-top: 8px;
}
.banner728-90 .rep-content .rep-inn-content .btn p{
  height: 26px;
}
.banner160-600 .rep-content .rep-inn-content .btn p{
  height: 33px;
  line-height: 37px;
}

.banner160-600 .rep-content .rep-inn-content i.fa{
  /*padding-top: 11px;*/
}

.banner1024 .button-editor i.fa{
  padding-top: 8px;
}
.banner1024 .rep-content .rep-inn-content .btn p{
  height: 26px;
}

.banner250-250 .rep-content .rep-inn-content .btn p{
  line-height: 27px;
}
.banner250-250 .rep-content .rep-inn-content .btn{
  max-height: 38px;
}
.gdpr-checkbox-wrapper label {
  cursor: pointer;
  font-size: 14px;
  /* font-weight: 700; */
  line-height: 1em;
  max-width: 92% !important;
  margin-bottom: 4px;
  padding-top: 3px;
  display: block;
}
.banner160-600 .gdpr-checkbox-wrapper label {
  max-width: 87% !important;
  display: inline-block !important;
}
.gdpr-checkbox-wrapper input[type="checkbox"] {
  float: left !important;
  width: 12px !important;
  height: 12px !important;
  margin-top: 4px !important;
  margin-right: 5px !important;
  cursor: pointer;
}

.form-control {
  border-radius: 2px!important;
  font-size: 11px;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
  line-height: 13px;
}
.form-control:focus {
  border-color: #3498db!important;
  box-shadow: none
}
label {
  color: #3a3938;
}
.help-block {
  font-size: 11px;
  margin-top: 5px;
}
.right-title {
  font-size: 14px;
  font-weight: 600;
  color: #3498DB;
  text-transform: uppercase;
  margin: 0px;
  padding: 15px;
}
.right-title span {
  color: #b2b2b2;
  font-size: 10px !important;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
}
.controls-title {
  border-bottom: 1px solid #eaeeef;
  background: #fff;
}
.controls-title span {
  font-size: 14px;
  font-weight: 400;
  color: #3498db;
  display: block;
  border-bottom: 2px solid #3498db;
  margin-left: 5px;
  margin-bottom: -2px;
  margin-top: 14px;
  padding: 5px 4px;
}
.border-right {
  border-right: 1px solid #eaeeef;
}
ul.controls {
  list-style: none;
  padding: 15px;
}
ul.controls li {
  color: #555555;
  line-height: 23px;
  margin-bottom: 15px;
}
ul.controls li span {
  color: #555555;
  font-size: 12px;
  float: left;
  width: 40%
}
ul.controls li label {
  color: #555555;
  font-size: 12px;
  font-weight: 400;
}
ul.controls li span i {
  color: #d7ddde
}
.control-options {
  float: right;
  width: 60%;
}
.control-options .form-group-sm {
  width: 47%;
}
.control-options .form-group-sm .form-control {
  height: 23px;
  padding: 6px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px 0px 0px 2px;
  color: #a5aab5;
  text-align: center;
  border-color: #dcdcdc
}
.form-group-sm select.form-control {
  height: 23px;
  line-height: 23px;
  font-size: 11px !important;
  padding: 2px 1px;
  color: #a5aab5;
}
.control-options .input-group-addon {
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #757575;
  text-align: center;
  background-color: #e7e7e7;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
}
.sep-div {
  height: 10px;
}
.form-control.textarea {
  color: #a5aab5 !important;
  font-size: 11px !important;
}
.sub {
  padding-left: 20px;
}
.no-padding-right {
  padding-right: 0px !important;
}
.subtitle {
  font-size: 11px;
  padding-bottom: 10px;
}
.subtitle b {
  font-weight: 600;
  color: #000;
}
.custom {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  color: #b9b9b9;
  margin-bottom: 8px;
}
.display-inline {
  display: inline-block;
  margin-bottom: 5px;
}
.custom-feilds .form-group-sm select.form-control {
  width: 123px !important;
  font-size: 11px !important;
}
.display-inline input[type="checkbox"] {
  margin-left: -17px;
  margin-top: -5px;
}
.progress-bar-holder {
  padding: 20px;
  background: #f3f3f3;
}
.optin-form-content {
  padding: 25px;
}
.no-padding {
  padding: 0px;
}
.glowing-border {
  border: 1px solid red !important;
  border-radius: 2px !important;
}
.glowing-border:focus {
  outline: none;
  border-color: #F1290E !important;
  box-shadow: 0 0 10px #F1290E !important;
}
/*------------------- END -------------------*/


/*tracking report modal*/

#tracking-modal .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 0;
  background-color: #f3f4f6;
}
#tracking-modal .modal-footer {
  border: none;
}
#tracking-modal .modal-footer .btn-primary, .modal-footer .btn-primary.disabled, .modal-footer .btn-primary[disabled] {
  background-color: #3598db;
  border-color: #3598db;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
}
#tracking-modal .modal-content {
  border-radius: 0px;
  border: none;
}
#tracking-modal .modal-title {
  font-size: 14px;
  font-weight: 600;
  color: #3598db;
  text-transform: uppercase;
}
#tracking-modal .modal-header .close {
  float: none;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background-color: #3598db;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0!important;
  margin: 0!important;
  width: 30px;
  height: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  z-index: 9999;
}
#tracking-modal .modal-header .close {
  margin-top: -2px;
}
#tracking-modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
#tracking-modal .modal-body textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}
#tracking-modal .modal-body {
  padding-left: 50px;
  margin-right: 50px;
}
#tracking-modal .modal-body label {
  font-size: 12px;
  color: #2f2f2f;
  font-weight: bold;
  text-transform: capitalize;
}
#tracking-modal .modal-body p {
  color: #878787;
  font-size: 11px;
  line-height: 17px;
}
/*view gate popup*/

#view-gate-modal .modal-dialog {
  width: 860px;
}
#view-gate-modal .modal-header {
  padding: 0px 15px;
  border-bottom: 0;
}
#view-gate-modal .form-control {
  box-shadow: none;
  font-size: 12px;
  border-color: #dcdcdc
}
#view-gate-modal .form-control:focus {
  border-color: #3498db;
  box-shadow: none
}
#view-gate-modal .chat-box-content {
  padding: 0px 10px;
}
#view-gate-modal .mCSB_scrollTools {
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
#view-gate-modal .mCSB_inside>.mCSB_container {
  padding-right: 15px;
  margin-right: 0px;
}
#view-gate-modal .modal-body {
  position: relative;
  padding: 0px 15px !important;
}
#view-gate-modal .controls {
  padding: 15px 0px !important;
  /*height: 500px;*/
}

#view-gate-modal .checkbox label {
  font-size: 11px;
  font-weight: 400;
  background: #bbb;
  padding: 4px 26px;
  color: #fff;
  border-radius: 2px;
  width: 126px !important;
  margin-top: 3px !important;
  padding-right: 10px;
}
#view-gate-modal .checkbox label input {
  margin-top: 2px;
}
#view-gate-modal .checkbox label.active {
  background: #3498db;
  color: #fff !important;
}
#view-gate-modal .panel {
  margin-bottom: 6px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: none !important;
}
#view-gate-modal .panel-body {
  padding-top: 0px;
}
#view-gate-modal .panel-default {
  border: none;
}
#view-gate-modal .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}
#view-gate-modal .panel-default>.panel-heading {
  background: #fff;
  color: #3498db;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 0px;
}
#view-gate-modal .panel-default>.panel-heading i {
  color: #3498db !important;
}
#view-gate-modal .optin-form-content .h2 {
  font-size: 15px;
  /*font-weight: bold;*/
  /* text-transform: uppercase; */
  color: #333333;
  margin-bottom: 20px;
}
#view-gate-modal .optin-form-content .form-control {
  border-radius: 2px!important;
  font-size: 12px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
  color: #a7a7a7;
  height: 36;
  padding: 10px 16px;
  line-height: 1.3333333;
  margin-top: 5px;
}
#view-gate-modal .optin-form-content .btn-submit {
  /*display: block;
  width: 100%;
  border: 0px;
  white-space: normal;
  overflow: hidden;
  hyphens: auto;
  margin-top: 10px;
  background-color: #ffb400;
  margin-bottom: 10px;*/
  display: block;
  width: auto;
  margin: auto;
  border: 0px;
  white-space: normal;
  overflow: hidden;
  margin-top: 20px;
  background-color: #ffb338;
  /*background: -moz-linear-gradient(top, #ffb338 0%, #ff9e01 100%);
  background: -webkit-linear-gradient(top, #ffb338 0%,#ff9e01 100%);
  background: linear-gradient(to bottom, #ffb338 0%,#ff9e01 100%);*/
  color: #fff;
  /*box-shadow: 0 2px #d58b12;*/
  margin-bottom: 20px;
  font-family:arial,helvetica,sans-serif;font-size:18px;line-height:1.2em;
  font-weight: bold;
  padding: 10px;
  /* border-radius: 5px !important; */
}
#view-gate-modal .optin-form-content .btn-submit h3 {
  /*font-size: 20px !important;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;*/
  font-size: 25px;
  color: #fff;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 0;
  display: inline;
}
#view-gate-moda .optin-form-conten .btn-warning i {
  font-size: 20px !important;
  font-weight: bold;
  text-transform: uppercase;
}
#view-gate-modal .sub-text {
  font-size: 11px;
  color: #a7a7a7;
  display: inline-block;
}
#view-gate-modal .sub-text .view-sub-image {
  margin-top: -3px;
  margin-right: 1px;
  display: inline-block;
}
#view-gate-modal #notification .email {
  font-size: 12px;
  color: #2f2f2f;
  margin-top: 15px;
}
#view-gate-modal #notification .email i {
  color: #3598db !important;
  margin-left: 10px;
}
#view-gate-modal #notification button {
  background-color: #3598db;
  width: 26px;
  height: 26px;
  padding: 0px;
  border-radius: 2px;
  border: none;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 5px;
}
#view-gate-modal #notification button i {
  margin: 0px;
  color: #fff !important;
}
#view-gate-modal #notification .detail-text {
  font-size: 11px;
  color: #878787;
}
#view-gate-modal #notification .panel-body {
  padding-left: 30px;
  padding-top: 10px;
}
#view-gate-modal #integration .panel-body {
  padding-top: 15px;
  padding-left: 30px;
}
#view-gate-modal #integration label {
  font-size: 12px;
  font-weight: bold;
  color: #2f2f2f;
}
/*exit popup*/

#exit-modal .modal-dialog {
  width: 860px;
}
#exit-modal .modal-header {
  padding: 0px 15px;
  border-bottom: 0;
}
#exit-modal .form-control {
  box-shadow: none;
  font-size: 12px;
  border-color: #dcdcdc
}
#exit-modal .form-control:focus {
  border-color: #3498db;
  box-shadow: none
}
#exit-modal .chat-box-content {
  padding: 0px 10px;
}
#exit-modal .mCSB_scrollTools {
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
#exit-modal .mCSB_inside>.mCSB_container {
  padding-right: 15px;
  margin-right: 0px;
}
#exit-modal .modal-body {
  position: relative;
  padding: 0px 15px !important;
}
#exit-modal .controls {
  padding: 15px 0px !important;
  height: 500px;
}
#exit-modal .close {
  float: none;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background-color: #3498db;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0!important;
  margin: 0!important;
  width: 30px;
  height: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  z-index: 9999;
}
#exit-modal .close:active, #exit-modal .close:focus, #exit-modal .close:hover {
  background: #2783c0;
  color: #fff;
  outline: 0
}
#exit-modal .checkbox label {
  font-size: 11px;
  font-weight: 400;
  background: #bbb;
  padding: 4px 26px;
  color: #fff;
  border-radius: 2px;
  width: 126px !important;
  margin-top: 3px !important;
  padding-right: 10px;
}
#exit-modal .checkbox label input {
  margin-top: 2px;
}
#exit-modal .checkbox label.active {
  background: #3498db;
  color: #fff !important;
}
#exit-modal .panel {
  margin-bottom: 6px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: none !important;
}
#exit-modal .panel-body {
  padding-top: 0px;
}
#exit-modal .panel-default {
  border: none;
}
#exit-modal .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}
#exit-modal .panel-default>.panel-heading {
  background: #fff;
  color: #3498db;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 0px;
}
#exit-modal .panel-default>.panel-heading i {
  color: #3498db !important;
}
#exit-modal .optin-form-content .h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 50px;
  margin-top: 10px;
}
#exit-modal .optin-form-content .h2.orange {
  color: #ffb400;
  margin-bottom: 0px;
}
#exit-modal .optin-form-content .form-control {
  border-radius: 2px!important;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
  color: #a7a7a7;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.3333333;
  margin-top: 5px;
}
#exit-modal .optin-form-content .btn-submit {
  /*display: block;
  width: 100%;
  border: 0px;
  white-space: normal;
  overflow: hidden;
  hyphens: auto;
  margin-top: 10px;
  background-color: #ffb400;
  margin-bottom: 10px;*/
  display: block;
  width: 100%;
  margin: auto;
  border: 0px;
  white-space: normal;
  overflow: hidden;
  margin-top: 10px;
  background-color: #ffb338;
  /*background: -moz-linear-gradient(top, #ffb338 0%, #ff9e01 100%);
  background: -webkit-linear-gradient(top, #ffb338 0%,#ff9e01 100%);
  background: linear-gradient(to bottom, #ffb338 0%,#ff9e01 100%);*/
  color: #fff;
  box-shadow: 0 2px #d58b12;
  margin-bottom: 10px;
}
#exit-modal .optin-form-content .btn-submit {
  font-size: 20px !important;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#exit-modal .optin-form-content .btn-submit h3 {
  /*margin-bottom: 20px;
  font-size: 20px !important;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;*/
  font-size: 25px;
  color: #fff;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 0;
}
#exit-modal .optin-form-conten .btn-warning i {
  font-size: 20px !important;
  font-weight: bold;
  text-transform: uppercase;
}
#exit-modal .sub-text {
  font-size: 11px;
  color: #434c52;
  display: inline-block;
}
#exit-modal .notification .email {
  font-size: 12px;
  color: #2f2f2f;
  margin-top: 15px;
}
#exit-modal .notification .email i {
  color: #3598db !important;
  margin-left: 10px;
}
#exit-modal .notification button {
  background-color: #3598db;
  width: 26px;
  height: 26px;
  padding: 0px;
  border-radius: 2px;
  border: none;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 5px;
}
#exit-modal .notification button i {
  margin: 0px;
  color: #fff !important;
}
#exit-modal .notification .detail-text {
  font-size: 11px;
  color: #878787;
}
#exit-modal .notification .panel-body {
  padding-left: 30px;
}
#exit-modal .integration .panel-body {
  padding-top: 15px;
  padding-left: 30px;
}
#exit-modal .integration label {
  font-size: 12px;
  font-weight: bold;
  color: #2f2f2f;
}
#exit-modal .btn-warning i {
  margin-right: 2px;
  font-size: 18px;
  position: relative;
  top: 0;
}
#exit-modal .sub-text .exit-sub-image {
  margin-top: -3px;
  margin-right: 1px;
}


/*redirect popup*/

#redirect-modal .panel {
  margin-bottom: 6px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: none !important;
}
#redirect-modal .panel-body {
  padding-top: 0px;
}
#redirect-modal .panel-default {
  border: none;
}
#redirect-modal .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}
#redirect-modal .panel-default>.panel-heading {
  background: #fff;
  color: #3498db;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
#redirect-modal .panel-default>.panel-heading i {
  color: #3498db !important;
}
#redirect-modal .notification .email {
  font-size: 12px;
  color: #2f2f2f;
  margin-top: 15px;
}
#redirect-modal .notification .email i {
  color: #3598db !important;
  margin-left: 10px;
}
#redirect-modal .notification button {
  background-color: #3598db;
  width: 26px;
  height: 26px;
  padding: 0px;
  border-radius: 2px;
  border: none;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 5px;
}
#redirect-modal .notification button i {
  margin: 0px;
  color: #fff !important;
}
#redirect-modal .detail-text {
  font-size: 11px;
  color: #878787;
}
#redirect-modal .notification .panel-body {
  padding-left: 30px;
}
#redirect-modal .integration .panel-body {
  padding-top: 15px;
  padding-left: 30px;
}
#redirect-modal .integration label {
  font-size: 12px;
  font-weight: bold;
  color: #2f2f2f;
}
/*optin form popup*/

#integration-modal .modal-dialog {
  width: 900px;
}
#integration-modal .modal-header {
  padding: 0px 15px;
  border-bottom: 0;
}
#integration-modal .form-control {
  box-shadow: none;
  font-size: 12px;
  border-color: #dcdcdc
}
#integration-modal .form-control:focus {
  border-color: #3498db;
  box-shadow: none
}
#integration-modal .chat-box-content {
  padding: 0px 10px;
}
#integration-modal .mCSB_scrollTools {
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
#integration-modal .mCSB_inside>.mCSB_container {
  padding-right: 15px;
  margin-right: 0px;
}
#integration-modal .modal-body {
  position: relative;
  width: 80%;
  margin: auto;
}
#integration-modal .controls {
  padding: 15px 0px !important;
  height: 500px;
}
#integration-modal .close {
  float: none;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background-color: #3498db;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0!important;
  margin: 0!important;
  width: 30px;
  height: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  z-index: 9999;
}
#integration-modal .close:active, #exit-modal .close:focus, #exit-modal .close:hover {
  background: #2783c0;
  color: #fff;
  outline: 0
}
#integration-modal .modal-header {
  padding: 15px;
}
#integration-modal .modal-dialog {
  width: 600px;
}
#integration-modal .checkbox label {
  font-size: 11px;
  font-weight: 400;
  background: #bbb;
  padding: 4px 26px;
  color: #fff;
  border-radius: 2px;
  width: 126px !important;
  margin-top: 3px !important;
  padding-right: 10px;
}
#integration-modal .checkbox label input {
  margin-top: 2px;
}
#integration-modal .checkbox label.active {
  background: #3498db;
  color: #fff !important;
}
#integration-modal .panel {
  margin-bottom: 6px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: none !important;
}
#integration-modal .panel-body {
  padding-top: 0px;
}
#integration-modal .panel-default {
  border: none;
}
#integration-modal .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}
#integration-modal .panel-default>.panel-heading {
  background: #fff;
  color: #3498db;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
#integration-modal .panel-default>.panel-heading i {
  color: #3498db !important;
}
#integration-modal .optin-form-content .h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 50px;
  margin-top: 10px;
}
#integration-modal .optin-form-content .h2.orange {
  color: #ffb400;
  margin-bottom: 0px;
}
#integration-modal .optin-form-content .form-control {
  border-radius: 2px!important;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
  color: #a7a7a7;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.3333333;
  margin-top: 5px;
}
#integration-modal .optin-form-content .btn-submit {
  display: block;
  width: 81%;
  margin: auto;
  border: 0px;
  white-space: normal;
  overflow: hidden;
  hyphens: auto;
  margin-top: 10px;
  background-color: #3498db;
  margin-bottom: 10px;
}
#integration-modal .optin-form-content .btn-submit h3 {
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
}
#integration-modal .optin-form-conten .btn-submit i {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#integration-modal .sub-text {
  font-size: 11px;
  color: #434c52;
}
#integration-modal .notification .email {
  font-size: 12px;
  color: #2f2f2f;
  margin-top: 15px;
}
#integration-modal .notification .email i {
  color: #3598db !important;
  margin-left: 10px;
}
#integration-modal .notification button {
  background-color: #3598db;
  width: 26px;
  height: 26px;
  padding: 0px;
  border-radius: 2px;
  border: none;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 5px;
}
#integration-modal .notification button i {
  margin: 0px;
  color: #fff !important;
}
#integration-modal .notification .detail-text {
  font-size: 11px;
  color: #878787;
}
#integration-modal .notification .panel-body {
  padding-left: 30px;
}
#integration-modal .integration .panel-body {
  padding-top: 5px;
  padding-left: 30px;
}
#integration-modal .integration p.detail-text{
  font-size: 10px;
  margin-top: 5px;
  color:#737373;
}
#integration-modal .integration .options{
  display: none;
}

#integration-modal .integration .options{
  display: none;
}

#integration-modal .integration label {
  font-size: 12px;
  font-weight: bold;
  color: #2f2f2f;
}
#integration-modal .btn-warning i {
  margin-right: 2px;
  font-size: 18px;
  position: relative;
  top: 0;
}
#integration-modal .check-title {
  color: #b9b9b9 !important;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: -10px;
  margin-top: 10px;
}
#integration-modal .check-title i {
  margin-right: 5px;
}
#integration-modal .subtitle {
  font-size: 11px;
  padding-bottom: 0px;
}
#integration-modal .progress {
  margin-bottom: 0px;
  color: #fff;
  background-color: #eaebea;
  width: 93%;
}
#integration-modal .optin-form-content .h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
}
#integration-modal .optin-form-content .h5 {
  font-size: 12px;
  color: #333;
}
#integration-modal .optin-form-content {
  padding: 10px;
}
#integration-modal .optin-form-content .col-xs-6, #integration-modal .optin-form-content .col-xs-12, #integration-modal .optin-form-content .col-xs-4, #integration-modal .optin-form-content .col-xs-2 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#integration-modal .optin-form-content .form-control, #integration-modal .optin-form-content select {
  height: 39px;
  font-size: 14px !important;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-left: 35px;
}
#integration-modal .optin-form-content select {
  padding: 0px !important;
  padding-left: 10px !important;
}
#integration-modal .optin-form-content .sub-text {
  margin-bottom: 20px;
  display: inline-block;
}
#integration-modal .optin-sub-image {
  margin-top: -3px;
  margin-right: 1px;
  display:inline-block;
}
#integration-modal .progress-bar {
  background-color: #3498db;
}
#integration-modal .optin-form-content .company-info-title{
  font-size: 12px;
  color:#333;
  border-bottom: 1px solid #DCDCDC;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
#integration-modal .optin-form-content .grey-div{
  background-color: #f3f3f3 !important;
  display: block;
  margin: auto;
  margin-top: 5px;
  padding-bottom: 8px;
  border-radius: 2px;
  padding: 10px;
  width: 80%;
  padding-top: 3px;
  margin-left: 50px;
  float: none;
}
#integration-modal .optin-form-content .grey-div input{
  background: transparent;
  border: none;
  border-bottom: 1px dotted #999;
  padding-left: 4px;
  font-size: 10px !important;
  margin-top: 3px;
  padding-bottom: 0px;
  height: 19px;
}
#integration-modal .optin-form-content .company-info-title p{
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}
#integration-modal .optin-form-content .company-info-title span{
  float: right;
  font-size: 12px;
  color: #3498DB;
}

#integration-modal #optin-headline{
  width: 186px;
  padding: 0px;
}
#integration-modal .inner-addon {
  position: relative;
}
#integration-modal .left-addon .fa {
  left: 0px;
}
#integration-modal .inner-addon .fa {
  position: absolute;
  padding: 13px;
  pointer-events: none;
  color: #f1f1f1;
}
#integration-modal #optin-integration .bootstrap-select .btn {
  width:100%;
  padding:5px 10px;
  height: 33px;
  display:block;
}
#integration-modal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
#integration-modal .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{
  color:#2ecc71
}
/*notification popup */

#notification-modal .email-col {
  padding-right: 3px;
}
#notification-modal .mobile-col, #notification-modal .btn-col {
  padding-right: 3px;
  padding-left: 3px;
}
#notification-modal .modal-body button {
  background-color: #3498db;
  border-color: #3498db;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  color: #fff;
}
#notification-modal input.email, #notification-modal input.mobile {
  height: 32px;
}
#notification-modal p {
  margin-top: 5px;
  font-size: 12px;
}
#notification-modal p i {
  color: #3498db;
  margin-right: 5px;
}
#notification-modal p i.fa-phone {
  margin-left: 10px;
}
#notification-modal .remove-email {
  margin-left: 10px;
}
/*// empty page name warning popup*/

#empty-page-name-modal .modal-title {
  color: #d20000;
}
#empty-page-name-modal .modal-header .close {
  background-color: #d20000;
}
#empty-page-name-modal .modal-footer button {
  background-color: #d20000;
  border-color: #d20000;
}

/*footer content  popup */

#footer-modal .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 0;
  background-color: #f3f4f6;
}
#footer-modal .modal-footer {
  border: none;
}
#footer-modal .modal-footer .btn-primary, .modal-footer .btn-primary.disabled, .modal-footer .btn-primary[disabled] {
  background-color: #3598db;
  border-color: #3598db;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
}
#footer-modal .modal-content {
  border-radius: 0px;
  border: none;
}
#footer-modal .modal-title {
  font-size: 14px;
  font-weight: 600;
  color: #3598db;
  text-transform: uppercase;
}
#footer-modal .modal-header .close {
  float: none;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background-color: #3598db;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0!important;
  margin: 0!important;
  width: 30px;
  height: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  z-index: 9999;
}
#footer-modal .modal-header .close {
  margin-top: -2px;
}
#footer-modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
#footer-modal .modal-dialog {
  width:800px;
}
#footer-modal .btn-primary i {
  font-size: 14px;
  margin-left:5px;
  margin-right: 0;
}
#footer-modal .btn-primary {
  font-size: 14px;
}
#footer-modal .modal-body textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}
#footer-modal .modal-body {
  padding-left: 20px;
  padding-right: 20px;
}
#footer-modal .modal-body label {
  font-size: 12px;
  color: #2f2f2f;
  font-weight: bold;
  text-transform: capitalize;
}
#footer-modal p.subtext {
  color: #878787 !important;
  font-size: 11px !important;
  line-height: 17px !important;
  margin-top: -10px !important;
}
#footer-modal .no-padding-left{
  padding-left: 0px !important;
}


/*footer wizard*/

#footer-modal .btn-footer-save {
}
#footer-modal .modal-footer {
  display: none !important;
}
#footer-modal .stepsControl span {
  display: block;
  margin: 15px 0;
  font-size: 12px;
  color:#555;
  line-height: 14px;
}
#footer-modal .stepsControl span i {
  margin-right:5px;
  color:#c9c9c9;
  font-size: 14px;
}

#footer-modal .stepsControl span.active {
  font-weight: bold;
}

#footer-modal .hideFooterStep {
  display: none;
}
#footer-modal .completedStep {
  color:#3dd37c !important;
}

/*seo  popup */


#seo-modal .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 0;
  background-color: #f3f4f6;
}
#seo-modal .modal-footer {
  border: none;
}
#seo-modal .modal-footer .btn-primary, .modal-footer .btn-primary.disabled, .modal-footer .btn-primary[disabled] {
  background-color: #3598db;
  border-color: #3598db;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
}
#seo-modal .modal-content {
  border-radius: 0px;
  border: none;
}
#seo-modal .modal-title {
  font-size: 14px;
  font-weight: 600;
  color: #3598db;
  text-transform: uppercase;
}
#seo-modal .modal-header .close {
  float: none;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background-color: #3598db;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0!important;
  margin: 0!important;
  width: 30px;
  height: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  z-index: 9999;
}
#seo-modal .modal-header .close {
  margin-top: -2px;
}
#seo-modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
#seo-modal .modal-body textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}
#seo-modal .modal-body {
  padding-left: 50px;
  margin-right: 50px;
}
#seo-modal .modal-body label {
  font-size: 12px;
  color: #2f2f2f;
  font-weight: bold;
  text-transform: capitalize;
}
#seo-modal p.subtext {
  color: #878787 !important;
  font-size: 11px !important;
  line-height: 17px !important;
  margin-top: -10px !important;
}
#seo-modal .modal-body textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}


/*exit popup*/

#exit-modal2 .modal-dialog {
  width: 860px;
}
#exit-modal2 .modal-header {
  padding: 0px 15px;
  border-bottom: 0;
}
#exit-modal2 .form-control {
  box-shadow: none;
  font-size: 12px;
  border-color: #dcdcdc
}
#exit-modal2 .form-control:focus {
  border-color: #3498db;
  box-shadow: none
}
#exit-modal2 .chat-box-content {
  padding: 0px 10px;
}
#exit-modal2 .mCSB_scrollTools {
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
#exit-modal2 .mCSB_inside>.mCSB_container {
  padding-right: 15px;
  margin-right: 0px;
}
#exit-modal2 .modal-body {
  position: relative;
  padding: 0px 15px !important;
}
#exit-modal2 .controls {
  padding: 15px 0px !important;
  height: 450px;
}
#exit-modal2 .close {
  float: none;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background-color: #3498db;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0!important;
  margin: 0!important;
  width: 30px;
  height: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  z-index: 9999;
}
#exit-modal2 .close:active, #exit-modal2 .close:focus, #exit-modal2 .close:hover {
  background: #2783c0;
  color: #fff;
  outline: 0
}
#exit-modal2 .checkbox label {
  font-size: 11px;
  font-weight: 400;
  background: #bbb;
  padding: 4px 26px;
  color: #fff;
  border-radius: 2px;
  width: 126px !important;
  margin-top: 3px !important;
  padding-right: 10px;
}
#exit-modal2 .checkbox label input {
  margin-top: 2px;
}
#exit-modal2 .checkbox label.active {
  background: #3498db;
  color: #fff !important;
}
#exit-modal2 .panel {
  margin-bottom: 6px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: none !important;
}
#exit-modal2 .panel-body {
  padding-top: 0px;
}
#exit-modal2 .panel-default {
  border: none;
}
#exit-modal2 .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}
#exit-modal2 .panel-default>.panel-heading {
  background: #fff;
  color: #3498db;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 0px;
}
#exit-modal2 .panel-default>.panel-heading i {
  color: #3498db !important;
}
#exit-modal2 .optin-form-content .h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 10px;
}
#exit-modal2 .optin-form-content .h2.orange {
  color: #ffb400;
  margin-bottom: 0px;
}

#exit-modal2 .optin-form-content p{
  margin-bottom: 0px
}
#exit-modal2 .optin-form-content .form-control {
  border-radius: 2px!important;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
  color: #a7a7a7;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.3333333;
  margin-bottom: 5px;
  background-color: #fff;
}
#exit-modal2 .optin-form-content .btn-submit2 {
  display: block;
  width: 100%;
  border: 0px;
  white-space: normal;
  overflow: hidden;
  hyphens: auto;
  margin-top: 10px;
  background-color: #ffb400;
  margin-bottom: 10px;
}
#exit-modal2 .optin-form-content .btn-submit2 {
  font-size: 20px !important;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#exit-modal2 .optin-form-content .btn-submit2 h3 {
  margin-bottom: 20px;
  font-size: 20px !important;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
#exit-modal2 .optin-form-conten .btn-warning i {
  font-size: 20px !important;
  font-weight: bold;
  text-transform: uppercase;
}
#exit-modal2 .sub-text {
  font-size: 11px;
  color: #434c52;
  display: inline-block;
}
#exit-modal2 .notification .email {
  font-size: 12px;
  color: #2f2f2f;
  margin-top: 15px;
}
#exit-modal2 .notification .email i {
  color: #3598db !important;
  margin-left: 10px;
}
#exit-modal2 .notification button {
  background-color: #3598db;
  width: 26px;
  height: 26px;
  padding: 0px;
  border-radius: 2px;
  border: none;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 5px;
}
#exit-modal2 .notification button i {
  margin: 0px;
  color: #fff !important;
}
#exit-modal2 .notification .detail-text {
  font-size: 11px;
  color: #878787;
}
#exit-modal2 .notification .panel-body {
  padding-left: 30px;
}
#exit-modal2 .integration .panel-body {
  padding-top: 15px;
  padding-left: 30px;
}
#exit-modal2 .integration label {
  font-size: 12px;
  font-weight: bold;
  color: #2f2f2f;
}
#exit-modal2 .btn-warning i {
  margin-right: 2px;
  font-size: 18px;
  position: relative;
  top: 0;
}
#exit-modal2 .sub-text .exit-sub-image {
  margin-top: -3px;
  margin-right: 1px;
}


#exit-modal2 .modal-lg {
  width: 1000px;

}

#exit-modal2 .exit-placeholder-text{
  background: #f7f7f7;
  min-height: 250px
}

#exit-modal2 .optin-form-content .btn-submit {
  font-size: 20px !important;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: none !important;
}

#exit-modal2 .optin-form-content .btn-submit h3 {
  margin-bottom: 20px;
  font-size: 20px !important;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

#exit-modal2 .list-group-item{
  border: 0px;
}

#exit-modal2 .edit-list .type_pop .btn-group .btn{
  width: 80px
}
#exit-modal2 .edit-list .type_pop{
  background: #fff;
  width: 330px;
  position: absolute;
  top: 62px;
}

#exit-modal2 .edit-list .type_pop:hover span{
  color: #333
}

#exit-modal2 .top-contorls{
  height: 50px;
  background: #f3f3f3;
  padding: 5px 10px !important;
  margin: 0px -15px
}

#exit-modal2 .standard_popup{
  display: none
}

#exit-modal2 .offer_placholder{
  background: #f6f6f6;
  height: 250px;
  position: relative;
  overflow: hidden;
}

#exit-modal2 .offer_placholder_text{
  display: none;
  margin-top: 0px !important;
  padding: 15px;
  line-height: 35px
}


#exit-modal2 .offer_popup .btn-submit h3{
  margin: 5px 0px;
  font-size: 16px !important;

}

#exit-modal2 .offer_popup .intl-tel-input{
  margin-bottom: 5px;
  margin-top: 0px

}

#exit-modal2  .offer_placholder_img .img-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  width: 102%;
  height: 100%;
  display: none;
}

#exit-modal2  .offer_placholder_img img {

  height: 100%;

}


#exit-modal2  .offer_placholder_img:hover .img-overlay {
  display: block;
}
#exit-modal2 .offer_placholder_img:hover .img-overlay a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform:uppercase;
  padding: 15px 50px;
  background-color: #3498db;
  border-radius: 2px;
  text-decoration: none;
  margin-top: 90px;
  display: inline-block;
}

#exit-modal2 .offer_popup{
  position: relative;
  height: 450px
}


#exit-modal2 .offer_tabs_cont.nav-tabs>li.active>a, #exit-modal2 .offer_tabs_cont.nav-tabs>li.active>a:focus, #exit-modal2 .offer_tabs_cont.nav-tabs>li.active>a:hover{
  background-color: #3498db;
  color: #fff;
  border: 0px;
  z-index: 9999;
  position: relative;
  border: 1px solid #3498db;
}

#exit-modal2 .offer_tabs_cont.nav-tabs>li:first-child>a:after{
  left: 100%;
  top: 54%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
  z-index: 9999999
}


#exit-modal2 .offer_tabs_cont.nav-tabs>li.active:first-child>a:after{
  border-left-color: #3498db;

}


#exit-modal2 .offer_tabs_cont.nav-tabs{
  border-bottom: 0px;
}

#exit-modal2 .offer_tabs_cont.nav-tabs a{
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: -1px;
  padding: 7px 20px;
  font-size: 12px;
  background-color: #fff


}

#exit-modal2 .offer_tabs_cont.nav-tabs>li.active {

  margin-bottom: -1px;
}

#exit-modal2 .offer_tabs_cont{
  position: absolute;
  top: -42px;
  left: 351px;
}

.name_input,.phone_input,.email_input,.user_input{
  padding-left: 35px !important;
}

/* .name_input{
  background: url("../../images/briefcase.png") no-repeat 10px center;
}
.phone_input{
  background: url("../../images/phone.png") no-repeat 10px center;
}
.email_input{
  background: url("../../images/envelope.png") no-repeat 10px center;
}
.user_input{
  background: url("../../images/user.png") no-repeat 10px center;
} */

#exit-modal2 .integration .options{
  display: none;
}

#exit-modal2  .integration .bootstrap-select .btn{
  width: 100%;
  padding: 5px 10px;
  height: 33px;
  display: block;
}


#exit-modal2 .subtitle{
  font-size: 10px;
  padding-bottom: 0
}

#exit-modal2 .row .edit-list{
  margin-top: 40px
}
#exit-modal2 .edit-list .btn-group .btn{
  z-index: 9999
}

#exit-modal2 .panel-body{
  padding-bottom: 0px;
  margin-bottom: 0px
}

#exit-modal2 .top-contorls h5{
  color: #3498db;
  font-weight: bold
}



#exit-modal2 .email_tab{
  height: 450px
}


#exit-modal2 .create-email h3{
  font-size:16px;
  margin-bottom:15px;
  text-align:center;
}
#exit-modal2 .create-email h3 i{
  font-size:13px;
  margin-right:5px;
}
#exit-modal2 .token{
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 26px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 4px;
  width: 88px;
  z-index: 50;
}
#exit-modal2 .token {
  left: auto;
  right: 113px;
  top: 9px;
  width: 63px;
}

#exit-modal2 .token a{
  color: #363636;
  cursor: pointer;
  text-decoration: none;
}
#exit-modal2 .input-contain-email .popover-content a {
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 11px;
  line-height: 24px;
  padding: 0 12px;
  text-decoration: none;
  transition: all 0.1s ease 0s;
  width: 100%;
  text-align: left;
}
#exit-modal2 .input-contain-email .popover-content {
  padding: 7px 0;
  width: 130px;
}
#exit-modal2 .input-contain-email .popover {
  border-radius: 3px;
  box-shadow: none;
  padding: 0;
}
#exit-modal2 .input-contain-email .popover-content a:hover {
  background: #f7f7f7 none repeat scroll 0 0;
}
/*.inner-menu {*/
/*margin-bottom: 10px;*/
/*}*/
#exit-modal2 #token{
  display: none;
}
#exit-modal2 .create-email-template .cke_1.cke_chrome {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #f9f9f9 !important;
}
#exit-modal2 .create-email-template .cke_1 .cke_top {
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom-color: #e5e5e5;
}
#exit-modal2 .create-email .token {
  left: 592px;
  top: 4px;
  width: 57px;
}
#exit-modal2 .btn-send-conf-email{
  float: right;
  margin-top: 10px;
}
#exit-modal2 .send-email-title{
  text-transform: uppercase;
  font-weight: 700;
  color: #3498db;
}
@media (max-width : 1000px) {
  #exit-modal2 .create-email .token {
      top: 39px;
  }
}

#exit-modal2 .contain-email-text .input-contain-email {
  padding-right: 10px;
}
#exit-modal2 .contain-email-text .input-title-eamil {
  padding: 0;
  width: 107px;
}
#exit-modal2 .mt20 {
  margin-top: 20px;
}
#exit-modal2 .contain-email-text .input-title-eamil label {
  color: #8899aa;
  float: right;
  font-size: 13px;
  font-weight: 500;
  line-height: 31px;
}
#exit-modal2 .input-contain-email input {
  border-radius: 3px;
  height: 33px;
  width: 100%;
}
#exit-modal2 .input-template-style {

}
#exit-modal2 .cke_dialog_ui_hbox_first > div > table > tbody > tr:nth-child(2) {
  display: none;
}
#exit-modal2 .cke_dialog_ui_hbox_first > div > table > tbody > tr:nth-child(1) .cke_dialog_ui_hbox_first > div > table > tbody > tr:nth-child(2) {
  display: block;
}
#exit-modal2 .cke_dialog_contents_body .cke_dialog_ui_input_select option {
  display: none;
}
#exit-modal2 .cke_dialog_contents_body .cke_dialog_ui_input_select option[value="url"], .cke_dialog_contents_body .cke_dialog_ui_input_select option[value="http://"], .cke_dialog_contents_body .cke_dialog_ui_input_select option[value="https://"] {
  display: block;
}
#exit-modal2 .cke_dialog_tab {
  display: none !important;
}

#exit-modal2 .autoplay-v {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 20px
}

/*countdown popup*/

/*countdown popup*/
#countdown-modal .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 0;
  background-color: #f3f4f6;
}
#countdown-modal .modal-footer {
  border: none;
}
#countdown-modal .modal-footer .btn-primary, .modal-footer .btn-primary.disabled, .modal-footer .btn-primary[disabled] {
  background-color: #3598db;
  border-color: #3598db;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
}
#countdown-modal .modal-content {
  border-radius: 0px;
  border: none;
}
#countdown-modal .modal-title {
  font-size: 14px;
  font-weight: 600;
  color: #3598db;
  text-transform: uppercase;
}
#countdown-modal .modal-header .close {
  float: none;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  background-color: #3598db;
  text-shadow: 0 0 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0!important;
  margin: 0!important;
  width: 30px;
  height: 30px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  z-index: 9999;
}
#countdown-modal form{
  width: 65%;
  float: none;
  margin: auto;
}
#countdown-modal .modal-header .close {
  margin-top: -2px;
}
#countdown-modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
#countdown-modal .modal-body textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
}
#countdown-modal .modal-body {
  padding-left: 50px;
  margin-right: 50px;
}
#countdown-modal .modal-body label {
  font-size: 12px;
  color: #2f2f2f;
  font-weight: bold;
  text-transform: capitalize;
}
#countdown-modal p.subtext {
  color: #878787 !important;
  font-size: 11px !important;
  line-height: 17px !important;
  margin-top: -10px !important;
}
#countdown-modal select{
  /*width:70px;*/
  padding: 0px;
  padding-right: 10px;
  margin-right: 20px;
}
#countdown-modal .inline {
  width: 80px;
  display: inline-block;
  margin-bottom: 0px !important;
}


#countdown-modal .counter-options i {
  color: #d7ddde;
  padding-right:5px;
}
#countdown-modal .counter-options {
  width:65%;
  margin: 0 auto;
  font-size:12px;
  color: #555555;
  margin-bottom: 10px;
}


#countdown-modal .counter-options i {
  color: #d7ddde;
  padding-right:5px;
}


#countdown-modal .rowcountertoggle {
  width:65%;
  margin:0 auto;
  padding: 0;
  margin-bottom: 15px;
}
#countdown-modal .rowcountertoggle .col-sm-6 {
  margin:0 auto;
  padding: 0;
}
#countdown-modal .rowcountertoggle span {
  display: block;
  color: #bbbbbb;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 2px;
  background: #ececec;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
}
#countdown-modal .rowcountertoggle span.dateToggle {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#countdown-modal .rowcountertoggle span.evergreenToggle {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#countdown-modal .rowcountertoggle span.active {
  background: #3598db;
  color: #FFF;
}
#countdown-modal .rowcountertoggle span .fa {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  padding-right: 5px;
}
#countdown-modal .innerorw {
  padding: 0;
  margin: 0;
}
#countdown-modal .innerorw .nomargin {
  padding: 0;
  margin: 0;
}
#countdown-modal .innerorw .inline {
  width: 67px;
}
#countdown-modal .dateinput {
  margin-right: 10px;
}
#countdown-modal .innerorw input.form-control {
  padding: 6px;
}
#countdown-modal .evergreenExp {
  font-weight: 700;
  color: #2f2f2f;
  margin: 0 0 10px 0;
  font-size: 12px;
  text-transform: uppercase;
}
#countdown-modal .rowcountertoggle div.style {
  border-bottom: 2px solid #3598db;
  color: #3598db;
  text-transform: uppercase;
  font-weight: 700;
}
#countdown-modal #evergreenContent .form-group {
  margin-right: 5px;
}
#countdown-modal .form-group {
  line-height: 11px !important;
}

.datepicker-switch{
  text-align: center;
}
#validate2 .intl-tel-input{
  margin-top: 0px
}

#validate2 .flag-dropdown{
  left: 0px
}



#exit-popup-wrapper .img-container {
  position: relative;
  margin: auto;
}
#exit-popup-wrapper .img-container:hover  .img-overlay {
  display: block;
}
#exit-popup-wrapper .img-container:hover  .img-overlay h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0px;
}
#exit-popup-wrapper .img-container:hover  .img-overlay a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 15px 20px;
  background-color: #3dd37c;
  border-radius: 2px;
  text-decoration: none;
  position:absolute;
  top: 50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);

}

#exit-popup-wrapper .img-overlay {
  position: absolute;
  top:0px;
  left: 0px;
  color:#fff;
  background-color: rgba(0,0,0,0.7);
  width: 99%;
  height: 100%;
  display: none;
}
.exit-popup-img {
  width:100%;
}

#optin-popup-modal .modal-dialog {
  width: 850px;
}
#optin-popup-modal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#optin-popup-modal .modal-body {
  padding: 0;
  margin: 0;
}
#optin-popup-modal .modal-header .close {
  background: #f3f3f3;
  color: #616161;
}
#optin-popup-modal .rightBorder {
  border-right: 1px solid #e9e9e9;
}
#optin-popup-modal .modal-body .row:first-of-type {
  margin: 0 !important;
  display: flex;
}
#optin-popup-modal .firstCol {
  position: relative;
}
#optin-popup-modal .title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #3498db;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 10px;
  padding-bottom: 5px;
}
#optin-popup-modal .title span {
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
}
#optin-popup-modal .colWrapper {
  padding: 10px;
  min-height: 242px;
}
#optin-popup-modal .noPaddingLR {
  padding: 0 !important;
}
#optin-popup-modal .list-group-item {
  padding: 0;
  line-height: 30px;
  border: none;
  margin-bottom: 5px;
  font-size: 12px;
  color: #737373;
}
#optin-popup-modal .list-group-item i {
  color: #d6dcdd;
  padding-right: 5px;
}
#optin-popup-modal .sp-replacer {
  margin-top: 7px;
}
#optin-popup-modal .sp-preview {
  width: 35px;
}
#optin-popup-modal .eye-view {
  right: 2px;
}
#optin-popup-modal .leftFooter {
  background: #fafafa;
  border-top: 1px solid #e9e9e9;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#optin-popup-modal .saveBtn,
#optin-popup-modal .saveBtn:hover,
#optin-popup-modal .saveBtn:focus {
  background: #3498db;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px;
  border: none;
  float: right;
}
#optin-popup-modal .optinTitle {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #656565;
  padding: 35px 15px;
  border-bottom: 1px solid #e9e9e9;
}
#optin-popup-modal .optinTitle p {
  margin: 0 !important;
}
#optin-popup-modal .optinTitle span {
  color: #3498db;
}
#optin-popup-modal .popupBody {
  background: #f5f5f5;
  padding: 40px 50px;
}
#optin-popup-modal .inner-addon {
  position: relative;
  margin-bottom: 8px;
}
#optin-popup-modal .left-addon .fa {
  z-index: 10000;
  color: #666666 !important;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 13px;
}
#optin-popup-modal input {
  height: 37px;
  line-height: 35px;
  width: 100%;
  box-shadow: none;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #ebebeb !important;
  color: #666666 !important;
  font-size: 16px;
  padding-left: 32px !important;
  margin: 0;
}
#optin-popup-modal .intl-tel-input {
  margin: 0;
  width: 100%;
}
#optin-popup-modal .intl-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  outline: none !important;
}
#optin-popup-modal .intl-tel-input .flag-dropdown .selected-flag {
  outline: none !important;
}
#optin-popup-modal .createBtn {
  background-color: #ffb338;
  /*background: -moz-linear-gradient(top, #ffb338 0%, #ff9e01 100%);
  background: -webkit-linear-gradient(top, #ffb338 0%,#ff9e01 100%);
  background: linear-gradient(to bottom, #ffb338 0%,#ff9e01 100%);*/
  color: #fff;
  box-shadow: 0 2px #d58b12;
  border-radius: 4px !important;
  color: #FFF;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  padding: 7px 15px;
  display: block;
  width: 100%;
  border-radius: 2px;
  border: none;
  outline: none !important;
  text-align: center;
  text-transform: uppercase;
}
#optin-popup-modal .createBtn p {
  margin: 0 !important;
}
#optin-popup-modal .spamText {
  margin: 15px 0;
  text-align: center;
  font-size: 11px;
  color: #808080;
  font-weight: 600;
  margin-bottom: 0;
}
#optin-popup-modal .spamText span {
  display: inline-block;
}
#optin-popup-modal .spamText span:first-of-type {
  margin-right: 3px;
}
#optin-popup-modal .spamText p {
  margin-bottom: 0 !important;
}

.modal-header {
  height: 30px !important;
  padding: 0 15px !important;
}
.modal-header .modal-title {
  line-height: 30px !important;
  padding-top: 10px;
}


#optin-modal .checkbox label {
  font-size: 11px;
  font-weight: 400;
  background: #bbb;
  padding: 4px 26px;
  color: #fff;
  border-radius: 2px;
  width: 126px !important;
  margin-top: 3px !important;
  padding-right: 10px;
}
#optin-modal .checkbox label input {
  margin-top: 2px;
}
#optin-modal .checkbox label.active {
  background: #3498db;
  color: #fff !important;
}
#optin-modal .panel {
  margin-bottom: 6px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: none !important;
}
#optin-modal .panel-body {
  padding-top: 0px;
}
#optin-modal .panel-default {
  border: none;
}
#optin-modal .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}
#optin-modal .panel-default>.panel-heading {
  background: #fff;
  color: #3498db;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 0px;
}
#optin-modal .panel-default>.panel-heading i {
  color: #3498db !important;
}
#optin-modal .optin-form-content .h2 {
  font-size: 18px;
  /*font-weight: bold;*/
  /* text-transform: capitalize; */
  color: #333333;
  margin-bottom: 50px;
  margin-top: 10px;
}
#optin-modal .optin-form-content .h2.orange {
  color: #ffb400;
  margin-bottom: 0px;
}
#optin-modal .optin-form-content .form-control {
  border-radius: 2px!important;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
  color: #a7a7a7;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.3333333;
  margin-top: 5px;
}
#optin-modal .optin-form-content .btn-submit {
  display: block;
  width: auto;
  margin: auto;
  border: 0px;
  white-space: normal;
  overflow: hidden;
  hyphens: auto;
  margin-top: 20px;
  background-color: #3498db;
  margin-bottom: 20px;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
#optin-modal .optin-form-content .btn-submit h3 {
  font-size: 20px;
  width: 100%;
  /*font-weight: bold;*/
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
}
#optin-modal .optin-form-conten .btn-submit i {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#optin-modal .sub-text {
  font-size: 11px;
  color: #434c52;
}
#optin-modal .notification .email {
  font-size: 12px;
  color: #2f2f2f;
  margin-top: 15px;
}
#optin-modal .notification .email i {
  color: #3598db !important;
  margin-left: 10px;
}
#optin-modal .notification button {
  background-color: #3598db;
  width: 26px;
  height: 26px;
  padding: 0px;
  border-radius: 2px;
  border: none;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 5px;
}
#optin-modal .notification button i {
  margin: 0px;
  color: #fff !important;
}
#optin-modal .notification .detail-text {
  font-size: 11px;
  color: #878787;
}
#optin-modal .notification .panel-body {
  padding-left: 30px;
}
#optin-modal .integration .panel-body {
  padding-top: 5px;
  padding-left: 30px;
}
#optin-modal .integration p.detail-text{
  font-size: 10px;
  margin-top: 5px;
  color:#737373;
}
#optin-modal .integration .options{
  display: none;
}
#optin-modal .integration label {
  font-size: 12px;
  font-weight: bold;
  color: #2f2f2f;
}
#optin-modal .btn-warning i {
  margin-right: 2px;
  font-size: 18px;
  position: relative;
  top: 0;
}
#optin-modal .check-title {
  color: #b9b9b9 !important;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: -10px;
  margin-top: 10px;
}
#optin-modal .check-title i {
  margin-right: 5px;
}
#optin-modal .subtitle {
  font-size: 11px;
  padding-bottom: 0px;
}
#optin-modal .progress {
  margin-bottom: 0px;
  color: #fff;
  background-color: #eaebea;
  width: 93%;
}
#optin-modal .optin-form-content .h2 {
  font-size: 16px;
  /*font-weight: bold;*/
  /* text-transform: uppercase; */
  color: #333;
  margin-bottom: 20px;
}
#optin-modal .optin-form-content .h5 {
  font-size: 12px;
  color: #333;
}
#optin-modal .optin-form-content {
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
#optin-modal .optin-form-content .col-xs-6, #optin-modal .optin-form-content .col-xs-12, #optin-modal .optin-form-content .col-xs-4, #optin-modal .optin-form-content .col-xs-2 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#optin-modal .optin-form-content .form-control, #optin-modal .optin-form-content select {
  height: 36px;
  font-size: 12px !important;
  padding-bottom: 1px;
  padding-top: 1px;
  /* margin-left: 20px;
  margin-right: 20px; */
  /* padding-left: 35px; */
}
#optin-modal .optin-form-content select {
  padding: 0px !important;
  padding-left: 10px !important;
}
#optin-modal .optin-form-content .sub-text {
  margin-bottom: 20px;
  display: inline-block;
}
#optin-modal .optin-sub-image {
  margin-top: -3px;
  margin-right: 1px;
  display:inline-block;
}
#optin-modal .progress-bar {
  background-color: #3498db;
}
#optin-modal .optin-form-content .company-info-title{
  font-size: 12px;
  color:#333;
  border-bottom: 1px solid #DCDCDC;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
#optin-modal .optin-form-content .grey-div{
  background-color: #f3f3f3 !important;
  display: block;
  margin: auto;
  margin-top: 5px;
  padding-bottom: 8px;
  border-radius: 2px;
  padding: 30px;
  width: 80%;
  padding-top: 3px;
  margin-left: 50px;
  float: none;
}
#optin-modal .optin-form-content .grey-div input{
  background: transparent;
  border: none;
  border-bottom: 1px dotted #999;
  padding-left: 4px;
  font-size: 10px !important;
  margin-top: 3px;
  padding-bottom: 0px;
  height: 26px;
}
#optin-modal .optin-form-content .company-info-title p{
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}
#optin-modal .optin-form-content .company-info-title span{
  float: right;
  font-size: 12px;
  color: #3498DB;
}

#optin-modal #optin-headline{
  width: 186px;
  padding: 0px;
}
#optin-modal .inner-addon {
  position: relative;
}
#optin-modal .left-addon .fa {
  left: 0px;
}
#optin-modal .inner-addon .fa {
  position: absolute;
  padding: 13px;
  pointer-events: none;
  color: #f1f1f1;
}
#optin-modal #optin-integration .bootstrap-select .btn {
  width:100%;
  padding:5px 10px;
  height: 33px;
  display:block;
}
#optin-modal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.modal .list-group {
  border: 0px !important;
}

strong, b {
  font-weight: bold !important;
}

.intl-tel-input {
  width: 100%;
}

#business_name, #business_phone, #keyword, #website_url {
  width: 100%;
  font-size: 13px;
  font-family: Arial;
}

.banner728-90 .gdpr-checkbox-wrapper {
  width: 500px;
}

.col-xs-12 {
  padding-left: 10px;
}

.banner728-90 .gdpr-checkbox-wrapper {
  width: 500px;
}

.banner728-90 .rep-inn-content > .col-md-5 {
  padding-left: 10px !important;
}

.lmtkgpl-widget p {
  text-align: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
}



.lr-banner-full {
  padding: 20px;
  /* margin: 20px; */
  background-color: #FFFFFF;
  /* border: solid 1px #CCCCCC; */
  border-radius: 5px;
}

.lr-banner-full .lr-title {
  text-align: center;
  color: #2196f3;
  font-size: 20px;
}

.lr-banner-full .lr-subtitle {
  text-align: center;
  font-size: 16px;
  color: #898c94 !important;
}

.lr-banner-full .lr-input input {
  border: 1px solid #d2d6de;
  border-radius: 5px;
  padding: 10px;
  color: #999999;
  font-size: 16px !important;
}

.lr-banner-full .lr-button {
  padding-top: 20px;
  text-align: center;
}

.lr-banner-full .lr-button button {
  padding-top: 10px;
  text-align: center;
  background-color: #2196f3;
  border: 0px;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.lr-banner-full .lr-gdpr-wrapper {
  padding: 10px;
  /* padding-left: 40px;
  padding-right: 40px; */
}

.lr-gdpr-checkbox {
  float: left;
  width: 20px;
}

.lr-gdpr-checkbox input {
  width: 20px;
  height: 20px;
}

.lr-gdpr-text {
  /* float: left;
  width: calc(100% - 30px); */
  /* padding-left: 10px; */
  color: #898c94 !important;
  /* padding-top: 5px; */
}

.lr-banner-full .lr-input input::-webkit-input-placeholder { /* Edge */
  color: #CCCCCC;
}
/* END Local Recon*/

@media screen and (min-width: 1000px) {
  .container {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow: auto !important;
  }
}


/* New UI Starts here */
.header-top {
  background: #FFFFFF !important;
}

.theme--light.v-text-field--solo-inverted > .v-input__control > .v-input__slot {
  background: #F9FAFC !important;
}

.locations-dropdown .theme--light.v-icon {
  color: #828282 !important;
}

.me-icon-name {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #19233A !important;
}

.me-icon-email {
  font-size: 14px !important;
  color: #757B89 !important;
}

.me-icon-icon {
  font-size: 20px !important;
  color: #757B89 !important;
}

main.v-main {
  background: #F5F5F5;
}

.header-right-items .v-input.v-input--is-focused {
  border: solid 1px #1976d2 !important;
}

.header-right-items .v-menu__content {
  margin-top: -5px !important;
  color: #19233A !important;
}

.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  color: #19233A !important;
}

.me-icon-menu a {
  text-decoration: none;
  color: #757B89 !important;
  font-size: 14px;
}

.me-icon-menu a.logout-link {
  color: #1976d2 !important;
}

h1.text-lg {
  font-size: 28px;
  font-weight: bold;
  color: #19233A !important;
}


.dashboard-box {
  position: relative;
}
.dashboard-box .v-sheet.v-card {
  border-radius: 5px !important;
  box-shadow: 0px 2px 20px rgba(62, 187, 128, 0.1) !important;
  border: 0px !important;
}

.dashboard-box .dashboard-box-title {
  font-size: 14px;
  align-items: center;
  color: #19233A;
  font-weight: bold;
  opacity: 0.5;
  margin-bottom: 10px;
}

.stats-box .stats-box-number {
  color: #19233A;
  font-size: 30px;
  font-weight: bold;
  padding-top: 0px;
}

.stats-box .stats-box-number.large {
  font-size: 40px;
}

.stats-box .stats-box-icon-bg {
  position: absolute;
  background: #3EBB80;
  opacity: 0.1;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  right: 22px;
  top: 50%;
  margin-top: -30px;
}

.stats-box .stats-box-icon {
  position: absolute;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  right: 36px;
  top: 50%;
  margin-top: -20px;
}

.stats-box .stats-box-icon-bg {

}

.stats-box .stats-box-icon i {
  font-size: 28px;
  color: #3EBB80;
}

@media screen and (max-width: 900px) {
  .stats-box .stats-box-icon-bg {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  
  .stats-box .stats-box-icon {
    width: 20px;
    height: 20px;
    right: 32px;
    margin-top: -13px;
  }
  
  .stats-box .stats-box-icon-bg {
  
  }
  
  .stats-box .stats-box-icon i {
    font-size: 20px;
  }
}

.dashboard-box-menu-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

.dashboard-box .dashboard-box-iconsquare {
  width: 60px;
  height: 60px;
  position: relative;
  margin: auto;
}

.dashboard-box .dashboard-box-iconsquare .dashboard-box-icon-background {
  border-radius: 10px;
  position: absolute;
  background: #3EBB80;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

.dashboard-box .dashboard-box-iconsquare .dashboard-box-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
}

.dashboard-box .dashboard-box-iconsquare .dashboard-box-icon i {
  font-size: 28px;
  color: #3EBB80;
}

.dashboard-activity-item {
  word-break: break-word;
  background: #FAFAFA;
  color: #757B89;
  padding: 15px;
}

.dashboard-activity-item strong {
  color: #19233A;
}

table tr.v-data-table__empty-wrapper td {
  height: 270px !important;
}

.v-tabs:not(.v-tabs--vertical) .v-tab {
  font-size: 12px;
  text-transform: initial;
  min-width: auto;
  justify-content: initial;
  padding: 0px;
  margin-right: 40px;
}

.v-tabs:not(.v-tabs--vertical) .v-slide-group__wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.theme--light.v-card {
  color: #19233A;
}

.rg-text-field {
  border: 1px solid rgba(25, 35, 58, 0.3);
  border-radius: 5px;
  font-size: 12px;
  height: 40px;
}

.v-text-field--outlined fieldset {
  border: 1px solid rgba(25, 35, 58, 0.3);
}

.v-select__selection.v-select__selection--comma {
  font-size: 12px;
}

.v-input .v-label, .v-input input {
  font-size: 12px;
}

.border-1 {
  border-width: 1px;
}

.text-bold {
  font-weight: bold;
}

.text-underline {
  text-decoration: underline;
}

.bg-blue {
  background-color: #3A9BDB;
}

.text-blue {
  color: #3A9BDB !important;
}

.border-blue {
  border-color: #3A9BDB;
}

.text-red {
  color: #e65045 !important;
}

.v-application a {
  color: #3A9BDB !important;
  text-decoration: none;
}

table.rg-datatable {
  font-size: 12px;
}

table.rg-datatable th {
  background-color: #F7F8F8;
  border: solid 1px #F7F8F8;
}

table.rg-datatable th, table.rg-datatable td {
  padding: 10px;
}

table.rg-datatable tr:nth-child(even) td {
  background-color: #FBFBFB;
}

.styled-checkbox-new {
  width: 15px;
  height: 15px;
}

.v-menu__content:not(.v-autocomplete__content):not(.color-picker-menu) {
  margin-top: 36px !important;
}

.table-menu-actions {
  padding-top: 0px;
  padding-bottom: 0px;
}

.table-menu-actions .v-list-item {
  min-height: 30px;
  padding-left: 6px;
  min-width: 150px;
  padding-right: 0px;
}

.table-menu-actions a {
  color: #19233A !important;
  font-size: 12px;
  display: block;
  width: 100%;
}

.table-menu-actions .table-menu-action-icon {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.table-menu-actions a i {
  opacity: 0.6;
  font-size: 10px;
}

.rg-modal-header {
  background: #19233A;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
  padding-left: 25px;
  position: relative;
}

.rg-modal-header .rg-modal-close-btn {
  position: absolute;
  color: #FFFFFF !important;
  top: 10px;
  right: 14px;
  font-size: 18px !important;
}

.theme--light.v-label {
  color: #19233A !important;
}

.rg-uploader {
  background: rgba(36, 119, 246, 0.2);
  border-radius: 50%;
  width: 100px !important;
  height: 100px !important;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  padding-left: 37px !important;
  padding-top: 22px !important;
}

.rg-uploader .mdi-camera::before {
  color: #3A9BDB;
  font-size: 45px;
}

/* .rg-uploader .v-input__prepend-outer {
  margin: auto !important;
} */

.dashboard-box-content-border {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin-top: 15px;
}

.has-color-picker {
  position: relative;
}

.color-picker-color-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  margin-top: -28px;
}

.color-picker-menu {
  margin-top: 0px !important;
  margin-left: -10px !important;
}

.rg-widget-template {
  background: #FFFFFF;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  width: 45%;
  margin-right: 5%;
  padding: 5px;
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-top: 14px;
}

.rg-widget-template.selected {
  border: 2px solid #3EBB80;
}

.rg-widget-template-selected-icon {
  position: absolute;
  background: #3EBB80;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  padding: 3px;
  top: 7px;
  right: 7px;
  z-index: 8;
}

.rg-widget-template-selected-icon-inner {
  background: #FFFFFF;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.rg-widget-template-image {
  padding: 20px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  flex-direction: column;
  height: 130px;
  -webkit-box-align: center;
  justify-content: center;
  position: relative;
}

.rg-widget-template-image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 1px solid #e7e7e7;
}

.rg-widget-template-reviews .rg-widget-template-image {
  height: 200px;
}

.rg-widget-template-image2 {
  padding: 20px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  flex-direction: column;
  height: 180px;
  -webkit-box-align: center;
  justify-content: center;
  position: relative;
}

.rg-widget-template-image2 img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 1px solid #e7e7e7;
}

.rg-widget-template-reviews .rg-widget-template-image2 {
  height: 300px;
}

.rg-widget-template-reviews .rg-widget-template-image.floater img {
  max-width: auto;
  max-height: auto;
  margin: auto;
  border: 0px;
}

.rg-widget-template-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #19233A;
  padding: 20px;
  padding-left: 4px;
  padding-right: 4px;
}

.rg-widget-template-reviews .rg-widget-template-name {
  /* color: #FFFFFF; */
}

.rg-widget-template-reviews .rg-widget-template-name {
  padding: 0px;
  padding-left: 4px;
  padding-right: 4px;
}

.v-expansion-panel {
  margin-bottom: 10px;
}

.v-expansion-panel-header {
  background: rgba(25, 35, 58, 0.05) !important;
  min-height: auto !important;
  padding: 13px;
  color: #757B89;
  /* color: #3A9BDB; */
  font-size: 12px;
  font-weight: bold;
}

.v-expansion-panel--active > .v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon {
  color: #3A9BDB !important;
}

.v-expansion-panel-content__wrap {
  padding-left: 10px;
}

.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child):after {
  border: 0px !important;
}

.v-label.theme--light {
  color: rgba(25, 35, 58, 0.3) !important;
  font-size: 12px !important;
}

.v-main.widgets_edit {
  padding: 0px !important;
}

.rg-top-filter .v-chip {
  font-size: 10px !important;
  height: 24px !important;
}

.rg-top-filter .v-icon.mdi-calendar-blank-outline {
  font-size: 17px !important;
}

div[role="alert"] {
  font-size: 12px;
}

.lf-search-form {
  padding: 5px;
  position: relative;
}

.lf-search-form input {
  border: 0px !important;
}

/* .lf-search-form fieldset {
  border: 0px !important;
} */

.lf-search-location-box {
  border-left: 1px solid rgba(25, 35, 58, 0.1);
  padding-left: 20px;
}

.lf-search-form-submit-button {
  position: absolute;
  height: 67px;
  line-height: 67px;  
  width: 65px;
  background: #3A9BDB;
  color: #FFFFFF;
  right: -8px;
  top: -8px;
  z-index: 9;
  text-align: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.lf-search-form-submit-button i {
  font-size: 26px;
}

.lf-search-form-search-type {
  position: absolute;
  right: 70px;
  /* margin-top: -5px; */
  z-index: 10;
}

@media screen and (max-width: 900px) {
  .lf-search-form-submit-button {
    position: relative;
    width: 95%;
    border-radius: 5px;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
  }

  .lf-search-form-search-type {
    position: relative;
    right: auto;
    padding-left: 10px;
  }
}