.RadComboBox_Default .rcbInput {
    font-weight: normal !important;
}
.RadComboBox .rcbInput {
    font-size: 12px;
}
/* syncforce helper styles */
.emptyCheck:empty {
    display: none;
}

.overflowVisible {
    overflow: visible !important;
}

/* Custom SyncForce Bootstrap styling */
.Development.StickyBox {
    display: none !important;
}

/* bootstrap nav tabs with long names that needs two lines */
@media screen and (min-width: 769px) {
    .multilineTabs.nav-tabs > li {
        height: 62px;
    }

        .multilineTabs.nav-tabs > li > a {
            height: 100%;
        }
}

/* default icon styling */
.keyDeliverableIcon {
    color: #ffca00 !important;
    font-size: 14px !important;
}

.availableInKnowledgeLibraryIcon {
    color: #5CB85C !important;
    font-size: 14px !important;
}

.rgHoveredRow .keyDeliverableIcon {
    color: #c89e00 !important;
    font-size: 14px !important;
}

.digitalAsset {
    position: relative;
}

.AddDefaultDA {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px;
    z-index: 1000;
    font-size: 16px;
}

    .AddDefaultDA i {
        color: #8d8d8d;
    }

    .AddDefaultDA:hover i {
        color: #5cb85c;
    }

.fixedWidth .rcbAutoWidth .rcbList {
    width: 550px;
    border: 1px solid red;
}

body {
    -ms-overflow-style: scrollbar;
}

.sfclass.modal {
    font-size: 14px;
}

