/* Minification failed. Returning unminified contents.
(7555,1): run-time error CSS1019: Unexpected token, found '}'
 */

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../fonts/Quicksand-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand-Light';
    src: url('../fonts/Quicksand-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand-Medium';
    src: url('../fonts/Quicksand-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../fonts/Quicksand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    min-height: 100%;
    /*height:auto;*/
}

body {
    height: 100%;
    min-height: 100%;
    position: relative;
    height: auto;
    padding-bottom: 45px !important;
    font-family: 'SourceSansPro-Regular', Arial, sans-serif;
}

    body.fixed-header {
        margin: 0;
        padding-top: 160px !important;
    }

.wrapper {
    min-height: 100%;
    height: 100%;
    /*height: auto !important;
    margin: 0 auto -65px;
    padding-bottom: 85px;*/
}

select {
    cursor: pointer !important;
}

.form-control-date-picker {
    cursor: pointer !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none !important;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: normal;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

a, a:focus, a:hover {
    outline: none !important;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

textarea {
    resize: none !important;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, table, th, td, caption, hr {
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
}

*::before, *::after, *::before, *::after {
    box-sizing: inherit;
}

html {
    font-size: 100%;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f2f2;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: #333;
    background-color: transparent;
    padding-top: 10.9375em;
}

    body.pm-page--customer-details {
        padding-top: 150px;
    }

    body.pm-page--consumer, body.pm-page--consumer-log {
        padding-top: 125px;
    }

/*Loader*/
#load-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.pm-spinnerWrap {
    margin: 25% auto 0;
    display: block;
    height: 30px;
    width: 30px;
}
/*Loader end*/

.glyphicon-leaf {
    background: #32CD32;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 12px;
}

a {
    color: #415d7d;
    text-decoration: underline;
}

    a:hover, a:focus {
        text-decoration: none;
    }

img, embed, object, iframe, audio, video {
    max-width: 100%;
    display: block;
}

img {
    display: inline-block;
}

hr {
    margin: 40px 0;
    border-top: 2px solid #dadada;
}

.icon-inline {
    width: 20px;
    height: 20px;
    fill: #000;
}

.icon-inline--fill-white {
    fill: #fff;
}

.icon-inline--fill-gray {
    fill: #767676;
}

.icon-inline--fill-blue, .table-hover tbody tr:hover .table-row-actions svg {
    fill: #415d7d;
}

.icon-inline--fill-red {
    fill: #982c2c;
}

.icon-inline--fill-green {
    fill: #1d7c2e;
}

.icon-inline--fill-yellow {
    fill: #fdda7c;
}

.icon-inline--small {
    width: 10px;
    height: 10px;
}

.icon-inline--large {
    width: 30px;
    height: 30px;
}

.icon-bg--arrow-left::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/arrow-left.svg");
}

.icon-bg--arrow-right::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/arrow-right.svg");
}

.icon-bg--bounced-email::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/bounced-email.svg");
}

.icon-bg--calendar::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/calendar.svg");
}

.icon-bg--check::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/check.svg");
}

.icon-bg--close::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/close.svg");
}

.icon-bg--cycle::before {
    height: 1.25em;
    width: 1em;
    background-image: url("../images/icons/cycle.svg");
}

.icon-bg--download::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/download.svg");
}

.icon-bg--email::before {
    height: 1em;
    width: 1em;
    background-image: url("../images/icons/email.svg");
}

.icon-bg--items::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/items.svg");
}

.icon-bg--location::before {
    height: 1.5em;
    width: 1em;
    background-image: url("../images/icons/location.svg");
}

.icon-bg--new::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/new.svg");
}

.icon-bg--new-filled::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/new-filled.svg");
}

.icon-bg--notes::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/notes.svg");
}

.icon-bg--search::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/search.svg");
}

.icon-bg--settings::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/settings.svg");
}

.icon-bg--support::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/support.svg");
}

.icon-bg--suppressed::before {
    height: 1.25em;
    width: .8125em;
    background-image: url("../images/icons/suppressed.svg");
}

.icon-bg--table-sort-asc::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/table-sort-asc.svg");
}

.icon-bg--table-sort-desc::before {
    height: 1.25em;
    width: 1.25em;
    background-image: url("../images/icons/table-sort-desc.svg");
}

.icon-bg--ticket::before {
    height: 1.625em;
    width: 1.4375em;
    background-image: url("../images/icons/ticket.svg");
}

.icon-bg--user::before {
    height: 1.25em;
    width: 1em;
    background-image: url("../images/icons/user.svg");
}

.icon-bg--warn::before {
    height: 1.25em;
    width: 1.1875em;
    background-image: url("../images/icons/warn.svg");
}

.icon-bg--elipsis-vertical::before {
    height: .875em;
    width: .25em;
    background-image: url("../images/icons/elipsis-vertical.svg");
}

.icon-bg--child::before {
    height: 1em;
    width: 1.0625em;
    background-image: url("../images/icons/child.svg");
}

.icon-bg--send::before {
    height: .75em;
    width: 1em;
    background-image: url("../images/icons/send.svg");
}

.icon-bg--link::before {
    height: 1em;
    width: 1em;
    background-image: url("../images/icons/link.svg");
}

.icon-bg--arrow-left-alt::before {
    height: 1em;
    width: 1.0625em;
    background-image: url("../images/icons/arrow-left-alt.svg");
}

.icon-bg--arrow-right-alt::before {
    height: .75em;
    width: .75em;
    background-image: url("../images/icons/arrow-right-alt.svg");
}

.icon-bg::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 16px;
    font-style: normal;
    background-size: 100% auto;
    vertical-align: middle;
}

.icon-bg--small::before {
    width: .8125em;
    height: .8125em;
}

.icon-bg--large::before {
    width: 1.875em;
    height: 1.875em;
}

.btn {
    border-radius: 5px;
    border-width: 2px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.btn-default {
    background-color: #fff;
    border-color: #dadada;
}

    .btn-default:hover, .btn-default:focus {
        background-color: #f0f0f0;
        border-color: #767676;
    }

.btn-primary, .table-hover tbody tr:hover .table-row-actions button {
    color: #fff;
    background-color: #415d7d;
    border-color: #415d7d;
}

    .btn-primary:hover, .table-hover tbody tr:hover .table-row-actions button:hover, .btn-primary:focus, .table-hover tbody tr:hover .table-row-actions button:focus {
        background-color: #52769f;
        border-color: #52769f;
    }

.btn-group .btn, .btn-group .btn + .btn {
    margin: 0 .0625em;
}

    .btn-group .btn:first-child, .btn-group .btn + .btn:first-child {
        margin-right: .0625em;
    }

    .btn-group .btn:last-child, .btn-group .btn + .btn:last-child {
        margin-left: .0625em;
    }

.btn-group label {
    font-family: "SourceSansPro-Regular",sans-serif;
}

.btn-group .btn-default.active, .btn-group .btn-default:active {
    color: #fff;
    background-color: #415d7d;
    border-color: #415d7d;
    box-shadow: none;
}

.btn-block-half {
    width: 50%;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
    font-family: "Quicksand-Medium",sans-serif;
}

h1 {
    font-size: 2em;
    line-height: 1.175;
}

h2 {
    font-size: 1.5em;
    line-height: 1.67;
}

h3 {
    font-size: 1.25em;
    line-height: 1.5;
}

h4 {
    font-size: .875em;
    line-height: 1.5;
}

h5 {
    font-size: .75em;
    line-height: 1.5;
}

h6 {
    font-size: .75em;
}

.pm-heading-counter {
    display: inline-block;
    min-width: 1.25em;
    min-height: 1.25em;
    border: 2px solid #333;
    border-radius: 100%;
    padding: 0.25em;
    text-align: center;
    line-height: 0.5;
    margin-right: 0.4em;
}

.pm-heading-with-control {
    display: inline-block;
}

.pm-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}

fieldset {
    border: 0;
}

    fieldset legend {
        margin-bottom: 5px;
        font-family: "Quicksand-Regular",sans-serif;
        font-weight: 500;
        font-size: .875em;
    }

label {
    font-family: "Quicksand-Regular",sans-serif;
    font-weight: 600;
    font-size: .875em;
    line-height: 29px;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #dadada;
    border-radius: 7px;
    box-shadow: none;
    height: 35px;
    padding: .3125em .6875em;
}

.form-control-ChallengeQuestion {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #dadada;
    border-radius: 7px;
    box-shadow: none;
    height: 35px;
    padding: .3125em .6875em;
    background-color:lightgray;
}
select.form-control-ChallengeQuestion {
    background-image: url("../images/icons/table-sort-desc.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 7px 5px;
    padding-right: 22px;
    width:100%
}

select.form-control {
    background-image: url("../images/icons/table-sort-desc.svg");
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 7px 5px;
    padding-right: 22px;
}

select.form-control--activity {
    background-image: url("../images/icons/items.svg"),url("../images/icons/table-sort-desc.svg");
    background-repeat: no-repeat,no-repeat;
    background-position: left 10px center,right 10px center;
    background-size: 16px 17px,7px 5px;
    padding-left: 2.5em;
}

select::-ms-expand {
    display: none;
}

.help-block-right {
    font-size: .75em;
    line-height: 1;
}

.pcom-primary-group {
    margin-bottom: 4em;
}

.pcom-secondary-group {
    margin: 0 0 2em;
}

    .pcom-secondary-group fieldset {
        border: 1px solid #dadada;
        border-radius: .1875em;
        padding: 1em;
    }

.panel {
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-bottom: 1.875em;
    padding: 1.75em 1.875em;
}

.table {
    background-color: #fff;
}

    .table caption {
        text-transform: uppercase;
        color: #333;
        margin-bottom: 1em;
    }

    .table thead tr {
        border: 1px solid #dadada;
    }

        .table thead tr th {
            text-transform: uppercase;
            font-size: .8125em;
            font-weight: 500;
            padding: 1.125em 2em;
            color: gray;
        }

            .table thead tr th.sorting:hover, .table thead tr th.sorting:focus, .table thead tr th.sorting_asc:hover, .table thead tr th.sorting_asc:focus, .table thead tr th.sorting_desc:hover, .table thead tr th.sorting_desc:focus {
                cursor: pointer;
            }

            .table thead tr th.sorting::after, .table thead tr th.sorting_asc::after, .table thead tr th.sorting_desc::after {
                content: "";
                display: inline-block;
                width: 9px;
                height: 7px;
                margin-top: .4375em;
                margin-left: .3125em;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                /*position: absolute;*/
            }

            .table thead tr th.sorting_asc::after {
                background-image: url("../images/icons/table-sort-asc.svg");
            }

            .table thead tr th.sorting_desc:after {
                background-image: url("../images/icons/table-sort-desc.svg");
            }

    .table tbody tr {
        border: 1px solid #dadada;
    }

        .table tbody tr td {
            font-size: .9375em;
            padding: .875em 0.5em;
            vertical-align: middle;
        }

            .table tbody tr td small {
                color: #767676;
            }

            .table tbody tr td em {
                color: #767676;
                font-size: .8125em;
            }

            .table tbody tr td a {
                text-decoration: none;
            }

            .table tbody tr td svg {
                vertical-align: 2px;
            }

    .table .pm-select-all-container {
        font-size: 0.9375em;
        line-height: 0.8125;
    }

    .table .pm-cell-large {
        font-size: 1.0625em;
        padding: 0.75em 1.6em;
    }

        .table .pm-cell-large .pm-text-small {
            display: block;
            font-size: .75rem;
            line-height: 1.3;
        }

.table-hover tbody tr .table-row-actions {
    height: 24px;
}

    .table-hover tbody tr .table-row-actions .btn-group {
        vertical-align: inherit;
    }

    .table-hover tbody tr .table-row-actions .btn {
        padding-left: 1.125em;
        padding-right: 1.125em;
    }

.table-hover tbody tr:hover {
    background-color: #f0f6f8;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.table-log {
    width: 100%;
    background-color: transparent;
    table-layout: fixed;
}

    .table-log thead {
        display: none;
    }

    .table-log tbody tr {
        border: 0;
    }

        .table-log tbody tr td {
            overflow: hidden;
            border: 0;
            padding: .5em 0;
            white-space: nowrap;
        }

            .table-log tbody tr td:first-child {
                width: 25%;
            }

            .table-log tbody tr td:last-child {
                width: 75%;
            }

.pm-positive {
    color: #1d7c2e;
}

.form-summary h4 {
    font-weight: 800;
}

.pm-form-horizontal .control-label {
    text-align: left;
}

.pm-form-settings > .row {
    margin-bottom: 1.35em;
}

.pm-form-export .radio > div {
    margin: 1em 0 1em 1.5em;
}

.pm-form-export .radio .pm-input-group-filename input {
    border-radius: .4375em;
}

.pm-form-export .radio .pm-input-group-filename label {
    margin: 0;
    padding: 0;
}

.pm-form-export .radio .pm-input-group-filename .input-group-addon {
    padding-left: 0;
    border: 0;
    background-color: transparent;
}

.pm-form-export .radio .help-block {
    font-size: .75em;
}

.pm-form-interested-party .pm-accordion .panel:last-child {
    margin-bottom: 1.25em;
}

.pm-form-interested-party .pm-accordion .panel-heading h4 {
    display: inline;
}

.pm-form-interested-party .pm-accordion .panel-heading .pm-accordion--action {
    margin-left: 1.25em;
}

.pm-form-interested-party .pm-accordion .panel-collapse.collapsing ~ .panel-divider {
    opacity: 1;
}

.pm-form-interested-party .pm-accordion .panel-collapse.collapse.in ~ .panel-divider {
    opacity: 1;
}

.pm-form-interested-party .pm-accordion .btn-link {
    padding: 6px 0;
}

.pm-form-interested-party .table-log {
    margin-bottom: 0;
}

    .pm-form-interested-party .table-log tr {
        cursor: default;
    }

        .pm-form-interested-party .table-log tr .close {
            float: none;
            display: none;
            margin-left: .5em;
            font-size: 1em;
        }

        .pm-form-interested-party .table-log tr:hover, .pm-form-interested-party .table-log tr:focus {
            font-weight: 700;
        }

            .pm-form-interested-party .table-log tr:hover .close, .pm-form-interested-party .table-log tr:focus .close {
                display: inline-block;
            }

.pm-form-insert .pm-accordion .panel {
    padding: 0;
}

    .pm-form-insert .pm-accordion .panel:last-child {
        margin-bottom: 3.125em;
    }

.pm-form-insert .pm-accordion .pm-accordion--panel-body {
    width: 80%;
}

.pm-form-insert .panel-divider {
    margin: 30px 0 10px;
}


.pm-container-section {
    margin-bottom: 2em;
}

/*.pm-header {
    background-color: #691e1e;
}*/

.logincontainer.login_demo #loginbox .pm-header h2.loginLogo {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 25px;
    background: url('../images/pm-logo.svg') no-repeat left top;
    margin: 0;
}

    .logincontainer.login_demo #loginbox .pm-header h2.loginLogo ~ span {
        display: inline-block;
        vertical-align: middle;
    }

.pm-header--right li {
    display: inline-block;
    float: left;
    padding-left: .625em;
}

    .pm-header--right li a {
        padding: 0;
    }

        .pm-header--right li a:hover, .pm-header--right li a:focus {
            background-color: transparent;
            opacity: 0.7;
            -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

.pm-header--right .navbar-nav > li a {
    padding: 5px;
    line-height: 0;
    background:transparent !important;
}

.pm-header--right .navbar-nav > li > .dropdown-menu {
    border: 2px solid #415d7d;
    border-radius: 0;
}

.pm-header--right .navbar-nav > li .dropdown-menu {
    position: absolute;
    top: 103%;
    right: -10px;
    left: auto;
    min-width: 350px;
    padding: 10px 20px;
    background-color: #fff;
}

    .pm-header--right .navbar-nav > li .dropdown-menu .row {
        padding: 20px 0;
    }

        .pm-header--right .navbar-nav > li .dropdown-menu .row.nopadding {
            padding: 0 0 !important;
        }


        .pm-header--right .navbar-nav > li .dropdown-menu .row:last-child {
            border-top: 1px solid #dadada;
        }

/*.pm-header--right .navbar-nav > li.open .pm-user-avatar {
    background: #982c2c;
}*/

.pm-header--right .navbar-nav > li.open .pm-user-avatar:hover, .pm-header--right .navbar-nav > li.open .pm-user-avatar:focus {
    opacity: 1;
}

.pm-branding-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875em 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 1.625em;
}

    .navbar > .container .navbar-brand {
        margin-left: 0;
    }

.navbar-right {
    float: right;
    margin-right: 0;
}

    .navbar-right li {
        float: left;
    }

        .navbar-right li a {
            padding: 0 0 0 .625em;
            opacity: 1;
        }

            .navbar-right li a:hover {
                opacity: 0.7;
                -webkit-transition: opacity 0.2s;
                transition: opacity 0.2s;
            }

/*
@media (max-width:600px) {
    .pm-nav-main {
        display: none;
    }
}
*/

.navbar-brand {
    background-image: url('../images/pm-logo.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 32px;
    height: 25px;
    padding: 0;
    margin-left: 0;
}

.pm-site-footer {
    padding: 1em;
    background: #333;
    text-align: center;
}

.pm-site-footer-logo {
    height: 80px;
}

.pm-site-footer-copyright {
    margin: 1em 0 0;
    font-size: .875em;
    color: #f0f0f0;
}

.pm-cycle-page-header {
    background-color: #fff;
    padding: 1.5625em 0;
    width: 100%;
}

    .pm-cycle-page-header h2, .pm-cycle-page-header h3 {
        margin: 0;
        padding: 0;
    }

    .pm-cycle-page-header table {
        width: 90%;
        max-width: 90%;
        margin: 0;
        padding: 0;
    }

        .pm-cycle-page-header table tr {
            border: 0;
        }

        .pm-cycle-page-header table thead th, .pm-cycle-page-header table tbody td {
            padding: 0;
            border: 0;
        }

    .pm-cycle-page-header .container > .row:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 1em;
    }

        .pm-cycle-page-header .container > .row:first-child button {
            float: right;
            padding-bottom: 0;
            padding-right: 0;
        }

    .pm-cycle-page-header .pm-cycle-page-header-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .pm-cycle-page-header .pm-cycle-page-header-actions button {
            display: block;
            width: 100%;
        }

            .pm-cycle-page-header .pm-cycle-page-header-actions button:first-child {
                margin-right: 1.25em;
            }

    .pm-cycle-page-header .pm-subheading {
        margin: 0;
        padding: 0;
        color: #767676;
        font-family: 'Quicksand-Regular',sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
    }

