@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

.fancyinner-welcome{
    display: inline-block;
    margin-bottom: -20px;
    max-width: 820px;
}

#header { background: #2e2c2d /*height:105px*/; width: 100%; }
#footer { padding: 20px 0; height: 80px; }
/*#footer p.small { font-size: 13px; }*/
p {color: #333;}
#footer p {color: #fff;}
#my-account, #my-account a { font-size: 10px; }
#my-account .btn { margin: 15px 0 0 0; padding: 5px 12px; font-size: 13px;}
#my-account .btn-outline { color: #fff; border: 1px solid #6c6c6c !important;}
#my-account .btn-outline:hover { color: #333; background-color: #fff; border: 1px solid #fff !important;}
#header .navbar { margin: 0; min-height: 72px; }
#navbar { clear: right; float: right; margin: 10px 0 12px; padding: 0; }
#navbar .menu { font-size: 12px; }
#navbar .menu:hover { text-decoration: none !important; }
#navbar .menu::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.2s ease-out;
}
#navbar .menu:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
#navbar .menu-icon { font-size: 26px; line-height: 36px; text-decoration:none !important; }
#navbar .menu-account { width: 28px;height: 28px;background-color: #FFF;text-align: center;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;display:inline-block;margin-top:5px; border: 1px solid #FFF; color: #000; transition: background-color 0.3s; }
#navbar .menu-account:hover { background-color: transparent; color: #fff; }
#navbar .menu-account span { position:relative;top: 3px;font-size: 11px;line-height: 14px;font-weight: 700;letter-spacing:0;transition: color 0.3s; }
#primary { margin: 0; }
.dropdown:hover .dropdown-menu {display: block;}
#primary a { padding: 5px 12px; }
#primary .menu {
    padding: 0;
    margin: 15px 12px 0;
}
#main-menu { background: #f1f1f2; -webkit-box-shadow: inset 15px -35px 5px -30px rgba(0,0,0,0.03);
-moz-box-shadow: inset 15px -35px 5px -30px rgba(0,0,0,0.03);
box-shadow: inset 15px -35px 5px -30px rgba(0,0,0,0.03);}
#main-menu .container { padding: 0; }
#main-menu .navbar-nav { margin: 0; margin-bottom: -1px; }
#main-menu .nav a { color: #2D2D2C; text-transform: capitalize; font-size: 1.1em; letter-spacing: 0.3px; padding:0; margin: 15px 12px; }
#main-menu .nav .selected { color: #df398b; background: url('../images/nav_white_selected.png') no-repeat center bottom; padding-bottom: 2px;}
#main-menu .nav .selected a { color: #df398b;}
#main-menu .nav a:hover { text-decoration: none !important; }
#main-menu .nav a strong::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #2D2D2C;
    transform-origin: bottom right;
    transition: transform 0.2s ease-out;
}
#main-menu .nav a strong:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
#main-menu .btn-success {
    padding: 6px 12px;
    margin: 10px;
    color: #fff; border: 0 !important;
    background-color: #1bd2b0;
    letter-spacing: 1px;
    transition: all .15s ease-in 0;
    border-radius: 2px !important;
    font-weight: 500;
    vertical-align: top;
    text-shadow: none;
    box-shadow: none;
}
#main-menu .btn-success:hover {
    background-color: #17b598 !important;
}

#content .nav-container, #content .contacts-nav-container { margin: 10px 0 23px; min-height: 78px; padding: 10px 0; border-top:#ebebeb solid 1px; border-bottom:#ebebeb solid 1px;min-height: 78px;}
#content .navigation { margin: 0; padding: 0; list-style: none; font-size: 17px; }
#content .navigation li, #content .navigation li a { display: block; margin: 0; padding: 0; float: left; }
#content .navigation li a { color:#555; font-weight: 700; letter-spacing: 0.3px; }
#content .navigation li a strong { padding:4px 24px 4px 3px; font-weight: 700; }
#content .navigation li a:hover, #content .navigation li.selected a { color:#df398b; text-decoration:underline; }

#content .navigation li:last-child a strong{padding-right: 0!important;}

.goback{ color:#393939; font-weight: 700; letter-spacing: 0.3px; font-size:17px !important; }
.csvsave{ font-size: 16px; font-weight: 700; }
.csvsave .section-ico {font-size: 0.9em; }

#content .whiteback { background-color: transparent; }
#sidebar { padding: 15px 16px 34px; min-height: 449px; }
#sidebar.shade { background: #F1F1F2; }
#sidebar.col-md-12.shade { min-height: 160px; margin-bottom: -60px; margin-top: 60px; padding-top: 30px;}
#sidebar.col-md-12 h3 { border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; margin-bottom: 8px; font-size: 20px;}
#sidebar.col-md-12 a { color: #333;}
#sidebar.col-md-12 a:hover { color: #df398b;}
#sidebar.col-md-12 p { margin: 0.1em 0 0.4em;}
#sidebar.col-md-12 #searchContacts .form-control {
    border-right: medium none !important;
    box-shadow: none;
    height: 40px;
    margin-top: -10px;
    padding: 5px 10px;
}

#sidebar.col-md-12 #searchContacts .btn {
    height: 40px;
    margin-top: -10px;
}

.title-lordicon {
    width: 34px;
    height: 34px;
    top: 3px;
    position: absolute;
}

.title-span {
    margin-left: 43px;
}

#message-count { margin: -15px -16px 30px -16px; padding: 25px 24px 10px 24px; background: #333; color: #fff;  }
#message-count strong { font-size: 3.3em; }
#message-count a { color: #fff; width: 100%; font-size: 20px;}

