﻿
.radius {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    padding: 2px 0px 1px 3px;
    background-color: rgb(255 255 255 / 90%);
}

#slide {
    accent-color: #007bff;
}

#panelprimay {
    position: fixed;
    z-index: 10000;
    /*background: rgba(255,255,255,0.5);*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    margin-right: 5px;
    margin-top: 85px;
    right: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 0px grey;
}

#panelcontent {
    width: 325px;
    min-height: 50px;
    background: rgba(255,255,255,0);
    display: none;
    float: left;
}

#tabcontent {
    width: 32px;
    /*background: #FF0000;*/
    height: 32px;
    float: right;
    text-align: center;
}

.titlerating {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #8f8d8d;
}

.titleratingview {
    padding-left: 10px;
}

.titleratingtime {
    padding-right: 10px;
}

/*#topsearch {
    position: absolute;
    z-index: 10000;
    background: rgba(255,255,255,0.5);
    padding: 10px;
    left: 0;
    margin: 40px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px grey;
    min-height: 10px;
    width:290px;
    
}
*/

/*#topsearch h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}*/


/*begin thanh truot*/
input[type=range] {
    width: 100%;
    /*margin: 13.8px 0;*/
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-appearance: slider-vertical;
    accent-color: #007bff;
}

    input[type=range]:focus {
        outline: none;
    }

#opacitylayer {
    position: fixed;
    z-index: 10001;
    /*background: rgba(255,255,255,0.5);*/
    padding: 5px;
    right: 0;
    margin: 5px;
    border-radius: 10px;
    /*box-shadow: 1px 1px 1px grey;*/
    min-height: 100px;
    width: 35px;
    /*bottom:0;
    width:200px;
    left: 50%;*/
    /*margin-left:103px;*/
    accent-color: #610c7c;
}
/*end thanh truot*/


/*input[type=range] {
    width: 100%;*/
    /*margin: 13.8px 0;*/
    /*background-color: transparent;
    -webkit-appearance: none;
    -webkit-appearance: slider-vertical;
    accent-color: #007bff;
}

    input[type=range]:focus {
        outline: none;
    }*/



/*text price map*/
.circle {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border-style: solid;
    font-size: 16px;
    font-weight: bold;
}

    .circle.circle1 {
        background: rgba(0, 57, 128, 0.5);
        border-color: #f9b904;
        color: white;
    }

    .circle.circle2 {
        background: rgba(0, 57, 128, 0.5);
        border-color: red;
        color: yellow;
        padding: 6px;
    }

/*fix img full in div*/
div.image_container {
    width: 99.8%;
    display: inline-block;
    overflow: hidden;
}

    div.image_container img {
        width: 100%;
    }


/*input[type=range]::-webkit-slider-runnable-track {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 8.4px;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
    margin-top: -14px;
    width: 16px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}

input[type=range]::-moz-range-track {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    width: 100%;
    height: 8.4px;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
}

input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 14.8px 0;
    color: transparent;
    width: 100%;
    height: 8.4px;
    cursor: pointer;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

input[type=range]::-ms-thumb {
    width: 16px;
    height: 36px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 0px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}*/





/*#slide::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background: red;*/ /* Màu đỏ cho nút kéo */
/*border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 2px solid #fff;
    }

    #slide::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background: red;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        border: 2px solid #fff;
    }*/

/*#slide::-webkit-slider-runnable-track {
        background: linear-gradient(to bottom, red, #ff8080);
        border-radius: 10px;
    }

    #slide::-moz-range-track {
        background: linear-gradient(to bottom, red, #ff8080);
        border-radius: 10px;
    }*/