.pm-support-panel {
    z-index: 1040;
    position: fixed;
    top: 100px;
    right: -450px;
    bottom: 0;
    min-width: 450px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .pm-support-panel.open {
        right: 0;
    }

        .pm-support-panel.open.open--secondary .pm-support-secondary {
            left: -450px;
        }

    .pm-support-panel > div {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 450px;
        border: 1px solid #dadada;
        background-color: #fff;
    }

    .pm-support-panel .pm-support-primary {
        z-index: 1;
    }

    .pm-support-panel .pm-support-secondary {
        z-index: 0;
        border-right: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .pm-support-panel .pm-comment-thread {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }

        .pm-support-panel .pm-comment-thread:not(.pm-comment-thread--support-ticket) .pm-ticket {
            cursor: pointer;
        }

    .pm-support-panel .pm-support-question-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border: 0;
    }

.pm-content-header {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1em;
    padding: 15px;
    background-color: #fff;
}

.pm-accordion .panel {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.pm-accordion .panel-heading {
    background-color: transparent;
    padding: .625em 0;
}

    .pm-accordion .panel-heading .badge {
        margin-right: .25em;
    }

.pm-accordion .panel-title {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

    .pm-accordion .panel-title a {
        text-decoration: none;
        font-size: .875em;
    }

        .pm-accordion .panel-title a:hover {
            text-decoration: underline;
        }

.pm-accordion .panel-collapse.collapsing ~ .panel-divider {
    opacity: 0;
}

.pm-accordion .panel-collapse.collapse.in ~ .panel-divider {
    opacity: 0;
}

.pm-accordion .panel-divider {
    width: 100%;
    height: 2px;
    opacity: 1;
    background-color: #dadada;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.pm-accordion .pm-accordion--panel-body {
    border-top: 0;
}

.pm-accordion .pm-accordion--action {
    float: right;
}

.pm-toggle-charts {
    margin-top: 15px;
    margin-bottom: 1.25em;
    font-family: 'Quicksand-Regular',sans-serif;
    font-size: .875rem;
}

    .pm-toggle-charts a {
        text-decoration: none;
    }

        .pm-toggle-charts a:hover, .pm-toggle-charts a:focus {
            text-decoration: underline;
        }

    .pm-toggle-charts [data-toggle="collapse"].collapsed .pm-text-expanded {
        display: none;
    }

    .pm-toggle-charts [data-toggle="collapse"]:not(.collapsed) .pm-text-collapsed {
        display: none;
    }

.alert {
    position: relative;
    padding-top: .625em;
    padding-bottom: .625em;
    padding-left: 4.6875em;
    background-color: #fff;
    background-position: 20px 50%;
    background-repeat: no-repeat;
    border: 2px solid #767676;
    border-radius: 0;
}

.alert-title {
    margin-bottom: 0;
    font-size: .875rem;
    color: #262626;
    text-transform: uppercase;
}

.alert-message {
    font-size: 1rem;
    color: #333;
}

.alert-dismissable .close {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -13px;
    opacity: 1;
}

.alert-success {
    background-image: url("../images/icons/icon-success.svg");
    border-color: #1d7c2e;
}

.alert-info {
    background-image: url("../images/icons/icon-info.svg");
    border-color: #94c0e7;
}

.alert-warning {
    background-image: url("../images/icons/icon-warning.svg");
    border-color: #fdda7c;
}

.alert-danger {
    background-image: url("../images/icons/icon-danger.svg");
    border-color: #a93030;
}

.pm-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .pm-avatar img {
        width: 40px;
        height: auto;
        border-radius: 100%;
    }

.pm-avatar--small img {
    width: 16px;
    height: auto;
    border-radius: 100%;
}

.pm-avatar--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pm-avatar-label {
    margin: 0 0.5em;
}

    .pm-avatar-label > a {
        text-decoration: none;
    }

        .pm-avatar-label > a:hover, .pm-avatar-label > a:focus, .pm-avatar-label > a:active {
            text-decoration: underline;
        }

.badge, .panel-default .panel-heading .badge {
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 4px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding: 0.325em .5375em;
    margin-left: 5px;
}

.pm-customer-details {
    margin-bottom: 2em;
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    padding: 1.5625em 0;
    width: 100%;
}

    .pm-customer-details > .container {
        min-width: 0;
        width: auto;
    }

    .pm-customer-details .col-xs-12 + .col-xs-12 {
        margin-top: 1em;
    }

.pm-customer-details-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 1.5625em;
}

    .pm-customer-details-header .breadcrumb {
        padding: 0;
        margin: 0;
    }

.pm-customer-details-options {
    min-width: 110px;
}

    .pm-customer-details-options .badge {
        margin-right: .3125em;
    }

    .pm-customer-details-options a {
        display: inline-block;
        opacity: 1;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .pm-customer-details-options a:hover {
            opacity: 0.7;
        }

        .pm-customer-details-options a:first-of-type {
            margin-right: .625em;
        }

    .pm-customer-details-options .icon-bg {
        font-size: 1.5em;
        line-height: 1;
        vertical-align: top;
    }

    .pm-customer-details-options .icon-bg--settings::before {
        width: 30px;
    }

.pm-customer-details-actions ul {
    list-style: none;
}

    .pm-customer-details-actions ul li {
        font-size: .9375em;
        padding-bottom: .625em;
    }

.pm-customer-details-actions .icon, .pm-customer-details-actions .text {
    display: inline-block;
    vertical-align: middle;
}

.pm-customer-details-actions .icon {
    width: 1.25em;
    text-align: center;
    margin-right: .5em;
}

    .pm-customer-details-actions .icon.align-top {
        vertical-align: top;
    }

.pm-customer-details-account-name {
    display: inline-block;
    min-width: 170px;
}

.pm-customer-details-account-num {
    color: #767676;
}

.pm-customer-details-leadin {
    display: block;
    font-family: 'Quicksand-Regular',sans-serif;
    font-size: .75em;
    font-weight: 500;
    margin: 0 0 1.125em;
    text-transform: uppercase;
}

.pm-loader-container {
    width: 120px;
    text-align: center;
    min-height: 4em;
}

.pm-loader, .pm-loader::before, .pm-loader::after {
    background: #415d7d;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.pm-loader {
    color: #415d7d;
    text-indent: -9999em;
    margin: 40px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .pm-loader::before, .pm-loader::after {
        position: absolute;
        top: 0;
        content: "";
    }

    .pm-loader::before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .pm-loader::after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%,80%,100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,80%,100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.pm-spinner {
    margin: 50px;
    height: 28px;
    width: 28px;
    -webkit-animation: rotate 0.8s infinite linear;
    animation: rotate 0.8s infinite linear;
    border: 8px solid #415d7d;
    border-right-color: transparent;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pm-stats-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pm-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100px;
    min-height: 100px;
    margin: 0.5em;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.pm-stats--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.pm-stats-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.pm-stats-group--customer .pm-stats {
    width: 100%;
    margin: 0;
    padding: 20px 40px;
    font-size: 1em;
    text-align: left;
}

    .pm-stats-group--customer .pm-stats:not(:first-child) {
        border-left: 1px solid #dadada;
    }

.pm-stats-group--customer h5 {
    margin: 0;
    text-transform: uppercase;
}

    .pm-stats-group--customer h5::after {
        margin-left: 0.5em;
        content: ">";
    }

.pm-stats-group--customer .pm-stats-value {
    font-family: 'Quicksand-Regular',sans-serif;
    font-size: 32px;
    font-weight: 600;
}

    .pm-stats-group--customer .pm-stats-value .pm-stats-change {
        color: #1d7c2e;
        font-size: 14px;
    }

    .pm-stats-group--customer .pm-stats-value .pm-caret {
        display: inline-block;
        width: 4px;
        height: 6px;
        border-style: solid;
        border-width: 6px 4px;
        border-bottom-color: #1d7c2e;
        border-left-color: transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        margin-right: 4px;
    }

    .pm-stats-group--customer .pm-stats-value.pm-stats-value--negative .pm-stats-change {
        color: #982c2c;
    }

    .pm-stats-group--customer .pm-stats-value.pm-stats-value--negative .pm-caret {
        border-bottom-color: #982c2c;
        color: #982c2c;
    }

    .pm-stats-group--customer .pm-stats-value ~ h4 {
        text-align: center;
    }

#txtCustomerSearchByReviewCount {
    width: 95%;
    display: inline-block;
    padding: .5em 1.875em .5em 1em;
    border: 2px solid #dadada;
    font-size: .9375em;
    box-shadow: none;
    border-radius: 3em;
    font-style: italic;
    background-image: url("../images/icons/close.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 15px;
    background-color: #eee;
    opacity: 1;
}

    #txtCustomerSearchByReviewCount:before {
        content: "\e088";
    }

.form-control-typeahead {
    width: 240px;
    display: inline-block;
    padding: .5em 1.875em .5em 1em;
    border: 2px solid #dadada;
    font-size: .9375em;
    box-shadow: none;
    border-radius: 3em;
    font-style: italic;
    background-image: url("../images/icons/search.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 15px;
    background-color: #fff;
    cursor: text !important;
}

.form-control-typeahead-searchCustomer {
    width: 500px;
    display: inline-block;
    padding: .5em 1.875em .5em 1em;
    border: 2px solid #dadada;
    font-size: .9375em;
    box-shadow: none;
    border-radius: 3em;
    font-style: italic;
    background-image: url("../images/icons/search.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 15px;
    background-color: #fff;
}

.form-control-typeahead-searchCustomer_close {
    width: 30px !important;
    display: inline-block;
    padding: .5em 1.875em .5em 1em;
    font-size: .9375em;
    box-shadow: none;
    border-radius: 3em;
    font-style: italic;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 15px;
    background-color: #fff;
    background-image: url("../images/icons/close.svg");
    position: absolute;
    right: 2px;
    height: 30px;
    border: 0px;
    margin-top: 10px !important;
    display: none;
    outline: none;
}

.mySearchWidth {
    width: 100%;
}

li.searchNavMenu {
    float: right;
    width: 250px;
}

    li.searchNavMenu input {
        width: 100%;
        margin: 8px 0;
    }

    li.searchNavMenu .enrolledCustomerGridDiv {
        position: absolute;
        right: 0px;
        top: 49px;
        width: 500px;
        background: #fff;
        padding-bottom: 5px;
        border: 1px solid grey;
        display: none;
        overflow: hidden;
    }

    li.searchNavMenu #enrolledCustomerGrid_paginate {
        padding-left: 10px;
    }

    li.searchNavMenu #searchEnrolledCustomer {
        float: right;
    }

    li.searchNavMenu .active a {
        background-color: inherit !important;
    }

.form-group--typeahead {
    display: inline-block;
}

    .form-group--typeahead .tt-input {
        line-height: 1;
    }

    .form-group--typeahead .tt-menu {
        width: 100%;
        margin: .75em 0;
        padding: .5em 0;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 8px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    }

    .form-group--typeahead .tt-suggestion {
        padding: .1875em 1.25em;
    }

        .form-group--typeahead .tt-suggestion:hover {
            background-color: #f0f0f0;
            cursor: pointer;
        }

.pm-nav-main {
    margin: 0;
    border: 0;
    /*background-color: #982c2c;*/
}

    .pm-nav-main .navbar-nav > a > a, .pm-nav-main .navbar-nav > a > button, .pm-nav-main .navbar-nav > button > a, .pm-nav-main .navbar-nav > button > button, .pm-nav-main .navbar-nav > li > a, .pm-nav-main .navbar-nav > li > button,
    .QuickReviewNavbar .navbar-nav > a > a, .QuickReviewNavbar .navbar-nav > a > button, .QuickReviewNavbar .navbar-nav > button > a, .QuickReviewNavbar .navbar-nav > button > button, .QuickReviewNavbar .navbar-nav > li > a, QuickReviewNavbar .navbar-nav > li > button {
        border: 0;
        border-radius: 0;
        background-color: transparent;
        color: #fff;
        font-family: 'Quicksand-Regular',sans-serif;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .125em;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .pm-nav-main .navbar-nav > a > a:hover, .pm-nav-main .navbar-nav > a > a:focus, .pm-nav-main .navbar-nav > a > button:hover, .pm-nav-main .navbar-nav > a > button:focus, .pm-nav-main .navbar-nav > button > a:hover, .pm-nav-main .navbar-nav > button > a:focus, .pm-nav-main .navbar-nav > button > button:hover, .pm-nav-main .navbar-nav > button > button:focus, .pm-nav-main .navbar-nav > li > a:hover, .pm-nav-main .navbar-nav > li > a:focus, .pm-nav-main .navbar-nav > li > button:hover, .pm-nav-main .navbar-nav > li > button:focus {
            color: #fff;
        }

    /*.pm-nav-main .navbar-nav .active {
        background-color: #691e1e;
    }*/

    .pm-nav-main .navbar-nav .active a {
        color: #fff;
    }




    .pm-nav-main .navbar-nav .active a {
        background-color: transparent;
        color: #fff;
    }

        .pm-nav-main .navbar-nav .active a:hover, .pm-nav-main .navbar-nav .active a:focus {
            background-color: transparent;
            color: #fff;
        }

    .pm-nav-main .nav > li > a, .QuickReviewNavbar .nav > li > a {
        margin: 10px;
        padding: 5px 12px;
        background: none;
    }

    /*.pm-nav-main .nav > li.open {
        background-color: #691e1e;
    }*/

    .pm-nav-main .nav > li.open > a:hover, .pm-nav-main .nav > li.open > a:focus,
    .QuickReviewNavbar .nav > li.open > a:hover, .QuickReviewNavbar .nav > li.open > a:focus {
        background-color: transparent;
        color: #fff;
        opacity: 1;
    }



    .pm-nav-main .nav > li > .dropdown-menu {
        top: 99%;
        left: 0;
        padding: 15px 0;
        width: 115%;
        /*background-color: #691e1e;*/
        border: 0;
        border-radius: 0;
    }

    .pm-nav-main .dropdown-toggle, .pm-nav-main .dropdown-item {
        background: transparent;
        color: #fff;
        font-family: 'Quicksand-Regular',sans-serif;
        font-size: .875rem;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-decoration: none;
        text-transform: none;
    }

    .pm-nav-main .dropdown-toggle {
        margin: 10px;
        padding: 5px 15px;
    }

    .pm-nav-main .dropdown-item {
        display: block;
        padding: .5em 1.65em;
        width: 99%;
    }

        .pm-nav-main .dropdown-item:hover, .pm-nav-main .dropdown-item:focus {
            color: #fff;
            text-decoration: underline;
            /*background: #691e1e;*/
        }

.form-control-date-picker {
    background-image: url("../images/icons/calendar.svg"),url("../images/icons/table-sort-desc.svg");
    background-repeat: no-repeat,no-repeat;
    background-position: 10px center,98% center;
    background-size: 16px 17px,7px 5px;
    padding-left: 2.5em;
    padding-right: 21px;
}

.daterangepicker {
    padding: 1.25em 0 1.25em 0;
}

    .daterangepicker.dropdown-menu {
        border: 2px solid #415d7d;
    }

        .daterangepicker.dropdown-menu::before {
            top: -9px;
            border-bottom-color: #415d7d;
        }

    .daterangepicker .daterangepicker_input input {
        border: 2px solid #dadada;
        padding-left: .625em;
    }

    .daterangepicker .daterangepicker_input .fa {
        display: none;
    }

    .daterangepicker .range_inputs {
        margin-left: .9375em;
    }

    .daterangepicker .ranges {
        float: right !important;
        margin-left: 0;
    }

        .daterangepicker .ranges li {
            font-size: .875rem;
            background-color: #fff;
            border: 0;
            color: #415d7d;
        }

            .daterangepicker .ranges li.active {
                font-weight: 700;
                color: #333;
            }

    .daterangepicker .calendar-table .table-condensed > tbody > tr > td, .daterangepicker .calendar-table .table-condensed > tbody > tr > th, .daterangepicker .calendar-table .table-condensed > tfoot > tr > td, .daterangepicker .calendar-table .table-condensed > tfoot > tr > th, .daterangepicker .calendar-table .table-condensed > thead > tr > td, .daterangepicker .calendar-table .table-condensed > thead > tr > th {
        padding: 2px 5px;
    }

    .daterangepicker .calendar-table table {
        border-collapse: separate;
        border-spacing: 2px;
    }

    .daterangepicker .calendar-table thead tr:first-child th {
        font-family: 'Quicksand-Regular',sans-serif;
        font-weight: 600;
        text-transform: uppercase;
    }

    .daterangepicker .calendar-table thead tr:last-child th {
        color: #767676;
        font-size: 12px;
        font-weight: 400;
    }

    .daterangepicker .calendar-table thead .next i::before {
        background-image: url("../images/icons/arrow-right.svg");
    }

    .daterangepicker .calendar-table thead .prev i::before {
        background-image: url("../images/icons/arrow-left.svg");
    }

    .daterangepicker .calendar-table thead .fa::before, .daterangepicker .calendar-table thead .glyphicon::before {
        content: "";
        display: inline-block;
        height: 25px;
        width: 25px;
    }

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        border-radius: 0;
    }

    .daterangepicker .calendar-table td {
        border: 1px solid #dadada;
        color: #333;
    }

        .daterangepicker .calendar-table td.in-range:hover, .daterangepicker .calendar-table td.off:hover, .daterangepicker .calendar-table td.available:hover {
            border: 1px solid #dadada;
            color: #333;
            background-color: #dadada;
        }

        .daterangepicker .calendar-table td.start-date:not(.off), .daterangepicker .calendar-table td.end-date:not(.off) {
            border-radius: 0;
            border: 1px solid #415d7d;
            color: #fff;
            background: #415d7d;
        }

            .daterangepicker .calendar-table td.start-date:not(.off):hover, .daterangepicker .calendar-table td.start-date:not(.off):active, .daterangepicker .calendar-table td.end-date:not(.off):hover, .daterangepicker .calendar-table td.end-date:not(.off):active {
                color: #fff;
                border: 1px solid #415d7d;
                background: #415d7d;
            }

        .daterangepicker .calendar-table td.off {
            border: 1px solid #f0f0f0;
            color: #f0f0f0;
        }

        .daterangepicker .calendar-table td.in-range:not(.end-date):not(.off) {
            border: 1px solid #415d7d;
        }

            .daterangepicker .calendar-table td.in-range:not(.end-date):not(.off):hover {
                border: 1px solid #dadada;
            }

        .daterangepicker .calendar-table td.in-range:not(.end-date):not(:hover) {
            background-color: #fff;
        }

.modal--two-column .modal-column + .modal-column {
    border-left: 1px solid #dadada;
    background: #f0f0f0;
}

.modal--two-column .modal-dialog {
    min-width: 940px;
}

.modal--two-column .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 700px;
}

    .modal--two-column .row > .modal-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.modal--two-column .modal-header, .modal--two-column .modal-footer {
    border: 0;
}

.pm-modal-quick-check .modal-content {
    border-radius: 0;
}

    .pm-modal-quick-check .modal-content h2 {
        margin-bottom: 30px;
        font-size: 2em;
        font-weight: 500;
    }

    .pm-modal-quick-check .modal-content h3 {
        font-size: 1.5em;
    }

.pm-modal-quick-check .modal-column:first-child {
    padding: 50px 0 50px 15px;
}

    .pm-modal-quick-check .modal-column:first-child .modal-header {
        padding-right: 0;
        text-align: right;
    }

    .pm-modal-quick-check .modal-column:first-child .modal-body {
        padding-right: 60px;
    }

    .pm-modal-quick-check .modal-column:first-child .modal-footer {
        padding-top: 0;
        font-size: 1.25em;
        font-weight: 500;
        text-align: left;
    }

        .pm-modal-quick-check .modal-column:first-child .modal-footer > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .pm-modal-quick-check .modal-column:first-child .modal-footer span {
            display: inline-block;
            margin-right: 15px;
        }

        .pm-modal-quick-check .modal-column:first-child .modal-footer svg {
            display: inline-block;
            height: 50px;
            width: 50px;
            fill: #fdda7c;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.pm-modal-quick-check .modal-column:last-child .modal-header {
    padding-top: 70px;
}

.pm-modal-quick-check .modal-column:last-child .modal-body {
    font-family: 'Quicksand-Regular',sans-serif;
    font-size: .875em;
    font-weight: 500;
}

    /*
    .pm-modal-quick-check .modal-column:last-child .modal-body p {
        margin-right: 75px;
        margin-bottom: 5px;
    }
*/

    .pm-modal-quick-check .modal-column:last-child .modal-body p:first-child {
        margin-bottom: 1em;
    }

    .pm-modal-quick-check .modal-column:last-child .modal-body p > label, .pm-modal-quick-check .modal-column:last-child .modal-body p > input {
        display: inline-block;
    }

    .pm-modal-quick-check .modal-column:last-child .modal-body p > input {
        width: 35px;
        margin: 0 5px;
        padding: 0;
        text-align: center;
    }

    .pm-modal-quick-check .modal-column:last-child .modal-body .help-block {
        font-family: "SourceSansPro-Regular",sans-serif;
        font-size: 12px;
    }

.pm-modal-quick-check .modal-column:last-child button {
    /* position: absolute;
    bottom: 30px;
    right: 30px;*/
    font-size: 1.125em;
    font-family: "SourceSansPro-Regular",sans-serif;
}

.pm-modal-quick-check .modal-body p {
    margin-bottom: 1em;
}

.pm-modal-quick-check .modal-footer {
    font-family: 'Quicksand-Regular',sans-serif;
}

.pm-modal-customer-segment .form-group--typeahead, .pm-modal-customer-segment .form-control-typeahead {
    width: 100%;
}

.pm-modal-customer-segment .modal-header {
    padding-bottom: 0;
}

.pm-modal-customer-segment .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pm-modal-customer-segment .modal-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
/*
.pm-modal-customer-segment .modal-column:first-child .scroll-table-wrap {
    width: 585px;
}
    */

.pm-modal-customer-segment .modal-column:first-child table {
    margin: 0;
}

.pm-modal-customer-segment .modal-column:first-child .dataTables_scrollHead thead > tr {
    border-bottom: 0;
}

    .pm-modal-customer-segment .modal-column:first-child .dataTables_scrollHead thead > tr th {
        border-bottom-width: 1px;
    }

.pm-modal-customer-segment .modal-column:first-child .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}

    .pm-modal-customer-segment .modal-column:first-child .dataTables_scrollHead .dataTables_scrollHeadInner table {
        width: 100% !important;
    }

.pm-modal-customer-segment .modal-column:first-child .dataTables_scrollBody {
    overflow-x: hidden !important;
}

    .pm-modal-customer-segment .modal-column:first-child .dataTables_scrollBody thead {
        display: none;
    }

.pm-modal-customer-segment .modal-column:last-child {
    border: 0;
    background-color: transparent;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5 !important;
    border-radius:6px 6px 0 0;
}


.breadcrumb > li + li::before {
    content: "\003E";
    color: #888;
    margin: 0 .25em;
}

.breadcrumb li {
    font-family: 'Quicksand-Regular',sans-serif;
    font-weight: 500;
    font-size: 1.5em;
}

    .breadcrumb li.active {
        color: #333;
    }

.breadcrumb a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .breadcrumb a:hover {
        opacity: 0.7;
    }

.dropdown-toggle {
    width: 100%;
}

.dropdown-item {
    display: block;
    text-align: left;
    text-decoration: none;
}

    .dropdown-item:hover, .dropdown-item:focus {
        background: #f0f0f0;
        text-decoration: none;
    }

.pm-dropdown-complex .dropdown-menu {
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 300px;
}

.pm-dropdown-complex a span {
    display: inline-block;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
}

    .pm-dropdown-complex a span:first-child {
        width: 10%;
    }

.pm-dropdown-arrow, .pm-dropdown-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.pm-dropdown-arrow {
    top: -8px;
    left: 20px;
    border-width: 7px;
    border-bottom-color: #415d7d;
    border-top-width: 0;
}

    .pm-dropdown-arrow::after {
        top: 3px;
        left: -5px;
        border-width: 5px;
        border-top-width: 0;
        border-bottom-color: #fff;
        content: "";
    }

    .pm-dropdown-arrow.pm-dropdown-arrow--right {
        top: -8px;
        right: 20px;
        left: auto;
    }

.dataTables_filter {
    display: none;
}

.nav-tabs {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;*/
    justify-content: space-around;
    width: 100%;
}

    .nav-tabs li {
        float: left;
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
        border: 1px solid #dadada;
        margin-right: 7.5px;
        /*border-right: 0;*/
        /*  -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;*/
        text-align: center;
        background-color: transparent;
        width: 32%;
    }

        .nav-tabs li:last-child {
            border-right: 1px solid #dadada;
            margin-right: 0;
        }

        .nav-tabs li a {
            display: block;
            border: 0;
            text-decoration: none;
            width: 100%;
            margin: 0;
        }

            .nav-tabs li a:hover {
                background-color: transparent;
            }

        .nav-tabs li.active {
            border-bottom: 0;
            background-color: #fff;
        }

            .nav-tabs li.active a {
                border: 0;
                margin: 0;
            }

                .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
                    border: 0;
                }

.tab-content {
    background-color: #fff;
    padding: 2em 2em 1em;
    border: 1px solid #dadada;
    border-top: 0;
}

    .tab-content .table thead tr, .tab-content .table tbody tr {
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }

    .tab-content .table tr td {
        border: 0;
    }

.popover {
    background-color: #333;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: .875em;
}

.popover-content {
    color: #fff;
}

.popover.right .arrow::after {
    border-right-color: #333;
}

.popover.left .arrow::after {
    border-left-color: #333;
}

.popover.top .arrow::after {
    border-top-color: #333;
}

.popover.bottom .arrow::after {
    border-bottom-color: #333;
}

.pm-selector-panel {
    background: transparent;
    border: 0;
    padding: 0;
}

    .pm-selector-panel .panel-heading {
        padding: 10px 0;
    }

        .pm-selector-panel .panel-heading .panel-title {
            display: inline-block;
            font-size: .75em;
            font-weight: 500;
            text-transform: uppercase;
        }

        .pm-selector-panel .panel-heading a {
            float: right;
            padding: 0;
            text-decoration: none;
        }

            .pm-selector-panel .panel-heading a > .icon-bg {
                margin-right: .25em;
                vertical-align: top;
            }

    .pm-selector-panel ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pm-selector-panel li {
        position: relative;
        display: block;
        margin-bottom: -1px;
        border: 1px solid #dadada;
        background-color: #fff;
    }

        .pm-selector-panel li:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .pm-selector-panel li:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

        .pm-selector-panel li a {
            z-index: 0;
            position: relative;
            display: block;
            width: 100%;
            border-left: 2px solid #fff;
            padding: .75em 1.125em;
            color: #415d7d;
            text-decoration: none;
        }

            .pm-selector-panel li a > .icon-bg {
                padding-right: .4375em;
            }

        .pm-selector-panel li .badge {
            z-index: 1;
            position: relative;
            float: right;
            margin: 1em;
        }

        .pm-selector-panel li button {
            z-index: 1;
            position: relative;
            float: right;
            margin: .75em .875em 0 0;
            border: 0;
            background-color: #fff;
        }

            .pm-selector-panel li button + .badge {
                margin: 1em .875em;
            }

        .pm-selector-panel li.active {
            border-left: 1px solid #415d7d;
        }

            .pm-selector-panel li.active a {
                border-left: 2px solid #415d7d;
                color: #333;
                font-weight: 600;
            }

    .pm-selector-panel .table {
        border-collapse: separate;
        border: 1px solid #dadada;
    }

        .pm-selector-panel .table .pm-dot {
            position: relative;
            top: -1px;
            display: inline-block;
            width: 8px;
            height: 8px;
            margin-right: .375em;
            border-radius: 100%;
            background: #1176e2;
        }

        .pm-selector-panel .table thead tr th {
            border-bottom: 0;
            padding-left: 1em;
        }

        .pm-selector-panel .table tbody > tr {
            cursor: pointer;
        }

            .pm-selector-panel .table tbody > tr:hover td:first-child {
                border-left-color: #f0f6f8;
            }

            .pm-selector-panel .table tbody > tr td {
                padding-left: .75em;
                padding-right: 1em;
                font-size: 1.0625em;
                color: #415d7d;
                vertical-align: top;
            }

                .pm-selector-panel .table tbody > tr td:first-child {
                    border-left: 3px solid #fff;
                }

            .pm-selector-panel .table tbody > tr small {
                display: block;
            }

            .pm-selector-panel .table tbody > tr.active > td {
                background-color: #fff;
                color: #000;
                font-weight: 700;
            }

                .pm-selector-panel .table tbody > tr.active > td small {
                    font-weight: 400;
                }

                .pm-selector-panel .table tbody > tr.active > td:first-child {
                    border-left: 3px solid #415d7d;
                }

                    .pm-selector-panel .table tbody > tr.active > td:first-child .pm-dot {
                        display: none;
                    }

            .pm-selector-panel .table tbody > tr.active:hover td:first-child {
                border-left-color: #415d7d;
            }

.pm-thumbnail {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 0;
}

    .pm-thumbnail .caption {
        border: 1px solid #dadada;
        border-top: 0;
        padding: 1em;
        font-size: .9375em;
        line-height: 1.25;
        min-height: 150px;
    }

    .pm-thumbnail h3 {
        margin-bottom: 0;
        color: #415d7d;
        font-size: 1.0625em;
        font-weight: 500;
    }

.pm-thumbnail--small .caption {
    font-size: 12px;
}

    .pm-thumbnail--small .caption h3 {
        font-size: 1em;
        font-weight: 500;
    }

.pm-thumbnail--btn--maxHeight {
    padding-top: 32px;
    border: 2px solid #94c0e7;
    min-height: 350px;
    max-height: 350px;
    padding: 1em;
    font-size: .9375em;
    line-height: 1.25;
}

.pm-thumbnail--btn {
    padding-top: 32px;
    border: 2px solid #94c0e7;
}

    .pm-thumbnail--btn h3 {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .pm-thumbnail--btn .caption {
        padding-bottom: 28px;
        border: 0;
    }

    .pm-thumbnail--btn img {
        width: 106px;
        height: 57px;
    }

.pm-thumbnail img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
}

.pm-promo-panel {
    position: relative;
    border: 2px solid #fdda7c;
    border-radius: 3px;
    padding: 22px;
    background-color: #fff;
}

    .pm-promo-panel h2 {
        font-family: 'Quicksand-Regular',sans-serif;
        line-height: 1;
    }

    .pm-promo-panel svg, .pm-promo-panel img {
        width: 100%;
        margin: 1.35em auto;
    }

    .pm-promo-panel p {
        margin-bottom: 1.5em;
    }

    .pm-promo-panel .pm-promo-dismiss {
        position: absolute;
        right: 30px;
        bottom: 0;
    }

        .pm-promo-panel .pm-promo-dismiss label {
            font-family: "SourceSansPro-Regular",sans-serif;
            font-size: .8125em;
            font-weight: 400;
            color: #767676;
        }

    .pm-promo-panel .close {
        position: absolute;
        top: 4px;
        right: 8px;
        z-index: 1;
        color: #767676;
        font-size: 1.875em;
        font-weight: normal;
        text-shadow: none;
        opacity: 1;
    }

    .pm-promo-panel .pm-subheading {
        margin: 0;
        font-family: 'Quicksand-Regular',sans-serif;
        font-size: .875em;
        font-weight: 600;
    }

    .pm-promo-panel.pm-promo-panel--two-col {
        padding: 0;
    }

        .pm-promo-panel.pm-promo-panel--two-col ul {
            padding-left: 15px;
        }

        .pm-promo-panel.pm-promo-panel--two-col li {
            font-size: .875em;
        }

            .pm-promo-panel.pm-promo-panel--two-col li:not(:last-child) {
                margin-bottom: 0.5em;
            }

        .pm-promo-panel.pm-promo-panel--two-col .close {
            top: 8px;
            font-size: 16px;
        }

        .pm-promo-panel.pm-promo-panel--two-col .pm-subheading {
            text-transform: uppercase;
        }

        .pm-promo-panel.pm-promo-panel--two-col .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .pm-promo-panel.pm-promo-panel--two-col .row > div {
                padding: 40px;
            }

                .pm-promo-panel.pm-promo-panel--two-col .row > div:first-child {
                    border-right: 1px solid #fdda7c;
                    background: transparent url("../images/asset-promo-marketing.svg") no-repeat bottom right;
                }

                    .pm-promo-panel.pm-promo-panel--two-col .row > div:first-child p {
                        width: 60%;
                    }

                .pm-promo-panel.pm-promo-panel--two-col .row > div:last-child {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

.pm-action-panel {
    padding: 6em;
    color: #333;
    text-decoration: none;
    font-family: 'Quicksand-Regular',sans-serif;
    text-align: center;
}

    .pm-action-panel img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .pm-action-panel span {
        display: block;
        margin: .5em auto;
        font-size: 2em;
        font-weight: 500;
    }

    .pm-action-panel button {
        font-size: 1.125em;
    }

.pm-comment-thread {
    border: 1px solid #dadada;
    background: #f0f0f0;
    color: #333;
}

    .pm-comment-thread .pm-comment-thread-header {
        position: relative;
        border-bottom: 1px solid #dadada;
        padding: 20px;
        background: #fff;
    }

        .pm-comment-thread .pm-comment-thread-header h4 {
            text-transform: uppercase;
        }

        .pm-comment-thread .pm-comment-thread-header .form-group--typeahead {
            width: 100%;
            margin-bottom: 0;
        }

            .pm-comment-thread .pm-comment-thread-header .form-group--typeahead input {
                width: 100%;
            }

        .pm-comment-thread .pm-comment-thread-header .pm-comment-header-actions {
            position: absolute;
            top: 10px;
            right: 6px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .pm-comment-thread .pm-comment-thread-header .pm-comment-header-actions .btn-default {
                -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                order: -1;
                padding: 0 10px;
            }

            .pm-comment-thread .pm-comment-thread-header .pm-comment-header-actions .icon-bg--ticket::before {
                width: .75em;
                height: .6875em;
                margin-top: -3px;
                background-size: auto;
            }

    .pm-comment-thread .pm-thread {
        overflow: hidden;
        overflow-y: auto;
        padding: 20px;
    }

        .pm-comment-thread .pm-thread .pm-thread-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            margin-bottom: 30px;
        }

            .pm-comment-thread .pm-thread .pm-thread-item .pm-avatar {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }

                .pm-comment-thread .pm-thread .pm-thread-item .pm-avatar img {
                    width: 30px;
                }

            .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble {
                position: relative;
                -webkit-box-flex: 1;
                -ms-flex: 1 0 0;
                flex: 1 0 0;
                border: 2px solid #dadada;
                border-radius: 2px;
                padding: 11px;
                background-color: #fff;
                vertical-align: top;
            }

                .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble .pm-bubble-header {
                    padding-bottom: 10px;
                }

                    .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble .pm-bubble-header h4 {
                        margin: 0;
                        padding: 0;
                    }

                    .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble .pm-bubble-header p {
                        margin: 0;
                        padding: 0;
                        font-size: .875em;
                    }

                    .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble .pm-bubble-header small {
                        display: block;
                    }

                .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble .pm-bubble-body {
                    font-size: .875em;
                }

                .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble .pm-bubble-arrow, .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble .pm-bubble-arrow::after {
                    position: absolute;
                    display: block;
                    width: 0;
                    height: 0;
                    border-color: transparent;
                    border-style: solid;
                }

                .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble .pm-bubble-arrow {
                    top: 6px;
                    border-width: 7px;
                }

                    .pm-comment-thread .pm-thread .pm-thread-item .pm-bubble .pm-bubble-arrow::after {
                        bottom: -10px;
                        border-width: 10px;
                        content: "";
                    }

            .pm-comment-thread .pm-thread .pm-thread-item.pm-client .pm-bubble {
                -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                order: 0;
            }

                .pm-comment-thread .pm-thread .pm-thread-item.pm-client .pm-bubble .pm-bubble-arrow {
                    right: -7px;
                    border-left-color: #dadada;
                    border-right-width: 0;
                }

                    .pm-comment-thread .pm-thread .pm-thread-item.pm-client .pm-bubble .pm-bubble-arrow::after {
                        right: 3px;
                        border-right-width: 0;
                        border-left-color: #fff;
                    }

                .pm-comment-thread .pm-thread .pm-thread-item.pm-client .pm-bubble .pm-bubble-body {
                    font-style: italic;
                }

            .pm-comment-thread .pm-thread .pm-thread-item.pm-client .pm-avatar {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                margin-left: 20px;
            }

            .pm-comment-thread .pm-thread .pm-thread-item.pm-support .pm-avatar {
                margin-right: 20px;
            }

            .pm-comment-thread .pm-thread .pm-thread-item.pm-support .pm-bubble-arrow {
                left: -8px;
                border-right-color: #dadada;
                border-left-width: 0;
            }

                .pm-comment-thread .pm-thread .pm-thread-item.pm-support .pm-bubble-arrow::after {
                    left: 3px;
                    border-left-width: 0;
                    border-right-color: #fff;
                }

        .pm-comment-thread .pm-thread .pm-ticket .pm-ticket-status {
            position: relative;
            float: left;
            width: 26px;
            height: 100%;
            margin-right: 12px;
            padding: 5px 0;
        }

            .pm-comment-thread .pm-thread .pm-ticket .pm-ticket-status .pm-ticket-state {
                position: absolute;
                bottom: 3px;
                right: 2px;
                display: block;
                width: 11px;
                height: 11px;
                border-radius: 100%;
                color: #fff;
            }

                .pm-comment-thread .pm-thread .pm-ticket .pm-ticket-status .pm-ticket-state::after {
                    display: block;
                    width: 11px;
                    height: 11px;
                    border-radius: 100%;
                    content: "";
                }

            .pm-comment-thread .pm-thread .pm-ticket .pm-ticket-status.pm-ticket-status--new .pm-ticket-state::after {
                background: #fff url("../images/icons/new-fill-denim.svg");
            }

            .pm-comment-thread .pm-thread .pm-ticket .pm-ticket-status.pm-ticket-status--completed .pm-ticket-state::after {
                background: #fff url("../images/icons/check-fill-success-green.svg");
            }

        .pm-comment-thread .pm-thread .pm-ticket .pm-bubble {
            padding: 18px 11px 11px 20px;
            width: 100%;
            border-color: #94c0e7;
        }

            .pm-comment-thread .pm-thread .pm-ticket .pm-bubble .pm-bubble-header {
                overflow: hidden;
                border-bottom: 1px solid #94c0e7;
            }

                .pm-comment-thread .pm-thread .pm-ticket .pm-bubble .pm-bubble-header small {
                    display: inline-block;
                }

            .pm-comment-thread .pm-thread .pm-ticket .pm-bubble .pm-comment-count {
                float: right;
                padding-top: 10px;
                color: #415d7d;
                font-size: .75em;
            }

        .pm-comment-thread .pm-thread .pm-ticket.active .pm-bubble {
            background-color: #f0f6f8;
        }

            .pm-comment-thread .pm-thread .pm-ticket.active .pm-bubble .pm-bubble-arrow {
                top: 50%;
                left: -10px;
                margin-top: -10px;
                border-width: 10px;
                border-right-color: #94c0e7;
                border-left-width: 0;
            }

                .pm-comment-thread .pm-thread .pm-ticket.active .pm-bubble .pm-bubble-arrow::after {
                    border-left-width: 0;
                    border-right-width: 0;
                }

.pm-comment-thread--support-ticket {
    background: #fff;
}

    .pm-comment-thread--support-ticket .pm-comment-thread-header {
        padding: 11px 15px;
        font-family: 'Quicksand-Regular',sans-serif;
    }

        .pm-comment-thread--support-ticket .pm-comment-thread-header a {
            text-decoration: none;
        }

        .pm-comment-thread--support-ticket .pm-comment-thread-header h4, .pm-comment-thread--support-ticket .pm-comment-thread-header h5 {
            margin-bottom: 0;
        }

        .pm-comment-thread--support-ticket .pm-comment-thread-header .pm-comment-header-actions span {
            display: inline-block;
            padding: 6px 0;
            font-size: .875em;
            font-weight: 600;
            vertical-align: bottom;
        }

    .pm-comment-thread--support-ticket .pm-thread .pm-ticket {
        margin-bottom: 15px;
    }

        .pm-comment-thread--support-ticket .pm-thread .pm-ticket .pm-bubble {
            border: 0;
            padding: 11px 0;
        }

            .pm-comment-thread--support-ticket .pm-thread .pm-ticket .pm-bubble .pm-bubble-header {
                border-bottom: 0;
            }

                .pm-comment-thread--support-ticket .pm-thread .pm-ticket .pm-bubble .pm-bubble-header > h4 > small {
                    display: block;
                }

.table-ledger {
    border-collapse: separate;
    border-spacing: 0;
    background-color: transparent;
}

    .table-ledger thead {
        display: none;
    }

        .table-ledger thead td {
            width: 50%;
        }

    .table-ledger tbody tr {
        border: 0;
    }

        .table-ledger tbody tr td {
            border: 0;
            padding: .625em .5em;
            border-bottom: 1px solid #dadada;
        }

            .table-ledger tbody tr td:last-child {
                text-align: right;
            }

            .table-ledger tbody tr td .badge {
                margin-left: .5em;
            }

        .table-ledger tbody tr:nth-last-child(2) td {
            border-bottom: 2px solid #dadada;
        }

        .table-ledger tbody tr:nth-last-child(1) td {
            font-size: 1.0625rem;
            font-weight: 700;
            border-bottom: 0;
        }

.pm-support-question-form {
    padding: 20px 17px;
}

    .pm-support-question-form .pm-question-editor {
        position: relative;
        height: 35px;
        border: 2px solid #dadada;
        border-radius: 7px;
        background-color: #fff;
        padding-right: 70px;
        margin-bottom: 1em;
    }

        .pm-support-question-form .pm-question-editor textarea {
            overflow: hidden;
            border: 0;
            resize: none;
        }

            .pm-support-question-form .pm-question-editor textarea::-webkit-input-placeholder {
                font-style: italic;
            }

            .pm-support-question-form .pm-question-editor textarea::-moz-placeholder {
                font-style: italic;
            }

            .pm-support-question-form .pm-question-editor textarea:-ms-input-placeholder {
                font-style: italic;
            }

            .pm-support-question-form .pm-question-editor textarea::placeholder {
                font-style: italic;
            }

        .pm-support-question-form .pm-question-editor .pm-question-editor-actions {
            position: absolute;
            top: 3px;
            right: 5px;
        }

            .pm-support-question-form .pm-question-editor .pm-question-editor-actions button {
                padding: 2px 4px;
                line-height: 1;
                font-size: 1em;
            }

                .pm-support-question-form .pm-question-editor .pm-question-editor-actions button i::before {
                    margin-top: -4px;
                }

    .pm-support-question-form .pm-support-question-link-options {
        width: 80%;
    }

        .pm-support-question-form .pm-support-question-link-options.collapsing {
            -webkit-transition-property: none;
            transition-property: none;
        }

    .pm-support-question-form.disabled {
        background-color: #f0f0f0;
    }

        .pm-support-question-form.disabled .pm-question-editor {
            background-color: transparent;
        }

.pm-cycle-selector {
    position: relative;
    overflow: hidden;
    height: 40px;
    background-color: #dadada;
}

    .pm-cycle-selector button {
        padding: 4px 2px;
    }

    .pm-cycle-selector .pm-cycle-list-nav {
        position: absolute;
        left: 0;
        top: 0;
        width: 150px;
        height: 40px;
        border-right: 1px solid #767676;
        padding: 6px 6px 6px 0;
        text-align: right;
    }

        .pm-cycle-selector .pm-cycle-list-nav span {
            display: inline-block;
            font-family: 'Quicksand-Regular',sans-serif;
            font-weight: 600;
            font-size: 12px;
            text-transform: uppercase;
        }

        .pm-cycle-selector .pm-cycle-list-nav i::before {
            margin-top: -4px;
        }

    .pm-cycle-selector .pm-cycle-list-actions {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 150px;
        height: 40px;
        border-left: 1px solid #767676;
        padding: 0 5px;
        text-align: left;
    }

    .pm-cycle-selector .pm-cycle-list-container {
        position: absolute;
        top: 0;
        right: 150px;
        left: 150px;
        overflow: hidden;
        height: 40px;
    }

        .pm-cycle-selector .pm-cycle-list-container .pm-cycle-shader {
            z-index: 1;
            position: absolute;
            top: 0;
            width: 43px;
            height: 40px;
            pointer-events: none;
            background: -webkit-linear-gradient(left,#dadada 0,rgba(218,218,218,0) 100%);
            background: linear-gradient(to right,#dadada 0,rgba(218,218,218,0) 100%);
        }

        .pm-cycle-selector .pm-cycle-list-container .pm-cycle-shader--right {
            right: 0;
            background: -webkit-linear-gradient(left,rgba(218,218,218,0) 0,#dadada 100%);
            background: linear-gradient(to right,rgba(218,218,218,0) 0,#dadada 100%);
        }

        .pm-cycle-selector .pm-cycle-list-container ol {
            position: absolute;
            left: 40px;
            max-height: 40px;
            padding-left: 0;
            list-style: none;
            white-space: nowrap;
            -webkit-transition: left 0.3s;
            transition: left 0.3s;
        }

        .pm-cycle-selector .pm-cycle-list-container li {
            display: inline-block;
        }

            .pm-cycle-selector .pm-cycle-list-container li a {
                position: relative;
                display: block;
                height: 40px;
                width: 105px;
                padding: 8px 0;
                text-align: center;
                text-decoration: none;
            }

                .pm-cycle-selector .pm-cycle-list-container li a:hover, .pm-cycle-selector .pm-cycle-list-container li a:focus {
                    background-color: #fff;
                }

                .pm-cycle-selector .pm-cycle-list-container li a i {
                    padding-right: 5px;
                }

                .pm-cycle-selector .pm-cycle-list-container li a .icon-bg--cycle::before {
                    width: 12px;
                    height: 15px;
                    margin-top: -3px;
                }

            .pm-cycle-selector .pm-cycle-list-container li.approved span {
                position: absolute;
                top: 18px;
                left: 19px;
                display: block;
                width: 9px;
                height: 9px;
            }

                .pm-cycle-selector .pm-cycle-list-container li.approved span::before {
                    display: block;
                    width: 9px;
                    height: 9px;
                    background-image: url("../images/icons/check-fill-success-green.svg");
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: 100% auto;
                    content: "";
                    vertical-align: middle;
                }

            .pm-cycle-selector .pm-cycle-list-container li.active a {
                background-color: #fff;
            }

.pm-support-ticket-list .tab-content {
    padding: 0;
}

.pm-support-ticket-list .pm-selector-panel .table {
    border: 0;
    border-collapse: collapse;
    margin-bottom: 0;
}

    .pm-support-ticket-list .pm-selector-panel .table thead tr {
        border: 0;
    }

    .pm-support-ticket-list .pm-selector-panel .table tbody tr {
        border: 0;
    }

    .pm-support-ticket-list .pm-selector-panel .table tbody td {
        padding-bottom: 20px;
    }

        .pm-support-ticket-list .pm-selector-panel .table tbody td small {
            color: #000;
        }

        .pm-support-ticket-list .pm-selector-panel .table tbody td:not(:first-child) {
            font-size: .875em;
            color: #333;
            font-weight: 400;
        }

    .pm-support-ticket-list .pm-selector-panel .table tr:first-child td {
        border-top: 0;
    }

    .pm-support-ticket-list .pm-selector-panel .table tr.active td:first-child {
        border-left: 3px solid #fff;
    }

        .pm-support-ticket-list .pm-selector-panel .table tr.active td:first-child .pm-dot {
            display: block;
            visibility: hidden;
        }

    .pm-support-ticket-list .pm-selector-panel .table tr.active:hover td:first-child {
        border-left-color: #fff;
    }

.pm-support-ticket-list .pm-selector-panel .table--open-tickets thead {
    display: none;
}

.pm-support-ticket-list .pm-selector-panel .table--open-tickets tbody td:last-child {
    position: relative;
}

    .pm-support-ticket-list .pm-selector-panel .table--open-tickets tbody td:last-child .pm-comments {
        position: absolute;
        bottom: 5px;
        right: 10px;
        color: #000;
        font-size: 12px;
    }

.pm-support-ticket-list .pm-selector-panel .table--open-tickets tr {
    border: 0;
}

    .pm-support-ticket-list .pm-selector-panel .table--open-tickets tr.pm-read .pm-dot {
        visibility: hidden;
    }

.pm-support-ticket-list .pm-selector-panel .table--open-tickets .pm-dot {
    float: left;
    margin: 15px 0 0;
}

.pm-support-ticket-list .pm-selector-panel .table--open-tickets i {
    float: left;
    margin: 3px 10px;
}

.pm-campaign-preview {
    padding: 20px;
}

    .pm-campaign-preview > p {
        margin-bottom: 1em;
    }

    .pm-campaign-preview .pm-preview-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #dadada;
        min-width: 300px;
        height: 300px;
        margin: 20px 0;
        padding: 20px;
        background-color: #fff;
        text-align: center;
    }

.customer {
    padding-left: 240px !important;
    padding-top: 50px;
    padding-right: 240px !important;
}

.form-group--typeahead {
    width: 100%;
}

.form-control-typeahead-searchCustomer {
    width: 100%;
}


#printInsertImageModal a.collapsed span.pm-accordion--action:before {
    content: "Show";
}

#printInsertImageModal a span.pm-accordion--action:before {
    content: "Hide";
}

#CustomerDateRangeFilterControl {
    margin-bottom: 15px;
}

input#doNotShow {
    margin-top: 9px;
}

.pm-chat-panel {
    z-index: 1040;
    position: fixed;
    top: 100px;
    right: -450px;
    min-width: 450px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .pm-chat-panel.open {
        right: 0;
    }

        .pm-chat-panel.open.open--secondary .pm-chat-secondary {
            left: -450px;
        }

    .pm-chat-panel > div {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 450px;
        border: 1px solid #dadada;
        background-color: #ffffff;
        color: #000000;
    }

    .pm-chat-panel .pm-chat-primary {
        z-index: 1;
    }

    .pm-chat-panel .pm-chat-secondary {
        z-index: 0;
        border-right: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .pm-chat-panel .pm-comment-thread {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        color: #000000;
    }

        .pm-chat-panel .pm-comment-thread:not(.pm-comment-thread--support-ticket) .pm-ticket {
            cursor: pointer;
        }

    .pm-chat-panel .pm-chat-question-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border: 0;
    }

#dvTicketPanel .pm-thread {
    padding: 20px 0;
}

#dvTicketPanel .tab-content {
    padding: 0 1em 0;
}