.fancybox-content { background: #fff; }
.fancybox-content h5 { font-size:2em; color:#4f4f4f; margin:0 0 13px 0; border-bottom:#DDD solid 1px; padding: 0 30px 15px 0; }
.fancybox-content p { margin:0 0 0.5em; }
.fancybox-content .title { margin: 10px 0 2px;}
.fancybox-content .btn {
    background-image: none !important;
    border-radius: 3px !important;
    font-size: 16px !important;
    margin: 4px 0 19px;
    padding: 10px 25px 8px;
    text-transform: capitalize;
    transition: all 0.15s ease-in 0s;
}
.fancybox-content .topuppad{ padding: 20px;}
.fancybox-content .datauploadpad{ padding: 30px;}
.fancybox-content .sendmsg{ margin-top: 15px}

#form-removeContacts .inlinecheck{
  display: inline-block;
  margin-bottom: 8px;
  max-width: 89%;
}
#form-removeContacts .inlinecheck{
  float:none;display:inline; top: 1px; left: 5px ;  position: relative
}
#form-removeContacts #allGroups{
  margin-top: 0;
  padding-bottom: 4px;
}

.pink_fade_info { height: 70px; }
.pink_fade_info a { color:#df398b; }
.pink_fade_info img { float:left; margin:5px 15px 5px 5px; }

.tableList { border-collapse:collapse; width:100%; }
.tableList a { color: #3C3C3B; }
.tableList th { color:#df398b; font-size:1em; letter-spacing:0.3px; }
.tableList th,.tableList td { padding:9px; border-bottom: 1px solid #ccc }
#scheduledMessagesList.tableList tbody tr { height: 60px; }
#scheduledMessagesList.tableList tbody td {
    padding-top: 9px;
    vertical-align: top;
}
#scheduledMessagesList .checkbox { top: 2px; }
.elegant-block {
    white-space: nowrap;
    overflow: hidden;
}
.elegant-block:after {
    content: "";
    width: 0;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.elegant-block .elegant-vertical-wrap {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
}
.tableList thead tr .header {
    background-image: url('../images/asc_desc.gif');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 20px;
}
.tableList thead tr .headerSortUp {
    background-image: url('../images/asc.gif');
}
.tableList thead tr .headerSortDown {
    background-image: url('../images/desc.gif');
}
.tableList tbody tr.even td {
    background-color:#F9F9F9;
}
.tableList .btn-primary{
    font-weight: 700;
    min-width: 78px;
    color:#fff;
    display: inline-block;
    text-align: center;
    border-radius: 2px !important;
}

.tableList .btn-info{
    min-width: 60px;
    color:#fff;
    display: inline-block;
    text-transform: uppercase;
}

.tableList .btn-primary.longer{
min-width: 100px;
}

.tableList .btn-primary .glyphicon {
    padding-right: 0;
    right: -2px;
    top: 2px;
}

#groupList input[type=checkbox] {
    margin-top: -1px !important;
}

#contactList input[type=checkbox], #templatesTable input[type=checkbox] {
    margin-top: 0 !important;
}

#contactsForm .wholeGroupNoticeWrapper {
    position: absolute;
    top: 66px;
    width: 100%;
}

#contactsForm .wholeGroupNoticeWrapper #checkWholeGroup,
#contactsForm .wholeGroupNoticeWrapper #clearSelection {
    padding: 10px 0;
    background-color: #ededed;
    border-radius: 3px;
    margin: 0;
    font-size: 14px;
}

#contactsForm .wholeGroupNoticeWrapper span.pinktext {
    cursor: pointer;
}

#contactsForm .wholeGroupNoticeWrapper span.pinktext:hover {
    text-decoration: underline;
}

#contactsForm .shiftdown {
    top: 64px;
}

.sgrey-btn{
  border: none;
  padding: 10px;
  background: #ccc;
}

.boxinnerbutt{
  width: 420px;
}

p.btn-tab {
    border-radius: 0!important;
}

p.btn-discount {
    padding: 4px 10px;
    font-size: 12px;
    float: right;
    margin: 0;
    text-shadow: none;
    position: inherit;
    opacity: 1;
}

p.btn-duration {
    padding: 13px 10px;
    margin: 0;
    text-align: center;
}

p.btn-duration-active {
    background-color: rgba(241,241,242,1);
    border: solid 1px rgba(241,241,242,1);
    font-weight: bold;
}

p.btn-duration-inactive {
    background-color: rgba(255,255,255,1);
    border: solid 1px rgba(20,20,20,.2);
    border-bottom: solid 1px rgb(255,255,255);
    font-weight: 100;
}

.btn-innerform{
  padding: 7px 12px;
  background-color:#df398b;
  color: #fff;
  letter-spacing: 1px;
  margin-right: 7px;
  border: none;
  transition: background-color 0.2s ease;
}

.btn-innerform:hover{
  background-color:#c81f73;
}

.wordwrap {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
}
.textright{text-align: right;}
.center{text-align: center;}
.pnav-container { text-align: center; padding-top: 30px; margin-top: 20px; clear: both;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color: #bf2873}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color: #777;
}
.pagination>li>a, .pagination>li>span {
    font-size: 14px;
    border: 0;
    border-radius: 16px !important;
    margin: 4px;
    color: #333;
}

input.text, textarea.text, pre.text, select.select, .StripeElement.text { font-family: 'museo-sans', sans-serif; height: 40px; border:1px solid #d0d0d0; color:#666; padding:10px; margin-bottom:10px; font-size:1.1em; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px; outline:none; width: 270px;}
textarea.text {  height: 110px;}
textarea.text.taller { height: 140px; }


#searchInput{height: 34px;}

#sendDelayDate, #sendDelayTime{ height: 42px;}
#repeatInterval{ margin-right: 4px;}
.wider{  width:470px!important;}
.medimp{  width:180px!important;}
.short{  width:110px!important;}
.full{  width:99%!important;}

.form-control { border:1px solid #d0d0d0; color:#666; height: 45px; padding:8px; margin-bottom:10px; -moz-border-radius:3px; -webkit-border-radius:3px; -khtml-border-radius:3px; border-radius:3px; outline:none; width: 270px;}

#uploadMethod .glyphicon-cloud{
    font-size: 18px;
    margin-right: 2px;
    position: relative;
    top: 3px;
}

#uploadMethod .glyphicon-share-alt, #uploadMethod .glyphicon-duplicate{
    font-size: 17px;
    margin-right: 2px;
    position: relative;
    top: 3px;
}

