html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    -webkit-text-size-adjust: auto;
}

.radio label {
    vertical-align: bottom;
}

.checkbox-inline label {
    font-weight: normal;
}

label input[type=checkbox] {
    margin-top: 2px;
}

label input[type=radio] {
    margin-top: 5px;
}

/* Redactor toolbar bug fix */
.redactor-air, .redactor-toolbar{
    position: relative !important;
    width: auto !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
}

/*Opera Fix*/

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}


/* ------------------- COMMON ------------------- */

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.top-buffer-5 {
    margin-top: 5px !Important;
}

.top-buffer-sm {
    margin-top: 10px !Important;
}

.top-buffer-15 {
    margin-top: 15px !Important;
}

.top-buffer {
    margin-top: 20px !Important;
}

.top-buffer-lg {
    margin-top: 40px;
}

.top-buffer-xlg {
    margin-top: 60px;
}


.bottom-buffer-sm {
    margin-bottom: 10px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

.bottom-buffer-lg {
    margin-bottom: 40px;
}

.top-buffer-reverse {
    margin-top: -20px;
}

.left-buffer-5 {
  margin-left:5px !Important;
}
.left-buffer-sm{
  margin-left:10px !Important;
}
.left-buffer-15{
  margin-left:15px !Important;
}
.left-buffer{
  margin-left:20px !Important;
}
.left-buffer-lg{
  margin-left:40px;
}

.left-buffer-xlg{
  margin-left:60px;
}

.info-buffer {
    padding: 5px;
}

.wide-tooltip .tooltip-inner {
    max-width: 400px !important;
}

.green-highlight {
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    font-weight: bold;
    background-color: green;
    border-radius: 4px;
}

.red-highlight {
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    font-weight: bold;
    background-color: red;
    border-radius: 4px;
}

.orange-highlight {
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    font-weight: bold;
    background-color: orange;
    border-radius: 4px;
}

.blue-highlight {
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    font-weight: bold;
    background-color: #337ab7;
    border-radius: 4px;
}

.green {
    color: green;
}

.red {
    color: red !important;
}

.amber {
    color: #E1D14A;
}

.orange {
    color: orange;
}

.alert-success a {
    color: #3c763d;
    text-decoration: underline;
}

.alert-success a:hover {
    font-weight: bold;
    color: #3c763d;
}

.alert-danger .row {
    color: #5A5C5B;
}

.btn-red-text button,
.btn-red-text button:focus,
.btn-red-text button:hover {
    color: red;
}

.btn-green-text button,
.btn-green-text button:focus,
.btn-green-text button:hover {
    color: green;
}

.bold {
    font-weight: bold;
}

.close {
    display: none;
    position: absolute;
    color: #fff;
    top: 1px;
    right: 1px;
    font-size: 85%;
    background-color: red;
    padding: 3px;
    opacity: .4;
    filter: alpha(opacity=40);
    border-radius: 2px;
}

.close:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}

.flex-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.panel {
    margin-bottom: 15px !Important;
    -webkit-box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    -moz-box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
}

.btn-default {
    background-color: transparent;
    border: 1px solid #777777;
}

.btn-default:hover {
    border: 1px solid #777777;
}

.btn-green {
    background-color: #C4D95A;
    color: #fff;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #BACB5B;
    color: #fff;
    outline: none;
}

.btn-light-green {
    background-color: #ABD6DC;
    color: #fff;
}

.btn-light-green:hover {
    background-color: #95CFD7;
    color: #fff;
}

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}

.awesomeness {
    transition: all .2s ease-in-out;
}

.awesomeness:hover {
    animation: blinker 0.5s linear infinite;
    transform: scale(10.0) rotate(1800deg);
    transition-duration: 3s;
}

.panel-open .panel-heading {
    background-color: #F5F5F5 !Important;
}

.customPanel {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
  padding:10px 15px 10px 15px;
    border: 1px solid #ddd;
    border-top: 0;
}

.customPanel.noTitle {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 10px 15px 10px;
    border: 1px solid #ddd;
}

a.dropdown-item {
    display: block;
    padding: 8px 20px;
    color: #4b4b4b;
    cursor: pointer;
    overflow: visible;
}

a.dropdown-item:hover {
    background-color: #F7F7F9;
}

.categorySearcher .ui-autocomplete {
    z-index: 100000000000000;
    max-height: 200px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    list-style: none;
    padding: 0;
    border: 1px solid #F3F3F3;
}

.categorySearcher .ui-autocomplete .ui-menu-item {
    padding: 7px 10px;
}

.categorySearcher .ui-autocomplete .ui-menu-item.ui-state-focus {
    cursor: pointer;
    background-color: #F3F3F3;
}

.categorySearcherRow .remove {
    max-width: 50px;
    cursor: pointer;
    text-align: center;
}

.categorySearcher .table {
    margin-top: 5px;
}

.categorySearcher .table tr td:first-child,
.categorySearcher .table tr td:last-child {
    border: 0px !Important;
}

.brandSearcher .ui-autocomplete {
    z-index: 100000000000000;
    max-height: 200px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    list-style: none;
    padding: 0;
    border: 1px solid #F3F3F3;
}

.brandSearcher .ui-autocomplete .ui-menu-item {
    padding: 7px 10px;
}

.brandSearcher .ui-autocomplete .ui-menu-item.ui-state-focus {
    cursor: pointer;
    background-color: #F3F3F3;
}

.brandSearcherRow .remove {
    max-width: 50px;
    cursor: pointer;
    text-align: center;
}

.brandSearcher .table {
    margin-top: 5px;
}

.brandSearcher .table tr td:first-child,
.brandSearcher .table tr td:last-child {
    border: 0px !Important;
}

.productAttributeSearcher .ui-autocomplete {
    z-index: 100000000000000;
    max-height: 200px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    list-style: none;
    padding: 0;
    border: 1px solid #F3F3F3;
}

.productAttributeSearcher .ui-autocomplete .ui-menu-item {
    padding: 7px 10px;
}

.productAttributeSearcher .ui-autocomplete .ui-menu-item.ui-state-focus {
    cursor: pointer;
    background-color: #F3F3F3;
}

.productAttributeSearcher ow .remove {
    max-width: 50px;
    cursor: pointer;
    text-align: center;
}

.productAttributeSearcher .table {
    margin-top: 5px;
}

.productAttributeSearcher .table tr td:first-child,
.productAttributeSearcher .table tr td:last-child {
    border: 0px !Important;
}




.promoteHolder .ui-autocomplete {
    z-index: 100000000000000;
    max-height: 200px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    list-style: none;
    padding: 0;
    border: 1px solid #F3F3F3;
}

.promoteHolder .ui-autocomplete .ui-menu-item {
    padding: 7px 10px;
}

.promoteHolder .ui-autocomplete .ui-menu-item.ui-state-focus {
    cursor: pointer;
    background-color: #F3F3F3;
}

.promoteHolder ow .remove {
    max-width: 50px;
    cursor: pointer;
    text-align: center;
}

.promoteHolder .table {
    margin-top: 5px;
}

.promoteHolder .table tr td:first-child,
.promoteHolder .table tr td:last-child {
    border: 0px !Important;
}


.filterHolder .ui-autocomplete {
    z-index: 100000000000000;
    max-height: 200px;
    background-color: #fff;
    overflow-y: auto;
    position: absolute;
    list-style: none;
    padding: 0;
    border: 1px solid #F3F3F3;
}

.filterHolder .ui-autocomplete .ui-menu-item {
    padding: 7px 10px;
}

.filterHolder .ui-autocomplete .ui-menu-item.ui-state-focus {
    cursor: pointer;
    background-color: #F3F3F3;
}

.filterHolder ow .remove {
    max-width: 50px;
    cursor: pointer;
    text-align: center;
}

.filterHolder .table {
    margin-top: 5px;
}

.filterHolder .table tr td:first-child,
.filterHolder .table tr td:last-child {
    border: 0px !Important;
}

/*
.modal-dialog {
  width: 100%;
  height: 100%;
  margin:0 auto;
  padding: 0;
}

.modal-content {
  background-color:#f7f7f7;
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border:0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  opacity: .98 !Important;
  filter: alpha(opacity=98) !Important;
}

.modal-header {
  width:100%;
  border:0;
  background-color:#fff;
}

.modal-header h4 {
  margin-top:6px;
}

.modal-header img {
  max-height:40px;
  margin-right:20px;
}

.modal-body {
  width:80%;
  margin:40px auto 0px auto;
  background-color:#fff;
  border-radius:2px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
}

.modal-footer {
  width:80%;
  margin:0 auto;
  border:0;
  background-color:#fff;
  border-radius:2px;
  border-top-right-radius:0px;
  border-top-left-radius:0px;
}
 */