#dvTicketPanelContent #myTabs li {
    margin: 0;
    width: 49.75%;
}

    #dvTicketPanelContent #myTabs li:first-child {
        margin-right: 0.5%;
    }

table#tClosedTickets {
    table-layout: fixed;
}

    table#tClosedTickets th:last-child {
        width: 40px;
    }

    table#tClosedTickets thead tr th {
        padding: 10px 1px !important;
        font-size: 0.7125em;
    }


#NotificationMsgPop .close {
    margin-top: -35px !important;
    cursor: pointer;
    z-index: 99;
}

#closedCampaignTable_wrapper .table tbody tr td p {
    font-size: 0.9575em;
}

    #closedCampaignTable_wrapper .table tbody tr td p a {
        font-size: 0.8575em;
    }

    #closedCampaignTable_wrapper .table tbody tr td p.edit-btn {
        display: block;
        float: left;
        padding-right: 7px;
    }

        #closedCampaignTable_wrapper .table tbody tr td p.edit-btn ~ a {
            float: right;
            margin-right: 30px;
            font-weight: 700;
            font-size: 0.8075em;
        }

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/*Silicus CSS*/
.m015 {
    margin: 0 15px;
}

#UnSelectedCustomersTable_wrapper .row {
    margin-right: 0;
    margin-left: 0;
}