.pink-pulse {
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(223,57,139,.8);
    animation: pink-pulse 1.2s 3;
}

@-webkit-keyframes pink-pulse {
    0% { -webkit-box-shadow: 0 0 0 0 rgba(223,57,139,.8); }
    70% { -webkit-box-shadow: 0 0 0 10px rgba(223,57,139,0); }
    100% { -webkit-box-shadow: 0 0 0 0 rgba(223,57,139,0); }
}
@keyframes pink-pulse {
    0% { -moz-box-shadow: 0 0 0 0 rgba(223,57,139,.8); box-shadow: 0 0 0 0 rgba(223,57,139,.8); }
    70% { -moz-box-shadow: 0 0 0 10px rgba(223,57,139,0); box-shadow: 0 0 0 10px rgba(223,57,139,0); }
    100% { -moz-box-shadow: 0 0 0 0 rgba(223,57,139,0); box-shadow: 0 0 0 0 rgba(223,57,139,0); }
}

input.text:focus, textarea.text:focus { border:#c9c9c9 solid 1px; }
input.invalid { background: url("../images/no-lordicon.png") no-repeat scroll 96% 6px #fff; }
input.valid { background: url("../images/yes-lordicon.png") no-repeat scroll 96% 6px #fff; }
.invalid-warning { background: url("../images/invalid-warning.png") no-repeat scroll 98% 6px #fff; }
.invalid-warning { background-color: #fdfaea; }
#form-sendMessage input.invalid { background-color: #fdeaea; }
#loginBox input.invalid { background-position-y: 12px; }
#loginBox input.valid { background-position-y: 12px; }
#loginBox input[id=keepMeLoggedIn] { width: auto; margin: 2px 0 0; padding: 0; }
#loginBox label[for=keepMeLoggedIn] { margin: 0 0 0 10px; padding: 0; }
button[disabled], html input[disabled], pre.disabled, select[disabled] {
  color: #777;
  background: transparent url('../images/dash-lines.png') repeat center right;
}
/*#form-contactUs { margin-top:24px; }
#form-contactUs label, #form-signup label { clear:left; margin:0 0 3px 0; display:block; float:left; width:168px; color:#000; font-size:1.3em; font-weight:normal; }
#form-contactUs label span.errMsg, #form-signup label span.errMsg { display:block; color:#FF0066; padding:0; font-size:0.7em; }
#form-signup input.text, #form-signup textarea.text,
#form-contactUs input.text, #form-contactUs textarea.text { margin-top:0; margin-bottom:11px; width:225px; font-size:inherit!important; }
#form-contactUs input.text, #form-contactUs textarea.text { margin-top:0; margin-bottom:11px; width:225px; }
#form-contactUs #message { width:366px; height:105px; }
#form-contactUs .buttons, #form-signup .buttons { margin:30px 0 26px 168px; }*/

#form-signup label.title { clear:both; float:none; width:auto; margin:10px 0 2px 0; font-weight:bold; font-size:1.4em; color:#df398b; }
#form-signup select.select { margin-top:0; margin-bottom:11px; }

.onoff {
    position: relative; width: 58px; margin-left: 4px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoff-checkbox { display: none !important; }
.onoff-label {
    margin: 0;
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #A2A2A1; border-radius: 15px;

}
.onoff-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.2s ease-in 0s; -webkit-transition: margin 0.2s ease-in 0s;
    -o-transition: margin 0.2s ease-in 0s; transition: margin 0.2s ease-in 0s;
}
.onoff-inner:before, .onoff-inner:after {
    display: block; float: left; width: 50%; height: 23px; padding: 2px 0; line-height: 20px;
    font-size: 13px; color: white; font-weight: normal;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoff-inner:before {
    content: "ON";
    padding-left: 6px; text-indent: 2px;
    background-color: #1bd2b0; color: #FFFFFF;
}
.onoff-inner.yesno:before {
    content: "YES";
    padding-left: 7px; text-indent: 0;
}
.onoff-inner:after {
    content: "OFF";
    padding-right: 6px;
    background-color: #c7c7c7; color: #ffffff;
    text-align: left; text-indent: 27px;
}
.onoff-inner.yesno:after {
    content: "NO";
}
.onoff-switch {
    display: block; width: 26px; height: 26px; margin: -1px;
    background: #FFFFFF;
    border: 1px solid #A2A2A1; border-radius: 15px;
    position: absolute; top: 0; bottom: 0; right: 34px;
    -moz-transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s; transition: all 0.2s ease-in 0s;
}
.onoff-checkbox:checked + .onoff-label .onoff-inner { margin-left: 0; }
.onoff-checkbox:checked + .onoff-label .onoff-switch { right: 0px; }

.btn-success-outline {
    color: #1bd2b0;
    border: 0px solid #1bd2b0 !important;
    background-color: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .15s ease-in;
    border-radius: 3px !important;
    font-weight: 700;
}
.btn-success-outline:hover { color: #fff; background-color: #1bd2b0; }

.btn-inactive {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #b5b5b5;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: medium none;
    border-radius: 2px !important;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: default;
}


.input-group-btn > .btn { margin:0; }
#searchContacts .form-control, #searchContacts .btn { background: #fff; }
#searchContacts .form-control { border-right: none !important; padding: 5px 10px; box-shadow: none; }
#searchContacts .btn { padding: 6px 10px; border: #c9c9c9 solid 1px !important; border-left: none !important; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; box-shadow: none; }
.searchContacts {margin-left: 20px;}
.searchContacts .form-control, .searchContacts .btn { background: #fff; }
.searchContacts .form-control { border-right: none !important; padding: 5px 10px; box-shadow: none; }
.searchContacts .btn { padding: 6px 10px; border: #c9c9c9 solid 1px !important; border-left: none !important; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; box-shadow: none; }

#searchInput		{
  width:70px;
  -webkit-transition:width 0.3s ease-in-out;
    float: right;
}
#searchInput:focus	{
  width:160px;
  -webkit-transition:width 0.3s ease-in-out;
}

.pnk-btn > i, .inactive-btn > i { font-size: 18px; /*margin-left: 10px;*/ }
.pnk-btn > i { color: #df398b; }
.pnk-btn > i:hover, .pnk-btn:hover { color: #ac2266; }

.keywordtbl a.pnk-btn{
  padding: 0 7px;
}
.btn-outline {
    border: 1px solid #ccc !important;
    padding: 9px 16px;
    border-radius: 3px!important;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.btn-cta {
    background-color: transparent;
    border: 1px solid #204099 !important;
    color: #204099;
    padding: 9px 16px;
    border-radius: 24px !important;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin: 10px 10px 5px 0;
}
.btn-cta:hover {
    color: #fff;
    background-color: #204099;
    text-decoration: none;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #1bd2b0;
    border-color: #1bd2b0;
    color: #fff;
}

.datepicker[readonly] { cursor: pointer; background-color: #fff; }

.formblock{}
.textblockfloat {float: left;}
.innerfloat {float: left; min-width: 200px;}
#personalise-tags, #subaccount-tags, #account-tags, #emoji-tags {  max-width: 200px; background-color: #F1F1F2; padding: 8px; position: absolute; z-index: 10;
    width: 130px;}
#msgOpts{  float: left; margin-left: 20px; max-width: 140px; }
.tpnk-btn, .tpnk-btn-static { background-color: #df398b; color: #fff; border: none; margin: 0; padding: 4px 45px 5px 12px;
    background-image: url('../images/plus-dropdown.png');
    background-repeat: no-repeat;
    background-position: center right;
    border-radius: 2px;
    width: 130px;
    text-align: left;
}
.tpnk-btn:hover { background-color: #bf2873; }
.tpnk-btn-pressed{
    background-image: url('../images/cross-dropdown.png');
}

#parentEmail.tpnk-btn {width: 24px;}

#showTemplates, #showURL, #showEmoji {
    margin-top: 8px;
    width: 130px;
}

#showURL:hover {
    background-color: #bf2873;
}

#schedule-btn{
    text-decoration: underline!important;
    color: #616161;
}

#schedule-btn:hover{
    color: #494949!important;
}

#schedule-btn:focus {
    outline: none !important;
}

.trans-btn{ cursor: pointer; }

.trans-btn:hover {
    color: #bf2873;
    text-decoration: underline;
}

#sendTo .trans-btn:hover {
    text-decoration: none;
}

.batch-title {
    font-size: 1em;
    color: #333;
    font-weight: 500;
    margin: 5px 0;
}

.sch-opt {
    min-width: 60px;
    margin-bottom: 0;
    font-weight: 400;
}

#batchSplit, #batchTime {
    margin: 0 5px;
}

.tagVal-btn{
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    display: block;
    padding: 4px 3px;
    text-align: left;
    width: 100%;
}
#emoji-tags .tagVal-btn { display: inline-block; width: auto; }
.btn-group-sm > .btn, .btn-sm {
    padding: 5px 8px 4px 10px;
    letter-spacing: 1px;
}
#emoji-tags { height: 150px; overflow-y: scroll; max-width: 261px; width: 261px;}

.btn-info {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #373737;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: solid 3px #373737!important;
    border-radius: 3px !important;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
}

.btn-info:hover{
    background-color: #1bd2b0 !important;
    border-color: #1bd2b0 !important;
}

.btn-info:active, .btn-info.active, .btn-info:focus {
    background-color: #1bd2b0 !important;
    border-color: #1bd2b0 !important;
    outline: none !important;
}

.btn-danger {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #BF2828;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: medium none;
    border-radius: 3px !important;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-shadow: none !important;
    box-shadow: none! important;
}

.btn-danger:hover{
    background-color: #C1141B;
}

.btn-danger:active, .btn-danger.active, .btn-danger:focus {
    background-color: #BF1111!important;
}

.adv-btn {
    padding: 9px 15px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    letter-spacing: 0.3px;
}

.adv-btn.btn-success {
    padding: 9px 15px;
    background: #1bd2b0;
    border: none;
    font-weight: 500;
    border-radius: 3px !important;
    font-size: 14px !important;
}

.adv-btn.btn-success:focus {
    outline: none;
}

.csv-btn {
    margin: 4px 0 0 0;
    padding: 5px 12px;
    width: 76px;
    text-align: center;
}


.loginbutton{
    width: 50%!important;
    display: inline-block;;
}

.tagVal-btn:hover{
    color: #df398b;
}

.badge {
    border-radius: 150px;
    font-size: 14px;
    height: 32px;
    width: 32px;
    background-color: #999;
    padding: 9px 0 5px;
    text-align: center !important;
    margin: 0 2px 5px;
}
.resulttext p { font-size: 14px; }
.resulttext span {
    color: #df398b;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
}
.pagination, .keyworddrop{
  display: inline-block;
  margin-left: 28px;
  border-radius: 0px;
  display: inline-block;
  margin: 22px 0 12px 0;
  padding-left: 20px;
}
.pagination a{
  margin: 0 3px;
}
.icocsv { color: #333; font-size: 1.1em; padding-right: 6px; }
.section-ico { color: #333; font-size: 0.8em; padding-right: 18px; }
.csvsave .section-ico { color: #333; font-size: 1.1em; padding-right: 4px; }
.btn-txt { background: transparent; text-transform: none; }
label.title, span.title  {
  color: #df398b;
    display: block;
    font-weight: 700;
    font-size: 17px;
    margin: 10px 0 6px;
    letter-spacing: 0.3px;
}
.txt-pad { display: inline-block; padding: 15px 12px; }
.clear { clear: both; }

.mag10l { margin-left:10px; }
.mag25l { margin-left:25px; }
.mag40l { margin-left:40px; }
.mag10t { margin-top:10px; }
.mag15t { margin-top:15px; }
.mag20t { margin-top:20px; }
.mag40t { margin-top:40px; }
.mag50t { margin-top:50px; }
.mag10r { margin-right:10px;}
.mag0b { margin-bottom: 0; }
.mag30b { margin-bottom:30px; }
.mag20b { margin-bottom:20px; }
.pad10b { padding-bottom:10px; }
.pad25b { padding-bottom:25px; }
.pad40b { padding-bottom:40px; }
.pad25t { padding-top:25px; }
.pad30t { padding-top:30px; }
.pad10t { padding-top:10px; }
.pad20 { padding:20px; }
.pad15t { padding-top:15px; }
.pad40t { padding-top:40px; }
.cnt-pad { padding:15px 16px; }
.inlineme {display: inline-block; }
.inlineme-throttling {display: inline-block; }
.leftme {display: inline-block; float: left;}
.bold { font-weight:bold; }
.underline { text-decoration:underline;}
.quarter {width: 32%; display: inline-block;}
.top0 { top:0px !important; }

.shade { background:#F1F1F2; }
.warning-shade { background:#FFE4B5; }
.pink-txt { color:#df398b; }
.red-txt { color:#f00; }
.black-txt { color:#333; }
.grey-txt { color:#666; }
.lgrey-txt { color:#ccc; }
.green-txt { color:#0F0; }
.more-txt { font-size: 0.9em; text-decoration: underline; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.off { display:none; }
hr.divider{ margin: 0.6em 0 1em; border-color: #ebebeb}
.titlecase{text-transform: capitalize;}

.fancybox-content {border: none;}
#fancybox-close {right: 10px; top: 32px;}
.fancytext {
  display: table;
  width: 100%;
  height: 350px;
}
.fancybox-content .systemMessage { padding: 10px; margin-top: -11px; }
.fancybox-content .systemMessage.problem { margin-top: 5px; }

.fancyinner {
  display: table-cell;
  vertical-align: middle;
}

#removeContacts, .removtext { margin: 0 6px 0 0; line-height: 22px;}

.largertxt{
    font-size: 24px;
}

.tableList .pink-txt, .tableList .black-txt  { font-weight: 700;}
.systemMessage {
    text-align: left;
    background-color: #ffecea;
    padding: 11px 20px 10px 20px;
    border-left: solid 4px #d41708;
    border-radius: 3px;
    margin-bottom: 20px;
    position: relative;
    font-size: 1em;
    line-height: 1.7em;
    position: relative;
}

.systemMessage .contentMessage {
    padding: 0 5px 0 33px;
    display: inline-block;
    font-weight: 300;
}

.systemMessage strong {
    color:#d41708;
    font-weight: 700;
}

.noticeMessage strong, .successMessage strong {
    color:#333;
}

.systemMessage lord-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 17px;
    --lord-icon-primary: #D41708;
}
.successMessage {
    background: #EAFAF7;
    border-color: #1bd2b0;
    color:#333 !important;
}
.successMessage lord-icon {
    --lord-icon-primary: #1bd2b0;
}
.noticeMessage {
    background:#FFF4E5;
    border-color:#FFA625;
    color:#333 !important;
}
.noticeMessage lord-icon {
    --lord-icon-primary: #ffa625;
}
.noticeMessage .adv-btn {
    padding:0;
    border:0;
    cursor: pointer;
}
.noticeMessage .adv-btn .contentMessage {
    padding-top:1px;
}

.hideNotice, .expandNotice {
    font-size:0.8em;
    position: absolute;
    top:10px;
    right:16px;
    text-decoration: underline;
    text-decoration-color: #333;
    color: #333;
}

#main .systemMessage ul { color: #333; font-size: 1em; margin: 10px 0 7px; padding-left:20px; }
.systemMessage p { font-size: 1em; margin: 10px 0 4px; }
.systemMessage p a { text-decoration: underline; color: #333; }

.successText { color: #1bd2b0; }
.noticeText { color: #FFA625; }
.systemText { color: #d41708; }

.logintext{
  float: right;
  margin-top: 30px
}

.tableicon{
    font-size: 14px;
    color: #7e7e7e;
}

.qtip-custom {
    font-size: 13px;
    padding: 10px 12px;
    /*border-width: 3px;*/
}
.qtip-red {
    color: #9c2f2f;
    border-color: #ce6f6f;
    background: #fff;
}
.qtip-dark {
    /*color: #333;*/
    /*border-color: #aaa;*/
    /*background: #f1f1f2;*/
    line-height: 18px;
}
.qtip-min {
    padding: 3px !important;
}
/*.qtip-dark .qtip-tip { background-color: #aaa; }*/
.qtip-red .qtip-tip { background-color: #ce6f6f; }
.qtip-red .qtip-content { text-align: center; }
.info-qtip canvas{
    height: 6px!important;
}
.singleLine {
    line-height: 1.42857143;
}

.tableinactive{
    font-size: 18px;
    color: #b3b3b3;
    padding: 0 4px 0 4px;
}

.tabletip{
    font-size: 18px;
    color: #df398b;
    padding: 0 4px 0 4px;
}

.repeat-icon {
    top: 4px;
    padding-right: 12px;
}

.sgrey-btn{
    border-radius: 3px;
    background-color: #e3e3e3;
    color: #222;
    position: relative;
    top: -1px;
    padding: 4px 8px;
    margin-left: 8px;
}

.sgrey-btn:hover {
    background-color: #b7b7b7;
}

.sgrey-btn.active-sgrey-btn {
    background-color: #373737;
    color: #fff;
}

.sgrey-btn.active-sgrey-btn:hover {
    background-color: #000;
}

.down-arrow {
    position: relative;
    top: -2px;
}

#form-editContact .checkbox, .tags .checkbox{
  margin-right: 6px;
  position: relative;
  top: -5px;
}

#uploadMethod .inlineme{
  padding-right: 14px;
}

.upload-info{
  float: left;
  width: 370px;
  margin-left: 30px;
}
.third{
  margin-right: 8px;
}

h4.sm-mob-h4 {
    margin: 0;
    padding: 15px 0;
}

#order_confirm_note {
    padding: 0 15px;
}

.throttled-icon {
    position: absolute;
    top: 80px;
    margin-left: 10px;
}

.ecobox {
    background-color: #DAF1E8;
}

.ecobox a {
    color: #333;
    border-bottom: 1px #333 dotted;
}

.mediumseagreen {
    color: mediumseagreen !important;
}

.goldenrod {
    color: goldenrod !important;
}

.orangered {
    color: orangered !important;
}

.scroller {
    border: solid 1px #ccc;
    width: 3%;
    height: auto;
}

.scroller:hover {
    color: #df398b;
}

#scrollLeft {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
    float: left;
    background: #fff;
    cursor: default;
}

#scrollLeft lord-icon {
    opacity: 0.2;
    width: 20px;
    height: 20px;
    rotate: 270deg;
    top: 50%;
}

#scrollRight {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    float: right;
    background-color: #f3f3f3;
    cursor: pointer;
}

#scrollRight lord-icon {
    width: 20px;
    height: 20px;
    rotate: 90deg;
    top: 50%;
}

#mappingTableWrapper::-webkit-scrollbar {
    display: none;
}

#mappingTableWrapper {
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: inline-block;
}

#dropdownTable {
    border-bottom: solid 1px #ccc;
    border-radius: 0;
    border-collapse: separate;
}

#dropdownTable select {
    background: url(../images/drop-down-arrow.png) no-repeat right 15px top 53%;
    background-size: 10px;
    line-height: normal;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    padding: 14px 15px;
    border-radius: 0;
    border-right: none;
    appearance: none;
}

#dropdownTable .selected-col {
    color: #333;
}

#dropdownTable .unselected-col {
    color: #df398b;
}

#dropdownTable th {
    padding: 0;
    border-bottom: none;
}

#dropdownTable td {
    padding: 12px 15px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    border: none;
    border-left: solid 1px #ccc;
    max-height: 39px;
    color: #666;
}

.contactuploader-stage {
    max-width: 225px;
}

.verify-popup {
    max-width: 1130px;
}

.verify-popup.unverified {
    max-width: 930px;
}

.verify-popup .row {
    margin: 50px 40px 50px 30px;
    /*padding: 0 20px;*/
}

.verify-popup .popup-column {
    display: inline-block;
    float: right;
    text-align: center;
    max-width: 274px;
    height: 434px;
    padding: 10px 25px;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 0 0 25px 2px #ccc;
}

.verify-popup .popup-column .description {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    margin-bottom: 30px;
}

.verify-popup .col-lg-7 {
    display: block;
}

.verify-popup h1 {
    margin: 0 0 40px;
}

.verify-popup .welcome-small, .notification-popup .welcome-small {
    margin: 20px 0 10px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #bbb;
    font-size: 14px;
}

.verify-popup .btn-outline {
    text-transform: none;
    color: #333;
    letter-spacing: 0;
    font-size: 14px !important;
    border-radius: 20px !important;
    background-color: #fff;
    border: 1px solid #333 !important;
}

.verify-popup .btn-outline:hover {
    background-color: #333;
    color: #fff;
}

.verify-popup .tags {
    display: none;
}

#notificationBarWrapper {
    background-color: #fdfae6;
}

#notificationBarWrapper .notification-bar {
    margin: 0 auto;
    border-radius: 0;
    border: none;
}

#notificationBarWrapper .notification-bar a svg {
    width: 28px;
    position: absolute;
    top: 12px;
    color: #333;
    opacity: 0.8;
}

.mgrey-txt {
    color: #999;
}

.disabled-no-input {
    border: 1px solid #d0d0d0;
    width: 270px;
    height: 40px;
    font-size: 1.1em;
    padding: 8px 10px;
    border-radius: 3px;
    outline: none;
    color: #666;
    margin-bottom: 10px;
    background: transparent url('../images/dash-lines.png') repeat center right;
}

.account-manager-notification {
    padding: 0 4px;
    top: 4px;
    a {
        padding: 5px !important;
    }
    .notification-counter {
        background-color: #df398b;
        color: #fff;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        text-align: center;
        font-weight: 400;
        position: absolute;
        top: 3px;
        right: 0;
        font-size: 12px;
        line-height: 1.4;
    }
}
.account-notifications {
    margin-top: 35px;
    .notification-list, .current-notification {
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
        overflow-y: scroll;
        height: 490px;
    }
    .notification-list::-webkit-scrollbar, .current-notification::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }
    .notification-list {
        background-color: #fafafa;
        padding: 0;
    }
    .current-notification {
        margin-right: 0;
    }
    .back-to-notifications p {
        cursor: pointer;
        margin: 0 0 10px;
    }
    .list-group {
        box-shadow: none;
        outline: none;
        background-color: #fafafa;
        margin: 0;
        padding: 15px 18px 15px 70px;
        border-bottom: solid 1px rgba(0,0,0,.1);
        border-left: solid 4px #fafafa;
        position: relative;
        min-height: 117px;
        border-radius: 0;
    }
    .list-group.active {
        border-left: solid 4px #4ad3b0;
        background-color: #edf9f6;
    }
    .list-group.unread {
        border-left: solid 4px #d53a8f;
        background-color: #f8eef3;
    }
    .list-group:hover {
        transition: all 0.2s ease-in-out;
        background-color: #f1f1f2;
        border-color: #dfdfdf;
    }
    .list-group .list-group-portrait {
        position: absolute;
        left: 15px;
        top: 17px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #e5e3e0;
    }
    .list-group p {
        font-size: 1em;
        margin: 4px 0;
    }
    .list-group h4 {
        margin: 4px 0 8px;
    }
    .am-thread-header {
        border-bottom: solid 1px rgba(0,0,0,.1);
        padding: 15px;
        position: relative;
    }
    .am-thread-header img {
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: inline-block;
        margin-left: 0;
        margin-top: -32px;
        border: 2px solid #e5e3e0;
    }
    .am-thread-header .customer-thread-header {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 2px solid #e5e3e0;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: inline-block;
    }
    .am-thread-header .customer-thread-header span {
        font-size: 16px;
        position: relative;
        top: 10px;
        font-weight: 700;
    }
    .am-thread-header .date-time {
        color: #777;
        margin-top: 37px;
    }
}

.line-through {
    text-decoration: line-through;
}

@media (max-width: 1199px) {
    .verify-popup {
        max-width: 712px;
    }

    .verify-popup .tags {
        display: block;
    }

    .verify-popup .popup-column {
        display: none;
    }

    .verify-popup .btn-outline {
        margin-top: 40px;
        font-size: 16px !important;
        padding: 10px 50px 8px 50px;
    }

    .verify-popup .btn-outline:first-of-type {
        margin-right: 10px;
    }

    .verify-popup .btn-outline:last-of-type {
        margin-left: 10px;
    }

    .verify-popup .col-lg-5 {
        padding: 0 20px;
        height: auto;
    }

    .account-notifications .list-group {
        min-height: 140px;
    }
}

@media (max-width: 992px) {
    .title-lordicon {
        top: -2px;
    }

  .delayfields .input-group{
    margin: 0 0 5px;
  }

  .footable-row-detail-cell{
    padding-top: 0!important;
  }

  .footable-row-detail-inner{
    width: 100%;
  }

  .footable-row-detail-row {
  line-height: 2.9em;
  border-top: 1px solid #e3e3e3;
  }

  .footable-row-detail-name{
  width: 30%;
  }

  .footable .pnk-btn {
    display: inline-block;
    position: relative;
    text-align: left;
    top: 5px;
}
  .footable .tableinactive{
    display: none;
  }

  .footable  .tabletip {
    color: #df398b;
    font-size: 18px;
    padding: 0 12px 0 0;
}
    
.footable  .repeat-icon {
    top: 0px;
    padding: 0 8px 0 0;
}

.navbar-nav > li > a {
padding: 16px 7px;
}

#main-menu .nav a {
font-size: 1em;
}
    
  #my-account{
    display: none;
  }

    p.btn-discount {
        position: relative;
        bottom: -51px;
    }

    .account-notifications {
        .current-notification-wrapper {
            display: none;
        }
        .list-group {
            min-height: 117px;
        }
    }
}


