﻿body {
    background-color: #e0e1dd;
}
.navbar{
    margin-bottom:0;
    border-radius:0;
    margin-top:1rem;
    background:#fff; 
    border:none;
}
    .navbar img {
        width: 200px;
        margin:20px;
    }
.header-top {
    background: #64a70b;
    padding: 1rem;
    text-align: center;    
}
    .header-top:hover {
        background: #ee8d09;
    }
    .header-top a, .header-top a:hover {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }
.header-bottom {
    background-image: linear-gradient(360deg, #005a8b 0%, #009FDA 100%);
    height:50px;
}

    .mt-4 {
    margin-top: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.text-mandatory {
    color: #C42115;
    font-size: 16px;
    line-height: 1;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.font-normal {
    font-weight: normal !important;
}

.chkterms {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight:normal;
}

    /* Hide the browser's default checkbox */
    .chkterms input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
}
    .checkmark.required {
        border-color: #ff0000;
    }
    /* On mouse-over, add a grey background color */
    .chkterms:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.chkterms input:checked ~ .checkmark {
    background-color: #2196F3;
    border-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkterms input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkterms .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wizard > div.wizard-inner {   
    padding: 20px;
}
.footer {
    background-color: #005a8b;
    padding:2rem 20px;
    color:#fff;
}
.footer-right{
    font-size:12px;
}
.footer-top {
    background-color: #005a8b;
    background-image: url(~/content/images/houston-scape2-01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: contain;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    padding-top: 50px;
    padding-bottom: 250px;
}
