/* CSS Document */
.bold-14px-black {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.validation-text-margin {
    margin: 10px 0 0 15px;
}

.nod-summary-filters-territory-country-block {
    width: 145px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.nod-summary-filters-user-type-block {
    width: 115px;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
}

.select2-container--bootstrap .select2-results__group {
    color: #000000;
    font-family: 'Arial', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif !important;
    font-size: 14px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 6px 40px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: 10em;
}

.select2-container-multi {
    width: 100%;
}

.nod_review_text_area {
    width: 760px;
    height: 150px;
    border: 1px solid #CCCCCC;
    padding: 3px;
}

.widget {
    line-height: normal;
}

.widget svg > g > g:last-child {
    pointer-events: none
}

.title-widget {
    font-size: 16px;
    background: #ffffff;
    border-bottom: 1px #e4e7ea solid;
    padding: 10px;
    font-weight: bold;
}

.widget-entitytotal .title-widget, .widget-simpletotal .title-widget, .widget-percentagetotal .title-widget {
    background: none;
    padding: 0px 0px 5px 0px;
    color: #888888;
    font-size: 18px;
}

.title-widget span {
    font-size: 12px;
    font-weight: normal;
}

.content-widget {
    background: #ffffff;
}

.content-widget .chart {
    height: 200px;
}

.widget-entitytotal .content-widget, .widget-simpletotal .content-widget, .widget-percentagetotal .content-widget {
    background: none;
}

.content-widget .widget-reload {
    color: #888888;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content-widget .entity-total {
    border-left: 1px #595959 solid;
    padding-left: 15px;
}

.content-widget .entity-total .total {
    font-size: 50px;
    font-weight: bold;
}

.content-widget .entity-total .percentage-change {
    font-size: 15px;
}

.content-widget .entity-total .percentage-change-down {
    color: #df4941;
}

.content-widget .entity-total .percentage-change-up {
    color: #1caf9a;
}

.content-widget .filter-bar .filter-bar-content {
    background: #ffffff;
    padding: 15px;
    width: 100%;
}

.content-widget .filter-bar .filter-bar-content .filter-bar-filter {
    float: left;
}

.content-widget .filter-bar .filter-bar-content .filter-bar-button {
    float: left;
}

.content-widget .filter-bar .filter-bar-content .filter-bar-button {
    padding-top: 16px;
}

.content-widget .filter-bar .filter-bar-content .filter-bar-filter {
    padding-right: 10px;
}

.content-widget .filter-bar .filter-bar-content .filter-bar-filter .interval-selection {
    padding-top: 15px;
    max-width: 60%;
}

.move-drag-drop {
    cursor: move;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #c0c0c0;
    border-radius: 50%;
    padding-top: 6px;
}

.dataTables_wrapper .dt-buttons {
    float: right;
}

.dataTables_wrapper .btn-group {
    margin: 5px !important;
}

/* Styling for checkboxes and radio buttons in nod-forms */
.nod-form .checkbox label {
    padding-left: 0px !important;
}

.nod-form .checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.nod-form .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #008000;
    border-radius: .25em;
    width: 2em;
    height: 2em;
    float: left;
    margin-right: 5px;
    background-color: #FFFFFF;
}

.nod-form .checkbox .cr.small {
    width: 20px;
    height: 20px;
}

.nod-form .checkbox label input[type="radio"] + .cr {
    border-radius: 1em;
}

.nod-form .checkbox .cr .cr-icon {
    position: absolute;
    font-size: 1.2em;
    line-height: 0;
    top: 12px;
    left: 4px;
    color: #008000;
}

.nod-form .checkbox .cr .fa-lock {
    left: 7px;
}

.nod-form .checkbox .cr .fa-circle,
.nod-form .checkbox .cr .fa-square {
    left: 5px;
}

.nod-form .checkbox label input[type="checkbox"],
.nod-form .checkbox label input[type="radio"] {
    display: none;
}

.nod-form .checkbox label input[type="checkbox"] + .cr > .cr-icon,
.nod-form .checkbox label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.nod-form .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.nod-form .checkbox label input[type="radio"]:checked + .cr > .cr-icon {
    background-color: #008000;
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    left: 5.5px;
    top: 13.2px;
}

.nod-form .checkbox label input[type="checkbox"]:checked + .cr.small > .cr-icon,
.nod-form .checkbox label input[type="radio"]:checked + .cr.small > .cr-icon {
    left: 1.5px;
    top: 10.2px;
}

.nod-form .checkbox label input[type="checkbox"]:disabled + .cr,
.nod-form .checkbox label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.borderless td, .borderless th {
    border: none;
}

/* TinyMCE Editor custom CSS */

.mce-charactercount {
    margin: 2px auto !important;
    padding: 8px 0 !important;
    text-transform: uppercase;
    font-size: 12px !important;
}

.mce-wordcount {
    margin: 2px auto !important;
    padding: 8px 0 !important;
    text-transform: uppercase;
    font-size: 12px !important;
}

/* Optional: Remove the html path code from the status bar. */
.mce-path {
    display: none !important;
}

/* Salesforce authentication page settings */

div.salesforce {
    background-color: #FFFFFF;
    padding: 10px;
}

div.salesforce h3 {
    color: #000000;
    padding: 10px 5px;
}

div.salesforce p {
    color: #000000;
    font-size: 14px;
    padding: 5px;
}

.nod-form-panel td.fieldNamesCol {
    padding-left: 20px !important;
}

.form-check {
    position: relative;
    display: block;
}

.form-check-label {
    margin-bottom: 0;
}

.position-relative {
    position: relative;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.datatable_action_menu {
    text-align: center;
}

.checkbox.small {
    margin-bottom: 0;
    margin-top: 10px;
}

.checkbox.small label {
    line-height: 22px;
    font-size: 14px !important;
}

[family-name-editable]:hover, [template-name-editable]:hover {
    background-color: #E1E1E1;
    cursor: pointer;
}

span.select-item {
    margin-left: 0.5em;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.group-title {
    font-size: 18px;
    color: #111;
    font-family: 'LatoBold';
}

.privilege-choices {
    min-height: 26px;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    cursor: text;
    overflow: hidden;
}

.privilege-choices .privilege-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.privilege-choices li {
    float: left;
    list-style: none;
}

.form-check-inline {
    display: inline-block !important;
    margin-right: 1rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-label {
    line-height: 22px;
}

.align-with-datatable {
    margin-bottom: 20px;
    margin-left: 10px;
}

.mt-1 {
    margin-top: 10px;
}

.mb-1 {
    margin-bottom: 10px;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.dropdown-menu {
    z-index: 9999 !important;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.visible-button {
    display: none;
}

.hidden-button {
    display: none;
}

.ui-autocomplete > li {
    padding: 3px 20px;
}

.ui-autocomplete > li.ui-state-focus {
    background-color: #DDD;
}

.ui-helper-hidden-accessible {
    display: none;
}

.table-expander {
    font-size: 14px;
    cursor: pointer;
    line-height: 32px;
}

.child-column {
    padding-left: 28px !important;
}

.child-column-2 {
    padding-left: 48px !important;
}

.table-indent {
    padding-left: 28px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.drafts-well .viewStatus, .drafts-well .viewLog {
    display: none;
}

.form-switch {
    padding-left: 2.5em;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.template-favourite {
    font-size: 20px;
    color: #999;
}

.template-wrapper h3 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.template-wrapper .nav {
    margin-bottom: 25px;
}

.template-wrapper .nav-item.active {
    background: transparent !important;
    border-bottom: 3px solid #2e6da4 !important;
    border-radius: 0 !important;
}

.template-wrapper .nav-item.active a {
    color: #337ab7;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.template-wrapper .nav-item:not(.active) a {
    color: #696969;
}

.template-wrapper .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 25px;
    list-style: none;
}

.template-wrapper .tab-content {
    background: inherit !important;
    padding: 0;
}

.template-wrapper #emailAddress {
    width: 363px;
}

.template-wrapper .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

/*.template-wrapper a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}*/

.template-wrapper .btn-success {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
}

.template-wrapper .btn-default {
    margin-right: 10px
}

.template-wrapper .add-template {
    color: #01606D;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
}

.template-favourite {
    font-size: 20px !important;
}

.template-favourite.active {
    color: #4678B2 !important;
}

.template-wrapper .badge-info {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.template-wrapper .family-heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #161E2E;
}

.template-wrapper .template-heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}

.template-wrapper .help-icon {
    font-size: 16px;
}

.no-result-heading {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #374151;
    margin-bottom: 10px;
}

.no-result-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4B5563;
}

.no-result-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #4678B2;
}

p:has(> a.no-result-link) {
    margin-top: 20px;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.mr-1 {
    margin-right: 10px;
}

.subheading-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #4B5563;
}

.description-label {
    color: #6B7280;
    font-weight: 400;
}

.date-label {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
}

.template-wrapper .table {
    border: 1px solid #E5E7EB !important;
}

.template-wrapper th {
    border: 0 !important;
    color: #6B7280;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.template-wrapper .table thead > tr > th, .template-wrapper .table tbody > tr > th, .template-wrapper .table tfoot > tr > th {
    font-weight: bold;
    background-color: #fff;
    color: #6B7280;
}

.list-group-flush .list-group-item:first-child {
    border-top: 0 !important;
}

.list-group-flush .list-group-item:last-child {
    border-bottom: 0 !important;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.delete-item-warning {
    color: #E02424;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.delete-item-title {
    color: #4678B2;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.delete-paragraph {
    color: #252F3F;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.delete-paragraph-secondary {
    color: #252F3F;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.template-wrapper .form-group:not(:last-child) {
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 12px;
}

.edit-menu {
    float: left;
    font-size: 24px;
    margin-top: 6px;
    margin-right: 14px;
    cursor: pointer;
}

.mb-2 {
    margin-bottom: 20px;
}

.template-wrapper #css {
    height: 600px;
}

.mr-3 {
    margin-right: 30px;
}

.palette-subheading {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.template-wrapper td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.datatable-title {
    color: #161E2E;
    font-weight: 500;
    font-size: 14px;
    padding-left: 15px;
    line-height: 32px;
}

.template-wrapper th:first-child {
    padding-left: 15px;
}

.template-row {
    background-color: #eee !important;
}

.template-wrapper td:not(:first-child):not(.name-column) {
    line-height: 32px !important;
}

.datatable-colorbox {
    width: 28px;
    height: 28px;
    margin-top: 2px;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.toggle-group .btn-default {
    margin-right: 0 !important;
}

.sortable-list {
    padding: 0;
    margin: 0
}

.sortable-list .item {
    list-style: none;
    cursor: move;
    background: #fff;
    transition: opacity 0.5s
}

.sortable-list .item.dragging {
    opacity: 0.8;
    background-color: #337ab7;
    color: white
}

.sortable-list .item.dragging .icon i::before {
    background-image: radial-gradient(white 40%, transparent 40%);
}

.sortable-list .item.dragging .content > label {
    color: white;
}

.sortable-list .item.dragging:where(.details,i) {
    opacity: 0
}

.sortable-list .item .icon {
    position: relative;
    padding: 16px
}

.sortable-list .item .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 50%;
    width: 1px;
    background: #e7e7e7;
    transform: translate(0, -50%)
}

.sortable-list .item .icon i {
    display: inline-block;
    width: 16px;
    height: 8px;
    transform: rotate(90deg)
}

.sortable-list .item .icon i::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%
}

.sortable-list .item .icon i, .sortable-list .item .icon i::before {
    background-image: radial-gradient(black 40%, transparent 40%);
    background-size: 4px 4px;
    background-position: 0 100%;
    background-repeat: repeat-x
}

.sortable-list .item .details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7
}

.sortable-list .item .content {
    width: 100%;
    min-height: 50px;
    position: relative
}

.sortable-list .item .content > label {
    line-height: 50px;
    padding-left: 16px
}

.sortable-list .item .sub-item-container {
    padding: 0
}

.sortable-list .item .sub-item-container .details {
    border-top: 0 !important
}

.sortable-list .item .sub-item-container li:last-child .details {
    border-bottom: 0 !important
}

.sortable-list .item .sub-item-container .item {
    background: #f9fafc
}

.sortable-list .item .sub-item-container .item .icon {
    padding-left: 60px
}

.expandable .sub-item-container {
    height: 0;
    transform: scaleY(0)
}

.expandable.open .sub-item-container {
    height: 100%;
    transform-origin: top;
    transition: transform 0.2s ease-out;
    transform: scaleY(1)
}

.expandable.open > .details .content::before, .expandable.open > .details .content::after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    transform: rotate(45deg);
    left: 18px;
    top: 50%;
    width: 0
}

.expandable.open > .details .content::after {
    left: 13px;
    transform: rotate(135deg)
}

.expandable > .details .content > label {
    padding-left: 32px !important
}

.expandable > .details .content::before, .expandable > .details .content::after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    transform: rotate(135deg);
    left: 16px;
    top: 50%;
    width: 0
}

.expandable > .details .content::after {
    margin-top: -1px;
    transform: rotate(45deg)
}

#bodyContent-error {
    color: #a94442 !important;
}

.has-error .mce-tinymce {
    border-color: #a94442;
}

.pl-1 {
    padding-left: 10px !important;
}

.input-group .help-block {
    display: table-row !important;
}

