body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

.btn-primary {
    color: #fff;
    background-color: #0070D2;
    border-color: #0070D2;
}

.badge-primary {
    color: #fff;
    background-color: #0070D2;
}

.text-primary {
    color: #0070D2 !important;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#content {
    background-color: rgba(0, 112, 210, 0.1);
    width: 100vw;
    /* width: -webkit-fill-available; */
    overflow-y: auto;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: white;
    color: #333333;
    transition: all 0.3s;
    height: 100vh;
}

.form-row>.col-md-3>label {
    line-height: 35px;
    margin: 0;
}

zkeys-removable-element>i.fas {
    float: right;
}

@media (max-width: 960px) {
    #sidebar {
        position: absolute;
        z-index: 10;
    }

    #content {
        margin-left: 40px;
    }
}

#sidebar.active {
    margin-left: -160px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.7em;
    color: #333333;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: white;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #333333;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.9em;
    display: block;
}

#sidebar ul li a:hover {
    color: #0070D2;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #333333;
}

#sidebar ul ul a {
    font-size: 0.8em !important;
    padding-left: 30px !important;
    background: #f9f8f8;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar .navbar-brand {
    justify-content: center;
    display: flex;
}

#sidebar.active ul li a .label {
    display: none;
}

#sidebar.active ul li a .label-icon {
    width: 100%;
    text-align: right;
}

#sidebar.active ul li a:after {
    bottom: 5px;
    top: unset;
    right: 5px;
}

#sidebar.active .sidebar-block {
    display: none;
}

.sidebar-block {
    font-size: 0.9em;
}

.sidebar-block h2 {
    font-size: 1.3em;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 3px solid #0070D2;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.breadcrumb {
    display: inline-flex;
    background: transparent;
    padding: 0.4rem 0.5rem;
    color: black;
    width: fit-content;
}

.breadcrumb>li+li:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    padding: 0px 8px;
    font-weight: 900;
}

.breadcrumb>li {
    color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.breadcrumb>li.active {
    opacity: 1;
    filter: alpha(opacity=100);
    color: black;
}

.breadcrumb>li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#backButtonWrapper {
    display: none;
    max-width: 100px;
    margin-right: 20px;
    float: left;
}

#backButtonWrapper .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 12px 6px;
}

#backButtonWrapper .btn+.btn {
    position: fixed;
    top: 0;
    z-index: 3;
}

.back-btn {
    border: none;
    background-color: transparent;
    color: #0070D2;
}

.back-btn:hover {
    color: #2470d2b5;
    background: transparent;
}


.card-item {
    background: white;
    border: 1px solid rgba(0, 0, 0, .125);
    height: 100%;
}

.date {
    font-weight: bold;
    color: #0070D2;
}

.centered-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.round-icon {
    border-radius: 50%;
    font-size: 1em;
    background: lightgray;
    color: #000;
    padding: .7rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.round-icon.large-icon {
    font-size: 2em;
    padding: 1rem !important;
    height: 60px;
    width: 60px;
}

.round-icon.navbar-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 38px;
    width: 38px;
    font-size: 1.1rem;
    line-height: 1.1rem;
}

.dropdown-menu-right {
    right: 0;
    left: unset;
}

.select2-choices {
    background: #f8f9fa;
    border-color: lightgray !important;
    height: 30px !important;
    line-height: 1;
}

.select2-search-choice {
    margin-top: 5px !important;
}

.tagsSelector {
    height: fit-content;
}

[tooltip]:after {
    content: attr(tooltip);
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    text-transform: none;
    padding: 5px 10px;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    font-size: 12px;
    margin-left: 5px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
}

[tooltip]:hover:after {
    visibility: visible;
    opacity: 0.7;
}

.timeline {
    width: 100%;
    border-left: 10px solid rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    float: left;
}

