/* Minification failed. Returning unminified contents.
(1878,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1879,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.rule-operator-container .k-dropdownlist {
    width: 150px;
}

#getWFDStatusBlock {
    position: absolute;
}

.deleteVariablesReport {
    color: red;
}

.gridRadioLabel {
    margin-left: 5px;
    margin-right: 5px;
}

.highlightItem {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

.active-radio-btn {
    box-shadow: inset 0 0 #4B6133, inset 0 2px 9px 1px darkBlue;
    text-shadow: 0 1px darkBlue;
}

.exportExcelGridToolbarRight {
    float: right;
    height: 30px;
    width: 110px;
    margin-top: 2px;
    margin-left: auto !important;
    margin-right: 10px;
    display: block;
    align-content:normal;
}

.mfContextMenuBlock {
    position: absolute;
    display: none;
    z-index: 100;
    width: 500px;
}

div#conditionGroupStyleWindow.k-window-content {
    overflow:hidden !important;
}

#bulkStyleEditor {
    color: transparent;
}

.custom-waiting-div {
    position:absolute;
    left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.custom-waiting-div h3 {
    width: 250px;
    margin-top:55px;
    margin-right:auto;
    margin-left:auto;
}

.mfContextMenuBlock ul {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: auto;
    background: white;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

li.mfContextMenuItem {
    margin-left: -40px;
    padding-left: 10px;
    line-height: 2em;
    white-space: nowrap
}

li.mfContextMenuItem:hover {
    cursor:pointer;
    background: #eee;
}

.advancedJobParagraphStyle {
    display: none;
}

.advancedJobTextStyle {
    display: none;
}

#workflowGrid .k-grid-content table tr.k-detail-row div.k-grid {
    min-width:1200px;
}

#layoutDetailsGrid .k-virtual-scrollable-wrap tr td {
    min-height: 50px;
}

textarea.cke_dialog_ui_input_textarea.cke_source {
    min-width: 800px;
    width: 100% !important;
    white-space: normal !important;
}

.exportExcelIcon {
    background-image: url("/Images/export_data.png");
    background-size: 30px;
    height: 30px;
    width: 30px;
    float: right;
}

/*
    BH 08/17/2023 - removed during CSP updates 
    #grdConditions .conditionContent tr td, #grdConditions .spanishConditionContent tr td {
    border-width: 0px;
}
*/

#grdConditions td.conditionContent table td, #grdConditions td.spanishConditionContent table td {
    padding: 0px !important;
}


tr.lightColoredTextEnglish td.conditionContent, tr.lightColoredTextSpanish td.spanishConditionContent {
    background-color: #c3c3c3;
}


.animateButton {
    display:block;
    position: relative;
    -webkit-animation: cascadeButton .15s 1; /* Chrome, Safari, Opera */
    animation-name: cascadeButton;
    animation-duration: .15s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    visibility:hidden;
  -webkit-animation-fill-mode: forwards;
}

.btn-primary.animateButton, .btn-primary.k-grid-View {
    background:#ffffff;
    color: #18a689;
    border: 2px solid #18a689;
    border-radius:50%;
}

.btn-primary.animateButton:hover, .btn-primary.k-grid-View:hover {
    background: #18a689;
    color: #ffffff;
}

.btn-success.animateButton, .btn-success.k-grid-Edit, .btn-success.k-grid-Clone {
    background: #ffffff;
    color: #1a7bb9;
    border: 2px solid #1a7bb9;
    border-radius: 50%;
}

    .btn-success.animateButton:hover, .btn-success.k-grid-Edit:hover, .btn-success.k-grid-Clone:hover {
        background: #1a7bb9;
        color: #ffffff;
    }

.btn-danger.animateButton, .btn-danger.k-grid-Delete {
    background:#ffffff;
    color: #ed5565;
    border: 2px solid #ed5565;
    border-radius:50%;
}

.btn-danger.animateButton:hover, .btn-danger.k-grid-Delete:hover {
    background:#ed5565;
    color: #ffffff;
}

input.removeX::-ms-clear {
    display: none;
}

/*Start Styles for Kendo to restore the old apperiance after the 2023 upgrade*/
html {
    font-size: 13px;
}

