body {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.bold {
    font-weight: bold;
}

.form-narrow {
    max-width: 640px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.lead-sub {
    font-weight: normal;
    color: #777777;
}

.badge-nudge {
    margin-top: -1px;
    margin-right: 5px;
}

.panel-heading > input {
    padding-top: 41px;
}

.panel-header-radio-text {
    margin-top: -1px;
    margin-left: 5px;
}

.nudge-t-sm { margin-top: 5px; }
.nudge-t-md { margin-top: 10px; }
.nudge-t-lg { margin-top: 15px; }

.nudge-r-sm { margin-right: 5px; }
.nudge-r-md { margin-right: 10px; }
.nudge-r-lg { margin-right: 15px; }

.nudge-b-sm { margin-bottom: 5px; }
.nudge-b-md { margin-bottom: 10px; }
.nudge-b-lg { margin-bottom: 15px; }

.nudge-l-sm { margin-left: 5px; }
.nudge-l-md { margin-left: 10px; }
.nudge-l-lg { margin-left: 15px; }

.pad-t-sm { padding-top: 10px; }
.pad-t-md { padding-top: 20px; }
.pad-t-lg { padding-top: 30px; }

.pad-b-sm { padding-bottom: 10px; }
.pad-b-md { padding-bottom: 20px; }
.pad-b-lg { padding-bottom: 30px; }

.pad-r-sm { padding-right: 10px; }
.pad-r-md { padding-right: 20px; }
.pad-r-lg { padding-right: 30px; }

.pad-l-sm { padding-left: 10px; }
.pad-l-md { padding-left: 20px; }
.pad-l-lg { padding-left: 30px; }

.pad-sm { padding: 10px 10px 10px 10px; }
.pad-md { padding: 20px 20px 20px 20px; }
.pad-lg { padding: 30px 30px 30px 30px; }

.pad-tb-sm { padding: 10px 0px; }
.pad-tb-md { padding: 20px 0px; }
.pad-tb-lg { padding: 30px 0px; }

.pad-lr-sm { padding: 0px 10px; }
.pad-lr-md { padding: 0px 20px; }
.pad-lr-lg { padding: 0px 30px; }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.h3-sub {
    font-size: 18px;
    color: #777777;
}

.h4-sub {
    font-size: 14px;
    color: #777777;
}


.page-break {
    margin: 10px 0px 20px 0px;
    border-bottom: 1px solid #eee;
}


.input-group .form-control.editDropDown-select {
    position: absolute;
    top: 0px;
    width: 80%;
    border-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;

}
.input-group .embedded-input {
    position: relative;
    border: 0;
    margin: 1px;
    height: auto;
    width: 90%;
}

.btn-link-no-space
{
    margin: 0;
    padding: 0;
    margin: -2px 0px 0px 0px;
    padding: -2px 0px 0px 0px;
}

.themed-button-success:hover:disabled, .themed-button-success[disabled]:hover
{
    background-color: #0BB0BE;
    color: white;
    cursor: not-allowed;
}
.themed-button-success:hover
{
    background-color: #007E9C;
    color: white;
}
.themed-button-success {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: white;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0BB0BE;
    border: 1px solid transparent;
    border-radius: 20px;
}
.themed-button-warning:hover:disabled, .themed-button-warning[disabled]:hover
{
    background-color: #FF6666;
    color: white;
    cursor: not-allowed;
}
.themed-button-warning:hover
{
    background-color: #FF4444;
    color: white;
}
.themed-button-warning
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: white;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #FF6666;
    border: 1px solid transparent;
    border-radius: 20px;
}

.themed-button:hover:disabled, .themed-button[disabled]:hover
{
    background-color: #007E9C;
    color: white;
    cursor: not-allowed;
}
.themed-button:hover
{
    background-color: #024B78;
    color: white;
}
.themed-button
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: white;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #007E9C;
    border: 1px solid transparent;
    border-radius: 20px;
}

.themed-progressbar-success
{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #007E9C;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.themed-progressbar-warning
{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #FF6666;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.themed-progressbar
{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #024B78;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.themed-panel-heading
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    background-color: #024B78;
}

.themed-panel
{
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid #024B78;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.themed-panel-heading-warning
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    background-color: #FF6666;
}
.themed-panel-subheading-warning
{
    padding: 5px 8px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    background-color: #FF6666;
}

.themed-panel-warning
{
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid #FF6666;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.themed-panel-heading-success
{
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    background-color: #007E9C;
}

.themed-panel-subheading-success
{
    padding: 5px 8px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: white;
    background-color: #007E9C;
}

.themed-panel-success
{
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid #007E9C;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.themed-panel-badge
{
    margin-top: -1px;
    margin-right: 5px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #2B2A2B;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: white;
    border-radius: 10px;
}

.navbar-img {
    float: left;
    height: 50px;
    padding: 0px;
    line-height: 50px;
}

.navbar-img img {
    display: block;
    vertical-align: middle;
}

.navbar-img .media-seal
{
    border: 0;
    margin: auto 5px auto auto;
    width:300px;
    padding-top: 5px;
}

.media-seal-purple
{
    background-color: #6b1d71;
    color: #f7f7f7;
}

.lead-spacer
{
    height: 40px;
}

.lead-lined-spacer,
.lead-lined-spacer-sm,
.lead-lined-spacer-md,
.lead-lined-spacer-lg
{
    margin: 30px auto;
    height: 3px;
    background-color: #007e9c;
}

.lead-lined-spacer-sm {
    width: 50%;
}

.lead-lined-spacer,
.lead-lined-spacer-md
{
    width: 75%;
}

.lead-lined-spacer-lg {
    width: 100%;
}

.lead-purple a
{
    color: #0BB0BE;
}

.purple
{
    color: #007e9c;
}

.download-item
{
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
}

.download-item img {
    border: 0;
    vertical-align: middle;
}

.download-item a {
    font-size: 16px;
    vertical-align: middle;
}



