/*-----Add space to navigation buttons-----*/

.Navigation1 {
padding-bottom:30px;
	
}

.Area-UWCA1PArea5 .Menu, .Area-UWCA1LArea5 .Menu, .Area-UWCA1NArea5 .Menu {
    width: 100%;
    display: table;
}

.Section-Survey span.Col-Label { 
font-weight: normal !important; 
} 
.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent0,
.Page-CBPackageDtlUpdate label.col-sm-3.control-label.Col-Label.LineIndent0 {
    display: block;
    width: 100%;
}
.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent0 + .col-sm-9,
.Page-CBPackageDtlUpdate label.col-sm-3.control-label.Col-Label.LineIndent0 + .col-sm-9 {
    padding-left: 10%;
}
.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent1,
.Page-CBPackageDtlUpdate label.col-sm-3.control-label.Col-Label.LineIndent1 {
    width: 100%;
    display: block;
}
.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent1 + .col-sm-9,
.Page-CBPackageDtlUpdate label.col-sm-3.control-label.Col-Label.LineIndent1 + .col-sm-9 {
    width: 40%;
    padding-left: 10%;
}
.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent2,
.Page-CBPackageDtlUpdate label.col-sm-3.control-label.Col-Label.LineIndent2 {
    display: block;
    width: 100%;
}
.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent2 + .col-sm-9,
.Page-CBPackageDtlUpdate label.col-sm-3.control-label.Col-Label.LineIndent2 + .col-sm-9 {
    padding-left: 15%;
    width: 40%;
}
.Section-Survey label.col-sm-3.control-label.PromptBlock,
.Page-CBPackageDtlUpdate label.col-sm-3.control-label.PromptBlock {
    display: block;
    width: 100%;
}
.Section-Survey label.col-sm-3.control-label.PromptBlock + .col-sm-9,
.Page-CBPackageDtlUpdate label.col-sm-3.control-label.PromptBlock + .col-sm-9 {
    padding-left: 10%;
}
.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent3, 
.Page-CBPackageDtlUpdate  label.col-sm-3.control-label.Col-Label.LineIndent3 {
    display: block;
    width: 100%;
}
.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent3 + .col-sm-9,
.Page-CBPackageDtlUpdate  label.col-sm-3.control-label.Col-Label.LineIndent3 + .col-sm-9 {
    padding-left: 20%;
}
.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent3 + .col-sm-9.Col-Dollar,
.Page-CBPackageDtlUpdate  label.col-sm-3.control-label.Col-Label.LineIndent3 + .col-sm-9.Col-Dollar {
    max-width: 40%;
}
/*project: 177529-Begin*/

h1{
  text-transform: initial;
  font-size:0.875rem;  
}
h2{
  text-transform: initial;
  font-size:0.875rem;
}
h3{
  text-transform: initial;
  font-size:0.875rem;
}
h4{
  text-transform: initial;
  font-size:0.875rem;
}

/*project: 177529-End*/


/*Project: 181584  - remove random bold being applied to labels.*/
.Section-Survey .col-form-label {
                font-weight: normal;
}

/*project: 188213-Begin*/

.Section-Survey label.col-sm-3.col-form-label.Col-Label.LineIndent0, label.col-sm-3.col-form-label.Col-Label.LineIndent0 + .col-sm-9, form#Forms .TableFormDetails .form-group.Row-LineDetail .col-sm-12 .checkbox label.Col-Label {
                margin-left: 0px;
}
.Section-Survey .col-sm-3.col-form-label.Col-Label.LineIndent0{padding-left:0;padding-right:0;}
.Section-Survey div[id^=Row] label{display:inline;}
.Section-Survey .Col-RadioCustom input,
.Section-Survey .Col-RadioCustom .Col-Radio{
  margin-bottom:5px;
}

/*project: 188213-End*/

/*Project: 181584  - make phone fields adjacent on mobile.*/

.Area-Survey #Row3740 .Col-PhoneExt,
.Area-Survey #Row2839 .Col-PhoneExt,
.Area-Survey #Row3696 .Col-PhoneExt {
    display: none;
}

.Area-Survey #Row3740 .Col-PhoneArea,
.Area-Survey #Row2839 .Col-PhoneArea,
.Area-Survey #Row3696 .Col-PhoneArea {
    max-width: 25%;
    flex: 0 0 25%;
}

.Area-Survey #Row3740 .Col-PhoneNumber,
.Area-Survey #Row2839 .Col-PhoneNumber,
.Area-Survey #Row3696 .Col-PhoneNumber {
    max-width: 75%;
    flex: 0 0 75%;
    padding-right: 0;
}

@media screen and (max-width: 1024px) {
body .Area-Survey #Row3740 .row div.Col-PhoneNumber,
body .Area-Survey #Row2839 .row div.Col-PhoneNumber,
body .Area-Survey # Row3696 .row div.Col-PhoneNumber {
    padding-right: 0;
    padding-left: 6px !important;
}
}

@media screen and (max-width: 576px) { 
.Area-Survey .Col-PhoneArea  {
    flex: 0 0 25%;
    max-width: 25%;
}

.Area-Survey .Col-PhoneNumber {
    max-width: 50%;
    flex: 0 0 50%;
}

.Area-Survey .Col-PhoneExt {
    flex: 0 0 25%;
    max-width: 25%;
}
}


/*project: 188298-End*/

/*Begin: Project 191347 -make thermometers mobile.*/
@media only screen and (max-width: 1200px) {

  .ThermometerSection {
    float:none;
    display:inline-flex; 

   margin: 0 auto;
    width: 100%;
    max-width: 100%;
    clear: both;
  }
  .ThermometerSection1, .ThermometerSection2 {
     margin-right:15px; 
    max-width: 50%;
     width: 50%;
  }
  .ThermometerSection1 img, .ThermometerSection2 img {
    max-width: 100%;
    margin: 0 auto;
    width: 150px;
  }
  .Thermometer {

                text-align: center;
}
}
/*End: Project 191347*/