.panel a:focus {
    outline: 0;
    text-decoration: none
}

.panel a:hover {
    text-decoration: underline
}

.shadow {
    webkit-box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    -moz-box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
}

.notificationToggle {
    margin-right: 25px;
    text-decoration: none !important;
}

.notificationToggle .icon-notifications {
    font-size: 20px;
}

.notificationToggle .badge {
    position: absolute;
    margin-left: -12px;
    margin-top: -8px;
    background: #c3d857;
    border: white solid 1px;
}

.searchRuleBadgeOverrides .badge {
    position: absolute;
    margin-top: -19px;
    background: #c3d857;
    border: white solid 1px;
}

.searchRuleBadgeExcludes .badge {
    position: absolute;
    margin-left: 5px;
    margin-top: -19px;
    background: #c3d857;
    border: white solid 1px;
}

.searchRuleBadgePromote .badge {
    position: absolute;
    margin-top: -19px;
    margin-left: 34px;
    background: #c3d857;
    border: white solid 1px;
}

.searchRuleBadgeFilter .badge {
    position: absolute;
    margin-left: 46px;
    margin-top: -19px;
    background: #c3d857;
    border: white solid 1px;
}


/*.notificationDropdown:before{
    background: lightgrey;
    width: 25px;
    height: 12px;
    border: 1px solid lightgray;
    border-radius: 25px 25px 0 0;
    position: absolute;
    margin-top: 20px;
}*/

.notificationDropdownProtrusionBorder {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #bfbfc1;
    position: absolute;
    margin-top: 20px;
    margin-left: -4px;
}

.notificationDropdownProtrusion {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    position: absolute;
    margin-top: 21px;
    z-index: 1;
}

.notificationDropdown {
    position: absolute;
    background: white;
    border: solid 1px #bfbfc1;
    color: #525252;
    border-radius: 5px;
    margin-left: -400px;
    width: 450px;
    margin-top: 30px;
}

.notificationDropdown .header {
    text-align: center;
    background: #f5f5f5;
    padding: 15px;
    border-bottom: 1px solid #bfbfc1;
}

.notificationDropdown .header .badge {
    background: #c3d857;
    color: white;
    margin-left: 10px;
    margin-top: -5px;
}

.notificationDropdown .notifications {
    max-height: 350px;
    overflow: auto;
}

.notificationDropdown .notificationRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: solid 3px #f8f8f8;
}

.notificationDropdown .notificationRow:last-child {
    border-bottom: none;
}

.notificationDropdown .notificationRow span {
    padding: 0 10px;
}

.notificationDropdown .notificationRow span:nth-child(1) {
    flex: 25%;
}

.notificationDropdown .notificationRow span:nth-child(2) {
    font-weight: normal;
    flex: 70%;
}

.notificationDropdown .notificationRow span:nth-child(2) a {
    color: #525252;
}

.notificationDropdown .notificationRow span:nth-child(3) {
    flex: 5%;
    color: #6abad5;
    font-size: 16px;
    cursor: pointer;
}

.notificationDropdown .noNotifications {
    text-align: center;
    padding: 10px;
}

.notificationDropdown .noNotifications span {
    font-weight: normal;
}

.notificationDropdown .clearNotifications {
    border-top: solid 3px #f8f8f8;
}

.notificationDropdown .clearNotifications>span {
    float: right;
    padding: 10px 30px;
    cursor: pointer;
}


/* ------------------ Login Page ------------------ */

.mainHolder {
    min-height: 100%;
    background: url("/images/loginback.png") center 60px no-repeat;
}

.mainHolder .container-fluid {
    padding-bottom: 130px;
}

.loginPage {
    background: #A2D7DD url("/images/topBar.png") top left no-repeat;
    height: 60px;
    position: relative;
}

.loginPage .topLinks {
    position: absolute;
    right: 70px;
    top: 17px;
    color: #fff;
}

.loginPage .topLinks a {
    color: #fff;
    text-decoration: underline;
}

.loginHolder {
    height: 610px;
    max-width: 810px;
    margin: 0 auto;
    position: relative;
}

.loginHolder .inputholder {
    margin-top: 290px;
    margin-left: 10px;
    color: #5A5C5B;
    height: 250px;
}

.loginHolder a {
    text-decoration: underline;
    margin-bottom: 10px;
    float: left;
    color: #5A5C5B;
}

.loginHolder .loginLabel {
    bottom: 0px;
    color: #A7A7A7;
    left: 300px;
    text-align: center;
    font-weight: bold;
}

.resetpassholder {
    text-align: center;
}

.forgotPassword {
    text-align:center;
    padding-left: 112px;
    padding-right: 112px;
}

.expire {
    text-align:center;
    margin-top: 330px;
}
/* ------------------ Main Page ------------------ */

.page {
    width: 100%;
    min-height: 100%;
    padding-bottom: 20px;
    padding-left: 215px;
    background-color: #F3F3F3;
}

.logo {
    position: fixed;
    z-index: 1111;
    top: -13px;
    left: -13px;
    background-color: #fff;
    border-radius: 50%
}

.logo img {
    margin: 21px 15px 15px 22px;
    width: 71px;
    height: 70px;
    top: 10px
}

.topbar {
    position: fixed;
    width: 100%;
    right: 0px;
    top: 0px;
    left: 75px;
    height: 60px;
    background: #A2D7DD url("/images/topBar.png") top left no-repeat;
    color: #fff;
    font-weight: bold;
    z-index: 1110;
}

.topbar .title {
    position: absolute;
    top: 20px;
    left: 40px;
}

.topbar a {
    color: #fff;
}

.topbar .pull-right {
    position: absolute;
    right: 110px;
    top: 16px
}

.logoutButton .btn-group .btn {
    background: none;
    border: 0;
    color: #fff;
}

.logoutButton ul li {
    font-size: 90%;
}

.side {
    position: fixed;
    z-index: 10;
    top: 60px;
    min-height: 100%;
    background-color: #525252;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: -215px;
    left: 215px;
}

.side .collapseMenu {
    display: none;
    margin: 0;
    float: right;
    margin: 5px 15px 5px 0px;
}

.side .collapseMenu button {
    margin: 0;
    background-color: #525252;
}

.side .collapseMenu button i {
    color: #afafaf;
}

.side .menu {
    margin-top: 50px;
}

.side .menu .footerlogo {
    position: absolute;
    bottom: 90px;
    margin: 0 auto;
    width: 210px;
    text-align: center;
}

.side .menu .footerlogo img {
    height: auto;
    max-width: 145px
}

.sideMenu {
    position: relative;
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    z-index: 10;
    max-height: 77vh;
}

.sideMenu.ps.ps--theme_default.ps--active-y:hover>.ps__scrollbar-y-rail:hover {
    background-color: rgba(255, 0, 0, 0) !important;
}

.sideMenu>li {
    float: left;
    clear: both;
}

.sideMenu>li>a {
    padding: 10px 5px;
    color: #D7D7D7;
    cursor: pointer;
    float: left;
    width: 215px;
}

ul.sideMenu>li:nth-child(odd) {
    background-color: #4C4C4C;
}

ul.sideMenu>li:nth-child(even) {
    background-color: #525252;
}

.sideMenu>li>a:hover,
.sideMenu>li.active>a {
    background-color: #3799BC;
    color: #E5E5E5;
}

.sideMenu>li>a .glyphicon {
    float: right;
    width: 10px;
    margin-right: 10px;
    margin-top: 2px;
    font-size: 10px;
}

.sideMenu>li>a .chevron-right {
    display: block;
}

.sideMenu>li>a .chevron-down {
    display: none;
}

.sideMenu>li.open>a .chevron-down {
    display: block;
}

.sideMenu>li.open>a .chevron-right {
    display: none;
}

.sideMenu>li>ul {
    display: none;
}

.sideMenu>li.open>ul {
    display: block;
}

.open > .dropdown-menu {
    max-height: 500px;
    overflow-y: scroll;
}

