﻿body {
}

ul {
    list-style: none;
}

li {
    padding-top: 3px;
}

hr {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.liTabs {
    padding-top: 0px !important;
}

td {
    padding-top: 3px;
}

.liOAConcentrations {
    width: 50px !important;
    text-align: right;
}

.sideButtons {
    padding-bottom: 5px;
}

.UnafoldInputs {
    padding-bottom: 15px;
}

.textAreaStyle {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
}

.five {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
}

.three {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px;
}

#OAResults .imagePopup img {
    height: 100%;
}

#OAResults .imageThumb {
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid black;
}

.PercentLabel {
    display: inline-block;
    padding-right: 8px;
}

.PercentInputs {
    display: inline-block;
    width: 30px;
}

.Units {
    position: relative;
    padding-right: 25px;
    padding-bottom: 10px;
    width: 70px;
}

.UnitsRight {
    position: absolute;
    bottom: 10px;
    margin-left: 50px;
    padding: 5px;
}

@media(max-width:991px) {
    .dropdown-content-mods {
        width: 480px;
    }
}

@media(min-width:768px) {
    .rMenuAffix {
        padding: 0px 10px 0px 10px;
    }
}

@media(max-width:768px) {
    .col-md-12 h2 {
        margin-top: 0;
        font-size: 24px;
    }

    .rMenuAffix {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
    }

    .affix {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding-top: 10px;
    }

    .dropdown-content-mods {
        width: 340px;
    }

    visible-xs-block {
        display: block !important;
    }
}

.rMenuAffix .panel-group .panel, .rMenuAffix .panel-heading {
    border-radius: 0;
    background-image: none;
    background-repeat: no-repeat;
}

.rMenuAffix {
    background: #fff;
    z-index: 3;
}

.affix {
    padding-top: 10px;
    webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}


@media(min-width:768px) {
    .rMenuAffix {
        padding: 0px 10px 10px 10px;
    }

    .affix {
        width: 18%;
    }
}

@media(max-width:768px) {
    .rMenuAffix {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
    }

    .affix {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding-top: 10px;
    }
}

.rMenuAffix .panel-group .panel, .rMenuAffix .panel-heading {
    border-radius: 0;
    background-image: none;
    background-repeat: no-repeat;
}

.rMenuAffix .panel-title {
    font-size: 1em;
}

    .rMenuAffix .panel-title a {
        display: block;
    }


@media(min-width:992px) {
    .rMenuAffix {
        padding: 0px 10px 10px 10px;
    }

    .affix {
        width: 18%;
        top: 100px;
    }

    .col-lg-3 > .affix {
        width: 260px;
        top: 100px;
    }
}

@media(min-width:1600px) {
    .rMenuAffix {
        padding: 0px 10px 40px 10px;
    }

    .affix {
        width: 17%;
        top: 100px;
    }

    .col-lg-3 > .affix {
        width: 260px;
        top: 100px;
    }
}

@media(min-width:1800px) {
    .rMenuAffix {
        padding: 0px 10px 40px 10px;
    }

    .affix {
        width: 13%;
        top: 100px;
    }

    .col-lg-3 > .affix {
        width: 260px;
        top: 100px;
    }
}

.rMenuAffix {
    background: #fff;
    z-index: 3;
}

.affix {
    padding-top: 10px;
    webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}


.isense {
    border: 1px solid #ccc;
    background: white;
    bottom: auto;
    width: 600px;
    max-height: 300px;
    overflow: auto;
}

.isense-details td {
    height: 24px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    color: #555555;
}

.dropdown-content-mods {
    padding: 10px;
    height: 250px;
    min-width: 350px;
    overflow: auto;
}