.k-grid, .k-chip, .k-input-value-text, .k-button, .k-treeview-leaf, .k-listview-item {
    font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*.btn-success {
    color: #FFFFFF !important;
}*/

.k-grid a.btn-sm.btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFFFFF;
}

.k-grid a.btn-sm.btn-success.k-grid-Edit, a.btn-sm.btn-success.k-grid-Clone {
    background: #fff;
    color: #1a7bb9;
    border: 2px solid #1a7bb9;
    border-radius: 50%
    }

.k-toolbar-item.k-grid- {
    width:100%;
}

.k-grid a.btn-sm.btn-success.k-grid-Edit:hover {
    background: #1a7bb9;
    color: #fff
}

.k-treeview-leaf {
    color: #428bca;
}

.k-button.k-button-icontext {
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin: .16em;
    padding: 6px 12px;
}

.k-toolbar-item .k-button.k-button-icontext {
    color: #333;
    background-color: #fff;
    background-position: 50% 50%;
    font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-toolbar-item .k-button.k-button-icontext.display-none {
    display: none;
}

.k-multiselect .k-chip {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #fff
}

.k-autocomplete, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap, .k-textarea, .k-textbox {
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #ccc;
    background-color: #ebebeb;
}
/*End Styles for Kendo*/

@media (max-width:768px) {
    .animateButton {
        display:inline-block;
    }
    .animateButtonGroup {
        padding-left:15px;
    }
    #getWFDStatusBlock {
        position:inherit;
    }
}

.mf-d-inline {
    display:inline !important;
}

.dragArea:hover {
    cursor: move;
}

.invalidCondition, .invalidFileLayout {
    color:red;
}

[data-for="jobId"] {
    position: relative;
}

.disabledCell {
    color: #969696;
}
.disabledCell:hover {
    cursor:not-allowed;
}

@media (min-width:768px) {
    .animateButtonGroup {
        padding-left: 0px;
    }
}
/*.animateButton span {
    display:none;
}
.animateButton:hover span {
    display:inline-block;
}*/

#jobDelete span {
    display:none;
}
#jobDelete:hover span {
    display:inline-block;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes cascadeButton {
    from {top:-20px}
    to { visibility:visible; top: 0px;}
}

@keyframes cascadeButton {
    from {top:-20px}
    to { visibility:visible; top: 0px;}
}

#addTemplate, #addMatVar, #addFont{ -webkit-animation-delay: .15s; animation-delay: .15s; }
#editTemplate, #editMatVar, #editFont{ -webkit-animation-delay: .3s; animation-delay: .3s; }
#delTemplate, #delMatVar, #delFont{ -webkit-animation-delay: .45s; animation-delay: .45s; }
#previewTemplate{ -webkit-animation-delay: .6s; animation-delay: .6s; }

.pointer:hover {
    cursor:pointer;
}

.content-item, .f-content-item {
    /*background-color: rgb(255, 255, 0);*/
    /*color: #000;*/
    /*border:2px solid #2e55d4;*/
    border: 2px solid #428BCA;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    display: inline-block;
    font-family: sans-serif !important;
    letter-spacing: normal !important;
    color: black !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    font-variant: normal !important;
    vertical-align: baseline !important;
    text-indent: 0px !important;
    line-height: normal !important;
}

.content-item i, .f-content-item i {
    /*color:#2e55d4;*/
    color: #444;
}

.column-item, .f-column-item {
    /*background-color: #ff6a00;*/
    /*border:2px solid #2e55d4;*/
    border: 2px solid #ff6a00;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    display: inline-block;
    font-family: sans-serif !important;
    letter-spacing: normal !important;
    color: black !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    font-variant: normal !important;
    vertical-align: baseline !important;
    text-indent: 0px !important;
    line-height: normal !important;
    /*color: white;*/
}

