/* Sticky footer styles
-------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Barlow:200,400,500,600,700,900);


* {
	margin: 0;
}
html {
    position: relative;
    min-height: 100%;
    height: 100%;
    color: #ffffff;
    font-family: Barlow,Sans-Serif;!important;
}
.push {
    height: 56px;
}
body {
    height: 100%;
    margin-bottom: 280px;
    font-family: Barlow,Sans-Serif;
    margin: 0;
    padding: 0;
    font-size:14px;
    line-height: 18px;
    color: #898989;
}
.footer {
    width: 100%;
    height: 130px;
    background-color: #f1f1f1;
    color: #5f5f60; 
    font-family: Barlow,Sans-Serif;
    z-index: 5;
    margin: 0 auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    margin: 0 auto 53px;
    min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
}
a {
    color:  #c75b12;
}

/* styles for validation helpers */
.field-validation-error {
    color: #00257A;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.js-loading-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: inherit;
}

.js-table-loading-overlay {
    position: fixed;
    z-index: 1000;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: inherit;
}

#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
    opacity: 1;
}

label {
    margin-bottom: 0;
}

.fixed110 {
    width: 40px;
    text-align: left;
}

.g-recaptcha {
    width: auto !important;
    border: none;
    box-shadow: none;
}

div#myCaptcha {
    border: none;
    box-shadow: none;
} 

.HelpBubble {
  padding-left: 5px;
}

.btn-lnk {
    border: 1px solid #dddddd;
}

::-webkit-input-placeholder {
   text-align: center;
   color: #ffffff !important;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
   color: #ffffff !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
   color: #ffffff !important;
}

:-ms-input-placeholder {  
   text-align: center; 
   color: #ffffff !important;
}

.navbar-custom {
    /*background-color:#229922;*/
    color:#C75B12;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#c75b12;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #c75b12;
    background-color:transparent;
}
.navbar-custom .navbar-brand {
    color:#c75b12;
}
.navbar-custom a {
    color: #c75b12;
}

.navbar-custom a:hover {
    background-color: transparent !important;
    font-weight: bold;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-custom .navbar-collapse.in {
    background-color: #35406f;
}

.btn-lnk {
    border: 1px solid #dddddd;
    color: #ffffff;
    background-color: #C75B12;
}
.top-buffer { 
    margin-top:20px; 
}

/* People keep clicking on the white progress bar as if it is the input */
.progress {
  background-color: #747486; 
}

.footerLinks {
    float: right;
    max-height: 180px;
    overflow: hidden;
    text-align: right;
    width: 671px;
    margin-right: 15px;
}

.footerLogo {
    float: left;
    margin: 15px 0 0 15px;
    overflow: hidden;
    width: 320px;
}

.footerSocialMedia ul {
    display: inline;
}
.footerLinks ul {
    list-style-type: none;
    padding: 0;
}

.footerLinks li {
    display: inline;
}

.footerLinks a {
    color: #5F5F60;
    text-decoration: none;
}

#footertarget {

}

.footerSocialMedia {
    font-weight: bold;
    margin: 45px 0 0;
    text-transform: uppercase;
}

.footerLinks li {
    color: #fff;
    font-family: Barlow,Sans-Serif;
    font-size: 14px;
}

.copyright {
    margin-top: 50px;
}

#headertarget {
    background:#fff;
    height: 122px;
    position: relative;
    min-width: 1024px;
    margin: 0 auto;
}

#welcomeBackBar {
    background: none repeat scroll 0 0 #c75b12;
}

#headertarget h1 {
    float: left;
    width: 200px;
    margin-top: 15px;
}

.row {
    margin: 0 !important;
}

.parkerCenter {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

.greybar {
    height: 40px;
    background-color: #c75b12;
}

/*From AccountCreate.cshtml*/
    
    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        pointer-events: none;
    }

    .noshow {
        display: none;
    }

    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .progress {
        margin-bottom: 0 !important;
    }

    .password-verdict {
        color: black;
    }

    .breakme {
        white-space: normal !important;
    }

    .page {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 94px;
    }

    .page-banner {
        height: 350px;
        background-color: #e5e5e5;
        background-image: url(Images/parker-banner_1500w.png);
        background-position: bottom;
        background-size: cover;
    }

    .formlabel {
        text-align: right;
        vertical-align: middle;
        color: #00257a;
        line-height: 26px;
    }

    .pageheader {
        font-size: 15px;
    }

    .input-group {
        width: 85%;
    }

    .formlabel label::before {
        content: '*';
        color: #c75b12;
    }
    
    input.btn.btn-default.pull-right {
        margin-right: 57px;
    }

    .page input.btn.btn-default.pull-right {
        border: 1px solid #c75b12;
    }

    .page input.btn.btn-default.pull-right:hover {
        border: 1px solid #ea7d26;
        background: #ea7d26;
        color: #fff;
    }

    .showOtherEmails {
        color: #00257a;
        line-height: 26px;
        margin-left: 2px;
    }

    .rc-anchor-light {
      background: #f9f9f9 !important;
      border: none !important;
      box-shadow: none !important;
      color: #000 !important;
    }

    div#myCaptcha {
      background: #f9f9f9;
      border: none;
      box-shadow: none;
    }
    
    .form-control {
      border: 1px solid #cccccc;
      border-radius: 4px!important;
    }
    
    .g-recaptcha.form-control {
      padding: 0px;
    }
    
    .pull-right {
      float: none!important;
    }

    /***** Responsive Queries *****/

@media (max-width: 900px) {

    .page-banner {
        height: 150px;
    }

    div#result {
        margin-top: 40px;
    }

    .body-content p {
        margin-top: 0px;
    }

    .page {
        margin-top: 65px;
    }

    body {
        height: 78%;
    }

}