.sideMenu li>a:hover>i,
.sideMenu>li.active>a>i {
    color: #E5E5E5;
}

.sideMenu>li>a>i {
    font-weight: bold;
    float: left;
    width: 30px;
    margin: 2px 0 0 2px;
    color: #989898;
    font-size: 125%;
    float: left;
}

.sideMenu>li>a>span {
    font-weight: bold;
    width: 150px;
    float: left;
}

.sideMenu ul {
    list-style-type: none;
    list-style: none;
    padding: 4px 0 10px 38px;
    display: block;
    clear: both;
}

.sideMenu ul li {
    color: #D7D7D7;
    width: 161px;
    padding: 7px 0px;
}

.sideMenu ul li a {
    color: #D7D7D7;
}

.sideMenu ul li a.active {
    font-weight: bold;
    color: #E5E5E5;
    text-decoration: underline;
}

.sortable-container {
    overflow: visible !Important;
}


/* --------------------- Page - Main Content Area ------------------ */

.main {
    padding-top: 60px;
    margin-right: 0px;
    color: #525252;
    width: 100%;
    padding-bottom: 40px;
}

.main .container-fluid,
.main .container {
    padding: 0 20px 0 20px;
    margin-left: 0px;
}

.main .container-fluid.no-max-width,
.main .container-fixed.no-max-width {
    max-width: none;
}

.main .mainHeaderTitle {
    background-color: #fff;
    padding: 40px 10px 40px 30px;
    margin: 0 0 10px 0;
    position: relative;
    max-height: 160px;
}

.main .mainHeaderTitle .tabholder {
    margin-top: 20px;
    float: right;
}

.main .mainHeaderTitle .leftHolder {
    float: left;
    margin-bottom: -13px;
}

.main .mainHeaderTitle h3 {
    float: left;
    margin: 0px 20px 0 0;
}

.main .mainHeaderTitle .smallText {
    margin-top: 7px;
    float: left;
    color: #A9A9A9;
    font-size: 105%;
}

.main .mainHeaderTitle .breadcrum {
    min-height: 25px;
    margin-left: 2px;
}

.main .mainHeaderTitle .breadcrum a,
.main .mainHeaderTitle .breadcrum,
.main .mainHeaderTitle .breadcrum span {
    color: #68B9D6;
}

h3 {
    margin-left: 0px;
}

.underline {
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 1px solid #E3E3E3;
}

.top-line {
    border-top: 1px solid #E3E3E3;
}

.top-line-darker {
    border-top:1px solid #ccc;
}

.bottom-line {
  border-bottom:1px solid #E3E3E3;
}

.bottom-line-darker {
    border-top:1px solid #ccc;
}

.main p {
    color: #5A5C5B;
}

.main p.minorText {
    color: #9F9F9F;
}