@media (max-width: 768px) {

  #sidebar.col-md-12  .col-md-3{ margin-bottom: 40px;}


  #my-account.pull-right{
    float: none!important;
    text-align: center;
  }
  #loginBox {
    border-radius: 0px!important;
    margin-bottom: 40px!important;
    margin-top: 20px!important;
    padding: 30px 20px 20px;
}

#header.row{
  margin-left: 0;
  margin-right: 0;
}

  #menu-wrapper .btn-success-outline {
    background-color: transparent;
    border: 2px solid #1bd2b0 !important;
    border-radius: 3px !important;
    color: #1bd2b0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  #menu-wrapper .btn-success-outline:hover {
    border: 2px solid #1bd2b0 !important;
    background-color: #1bd2b0;
    color: #fff;
  }

  textarea.text {
    width: 100%!important;
  }
    #msgOpts {
        float: left;
        margin-left: 20px;
        max-width: 30%;
    }

    .textblockfloat {
      float: left;
      width: 58%;
  }
  .onoff {
      display: inline-block;
      margin-left: 8px;
      top: 21px;
  }
  .onoff-throttling {
      top: 0;
      margin-left: 8px;
  }

  #batchSplit, #batchTime {
      margin: 0;
  }

  .inlineme-throttling {
      display: block;
      margin-bottom: 5px;
  }

  .form-group.mag25l{
    margin-left: 25px;
  }

  .whiteback{
    padding: 30px 0 0px;

  }

  /*#main-menu, #my-account{*/


  .fancybox-container .cnt-pad {
    padding: 0;
  }

  .fancybox-container .pad20 {
      padding: 16px;
  }

  .fancybox-container .shade.cnt-pad{
  padding: 15px 16px;
  }

  #fancybox-wrap {
    padding: 4px;
    width:100%!important;
    left:0!important;
  }

  .fancybox-content {
    width:100%!important;
  }

  #fancybox-close {
        right:20px!important;
  }

  .topuppad .short {
    width:90px!important;
  }

  /*.fancybox-content .btn {*/
  /*  padding: 8px 10px!important;*/
  /*  font-size: 12px!important;*/
  /*}*/

  #fancybox-bg-ne {
    display: none!important;
  }

  #fancybox-bg-e {
    display: none!important;
  }

  #fancybox-bg-se {
    display: none!important;
  }

  .csv-btn {
    display: none!important;
  }

    #sidebar {
     display: none!important;
    }

    .contacts-nav-container .pad30t{
      padding-top: 15px;
    }

    #header .navbar {
        margin: 0;
        min-height: 72px;
    }

    #showEmoji, #emoji-tags {
        display: none;
    }

    #order_confirm_note {
        max-width: 100%;
    }

    .throttled-icon {
        display:none;
    }

    #notificationBarWrapper .notification-bar a svg {
        right: 5px;
    }

}