#UnSelectedCustomersTable_wrapper .col-sm-12 {
    padding: 0 0;
}
/*
.table-responsive {
    overflow-x: hidden;
}*/

.selectionHeiglight td {
    background: #daf3fb;
    cursor: pointer;
}

#customerAccountDetailsGrid_wrapper {
    margin-top: 20px;
    overflow-x: hidden !important;
}

#cycleDetailStatementPlaceholderDiv iframe {
    height: 482px !important;
}


.searchGroupFixed {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px 0 0 0;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
}

.QuickCheckBtn {
    margin-top: -4px;
    margin-left: 10px;
}

    .QuickCheckBtn.QuickCheckBtnFixed {
        margin-top: 0;
    }

.QuickCheckBtnFixed {
    position: fixed;
    top: 99px;
    z-index: 9999;
    padding: 0 0 10px 0;
    width: 1024px;
    margin: 0 auto;
    padding: 0 30px;
}

.has-error1 .form-control {
    border-color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.width107 {
    width: 107px !important;
}
/*Header end*/

/*On Scroll fix*/

/*Header*/
.fixHdr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

    .fixHdr .pm-branding-bar {
        padding: 0 0;
    }


/*On Scroll fix*/

.field-validation-error {
    color: #a94442;
}

#groupModel .modal-content, #groupModel .modal-dialog {
    width: 635px !important;
}

#groupSection ul {
    height: 435px;
    overflow: auto;
}

    #groupSection ul::-webkit-scrollbar {
        width: 12px;
    }

    #groupSection ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    #groupSection ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }


.creativeEmailLibraryTableWrap {
    height: 550px;
    /*overflow:auto;
            overflow-x: hidden;*/
    overflow: visible;
}

    .creativeEmailLibraryTableWrap::-webkit-scrollbar {
        width: 12px;
    }

    .creativeEmailLibraryTableWrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .creativeEmailLibraryTableWrap::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

#groupSection li .dropdown-menu {
    left: auto;
    right: 0;
}

#tableModalExample {
    overflow: auto;
}

/*#tableModalExample::-webkit-scrollbar {
        width: 12px;
        height: 12px;
    }

    #tableModalExample::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    #tableModalExample::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(65,93,125,0.5);
    }

#tableModalExample_wrapper {
    max-height: 560px;
    overflow: auto;
}

    #tableModalExample_wrapper::-webkit-scrollbar {
        width: 12px;
    }

    #tableModalExample_wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    #tableModalExample_wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }


    .UndeliverableDataTableWrap {
        max-height:450px;
        overflow:auto;
        overflow-x:hidden;
    }
    .UndeliverableDataTableWrap::-webkit-scrollbar {
        width: 12px;
    }

    .UndeliverableDataTableWrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .UndeliverableDataTableWrap::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    .SuppressionsDataTableWrap {
        max-height:450px;
        overflow:auto;
        overflow-x:hidden;
    }
    .SuppressionsDataTableWrap::-webkit-scrollbar {
        width: 12px;
    }

    .SuppressionsDataTableWrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .SuppressionsDataTableWrap::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }*/


#NotificationMsgPop #chkDontShow {
    height: 15px;
    float: left;
    margin-right: 5px;
}

.iconWhite, .iconWhite:hover {
    color: #fff !important;
}

.cycleCount {
    color: #fff;
    font-weight: bold;
    line-height: 45px;
    float: right;
    padding-right: 20px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.navbar-nav {
    margin: 0 0 0 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top: none;
    -webkit-box-shadow: none;
}

.navbar-inverse .navbar-toggler-icon {
    background: none;
    color: white;
    font-size: 24px;
}

.navbar-toggler {
    border: none;
    background: none;
    outline: none;
    margin-top: 10px;
}

.dropdown-menu p {
    color: #333;
}

#customerDiv {
    margin-top: 20px;
}

label.minwidth {
    min-width: 90px;
    line-height: 25px;
}

#AddInterestedParty input[type="text"] {
    width: 100%;
    background-repeat: no-repeat;
    border: 2px solid #dadada;
    border-radius: 7px;
    box-shadow: none;
    height: 30px;
    width: 160px;
    padding: 5px 10px;
    background: #fff;
}

    #AddInterestedParty input[type="text"]:focus {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        outline: 0 none;
    }

