/******************************************************************************
**
**   This contains all of the ID and CLASS CSS definitions for the activate
**   WEB pages.
**
******************************************************************************/


/********************************************************************
* CSS Object ID: #
* Note: Can only be ONE per web page.
********************************************************************/


/*****************************
* Content Wrapper:
* Application content
*****************************/

#contentWrapper  {
    background: transparent;
    float: left;
    margin: 0;
    min-height: 30em;
    padding-bottom: 20px;
    width: 100%;
}

#contentWrapper #contentColumn {
    margin-left: 290px;
}

#contentWrapper #contentColumn h1 {
    border-bottom: 4px solid #ebebeb;
    font-size: 28px;
    margin: 10px 0 20px;
    min-height: 66px;
}

#contentWrapper .contentButton:visited, #contentWrapper .contentButton:active {
    color: #fff !important;
    background: #B2541A;
    padding: 8px 14px !important;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

#contentWrapper .contentButton:hover {
    background-color: #E27800 !important;
    color: #fff !important;
}



/*****************************
* Left Column & Nav Styles
*****************************/
#leftColumn {
    float: left;
    margin-left: -1140px;
    width: 290px;
}


/* Left Navigation: Other Applications header and border */
#leftColumn h4 {
    border-top: 4px solid #ebebeb;
    font-size: 18px;
    margin: 0 0 0 4px;
    padding-top: 40px;
    width: 70%;
}

#leftColumn .leftNav {
    margin: 0 5px 0 6px;
    padding: 4px 0 10px;
}


#leftColumn .leftNav li {
    list-style-type: none;
}

#leftColumn .leftNav li a {
    display: block;
    line-height: 21px;
    padding: 3px 5px 6px 0;
    text-decoration: none;
}

/*****************************
* Outer Content Wrapper:
* Page content not including: header, footer
*****************************/
#outerContainer {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

#outerContainer:before, #outerContainer:after {
    content: " ";
    display: table;
}

#outerContainer:after {
    clear: both;
}

#outerContainer #contentWrapper input.contentButton, #outerContainer #contentWrapper .contentButton:link, #outerContainer #contentWrapper .contentButton:visited {
    background-color: #0075b8 !important;
    border-radius: 4px;
    border: none;
    color: #fff;
    padding: 8px 14px !important;
    margin: 5px 10px 0 0;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 75px;
}



/*****************************
* What application is running.
*****************************/

#sectionHead {
    background: none !important;
    border-top: 1px solid #fff;
    clear: both;
    width: 100%;
}

/* Application Name */
#sectionHead h2 {
    font-size: 30px;
    margin: 0 0 20px 6px;
    padding: 0;
}




/********************************************************************
* CSS Object Classes: "."
* There may be many classes on a web page.
********************************************************************/

/*****************************
* Div styles
*****************************/
div.centerAlign {
    text-align: center;
}

/* Display error message */
div.errors {
    color: #b94a48;
    display: block;
    max-width: 900px;
}

div.errors div {
    background: rgba(255,0,0,0.15);
    border: 1px solid #ebccd1;
    border-color: rgba(255,0,0,0.2);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: black;  /* text color */
    display: block;
    margin: 18px 0;
    padding: 17px 18px;
}

/* Lower Environment banner. */
div.lowerEnv {
    background-color: lightblue;
}

div.paddedBox {
    margin: 10px;
    margin-top: 0
}

div.wrap {
    clear: both;
    display: block;
    position: relative;
}


/*****************************
* Form styles
*****************************/
form.eula {
    width: 610px;
}

form.dossier {
    width: 610px;
}


/*****************************
* Header styles
*****************************/
/* Magnifing glass icon and text for hyperlink */
h3.lowLevelTitle {
    background: transparent url(../images/icon-key.png) no-repeat center left;
    background-size: 24px;
    color: #007bb8 !important;
    float: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0 10px 0 !important;
    padding: 3px 0 0 32px;
    width: 100%;
}


/*****************************
* Image styles
*****************************/
img.fullImageDisplay {
    width: 100%;
    margin-bottom: 20px;
}


/*****************************
* Paragraph styles
*****************************/
p.eula {
    font-size: 80%;
    font-weight: bold;
}


/*****************************
* Text Areas
*****************************/
textarea.eula {
    margin: 20px 0;
}

textarea.license {
    width: 610px;
    height: 400px;
    padding: 7px;
    font-family: monospace;
    font-size: 12px;
    line-height: normal;
    margin: 20px 0 0;
}

textarea.downloadLicense, textarea.eula {
    padding: 14px 14px 14px 20px;
}

textarea.downloadLicense {
    margin: 20px 0 0;
}

textarea.eula {
    margin: 20px 0;
}

textarea.eulaDossier {
    display: none;
}


