﻿.loading-custom {
    display: none;
}

    .loading-custom.active {
        display: block;
        margin-left: 20px;
    }

.tablew {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.table-fixed-head {
    width: 100%;
    /*   min-width: 2100px;*/
    table-layout: fixed;
    border-collapse: collapse;
    height: 500px;
}

    .table-fixed-head th, .table-fixed-head td {
        padding: 0.75rem;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
    }

    .table-fixed-head thead {
        background-color: lightgrey;
        color: black;
    }

        .table-fixed-head thead tr {
            display: block;
            /*    position: relative;*/
        }

    .table-fixed-head tbody {
        display: block;
        overflow: auto;
        width: 100%;
        height: 570px;
    }

.trsel tr:hover {
    background-color: lightblue;
    cursor: pointer;
    
}

.imageback {
    cursor: pointer;
}

.container_t {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.container_p {
    width: 800px;
    padding-left: 25px;
    padding-right: 25px;
}
.pointer_drpdwn {
    cursor: pointer;
}
.dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}


.rating > input {
    display: none;
}

.rating > label {
    position: relative;
    width: 1.1em;
    font-size: 32px;
    color: #FFD700;
    cursor: pointer;
}

    .rating > label::before {
        content: "\2605";
        position: absolute;
        opacity: 0;
    }

    .rating > label:hover:before,
    .rating > label:hover ~ label:before {
        opacity: 1 !important;
    }

.rating > input:checked ~ label:before {
    opacity: 1;
}

.rating:hover > input:checked ~ label:before {
    opacity: 0.4;
}

.centernot {
    height: 120px;
    line-height: 120px; /* same as height! */
    margin-top: -120px;
    text-align: center;
    background-color:transparent;
    color: white;
    font-size: large;
}

.ddd {
    background-color:aquamarine;
    font-size:16px;
    font-weight:bold;
    text-align:left;
    height:200px;
    margin-top:auto;
    white-space:nowrap;    

    overflow-x:scroll;
    border-radius:4px;
    border-color:lightgray;
    color:red;
}
/*
table tr td {
    border-right: 1px solid #dedede;
    color: black
}

table tr th {
    border-right: 1px solid #dedede;
    color: black
}

table {
    border: 1px solid #dedede;
}*/