input.text[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #dadada;
    border-radius: 7px;
    box-shadow: none;
    height: 30px;
    width: 160px;
    padding: 5px 10px;
    background: #fff;
}

.accordionWrap {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}

#dropdownAccounts .form-control-typeahead {
    width: 90%;
    margin: 0 5%;
}

#dropdownAccounts input[type=checkbox], #dropdownAccounts input[type=radio] {
    margin-right: 5px;
}

.padleft15 {
    padding-left: 15px;
}

#customerDetailsTab.nav-tabs li {
    float: left;
}

.marRight10 {
    margin-right: 10px;
}

table tr td input[type="checkbox"], table tr td input[type="radio"], table tr th input[type="checkbox"], table tr th input[type="radio"],
.sorting_1 input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    display: table;
    margin: 0 0;
    width: 27px;
}

.dataTables_scrollHeadInner table {
    width: 100% !important;
}

#customerAccountDetailsGrid_wrapper {
    max-height: 482px;
    overflow: auto;
}

/*#customerAccountDetailsGrid_wrapper::-webkit-scrollbar {
        width: 12px;
    }

    #customerAccountDetailsGrid_wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    #customerAccountDetailsGrid_wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

#cycleDetailStatementPlaceholderDiv iframe::-webkit-scrollbar {
    width: 12px;
}

#cycleDetailStatementPlaceholderDiv iframe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#cycleDetailStatementPlaceholderDiv iframe::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/

.selectionHeiglight td {
    font-weight: bold;
}

table tr td {
    cursor: pointer !important;
}

#UndeliverableDataTable_paginate {
    float: right;
}

#headingOne {
    line-height: 30px;
}

    #headingOne .icon-bg--close {
        margin-right: 5px;
    }

    #headingOne button.close {
        margin-top: 3px;
    }


/*Intreasted party*/
#dropdownInterestedAddAccounts {
    left: 15px;
    /*max-height: 450px;*/
    height: 230px;
    /*bottom: 40px;*/
    top: -180px;
    left: 120px;
}
    /*Scroll*/
    /*
.scrollWrap {
    max-height: 450px;
    overflow: auto;
}

    .scrollWrap::-webkit-scrollbar {
        width: 12px;
    }

    .scrollWrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .scrollWrap::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
#dropdownInterestedAddAccounts::-webkit-scrollbar, #interestedPartialSection .modal-body .scrollWrap::-webkit-scrollbar,
.accordionWrap .dropdown-menu::-webkit-scrollbar, #dropdownAddGroupAccounts::-webkit-scrollbar {
    width: 12px;
}

#dropdownInterestedAddAccounts::-webkit-scrollbar-track, #interestedPartialSection .modal-body .scrollWrap::-webkit-scrollbar-track,
.accordionWrap .dropdown-menu::-webkit-scrollbar-track, #dropdownAddGroupAccounts::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#dropdownInterestedAddAccounts::-webkit-scrollbar-thumb, #interestedPartialSection .modal-body .scrollWrap::-webkit-scrollbar-thumb,
.accordionWrap .dropdown-menu::-webkit-scrollbar-thumb, #dropdownAddGroupAccounts::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/
    /*Scroll*/
    #dropdownInterestedAddAccounts li .dropdown-menu {
        left: auto;
        right: 0;
    }

#dropdownAddGroupAccounts {
    max-height: 450px;
    width: 260px;
    overflow: auto;
}

    #dropdownAddGroupAccounts .accountAddSearch-wrapp {
        margin-left: 12px;
        width: 160px;
    }

    #dropdownAddGroupAccounts .add-btn {
        position: absolute;
        right: 0;
        top: 5px;
    }

#interestedPartialSection .modal-body .scrollWrap {
    max-height: 340px;
    overflow: auto;
}

#accountSearch {
    width: 90%;
    margin: 0 auto;
}

.accordionWrap .dropdown-menu {
    max-height: 450px;
    overflow: auto;
}
/*Intreasted party*/

/*
.nav-tabs {
    display: flex !important;
}
.nav-tabs li {
    display: flex;
    float:none;
}
    */
#SearchEmployees {
    width: 290px;
}


/*quickCheck Statements*/
#quickCheckStatementsCounts {
    min-width: 40px;
    max-width: 48px;
    border: 2px solid #dadada;
    height: 26px;
    line-height: 22px;
    padding: 0 5px;
    text-align: center;
}

.numbers-row .inc {
    float: left;
    margin-right: 7px;
}

.numbers-row .inc, .numbers-row .dec {
    border: 2px solid #dadada;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.numbers-row .dec {
    float: right;
    margin-left: 7px;
    margin-right: 10px;
    line-height: 18px !important;
}


p.showNumbers {
    margin-right: 10px;
    line-height: 25px;
}

.pm-dropdown-complex .form-control-typeahead {
    width: 90%;
    margin: 0 5%;
}

ul.CredentialsList {
    padding-left: 20px;
    margin-top: 20px;
}

    ul.CredentialsList li {
        line-height: 26px;
    }
/*quickCheck Statements*/
.cyclePageDetails {
    background: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
}

.QuickReviewNavbar {
    background: #333;
    margin-bottom: 0 !important;
}

    .QuickReviewNavbar a .glyphicon {
        font-size: 40px;
    }

/*.cycleNavWrapper .navbar-nav::-webkit-scrollbar {
    height: 7px;
    cursor: pointer;
}

.cycleNavWrapper .navbar-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.cycleNavWrapper .navbar-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    cursor: pointer;
    background: #fff;
}*/

.cycleNavWrapper .navbar-nav,
.cycleNavWrapper .navbar-nav > li {
    float: inherit !important;
}

ul.cycleNav {
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0 0;
    white-space: nowrap;
}

    ul.cycleNav > li {
        display: inline-block;
        vertical-align: top;
    }

.cycleNav .active {
    border-bottom: 5px solid #337ab7 !important;
}

.table tbody tr td, .table thead tr th {
    padding: 10px 10px !important;
}

#CampaignListDiv .table tbody tr td,
#CampaignListDiv .table thead tr th {
    padding: 10px 20px !important;
}


#gallery-one .showHide {
    width: 60px;
}

    #gallery-one .showHide .close {
        float: left !important;
    }

        #gallery-one .showHide .close .icon-bg--close {
            margin-right: 0;
        }

/*Slider*/

a.btn-customBig {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 120px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: inherit !important;
}

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 100%;
}

.carousel.vertical .prev {
    top: -100%;
}

    .carousel.vertical .next.left,
    .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -100%;
}

.carousel.vertical .active.right {
    top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

.CycleTable tbody tr td, .CycleTable thead tr th {
    padding: 4px 1px !important;
}

.marRight10 {
    margin-right: 10px;
}

.deleveryHeading a {
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    padding-right: 10px;
}



/*Slider end*/

#OpenTickets .table tbody tr:first-child,
#tClosedTickets tbody tr:first-child,
#tClosedTickets thead tr {
    border-top: none !important;
}

.daterangepicker.dropdown-menu {
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
    min-width: 25px !important;
}

.file-download-option {
    padding: 5px 0;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

    .file-download-option li {
        display: block;
        float: left;
        margin-right: 15px;
    }

.pdfFooter {
    background: #333;
    padding: 10px;
}

    .pdfFooter ul.pagination {
        margin: 0 auto;
        display: table;
    }

        .pdfFooter ul.pagination li a {
            border: none;
            background: none;
            color: #fff;
        }

.exportPopupText {
    margin-bottom: 30px;
}

    .exportPopupText strong {
        margin-bottom: 15px;
    }

    .exportPopupText strong {
        margin-bottom: 10px;
        display: block;
    }

    .exportPopupText .labelText {
        line-height: 35px;
        margin-right: 10px;
    }

.Reject-Cycle-pop label {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.Reject-Cycle-pop input[type='radio'] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.Reject-Cycle-pop .marRight10 {
    margin-right: 20px;
}

.Reject-Cycle-pop #otherTextbox {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*.modal-header {
    height: 70px;
}*/

.modal-header h3 {
    margin-bottom: 0;
}

#dropdownAddAccounts {
    top: auto !important;
    bottom: 40px !important;
    left: 14px !important;
}

#AddInterestedParty #accountAddSearch {
    margin: 5px 10px;
}

a#groupView {
    line-height: 30px;
}

.dvSingleAccountSelectionWrap {
    height: 45px;
}

#dvMultiAccountSelection {
    text-align: center;
    vertical-align: middle;
    align-content: center;
    /*margin-top: 48%;*/
}

#cycleStatementPlaceholderDiv p {
    text-align: center;
    vertical-align: central;
    align-content: center;
    margin-top: 48%;
}

table#customerAccountGrid tr td {
    cursor: pointer;
    padding: 6px 10px !important;
}

table#customerAccountGrid_SPage tr td {
    cursor: pointer;
    padding: 6px 10px !important;
}

.table thead tr th.pm-icon-column { padding: 0 0 !important }
table#customerAccountGrid_SPage tr td.pm-icon-column { padding: 0 0 !important; }

.UnSelectedCustomersTableWrap, .SelectedCustomersTableWrap {
    overflow: auto;
}

    .UnSelectedCustomersTableWrap .dataTables_wrapper,
    .SelectedCustomersTableWrap .dataTables_wrapper {
        max-height: inherit;
    }

#UnSelectedCustomersTable *,
#SelectedCustomersTable * {
    padding: .875em 0 !important;
}

#UnSelectedCustomersTable tr td input[type="checkbox"],
#SelectedCustomersTable tr td input[type="checkbox"] {
    margin: 0 5px !important;
}

#UnSelectedCustomersTable th:first-child,
#SelectedCustomersTable th:first-child {
    padding-left: 5px !important;
}

#SelectedCustomersTable_wrapper .row {
    margin: 0 !important;
}

    #SelectedCustomersTable_wrapper .row .col-sm-12 {
        padding: 0;
    }

#dvSingleAccountSelection button {
    color: #415d7d;
    font-size: 16px;
    font-family: "SourceSansPro-Regular",sans-serif;
    font-weight: 400;
    line-height: 1.35;
    border: none;
    background: none;
}

.arrowButtons {
    width: 35px;
    margin: 90px auto 0 auto;
}

    .arrowButtons .icon-bg--arrow-right {
        margin-bottom: 10px;
        display: block;
    }

    .arrowButtons i {
        cursor: pointer;
    }

#roleManagementGridList input[type="checkbox"] {
    float: left;
    width: 30px;
}

#roleManagementGridList > span {
    width: 30px;
    display: block;
    float: left;
}

#roleManagementGridList span span.bullet {
    float: left;
    display: block;
    width: 10px;
    height: 15px;
    margin-top: -8px;
    margin-right: 10px;
    cursor: pointer;
}

#roleManagementGridList p {
    font-weight: bold;
}

.pagination {
    margin: 10px 0 0 !important;
}

#accountAddSearch {
    width: 100%;
    margin: 0 0;
}

.noButton {
    border: none !important;
    background: none !important;
    color: #415d7d;
    font-size: 16px;
    font-family: "SourceSansPro-Regular",sans-serif;
    font-weight: 400;
    line-height: 1.35;
    padding: 0;
    margin-top: 10px;
}

.mar-left-15 {
    margin-left: -15px;
}

/*#userGroupDataTable .sorting_asc::after,
#customerDocumentGrid_wrapper .sorting_asc::after,
#customerAccountDetailsGrid_wrapper .sorting_asc::after,
#UnSelectedCustomersTable_wrapper .sorting_asc::after {
    display: none;
}*/

#ddlBounceLimit {
    width: 75px;
}
/*Fix Header*/
.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}
/*Fix Header end*/

.btnBlock90 {
    width: 90px !important;
}


#bulkdownload {
    display: block;
    margin: 0 auto;
    width: 185px;
}

    #bulkdownload label {
        float: left;
        font-weight: bold;
        color: #333;
        padding-right: 5px;
        line-height: 36px;
    }

    #bulkdownload span {
        line-height: 36px;
        font-size: 36px;
        float: left;
    }

#cycleDetailStatementPlaceholderDiv > p {
    margin-top: 48%;
    text-align: center;
}

#cycleDetailStatementPlaceholderDiv > p {
    font-weight: bold;
}

#closedAllCampaignTable_filter input {
    padding: 0 .6875em;
    margin-left: 5px;
}

#closedAllCampaignTable_paginate {
    float: right !important;
}

label#question {
    min-height: 35px;
    height: auto !important;
}


/*Footer*/

.footer {
    background: #333;
    padding-top: 21px;
    padding-bottom: 20px;
    height: 65px;
}

    .footer p {
        margin: 5px 0 0;
        font-size: 14px;
        color: #f0f0f0;
    }

.nav-tabs li.active {
    border-bottom: 1px solid #fff !important;
}

#myTabs li h2 {
    margin: 0;
    font-size: 1.8em;
    line-height: 1.2em;
}

.minHeight315 {
    min-height: 315px;
}

.minHeight445 {
    min-height: 445px;
}


/*Footer end*/

/*
.scrollWrap .dropdown-menu {
    bottom:45px !important;
    top:inherit !important;
}
    */

#customerAccountDetailsGrid {
    table-layout: fixed;
}

    #customerAccountDetailsGrid td {
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*
.scrollWrap .addToogleTwo:first-child ~ .dropdown-menu {
   bottom: inherit !important;
    top: 26px !important;
}
*/
.tab-content {
    padding: 2em 1em 1em;
}

.pm-nav-main .dropdown-item {
    width: 100%;
}

/*.pm-nav-main .dropdown-item:hover, .pm-nav-main .dropdown-item:focus, .pm-nav-main .navbar-nav .active a:hover, .pm-nav-main .navbar-nav .active a:focus {
        background: #982c2c;
    }*/

.auto-approve-chkbox {
    margin: 0 0 0 15px;
}

    .auto-approve-chkbox input[type="checkbox"] {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px 0 0;
    }

    .auto-approve-chkbox span {
        display: inline-block;
        vertical-align: middle;
    }

.cyclePageDetails .cycle-status p {
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0 0;
}

.pm-cycle-page-header-actions {
    display: inline-block;
    margin: 0 0 8px 6px;
    float: right;
}

.cyclePageDetails {
    padding: 10px;
}

.pm-cycle-selector {
    height: 50px;
}

    .pm-cycle-selector .pm-cycle-list-nav {
        height: 50px;
        padding: 9px 6px 6px 0;
    }

    .pm-cycle-selector .pm-cycle-list-container {
        height: 50px;
    }

        .pm-cycle-selector .pm-cycle-list-container .pm-cycle-shader {
            height: 50px;
        }

        .pm-cycle-selector .pm-cycle-list-container ol {
            max-height: 50px;
        }

        .pm-cycle-selector .pm-cycle-list-container li a {
            width: auto;
            height: 50px;
            padding: 13px 10px;
        }

            .pm-cycle-selector .pm-cycle-list-container li a span {
                position: absolute;
                left: 21px;
                bottom: 10px;
            }

    .pm-cycle-selector .pm-cycle-list-actions {
        height: 50px;
    }

.pm-cycle-list-actions a {
    padding: 8px 2px;
}

.pm-nav-main .nav > li > .dropdown-menu {
    width: 245px;
}

.pm-cycle-selector .pm-cycle-list-container li.approve span::before {
    content: '';
    display: block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('../images/check-fill-success-green.svg') no-repeat center center;
}

.pm-cycle-selector .pm-cycle-list-container li.reject span::before {
    content: '';
    display: block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("../images/cross-fill-reject-red.svg") no-repeat center center;
}

.pm-cycle-selector .pm-cycle-list-container li a .icon-bg--cycle::before {
    width: 22px;
    height: 28px;
}

#customerSegmentModal .tab-content {
    padding: 15px 10px;
}

#customerSegmentModal #customCreate table {
    border: solid 1px #ddd;
    border-width: 0 1px 1px;
}

#customerSegmentModal .nav-tabs li {
    width: auto;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

#customerSegment tr input[type="checkbox"] {
    width: auto;
}

#customerSegment tr td:last-child {
    word-break: break-word;
}

.form-group--typeahead p {
    margin: 0 0 10px;
}

.form-group--typeahead #BulkAddButton {
    margin-left: 12px;
}

#customerAccountGrid_wrapper #customerAccountGrid thead th {
    vertical-align: middle;
}

    #customerAccountGrid_wrapper #customerAccountGrid thead th:first-child:after {
        display: none;
    }

    #customerAccountGrid_wrapper #customerAccountGrid thead th:last-child {
        width: 125px !important;
    }

#customerAccountGrid_wrapper #customerAccountGrid input[type="checkbox"] {
    width: auto;
}

#customerAccountGrid_SPage_wrapper #customerAccountGrid_SPage thead th {
    vertical-align: middle;
}

    #customerAccountGrid_SPage_wrapper #customerAccountGrid_SPage thead th:first-child:after {
        display: none;
    }

    #customerAccountGrid_SPage_wrapper #customerAccountGrid_SPage thead th:last-child {
        width: 125px !important;
    }

#customerAccountGrid_SPage_wrapper #customerAccountGrid_SPage input[type="checkbox"] {
    width: auto;
}

#RestrictedAndNonRestrictedAccountsTable .arrowButtons {
    margin: 220px auto 0 auto;
}

    #RestrictedAndNonRestrictedAccountsTable .arrowButtons button {
        border: none;
        background: none;
    }

#RestrictedAndNonRestrictedAccountsTable .dataTables_scroll .dataTables_scrollBody {
    height: auto !important;
}

#RestrictedAndNonRestrictedAccountsTable .dataTables_scroll .dataTables_scrollHeadInner {
    padding-right: 0 !important;
}

#suppressionsAccountModal .modal-dialog, #undeliverableEmailsModal .modal-dialog {
    width: 80% !important;
}

    #suppressionsAccountModal .modal-dialog .modal-content, #undeliverableEmailsModal .modal-dialog .modal-content {
        width: 100% !important;
    }

#suppressionsAccountModalContent #searchSuppressions {
    margin-right: 15px;
}

#suppressionsAccountModalContent .form-group-wrapper .datePicker-Wrap, #undeliverableEmailsModalContent .form-group-wrapper .datePicker-Wrap {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    margin-left: 20px;
}

#undeliverableEmailsModalContent #searchUndeliverable {
    margin-right: 15px;
}

#tableModalExample_wrapper {
    max-height: 460px;
}

    #tableModalExample_wrapper #tableModalExample {
        overflow: hidden;
    }

table.dropdown-item {
    display: table;
}

    table.dropdown-item:hover, table.dropdown-item:focus {
        background: transparent;
    }

table tr th input[type="checkbox"] {
    display: inline-block;
}

#tableModalExample_wrapper {
    overflow-x: hidden;
}

