.olive-theme .content-wrapper a:not(.btn) {
    color: #3d9970;
}
.olive-theme .content-wrapper a:hover:not(.btn) {
  color: #218838;
}
.valuta::after {
    content:" €";
}
.perc::after {
    content: " %";
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary);
    border-color: var(--primary) !important;
    padding: 0px 5px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"],
.select2-container.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: var(--primary);
}
.select2-container {
    min-width: 13em;
}
.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
    padding-bottom: 0px;
}


.form-inline.filter label {
    display: block;
}
.form-inline.filter .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.login-page, .register-page {
    height: 80vh;
}

.dashboard-widget.agente .widget-user .widget-user-header {
  height: inherit;
}

.dashboard-widget.agente .widget-user .card-footer {
  padding: .75rem 1.25rem;
}
.card .card-table {
    margin-top: -20px;
    margin-bottom: 0;
}
ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

/* OVERLAY */
#page-overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  left: 0px;
  top: calc(3.5rem + 1px); /* sotto la topbar */
  background-color: rgb(244, 246, 249);
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: width 0.5s;
}

#page-overlay-wrapper {
    position: relative;
    top: 0; /* 25% from the top */
    /*text-align: center; /* Centered text/links */
    /*margin-top: 10px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    padding: 0 1vw; /* top | horizontal | bottom */
}

/* Position the content inside the overlay */
#page-overlay-content {
    margin-top: 10px;
}

#page-overlay-header {
    padding: 15px .4rem;
}

/* When you mouse over the navigation links, change their color */
#page-overlay a.actionbtn:hover, #page-overlay a.actionbtn:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
#page-overlay a.actionbtn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    position: absolute;
    top: 0px;
    right: 1vw;
    font-size: 60px;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    #page-overlay-wrapper {
        transition: margin-left .3s ease-in-out;
        margin-left: 250px;
    }
}

@media screen and (max-width: 991.98px) {
    #page-overlay-wrapper {
        margin-left:0;
    }
    #page-overlay-header {
        padding-left: 2vw;
    }
    #page-overlay .actionbtn { right: 2vw; }
}
@media screen and (min-width: 992px) {
    .sidebar-mini.sidebar-collapse #page-overlay-wrapper {
        margin-left: 4.6rem !important;
    }
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    #page-overlay .actionbtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.card td .placeholder {
    height:30px;
    width: 90%;
    text-align: center;
    background-color: #ddd;
}

/* Dropzone */
.dropzone {
    border: 1px dashed #ced4da;
}
.dropzone .dz-message {
    margin: 0;
}
.dropzone .dz-preview .dz-image {
    border-radius: 0;
}

.invalid-feedback {
    display: block;
}


/* priceline */

#table_priceline_review thead th,
.priceline_table .ag-header-cell {
  font-weight: bold;
  color: white;
  background-color: #343a40;
  text-align: center;
}
.priceline_table .ag-header-cell .ag-header-cell-text {
  text-align: center;
  width: 100%;
}

#table_priceline_review tbody tr td[aria-colindex="1"],
.priceline_table .ag-row .ag-cell[aria-colindex="1"] {
  font-weight: bold;
  color: white;
  background-color: #343a40;
  text-align: center;
}
#priceline_cost_table .ag-header-cell:hover,
#priceline_accessories_cost_table .ag-header-cell:hover {
  background-color: #343a40;
}
.ag-theme-material .ag-ltr .ag-cell {
  border-right: 1px solid #e2e2e2;
}

/* end priceline */
.text-pre-line {
    white-space: pre-line;
}
.attachment-img.img-thumbnail-100,
img-thumbnail-100 {
    width: 100px;
    height: 100px;
}
.attachment-img.img-thumbnail-200,
.img-thumbnail-200 {
    width: 200px;
    height: 200px;
}


.cursor-pointer {
    cursor: pointer;
}

.green-border {
    border: 1px solid green;
}

.red-border {
    border: 1px solid red;
}
