    html, 
    body {
        height: 100%;
     font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
    }
    body {
        background-color: #edeff1;
        
    }
    .disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .65;
    }
    .theFooter {
        background-color: #edeff1;
        color: dark-gray;
        padding-top: 1em;
        padding-bottom: 1em;
        font-size: 14px;
        bottom : 0px;
        height :100px;
        width :100%;
        left :0px;
    }
    .theFooter h3 {
        font-weight: bold;
        font-size: 19px; 
        /*display:table-footer-group
        table-layout: fixed;
        height: 10%; 
        max-height: 10%; */
    }
    /* Headings */
    
    h2 {
        font-size: 24px;
    }
    h1,
    h2,
    h3 {
        font-weight: 700;
    }
    table,td,th{
      font-size: 15px;
      line-height: 1.3;
      }
     .redTextFont{
       font-size: 16px;
       color: red;
    }

    .output-labels{
      font-size: 17px;
      line-height: 1.3;
      } 

    .page-header {
     font-size: 250%;
     font-weight: bold;
     margin-bottom: 10px;
     margin-top: 0;
     padding-bottom: 5px;
     border-bottom: 1px solid #c1b8b8;
     }

     .lead-Text{
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 1rem;
      
      }
     .Directions, p {
      font-size:17px;  
      line-height: 1.3;
      }
  
     /* Links */
    
    .strongLink {
        font-weight: 700;
    }
    /* Self-Registration */
    
    .quickStartWrapper {
        position: absolute;
        top: 20%;
    }
    .smallQuickStartBox {
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 1em;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
        -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
        -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
        background-color: #fafafa;
    }
    .theBackground {
        background: url("NJLightHouseBackground.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src="NJLightHouseBackground.jpg", sizingMethod='scale')";
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="NJLightHouseBackground.jpg", sizingMethod='scale');
        background-size: cover;
        height: 75%;
        min-height: 520px;
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
    }
    .theBackground .panel {
        background-color: #fcfcfc;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
        -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
        -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.40);
        background: -ms-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
        background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e5e5e5));
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5', GradientType=0);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        overflow: hidden;
    }
    .selfRegisterPanel {
        position: absolute;
        top: 20px;
    }
    /* Getting Started Page */
    
    .gettingStartedQuestions input,
    .gettingStartedQuestions p {
        margin-left: 1.5em;
    }
    .gettingStartedQuestions {
        padding-left: .1em;
        list-style-type: none;
    }
    .gettingStartedQuestions legend {
        margin-bottom: .5em;
        border-bottom: 0;
        display: inline;
    }
    #gettingStartedRegisterWrapper {
        width: 19em;
    }
    #gettingStartedRegisterWrapper .btn {
        width: 100%;
    }
    .gettingStartedContainer {
        background-color: #FDFDFD;
        //margin: 1.2%;
        border: 1px solid #ddd;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        padding-bottom: 1.5em;
        padding-top: 1em;
    }
    /* Application */
    
    .fixedToEdgesContainer {
        padding-left: 0;
        padding-right: 0;
        background: white;
        overflow: hidden;
    }
    .headerLegend {
      border: 0;
      padding: .35em;
      background-color: #eceaf0;
      line-height: 1.3;
      font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
      font-weight:bold;
      margin-top: 0px;
      height: 47px;
     }
    tbody input {
        width: 100%;
    }
    .dateField {
        min-width: 77px;
    }
    .smallInput{
       width: 50px;

    }
     .MediumInput{
       width: 74px;

    }

    .nameInput{
       width: 100px;
    }

    .largeInput{
       width: 150px;
    }
    #familyDetails li
    {
        margin-bottom: .75em;
    }
    #familyDetails select
    {
        display: inline-block;
        width: 10em;
        margin-left: .5em;
        margin-right: .5em;
        color: #6f6f6f;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        padding: 2px;
    }
    /* Alerts */
    
    .alert {
        margin-left: 5em;
        margin-right: 1em;
    }
    .full-span-attention-alert {
        margin: 0px;
        font-weight: 500;
        background-color: #014586;
    }
    .alert-directions {
        background-color: #FFE16C;
        font-weight: 500;
    }

      /* SNAP Info Alerts */
