/* progress bar ---------------------------- */
.progress {
    width: 100%;
}

.box-progress {
    background: rgba(255,255,255,0.90);
    border-radius: 20px;
    color: #424547;
    border: 1px solid #fff;
    padding: 4px 8px;
    float: right;
    font-size: 0.6em;
}


.prog-dots {
    /* nothing */
}

.prog-dot-active {
    background: url(../images/dot-green.png) center center no-repeat;
    height: 35px;
    width: 100px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.prog-dot-inactive {
    background: url(../images/dot-gray.png) center center no-repeat;
    height: 35px;
    width: 100px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.prog-dot-line {
    background: url(../images/line-h.gif) left center repeat-x;
}

.prog-words {
    /* nothing */
}

.prog-word-active {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #99CC33;
    width: 100px;
}

.prog-word-inactive {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #E6E6E6;
    width: 100px;
}

.prog-word-space {
    /* nothing */
}

.prog-sub-title {
    font-size: 16px;
    padding-top: 5px;
}

/* services ---------------------------- */
.services {
    width: 100%;
    border: 0 solid #C12335;
    margin: 16px auto;
}

.service, .service:visited {
    float: left;
    color: #2C2E30;
    text-decoration: none;
    border: 1px solid #969696;
    width: 335px;
    overflow: hidden;
    margin: 0 10px 15px 10px;
    cursor: pointer;
    padding: 6px 10px 6px 7px;
    background: url(../images/aged-bg-3.jpg) top left repeat-x #F2F2F2;
    background-color: #FFF;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: box-shadow 0.5s ease-in-out;
    -moz-transition: box-shadow 0.5s ease-in-out;
    -o-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
}

    .service:hover {
        border: 1px solid #9AF300;
        text-decoration: none;
        color: #2C2E30;
        -webkit-box-shadow: 4px 4px 10px #9AD44C;
        -moz-box-shadow: 4px 4px 10px #9AD44C;
        box-shadow: 4px 4px 10px #9AD44C;
    }

    .service:active {
        background-color: #FFF;
    }

.service-title {
    color: #299EC5;
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0 5px 80px;
}

.service-desc {
    font-weight: normal;
    font-size: 12px;
    margin-left: 80px;
}

.js .service {
    display: none;
}





/* issues ---------------------------- */
.issues {
    border: 0px solid #C12335;
    margin: 0 auto 25px auto;
}



.issue, .issue:visited {
    float: left;
    color: #2C2E30;
    text-decoration: none;
    border: 1px solid #969696;
    width: 335px;
    overflow: hidden;
    margin: 0 10px 15px 10px;
    cursor: pointer;
    padding: 6px 10px 6px 7px;
    background: url(../images/aged-bg-3.jpg) top left repeat-x #F2F2F2;
    background-color: #FFF;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: box-shadow 0.5s ease-in-out;
    -moz-transition: box-shadow 0.5s ease-in-out;
    -o-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
}

.issueBox {
    display: inline-block;
    color: #2C2E30;
    text-decoration: none;
    border: 1px solid #969696;
    width: 210px;
    height: 80px;
    margin: 0 10px 15px 10px;
    padding: 10px;
    background: url(../images/aged-bg-3.jpg) top left repeat-x #F2F2F2;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}


.issue:hover {
    border: 1px solid #9AF300;
    text-decoration: none;
    color: #2C2E30;
    -webkit-box-shadow: 4px 4px 10px #9AD44C;
    -moz-box-shadow: 4px 4px 10px #9AD44C;
    box-shadow: 4px 4px 10px #9AD44C;
}

.issue:active {
    background-color: #FFF;
}

.issue-title {
    color: #299EC5;
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0 5px 80px;
}

.issue-desc {
    font-weight: normal;
    font-size: 12px;
    margin-left: 80px;
}

.sub-issue-title {
    color: #fff;
    font-size: 20px;
    margin: 10px;
}

.sub-issue-desc {
    font-weight: normal;
    font-size: 12px;
    margin-left: 0px;
}

.js .issue {
    display: none;
}

.sub-form-title {
    color: #2C2E30;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0 5px 0;
}

/* misc ---------------------------- */
.img-border {
    border: 1px solid #969696;
}

/* selections ---------------------- */
.selections {
    width: 100%;
    border: 1px solid #E5E5E5;
    margin: 16px auto;
    background-color: #F2F8FB;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

    .selections a:link, .selections a:visited {
        text-decoration: none;
    }

    .selections a:hover, .selections a:active {
        text-decoration: underline !important;
    }

.sel-title {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #2C2E30;
    text-align: right;
    padding: 5px 5px 5px 10px;
}

.sel-items {
    float: left;
    width: 680px;
}

.sel-item {
    float: left;
    min-height: 30px;
    background: url(../images/breadcrumb_sep.png) left top no-repeat;
    margin-right: 2px;
    padding-left: 12px;
    white-space: nowrap;
}

.sel-instruct {
    font-size: 14px;
    color: #299EC5;
    font-weight: normal;
    margin-top: 5px;
}

.sel-sub {
    font-size: 14px;
    color: #299EC5;
    font-weight: bold;
    margin-top: 5px;
}

/* unable to find services div */
.unable-to-find {
    clear: both;
    padding: 10px;
}

/* debugger section */
.debugger {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 9pt;
    color: black;
    background-color: #FFFFCC;
    border: 1px solid black;
    padding: 2px;
}

.debugger-item {
    color: #C12335;
    text-transform: uppercase;
}


#e-issues .validation-summary-errors {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.sub-issues-product {
    background: #fff;
    margin: 30px;
    color: #888;
    border-radius: 8px;
}

.sub-issue-title {
    color: #888;
    font-size: 20px;
    margin: 10px;
}