.sfclass.inValid {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/* fontawesome icon in button */
button .fa {
    margin-right: 5px;
}

    button .fa.noMargin {
        margin-right: 0px;
    }

.input-group-btn button .fa {
    margin-right: 0px;
}

/* keep modal height in screen, set on modal -body */
.sfclass.modalInScreen {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

/* set modal-auto-width on a bootstrap modal, to give it dynamically the width of 90% of the screen */
.sfclass.modal-auto-width .modal-dialog {
    width: 90%;
    min-width: 275px;
}

/* add 15px bottom row on row with for example only buttons */
.rowMargin {
    margin-bottom: 15px;
}

.input-group .selectLeft .selectpicker {
    border-radius: 4px 0 0 4px !important;
}

.input-group .selectRight .selectpicker {
    border-radius: 0 4px 4px 0 !important;
}

.input-group .selectMiddle .selectpicker {
    border-radius: 0 !important;
}

/* unknown effect on platform  */
/*.labelControlPair {
    clear: both;
    overflow: auto;
}*/

.control-label.left-label {
    text-align: left;
}

.sfclass.hide-element {
    display: none;
}

.sfclass.table-valign-top td {
    vertical-align: top;
}

/* Collapsable panel */
.sfclass.panel-heading h3 {
    color: #fff;
    padding: 15px;
    font-size: 14px !important;
    font-weight: bold !important;
    width: calc(100% - 70px);
    cursor: pointer;
}

.sfclass.panel-heading .saveCancelGroup {
    margin: 12px 14px;
}

.sfclass.panel-heading.collapsed {
    background-color: #8d8d8d !important;
    border-radius: 3px;
}

.sfclass.panel-heading {
    background-color: #8d8d8d !important;
    color: #fff !important;
    padding: 0px;
}

    .sfclass.panel-heading .cursorHover {
        cursor: pointer;
        width: calc(100% - 70px);
        display: inline-block;
        padding: 10px;
    }

    .sfclass.panel-heading h3:before {
        font-family: 'Glyphicons Halflings';
        content: "\e259";
        float: left;
        color: #fff;
        margin-right: 10px;
    }

    .sfclass.panel-heading h3.collapsed:before {
        content: "\e258";
    }

/* collapsable panel new style      */
.sfclassPanelTemp.panel-heading {
    cursor: pointer;
}

    .sfclassPanelTemp.panel-heading.collapsable h3:before {
        font-family: 'Glyphicons Halflings';
        content: "\e259";
        font-size: 0.8em;
        line-height: 1.45em;
        float: left;
        margin-right: 10px;
    }

    .sfclassPanelTemp.panel-heading.collapsable h3.collapsed:before {
        content: "\e258";
    }

.sfclass.viewEditControlContainer.gray > div, .sfclass.viewEditControlContainer.gray .scaleArea[readonly], .sfclass.viewEditControlContainer.gray .input-group-addon[readonly] {
    background-color: #f0f0f0;
}

.sfclass.viewEditControlContainer.gray > div {
    padding: 8px 0;
    margin: 5px 0px !important;
    border-radius: 3px;
}

/*panel followUp header with icon */
.panelFollowUp .panel-heading h3 {
    width: calc(100% - 35px);
}

.panelFollowUp .panel-heading span {
    width: 35px;
    display: block;
    text-align: right;
    float: right;
    margin-right: -5px;
    margin-top: -14px;
    color: #5cb85c;
}

/* pageBtnHeader Title width buttons */
.sfclass.pageBtnHeader {
    padding: 30px;
}

    .sfclass.pageBtnHeader .titleCol {
        padding-top: 15px;
    }

        .sfclass.pageBtnHeader .titleCol h2 {
            margin: 0px;
            margin-top: 2px;
        }

    .sfclass.pageBtnHeader .btnCol {
        padding-top: 15px;
    }

/* Standard bootstrap panel with save cancel group */
.panel-heading .saveCancelGroup {
    margin-top: -2px;
}

/* Attribute container */

.sfclass.viewEditControlContainer > div, .sfclass.viewEditControlContainer .scaleArea[readonly], .sfclass.viewEditControlContainer .input-group-addon[readonly] {
    border: none;
    box-shadow: none;
    cursor: default;
}

.sfclass.viewEditControlContainer > div {
    padding: 8px 0;
    margin: 5px 0px !important;
    border-radius: 3px;
}

.sfclass.viewEditControlContainer.master > div, .sfclass.viewEditControlContainer.master .scaleArea[readonly], .sfclass.viewEditControlContainer.master .input-group-addon[readonly] {
    background-color: #DCDCDC;
    border: none;
    box-shadow: none;
    cursor: default;
}

.sfclass.viewEditControlContainer .sfi_label {
    display: block;
    padding: 7px 13px;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

    .sfclass.viewEditControlContainer .sfi_label.input-group-addon {
        display: table-cell;
    }

.panel-collapse {
    padding: 0px 15px;
}

.sfclass.simpleList {
}

    .sfclass.simpleList hr {
        height: 1px;
        border: 0px;
        background-color: #DFDFDF;
        margin: 15px 0;
    }

    .sfclass.simpleList .errorContainer {
        display: none;
        padding: 10px 15px;
        background-color: #f2dede;
        border: 1px solid #ebccd1;
        color: #a94442;
        border-radius: 4px;
    }

    .sfclass.simpleList .listItems {
        width: 100%;
        padding: 0px;
        list-style: none;
    }

        .sfclass.simpleList .listItems .listItem.empty label {
            padding: 0px;
        }

        .sfclass.simpleList .listItems .listItem {
            padding: 10px 13px;
            display: block;
            overflow: hidden;
            border-bottom: 1px solid #D0D0D0;
        }

            .sfclass.simpleList .listItems .listItem.editing {
                background-color: #CDDFEB;
                cursor: default !important;
            }

    .sfclass.simpleList .listItems {
        border-top: 1px solid #D0D0D0;
    }

        .sfclass.simpleList .listItems .listItem .listItemButtons {
            float: right;
            vertical-align: baseline;
            display: block;
        }

            .sfclass.simpleList .listItems .listItem .listItemButtons .editItem,
            .sfclass.simpleList .listItems .listItem .listItemButtons .deleteItem,
            .sfclass.simpleList .listItems .listItem .listItemButtons .cancelEditItem,
            .sfclass.simpleList .listItems .listItem .listItemButtons .saveItem {
                cursor: pointer;
                color: #8c9399;
                border-radius: 9px;
                text-decoration: none;
                font-size: 18px;
                margin-left: 5px;
                vertical-align: bottom;
            }

            .sfclass.simpleList .listItems .listItem .listItemButtons .editItem {
                color: #0091CD;
                display: inline-block;
            }

            .sfclass.simpleList .listItems .listItem .listItemButtons .deleteItem {
                color: #d9534f;
                display: inline-block;
            }

            .sfclass.simpleList .listItems .listItem .listItemButtons .saveItem {
                color: #5cb85c;
                display: none;
            }

            .sfclass.simpleList .listItems .listItem .listItemButtons .cancelEditItem {
                color: #ACACAC;
                display: none;
            }

    .sfclass.simpleList .sfclass.simpleList .listItems .listItem.editing .listItemButtons .editItem {
        display: none;
    }

    .sfclass.simpleList .listItems .listItem.editing .listItemButtons .deleteItem {
        display: none;
    }

    .sfclass.simpleList .listItems .listItem.editing .listItemButtons .saveItem {
        display: inline-block;
    }

    .sfclass.simpleList .listItems .listItem.editing .listItemButtons .cancelEditItem {
        display: inline-block;
    }

    .sfclass.simpleList .sfclass.simpleList .listItems .listItem .itemName {
        font-size: 12px;
        display: block;
        float: left;
        width: 80%;
    }

    .sfclass.simpleList .listItems .listItem.editing .itemName {
        display: none;
    }

    .sfclass.simpleList .sfclass.simpleList .listItems .listItem .itemNameInput {
        padding: 9px;
        border: 1px solid #E0E0E0;
        border-radius: 4px;
        width: 80%;
        margin-left: 1%;
        margin-right: 1%;
        display: none;
        vertical-align: bottom;
    }

    .sfclass.simpleList .listItems .listItem.editing .itemNameInput {
        display: inline-block;
        padding: 4px 8px;
    }

.sfclass.error {
    background-color: #f2dede;
}

.sfclass.simpleList .addListItemContainer {
}

    .sfclass.simpleList .addListItemContainer .addListItem {
        border: 1px solid #5cb85c;
        text-decoration: none;
        font-size: 19px;
        color: #fff;
        font-weight: bold;
        vertical-align: bottom;
        background-color: #5cb85c;
        padding: 7px 9px 8px 9px;
        border-radius: 0px 4px 4px 0px;
        margin: 0;
        display: inline-block;
        height: 36px;
    }

        .sfclass.simpleList .addListItemContainer .addListItem:hover {
            background-color: #449d44;
        }

    .sfclass.simpleList .addListItemContainer .listItemText {
        padding: 9px;
        border-color: #E0E0E0;
        border-style: solid;
        border-width: 1px 0px 1px 1px;
        border-radius: 4px 0 0 4px;
        line-height: 0px;
        height: 36px;
    }

/* Sortable simple list styling */

.sfclass.simpleList.sortable .listItems .listItem:hover {
    cursor: move;
}

.sfclass.simpleList.sortable .listItems {
    position: relative;
    display: block;
}

    .sfclass.simpleList.sortable .listItems .listItem {
        position: relative;
    }

        .sfclass.simpleList.sortable .listItems .listItem .itemName:before {
            content: '';
            width: 8px;
            top: 0;
            left: 0;
            height: 100%;
            position: absolute;
            background-image: url('../img/dragHandle.png');
        }

        .sfclass.simpleList.sortable .listItems .listItem:hover {
            background-color: #f1f1f1;
        }

        .sfclass.simpleList.sortable .listItems .listItem.editing:hover {
            background-color: #CDDFEB;
        }

        .sfclass.simpleList.sortable .listItems .listItem:hover .itemName:before {
            background-color: #E4E4E4;
        }

        .sfclass.simpleList.sortable .listItems .listItem.ui-sortable-helper .itemName:before {
            background-color: #E4E4E4;
        }

        .sfclass.simpleList.sortable .listItems .listItem .itemName {
            margin-left: 15px;
        }

.ui-state-highlight {
    height: 40px;
    background-color: #fffacd;
}

.sfclass.simpleList .view-tile-button {
    padding-left: 12px;
}

.sfclass.checkList {
    margin: 0;
    padding: 0;
    border-top: 1px solid #D0D0D0;
}

    .sfclass.checkList .checkItem {
        padding: 10px 0px;
        overflow: hidden;
        border-bottom: 1px solid #D0D0D0;
    }

    .sfclass.checkList .checkItem {
        padding: 0px;
    }

        .sfclass.checkList .checkItem label {
            padding-left: 0px;
            width: 100%;
            padding: 9px;
            cursor: default;
        }

            .sfclass.checkList .checkItem label .checkListItemValue {
                display: inline-block;
                width: calc(100% - 25px);
            }

    .sfclass.checkList.edit .checkItem:hover label {
        background-color: #f8f8f8;
        cursor: pointer;
    }

    .sfclass.checkList .checkItem.show {
        display: block;
    }

        .sfclass.checkList .checkItem.show label:after {
            content: "\e067";
            font-family: "Glyphicons Halflings";
            line-height: 1;
            display: inline-block;
            float: right;
            margin: 3px 3px 0px 0px;
            color: #5cb85c;
            position: absolute;
            right: 5px;
            top: 9px;
        }

    .sfclass.checkList .checkItem label:after {
        content: "\e157";
        font-family: "Glyphicons Halflings";
        line-height: 1;
        display: inline-block;
        float: right;
        margin: 3px 3px 0px 0px;
        color: #D3D3D3;
        position: absolute;
        right: 5px;
        top: 9px;
    }

    .sfclass.checkList .checkItem.empty label:after {
        content: "";
    }

    .sfclass.checkList .checkItem.empty label:hover {
        background-color: transparent;
        cursor: default;
    }

    .sfclass.checkList .checkItem label input {
        display: none;
    }

    .sfclass.checkList .checkItem.show label input[disabled] {
        display: none;
    }

/* disabled icon styling */

.listItemButtons .fa.disabled {
    opacity: 0.3;
}

/* Bootstrap select styling */

.sfclass .bootstrap-select .dropdown-menu li.selected a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.sfclass .bootstrap-select li a {
    border-top: 1px solid #e5e5e5;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
}

.sfclass .bootstrap-select .dropdown-header {
    border-top: 1px solid #e5e5e5;
    padding: 6px 8px;
}

    .sfclass .bootstrap-select .dropdown-header:first-child {
        border-top: 0px solid #e5e5e5;
    }

.sfclass .bootstrap-select li.divider,
.sfclass.bootstrap-select li.divider {
    display: none;
}

.sfclass .bootstrap-select .bs-searchbox {
    padding: 8px;
}

.sfclass .bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: normal;
    width: 100%;
}

.sfclass .bootstrap-select.btn-group .dropdown-toggle {
    overflow: hidden !important;
}

    .sfclass .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        overflow: hidden !important;
        white-space: nowrap !important;
    }


.sfclass .scaleTextArea {
    -ms-overflow-y: hidden !important;
    -ms-word-wrap: break-word;
}

    .sfclass .scaleTextArea[readonly] {
        background-color: #fff;
        border: none;
        box-shadow: none;
        cursor: default;
    }

/* Nutrient styling */
.NutrientContainer, .vitaminContainer {
    padding: 15px;
}

.nutrientHeader, .vitaminHeader {
    border-bottom: 2px solid #ccc !important;
    font-weight: bold;
}

.NutrientContainer .row {
    border-bottom: 1px solid #E4E4E4;
}

    .NutrientContainer .row .col {
        padding: 10px;
    }

.oldAllergensValue {
    border: 1px solid #D7D7D7;
    padding: 20px;
}

/* edit view control */
.editsavecancelForm.sfclass .editControl {
}

.editsavecancelForm.sfclass .viewControl span {
    display: block;
    width: 100%;
    min-height: 34px;
    /*padding: 7px 13px;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.simpleList.viewControl .listItem span {
    min-height: 0px;
}

/* If possible, use bootstrap text class 'text-danger' */
.sfclass.mandatoryIndicator {
    margin-left: 5px;
    color: red;
}

.noUnderline, .unpublished:visited, .noUnderline:hover, .noUnderline:active {
    text-decoration: none !important;
}

/* Product / hierarchy status  */

.followUpStatus:hover {
    opacity: 0.8;
}

.productStatus, .followUpStatus, .hierarchy-status, .project-risk {
    font-size: 12px;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    border-radius: 3px;
    margin-left: 5px;
    white-space: nowrap;
}

    .productStatus.pending, .followUpStatus.closed {
        background-color: #fff;
        color: #333;
        border: 1px solid lightgray; /* fallback older ie */
        border: 1px solid rgba(165, 165, 165, 0.3);
    }

    .followUpStatus.open {
        color: #FFF;
        background-color: #a3b7c1;
    }

    .productStatus.draft, .hierarchy-status.draft {
        background-color: #ffde26;
        color: #333333;
    }

    .productStatus.inrevision, .hierarchy-status.inrevision {
        background-color: #fead00;
    }

    .productStatus.datacheck {
        background-color: #a31569;
    }

    .productStatus.released, .hierarchy-status.released {
        background-color: #007e0e;
    }

    .productStatus.unpublished {
        background-color: #dedfd0;
        color: #333333;
    }

    .productStatus.failed, .productStatus.dqfailed {
        background-color: #5c1f59;
    }

    .productStatus.archived, .productStatus.rejected, .hierarchy-status.archived {
        background-color: #919191;
    }

    /* project risk colors */
    .project-risk.level-1 {
        background-color: #d50000;
    }

    .project-risk.level-2 {
        background-color: #ffab00;
    }

    .project-risk.level-3 {
        background-color: #ffea00;
        color: #333;
    }

    .project-risk.level-4 {
        background-color: #00c853;
    }

    .project-risk.level-5 {
        background-color: #64dd17;
        color: #333;
    }

/* calendar aanpassing stylesheet tbv override van bootstrap */
.RadCalendar caption {
    padding: 0 !important;
}

/* unknown effect on platform  */
/*.input-group.searchInput input {
    border-right: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.input-group.searchInput input:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(0, 0, 0, 1);
}

.input-group.searchInput .input-group-addon {
    background-color: #fff;
    border-left: 0px;
}
*/

/* search Component styling */
/* Searchbox with placeholder text and search glass icon */

.searchComp {
    position: relative;
}

.searchComp-additional-styling {
    width: 200px;
    margin-top: 15px;
    padding-left: 10px;
}

.searchCompsfclass-additional-styling {
    margin-top: 15px;
    font-size: 14px;
}

    .searchCompsfclass-additional-styling .ddlStyle {
        width: 350px;
    }

.searchComp .form-control {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075) !important;
}

    .searchComp .form-control:focus {
        border: 1px solid #ccc;
        border-right: 0px;
        outline: 0;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, 0.6);
    }

