﻿
.checbox-label {
    width: 100%;
    cursor: pointer;
}

    .checbox-label > input[type=checkbox] {
        width: 5%;
    }


#myAffix {
    padding-top: 20px;
}

.affix, .affix-top, .affix-bottom {
    right: 0;
    width: auto;
    z-index: 9999 !important;
    position: fixed;
    bottom: 250px;
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
    .col-sm-4 {
        display: block;
    }

    #relatedReports {
        display: none;
    }
}

@media only screen and (min-device-width: 785px) {
    .showPriceButton {
        display: none;
    }
}

#content strong {
    color: #23527c;
}

/*#top-option {
        text-align: center;
        padding: 20px;
        background-color: #ff9900;
        box-shadow: 11px 4px 12px 1px black;
    }*/

.linkDiv {
    text-align: center;
    margin-top: 10px;
}

/*Button start*/
.btn-hot {
    color: #fff;
    background-color: #db5566;
    border-bottom: 2px solid #af4451;
}

    .btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open > .dropdown-toggle.btn-hot {
        color: #fff;
        background-color: #df6a78;
        border-bottom: 2px solid #b25560;
        outline: none;
    }


    .btn-hot:active, .btn-hot.active {
        color: #fff;
        background-color: #c04b59;
        border-top: 2px solid #9a3c47;
        margin-top: 2px;
    }

.btn-sunny {
    color: #fff;
    background-color: #f4ad49;
    border-bottom: 2px solid #c38a3a;
}

    .btn-sunny:hover, .btn-sky.active:focus, .btn-sunny:focus, .open > .dropdown-toggle.btn-sunny {
        color: #fff;
        background-color: #f5b75f;
        border-bottom: 2px solid #c4924c;
        outline: none;
    }


    .btn-sunny:active, .btn-sunny.active {
        color: #fff;
        background-color: #d69840;
        border-top: 2px solid #ab7a33;
        margin-top: 2px;
    }

.btn-fresh {
    color: #fff;
    background-color: #51bf87;
    border-bottom: 2px solid #41996c;
}

    .btn-fresh:hover, .btn-sky.active:focus, .btn-fresh:focus, .open > .dropdown-toggle.btn-fresh {
        color: #fff;
        background-color: #66c796;
        border-bottom: 2px solid #529f78;
        outline: none;
    }


    .btn-fresh:active, .btn-fresh.active {
        color: #fff;
        background-color: #47a877;
        border-top: 2px solid #39865f;
        outline: none;
        outline-offset: none;
        margin-top: 2px;
    }

.btn-sky {
    color: #fff;
    background-color: #0bacd3;
    border-bottom: 2px solid #098aa9;
}

    .btn-sky:hover, .btn-sky.active:focus, .btn-sky:focus, .open > .dropdown-toggle.btn-sky {
        color: #fff;
        background-color: #29b6d8;
        border-bottom: 2px solid #2192ad;
        outline: none;
    }

    .btn-sky:active, .btn-sky.active {
        color: #fff;
        background-color: #0a97b9;
        border-top: 2px solid #087994;
        outline-offset: none;
        margin-top: 2px;
    }

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0px;
}

#top-option a {
    color: #fff;
}

    #top-option a:hover {
        text-decoration: none;
        color: #fff;
    }

#top-option {
    background-color: #07589d;
    height: auto;
    border: none;
    border-radius: 0px;
    padding: 19px;
    padding-top: 6px;
}
