
.logo-dashboard{
  width: 180px;
  float: left;
}
.dashboardHeader .loginPrfl li {
    display: inline-block;
    margin-top: 10px;
}
.dashboardHeader .loginPrfl li:first-child {
    margin-right: 0;
}
.dashboardHeader .mainMenu {
    text-align: center;
    margin-top: 10px;
}
.dashboardHeader .mainMenu li a i{
  margin-top: -4px;
}
.dashboardWrap{
  background-color: #eeeeee;
  position: relative;
  padding-bottom: 25px;
  display: inline-block;
  width: 100%;

}
.dashboardWrap .titleSection{
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 2px 0 rgba(0,0,0,.2);  
}
.dashboardWrap .PageTitle h2{
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
  /*color: #000;*/
  font-weight: bold;
}
.dashboardWrap .subTitle h3{
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  color: #555;
  font-weight: bold;
}
.campaign-list li{
  display: inline-block;
  padding-right: 40px;
  border-right: 3px solid green;
  padding-left: 10px;
}
.campaign-list li h4{
  font-weight: bold;
}
.campaign-list li:first-child{
  border-right: 3px solid #007bff;
}
.campaign-list li:last-child{
  border-right: 0 solid green;
}
.text-blue{
  color: #2870db;
}
.support-button{
  padding: 20px!important;
    border-radius: 50%!important;
    right: 20px!important;
    bottom: 20px!important;
    width: 60px!important;
    height: 60px!important;
    background-color: #2cb6df !important;
    background-size: 32px 36px;
    background-repeat: no-repeat;
    background-position: center 14px;
    -webkit-animation: .25s intercom-launcher-frame-appear!important;
    animation: .25s intercom-launcher-frame-appear!important;
    background-image: url(../images/info.png);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16)!important;
    box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16)!important;
    position: fixed;
    cursor: pointer;
    z-index: 99;
}
.subMenu .nav-tabs .nav-item {
    margin-bottom: -2px;
}
.subMenu .nav-tabs .nav-link.active {
    color: #007bff;
    border: 0;
    background-color: #fff;
    border-bottom: 2px solid #007bff;
    border-color: #007bff #007bff #007bff;
}
.subMenu .nav-tabs {
    border-bottom: 0;
    font-size: 14px;
}
.subMenu .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #007bff;
}
.subMenu .nav-tabs .nav-link {
    color: #555;
    font-weight: bold;
}
.subtabContent h5{
  font-size: 1.15rem;
  font-weight: 600;
   margin-bottom: .5rem;
}
.subtabContent label{
  font-size: 14px;
  margin-bottom: .5rem;
}
.title-bar .btn-group>.btn-settings {
    margin-left: 15px;
    margin-top: 10px;
    line-height: 30px;
    height: 30px;
}
.btn-settings {
    background-image: url(../images/btn-settings.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 0 10px 0 35px;
}
.title-bar .btn.pull-right {
    margin-left: 10px;
}
.title-bar .btn-twitter {
    background: url(../images/tweet.png) no-repeat #00abee;
    border: none;
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 30px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid #0799d2;
    margin-top: 10px;
}
.title-bar .btn-facebook {
    background: url(../images/like.png) no-repeat #3a589b;
    border: none;
    line-height: 30px;
    height: 30px;
    padding: 0 10px 0 30px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid #2a4684;
    margin-top: 10px;
}
.stretch-card > .card {
    width: 100%;
    min-width: 100%;
   
}
.white-bg{
  background-color: #fff;
  font-size: 14px;
}
.newsletter-preview {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.newsletter-preview .newsletter-preview-header {
    float: left;
    border: 2px solid #e3e3e3;
    border-radius: 6px 6px 0 0;
    width: 100%;
    padding: 15px 15px 15px 15px;
    background: #fff;
}
.newsletter-preview .newsletter-preview-header .dots {
    float: left;
    width: auto;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    margin-right: 15px;
}
.newsletter-preview .newsletter-preview-header .dots li {
    float: left;
    display: inline;
    margin-right: 10px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    background: #e3e3e3;
}
.newsletter-preview .newsletter-preview-header .address-bar {
    position: relative;
    float: left;
    width: 500px;
}
.newsletter-preview .newsletter-preview-header .address-bar .newsletter-url {
    float: left;
    width: 100%;
    padding: 0 5px 0 12px;
    line-height: 36px;
    border: 2px solid #ccc;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
    color: #000;
}
.newsletter-preview .newsletter-preview-header .address-bar .copy_url {
    position: absolute;
    z-index: 1;
    right: 0;
    background: #eaedf1;
    line-height: 26px;
    border-radius: 3px;
    padding: 0 10px;
    color: #666;
    font-size: 11px;
    margin: 7px 7px 0 0;
    box-shadow: 0 -2px 0 rgba(0,0,0,0.15) inset;
    outline: none;
}
.newsletter-preview iframe {
    width: 100%;
    height: 500px;
    border: 2px solid #e3e3e3;
    border-width: 0 2px 2px 2px;
    overflow: scroll;
    overflow-x: hidden;
}
.filter {
    background: #e3e3e3;
    padding: 20px 30px;
    border-radius: 6px;
}
.show .description {
    line-height: 40px;
    color: #000;
    font-size: 14px;
    margin: 0 10px 0 0;
    width: auto;
}
.pages .description {
    line-height: 36px;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}
.segment-filter {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    border-bottom: 2px solid #d2d2d2;
}
.footerSec {
    clear: both;
}
.segment-filter .dropdown .btn {
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));
    background: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8', GradientType=0);
    border: 1px solid #ccc;
    text-align: left;
    padding: 0 30px 0 10px;
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.09) inset;
    box-shadow: 0 1px 1px rgba(0,0,0,.09) inset;
    color: #000;
}
.segment-filter .dropdown .btn span {
    display: block;
    overflow: hidden;
}
.segment-filter .dropdown .btn .caret {
    display: inherit;
    overflow: inherit;
    position: absolute;
    right: 10px;
    top: 15px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.segment-filter .dropdown .dropdown-menu {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0 0 6px 6px;
    margin-top: -1px;
    padding: 0;
    max-height: 400px;
    overflow: auto;
}
.segment-filter .dropdown .dropdown-menu li {
    border-bottom: 1px solid #ccc;
}
.segment-filter .dropdown .dropdown-menu li a {
    padding: 11px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
}
.list-subscriber-number {
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
}
.table-shadow {
    background-attachment: local,local,scroll,scroll;
    background-clip: border-box,border-box,border-box,border-box;
    background-color: #fff;
    background-image: linear-gradient(90deg,#fff 100%,rgba(255,255,255,0)),linear-gradient(270deg,#fff 100%,rgba(255,255,255,0)),linear-gradient(90deg,#e3e3e3 95%,rgba(255,255,255,0)),linear-gradient(270deg,#e3e3e3 0,rgba(255,255,255,0));
    background-origin: padding-box,padding-box,padding-box,padding-box;
    background-position: 0 0,100% 0,0 0,100% 0;
    background-repeat: no-repeat;
    background-size: 360px 100%,10px 100%,360px 100%,10px 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.start-message {
    float: left;
    width: 100%;
    border-radius: 6px;
    padding: 60px;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #e3e3e3;
}
.start-message h2 {
    margin: 0 0 20px;
    color: #00a154;
    font-size: 30px;
    font-weight: 600;
}
.start-message p {
    margin-bottom: 0;
    line-height: 150%;
    font-size: 20px;
}
.start-message h2 a {
    color: #007bff;
}
ul.group-items {
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
ul.group-items .item {
    position: relative;
    float: left;
    width: 100%;
    border: 2px solid #e3e3e3;
    padding: 20px;
    border-width: 0 0 2px;
    background: #fff;
}
ul.group-items .item:hover {
    background: #ffc;
}
ul.group-items .item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
ul.group-items .item .group-details-new h4 {
    max-width: 540px;
    width: 100%;
    font-weight: 600;
}
.btn-delete {
    background-image: url(../images/btn-delete.png);
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
}
/*.btn {
    background: #ddd;
    color: #666;
    border: none;
    border-bottom: 2px solid #bbb;
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
}*/
.font-18{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 8px;
}
.steps {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.steps li {
    line-height: 50px;
    display: inline;
}
ul.group-item .item .steps li a {
    color: #666;
}
.steps li:after {
    background-image: url(../images/steps_sep.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    height: 10px;
    margin: 0 8px 0 10px;
    opacity: .5;
    width: 7px;
}
.steps li:last-child:after{content:none}

.subtitle h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}
.white-block {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 30px;
}
.white-block h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px;
}
.white-block .sender-details {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
}
.white-block .sender-details li {
    margin-bottom: 10px;
}
.white-block .preview {
    float: left;
    display: block;
    margin-right: 20px;
}
.white-block .preview img {
    border-radius: 6px;
    border: 2px solid #e3e3e3;
}
.white-block .preview-buttons {
    float: left;
}
.white-block .plain-edit {
    font-size: 14px;
    color: #666;
}
ul.group-items .item.all-subscribers {
    padding: 40px 20px;
}
.indent {
    padding-left: 50px;
    padding-right: 50px;
}
.indent .subtitle h3 {
    color: #666;
    font-size: 18px;
}
ul.group-items .item .select-subscribers .number {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #666;
}
ul.group-items .item .select-subscribers .exclude, 
ul.group-items .item .select-subscribers .segment {
    font-size: 13px;
    margin-left: 15px;
    line-height: 20px;
    color: #666;
}
.submit-group .btn {
    float: left;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    font-size: 18px;
   
    font-weight: 400;
}
.submit-group .or {
    float: left;
    line-height: 50px;
    margin: 0 10px;
    color: #666;
}
.submit-group .back {
    float: left;
    line-height: 50px;
    color: #666;
    text-decoration: underline;
}
.segment-filter .and-line {
    float: left;
    position: relative;
    width: 100%;
    height: 20px;
}
.segment-filter .and-line .and {
    position: absolute;
    float: left;
    font-weight: 400;
    padding: 0 10px;
    background: #fff;
    color: #666;
    font-size: 14px;
    margin-left: 10px;
    line-height: 20px;
}
.segment-filter .and-line hr {
    border-color: #e3e3e3;
    border-width: 1px;
    margin: 9px 0 0;
}
.segment-filter .add-condition {
    font-size: 14px;
}
.mediawrap label{
    margin-bottom: .5rem;
}
.mediawrap .require{
    color: red;margin-right: 3px;
}
.choose-builder img {
    /*margin-right: 30px;*/
     border-radius: 6px; 
}
.choose-builder P{
    font-size: 14px;
    margin-bottom: 10px;
}
.template {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border-bottom: 2px solid #e3e3e3;
    margin: 0 0 30px 0;
}
.template .preview {
    position: relative;
}
.template .preview img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
}
.template .preview .mask {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55,60,68,0.9);
    border-radius: 6px 6px 0 0;
}
.template .preview .mask .mask-content {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -45px;
    text-align: center;
    width: 100%;
}
.template .info {
    padding: 15px 0 15px 0;
    text-align: center;
    line-height: 100%;
    border-top: 1px solid #eaedf1;
    float: left;
    width: 100%;
}
.template .info h4 {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #666;
}
.template .preview:hover .mask {
    display: block;
}
.dashboardWrap a.btn-primary{
    color: #fff;
}