body {
    font-size: 15px;
    padding-top: 0px;
}

.maincontent {
    background-color: black;
}

div.terms {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 6px;
    overflow: auto;
    margin-top: 0px;
}

div.terms p,
div.terms li {
    font: normal 11px/15px arial;
    color: #333;
}

div.terms h3 {
    font: bold 14px/19px arial;
    color: #000;
}

div.terms h4 {
    font: bold 12px/17px arial;
    color: #000;
}

div.terms strong {
    color: #000;
}

.col-md-12 column {
    text-align: center;
}

.col-md-12 column form {
    display: inline-block;
}

ol.lower_alpha {
    list-style-type: lower-alpha;
    line-height: 200%;
}

.innerdiv {
    text-align: center;
}

#myWizard {
    width: 800px;
}

.form-group label {
    color: #cc9933;
    font-size: 15px;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    border-color: rgba(229, 103, 23, 0.8);
    box-shadow: 0 1px 1px #cc9933 inset, 0 0 8px #cc9933;
    outline: 0 none;
}

.form-control {
    border-radius: 0px;
}

.btn, .btn:active {

    width: 90px;
    height: 30px;
    background-color: black;
    color: #f79d00;
    border: 1px solid #cc9933;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    padding-top: 4px;
}

.btn:hover {
    background-color: #C2A45B;
    color: black;
}

.btn:disabled:hover {
    background-color: grey;
    border-color: grey;
    color: #cc9933;
}

.btn:active:focus {

    background-color: #413B3B;
}

.btn[disabled] {
    cursor: default;
    background-color: grey;
    border-color: grey;
}

.wrg-btn, .wrg-btn:active {

    width: 90px;
    height: 30px;
    background-color: #666666;
    color: #cc9933;
    border: 1px solid #cc9933;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
}

.wrg-btn:hover {
    background-color: #575151;
}

.wrg-btn:active:focus {

    background-color: #413B3B;
}

.wrg-btn[disabled] {
    cursor: default;
    background-color: grey;
    border-color: grey;
}

div.confirm_age_div {
    width: auto;
    height: 400px;
    padding: 6px;
    overflow: auto;
    margin-top: 20px;
}

div.confirm_age_div p,
div.confirm_age_div li {
    font: normal 14px/15px arial;
    color: #333;
    line-height: 150%;
}

div.confirm_age_div h3 {
    font: bold 14px/19px arial;
    color: #000;
}

div.confirm_age_div h4 {
    font: bold 12px/17px arial;
    color: #000;
}

div.confirm_age_div strong {
    color: #000;
}

.wrg-bg {
    background-color: black;
    padding: 10px;
}

.custom-checkbox {
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    background: url("/images/checkbox_off.png") no-repeat;
}

.custom-checkbox.selected {
    background: url("/images/checkbox_on.png") no-repeat;
}

.custom-checkbox input[type="checkbox"] {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.div_v_center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */

    display: flex;
    align-items: center;
}

.wrg-survey-progress {
    background-color: #cc9933;
    padding-left: 5px;
    font-size: 11px;
}

.wrg-survey-progress-outer {
    margin-bottom: 10px;
    border: 1px solid black;
}

.survey-div {
    border: 1px solid #cc9933;
    background-color: black;
    color: #cc9933;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.survey-div label{
    font-size: 15px;
}

.custom-radio {
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    background: url("/images/radio_button_off.png") no-repeat;
}

.custom-radio:hover {
    background: url("/images/radio_button_off.png") no-repeat;
}

.custom-radio.selected {
    background: url("/images/radio_button_on.png") no-repeat;
}

