﻿.dropzone.dz-clickable {
    width: 100% !important;
    position: relative;
    min-height: 125px;
    background-color: #eee !important;
}

.dropzone .dz-message {
    /* margin: 0 !important; */
    /* position: relative; */
    top: 50%;
    /* left: 50%; */
    /* -ms-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    /*padding-top: 10px;*/
}

.image-name {
    font-size: 12px;
    font-weight: normal !important;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: start;
    margin-bottom: 0.1rem;
    color: slategray;
}

.dropzone .dz-preview.dz-image-preview {
    background: none !important;
}

.form-group-customer {
    margin-bottom: 1rem;
    float: left;
    padding-right: 10px;
    width: 50%;
    height: 100px;
}

.img-wrap {
    position: relative;
    width: 100%;
    color: #424242;
}

    .img-wrap .thumb {
        position: relative;
        padding-top: 65%;
        background: #DfDfDf;
        background-size: cover;
        background-position: center 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        .img-wrap .thumb .delete-button {
            background: none;
            padding: 2px;
            border: none;
            position: absolute;
            top: 5px;
            right: 5px;
            line-height: 0;
            background-color: #fff;
            border-radius: 100%;
        }

            .img-wrap .thumb .delete-button i {
                height: 11px;
                width: 11px;
                color: #000;
                font-size: 11px;
            }

        .img-wrap .thumb input {
            cursor: pointer;
        }

.user-panel .image {
    margin-left: 12px !important;
    height: 34px;
    width: 34px;
    padding-left: 0 !important;
}

.user-panel img {
    height: 100% !important;
    width: 100% !important;
    max-width: 100%;
}

.login-card-body .field-validation-error {
    margin-top: .25rem;
    font-size: 80%;
    color: red;
}

.user-panel .info a {
    word-break: break-all;
    white-space: normal;
}

.sidebar-collapse .user-panel .info {
    display: none;
}

.login-card-body .input-group-text span {
    cursor: pointer;
    width: 20px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.image-ajax-loader {
    background-color: rgba(255,255,255,0.8) !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    margin: auto !important;
    position: fixed;
    z-index: 999;
    visibility: hidden;
}

    .image-ajax-loader:after {
        content: "";
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 999;
        width: 50px;
        height: 50px;
        margin: -16px 0 0 -16px;
        background: url(../../dist/img/loader.png) center no-repeat;
        animation-name: spin;
        animation-duration: 1000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.image-loading-message {
    position: absolute;
    top: 56%;
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: bold;
    padding-left: 24px;
}

.password-input {
    position: relative;
}

    .password-input span.far {
        position: absolute;
        top: 11px;
        right: 15px;
    }

.watermark-radio-button {
    margin-right: 0.5rem !important;
}

.form-control {
    cursor: pointer;
}

.watermark-special-char {
    width: 40px;
    margin-left: 10px;
    font-size: 36px;
    padding: 0px;
    height: 44px;
}

.custom-control-label::after {
    cursor: pointer;
}

.custom-control-label {
    cursor: pointer;
}

.form-control {
    cursor: auto;
}

.setcursor {
    cursor: pointer;
}

.navbar {
    padding: 0px !important;
}

.breadcrumb {
    padding: 0px !important;
    background-color: transparent !important;
    margin-bottom: 0px !important;
}

.breadcrumb-item.active {
    width: 85% !important;
    color: #000 !important;
}

.content-header {
    padding: 10px .5rem !important;
}

.watermark-form-row {
    margin-bottom: 5px !important;
}

.watermark-alignment {
    font-weight: unset !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    /*font-size:20px !important;*/
}

.breadcrumb-item a {
    padding-top: 2px !important;
}

.dropbox {
    background: none;
    border: none !important;
    margin-bottom: 5px !important;
}

.dropzone .dz-preview .dz-error-message {
    top: 141px !important;
}

.btn-addnew {
    margin-right: 5px !important;
}

.lead b {
    color: #424242;
}

.img-wrap h2 b:hover {
    color: #007bff;
}

.delete-checkbox {
    float: right;
    position: absolute;
    top: 7px;
    right: 5px;
}

.two-checkbox {
    position: inherit !important;
    z-index: 99999 !important;
    float: left;
}

.online-green {
    color: green;
}

.lastseendate-orange {
    color: orange;
}

.lastseendaysago-red {
    color: red;
}

.pagination-button-wrap {
    display: flex;
    justify-content: end;
    gap: 5px;
}

.pagination-wrap {
    margin: 0;
}

@media (min-width: 576px) {
    .small-box p {
        font-size: 16px !important;
    }
}