.column-item i, .f-column-item i {
    /*color:#2e55d4;*/
    color:#444;
}

 .live-search-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background-color: #2c3e50;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.live-search-box {
    width: 100%;
    display: block;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3498db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.live-search-list li {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.k-grid td.conditionContent table {
    width: inherit;
}


.fa-circle-thinner:before {
    box-sizing: border-box;
    display: block;
    width: 2em;
    height: 2em;
    padding-top: 0.3em;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #fff;
}

.contextMenuItem {
    white-space:nowrap;
}

.tblassets td {
    padding: 7px;
    vertical-align: top;
    white-space:nowrap;
    background-color: rgb(240,240,240);
}

.tblassets th {
    padding: 2px 8px;
    color:white;
    vertical-align: top;
    font-weight:800;
    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    background-color: rgb(66,139,202);
}

/* Extra classes to get priority for min-width when rendered. */
a.asset-edit-button.k-button.k-button-icontext.k-grid-edit{
    padding: 5px 5px 5px 10px;
    min-width: 10px;
}

.middle-set {
    text-align:center;
}

.right-set {
    text-align:right;
}


.btn-radio-standin {
    background-color: white;
    border: black;
    border-style: solid;
    border-width:2px;
}

.btn-radio-selected {
    background-color:lightblue;
}

/* Bootstrap / Kendo compatability fix, see: http://docs.telerik.com/kendo-ui/using-kendo-with-twitter-bootstrap */

/* reset everything to the default box model */
*, :before, :after
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */
.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* k-dropdown has a fixed width of 12.4em, override to allow form-control to render correctly */
.k-dropdown {
    width: 100%;
}
/* Override Bootstrap class to reduce bottom margin, max size and centering */
.thumbnail {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 75px;
}

/* fix grid filter buttons stacking */
.k-filter-menu-container {
    min-width: 175px;
}

.k-filter-menu-container .k-action-buttons {
    margin: 0 0 5px 0
}

/* kendo removed padding from k-grid-toolbar so add it back to maintain the old look */
.k-grid-toolbar {
    padding: .75em 1em .8333em 1em;
}

.k-toolbar .k-button {
    align-items: center;
}
/* End of Bootstrap / Kendo fix */

.RoundedLabel {

    padding:5px;
    border-radius: 5px;
    margin-right:3px;
    margin-left:3px;
}

.RadioApproved:checked + label, .RadioText:checked + label {
    background-color: lightgreen;
}

#checkboxInactive.RadioApproved:not(:checked) + label {
    background-color:lightgray;
}

.RadioNotApproved:checked + label {
    background-color: salmon;
}

.mfCheckbox.RadioApproved:not(:checked) + label {
    background-color: salmon;
}

.mfCheckbox + .k-checkbox-label:before {
    left: -30px;
    top: 5px;
}

.RadioImage:checked + label {
    background-color: Highlight;
}

.GridCellRoundedLabel{
    padding:5px;
    border-radius: 5px;
}

.CellApproved{
    background-color: lightgreen;
    width:90%;
}

.CellNotApproved{
    background-color:salmon;
    width:90%;
}

/* Otherwise the text inputs don't look any different than enabled ones, afaict on FF */
.k-input.k-textbox:disabled {
    background-color:rgb(240,240,240);
}


/* TODO: Move to an asset stylesheet */
.icon-cell-parent {
    text-align:center
}

.asset-delete-button {
    font-weight:800
}

