/* Component styles */

.table_fullwidth tr th {
    color: #fff;
    background-color: #00aeef;
    padding: 10px 10px;
    text-align: left;
    font-weight: normal
}
table.clone{
    z-index: 999;
}

.table_fullwidth tr th + th {
    border-left: 1px solid #fff;
}

.table_fullwidth table tr td {
    border-left: 1px solid #e6e6e6 !important;
    /*border-bottom: 1px solid #e6e6e6 !important;*/
    text-align: left;
    padding: 10px 10px;
}

table {
    border-collapse: collapse;
    border: 1px solid #e6e6e6 !important
}
table:hover{
    background-color: white !important;
}

/* For appearance */
.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    margin: 3em 0;
    padding: 0;
    width: 100%;
}
@media (min-width: 991px) {
    .sticky-wrap {
        overflow: visible;
    }
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .125s ease-in-out;
    z-index: 99;
    width: auto; /* Prevent table from stretching to full size */
}

.sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, .125);
    z-index: 99;
}

.sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 150;

}

.sticky-wrap .sticky-intersect th {
    background-color: #666;
    color: #eee;
}

.sticky-wrap td,
.sticky-wrap th {
    box-sizing: border-box;
}

.sticky-wrap.table-wrap {
    padding-bottom: 30px;
}

.sticky-btn {
    bottom: 100px;
    left: auto;
    border-radius: 50px 0 0 50px;
    position: fixed;
    background-color: #fff;
    right: 0;
    padding: 15px;
    text-align: center;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
@media (min-width: 768px){
    .sticky-btn {
        bottom: 0;
        left: 0;
        border-radius: 0;
    }
}
.sticky-btn .button{
    margin-bottom: 0;
}

/* Not needed for sticky header/column functionality */
td.user-name {
    text-transform: capitalize;
}

.sticky-wrap.overflow-y {
    overflow-y: auto;
    max-height: 50vh;
}

.catalog-category-view .category-cms .table_fullwidth .sticky-wrap{    z-index: inherit !important;}


