.drts label {
    display: inline-block;
}

.drts table th {
    text-align: left;
}

.drts img {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    max-width: 100% !important;
    box-shadow: none !important;
    vertical-align: middle !important;
    opacity: 1;
}

.drts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.drts ul li {
    background: none;
    clear: none !important;
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.drts address,
.drts i {
    margin: 0;
}

.drts select {
    transform: none;
}

.drts .drts-bs-custom-control-inline {
    align-items: center;
}

.drts button {
    border: 0;
    box-shadow: none;
    height: auto;
}

.drts .drts-bs-btn {
    background-image: none !important;
}

.drts .drts-bs-btn,
.drts .drts-bs-btn:hover,
.drts .drts-bs-dropdown-menu a,
.drts .drts-bs-nav a {
    text-decoration: none !important;
}

.drts .drts-bs-popover-header {
    white-space: nowrap;
}

.drts .drts-bs-popover-header:empty {
    display: none;
}

.drts .drts-bs-badge {
    text-decoration: none !important;
}

img.drts-no-image {
    width: 100%;
}

#drts-content {
    margin-bottom: 20px;
}

#drts-nav,
#drts-body {
    clear: both;
}

#drts-nav {
    position: relative;
}

ul.drts-tab-menu {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    float: right;
}

ul.drts-tab-menu li {
    display: inline;
    margin: 0 0 0 0.5em;
    padding: 0;
    white-space: nowrap;
}

ul.drts-tab-menu li:first-child {
    margin-left: 0;
}

.drts-tab-breadcrumbs {
    margin: 10px 0;
    float: left;
}

.drts-clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    right: 5px;
    color: #b3b3b3;
    cursor: pointer;
}

.drts-data-table .drts-bs-table > tbody > tr > td,
.drts-data-table .drts-bs-table > tfoot > tr > td {
    vertical-align: middle;
}

#drts-modal .drts-form-buttons {
    margin-top: 0 !important;
}

.drts .drts-bs-modal-title {
    font-weight: bold;
    font-size: 20px;
}

.drts .drts-bs-modal-header .drts-bs-close {
    font-size: 24px;
}

.drts .drts-bs-modal-body {
    padding-bottom: 0;
}

.drts .drts-bs-close:hover {
    cursor: pointer;
}

.drts-bs-table .drts-bs-btn-group {
    display: inline-block;
}

.drts button.drts-bs-list-group-item-action {
    background-image: none !important;
}

.drts button.drts-bs-btn {
    margin: 0;
}

/*fix for Safari adding 2px margin*/
.drts .drts-bs-custom-control-input:disabled ~ .drts-bs-custom-control-label::before {
    opacity: 0.6;
}

/* Set z-index larger than WP admin bar */
.swal2-container {
    z-index: 100000 !important;
}

.drts-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.drts-gutter-lg {
    margin-right: -30px;
    margin-left: -30px;
}

.drts-gutter-md {
    margin-right: -15px;
    margin-left: -15px;
}

.drts-gutter-sm {
    margin-right: -5px;
    margin-left: -5px;
}

.drts-gutter-xs {
    margin-right: -2px;
    margin-left: -2px;
}

.drts-gutter-none {
    margin-right: 0;
    margin-left: 0;
}