.atb-parent {
    background-color: #E3E3E3;
    background-image: linear-gradient(#FEFEFE, #E3E3E3);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 46px;
    margin-bottom: 10px;


}

.atb-btn-container{
    display:inline-block;
    height:46px;
    width:50px;
    cursor:pointer;
}

.atb-btn:hover{
    background-color:darkgrey;
}
 .atb-btn-container:hover{
    background-color:darkgrey;
 }

.atb-btn {
    display: inline-block;
    top:11px;
    position:relative;
    left:12px;
}


.asset-modal div.row {
    padding-bottom: 3px;
    padding-top: 3px;
}

.asset-modal  div.row {
    font-size: 1.38rem;
}

/* kendo over-rides*/

/* Increase default width of grid pager drop-down */
.k-pager-wrap .k-dropdown{
    width: 70px;
}

.top-buffer-sm{
    margin-top: 10px;
}
.top-buffer-md{
    margin-top: 20px;
}
.top-buffer-lg{
    margin-top: 30px;
}

.feedbackLabel{
    background-color:lightgray;
    border-radius:5px;
    padding:5px 10px 5px 10px;
    color:white;
    display:none;
    font-weight:bold;
}

.feedbackError{
    background-color: #d9534f; /*#ec4758;*/
    color:white;
    border-radius:5px;
    padding:3px 15px 3px 15px;
    min-height:25px;
    overflow:auto;
    width:auto;
}

.feedbackSuccess{
    background-color: #18a689;
    color:white;
    border-radius:5px;
    padding:3px 15px 3px 15px;
    min-height:24px;
    /*overflow:auto;*/
    width:auto;
}

.sm-blockquote {
    font-size: 13px; /* setting back to default body value, though this'll need changing if that is changed: http://stackoverflow.com/questions/958170/ */
}

/* This css is used to add a line inder the last row in the KendoUI Grid if there are not enough items to fill the grid.*/
.k-grid tr td
{
     border-width: 0 0 1px 1px;
}

/* NAV Groupings - implementing custom styling instead of using second-level nav that auto collapses (via existing metisMenu plugin) */
.nav-group-header {
    color: #a7b1c2;
    padding: 10px 0px 0px 7px;
}
.nav-group-header h3 {
    font-weight: bold;
}
.nav-group-child {
    margin: 0px 7px;
}
.mini-navbar .nav-group-child {
    margin: 0px 0px;
}
.mini-navbar .nav-group-header {
    border-bottom: 2px solid #324556;
}
.nav-group-header:nth-child(2n+1) {
    margin-top: 4px;
}
.navbar-separator {
    margin-top: 4px;
    border-bottom: 2px solid #324556; /*#494d50;*/
}

@media only screen and (min-width: 850px) {
    .topnav-banner {
        background-image: url('../../images/intelisent_mf_banner.jpg');
        background-repeat: no-repeat;
        /*background-attachment: fixed;*/
        background-position: top right;
        background-clip: content-box;
        height: 91px;
        margin-bottom: 0;
        min-width: 850px;
    }
}

@media only screen and (max-width: 850px) {
    .topnav-banner {
        background-image: url('../../images/intelisent_mf_banner_small.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top right;
        background-clip: content-box;
        height: 91px;
        margin-bottom: 0;
        max-width: 749px;
    }
}

/* turn on mobile nav menu button on small screens*/
@media only screen and (max-width: 769px) {
    .navmenu-toggle{
        display:inline;
    }
}

/* disable mobile nav on larger viewports */
@media only screen and (min-width: 770px) {
    .navmenu-toggle{
        display:none;
    }
}

/* query builder customizations to make more intuitive colors for AND/OR buttons */
div.btn-group.group-conditions .btn.btn-xs.btn-primary.active.disabled,
div.btn-group.group-conditions .btn.btn-xs.btn-primary.disabled,
div.btn-group.group-conditions .btn.btn-xs.btn-primary.disabled,
div.btn-group.group-conditions .btn.btn-xs.btn-primary:not(.active)
{
    background-color: lightgrey;
    border-color: lightgrey;
}

div.btn-group.group-conditions .btn.btn-xs.btn-primary.active
{
    background-color: #1A7BB9;
    border-color: lightgrey;
}

/* end of query builder customizations */

/* style for jquery highlight plugin */
.highlight{
    background-color: yellow;
}

.disabledRow {
    background-color: #F5F5F5;
}
/* end style for jquery highlight plugin */

.selected-item-border {
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
}

@media only screen and (min-width: 1024px) {
    #varMatrixWrapper {
        min-width: 586px;
    }
}
#matrixVariables div div:hover, #templates div div:hover, #changeReportContextMenu li:hover {
    cursor: pointer;
    background-color: #1a7bb9;
    color: #ffffff;
}

.unsaved-changes, .tab-has-style {
    color: #d9534f;
}

/* this is to disable an entire div's contents from user interaction */
.disabledOverlay {
    pointer-events: none;
    opacity: 0.7;
}

.fa-adobe-indesign {
    background: url(/Images/adobe_indesign.png);
    background-size: 16px 16px;
}

/* Automated QC Rule Validation */
.qcRuleValidationUserInput {
    background-color: #fff;
    color: #000;
    text-align: center;
    display: inline-block;
}
input.qcRuleValidationUserInput {
    width: 50px;
}
select.qcRuleValidationUserInput {
    max-width: 200px;
}

