.tablehelptext {
	font-style: italic;
    color: blue;
}

table th {
	background-color: rgb(25, 65, 120);
	color: white;
}

table td {
    border-top: 1px solid #ddd;
    line-height: 18px;
    padding: 8px 15px;
    text-align: left;
    vertical-align: top;
}

.nav {
	margin: 10px;
	margin-bottom: 20px;
}

.navbar .navbar-nav {
  float: none;
  vertical-align: top;
  margin-left:auto;
  margin-right:auto;
}

.navbar .navbar-collapse {
  text-align: center;
}

.surveyNavbar {
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 20px;
}

.surveyprogressbar {
	width: 75%;
    margin: auto;
}

.navbar-current {
    color: white;
    background-color: orange;
}

.navbar-link {
	/* display: block; */
	color: #fff;
	border: none;
    background-color: #6dc7f8;
    /* line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    transition: all .3s ease-in-out;
    position: relative;
    font-weight: 700; */
} 

.navbar-link-disabled {
	/* display: block;
	border: none; */
	color: #000000;
    background-color: #cacaca;
    /* line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    transition: all .3s ease-in-out;
    position: relative;
    font-weight: 700; */
}

.navbar-link-current {
	/* display: block;
	border: none; */
	color: #fff;
    background-color: orange;
    /* line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    transition: all .3s ease-in-out;
    position: relative;
    font-weight: 700; */
}

.progress {
    max-width: 700px;
    margin-left: auto ;
    margin-right: auto ;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feedbackform {
	width: 100%;
    height: 70px;
    margin: 10px;
}

.titletext {
	color: white;
	width: 100%;
	font-size: 50px;
	font-size: 4.5vw;
	font-weight: bold;
	text-shadow: -1px 0 grey, 0 1px grey, 1px 0 grey, 0 -1px grey;
}

.sectionNavigation {
    max-width: 1000px;
    margin-left: auto ;
    margin-right: auto ;
}

.accordionSectionsHeader{
    width: 100%;
    background-color: #1B90B7;
}

.accordionSectionsBody {
    background-color: #ffffff;
    padding: 10px;
}

.maintitle {
    font-family: Kameron;
    font-size: 37.50pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: rgb(75,92,131);
    line-height: 38.12pt;
    letter-spacing: -1.92px;
}

.subtitle {    
	font-family: Kameron;
    font-size: 27.00pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: rgb(75,92,131);
    line-height: 25.64pt;
    letter-spacing: -1.92px;
}

.question {
	font-size: large;
	padding: 5px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14.25pt;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: rgb(75,92,131);
    line-height: 22.94pt;
    letter-spacing: normal;
}

.companyname {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 15.00pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: rgb(128,128,128);
    line-height: 29.61pt;
    letter-spacing: normal;
}

.columnlabelgrey {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 10.50pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: rgb(128,128,128);
    line-height: 20.73pt;
    letter-spacing: normal;
}

.surveyrow {
	padding: 10px;
}

.privacypolicy {
	color: #000000;
    text-decoration: underline;
}

.thankyou {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    font-size: 20.25pt;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 28.56pt;
    letter-spacing: normal;
    color: blue;
}

.fieldlist {
	
}

.fieldlist input {
	margin-top:3px;
}

.margindiv {
	margin: 20px;
}

.formbody {
	margin: 20px;
}

.checkboxlabel {
	margin-right: 5px;
}

.formbody input {
    vertical-align: middle;
    margin-top: -1px;
}

input:read-only {
	border: 0px;
	background-color:transparent;
}

input[type="radio"] {
	margin-left:8px;
	margin-right:3px;
}

input[type="checkbox"] {
	margin-right:3px;
}

.longtext {
	width: 100%;
}

.smallinput { 
	width: 100px;
}

.largeinput {
	width: 400px;
}

.fundingPercent {
	width: 70px;
	text-align:right;
	margin-bottom: 10px;
}

.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.normallabel {
	font-weight: normal !important;
}

.smallLabel {
	font-size: 0.786em;
    margin-top: 3px;
    font-weight: normal !important;
    color: #586834;
}

.timelabel {
	font-size: small;
    margin-top: 3px;
    font-weight: normal !important;
    color: #586834;
}

.displaydata {
    /*background-color: #FFFFFF;
    width: fit-content;
    padding: 2px;*/
}

.checkboxoffset {
	margin-left: 20px !important;
}

.inputtopspaced {
	margin-top: 5px !important;
}

.mandatory {
	color: red;
}

.minutedropdown {
	margin-left: -60px;
}

.secondsdropdown {
	margin-left: -60px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.th-style {
    background: #194178 none repeat scroll 0 0;
    color: white;
}

.complete {
	color: green;
}

.incomplete {
	color: red;
}

.accordion-header {
	background-color: #337ab7 !important;
    color: white !important;
     border-color: #357ebd;
}

.accordion-header:hover {
	color: #fff;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.accordion-header h2 {
	margin: 0px;
}

.btn {
	font-size: 18px;
}

input[type="submit"] {
	font-size: 18px;
}

p {
	font-size: 16px;
}

h1 {
	font-size: 40px;
}

label {
	font-size: 16px;
}

td {
	font-size: 16px;
}

.savemessage {
	width: 100%;
	text-align: center;
}

thead th {
    background-color: rgb(25, 65, 120) !important;
    color: white !important;
}

.flexrow {
	display:flex;
	justify-content: space-between;
}