﻿@import url("effects.css");

/* global styles */
html, body {
    max-width: 100%;
    overflow-x: hidden;   
}

/* master page styles */
#mainPanel {
    background-color: #f3ffc6;
    padding-left: 0;
    padding-right: 0;
}

#masthead {
    margin: 0;
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: #284734;
}

#mastheadLabelsPanel {
    color: white;
    font-size: 80%;
    line-height: 1.1em;
    padding-top: 0.6em;
}

#pageHeadingPanel {
    
}

/* if you want to change the text of the page heading on resource pages */
    /*#pageHeadingPanel h2 {
        display: none;
    }

    #pageHeadingPanel::after {
        margin-bottom: .5rem;
        font-family: inherit;
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
        content: "My New Heading";
    }*/
    
#footer {
    background-color: #284734;
    font-size: 80%;
    color: white;
    padding: 0.5em;
    padding-left: 2em;
}

#languageDropDown {
    width: 10em;
    /*set display to none to remove the language drop-down*/
    /*display: none;*/
}

/* homepage styles */

#emailSubmitPanel {
    background-color: #ebd494;
    border-radius: 0.5em;
    padding: 1em;
    max-width: 30em;
}

#emailSubmitButton {
    margin-top: 0.5em;
}

#contactUsPanel {
    /*set display to none to remove the "contact us" panel*/
    /*display: none;*/
    margin-top: 0.5em;
    font-size: 90%;
}

/* resource pages styles */

#instructionPanel1 {
    /*contains itemised instructions*/
    font-size: 90%;
}

    #instructionPanel1 #moreHelpPanel {
        
    }

#instructionPanel2 {
    /*contains instruction regarding pasting an existing feed*/
    font-size: 90%;
}

#resourceSelectionPanel {
    background-color: #ebd494;
    border-radius: 0.5em;
    padding: 1em;
    max-width: 30em;
}

.completionListElement {
    background-color: white;
    overflow: auto;
    height: 10em;
    border-width: 1px;
    border-style: solid;
    list-style-type: none;
    padding: 0;
    padding-left: 0.5em;
}

#selectedResourcesPanel {
    background-color: #ebd494;
    border-radius: 0.5em;
    padding: 1em;
    max-width: 30em;
}


#selectedResourcesList {
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

    #selectedResourcesList .deleteBtn {
        vertical-align: middle;
        cursor: pointer;
        margin-right: 1em;
    }

    #selectedResourcesList .selectedResourceRow {
        margin-bottom: 0.2em;
    }

#addResourceBtn {
    margin-top: 0.5em;
}

#subscribeFeedBtn {
    margin-top: 0.5em;
}

#downloadFeedBtn {
    margin-top: 0.5em;
}

#feedUrlPanel {
    background-color: #ebd494;
    margin-top: 1em;
    border-radius: 0.5em;
    padding: 1em;
    max-width: 30em;
    /* optionally hide the url panel */
    /*display: none;*/
}

#copyUrlBtn {
    margin-bottom: -0.5em;
}

#clipboardSuccess, #clipboardFailed {
    margin-top: 0.5em;
    margin-bottom: -0.25em;
}
