
td {
    background-color: #fff;
}

.card_digiappsaz {
    width: 220px;
    height: 50px;
    z-index: 6;
    content: inherit;
    border-style: dotted;
    background-color: white;
    border-radius: 5px;
}

.slider_dpp {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    background-color: #bdb2bf;
    position: relative;
}

.slider_dpp_col-2 {
    width: 50%;
    height: 100px;
    border-radius: 5px;
    background-color: #bdb2bf;
    position: relative;
}

.drag_item_dpp {
    width: 20px;
    height: 20px;
    background-color: #00a0ff;
    border-radius: 0 0 3px 3px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove_element_dpp{
    width: 20px;
    height: 20px;
    background-color: #dd1036;
    position: absolute;
    right: 43px;
    border-radius: 0 0 3px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_border_elem{
    border: 2px dashed #1e1e1e;
}

.column_items_dpp {
    width: 20px;
    height: 20px;
    background-color: #dda100;
    position: absolute;
    right: 17px;
    top: -8px;
    border-radius: 0 0 3px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.padding_item_eleman_digiappsaz {
    padding: 3px;
}

.txt_item_elem {
    margin-top: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_col_device {
    width: 100%;
    height: 50px;
    background-color: white;
    box-shadow: 2px 2px 5px #BDBDBD;
    border-radius: 5px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

.text-header-color {
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Progress Bar */
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: #26a69a;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

#sortable {
    background-color: white;
}

.container_eleman_digiappsaz {
    width: 100%;
    height: auto;
    box-shadow: 2px 0 10px #c9c9c9;
    background-color: #eaeaea;
}

.container_elem {
    padding: 20px;
    margin: 10px;
}

.container_screen {
    margin: 10px;
}

.card-digiappsaz-admin{
    width: 40%;
    padding: 10px;
    margin: 10px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    background-color: white;
    border-radius: 10px;
}

.item-pro-digiappsaz{
    background-color: #cdcdcd;
    padding: 10px;
    color: #343434;
}