.sendRequestButton {
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 11px 20px;
    background-color: #C4D95A;
    color: #fff;
    width: 200px;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.sendRequestButton:hover {
    color: #fff;
    text-decoration: none;
}


/* ---------------------- Dashboard Stats ---------------------- */

.dashStat {
    height: 177px;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 9px 0px;
}

.dashStat .dashStatTextHolder{
    display: inline-block;
}

.dashStat .dashStatText {
    margin: 0px 0 10px 0;
    font-size: 120%;
    display: inherit;
}

.dashStat .dashStatDigit {
    margin: 0 auto;
    height: 121px;
    position: relative;
    text-align: center;
    width: 116px;
    line-height: 130px;
}

.dashStat .dashStatDigit i {
    position: absolute;
    left: 0;
    color: #69B9D4;
    font-size: 125px;
    z-index: 0;
}

.dashStat .dashStatDigit .dashStatValue {
    position: relative;
    font-size: 65px;
    vertical-align: middle;
    font-weight: bold;
    display: inline-block;
    z-index: 1;
}

.dashStat .info {
    float: right;
    padding: 2px 0px 0px 5px;
}

.whiteHolder {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    border-radius: 4px;
}

dashboard-product-list>.table {
    min-height: 209px;
}


/* ---------------------- Table styles ---------------------- */

.table {
    webkit-box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    -moz-box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    border-collapse: separate;
}

.table.no-shadow {
    webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.table.no-shadow>tbody>tr>td,
.table.no-shadow>thead>tr>td {
    border: 0 !Important;
}

.table thead.tableTitle>tr>th,
.tableTitle {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    min-height: 33px;
    background-color: #F5F5F5;
    color: #525252;
    border-bottom: 1px solid #ddd !Important;
}

.table thead.tableTitle tr th,
.tableTitle {
    border: 1px solid #ddd !Important;
    /* border-bottom:0 !Important;*/
    border-radius: 4px 4px 0px 0px;
}

.table tr td:first-child {
    border-left: 1px solid #ddd;
}

.table tr td:last-child {
    border-right: 1px solid #ddd;
}

.table tr td {
    border-top: 0 !Important;
}

.tableTitle a {
    color: #fff;
}

.tableTitle a.info {
    color: #337ab7;
    cursor: pointer;
    float: right;
}

.tableTitle .btn {
    margin-left: 3px;
    margin-right: 2px;
    color: #525252;
}

.table thead>tr>th, .customTableHolder .tableTitle-blue {
    border: 0;
    background-color: #80C9DF;
    color: #fff;
}

.table thead>tr>th:first-child {
    border-left: 1px solid #ddd !Important;
}

.table thead>tr>th:last-child {
    border-right: 1px solid #ddd !Important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.table thead>tr>th.dark {
    background-color: #525252;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #fff;
}

.table-striped-alternate>tbody>tr:nth-child(odd)>td,
.table-striped-alternate>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.table-striped-alternate>tbody>tr:nth-child(even)>td,
.table-striped-alternate>tbody>tr:nth-child(even)>th {
    background-color: #F5F5F5;
}

.table tfoot {
    background-color: #fff;
}

.table tfoot tr th {
    border: 1px solid #ddd !Important;
    border-radius: 0px 0px 4px 4px;
}

.table tfoot.finish tr th {
    background-color: #fff;
    border: 1px solid #ddd !Important;
    border-top: 0 !Important;
    border-radius: 0px 0px 4px 4px;
    height: 4px;
    padding: 0;
}

.table .btn {
    float: right;
    margin-left: 8px;
}

.table tfoot .btn {
    margin: 6px 0px;
}

td.table-info-icon {
    max-width: 7px !Important;
}

.MostBoughtProduct {
    min-height: 85px;
}

.newsContent {
    background-color: #FFF;
    padding: 10px 10px;
    color: #979797;
    border: 1px solid #ddd;
    border-top: 0px !Important;
    border-radius: 0px 0px 4px 4px;
}

.newsContent p {
    color: #979797;
}

.customTableHolder {
    webkit-box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    -moz-box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    box-shadow: 0px 0px 20px -10px rgba(110, 110, 110, 1);
    border-radius: 4px;
    border: 1px solid #ddd !Important;
    background-color: #fff;
    padding-bottom: 5px;
}

.customTableHolder .tableTitle {
    border: 0 !Important;
    border-bottom: 1px solid #ddd !Important;
}

.customTableHolder .itemRow {
    background-color: #fff;
    min-height:39px;
    content: " ";
    display: table;
    width:100%;
}

.customTableHolder .itemRow:hover {
    background-color: #F5F5F5;
}

.customTableHolder .itemRow.nohover {
    background-color: #fff !Important;
}

.customTableHolder .itemRow.lines {
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
}

.customTableHolder .default {
    background-color: #A3D2DB !Important;
}

.customTableHolder .row {
    margin: 0;
    min-height: 37px;
}

.customTableHolder .th {
    padding: 0 2px;
}

.customTableHolder .th:first-child {
    padding: 0;
}

.customTableHolder .default:hover {
    color: #525252 !Important;
}

.customTableHolder .itemRow .td {
    padding: 10px 5px 4px 5px;
    float:left;
    min-height:39px;
}
.customTableHolder .itemRow .td:last-child::after {
    clear:both;
}

.customTableHolder .td:first-child {
    border-left: 0;
    padding-left: 10px;
}

.customTableHolder .itemRow .td:last-child {
    float: right;
}

.customTableHolder .btn {
    margin: 0 4px 3px 0;
}

.customTableHolder .tableFooter {
    border-top: 1px solid #ddd;
}

.customTableHolder .tableFooter:hover {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

.customTableHolder .tableFooter .btn {
    margin: 15px 0 10px 0;
}

.ui-sortable-placeholder {
    min-height: 100px;
    width: 100%;
    background-color: red;
}


/* ---------------------- Product Listing ---------------------- */

.productListHolder {
    margin: 16px 0;
    padding-bottom: 5px;
    min-height: 100px;
    white-space: nowrap;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.noProducts {
    margin: 15px 0 0 15px;
    font-weight: bold;
}

.editProductListHolder {
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
    border-radius: 4px;
    min-height: 200px;
}

.editProductListHolder .productListHolder {
    white-space: pre-line
}

.segmentRuleProductListHolder .productListHolder {
    max-height: 257px;
}

.segmentRuleProductListHolder .ps__scrollbar-y-rail {
    opacity: 1 !important;
}

.productListHolder .listitem {
    border: 1px solid #EBEBEB;
    float: left;
    margin: 0px 0px 5px 5px;
}

.listitemWithSortable {
    display: inline-block;
}

.productlistItem {
    position: relative;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 2px;
    height: 119px;
    line-height: 112px;
    vertical-align: middle;
    border: 1px solid #f5f5f5;
}

.productlistItem img {
    max-width: 115px;
    max-height: 115px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.productlistItem.reportItem img {
    max-width: 100%;
}

.productlistItem .counter {
    position: absolute;
    min-width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: center;
    padding: 7px;
    line-height: 15px;
}

.productListHolder .productlistItem:hover .close {
    display: block;
}


/* ---------------------- Product Selector ---------------------- */

.productSelectorResults {
    overflow-y: auto;
    max-height: 300px;
    position: absolute;
    z-index: 99;
    background-color: #FFF;
    border: 1px solid #A1A1A1;
}

.productselectorItem {
    cursor: pointer;
    min-height: 60px;
    border-bottom: 1px solid #CCCCCC;
    margin: 10px 5px 0px 5px;
}

.productselectorItem:last-child {
    border-bottom: 0;
}

.productselectorItem .productImage {
    height: 50px;
    width: 50px;
    float: left;
    text-align: center;
    overflow: hidden;
    line-height: 50px;
    vertical-align: middle;
}

.productselectorItem .productImage img {
    max-width: 100%;
    max-height: 60px;
}

.productselectorItem .productText {
    padding-left: 70px;
    padding-top: 0px;
}

.productselectorItem:hover>.productText {
    text-decoration: underline;
}


/* ---------------------- Tooltip styles ---------------------- */

.tooltip {
    font-size: 110%;
    text-align: left;
    z-index: 2001;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip-inner {
    background-color: #3799BC;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.top .tooltip-arrow {
    border-bottom-color: #3799BC;
    border-top-color: #3799BC;
}

.tooltip.left .tooltip-arrow,
.tooltip.right .tooltip-arrow {
    border-left-color: #3799BC;
    border-right-color: #3799BC;
}


/* ---------------------- Tabs Styling ---------------------- */

.tabholder {
    background: #fff;
    position: relative;
}

.tabBorder {
    border-bottom: 1px solid #DDDDDD;
}

.nav-tabs {
    font-weight: bold;
    border: 0;
}

.nav-tabs a {
    position: relative;
    float: left;
    text-align: center;
    color: #696969;
    text-decoration: none;
    cursor: pointer;
}

.nav-tabs a:hover .close {
    display: block;
}

.nav-tabs a.active,
.nav-tabs a.active:hover {
    background-color: #69B9D4;
    color: #fff;
}

.nav-tabs>li>a:hover {
    background-color: #69B9D4;
    color: #fff;
    border: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #69B9D4;
    color: #fff;
    border: 0;
}

.nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #696969;
    margin: 0;
    min-width: 100px;
    text-align: center;
    padding: 7px 0px;
    border: 0;
}

.nav-tabs-inactive-module {
    font-weight: normal;
}

.nav-tabs-inactive-module a.hover {
    background-color: #DDDDDD;
}

.grabber {
    cursor: ns-resize;
}


/* ---------------------- Behavioural Profiles ---------------------- */

.behaviouralProfileMain {
    display: block;
    background-color: #fff;
    float: left;
    margin: 10px 10px;
    width: 220px;
    height: 200px;
    border: 1px solid #DBDBDB;
    position: relative;
    padding-top: 15px;
}

.topOptions {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 73px;
    margin: -1px -1px 10px 0px;
    background-color: #525252;
    border-radius: 3px;
    padding: 0 4px;
    display: none;
}

.topOptions .btn {
    margin: 8px 4px;
}

.profile-row{
    width: 250px;
    min-height: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.profilepicker-xs{
    margin: auto;
}

.profileIconHolder {
    margin: 10px;
    display: block;
}

.profileIconHolder.xs {
    margin: auto;
    display: block;
}

.profileIconHolder .profileIcon {
    text-align: center;
}

.profileIconHolder .profileText {
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    height: 31px;
    color: #525252;
}

.profileIconHolder .profileText-xs {
    text-align: center;
    margin-top: 8px;
    font-weight: bold;
    height: 20px;
    color: #525252;
}

.profileIconHolder .profileChangeButton {
    width: 100%;
    margin-top: 5px
}

.profileRulesHolder {
    display: none;
    margin: 38px 5px 0 5px;
    text-align: center;
    height: 180px;
}

.profileRulesHolder .rulesText {
    position: relative;
    top: 48%;
    transform: translateY(-48%);
}

.profileRulesHolder .rulesText span {
    display: inline-block;
    line-height: 20px
}

.behaviouralProfileMain .iconPickerBtn {
    margin: 5px;
}

.behaviouralprofilerulemodal .control {
    margin-left: 5px;
}

.behaviouralprofilerulemodal .timebetween {
    text-align: center;
    padding-top: 7px;
}

.behaviouralProfileMain:hover .topOptions {
    display: block;
}

.avatarpicker:hover {
    background-color: #EEE;
}

.profilepicker:hover {
    background-color: #EEE;
}


/* ----------------- Merchandising Campaigns ----------------- */

.merchandisingCampaignMain {
    border-left: 1px solid #A1A1A1;
    border-right: 1px solid #A1A1A1;
    border-bottom: 1px solid #A1A1A1;
    display: block;
    background-color: #FFF;
}

.merchandisingCampaignMain .infoHolder {
    margin: 5px 0 0 10px;
}

.bmzContentTypeMain {
    position: relative;
    border-left: 1px solid #A1A1A1;
    border-right: 1px solid #A1A1A1;
    border-bottom: 1px solid #A1A1A1;
    padding-bottom: 10px;
    background-color: #FFF;
}

.bmzCarouselimageList .item {
    min-height: 60px;
    line-height: 60px;
    margin: 8px;
    border-radius: 2px;
    text-align: center;
}

.bmzCarouselimageList img {
    /*   max-height:50px;
  max-width:100%; */
}

.bmzCarouselimageList .imageIndex {
    color: #fff;
    float: left;
    background-color: #ABD6DC;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
}

.bmzCarouselimageList .imageIndex.selected,
.bmzCarouselimageList .imageIndex:hover {
    font-weight: bold;
    background-color: #55AACC;
}

.bmzCarouselimageList .slides-container,
.bmzCarouselimageList .slides-container div {
    overflow: hidden;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

.bmzRuleShowSummary {
    text-align: center;
}

.bmzRuleShowSummary .image {
    margin-top: 16px;
}

.recommenderSummaryText {
    border-radius: 4px;
    padding: 10px;
}

.recommenderpicker-selected {
    background-color: #F5F5F5;
}

.recommenderpicker .manualrecommender .info {
    float: left;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    margin-bottom: 15px;
}

.recommenderpicker .filter {
    margin-top: 5px;
}

.recommenderpicker .switch {
    margin-left: 10px;
    float: left;
}

.testHolder {
    border: 1px solid #BDC6D9;
    background-color: #fff;
    padding: 5px 10px 25px 10px;
    border-radius: 3px;
}

.testHolder .slider-bottom-text span {
    background-color: #f7f7f7;
}

.testHolder .testTitle {
    background-color: #525252;
    color: #fff;
    font-weight: bold;
    margin: -5px -10px 0 -10px;
    padding: 8px;
}

.bmz-type-holder {
    border: 1px solid #BDC6D9;
    padding-top: 5px;
    border-radius: 3px;
    background-color: #fff;
}

.defaultCampaign .bmz-type-holder {
    border: 0;
}

.bmz-type-holder .buttonHolder {
    background-color: #EEEEEE;
    border-top: 1px solid #BDC6D9;
    padding: 7px 10px 7px 0px;
}

.bmz-type-holder .buttonHolder .btn {
    width: 200px;
    margin-top: 1px;
    margin-left: 10px;
    float: right;
}

.bmz-type-holder .splitInputHolder {
    margin: 5px 12px 5px 12px;
}

.bmz-type-holder .splitInputHolder input {
    min-width: 150px !Important;
}

.bmz-group-type {
    padding: 5px 12px 0px 12px;
}

.defaultCampaign .bmz-group-type {
    padding: 0px;
}

.bmz-group-type-item {
    float: left;
    margin-right: 11px;
    margin-bottom: 12px;
}

.bmz-group-type .configure {
    display: inline-block;
    width: 115px;
    font-size: 12px;
    height: 140px;
    vertical-align: top;
    margin-bottom: 12px;
    margin-top: 0;
    margin-right: 0px;
}

.bmz-group-type .holder {
    white-space: nowrap;
    margin-top: 12px;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.bmzgrouptype .image {
    height: 140px;
    margin: 0px;
    padding: 0px;
}

.bmzImage {
    height: 300px;
}

.bmzImage img {
    max-height: 300px;
}

.bmzCarousel {
    height: 400px;
}

.bmzCarousel img {
    max-height: 400px;
    max-width: 100%;
}

.bmzCarouselCurImageMarker {
    color: #E2D24B;
    margin: 0px 10px 0px 0px;
}

.campaign-group-button {
    margin-top: 16px;
}

.segmentTable {
  height: 110px;
  max-height: 110px;
  display: block;
  overflow: hidden;
  position: relative;
}

.segmentHeader {
    border: 0;
    background-color: #80C9DF;
    color: #fff;
    width: 100%;
    padding: 8px;
    font-weight: bold;
    border-right: 1px solid #ddd !Important;
    border-left: 1px solid #ddd !Important;
    box-sizing: border-box;
}

.segmentTable .profileContent{
   margin: 8px;
}

.segmentTable .ps__scrollbar-x-rail{
  display: none !important;
}


/* ---------------------- Channel --------------------- */

.channelIcon {
    width: 16px;
    float: left;
    margin-left: -5px;
    margin-top: 3px;
    color: #68B9D6;
    font-weight: bold;
    text-align: center;
}

.channel-dropdown {
    margin-bottom: 10px;
    margin-left: 10px;
}

.channel-dropdown button,
.profile-dropdown button {
    min-width: 120px;
}

.info-block {
    padding: 10px;
    background-color: #F6F6F6;
    color: #747474;
    border-radius: 4px;
}

.info-block.error {
    color: red;
}

.info-block .icon {
    font-size: 20px;
    margin-right: 10px;
    float: left;
}

.info-block .text {
    font-size: 15px;
}

.alert .icon {
    font-size: 20px;
    margin-right: 10px;
    float: left;
}

.alert .text {
    font-size: 15px;
}


/* ---------------------- Search Rules ---------------------- */

.searchRuleMain {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    padding: 15px 0;
}

.searchRuleMain .infoHolder {
    margin: 20px 0 0 10px;
}


/* ---------------------- Synonyms ---------------------- */

.synonymMainPanel {
    min-height: 500px;
}


/* ---------------------- Tree view styles ---------------------- */

.categoryTreeView {
    max-height: 168px;
    overflow-y: auto;
}

ul.ivh-treeview {
    list-style-type: none;
    padding-left: 0;
}

ul.ivh-treeview ul.ivh-treeview {
    padding-left: 15px;
}

ul.ivh-treeview .ivh-treeview-toggle {
    cursor: pointer;
}


/* ---------------------- Media Bin ---------------------- */

.mediaBin {
    min-height: 400px;
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 20px;
}

.mediaBinCrum {
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
    padding: 8px 0;
    margin-bottom: 10px;
}

.mediaBinCrum .mediaCrum .crum {
    float: left;
    color: #369ABD;
    font-size: 110%;
    font-weight: bold;
    margin-top:5px;
}

.mediaBinCrum .mediaCrum .crum:hover {
    text-decoration: underline;
    cursor: pointer;
}

.mediaBinCrum .mediaCrum .seperator {
    float: left;
    text-align: center;
    width: 20px;
    margin-top:5px;
}

.mediaBin .mediaItem {
    margin: 5px;
    height: 150px;
    width: 150px;
    float: left;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #C1C1C1;
    border-radius: 5%;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.mediaBin .mediaItem.selected {
    border: 0;
    background-color: #68B9D6;
}

.mediaBin .mediaItem.selected .mediaText {
    color: #fff;
}

.mediaBin .mediaItem .mediaImage {
    height: 100px;
    width: 100%;
    overflow: hidden;
    line-height: 97px;
}

.mediaBin .mediaItem div .mediaImage .glyphicon {
    font-size: 60px;
    margin-top: 20px;
    color: #68B9D6;
}

.mediaBin .mediaItem.selected div .mediaImage .glyphicon {
    color: #fff;
}

.mediaBin .mediaItem div .mediaImage img {
    max-height: 100px;
    max-width: 100%;
}

.mediaBin .mediaItem div .mediaText {
    margin-top: 2px;
    height: 36px
}

.mediaBin .mediaItem div .mediaText:hover {
    text-decoration: underline;
}

.mediaBin .tooltip-inner {
    font-size: 80%;
    width: 300px;
}


/* ---------------------- Mediabin - small ---------------------- */

.mediaBin.small {
    border-bottom: 0;
    padding: 0 20px 20px 20px;
}

.mediaBin.small .mediaBinCrum {
    border: 0;
    border-bottom: 1px solid #C1C1C1;
}

.mediaBin.small .mediaItem {
    height: 120px;
    width: 118px;
}

.mediaBin.small .mediaItem .mediaImage {
    height: 70px;
    line-height: 68px;
}

.mediaBin.small .mediaItem .mediaImage img {
    max-height: 70px;
}

.mediaBin.small .mediaItem .mediaImage .glyphicon {
    font-size: 40px;
}

.mediaBinPopup .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.mediaBinPopup .imagePopupHolder {
    text-align: center;
    max-height: 350px;
}

.mediaBinPopup .imagePopupHolder img {
    max-height: 349px;
    max-width: 100%;
}

.modal-lg {
    width: auto;
    max-width: 960px;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    text-align: center;
    height: 200px;
    padding-top: 85px;
    margin: 10px;
    font-size: 110%;
    font-weight: bold;
    color: #989898;
}

.uploadProgressHolder {
    margin-top: 10px;
    height: 200px;
    overflow: auto;
}

.dragover {
    border: 5px dashed #379ABD;
}


/* ---------------------- Reports ---------------------- */

.periodLinkHolder a {
    margin-right: 10px;
    color: #5A5C5B;
    cursor: pointer;
}

.periodLinkHolder a:hover {
    text-decoration: underline;
}

.periodLinkHolder .selected {
    font-weight: bold;
    text-decoration: underline;
}

.viewMore {
    text-align: right;
    font-weight: normal;
    cursor: pointer;
}

.tablePopup .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.chart {
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 0 0 4px 4px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #fff;
}

.periodLinkHolder .popover {
    min-width: 400px !Important;
}

.maintabHolder {
    font-size: 130%;
    margin: 10px 0 30px 0;
}

.maintabHolder a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    padding: 10px 5px;
    background-color: #80C9DF;
    border-radius: 4px;
    min-width: 150px;
    text-decoration: none;
}

.maintabHolder a:hover {
    background-color: #55AACC;
}

.maintabHolder a.selected {
    background-color: #55AACC;
}


.searchRuleActionTabHolder {
    font-size: 130%;
}

.searchRuleActionTabHolder a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-right: 30px;
    padding: 10px 5px;
    background-color: #80C9DF;
    border-radius: 4px;
    min-width: 150px;
    text-decoration: none;
}

.searchRuleActionTabHolder a:hover {
    background-color: #55AACC;
}

.searchRuleActionTabHolder a.selected {
    background-color: #55AACC;
}

.customPanel.searchRuleAction{
    min-height: 260px;
}

/* ---------------------- Email ---------------------- */

.emailEvent .emailIconAndTitleHolder {
    position: relative;
}

.emailEvent .emailIconHolder {
    float: left;
    width: 45px;
    display: table;
}

.emailEvent .emailTitle {
    font-weight: bold;
    vertical-align: middle;
    height: 33px;
    display: table-cell;
}

.emailEvent .emailDescription {
    margin-top: px;
    margin-right: 10px;
}

.emailsHolder {
    float: left;
    width: 150px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px;
}

.emailsHolder a {
    text-decoration: none;
    color: #525252;
}

.emailsHolder a:hover {
    text-decoration: underline;
}

.emailsHolder img {
    width: 120px;
    margin-bottom: 5px;
}

.emailsHolder .configure {
    height: 120px;
    width: 120px;
    white-space: normal;
    vertical-align: middle;
    padding-top: 38px;
}

.backButtonSidebySide {
    width: 150px;
    margin-right: 25px;
}

.emailFormHolder .form-group label {
    text-align: left;
}

.emailFormHolder .redactor-box {
    margin-bottom: 0px;
}

.emailFormHolder .emailBody {
    background-color: #CCCCCC;
    margin: 0;
    padding: 13px 0px;
    text-align: center;
}

.emailFormHolder .formAnchor {
    margin-top: 5px;
    display: inline-block;
}

.emailFormHolder .formAnchor a {
    cursor: pointer;
}

#templateEditor,
#htmlEditor,
#cssEditor {
    margin-top: -20px;
    height: 600px;
    width: 100%;
    margin-bottom: 0px;
}

#templateEditor textarea,
#htmlEditor textarea,
#cssEditor textarea {
    width: 100%;
    height: 200px;
}

.emailFormHolder .emailImage {
    max-height: 200px;
}

.emailFormHolder .tabHolder {
    font-size: 130%;
    margin: 10px 0 30px 0;
}

.emailFormHolder .tabHolder a {
    color: #8C8C8C;
    margin-right: 30px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 4px;
}

.emailFormHolder .tabHolder a.selected {
    background-color: #F5F5F5;
}

.colourPickerHolder {
    border: 1px solid #777777;
    padding: 6px 10px;
    ;
    border-radius: 3px;
    cursor: pointer;
    margin-top: -1px;
    min-width: 130px;
    height: 34px;
    width: 100%;
}

.colourPicker {
    width: 25px;
    height: 22px;
    display: inline-block;
    margin: -1px -2px 2px 5px;
    vertical-align: bottom;
    border-radius: 4px;
    border: 1px solid #777777;
    float: right;
}

.colourPickerHolder input {
    border: 0;
    display: inline-block;
    outline: none;
    width: 70px;
    font-size: 14px;
    background-color: transparent;
    color: #555;
}

.modal.emailPreviewModal {
    background-color: #fff;
}

.modal.emailPreviewModal .modal-dialog {
    height: 100%;
}

.modal.emailPreviewModal .modal-content {
    box-shadow: none !Important;
    border: 0;
    max-width: 100% !Important;
    width: 100% !Important;
    text-align: center;
    margin: 0 !Important;
    padding: 0 !Important;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
}

.modal.emailPreviewModal .modal-header {
    position: relative;
    z-index: 9000;
    width: 100%;
    height: 61px;
    border-bottom: 1px solid #969696;
    background: #A2D7DD url("/images/topBar.png") top left no-repeat;
}

.modal.emailPreviewModal .modal-header .modal-title {
    position: absolute;
    left: 40px;
    top: 18px;
    color: #fff;
    font-size: 14px;
}

.modal.emailPreviewModal .modal-header .modal-button {
    position: absolute;
    right: 20px;
    top: 10px;
}

.modal.emailPreviewModal .modal-header .modal-button .btn {
    background-color: #F5F5F5;
}

.modal.emailPreviewModal .modal-content .modal-body {
    margin: -61px 0 0 0;
    padding: 61px 0 0 0;
    height: 100%;
}

.modal.emailPreviewModal .modal-content .modal-body iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 10px) {
    .modal.emailPreviewModal,
    .modal.emailPreviewModal .modal-dialog,
    .modal.emailPreviewModal .modal-content {
        width: 100% !Important;
        margin: 0 !Important;
        padding: 0 !Important;
    }
}

.emailLogMainPanel {
    min-height: 390px;
}


/* ----------------------  Timings ---------------------- */

.emailTiming .popover {
    min-width: 450px !Important;
    left: -415px !Important;
}

.emailTiming .popover .arrow {
    left: 430px !Important;
}

.emailTiming .popover .dayInput {
    width: 50px !Important;
    padding: 0 4px;
}

.emailTiming .popover input,
.emailTiming .popover select {
    border-radius: 4px !Important;
}

.emailTiming .popover input[type="text"],
.emailTiming .popover input[type="number"] {
    margin: 0 6px;
}

.emailTiming .popover input[type="radio"] {
    margin-top: 5px;
}

.emailTiming .popover .tLabel {
    float: left;
    padding-top: 1px
}

.bmzrulecontenteditor .tLabel {
    padding-top: 2px;
}

.emailTiming .popover .timingCheckBoxDay {
    float: left;
    width: 100px;
    margin-right: 15px
}

.emailTiming .popover .dayDropDown {
    width: 110px;
    margin-right: 5px;
    ;
}

.emailTiming button {
    border-radius: 0px 4px 4px 0px !Important;
    text-align: center;
}

.emailTiming .popover button {
    border-radius: 4px !Important;
    text-align: center;
}

.templateContentHolder {
    border: 2px solid #F3F3F3;
    padding: 7px;
    min-height: 450px;
    border-radius: 3px;
    overflow-y: auto;
    overflow-x: hidden;
}


/* ------------- Media Queries -------------- */


/* bootrap container adjustment */

@media (min-width: 992px) {
    .container {
        width: 755px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 955px;
    }
}

@media (min-width: 1415px) {
    .container {
        width: 1200px;
    }
    .full-width,
    {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 993px) {
    .menu {
        display: block !Important
    }

  .divider-vertleft-hortop{
    border-left: solid 1px #ddd;
  }

  .divider-vertright-horbottom{
    border-right: solid 1px #ddd;
  }
}

@media (max-width: 992px) {
    /* General Dashboard Styles */
    .page {
        padding-left: 0;
    }
    .side {
        position: relative;
        width: 100%;
    }
    .menu,
    .sideMenu {
        width: 100%;
        padding-bottom: 15px;
    }
    .sideMenu li {
        width: 100%;
    }
    .sideMenu li a {
        width: 100%;
    }
    .side .collapseMenu {
        display: block;
    }
    .main {
        margin-left: 0px;
        margin-right: 0px;
    }
    .main .container-fluid,
    .main .container {
        margin: 0px auto;
    }
    .side .footerlogo {
        display: none;
    }
    .tabholder .tabgap {
        width: 30px;
        /* 90px */
    }
    .periodLinkHolder .popover {
        min-width: 150px !Important;
        left: 10px !Important;
    }
    .periodLinkHolder .popover .arrow {
        display: none;
    }
    .divider-vertleft-hortop{
      border-top: solid 1px #ddd;
      margin-top: 15px;
    }

    .divider-vertright-horbottom{
      border-bottom: solid 1px #ddd;
      margin-bottom: 15px;
    }
}

.modal {
    /* Margin/padding copied from Bootstrap */
    margin-left: auto;
    margin-right: auto;
    /* Set width to your desired site width */
    width: 900;
    z-index: 2000 !Important;
}

.input-xs {
    height: 25px;
    font-weight: normal;
}

select.input-xs {
    padding: 0 5px;
}

.topTitleInput {
    height: 26px;
    font-weight: normal;
    margin-top: -4px;
    margin-bottom: -5px
}

.pointer {
    cursor: pointer;
}

.white {
    color: #fff;
}

.redactor-box {
    border: 1px solid #d3d3d3;
}

.checkbox,
.radio {}

.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}


/* ------------- Profile Icons ------------ */

.profile-xs.icon-everyone:before,
.profile-xs.icon-profile-1:before,
.profile-xs.icon-profile-2:before,
.profile-xs.icon-profile-3:before,
.profile-xs.icon-profile-4:before,
.profile-xs.icon-profile-5:before,
.profile-xs.icon-profile-6:before,
.profile-xs.icon-profile-7:before,
.profile-xs.icon-profile-8:before,
.profile-xs.icon-profile-9:before,
.profile-xs.icon-profile-10:before,
.profile-xs.icon-profile-11:before,
.profile-xs.icon-profile-12:before {
    color: #fff;
    padding: 9px 0px 0px 0px;
    border-radius: 50%;
    font-size: 10px;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.icon-everyone:before,
.icon-profile-1:before,
.icon-profile-2:before,
.icon-profile-3:before,
.icon-profile-4:before,
.icon-profile-5:before,
.icon-profile-6:before,
.icon-profile-7:before,
.icon-profile-8:before,
.icon-profile-9:before,
.icon-profile-10:before,
.icon-profile-11:before,
.icon-profile-12:before {
    color: #fff;
    padding: 32px 30px 20px 30px;
    border-radius: 50%;
    font-size: 45px;
    width: 110px;
    height: 110px;
    display: inline-block;
}

.icon-everyone:before {
    content: "\e905";
    background-color: #68B9D6;
}

.icon-profile-1:before {
    content: "\e90a";
    background-color: #81D7BE;
}

.icon-profile-2:before {
    content: "\e90a";
    background-color: #A0D46F;
}

.icon-profile-3:before {
    content: "\e90a";
    background-color: #45B2B7
}

.icon-profile-4:before {
    content: "\e90a";
    background-color: #437A7D;
}

.icon-profile-5:before {
    content: "\e90a";
    background-color: #60ADF3;
}

.icon-profile-6:before {
    content: "\e90a";
    background-color: #EE85EC;
}

.icon-profile-7:before {
    content: "\e90a";
    background-color: #8D7FA2;
}

.icon-profile-8:before {
    content: "\e90a";
    background-color: #808CD6;
}

.icon-profile-9:before {
    content: "\e90a";
    background-color: #E1EA51;
}

.icon-profile-10:before {
    content: "\e90a";
    background-color: #E7931F;
}

.icon-profile-11:before {
    content: "\e90a";
    background-color: #E38E87;
}

.icon-profile-12:before {
    content: "\e90a";
    background-color: #4A4A4A;
}

.icon-multi-segment:before {
    content: "\e917";
    color: #68B9D6;
}

.icon-person-everyone:before {
    content: "\e905";
    color: #68B9D6;
}

.icon-person-profile-1:before {
    content: "\e90a";
    color: #81D7BE;
}

.icon-person-profile-2:before {
    content: "\e90a";
    color: #A0D46F;
}

.icon-person-profile-3:before {
    content: "\e90a";
    color: #45B2B7
}

.icon-person-profile-4:before {
    content: "\e90a";
    color: #437A7D;
}

.icon-person-profile-5:before {
    content: "\e90a";
    color: #60ADF3;
}

.icon-person-profile-6:before {
    content: "\e90a";
    color: #EE85EC;
}

.icon-person-profile-7:before {
    content: "\e90a";
    color: #8D7FA2;
}

.icon-person-profile-8:before {
    content: "\e90a";
    color: #808CD6;
}

.icon-person-profile-9:before {
    content: "\e90a";
    color: #E1EA51;
}

.icon-person-profile-10:before {
    content: "\e90a";
    color: #E7931F;
}

.icon-person-profile-11:before {
    content: "\e90a";
    color: #E38E87;
}

.icon-person-profile-12:before {
    content: "\e90a";
    color: #4A4A4A;
}

.profile-xs {
    font-size: 12px;
}

.profile-sm {
    font-size: 18px;
    display: inline-block;
}

.profile-md {
    font-size: 35px;
}

.profile-lg {
    font-size: 50px;
}


/* ---------------------- Slider Styling ---------------------- */

slider {
    width: 100%;
    height: 90px;
    display: inline-block;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    color: #55637d;
    font-size: 12px;
}

slider div {
    position: absolute;
}

.slider-first,
.slider-last {
    margin-top: 20px;
    width: 2px;
    height: 24px;
    z-index: 2;
    border-radius: 3px;
}

.slider-first {
    background-color: #0db9f0;
}

.slider-last {
    right: 0;
    background-color: #d8e0f3;
}

.slider-bottom {
    width: 100%;
    border-bottom: 2px dotted #3799BC;
    border-left: 2px dotted #3799BC;
    border-right: 2px dotted #3799BC;
    height: 10px;
    border-radius: 0px 0px 8px 8px;
    bottom: 20px;
}

.slider-bottom-text {
    bottom: 14px;
    width: 100%;
    text-align: center;
    color: #3799BC;
    font-size: 11px;
}

.slider-bottom-text span {
    display: inline-block;
    width: 125px;
    background-color: #fff;
}

.slider-bar {
    margin-top: 27px;
    height: 10px;
    background-color: #d8e0f3;
    border-radius: 2px;
}

.slider-pointer {
    margin-top: 16px;
    left: 100px;
    height: 32px;
    width: 32px;
    background-color: #0db9f0;
    border-radius: 2px;
    cursor: pointer;
    padding: 12px;
    z-index: 3;
}

.slider-pointer-disabled {
    cursor: not-allowed;
}

.slider-pointer-center {
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 5px
}

.slider-pointer-active {
    z-index: 4;
    border: 2px solid #555555;
    padding: 10px;
}

.slider-pointer-bar {
    margin-top: 27px;
    height: 10px;
    border-radius: 2px;
}

.slider-pointer-label {
    white-space: nowrap;
}


/* -------------------------- On off switch ------------------------- */

.onoffswitch {
    position: relative;
    width: 71px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 0px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.2s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 31px;
    padding: 0;
    line-height: 31px;
    font-size: 13px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 15px;
    background-color: #3594BD;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 12px;
    background-color: #FFFFFF;
    color: #757575;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 21px;
    margin: 2px;
    background: #F5F5F5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 43px;
    border: 1px solid #999999;
    border-radius: 3px;
    transition: all 0.2s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/* on off disabled */

.onoffswitch.disabled .onoffswitch-inner:before {
    background-color: #EEEEEE;
}

.onoffswitch.disabled .onoffswitch-inner:after {
    color: #EEEEEE;
    float: right;
}

/* -------------------------- True False switch ------------------------- */

.truefalseswitch {
    position: relative;
    width: 71px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 0px;
}

.truefalseswitch-checkbox {
    display: none;
}

.truefalseswitch-label {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.truefalseswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.2s ease-in 0s;
}

.truefalseswitch-inner:before,
.truefalseswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 31px;
    padding: 0;
    line-height: 31px;
    font-size: 13px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.truefalseswitch-inner:before {
    content: "True";
    padding-left: 10px;
    background-color: #3594BD;
    color: #FFFFFF;
}

.truefalseswitch-inner:after {
    content: "False";
    padding-right: 6px;
    background-color: #FFFFFF;
    color: #757575;
    text-align: right;
}

.truefalseswitch-switch {
    display: block;
    width: 21px;
    margin: 2px;
    background: #F5F5F5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 43px;
    border: 1px solid #999999;
    border-radius: 3px;
    transition: all 0.2s ease-in 0s;
}

.truefalseswitch-checkbox:checked+.truefalseswitch-label .truefalseswitch-inner {
    margin-left: 0;
}

.truefalseswitch-checkbox:checked+.truefalseswitch-label .truefalseswitch-switch {
    right: 0px;
}


/* on off disabled */

.truefalseswitch.disabled .truefalseswitch-inner:before {
    background-color: #EEEEEE;
}

.truefalseswitch.disabled .truefalseswitch-inner:after {
    color: #EEEEEE;
    float: right;
}


/* -------------------------- Help Styling ------------------------- */

.help-sections img {
    display: block;
    margin: auto;
    max-height: 64px;
    max-width: 64px;
}

.help-sections {
    padding-top: 30px;
    padding-bottom: 10px;
}

.help-title {
    font-size: 120%;
    text-align: center;
    color: #525252;
}

.user-guides .whiteHolder:hover {
    border: 3px solid #68B9D6;
}

.short-text {
    padding: 15px;
    text-align: center;
    color: grey;
}

.guides-supportholder .whiteHolder {
    margin-top: 20px;
}

.support-images img {
    display: block;
    margin: auto;
}

.supportbox-text {
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    align-content: center;
}

.support-button {
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    align-content: center;
}

.support-button .btn {
    margin: auto;
}

.helpContent .panel-heading {
    background: #fff;
    border: 1px solid #fff;
}

.helpContent .panel-open .panel-heading {
    background: #fff !important;
}

.helpContent {
    border-top: 0px;
}

.panel-default>.question {
    background-color: #fff;
}

.question-content {
    background: #F4F4F4;
}

.guides-panelHolder {
    margin-top: 20px;
}

.panel-body .buttons {
    float: right;
}

.support-box {
    margin: 0px;
    width: 100%;
}

.arrow-support {
    float: right;
}

.support-text {
    font-size: 14px;
    color: #525252;
    padding: 30px;
    text-align: center;
}

.guides-title {
    font-size: 17px;
    font-weight: bold;
    color: #68B9D6;
}

.guides-title img {
    max-width: 20px;
    max-height: 20px;
    vertical-align: top;
    margin-right: 7px;
}

.guides_title {
    margin-bottom: 25px;
}

.guides-body {
    font-size: 13px;
    line-height: 24px;
}

.guides-image img {
    display: block;
    margin: auto;
    padding: 10px;
    max-width: 100%;
}

.sub-heading {
    font-size: 13px;
    font-weight: bold;
    color: #68B9D6;
    /*Anchor hack. Accounts for the fixed header offset when using linked anchor fragments in the url*/
    padding-top: 90px;
    margin-top: -90px;
}

.list-guides {
    font-size: 13px;
}

.icon {
    width: 15px;
    height: 15px;
}

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

.holder {
    position: relative;
    background: white;
}

.line {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #D3D3D3;
}

.round {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D3D3D3;
    position: absolute;
    top: 22px;
    left: 12px;
}

.text {
    padding-left: 35px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-decoration: none;
}

.text p {
    margin: 0px;
    color: #A9A9A9;
    line-height: 23px;
}

.heading {
    font-size: 16px;
    font-weight: bold;
    color: #7E7E7E;
    margin-bottom: 7px;
}

.timeline .holder:hover {
    background: #68B9D6;
}

.holder :hover p {
    color: white;
}

.holder :hover .heading {
    color: white;
}

.holder :hover a {
    color: white;
}

.holder:last-child .line {
    bottom: 35px;
}

.holder:first-child .line {
    top: 25px;
}

.holder:last-child {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.holder:last-child .active-help {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.right-navigation {
    margin-top: 20px;
}

.next-button {
    padding: 0px;
}

.buttons-holder .btn {
    float: right;
}

.gap {
    width: 100%;
    height: 20px;
    background: #fff;
}

.buttons-holder .holder-buttons {
    margin-top: 20px;
}

.guides-panelHolder .panel-title {
    font-size: 12px;
}

.back-button {
    font-weight: bold;
    font-size: 14px;
    color: #68B9D6;
    cursor: pointer;
}

.back-button:hover {
    color: #68B9D6;
}

.page-link:hover {
    text-decoration: none;
}

.active-help {
    background: #68B9D6;
}

.active-help p {
    color: white;
}

.active-help .heading {
    color: white;
}

.help-pages .whiteHolder {
    padding-top: 30px;
    padding-bottom: 30px;
}

.guides-body-text .btn {
    margin-top: 10px;
    margin-bottom: 14px;
}

.list-guides li:before {
    content: "";
    border-color: transparent #525252;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.list-guides {
    list-style: none;
}

.guides-holder {
    margin-top: 25px;
}

.guides-holder .newsContent {
    min-height: 485px;
    margin-bottom: 10px;
}

.nav-section .tableTitle {
    font-size: 16px;
    border: 0px !important;
}

.user-guides .whiteHolder {
    max-height: 325px;
    min-height: 325px;
    border: 3px solid white;
}

.guides-panelHolder .tableTitle {
    border-bottom: none !important;
}

.helpContent .panel-heading :firstchild .panel-heading {
    border-radius: 0px;
}

.guides-body-text .btn-info:hover {
    background: #5bc0de !important;
    border-color: #46b8da;
    cursor: default;
}


/* ----- Product Feed Styling --------- */

.product-feed-table a {
    float: right;
    color: #525252;
    cursor: pointer;
}

.product-feed-pagination .pagination {
    float: right;
}

.product-feed-pagination {
    padding: 0px;
    color: #525252;
}

.product-feed-pagination li a {
    color: #525252;
}

.product-feed-pagination li a:hover {
    background: #68B9D6;
    color: white;
}

.product-feed-items {
    width: 102px;
    height: 31px;
    background: white;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
}


/* ------- Recommender Config ------------ */

.recommender-config .align-vert {
    vertical-align: middle;
}

.recommender-config .switch {
    display: inline-block;
}

.recommender-config .info {
    float: right;
    vertical-align: middle;
    line-height: 38px;
}

.validation {
    color: red;
    font-size: 14px;
}


/* ------- Search Config -------- */

.search-settings .onoffswitch,
.search-settings input {
    width: 70px;
    position: absolute;
    right: 10px;
}

.search-settings input[type="text"] {
    width: 90%;
}

.search-settings tbody tr td:last-child {
    position: relative;
    height: 52px;
}

.search-settings .settings-dropdowns {
    width: 230px;
}

/* ---------------------- Product Explorer ---------------------- */
.prodExporerTable td label {font-weight:normal !Important;}
.prodExplorerExpanded td {border-top:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; background-color:#D3E9EF !Important;}
.prodExplorerExpandHolder {background-color:#D3E9EF !Important;}
.prodExplorerExpandHolder .prodExplorerValue {margin-right:5px;padding:2px 5px;border:1px solid #b4b4b4; border-radius:2px; }
.productExplorerCheckbox input {display:inline-block; margin:3px 2px 0 0;float:left;}
.productExplorerTitle:hover {text-decoration:underline; cursor:pointer; }
.productExplorerFooter .pagination {margin-top:0px;}

tag[_ngcontent-c0] {
    color:#fff !Important;
    background-color:#428BCA !Important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !Important;
    line-height:26px !Important;
    border-radius:4px !Important;
    height:26px !Important;
    font-size:12px !Important;
    margin:2px !Important;
    letter-spacing:0 !Important;
}
tag[_ngcontent-c0] .tag-input-text {
    float:left;
    cursor:default !Important;
}
tag[_ngcontent-c0] .tag-input-delete {
    display:inline-block;width:20px;text-align:center;color:#585858; font: 700 16px Arial,sans-serif;cursor:pointer;vertical-align:middle;margin-top:5px;
}
.disableTagInput tag-input-form {
    display:none !Important;
}

/* ---------------------- User Explorer ---------------------- */

.userExplorerAnonymiseTick {
    float:left
}
.userExplorerAnonymiseInfo {
    float:left;
    padding-left:10px;
}


/* ---------------------- Filter Management ---------------------- */
.filterManagerTable {font-weight:normal !Important;}
.filterManagerExpanded {border-top:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; background-color:#D3E9EF !Important;}
.filterManagerExpanded .td {font-weight: bold;}
.filterManagerExpandHolder {background-color:#D3E9EF !Important;}
.filterManagerExpandHolder .filterManagerValue {margin-right:5px;padding:2px 5px;border:1px solid #b4b4b4; border-radius:2px; }
.filterManagerCheckbox input {display:inline-block; margin:3px 2px 0 0;}
.filterManagerTitle:hover {text-decoration:underline; cursor:pointer; }
.filterManagerFooter .pagination {margin-top:0px;}
.filterManagerDragPlaceHolder {border:2px dashed #D3E9EF; }
.filterManagerChosen {border:2px dashed #D3E9EF;height:35px;}
.filterManagerValuesRowsContainer {height: 300px;overflow-y: auto; overflow-x: visible;}
.filterManagerValuesRowsContainer .td {font-weight:normal;}
.filterManagerValuesRowsContainer .sortHandle {cursor: move; cursor: -webkit-grabbing;}

/*--------------------DatePicker fix for jQuery 3+ -----------------------*/
.bootstrap-datetimepicker-widget {
    display: block !important;
}

/*-------- My Account -> Access keys -----------------------*/

.apikey-wrapper{
    display:flex;
    width:100%
}

button.apikey-show{
    width:68px;
    margin-left: 4px;
}

button.apikey-show:focus{
    background: transparent;
    outline: none;
}

button.apikey-copy{
   float: right;
   width:46px;
}

config-separator{
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px auto;
    width: 90%;
}

.config-label{
    line-height: 34px;
    margin-bottom: unset;
}