.snapalert {
        margin-left: 1em;
        margin-right: 1em;
    }
   





    /* Buttons */
    
    .btn-full-width {
        width: 100%;
    }
    .formButtons {
        float: right;
    }
    .stackedButtons {
        margin-top: .5em;
    }
    .horizontalButtons {
        margin-right: .3em;
    }
    /* Application Sidebar */
    
    .sidebarEqualColumnLength {
        padding-bottom: 500px;
        margin-bottom: -500px;
        padding-top: 1%;
    }
    .leftApplicationSidebar
    {
        padding-right: 40px;
    }
    .nav-pills {
        font-weight: 700;
    }
    /* Application Header */
    
    .navbar-default {
        padding: 13px;
        overflow: hidden;
    }
    /* Hide standard salesforce css */
    
    .dateFormat {
        /* This hides the default today */
        
        display: none;
    }
    .errorMsg {
        /* This hides the default error messages */
        
        display: none;
    }
    .fa-asterisk, .fa-times {
        color: #E21735;
        padding-left: 3px;
    }
     .TimeoutDiv {
	    display:none; 
            background: #E21735; 
            border: 3px solid #FF6500; 
            color: #fff; 
            font-family: arial, sans-serif; 
            text-align: center; 
            padding: 10px;s
	
     }
     .TimeoutResume{
      color: #fff; 
      font-weight: bold; 
      text-decoration: underline;

    }
    /* Disabling Bootstrap responsiveness for smaller breakpoints */
    
    @media (max-width: 1040px) {
        .container {
            width: 1010px;
        }
        header,
        footer,
        .containerWrapper,
        .container-fluid {
            width: 1040px;
        }
        .navbar-header {
            float: left;
        }
        .navbar-nav {
            float: left;
            margin: 0;
        }
        .navbar-nav > li {
            float: left;
        }
        .navbar-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
        .navbar-right {
            float: right !important;
        }
        /* Disabling fixed positioning of header when the viewport is small*/
        .navbar-fixed-top{
            position: static;
        }
        #mainScrollableContainer{
            padding-top: 0 !important;
        }
        .LeftAlign{
            margin-left: 10px;
            background-color: #F6F6F6;
        }
        .hide {
      display: none;
        }
    }
   
     
            .usa-button .usa-button-big{
            font-size: 1.9rem;
            padding: 1.5rem 3rem;
            }
            
            .usa-button{
            -webkit-font-smoothing: antialiased;
            margin-bottom: .5em;
            appearance: none;
            background-color: #dce4ef;
            border-color: #3c9a5f;
            border: 1px solid transparent;
            border-radius: .3rem;
            color: #fff;
            cursor: pointer;
            font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            outline: none;
            padding: 1rem 1.5rem;
            text-align: center;
            text-decoration: none;
            }



             .usa-button_Blue .usa-button-big_Blue{
            font-size: 1.9rem;
            padding: 1.5rem 3rem;
            }
            
            .usa-button_Blue{
            -webkit-font-smoothing: antialiased;
            margin-bottom: .5em;
            appearance: none;
            background-color: #dce4ef;
            border-color: #013c75;
            border: 1px solid transparent;
            border-radius: .3rem;
            color: #fff;
            cursor: pointer;
            font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            outline: none;
            padding: 1rem 1.5rem;
            text-align: center;
            text-decoration: none;
            }
      
            a.app_btn:hover {
            
            text-decoration:none;
            color:white;
            
            }

            a.app_btn:visited {
            color: white;
            text-decoration:none;
            }
            
            a.app_btn:active {
            color: white;
            text-decoration:none;
            }
 
            a.app_btn:link {
            color: white;
            text-decoration:none;
            }

/* ICP Contact Info Page */


.addresstbl{
               position: absolute;
               left: 100px;
               border: 3px solid #73AD21;
             }
                        
.customPopup { 

    background-color: white; 

    border-style: solid; 

    border-width: 2px; 

    left: 5%; 
    padding: 10px; 

    position: absolute; 

    z-index: 9999; 

    /* These are the 3 css properties you will need to tweak so the pop  

                            up displays in the center of the screen. First set the width. Then set  

                            margin-left to negative half of what the width is. You can also add  

                            the height property for a fixed size pop up.*/ 

    width: 80%; 

    top: 5%; 

} 

