﻿html { 
    position: relative; 
    min-height: 100%; 
}
body {
    background-color: #ffffff;
    font-family: 'Open Sans', Arial;
    margin-bottom: 90px; /*sticky footer*/
    color: #333333;
}
/*HTML 5 IE backwards compatibility*/
main {
    display: block;
}
.main-content {
    padding: 1.5rem 2rem;
}
.PageTitle {
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 24px;
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #f8f8f8;
}
.nopadding {
    padding-left:0px;
    padding-right:0px;
}
.inline-flex {
    display: inline-flex;
}
.wfevents label
{
    font-weight: normal;
    margin-left: 4px;
}
.emphasis-panel {
    background-color: #c9c9c9;
    padding: 16px;
    border-radius: 4px;
}
.emphasis-panel-light {
    background-color: #ebebeb;
    padding: 16px;
    border-radius: 4px;
}
.bigcheckbox
{
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    margin:10px !important;
}

.ul-nobullets ul {
    list-style: none;
    padding: 2px;
}

/*This adds the X in a search textbox*/
input[type=search] {
    -webkit-appearance: none;
}


.btn-pagehelp {
    cursor: pointer;
}
.btn-url {
    background-color: #ff6622;
    color: white;
}

.EditTable {
    background-color: black;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
}

.usersRoleDropdown {
    background-color: #52585b;
    color: #fff;
    min-width: 30px;
}

.fieldsetRadio {
    border: none !important;
}

.legendRadio {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    height: 0px !important;
    white-space: nowrap !important;
    text-indent: 100%;
    overflow: hidden !important;
    line-height: normal;
    font-size: 0px !important;
}

.legendRadio span {
    display: block !important;
    text-indent: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .select2 {
        width: 95% !important;
    }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .select2 {
        width: 94% !important;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .select2 {
        width: 86% !important;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .select2 {
        width: 86% !important;
    }

    .navbar-nav {
        margin: 0px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .select2 {
        width: 80% !important;
    }
}

.nobr	{ white-space:nowrap; }

/*<div class="hr-sect">WORD</div>*/
.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    font-size: 16px;
    margin: 10px 0px 2px 0px;
}

    .hr-sect::before,
    .hr-sect::after {
        content: "";
        flex-grow: 1;
        background: rgba(0, 0, 0, 0.35);
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 16px;
    }
.dropdown-menu>li>a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.text-transparent {
    color: transparent;
}

.text-transparent-none {
    color: transparent;
    visibility: hidden;
}

.btn-transparent {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.8;
}

    .btn-transparent:hover {
        opacity: 1;
        transition: all ease-in-out .3s;
    }

.row-hover {
        margin-top:8px;
        margin-bottom:8px
    }

.row-hover:hover {
        background-color: #fff;
        border-color: #ccc;
    }

.modal-header > button.close {
    color: #000;
    opacity: 1;
}

/* mimic bootstrap badge, but allowing for contextual classes */
.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.checkboxlist td label {
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 0;
}

.form-control-hide-disabled-pointer[disabled] {
  cursor: default;
}

.panel-title-text{
    margin-top:5px;
    letter-spacing:1px;
}

.confidentialfooter {
    margin-bottom: 200px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #52585b !important;
}






#FormPage input[type=text]:read-only, #FormPage textarea:read-only {
    background-color: #f8f8f8;
    border: 1.9px solid #ccc;
    color: rgb(84, 84, 84);
    border-radius: 2px;
}

.restrictions {
    font-size: smaller;
}
    .restrictions > ul {
        margin-top: 4px;
        margin-left: 22px;
    }
        .restrictions > ul > li {
            margin-left: -40px;
        }



.unfocus {
    pointer-events: none;
}


.btnDropdown {
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 15px;
}
    .btnDropdown:focus {
        background-color: #f3f3f3;
        color: #000;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btnDropdown:hover {
        background-color: #ebebeb;
    }

.navbarIcon:hover {
    background-color: #ebebeb !important;
}

.container-fluid {
    background-color: transparent !important;
}

.h1Default {
    font-size: 18px;
    margin-bottom: 0;
    line-height: inherit;
}

.h1Forms {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

a {
    color: #275d8b;
}

.formTemlateCount, .userCount, .input-group-addon, .text-muted, .form-control {
    color: #333 !important;
}

tr.tableHeader {
    border: 1px solid #ddd;
    border-bottom: none !important;
    /*background-color: #fff !important;*/
}

.tableHeader td {
    border: none !important;
    /*background-color: #fff !important;*/
    font-weight: bold;
    display: table-cell;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #333 !important;
}

.dropdown-header {
    color: #333 !important;
}

.nav > li.disabled > a {
    color: #333 !important;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #333 !important;
}

.navbar-default .navbar-brand {
    color: #52585b !important;
}

.navbar-default .navbar-text {
    color: #333 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #333 !important;
}


@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333 !important;
    }
}

