﻿.info-bar {
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: Red;
    color: #FFF;
    padding: 5px 0px;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}

.slider {
    position: fixed;
    right: -100%;
    bottom: 0px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: -10px -10px 30px #888888;
    width: 300px;
    z-index: 2;
}

    .slider .sclose, .modal-cover .mclose {
        position: absolute;
        top: -10px;
        left: -10px;
        background-color: #000;
        color: #FFF;
        border: 2px solid #FFF;
        display: inline-block;
        padding: 0px 5px;
        border-radius: 30px;
        font-family: Arial;
        cursor: pointer;
        box-shadow: 2px 2px 10px #000;
        line-height: 18px;
        font-weight: bold;
    }

.feedback {
    position: fixed;
    left: 100%;
    background-color: #3398d0;
    transform: rotate(-90deg);
    width: 200px;
    text-align: center;
    height: 30px;
    margin-left: -85px;
    top: 40%;
    border-radius: 15px 15px 0px 0px;
    border: 2px solid #FFF;
}

    .feedback:hover {
        background-color: #012877;
    }

    .feedback a {
        display: block;
        height: 100%;
        width: 100%;
        cursor: pointer;
        font-weight: bold;
        color: #FFF;
        line-height: 30px;
        text-shadow: 2px 2px #000000;
        text-decoration: none;
    }

.modal-cover .mclose {
    left: auto;
    right: -10px;
}

.modal-keep.no-close .mclose {
    display: none;
}

.modal-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 2;
}

    .modal-cover .overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #000000;
        opacity: .7;
    }

.modal-keep {
    background-color: #FFF;
    border: 1px solid blue;
    position: absolute;
    top: 150px;
    width: 500px;
    left: 50%;
    margin-left: -250px;
}

.modal-keep.no-close {
    background-color: #FFF;
    border: 1px solid blue;
    position: absolute;
    top: 100px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    padding: 0px;
}

.modal-keep {
}

    .modal-keep hr {
        width: 75%;
    }

    .modal-keep td {
        padding: 0px !important;
    }

    .modal-keep p {
        margin: 15px;
        font-size: 16px !important;
    }

    .modal-keep .modal-header {
        font-size: 24px !important;
    }

@media (max-width: 650px) {
    .modal-keep {
        width: 300px;
        left: 50%;
        margin-left: -150px;
    }
}