#automated-qc-grid.k-grid tr td,
#automated-qc-run-detail-grid.k-grid tr td,
#automated-qc-config-grid.k-grid tr td {
    vertical-align: middle !important;
}

    #automated-qc-grid.k-grid tr td.ruleStatus,
    #automated-qc-run-detail-grid.k-grid tr td.ruleStatus {
        background-color: #fff !important;
    }

    #automated-qc-grid.k-grid tr td .alert,
    #automatedQCBatchDetailDialogView div.alert {
        margin-bottom: 0;
    }

#automatedQCView .text-orange,
#automated-qc-run-detail-grid .text-orange,
#automatedQCBatchDetailDialogView .text-orange {
    color: #ffa500;
}

.text-green,
#automatedQCView .text-green,
#automated-qc-run-detail-grid .text-green,
#automatedQCBatchDetailDialogView .text-green {
    color: #008000;
}

#automatedQCBatchDetailDialogView .k-grid-content {
    min-height: 100px;
    max-height: 300px;
}

.collapsedStatusReason {
    max-height: 100px !important;
}

/* bootstrap tooltip over-ride
   add a more liberal max width to avoid cutting off long file paths that are given in some tooltips */
.tooltip-inner{
    max-width: 500px;
}

/* Under a word(s) in an inline sentence to hint that it has a tooltip.*/
.tooltip-hint {
    border-bottom: 1px dotted #000;
}

.signalNone, .signalPoor, .signalAverage, .signalGreat {
    background-size: 100px;
    height: 100px;
    width: 100px;
    display: inline-block;
}

.signalNone-sm, .signalPoor-sm, .signalAverage-sm, .signalGreat-sm {
    background-size: 34px;
    height: 34px;
    width: 34px;
    display: inline-block;
}

.signalNone, .signalNone-sm {
    background-image: url("/Images/no_signal.png");
}

.signalPoor, .signalPoor-sm {
    background-image: url("/Images/poor_signal.png");
}

.signalAverage, .signalAverage-sm {
    background-image: url("/Images/average_signal.png");
}

.signalGreat, .signalGreat-sm {
    background-image: url("/Images/great_signal.png");
}

.responsePercentage span {
    line-height: 100px;
    vertical-align: top;
    font-size: 49px;
}

.responsePercentage-sm span {
    line-height: 34px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
}

.btnEye {
    display: inline-block;
    padding: 5px 9px;
}

.btnEyeLg, #copyMatVar {
    display: block;
    padding: 6px 10.5px;
}

.btnPencilLg {
    display: inline-block;
    padding: 6px 11.5px;
}

#taskFilter ul {
    padding-bottom: 3px;
}

.k-label input[type="checkbox"], .k-menu-link input[type="checkbox"] {
    margin-right: 3px;
}

