body.testing-banner {
    background-image: url('../../images/testingbanner.png');
    background-position: top center;
    background-repeat: repeat-x;
    padding-top: 25px !important;
}

.sticky {
    background-color: #fff;
}

/* force modal dialogs above other popups e.g. param prompt */
div.bootstrap-dialog { z-index: 20000 !important; }

.bugReportButton {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size: 18px;
    z-index: 999;
}
    .bugReportButton i {
        margin-top: 22px;
    }

.form-control.animate__animated.error {
    border-color: #ffcccc;
}

.linkify {
    display: inline-block;
    padding: 2px 3px;
}

a:hover {
    cursor: pointer;
}

.session-expiry-wrapper {
    z-index: 1000000 !important;
}

/* File upload UI */
#uploadInput {
    width: 500px;
}

#uploadButton {
    margin-top: 20px;
}

/* fixes to printing styles which ignore the element styles in some cases */
* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
    color-adjust: exact !important; /*Firefox*/
}

@media print {
    .label {
        border: none;
    }
}

.ifx-interopcerner-frame {
    width: 100%;
    height: 600px;
    border: none;
}

/* Chrome, Safari and Opera syntax */
:-webkit-full-screen {
    background-color: white;
}

/* Firefox syntax */
:-moz-full-screen {
    background-color: white;
}

/* IE/Edge syntax */
:-ms-fullscreen {
    background-color: white;
}

/* Standard syntax */
:fullscreen {
    background-color: white;
}

