﻿body {
    /*padding-top: 10px;*/
    padding-bottom: 20px;
    font-family: "BarlowRegular", sans-serif;
    font-size: 16px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a {
    color: #C40A0A;
}


    a:link {
        color: #C40A0A;
    }
  

    /* visited link */
    a:visited {
        color: #C40A0A;
    }

     mouse over link 
    a:hover {
        color: #C40A0A;
    }
    
    /* selected link */
    a:active {
        color: #C40A0A;
    }
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.wizard {
    margin: 10px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
        color: #C40A0A;
    }

#topnavbar {
    margin: 0 auto;
    /*text-align: center;*/
    display: block;
}

    #topnavbar.affix {
        position: fixed;
        top: 0;
        width: 100%;
    }

@media (min-width: 768px) {

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }



    .navbar .navbar-collapse {
        text-align: center;
    }
}

.navbar {
    /*background-color: #02548c;*/
    background-color: #404041;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-family: Arial, Helvetica, sans-serif
}

#nav-item {
    display: inline;
    padding: 0px 25px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #e2e2e2;
    }

.nav > li > a:hover {
    color: #e2e2e2;
}

.nav > li > a:focus {
    text-decoration: none;
    background-color: #E76E1F;
}

.activeNav {
    color: #d69b81;
}

@font-face {
    font-family: "BarlowRegular";
    src: url("../assets/Barlow/Barlow-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "BarlowBold";
    src: url("../assets/Barlow/Barlow-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "BarlowCondensedBold";
    src: url("../assets/Barlow_Condensed/BarlowCondensed-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "BarlowCondensed";
    src: url("../assets/Barlow_Condensed/BarlowCondensed-Regular.ttf") format('truetype');
}



.green {
    color: #00702d;
}

.background-top {
    background-image: url('../assets/digital-background-top.jpg');
    background-size: 100%;
    z-index: 1000;
}

/*.background-bottom {
    background-image: url('../assets/digital-background-bottom.jpg');
    background-size: 100%;
    z-index: 1000;
}*/

#orangeButton {
    background-color: #E76E1F;
    padding: 15px 30px;
    margin: 15px 0;
    border-radius: 10px;
    color: white;
    font-size: 1.0em;
}

#orangeButton_background {
    background-color: #E76E1F;
}

#orange_button {
    background-color: #E76E1F;
    padding: 15px 30px;
    margin: 15px 0;
    border-radius: 10px;
    color: white;
    font-size: 1.0em;
}

#orange_background {
    background-color: #E76E1F;
}

#pattern_green_background {
    background-image: url('../images/pattern-green.jpg');
}

/*.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}*/

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #C40A0A;
}

    .wizard li.active span.round-tab i {
        color: #C40A0A;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

/*.borderless tr td {
    border: none !important;
    padding: 0px !important;
}*/

.wizard .nav-tabs > li {
    width: 25%;
   /* width: 16%;*/
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #C40A0A;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #C40A0A;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.submit-button {
    background: -moz-linear-gradient(center top, #FFFFFF, #2a8db4) repeat scroll 0 0 transparent;
    float: right;
    display: none;
}

.progress {
    border-bottom: 1px solid #EEECE9;
    border-top: 1px solid #FFFFFF;
    height: 20px;
}

.progress-bar {
    height: 15px; /* Can be anything */
    position: relative;
    background: #e2e2e2;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 5px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    margin: 10px 0;
    overflow: hidden;
}

    .progress-bar .progress-bg {
        display: block;
        height: 100%;
        -webkit-border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-radius-topright: 20px;
        -moz-border-radius-bottomright: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: rgb(43,194,83);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(43,194,83)), color-stop(1, rgb(84,240,84)) );
        background-image: -webkit-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
        background-image: -moz-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
        background-image: -ms-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
        background-image: -o-linear-gradient( center bottom, rgb(43,194,83) 37%, rgb(84,240,84) 69% );
        -webkit-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
        -moz-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
        overflow: hidden;
        width: 0%;
    }

    .progress-bar .progress-text {
        position: absolute;
        left: 50%;
        top: 2px;
        z-index: 10;
    }

label.error, .required {
    font-size: 12px;
    color: red;
}

.form-controls {
    clear: both;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
}

.previous-fieldset {
    display: none;
    float: left;
}

.next-fieldset {
    float: right;
}

a.next-fieldset,
a.previous-fieldset {
    color: #ccc;
}

.clear {
    clear: both;
}

.simple-form-button {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top, #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(center top, #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    border-color: #E2E2E2 #DDDDDD #CCCCCC;
    border-left: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #000000;
    cursor: pointer;
    font-size: 9pt;
    margin: 0;
    padding: 8px 18px;
    width: auto;
    height: auto;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*.ui-widget-header {
    background: #cedc98;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-weight: bold;
}*/

.progress-label {
    position: absolute;
    left: 50%;
    top: 13px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.red {
    color: red;
}

.hidden {
    display: none;
}

.navbar-default {
    /*border-color: #bebaba;*/
    border-color: #ffffff;
}

.background-top {
    background-image: url('../assets/Background-Blue-Blend.jpg');
    background-size: 100%;
    z-index: 1000;
}

.background-bottom {
    background-color: #C40A0A;
    background-size: 100%;
    z-index: 1000;
}

.green {
    color: #43b02a;
}

.indentContent {
    padding: 10px 50px;
}

#FontTwo {
    font-size: 2em;
    font-family: "BarlowCondensedBold", sans-serif;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding  */
    margin: 0; /*  Remove margins  */
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #C40A0A;
    border-color: #8064A2;
}
.btn-custom,
.btn-custom:hover,
.btn-custom:active,
.btn-custom:active:focus,
.btn-custom:visited,
.btn-custom:focus {
    background-color: #C40A0A;
    border-color: #8064A2;
}