/*#tableModalExample_wrapper::-webkit-scrollbar { width:8px;}
#tableModalExample_wrapper::-webkit-scrollbar-track { background:#dedede; box-shadow:none;}
#tableModalExample_wrapper::-webkit-scrollbar-thumb { background:#888888; box-shadow:none;}
#CustomersTable .table-responsive.UnSelectedCustomersTableWrap::-webkit-scrollbar { width:8px;}
#CustomersTable .table-responsive.UnSelectedCustomersTableWrap::-webkit-scrollbar-track { background:#dedede; box-shadow:none;}
#CustomersTable .table-responsive.UnSelectedCustomersTableWrap::-webkit-scrollbar-thumb { background:#888888; box-shadow:none;}
#CustomersTable .table-responsive.SelectedCustomersTableWrap::-webkit-scrollbar { width:8px;}
#CustomersTable .table-responsive.SelectedCustomersTableWrap::-webkit-scrollbar-track { background:#dedede; box-shadow:none;}
#CustomersTable .table-responsive.SelectedCustomersTableWrap::-webkit-scrollbar-thumb { background:#888888; box-shadow:none;}
#customerAccountDetailsGrid_wrapper::-webkit-scrollbar { width:8px;}
#customerAccountDetailsGrid_wrapper::-webkit-scrollbar-track { background:#dedede; box-shadow:none;}
#customerAccountDetailsGrid_wrapper::-webkit-scrollbar-thumb { background:#888888; box-shadow:none;}
#mainCampaignDiv .modal .modal-body::-webkit-scrollbar { width:8px;}
#mainCampaignDiv .modal .modal-body::-webkit-scrollbar-track { background:#dedede; box-shadow:none;}
#mainCampaignDiv .modal .modal-body::-webkit-scrollbar-thumb { background:#888888; box-shadow:none;}
*/

div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

div::-webkit-scrollbar-track {
    background: #dedede;
    box-shadow: none;
}

div::-webkit-scrollbar-thumb {
    background: #888888;
    box-shadow: none;
}

ul.cycleNav::-webkit-scrollbar {
    height: 8px;
}

ul.cycleNav::-webkit-scrollbar-track {
    background: #666666;
    box-shadow: none;
}

ul.cycleNav::-webkit-scrollbar-thumb {
    background: #888888 !important;
    box-shadow: none !important;
}

.navbar.QuickReviewNavbar {
    min-height: inherit;
    background: none;
}

#tableModalExample .table thead tr th.sorting::after, .table thead tr th.sorting_asc::after, .table thead tr th.sorting_desc::after {
    margin-top: 0;
}

.modal .modal-body #customerSegment_wrapper.dataTables_wrapper {
    max-height: 250px;
    overflow-y: auto;
    margin: 0 0 20px;
}

#addMoreStatementModal {
    padding-right: 0 !important;
}

#closedCampaignTable_wrapper .table tbody tr td p.edit-btn ~ a {
    margin-right: 0;
    float: none;
}

#fullPageDocumentImageModal .radio {
    margin-top: 5px;
}

    #fullPageDocumentImageModal .radio input[type='radio'] {
        margin-top: 7px;
    }

#fullPageDocumentImageModal .frequency label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0;
}

#fullPageDocumentImageModal .frequency select {
    display: inline-block;
    vertical-align: middle;
    width: 76px;
}

#customerDocumentGrid button.btn-link {
    padding: 0;
    margin: 0 3px;
}

    #customerDocumentGrid button.btn-link:hover {
        background: transparent;
        border-color: transparent;
    }

#customerDocumentGrid thead th:last-child {
    width: 140px !important;
}

.selectCustomerList {
}

    .selectCustomerList > div {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(100% / 2 - (40px));
        width: -moz-calc(100% / 2 - (40px));
        width: -o-calc(100% / 2 - (40px));
        width: -ms-calc(100% / 2 - (40px));
        width: calc(100% / 2 - (40px));
    }

        .selectCustomerList > div:nth-child(2) {
            width: 70px;
            vertical-align: middle;
        }

.admin-setup .emails-per-cycle .col-md-6 {
    padding-right: 0px;
}

.admin-setup .emails-per-cycle .col-md-5 {
    padding-left: 0px;
}

.mail-tracking label {
    display: block;
}

#mainEmailTemplateDiv .dataTables_wrapper .dataTable thead th:first-child {
    width: 80px;
}

#mainEmailTemplateDiv .dataTables_wrapper .dataTable thead th:nth-child(2) {
    width: 120px;
}

#mainEmailTemplateDiv #gallery-one #sortable .table-hide-search thead th:nth-child(3) {
    width: 32%;
}

#mainEmailTemplateDiv #gallery-one #sortable .table-hide-search thead th:nth-child(5) {
    width: 25%;
}

.field-validation-error#accountNumbersFieldValidation::before {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.dataTables_wrapper {
    max-height: 490px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .dataTables_wrapper#customerGridList_wrapper {
        max-height: inherit;
        overflow-y: inherit;
    }

#manageCampaignCreativeGrid_wrapper {
    margin-bottom: 20px;
}

#RestrictedAndNonRestrictedAccountsTable .dataTables_wrapper {
    max-height: inherit;
}

#EmailsDataTable_wrapper.dataTables_wrapper {
    max-height: 420px;
}

#customerGridList.table {
    background: none;
    border: none;
}

    #customerGridList.table th, #customerGridList.table td {
        background: #ffffff;
    }

#customerGridList_wrapper .dataTables_wrapper {
    max-height: inherit;
    overflow-y: visible;
    overflow-x: visible;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

.table-fixed tr {
    border: none !important;
}

.table-fixed thead {
    width: 100%;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

.table-fixed tbody {
    width: 100%;
}

    .table-fixed tbody::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .table-fixed tbody::-webkit-scrollbar-track {
        background: #dedede;
        box-shadow: none;
    }

    .table-fixed tbody::-webkit-scrollbar-thumb {
        background: #888888;
        box-shadow: none;
    }

/*.fix-head .dataTables_scrollHead { margin-bottom: -22px;}*/
/*#customerDocumentGrid thead { display: none !important;}*/
#NonRestrictedAccountsTable thead {
    display: none !important;
}

#RestrictedAccountsTable thead {
    display: none !important;
}

#reviewedStatementDiv {
    display: block;
    height: 35px;
}

#customerAccountDetailsGrid_wrapper {
    margin-top: 10px;
}

.pm-customer-details > .container {
    padding: 0 10px;
}

#cycleStatementPlaceholderDiv {
    height: 490px;
    max-height: 490px;
    overflow: auto;
}

.CycleTable tbody tr td, .CycleTable thead tr th {
    padding: 10px 6px !important;
}

#cyclesComplete thead th {
    vertical-align: middle;
}

    #cyclesComplete thead th:first-child {
        width: 134px;
    }

    #cyclesComplete thead th:nth-child(3) {
        width: 135px;
    }

    #cyclesComplete thead th:nth-child(4) {
        width: 135px;
    }

    #cyclesComplete thead th:nth-child(5) {
        width: 105px;
    }

    #cyclesComplete thead th:nth-child(6) {
        width: 75px;
    }

    #cyclesComplete thead th:nth-last-child(2) {
        width: 120px;
    }

.pdfView-wrapper {
    height: 490px;
    border: solid 1px grey;
    position: relative;
    z-index: 1;
}

    .pdfView-wrapper #dvMultiAccountSelection {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

#cycleStatementPlaceholderDiv iframe {
    z-index: 3;
}

.pm-chat-panel {
    min-width: 350px;
    right: -350px;
}

    .pm-chat-panel > div {
        width: 100%;
        border: none;
        padding: 15px;
    }

        .pm-chat-panel > div .btn {
            padding: 0 2px;
        }

    .pm-chat-panel .panWrap {
        -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.35);
        -ms-box-shadow: 0px 0px 7px rgba(0,0,0,0.35);
        -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.35);
        box-shadow: 0px 0px 7px rgba(0,0,0,0.35);
    }

        .pm-chat-panel .panWrap > .row > div:first-child > div {
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
        }

        .pm-chat-panel .panWrap > .row > div:first-child p {
            display: inline-block;
            width: 80%;
        }

#sortable .dropdown-menu {
    cursor: auto;
}

    #sortable .dropdown-menu a {
        text-align: left;
        display: inline-block !important;
        width: auto !important;
    }

.alert {
    margin-top: 20px;
}

.labelHighlight {
    background-color: #dadada !important;
}

.pm-user-avatar img {
    border-radius: 50%;
}

#UnSelectedCustomersTable.table tbody tr td, #UnSelectedCustomersTable.table thead tr th, #SelectedCustomersTable.table tbody tr td, #SelectedCustomersTable.table thead tr th {
    padding: 10px !important;
}

select.input-sm {
    line-height: 14px;
}

.table {
    margin-bottom: 0px;
}

.table-hover tbody tr .table-row-actions .btn {
    padding: 0 8px;
}

#rejectedCycleGrid.table-hover tbody tr .table-row-actions .btn {
    padding: 0 6px !important;
}

#adminEmployeesGrid {
    margin-bottom: 20px;
}

#imageLibraryModal .pm-thumbnail--btn--maxHeight > div:first-child {
    height: 150px;
}

#imageLibraryModal .pm-thumbnail--btn--maxHeight {
    padding: 0;
    border: 1px solid #dadada;
}

    #imageLibraryModal .pm-thumbnail--btn--maxHeight .caption {
        height: 105px;
        overflow: hidden;
        padding: 1em;
    }

        #imageLibraryModal .pm-thumbnail--btn--maxHeight .caption h3 {
            color: #415d7d;
            font-size: 1.0625em;
            word-break: break-all;
        }

#customerDocumentGrid_wrapper .DocumentsDataTable thead th:first-child::after {
    display: none;
}

#customerDetailsParantDiv .tab-pane#documents i.icon-bg--download {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-device-width: 600px) {
    #SelectDoc * {
        visibility: hidden;
        height: 0;
    }
}

    #customerDetailsParantDiv .tab-pane#documents i.icon-bg--download.icon-bg--large::before {
        width: 1.35em;
        height: 1.35em;
    }

#customerDetailsParantDiv .tab-pane#documents #selectedDocumentCount {
    display: inline-block;
    vertical-align: middle;
    width: 67%;
    font-size: 14px;
    margin-left: 2px;
}

#customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap {
    text-align: right;
    float: right;
}

    #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap > div {
        display: inline-block;
        vertical-align:middle;
        margin: 0 0 15px 4px;
    }
    #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap > button { display: inline-block;
        vertical-align:middle;
        margin: 0 0 15px 4px; height:33px; padding-top:4px;}

        #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap > div.clearfix {
            display: none;
        }

        #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap > div select {
            padding: 5px 20px 5px 5px;
        }

    #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap .date input {
        width: 214px;
        padding: 5px 20px 5px 30px;
        background-position: 5px center,right 10px center;
    }

    #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap .accounts select.form-control {
        width: 154px;
    }

#outerBranchDashboardDiv .filtersWrap select {
    display: inline-block;
    width: 48%;
}

#outerBranchDashboardDiv .btnWrap {
    text-align: right;
}

#branchEnrollmentGrid_info {
    margin: 20px 0 0;
}

#branchEnrollmentGrid_paginate {
    margin: 15px 0 0;
}

#AccountsDataTable.table tbody tr td:first-child {
    color: #415d7d;
}

    #AccountsDataTable.table tbody tr td:first-child:hover {
        color: #23527c;
        text-decoration: underline;
    }

.grayImages {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

#branchEnrollmentGrid {
    width: 100% !important;
}

    #branchEnrollmentGrid tr td {
        word-break: break-word;
    }

        #branchEnrollmentGrid tr td:last-child button {
            background: #fff;
            border: 0;
        }

        #branchEnrollmentGrid tr td.open {
            position: relative;
        }

            #branchEnrollmentGrid tr td.open .dropdown-menu {
                position: absolute;
                left: auto;
                right: 35px;
                top: 14px;
                cursor: auto;
            }

    #branchEnrollmentGrid thead th {
        vertical-align: top;
    }

        #branchEnrollmentGrid thead th:first-child {
            width: 89px !important;
        }

        #branchEnrollmentGrid thead th:nth-child(2) {
            width: 130px !important;
        }

        #branchEnrollmentGrid thead th:nth-child(3) {
            width: 180px !important;
        }

        #branchEnrollmentGrid thead th:nth-child(5) {
            width: 90px !important;
        }

        #branchEnrollmentGrid thead th:nth-child(7) {
            width: 95px !important;
        }

        #branchEnrollmentGrid thead th:nth-child(9) {
            width: 90px !important;
        }

    #branchEnrollmentGrid tbody tr:nth-last-child(2) td:last-child div.dropdown-menu, #branchEnrollmentGrid tbody tr:last-child td:last-child div.dropdown-menu {
        top: inherit;
        bottom: 3px;
    }

    #branchEnrollmentGrid tbody tr {
        word-break: break-all;
    }

        #branchEnrollmentGrid tbody tr td:nth-last-child(2), #branchEnrollmentGrid tbody tr td:nth-last-child(3) {
            font-size: 14px;
        }

#gallery-one #sortable tbody tr td:last-child .dropdown-menu.open {
    right: 30px !important;
    top: 0;
}

#gallery-one #sortable tbody tr:nth-last-child(2) td:last-child .dropdown-menu.open, #gallery-one #sortable tbody tr:last-child td:last-child .dropdown-menu.open {
    top: auto;
    bottom: 5px;
}

#gallery-one #sortable tbody tr:first-child td:last-child .dropdown-menu.open {
    top: 0;
    bottom: auto;
}

#dropdownAddGroupAccounts {
    max-height: 160px;
}

#groupModalContent .modal-body {
    min-height: 250px;
}

.accAdoption-wrap {
    margin-bottom: 30px;
}

    .accAdoption-wrap .panel {
        padding: 12px 0;
        margin-bottom: 20px;
        border: 1px solid #dadada;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }

    .accAdoption-wrap .datePickerHolder {
        margin-bottom: 20px;
    }

    .accAdoption-wrap .enroll-box {
        border: solid 1px #979797;
    }

    .accAdoption-wrap .enroll-accounts span {
        display: inline-block;
        vertical-align: middle;
        font-family: 'Quicksand-Regular',sans-serif;
        font-size: 32px;
        font-weight: 600;
        margin-right: 10px;
    }

    .accAdoption-wrap .enroll-accounts h4 {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
    }

        .accAdoption-wrap .enroll-accounts h4.text-center {
            display: block;
            width: auto;
        }

    .accAdoption-wrap .enroll-box span {
        display: block;
        font-family: 'Quicksand-Regular',sans-serif;
        font-size: 32px;
        font-weight: 600;
        text-align: center;
    }

    .accAdoption-wrap .enroll-box h4 {
        font-size: 18px;
        text-align: center;
        line-height: 21px;
    }

    .accAdoption-wrap .enroll-box p {
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }

    .accAdoption-wrap .pm-stats-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .accAdoption-wrap .pm-stats-group .pm-stats {
            display: table-cell;
            vertical-align: middle;
            float: none;
            width: 20%;
            height: 100%;
            padding: 12px;
        }

.pm-customer-details-actions .text {
    width: 82%;
    word-break: break-word;
}

#customerDiv .customer .form-group--typeahead {
    margin-top: 15px;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.NonRestrictedAccountsTable th:first-child input, #NonRestrictedAccountsTable td:first-child input {
    width: auto;
}

.NonRestrictedAccountsTable th:first-child, #NonRestrictedAccountsTable td:first-child {
    width: 7% !important;
}

.NonRestrictedAccountsTable th:nth-child(2), #NonRestrictedAccountsTable td:nth-child(2) {
    width: 36% !important;
}

.NonRestrictedAccountsTable th:nth-child(3), #NonRestrictedAccountsTable td:nth-child(3) {
    width: 19% !important;
}

.NonRestrictedAccountsTable th:nth-child(4), #NonRestrictedAccountsTable td:nth-child(4) {
    width: 38% !important;
}

.RestrictedAccountsTable th:first-child input, #RestrictedAccountsTable td:first-child input {
    width: auto;
}

.RestrictedAccountsTable th:first-child, #RestrictedAccountsTable td:first-child {
    width: 7% !important;
}

.RestrictedAccountsTable th:nth-child(2), #RestrictedAccountsTable td:nth-child(2) {
    width: 26% !important;
}

.RestrictedAccountsTable th:nth-child(3), #RestrictedAccountsTable td:nth-child(3) {
    width: 19% !important;
}

.RestrictedAccountsTable th:nth-child(4), #RestrictedAccountsTable td:nth-child(4) {
    width: 20% !important;
}

.RestrictedAccountsTable th:nth-child(5), #RestrictedAccountsTable td:nth-child(5) {
    width: 28% !important;
}

#SegmentsDiv {
    max-height: 420px;
    padding-bottom: 2px;
}

    #SegmentsDiv.pm-selector-panel li .badge {
        display: none;
    }

    #SegmentsDiv.pm-selector-panel li > * {
        display: inline-block;
    }

    #SegmentsDiv.pm-selector-panel li a {
        width: auto;
        max-width: 82%;
        padding-right: 5px;
    }

    #SegmentsDiv.pm-selector-panel li .dropdown-menu {
        display: none;
        min-width: 120px;
        right: 40px;
        left: auto;
        top: 0;
    }

        #SegmentsDiv.pm-selector-panel li .dropdown-menu a {
            display: inline-block;
            width: auto !important;
            max-width: initial !important;
            padding: 1px 12px;
            text-align: left;
        }

    #SegmentsDiv.pm-selector-panel li.active .dropdown-menu a {
        font-weight: normal;
        border-left: none;
        color: #415d7d;
        padding-right: 5px;
    }

    #SegmentsDiv.pm-selector-panel li:nth-last-child(2) .dropdown-menu, #SegmentsDiv.pm-selector-panel li:last-child .dropdown-menu {
        top: auto;
        bottom: 0;
    }

#activeCampaignTable .btn-group {
    min-width: 146px;
}

#closedCampaignModal #closedAllCampaignTable #cycleButtonDiv {
    min-width: 82px !important;
}

#closedCampaignModal #closedAllCampaignTable_info {
    margin: 20px 0 0;
}

#closedCampaignModal #closedAllCampaignTable_paginate {
    margin: 15px 10px 0;
}

#quickCheckModal .modal-body #CustomersTable .row.selectCustomerList {
    margin-left: -16px;
}

.pagination > li > a, .pagination > li > span {
    font-size: 14px;
    padding: 5px 10px;
}

#roleManagementGridList tbody tr td:last-child {
    width: 88px;
    cursor: auto !important;
}

#quickCheckModal #CustomersTable .selectCustomerList table th:first-child {
    width: 65px;
}

#quickCheckModal #CustomersTable .selectCustomerList table th:nth-child(2) {
    width: 26%;
}