.k-state-selected {
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.site-wrapper {
    overflow: auto;
}

.nav-cursor-default {
    cursor: default;
}

.appcues-widget-icon {
    font-size: 13px;
}


.ajaxLoader {
    margin-left: auto;
    margin-right: auto;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 100;
}


/* Nav Styles */
.client-nav-label-wrapper {
    display: inline-block;
    height: 90px;
    vertical-align: top;
}

.client-nav-label {
    display: block;
    margin-left: 10px;
    color: white;
    margin-top: 15px;
}

.client-select-wrapper {
    display: inline-block;
    margin-left: 7px;
    height: 90px;
    vertical-align: top;
}

.client-list {
    min-width: 200px;
    display: block;
    margin-top: 15px;
}

.login-display {
    display: block;
    color: #FFFFFF;
    text-align: left;
    font-size: 8pt;
}

.alert-circle {
    vertical-align: super;
    color: red;
    font-size: 9px;
    margin-left: 3px;
}

.color-black {
    color: black;
}
.color-green {
    color: rgb(100,158,55)
}
.color-grey {
    color: rgb(89,89,89)
}
.color-red {
    color: rgb(255,0,0)
}

.background-color-lightgray {
    background-color: lightgray;
}
.background-color-white {
    background-color: white;
}
.background-color-none {
    background-color: none;
}

.add-button {
    background-color: rgb(50,118,177);
    color: white
}

.dialog-z-index {
    z-index: 1000000;
}

.progress-bar-align {
    margin-bottom: 0;
    vertical-align: middle;
}

.custom-ckeditor-dropdown {
    background-color: rgb(204,204,204);
    border-radius: 3px;
}

.editingStatusContainer {
    background-color: #D3D3D3;
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 3px 15px 3px 15px;
    border-radius: 5px;
}

/* treeview styles*/
.filter-treeview-container {
    max-height: 300px;
    overflow-y: auto;
}

/* grid-stlyes */
.clear-grid-filter-button {
    margin-top: 3px;
    padding: 3px;
    display: none;
}

.grid-filter-group {
    display: inline-block;
    margin-left: 20px;
}

.grid-action-button-group {
    width: 33.4px;
    margin: auto;
}

.grid-toolbar-container {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: -13px;
}

/* height styles */
.height-4 {
    height: 4px;
}
.height-20 {
    height: 20px;
}
.height-24 {
    height: 24px;
}
.height-25 {
    height: 25px;
}
.height-30 {
    height: 30px;
}
.height-32 {
    height: 32px;
}
.height-35 {
    height: 35px;
}
.height-45 {
    height: 45px;
}
.height-50 {
    height: 50px;
}
.height-60 {
    height: 60px;
}
.height-100 {
    height: 100px;
}
.height-150 {
    height: 150px;
}
.height-160 {
    height: 160px;
}
.height-200 {
    height: 200px;
}
.height-300 {
    height: 300px;
}
.height-325 {
    height: 325px;
}
.height-400 {
    height: 400px;
}
.height-500 {
    height: 500px;
}

/* max-height styles*/
.max-height-175 {
    max-height: 175px;
}
.max-height-200 {
    max-height: 200px;
}
.max-height-250 {
    max-height: 250px;
}
.max-height-300 {
    max-height: 300px;
}
.max-height-400 {
    max-height: 400px;
}

/* min-height styles*/
.min-height-35 {
    min-height: 35px;
}
.min-height-175 {
    min-height:175px;
}
.min-height-200 {
    min-height: 200px;
}

/* width styles */
.width-auto {
    width:auto;
}
.width-10 {
    width: 10px;
}
.width-40 {
    width: 40px;
}
.width-45 {
    width: 45px;
}
.width-50 {
    width: 50px;
}
.width-55 {
    width: 55px;
}
.width-60 {
    width: 60px;
}
.width-70 {
    width: 70px;
}
.width-75 {
    width: 75px;
}
.width-85 {
    width: 85px;
}
.width-100 {
    width: 100px;
}
.width-110 {
    width: 110px;
}
.width-120 {
    width: 120px;
}
.width-125 {
    width: 125px;
}
.width-130 {
    width: 130px;
}
.width-150 {
    width: 150px;
}
.width-170 {
    width: 170px;
}
.width-175 {
    width: 175px;
}
.width-200 {
    width: 200px;
}
.width-250 {
    width: 250px;
}
.width-275 {
    width: 275px;
}
.width-300 {
    width: 300px;
}
.width-337 {
    width: 337px;
}
.width-350 {
    width: 350px;
}
.width-360 {
    width: 360px;
}
.width-370 {
    width: 370px;
}
.width-380 {
    width: 380px;
}
.width-390 {
    width: 390px;
}
.width-400 {
    width: 400px;
}
.width-420 {
    width: 420px;
}
.width-460 {
    width: 460px;
}
.width-850 {
    width: 850px;
}

.width-20p {
    width: 20%;
}
.width-80p {
    width: 80%;
}
.width-90p {
    width: 90%;
}
.width-95p {
    width: 95%;
}
.width-100p {
    width: 100%;
}
.width-100p {
    width: 100%;
}
.width-100p-I {
    width: 100% !important;
}
.form-control.width-100p { /*override to force this style to override forms.less*/
    width: 100%;
}

/* min-width styles */
.min-width-130 {
    min-width: 130px;
}
.min-width-400 {
    min-width: 400px;
}
.min-width-860 {
    min-width: 860px;
}

/* max-width styles */
.max-width-100p {
    max-width: 100%;
}


/* margin styles */
.margin-auto {
    margin: auto;
}
.margin-0 {
    margin: 0px;
}
.margin-2 {
    margin: 2px;
}

.margin-b-0 {
    margin-bottom: 0px;
}
.margin-b-5 {
    margin-bottom: 5px;
}
.margin-b-10 {
    margin-bottom: 10px;
}
.margin-b-20 {
    margin-bottom: 20px;
}

.margin-l-0 {
    margin-left: 0px;
}
.margin-l-5 {
    margin-left: 5px;
}
.margin-l-8 {
    margin-left: 8px;
}
.margin-l-10 {
    margin-left: 10px;
}
.margin-l-15 {
    margin-left: 15px;
}
.margin-l-20 {
    margin-left: 20px;
}
.margin-l-25 {
    margin-left: 25px;
}
.margin-l-30 {
    margin-left: 30px;
}

.margin-r-0 {
    margin-right: 0px;
}
.margin-r-10 {
    margin-right: 10px;
}
.margin-r-15 {
    margin-right: 15px;
}
.margin-r-20 {
    margin-right: 20px;
}
.margin-r-48 {
    margin-right: 48px;
}

.margin-t--15 {
    margin-top: -15px;
}
.margin-t-0 {
    margin-top: 0px;
}
.margin-t-3 {
    margin-top: 3px;
}
.margin-t-5 {
    margin-top: 5px;
}
.margin-t-7 {
    margin-top: 7px;
}
.margin-t-8 {
    margin-top: 8px;
}
.margin-t-10 {
    margin-top: 10px;
}
.margin-t-12 {
    margin-top: 12px;
}
.margin-t-15 {
    margin-top: 15px;
}
.margin-t-20 {
    margin-top: 20px;
}
.margin-t-70 {
    margin-top: 70px;
}
.margin-t--4 {
    margin-top: -4px;
}

.margin-tb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.margin-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin-tb-5-lr-0 {
    margin: 5px 0px 5px 0px;
}

/* padding styles */
.padding-3 {
    padding: 3px;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-32 {
    padding: 32px;
}

.padding-b-0 {
    padding-bottom: 0px;
}
.padding-b-10 {
    padding-bottom: 10px;
}
.padding-b-15 {
    padding-bottom: 15px;
}
.padding-b-40 {
    padding-bottom: 40px;
}

.padding-l-0 {
    padding-left: 0px;
}
.padding-l-3 {
    padding-left: 3px;
}
.padding-l-5 {
    padding-left: 5px;
}
.padding-l-20 {
    padding-left: 20px;
}
.padding-l-30 {
    padding-left: 30px;
}
.padding-l-45 {
    padding-left: 45px;
}

.padding-lr-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.padding-lr-5 {
    padding-left: 5px;
    padding-right:5px;
}
.padding-lr-18 {
    padding-left: 18px;
    padding-right: 18px;
}
.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-r-0 {
    padding-right: 0px;
}
.padding-r-6 {
    padding-right: 6px;
}
.padding-r-10 {
    padding-right: 10px;
}
.padding-r-15 {
    padding-right: 15px;
}
.padding-r-20 {
    padding-right: 20px;
}
.padding-r-25 {
    padding-right: 25px;
}

.padding-t-0 {
    padding-top: 0px;
}
.padding-t-5 {
    padding-top: 5px;
}
.padding-t-10 {
    padding-top: 10px;
}
.padding-t-15 {
    padding-top: 15px;
}
.padding-t-20 {
    padding-top: 20px;
}
.padding-t-25 {
    padding-top: 25px;
}
.padding-t-30 {
    padding-top: 30px;
}
.padding-t-15p {
    padding-top: 15%;
}

.padding-tb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.padding-tb-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}
.padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb-2-lr-20 {
    padding: 2px 20px;
}
.padding-tb-0-lr-10 {
    padding:0px 10px 0px 10px;
}

/* display styles */
.display-none {
    display: none;
}
.display-block {
    display: block;
}
.display-inline {
    display: inline;
}
.display-inline-block {
    display: inline-block;
}
.display-table {
    display: table;
}
.display-table-row {
    display: table-row;
}
.display-table-cell {
    display: table-cell;
}

.visibility-hidden {
    visibility: hidden;
}
.visibility-visible {
    visibility: visible;
}

.overflow-hidden {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.overflow-y-visible {
    overflow-y: visible;
}

.resize-none {
    resize: none;
}

.border-radius-5 {
    border-radius:5px;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.white-space-pre-wrap {
    white-space: pre-wrap;
}

.text-transform-uppercase {
    text-transform: uppercase
}
/* positioning */
.position-absolute {
    position: absolute;
}
.position-relative {
    position: relative;
}
.right-20 {
    right: 20px;
}
.top-15 {
    top: 15px;
}

/* float styles */
.float-left {
    float: left;
}
.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

/* cursor styles*/
.cursor-pointer {
    cursor: pointer;
}

.pointer-events-all {
    pointer-events: all;
}

/* text-align styles */
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center
}
.text-align-right {
    text-align: right;
}
.vertical-align-auto {
    vertical-align: auto;
}
.vertical-align-middle {
    vertical-align: middle;
}

/* text styles */
.font-bolder {
    font-weight: bold;
}
.text-decoration-line-through {
    text-decoration: line-through;
}
.font-size-p75em {
    font-size: .75em
}
.font-size-10 {
    font-size: 10pt;
}
.font-size-12 {
    font-size:12pt;
}
.vertical-align-bottom {
    vertical-align: bottom;
}
/* border styles */
.border-none {
    border: none;
}
.border-1 {
    border: 1px solid black;
}
.border-l-1 {
    border-left: 1px solid black;
}
.border-r-1 {
    border-right: 1px solid black;
}
.border-t-1 {
    border-top: 1px solid black;
}
.border-b-1 {
    border-bottom: 1px solid black;
}


/* ## EDIT PAGE STYLES */
.edit-page-item-description {
    background-color: #D3D3D3;
    float: left;
    height: 25px;
    width: auto;
    text-align: left;
    padding: 2px 6px;
    margin-right: 5px;
    border-radius: 3px;
}
.edit-page-status-container {
    background-color: #D3D3D3;
    float: left;
    margin: 0px 10px 0px 10px;
    padding: 3px 15px 3px 15px;
    border-radius: 5px;
}
.edit-page-status-bubble {
    height: 25px;
    width: auto;
    text-align: left;
    float: left;
    border-radius: 5px;
    color: lightsalmon;
}
.edit-page-status {
    padding-left: 10px;
    color: #FF0000;
}

/* ## KILL LOCK STYLES */
#killLock {
    margin-top: -4px;
}
#killLock i {
    color: red;
}

