﻿body {
    font-size: 13px;
    font-family: Verdana, Helvetica, sans-serif;
}

.label
{
    display: block;
    text-align: left !important;
    font-size: 13px;
    color: #1e1e1e;
    word-wrap: break-word;
    padding-left: 0px;
}

.left-label
{
    display: inline-block;
    margin-right: 1em;
    font-weight: bold;
}

label
{
    color: #000;
}

.cveSubForm, #cveRequestorForm
{
    margin: 5px 0px;
    border-radius: 5px;
}

.cveField
{
    text-align: left;
    margin-bottom: 1em;
}

.top-cveField
{
    margin-top: 1em;
}

.redtext
{
    color: #ff0000;
}

input[type="radio"]
{
    margin-left: 1em;
    margin-right: .5em;
    box-sizing: inherit;
}

.shortBox
{
    width: 4em;
    display: inline;
}

.midBox
{
    width: 10em;
    display: inline;
}

.help-block
{
    border: 1px solid #000;
    background-color: #e8e8e8;
    border-radius: 8px;
    padding: 2em;
    text-align: left;
    color: #000;
}

#botDetect
{
    border: 1px solid #ffd800;
    border-radius: 5px;
    color: #ffc000;
    background-color: #000;
    margin: .5em 0em 1em 0em;
}

#botDetect > input[type="text"]
{
    margin-top: .3em;
    width: 18em;
}

.image-container
{
    float: left;
    padding-top: 1.5em;
}

.title-container
{
    float: left;
    text-align: left;
    padding-right: 7px;
    box-sizing: border-box;
}

.siteHeader
{
    padding-bottom: .5em;
    border-bottom: 20px solid #000000;
    width: 100%;
}

h1
{
    color: #880000;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.1em;
}

h2 {
    color: #880000;
    font-size: 1.5em;
    font-weight: bold;
}

.title-container p 
{
    font-style: italic;
    font-size: 1.5em;
    font-family: "Times New Roman", serif;
    margin-top: 0.2em;
}

.panel-default
{
    border: none;
}


.panel-default > .panel-heading 
{
    background-color: #ffc000;
    font-weight: bold;
}

.panel-heading > h4
{
    font-weight: bold;
}

.btn-cve
{
    background-color: #ffc000;
    color: #000000;
    width: 12em;
    font-weight: bold;
    margin: 0em 2em;
}

.btn-cve-lg
{
    background-color: #ffc000;
    color: #000000;
    font-weight: bold;
    margin: 0em 2em;
    width: 18em;
}

.required-text{
    font-size: .8em;
}

.row
{
    margin-bottom: .5em;
}

legend
{
    display: inline;
    width: auto;
    border: none;
    text-align: center;
    position: relative;
    font-size: 16px;
    top: -13px;
    background-color: #fff;
    padding: 0px 3px;
    margin-bottom: 0px;
    color: #00688B;
    font-weight: bold;
}

fieldset
{
    border: 4px solid #00688B;
    border-radius: 8px;
    text-align: center;
    padding: 0em .5em .8em;
}

legend > a
{
    font-size: 14px;
    
}

.btn-box
{
    text-align: center;
}

.optional
{
    margin-top: .8em;
}

.url-box
{
    display: inline;
    width: 80%;
    margin-left: .3em;
}

.BDC_CaptchaDiv
{
    display: inline-block !important;
}

table.CheckBoxListImpact tbody tr td
{
    padding-left: 1em;
}

table.CheckBoxListImpact tbody tr td label
{
    padding-left: 1em;
    font-weight: normal;
}

.infotext
{
    font-size: .9em;
    font-style: italic;
}

/* The max width is dependant on the container (more info below) */
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.error-icon
{
    text-align: right;
    display: none;
    width: 100%;
}

.error-icon img
{
    text-align: right;
}

.panel-title
{
    font-size: 16px;
    color: #00688B;
    font-weight: bold;
}

.form-control
{
    font-size: 13px;    
}

.count-label
{
    font-size: 15px;
    margin: .5em 0 1em 0;
    display: inline-block;
}

.nav-bar
{
    background-color: #000;
    margin-top: .3em;
    padding-right: 0px;
}

.nav-item
{
    text-align: center;
    background-color: #000;
}

.nav-item a
{
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
}

footer
{
    font-size: 0.85em;
    border-top: .5px solid #91a68d;
    padding-top: 10px;
    width: 100%;
    margin-left: 4px;
    color: #000;
    margin-top: 2em;
}

footer a 
{
    text-decoration: underline;
    color: #000;
}

.center
{
    text-align: center;
}

.footer-links 
{
    text-align: center;
    font-weight: bold;
}

.confirmation-panel
{
    margin: 50px 0px;
}

.site-nav
{
    visibility: hidden;
}

.panel 
{
    box-shadow: none;
}

.social-media-links {
    float:right;
    line-height:inherit;
    font-size: .8em;
    text-align: right;
    margin-top: 30px;
}

.second-warning {
    padding-top: 15px;
}