﻿.contentsbutton {
    padding: 8px;
    color: white;
    background-color: #e20a17;
    border-radius: 3px;
    border: 0px solid #e20a17;
    cursor: pointer;
}

    .contentsbutton:hover {
        background-color: #cc0a16;
        border: 0px solid #cc0a16;
    }

.contentspagesbutton {
    padding: 3px;
    color: #e20a17;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid grey;
    cursor: pointer;
}

    .contentspagesbutton:hover {
        color: white;
        background-color: #cc0a16;
        border: 1px solid #cc0a16;
    }

.contentsdiv {
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.contentstable {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
    max-width: 500px;
    background-color: #f2f2f2;
}

    .contentstable tr {
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #f2f2f2;
    }

        .contentstable tr:hover {
            background-color: white;
        }

    .contentstable th {
        font-weight: bold;
    }

    .contentstable td {
        cursor: pointer;
        width: 100%;
    }

        .contentstable td:first-child {
            cursor: pointer;
            width: 30px;
        }

        .contentstable td:last-child {
            cursor: pointer;
            width: 30px;
        }

.content-search {
    width: 16px;
    height: 16px;
    content: url(../../Content/images/search-icon.svg);
}

.content-arrow {
    width: 16px;
    height: 16px;
    content: url(../../Content/images/right_blue.png);
}

.content-file {
    width: 16px;
    height: 16px;
    content: url(../../Content/images/emptydoc.png);
}

.content-folder {
    width: 16px;
    height: 16px;
    content: url(../../Content/images/folder.png);
}

.content-home {
    width: 16px;
    height: 16px;
    content: url(../../Content/images/home_blue.png);
}

.data-control-home-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/home_white.png);
}

.data-control-dot-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/dot_white.png);
}

.data-control-empty-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/empty.png);
}

.data-control-back-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/left_white.png);
}

.data-control-forward-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/right_white.png);
}

.contentfolderlabel {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contentfoldericon {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 16px;
    height: 16px;
    content: url(../../Content/images/folder.png);
}

.contentcheckboxlabel {
    display: block;
    position: relative;
    padding-left: 62px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .contentcheckboxlabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.contentfileicon {
    position: absolute;
    top: 3px;
    left: 35px;
    width: 16px;
    height: 16px;
}

.contentcountryicon {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 16px;
    height: 16px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border: 1px solid grey;
    border-radius: 3px 3px;
}

/* On mouse-over, add a grey background color */
.contentcheckboxlabel:hover input ~ .checkmark {
    background-color: #ec6500;
}

/* When the checkbox is checked, add a blue background */
.contentcheckboxlabel input:checked ~ .checkmark {
    background-color: #ec6500;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.contentcheckboxlabel input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.contentcheckboxlabel .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.data-control-close-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/x_white.png);
}

.data-control-globe-icon {
    width: 66px;
    height: 66px;
    padding: 16px;
    cursor: pointer;
    content: url(../../Content/images/globe_white.png);
}

.data-control-search-icon {
    width: 66px;
    height: 66px;
    padding: 20px;
    cursor: pointer;
    content: url(../../Content/images/search-icon.svg);
}

.experience-lock-white {
    content: url(../../Content/images/lock_white.png);
    width: 24px;
    height: 24px;
}

.experience-lock-icon {
    content: url(../../Content/images/lock_blue.png);
    width: 24px;
    height: 24px;
    background-color: transparent;
}

    .experience-lock-icon:hover {
        background-color: #d1d1d1;
    }

.experience-collection-white {
    content: url(../../Content/images/collection_white.png);
    width: 24px;
    height: 24px;
}

.experience-collection-icon {
    content: url(../../Content/images/collection_blue.png);
    width: 24px;
    height: 24px;
    background-color: transparent;
}

    .experience-collection-icon:hover {
        background-color: #d1d1d1;
    }

.experience-star-white {
    content: url(../../Content/images/star_white.png);
    width: 24px;
    height: 24px;
}

.experience-star-icon {
    content: url(../../Content/images/star_blue.png);
    width: 24px;
    height: 24px;
    background-color: transparent;
}

    .experience-star-icon:hover {
        background-color: #d1d1d1;
    }

.content-area {
    position: relative;
}

.content-area-scrollable {
    position: relative;
    overflow-y: auto;
}

.content-grid {
    height: 100%;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px 0px 0px;
}

.content-grid-scrollable {
    height: 80%;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px 0px 0px;
}

.content-filter {
    width: 200px;
    height: 100%;
    overflow-x: hidden;
    padding:5px;
}

.content-filter-catagory {
    padding: 15px 15px 5px 15px;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    border-radius: 3px;
    box-shadow: 5px 5px 5px rgb(176 176 176 / 49%);
}

/* The check container */
.check-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border: solid 1px #ccc;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .check-mark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .check-mark {
    background-color: #e20a17;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .check-mark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .check-mark:after {
    left: 4px;
    top: 0px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-count {
    position: absolute;
    right: 0px;
    text-align: right;
}

.filter-toggle {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    align-content: center;
    vertical-align: middle;
}

    .filter-toggle:hover {
        background-color: #ebebeb;
    }

.filter-up-icon {
    width: 20px;
    height: 20px;
    padding: 3px;
    cursor: pointer;
    content: url(../../Content/images/up_blue.png);
}

.filter-down-icon {
    width: 20px;
    height: 20px;
    padding: 3px;
    cursor: pointer;
    content: url(../../Content/images/down_blue.png);
}

.product-catagory-gallery {
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #4b4b4a;
    color: white;
}

    .product-catagory-gallery:hover {
        background-color: red;
        color: white;
    }

.product-catagory-thumb {
    border-style: solid;
    height: 230px;
    padding: 8px;
    display: inline-flex;
    justify-content: center;
}

.product-catagory-image {
    align-content: baseline;
}

.product-catagory-text {
    background-color: inherit;
    color: inherit;
    max-height: 100px;
    width: 100%;
    bottom: 0px;
    padding: 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: block;
    position: absolute;
}

.product-catagory-gallery-view {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px
}

@media only screen and (max-width: 949px) {
    .product-catagory-gallery-view {
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }
}

@media only screen and (max-width: 480px) {
    .product-catagory-gallery-view {
        grid-template-columns: 1fr
    }
}
