﻿
.choose-image-style {
    background: transparent;
    border: 0px;
    text-decoration: underline;
}
.image-container-form {
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.holderBackground {
    
    cursor: move;
}
.cursorPointer {
    cursor: pointer;
}
.dgseach-panel {
    padding: 0.5em;
    background-color: rgba(191, 191, 191, 0.15);
    margin: 2px;
    border-radius: 5px !important;
}
.dg-panel-body {
    padding: 0.5em 0em 0.5em 0em;
}
.custom-icon {
    line-height: 2!important;
}
.padding {
    padding: 5px;
}
.cart-info-title {
    color: #25396f;
    font-weight: bold;
}

.seachbutton {
    color: aqua !important;
    margin-left: 5px !important;
}
.badge {
    background-color: red;
    line-height: normal;
    border-radius: 10px;
    color: #ffff;
}
.searchhButton {
    margin-left: 5px !important;
    background-color: #7ab8eb !important;
    border-color: #7ab8eb;
}
.clearButton {
    margin-left: 5px !important;
    background-color: lightcoral !important;
    border-color: lightcoral;
}
.import-export-button {
    border: 1px solid #607080;
    color: #607080;
}
.defaulColorButton {
    background-color: #435ebe;
}
    .defaulColorButton:hover {
        background-color:  #9694ff !important;
        border-color: #9694ff !important;
    }
.secondButton {
    background-color: ghostwhite !important;
    color: #435ebe !important;
    border: 0px !important;
    border-radius: 5px;
}

    .secondButton:hover {
        background-color: #fff !important;
        border-bottom: 1px solid #435ebe !important;
        border-radius: 0px;
    }


.griBackground {
    background-color: #e6e5e3;
    border-radius: 20px;
}
.cartbutton {
    border-radius: 5px;
    border: transparent;
}

.dgsearch-panel-button {
    display: flex;
    padding: 2px;
    color: lightcoral;
    margin-left: auto;
}
.gridContainer {
    height: calc(100vh - 205px) !important;
    max-width: 3000px !important;
}
.gridContainerSmall {
    height: calc(100vh - 400px) !important;
    max-width: 3000px !important;
}
.gridContainerSmallForSubContainer{
    height: calc(100vh - 230px) !important;
    max-width: 3000px !important;
}
.admin-menu-color {
    background-color: #435ebe !important;
    border-color: #435ebe !important;
}

.dg-panel-footer {
    display: flex;
    flex-direction: row-reverse;
}
.form-section {
    border: 1px solid #dfe1e4;
    padding: 1.25rem;
    margin: 0.5rem 0rem;
}

.theme-color-title {
    color: #35509c !important;
    font-weight: 600 !important;
}

.dx-link.dx-icon.fa.fa-trash-alt {
    color: #dc3545;
}

.dx-link.dx-icon.fa.fa-edit {
    color: #ffc107;
}

.dx-link.dx-icon.fas.fa-plus-square {
    color: #007bff;
}

.profile_complete_button{
    cursor: pointer;
}
.tab-trace {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab-trace button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab-trace button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab-trace button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabtrace-content {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.breadcrumb {
    width: fit-content;
    margin-bottom: 5px;
    background: transparent;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.2px);
    -webkit-backdrop-filter: blur(4.2px);
    border: 1px solid rgba(255, 255, 255, 0.11);
    padding: 0.3rem;
    margin: 0.5rem 0rem 1rem 0rem;
    font-size: 14px;
}

img {
    background-image: repeating-conic-gradient(#fff 0% 25%, #f7f7f7 0% 50%);
    background-size: 20px 20px;
}

#kanban {
    white-space: nowrap;
}
.div-scrolle-kanban {
    height: calc(100vh - 160px) !important;
    max-width: 3000px !important;
}
.list-kanban {
    border-radius: 8px;
    height: calc(100vh - 165px) !important;
    max-width: 3000px !important;
    margin: 5px;
    background-color: rgba(192, 192, 192, 0.4);
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.list-title-kanban {
    color: var(--dx-color-text);
    font-size: 16px;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: -10px;
    font-weight: bold;
    cursor: pointer;
}

.scrollable-list-kanban {
    height: 400px;
    width: 260px;
}

.sortable-cards-kanban {
    min-height: 380px;
}

.card-kanban {
    color: var(--dx-color-text);
    position: relative;
    background-color: var(--dx-component-color-bg);
    box-sizing: border-box;
    width: 230px;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
}

.card-subject-kanban {
    padding-bottom: 1px;
    font-size: x-small;
}


.card-priority-kanban {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 5px;
    width: 8px;
    border-radius: 2px;
    background: #adadad;
}

.priority-1 {
    background: cadetblue;
}

.priority-2 {
    background: #86c285;
}

.priority-3 {
    background: #edc578;
}

.priority-4 {
    background: #ef7d59;
}
