.login-logo {
  /*background-image: url(../img/product-cd/ConnectWise-Campaign-Login-Logo.png);*/
}
.mainLogo {
  background-image: url(../img/product-cd/ConnectWise-Campaign-Logo.png);
    height: 50px;
    width: 180px;
}
.navbar-header {
    padding-top: 8px;
    padding-bottom: 6px;
}
.displayNone {
  display: none !important;
}
.displayBlock {
  display: block !important;
}
.body-loader {
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}
.body-loader.loaderModalPopup .modal-dialog {
  top:50%; margin-top:-100px;
}
.loadSpin {
  background: url("../images/spinner.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 32px;
  width: 32px;
}
/* form builder overwriten styles */
.selectorField.draggableField > .well {
    border: none;
    box-shadow: none;
    margin: 0px 0px 8px 0;
    cursor: move;
    /* padding-left: 5px; */
    border-radius: 4px;
    background: #FFFFFF;
    border: 2px dotted #ccc;
    font-weight: 500;
    font-size: 14px;
    padding: 8px;
    line-height: 16px;
    display: inline-flex;
}
.selectorField.draggableField:hover > .well-mini {
    background: #fff;
    border-color: #026ccf;
}
.selected-form-groups .form-group {
  padding: 12px;
  border:2px dotted transparent;
  border-radius: 4px;
}
.selected-form-groups .form-group:hover {
  border-color: #026ccf;
  background: transparent;
}
.selectorField.draggableField > .well > b {
  background-image: url("../images/icons16.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    left: 0;
    position: relative;
    top: 0;
    width: 18px;
    margin-right: 6px;
}
.selectorField.draggableField > .textbox > b {
  background-position: -42px -22px;
}
.selectorField.draggableField > .password > b {
  background-position: -62px -22px;
}
.selectorField.draggableField > .textarea > b {
  background-position: -82px -22px;
}
.selectorField.draggableField > .combobox > b {
  background-position: -102px -22px;
}
.selectorField.draggableField > .selectmultiple > b {
  background-position: -122px -22px;
}
.selectorField.draggableField > .radiogroup > b {
  background-position: -162px -22px;
}
.selectorField.draggableField > .checkboxgroup > b {
  background-position: -142px -22px;
}
.selectorField.draggableField > .submitButton > b {
  background-position: -162px -42px;
}
.selectorField.draggableField > .date > b {
  background-position: -82px -42px;
}
.selectorField.draggableField > .captcha > b {
  background-position: -102px -1px;
  height:18px;
}
.field-selected {
  position: relative;
}
.button-container {
  top: -29px;
  right: -1px;
  padding: 5px;
}
.button-container > img {
  margin: 0px 2px;
}
.templateEditor {
  width: 1024px;
  margin: 0 auto 40px auto;
  height: 786px;
}
.previewmodal.modal.in .modal-dialog {
  margin-top: 10px;
}
@media (min-width: 768px) {
    .modal.modal-4c .modal-dialog {
        width: 400px;
    }
 .importCsvModal .modal-dialog {
        width: 700px;
  }
  .addGroupModal .modal-dialog {
        width: 900px;
        max-width: 900px;
  }
  .syncGroupModal .modal-dialog {
        width: 600px;
        max-width: 600px;
  }
  .fullModal .modal-dialog {
        width: 90%;
  }
   .largeModal .modal-dialog {
        width: 70%;
  }
 .previewmodal .modal-lg {
        width : 90%;
 }
 .modal.alertSignup .modal-dialog {
        width: 500px;
   }
  .wizardPop .modal-dialog {
        width: 800px;
        max-width: 800px;
    }
     .modal.tagModal .modal-dialog {
        width: 300px;
        max-width: 300px;
    }
     .modal.tagWrapModal .modal-dialog {
        width: 800px;
        max-width: 800px;
    }
}
.droppedField {
  cursor: move;
}
.campaignActivityWrap {
  max-height: 250px;
  overflow-y: auto;
  margin-bottom: 8px;
}
.popover.pop-config-member {
  max-width: 420px;
  width: 420px;
}
.pop-companies-list .close {
    position: absolute;
    right: 10px;
    top: 4px;
    text-decoration: none;
}
.popover.pop-companies-list {
    max-width: 900px;
    top: -42px !important;
}
.popover.pop-companies-list .arrow {
    top: 56px;
}
.popover.pop-def-companies {
    max-width: 900px;
    width: 900px;
    /*left: 0 !important;*/
}
.popover.pop-def-companies .arrow {
    /*left: 60px;*/
}
.popover.pop-schedTime {
    width: auto;
    margin-top: 0;
    /*max-width: 235px;*/
}
.popover.pop-trialInfo {
    width: 285px;
    max-width: 285px;
}
.addSchedOpTable {
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 8px;
}
  /*template editor styles */
.templateEditorWrapper {
  padding: 0px;
}
.portlet {
    position: relative;
}
.portlet.highLight, .portlet .show_on_hover {
    border: 3px solid #026ccf;
}
.portlet .show_on_hover {
    position: absolute;
    left: -1px;
    right: -2px;
    top: -36px;
    border-radius: 4px 4px 0 0;
    border-bottom: 0px;
    min-width: 200px;
    background: #026ccf;
}
.portlet-placeholder {
    border: 4px dashed red;
    margin: 0 1em 1em 0;
    height: 50px;
    width: 100%;
    text-align: center;
}
/* template editor styles ends here */
.ui-select-container {
  padding: 0px;
}
.select2-search-field > input {
  padding: 0px 8px;
  }
.ui-select-container.ui-select-multiple {
  height: 100%;
}
.designDragWrap {
    display: block;
    padding: 0px;
}
.designDragSourceItem {
    border: medium none !important;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 18px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 114px;
  text-align: center;
    float: left;
}
.designDragItem {
    background: url("../images/layout-sprite.png") no-repeat scroll center 114px / 114px auto #fff;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.18);
    height: 120px;
    padding-top: 90px;
    width: 114px;
}
.textIcon div {
    background-position: center -124px;
}
.boxedTextIcon div {
    background-position: center -238px;
}
.dividerIcon div {
    background-position: center -352px;
}
.imageIcon div {
    background-position: center -466px;
}
.imageGroupIcon div {
    background-position: center -580px;
}
.imageCardIcon div {
    background-position: center -694px;
}
.imageCaptionIcon div {
    background-position: center -808px;
}
.socialShareIcon div {
    background-position: center -922px;
}
.socialFollowIcon div {
    background-position: center -1036px;
}
.socialLinksIcon div {
    background-position: center -1150px;
}
.footerIcon div {
    background-position: center -1264px;
}
.codeIcon div {
    background-position: center -1378px;
}
.videoIcon div {
    background-position: center -1720px;
}
.captionImageIcon div {
    background-position: center -1844px;
}
#maToolbar {
    margin-bottom: 2px;
}
.campaignFixTopBarPadding {
    /*padding-top: 130px;*/
}
.cal-agenda table td, .cal-agenda table th {
  padding: 6px 4px 4px 8px;
}
.eventCell th, .eventCell td {
  border-bottom:1px solid #ccc;
}
.eventCellTop th, .eventCellTop td {
  border-top:1px solid #ccc;
}
th.minWidth, td.minWidth {
  word-wrap: break-word;
  width: 1%;
  min-width: 100px;
}
.paleteLegends > li > span {
  vertical-align: middle;
}
.paleteBox {
  width: 8px;
  height: 8px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 8px;
}
.palete-md {
    width: 14px;
    height: 14px;
    margin-right: 0;
}
.paleteBox.PB1 { /*Failed/Rejected*/
  background-color: #ca001a;
}
.paleteBox.PB2 { /*sent*/
  background-color: #53a800;
}
.paleteBox.PB3 { /*Scheduled/Approved*/
  background-color: #4baefa;
}
.paleteBox.PB4 { /*Draft*/
  background-color: #faca1b;
}
.paleteBox.PB5 { /*Mailprocessing*/
  background-color: #f16000;
}
.paleteBox.PB6 { /*Under Review*/
  background-color: #A9A9A9;
}
.ui-state-disabled {
    cursor: default !important;
    opacity: 0.50;
}
.popover.pop-config-members {
    width: 360px;
    max-width: 100%;
}
.popover.pop-log-data {
    width: 600px;
    max-width: 100%;
}
.popover.pop-lead-score-data {
    width: 500px;
    max-width: 100%;
}
.popover.pop-config-members .col-sm-12 {
    margin: 5px 0px;
}
.pop-config-members table td {
    padding: 6px 0px;
}
.campToolTipTable >tbody > tr > td {
  padding: 5px;
  border: none;
}
.flyover-bottom {
   bottom: 10px;
}
.flyover {
   left: 150%;
   overflow: hidden;
   position: fixed;
   width: 16%;
   opacity: 0.9;
   z-index: 1050;
   transition: left 0.6s ease-out 0s;
}
.flyover.in {
   left: 82%;
}
.flyover.flyTopAlert {
  left: 1px;
  opacity: 1.9;
    width: 24%;
}
.timeline {
    position: absolute;
    left: 59px;
    border: none;
    border-top: 2px solid red;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
}
.btn-group > div .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > div,
.btn-group > span {
    display: inline-block;
}
.trailExpireMsg {    
    padding: 6px 30px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    color: #212121;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
label > input[type="checkbox"], label > input[type="radio"] {
    opacity: 1;
    margin-top: 0;;
}
#maToolbar, #maToolbar1 {
    margin-bottom: 10px;
}
.progress-bar {
    line-height: 28px;
}
.progress {
    height: 28px;
}
input.error {
    border: 1px solid #B20000;
}
.plans .plan .enableCheck {
    background: url(../images/enable_check.png) no-repeat;
}
/*Flyout css*/
.firstTimeImg {
    border-radius: 6px 6px 0 0;
    width: 100%;
}
.splashList {
    list-style: initial;
    margin-left: 30px;
}
.modal-border-content .modal-content {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.reloadCaptcha {
    margin-top: 4px;
}
.displayInBlock {
    display: inline-block;
}
.social-panel {
    box-shadow: none;
    border: 1px solid #dddfe2;
    border-radius: 4px !important;
}
.social-panel > .panel-body {
}
.social-panel{}
.fb-posts-panel{
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 16px;
}
.fb-post-header {
}
.fb-post-user-dp img{
    width: 40px;
    height: 40px;
}
.fb-post-user {
    padding-left: 50px;
}
.fb-post-time {
    margin-top: 8px;
}
.fb-post-content {
    padding-top: 12px;
    padding-bottom: 12px;
    overflow-wrap: break-word;
}
.fb-post-actions {
    border-top: 1px solid #e5e5e5;
    padding-top: 12px;
    padding-bottom: 12px;
}
.fb-post-actions-wrap li a,  .fb-post-reactions-links li a {
    text-decoration: none;
}
.fb-post-actions-wrap li a {
    padding: 0 12px 0 8px;
}
.fb-post-actions-wrap li a span {
    padding-left: 8px;
}
.fb-post-reactions-wrap {
}
.fb-post-reactions-links li a {
padding-left: 12px;
}
.fb-post-reactions-wrap li, .fb-post-actions-wrap li, .fb-post-reactions-links li,.comments-footer ul li {
    display: inline-block;
}
.comments-footer ul li {
    padding-right: 12px;
}
.fb-post-reactions-wrap a img {
    width: 22px;
    height: 22px;
    margin-left: -6px;
    border: 1px solid #fff;
}
.comments-panel {
    border-top: 1px solid #e1e2e3;
    height: 335px;
    overflow-y: auto;
    padding: 16px;
}
.comments-wrapper {

}
.comments-wrap {
margin-bottom: 12px;
}
.comments-dp img {
     height: 32px;
     width: 32px;
 }

.comments-content {
    padding-left: 42px;
    overflow-wrap: break-word;
}
.comment-reply .comments-dp img {
    height: 24px;
    width: 24px;
}
.comment-reply .comments-content {
    padding-left: 34px;
}
.comments-content textarea {
    border: 1px solid #dddfe2;
    width: 100%;
}
.social-links {
color : #35599c;

text-decoration: none;
}
.comments-attachment {
width: 60%;
}
.comments-attachment img {
width: 100%;}

/*remove this styles*/
.csIconBox {
  display: inline-block;
  position: relative;
  width: 140px;
  text-align: left;
}
.csIconBox .fa {
  font-size: 32px;
  color: #666;
}
.csIconBox:hover .fa {
  color: #000;
}
.csIconBox.active .fa, .csIconBox.active:hover .fa {
  color: #1768b2;
}
.cst-item-body .csIconBox {
  left: 40%;
  position: absolute;
  top: 45%;
  width: auto !important;
  z-index: 4;
}
 .csTemplateCreation {
  margin: 0 auto;
  float: none;
  position: relative;
  z-index: 1 !important;
}
.compaignStepsWrapper, .csTemplateCreation {
  min-width: 800px;
}
.cst-body {
  float: left;
  padding-bottom: 25px;
  width: 100%;
}
.cst-item {
  float: left;
  padding: 12px 12px 12px 0;
  position: relative;
  text-align: center;
  /*border: 2px solid transparent;*/
}
.cst-item:hover, .cst-item:focus {
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.cst-item-head {
  width: 143px;
}
.cst-item-body {
  cursor: pointer;
  height: 186px;
  position: relative;
  width: 155px;
}
.cst-item-actions {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
 background: rgba(0, 0, 0, .3);
  z-index:999;
  /*padding: 12px 4px 4px 4px;*/
}
.cst-item-actions-wrap {
    left: 0;
    text-align: center;
    z-index: 999;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: middle;
}
.cst-item:hover .cst-item-actions, .cst-item:focus .cst-item-actions {
  display: block;
}
.cst-item-head-in {
  position: relative;
}
.cst-item-head-in h4 {
  color: #1768b2;
  font-size: 1em;
  font-weight: normal;
  overflow: hidden;
  padding: 6px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cst-item-head-in .cst-fav {
  cursor: pointer;
  height: 16px;
  margin-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
.cst-item-head-in .cst-fav .fa {
}
.cst-item-body-in {
  /*background: none repeat scroll 0 0 #f2f2f2;*/
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cst-item-body-in.selected {
  border: 3px solid #38a4d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px;
}
.cst-item-body img {
  /*float: left;*/
  height: 100%;
  width: 100%;
  /*background-color: #86c4fd;*/
}
/*.fileuploader {*/
  /*position: relative;*/
  /*display: inline-block;*/
  /*overflow: hidden;*/
  /*cursor: default;*/
  /*width: 100%;*/
/*}*/
/*.fileuploader input[type=file] {*/
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  /*border: 0;*/
  /*height: 30px;*/
  /*cursor: pointer;*/
  /*filter: alpha(opacity=0);*/
  /*-moz-opacity: 0;*/
  /*-khtml-opacity: 0;*/
  /*opacity: 0;*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*width: 100%;*/
/*}*/
/*.upBtnWrap {*/
  /*display: inline-block;*/
  /*position: relative;*/
  /*width: auto;*/
  /*margin-left: 10px;*/
/*}*/
/*.upBtnWrap > .btn {*/
  /*margin-left: 0px;*/
  /*float: left;*/
/*}*/
/*.cwcsvUploader {*/
  /*float: left;*/
  /*width: auto;*/
/*}*/
/*.cwcsvUploader .upBtnWrap {*/
  /*margin-left: 0px;*/
/*}*/
.fieldsetWrap fieldset {
  border: 1px solid #DDD;
  padding-bottom: 5px;
    margin-bottom: 10px;
}
.fieldsetWrap fieldset > legend {
  -webkit-padding-start: 2px;
  -webkit-padding-end: 2px;
  -moz-padding-start: 2px;
  -moz-padding-end: 2px;
  margin: 0 0 10px 5px;
  border: none;
  width: auto;
  font-size: 16px;
}
.startsWrap {
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px;
}
.startsWrap th {
  background: #fff;
   text-align: center;
  vertical-align: middle;
  padding: 8px 0 8px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  border: none;
  cursor: pointer;
}
.startsWrap-content {
 padding: 8px;
 border-right: 1px solid #e6e6e6;
}
.startsWrap th:last-child .startsWrap-content {
  border-right: none
}
.match6 .statMenu th {
  width: 16.6%;
  padding-left: 0;
  padding-right: 0
}
.match7 .statMenu th {
  width: 14.2%;
  padding-left: 0;
  padding-right: 0
}
.startsWrap th.pos:hover {

}
.startsWrap th.neg:hover {

}
.startsWrap th:first-child {
  border-left: none
}
.startsWrap thead .startsCount {
   margin-top: 8px;
   font-size: 27px;
    line-height: 32px;
    margin-bottom: 4px;
    margin-top: 8px;
  font-size: 27px;
}
.startsWrap .pos .startsCount {
  color: #026ccf;
}
.startsWrap .neg .startsCount {
  color: #ff0000;
}
.startsWrap thead .active {
  border: none;
  margin-left: -1px;
}
.startsWrap thead .active {
    border: solid 2px #026ccf;
}
.wizard_header {
  text-decoration: none;
  color: #ffffff;
  padding: 20px 0px 0px 10px;
  float: left;
}
.wizard_header h4 {
  font-size: 16px;
  margin: 0px;
}
.widgetTopBar, .widgetBottomBar {
    background: #EEE;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 98;
}
.widgetTopBar{
    top: 50px;
    border-top: 1px solid #CCC;
}
.widgetTopBar .btn-group, .widgetBottomBar .btn-group{
    margin-right: 25px;
}
.widgetBottomBar{
    bottom: 0px;
    border-bottom: 1px solid #CCC;
}
.widgetDataTop{
    position: relative;
}
.widgetContentTop, .widgetContentBottom {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border: 1px solid #999;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    width: 100%;
    right: 0;
    color: #FFF !important;
}
.widgetContentTop{
    top: 0px;
}
.widgetContentBottom {
    bottom: 30px;
}
.widgetDataBottom{
    position: relative;
}
.widgetWrapClose {
    line-height: 12px;
    padding: 4px;
    float:  right;
}
.widgetContentTop .form-horizontal .form-group, .widgetContentBottom .form-horizontal .form-group {
    margin-bottom: 5px;
}
.abs-icon-bottom {
    position: absolute;
}
/*.basic-form-control, textarea.basic-form-control {
    border: 1px solid #b9bbba;
    border-radius: 6px;
    padding: 16px 12px;
    background: #fff;
}*/
.fb-form-object-editable.empty{
    cursor:default;
    margin:6px;
    height:80px;
    border:dashed 2px #026ccf;
    background-color:#e3f1fc
}
.ui-layout-pane {
    background: transparent;
    border: none;
    padding: 0;
}
.post-upload-row {
    padding-top: 8px;
}
.post-upload-box {
    margin: 0 8px 8px 0;
    float: left;
    position: relative;
    height: 88px;
    padding: 6px;
    border: 1px solid #e6e6e6;
}
.post-upload-img, .post-upload-div {
    height: 100%;
}
.post-upload-box .close {
    background-position: -168px -24px;
    background-image: url(../img/common/Optimized_24.png);
    width: 24px;
    height: 24px;
    opacity: 0.5;
    margin: -8px -8px 0 0;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.post-upload-box .close:hover {
    opacity: 0.8;
}
.uib-clear{
    display: none;
}
.uib-close{
    display: none;
}
.uib-datepicker-current{
/*this should be centered, margin 0 auto not working*/
}
.multi-select-multiple {
border: 1px solid #7d7d7d;
padding: 10px;
}
.multi-select-multiple.contacts-multiple-wrap {
height: 280px !important;
overflow-y: auto;
}
.nowrapTH table > thead > tr > th {
  white-space: nowrap !important;
}


.thumbnail-upload {
    border: 1px dotted #026ccf;
    border-width: 2px;
    text-align: center;
    padding-top: 45%;
}
.videoIcon {
    height: 180px;
    padding-top: 20px;
    display:block;
}
.player-pane {
    position:relative;
}

.player-controls-wrap {
    background-color: rgba(0,0,0,.4);
    color: #FFF;
    width: 100%;
    padding: 3px 10px;
    bottom: 5px;
    position: absolute;
    text-align: center;
}
.player-controls-wrap .control-btn {
    width: 29.34px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    color: #fff;
    opacity: 1;
    padding: 0;
    display: inline-block;
}
.player-controls-wrap .control-btn:hover {
    color: #fff;
    opacity: 0.8;
}
.player-controls-wrap .control-btn .fa {
    font-size: 1.2em;
}
.thumbnail .caption .caption-text {
overflow-wrap: break-word;
}
.steps-wizard-panel {
    display: table;
    /*width: 50%;*/
    float: none;
    margin: 0 auto;
    position: relative;
    table-layout: fixed;
}
.stepwizard-row {
    display: table-row;
}
.btn.steps-btn {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 16px;
    border: solid 1px #cccccc;
    background-image: none !important;
    background-color: #fff !important;
    z-index: 2;
    position: relative;
    color: #ccc;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-step.active .btn.steps-btn {
    background-color: #0a92fa !important;
    border: solid 1px #0a92fa;
    color: #FFFFFF;
}
.stepwizard-step.activated .btn.steps-btn {
    background-color: #FFFFFF;
    border: solid 1px #0a92fa;
}
.stepwizard-step .btn.steps-btn[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-step:not(:last-child):after {
    top: 15px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step.activated:not(:last-child):after {
    background-color: #0a92fa;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard-step .steps-btn .btn-img {
    margin-left: auto;
    float: none;
}
.form-heading {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    margin-top: 38px;
    margin-bottom: 16px;
}
.template-thumb {
    width: 124px;
    position: relative;
    margin-right: 30px;
    display: inline-block;
}
.template-thumb .thumbnail {
    margin-bottom: 6px;
}
.template-thumb .caption {
    color: #ccc;
}
.template-thumb .thumbnail .absClose {
        position: absolute;
        right: -24px;
        top: 0px;
}
.iframe-olay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    right:0;
    bottom:0;
    top: 0;
    background-color: transparent;
    z-index:22;
    content: '';
    opacity: 0;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
width: 100% !important;
}
select
{
    color: #7d7d7d;
}
option
{
    color: #212121;
}
.color-picker-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 6px;
}
td > .color-picker-color {
margin: none;
}
.circle{
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border:2px solid #FFF;
    margin: 0 auto;
}
.circle1{
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border:2px solid #FFF;
  box-shadow:0 0 0 3px #026ccf;
  margin: 0 auto;
}
 .responsive-patination .datagrid-pagination {
    margin-top: 10px;
}
.responsive-patination. .datagrid-pagination > .datagrid-pagination-wrap {
    margin-bottom: 10px;
}
.v-scroll-applyTag {
max-height: 200px;
overflow-y: auto;
}
.flow-break{
  overflow-wrap: break-word;
}
tags-input .tags .input {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2px 10px;
    min-width: 85px;
    width: 85px;
    }
.tags-input {
    padding: 2px 16px 2px 5px;
    text-shadow: none;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;

    }
tags-input .tags .tag-item {
   background: transparent;
    height: 22px;
    border: 0;
    }

    tags-input .tags{
    border: 0 !important;
    box-shadow: none !important;
    }
    tags-input .tags .tag-item .remove-button{
    color: #FFFFFF;
        position: absolute;
    right: 4px;
    top: 5px;
    }

      /* The actual timeline (the vertical ruler) */
        .history-timeline {
            position: relative;
            margin: 0 auto;
        }

        /* The actual timeline (the vertical ruler) */
        .history-timeline::after {
            content: '';
            position: absolute;
            width: 6px;
            background-color: #026ccf;
            top: 4px;
            bottom: 0;
            /*left: 50%;*/
            left: 5%;
            margin-left: -3px;
            border-radius: 4px;
        }

        /* Container around content */
        .history-timeline-container {
            position: relative;
            background-color: inherit;
            padding: 10px 0 10px 25px;
            /*width: 50%;*/;
            width: 95%;
        }

        /* The circles on the timeline */
        .history-timeline-container::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            /*height: 25px;*/
            right: -17px;
            background-color: white;
            border: 4px solid #026ccf;
            /*top: 15px;*/
            top: 20px;
            border-radius: 50%;
            z-index: 1;
        }

        /* Place the container to the left */
        .history-timeline .left {
            left: 0;
        }

        /* Place the container to the right */
        .history-timeline .right {
            /*left: 50%;*/
            left: 5%;
        }

        /* Add arrows to the left container (pointing right) */
        .history-timeline .left::before {
            content: " ";
            height: 0;
            position: absolute;
            top: 22px;
            width: 0;
            z-index: 1;
            right: 30px;
            border: medium solid white;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent white;
        }

        /* Add arrows to the right container (pointing left) */
        .history-timeline .right::before {
            content: " ";
            height: 0;
            position: absolute;
            top: 22px;
            width: 0;
            z-index: 1;
            left: 15px;
            border: medium solid #CCCCCC;
            border-width: 10px 10px 10px 0;
            border-color: transparent #CCCCCC transparent transparent;
        }

        /* Fix the circle for containers on the right side */
        .history-timeline .right::after {
            /*left: -16px;*/
            left: -10px;
        }

        /* The actual content */
        .history-timeline-content {
            padding: 15px;
            background-color: white;
            position: relative;
            border-radius: 6px;
            border: 1px solid #ccc;
        }

        /* Media queries - Responsive timeline on screens less than 600px wide */
        @media screen and (max-width: 600px) {
            /* Place the timelime to the left */
            .history-timeline::after {
                left: 31px;
            }

            /* Full-width containers */
            .history-timeline-container {
                width: 100%;
                padding-left: 70px;
                padding-right: 25px;
            }

            /* Make sure that all arrows are pointing leftwards */
            .history-timeline-container::before {
                left: 60px;
                border: medium solid white;
                border-width: 10px 10px 10px 0;
                border-color: transparent white transparent transparent;
            }

            /* Make sure all circles are at the same spot */
            .history-timeline .left::after, .right::after {
                left: 15px;
            }

            /* Make all right containers behave like the left ones */
            .history-timeline .right {
                left: 0%;
            }
        }
/*.cell-bg-001 {
  background-color: rgba(0,206,206,0.2);
}
.cell-bg-002 {
  background-color: rgba(0,206,206,0.3);
}
.cell-bg-003 {
  background-color: rgba(0,206,206,0.1);
}
.cell-bg-004 {
  background-color: rgba(0,206,206,0.25);
}*/
.img-bg {
  background-repeat: no-repeat;
  background-position: 0 0;
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}
.bg-24 {
 background-size: 24px;
 width:  24px;
 height:  24px;
}
.bg-20 {
 background-size: 20px;
 width:  20px;
 height:  20px;
}
.img-bg.status-subscribe {
     background-image: url("../img/product-cd/icons/mail-subscribe.png");
}
.img-bg.status-unsubscribe {
     background-image: url("../img/product-cd/icons/mail-unsubscribe.png");
}
.img-bg.status-active {
     background-image: url("../img/product-cd/icons/status-active.png");
}
.img-bg.status-inactive {
     background-image: url("../img/product-cd/icons/status-inactive.png");
}
.img-bg.status-bounce {
     background-image: url("../img/product-cd/icons/status-bounce.png");
}
.img-bg.status-complaint {
     background-image: url("../img/product-cd/icons/status-complaint.png");
}
.img-bg.status-failed {
     background-image: url("../img/product-cd/icons/status-failed.png");
}
.img-bg.icon-percent {
     background-image: url("../img/product-cd/icons/icon-percent2.png");
         width: auto;
    background-size: cover;
    border-radius: 4px;
    padding: 0 4px;
    color: #FFF;
    min-width: 32px;
    font-weight: 500;
    text-align: center;
 }
.ng-inline-edit__input {
  border-bottom: 1px dashed #333;
}

.ng-inline-edit--error .ng-inline-edit__input {
  border-color: #f00;
}

.ng-inline-edit__button {
  color: #00f;
  margin-left: 5px;
}

.ng-inline-edit__button:hover {
  text-decoration: underline;
}
.form-inline editablecontent, .form-inline editablecontent > div, .form-inline > div {
    display: inline-block;
}
editablecontent .form-control {
   font-size: inherit;
    max-width: 120px;
}
.pagination-adjust {
    padding-right: 214px;
}
.tag-list {
    width: auto;
}
editablecontent [ng-click~="edit"]:hover {
  border-bottom: 2px solid #b0b0b0;
}
.editable-wrap {
    vertical-align: top;
    margin-bottom: 10px;
    display:block;
}
.form-inline .editable-wrap {
    display:inline-block;
}
.editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty, a.editable-empty:hover, a.editable-empty:focus {
  font-style: normal;
}
b.m_title , div.m_title{
    text-transform: capitalize;
}
.formFieldData {
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
}
table.nowrapTH > thead > tr > th, table.nowrapTD > tbody > tr > td,  .nowrap {
  white-space: nowrap !important;
}
.navbar-default .navbar-nav > li > a.appcues-widget-icon-link, .appcues-widget-icon-link {
padding-top: 10px;
padding-bottom: 0px;
}
.template-ui b, .template-ui strong {
font-weight: bold !important;
}
