﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
    color: rgb(56, 56, 55);
    overflow-x: hidden;
}

.ErrMsg {
    color: red;
}
.inquiry-container {
    display: inline-grid;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
.fa-exclamation-triangle {
    color: gold;
    font-size: 4em;
    margin-bottom: 25px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
}
#CheckValidationFirstPage ul{
    list-style:none;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.digit-top {
    background-color: green !important;
    border-bottom: 1px solid green !important;
}

.digit-bottom {
    background-color: green !important;
}
.mw-400{
    max-width:400px;
}
.fa-times-circle {
    color: darkred;
    font-size: 4em;
    margin-bottom: 25px;
}
.grey-text {
    color: rgba(114, 113, 112, 0.85);
}
input:disabled,
input[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc !important;
    color: #fff !important;
    border: #cccccc !important;
}
.multiselect-native-select button {
    border-radius: 10px !important;
    border: 1px solid rgb(255,161,0) !important;
    background-color: white !important;
    text-align: center;
}

.dropdown-menu {
    width: 100%;
}

.multiselect-native-select {
    width: 100%;
}

    .multiselect-native-select, .multiselect-native-select .btn-group {
        width: 100%;
    }

.dropdown-menu {
    right: 0;
}

.reCaptcha-btn {
    background: none;
    border: none;
    color: #ffa100;
}


.flipTimer {
    width: 345px;
    margin: 0 -26vw;
    display: inline-block;
}

.element {
    display: contents;
    width: 100%;
    height: 100%;
}


#confirmModal .modal-content {
    border-radius: 15px;
}

#confirmModal .modal-body {
    margin-top: 25px;
}

#confirmModal .text-center {
    justify-content: center;
}

#confirmModal .sure-btn {
    background-color: #006643 !important;
}
