﻿﻿ /*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/
#memberFields > div {
    margin-bottom: 0.7rem;
}

#manualFields {
    padding: 0 0 0.25rem 1rem;
    border: 1px solid black;
    border-width: 0 0 1px 1px;
    margin-bottom: 1rem;
}

#manualFields > div {
    margin-bottom: 0.7rem;
}

#positionFields {
    margin-top: 1rem;
}

body.im-login-page main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/x-images/IMSLOT-Login-bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
body.im-welcome-page main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    /*    background-color: forestgreen;
*/ /*background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;*/
}

/*added new*/
.im-status-danger {
    color: red;
}

.im-status-success {
    color: green;
}
/*for pagination input admin panel*/
.im-pagination ul {
    display: flex;
    gap: 6px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.im-pagination li {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.im-pagination li a {
    padding: 6px 10px;
    text-decoration: none;
    color: #333;
    display: block;
}

.im-pagination li.active {
    background: #007bff;
    border-color: #007bff;
}

    .im-pagination li.active a {
        color: #fff;
    }

.im-pagination li.disabled a {
    pointer-events: none;
    opacity: 0.5;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-header {
    padding: 2px 16px;
    background-color: var(--im-color-1);
    color: #fff;
}

.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4 {
    color: #fff;
    padding-top: 5px;
}

/* Modal Body */
.modal-body {
    padding: 8px 20px 8px 16px;
    width: 90%;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: var(--im-color-1);
    color: #fff;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 25%;
    width: 40%;
}

#splitStepModal .modal-content {
    top: 5%;
}

#dgModal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 15%;
    width: 75%;
}

#newItemModal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 15%;
    width: 85%;
}

#newUnitModal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 15%;
    width: 80%;
}

#reeferModal .modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    top: 15%;
    width: 50%;
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
    /*    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }*/
}

/* The Close Button */
.close {
    color: #eee;
    float: right;
    font-size: 36px;
    font-weight: 600;
}

.close:hover,
.close:focus {
    color: #222;
    text-decoration: none;
    cursor: pointer;
    font-weight: 900;
}

.im-detail-info.unit {
    background-color: #fff;
}

.input-wrapper {
    position: relative;
    display: inline-block;
}

.restore-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
    pointer-events: auto;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 0 4px;
    border-radius: 3px;
}

table {
    border-collapse: collapse;
}

td {
    padding: 8px;
    border: 0px solid #ccc;
}

input.im-display-as-text {
    width: 100px;
    border: none;
    background-color: transparent;
}

input[readonly] {
    cursor: pointer;
}

input[behaviour="editonfocus"]:focus {
    outline: 2px solid #34db50;
}

input[behaviour="editonbutton"]:focus, input[behaviour="editonbutton"][inter-value] {
    outline: 2px solid var(--im-color-notice-info);
}

#loading-indicator {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    border: 1px solid #ccc;
    padding: 8px 12px;
    display: none;
    align-items: center;
    font-family: sans-serif;
    z-index: 1000;
}

    #loading-indicator .spinner {
        border: 4px solid #f3f3f3;
        border-top: 4px solid var(--im-color-notice-info);
        border-radius: 50%;
        width: 16px;
        height: 16px;
        animation: spin 1s linear infinite;
        margin-right: 8px;
    }

#saveChangesButton {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 1001;
    padding: 10px 16px;
    background-color: var(--im-color-notice-info);
    color: white;
    border: none;
    border-radius: 4px;
    font-family: sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    animation-name: animatebottom;
    animation-duration: 0.4s;
}

.input-group {
    margin-top: 20px;
    font-family: sans-serif;
}

    .input-group label {
        margin-right: 10px;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        right: -100px;
        opacity: 0
    }

    to {
        bottom: 100px;
        right: 100px;
        opacity: 1
    }
}


.prog80 {
    color: #449344;
}

.prog60 {
    color: #8ba441;
}

.prog40 {
    color: #f5f511;
}

.prog20 {
    color: #ff9900;
}

.prog0 {
    color: #ff0000;
}

.im-autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

* {
    box-sizing: border-box;
}

