/* Override */

#header {
    background-image: url("../../../static/images/header_bg.gif") !important;
}

/* Common */
.hidden {
    display: none;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

body, p, ol, ul, td {
    font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333;
}

body {
    margin: 0px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
}

p.description {
    font-size: 16px;
    line-height: 24px;
}

.dialog-button {
    background-color: #0074CC;
    background-image: -webkit-linear-gradient(top, #08C, #05C);
    background-repeat: repeat-x;
    border-bottom-color: rgba(0, 0, 0, 0.246094);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.0976563);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.0976563);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.0976563);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px 0px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    text-align: center;
    text-indent: 0px;
    text-shadow: rgba(0, 0, 0, 0.246094) 0px -1px 0px;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    word-spacing: 0px;
}

/* License Activation Page */
#switch-page {
    color: #336699;
    cursor: pointer;
    text-decoration: underline;
}

.file-input {
    position: relative;
}

#activate {
    min-width: 100px;
    float: right;
}

#localLicense {
    width: 100%;
}

.column {
    width: 500px;
}

.form-label-helpmark {
    float: right;
}

#enter-license {
    padding-top: 3em;
    padding-bottom: 3em;
    width: 500px;
    position: relative;
}

#enter-license .content {
    width: 475px;
}

.description {
    font-size: smaller;
    position: relative;
    overflow: hidden;
}

.oversize .loadmask {
    /* Upload link is not inside the body b/c of IE layout problem, so we have to add to the height to cover all */
    height: 150%
}

#error {
    color: red;
    /*display: inline-block;*/
    height: 5em;
    width: 470px;
    overflow: auto;
}

.ui-dialog {
    /* Firefox 3.6 did not show dialog content without overflow: visible here*/
    overflow: visible !important;
}
.ui-widget {
    font-size: small !important;
    /*from sonatype-all.css body def, need to override here again*/
    font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif !important;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: right;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.download-license-button {
    float: left !important;
    border: none;
    background-color: transparent;
    background-image: none;
    color: blue;
}

#license-agreement {
    /* force size of inner license content b/c IE calculates the size wrong */
    height: 400px !important;
}

/* License Request Page */
#local-page {
    padding: 30px;
}

#iframe-container {
    width: 100%;
    min-height: 500px;
}

#iframe-container iframe {
    width: 100%;
    height: 100%;
}