@media (max-width: 640px) {
  .loginbutton {
    width: 100% !important;
}
.logintext{
  float: none;
  margin-top: 30px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
}

.third{
  margin-right: 8px;
  width: 30%;
}

.goback.right, .fullmob {
    text-align: left !important;
    width: 100%;
}

#content .navigation li a {
    color: #555;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.contacts-nav-container .pad30t{
  padding-top: 7px;
}

.navigation.right{
  float: left;
}

#viewStatus {
    margin-left: 8px;
    width: 76% !important;
}

.delayfields .input-group{
  margin: 0 0 5px;
}
.form-group.mag25l, #form-sendMessage .mag25l{
  margin-left: 0px;
}

#form-sendMessage .title{
  padding-top: 25px;

}

input.text, textarea.text, select.select, .StripeElement.text {
  width: 100%!important;
}

textarea.text {  width: 100%!important;
}
#msgOpts {
    float: none;
    margin-left: 0;
    max-width: 100%;
}
.textblockfloat {
    float: left;
    width: 100%;
}

.tpnk-btn, .tpnk-btn-static {
    background-image: none;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    margin: 0;
    padding: 4px 12px 5px;
    width: 32% !important;
}

#addX-btn{
  float: left!important;
}

.form-group.mag25l{
  margin-left: 0px;
}

