﻿body {
    width: 100%; 
    font-size: .85em;
    font-family: 'Roboto', sans-serif;
    color: #232323;
    background-color: #f3f3f3 !important;
    /*text-align: center !important;
    Overflow-x: hidden !important;*/
}

header, footer, nav, section {
    display: block;
}

/* HEADER STYLES */
h1 {
    font-size: large;
    color: #FFF;
    text-transform: uppercase;
}

h2 {
    font-size: large;
}

h3 {
    font-size: small;
    color: #FFF !important;
    text-transform: uppercase;
    padding-top: 15px;
}

h4 {
    font-size: small;
    color: #FFF !important;
}

h5 {
    font-size: x-small;
    color: rgb(105,100,103)
}

h6 {
    font-size: xx-small;
    color: rgb(105,100,103)
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-weight: bold;
    padding-bottom: 10px;
}

textarea {
    min-height: 75px;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder { color: #C0C0C0 }

textarea::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder { color: #C0C0C0 }

textarea:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder { color: #C0C0C0 }


.red_bold {
    color: red;
    font-weight: bold;
}

.mobile-label {
    font-size: 1.08em !important;
    font-weight: bold !important;
    font-family: 'Roboto Slab', serif;
}

div.mobile-label {
    display: inline !important;
}

.editor-label {
    margin: 1em 0 .8em 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Report Styles
-----------------------------------------------------------*/
.header
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif;
}

.container
{
    background-color: #fff;
    min-height: 600px;
    text-align: left;
    /*width: 100%;
    display: block !important;
    margin: 0 auto !important;
    height: auto !important;
    float: left !important;
    clear: both !important;*/
}

@media only screen and (min-width: 61.1em){
    .ui-page{
        width: 60em !important;
        margin: 0 auto !important;
        position: relative !important;
        /*border-right: 0.01em #666 outset !important;
        border-left: 0.1em #666 outset !important;*/
    }
	.ui-mobile label {
        font-size: 14px;
    }
}

label.mobile-label 
{
    display: inline !important;
}

.required
{
    color: Red;
}

/*textarea
{
    width: 400px !Important;
} */

label
{
    line-height: 24px !important;
}

input[type="radio"]
{
    margin: -2px 0 0 !important;
}

input[type='submit'], input[type='button'], input[type='reset'], button {
    min-width: 50px;
    color: #000000;
    background-color: #004c92 /*{c-bup-background-color}*/;
    border-color: #FFFFFF /*{c-bup-border}*/;
    color: #FFFFFF /*{c-bup-color}*/;
    /*margin-left: 10%;*/
    margin-right: 55%;
}

.reportTypeLbl
{
    white-space: pre;
}

#ContactName, #ContactEmail, #ContactPhone{
  width:93%;
  background:#fff;
  margin-left:7%;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

.fixedwidth{
    width: 85%;
}

.right {
    float: right;
    margin-right: 50px;
    width: 20%;
}

.info-box {
    border: 1px solid #004c92;
    border-radius: 10px;
    color: #004c92;
    margin-top: 20px;
}

.frontPageHeader {

    color: #004c92;
    font-size: 16px;
}

.inner-padding{
    padding: 5px 20px;
}

.smaller-text{
    font-size: 11px !important;
}

.smaller-text2{
    font-size: 10px !important;
}

span.hidden {
    visibility: hidden;
    display: none;
}



.reportSubmitBttnBlank {
    background-color: #319CF4;
    color: #FFF !important;
    width: 85% !important;
    margin-left: 10% !important;
    text-transform: uppercase;
}

span.duplicate {
    visibility: hidden;
    font-style: italic;
    font-weight: bold;
    margin-left: 200px;
    font-size: medium;
}

div.top-img-section {
    background: #319CF4 url("/images/report/2017design/Image1.jpg") center no-repeat;
    /*background-size: 100%;*/
    padding: 25px 75px 10px 55px;
    float: left;
}

div.bsa-confidential-wrapper {
    display: inline-block;
    width: 65%;
}

div.bsa-solution {
    float: right;
    display: inline-block;
    width: 20%
}