.timeline .timeline-item {
    float: left;
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.timeline .timeline-icon {
    position: absolute;
    left: -18px;
    top: 0px;
    width: 26px;
    height: 26px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: #000;
    text-align: center;
    line-height: 21px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.timeline .timeline-info {
    margin-left: 20px;
    padding-right: 10px;
}

.timeline .timeline-info:after {
    left: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-width: 6px;
    top: 8px;
    border-right-color: #0070D2;
}

.bg-ultralight.timeline {
    border-left-color: #0070D2;
}

.bg-ultralight {
    color: #333333;
}

.timeline .timeline-icon {
    font-size: 12px;
}

.bg-ultralight.timeline .timeline-icon {
    color: white;
}

.customFields .btn>.toggler {
    display: none;
    position: absolute;
    right: -9px;
    top: 5px;
    width: 19px;
    height: 19px;
    background: #0070D2;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

.customFields .btn.btn-edit .fa-save {
    display: none;
}

.customFields {
    padding-right: 30px;
}

.customFields .d-flex {
    position: relative;
}

.customFields .d-flex>.toggler {
    display: none;
    position: absolute;
    right: 23px;
    top: 1px;
    width: 19px;
    height: 19px;
    background: #000000;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

.customFields .d-flex.hide>.toggler:after {
    content: '\f067';
}

.customFields .d-flex>.toggler:after {
    content: '\f068';
    font-family: "Font Awesome 5 Free";
    color: white;
    font-weight: 900;
}

.customFields .btn.btn-edit {
    width: 25px;
    height: 25px;
    background: #000000;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    padding: 0;
    border: 0;
    position: absolute;
    right: 50px;
    top: -25px;
}

.customFields .btn.btn-edit .fa-save {
    display: none;
}

.customFields .d-flex.hide {
    display: none !important;
}

.customFields.editMode .btn.btn-edit .fa-pencil-alt {
    display: none;
}

.customFields.editMode .btn.btn-edit .fa-save {
    display: block;
}

.customFields.editMode .d-flex.hide {
    display: flex !important;
}

.customFields.editMode .d-flex.hide * {
    text-decoration: line-through;
}

.customFields.editMode .d-flex>.toggler {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;

}

.subcontent .customFields {
    position: relative;
}

.subcontent .customFields .btn.btn-edit {
    color: #000000;
    background: white;
}

.subcontent .customFields .toggler {
    background: white;
}

.subcontent .customFields .toggler:after {
    color: #000000;
}

/*   .display[-context][-size][-type] */

/* .display-preview-xs-none */
/* .display-timeline-xs-none */
/* .display-list-xs-none */
.list .responsive-element-xs .display-list-xs-none,
.list .responsive-element-sm .display-list-sm-none,
.list .responsive-element-md .display-list-md-none,
.list .responsive-element-lg .display-list-lg-none,
.list .responsive-element-xl .display-list-xl-none,
.list .responsive-element .display-list-none,
.preview .responsive-element-xs .display-preview-xs-none,
.preview .responsive-element-sm .display-preview-sm-none,
.preview .responsive-element-md .display-preview-md-none,
.preview .responsive-element-lg .display-preview-lg-none,
.preview .responsive-element-xl .display-preview-xl-none,
.preview .responsive-element .display-preview-none,
.timeline .responsive-element-xs .display-timeline-xs-none,
.timeline .responsive-element-sm .display-timeline-sm-none,
.timeline .responsive-element-md .display-timeline-md-none,
.timeline .responsive-element-lg .display-timeline-lg-none,
.timeline .responsive-element-xl .display-timeline-xl-none,
.timeline .responsive-element .display-timeline-none,
.popover .responsive-element .display-popover-none {
    display: none;
}

.display-list-xs-block:not(.collapse):not(.collapsing),
.display-list-sm-block:not(.collapse):not(.collapsing),
.display-list-md-block:not(.collapse):not(.collapsing),
.display-list-lg-block:not(.collapse):not(.collapsing),
.display-list-xl-block:not(.collapse):not(.collapsing),
.display-preview-xs-block:not(.collapse):not(.collapsing),
.display-preview-sm-block:not(.collapse):not(.collapsing),
.display-preview-md-block:not(.collapse):not(.collapsing),
.display-preview-lg-block:not(.collapse):not(.collapsing),
.display-preview-xl-block:not(.collapse):not(.collapsing),
.display-timeline-xs-block:not(.collapse):not(.collapsing),
.display-timeline-sm-block:not(.collapse):not(.collapsing),
.display-timeline-md-block:not(.collapse):not(.collapsing),
.display-timeline-lg-block:not(.collapse):not(.collapsing),
.display-timeline-xl-block:not(.collapse):not(.collapsing),
.display-list-block:not(.collapse):not(.collapsing),
.display-preview-block:not(.collapse):not(.collapsing),
.display-timeline-block:not(.collapse):not(.collapsing),
.display-popover-block:not(.collapse):not(.collapsing) {
    display: none;
}


.list .responsive-element-xs .display-list-xs-block,
.list .responsive-element-sm .display-list-sm-block,
.list .responsive-element-md .display-list-md-block,
.list .responsive-element-lg .display-list-lg-block,
.list .responsive-element-xl .display-list-xl-block,
.preview .responsive-element-xs .display-preview-xs-block,
.preview .responsive-element-sm .display-preview-sm-block,
.preview .responsive-element-md .display-preview-md-block,
.preview .responsive-element-lg .display-preview-lg-block,
.preview .responsive-element-xl .display-preview-xl-block,
.timeline .responsive-element-xs .display-timeline-xs-block,
.timeline .responsive-element-sm .display-timeline-sm-block,
.timeline .responsive-element-md .display-timeline-md-block,
.timeline .responsive-element-lg .display-timeline-lg-block,
.timeline .responsive-element-xl .display-timeline-xl-block,
.list .responsive-element .display-list-block,
.preview .responsive-element .display-preview-block,
.timeline .responsive-element .display-timeline-block,
.popover .responsive-element .display-popover-block {
    display: block;
}

.table-responsive {
    font-size: 0.8em;
}

[data-toggle="collapse"].collapsed .fa-plus {
    display: block;
}

[data-toggle="collapse"].collapsed .fa-minus {
    display: none;
}

[data-toggle="collapse"]:not(.collapsed) .fa-minus {
    display: block;
}

[data-toggle="collapse"]:not(.collapsed) .fa-plus {
    display: none;
}

.card-link-btn {
    font-size: inherit;
    white-space: normal !important;
    word-wrap: break-word !important;
}

.page-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 0 10px;
    background: #80808014;
    opacity: 0.5;
    z-index: 99;
}

[data-target="dropdown-submenu"] {
    background: white !important;
}

[data-target="dropdown-submenu"]:hover {
    background-color: #f8f9fa !important;
}

[aria-expanded="false"]>.expanded,
[aria-expanded="true"]>.collapsed {
    display: none;
}

.d-flex.collapse:not(.show) {
    display: none !important;
}

.show-on-collapse {
    display: none;
}

[data-tooltip]:before {
    opacity: 0;
    position: absolute;
    content: attr(data-tooltip);
    background-color: #ffffab;
    color: #000;
    z-index: -1;
    text-align: center;
    border-radius: 6px;
    padding: 0px 5px;
    margin-left: -5px;
    pointer-events: none;
    white-space: normal;
}

[data-tooltip].activated:hover:before {
    opacity: 1;
    z-index: 99;
    position: fixed;
}

.text-stripe {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-wrap {
    word-break: break-word;
    white-space: pre-wrap;
}

.popover-body {
    padding: 0 !important;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: fit-content;
    max-width: 500px;
    min-width: 270px;
}

.popover-body>div>div {
    margin-bottom: 0 !important;
}

.preview-divider {
    width: 85%;
    margin-top: 13px;
    margin-right: 10px;
}

.badge-item {
    color: #0070D2;
    border: 1px solid #0070D2;
    white-space: unset;
}

.formula {
    clear: both;
    font-size: 24px;
    padding: 5px 10px;
}

.variable {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    background-color: #0070D2;
    color: #fff;
}

[data-toggle="popover"] button {
    border: none;
    background: none;
    box-shadow: unset !important;
}

.popover-content {
    display: none;
}

.opportunity-icon {
    background-image: url(../_img/opportunity_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.5em;
    margin-right: 1px;
}

.opportunity-icon.large-icon {
    background-size: 60%;
    margin: 0;
}

/* jQuery UI */

.ui-widget-header {
    background: transparent !important;
    border: 0px !important;
}

.ui-widget-content a {
    color: #0070D2 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-highlight.ui-state-hover {
    background: #EEEEEE !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: rgba(0, 0, 0, 0.4) !important;
}

.list-group .list-group-item.ui-selected {
    background: rgba(0, 0, 0, 0.4) !important;
}

.list-group .helper {
    background: rgba(225, 90, 0, 0.2) !important;
}

.column-menu,
.ui-search-menu {
    width: auto !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #fff !important;
    color: #333333 !important;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #333333 !important;
}

.ui-jqgrid tr.ui-row-ltr td {
    font-size: inherit !important;
}

/* blocks */
.block {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

.block-transparent .header,
.block-transparent .content,
.block-transparent .footer,
.block-transparent .toolbar,
.block .header.header-transparent,
.block .content.content-transparent,
.block .toolbar.toolbar-transparent,
.block .footer.footer-transparent {
    background: transparent;
}

/* eof blocks */
.gallery-list {
    display: flex;
    flex-wrap: wrap;
}

.block .content.gallery-list .gallery-item .gallery-content {
    display: flex;
    flex-direction: column;
    float: none;
    padding: 5px 0 0;
    height: 100%;
    margin: 0;
    justify-content: space-between;
}

.block .content.gallery-list .gallery-item {
    background: transparent;
    border: 1px solid black;
    color: #333333;
}

.bg-light .block .content.gallery-list .gallery-item {
    background: rgba(0, 0, 0, 0.2);
}

.block .content.gallery-list {
    background: transparent;
}

/* gallery */
.block .content.gallery {
    padding: 0px;
}

.block .content.gallery>a {
    display: block;
    float: left;
}

.block .content.gallery-list {
    padding: 0px;
}

.block .content.gallery-list .gallery-item {
    float: left;
    position: relative;
    padding: 3px;
    background: rgba(255, 255, 255, 0.2);
    width: 162px;
    margin-bottom: 10px;
}

.block .content.gallery-list .gallery-item .gallery-image {
    float: left;
}

.block .content.gallery-list .gallery-item .gallery-content {
    float: left;
    width: 100%;
}

.block .content.gallery-list .gallery-item .gallery-content .title,
.block .content.gallery-list .gallery-item .gallery-content .text {
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 100%;
    padding: 5px;
}

.block .content.gallery-list .gallery-item .gallery-content .text {
    font-size: 11px;
    font-weight: normal;
}

.gallery-item .gallery-controls {
    width: 150px;
    height: 115px;
    padding: 43px 0px 42px;
    position: absolute;
    left: 6px;
    top: 6px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    display: none;
}

.gallery-item .gallery-controls a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
}

.gallery-item .gallery-controls a span {
    font-size: 14px;
}

.gallery-item:hover .gallery-controls {
    display: block;
}

/* eof gallery */
.block .content.gallery-list {
    background: #ffffff;
}

.block .content {
    background: white;
    border: 1px solid #0070D2;
    box-shadow: 1px 1px 5px -1px #0070D2;
    border-radius: 3px;
}

.block .content .content {
    border: unset;
    box-shadow: unset;
}

.block .content.gallery-list .gallery-item {
    background: transparent;
    border: 1px solid black;
    color: #333333;
}

.gallery-content .title {
    flex: 1;
}

.gallery-content .actions {
    flex: 0;
}

.block .content a.btn {
    color: white;
}

.actions .btn-warning {
    border-color: #f68b1f;
    background: #f68b1f;
    color: white;
    text-decoration: none;
}

.block-drop-shadow {
    border: 1px solid black;
    border-radius: 3px;
}

.block {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

.block-drop-shadow .header {
    background: transparent;
}

.block .header {
    height: 40px;
    padding: 5px 10px;
}

.block-drop-shadow .content {
    border: 0;
    background: transparent;
    color: #333333;
    box-shadow: none;
}

.block .content {
    padding: 10px;
}

.block-drop-shadow .header h2 {
    color: #333333;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.block .header h2, .block .head h2 {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
}

.switch {
    cursor: pointer;
    position: relative;
}

/* switch */
.switch {
    cursor: pointer;
    position: relative;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch input:checked+span:after {
    left: 21px;
}

.switch input:checked+span {
    background-color: #59AD2F;
}

.switch input:disabled+span {
    background-color: #CCC;
}

.switch span {
    position: relative;
    width: 50px;
    height: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #AF2F2F;
    border: 1px solid #E5E5E5;
    display: inline-block;
    left: 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-color: rgba(0, 0, 0, 0.1);
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 26px;
    top: 1px;
    bottom: 1px;
    left: 1px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.switch.switch-small {
    margin: 6px 0px 4px;
}

.switch.switch-small input:checked+span:after {
    left: 11px;
}

.switch.switch-small span {
    width: 30px;
    height: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.switch.switch-small span:after {
    width: 16px;
}

/* switch */
.button-group button {
    display: inline;
    width: 49%;
}

.stepy-titles {
    display: block;
    list-style: none;
    margin: 0px 0px -10px 0px;
    padding: 0px;
    background: #0096c0;
    width: 100%;
    display: flex;
}

.stepy-titles li {
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana;
    float: left;
    padding: 8px 10px;
    line-height: 14px;
}

.stepy-titles li span {
    font-size: 10px;
    display: block;
    font-weight: normal;
}

.stepy-titles .current-step {
    color: #FFF;
    cursor: auto;
}

.stepy-titles .current-step span {
    color: #FFF;
    font-weight: normal;
}

.button-back {
    float: left;
}

.button-next,
.finish {
    float: right;
}

.step {
    clear: left;
}

.step label,
.step legend {
    display: none;
}

.error-image {
    background: url('../img/error.png') no-repeat right top;
}

.stepy-titles {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #F7F7F7;
    width: 100%;
    border-bottom: 1px solid #DAE2E8;
}

.stepy-titles li {
    color: #BBB;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma, Arial, Verdana;
    float: left;
    padding: 8px 10px;
    line-height: 14px;
}

.stepy-titles li span {
    font-size: 10px;
    display: block;
}

.stepy-titles .current-step {
    color: #333;
    cursor: auto;
}

.stepy-titles .current-step span {
    color: #666;
}

.stepy_buttons {
    padding: 5px;
    margin: 0px;
}

.block .footer {
    background: #0070D2;
    color: white;
    margin-bottom: -10px;
    height: 45px;
    padding: 10px;
    flex-direction: row-reverse;
}

.block>.footer.d-flex {
    margin-left: 0px !important;
}

.pull-right {
    float: right !important;
}

.block .buttons {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 2px;
    float: left;
}

.block-drop-shadow .content {
    border: 0;
    background: transparent;
    color: #333333;
    box-shadow: none;
}

.wg-widget-content .block .content {
    flex: 1;
    background: transparent;
}

.content zkeys-report-widget {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px 10px 10px;
}

.content zkeys-report-widget>div {
    width: 100%;
    height: 100%;
}

.container-flex-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.container-flex-vertical .flex-none {
    flex: 0 0 auto;
}

.container-flex-vertical .flex-grow {
    flex: 1 1 100%;
}

.label-primary {
    background-color: #0070D2;
}

.input-group-addon {
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    border: 0px;
    padding: 7px 12px 5px;
    min-width: 40px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

ul.nav.nav-tabs.full-width>li {
    margin-top: 1em;
    margin-bottom: 0px;
    width: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 0;
}

.btn-default {
    border-color: #F4F4F4;
    background: #F4F4F4;
    color: #0070D2;
}

.btn-default:hover {
    background-color: #EEEEEE;
    background-image: none;
}

.btn-default.btn-clean {
    border-color: #F4F4F4;
    background: #F5F5F5;
    color: #0096c0;
}

.btn-default .caret {
    border-top-color: #FFF;
}

.dropup .btn-default .caret {
    border-bottom-color: #FFF;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.timeline .timeline-info-content.timeline-info-content-reversed {
    background: white;
    color: #333333;
    border: 1px solid #0070D2;
    box-shadow: 1px 1px 5px -1px #0070D2;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.list-default .list-item {
    background: white;
    border: 1px solid #0070D2;
}

.list-default .list-item .list-title {
    color: #0070D2;
}

.list-default .list-text p {
    color: #0070D2;
}

.timeline-info-content .title {
    font-weight: bold;
}

.timeline .timeline-info-content.timeline-info-content-reversed a {
    color: #0070D2;
}

.icon-steps-Join:before {
    content: "\f067";
}

.icon-steps-Select:before {
    content: "\f02c";
}

.icon-steps-Group:before {
    content: "\f0c5";
}

.icon-steps-GroupFormat:before {
    content: "\f03b";
}

.icon-steps-Format:before {
    content: "\f036";
}

.icon-steps-Where:before {
    content: "\f002";
}

.icon-steps-Tags:before {
    content: "\f02c";
}

.icon-steps-Order:before {
    content: "\f0dc";
}

.icon-steps-RenderGraph:before {
    content: "\f080";
}

.icon-steps-RenderTextWidget:before {
    content: "\f031";
}

.icon-steps-Export:before {
    content: "\f019";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-eye-open:before {
    content: "\f06e";
}

table.report-step {
    width: 99%;
}

.block .content.gallery-list {
    background: transparent;
}

.block .content.gallery-list .gallery-item {
    background: transparent;
    border: 1px solid black;
    color: #333333;
    margin: 5px;
}

zkeys-extract-report-link i[tooltip] {
    position: absolute;
    right: 5px;
    width: 20px;
    font-style: normal;
    background: #0070D2;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    top: 5px;
    color: white;
    font-weight: bold;
}

zkeys-extract-report-link i[tooltip]:hover:after {
    width: 200px;
    right: 0;
    left: auto;
    position: absolute;
    top: 30px;
}

zkeys-extract-report-link .level-1 .level {
    margin-left: 0;
}

zkeys-extract-report-link .level-1 .fieldToUse,
zkeys-extract-report-link .level-1 .mergeOperation {
    visibility: hidden;
}

zkeys-extract-report-link .level-1 .fieldToMatch {
    background-color: #ffe5e7;
}

zkeys-extract-report-link .level-2 .level {
    margin-left: 30px;
}

zkeys-extract-report-link .level-2 .fieldToUse {
    background-color: #ffe5e7;
}

zkeys-extract-report-link .level-2 .fieldToMatch {
    background-color: #fff6e5;
}

zkeys-extract-report-link .level-3 .level {
    margin-left: 60px;
}

zkeys-extract-report-link .level-3 .fieldToUse {
    background-color: #fff6e5;
}

zkeys-extract-report-link .level-3 .fieldToMatch {
    background-color: #f5fde8;
}

zkeys-extract-report-link .level-4 .level {
    margin-left: 90px;
}

zkeys-extract-report-link .level-4 .fieldToUse {
    background-color: #f5fde8;
}

zkeys-extract-report-link .level-4 .fieldToMatch {
    background-color: #e9f5fc;
}

zkeys-extract-report-link .level-5 .level {
    margin-left: 120px;
}

zkeys-extract-report-link .level-5 .fieldToUse {
    background-color: #e9f5fc;
}

zkeys-extract-report-link .level-5 .fieldToMatch {
    visibility: hidden;
}

[zkeys-collapsable] {
    border-color: #0070D2;
}

[zkeys-collapsable] .header {
    background: #0070D2;
    padding: 10px 40px 10px 10px;
}

[zkeys-collapsable] .header h2 {
    font-size: 18px;
    color: white;
    text-shadow: none;
}

[zkeys-collapsable] .collapsable-open,
[zkeys-collapsable] .collapsable-close {
    position: absolute;
    top: 4px;
    right: 0;
    color: white;
}

[zkeys-collapsable] .collapsable-close {
    display: none;
}

[zkeys-collapsable] .content {
    overflow: hidden;
    max-height: 0;
    padding: 0 10px;
    transition: all 0.5s;
}

[zkeys-collapsable] .content> :first-child {
    margin-top: 10px;
}

[zkeys-collapsable] .content> :last-child {
    margin-bottom: 10px;
}

[zkeys-collapsable].open .collapsable-open {
    display: none;
}

[zkeys-collapsable].open .collapsable-close {
    display: block;
}

[zkeys-collapsable].open .content {
    max-height: 5000px;
}

zkeys-extract-columns .wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 100px;
    background: white;
}

zkeys-extract-columns .wrapper .columnList {
    flex: 1;
    display: flex;
    overflow: auto;
    padding-bottom: 30px;
}

zkeys-extract-columns .wrapper .columnList .column {
    flex: 1 0 auto;
    min-width: 210px;
    max-width: 400px;
    padding: 0 10px;
    border-right: 1px solid black;
}

zkeys-extract-columns .wrapper .columnList .column .extractColumnHeaders {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

zkeys-extract-columns .wrapper .columnList .column .extractField {
    margin-top: 10px;
    line-height: 30px;
    overflow: hidden;
}

zkeys-extract-columns .wrapper .columnList> :last-child {
    border-right: 0px;
}

zkeys-extract-columns .wrapper .extractHeaders {
    flex: 0 0 auto;
    padding: 8px 10px 0;
    border-left: 1px solid black;
    margin-bottom: 30px;
}

zkeys-extract-columns .wrapper .extractHeaders .extractHeader {
    display: flex;
    align-items: center;
    height: 33px;
    margin-bottom: 10px;
}

zkeys-extract-columns .wrapper .extractHeaders .extractHeader>* {
    flex: 0 0 auto;
    padding: 0 5px;
    max-height: 30px;
}
zkeys-extract-columns .wrapper .extractHeaders .extractHeader > i.fas {
    margin-left: 30px;
}

zkeys-extract-columns .wrapper .extractHeaders>paper-button {
    padding: 0;
    display: block;
}
zkeys-extract-columns .wrapper .extractHeaders > paper-button.newColumn {
    margin-bottom: 64px;
}

zkeys-extract-columns .wrapper .columnList .column .extractField {
    margin-top: 10px;
    line-height: 30px;
    overflow: hidden;
}

zkeys-report-widget {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px 10px 10px;
}

.c3 svg {
    font: 10px sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.c3 line,
.c3 path {
    fill: none;
    stroke: #000
}

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
    shape-rendering: crispEdges;
}

.c3-chart-arc path {
    stroke: #fff
}

.c3-chart-arc rect {
    stroke: #fff;
    stroke-width: 1
}

.c3-chart-arc text {
    fill: #fff;
    font-size: 13px
}

.c3-grid line {
    stroke: #aaa
}

.c3-grid text {
    fill: #aaa
}

.c3-xgrid,
.c3-ygrid {
    stroke-dasharray: 3 3
}

.c3-text.c3-empty {
    fill: grey;
    font-size: 2em
}

.c3-line {
    stroke-width: 1px
}

.c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: #fff
}

.c3-selected-circle {
    fill: #fff;
    stroke-width: 2px
}

.c3-bar {
    stroke-width: 0
}

.c3-bar._expanded_ {
    fill-opacity: 1;
    fill-opacity: .75
}

.c3-target.c3-focused {
    opacity: 1
}

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
    stroke-width: 2px
}

.c3-target.c3-defocused {
    opacity: .3 !important
}

.c3-region {
    fill: #4682b4;
    fill-opacity: .1
}

.c3-brush .extent {
    fill-opacity: .1
}

.c3-legend-item {
    font-size: 12px
}

.c3-legend-item-hidden {
    opacity: .15
}

.c3-legend-background {
    opacity: .75;
    fill: #fff;
    stroke: #d3d3d3;
    stroke-width: 1
}

.c3-title {
    font: 14px sans-serif
}

.c3-tooltip-container {
    z-index: 10
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    -webkit-box-shadow: 7px 7px 12px -9px #777;
    -moz-box-shadow: 7px 7px 12px -9px #777;
    box-shadow: 7px 7px 12px -9px #777;
    opacity: .9
}

.c3-tooltip tr {
    border: 1px solid #ccc
}

.c3-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #fff
}

.c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999
}

.c3-tooltip td>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px
}

.c3-tooltip .value {
    text-align: right
}

.c3-area {
    stroke-width: 0;
    opacity: .2
}

.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: #fff
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777
}

.c3-chart-arc .c3-gauge-value {
    fill: #000
}

.c3-chart-arc.c3-target g path {
    opacity: 1
}

.c3-chart-arc.c3-target.c3-focused g path {
    opacity: 1
}

.c3-drag-zoom.enabled {
    pointer-events: all !important;
    visibility: visible
}

.c3-drag-zoom.disabled {
    pointer-events: none !important;
    visibility: hidden
}

.c3-drag-zoom .extent {
    fill-opacity: .1
}

.wg-preview-highlight {
    background-color: rgba(227, 234, 245);
    z-index: 1;
}

paper-dialog.report {
    position: fixed;
    top: 60px;
    right: 60px;
    bottom: 50Px;
    left: 60px;
    margin: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    background: white;
}

paper-dialog.report h2,
.block .header paper-dialog.report h2 {
    flex: 0 0 auto;
    color: #333333;
    text-shadow: none;
    padding-left: 10px;
    font-size: 12Px;
}

paper-dialog.report .gridWrapper {
    flex: 1;
    overflow: hidden;
}

paper-dialog.report div.buttons {
    flex: 0 0 auto;
}

paper-dialog>h2 {
    margin-top: 14px;
}

paper-progress {
    width: 100%;
}

my-grid [placeholder] {
    background: #afafaf;
}

my-grid [resize] {
    position: absolute;
    color: black;
    font-size: 16px;
}

my-grid [resize="bottom-right"] {
    bottom: 0;
    right: 0;
    cursor: nwse-resize;
}

my-grid [resize="bottom-left"] {
    bottom: 0;
    left: 0;
    cursor: nesw-resize;
}

my-grid [resize="top-right"] {
    top: 0;
    right: 0;
    cursor: nesw-resize;
}

my-grid [resize="top-left"] {
    top: 0;
    left: 0;
    cursor: nwse-resize;
}

my-grid [resize="left"] {
    top: 50%;
    left: 0;
    cursor: ew-resize;
    margin-top: -10px;
}

my-grid [resize="top"] {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    cursor: ns-resize;
}

my-grid [resize="right"] {
    top: 50%;
    right: 0;
    cursor: ew-resize;
    margin-top: -10px;
}

my-grid [resize="bottom"] {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    cursor: ns-resize;
}

.block-login {
    max-width: 400px;
    margin: auto;
    float: none;
    overflow: hidden;
}

.block-login img {
    display: block;
    margin: auto;
    max-width: 400px;
    width: 90%;
}

.dropdown-menu>li>a>i[class^='icon-'].open-left {
    position: absolute;
    left: 0px;
    top: 8px;
}

.nbrb,
.nav-tabs.nav-justified>li>a,
.page-footer-wrap {
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}


/* tabs */
.tabs {
    float: left;
    width: 100%;
    position: relative;
}

.nav-tabs {
    border-color: rgba(0, 0, 0, 0.3);
}

.nav-tabs>li {
    margin-bottom: 0px;
}

.nav-tabs>li>a {
    margin-right: 0px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>.dropdown.active.open>a:hover {
    border-color: transparent;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
}

.nav-tabs>li>a:hover,
.nav-tabs>.dropdown.open>a,
.nav-tabs>.dropdown.open>a:hover {
    background: rgba(0, 0, 0, 0.1);
    border-color: transparent;
    color: #FFF;
}

.nav-tabs.nav-justified > li > a.active {
    border-color: transparent;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
}

.nav-tabs.nav-justified.tab-header>.active>a {
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified.tab-header>.active>a,
.nav-tabs.nav-justified.tab-header>.active>a:hover,
.nav-tabs.nav-justified.tab-header>.active>a:focus {
    border-color: transparent;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
}

.nav-tabs a .caret, .nav-tabs a:hover .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}

.head .nav-tabs {
    border-color: transparent;
    border-bottom: 0px;
}

.nav-tabs-vertical .nav-tabs {
    float: left;
    width: 150px;
    position: absolute;
    left: 0px;
    border-bottom: 0px;
}

.nav-tabs-vertical .nav-tabs > li {
    width: 100%;
}

.nav-tabs-vertical .nav-tabs > li > a {
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.nav-tabs-vertical .nav-tabs > li:first-child > a {
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-vertical .nav-tabs > li:last-child > a {
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-vertical .tab-content {
    width: auto;
    margin-left: 150px;
}

.tabs .nav-tabs>li:first-child>a,
.tabs .nav-tabs>li:last-child>a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* eof tabs */
/* modal */
.modal-content {
    background: url('../../img/taurus/background/bt_cubs.png') left top repeat #222;
    border-width: 3px;
    border: 1px solid #1B1B1B;
}

.modal-header {
    display: flex;
    border-bottom-color: #1B1B1B;
    padding: 5px 10px;
}
.modal-title {
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-footer {
    border-top-color: #1B1B1B;
    padding: 10px 15px;
    margin-top: 0px;
}

.modal-body {
    padding: 10px;
}

.close,
.close:hover,
.close:focus {
    color: #FFF;
}

.modal.modal-white .modal-content {
    background: #FFF;
    color: #333;
    border: 1px solid #EEE;
}

.modal.modal-white .modal-content .modal-header {
    border-bottom-color: #EEE;
}

.modal.modal-white .modal-content .modal-footer {
    border-top-color: #EEE;
}

.modal.modal-white .close,
.modal.modal-white .close:hover,
.modal.modal-white .close:focus {
    color: #333;
}

.modal-backdrop.in {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.modal.modal-success .modal-content {
    background: url('../../img/taurus/background/bt_cubs.png') left top repeat #59AD2F;
    border: 1px solid #4F9B2B;
}

.modal-success .modal-header {
    border-bottom-color: #4F9B2B;
}

.modal-success .modal-footer {
    border-top-color: #4F9B2B;
}

.modal.modal-warning .modal-content {
    background: url('../../img/taurus/background/bt_cubs.png') left top repeat #FFA91F;
    border: 1px solid #db860f;
}

.modal-warning .modal-header {
    border-bottom-color: #db860f;
}

.modal-warning .modal-footer {
    border-top-color: #db860f;
}

.modal.modal-danger .modal-content {
    background: url('../../img/taurus/background/bt_cubs.png') left top repeat #AF2F2F;
    border: 1px solid #A62D2D;
}

.modal-danger .modal-header {
    border-bottom-color: #A62D2D;
}

.modal-danger .modal-footer {
    border-top-color: #A62D2D;
}

.modal.modal-info .modal-content {
    background: url('../../img/taurus/background/bt_cubs.png') left top repeat #2F84B1;
    border: 1px solid #25678B;
}

.modal-info .modal-header {
    border-bottom-color: #25678B;
}

.modal-info .modal-footer {
    border-top-color: #25678B;
}

/* eof modal */

.sync-sign {
    margin: 0 10px;
    color: orange;
    font-size: 14px;
    line-height: 1.8em;
}

.quote-custom-actions {
    outline: none;
    color: #0070D2;
    background-color: transparent;
    border: none;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

a.list-group-item {
    cursor: pointer;
}

#percentage-input::after {
    content: '%';
    position: absolute;
    padding-top: 8px;
    right: 0;
}



.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.spinner .path {
    stroke: #0070D2;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.button-group {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    width: 100%;
}

.button-group button {
    display: inline;
    display: inline;
    width: 100%;
    margin-left: 7px;
    margin-right: 7px;
}

.clickable-row {
    cursor: pointer;
    color: rgb(65, 166, 255);
}

.unclickable-row {
    pointer-events: none;
}

.insideToolbar {
    margin-top: 3px;
    margin-right: 3px;
    margin-left: 3px;
}

.insideToolbar .btn {
    padding: 6px 12px 6px;
}

[tooltip]:after {
    /* needed - do not touch */
    content: attr(tooltip);
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    text-transform: none;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    font-size: 12px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
}

button[tooltip]:after {
    bottom: -60px;
    right: 10%;
    width: 80%;
    display: block;
    white-space: pre-wrap;
}
h2[tooltip]:after {
    position: relative;
    float: right;
    top: 28px;
    right: 60%;
    width: 40%;
}

h2[tooltip] {
    font-size: 12px;
    font-weight: bold;
}

div[tooltip]:after {
    width: 220px;
    top: -5px;
    right: 105%;
}

i[tooltip]:after {
    position: relative;
    top: 0px;
    left: 10px;
}

[tooltip]:hover:after {
    visibility: visible;
    opacity: 0.8;
}

[tooltip]:not([tooltip-persistent]):after {
    pointer-events: none;
}

.tooltip-holder[tooltip]:after {
    left: 20px;
    opacity: 0.5;
    visibility: visible;
}

.tooltip-holder {
    position: absolute;
    width: 100%;
    margin-top: 4%;
    height: 100%;
}

.tooltip-holder[tooltip]:hover {
    visibility: visible;
    opacity: 0.8;
}

.assign-btn {
    color: white !important;
    top: -1.5px;
    position: relative;
    width: fit-content;
}

.assigned-to-link {
    color: #0096c0 !important;
}

.comment-section {
    position: fixed;
    bottom: 35px;
    width: 80vw !important;
    left: 10%;
    z-index: 102;
}

.ticket-image {
    max-height: 100px;
    margin: 5px;
    padding: 2px !important;
    width: auto !important;
    height: auto;
}

.ticket-images-container {
    display: flex;
    height: 120px;
    overflow: auto;
}

.ticket-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket-images-container>a {
    margin: 5px;
}

.json-view span {
    margin-bottom: 0 !important;
}

.config-form-divider {
    border: 0.5px solid #000000;
    margin: 0 10px 10px !important;
    top: -1px;
    position: relative;
    width: calc(100% - 20px);
}

.empty-span {
    width: inherit;
    position: absolute;
    text-align: center;
}

.index-holder{
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.table-row {
    display:flex;
    justify-content: space-between;
}

.table-row > div {
    border-color: rgba(0, 0, 0, 0.22);
    line-height: 20px;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    text-align: center;
    justify-content: space-around;
}

.table-cell {
    display: flex;
    justify-content: space-between;
}

.table-cell > span{
    line-height: 3em;
}

.table-row.header {
    font-weight: bold;
}

.notify-btn {
    font-weight: 400;
    position: absolute;
    padding-left: 25px;
    right: 5px;
    bottom: -5px;
}
.notify-btn::before {
    content: "\A-";
    width: 15px;
    height: 15px;
    background: #59ac2f;
    border-radius: 50%;
    color: #59ac2f;
    position: absolute;
    left: 5px;
}

.notify-submit-btn {
    font-weight: 400;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.notify-checkbox {
    margin: 0 30px !important;
    display: flex;
    height: 30px;
}

.custom-notif-address {
    position: relative;
    top: -5px;
    margin-bottom: 2px;
    margin-left: auto;
    width: 50%;
    display: inline-flex;
}

.pt-1 {
    padding-top:5px !important;
}

.btn-link-style {
    font-weight: 400;
    color: #0096c0;
    text-decoration: dotted underline;
}

.btn-link-style:hover, .btn-link-style:focus, .btn-link-style:active {
    color: #f72759;
}

.configs-select-input{
    margin: 0 8px 0 0;
    height: 36px;
    color: black;
    background: whitesmoke;
}

.custom-pre {
    border: none;
    font-family: unset;
    font-weight: unset;
    background: none;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.auto-overflow {
    overflow: auto;
}

.first-row-label-separation {
    position: absolute;
    -webkit-transform: translateY(0px) translateX(0px) rotate(10deg);
    border: unset !important;
    background: #ddd;
    padding: 1px 0px 0px 0px !important;
}

.btn-group-1 {
    display: flex;
    justify-content: space-between;
    width: 360px;
}

.currency-cell {
    min-width: 80px;
    line-height: 1 !important;
    padding-top: 10px !important;
}

.dropdown-btn-size {
    width:100%;
    line-height: 16px !important;
    padding: 6px 12px 5px !important;
    margin: 1px 0;
    font-weight: 600 !important;
}

.dropdown-btn-size.btn-success:hover {
    background: #539e2d !important;
}

.dropdown-btn-size.btn-warning:hover {
    background-color: #FF9806 !important;
}

.dropdown-btn-size.btn-primary:hover {
    background-color: #3F97FE !important;
}

.dropdown-menu.dunning-dropdown>li>a, .dropdown-menu.dunning-dropdown>li>button {
    text-decoration: unset !important;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
    border: unset;
    text-align: left;
    width: 100%;
    background-color: #ffffff
}

.dropdown-menu.dunning-dropdown {
    background-color: #fff;
    padding: 5px 0 !important;
    transform: unset !important;
    top: 20px !important;
    left: 25px !important;
}

.dropdown-menu.dunning-dropdown .divider {
    background-color: #e5e5e5;
}

.dropdown-menu.dunning-dropdown > li > a:hover, .dropdown-menu.dunning-dropdown > li > a:focus, .dropdown-menu.dunning-dropdown > .active > a, .dropdown-menu.dunning-dropdown > .active > a:hover, .dropdown-menu.dunning-dropdown > .active > a:focus, .dropdown-submenu > li > a:hover, .dropdown-submenu > li > a:focus, .dropdown-menu.dunning-dropdown > li > button:hover, .dropdown-menu.dunning-dropdown > li > button:focus, .dropdown-menu.dunning-dropdown > .active > a, .dropdown-menu.dunning-dropdown > .active > button:hover, .dropdown-menu.dunning-dropdown > .active > button:focus, .dropdown-submenu > li > button:hover, .dropdown-submenu > li > button:focus {
    background-color:#f5f5f5 !important;
    outline: none;
}

.tags-container {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.bg-valuein.bg-ultralight.modal-open {
    margin-right: 0;
}

.modal {
    color: white;
}

.template-selector-btn {
    border-radius: 50%;
    position: relative;
    height: 28px;
    width: 28px;
    top: 1px;
    margin-left: 10px;
    zoom: 70%;
}

.template-selector-icon {
    zoom: 115%;
    left: 5px;
    position: absolute;
    top: 4px;
}

.dunning-template-btn[selected]::before {
    content: 'âœ“';
    zoom: 140%;
    margin-left: -12px;
}
.template-editor-header {
    text-align: center;
    margin-top: 40px;
}

.dropdown.dropdown-icon-container {
    position: absolute;
    left: 200px;
}

.subscription_tables {
    line-height: 100%;
}

.subscription_tables td.total_row {
    padding-left: 0px;
    padding-right: 0px;
}

.subscription_tables tr.total_row {
    background-color: #EFEFEF66;
}