.chartzoomer {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.charting-parameter-update-row {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.chart-utility-row {
    padding: 10px;
    text-align: center;
}

.chart-utility-content {
    display: inline-block;
}

.chart-container {
    position: relative;
}

.chart-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    filter: alpha(opacity=60);
    background-color: #6495ed;
    text-align: center;
    display: none;
}

.chart-overlay div {
    position: relative;
    font-size: 34px;
    margin-top: -17px;
    top: 50%;
}
.chart-zoom-indicator {
    text-align:center;
}



.ifx-context-frame-wrapper {
    background: url('../../images/inprogress.gif') center center no-repeat;
}

.ifx-context-frame {
    border: none;
    width: 100%;
}
.ifx-createeventselector, .ifx-createeventselector button {
    width: 100%;
}

    .ifx-createeventselector .selectedValue {
        text-overflow: ellipsis;
        overflow: hidden;
        float: left;
        text-align: left;
    }

    .ifx-createeventselector .caret {
        float: right;
        margin-top: 9px;
    }

    .ifx-createeventselector li.ifx-event a {
        background-repeat: no-repeat;
        background-position: center left;
        margin-left: 5px;
    }

    .ifx-createeventselector li.ifx-event-default a {
        background-image: url(../../images/folder.png);
    }

    .ifx-createeventselector li.ifx-document a {
        background-image: url(../../images/file.png);
        background-position: center left;
        background-repeat: no-repeat;
        margin-left: 5px;
    }
.ifx-data-view-selector {
    display: inline-block;
}
.dictionaryderivedaddin .modal-header {
    background-color: #337ab7;
    color: #fff;
}

.dictionaryderivedaddin .item-input,
.dictionaryderivedaddin .item-output {
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 1.6em;
    text-indent: .33em;
    width: 100%;
}

.dictionaryderivedaddin .item-output,
.dictionaryderivedaddin .readonly {
    background-color: #f0f0f0;
    color: #000 !important;
    height: 34px;
}

.dictionaryderivedaddin .item .k-input {
    min-height: 1.8em;
}

.dictionaryderivedaddin .item-label {
    margin: 0;
}

.dictionaryderivedaddin .modal-body hr {
    margin: 0;
}

.dictionaryderivedaddin div.item-wrapper {
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}

    .dictionaryderivedaddin div.item-wrapper.disabled {
        display: none;
    }

.dictionaryderivedaddin .secondary-inputs,
.dictionaryderivedaddin .outputs {
    border-top: 1px solid #dce4ec;
    margin-top: 15px;
    padding-top: 10px;
}

.dictionaryderivedaddin .form-control {
    height: 34px;
}

    .dictionaryderivedaddin .group .item-wrapper:not(:last-of-type) {
        padding-right: 5px;
    }

div.ifx-eventstatus {
    display: inline-block;
    padding: 3px;
    color: #525252;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 24px;
    line-height: 24px;
    min-width: 90px;
    text-align: center;
}

div.ifx-eventstatus-notstarted {
    border: 2px solid #ff2841;
    background-color: #ff5468;
}

div.ifx-eventstatus-started {
    border: 2px solid #e9a524;
    background-color: #fabe4d;
}

div.ifx-eventstatus-complete {
    border: 2px solid #00ed58;
    background-color: #4dfa90;
}


.ifx-event-summary-title {
    font-size: 1.1em;
    font-weight: bold;
}

table.ifx-event-summary .subtitle {
    background-color: cornflowerblue;
    color: white;
}

table.ifx-event-summary .question {
    background-color: antiquewhite;
}

table.ifx-event-summary .response {
    background-color: white;
}

.ifx-eventview-lastupdated {
    color: #8c8c8c;
    font-size: 0.9em;
}

.ifx-eev-controlbuttons
{
    float: right;
}

.ifx-eventview-page {
    overflow-x: auto;
}
.ifx-eventview-itemcontrol-url { display: inline-block; width: 20px; }
.ifx-eventview-missing { background-color: #9999FF !important; }
.ifx-eventview-unknown { background-color: #C0FFC0 !important; }
.ifx-eventview-page legend { border: none; width: auto; }

.hide-tabs {
    display: none;
}

/* Branching buttons in EEV */
.ifx-branch-button:hover {
    cursor: pointer;
}

.ifx-branch-button {
    position: absolute;
    left: 3px;
}

.branch-navigator {
    width: 100%;
    margin: 2px 0;
}

    .branch-navigator .previous {
        left: 0;
    }
    .branch-navigator .next {
        right: 0;
    }
    .branch-navigator .next, .branch-navigator .previous {
        position: absolute;
        top: 0;
        height: 22px;
        width: 90px;
    }
    .branch-navigator .current-panel {
        display: inline-block;
        text-align: center;
        position: absolute;
        border: 1px solid #ccc;
        background-color: white;
        color: darkslategray;
        font-weight: 500;
        left: 90px;
        right: 90px;
    }
    .branch-navigator, .branch-navigator .current-panel, .branch-navigator .next, .branch-navigator .previous {
        height: 28px;
        font-size: 1.1em;
        line-height: 1.5em;
        padding-top: 0
    }


li.branch-only-panel {
    display: none !important;
}

/* tabs */
.ifx-eventview .nav-tabs > li > a {
    border: none;
    color: #666;
}

    .ifx-eventview .nav-tabs > li.active > a, .ifx-eventview .nav-tabs > li.active > a:hover, .ifx-eventview .nav-tabs > li.active > a:focus, .ifx-eventview .nav-tabs > li > a:hover {
        color: #3c648c !important;
        background: #d5ecff;
        border: none;
    }

/* ERRORS AND WARNINGS  
----------------------------------------------------------*/
.ifx-eventview .nav-tabs > li.invalid > a, .ifx-eventview .nav-tabs > li.invalid > a:hover, .ifx-eventview .nav-tabs > li.invalid > a:focus,
.ifx-eventview .nav-pills > li.invalid > a, .ifx-eventview .nav-pills > li.invalid > a:hover, .ifx-eventview .nav-pills > li.invalid > a:focus {
    color: red;
}

.ifx-validations .modal-header {
    font-size: 18px;
}

.ifx-validations .modal-body {
    padding: 0;
}

.ifx-validations .modal-footer {
    margin-top: 0;
    text-align: left
}

    .ifx-validations .modal-footer .bootstrap-dialog-footer-buttons {
        margin-top: 5px;
        text-align: right;
    }

ul.validationresults-errors, ul.validationresults-warnings, ul.validationresults-exceptions {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

.ifx-validations .validationresults-errors li, .ifx-validations .validationresults-warnings li, .ifx-validations .validationresults-exceptions li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.validationresults-errors {
    width: 100%;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #F7CBA2;
    list-style: none;
}

.validationresults-warnings {
    width: 100%;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #FFF8DC;
    list-style: none;
}

.validationresults-exceptions {
    width: 100%;
    font-weight: bold;
    font-size: 0.9em;
    background-color: #FF3300;
    color: #fff;
    list-style: none;
}

.ValidationResultBlock {
    padding: 1px 0px 1px 5px;
}
.ifx-identifiers-table {
    border: 1px solid #b3b3b3;
    color: #555;
    font-weight: 500;
    table-layout: fixed;
}
thead.ifx-identifiers-header tr th {
    border: 1px solid #b3b3b3;
    text-align: center;
    background-color: #e1edf8;
    font-weight: 600;
}
tbody.ifx-identifiers-data tr td {
    border: 1px solid #b3b3b3;
    text-align: center;
}

/*Main*/

.iq-not-editable {
    pointer-events: none;
    opacity: 50%;
}

.iq-html .outer-container {
    width: 100%;
    border: 3px solid #003399;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    background-color: white;
    margin: auto;
    margin-bottom: 6px;
}

.iq-html .inner-container {
    border: solid 1px #003399;
    background-color: #F2FFFF;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.iq-html .section-title {
    color: #0077d2;
    margin-bottom: 20px;
    text-align: center;
}
/****** PROGRESS BAR ******/
.iq-progress-bar-wrapper {
    font-size: 20px;
}
/*progress bar styling*/
.progress-bar-my-custom-type {
    background-color: #054b85;
}

.iq-wrapper .progress-bar-info {
    background-color: rgb(38, 237, 204);
}
/* ***** Navigation Row & Buttons ***** */
.iq-nav-wrapper {
    padding-top: 20px;
    margin-top: 10px;
}

.btn.iq-nav-button {
    /* background: #005ea1;
     */
    background-color: #286090;
    -webkit-box-shadow: inset 0px -20px 19px -11px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 0px -20px 19px -11px rgba(0,0,0,0.12);
    box-shadow: inset 0px -20px 19px -11px rgba(0,0,0,0.12);
    text-decoration: none;
    font-size: 1.125em;
    font-weight: normal;
    color: #fff;
    font-family: Arial, sans-serif;
    /* border: 1px solid #aaa;
     */
    /* border-radius: 6px;
     */
    /* cursor: default;
     */
}

.iq-checkbox-label {
    margin: 1px;
}

.label.iq-label {
    background: transparent;
    color: slategray;
    font-weight: normal;
}

.iq-panel-header {
    font-weight: bold;
    display: table;
    height: 100px;
    overflow: hidden;
    background-color: aquamarine;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.iq-panel-header-text {
    display: table-cell;
    vertical-align: middle;
}
/***** iFrame *****/
.iq-iframe {
    width: 100%;
}
/****** WIDGET ******/
.iq-wrapper {
    background-color: inherit
}

.iq-page {
    overflow-y: hidden;
}
/****** PANEL ******/
.iq-panel-header {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 20px 10px 20px 10px;
    /* border-radius: 2px;
     */
    background-color: #054b85;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    /* line-height: 1.428571429;
     */
}
/****** label ******/
.iq-label-wrapper {
    display: flex;
    justify-content: center;
}

.iq-label {
    color: rgb(25, 149, 251);
    font-size: 18px;
}
/*iq-label-cell {
}
*/
/***** EDITOR ******/
.iq-editor-wrapper {
    display: flex;
    justify-content: center;
    text-align: right;
    background-color: #daedfe;
    font-weight: normal;
}
/****** ITEMS ******/
.iq-item-control {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border: 1px solid #054b85;
    background-color: white;
    margin-bottom: 6px;
    border-radius: 6px;
}

.iq-itemcontrol-input {
    background-color: whitesmoke;
    width: 100%
}

.text-item.iq-itemcontrol-input.k-textbox {
    background-color: whitesmoke;
    text-align: center;
}

.k-dropdown.boolean-item.iq-itemcontrol-input {
    width: auto;
    background-color: whitesmoke;
}

.iq-itemcontrol-input.readonly {
    background-color: whitesmoke;
    color: grey;
}

.iq-value-thermometer {
    display: inline-block;
    width: 25px !important;
}


.iq-value-thermometer-parent {
    text-align: center;
}

.ifx-slider-value {
    text-align: right;
    padding-right: 6px !important;
    width: auto;
}

.ifx-iq-checkbox-buttons {
    width: 0px;
}

.ifx-iq-checkbox-button {
    display: none;
}

.btn.iq-button-boolean {
    background: #054b85;
    color: white;
    margin: 5px;
}

.btn.iq-button-boolean.active {
        background: #053963;
        color: white;
        margin: 5px;
}

/***** SELECT BUTTONS ******/
.iq-checkbox-button {
    width: 0;
}

iq-wrapper .label {
    white-space: normal;
}
/***** DATES *****/
.datetime-item.iq-itemcontrol-input.datetimepicker.k-input {
    height: 30px;
}
/* Boolean Items */
.boolean-item.k-dropdown, .boolean-item .k-dropdown-wrap, .boolean-item .k-dropdown-wrap .k-input {
    box-sizing: border-box;
    height: 100%;
}

.ifx-boolean-checkbox .k-sprite {
    font-size: inherit;
}

.iq-nav-button {
    background-color: rgb(25, 149, 251);
    color: whitesmoke;
}


/***** TOOLBAR ******/
.iq-toolbar-static {
    /*float: left; 
    margin-left: 15px;*/
    float: right; 
    margin-right: 15px;
}

/****** ICONS ******/

.iq-toolbar-icon-popup {
    /*background: url(/images/url.png);*/
    background-repeat: no-repeat;
    height: 65px;
    width: 18px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 8px;
}

.iq-toolbar-icon-static {
    /*background: url(/images/info.jpg);*/
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    height: 35px;
    width: 35px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 8px;
    display: inline-block;
}


.iq-icon-default {
    background-image: url(/images/info.jpg);
}

.iq-icon-url {
    background-image: url(/images/url.png);
}

.iq-icon-video {
    background-image: url(/images/url.png);
}

.iq-icon-audio {
    background-image: url(/images/url.png);
}


.ifx-numeric-buttons {
    width: auto;
}

.ifx-numeric-buttons-left {
}

.ifx-numeric-buttons-right {
}

.iq-item-disabled {
    opacity: 65%;
    cursor: wait;
}


.iq-nav-disabled {
    cursor: progress;
}

.iq-toolbar {
    float: right;
}


.ifx-iq-checkbox-group:focus {
    outline: none;
}

.iq-editor-refresh-wrapper {
    width: 100%;
}


.ifx-iq-dialog-warnings .modal-body{

}

.ifx-iq-dialog-errors .modal-body{

}

.iq-item-control.mandatory .iq-label, .iq-item-control.mandatory-allowsave .iq-label {
    font-weight: bold;
}
/* content styles */

.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
.form-control {
    /* override display block */
    display: inline-block;
}

.ifx-item-control {
    position:absolute;
}

    .ifx-item-control .label-wrapper {
        border-width: 1px;
        position: absolute;
        display: table;
        box-sizing: border-box;
    }

    .ifx-item-control .label-cell {
        display: table-cell;
    }
    .ifx-item-control .label {
        display: block;
        font-weight: normal;
        padding: 0;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    
    .ifx-item-control .editor-wrapper {
        margin-bottom:0;
        display:inline-block;
        position:absolute;
        bottom:0px;
        box-sizing:border-box;
    }

        .ifx-item-control .editor-wrapper textarea {
            resize: none;
        }

    .ifx-item-control .ifx-readonly {
        vertical-align: top;
    }

        .ifx-item-control .ifx-readonly.noborder {
            border: 1px solid #f0f0f0;
        }

        .ifx-item-control .ifx-readonly.border {
            border: 1px solid;
        }

        .ifx-item-control .ifx-readonly.insetborder {
            border: 1px solid;
            border-style: inset;
        }

    .ifx-itemcontrol-input.k-maskedtextbox {
        border: 1px solid #ccc;
        height: 100%;
    }

    .ifx-dic tr {
        cursor: pointer;
    }

.k-widget.noborder, .k-textbox.noborder, .k-widget.noborder .k-dropdown-wrap {
    border: 0;
}

.ifx-dic-button {
    position: relative;
    margin-left: -20px;
}

    .ifx-dic-button:hover {
        -moz-box-shadow: 0 0 2px gray;
        -webkit-box-shadow: 0 0 2px gray;
        box-shadow: 0px 0px 2px gray;
        cursor: pointer;
    }

ifx-eventview .lookup-item {
    height: 100%;
}
.lookup-item .k-clear-value {
    margin-right: 20px;
}

.ifx-panelcontrol-button {
    padding: 1px 6px;
    position: absolute;
}

.ifx-panelcontrol-summaryview {
    overflow: auto;
    position: absolute;
}

.ifx-panelcontrol-label {
    position: absolute;
}

.ifx-panelcontrol-frame {
    margin: 0;
    padding: 0;
    position: absolute;
    box-sizing: border-box;
    border-width: 1px;
}

.mr-list-check {
    vertical-align: top;
}

.editor-wrapper textarea {
    height: 100%;
}

/* New lookup search items */
.ifx-lookup-search {
    margin-bottom: 5px;
}

    .ifx-lookup-search .item-wrapper {
        display: inline-block;
        width: 45%;
        padding: 2px 8px;
    }

    .ifx-lookup-search label {
        font-weight: normal;
        line-height: 1.6em;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 1.6em;
    }

    .ifx-lookup-search .input-wrapper {
        float: right;
        display: inline-block;
        vertical-align: top;
    }

    .ifx-lookup-search div.form {
        padding: 7px;
    }

    .ifx-lookup-search a.search {
        display: block;
        margin-top: 10px;
    }

/* Styling fixes to try and get Kendo to honour our control sizes */

/* hide pickers for readonly widgets */
.ifx-itemcontrol-input.readonly .k-picker-wrap,
.ifx-itemcontrol-input.readonly .k-numeric-wrap,
.ifx-itemcontrol-input.readonly .k-dropdown-wrap,
.ifx-itemcontrol-input.disabled .k-picker-wrap,
.ifx-itemcontrol-input.disabled .k-numeric-wrap,
.ifx-itemcontrol-input.disabled .k-dropdown-wrap {
    padding-right: 0;
}
.ifx-itemcontrol-input.k-widget.readonly .k-select, .ifx-itemcontrol-input.k-widget.disabled .k-select {
    display: none;
}
.ifx-itemcontrol-input.k-numerictextbox.readonly .k-numeric-wrap input.k-input, .ifx-itemcontrol-input.k-numerictextbox.disabled .k-numeric-wrap input.k-input {
    width: 100%;
}

/* Text Items */
input.text-item {
    height: 100%;
}

/* Memo Items */
textarea.text-item, textarea.memo-item {
    height: 100%;
    padding-left: .33em;
}

/* Lookup Items */
.ifx-eventview .lookup-item.k-autocomplete {
    height: 100%;
}
.ifx-eventview .lookup-dropdown .k-dropdown-wrap .k-input {
    line-height: normal;
}
.lookup-dropdown.k-dropdown, .lookup-dropdown .k-dropdown-wrap {
    box-sizing: border-box;
    height: 100%;
    background-color: transparent;
    color: inherit
}
.lookup-dialog .k-input {
    color: inherit;
    width: calc(100% - 30px);
}

/* Value Items */
.value-item.k-numerictextbox, .value-item .k-numeric-wrap {
    box-sizing: border-box;
    height: 100%;
}

    .value-item.k-numerictextbox .k-numeric-wrap input.value-item {
        box-sizing: border-box;
        height: 100%;
    }

.value-item .k-select .k-link {
    height: 50%;
}
.value-item.noborder .k-numeric-wrap {
    border: none;
}

    .value-item.noborder .k-numeric-wrap.k-state-default .k-input {
        box-shadow: none;
    }

/* Coded Items */
.coded-item.k-dropdown, .coded-item .k-dropdown-wrap, .coded-item .k-dropdown-wrap .k-input {
    box-sizing: border-box;
    height: 100%;
}

.coded-item .k-dropdown-wrap {
    padding-left: 0.5em;
}

    .coded-item .k-dropdown-wrap .k-input {
        line-height: normal;
        text-indent: 0;
    }

.coded-item.multiselect.multiline .k-dropdown-wrap {
    padding-left: 5px;
}
.coded-item.multiselect.multiline span.k-input {
    overflow-y: auto;
    text-indent: 0;
    white-space: normal;
}
.mr-label {
    display: inline-block;
    font-weight: normal;
    width: 100%;
}
.coded-item.multiselect .k-i-arrow-60-down:before {
    content: "\e024";
}

/* Date Items */
.datetime-item.k-datetimepicker, .datetime-item.k-datepicker, .datetime-item.k-timepicker, .datetime-item .k-picker-wrap, .datetime-item .k-picker-wrap .k-input {
    box-sizing: border-box;
    height: 100%;
}
    .datetime-item.k-datetimepicker.noborder .k-picker-wrap, .datetime-item.k-datepicker.noborder .k-picker-wrap, .datetime-item.k-timepicker.noborder .k-picker-wrap {
        border: none;
    }
        .datetime-item.k-datetimepicker.noborder .k-picker-wrap.k-state-default .k-input, .datetime-item.k-datepicker.noborder .k-picker-wrap.k-state-default .k-input, .datetime-item.k-timepicker.noborder .k-picker-wrap.k-state-default .k-input {
            box-shadow: none;
        }

/* Boolean Items */
.boolean-item.k-dropdown, .boolean-item .k-dropdown-wrap, .boolean-item .k-dropdown-wrap .k-input {
    box-sizing: border-box;
    height: 100%;
    line-height: normal;
}
.ifx-boolean-checkbox span.k-i-tick, input.ifx-eventview-itemcontrol-check.tick, input.ifx-eventview-itemcontrol-check.tick:hover {
    background-image: url('../../images/tick-icon.png');
}
.ifx-boolean-checkbox .k-i-tick:before { content: ""; }
.ifx-boolean-checkbox span.k-i-close, input.ifx-eventview-itemcontrol-check.cross, input.ifx-eventview-itemcontrol-check.cross:hover {
    background-image: url('../../images/cross-icon.png');
}
.ifx-boolean-checkbox .k-i-close:before {
    content: "";
}
.ifx-boolean-checkbox.noborder {
    border: none;
}

.ifx-boolean-checkbox span.k-i-tick, .ifx-boolean-checkbox span.k-i-close,
input.ifx-eventview-itemcontrol-check.tick, input.ifx-eventview-itemcontrol-check.tick:hover,
input.ifx-eventview-itemcontrol-check.cross, input.ifx-eventview-itemcontrol-check.cross:hover {
    max-width: 100%;
    max-height: 100%;
    background-size: contain !important;
    background-position: center center !important;
    text-indent: -100px !important;
}

/* Force background imgs to show when printing */
@media print {
    .ifx-boolean-checkbox span.k-i-tick, input.ifx-eventview-itemcontrol-check.tick, input.ifx-eventview-itemcontrol-check.tick:hover {
        background-image: url('../../images/tick-icon.png') !important;
    }
    .ifx-boolean-checkbox span.k-i-close, input.ifx-eventview-itemcontrol-check.cross, input.ifx-eventview-itemcontrol-check.cross:hover {
        background-image: url('../../images/cross-icon.png') !important;
    }
}

/* Media Items */
.ifx-mediaitem .carousel-indicators {
    bottom: -8px;
}

.ifx-mediaitem .carousel-caption {
    top: -28px;
}

    .ifx-mediaitem .carousel-caption a {
        background-color: #fff;
        font-size: 10px;
        text-shadow: none;
    }

.ifx-mediaitem .carousel-control .fa-chevron-left, .ifx-mediaitem .carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
} 

/* Kendo overrides for item control heights in EEV */
div.ifx-item-control div.editor-wrapper input.ifx-itemcontrol-input,
div.ifx-item-control div.editor-wrapper .ifx-itemcontrol-input span.k-input {
    height: 100%;
    padding-bottom: 0;
}

div.ifx-item-control div.editor-wrapper .datetime-item span.k-select,
div.ifx-item-control div.editor-wrapper .coded-item span.k-select,
div.ifx-item-control div.editor-wrapper .lookup-item.k-dropdown span.k-select,
div.ifx-item-control div.editor-wrapper .boolean-item span.k-select {
    line-height: normal;
}

div.ifx-item-control .k-link-date,
div.ifx-item-control .k-link-time,
div.ifx-item-control .k-i-calendar,
div.ifx-item-control .k-i-clock,
div.ifx-item-control .boolean-item .k-i-arrow-60-down, div.ifx-item-control .coded-item .k-i-arrow-60-down {
    position: relative;
    top: calc(50% - 8px);
}
/* END: Styling fixes to try and get Kendo to honour our control sizes */
.ifx-lookuplogin .panel {
    border-color: #018ADA;
    border-style: solid;
}

.ifx-lookuplogin .panel-body {
    background-color: #B0C3EC;
}


.launch-capture-button {
    position : absolute;
    left:0;
    top:0;
}

.media-capture > * {
    font-family: "Verdana", sans-serif;
    font-size: 10pt;
}

.media-capture-modal {
    overflow: hidden;
}

.media-capture-modal-content {
    overflow: hidden;
}

.media-capture-modal-dialog {
    overflow: hidden;
}

.ifx-capture-grab-canvas {
    border:1px solid #000000;
}

.ifx-video-container {
    overflow: hidden;
    width: initial;
}

.image-container {
    box-shadow: none !important;
}

.ifx-media-capture-prompt-yes{
    margin:5px;
}

.ifx-media-capture-prompt-no {
    margin: 5px;
}

.ifx-message-thread-wrapper {
    /*background-color: #ecf0f5;*/
    padding: 20px 0;
}

.ifx-message-thread {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
    .ifx-message-thread:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #0073b7;
        left: 31px;
        margin: 0;
        border-radius: 2px;
    }
    .ifx-message-thread > li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 15px;
        
    }
.ifx-message-thread > li:before,
.ifx-message-thread > li:after {
    content: " ";
    display: table;
}

.ifx-message-thread > li:after {
    clear: both;
}

        .ifx-message-thread > li > .message-wrapper {
            -webkit-box-shadow: 0 0 0 1px #ecf0f5;
            box-shadow: 0 0 0 1px #ecf0f5;
            border-radius: 3px;
            margin-top: 0;
            background: #fff;
            color: #444;
            margin-left: 60px;
            margin-right: 15px;
            padding: 0;
            position: relative;
        }

        .ifx-message-thread > li > .message-wrapper > .message-time {
            color: #999;
            float: right;
            padding: 10px;
            font-size: 12px;
        }

            .ifx-message-thread > li > .message-wrapper > .message-header {
                margin: 0;
                color: #0073b7;
                border-bottom: 1px solid #eee;
                padding: 10px;
                font-size: 16px;
                line-height: 1.1;
            }

        .ifx-message-thread > li > .message-wrapper > .message-header > a {
            font-weight: 600;
        }

    .ifx-message-thread > li > .message-wrapper > .message-body,
    .ifx-message-thread > li > .message-wrapper > .message-footer {
        padding: 10px;
    }

        .ifx-message-thread > li > .fa,
        .ifx-message-thread > li > .far {
            width: 30px;
            height: 30px;
            font-size: 15px;
            line-height: 30px;
            position: absolute;
            color: #fff;
            background-color: #0073b7;
            border-radius: 50%;
            text-align: center;
            left: 18px;
            top: 0;
        }

    .ifx-message-thread > .time-label > span {
        color: #fff;
        font-weight: 600;
        padding: 5px;
        display: inline-block;
        background-color: #0073b7;
        border-radius: 4px;
    }

.ifx-message-thread .bg-gray {
    background-color: #d2d6de;
}
iframe.mig-frame {
    min-height: 400px;
    width: 100%;
    border: 0 none;
}
.ifx-pm-locked {
    pointer-events:none;
}

.ifx-pm-mandatory-valid {
    background-color: green;
}

.ifx-pm-mandatory-invalid {
    background-color: red;
}

.ifx-pm-errorlist {
    background-color: pink;
}

.ifx-pm-errorlist-item {
    background-color: red;
}


ul.ifx-pm-summary {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.ifx-pm-summary li {
    display: inline;
    font-size: 18px;
}

/* Adds a slash symbol (/) before/behind each list item */
ul.ifx-pm-summary li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Summary Text Colour */
ul.ifx-pm-summary li span {
    color: grey;
    text-decoration: none;
}

/* Add a - to separate the title and the value */
ul.ifx-pm-summary li span:before {
        color: black;
        text-decoration: none;
        content: "\00a0-\00a0";
}

 

.ifx-search.container {
    padding-left: 0px;
    padding-right: 0px;
}

.ifx-search .criteria, .ifx-search .results {
    background-color: #018ADA;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-bottom: 20px;
}

.ifx-search-wrapper {
    height: 30px;
}

.ifx-search .heading {
    background-color: #e1edf8;
    color: #555;
    padding: 10px 15px;
}

.ifx-search .body {
    background-color: #f0f8ff;
    padding: 15px;
}

.ifx-search .results .body {
    padding: 0;
}

.ifx-search .form-group {
    margin-bottom: 5px;
}

.ifx-search .form-group label {
    font-weight: normal;
    margin-bottom: 4px;
}

.ifx-search-results-grid .rgDataDiv
{
height : auto !important ;
}

.ifx-search-validator
{
    color: Red;
    padding-left: 5px;
    font-weight: bold;
}
.ifx-subjectlookup .panel {
    border-color: #018ADA;
    border-style: solid;
}

.ifx-subjectlookup .panel-heading {
    background-color: #018ADA;
    border-bottom: none;
    color: White;
}

.ifx-subjectlookup .panel-body {
    background-color: #B0C3EC;
}

.sv-label {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    width: 120px;
}

.ifx-summary-view select {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    height: 30px;
    padding: 2px;
    width: 280px;
}

.ifx-summary-view .k-grid-content .wrapper span {
    word-wrap: break-word;
}

.ifx-summary-view .no-data .k-auto-scrollable {
    overflow: hidden;
}

/* Block hover styles when SV is readonly */
.ifx-summary-view.readonly table.k-selectable tr {
    pointer-events: none;
}

.ifx-summary-view .sv-name {
    display: inline-block;
    width: 283px;
}

.ifx-summary-view button {
    height: 30.45px;
}

div.loading {
    display: none;
    width: 30px;
    height: 30px;
    background: url('../../images/ajax-loader.gif') no-repeat left top;
}

.no-scrollbar .k-grid-header {
    padding: 0 !important;
}

.no-scrollbar .k-grid-content {
    overflow-y: visible;
}

.ifx-summary-view-params .item-wrapper {
    border-bottom: 1px solid #808080;
    font-size: 11px;
    font-weight:normal;
    padding: 10px 0px;
}
.ifx-summary-view-params .param-name {
    display: inline-block;
    width: 180px;
}
.ifx-summary-view-params .operator {
    display: inline-block;
    width: 100px;
}
.ifx-summary-view-params .input-wrapper {
    display: inline-block;
    width: 290px;
}
    .ifx-summary-view-params .input-wrapper input {
        width: 100%;
    }
.ifx-summary-view-params .button-wrapper {
    margin-top: 10px;
    text-align: center;
}

/* Fix for defined formats preventing the row hover style */
.k-grid table.k-selectable tbody tr:hover td[style],
.k-grid table.k-selectable tbody tr:hover td div.wrapper[style] {
    background-color: inherit !important;
}

div.ifx-summary-view-simple.text {
    display: inline-block;
}

div.ifx-summary-view-simple.columns {
    text-align: left;
}

    div.ifx-summary-view-simple.columns .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }
.ifx-task-menu {
    padding: 20px;
    min-width: 600px;
}

.ifx-task-status .ko-grid-pageLinks a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.ifx-task-status .button-text {
    margin-left: 10px;
    margin-right: 10px;
}
.ifx-tree-blockheading {
    border: 1px solid #b3b3b3;
    display: block;
    background-color: #e1edf8;
    padding: 5px 0 5px 5px;
    color: #555;
    font-size: 1.1em;
    margin-bottom: 1px;
}

.ifx-overview-tree .treeview {
    font-size: 12px;
    overflow: auto;
}

    .ifx-overview-tree .treeview .list-group-item:first-child {
        border-radius: 0;
    }

    .ifx-overview-tree .treeview a, .ifx-overview-tree .treeview .list-group-item {
        padding: 5px 10px;
    }

        .ifx-overview-tree .treeview li, .ifx-overview-tree .treeview a {
            white-space: nowrap;
        }

.node-selected {
    background-color: #d5ecff;
}

.treeview .icon.node-image {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 1px;
    vertical-align: middle;
}

.ifx-overview-tree .ifx-tree-sort {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 2px;
}

.ifx-overview-tree .ifx-tree-search {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 2px;
}
.treeViewSelector .button-wrapper {
    margin-top: 10px;
    text-align: center;
}

.treeViewSelector .treeview .node-image {
    margin-right: 5px;
}

.treeViewSelector .treeview .ascendant {
    color: black;
}

.treeViewSelector li:not(.selectable) {
    color: black;
}