/**
 * Atmosphere Imager Styling
 */
h2#atmo-selection {
    clear:both;
}
div.product img {
    max-width: 100%;
    height: auto;
    border: 1px solid silver;
    border-radius: 7px;
}
div.product h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-decoration: none;
    border: none;
    color: orange;
}
div.product:not(.showing) {
    display: none;
}
button.form-submit {
    text-align: center;
    border: 1px solid silver !important;
    margin: 1rem 0.5rem;
    padding: 6px 6px;
    font-weight: bold;
}
button.form-submit:hover {
    background-color: #BF9900;
}
#atmo-select-tools-form div.form-item {
    display: inline;
    padding: 0 0;
}
section.block-atmo-products ul.rollovers {
    list-style-type: none;
}
section.block-atmo-products ul.rollovers li {
    font-size: 14px;
    text-align: center;
    border: 1px solid silver;
    min-height: 50px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
section.block-atmo-products ul.rollovers li.active {
    background-color: #E6E6E6;
    color: darkgreen;
}
#atmo-select-tools-form button.form-submit {
    margin-bottom: 2rem;
    background-color: #FFCC00;
}
div.noroll {
    padding: 0 2rem;
    margin: 1rem auto;
}
/* Select Buttons */
fieldset.form-type-select.atmos {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;

    @media all and (max-width: 1080px) {
        margin-left: 1px;
        margin-right: 1px;
    }
    @media all and (max-width: 768px) {
        width: 100%;
    }
}
fieldset.form-type-select.atmos label {
    display: block;
}
#select-collection {
    display: inline;
    @media all and (min-width: 769px) {
        max-width: 90px;
    }
}
#select-satellite {
    display: inline;
    @media all and (min-width: 769px) {
        max-width: 90px;
    }
}
#select-parameter {
    display: inline;
    @media all and (min-width: 769px) {
        max-width: 140px;
    }
}
#select-year {
    display: inline;
    @media all and (min-width: 769px) {
        max-width: 90px;
    }
}
#select-month {
    display: inline;
    @media all and (min-width: 769px) {
        max-width: 90px;
    }
}
#select-day {
    display: inline;
    @media all and (min-width: 769px) {
        max-width: 90px;
    }
}
#select-colorbar {
    display: inline;
    @media all and (min-width: 769px) {
        max-width: 120px;
    }
}
.page-node-3286 span.control-split {  /* L3 MODIS Monthly Imagery */
    @media all and (max-width: 991px) and (min-width: 835px) {
        display: block;
    }
}
.page-node-3285 span.control-split {  /* L3 MODIS Daily Imagery */
    @media all and (max-width: 969px) and (min-width: 769px) {
        display: block;
    }
}

#block-atmo-products-atmo-products-select-block button.form-submit {
    @media all and (max-width: 991px) and (min-width: 769px) {
        position: relative;
        top: 5px;
    }
}
@media all and (max-width: 768px) and (min-width:768px) {
    .one-sidebar .main-container #mainContentBlock {
        width: 70% !important;
        display: inline !important;
    }
    .one-sidebar .main-container #sidebar-primary {
        max-width: 29%;
        display: inline-block !important;
    }
}

@media all and (max-width: 767px) {
    #atmo-select-tools-form {
        padding-left:  0.5rem;
        padding-right: 0.5rem;
    }
    div.region-content, div.product {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media all and (min-width: 992px) {
    #atmo-select-tools-form button.form-submit {
        margin-top: 2rem;
    }
}
@media all and (min-width: 1281px) {
    div.product {
        max-width: 80%;
        display: inline:block;
    }
    ul.rollovers {
        display: inline-block; 
        max-width: 20%;
        margin-top: 4rem;
    }
    section.block-atmo-products ul.rollovers li {
        width: 100%;
        line-height: 18px !important;
        min-height: 18px;
        display: block;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
    section.block-atmo-products ul.rollovers {
        max-width: 994px !important; // same as image width in full size
    }
}
