body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
}

#wrap.overlay {
    background-color: white;
}


body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

hr {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*------HEADINGS------*/
h1, h2, h3, h4 {
    font-weight: 500;
    line-height: 1.2;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5, h6 {
    font-weight: 500;
    line-height: 1.2;
}

.top-list h3 {
    font-size: 20px;
}

.stepInfo {
    color: #63a537;
}

.dashboard-totals h2 {
    margin-bottom: 0;
    margin-top: 18px;
}

.dashboard-totals h5 {
    margin-top: 0;
}

.dash-total-header h5 {
    margin-top: 10px;
    font-size: 13px;
}

.jumbotron_noback h1, .jumbotron_noback .h1 {
    font-size: 63px;
}

.breadcrumb li {
    font-size: 12px;
}

.info-table h3 {
    background: #10aed3;
    padding: 15px;
    color: #ffffff;
    margin-bottom: 0;
}
/*------END HEADINGS------*/

/*------INPUTS AND LABELS------*/
input, select, textarea {
    max-width: inherit;
}

.required:after {
    content: " *";
    color: red;
}

.label-sm {
    font-size: 13px;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.autocomplete-label {
    color: #515151;
    font-weight: 500;
    font-size: 13px;
}

.grey-label {
    padding: 0 20px;
    background-color: #f9f9f9;
    display: inline-block;
}

/*------END INPUTS AND LABELS------*/

/*------TABLES------*/
.table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: none;
    font-size: 14px;
}

.table > tbody > tr > th {
    padding: 10px 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: none;
    font-size: 14px;
}

.table {
    border: 1px solid #f4f4f4;
}

.table-REAttempt {
    table-layout: fixed;
}

    .table-REAttempt > tbody > tr > td {
        word-break: break-all;
    }

tr:nth-child(odd) {
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

tr > th, th {
    background-color: #f0f0f0;
}


#campaignData label {
    font-size: 14px;
}

#campaignData .value {
    font-size: 14px;
    padding-bottom: 15px;
}

.top-list {
    margin-bottom: 30px !important;
}
/*------END TABLES------*/
/*------COLOURS------*/
.campaign_Paused {
    background-color: #EC971F;
    padding: 4px !important;
    width: 1px;
}

.campaign_Active {
    background-color: #449D44;
    padding: 4px !important;
    width: 1px;
}

.campaign_Design {
    background-color: #31B0D5;
    padding: 4px !important;
    width: 1px;
}

.info-table {
    margin-top: 50px;
}
/*------END COLOURS------*/

/*------BUTTONS------*/
.btn {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    border: none;
    border-radius: 3px;
    color: #ffffff;
}

    .btn:hover, .btn:focus {
        -webkit-box-shadow: inset 0px 0px 50px 50px rgba(0,0,0,0.2) !important;
        -moz-box-shadow: inset 0px 0px 50px 50px rgba(0,0,0,0.2) !important;
        box-shadow: inset 0px 0px 50px 50px rgba(0,0,0,0.2) !important;
        color: #ffffff;
    }

.btn-success.active:hover, .btn-success.active, .btn-group .btn-success:hover {
    -webkit-box-shadow: inset 0px 0px 50px 50px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 50px 50px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 50px 50px rgba(0,0,0,0.2);
    color: #ffffff !important;
    background-color: #10aed3;
    border-color: #10aed3;
}

.btn-primary {
    padding: 10px 14px;
    font-size: 14px;
    background-color: #10aed3;
}

.btn-default {
    background-color: #c1c1c1;
}

.blue {
    color: #10aed3;
}

.btn-blue {
    background-color: #10aed3;
}

.green {
    color: #63a537;
}

.btn-green {
    background-color: #63a537;
}

.purple {
    color: #7f40d5;
}

.btn-purple {
    background-color: #7f40d5;
}

.orange {
    color: #ebb239;
}

.btn-orange {
    background-color: #ebb239;
}

.red {
    color: #d95252;
}

.btn-red {
    background-color: #d95252;
}

.btn-danger, .btn-success, .btn-warning, .btn-info {
    padding: 10px 14px;
    font-size: 14px;
}

.btn-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .btn-group .btn-default {
        background-color: #ffffff;
    }

    .btn-group .btn-success {
        color: #ffffff !important;
    }

    .btn-group .btn {
        border: 1px solid #515151;
        padding: 10px 15px;
        font-size: 13px;
        color: #151515;
    }

    .btn-group .btn-primary, .btn-group .activeBtn {
        background-color: #10aed3;
        color: #ffffff;
    }

.btn-lg {
    padding: 8px 15px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 3px;
}

.btn-xs {
    padding: 3px 6px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn.disabled, .btn[disabled], .btn.disabled:hover, .btn[disabled]:hover {
    cursor: not-allowed;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

/*.opacity {
    opacity: 0.5;
}

    .opacity:hover {
        opacity: 1;
    }*/

.centre-header > th {
    text-align: center;
    vertical-align: middle;
}

.table-header > th {
    text-align: left;
    vertical-align: middle !important;
}

.activeBtn[disabled]:hover {
    background-color: #10aed3;
    border: 1px solid #515151;
}

.glyphicon {
    top: 2px;
    left: 1px;
}

.dashboard-totals {
    height: 120px;
    text-align: center;
    background-color: transparent;
    color: #121212;
    border-radius: 5px;
    position: relative;
}

.dash-total-header, .dash-previous-total-header {
    position: inherit;
    width: 100%;
    text-align: center !important;
    bottom: 0;
    background-color: transparent;
}

    .dash-total-header h4, .dash-previous-total-header h4 {
        font-size: 14px;
    }

.dash-previous-totals {
    height: 120px;
    text-align: center;
    background-color: transparent;
    color: #777777 !important;
    border-radius: 5px;
    position: relative;
}

.search-icon {
    left: -30px !important;
}

.search-btn {
    background-image: url('images/search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.search-box:focus {
    background-position: 95% center;
}

.glyphicon-text {
    font-family: montserrat;
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}

.btn-back {
    -webkit-transition: background 0.6s, border 0.6s;
    transition: background 0.6s, border 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    background: white;
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}

    .btn-back:hover {
        color: white;
        background: none !important;
        border: none !important;
        box-shadow: none;
    }

    .btn-back .back-icon {
        color: #c8c8c8;
        border: 5px solid #fff;
        border-radius: 20px;
        font-size: 30px;
    }

        .btn-back .back-icon:hover {
            border: 5px solid #313131;
            border-radius: 20px;
            background: #313131;
            color: white;
        }

.btn-back-reports {
    margin-top: 0;
    margin-right: 20px;
    width: 30px;
    height: 30px;
}

    .btn-back-reports .back-icon {
        font-size: 30px;
    }

/*------END BUTTONS------*/
.div-background, .dash-background {
    background-color: #f9f9f9;
    padding: 30px 20px;
    margin: 0px;
}

    .div-background h3 {
        margin-top: 0px;
    }


.div-background-10pad {
    background-color: #f9f9f9;
    padding: 10px;
    margin: 10px;
}

/*---------ACCORDION------------*/

#expand-content {
    margin-top: 30px;
}

    #expand-content .collapse-label {
        display: inline-block;
        padding: 0;
        color: #414141;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 14px;
    }

        #expand-content .collapse-label:hover, #expand-content .collapse-label:focus {
            color: #000;
            cursor: pointer;
            text-decoration: none;
        }

    #expand-content .collapse-label-btn {
        display: inline-block;
        padding: 10px 10px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        border: none;
        border-radius: 3px;
        color: #ffffff;
        text-decoration: none;
    }

        #expand-content .collapse-label-btn .glyphicon::before {
            font-size: 14px;
            font-weight: normal;
            margin-right: 10px;
            position: relative;
            top: 0;
            color: #ffffff;
        }

    #expand-content .glyphicon-up::before {
        font-size: 24px;
        font-weight: normal;
        vertical-align: top;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        position: relative;
        top: -5px;
        color: #ebb239;
        content: "\e113";
    }

    #expand-content .glyphicon-down::before {
        font-size: 24px;
        font-weight: normal;
        vertical-align: top;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        position: relative;
        top: -5px;
        color: #ebb239;
        content: "\e114";
    }

    #expand-content span.show-hide {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 14px;
        vertical-align: top;
    }

    #expand-content .card {
        padding: 20px 0;
    }


