﻿.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}
.form-popup-title{
    margin: 8px 6px;
    border-bottom: 1px solid silver; 
    padding-bottom: 5px;
}
.form-popup-stars{
    min-height: 66px;
    border: 1px solid silver;
    border-radius: 3px;
    padding: 4px 6px;
    padding-right: 13px;
    display: inline-block;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

    /* Full-width input fields */
    .form-container input[type=text], .form-container input[type=password], .form-container textarea {
        width: 100%;
        padding: 10px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
    }

        /* When the inputs get focus, do something */
        .form-container input[type=text]:focus, .form-container textarea:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/login button */
    .form-container .btn {
        background-color: #4CAF50;
        color: white;
        padding: 4px 8px;
        border: none;
        cursor: pointer;
        /*width: 100%;*/
        margin-bottom: 10px;
        opacity: 0.8;
    }

    /* Add a red background color to the cancel button */
    .form-container .cancel {
        background-color: red;
    }

    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }
.slidecontainer {
    width: 100%;
    max-width: 180px;
    margin: 4px;
}

.star-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 8px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .star-slider:hover {
        opacity: 1;
    }

    .star-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        /*appearance: none;*/
        width: 25px;
        height: 23px;
        border: 0;
        background: url('../../images/icons/star.gif');
        cursor: pointer;
    }

    /*.star-slider::-moz-range-thumb {
        width: 23px;
        height: 24px;
        border: 0;
        background: url('../../images/icons/1stars.gif');
        cursor: pointer;
    }*/
.fa-star.checked {
    color: orange;
}
#mystars {
    display: inline-block;
    padding: 2px;
    margin: 4px;
}
.review-icon-group {
    padding: 5px;
    margin: 0;
    background-color: snow;
}
.review-ithumbs {
    width: 33px;
    border-radius: 100%;
    border: 4px double black;
    margin: 3px;
}
.review-icon-box {
    padding: 4px;
}
.review-icon-box a{
    margin-top: 8px;
    margin-left: 5px;
}
.review-icon-image {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    border-radius: 100%;
    border: 4px double black;
}
.review-icon-thmb {
    width: 100%;
}
/* Three column layout */
.side {
    float: left;
    width: 13%;
    margin-top: 3px;
    text-align: center;
    min-width: 80px;
}

.middle {
    margin-top: 3px;
    float: left;
    width: 60%;
}

/* Place text to the right */
.right {
    text-align: left;
    min-width: 35px;
    padding-left: 6px;
}
.row1 {
    margin: 0 auto;
    font-size: 13px;
}
/* Clear floats after the columns */
.row1:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: rgba(211, 211, 211, 0.55);
    text-align: center;
    color: white;
    position: relative;
}
.bar-overlay {
    position: absolute;
    margin-left: 50%;
    color: black;
    font-size: 13px;
    margin-top: 1px;
}
/* Individual bars */
.bar-5 {
    height: 18px;
    background-color: #4CAF50;
}

.bar-4 {
    height: 18px;
    background-color: #2196F3;
}

.bar-3 {
    height: 18px;
    background-color: #00bcd4;
}

.bar-2 {
    height: 18px;
    background-color: #ff9800;
}

.bar-1 {
    height: 18px;
    background-color: #f44336;
}
#iconsbox {
    border: 1px solid silver;
    padding: 5px;
    background-color: #ddc6c6;
}
.iconsbox-btn {
    margin: 2px 4px;
    padding-top: 5px;
    padding-left: 5px;
}
.icon-tab {
    padding: 6px 10px;
    background-color: transparent;
    margin: 0;
    border-radius: 4px;
}
    .icon-tab:hover {
        background-color:rgba(69, 166, 243, 0.10); 
        text-decoration: none;
        cursor: pointer;
    }
.iconsbox-btn .active {
    background-color: snow;
    color: black;
}

.iconsbox-btn .active:hover {
    background-color: snow;
    color: black;
}

    /* Responsive layout - make the columns stack on top of each other instead of next to each other */
    @media (max-width: 400px) {
        /*.side, .middle {
        width: 100%;
    }

    .right {
        display: none;
    }*/
    }