/* ## CLIENT ADMIN SIDE NAVIGATION STYLES */
.side-nav-container .nav > li > a {
    padding: 0;
    color: inherit;
}

.side-nav-container .nav > li.active > a {
    background-color: transparent;
    border: none;
    font-weight: bold;
}

    .side-nav-container .nav > li.active > a::before {
        content: ">";
    }

.side-nav-container .nav > li.active {
    border-left: none;
    background: none;
}

.side-nav-container ul ul {
    list-style-type: none;
}

    .side-nav-container ul ul li.active {
        font-weight: bold;
    }

.side-nav-container h1 {
    margin-top: 20px;
}
@media(max-width: 1366px) {
    .side-nav-container .nav ul {
        padding: 0;
    }
}
@media(max-width: 992px) {
    .side-nav-container li {
        display: none;
    }
    .side-nav-container .tabspy {
        display: inline-block;
        margin: 4px 8px;
    }
}

/* STICKY ELEMENTS - requires JS */
.stick-to-top.on {
    position: fixed;
    top: 0;
}
/* to hide an element that should be shown only if use scrolls past */
.stick-to-top.initially-hidden * {
    visibility: hidden;
    height: 0;
}
.stick-to-top.on.initially-hidden * {
    visibility: visible;
    height: auto;
}
.action-bar.stick-to-top.on {
    padding: 4px 8px;
    background-color: #eee;
    width: 100%;
    z-index: 1;
}
li.nav-group-child.display-none {
    display: none;
}

.nav > li.display-none {
    display: none;
}

/*overide to force ckEditor context menues and modals to render above our modals*/
:root {
    --ck-z-default: 11000;
    --ck-z-modal: calc( var(--ck-z-default) + 999 );
}