#userGroupDataTable thead th:first-child::after, #customerAccountDetailsGrid thead th:first-child::after {
    display: none;
}

#emailLibraryModalContent {
    padding: 15px;
}

.creativeEmailLibraryTableWrap {
    height: auto;
}

#cyclesComplete_paginate {
    margin: 15px 0 0;
}

#EStatementCustomerChart svg, #EAdoptionRateChart svg, #DigitalRateChart svg {
    width: 100% !important;
    min-height: 300px;
}

.logincontainer .panel {
    padding: 20px;
}

.logincontainer .panel-body {
    padding: 15px 0 0;
}

.peCyclesMain .dataTables_wrapper .table tbody tr td, .peCyclesMain .dataTables_wrapper .table thead tr th {
    vertical-align: top;
}

    .peCyclesMain .dataTables_wrapper .table thead tr th:first-child {
        width: 9% !important;
    }

    .peCyclesMain .dataTables_wrapper .table thead tr th:nth-child(2) {
        width: 11% !important;
    }

    .peCyclesMain .dataTables_wrapper .table thead tr th:nth-last-child(2) {
        width: 11% !important;
    }

    .peCyclesMain .dataTables_wrapper .table thead tr th:nth-last-child(3) {
        width: 11% !important;
    }

    .peCyclesMain .dataTables_wrapper .table thead tr th:last-child {
        width: 11% !important;
    }

#collapse_closedAllCampaignTable #closedAllCampaignTable_filter {
    margin-right: 10px;
}

#AdoptionRateDataTable thead th {
    vertical-align: top;
}

.multiselectListWrap .multiselect.dropdown-toggle {
    text-align: left;
}

.multiselectListWrap .multiselect-native-select .btn-group {
    width: 100%;
}

    .multiselectListWrap .multiselect-native-select .btn-group .multiselect-selected-text {
        float: left;
        width: 90%;
    }

    .multiselectListWrap .multiselect-native-select .btn-group .caret {
        float: right;
        margin-top: 10px;
    }

.multiselectListWrap .multiselect-container {
    width: 100%;
}

    .multiselectListWrap .multiselect-container li.multiselect-item .input-group-addon {
        display: none;
    }

    .multiselectListWrap .multiselect-container li.multiselect-item .input-group-btn {
        display: none;
    }

    .multiselectListWrap .multiselect-container li.multiselect-filter .input-group {
        width: 96%;
    }

        .multiselectListWrap .multiselect-container li.multiselect-filter .input-group input[type='text'] {
            border-radius: 7px;
        }

    .multiselectListWrap .multiselect-container li a label {
        font-size: 14px;
        color: #337ab7;
    }

    .multiselectListWrap .multiselect-container.dropdown-menu > .active > a, .multiselectListWrap .multiselect-container.dropdown-menu > .active > a:focus, .multiselectListWrap .multiselect-container.dropdown-menu > .active > a:hover {
        background: #e6e6e6;
    }

    .multiselectListWrap .multiselect-container > li > a > label > input[type=checkbox] {
        margin-top: 9px;
    }

.pm-header--right li {
    float: none;
    vertical-align: middle;
}

    .pm-header--right li a.StartChatPanel span {
        display: block;
        width: 34px;
        height: 24px;
        background: url('../images/icons/chat-white.svg') no-repeat center center;
    }

    .pm-header--right li a.pm-user-avatar span {
        display: block;
        width: 30px;
        height: 30px;
        background: url('../images/icons/avatar-white.svg') no-repeat center center;
        background-size: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

input[type="search"], .searchGroupFilter #SearchCycle, .searchGroupFilter #txtPESearchCriteria, #outerDashboardDiv #txtCustomerSearch, #customerDiv #searchCustomer, #accounts #searchCustomerAccount, #outerBranchDashboardDiv #SearchBranch, #txtImageSearch, #SearchEmployees, #searchNonRestrictedAccounts, #searchRestrictedAccounts, #accountAddSearch {
    cursor: pointer;
}

#customerDiv #searchCustomer {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

#customerDiv button.searchBtn {
    float: right;
}

#customerDiv .customerSearch .input-group {
    margin: 0 0 7px 0;
}

    #customerDiv .customerSearch .input-group span {
        margin: 0 15px 0 0;
    }

    #customerDiv .customerSearch .input-group input[type='radio'] {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    #customerDiv .customerSearch .input-group label {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
    }

#dropdownInterestedAddAccounts .accountsRecord {
    height: 66%;
    overflow-y: auto;
}

#AddInterestedParty #NewAccount ~ .form-group {
    position: relative;
}

.accordionWrap .dropdown-menu.interestedParty {
    max-height: inherit;
    height: 200px;
    overflow: visible;
    left: 120px;
    top: inherit;
    bottom: -58px;
}

    .accordionWrap .dropdown-menu.interestedParty .accountsRecord {
        height: 60%;
        overflow: auto;
        margin: 8px 0 0;
    }

.accordionWrap .recordsWrap {
    position: relative;
}

.modal-dialog#ForgotPasswordDiv {
    width: 500px !important;
}

    .modal-dialog#ForgotPasswordDiv .modal-content {
        width: 100% !important;
    }

#changePasswordDiv ul {
    margin-left: 12px;
}

.logincontainer .panel#changePasswordDiv {
    margin: 0;
}

div#RestrictedAndNonRestrictedAccountsTable > .row {
    display: table;
    /*width: 100%;*/
    table-layout: fixed;
}

    div#RestrictedAndNonRestrictedAccountsTable > .row > div {
        float: none;
        display: table-cell;
        vertical-align: top;
        /*width: 47%;*/
        width: 50%;
    }

        div#RestrictedAndNonRestrictedAccountsTable > .row > div:nth-child(2) {
            vertical-align: middle;
            width: 70px;
        }

#RestrictedAndNonRestrictedAccountsTable .arrowButtons {
    margin: 0 auto;
}

#ImageFiles.form-control {
    height: auto;
}

/*#closedCampaignTable_wrapper table thead tr th:nth-child(4) { width:28%;}*/
#closedCampaignTable_wrapper table tbody tr td:nth-child(4) p {
    word-break: break-word;
}

#DocumentsGridDiv .dataTables_wrapper {
    max-height: inherit !important;
    overflow-y: visible !important;
}

#customerDocumentGrid_wrapper .dataTables_scrollBody {
    height: auto !important;
}

#questionModel #question-content .panel.panel-default {
    margin-bottom: 0;
}

#AccountsDataTable_wrapper.dataTables_wrapper, #customerActivityGrid_wrapper.dataTables_wrapper {
    max-height: inherit !important;
    overflow-y: visible !important;
}

#readyForApprovalCycleGrid thead tr th {
    vertical-align: top;
}

    #readyForApprovalCycleGrid thead tr th:first-child {
        width: 72px;
    }

    #readyForApprovalCycleGrid thead tr th:nth-child(2) {
        width: 18%;
    }

    #readyForApprovalCycleGrid thead tr th:nth-child(3) {
        width: 120px;
    }

    #readyForApprovalCycleGrid thead tr th:nth-child(4) {
        width: 18%;
    }

    #readyForApprovalCycleGrid thead tr th:nth-child(5) {
        width: 18%;
    }

    #readyForApprovalCycleGrid thead tr th:last-child {
        width: 130px;
    }

#PrintOnsertimageLibraryDiv .thumbnail.pm-thumbnail--btn--maxHeight .caption {
    padding: 9px 0;
}

    #PrintOnsertimageLibraryDiv .thumbnail.pm-thumbnail--btn--maxHeight .caption h3 {
        word-break: break-all;
    }

#PrintInsertImageLibraryDiv .thumbnail.pm-thumbnail--btn--maxHeight .caption {
    padding: 9px 0;
}

    #PrintInsertImageLibraryDiv .thumbnail.pm-thumbnail--btn--maxHeight .caption h3 {
        word-break: break-all;
    }

div#cycleStatementPlaceholderDiv .container {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
}

    div#cycleStatementPlaceholderDiv .container.statement-logo {
        background: #ffffff;
    }

#accountAdoptionBreakdownModal .modal-dialog {
    width: 65% !important;
}

    #accountAdoptionBreakdownModal .modal-dialog .modal-content {
        width: 100% !important;
    }

#emailsLogModalContent #searchEmails, #emailsLogModalContent #ExportEmails, #emailsLogModalContent .datePicker-Wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#emailsLogModalContent .datePicker-Wrap {
    margin-right: 0;
}

#dvImageLibraryContent .pm-thumbnail--btn--maxHeight {
    min-height: inherit;
    max-height: inherit;
}

#CampaignListDiv table thead tr th {
    vertical-align: top;
}

#mergedCycleGrid thead tr th {
    vertical-align: top;
}

    #mergedCycleGrid thead tr th:first-child {
        width: 72px;
    }

    #mergedCycleGrid thead tr th:nth-child(3) {
        width: 152px;
    }

    #mergedCycleGrid thead tr th:nth-child(4), #mergedCycleGrid thead tr th:nth-child(5) {
        width: 122px;
    }

    #mergedCycleGrid thead tr th:last-child {
        width: 134px;
    }

#noticesCycleGrid thead tr th {
    vertical-align: top;
}

    #noticesCycleGrid thead tr th:first-child {
        width: 72px;
    }

    #noticesCycleGrid thead tr th:nth-child(3) {
        width: 152px;
    }

    #noticesCycleGrid thead tr th:nth-child(4), #noticesCycleGrid thead tr th:nth-child(5) {
        width: 122px;
    }

    #noticesCycleGrid thead tr th:last-child {
        width: 134px;
    }

#EmailsLogModal .modal-dialog {
    width: 70% !important;
}

    #EmailsLogModal .modal-dialog .modal-content {
        width: 100% !important;
    }

#EmailsLogModal table#EmailsDataTable thead tr th {
    vertical-align: top;
}

    #EmailsLogModal table#EmailsDataTable thead tr th:first-child {
        width: 24%;
    }

    #EmailsLogModal table#EmailsDataTable thead tr th:nth-child(3) {
        width: 84px;
    }

    #EmailsLogModal table#EmailsDataTable thead tr th:nth-child(4) {
        width: 150px;
    }

    #EmailsLogModal table#EmailsDataTable thead tr th:nth-child(5) {
        width: 16%;
    }

    #EmailsLogModal table#EmailsDataTable thead tr th:nth-child(6) {
        width: 90px;
    }

    #EmailsLogModal table#EmailsDataTable thead tr th:last-child {
        width: 104px;
    }

#emailsLogModalContent .form-group--typeahead * {
    display: inline-block;
}

#onsertAttachmentTable tr td:nth-child(3) {
    word-break: break-all;
}

.table tbody tr td [title~="PDF"], .table tbody tr td [title~="HTML"] {
    max-width: inherit !important;
    width: auto;
}

#exportEmployeeActivityGrid thead tr th:nth-child(2) {
    width: 126px;
    border: none;
}

.file-download-option li button:nth-child(2) {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.dvSingleAccountSelectionWrap {
    height: auto !important;
}

li.searchNavMenu .enrolledCustomerGridDiv {
    width: 550px !important;
}

#interestedPartialSection .accordionWrap .recordsWrap .dropdown-menu.interestedParty {
    bottom: -140px !important;
}

.GetDisclosurePDF-wrap { /*position:relative;*/
    width: 100%;
    height: 450px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

iframe#disclosurePDF { /*position:absolute; left:0; top:0; right:0;*/
    min-width: 100% !important;
    width: 100% !important;
}

#metaDataDiv #myCarousel .carousel-inner .table-responsive.scroll-table-verticle {
    overflow: visible;
}


.footer {
    height: 30px;
    padding: 1px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

    .footer p {
        margin: 5px 30px 0 0;
    }

.navbar-inverse {
    background-color: transparent;
}

#summaryList {
    margin: 15px 0 20px;
}

input[type="text"]#searchCompany {
    width: 100%;
}

.companyGrid #companyGrid_wrapper.dataTables_wrapper {
    max-height: inherit;
}

#BatchTransactionList {
    margin: 20px 0;
}

.pm-thumbnail--btn--maxHeight {
    word-break: break-all;
}

#upload_mailer #mailerImage tr td:nth-child(2) {
    width: 150px;
}

    #upload_mailer #mailerImage tr td:nth-child(2) img {
        width: 100%;
    }

#upload_previewOnsert #onsertImage tr td:nth-child(2) {
    width: 150px;
}

    #upload_previewOnsert #onsertImage tr td:nth-child(2) img {
        width: 100%;
    }

#upload_envelope #envelopeImage tr td:nth-child(2) {
    width: 150px;
}

    #upload_envelope #envelopeImage tr td:nth-child(2) img {
        width: 100%;
    }

#cycleStatementPlaceholderDiv .footer p {
    margin: 5px 0 0;
}

#divAllFiles form#fileupload span.drag {
    background: url('../images/upload.svg') no-repeat left top;
    padding-left: 32px;
    margin-left: 0;
}

#divAllFiles form#fileupload .fileupload-progress .progress.progress-striped.active {
    margin: 3px 0 5px;
}

#divAllFiles form#fileupload table tbody#tblAllImages tr.template-upload td p.size {
    display: inline-block;
    vertical-align: middle;
    width: 72px;
}

#divAllFiles form#fileupload table tbody#tblAllImages tr.template-upload td .progress {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 86px);
    width: -webkit-calc(100% - 86px);
    width: -o-calc(100% - 86px);
    width: -moz-calc(100% - 86px);
    width: -ms-calc(100% - 86px);
    margin: 0 0 0 10px;
}
#documentDiv .filtersWrap .dropdown-menu { padding:0; border-radius:0; border:solid 1px #1e90ff;}
#documentDiv .filtersWrap .dropdown-menu ul li { position:relative; list-style:none;}
#documentDiv .filtersWrap .dropdown-menu ul li a { padding:0px 5px; border-radius:0; color:#333333;}
#documentDiv .filtersWrap .dropdown-menu ul li:hover > a { background:#1e90ff; color:#ffffff;}
#documentDiv .filtersWrap .dropdown-menu ul > li.subMenu > a { position:relative;}
#documentDiv .filtersWrap .dropdown-menu ul > li.subMenu > a::after { content:''; position:absolute; right:5px; top:5px; border-left:solid 4px #333; border-right:solid 4px transparent; border-bottom:solid 4px transparent; border-top:solid 4px transparent;}
#documentDiv .filtersWrap .dropdown-menu ul > li.subMenu:hover > a::after { border-left-color:#ffffff;}
#documentDiv .filtersWrap .dropdown-menu ul li ul { display:none; position:absolute; left:158px; top:0; width:150px; background-color: #fff; border:solid 1px #249aff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);}
#documentDiv .filtersWrap .dropdown-menu ul li ul li a { display:block; padding:2px 5px;}
#documentDiv .filtersWrap .dropdown-menu ul li:hover > ul { display:block;}
#customerAccountDetailsGrid_wrapper { max-height:inherit !important;}
#peApprovedCycleGrid thead tr th:nth-child(6), #peApprovedCycleGrid thead tr th:nth-child(8) { width:150px;}
#peMergedCycleGrid thead tr th:nth-child(6),#peMergedCycleGrid thead tr th:nth-child(8),#peMergedCycleGrid thead tr th:nth-child(9) { width:150px;}
#peMergedCycleGrid_wrapper { max-height:inherit !important;}
#pePendingCycleGrid_wrapper { max-height:inherit !important;}
#peReadyForApprovalCycleGrid_wrapper { max-height:inherit !important;}
#peCompletedCycleGrid_wrapper { max-height:inherit !important;}
#peStatementsCycleGrid_wrapper { max-height:inherit !important;}
#peNoticesCycleGrid_wrapper { max-height:inherit !important;}
#peTaxCycleGrid_wrapper { max-height:inherit !important;}
/*Cycle Scroll*/
#readyForApprovalCycleGrid_wrapper { max-height:inherit !important;}
#rejectedCycleGrid_wrapper { max-height:inherit !important;}
#cycleCompleteGrid_wrapper { max-height:inherit !important;}
#mergedCycleGrid_wrapper { max-height:inherit !important;}
#statementsCycleGrid_wrapper { max-height:inherit !important;}
#noticesCycleGrid_wrapper { max-height:inherit !important;}
#taxCycleGrid_wrapper { max-height:inherit !important;}
table#configurationGrid .form-control { width:100%;}
.table#configurationGrid > thead:first-child > tr:first-child > th { width:auto !important;}
table#configurationGrid thead tr th:last-child { width:90px !important;}
.container.width90per { width:90% !important; min-width: 90%; max-width: 100%;}
@media only screen and (max-device-width: 443px) {
    .container.width90per {
        width: 100% !important;
        min-width: 90%;
        max-width: 100%;
        font-size: 14px;
    }
}
.container.width90per .panel-heading { padding-left:0; padding-right:0;}
.container.fullWidth { width:100% !important; min-width: 100%; max-width: 100%;}
.peCyclesMain .dataTables_wrapper .table thead tr th:last-child { width: 16% !important;}
#showStatementsMoal .modal-dialog { width:98% !important; margin:30px auto !important;}
#showStatementsMoal .modal-dialog .modal-content { width:100% !important;}
#showHTMLStatementsMoal .modal-dialog { width:98% !important; margin:30px auto !important;}
#showHTMLStatementsMoal .modal-dialog .modal-content { width:100% !important;}
#statementGroupTemp tr.collapse, #statementGroupTemp tr.collapsing { background:#e7f1f5; transition:all .3s;}
#statementGroupTemp .glyphicon-plus:before, #statementGroupTemp .glyphicon-plus:before, #statementGroupTemp .glyphicon-minus:before, #statementGroupTemp .glyphicon-minus:before { font-size:12px;}
#AdoptionRateDataTable tbody tr td:nth-child(2) { width:120px; word-break:break-word;}
#AdoptionRateDataTable tbody tr td:last-child { width:210px; word-break:break-all;}
#AdoptionRateDataTable tbody tr td:nth-last-child(2) { width:145px;}
/*Silicus CSS End*/

@media (min-width:981px) {
    .container {
        max-width: 1024px;
        min-width: 980px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
        min-width: 980px;
    }
}

@media (max-width:960px) {
    .pm-header {
        padding-left: 0.75em;
        padding-right: 0.75em;
    }

    .table-responsive {
        overflow-x: auto !important;
    }
}

@media (min-width:960px) {
    .pm-site-footer {
        text-align: right;
    }
}

