﻿
@media screen and (min-width: 1081px) {

    body {
        padding-top: 55px;
    }

    .body-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    listview {
        width: 100%;
    }

    div.rating {
        margin-top: 50px;
        margin-left: 100px;
        margin-right: 100px;
        margin-bottom: 20px;
    }

    div.rating-container {
        margin-left: 100px;
        margin-right: 100px;
    }

    div.command-bar {
    }

    .beer-button {
        margin-left: 15px;
        margin-bottom: 15px;
    }

    img.beer-image {
        margin-left: 50px;
    }

    .image-link-row {
        width: 100px;
    }
}

@media screen and (max-width: 1080px) {

    body {
        padding: 0;
    }

    .body-content {
        padding: 0;
        padding-top: 50px;
    }

    listview {
        width: 95%;
    }

    .carousel-caption {
        display: none;
    }

    .mobile-hidden {
        display: none;
    }

    div.rating {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    div.command-bar {
        margin-top: 15px;
        margin-left: 15px;
    }

    .beer-button {
        margin-bottom: 15px;
    }

    img.beer-image {
        margin-top: 15px;
        margin-left: 30px;
    }
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

#qrCode {
    margin: 15px;
}

tr hidden {
    display: none;
}

input#searchBox {
    height: 25px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1080px) {

    input#searchBox {
        margin-top: 10px;
    }

}

tr.listview-row {
    cursor: pointer;
}

div.rating-tab {
    padding-top: 25px;
}

span.change-request-icon {
    font-size: 18px;
}

td.changed-property {
    color: limegreen;
    font-weight: bold;
}

    td.changed-property > a {
        color: limegreen;
        font-weight: bold;
    }

div.sub-grid {
    margin-top: 45px;
}

input[type="file"] {
    margin-top: -15px;
}

form[name=ImageForm] {
    display: inline;
    margin-left: 15px;
}

div.save-button {
    margin-top: 15px;
}

div.description-box {
    margin-top: 50px;
}

img.beer-image {
    width: 75%;
}

div.input-overlay {
    position: absolute;
    width: 80%;
    height: 38px;
    cursor: pointer;
}

select.click-select-box {
    border: 2px solid green;
}

div.attribute-bar {
    margin-top: 8px;
    margin-bottom: 0;
}

img.image-link {
    width: 16px;
    margin-right: 5px;
}

.command-image-link {
    width: 32px;
    margin-left: 15px;
    margin-top: 2px;
}

input[type=file] {
    margin-top: 0;
}

select#PageSizeSelectBox {
    margin-bottom: 13px;
}

.link-style {
    color: #158cba;
    text-decoration: underline;
}