.drts-row > [class*="drts-col-"] {
  /*position: relative;*/
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.drts-gutter-lg > [class*="drts-col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

.drts-gutter-md > [class*="drts-col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.drts-gutter-sm > [class*="drts-col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.drts-gutter-xs > [class*="drts-col-"] {
    padding-right: 2px;
    padding-left: 2px;
}

.drts-gutter-none > [class*="drts-col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* xs <=320px */
.drts-d-none {
    display: none !important;
}

.drts-d-block {
    display: block !important;
}

.drts-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.drts-col-0 {
    display: none !important;
}

.drts-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.drts-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.drts-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.drts-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.drts-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.drts-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.drts-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.drts-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.drts-grow {
    flex-grow: 1;
    max-width: 100%;
}

/* sm >320px */
.drts-sm-d-none.\:container\(width\>320px\) {
    display: none !important;
}

.drts-sm-d-block.\:container\(width\>320px\) {
    display: block !important;
}

.drts-col-sm.\:container\(width\>320px\) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.drts-col-sm-2.\:container\(width\>320px\) {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.drts-col-sm-3.\:container\(width\>320px\) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.drts-col-sm-4.\:container\(width\>320px\) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.drts-col-sm-6.\:container\(width\>320px\) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.drts-col-sm-8.\:container\(width\>320px\) {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.drts-col-sm-9.\:container\(width\>320px\) {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.drts-col-sm-10.\:container\(width\>320px\) {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.drts-col-sm-12.\:container\(width\>320px\) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.drts-sm-grow.\:container\(width\>320px\) {
    flex-grow: 1;
    max-width: 100%;
}

/* md >480px */
.drts-md-d-none.\:container\(width\>480px\) {
    display: none !important;
}

.drts-md-d-block.\:container\(width\>480px\) {
    display: block !important;
}

.drts-col-md.\:container\(width\>480px\) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.drts-col-md-0.\:container\(width\>480px\) {
    display: none !important;
}

.drts-col-md-2.\:container\(width\>480px\) {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.drts-col-md-3.\:container\(width\>480px\) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.drts-col-md-4.\:container\(width\>480px\) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.drts-col-md-6.\:container\(width\>480px\) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.drts-col-md-8.\:container\(width\>480px\) {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.drts-col-md-9.\:container\(width\>480px\) {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.drts-col-md-10.\:container\(width\>480px\) {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.drts-col-md-12.\:container\(width\>480px\) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.drts-md-grow.\:container\(width\>480px\) {
    flex-grow: 1;
    max-width: 100%;
}

/* lg >720px */
.drts-lg-d-none.\:container\(width\>720px\) {
    display: none !important;
}

.drts-lg-d-block.\:container\(width\>720px\) {
    display: block !important;
}

.drts-col-lg.\:container\(width\>720px\) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.drts-col-lg-0.\:container\(width\>720px\) {
    display: none !important;
}

.drts-col-lg-2.\:container\(width\>720px\) {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.drts-col-lg-3.\:container\(width\>720px\) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.drts-col-lg-4.\:container\(width\>720px\) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.drts-col-lg-6.\:container\(width\>720px\) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.drts-col-lg-8.\:container\(width\>720px\) {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.drts-col-lg-9.\:container\(width\>720px\) {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.drts-col-lg-10.\:container\(width\>720px\) {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.drts-col-lg-12.\:container\(width\>720px\) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.drts-lg-grow.\:container\(width\>720px\) {
    flex-grow: 1;
    max-width: 100%;
}

/* xl >960px */
.drts-xl-d-none.\:container\(width\>960px\) {
    display: none !important;
}

.drts-xl-d-block.\:container\(width\>960px\) {
    display: block !important;
}

.drts-col-xl.\:container\(width\>960px\) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.drts-col-xl-0.\:container\(width\>960px\) {
    display: none !important;
}

.drts-col-xl-2.\:container\(width\>960px\) {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.drts-col-xl-3.\:container\(width\>960px\) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.drts-col-xl-4.\:container\(width\>960px\) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.drts-col-xl-6.\:container\(width\>960px\) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.drts-col-xl-8.\:container\(width\>960px\) {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.drts-col-xl-9.\:container\(width\>960px\) {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.drts-col-xl-10.\:container\(width\>960px\) {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.drts-col-xl-12.\:container\(width\>960px\) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.drts-xl-grow.\:container\(width\>960px\) {
    flex-grow: 1;
    max-width: 100%;
}

.dw.drts-dw-3 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.dw.drts-dw-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.dw.drts-dw-6 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.dw.drts-dw-12 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.dw.drts-dw-sm-3.\:container\(width\>320px\) {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.dw.drts-dw-sm-4.\:container\(width\>320px\) {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.dw.drts-dw-sm-6.\:container\(width\>320px\) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.dw.drts-dw-sm-12.\:container\(width\>320px\) {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.dw.drts-dw-md-3.\:container\(width\>480px\) {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.dw.drts-dw-md-4.\:container\(width\>480px\) {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.dw.drts-dw-md-6.\:container\(width\>480px\) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.dw.drts-dw-md-12.\:container\(width\>480px\) {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.dw.drts-dw-lg-3.\:container\(width\>720px\) {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.dw.drts-dw-lg-4.\:container\(width\>720px\) {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.dw.drts-dw-lg-6.\:container\(width\>720px\) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.dw.drts-dw-lg-12.\:container\(width\>720px\) {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.dw.drts-dw-xl-3.\:container\(width\>960px\) {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.dw.drts-dw-xl-4.\:container\(width\>960px\) {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.dw.drts-dw-xl-6.\:container\(width\>960px\) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.dw.drts-dw-xl-12.\:container\(width\>960px\) {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.drts a > i {
    text-decoration: none;
}

.drts-bs-btn i + span,
.drts-icon + span {
    margin-left: 0.3em;
}

.drts-icon + span,
.drts-icon + span + span {
    vertical-align: middle;
}

.drts img.drts-icon,
i.drts-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}

i.drts-icon {
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    color: #444;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 16px;
    padding: 8px;
    text-align: center;
}

.drts img.drts-icon-sm,
i.drts-icon-sm {
    width: 24px;
    height: 24px;
}

i.drts-icon-sm {
    font-size: 12px;
    padding: 6px;
}

i.drts-icon:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.drts .drts-ajax-loading {
    background-position: center center !important;
    background-image: url("../images/ajax-loader.gif") !important;
    background-repeat: no-repeat !important;
    -webkit-transition: none !important;
    transition: none !important;
}

.drts div.drts-ajax-loading,
div.drts-ajax-loader {
    background-image: url("../images/ajax-loader2.gif") !important;
    min-height: 64px;
    min-width: 64px;
}

div.drts-ajax-loader {
    background-position: center 100px !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    position: absolute;
    z-index: 9999;
    opacity: 0.6;
}

.drts-system-widget-meta,
.drts-system-widget-meta li {
    padding: 0 !important;
    background: none !important;
    list-style: none !important;
}

.drts-system-widget-meta li {
    display: inline-block !important;
    font-size: 0.9em;
}

.drts-system-widget-meta li:last-child {
    margin: 0 !important;
}

.drts-system-widget-image img {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1;
}

.drts-system-widget .drts-display-element-header {
    display: none;
}

.drts-system-widget .drts-form label {
    font-size: 1em !important;
}

.drts-system-widget .drts-entity-taxonomy-terms > div {
    margin-bottom: 10px;
}

.drts .irs-min,
.drts .irs-max {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    border-radius: 1px;
}

.drts .irs-from,
.drts .irs-to,
.drts .irs-single {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    background-color: #375a7f;
    border-radius: 1px;
}

.drts .irs-from::after,
.drts .irs-to::after,
.drts .irs-single::after {
    border-top-color: #375a7f;
}

.drts .irs-bar {
    background-image: none;
    background-color: #375a7f;
}

.drts .irs-bar-edge {
    background-image: none;
    background-color: #375a7f;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.drts .irs-slider {
    background-image: none;
}

.drts .irs-slider:before {
    content: '';
    width: 2px;
    height: 18px;
    position: absolute;
    background-color: #375a7f;
    left: 50%;
    margin-left: -1px;
}

.drts .irs-line-left {
    background-image: none;
    background-color: #dee2e6;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.drts .irs-line-mid {
    background-image: none;
    background-color: #dee2e6;
}

.drts .irs-line-right {
    background-image: none;
    background-color: #dee2e6;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.drts .irs-grid-text {
    color: #999;
}

.drts .irs-grid-pol {
    background: #e1e4e9;
}

.drts .drts-form {
    margin: 0;
}

.drts-form-type-sortablecheckboxes .ui-sortable-handle:hover {
    cursor: move;
}

/*Remove box shadow BS adds to active buttons*/
.drts-pagination .drts-bs-btn.drts-bs-active,
.drts-pagination .drts-bs-btn:active,
.drts-form-switch .drts-bs-btn.drts-bs-active,
.drts-form-switch .drts-bs-btn:active {
    box-shadow: none !important;
}

/* Prevent colors changing on hover*/
.drts-form-switch .drts-bs-btn-outline-secondary:not(.drts-bs-active):hover {
    color: #444 !important;
    background-color: transparent !important;
    border-color: #444 !important;
}

.drts-form-group-no-margin .drts-bs-form-group {
    margin: 0 !important;
}

.drts-form-buttons .drts-bs-btn:last-child {
    margin-right: 0 !important;
}

.drts .drts-form-type-grid .drts-bs-form-group {
    margin-bottom: 0;
}

.drts-form-field-radio-options-expand,
.drts-bs-collapsed .drts-form-field-radio-options-collapse {
    display: none;
}

.drts-form-field-radio-options-collapse,
.drts-bs-collapsed .drts-form-field-radio-options-expand {
    display: inline;
}

.drts-bs-custom-control input {
    opacity: 0 !important;
}

/* align with label and give enough space for drag&drop */
.drts-bs-form-row .drts-form-field-options {
    padding-top: calc(.375em + 1px);
}

.drts-form-field-radio-options > .drts-bs-custom-control {
    margin-bottom: 0.5em;
}

.drts-form-field-radio-options label {
    font-weight: normal;
}

.drts .drts-form-field-removable {
    border-top: 1px dashed #ccc;
    padding-top: 1em;
}

.drts button.drts-form-field-remove {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    margin-top: -1px !important;
    display: none;
    z-index: 999;
}

.drts .drts-form-field-removable:hover button.drts-form-field-remove {
    display: inline-block;
}

span.drts-form-field-prefix {
    margin-right: 0.3em;
    display: inline-block;
}

span.drts-form-field-suffix {
    margin: 0 0.3em;
    display: inline-block;
}

span.drts-form-field-required {
    font-weight: bold;
    margin-left: 4px;
    display: inline-block;
    color: #E74C3C;
}

.drts-form-type-selecthierarchical .drts-form-type-select:first-child {
    margin-top: 0;
}

.drts-form-type-selecthierarchical .drts-form-type-select {
    margin-bottom: 0;
    margin-top: 15px;
}

.drts-form-type-colorpicker .huebee__cursor {
    width: 30px;
    height: 30px;
}

.drts-form-type-colorpicker .huebee.is-hidden,
.drts-form-type-colorpicker .huebee__cursor.is-hidden {
    display: block !important;
  /* WP sets display:none to .is_hidden on admin side */
}

.drts .drts-form-error,
.drts-form-has-error .drts-form-description {
    display: none;
}

.drts-form-has-error .drts-form-error {
    display: block;
}

.drts-form-field label {
    margin-bottom: 0.3em;
}

.drts-form > .drts-form-field > label {
    font-size: 1.2em !important;
    font-weight: 600;
}

.drts-field-filter-option-more {
    display: block;
    margin-top: 10px;
}

div.drts-form-field-radio-option-description {
    padding: 0 0 0.75em 1.5em;
}

.drts-form-field-main {
    position: relative;
}

.drts-form-field .drts-clear {
    visibility: hidden;
}

input.drts-form-type-textfield-with-clear {
    padding-right: 20px !important;
}

.drts-form-field-radio-options-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 350px;
}

.drts-form-field-radio-options-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.drts-form-field-radio-options-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.drts-form-upload-row img {
    max-height: 150px;
}

@media (max-width: 768px) {
    .drts-form-timepicker-day {
        margin-bottom: 15px;
    }
}

button.drts-form-field-option-icon {
    min-width: 50px;
}

.drts-form-field-option-sort:hover {
    cursor: move;
}

.drts-form-tableselect-cb {
    width: 2.2em;
}

.drts-form-file-button {
    position: relative;
}

.drts-form-file-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
}

.drts-form-type-colorpalette input:checked + i {
    visibility: visible !important;
}

.drts .drts-form-colorpalette-btn {
    border-radius: 0;
    color: #fff;
    z-index: 0 !important;
}

.drts .drts-form-colorpalette-btn-white,
.drts .drts-form-colorpalette-btn-white:hover {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.drts .drts-form-colorpalette-btn-white,
.drts .drts-form-colorpalette-btn-yellow,
.drts .drts-form-colorpalette-btn:hover {
    color: #eee;
}

.drts-form-flatpickr {
    position: relative;
}

.drts-form-flatpickr .flatpickr-input[readonly],
.flatpickr-calendar input {
    background-color: #fff !important;
}

.flatpickr-calendar,
.flatpickr-calendar.open {
    z-index: 100070 !important;
}

/* Cancel border color on focus applied by BS */
.flatpickr-calendar .flatpickr-time input {
    border-color: transparent;
    box-shadow: none;
}

/* Fixes flatpickr width issues when showing in static mode */
.drts-form-flatpickr .flatpickr-wrapper {
    width: 100% !important;
}

.drts-form-flatpickr .flatpickr-calendar,
.drts-form-flatpickr .flatpickr-days {
    width: auto !important;
}

.drts-form-picker {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    padding: 4px;
}

.drts-form-picker-search {
    margin: 5px 2px;
}

.drts-form-picker-pager {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.drts-form-picker-pager > span {
    text-align: center;
}

.drts-form-picker-items .drts-row {
    flex-wrap: nowrap;
}

.drts-form-picker-pager button,
.drts-form-picker-item {
    min-width: 38px;
    min-height: 31px;
    margin: 2px !important;
}

.drts-form-picker-pager button {
    margin: 2px 3px !important;
}

.drts-form-picker-trigger > div {
    display: inline-block;
}

.drts-form-picker-trigger > span {
    margin-left: 10px;
}

.drts-form-type-buttons label.drts-bs-btn {
    margin: 3px 0 !important;
}

.drts .wp-media-buttons img {
    max-width: 20px !important;
}

.drts-field-label {
    font-weight: bold;
}

.drts-field-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 5%;
}

.drts-field-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.drts .drts-form-type-field-query .drts-form-field,
.drts .drts-form-type-field-condition .drts-form-field {
    margin-bottom: 0;
}

.drts-field-color-icon {
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    line-height: 1;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.drts-entity-form-field > label {
    font-size: 1.2em;
    font-weight: 600;
}

.drts .drts-map-map img {
    max-width: none !important;
    background-color: transparent !important;
    opacity: 1 !important;
}

.drts-map-map {
    color: #333;
}

.pac-container .pac-item {
    background-color: #fff !important;
    color: #333 !important;
}

.drts-form-has-error .drts-map-map {
    border: 1px solid #E74C3C;
}

.fa-twitter-square {
    color: #00aced;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-google-plus {
    color: #dd4b39;
}

.fa-pinterest {
    color: #cb2027;
}

.fa-linkedin {
    color: #007bb6;
}

.fa-tumblr-square {
    color: #32506d;
}

.fa-youtube {
    color: #bb0000;
}

.fa-flickr {
    color: #ff0084;
}

.fa-instagram {
    color: #517fa4;
}

.fa-rss-square {
    color: #fa9b39;
}

.fa-vimeo {
    color: #aad450;
}

.drts .wp-switch-editor,
.drts .wp-editor-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.drts .wp-switch-editor {
    border: 1px solid #e5e5e5;
}

.drts .wp-editor-container textarea, .drts .wp-editor-container iframe {
    box-sizing: border-box;
}

.drts .wp-editor-container {
    border: 1px solid #ccc;
}

.drts .wp-editor-wrap {
    width: 100%;
}

.drts .wp-editor-container textarea {
    color: #333 !important;
}

/* For some themes */
.drts-entity .entry-meta,
.drts-entity .posted-on {
    display: none;
}

.drts-display-element[data-name="wp_comments"] #comments {
    padding-top: 0;
}

.drts-wordpress-homepage-section {
    margin-bottom: 3em;
}

.drts-wordpress-homepage-section .section-title {
    text-align: center;
    margin-bottom: 1em;
}

table.drts-directory-openinghours td {
    text-align: center;
}

table.drts-directory-openinghours tr td:first-child {
    font-weight: bold;
    text-align: left;
}

.drts-entity {
    position: relative;
}

.drts-display .drts-entity-admin-buttons {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.drts-rtl .drts-entity-admin-buttons {
    right: auto;
    left: 0;
}

.drts-entity-field-label {
    font-weight: bold;
    margin-right: 0.2em;
    white-space: nowrap;
}

.drts-entity-fieldlist .drts-entity-field {
    display: flex;
}

.drts-entity-fieldlist-no-inline .drts-entity-field {
    flex-direction: column;
}

.drts-entity-fieldlist .drts-entity-fieldlist .drts-entity-field {
    display: flex;
}

.drts .drts-entity-fieldlist-sm > .drts-bs-list-group-item {
    border: 0;
    padding-top: 0;
    padding-bottom: 0.5em;
}

.drts .drts-entity-fieldlist-no-border > .drts-bs-list-group-item {
    border: 0;
}

.drts-entity-field-label:empty {
    margin-right: 0;
}

.drts .drts-bs-list-group-item {
    background-color: transparent;
}

.drts-bs-navbar-nav > .drts-bs-nav-item:last-child {
    margin-right: 0 !important;
}

.drts-view-entities-list-row > .drts-row {
    display: block;
}

.drts-view-entities-list-row > .drts-row > * {
    width: 100%;
    max-width: 100%;
}

.drts-view-entities-list-grid .drts-entity {
    margin-bottom: 2em;
}

.drts-view-entities-table > table {
    margin: 0 !important;
}

.drts-view-entities-header:empty,
.drts-view-entities-footer:empty {
    margin: 0 !important;
}

@media (max-width: 767.98px) {
    .drts-view-entities-header .drts-bs-navbar-nav,
  .drts-view-entities-footer .drts-bs-navbar-nav {
        display: block;
    }
}

/* Filter Form */
.drts-view-filter-form .drts-bs-card {
    margin-top: -1px;
    border-radius: 0;
}

.drts-view-filter-form .drts-bs-card-header {
    text-transform: uppercase;
    background-color: transparent;
}

.drts-view-filter-form .drts-bs-card-body > .drts-display-element > .drts-view-filter-field > .drts-bs-form-group,
.drts-view-filter-form .drts-bs-card-body > .drts-display-element[data-name="group"] .drts-display-element:last-child > .drts-view-filter-field > .drts-bs-form-group {
    margin-bottom: 0;
}

.drts-view-filter-form .drts-form-buttons {
    margin-top: 1em !important;
}

.drts-view-filter-field-label {
    font-weight: bold;
    margin-bottom: 0.3em;
}

.drts-bs-modal-body .drts-view-filter-form {
    margin-bottom: 1em;
}

.drts-view-filter-form .drts-form-buttons,
.drts-view-filter-form-manual .drts-view-filter-trigger,
#drts-modal .drts-view-filter-trigger {
    display: none;
}

.drts-view-filter-form-manual .drts-view-filter-trigger-main,
#drts-modal .drts-view-filter-trigger-main {
    max-width: 100%;
    flex: 0 0 100%;
}

.drts-view-filter-form-manual .drts-form-buttons,
#drts-modal .drts-form-buttons {
    display: block;
}

.drts .drts-view-nav-item-name-filter-modal {
    display: none;
}

.drts .drts-view-nav-item-name-filter-collapse {
    display: inline-block;
}

.drts .drts-bs-btn-group.drts-view-nav-item-name-filter-collapse {
    display: inline-flex;
}

.drts-view-nav-item-name-filter.drts-bs-focus,
.drts-view-nav-item-name-filter:focus {
    box-shadow: none !important;
}

.drts-view-nav-item-name-num {
    white-space: nowrap;
    line-height: 1.4;
}

.drts .drts-view-remove-filter {
    position: relative;
    padding-right: 25px;
}

.drts-rtl .drts-view-remove-filter {
    padding-left: 25px;
    padding-right: 0.5em;
}

.drts-view-post-entities .drts-display--summary {
    border: 1px solid #eef3f6;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.drts-view-post-entities .dw .drts-display--summary {
    -webkit-transform: none;
    transform: none;
}

.drts-view-post-entities .drts-display--summary:hover {
    border-color: #dde4e9;
}

.drts-view-post-entities.drts-view-entities-list .drts-display--summary {
    margin-bottom: 10px;
}

.drts-view-post-entities .drts-display--summary.drts-highlighted {
    -webkit-animation-name: drts-wobble-vertical;
    animation-name: drts-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes drts-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    33.3% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes drts-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    33.3% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.drts-pagination .drts-bs-btn.drts-bs-disabled {
    opacity: 1;
}

div.drts-voting-arrow-up, div.drts-voting-arrow-down {
    height: 15px;
    line-height: 0;
}

div.drts-voting-arrow-up a,
div.drts-voting-arrow-down a,
div.drts-voting-arrow-up a:hover,
div.drts-voting-arrow-down a:hover {
    display: inline-block;
    width: 0;
    height: 0;
    border: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    text-indent: -9999px;
    line-height: 0;
    outline: none;
}

div.drts-voting-arrow-up a,
div.drts-voting-arrow-up a:hover {
    border-bottom: 15px solid #aaa;
}

div.drts-voting-arrow-down a,
div.drts-voting-arrow-down a:hover {
    border-top: 15px solid #aaa;
}

.drts-voting-rating-average {
    font-weight: bold;
}

.drts-voting-rating-count:before {
    content: "(";
}

.drts-voting-rating-count:after {
    content: ")";
}

.drts-display-element[data-name="entity_field_voting_rating"] > span {
    display: inline-block;
    vertical-align: top;
}

.drts-display-element[data-name="entity_field_voting_rating"] .br-widget {
    line-height: 1em;
}

.drts-display-element[data-name="entity_field_voting_rating"],
.drts-display-element[data-name="entity_field_voting_rating"] .br-wrapper {
    display: inline-block;
}

.drts-display-element[data-name="entity_field_voting_rating"] a {
    font-size: 1em !important;
    box-shadow: none !important;
  /*for some WP themes*/
}
