﻿.sidebar-nav {
    padding: 9px 0;
}

@media (max-width: 980px) {
    /* Enable use of floated navbar text */
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.login-background {
    background-color: #222;
}

.navbar-inner {
    border-bottom: solid 3px #e36112 !important;
}

.software-notices-link {
    text-decoration: underline !important;
    text-align: right;
    font-size: 12px !important;
}

/* Sidebar */

#sidebar li ul {
    display: none; /* used to hide sub-menus */
}

/* Bootstrap Overrides */

.input-block-level {
    width: 100%;
}

/*.multiselect-container {
    width: 100%;
}*/

.multiselect b.caret {
    position: absolute;
    right: 8px;
    top: 14px;
}

/* Removing the awful inbuilt validators */

input:invalid {
    box-shadow: none;
}

/* Validators - override because for some reason a valid field's validator is still showing... */

.field-validation-valid {
    display: none;
}

/* Sortable tables - this disables webkit's default bahaviour to highlight the entire table when touching it */

.table-sortable {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* needs to be applied when table is made sortable as it doesn't leave enough room at the bottom */
.table-spaced {
    padding-bottom: 20px;
}

/* This fixes the issue where there's no placeholder when dropping and dragging tbodies */
.sortable-table-row {
    display: table-row;
}

.label-block {
    display: block;
}

legend > select {
    margin-bottom: 5px;
    float: right;
}

.grouped-section {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 4px 0 4px;
    padding-top: 20px;
    padding-left: 10px;
}

/* Bootstrap Multi-Selects */

.multiselect span {
    float: left;
}

.multiselect b.caret {
    float: right;
}

/*table input {
    margin: 0px !important;
}*/

table .form-group {
    margin-bottom: 0px !important;
}

th input[type="checkbox"] {
    margin: 0 !important;
}

.boxcolumn {
    width: 10px;
}

.column-hover {
    background-color: #ffffcc !important;
}

.row-selected {
    background-color: #ffffcc !important;
}

.ajax-loading {
    background: url("images/ajax-loader.gif") no-repeat;
    background-position: 50% 50px;
}

img.loading {
    content: url("images/ajax-loader.gif");
}

.row-selectable {
    cursor: pointer;
}

.change-page {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-menu > .selected > a,
.dropdown-menu > .selected > a:hover,
.dropdown-menu > .selected > a:focus {
    color: #333333;
    text-decoration: none;
    background-color: #ffffcc;
    background-image: -moz-linear-gradient(top, #ffffcc, #ffffcc);
    background-image: -webkit-gradient(
        linear,
        0 0,
        0 100%,
        from(#ffffcc),
        to(#ffffcc)
    );
    background-image: -webkit-linear-gradient(top, #ffffcc, #ffffcc);
    background-image: -o-linear-gradient(top, #ffffcc, #ffffcc);
    background-image: linear-gradient(to bottom, #ffffcc, #ffffcc);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCC', endColorstr='#FFFFCC', GradientType=0);
}

.tree {
    margin: 0px;
}

.tooltipanchor {
    padding-left: 5px;
    color: #333333;
}

.help-inline {
    padding-left: 0px;
}

.sortable-handle,
.sortable-handle label {
    cursor: move;
}

.delete-item,
.unlink-item {
    cursor: pointer;
}

.changeparent {
    cursor: pointer;
}

/* Larger Bootstrap Modals */

.large-modal .modal-body {
}

@media (min-width: 400px) {
    .large-modal .modal-dialog {
        width: 80%; /* respsonsive width */
    }
}

@media (min-width: 1200px) {
    .large-modal .modal-dialog {
        width: 1100px; /* SET THE WIDTH OF THE MODAL */
    }
}

table label {
    margin-bottom: 0px;
}

.tablePagination {
    text-align: center;
}

.site-header {
    background-image: url(Images/header_logo.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 40px;
    padding-left: 170px;
    position: relative;
    background-size: contain;
}

.home-logo {
    background-image: url(Images/perenso_logo_300x85_transparent_lightbg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
}

#call-for-help-button {
    background-color: #f16923 !important;
    border-color: #f16923 !important;
    border-radius: 4px;
}

.save-button {
    float: right;
    margin-bottom: 10px;
}

.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007acc;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007acc;
}

.mywizard li {
    position: relative;
    background: #f5f5f5;
    padding-right: 30px;
    padding-left: 5px;
}

.mywizard li a:after,
.mywizard li a:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mywizard li a:after {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #f5f5f5;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
    margin-left: -30px;
}

.mywizard li a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.mywizard li .badge {
    vertical-align: text-bottom;
    padding-top: 3px;
}

form#isDirty {
    margin: 0 0 0 0;
}

#source-data-table {
    height: 100%;
    overflow-x: scroll;
}

.remove-set {
    cursor: pointer;
}

/* Overwriting Well Styles */

.well {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.alert-neutral {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.alert-blank {
    color: #555;
    background-color: #fff;
    border-color: #fff;
}

.accordion-heading > a {
    white-space: nowrap;
    width: 40em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.accordion-heading > span {
    margin-right: 20px;
    margin-top: -28px;
}

.multiselect > span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: left;
}

.download-pdf {
    list-style: none;
    margin: 0;
    padding: 0;
}

.download-pdf > li > a {
    padding: 17px 10px 17px 52px;
    display: inline-block;
    background: url("pdficon_large.png") no-repeat 10px 50%;
    font-size: 20px;
}

.select2-add-choice input {
    background: none !important;
}

.uploadButtonHorizontal {
    margin-bottom: 10px;
    margin-top: 10px;
}

.container {
    max-width: 100%;
}

/* Sidebar */

.bs-sidebar.affix {
    position: static;
}
.bs-sidenav {
    background-color: #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    padding-top: 10px;
    text-shadow: 0 1px 0 #ffffff;
}
.bs-sidebar .nav > li > a {
    color: #716b7a;
    display: block;
    padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
    background-color: #e5e3e9;
    border-right: 1px solid #dbd8e0;
    text-decoration: none;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
    background-color: rgba(0, 0, 0, 0);
    border-right: 2px solid #5ac3f0;
    color: #5ac3f0;
    font-weight: bold;
}
.bs-sidebar .nav .nav {
    display: none;
    margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
    font-size: 90%;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
}
@media screen and (min-width: 992px) {
    .bs-sidebar .nav > .active > ul {
        display: block;
    }
    .bs-sidebar.affix,
    .bs-sidebar.affix-bottom {
        width: 213px;
    }
    .bs-sidebar.affix {
        position: fixed;
        top: 80px;
    }
    .bs-sidebar.affix-bottom {
        position: absolute;
    }
    .bs-sidebar.affix-bottom .bs-sidenav,
    .bs-sidebar.affix .bs-sidenav {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media screen and (min-width: 1200px) {
    .bs-sidebar.affix-bottom,
    .bs-sidebar.affix {
        width: 263px;
    }
}

#sidebar ul {
    margin-bottom: 0;
}

.help-inline {
    color: #b94a48;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hide {
    display: none;
}

.badge-warning {
    background-color: #b94a48;
}

.tooltip {
    z-index: 2000 !important;
}

.row-bottom-spacing {
    padding-bottom: 15px;
}

.tradeshow-gradient {
    background-color: #323c48;
}

.navbar-nav > li > a > [class*="icon-"]:first-child {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 0;
    min-width: 30px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 3px;
}

.navbar-nav > li > a {
    padding-bottom: 0px;
}

/* Overwriting ACE */
.btn.btn-orange {
    color: #fff !important;
    background: #feb651 !important;
    border: 1px solid #feb651 !important;
}

/* Badge Actions Bar - V3 Revised UI */
#badge-actions-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

#badge-actions-bar .btn[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}

.btn-tooltip-wrapper {
    display: inline-block;
    cursor: not-allowed;
}

.badge-options-wrapper {
    position: relative;
    display: inline-block;
}


.badge-options-panel {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    margin-top: 5px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 580px;
}

.badge-options-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.badge-option-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    flex: 0 0 calc(33.333% - 12px);
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px;
    cursor: pointer;
    transition:
        border-color 0.2s,
        box-shadow 0.2s;
    text-align: left;
}

.badge-option-card:hover:not(.disabled) {
    border-color: #4a90d9;
    box-shadow: 0 2px 8px rgba(74, 144, 217, 0.15);
}

.badge-option-card.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f9f9f9;
}

.badge-option-icon {
    font-size: 20px;
    flex-shrink: 0;
    padding-top: 1px;
    color: #555;
}

.badge-option-card:not(.disabled) .badge-option-icon {
    color: #333;
}

.badge-option-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.badge-option-title {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.badge-option-card.disabled .badge-option-title {
    color: #999;
}

.badge-option-desc {
    font-size: 12px;
    color: #777;
    line-height: 1.3;
}

.badge-option-card.disabled .badge-option-desc {
    color: #aaa;
}

/* Responsive: stack options on smaller screens */
@media (max-width: 768px) {
    .badge-options-panel {
        min-width: auto;
        width: calc(100vw - 40px);
        max-width: 400px;
        left: 0;
        right: auto;
    }

    .badge-options-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .badge-options-grid {
        grid-template-columns: 1fr;
    }

    #badge-actions-bar {
        flex-direction: column;
        align-items: stretch;
    }
}

.btn.btn-white.active,
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover,
.open .btn.btn-white.dropdown-toggle {
    background-color: #ffffff !important;
    border: 1px solid #d5d5d5 !important;
    color: #858585 !important;
}

.btn.btn-orange.btn-white {
    color: #feb651;
}

.btn-group > .btn > .caret {
    border-top-color: #858585;
    margin-top: 0;
}

.header.tradeshow-orange {
    border-bottom-color: #f16923;
}

.tradeshow-orange {
    color: #f16923 !important;
}

.sub-breadcrumb {
    margin-bottom: 20px;
    border-bottom: none;
}

.select2-container .select2-choice .select2-arrow b:before {
    content: none !important;
}

.btn-white-tradeshow,
.btn-white-tradeshow:focus {
    background-color: #ffffff !important;
    border-color: #a0a0a0;
    border-width: 1px;
    color: #393939 !important;
    height: 34px;
    text-shadow: none !important;
}

.btn-success {
    background-color: #6f9d43 !important;
    border-color: #6f9d43 !important;
}

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #858585 !important;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 8px 5px !important;
}

.input-icon.input-icon-right > [class*="icon-"] {
    right: 5px;
    font-size: 20px;
    top: 5px;
}

.required-marker {
    color: red;
}

.checkbox-in-list {
    margin-bottom: 0px;
}

/* Header Styles */

.navbar-header > .version-number {
    padding-left: 0;
    color: #fafafa;
    padding-top: 8px;
    margin-left: 10px;
    margin-bottom: 0;
    white-space: nowrap;
    float: left;
}

.navbar-header > .version-number > h5 {
    border-radius: 25px;
    padding: 4px 12px;
    background-color: rgba(255, 255, 255, 0.09);
}

.navbar-header > .slogan {
    padding-left: 10px;
    color: #fafafa;
    padding-top: 15px;
    margin-bottom: 0;
    white-space: nowrap;
    float: left;
    font-style: italic;
}

.navbar-header > .top-menu {
    padding-left: 15px;
    padding-top: 20px;
    white-space: nowrap;
    float: left;
}

.profile-info-box {
    padding-top: 13px;
    padding-left: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: block;
    float: left;
    text-align: right;
}

.logged-in-box {
    color: white !important;
    text-decoration: none !important;
}

.logged-in-box-menu {
    font-size: 16px;
    margin-left: 5px;
}

#avatar-picture {
    height: 50px;
    width: 50px;
    background-image: url(Images/perenso_icon_orange2.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-color: #555555;
    border-width: 2px;
    float: left;
}

.tooltip-inner {
    white-space: pre-wrap;
    text-align: left;
}

.tooltip > p {
    text-align: left;
}

.table-nested {
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.minimum-pricing-label {
    text-align: right;
    vertical-align: central;
    padding-top: 12px;
    padding-right: 5px;
    color: #707070;
}

.dropdown-menu {
    min-width: 0;
}

.navbar .navbar-nav > li {
    border: none;
}

.navbar .navbar-brand {
    height: 45px !important;
    margin-top: 8px;
    margin-left: 16px;
    margin-right: 16px;
}

.page-header h1 {
    color: #f16923;
}

.no-skin .navbar .navbar-toggle {
    background-color: #5ac3f0;
    margin-top: 14px;
}

.no-skin .navbar .navbar-toggle.display,
.no-skin .navbar .navbar-toggle[data-toggle="collapse"]:not(.collapsed) {
    background-color: #ffa742;
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    border-color: #5ac3f0;
}

.no-skin .navbar .navbar-toggle:hover {
    background-color: #5ac3f0;
    border-color: rgba(255, 255, 255, 0.1);
}

.no-skin .navbar .navbar-toggle:focus {
    background-color: #5ac3f0;
    border-color: transparent;
}

.navbar-container {
    padding-left: 0px;
    padding-right: 10px;
}

@media (max-width: 992px) {
    .version-number {
        display: none;
    }
    .top-menu {
        display: none;
    }
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

label.checkbox {
    padding-left: 20px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-top: 2px solid #f7ec28;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    color: #6d6d6d;
}

.dropdown-menu > li > span.disabled {
    font-size: 13px;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 1px;
    margin-top: 1px;
    display: block;
    padding-top: 3px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #999;
    white-space: nowrap;
}

.fc-event {
    min-height: 20px;
    cursor: pointer;
}

.fc-event-container .popover {
    width: 300px;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    line-height: 1.42857143 !important  ;
}

.bulk-file-container {
    padding-right: 80px;
}

.bulk-file-container.loading {
    background-image: url(Images/ajax-loader2.gif);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.bulk-file-container.alert-success {
    background-image: url(Images/tick2.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.bulk-file-container button.close {
    margin-right: -75px;
    margin-top: -10px;
}

.bulk-file-container.loading button.close {
    display: none;
}

.bulk-file-container.error-has-occured p.error-has-occured {
    display: block !important;
}

.bulk-file-container.error-has-occured div.progress-bar {
    background-color: #ca5952;
}

.bulk-file-container.processing {
    min-height: 79px;
    background-image: url(Images/ajax-processing.gif);
    background-position: center center;
}

.email-template-images {
    height: 80px;
    margin-bottom: 10px;
}

.email-template-images div.image-container {
    width: 90px;
    float: left;
    height: 90px;
    margin-left: -90px;
}

.email-template-images div.image-parent-container {
    padding-left: 90px;
}

div.image-container img {
    max-width: 80px;
    max-height: 80px;
}

.email-template-images div.info {
    float: right;
    height: 90px;
    width: 100%;
}

.auto-selected-field {
    cursor: text !important;
}

.colpick {
    z-index: 10;
}

.tabs-left > .nav-tabs > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.number-field {
    text-align: right;
}

.ellipsis-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indicator-button {
    min-width: 124px;
}

.dropdown-menu.dropdown-close {
    left: auto !important;
}

.registration-main-content {
    min-height: 500px;
    padding-left: 35px;
}

.registration-page-tabs {
    min-width: 200px;
}

.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:focus,
.tabs-left > .nav-tabs > li.active > a:hover {
    border-left: 2px solid #f7ec28;
}

th.no-stretch {
    width: 1%;
    white-space: nowrap;
}

.wizard-actions {
    overflow: hidden;
}

.btn-next {
    margin-left: 5px;
}

body {
    background: none;
}

td.no-stretch {
    width: 1%;
    white-space: nowrap;
}

.summary-footer {
    font-size: 20px;
    text-align: right;
}

.align-right {
    text-align: right;
}

.table-header {
    background-color: #5ac3f0;
}

.dataTables_wrapper .row:first-child {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.dataTables_length select {
    width: 150px;
}

.jstree-default .jstree-clicked {
    background: #ffffcc !important;
}

.select-all {
    bottom: 0;
    position: absolute;
    right: 12px;
}

/* open-sans-300 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../Content/fonts/open-sans-v13-latin-300.eot"); /* IE9 Compat Modes */
    src:
        local("Open Sans Light"),
        local("OpenSans-Light"),
        url("../Content/fonts/open-sans-v13-latin-300.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../Content/fonts/open-sans-v13-latin-300.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("../Content/fonts/open-sans-v13-latin-300.woff") format("woff"),
        /* Modern Browsers */
            url("../Content/fonts/open-sans-v13-latin-300.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../Content/fonts/open-sans-v13-latin-300.svg#OpenSans")
            format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../Content/fonts/open-sans-v13-latin-regular.eot"); /* IE9 Compat Modes */
    src:
        local("Open Sans"),
        local("OpenSans"),
        url("../Content/fonts/open-sans-v13-latin-regular.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../Content/fonts/open-sans-v13-latin-regular.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("../Content/fonts/open-sans-v13-latin-regular.woff")
            format("woff"),
        /* Modern Browsers */
            url("../Content/fonts/open-sans-v13-latin-regular.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../Content/fonts/open-sans-v13-latin-regular.svg#OpenSans")
            format("svg"); /* Legacy iOS */
}

.loading-indicator > i {
    font-size: 500% !important;
}

.loading-container {
    text-align: center;
    position: relative;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #428bca;
}

table#entity-list td {
    word-break: break-word;
}

.panel-vendor > .panel-heading {
    color: #fff;
    background-color: #7461aa;
    border-color: #7461aa;
}

.panel-customer > .panel-heading {
    color: #fff;
    background-color: #4f99c6;
    border-color: #4f99c6;
}

.panel-broker > .panel-heading {
    color: #fff;
    background-color: #b73766;
    border-color: #b73766;
}

.panel-other > .panel-heading {
    color: #996633;
    background-color: #fee188;
    border-color: #fee188;
}

.show-attendees:hover {
    cursor: pointer;
}

.show-attendees.vendor a {
    color: #7461aa;
}

a.vendor {
    color: #7461aa;
}

.show-attendees.broker a {
    color: #b73766;
}

a.broker {
    color: #b73766;
}

.show-attendees.expanded a {
    color: #fff;
}

.show-attendees.expanded h5 {
    color: #fff;
}

.show-attendees.expanded.vendor td {
    color: #fff;
    background-color: #7461aa !important;
}

.show-attendees.expanded.customer td {
    color: #fff;
    background-color: #4f99c6 !important;
}

.show-attendees.expanded.booth td {
    color: #fff;
    background-color: #016064 !important;
}

.show-attendees.expanded.customer td .placeholder-badge {
    background-color: #82af6f !important;
}

.show-attendees.expanded.broker td {
    color: #fff;
    background-color: #b73766 !important;
}

.panel-heading {
    border-radius: 0;
}

.attendee-list > tbody > tr > td:nth-child(1),
.cancelled-attendee-list > tbody > tr > td:nth-child(1),
.attendee-list > thead > tr > th,
.cancelled-attendee-list > thead > tr > th {
    z-index: 1;
}

.toggle-cancelled-attendees {
    margin: 15px auto;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.registration-status-label {
    margin: 10px 0;
    width: fit-content;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border-color: #d0391e !important;
    /*background-color: #f2a696 !important;*/
}

.form-group.has-error .select2-choice,
.form-group.has-error .select2-choices {
    border-color: #d0391e !important;
    /*background-color: #f2a696 !important;*/
}

.field-validation-error {
    color: #d0391e !important;
}

label.error {
    color: #d0391e !important;
}

#duplicate-attendees-table .original-attendee-row td {
    background-color: #ffffcc !important;
    opacity: 70%;
}

/** Ace Tabs Overrides */

@media only screen and (min-width: 992px) {
    .no-skin .sidebar.h-sidebar .nav-list > li.active,
    .no-skin .sidebar.h-sidebar .nav-list > li.active + li,
    .no-skin .sidebar.h-sidebar .nav-list > li:hover + li.active {
        border-left-color: #f16923;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.active:before {
        background-color: #f16923;
    }

    .sidebar.h-sidebar .nav-list {
        border-bottom: 2px solid #f16923;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.active:last-child {
        border-right-color: #f16923;
    }
}

.nav-list > li .submenu > li > a {
    border-top-width: 0px;
}

.no-skin .nav-list > li > .submenu li > .submenu > li a:hover {
    color: #fff;
    background-color: #202b30;
}

.no-skin .nav-list > li > .submenu li > .submenu > li a {
    color: #c8cbcc;
}

.no-skin .nav-list > li .submenu {
    background-color: #202b30;
    border-color: #e5e5e5;
}

.no-skin .nav-list > li .submenu > li.active:not(.open) > a,
.no-skin .nav-list > li .submenu > li.active:not(.open) > a:hover,
.no-skin .nav-list > li .submenu > li.active:not(.open) > a:focus {
    background-color: #1a2226;
}

.no-skin .nav-list > li.active > a {
    font-weight: bold;
    color: #f16923;
}

#broadcast-message {
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0px;
    text-align: center;
}

.container {
    padding-top: 50px;
}

#sidebar-controls {
    margin-top: -60px;
    right: 10px;
    position: absolute;
}

.pagination > li > a,
.pagination > li > span {
    color: #428bca;
}

.jstree-default .jstree-clicked {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/*Product perk assign*/
.perk-warnings-container {
    border: 1px solid #eaeaea;
    background-color: #f6f6f6;
    padding: 24px;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
}

.perk-warnings-container .perk-warning-heading {
    margin: 10px auto;
}

.perk-earned-else-section {
    border: 1px solid rgba(150, 185, 55, 0.15);
    border-radius: 4px;
    padding: 15px;
    background-color: rgba(229, 238, 205, 0.14);
    margin-bottom: 15px;
}

.perk-earned-else-section .perk-earned-else-heading {
    font-weight: 700;
    margin-bottom: 5px;
    color: rgba(149, 149, 149, 1);
}

.perk-earned-else-section .perk-earned-else-list {
    display: flex;
    flex-wrap: wrap;
}

.benefit-assigned-container,
.perk-earned-else-list {
    display: flex;
    gap: 6px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit-overallocated-error .overallocated-error-heading {
    margin-bottom: 10px;
    font-weight: 600;
}

.benefit-overallocated-error .overallocated-count {
    font-size: 16px;
    font-weight: 600;
}

.btn.assignment-chip {
    border-radius: 2px;
    width: 48%;
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    text-shadow: none !important;
    color: #525252 !important;
}

.btn.assignment-chip.unassign-benefit-button.btn-success {
    background-color: #c6dec9 !important;
    border: none !important;
}

.btn.assignment-chip.unassign-benefit-button.btn-danger {
    background-color: rgba(231, 110, 110, 0.3) !important;
    border: none !important;
}

.btn.assignment-chip.assigned-to-other {
    pointer-events: auto !important;
}

.btn.assignment-chip .benefit-button-icon {
    margin-top: 2px;
}

.btn.assignment-chip .benefit-button-label {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
}

button.assignment-chip .benefit-button-label .benefit-target-desc {
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    white-space: normal;
    display: inline;
    overflow-wrap: anywhere;
}

button.assignment-chip .benefit-button-label .benefit-button-footer {
    font-size: 9px;
    color: #666666 !important;
}

#custom-freshchat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    background-image: url("Images/freshchaticon2@4x.png");
    background-size: 100%;
    z-index: 9999999999;
    cursor: pointer;
    border-radius: 34px 8px 34px 34px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.26);
    display: table;
    background-color: #f16923 !important;
    color: #ffffff !important;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 24px;
}

/*Email Validations*/
.email-status-label {
    color: #fff;
    width: 85px;
    height: 30px;
    border: none;
    border-radius: 5px;
    text-align: center;
    line-height: 2;
    margin: 2px 0 0 2px;
}

.email-valid {
    background-color: #4caf50 !important;
}

.email-unvalidated {
    background-color: #1677d8 !important;
}

.email-unsure {
    background-color: #fb8c00 !important;
}

.email-invalid {
    background-color: #e04655 !important;
}

.validation-loading {
    background-image: url("images/ajax-loader.gif") !important;
    background-size: 25px 25px !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

/* Popover override to bring to the top of modals that are open */
body.modal-open .popover {
    z-index: 1060 !important;
}

.attendee-data-row .tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

/* Entity/Attendee Perks */
.open-perks-link,
.perk-required-label {
    white-space: nowrap;
    width: fit-content;
    cursor: pointer;
    margin: 5px 0;
}

.show-attendees.expanded .open-perks-link {
    background-color: #fff !important;
    color: #393939 !important;
}

#perk-list-modal .perk-name {
    color: #428bca;
    margin-bottom: 0;
    font-weight: 700;
}

/*Primary Registration*/
.attendee-data-row .primary-reg-label {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    color: inherit;
    border-radius: 4px;
    padding: 6px 8px;
    width: fit-content;
}
