﻿body {
    padding-top: 75px;
    padding-bottom: 25px;
}

@media (min-width: 763px)
{
    body 
    {
        padding-top: 75px; /* This needs to be bigger, because the header wraps. */
        padding-bottom: 25px;
    }
}
@media (min-width: 1000px) 
{
    body 
    {
      padding-top: 75px;
      padding-bottom: 25px;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
TABLE
TD
{
    font-family: Calibri, 'Trebuchet MS',Verdana, Tahoma, Arial, Helvetica, sans-serif;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: 'Arial';*/
    FONT-SIZE: 14px;
    /*line-height: 12px;*/
}
.tdExtraSpace
{
    padding-bottom: 5px;
}
.tdTopBorder
{
	border-top: solid 1px #244c5a;
}
.tdTopBorderDouble
{
	border-top: double 3px #244c5a;
}
.tdSubTotals
{
	border-top: solid 1px #244c5a;
	text-align: right;
}
.tdTotals
{
	border-top: double 3px #244c5a;
	text-align: right;
}
.rightAlign
{
	text-align: right;
}
.bigBlue
{
	/*font-weight: bold;*/
    FONT-SIZE: 16px;
    line-height: 18px;
    /*COLOR: #1b2573;*/
    color: #244c5a;
}
.bigRed
{
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	COLOR: #F48062;
}
.bigBlack
{
	/*font-weight: bold;*/
	font-size: 14px;
	line-height: 14px;
	COLOR: #244c5a;
}
.nmbrs
{
    FONT-WEIGHT: bold;
    COLOR: #660099;
}
.questionText
{
	font-weight: bold;
	color: #244c5a;
}
.smallSpace
{
	font-size: 8px;
	line-height: 8px;
}
.loginTitle
		{
       font-family: Calibri, 'Trebuchet MS',Verdana, Tahoma, Arial, Helvetica, sans-serif;
        /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		font-size: 10px;
		font-weight: bold;
		background-color: #660099;
		color: #FFFFFF;
		}
/*hr
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	color: #db5627;
	width: 100%;
	background: #db5627;
}
    */
.hr2
{
	width: 90%;	
}
.hr25
{
	width: 95%;
}
.hr3
{
	color: #C0C0C0;
	background: #C0C0C0;
}
.sectionHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #244c5a;
}
.reportSectionHeading
{
    font-size: 18px;
    /*font-weight: 600;*/
    /*color: #244c5a;*/
    /*line-height: 14px;*/
    border-bottom: 1px solid #DDDDDD;
}
.reportSectionHdgCompletedSurvey
{
    font-size: 18px;
    padding-top: 20px;
    border-bottom: 1px solid #DDDDDD;
}
.reportSectionHeading2
{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.reportSectionHeading3
{
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 18px;
    border-bottom: 1px solid #DDDDDD;
    /*font-weight: bold;*/
    /*color: #1b2573;*/
    /*line-height: 12px;*/
}
.coloredBkgd
{
    FONT-SIZE: 8px;
    COLOR: #244c5a;
    BACKGROUND-COLOR: #D7E5EF;
}
.coloredBkgd2
{
    FONT-SIZE: 8px;
    COLOR: #244c5a;
    BACKGROUND-COLOR: #F9B299;
}
.coloredBkgdReports
{
    FONT-SIZE: 10px;
    COLOR: #244c5a;
    BACKGROUND-COLOR: #DDDDDD;
}
INPUT
{
       font-family: Calibri, 'Trebuchet MS',Verdana, Tahoma, Arial, Helvetica, sans-serif;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
SELECT
{
       font-family: Calibri, 'Trebuchet MS',Verdana, Tahoma, Arial, Helvetica, sans-serif;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}	
TEXTAREA
{
    FONT-SIZE: 10px;
       font-family: Calibri, 'Trebuchet MS',Verdana, Tahoma, Arial, Helvetica, sans-serif;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
A
{
    COLOR: #db5627;
}
.a2
{
	color: #660099;
}
.a2:visited
{
	color: #244c5a;
}
/*LI
{
	list-style-image: url(/images/bullet660099.gif);
	padding-left: 8px;
	line-height: 14px;
}*/
.asteriskNote
{
	font-size: 10px;
}
.reportNote
{
    font-style: italic;
    font-size: 12px;
}

.hrTopBorder {
    margin-top: 25px;
    margin-bottom: 8px;
}
.hrBottomBorder {
    margin-top: 8px;
    margin-bottom: 15px;
}
td.tdResponseQuestion
{
    vertical-align: bottom;
    overflow-x:hidden;
}
td.tdResponseQuestion span:first-child 
{
    background: white;
    padding-right: 0.33em;
}
td.tdResponseQuestion::after
{
    width: 0;
    float:left;
    content: "..................................................................................................................................................................................................";
}
.tdResponseAnswer
{
    vertical-align: bottom;
    padding-left: .33em;
}

table.reportInputTable
{
    margin: 20px 0 10px 0;
    border-collapse: separate;
    border-spacing: 10px 10px;
}

.reportInteriorInputTable
{
    margin: 0 0 0 0;
    border-collapse: separate;
    border-spacing: 0 10px;
}


table.reportInputTable .inputHeader
{
    font-weight: bold;
    vertical-align: top;
}


.inputHeaderWithTopSpace
{
    margin-top: 15px;
}

.inputHeader 
{
    font-weight: normal;
}

.interiorHeader
{
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

.goButtonRight
{
    float: right;
}

.mediumInput
{
    width: 80px;
}

.longerInput
{
    width: 250px;
}

.secondVerticalSection
{
    margin-top: 25px;
}

.newInput
{
    margin-top: 10px;
}

.responseRatesTable
{
    margin: 15px 0 0 0;
    border-collapse: separate;
    border-spacing: 0 1px;
}

.launchSurveyTable
{
    margin: 5px 0 0 0;
    border-collapse: separate;
    border-spacing: 0 1px;
}

.surveyLaunchLabel
{
    font-weight: normal;
}

.indentedRadioButtons
{
    margin-left: 20px;
}
.radioButtonsWithBorder
{
    border: 1px solid #C0C0C0;
    padding: 8px 8px 8px 8px;
    display: inline-block;
}

.launchEmailOrManualDiv
{
    border: 1px solid #C0C0C0;
    padding: 8px 8px 8px 8px;
    display: inline-block;
}

/*.launchEmailOrManualDiv:after {
    content: '';
    display: block;
    clear: both !important;
}*/
.launchButton
{
    margin-top: 20px;
}
.goButtonBottom
{
    margin-top: 20px;
}


.errorSummary
{
    margin-top: 20px;
}

.validation-summary-errors ul
{
    /*margin: 20px 0 20px 0;*/
    color: red;
    /*list-style: none;*/
}
/*li::before {content: "•"; color: red}*/

/*div.validation-summary-errors li
{
    color: red;
}*/

.rollupCriteriaList
{
    padding-left: 0;
    float: left;
}
.rollupCriteriaList li
{
    list-style: none;   
    /*font-weight: 600;*/
}
.rollupHeaderResponseList
{
     padding-left: 0;
     float: right;
}
.rollupHeaderResponseList li
{
    list-style: none;   
    /*margin-bottom: 8px;*/
}
.transfDrilldown
{
    background-color: #eeeeee;
    padding: 5px 5px 5px 5px;
}
.sectionsToRemove
{
    font-weight: normal;
    margin: 0;
    padding-left:0;
}
.sectionsToRemove label
{
    font-weight: normal;
}
.sectionsToRemove li
{
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}
.headerItal
{
    font-style:italic;
}
.successMessage
{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
}
.inputHeaderWithNewQuestionSection
{
    margin-top:20px;
}
a.drillDownToTransferee:hover
{
    cursor:pointer;
}
th {
    font-weight: normal;
}