@media (min-width:850px) {
    .modal-content {
        background-clip: padding-box;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        outline: 0 none;
        position: absolute !important;
        width: 850px !important;
    }

    .modal-dialog {
        margin: 128px auto !important;
        width: 810px !important;
    }

    #questionModel .modal-dialog {
        width: 600px !important;
    }

    #questionModel .modal-content {
        width: 600px !important;
    }

    #editCustomerDetailsModal .modal-dialog {
        width: 600px !important;
    }

    #editCustomerDetailsModal .modal-content {
        width: 600px !important;
    }

    #quickCheckModal .modal-dialog {
        width: 910px !important;
    }

    #quickCheckModal .modal-content {
        width: 910px !important;
    }

    #frmRejectCycle .modal-dialog {
        width: 600px !important;
    }

    #frmRejectCycle .modal-content {
        width: 600px !important;
    }

    #addGroupModel .modal-dialog {
        width: 600px !important;
    }

    #addGroupModel .modal-content {
        width: 550px !important;
    }

    #dvUploadImage .modal-dialog {
        width: 600px !important;
    }

    #dvUploadImage .modal-content {
        width: 600px !important;
    }

    .smallModel .modal-dialog {
        width: 600px !important;
    }

    .smallModel .modal-content {
        width: 600px !important;
    }

    .smallModel #frmExportEmployeeActivity .modal-dialog {
        width: 810px !important;
    }

    .smallModel #frmExportEmployeeActivity .modal-content {
        width: 810px !important;
    }

    #groupManagementGrid .modal-dialog {
        width: 430px !important;
    }

    #groupManagementGrid .modal-content {
        width: 100% !important;
    }
}

/*Responsive Tab*/
@media (max-width:800px) {
    .footer p {
        float: inherit !important;
        text-align: center;
        display: block;
    }

    /*.pm-nav-main .nav > li > .dropdown-menu {
        width: 90% !important;
    }*/

    .customer {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 10px !important;
    }

    .form-control-typeahead-searchCustomer {
        width: 100%;
    }

    .form-control-date-picker {
        margin-bottom: 20px;
    }

    /*.QuickCheckBtn {
        margin-top: 10px;
    }*/

    .UnSelectedCustomersTableWrap, .SelectedCustomersTableWrap {
        height: auto;
    }

    .arrowButtons {
        margin: 5px auto 0;
        width: 35px;
    }

    .mar-left-15 {
        margin-left: 0;
    }

    #btnExportPDF {
        margin-right: 10px;
    }

    hr {
        margin: 20px 0 !important;
    }

    .pm-promo-panel.pm-promo-panel--two-col .row {
        display: block;
    }

        .pm-promo-panel.pm-promo-panel--two-col .row > div:first-child {
            background-position: 85% bottom;
        }
}
/*Responsive Tab end*/

@media (min-width:770px) {
    .fixThis {
        position: fixed;
        top: 150px;
        z-index: 500;
        background: #f2f2f2;
        padding: 5px 0 0 15px;
    }

        .fixThis .fixHide {
            display: none;
        }

    .fixQuickCheckBtn {
        position: fixed;
        top: 150px;
        z-index: 1005;
        margin: 4px 0 0 302px;
    }

    #tableModal .modal-dialog {
        min-width: 670px;
    }
}

@media (max-width:770px) {
    .customer {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 10px !important;
    }

    .form-group--typeahead {
        width: 100%;
    }

    #SearchEmployees {
        width: 100%;
    }

    .mar-left-15 {
        margin-left: 0;
    }

    /*#quickCheck {
        margin-top: 15px;
    }*/
}

@media (min-width:768px) {
    .navbar-inverse .navbar-toggler {
        display: none;
    }

    .pm-customer-details .col-xs-12 + .col-xs-12 {
        margin-top: 0;
    }

    li.searchNavMenu {
        width: 130px;
        transition: all 0.5s;
    }
}

@media (min-width:1215px) {

    li.searchNavMenu {
        width: 460px;
    }
}

@media (max-width:768px) {
    .QuickCheckBtnFixed {
        width: 100%;
        right: 0;
    }
}

@media (max-width:640px) {
    a.btn-customBig {
        width: 90%;
        margin: 0 auto;
        line-height: 90px;
        font-size: 24px;
    }
}

@media (max-width:600px) {
    body.pm-page--consumer, body.pm-page--consumer-log {
        padding-top: 50px;
    }

    .panel {
        padding: 15px;
    }

    .table-responsive {
        border: 0;
    }
        /*.table-responsive thead { display: none;}*/
        .table-responsive thead tr, .table-responsive tbody tr {
            border: 0;
        }

            .table-responsive thead tr td, .table-responsive tbody tr td {
                padding: 8px;
            }

            .table-responsive tbody tr:first-child td {
                border-top: 0;
            }

    .pm-branding-bar {
        padding: 0;
    }

    .navbar-header .navbar-brand {
        font-size: .875em;
    }

    .container {
        padding: 0;
    }

    nav.navbar.pm-nav-main .container {
        padding: 0 15px;
    }

    .pm-header--right .navbar-nav > li .dropdown-menu {
        min-width: 320px;
    }

    .pm-content-section {
        padding: 0 10px;
    }

    @media (max-device-width: 420px) {
        .pm-content-section {
            padding: 0 0;
        }
    }
    .breadcrumb {
        margin: 0;
        margin-bottom: 1em;
    }

        .breadcrumb li {
            font-size: .9375rem;
        }
}

@media (min-width:600px) {
    .pm-content-header {
        padding: 15px 0;
        border: 0;
        background-color: transparent;
    }
}

@media (max-width:480px) {
    QuickCheckBtnFixed {
        padding: 0 0;
    }
}

@media (min-width:420px) {
    .form-inline .pm-form-employee-detail .form-group {
        display: block;
        margin-bottom: 15px;
    }

    .form-inline .pm-form-employee-detail .form-control {
        width: 100%;
    }
}


/* Silicus Media Css starts */
@media (max-width:1600px) {
    .daterangepicker.dropdown-menu {
        width: 580px;
    }

    .daterangepicker.opensright:before {
        left: 160px;
    }

    .daterangepicker.opensright:after {
        left: 161px;
    }
}

@media (max-width:1440px) {
    .daterangepicker.opensright:before {
        left: 300px;
    }

    .daterangepicker.opensright:after {
        left: 301px;
    }

    #accountAdoptionBreakdownModal .modal-dialog {
        width: 85% !important;
    }

        #accountAdoptionBreakdownModal .modal-dialog .modal-content {
            width: 100% !important;
        }
}

@media (max-width:1440px) and (min-width:1200px) {
    /*#loginbox .panel-body.p30 .form-group .col-sm-9, #loginbox .panel-body.p30 .form-group .col-sm-3 { display:block; float:none; width:100% !important;}
#loginbox .panel-body.p30 .form-group .col-sm-9 { text-align:left; margin-top:20px;}*/
    #loginbox .panel-body.p30 .form-group .col-sm-9 {
        padding-left: 0;
    }

    #loginbox .panel-body.p30 .btn {
        font-size: 12px;
        padding: 6px 8px;
    }
}

@media (max-width:1200px) {
    #EmailsLogModal .modal-dialog {
        width: 85% !important;
    }
}

@media (max-width:1024px) {
    .daterangepicker.opensright:before {
        left: auto;
        right: 150px;
    }

    .daterangepicker.opensright:after {
        left: auto;
        right: 151px;
    }

    .table, .dataTables_scrollHeadInner table {
        width: 100% !important;
        max-width: 100%;
    }

        .table > thead > tr > th {
            vertical-align: top;
        }

    .dataTables_wrapper {
        overflow-x: auto;
    }

    #branchEnrollmentGrid thead th:last-child {
        width: 50px !important;
    }

    #branchEnrollmentGrid tr td:last-child button {
        float: right;
    }

    #customerAccountDetailsGrid_wrapper {
        overflow-x: auto !important;
    }

    #closedAllCampaignTable_filter {
        float: none;
        text-align: left;
    }

        #closedAllCampaignTable_filter input {
            margin-left: 0;
        }
}

@media (max-width:991px) {
    button#addstatementBtn {
        float: none !important;
    }

    #dvSingleAccountSelection {
        display: block;
        clear: both;
    }

    #metaDataDiv #myCarousel .carousel-inner .table-responsive.scroll-table-verticle {
        overflow: hidden;
    }

    #preferenceModel .modal-dialog {
        width: 96% !important;
    }

        #preferenceModel .modal-dialog .modal-content {
            width: 96% !important;
        }

    #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap {
        text-align: left;
        float: none;
        display: block;
        clear: both;
        padding: 10px 10px 0;
    }
}

@media (max-width:980px) {
    .pm-cycle-page-header-actions {
        margin: 8px 0 12px 10px;
    }

    .cycle-status.headerActions {
        float: none;
        clear: both;
        margin: 15px 0;
    }

    .cyclePageDetails .cycle-status p {
        margin: 16px 0 0;
    }

    #mainEmailTemplateDiv .table .btn-group > .btn {
        float: none;
        display: block;
        margin: 0 auto 5px;
        border-radius: 4px;
    }

    #accountAdoptionBreakdownModal .modal-dialog {
        width: 85% !important;
    }

        #accountAdoptionBreakdownModal .modal-dialog .modal-content {
            width: 100% !important;
        }
}

@media (max-width:960px) {
    div#closedCampaignTable_wrapper {
        overflow-x: auto;
    }

    #emailLibraryModal .modal-dialog {
        width: 700px !important;
    }

        #emailLibraryModal .modal-dialog .modal-content {
            width: 100% !important;
        }

    div#RestrictedAndNonRestrictedAccountsTable > .row {
        display: block;
    }

        div#RestrictedAndNonRestrictedAccountsTable > .row > div {
            display: block;
            width: 100%;
        }

            div#RestrictedAndNonRestrictedAccountsTable > .row > div:nth-child(2) {
                display: block;
                width: 100%;
                margin: 18px auto;
            }
}

@media (min-width:850px) {
    #addMoreStatementModal .modal-dialog {
        width: 80% !important;
    }

        #addMoreStatementModal .modal-dialog .modal-content {
            width: 100% !important;
        }

    #branchModal .modal-dialog {
        width: 700px !important;
    }

        #branchModal .modal-dialog .modal-content {
            width: 100% !important;
        }
}

@media (max-width:849px) {
    #displaySettingModal .modal-dialog {
        width: 98% !important;
    }

        #displaySettingModal .modal-dialog .modal-content {
            width: 100% !important;
        }

    #displaySettingModalContent iframe {
        width: 100%;
        height: inherit !important;
    }
}

@media (max-width:800px) {
    #RestrictedAndNonRestrictedAccountsTable .arrowButtons {
        margin: 15px auto;
    }

    .selectCustomerList .arrowButtons, #RestrictedAndNonRestrictedAccountsTable .arrowButtons {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #accountAdoptionBreakdownModal .modal-dialog {
        width: 80% !important;
    }

        #accountAdoptionBreakdownModal .modal-dialog .modal-content {
            width: 100% !important;
        }

    #EmailsLogModal .modal-dialog {
        width: 95% !important;
    }
}

@media (max-width:768px) {
    #suppressionsAccountModalContent .form-group-wrapper .datePicker-Wrap, #undeliverableEmailsModalContent .form-group-wrapper .datePicker-Wrap {
        display: block;
        width: 90%;
        margin: 18px 0 0;
    }
}

@media (max-width:767px) {
    .pm-nav-main .nav > li > .dropdown-menu {
        width: 100%;
        padding-top: 0;
    }

    .selectCustomerList > div, .selectCustomerList > div:nth-child(2) {
        float: none;
        display: block;
        width: 100%;
    }

    .dataTables_wrapper {
        max-height: 350px;
        overflow-x: auto;
    }

    #outerBranchDashboardDiv .btnWrap {
        text-align: left;
    }

    .enroll-accounts {
        text-align: center;
        margin: 0 0 20px;
    }

    .accAdoption-wrap {
        text-align: center;
    }

        .accAdoption-wrap .enroll-accounts h4 {
            width: auto;
        }

        .accAdoption-wrap .enroll-box {
            width: 96%;
            margin: 0px auto;
            float: none;
            clear: both;
        }

    .modal {
        padding: 0 !important;
    }

    .modal-dialog {
        width: 90%;
        margin: 10px auto;
    }

    #mainEmailTemplateDiv .buttonGroup .text-right {
        text-align: left;
        margin: 15px 0 0;
    }

    .logincontainer .form-group .text-right {
        text-align: left;
        margin: 12px 0 0;
    }

    #AccountsDataTable_wrapper {
        overflow-x: auto;
    }

    #accountAdoptionBreakdownModal .modal-dialog {
        width: 95% !important;
    }

        #accountAdoptionBreakdownModal .modal-dialog .form-group .form-control {
            margin-bottom: 10px;
        }

        #accountAdoptionBreakdownModal .modal-dialog #AdoptionRateDataTable_length {
            margin: 10px 0 5px 10px;
        }

        #accountAdoptionBreakdownModal .modal-dialog .form-inline .form-control {
            display: inline-block;
            width: auto;
            vertical-align: middle;
        }

    li.searchNavMenu {
        float: left;
        margin-left: 22px
    }

        li.searchNavMenu .enrolledCustomerGridDiv {
            left: 0px;
            position: relative;
            top: 0px;
        }

    .DisclosureTextSM > .row > .text-right {
        text-align: left !important;
        margin-top: 12px;
    }
}

@media (max-width:700px) {
    #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap > div {
        display: block;
    }

    #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap .date input, #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap .accounts .form-control, #customerDetailsParantDiv .tab-pane#documents #filtersDiv .filtersWrap .accounts select.form-control {
        width: 100%;
    }

    .daterangepicker.opensright:before {
        left: 60px;
        right: auto;
    }

    .daterangepicker.opensright:after {
        left: 61px;
        right: auto;
    }

    .accAdoption-wrap .pm-stats-group {
        display: block;
    }

        .accAdoption-wrap .pm-stats-group .pm-stats {
            display: inline-block;
            width: 32.5%;
            border-bottom: solid 1px #dadada;
            margin-right: -3px;
        }

            .accAdoption-wrap .pm-stats-group .pm-stats:nth-child(4) {
                border-left: none;
                border-bottom: none;
            }

            .accAdoption-wrap .pm-stats-group .pm-stats:last-child {
                border-bottom: none;
            }

    /*removing this code to display all the delivery preference column when the modal popup is compressed or opened in mobile devices
        #deliverPrefDiv .preferencedataTable thead tr th:nth-child(2), #deliverPrefDiv .preferencedataTable tbody tr td:nth-child(2) {
        display: none;
    }*/

    table#AccountsDataTable thead tr th:nth-child(2), table#AccountsDataTable tbody tr td:nth-child(2) {
        display: none;
    }

    /*.DocumentsDataTable th:nth-child(6), .DocumentsDataTable td:nth-child(6) {
        display: none;
    }

    #customerDocumentGrid_wrapper table#customerDocumentGrid th:nth-child(3), #customerDocumentGrid_wrapper table#customerDocumentGrid td:nth-child(3) {
        display: none;
    }*/
}

@media (max-width:600px) {
    body.fixed-header {
        padding-top: 98px !important;
    }

    .panel.pm-stats-group--customer {
        padding: 8px;
    }

    .pm-stats-group--customer .pm-stats {
        padding: 5px;
        font-size: 0.95em;
    }

    .panel {
        margin-bottom: 15px;
    }

    #suppressionsAccountModal .modal-dialog, #undeliverableEmailsModal .modal-dialog {
        width: 95% !important;
    }

    #customerDetailsTab.nav-tabs li {
        width: auto;
        margin-right: 3px;
        font-size: 12px;
    }

        #customerDetailsTab.nav-tabs li:last-child {
            margin-right: 0;
        }

        #customerDetailsTab.nav-tabs li a {
            padding: 7px;
        }

    #customerDetailsTab ~ .tab-content #documents #filtersDiv #documentDateRangeFilterControl {
        margin-bottom: 10px;
    }

    .pm-chat-panel {
        min-width: 100%;
    }

    .table-responsive thead tr td, .table-responsive tbody tr td {
        padding: 6px 8px !important;
    }

    .table-responsive tr td input[type="checkbox"] {
        width: 18px !important;
    }
}

@media (max-width:640px) {
    .daterangepicker .ranges {
        float: none !important;
    }

    .daterangepicker.show-calendar {
        width: 280px;
    }

    .daterangepicker .ranges ul {
        width: 100%;
    }

    .modal-dialog#ForgotPasswordDiv {
        width: 95% !important;
    }

        .modal-dialog#ForgotPasswordDiv .modal-content {
            width: 100% !important;
        }
         .modal-dialog#forgotPasswordModal .modal-content {
            width: 100% !important;
        }
    #customerDocumentGrid_wrapper .DocumentsDataTable.table {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width:540px) {
    .QuickCheckBtn-wrap {
        display: block;
        clear: both;
        padding: 10px 0 0;
    }

        .QuickCheckBtn-wrap .QuickCheckBtn {
            margin: 0 0 0 5px;
        }

            .QuickCheckBtn-wrap .QuickCheckBtn ~ a span {
                margin-top: 7px;
            }

    .auto-approve-chkbox {
        display: block;
        float: none !important;
        clear: both;
        margin: 0 0 0 6px;
        padding: 6px 0 0;
    }

    .pm-cycle-page-header-actions {
        display: block;
        float: none;
        margin: 10px 0;
    }

    #documentDateRangeFilterControl {
        min-width: auto !important;
    }

    .accAdoption-wrap .pm-stats-group .pm-stats {
        width: 50%;
        vertical-align: bottom;
        min-height: 120px;
    }

        .accAdoption-wrap .pm-stats-group .pm-stats:nth-child(3), .accAdoption-wrap .pm-stats-group .pm-stats:nth-child(5) {
            border-left: none;
        }

        .accAdoption-wrap .pm-stats-group .pm-stats:nth-child(4) {
            border-left: inherit;
            border-bottom: inherit;
        }
        .nav-tabs li { width:44%;}
}

}
/* Silicus Media Css ends */

/* Admin Setup Start */
.adminConfigTitle h4.panel-title a {
    font-size: 16px;
    font-weight: 500;
}

#updateConfigLightBox {
    max-width: 550px;
    width: 90%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*Admin Setup CSS End*/

.data-toggle-explicit-for-disabled input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.myCheckCss ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .myCheckCss ul li {
        display: inline-block;
        padding: 3px 0;
        margin: 5px 6px;
    }

.makeSameButton input {
    margin-bottom: 5px;
}

.makeSameButton input, .makeSameButton a {
    width: 48% !important;
    display: inline-block;
}

    .makeSameButton a input {
        width: 100% !important;
    }

.makeSameButton #LoginConsumer, .btnRight {
    float: right;
}

@media (max-width:450px) {
    .makeSameButton input, .makeSameButton a {
        width: 100% !important;
    }

    .makeSameButton input {
        margin-bottom: 10px;
    }

    .file-download-option {
        display: block;
        width: 100%;
    }

        .file-download-option li {
            float: none;
            display: block;
            width: 95%;
        }

            .file-download-option li button:nth-child(2) img {
                height: 20px !important;
            }
}

