﻿.pricelist-card, .product-card {
    border-radius: 3px !important;
    cursor: pointer;
    height: 200px;
}

.group-card {
    background-color: white;
    border-width: 2px;
    height: 255px;
    transition: 0.2s ease-in-out;
}

    .group-card .card-icon {
        margin-top: 15px;
        min-height: 100px;
        height: 100px;
        opacity: 0.6;
        width: auto;
    }
        .group-card .card-icon img {
            min-height: 100px;
            height: 100px;
        }
        .group-card:hover .card-icon {
            opacity: 0.3;
        }

        .group-card h4, .group-card h3 {
            text-overflow: ellipsis !important;
        }

    .group-card .card-title {
        margin: 0px !important;
        text-overflow: ellipsis !important;
    }


    .group-card .card-category {
        margin: 0px !important;
    }

    .group-card:hover {
        /* rgba(0, 87, 183, 1) */
        background-color: rgba(0, 87, 183, 1);
        border: 0px solid #0057B7;
        color: #0057B7;
        transition: 0.2s ease-in-out;
    }

        .group-card:hover p, .group-card:hover h3, .group-card:hover h4 {
            color: white !important;
            font-weight: 400;
            transition: 0.2s ease-in-out;
            transition: font-weight 0s;
        }

        .group-card:hover hr {
            border-top: 1px solid white;
            transition: 0.2s ease-in-out;
        }

    .group-card .card-description {
        margin-bottom: 0px !important;
        margin-top: 15px;
    }

    .group-card h3 {
        margin-bottom: 0px !important;
    }

.product-card .card-icon {
    background-color: white;
    display: block;
    height: 85%;
    width: 100%;
    padding: 0px;
    position: relative;
}

.product-card .logo {
    max-width: 80%;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.product-card .card-title {
    bottom: 10px;
    left: 0px;
    position: absolute;
}

.pricelist-card .card-title {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
}

.product-card:hover {
    background-color: white;
    transition: 0.2s ease-in-out;
}

.product-card .overlay .overlay-ico {
    color: white !important;
    font-size: 75px;
}

.product-card .overlay {
    border-radius: 3px;
    height: calc(100% - 40px);
    left: 0px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0px;
    transition: 0.2s ease-in-out;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.product-card:hover .overlay {
    background-color: rgba(0, 87, 183, 1);
    color: white;
    opacity: 0.95;
    transition: 0.2s ease-in-out;
}

.product-card:hover, .product-card:hover .card-title {
    background-color: rgba(0, 87, 183, 1);
    color: white;
    transition: 0.2s ease-in-out;
}

.back-ico {
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    left: 42px;
    top: 42px;
}

.item-wrapper {
    min-height: 150px;
    text-align: center;
}

    .item-wrapper .title {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .item-wrapper .card-icons {
        background-color: white;
        opacity: 0.3;
        padding: 5px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 61px;
        transition: 0.2s ease-in-out;
        z-index: 5;
    }

.card-ico {
    font-size: 20px;
    opacity: 0.5;
    transition: 0.2s ease-in-out;
}

.card-ico {
    opacity: 1;
    transition: 0.2s ease-in-out;
}

.item-wrapper:hover .card-icons {
    opacity: 1;
    transition: 0.2s ease-in-out;
}

.card-ico.material-icons:hover {
    color: rgba(0, 87, 183, 1) !important;
    transition: 0.2s ease-in-out;
}

.item-wrapper .material-icons {
    color: rgba(0,0,0,0.5);
    transition: 0.2s ease-in-out;
}

.item-wrapper:hover .material-icons {
    color: rgba(0,0,0,0.75);
    transition: 0.2s ease-in-out;
}

.item-wrapper .material-icons:hover {
    cursor: pointer;
}

.group-card {
}

.group-card {
}

.ck.ck-content.ck-editor__editable {
    height: calc(100vh - 400px);
}

.nota-prawna {
}

.product-layout .col-right hr {
    margin-bottom: 15px;
    margin-top: 15px;
}

.product-layout .col-right a {
    color: rgb(51, 51, 51);
    padding-top: 15px;
    transition: 0.2s ease-in-out;
}

    .product-layout .col-right a:hover, .product-layout .col-right .icon-wrapper:hover {
        color: rgba(0, 87, 183, 1);
        transition: 0.2s ease-in-out;
    }

.col-content {
    padding-left: 30px;
    padding-right: 30px;
}

#treeView {
    border-radius: 6px !important;
    margin-top: 35px;
}

    #treeView .nav-link {
        font-weight: 300;
    }

#breadcrumb {
    font-size: 14px;
    margin-left: 10px !important;
    margin-right: 25px !important;
    margin-top: 15px;
}

    #breadcrumb a:hover {
        color: rgba(0, 87, 183, 1);
    }

    #breadcrumb .material-icons {
        transform: translate(0,5px);
    }