.searchComp .input-group-addon {
    background-color: #fff;
    border-left: 0px solid #ccc;
}

.searchComp input {
    border-right: 0px solid #ccc;
}

/* old value */
.sfclass.oldvalue {
    background-image: url('/images/diagonalGray.png');
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .sfclass.oldvalue::after {
        content: '';
        border-width: 6px;
        border-style: solid;
        border-color: #ffc600 transparent transparent #ffc600;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .sfclass.oldvalue:hover {
        background-color: rgba(240,171,90,0.28);
    }

        .sfclass.oldvalue:hover::after {
            content: '';
            border-width: 6px;
            border-style: solid;
            border-color: #000 transparent transparent #000;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-box-sizing: inherit;
            -moz-box-sizing: inherit;
            box-sizing: inherit;
        }

        .sfclass.oldvalue:hover::before {
            content: attr(data-attr);
            padding: 7px 10px 4px;
            background-color: #000;
            color: #fff;
            height: 30px;
            display: block;
            position: absolute;
            top: -30px;
            left: 0;
            font-weight: normal;
            border-radius: 2px;
            white-space: nowrap;
            -webkit-box-sizing: inherit;
            -moz-box-sizing: inherit;
            box-sizing: inherit;
        }

/* add to 'one-lined' text elements where the text can be bigger then its container, it will be shortened to the size of its container and show dots on the end to indicate this */
.sfclass.textEllipsis h3, .sfclass.textEllipsis span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sfclass.textEllipsis:hover span, .sfclass.textEllipsis:hover h3 {
    white-space: normal;
}

/* or add to show ellipsis without hover action */
.text-no-wrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* buttons used in kendo grid column */
a.btnGridIcon, a.btnGridIcon:hover {
    color: #000000;
}

.sfclass.btnGridIcon {
    font-size: 14px;
    opacity: 0.55 !important;
    vertical-align: middle !important;
    cursor: pointer;
    margin: 0 5px;
    color: black;
}

    .sfclass.btnGridIcon:hover {
        opacity: 1 !important;
    }

    .sfclass.btnGridIcon.disabled {
        opacity: 0.2 !important;
        cursor: not-allowed;
    }

    .sfclass.btnGridIcon.text-danger {
        color: #f00;
    }

.sfclass.deleteCross {
    font-size: 14px;
    opacity: 0.65 !important;
    vertical-align: middle !important;
    cursor: pointer;
    color: #a94442;
}

    .sfclass.deleteCross:hover {
        opacity: 1 !important;
    }

    .sfclass.deleteCross.disabled {
        opacity: 0.2 !important;
        cursor: not-allowed;
    }

/*loading div */
.sfclass.loadingDiv, .sfclass.savingDiv {
    color: #04aeef;
    position: fixed;
    left: 45%;
    top: 30%;
    z-index: 1100;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    padding: 15px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

    .sfclass.loadingDiv h2, .sfclass.savingDiv h2 {
        margin: 0px;
    }

/* Add alert icons styling */
.sfclass.withIcon {
    overflow: hidden;
}

    .sfclass.withIcon p {
        width: calc(98% - 40px);
        float: left;
    }

    .sfclass.withIcon::before {
        font-family: 'Glyphicons Halflings';
        font-size: 1.1em;
        width: 40px;
        float: left;
        padding-left: 9px;
    }

.alert-success.sfclass.withIcon::before {
    content: "\e084";
}

.alert-info.sfclass.withIcon::before {
    content: "\e086";
}

.alert-warning.sfclass.withIcon::before {
    content: "\e209";
}

.alert-danger.sfclass.withIcon::before {
    content: "\e083";
}

/* to be used when you want a glyphicon (or something else to have button behvior */
.sfclass.glyphButton {
    opacity: 0.7;
    cursor: pointer;
}

    .sfclass.glyphButton:hover {
        opacity: 1;
        cursor: pointer;
    }

    .sfclass.glyphButton.disabled {
        opacity: 0.2 !important;
        cursor: not-allowed;
    }

/* Multi line selectpicker */
.sfclass.multiLineSelect {
}

    .sfclass.multiLineSelect.btn-group .dropdown-menu li {
        border-bottom: 1px solid #f0f0f0;
    }

    .sfclass.multiLineSelect.btn-group .dropdown-menu ul li:last-child {
        border-bottom-width: 0px;
    }

    .sfclass.multiLineSelect.btn-group .dropdown-menu li.selected.active small {
        color: #fff;
        opacity: .4;
    }

    .sfclass.multiLineSelect.btn-group .dropdown-menu li small {
        display: block;
        color: #000;
        opacity: .4;
        padding-left: 0;
        font-size: 1em;
    }


/* If you want a tooltip to work only on a disabled button, use this styling */
.sfclass.tooltip-wrapper {
    display: inline-block;
    /* display: block works as well */
    /* make some space so the tooltip is visible */
    cursor: not-allowed;
}

    .sfclass.tooltip-wrapper .btn[disabled] {
        /* don't let button block mouse events from reaching wrapper */
        pointer-events: none;
    }

/* flip bootstrap icon horizontal */
.sfclass.flipIconHorizontal {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* convert bootstrap modal into an alert */
.sfclass.modalAlert {
    background-color: transparent;
}

    .sfclass.modalAlert .modal-body {
        background-color: white;
    }

    .sfclass.modalAlert .modal-footer {
        background-color: white;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .sfclass.modalAlert .modal-header {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .sfclass.modalAlert.warning .modal-header {
        color: white;
        background-color: #f0ad4e;
    }

    .sfclass.modalAlert .modal-body {
        padding-top: 30px;
        padding-bottom: 30px;
    }


/* "classic" projectoverview project info + brand image */
.projectInformation {
    border-bottom: 1px solid #c3c9cf;
    margin-left: 20px !important;
    margin-bottom: 20px;
    min-height: 70px;
    width: 100%;
}

.brandIcon {
    width: 50px;
    height: 50px;
    background: url('/BDM/Projects/images/icon_bg.png') no-repeat;
    padding: 4px;
}

    .brandIcon img {
        margin: 0px !important;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 3px;
    }

.projectType {
    font-size: 15px;
    color: #565656;
    margin-top: 3px;
    vertical-align: middle;
}

.projectName {
    font-size: 14px;
    color: #464646;
    font-weight: bold;
}

.projectIndicators {
    margin-top: 12px;
    color: #CCC;
    margin-bottom: 15px;
}

    .projectIndicators img {
        vertical-align: middle;
    }

/* projectoverview header with stage + gate info */
.sfclass.projectInformationHeader {
    margin-left: initial !important;
    margin-bottom: initial !important;
    padding: 7px 0;
    border-bottom: 1px solid #c3c9cf;
    min-height: 70px;
    width: 100%;
    overflow: hidden;
}

    .sfclass.projectInformationHeader .stageGateStatusBar {
        float: right;
        width: 325px;
        text-align: right;
        vertical-align: middle;
    }

    .sfclass.projectInformationHeader .brandIcon {
        width: 50px;
        height: 50px;
        background: url('/BDM/Projects/images/icon_bg.png') no-repeat;
        padding: 4px;
        box-sizing: content-box;
        overflow: hidden;
        float: left;
    }

        .sfclass.projectInformationHeader .brandIcon img {
            margin: 3px;
        }


    .sfclass.projectInformationHeader .projectNameDetails {
        float: left;
        width: 325px;
        margin-left: 15px;
    }

.projectNameDetails .projectName {
    padding-top: 5px;
}

.projectNameDetails .projectIndicators {
    margin-top: 7px;
}

/* GATE STAGE STATUS BAR */
.sfclass.stageGateStatusBar {
}

/* Gate status */

.sfclass.gateDecisionIcon-lg {
    width: 25px;
    height: 25px;
    padding-top: 1px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 5px;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #dadada;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gateDecisionIcon-lg.passed {
    background-color: #5cb85c;
}

    .gateDecisionIcon-lg.passed::after {
        font-family: 'Glyphicons Halflings';
        content: "\e013";
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 9px;
        color: white;
        font-size: 12px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.gateDecisionIcon-lg.killed {
    background-color: #d9534f;
}

    .gateDecisionIcon-lg.killed::after {
        font-family: 'Glyphicons Halflings';
        content: "\e014";
        display: inline-block;
        position: absolute;
        top: 5px;
        left: 8px;
        color: white;
        font-size: 12px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* Stage status*/
.sfclass.stageStatusBar {
    padding: 6px 16px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 0 3px 0 10px;
    border-radius: 3px;
    vertical-align: middle;
    background-color: #ffca00;
}

.stageStatusBar.started {
    background-color: #5cb85c;
    color: #fff;
}

.stageStatusBar.closed {
    background-color: #009AD1;
    color: #fff;
}

.canNotEdit {
    display: none !important;
}

/* Status indicator & switch */
.sfclass.statusIndicatorSwitch {
}

    .sfclass.statusIndicatorSwitch .btn-flex {
        display: flex;
        align-items: stretch;
        align-content: stretch;
    }

        .sfclass.statusIndicatorSwitch .btn-flex .btn:first-child {
            flex-grow: 1;
            text-align: left;
        }

    .sfclass.statusIndicatorSwitch .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 0px;
    }

    .sfclass.statusIndicatorSwitch .btn-group > .btn:last-child:not(:first-child), .sfclass.statusIndicatorSwitch .btn-group > .dropdown-toggle:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top: 0px;
    }

    .sfclass.statusIndicatorSwitch .statusIndicator {
        padding: 8px 15px;
        border-radius: 4px 4px 0 0;
    }

        .sfclass.statusIndicatorSwitch .statusIndicator.status-started {
            background-color: #5cb85c;
            border-color: #4cae4c;
            color: #fff;
        }

/* Task status icons - font awesome 4.7 */
.task-icon.status-pink {
    color: #fb0ef9;
    font-size: 0.9em;
}

.task-icon.status-yellow {
    color: #ffde59;
}

.task-icon.status-blue {
    color: #2c9bce;
}

.task-icon.status-green {
    color: #5cb75b;
}

.task-icon.status-orange {
    color: #e67e22;
}

.task-icon.status-gray {
    color: #8B9EA5;
}

.task-icon.status-lightgray {
    color: #ccd3d6;
}

.task-icon.status-red {
    color: #c0392b;
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 90% !important;
    }
}

.modal {
    -webkit-overflow-scrolling: auto;
}

/* tooltip */
/*.top .csstooltip{ }*/
.sf-csstooltip {
    position: relative;
}

    .sf-csstooltip:hover {
        cursor: pointer;
    }

.top .sf-csstooltip:hover:after {
    background: #000;
    border-radius: 5px;
    bottom: 23px;
    border: 0px;
    color: #fff;
    content: attr(title);
    right: -100%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content
    /* width: -ms-max-content;*/
}

.top .sf-csstooltip:hover:before {
    border: solid;
    border-color: #000 transparent;
    border-width: 8px 8px 0px 8px;
    bottom: 17px;
    content: "";
    left: 0px;
    position: absolute;
    z-index: 99;
}

/*.right .csstooltip{ }*/

.right .sf-csstooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    top: 7px;
    color: #fff;
    content: attr(title);
    right: 54px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    font-size: .8em;
    width: 150px;
}

.right .sf-csstooltip:hover:before {
    border: solid;
    border-color: transparent #333;
    border-width: 6px 0px 6px 6px;
    bottom: 10px;
    content: "";
    left: -10px;
    position: absolute;
    z-index: 99;
}

/* css only radio switch */
.sfclass.radioSwitch input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

    .sfclass.radioSwitch input[type="radio"]:checked + label {
        background-color: #337ab7;
        color: #fff;
        border-color: #2e6da4;
    }

.sfclass.radioSwitch .label {
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 10px;
    cursor: pointer;
    border-right: 0;
    color: #333;
    border-radius: 0; /* when more then two items are used, only the most left en most right need radius */
}

    .sfclass.radioSwitch .label:hover {
        background-color: #d4d4d4;
    }

    .sfclass.radioSwitch .label:first-of-type {
        border-radius: 4px 0 0 4px;
    }

    .sfclass.radioSwitch .label:last-of-type {
        border-radius: 0 4px 4px 0;
        border-right: 1px solid #ccc;
    }

/* Article styling */
article {
    margin-top: 15px;
}

    article header {
        margin-bottom: 10px;
    }

    article .main {
        padding: 10px;
        border: solid 1px #BDBDBD;
    }

    article header h1,
    article header h2,
    article header h3,
    article header h4,
    article header h5,
    article header h6 {
        color: #465d6e;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    article header h1 {
        font-size: 32px;
    }

    article header h2 {
        font-size: 28px;
    }

    article header h3 {
        font-size: 24px;
    }

    article header h4 {
        font-size: 20px;
    }

    article header h5 {
        font-size: 16px;
    }

    article header h6 {
        font-size: 14px;
    }

/* Generic Add button */
.sfclass .daMainImageContainer {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
}

    .sfclass .daMainImageContainer > div {
        margin: 7px;
        font-size: 12px;
        padding: 15px;
        position: relative;
        width: 100%;
    }

    .sfclass .daMainImageContainer.manage > div {
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        border-radius: 4px;
    }

    .sfclass .daMainImageContainer > div::before {
        font-family: FontAwesome;
        margin: 0 auto;
        padding: 0;
        line-height: 1em;
        display: block;
        text-align: center;
        font-size: 64px;
        color: #8d8d8d;
    }

    .sfclass .daMainImageContainer.noManage > div::before {
        content: "";
        display: block;
        width: 100%;
        height: 100px;
        background-image: url("/Images/noImageAvailableA.png");
        background-repeat: none;
        background-position: center;
        margin: 0 !important;
    }

    .sfclass .daMainImageContainer.noManage div {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        border-radius: 4px;
    }

    .sfclass .daMainImageContainer.manage > div::before {
        content: "\f067";
    }





    .sfclass .daMainImageContainer > div .addImageLabel, .sfclass .daMainImageContainer > div .noImageLabel {
        color: #c1c1c1;
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 10px;
    }

    .sfclass .daMainImageContainer.manage > div:hover *,
    .sfclass .daMainImageContainer.manage > div:hover::before {
        color: #5cb85c;
    }

/* Full screen overlay */
/* Used in product detail page for adding digital assets and in programs for adding a program avatar */

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    /* IE8 */
    background-color: rgba(255, 255, 255, 1);
}

.overlay-content {
    opacity: 0;
    visibility: hidden;
}

.overlay-open {
    left: 0;
    z-index: 1060;
    opacity: 1;
    overflow: hidden;
    overflow-y: scroll;
    visibility: visible;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 0.2s;
}

.belowBsModals.overlay-open {
    z-index: 1030;
}

.overlay-body {
    position: relative;
    padding: 15px;
}

.overlay-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.overlay-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.drag-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 50px;
    z-index: 10000;
}

.drag-overlay-inner {
    border: 4px dashed #fff;
    height: 100%;
}

.drag-overlay-visible {
    opacity: 1;
    visibility: visible;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 0.2s;
}

.hideScrollBar {
    overflow: hidden;
}


/* facet styling*/

.facetContainer {
    margin-bottom: 20px;
}

    .facetContainer .linkGroupHeader {
        border-radius: 0;
        text-align: left;
        padding: 8px 13px;
        overflow: hidden;
    }

        .facetContainer .linkGroupHeader.collapsed {
            border-radius: 0;
        }

        .facetContainer .linkGroupHeader .txt {
            display: block;
            white-space: normal;
            float: left;
            width: 90%;
        }

        .facetContainer .list-group-item.facetSearch {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .facetContainer .linkGroupHeader.collapsed:after {
            /* symbol for "opening" panels */
            font-family: 'FontAwesome'; /* essential for enabling font awesome */
            content: "\f053"; /* adjust as needed, taken from bootstrap.css */
            float: right; /* adjust as needed */
            color: #fff; /* adjust as needed */
        }

        .facetContainer .linkGroupHeader:after {
            /* symbol for "opening" panels */
            font-family: 'FontAwesome'; /* essential for enabling font awesome */
            content: "\f078"; /* adjust as needed, taken from bootstrap.css */
            float: right; /* adjust as needed */
            color: #fff; /* adjust as needed */
        }

    .facetContainer .facetList .linkGroupHeader {
        box-shadow: 0 0 1px rgba(0,0,0,0.1) !important;
    }

        .facetContainer .facetList .linkGroupHeader:hover {
            box-shadow: 0 0 1px rgba(0,0,0,0.1);
        }

.facetList .list-group-item {
    padding: 0px 13px;
    border-color: #dcdcdc;
}

.facetList .moreFacets,
.facetList .lessFacets {
    padding: 8px 13px;
}

.facetContainer .collapse {
    margin-bottom: 15px;
}

    .facetContainer .collapse ul {
        margin: 0;
    }

.facetContainer .list-group ul {
    padding: 0;
}

.facetContainer .list-group-item > .badge {
}

.facetContainer .list-group-item > .checkbox {
    width: 80%;
}

.facetContainer .list-group-item:first-child {
    border-radius: 0;
}

.facetContainer .list-group-item.hidden {
    display: none;
}

.facetContainer .facetList {
    list-style: none;
    margin-bottom: 0;
}

    .facetContainer .facetList .badge {
        background-color: transparent;
        color: #ccc;
        font-style: normal;
        border-radius: 2px;
        padding: 7px 0;
        margin-top: 8px;
    }

    .facetContainer .facetList .moreFacets,
    .facetContainer .facetList .lessFacets {
        background-color: #ececec;
        cursor: pointer;
        border: 0px;
    }

        .facetContainer .facetList .moreFacets:hover,
        .facetContainer .facetList .lessFacets:hover {
            background-color: #cad4d8;
            cursor: pointer;
        }

        .facetContainer .facetList .moreFacets a {
        }

.facetContainer #clearFilter {
    display: none;
}

.facetContainer .selectedCheck {
    background-color: #D5EFD4;
    border-color: #c0d9bf;
}

    .facetContainer .selectedCheck .badge {
        background-color: transparent;
        color: #788d77;
    }

.selectedFiltersContainer .glyphicon-remove {
    margin-left: 5px;
}
/* sfpanel styling */
.sfPanel {
}

    .sfPanel .sfPanel-heading {
    }

        .sfPanel .sfPanel-heading .sfPanel-title,
        .sfPanel .sfPanel-heading .sfPanel-title span {
            color: #364B55;
            font-size: 18px;
            font-weight: normal;
        }

            .sfPanel .sfPanel-heading .sfPanel-title span.fa {
                font-family: FontAwesome;
                color: #337ab7;
            }

    .sfPanel > .sfPanel-body {
        background-color: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        padding: 15px;
    }

.deliverableInputs .panel {
    margin: 0;
}

.sfPanel .panel {
    box-shadow: 0 0 0 rgb(0,0,0);
    border-radius: 0px;
}

    /*.panel-collapse {
    padding: 0;
}*/

    .sfPanel .panel.panel-default {
        border-color: #e4e8ec;
        margin-top: 2px;
        margin-bottom: 0;
    }

.sfPanel .panel-default > .panel-heading {
    color: #364B55;
    background-color: #E4E8EC;
    border-color: #E4E8EC;
}

.deliverableInputs .processFiles .simpleKendoHeader > .col-xs-12,
.deliverables .processFiles .simpleKendoHeader > .col-xs-12,
#taskDeliverables .processFiles .simpleKendoHeader > .col-xs-12 {
    padding: 0px;
}

