﻿/* START  overrule AdminLTE*/

.mdb-dropzone {
    position: relative;
    padding: 5px;
    background-color: #f8f8f8;
    border: 1px solid #c7c7c7;
    width: 100%;
    height: 100%;
}

.right-side .content-header {
    padding: 15px;
}

.file {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .content-header {
    padding: 15px;
}

.right-side {
    background-color: #f9f9f9;
}

.skin-blue .left-side {
    background-color: #f4f4f4;
}

.skin-blue-light .wrapper, .skin-blue-light .main-sidebar, .skin-blue-light .left-side {
    background-color: #f4f4f4;
}

html .skin-blue-light .sidebar-menu > li > a:hover {
    /*border-left-color: #7f7f7f;*/
    background-color: #f9f9f9;
}

.box-header h2.box-title {
    font-size: 30px;
}

.btn .fa:not(.fa-play) {
    margin-right: 5px;
}

.theme-logo-wrapper {
    background-color: transparent;
}


.main-header .navbar-custom-menu .nav-link{
    padding-top: 15px;
    padding-bottom: 15px;
}

/* END overrule AdminLTE */

/* START alternatives for AdminLTE bootstrap overrides */

.bootstrap-alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.bootstrap-alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.bootstrap-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.bootstrap-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.bootstrap-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.bootstrap-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.bootstrap-alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.bootstrap-alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

/* END alternatives for AdminLTE bootstrap overrides */

.jstree-children {
    list-style-type: none;
    font-size: 12pt;
}

.jstree-anchor:hover {
    background: #e5ebe9;
    background: rgba(229,235,233,0.4)
}

.jstree-icon {
    margin-right: 5px;
}

body > .always-on-top-overlay,
body > .daterangepicker.show-calendar {
    z-index: 999999;
}
html .wrapper { overflow: visible; }
html body { overflow: initial; }


/** START make header sticky */
html .main-header {
    position: fixed;
    width: 100%;
}

html .right-side {
    margin-top: 50px;
}
/** END make header sticky */

body.cursor-progress {
    cursor: progress;
}


body > .daterangepicker.show-calendar {
    left: 50px !important;
    top: 55px !important;
}

.sidebar .theme-logo {
    display: inline-block;
    margin: 10px auto;
    background-image: url('/SettingsTheme/Logo');
    background-repeat: no-repeat;
    background-position: center center;
    width: 195px;
    height: 100px;
}

.sidebar .custom-logo {
    display: inline-block;
    margin: 10px auto;
    width: 195px;
    height: 100px;
}

.sidebar .list-icon {
    margin-right: 5px;
}

.sidebar-temp-style {

    position: relative;
}

ul.sidebar-temp-style{
    border-style: solid;
    border-width: 1px;
    -webkit-appearance: none;

    list-style: none;
    border-width: 0;
    margin: 0;
    zoom: 1;

    margin: 0;
    padding: 0;
}
ul.sidebar-temp-style ul {
    border: none;
}

ul.sidebar-temp-style > li > ul {
    background: #fff;
    padding-left: 5px;
}

ul.sidebar-temp-style .glyphicon, ul.sidebar-temp-style .fa,
ul.site-menu .glyphicon, ul.site-menu .fa {
    margin-right: 5px;
}

ul.sidebar-temp-style > li:first-of-type > a {
    border-top: solid 1px #ccc;
}

ul.sidebar-temp-style li > a {
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;

    display: block;
    overflow: visible;
    height: auto;

    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.05);


    display: block;
    position: relative;
    padding: 0 1em;
    line-height: 2.34em;
    text-decoration: none;
    zoom: 1;
}

ul.sidebar-temp-style li > a:hover {
    background-color: #ebebeb;
}

.right-side .login-header img {
    max-width: 100%;
    max-height: 300px;
}