input.im-input-select {
    border: 1px solid transparent;
    background-color: #ffffff;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}

    input.im-input-select[type=text] {
        background-color: #ffffff;
        width: 100%;
    }

    input.im-input-select[type=submit] {
        background-color: var(--im-color-notice-info);
        color: #fff;
        cursor: pointer;
    }

    input.im-input-select.unit {
        width: 93%;
    }

.selectdrop:before {
    content: url('arrow-down-3101.png');
    width: 95%;
    margin-left: 1px;
}

.droptype {
    border: 1px solid lightgrey;
    padding-top: 0.25rem;
    padding-bottom: 0.33rem;
    padding-right: 0.32rem;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    border-left: 0;
}

    .droptype:before {
        content: url('arrow-down-3101.png');
        width: 95%;
        margin-left: 1px;
    }

    .droptype:hover, .dropcur:hover {
        cursor: pointer;
    }

.dropcur {
    width: 8px;
}
/*.dropcur:before, .dropcur::before {
    content: url('arrow-down-3101.png');
    width: 8px !important;
    height: 8px !important;
}*/


.im-autocomplete-items {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    position: absolute;
    z-index: 10;
    background: white;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    margin-top: 5px;
}

    .im-autocomplete-items div {
        position: relative;
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        width: 100%;
    }

        /*when hovering an item:*/
        .im-autocomplete-items div:hover {
            /*background-color: #e9e9e9;*/
            background-color: var(--im-color-notice-info);
            color: white;
        }

    .im-autocomplete-items:empty {
        display: none;
    }

.autocomplete-customstarife {
    width: 200% !important;
}

    .autocomplete-customstarife div {
        width: 100%;
    }

/*when navigating through the items using the arrow keys:*/
.im-autocomplete-active {
    background-color: var(--im-color-notice-info) !important;
    color: #ffffff;
}

.im-autocomplete-itemsdgun {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    position: absolute;
    z-index: 10;
    background: white;
    max-height: 300px;
    overflow-y: auto;
    width: 400%;
    margin-top: 5px;
}

    .im-autocomplete-itemsdgun div {
        position: relative;
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        width: 100%;
    }

        /*when hovering an item:*/
        .im-autocomplete-itemsdgun div:hover {
            /*background-color: #e9e9e9;*/
            background-color: var(--im-color-notice-info);
            color: white;
        }

    .im-autocomplete-itemsdgun:empty {
        display: none;
    }

.im-autocomplete-itemsdg {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    position: absolute;
    z-index: 10;
    background: white;
    max-height: 300px;
    overflow-y: auto;
    width: 30%;
    margin-top: 5px;
}

    .im-autocomplete-itemsdg div {
        position: relative;
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        width: 100%;
    }

        /*when hovering an item:*/
        .im-autocomplete-itemsdg div:hover {
            /*background-color: #e9e9e9;*/
            background-color: var(--im-color-notice-info);
            color: white;
        }

    .im-autocomplete-itemsdg:empty {
        display: none;
    }

/*when navigating through the items using the arrow keys:*/
.im-autocomplete-activedg {
    background-color: var(--im-color-notice-info) !important;
    color: #ffffff;
}

.autocomplete-list:not(:empty) {
    position: absolute;
    z-index: 10;
    background: white;
    border: 1px solid #ccc;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    /* outline:2000px solid rgba(0, 0, 0, 0.05); */
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.19);
}

.adrs.disabled {
    background-color: #ddd !important;
    color: #111 !important;
}

input[type=text],
input[type=number],
input[type=date],
input[type=datetime], select {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type=date] {
    padding: 5px;
}

input.im-input-select.unit {
    border-right: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


input.weight {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.im-button.disabled {
    pointer-events: none;
    background: var(--im-color-street-light-passive);
    display: none;
}

.activeorderslbl {
    padding-left: 20px;
    padding-right: 10px;
}

.activeorders {
    margin-right: 20px;
    font-size: 24px;
}

    .activeorders:hover {
        cursor: pointer
    }

#CustomerList1, #SendersList1 {
    /*overflow-y: scroll;*/
}


/* Dropdown Button */

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: var(--im-color-notice-info-dark);
}

/* The search field */
#imdestinations, #imcontractors {
    box-sizing: border-box;
    padding: 14px 20px 12px 45px;
    border: none;
    /*width: 100% !important;*/
    border-bottom: 1px solid #ddd;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 40px;
    padding-left: 8px;
}

    /* The search field when it gets focus/clicked on */
    #imdestinations:focus, #imcontractors:focus {
        outline: 3px solid #ddd;
    }

.dropbtn, #im-app-filter select {
    background-color: var(--im-color-bg-nav-gradinet);
    color: var(--im-color-1-darker);
    background-color: #fff;
    color: #111;
    border: none;
    cursor: pointer;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus, #im-app-filter select:hover, #im-app-filter select:focus {
        background-color: var(--im-color-notice-info-dark);
        color: #fff;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    z-index: 1;
    max-height: 400px !important;
    overflow-y: auto;
    width: 320px !important;
}

    .dropdown-content span, .dropdown-content a, .dropdown-content div {
        color: black;
        padding: 10px;
        text-decoration: none;
        display: block;
        white-space: wrap;
        border-bottom: 1px solid #ddd;
    }

        .dropdown-content span:hover, .dropdown-content a:hover, .dropdown-content div:hover, #im-app-filter select option:hover {
            background-color: var(--im-color-notice-info) !important;
            border-top: 1px solid var(--im-color-1---im-color-1-lighter);
            border-bottom: 1px solid var(--im-color-1---im-color-1-lighter);
            color: #fff;
        }

.show {
    display: block;
}

.icon-edit.items:hover, .icon-add.items:hover, .icon-save.items:hover, .icon-accept.editValues:hover {
    cursor: pointer;
}

.editting .im-button {
    flex-shrink: 0;
    min-width: 0px;
}

.chck {
    background-image: url('/images/check.svg');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2em;
    height: 1em;
    margin-top: .75em;
    vertical-align: top;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: left center;
    border: 1px solid #dee2e6;
    border-radius: 2em;
    -moz-transition: background-position .15s ease-in-out;
    -o-transition: background-position .15s ease-in-out;
    -webkit-transition: background-position .20s ease-in-out;
    transition: background-position .15s ease-in-out;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.5);
    print-color-adjust: exact;
}

    .chck[type=checkbox]:focus {
        border-color: #86b7fe;
        color: #86b7fe;
        outline: none;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    .chck[value="true"] {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-position: right center;
        background-image: url(/images/checked.svg);
        color: white;
    }

    .chck[value="false"] {
        background-color: #fff;
        border-color: #dee2e6;
    }

.autocomplete-country {
    width: 140%;
}

.autocomplete-currency {
    width: 200%;
}

.accordion {
    transition: all 0.3s;
}

    .accordion:after {
        content: '\002B';
        font-weight: bold;
        float: right;
        display: inline-block;
        margin-left: 8px;
        font-size: 18px;
        transition: transform 0.4s;
    }

    .accordion.aktiv:after {
        content: "\2212";
        transform: rotate(180deg);
    }

.im-ausgeblendet.hidden {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 9s ease-in-out;
}

.im-ausgeblendet.active {
    max-height: 9946px;
}