.deliverableInputs .processFiles .k-grid,
.deliverables .processFiles .k-grid,
#taskDeliverables .processFiles .k-grid {
    margin-bottom: 0px;
}

.deliverableInputs .isProductDeliverable div > .panel-body .panel-heading,
.deliverables .productDeliverableContainer > .panel-body .panel-heading {
    /* background-color: #f3f5f8; */
    /* border-color: #f3f5f8; */
}

.deliverableInputs .isProductDeliverable div > .panel-body,
.deliverables .isProductDeliverable div > .panel-body {
    padding: 0;
}

    .deliverableInputs .isProductDeliverable div > .panel-body .panel-body,
    .deliverables .isProductDeliverable div > .panel-body .panel-body {
        /* border: 1px solid green; */
        padding: 15px;
    }

    .deliverableInputs .isProductDeliverable div > .panel-body .panel {
        border: 0px;
    }

.deliverableStatus i.dsCompleted {
    color: #2C9BCE;
}

.deliverableStatus i.dsInProgress {
    color: #5CB75B;
}

.deliverableStatus i.dsPlanned {
    color: #8B9EA5;
}

.deliverableStatus i.dsCancelled {
    color: #FE6500;
}

.deliverableStatus i.dsInRevision {
    color: #FE6500;
}

.inputRejected {
    color: #D9534F;
}