.right-side .login-header {
    background: -webkit-linear-gradient(left, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px, #EFEFEF 100%);
    background: -o-linear-gradient(right, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px, #EFEFEF 100%);
    background: -moz-linear-gradient(right, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px, #EFEFEF 100%);
    background: linear-gradient(to right, #DDDDDD 0px, #DDDDDD 954px, #DDDDDD 954px, #EFEFEF 95%, #EFEFEF 95%, #EFEFEF 100%);
}

div.loginForm {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
}

div.unknown-field {
    background-color: yellow;
}

.login-rememberme label {
    padding-top: 10px;
    vertical-align: middle;
}

.login-rememberme input {
    vertical-align: middle;
    display: inline-block;
    height: 16px;
    width: 16px;
}

div.checkbox2 label {
    margin-left: 20px;
}

.textbox-min-height {
    min-height: 100px;
}

/* align with box padding */
.box-content > .button-list-inline {
    margin-left: 14px;
}

.button-list-inline {
    display: inline-block;
}
    .button-list-inline li {
        display: block;
        margin-top: 10px;
        cursor: move;
    }

.tooltip.bs-tooltip-bottom > .tooltip-inner,
.tooltip.bs-tooltip-left > .tooltip-inner,
.tooltip.bs-tooltip-right > .tooltip-inner,
.tooltip.bs-tooltip-top > .tooltip-inner
{
    white-space: pre;
}

.widget-tooltip + .tooltip > .tooltip-inner {
    font-size: 14px;
    padding: 10px;
    max-width: 350px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.widget[data-type="35"] .tooltip-inner {
    max-width: 350px;
    width: 350px;
}

/*Allow scrolling down to the downmost widget on all browsers
body > .wrapper.row-offcanvas.row-offcanvas-left {
    overflow: auto;
}
*/
.button-min-width {
    min-width: 150px;
}

.widget-tooltip + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #7f7f7f;
}


.widget-tooltip.no-tooltip {
    display: none;
}

.widget-text > p {
    padding-left: 12px;
    white-space: pre-line;
}

/* align labels left in horizontal table */
.form-horizontal .control-label.text-left {
    text-align: left;
}

.initial-hide {
    display: none;
}

.result-fields .btn {
    margin-bottom: 3px;
}

/* move timeline and timeline items to the right to allow for items left of the line*/
.timeline:before {
    left: 50%;
    transform: translate(-50%, 0%);
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    left: 50%;
    transform: translate(-50%, 0%);
}

.timeline > li {
    margin-right: 0;
    font-size: small;
}

.timeline > li > .timeline-item-right {
    left: 47%;
    width: 40%;
}

.timeline > li > .timeline-item-left {
    margin-left: 18px !important;
    width: 40%;
}


ul.dnx-timeline > li {
    list-style: none;
}

.dnx-timeline{
    position: relative;
}

.dnx-timeline .dnx-timeline-item-container{
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

.dnx-timeline::before{
    content: '';
    transform: translate(100%, 0%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 4px;
    background: #ddd;
    border-radius: 2px;
    left:25%;
    margin-left:50px;
}

.dnx-timeline .dnx-timeline-item {
    display:inline-block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.dnx-timeline .dnx-timeline-item.dnx-timeline-item-right{
    float:right;
    width: 55%;
}

.dnx-timeline .dnx-timeline-item.dnx-timeline-item-left{
    float:left;
    width: 25%;
}

.dnx-timeline .dnx-timeline-item.dnx-timeline-item-icon-container{
    width: 20%;
    margin-top:0;
    margin-bottom:30px;
}

.dnx-timeline .dnx-timeline-item.dnx-timeline-item-icon-container .dnx-timeline-item-icon{
    position: relative;
    left: 10px;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    top: 0;
    border-radius: 50%;
    margin-left: 2px;
}


/** minimum hoogte ivm uitklappen profiel */
section.content {
    min-height: 300px;
}

.mdb-datepicker-container {
    z-index: 2750;
}

    .mdb-datepicker-container .box {
        border: 2px solid #c1c1c1;
        padding: 20px 40px 40px 40px;
    }

/* START widget editor */

.weditor-box {
    min-width: 100px;
    min-height: 75px;
}

.weditor-collections, .weditor-groupby, .weditor-filter {
    min-height: 75px;
}

    .weditor-collections .btn-up, .weditor-collections .btn-down,
    .weditor-columns .btn-up, .weditor-columns .btn-down {
        cursor: pointer;
    }

    .weditor-collections .attribute:first-of-type .btn-up, .weditor-collections .attribute:last-of-type .btn-down,
    .weditor-columns .attribute:first-of-type .btn-up, .weditor-columns .attribute:last-of-type .btn-down {
        color: #999;
        cursor: auto;
    }

    .weditor-collections .relation {
        padding-left: 48px;
    }

.weditor-datasource .entity .title, .weditor-config .box .box-header .title {
    font-weight: bold;
    font-size: 16px;
}

.weditor-datasource .entity .title {
    cursor: pointer;
}

.weditor-config .form-control {
    height: 22px;
    padding: 0 5px;
}

.weditor-config .smallpadding {
    padding: 0;
}

.weditor-config .smallpadding-right {
    padding-right: 0;
}

.weditor-config .weditor-collections select {
    width: auto;
    display: inline-block;
}

.weditor-filter .wherefilter-condition-dropzone {
    margin-top: 5px;
    border: dashed 1px #999;
}

    .weditor-filter .wherefilter-condition-dropzone.drop-active {
        border: dashed 4px #7f7f7f;
    }


.weditor-config .box-header,
.weditor-datasource .entity .box-header {
    padding-bottom: 0;
}

.weditor-config .box-body,
.weditor-datasource .entity .box-body {
    padding-top: 0;
}
    .weditor-datasource .entity .attributes .attribute .fa-columns {
        visibility: hidden;
    }

    .weditor-datasource .entity .attributes .attribute, .weditor-datasource .entity .attributes .entity {
        cursor: move;
        padding-left: 8px;
        width: 100%;
    }

        /*.weditor-datasource .entity .attributes .attribute-row:hover {*/
        .weditor-datasource .entity .attributes .attribute:hover {
            background-color: #f4f4f4;
        }

.weditor-datasource .entity.box[data-boxtype] {
    display: none;
}

.weditor-config .attribute {
    margin-top: 10px;
}

    .weditor-config .attribute .type,
    .weditor-config .attribute .data-format,
    .weditor-config .attribute .filter {
        width: 100%;
    }

    .weditor-config .attribute.has-filter .btn-filter {
        color: #000;
    }

    .weditor-config .attribute .btn-filter {
        color: #999;
    }

    .weditor-config .attribute input.expression {
        width: 100%;
    }

    .weditor-config .attribute textarea.expression {
        width: 100%;
        height: 50px;
    }
        /** overwrite .dropzone settings */
        .weditor-config .attribute textarea.expression.dropzone {
            border: solid 1px #AAA;
        }

    .weditor-config .attribute .expression-message .expression-message-source {
        padding: 4px;
        margin-top: 5px;
        background-color: white;
        color: black;
        font-weight: normal;
        white-space: pre;
        font-family: 'Consolas', monospace;
    }

        .weditor-config .attribute .expression-message .expression-message-source .expression-error {
            /*background-color: orange; xcolor: orange; */
            font-weight: bold;
            padding: 2px 4px;
            color: red;
            background-color: #efdede;
        }


.dropzone {
    /*background-color: #f9f9f9;*/
    border: dashed 4px transparent;
    border-radius: 4px;
    /*margin: 10px auto 30px;*/
    padding: 10px;
    transition: background-color 0.3s, border-color 0.3s;
}

.drop-active {
    border-color: #7f7f7f;
}

.drop-target {
    /*background-color: #7f7f7f;*/
    background-color: #f3f4f5;
}

    .drop-target .column-filter-dropzone {
        /* don't color the "embedded" dropzone!"*/
        background-color: #fff;
    }

.drag-drop {
    display: inline-block;
    min-width: 40px;
    /*padding: 2em 0.5em;
    background-color: #99e;
    border: solid 2px white;*/
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: background-color 0.3s;
}

    .drag-drop.can-drop, .draggable1.can-drop {
        background-color: #4e4;
        background-color: #f9f9f9;
    }

.weditor-dashboardfilter .dropzone {
    margin: 0;
    padding: 0;
    padding-left: 2px;
    border-width: 0px;
}

    .weditor-dashboardfilter .dropzone.drop-active {
        border-width: 4px;
    }

.weditor-gauge .k-colorpicker {
    width: 100%;
    box-sizing: border-box;
}

.weditor-gauge .k-picker-wrap {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-radius: 0;
}

.k-colorpicker.form-control{
    height:34px;
}

.k-colorpicker .k-selected-color {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
}

.weditor-colors .optional-setting,
.weditor-colors .k-select,
.weditor-colors .fa-check,
.weditor-colors input[type="radio"] {
    display: none;
}

.weditor-colors .k-colorpalette .k-palette {
    width: auto;
}

.weditor-colors .k-picker-wrap {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.weditor-colors .k-selected-color {
    border-radius: 0 !important;
}

.weditor-colors div > .fa,
#kendo-config div > .fa {
    vertical-align: top;
    line-height: 25px;
    font-size: 22px;
    margin: 0 5px;
    cursor: pointer;
}

.weditor-colors .fa.disabled,
#kendo-config .fa.disabled {
    color: #999;
    cursor: default;
}

.weditor-colors .fa.fa-check {
    cursor: default;
}

/*.widget-editor-toptoolbar .btn-save { margin-top: 10px;}*/
.widget-editor-toptoolbar button {
    margin-top: 10px;
    margin-left: 10px;
}

.widget-editor-container #widget-preview {
    display: none;
}

.btn-advanced {
    cursor: pointer;
}

.chart.tablewidget {
    padding-left: 10px;
    padding-right: 10px;
}

    .chart.tablewidget .filter-cell {
        cursor: pointer;
    }

        .chart.tablewidget .filter-cell:hover {
            border: solid 2px #7f7f7f;
        }

.chart .no-data-message {
    padding: 0px 10px 30px 12px;
}

/** END widget editor*/

.connectedSortable {
    min-height: 50px;
}

/* START event manager */
.eventmanager-container .col-sm-xs {
    width: 30px;
}

.eventmanager-container .divider {
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
}

.eventmanager-container .box.duplicate-row:not(:first-child):before {
    position: absolute;
    top: -23px;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    content: "OF";
    display: block;
}

.eventmanager-container .duplicate-rows > .duplicate-row:first-child .header-controls .btn-remove,
.eventmanager-container .duplicate-rows > .duplicate-row:first-child .divider {
    display: none;
}

.eventmanager-container .duplicate-rows .duplicate-rows > .duplicate-row:not(:first-child) .btn-remove,
.eventmanager-container .duplicate-rows .duplicate-rows > .duplicate-row:not(:first-child) .divider {
    display: inline-block;
}

.eventmanager-container .col-nopadding {
    padding-left: 0;
    padding-right: 0;
}

.eventmanager-container .duplicate-rows input.error, .eventmanager-container .duplicate-rows select.error {
    border: 1px solid red;
}
/* END event manager */

/** START Dashboard  */

.btn-share-dashboard {
    vertical-align: middle;
    cursor: pointer;
}

.widget.widget-loading {
    filter: grayscale(85%);
}

.widget-container-v2 {
    position: relative;
}

.widget-container-v2 .dashboard-widget,
.widget-container-v2 .dashboard-widget-group {
    /* 
        Border radius seems to have disappeared from our widgets... ?
    */
    border-radius: 3px;
}

.widget-container-v2-fixed .dashboard-widget,
.widget-container-v2-fixed .dashboard-widget-group {
    position: absolute;
}

.widget-container-v2-autolayout .dashboard-widget {
    margin: 5px;
    position: initial;
}

.widget-container-v2-autolayout{
    display:flex;
    flex-wrap: wrap;
}

.move-handle {
    cursor: move;
}

.dashboard-widget {
    z-index: 1000;
}

.dashboard-widget-top {
    z-index: 1001;
}

.dashboard-widget-top[data-zsort="1"] {
    z-index: 1010
}

.dashboard-widget[data-zsort="1"] {
    z-index: 1009;
}

.dashboard-widget-top[data-zsort="2"] {
    z-index: 1008
}

.dashboard-widget[data-zsort="2"] {
    z-index: 1007;
}

.dashboard-widget-top[data-zsort="3"] {
    z-index: 1006
}

.dashboard-widget[data-zsort="3"] {
    z-index: 1005;
}

.navbar {
    z-index: 1100;
}

.main-header {
    z-index: 1300;
}

.ui-resizable-handle {
    z-index: 1100 !important;
}

.widget.busy-resizing,
.widget.busy-moving,
.widget-group.busy-moving,
.widget-group.busy-resizing {
    z-index: 1500;
}

/*.widget-busy-resizing, */
/*.widget-busy-moving {*/
/*    */
/*}*/

/*
Overflow has to be limited on chart level for this widget type
Major tick labels overflow the gauge itself by design
*/
.widget[data-type="34"] .chart{
    overflow:hidden;
}

.widget .widget-header .box-tools,
.widget .widget-header .box-tools .fa,
.widget-group .widget-group-header .box-tools,
.widget-group .widget-group-header .box-tools .fa {
    display: none;
    visibility: hidden;
    opacity: 0;
}
/*.widget:hover .widget-header .fa, */
.widget:hover .widget-header .box-tools, 
.widget:hover .widget-header .box-tools .fa,
.widget-group:hover .widget-group-header .box-tools,
.widget-group:hover .widget-group-header .box-tools .fa {
    display: block;
    visibility: visible;
    opacity: 1;
}

.widget .widget-info-text {
    white-space: pre-line;
}

.dashboard-widget .box {
    overflow: visible;
}

.dashboard-widget .chart {
    overflow: visible;
}

.typeahead.dropdown-menu {
    z-index: 1100000;
}

.chromeless .navbar, .chromeless .main-sidebar, .chromeless .main-header, .chromeless .content-header {
    display: none;
}

.embedded .main-sidebar, .embedded .main-header, .embedded .content-header,
.embedded .navbar #auto-refresh-dropdown-container,
.embedded .navbar .navbar-btn,
.embedded .navbar .dashboard-selector {
    display: none;
}

html.chromeless .right-side,
html.embedded .right-side {
    margin: 0;
}

/** END Dashboard  */



/** START Campaigns module */

.campaigns-widget {
    min-height: 50px;
}

.campaigns-widget .loading{
    position: relative;
    top:10px;
}

.campaigns-widget .chart-link-container {
    position: absolute;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.campaigns-widget .chart-link-container .chart-link {
    /*Mimic kendo's style*/
    font-family: Arial,Helvetica,sans-serif;;
    font-size: 11px;
}

.campaigns-widget .marker-timeline-chart {
    position: absolute;
    /*height: 100px;*/
    z-index: 1;

    background-color: #FFFFFF;
}

.campaigns-widget .marker-timeline-chart.horizontal-timeline-chart{
    width: 450px;
    left: 15px;
}

.campaigns-widget .horizontal-timeline-chart .timeline-annotation-info {
    overflow-x: hidden;
    position: relative;
    border: grey solid 1px;
    border-radius: 5px;

    width: 410px;
    left: 20px;
}

.campaigns-widget .horizontal-timeline-chart .timeline-annotation-info .annotation-field-label,
.campaigns-widget .horizontal-timeline-chart .timeline-annotation-info .annotation-description {
    padding-left:5px;
    display: block;
}

.campaigns-widget .horizontal-timeline-chart .timeline-annotation-info .annotation-description{
    border-left: grey solid 1px;
    height:100%;
}

.campaigns-widget .horizontal-timeline-chart .timeline-body {
    position: relative;
    display: inline-block;

    height: 100%;
    left: 5%;
    width: 85%;
}

.campaigns-widget .horizontal-timeline-chart .timeline-item{
    position: absolute;

    top: 17px;
    height: 35px;
    width: 25px;
}

.campaigns-widget .horizontal-timeline-chart .timeline-line {
    position: absolute;
    /*display: inline-block;*/

    transform: translateY(-100%);
    top: 84%;
    height: 2px;
    width: 100%;
    background-color: #3C5CF4;
}

.campaigns-widget .horizontal-timeline-chart .timeline-arrow {
    position: relative;
    transform: translateY(-100%);
    top: 100%;
    width: 10px;
    height: 25px;

    color: #3C5CF4;
}

.campaigns-widget .horizontal-timeline-chart .timeline-arrow-left {
    float: left;
    left: 20px;
}

.campaigns-widget .horizontal-timeline-chart .timeline-arrow-right {
    float: right;
    right: 25px;
}

/** END Campaigns module */

.box-spacing {
    padding-top: 5px;
}

.form-long-inputs input[type=text],
.form-long-inputs input[type=number],
.form-long-inputs input[type=password],
.form-long-inputs select,
.form-long-inputs textarea {
    width: 100%;
}

.error-container .alert {
    /* Add a margin to the alert, so simulate it being wrapped by a section.content element, but we don't want the padding if there isn't content. */
    margin: 15px 15px 10px 20px;
}

.table-responsive {
    overflow-x: hidden !important;
}

table.table.table-sticky-header {
    background-color: #ffffff;
    margin-top: 0 !important; /*Important to overwrite dataTables*/
}


/* the dataTables plugin will apply client-side paging, so hide some table rows sow it won't jump around too much. 
   The default pagesize = 10, but we'll need some additional space for the header/footer so start at 13' 
   The mdb-starting class should be removed from the body when the page is loaded
*/
body.mdb-starting .table-responsive table tr:nth-of-type(n+13) {
    display: none;
}


input[type="checkbox"]:focus {
    outline: 0;
}

input[type="checkbox"].form-control {
    width: auto;
    margin-top: 0;
}

.fullscreen-widget {
    z-index: 10000;
}

#fullscreen-widget-box {
    margin-bottom: 0;
}

.fullheight-checkbox {
    height: 29px;
    margin: 0 !important;
}

.k-header.form-control,
input[type="checkbox"].fullwidth-checkbox {
    width: 100%;
}

.form-control.k-dropdown,
.form-control .k-picker-wrap,
.form-control .k-dropdown-wrap {
    box-sizing: border-box;
    height: 100%;
    border-radius: 0;
}

.form-control .k-i-calendar {
    position: relative;
    top: 2px;
    right: 1px;
}

.form-control.k-input,
.form-control .k-input {
    box-sizing: border-box;
    height: 100%;
    border-radius: 0;
    padding: 6px 12px;
    text-indent: 0;
    box-shadow: 0 0 !important;
}
/*
form > .row > div[class^="col-"],
form > .row > div[class*=" col-"],
.box-body > .row > div[class^="col-"],
.box-body > .row > div[class*=" col-"] {
    margin-bottom: 20px;
}*/

.form-control.k-dropdown .k-select {
    border-left: 1px solid #ccc;
}

.ga-accounts ul {
    list-style: none;
    margin: 5px 0;
}

.k-listview {
    border: none;
    box-shadow: none;
}

.k-listview .k-widget {
    display: inline-block;
    position: relative;
    border: none;
    box-shadow: none;
    margin: 0 10px 10px 0;
    padding: 5px;
}

.k-listview .k-widget.k-state-selected .edit-buttons {
    display: block;
}

.dashboard-widget .chart .k-grid-content {
    overflow-y: auto;
}

.k-listview .edit-buttons {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
}

.k-button-icontext span.icon{
    color: black;
}

.modal .k-radio:checked + .k-radio-label:after {
    top: 2px;
    left: 2px;
}

.navbar-default .navbar-right {
    padding: 0;
}

.modal {
    z-index: 100003;
    background: 0;
}

.modal-backdrop.in,
.modal-backdrop.show {
    z-index: 1101;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.modal .modal-full-width {
    width: 90%;
    max-width: 100%;
}

.grid-icon.fa {
    /*Any width value above 95% causes 3 dots in an absolute position to show up next to the icon in chrome*/
    display: inline-block;
    width: 95%; 
    color: #000000 !important;
}

#auto-refresh-countdown-container .panel-default {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

#auto-refresh-countdown-container .panel-body {
    padding: 6px;
    cursor: default;
}

.widget .btn .fa,
#auto-refresh-countdown-container .btn .fa {
    margin: 0;
}

.scv.customer-data {
    word-wrap: break-word;
}

.pic-icon {
    text-align: center;
}

.btn-save-order {
    position: absolute;
    right: 0;
    top: 0;
}

.editableform .editable-buttons {
    z-index: 1000;
}

.pic-icon .fa-picture-o {
    cursor: pointer;
}

.k-multiselect, .k-multiselect-wrap, .k-upload {
    border-radius: 0;
}

.k-multiselect.k-multiselect-inline-dropdown{
    position: relative;
    display: inline-block;
    width: 12.4em;
    overflow: visible;
    vertical-align: middle;
}

.k-upload .k-upload-button {
    margin: 0 !important;
}

.k-popup-edit-form .k-edit-form-container {
    width: 600px;
}

.include-selection li.k-button {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .include-selection li.k-button:hover {
        background-color: #449d44;
        border-color: #398439;
    }

.exclude-selection li.k-button {
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .exclude-selection li.k-button:hover {
        background-color: #c9302c;
        border-color: #ac2925;
    }
.form-control-height {
    height: 34px;
}

.btn-default.toggle-on {
    background-color: white;
}

.bootstrap-switch {
    border-radius: 0;
    white-space:nowrap;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    border-radius: 0;
}

.bootstrap-switch-label {
    padding: 6px !important;
}

.bootstrap-switch-default {
    background: white !important;
}

.col-flex {
    display:flex;
    justify-content:center;
    align-items: center;
}

.color-container {
    display: none;
}

.bootstrap-switch-wrapper {
    height: 34px;
}

.bootstrap-switch-label {
    border-radius: 0 !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.bootstrap-switch-container {
    height: 32px;
}

.bootstrap-switch-container .k-colorpicker {
    height: 32px;
    vertical-align: top;
}

.bootstrap-switch-container .k-picker-wrap {
    border: 0;
}

#pdf-export-modal .tab-content > .tab-pane {
    padding-top: 15px;
    padding-left: 15px;
}

.icon-widget-container {
    height: 100%;
    float: left;
}

.icon-widget-container.main-container {
    display: flex;
}

.widget .icon-widget-container.icon-container {
    padding-left: 10px;
}

.widget .icon-widget-container.text-container {
    display: inline-block;
}

.widget .progress-gauge-container {
    position: relative;
    display: inline-block;
    left: 25%;
    top: 10%;
}

.widget .progress-gauge-container .gauge {
    width: 200px;
    height: 100px;
    overflow: hidden;
}

.widget .progress-gauge-container .inner {
    width: 200px;
    height: 100px;
    display: block;
    background-color: #ffffff;
    border-radius: 200px 200px 0 0;
    z-index: 1;
}

.widget .progress-gauge-container .inner:after {
    content: '';
    width: 170px;
    height: 90px;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    border-radius: 200px 200px 0 0;
    position: absolute;
    z-index: 3;
}

.widget .progress-gauge-container .spinner {
    width: 200px;
    height: 100px;
    position: absolute;
    z-index: 2;
    bottom: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 800ms ease;
    transition: -webkit-transform 800ms ease;
    transition: transform 800ms ease;
    transition: transform 800ms ease, -webkit-transform 800ms ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0 0 200px 200px;
}

.widget .progress-gauge-container .spinner-label {
    position: absolute;
    font-family: Arial;
}

.widget .progress-gauge-container .gauge-cont {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 100px;
}

.gauge-container .gauge-cont:first-child {
    margin: 0;
}

.widget .progress-gauge-container .pointer {
    display: block;
    background-color: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 70px solid;
    position: absolute;
    z-index: 4;
    bottom: 2px;
    left: 92.5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: -webkit-transform 800ms ease;
    transition: -webkit-transform 800ms ease;
    transition: transform 800ms ease;
    transition: transform 800ms ease, -webkit-transform 800ms ease;
}

.widget .progress-gauge-container .pointer-knob {
    width: 25px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    left: 90px;
    bottom: -10px;
    z-index: 5;
    border-radius: 20px;
    box-shadow: 0 0 1px #000000;
}

.widget .progress-gauge-container .pointer-knob-inner {
    border-radius: 5px;
    position: relative;
    top: 7.5px;
    left: 7.5px;
    width: 10px;
    height: 10px;
    z-index: 6;
}

.widget .gauge-cont-ticks .gauge{
    overflow:visible;
}

.widget .gauge-cont-bottom-label .pointer-knob {
    display: none;
}

.widget .gauge-cont .pointer{
    z-index: 898;
    width: 2%;
    left: calc(50% - (2% / 2))
}

.widget .gauge-cont .pointer-short .pointer-inner {
    background-color: #FFF;
    position: relative;
    height: 51%;
    top: 50%;
    right: 25%;
    width: 150%;
}

.widget .gauge-cont .pointer-knob{
    z-index: 897;
}

.widget .gauge .spinner-cont.spinner-label-cont{
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index:899;
    transform: rotate(180deg);
}

.widget .gauge .spinner-cont.spinner-label-cont .label-container{
    transform: rotate(180deg);
}

/*Label should be a bit smaller than default (5em) when inside the spinner to prevent it from touching the edges*/
.widget .gauge .spinner-cont.spinner-label-cont .label-container .big-num
{
    font-size:3em;
}

.widget .gauge .spinner-cont.spinner-root-cont{
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index:895;
}

.widget .gauge .spinner-cont.spinner-root-cont .spinner{
    border-radius: 0;
}

.widget .gauge .spinner-cont.spinner-tick-label-cont{
    z-index: 896;
    overflow:visible;
}

.widget .gauge .spinner-tick-label{
    z-index: 896;
    position: relative;
    display: inline-block;
}

.widget .gauge .spinner-cont {   
    height: 99%;
    width: 99%;
}

.widget .pivotgrid-configurator .k-floatwrap:after,
.widget .pivotgrid-configurator .k-slider-items:after,
.widget .pivotgrid-configurator .k-grid-toolbar:after{
    overflow: visible;
}

.attachment.attachment-image {
    box-shadow: 0 2px 10px 5px #888888;
}

.btn.btn-space-top {
    margin-top: 5px;
}

img.jira-priority-icon {
    max-width: 20px;
    max-height: 20px;
}


/*  http://bootsnipp.com/snippets/featured/circle-button  */
.btn.btn-circle.btn-xs {
    width: 10px;
    height: 10px;
    padding: 6px 0;
    font-size: 6px;
    line-height: 1.428571429;
    border-radius: 5px;
}

.btn.btn-circle.btn-md, .btn.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn.btn-circle.btn-lg {
    width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}


/* bootstrap-slider CSS overrides for audio player */
.audio-player .slider.slider-horizontal {
    margin: 0 10px;
    width: 40%
}

.audio-player .slider .slider-track .slider-selection,
.audio-player .slider .slider-handle {
    background: #2196F3;
}

.audio-player .slider .slider-track .slider-track-high {
    background: #E8EAF6;
}

.audio-player .slider .slider-track {
    height: 5px;
}

.audio-player .slider .slider-handle {
    top: -2px;
}

.audio-player .slider .tooltip .tooltip-arrow {
    border: none;
}

.audio-player .slider .tooltip .tooltip-inner {
    color: inherit;
    background-color: inherit;
    margin-top: -10px;
}

.stars-container .star {
    cursor: pointer;
}

.stars-container .star.disabled,
.stars-container .star[readonly] {
    cursor: default;
}

.stars-container .star.selected {
    color: #f0ad4e;
}

.bootstrap-switch-pill.bootstrap-switch-wrapper {
    border-radius: 15px;
    height: 20px;
}

.bootstrap-switch-pill .bootstrap-switch-label {
    border-radius: 20px !important;
    padding-top: 5px !important;
    height: 15px !important;

    margin-top: -1px !important;
    margin-bottom: -1px !important;
}

.control-label {
    text-align: left !important;
}

.k-button span {
    color: white !important;
}

.text-danger > span {
    color: #a94442 !important;
}

.k-checkbox-label.k-checkbox-lg {
    padding-left: 30px;
    line-height: initial;
}

.k-checkbox:checked + .k-checkbox-label.k-checkbox-lg:after,
.k-checkbox-label.k-checkbox-lg:after {
    width: 1.5em;
    height: 1.5em
}

/*Reset default kendo style for readonly elements*/
.k-checkbox-label[readonly],
.k-checkbox-label[readonly]:active:after,
.k-checkbox-label[readonly]:active:before,
.k-checkbox-label[readonly]:hover:after,
.k-checkbox-label[readonly]:hover:before,
.k-checkbox-label[readonly]:focus:after,
.k-checkbox-label[readonly]:focus:before,
.k-checkbox[readonly]:checked + .k-checkbox-label[readonly]:after,
.k-checkbox[readonly]:checked + .k-checkbox-label[readonly]:before {
    cursor: default;
    border-color: #ccc;
    box-shadow: none;
}

.k-multiselect-fullwidth .k-multiselect-wrap li{
    width: 100%;
}

.sticky {
    position: fixed;
}

/*.multiselect .k-button {
    border-color: #7f7f7f;
    background-color: #7f7f7f;
}
    .multiselect .k-button.k-state-hover {
        border-color: #999999;
        background-color: #999999;
    }*/

.btn-tooltip {
    display: inline-block;
}

.img-thumbnail {
    display: block !important;
}

/*Override grid framework alignment*/
.svd_container .modal-dialog .form-group {
    margin-left: 0;
    margin-right: 0;
}

/*Override admin_lte style to actually display checkboxes*/
.svd_container input[type="checkbox"].form-control:not(select) {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.svd_container .form-control {
    height: 34px;
}

.svd_container textarea.form-control {
    height: auto;
}


.k-widget {
    box-sizing: border-box !important;
}

.k-multiselect-wrap {
    height: 100%;
}

.form-control .k-multiselect-wrap li {
    line-height: 25px;
}

.form-control.k-multiselect .k-loading {
    top: 10px;
}

/* Remove when we upgrade to a KendoUI version with the close button. */
.k-multiselect-wrap {
    padding-right: 25px;
}

.k-grid .k-delete, .k-i-close {
    background-position: -32px -48px;
}

.k-grid .k-button:not(.k-state-disabled):hover .k-delete,
.k-grid .k-button:not(.k-state-disabled):hover .k-i-close {
    background-position: -48px -48px;
}
 
.k-state-disabled .k-button:hover, 
.k-button.k-state-disabled:hover, 
.k-state-disabled .k-button:active, 
.k-button.k-state-disabled:active  {
    background-color: #428bca;
    border-color: #357ebd;
}

tr > .k-hierarchy-cell {
    background-color: #fff;
}

tr.k-alt > .k-hierarchy-cell {
    background-color: #f5f5f5;
}

.k-list-container {
    min-width: -moz-max-content;
    min-width: max-content;
}

.k-list-container .k-list {
    min-width: -moz-max-content;
    min-width: max-content;
}

.k-list-container .k-item {
    min-width: max-content;
    white-space: nowrap;
}

.k-loading, .k-state-hover .k-loading {
    background-image: url(loading.svg);
}

.k-grid td[role="gridcell"].cell-editable{
    box-shadow: inset 0 0 3px 0 #67afe9;
}

.k-grid td[role="gridcell"].cell-editable:hover {
    cursor: pointer;
}

/*Should be on top of inverted toggle*/
.dashboard-filter.form-control.k-multiselect .k-loading{
    top: 8px;
    z-index: 1;
    background-color: #FFFFFF;
}

.dashboard-filter-inverted-toggle {
    position: absolute;
    top: 9px;
    right: 8px;
}

.chord {
    fill-opacity: .67;
}

.node {
    cursor: pointer;
}

.node circle {
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.node text {
    font: 10px sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

#main {
    float: left;
    width: 85%;
}

#sequence {
    width: 100%;
    height: 10%;
}

#chart {
    position: relative;
}

#chart path {
    stroke: #fff;
}

path.bilevel {
    stroke: #fff;
}

.clickableRow:hover {
    cursor: pointer;
    background-color: #ccc;
}

.clickableColumn:hover {
    cursor: pointer;
}

.clickableRow:active {
    background-color: lightblue;
}

.iconButton .grey{
    color: #708090;
}

.iconButton .blue {
    color: lightskyblue;
}


.iconButton:hover {
    cursor: pointer;
    color: #999999
}

.iconButton:active {
    cursor: pointer;
    color: #4cae4c
}

a.mdb-icon-btn {
    color: #000000 !important;
}
a.mdb-icon-btn-primary {
    color: #428bca !important;
}
a.mdb-icon-btn-success {
    color: #00C851 !important;
}
a.mdb-icon-btn-danger {
    color: #ee2222 !important;
}
a.mdb-icon-btn-warning {
    color: #eeaa11 !important;
}
    a.mdb-icon-btn:active:visited:after {
        color: #000000 !important;
    }

.mdb-icon-btn {
    cursor: pointer;
}
    .mdb-icon-btn:hover {
        color: #006dcc !important;
    }
    .mdb-icon-btn-primary:hover {
        color:#77bafa !important;
    }
    .mdb-icon-btn-success:hover {
        color: #00b051 !important;
    }
    .mdb-icon-btn-warning:hover {
        color: #ddaa00 !important;
    }
    .mdb-icon-btn-danger:hover {
        color: #cc0000 !important;
    }
    .mdb-icon-btn.edit:hover {
        color: #ffbb33 !important;
    }
    .mdb-icon-btn.delete:hover {
        color: #ff4444 !important;
    }
    .mdb-icon-btn.new:hover {
        color: #00C851 !important;
    }


.mdb-icon-btn.disabled {
    cursor: default;
    opacity: .5;
    color: gray !important;
}
    .mdb-icon-btn.disabled:hover {
        color: gray !important;
    }


.previewFileRow:hover {
    cursor: pointer;
}

.previewFileRow:active {
    background-color: lightblue;
}

/*.clickableColumn:active {
    background-color: lightblue;
}*/

#dropArea {
    background: #b5b5b5;
    border: black dashed 1px;
    height: 50px;
    text-align: center;
    color: #fff;
    padding-top: 12px;
}

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}

.k-upload-button {
    background-color: #006dcc;
}

path.bilevel {
    stroke: #fff;
}

.pmTable {
    padding-right: 20px; 
    padding-bottom: 20px;
    vertical-align: top;
    text-align: left;
}

.attachment-container .add-upload,
.attachment-container .remove-upload{
    cursor: pointer;
}

img.attachment-image-full{
    height:100%;
    width:100%;
}

.attachment-image-preview{
    height:200px
}

img.attachment-image-thumbnail{
    max-height:190px;
    max-width:250px;
}

.panel-heading.map-popover {
    height: 40px;
}

.k-map .k-marker-custom-marker.marker-red{
    background-color: red;
}

.k-map .k-marker-custom-marker.marker-blue{
    background-color: blue;
}

.k-map .k-marker-custom-marker.marker-yellow {
    background-color: yellow;
}

.k-map .k-marker.k-marker-custom-marker{
    margin:0;
    height:12px;
    width:12px;
    border-radius: 6px;
    background-image: none;
}

.k-map[data-zoom="10"] .k-marker.k-marker-custom-marker,
.k-map[data-zoom="11"] .k-marker.k-marker-custom-marker,
.k-map[data-zoom="12"] .k-marker.k-marker-custom-marker,
.k-map[data-zoom="13"] .k-marker.k-marker-custom-marker,
.k-map[data-zoom="14"] .k-marker.k-marker-custom-marker,
.k-map[data-zoom="15"] .k-marker.k-marker-custom-marker{
    height:6px;
    width:6px;
    border-radius: 3px;
}

.k-map[data-zoom="16"] .k-marker.k-marker-custom-marker{
    height:8px;
    width:8px;
    border-radius: 4px;
}

.k-map[data-zoom="17"] .k-marker.k-marker-custom-marker{
    height:10px;
    width:10px;
    border-radius: 5px;
}

.map-popover {
    background: rgba(255, 255, 255, 0.4);
    width: 250px;
}

.map-popover p {
    font-weight: bold;
    color: #000000;
}

.popover {
    z-index: 999999;
}

.modal-dialog.unlimited-width {
    max-width: none;
}
.alert-dashboard { 
    display: inline-block;
    position: fixed;
    top: 8%;
    left: 150px;
    right: 0;
    margin: 0 auto;
    width: 500px;
    z-index: 2000 !important;
    display: none;
}

.plumby {
    position: relative;
    height:100%;
    width:100%;
    border: 1px solid #CCC;
    
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.operator-toolbox-block {
    overflow-x: hidden;
    white-space: normal;
}

.operator-category-expand:hover{
    background-color: #42b9ed;
    border-radius: 5px;
    cursor: pointer;
}

.operator-category-expand {
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.operator-category-row.show {
    /*
    By default; the show class assigns a 'block' value to the display property
    This however, breaks our layout.
    Hence we have to force a flex a display.
    */
    display:flex;
}

.operator-scheme-block[data-brick-type="embedded-scheme"] {
    background-color: pink;
}
.operator-scheme-block[data-brick-type="embedded-array-scheme"] {
    background-color: #c3e6cb;
}

.plumby-window,
.operator-scheme-block {
    border: 1px solid #346789;
    /*z-index: 24;*/
    cursor: pointer;
    box-shadow: 2px 2px 19px #aaa;
    -o-box-shadow: 2px 2px 19px #aaa;
    -webkit-box-shadow: 2px 2px 19px #aaa;
    -moz-box-shadow: 2px 2px 19px #aaa;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    position: absolute;
    color: black;
    padding-top: 3px;
    width: 150px;
    height: 110px;
    line-height: 12px;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in;
    -moz-transition: -moz-box-shadow 0.15s ease-in;
    -o-transition: -o-box-shadow 0.15s ease-in;
    transition: box-shadow 0.15s ease-in;
    background-color: floralwhite;
    border-radius: 15px;
}

iframe.embedded-pdf-container {
    width: 100%;
    height: 100%;
}

.tooltip-inner {
    max-width: 1000px;
}
.text-underline {
    text-decoration: underline;
}

.markdown-toolbox {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #eeeeee;
    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 5px;
    position: relative;
}

body.mdb-loader-open {
    overflow: hidden;
}

.dpo-loader,
.download-loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #DDDDDD;
    border-right: 8px solid #ACC7DE;
    border-bottom: 8px solid #7BB1DF;
    border-left: 8px solid #4A9CE0;
    width: 50px;
    height: 50px;
    -webkit-animation: dpo-spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 9999;
}

.campaigns-json-column{
    margin-bottom: 15px;
}

.campaigns-json-column label.control-label {
    font-weight: normal;
}

#progress {
    position: fixed;
    top: 40%;
    left: 50%;
    z-index: 9999;
}

.k-treeview-delete {
    background-color: #d9534f !important;
    color: white !important;
}

.init-hidden {
    display: none;
}

@keyframes dpo-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*Ensure line breaks are not ignored*/
.newsroom-item-content {
    white-space: pre-line;
}

.news-item-title {
    display:inline-block;
}

.main-sidebar .site-menu .menu-item-counter {
    display: block;
    line-height: 1.5em;
    padding-left: 20px;
}

.main-sidebar .site-menu .menu-item-counter .menu-item-counter-label {
    display:inline-block;
    padding-left:5px;
    font-size: 0.75rem;
    color: #428BCA;
}

.main-sidebar .site-menu .menu-item-counter .menu-item-counter-icon {
    display:inline-block;
    padding-left:0;
    width: 15px;
    height: 15px;
    margin: 0;
}

.k-widget.k-state-disabled, .k-state-disabled .k-button[unselectable="on"] {
    cursor: no-drop !important;
}

.pull-bottom {
    position: absolute;
    bottom: 0;
}


.mdb-icon-btn.btn-delete-block {
    position: relative;
    z-index: 999;
}
.mdb-icon-btn.btn-edit-block {
    position: relative;
    z-index: 999;
}
.file-delete-overlay {
    width: 90%;
    background-color: #ff4444;
    height: 100%;
    position: absolute;
    left: 11px;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.2;
}

.file-download-overlay {
    width: 90%;
    background-color: #428BCA;
    height: 100%;
    position: absolute;
    left: 11px;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.2;
}

.file-wrap-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-content.annotation {
    border-radius: 10px 10px 0 0;
}

.form-control.dnx-dropdown.k-dropdown,
.form-control.dnx-dropdown .k-picker-wrap,
.form-control.dnx-dropdown .k-dropdown-wrap {
    height: auto;
}

.mdb-dropzone .k-upload-status.k-upload-status-total {
    display: none;
}

.k-multiselect-wrap.k-floatwrap.collapsed {
    height: 32px;
    overflow-y: scroll;
}

#offerFrame {
    width: 100%;
    height: 950px;
    border: none;
    overflow: auto;
    overflow-x: hidden;
 }

.iframe-modal-spinner {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
 }

.tooltip.show {
    pointer-events: none;
    z-index: 999999;
}

.input-placeholder,
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #999 !important;
    font-style: italic !important;
}
.dashboard-controls .k-multiselect-wrap {
    min-height: 33px;
    box-shadow: none;
}

body > #dnx-heatmap {
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 99999;
}

.btn-icon-left {
    position: relative;
}

.btn-icon-left .fa, .btn-icon-left .far, .btn-icon-left .fas {
    position: absolute;
    line-height: 24px;
    top: 50%;
    margin-top: -12px; /* Half of line height to keep left middle postion of container */
    left: 10px;
}