.time-picker {
    width: 80px !important;
}

.profile-small-image_ {
    height: auto;
    width: 100px;
}

.profile-small-image {
    width: 100px;
    height: 100px;

    /*
    contain: The image keeps its original aspect ratio, but resized so that the longest of either the height or width can fit in the given dimensions
    */
    object-fit: contain;

    /* cover: The image keeps its original aspect ratio and the image area is completely covered */
    /*object-fit: cover;*/

    /* fill: The initial value. The image will fill its given area, even if it means losing its aspect ratio */
    /*object-fit: cover;*/
    /*object-position: 100% 0;*/
    /*object-position: -20% 0;*/

    /* none: The image is not resized at all, and the original image size fills the given area */
    /* scale-down: The smaller of either contain or none */
}

.profile-middle-image {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.delete-product-icon,
.edit-product-icon,
.product-change-status {
    float: right;
    font-size: 16px !important;
    cursor: pointer;
}

.product-accepted-icon {
    color: #28a745 !important;
}

.product-declined-icon {
    color: #dc3545 !important;
}

.edit-product-icon,
.product-change-status {
    margin-right: 10px;
}

#btn-add-product {
    margin-top: 20px;
}

#productTable span.delete-product-image-span {
    color: red;
}

.btn-product-image {
    background-color: transparent;
}

.btn-product-image,
.btn-product-image:active,
.btn-product-image:focus,
.btn-product-image:hover {
    outline: none !important;
    box-shadow: none !important;
    border:none !important;
}

.btn-coordinates {
    margin-top: 40px;
}

.input-error {
    border-color: #dc3545 !important;
}

#map {
    /*height: 100%;*/
    height: 480px;
    /*width: 640px;*/
}

#store_image {
    margin-bottom: 15px;
}

.text-search {
    width: 70%;

    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px;

    border-color: #c5c5c4 !important;
    border: 1px solid transparent;

    padding-left: 5px;
    padding-right: 5px;
}

.text-search:focus {
    outline: none !important;
    border: 1px solid transparent;
}

#btn-search {
    border-color: #c5c5c4;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.avail_label {
    display: inline;
}

.btn-export {
    margin-left: 40px;
    background-color: #5bc1cf;
    color: #ffffff;
    border-radius: 15px;
}

.alert-super-admin-mode {
    margin-top: 15px;
    font-weight: bold;
}