.navbar-default .navbar-link {
    color: #333 !important;
}

.navbar-default .btn-link {
    color: #333 !important;
}

.breadcrumb > .active {
    color: #333 !important;
}

.pager .disabled > span {
    color: #333 !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #52585b;
    border-color: #333;
}

.btn-success {
    background-color: #167f2d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #52585b;
    border-color: #333;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #52585b;
    border-color: #333;
}

.deleteSearchFavorite {color: #52585d;}
.deleteSearchFavorite span:hover{color: #b30000;}
.big-checkbox {width: 20px; height: 20px;}
.input-group-addon {min-width:65px;}
.popover{ max-width:350px;max-height:450px;}

.cke_button_label, .cke_bottom {
    color: #333 !important;
}

.cke_toolgroup, .cke_combo_text, .cke_bottom {
    background: #f8f8f8 !important;
    background-image: none !important;
    filter: none !important;
}

a.cke_combo_button {
    background-image: none !important;
}

.cke_panel_grouptitle {
    color: #333 !important;
    border-bottom: 1px solid #b6b6b6;
    box-shadow: none !important;
    background-image: none !important;
    filter: none !important;
}

/*Modal Styles*/
.modal .modal-body-big {
    min-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal .modal-body-tall {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .modal-dialog-big {
        width: 768px;
    }
}

@media (min-width: 979px) {
    .modal-dialog-big {
        width: 979px;
    }
}

@media (min-width: 768px) {
    .modal-wide .modal-body {
        width: 768px;
    }
}
@media (min-width: 979px) {
    .modal-wide .modal-body {
        width: 979px;
    }
}

/* End ADA Compliance*/


.modal .dropdown-menu {
    position: relative;
}

.doubleModal {
    overflow-y: auto !important;
}

.SiteHeader {
    width: 100%;
    height: 60px;
    background: #fff url('../images/dynamicformslogo_125px.png') no-repeat;
    background-size: auto 100%;
}


.buttonNoBg {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: auto;
    border: none;
    background-color: transparent;
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.buttonNoBg:hover, .buttonNoBg:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.buttonNoBg:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.buttonNoBgLink, .buttonNoBgBadge {
    font-weight: bold;
    line-height: 1.42857143;
    color: #004d99;
    white-space: nowrap;
    border: none;
    background-color: transparent;
    width: 100%;
}

    .buttonNoBgLink:focus, .buttonNoBgLink:hover {
        color: #23527c;
    }

    .buttonNoBgLink:active, .buttonNoBgLink:hover {
        outline: 0;
    }

.buttonNoBgBadge {
    width: auto !important;
    line-height: normal !important;
}

    .buttonNoBgBadge:focus, .buttonNoBgBadge:hover {
        color: #23527c;
    }

    .buttonNoBgBadge:active, .buttonNoBgBadge:hover {
        outline: 0;
    }

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.scrollx {
    overflow-x: scroll;
}

/* Collapse */
.collapsePanelTitle {
    content: "\f13a";
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .collapsePanelTitle::after {
        content: "\f13a";
        color: #333;
        top: -2px;
        right: 0;
        position: absolute;
        font-family: "FontAwesome";
        font-size: 20px;
    }

    .collapsePanelTitle[aria-expanded="true"]::after {
        content: "\f139";
    }

.collapseLogin {
    content: "\f13a";
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .collapseLogin::after {
        content: "\f13a";
        color: #333;
        top: -2px;
        right: 0;
        position: absolute;
        font-family: "FontAwesome";
        font-size: 20px;
    }

    .collapseLogin[aria-expanded="true"]::after {
        content: "\f139";
    }

/* Drag */

.ngDragItem {
    min-width: 200px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    line-height: 32px;
    position: relative;
    margin-top: 1px;
}

.ngDragHandler {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    border-radius: 3px 0 0 3px;
    cursor: grabbing;
    background: url("../images/handle.png") no-repeat 50% 50% #ccc;
}

    .ngDragHandler:hover {
        background-color: #52585b;
        cursor: grab;
    }

.placeholder {
    width: 298px;
    border: 1px solid #52585b;
}

.ngDragHint {
    border: 2px solid #52585b;
    border-radius: 6px;
}

    .ngDragHint .ngDragHandler {
        background-color: #52585b;
    }

.ngCheckDrag {
    display: inline-block;
    position: absolute;
    right: 0;
    margin: 0 10px 0 0;
}

input[type=checkbox].checkField {
    margin: 0;
}

/* Field Lists */
.fieldlist {
    margin: 0 0 -1em;
    padding: 0;
}

    .fieldlist li {
        list-style: none;
        padding: 0 0 10px 10px;
    }

        .fieldlist li label {
            padding-left: 0px;
            font-weight: normal;
        }

.searchWrap, .searchBarFilters {
    border-left: none !important;
    border-right: none !important;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 34px;
    line-height: 32px;
    white-space: nowrap;
    vertical-align: middle;
}

.searchWrap {
    width: 1%;
}

.searchBarFilters {
    background-color: #fff;
}

.searchBar {
    display: block;
}

@media (min-width: 768px) {
    .searchBar {
        display: flex;
    }

}

@media (max-width: 768px) {
    .searchBar {
        margin: 15px;
    }
    .searchBarBtn {
        display: grid;
    }

    .searchBarFilters {
        display: flow;
        border-left: solid 1px #ccc !important;
        border-right: solid 1px #ccc !important;
    }

    .searchBarField {
        margin-right: 0;
    }
}

@media (max-width: 430px) {
    .searchBar {
        margin: 15px;
        float: inherit !important;
    }
}

.searchFor {
    height: 34px;
    width: 99%;
    border: solid 1px #ccc;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: none !important;
    border-radius: unset;
    display: table-cell;
}


.k-grid td, .k-grid .k-table-td {
    overflow: visible;
}

.k-grid-search {
    height: 34px;
    min-width: 300px;
}

.k-grid-search.searchManual {
    position: relative;
}

    .k-grid-search.searchManual > input {
        padding-right: 30px;
        border-color: rgba(33,37,41,0.15);
    }

    .k-grid-search.searchManual > button {
        position: absolute;
        right: 0;
        padding-top: 8px;
    }

    .k-grid-search.searchManual > .k-input-icon {
        position: absolute;
        right: 10px;
        padding-top: 3px;
    }

.k-textbox.searchNav, .k-textbox.textButton {
    height: 34px !important;
    border-color: #ccc;
}

.searchNavModalIcon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.searchWarehouse {
    height: 34px;
    width: 130px;
}

.searchWarehouseIconSel {
    align-self: center;
    margin: 2px 7px 0 0;
}

.searchFilter {
    display: inline-block;
    margin-left: 10px;
    background-color: #f5f5f5;
    display: inline;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.searchFilterForm {
    display: inline-block;
    margin: 0 5px;
    background-color: #f5f5f5;
    display: inline;
    padding: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/* Kendo */

.k-control {
    width: 100%;
}

.k-loading-image::before, .k-loading-image::after {
    top: 20vh;
}

.k-checkbox {
    width: 16px;
    height: 16px;
}

.k-checkbox:indeterminate::before, .k-checkbox.k-state-indeterminate::before{
    width: 6px;
    height: 6px;
}

.k-dropdown .k-dropdown-wrap .k-input, .k-dropdowntree .k-dropdown-wrap .k-input{
    display: initial;
}

input[type=checkbox].k-state-disabled {
    pointer-events: all !important;
    cursor: not-allowed !important;
}

.k-checkbox .k-state-disabled {
    pointer-events: all !important;
    cursor: not-allowed !important;
}

.actionsdropdown .k-grid-content,
.k-grid tr td,
.k-grid tr th {
    overflow: visible;
}

.k-grid thead {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

.k-popup .k-header, .k-popup .k-group-header {
    font-size: 12px;
}


.k-menu-link input[type=checkbox], .k-menu-link input[type=radio] {
    margin-right: 5px;
    background-color: #52585b !important;
}

.k-widget {
    border-color: rgba(33,37,41,0.125);
    color: #292b2c;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
    line-height: 1.5;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.k-button:focus, .k-button.k-focus {
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color;
}

.k-picker-solid:focus, .k-picker-solid.k-focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.k-switch-md .k-switch-label-off {
    right: auto;
}

.k-grid-header {
    border-color: #dddde5 !important;
}

.gridHeaderCenter {
    text-align: center !important;
    justify-content: center !important;
}


.k-grid,
.k-grid .k-grid-header .k-auto-scrollable
.k-grid .k-auto-scrollable {
    height: auto !important;
    overflow-y: visible !important;
}

.k-grid-toolbar {
    border-color: inherit;
    color: #292b2c;
    background-color: #f7f7f9;
    padding: .375rem .375rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    text-overflow: clip;
    cursor: default;
    display: block
}

.gridToolbar {
    border: 1px solid rgba(33,37,41,0.125);
}


    .gridToolbar > .k-grid {
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom-width: 0px !important;
    }


.gridDefault > .k-grid-content {
    min-height: 250px !important;
}

.gridMargin > table {
    padding: 20px;
    box-sizing: border-box;
}

.gridMargin > .k-grid-header {
    margin: 20px 20px 0 20px !important;
}

.gridMargin > .k-grid-content {
    margin: 0 20px 20px 20px !important;
    height: auto !important;
}

.gridMargin > .k-grid-content > .k-scrollbar-vertical {
    height: auto !important;
}

.gridMargin th {
    border-top-width: 1px !important;
}

.gridMargin th:first-child, .gridMargin td:first-child {
    border-left-width: 1px !important;
}

.gridMargin th:last-child, .gridMargin td:last-child {
    border-right-width: 1px !important;
}

.gridMargin tr:last-child > td {
    border-bottom-width: 1px !important;
}

.gridMargin td {
    padding: .5rem .75rem !important;
}

.gridFormNameInfo {
    position: absolute;
    top: -10px;
    right: -8px;
    padding: 0 5px;
}

.gridFormStatusInfo {
    position: absolute;
    top: -17px;
    right: -13px;
}


.gridSandbox, .gridWarehoused {
    color: #fff;
    background: #424242;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-block;
}

.gridFavorite {
    display: inline-block;
    font-size: 14px;
    padding-top: 1px;
}

#searchPageItems_listbox > li.k-item {
    position: relative;
}

    #searchPageItems_listbox > li.k-item > .k-group {
        font-size: 10px;
        font-weight: bolder;
    }


.empty-grid {
    width: 100%;
    min-height: 50px;
    line-height: 48px;
}


.k-popup .k-list .k-item > .k-group {
    font-size: 1.2rem;
    color: #333;
    background: #f8f8f8;
}

    .k-popup .k-list .k-item > .k-group::before {
        display: none;
    }

.k-popup .k-list .k-item > .k-group {
    padding: 0 .5em;
    font-size: .714rem;
    line-height: 1rem;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.k-list .k-item, .k-list-optionlabel {
    padding: 6px 1.5rem;
}

.k-grid-header .k-header > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-header > .k-link > .k-icon.k-i-sort-asc-sm {
    margin-left: 0px !important;
}

li.k-item label.k-label span {
    padding-left: 10px !important;
}

label.error, .field-validation-error, span.error {
    margin-left: 0px;
    color: #b30000;
    font-weight: bold;
    background-color: transparent !important;
}

.k-switch, .k-switch-md, .k-switch-md .k-switch-track {
    width: 50px;
    height: 20px;
}

.k-switch-container, .k-switch-track .k-rounded-full {
    width: 50px;
    height: 20px;
    border-radius: 5em;
    padding: 3px 3px;
}

.k-switch-md .k-switch-thumb {
    width: 14px;
    height: 14px;
}

.k-switch-md.k-switch-on .k-switch-thumb-wrap {
    left: calc(100% - 15px); 
}

.k-switch-md.k-switch-off .k-switch-thumb-wrap {
    left: 6px;
}

.k-switch-thumb {
    transform: translate(-20%, -50%);
}

.k-switch-label-off, .k-switch-label-on {
    display: inline;
    font-size: 10px;
    width: auto;
}

.k-switch-label-on {
    transform: translate(50%, -50%);
}

.k-switch-label-off {
    transform: translate(140%, -50%);
    font-weight: bold;
}

.k-validator-tooltip.field-validation-error {
    background-color: #f8f8f8 !important;
    border: 1px solid #b30000;
}



.circleActive {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    text-align: center;
    margin: auto;
}


.badgeHeading {
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 14px;
}

/* font-awesome */
/* do not use 'bold' because it is already an icon */
.fa.fa-bolder {
    font-weight: 700 !important;
}
.fa.fa-muted {
    color: #999 !important;
}
em.fa span.badge {
    position: absolute;
    top: 10px;
    left: 28px;
    /*width: 16px;*/
    width: auto;
    font-size: 56%;
    padding: 3px 5px !important;
    border-radius: 50%;
}
/* end font-awesome */

/* notification styles */
@media (min-width: 768px) {
    dl.dl-horizontal.email-header dt {
        width: 60px;
    }
    dl.dl-horizontal.email-header dd {
        margin-left: 120px;
    }
}
/* end notification styles */

.autoArchiveDropdown {
    width: 260px;
}


/* Step Wizard */

.stepCircle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ddd;
    color: #292b2c;
    background-color: #fff;
    vertical-align: middle;
    line-height: 38px;
    margin-right: 5px;
}

ul.stepUploadMenu {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    width: 100%;
}

    ul.stepUploadMenu > li {
        width: 20%;
        outline: none;
        -o-outline: none;
        -ms-outline: none;
        -moz-outline: none;
        -webkit-outline: none;
        position: relative;
        text-align: center;
    }

        ul.stepUploadMenu > li.active {
            background-color: #ebebeb;
            font-weight: bold;
        }

        ul.stepUploadMenu > li::after {
            position: absolute;
            content: "";
            width: 1px;
            height: 100%;
            background-color: #ddd;
            top: 0;
            left: 100%;
        }

        ul.stepUploadMenu > li:last-child::after {
            content: none;
        }

.k-editor {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(33,37,41,0.125) !important;
}

.k-editor-toolbar-wrap {
    padding: 0 !important;
}

@media only screen and (max-width: 540px) {
    ul.stepUploadMenu {
        display: inline-block;
    }

    ul.stepUploadMenu > li {
            display: flex;
            display: -webkit-flex;
            width: auto;
        }
        ul.stepUploadMenu > li::after {
            background-color: inherit;
        }
}


.loginSeparator {
    border-top: 1px solid #ccc;
    position: relative;
    text-align: center;
}

    .loginSeparator .textInSeparator {
        background-color: #fff;
        padding: 0 .5em;
        position: relative;
        color: #333;
        top: -.7em;
    }

/* --------------------------
    flexgrid 
   --------------------------
*/
.row.flexgrid {
    display: flex;
    flex-wrap: wrap;
}

/* 992px wide or more */
.flexgridColumn {
    flex: 33%;
    padding-left: 10px;
    padding-right: 10px;
}

.designerDD > .ng-dropdown-panel {
    width: auto;
}

/* 1100px wide or less*/
@media screen and (max-width: 1100px) {
    .designerDD {
        min-width: fit-content;
    }
}

/* 992px wide or less*/
@media screen and (max-width: 992px) {
    .flexgridColumn {
        flex: 50%;
    }
}

/* 768px wide or less */
@media screen and (max-width: 768px) {
    .row.flexgrid {
        flex-direction: column;
    }
}


.ngBadgeDefault {
    background-color: #52585b !important;
}

.ngBadgePrimary {
    background-color: #fff !important;
    color: #333 !important;
    font-weight: bold;
}

.ulManageActions {
    list-style: none;
    padding: 10px 20px 0 20px;
}

    .ulManageActions > li {
        padding-left: 0;
        padding-right: 0;
    }

        .ulManageActions > li > button {
            padding-left: 10px;
            padding-right: 10px;
        }

.modalListSize {
    height: 58.6vh;
    overflow: visible;
    width: 100%;
}

.ngListBox {
    border-width: 1px;
    border-color: rgba(33,37,41,0.15);
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    line-height: 1.5;
    flex-flow: column nowrap;
    position: relative;
}


.designerLogo {
    width: 100%;
    max-width: 120px;
    max-height: 40px;
}

.designerAddItem {
    margin-bottom: 5px;
    cursor: move;
    width: 100%;
}

.designerIsLabelHtml {
    margin-top: 7px;
    max-width: 189px;
    max-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modalFirstElement {
}

.modalLastElement {
    position: absolute;
    top: 0px;
    right: 0px;
}

.designerTootip {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 0;
    background: #004D99;
    font-family: serif;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
}

    .designerTootip:focus {
        outline: none;
        box-shadow: 0 0 0 0.25rem skyBlue;
    }


.apFilterStatusHeading {
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {

    .navTenant {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
    }
    .apFilterStatusHeading {
        padding-left: 20px;
        padding-right: 15px;
    }

        .apFilterStatusHeading > .form-horizontal .form-group {
            margin-left: 0px;
        }
}

.modified-message2 {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    margin: 0px;
    text-align: center;
    z-index: 9999;
    border-top-width: 1px;
    border-color: grey;
}

.ecf {
    border: 1px solid #ddd;
    margin-top: 10px;
}

.ecfHeading {
    background-color: #f8f8f8 !important;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.ecfRow {
    padding: 5px;
}
    .ecfRow:after {
        content: "";
        display: table;
        clear: both;
    }

.ecfColumn {
    float: left;
    width: 50%;
    display: flex;
}
    .ecfColumn > label {
        padding: 3px;
    }
    .ecfColumn > input {
        width: 100%;
        padding: 3px;
        border: 1px solid #bbb;
    }

button.ui-datepicker-trigger {
    background-color: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 4px !important;
    position: absolute;
    top: 2px;
    right: 0px;
}

    button.ui-datepicker-trigger:focus,
    button.ui-datepicker-trigger:hover,
    button.ui-datepicker-trigger:active {
        border: none !important;
        margin: auto !important;
        outline: 2px solid -webkit-focus-ring-color;
    }

.ui-datepicker-trigger img {
    width: 14px;
    height: auto;
}

.ud-toolbar {
    border: 1px solid rgba(33,37,41,0.125);
    color: #292b2c;
    background-color: #f7f7f9;
    padding: 10px 10px 10px 0px;
    text-overflow: clip;
    cursor: default;
    overflow: auto;
}

    .ud-toolbar a {
        padding: 10px;
        margin: 5px 0px 5px 15px;
    }

    .ud-toolbar .udBtns, .ud-toolbar .udLoader {
        display: inline;
    }

    .ud-toolbar .udLoader {
        padding-left: 20px;
    }

    .ud-toolbar a .badge {
        margin-left: 2px;
    }

.udBtnLink {
    background-color: #fff;
    border: solid 1px rgba(33, 37, 41, 0.125);
    color: inherit !important;
}

@media screen and (max-width: 768px) {
    .ud-toolbar a {
        display: block;
        padding: 10px;
        margin: 10px 15px 10px 15px;
    }

    .ud-toolbar .udLoader {
        padding-left: inherit !important;
    }

    .udBack {
        float: inherit !important;
    }
}

.gridToolbarTitle {
    float: inline-start;
    margin-left: 15px;
    vertical-align: middle;
    padding-top: 16px;
}

.searchBarWrapWithInclude {
    display: inline-block;
    float: inline-end;
}

.includeWarehouse {
    display: inline-block;
    padding-left: 15px;
    padding-top: 16px;
    margin-right: 40px;
}

.searchBarWrap {
    display: inline-block;
    vertical-align: middle;
}

    .searchBarWrap > label {
        padding-right: 10px;
        margin: 0;
        vertical-align: middle;
    }

.searchBarFilter {
    width: 120px;
    margin-left: 5px;
    margin-right: -4px;
    border-radius: unset;
}

.searchBarField {
    display: inline-block;
    margin-left: -1px;
}

.warehouseContainer {
    display: inline-block;
    float: inline-end;
    padding-top: 5px;
    padding-bottom: 10px;
}

.warehouseFilter {
    width: auto;
    border-radius: unset;
}

.warehouseHint {
    display: none;
    font-size: 12px;
}

@media screen and (max-width: 600px) {
    .searchBarWrap {
        text-align: center;
    }
    .searchBarFilter {
        margin-bottom: 10px;
    }

}