.inputAccepted {
    color: #5cb85c;
}

.sfPanel .acceptanceStatus {
    margin-right: 10px;
    display: inline-block;
    margin-top: 2px;
    float: right;
    cursor: default;
}

.sfPanel .acceptanceActionButtons {
    float: right;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.sfPanel .nofiles {
    border: 0px solid red;
    margin: 0 15px;
    font-size: 14px;
    color: #a4aaaf;
}


.deliverableInputs .nofiles {
    margin: 0px;
}

.sfPanel .deliverableStatus {
    background-color: #fff;
    color: #BCC3C7;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 20px;
    position: relative !important;
    float: right;
    right: auto !important;
    top: auto !important;
    margin-top: -4px;
    cursor: default;
}

    .sfPanel .deliverableStatus i {
        font-size: 18px;
        margin-left: 10px;
    }

    .sfPanel .deliverableStatus.templateDeliverableStatus {
        background-color: transparent;
    }

.btn-icon-only span,
.btn-icon-only i {
    margin: 0px;
}

/*alert icon colors*/
.alert-icon {
}

    .alert-icon.success {
        color: #5cb85c;
    }

    .alert-icon.info {
        color: #337ab7;
    }

    .alert-icon.warning {
        color: #e7a13f;
    }

    .alert-icon.danger {
        color: #D9534F;
    }

/*Give a button group a disabled state*/
.btn-group.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

    .btn-group.disabled .btn {
        pointer-events: none;
    }

/* purchase request/order status icon colors */
.purchaseStatus.fa {
    font-size: 16px;
}

.purchaseStatus.requested {
    color: #e80a8c;
}

.purchaseStatus.approved {
    color: #5CB75B;
}

.purchaseStatus.raised {
    color: #2C9BCE;
}

.purchaseStatus.rejected {
    color: #D00000;
}

.fa-times.noThumbnail {
    font-size: 42px;
    color: #e5e5e5;
    line-height: 0.9;
}

    .fa-times.noThumbnail.thumbnailMargin {
        margin-top: 10px;
        margin-left: -2px;
    }

/* 5px margin between buttons */
.btn-group-margin .btn, .btn-group-margin input, .btn-group-margin .k-widget {
    margin-left: 5px;
}

    .btn-group-margin .btn:first-child, .btn-group-margin input:first-child, .btn-group-margin .k-widget:first-child {
        margin-left: 0;
    }

/* message when all items are loaded for a page like media library, dam or product selector */
.all-items-loaded {
    text-align: center;
    color: lightgray;
    font-size: 12px;
}

.thumbnail-zoom-container {
    display: block;
    position: absolute;
    z-index: 9999;
    padding: 10px;
    background-color: #F8F8F8;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-radius: 4px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

    .thumbnail-zoom-container img {
        border: 1px solid #ccc;
        background-image: linear-gradient(45deg, #fff 25%,transparent 25%),linear-gradient(-45deg,#fff 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#fff 75%),linear-gradient(-45deg,transparent 75%,#fff 75%);
        background-size: 20px 20px;
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* thumbnail styling for digital assets */

.da-thumbnail {
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .da-thumbnail:hover {
        background-color: #eaebee;
    }

    .da-thumbnail img {
        background-image: linear-gradient(45deg, #fff 25%,transparent 25%),linear-gradient(-45deg,#fff 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#fff 75%),linear-gradient(-45deg,transparent 75%,#fff 75%);
        background-size: 20px 20px;
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }

.setCursorPointer {
    cursor: pointer;
}

/* styling for large image viewer used in digital assets */

.hidden-images img {
    display: none;
}

.viewer-toolbar .viewer-prev, .viewer-toolbar .viewer-next, .viewer-toolbar .viewer-large {
    display: none;
}

.viewer-footer .viewer-title {
    overflow: visible;
}

/* styling for large image viewer icon, used in digital assets */

.expand-icon-wrapper {
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    padding: 10px;
    border-radius: 20px;
    width: 40px;
    height: auto;
    cursor: pointer;
}

    .expand-icon-wrapper i {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }

.expanded-image-wrapper {
    background-color: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

/* additional styling for large image viewer used in digital assets */

.hidden-images {
    display: none;
}

    .hidden-images img {
        display: none;
    }

.viewer-toolbar .viewer-prev, .viewer-toolbar .viewer-next, .viewer-toolbar .viewer-large {
    display: none;
}

.viewer-canvas .viewer-title {
    overflow: unset;
}

.has-enlarge-url {
    cursor: pointer;
}

.IE-sticky-box {
    background-color: #22a3df;
    color: #fff;
    font-size: 14px;
    width: 500px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -250px;
    z-index: 1900;
}

    .IE-sticky-box a {
        color: #000;
    }

/* dropdown small fix to align with bootstrap sm buttons */
.dropdown-sm, .dropdown-sm .btn, .dropdown-sm span {
    font-size: 12px;
}

.panel-heading .panel-title {
    font-size: 14px;
}