textarea, input { outline: none; }
input.full { width: 100%;}
.whiteback {
  background-image: none;
}

.btn-primary {
  letter-spacing: 1px;
}

.btn-success {
  letter-spacing: 1px!important;
}

.btn-info {
  letter-spacing: 1px;
}

#fancybox-close {
    right: 5px;
    top: 23px;
}

.selectall{
  width: 100%;
}
.selectall span, .selectall label{
  float: left;
}
.selectall select{
  float: left;
  width: 68%!important;
  margin-right: 3px;
}

#addX-btn, #viewX-btn {
    font-size: 13px;
    letter-spacing: 0;
    padding: 9px 14px;
}

#footer .small {
    text-align: center!important;
}

#uploadMethod .inlineme{
  padding-bottom: 8px;
}

.file-wrapper, .file-wrapper .file-holder  {
    width: 100% !important;
}
.boxinnerbutt {
    width: 100%!important;
}

#constantcontact_box{
  margin: 0 -15px
}

h4.sm-mob-h4 {
    padding-bottom: 5px;
}

p.btn-discount {
    position: relative;
    bottom: -75px;
}

span.rn_period, span.kw_period {
    display: block;
    margin: 10px 0;
}

    .verify-popup .btn-default {
        margin-top: 40px !important;
    }

    .verify-popup .col-lg-5 {
        padding: 0 20px;
        height: auto;
    }

    .verify-popup .tags {
        display: none;
    }

    .verify-popup .btn-outline {
        margin-top: 40px;
        font-size: 16px !important;
        width:100%;
    }

    .verify-popup .btn-outline:first-of-type {
        margin-right: 0px;
    }

    .verify-popup .btn-outline:last-of-type {
        margin-left: 0px;
    }

}