.disabledTextBox { 

    background-color: white; 

    border: 1px solid; 

    color: black; 

    cursor: default; 

    width: 90px; 

    display: table; 

    padding: 2px 1px; 

    text-align:right; 

}    
.closeButton { 

    float: right; 

} 

 .fieldBoxes {
    float: right;
     width: 300px;
    height: 40px;
}  
 .yesnoBoxes {
    float: right;
     width: 100px;
    height: 38px;
}
 .SNAPBoxes {
    width: 150px;
    height: 38px;
}
 .SNAPextraBoxes {
    width:  300px;
    height: 38px;
    border: 1px solid #ccc;
}
 .descBoxes {
    
     width: 300px;
    height: 30px;
}  
.container {
  /*display: flex;
    display: table-row;*/
  /* height is dynamic, and will expand... */
  height: 20%; 
 /*padding-bottom: 100px;*/
}
.container > div {
  /*flex: 1; grow*/
}
  .countyaddress
{
    font-weight: bold;
    font-size: 29px;
    color: green;
}
     .usdeptemail
{
    font-weight: bold;
    font-size: 29px;
    text-decoration: underline;
    color: blue;
} 
.shelterfields
{
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 72px;
  margin-left: 18px;
  width: 230px;
  padding-left: 1em;
   padding-right: 2em;
}

.shelterlabels
{
   padding-left: 2em;
   padding-top: 9px;
   margin-bottom:0px;
   text-align: right;
}
.shelterOtherlabels
{
   padding-left: 1em;
   padding-top: 9px;
   margin-bottom:0px;
   text-align: right;
}

.shelterLandlordname
{
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: -248px;
  margin-left: 18px;
  width: 230px;
  padding-left: 1em;
   padding-right: 2em;
}
.sheltertypedropdown
{
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #fff;
  background-image:none;
  border: 1px solid #ccc;
  margin-right: 248px;
  margin-left: 210px;
  width: 575px;
  padding-top: 9px;
  top: -30px;
}
.sheltertypelabel
{
   padding-left: 2em;
   padding-top: 25px;
   margin-bottom:0px;
   text-align: right;
}
.shelterheaderLegend {
      border: 0;
      padding: .35em;
      background-color: #eceaf0;
      line-height: 1.3;
      font-family: "Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
      margin-top: 0px;
}

 .shelterform-control {
   display: block;
   font-size: 16px;
   line-height: 1.4;
   color: #6f6f6f;
   background-color: #fff;
   border: 1px solid #ccc;
   width: 350px;
   height: 40px;
   padding-left: 1em;
 }
.shelterleftfields
{
   height: 40px;
}

.shelterLandlordNametext
{
   position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: 210px;
  width: 555px;
  padding-left: 1em;
  padding-right: 2em;
  height: 40px;
  top: -30px;
  margin-right: 248px;
}

.shelterhowoftendropdown
{
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #6f6f6f;
  background-color: #fff;
  background-image:none;
  border: 1px solid #ccc;
  margin-right: 248px;
  margin-left: 552px;
  width: 230px;
  padding-top: 9px;
  top: -30px;
}

 .dateTextfield {
    width: 254px;
    height: 39px;
    border: 1px solid #ccc;
}  
.dateHouseholdTextfield {
    width: 96px;
    height: 25px;
    border: 1px solid #a9a9a9;
}                  
input[type='checkbox'] {
    margin-top: -30px;
}
input[type='checkbox'] {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-right: 1px;
    display: block;
    float: left;
    position: relative;
    cursor:pointer;
    border: 1px solid black;
}
input[type='checkbox']:after {
    content:"";
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    position: absolute;
    cursor: pointer;
    height: 16px;
    width: 16px;
    left:0px;
    top:0px;
    font-size:16px;
    border: 1px solid black;
    background: #fff;
}
input[type='checkbox']:hover:after, input[type='checkbox']:checked:hover:after {
    background: #fff;
    content:'\2714';
    color: #111;
}
input[type='checkbox']:checked:after {
    background: #fff;
    content:'\2714';
    color: #111;
}
.shift-left{
    position:relative;
    right:1.8%;
}
.shift-right{
    float:right;
}
.help-text{
    color: #205493;
}
.help-text-fancy{
    color: #205493;
    font-style: italic;
}
.padded{
    padding: 2px;
}