/*---------END ACCORDION------------*/
.loading-icon {
    background-image: url(images/loading-transparent.gif);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}

.loading-icon-save {
    background-image: url(images/loading-transparent.gif);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

.loading-icon-process {
    background-image: url(images/loading-transparent.gif);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}


.ui-widget {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.input-group-bg {
    background-image: url('images/product-group.png');
    background-repeat: no-repeat;
    background-position: left 42px;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 2px 0 30px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.switch_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

input[type="checkbox"].switch_1 {
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 4px 0 0 !important;
}

    input[type="checkbox"].switch_1:checked {
        background: #5cb85c;
    }

    input[type="checkbox"].switch_1:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
        box-shadow: 0 0 .25em rgba(0,0,0,.3);
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[type="checkbox"].switch_1:checked:after {
        left: calc(100% - 1.5em);
    }

.tag-cloud-switch {
    position: absolute;
    bottom: 7%;
    left: 42%;
    z-index: 10;
}

    .tag-cloud-switch > div {
        text-shadow: none;
    }

        .tag-cloud-switch > div:hover {
            cursor: pointer;
        }

input[type="checkbox"].switch_warn {
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 4px 0 0 !important;
}

    input[type="checkbox"].switch_warn:checked {
        background: #fd7e14;
    }

    input[type="checkbox"].switch_warn:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
        box-shadow: 0 0 .25em rgba(0,0,0,.3);
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[type="checkbox"].switch_warn:checked:after {
        left: calc(100% - 1.5em);
    }

input[type="checkbox"].switch_scorecard {
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 4px 0 0 !important;
    background: #D95252;
}

    input[type="checkbox"].switch_scorecard:checked {
        background: #DDDDDD;
    }

    input[type="checkbox"].switch_scorecard:after {
        position: absolute;
        content: "";
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
        box-shadow: 0 0 .25em rgba(0,0,0,.3);
        -webkit-transform: scale(.7);
        transform: scale(.7);
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    input[type="checkbox"].switch_scorecard:checked:after {
        left: calc(100% - 1.5em);
    }


.min-width {
    min-width: 70px;
}

.margin-top-10 {
    margin-top: 7px;
}

#header-fixed {
    position: fixed;
    top: 50px;
    display: none;
    background-color: white;
    z-index: 22;
}

#header-absolute {
    position: absolute;
    top: 50px;
    display: none;
    background-color: white;
    z-index: 22;
}

.input-line {
    outline: 0 !important;
    border-bottom: 1px solid blue !important;
    border-width: 0 0 1px !important;
    border-color: #eb9595 !important;
    -webkit-box-shadow: none !important;
}

    .input-line:focus {
        border-color: green !important;
        transition: background .5s ease-in;
        -moz-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        -webkit-transition: all .5s ease-in;
    }

.blur-line {
    border-color: green !important;
}

@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/* ----------------------------------WORD CLOUD----------------------------- */

.overlay {
    background-blend-mode: multiply;
    background-color: rgb(207 218 226 / 80%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

/* fonts */

div.jqcloud {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px;
    line-height: normal;
}

    div.jqcloud a {
        font-size: inherit;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif !important;
    }

    div.jqcloud span.w10 {
        font-size: 410%;
    }

    div.jqcloud span.w9 {
        font-size: 400%;
    }

    div.jqcloud span.w8 {
        font-size: 390%;
    }

    div.jqcloud span.w7 {
        font-size: 380%;
    }

    div.jqcloud span.w6 {
        font-size: 360%;
    }

    div.jqcloud span.w5 {
        font-size: 350%;
    }

    div.jqcloud span.w4 {
        font-size: 300%;
    }

    div.jqcloud span.w3 {
        font-size: 250%;
    }

    div.jqcloud span.w2 {
        font-size: 200%;
    }

    div.jqcloud span.w1 {
        font-size: 150%;
    }

    /* colors */

    div.jqcloud, div.jqcloud a {
        color: #fff;
        font-family: Montserrat, sans-serif;
    }

/* layout */

div.jqcloud {
    position: relative;
}

    div.jqcloud span {
        padding: 0;
    }


/* ----------------------------------LEAD TAGS----------------------------- */

.tag {
    background-color: #efefef;
    padding: 20px;
    border-radius: 3px;
    margin: 15px;
    text-align: left;
    display: block;
    color: #555;
}

    .tag:hover {
        background-color: #f5f5f5;
        color: #000;
        text-decoration: none;
    }

    .tag i {
        margin-right: 15px;
        font-size: 18px;
        color: #ddd;
    }

.tooltip {
    font-size: 13px;
    font-family: Montserrat, sans-serif;
}


.dropdown {
    margin: 0px !important;
}

    .dropdown dd,
    .dropdown dt {
        margin: 0px;
        padding: 0px;
        font-weight: normal !important;
    }

    .dropdown ul {
        margin: -1px 0 0 0;
    }

    .dropdown dd {
        position: relative;
    }

    .dropdown a,
    .dropdown a:visited {
        text-decoration: none;
        outline: none;
        font-size: 14px;
    }

    .dropdown dt a {
        display: block;
        min-height: 25px;
        line-height: 24px;
        overflow: hidden;
    }

        .dropdown dt a span,
        .multiSel span {
            cursor: pointer;
            display: inline-block;
            padding: 0 3px 2px 0;
        }

    .dropdown dd ul {
        background-color: #f7f8f9;
        border: 1px solid #cccccc;
        color: #000;
        display: none;
        left: 0px;
        padding: 2px 15px 2px 5px;
        position: relative;
        top: 2px;
        width: 100%;
        list-style: none;
        height: 150px;
        overflow: auto;
        border-radius: 4px;
    }

    .dropdown span.value {
        display: none;
    }

    .dropdown dd ul li a {
        padding: 5px;
        display: block;
        z-index: 1000;
    }

        .dropdown dd ul li a:hover {
            background-color: #fff;
        }

.dl-span {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 6px;
}

.small-loader-white-dots {
    background-image: url('images/loader-dots-white.gif');
    height: 16px;
    width: 16px;
}

.small-loader-black-dots {
    background-image: url('images/loader-dots-black.gif');
    height: 16px;
    width: 16px;
}

::-webkit-input-placeholder {
    color: #ccc !important;
    font-weight: 100 !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}

@media (min-width: 600px) {
    /*.pl10 {
        padding-left: 25%;
    }*/
}