/*input[type=checkbox] {
    padding-left:5px;
    padding-right:5px;

    -webkit-appearance:button;

    border: solid 2px #df398b;

    background-color:#FFF;
    color:#FFF;
    white-space: nowrap;
    overflow:hidden;

    width:15px;
    height:15px;
}

input[type=checkbox]:checked {
    background-color:#000;
}*/

input[type='checkbox'].checkbox-custom + label:before,
input[type='checkbox'].checkbox-custom + label:after{
    position: relative;
    top: 1px;
    display: inline-block;

    color:#FFF;
    white-space: nowrap;
    overflow:hidden;

}
input[type='checkbox'].checkbox-custom + label:before{/*unchecked icon*/
    background-color:#FFF;
    border: solid 2px #df398b;

    width:15px;
    height:15px;

}
input[type='checkbox']:checked.checkbox-custom + label:before{/*checked icon*/
    background-color:#000;
}

.sr-only {
    opacity:0;
}

#wrapper {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -80px;
    /* Pad bottom by footer height */
    padding: 0 0 80px;
}

.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.file-wrapper .button { background: #df398b; cursor: pointer; display: inline-block; color:#FFF; padding:7px 12px; letter-spacing: 1px; border: none; text-transform: uppercase; margin:7px 7px 0 0; }

.file-wrapper input { cursor: pointer; height: 100%; position: absolute; filter: alpha(opacity=1); -moz-opacity: 0; opacity: 0; font-size: 100px; }


.file-wrapper .file-holder {
  font-family: 'museo-sans', sans-serif;
  border: 1px solid #d0d0d0;
  color: #666;
  padding: 12px;
  font-size: 1.1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  width: 420px;
}

#close_btn{
    position: absolute;
    top: 20px;
    right: 20px;
}

.checkbox, .radio {
  width: 20px;
  height: 24px;
  padding: 0 5px 0 0;
  background-repeat: no-repeat;
  display: block;
  clear: left;
  float: left;
}

.unsubscribeIcon {
text-decoration: line-through;
color: #F00;
}

#scheduleFor {
  overflow:visible!important;
}

.footable-toggle {
    position: absolute;
    right:20px;
    vertical-align: inherit;
}

.footable-last-column {
 padding-right: 10px!important;
}

#menu-toggle {
    position: absolute;
}

.unsubscribe-btn {
    height: 44px;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    padding: 7px 16px;
    letter-spacing: 0.3px;
}
.unsubscribe-btn:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}

.current-color {
    color: #df398b;
}