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


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

#ccn-form {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

/*****************************
* 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: 42px 0 20px;
    min-height: 66px;
}

#contentWrapper .contentButton, #contentWrapper .contentButton:visited, #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;
}

#contentWrapper .contentButton:hover {
    background-color: #034494 !important
}

#outerContainer select, textarea.eula {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    float: right;
    font-size: 12px;
    margin: 5px;
    margin-right: 0 !important;
    padding: 7px;
}

/* Left column ID */
#leftColumn {
    float: left;
    width: 290px;
    margin-left: -1140px
}

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


/*****************************
* 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 button.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;
    margin-top: 20px;
    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.bold {
    font-weight: bold;
}

div.centerAlign {
    text-align: center;
}

div.form {
    width: 610px;
    padding: 14px 14px 14px 20px;
    float: left;
}

div.infoBackground {
    background-color: #edf0f4;
    border-radius: 3px;
    margin: 18px 0;
    position: relative;
}


div.infoBackground3 {
    background-color: #edf0f4;
    border-radius: 3px;
    margin: 18px 0;
    position: relative;
    width: 610px;
    padding: 14px 14px 14px 20px;
    float: left;
}

div.infoBackground input[type="radio"] {
    vertical-align: top;
    margin: 5px 0;
}

div.infoBackground label.radio {
    width: 500px !important;
    padding: 2px 0 20px 14px;
    font-weight: normal;
    text-transform: none !important;
    margin-top: 0 !important;

    display: inline-block;
    margin: 5px 0 0;

}

/* Left Column */
.leftNav {
    background: transparent;
    color: #000;
    font-size: 14px;
    list-style: none;
    margin: 0 5px 0 6px;
    padding: 4px 0 10px;
    width: 280px;
}


.leftNavTitle2Above {
    margin-top: 30px !important;
}


.leftNavTitle3Above, .leftNavTitle2Above {
    border-top: 4px solid #ebebeb;
    width: 70%; /* Don't want bar all the way across */
    margin: 0 0 0 4px;
    padding-top: 40px;
    font-size: 18px;
}


/* Left Nav list items */
.leftNav li {
    border-bottom: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Left Nav hyperlinks */
.leftNav li a {
    display: block;
    width: 100%;
    padding: 3px 5px 6px 0;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    line-height: 21px
}


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


div.errors.overview {
    color: #b94a48;
    display: block;
    max-width: 900px;
}

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

/* Making h3 inside paddbox2 a little larger. */
div.paddedBox h3 {
    font-size: 125%;
}

div.small {
    font-size: 85%;
}

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

div.wrap.topField {
    margin-top: 18px;
}

/* Was -  h3.lowleveltitle.nomargin  */
h3.withKeyIcon {
    margin: 10px 0 10px 0 !important;
    background: transparent url(../images/icon-key.png) no-repeat center left;
    background-size: 24px;
    padding: 3px 0 0 32px;
}


/* Clear any float left/right elements.  Resets */
.clearBoth {
    clear: both
}

/* Don't allow any elements to be floated */
.floatNone {
    float: none !important;
}

.inputFields {
    min-width: 425px;
    max-width: 610px;
}

.inputFields textarea {
    height: 150px;
    width: 300px;
}


.inputFields input[type="text"] {
    width: 300px;
}


.inputFields input, .inputFields textarea {
    background: #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    float: right;
    font-size: 13px;
    line-height: normal;
    margin-right: 0 !important;
    margin: 5px 0;
    padding: 7px;
}

/*
  Forcing the min/max size of these text areas in case user resizes.
  Forcing email address to be same size on validate form, also.
*/
textarea#get-ccn-dossier-output, textarea#reg-keys, textarea#licenses, .validate input[type=text] {
    max-width: 350px;
    min-width: 350px;
}

.inputFields button.contentButton {
    float: right;
    margin-right: 0 !important;
}

.marginLeftSixteen {
    margin-left: 16px;
}

label.name {
    position: relative;
    display: inline-block;
    text-align: left;
    width: auto;
    line-height: 22px;
    margin: 10px 0 0;
    font-weight: bold;
}

label.name small {
    font-weight: normal;
}

p.step {
    font-weight: bold;
}

/* Indicate required fields the user must fill in. */
span.asteriskField {
    color: red;
}

span.mimicLabel {
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 275px;
    line-height: 22px;
    margin: 5px 0 0;
    text-transform: capitalize;
}

/* Error message area */
span.red {
    color: red
}

/* Only give this size/color when the inside div is valid. */
div.errorMsg div {
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 18px 0;
    padding: 17px 18px;
    background: #ffd9d9;
    border-radius: 25px;
    border: 1px solid #ebccd1;
}

/*****************************
* Table columns alignment.
*****************************/
.tdCenter {
    font-weight: bold;
    text-align: center;
}

.tdRight {
    text-align: left;
}

/*****************************
* Text Areas
*****************************/


textarea.resizeTextArea {
    min-width: 350px;
    min-height: 150px;
    width: 610px;
    height: 400px;
    padding: 7px;
    font-family: monospace;
    font-size: 12px;
    line-height: normal;
    margin: 20px 0; /* Top&Bottom margin of 20px */
    float: left;
}