.custom-radio input[type="radio"] {
    margin: 1px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.form-control[disabled] {
    cursor: default;
}

.black-labels label {
    color: black !important;
}

.terms_link {

}

.terms_link a {
    color: white;
}

.terms_link a:hover {
    text-decoration: none;
    color: #cc9933;
    font-weight: bold;
}

.modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header, .modal-body {
    padding: 40px 50px;
}

.wrg-float-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.wrg-footer {
    background-color: black;
}

.wrg-footer img{
    margin-right: 0px;
    padding-right: 0px;
    position: relative;
    top: 20px
}

.wrg-content {
    font-size: 14px;
}

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

blockquote {
    display: block;
    background-image: url("/images/survey-bg.png");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 0px;

    /*Font*/
    font-family:"Monotype Corsiva", "Times New Roman",Georgia,Serif;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: justify;

}

blockquote footer {
    font-family:"Monotype Corsiva", "Times New Roman",Georgia,Serif;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: right;
}

.mapback {
    background-color: black;
    height: auto;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.wrg-img-blink img {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

.wrg-blink {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

.wrg-bg-bullion
{
    width: 30%;
    opacity: 0.5;
    position: relative;
    top: -10px;
}

.wrg-small-note
{
    font-size: 10pt;
    color: grey;
}

.alert-success {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#C2A45B), to(#F2F0B5));
    background-image: -webkit-linear-gradient(left, color-stop(#C2A45B 0%), color-stop(#F2F0B5 100%));
    background-image: -moz-linear-gradient(left, #C2A45B 0%, #F2F0B5 100%);
    background-image: linear-gradient(to right, #C2A45B 0%, #F2F0B5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffC2A45B', endColorstr='#ffF2F0B5', GradientType=1);
    width:100%;
    float:left;
    color: black;
    border: 1px solid white;
}

.alert-danger {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#C2A45B), to(#F2F0B5));
    background-image: -webkit-linear-gradient(left, color-stop(#C2A45B 0%), color-stop(#F2F0B5 100%));
    background-image: -moz-linear-gradient(left, #C2A45B 0%, #F2F0B5 100%);
    background-image: linear-gradient(to right, #C2A45B 0%, #F2F0B5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffC2A45B', endColorstr='#ffF2F0B5', GradientType=1);
    width:100%;
    float:left;
    color: black;
    border: 1px solid white;
}

.panel-warning>.panel-heading
{
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#C2A45B), to(#F2F0B5));
    background-image: -webkit-linear-gradient(left, color-stop(#C2A45B 0%), color-stop(#F2F0B5 100%));
    background-image: -moz-linear-gradient(left, #C2A45B 0%, #F2F0B5 100%);
    background-image: linear-gradient(to right, #C2A45B 0%, #F2F0B5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffC2A45B', endColorstr='#ffF2F0B5', GradientType=1);
    width:100%;
    float:left;
    color: black
}

.panel-warning {
    border-color: #C2A45B;
}

.panel-success>.panel-heading
{
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#C2A45B), to(#F2F0B5));
    background-image: -webkit-linear-gradient(left, color-stop(#C2A45B 0%), color-stop(#F2F0B5 100%));
    background-image: -moz-linear-gradient(left, #C2A45B 0%, #F2F0B5 100%);
    background-image: linear-gradient(to right, #C2A45B 0%, #F2F0B5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffC2A45B', endColorstr='#ffF2F0B5', GradientType=1);
    width:100%;
    float:left;
    color: black
}

.panel-success {
    border-color: #C2A45B;
}

.alert
{
    color: black;
}

.wrg-survey-question {
    padding-left: 10px ;
    text-indent: -17px ;
}

.wrg-multiline {
    padding-left: 16px ;
    text-indent: -16px ;
}

.grad-bg
{
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#C2A45B), to(#F2F0B5));
    background-image: -webkit-linear-gradient(left, color-stop(#C2A45B 0%), color-stop(#F2F0B5 100%));
    background-image: -moz-linear-gradient(left, #C2A45B 0%, #F2F0B5 100%);
    background-image: linear-gradient(to right, #C2A45B 0%, #F2F0B5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffC2A45B', endColorstr='#ffF2F0B5', GradientType=1);
    width:100%;
    float:left;
    color: black
}

.invalid input:required:invalid {
    background: #BE4C54;
}

.invalid input:required:valid {
    background: #17D654 ;
}

.wrg-link
{
color: #f79d00;
    font-weight: bold;
}

.wrg-link:hover
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
