body, html {
    margin: 0;
    height: auto;
}

/*body {
    background: url("/images/wood.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}*/

body, html {
    margin: 0;
    background-color: #E9EBEE;
}

.main-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.table th, .table td {
    vertical-align: middle !important;
}

.form-container {
    padding: 10px;
    background: #FFF;
    border: 1px solid #DDDFE2;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.page-header {
    color: #FFF;
}

.full-width {
    width: 100%;
}

.header-input {
    border: none;
    font-size: 25px;
    padding: 5px;
}

.sub-header-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999;
    padding: 5px;
}

.newSurveyContainer {
    margin-top: 10px;
}

.input-group-text-primary {
    background-color: #FF7F7F !important;
    color: white !important;
    border: 1px solid #FF7F7F;
}

@media only screen and (max-width: 768px) {
    .group-delete-container {
        text-align: center;
    }

    .question-add-container {
        text-align: center;
    }

    .main-container {
        padding: 0px;
    }

    .surveyRequestMapImage {
        height: 150px;
    }
}

@media only screen and (min-width: 768px) {

    .group-delete-container {
        text-align: right;
    }

    .question-add-container {
        text-align: left;
    }

    .main-container {
        padding: 20px;
    }

    .surveyRequestMapImage {
        height: 300px;
    }
}

.group-move-highlight {
    margin-top: 10px;
    height: 200px;
    width: 100%;
    background-color: #EEE;
    border: 1px solid #CCC;
}

.field-move-highlight {
    margin-bottom: 10px;
    width: 100%;
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 5px;
}

.field-move-highlight:last-child {
    margin-bottom: 0px;
}

.survey_question {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
    background-color: #FFF;
    max-width: 1000px;
    margin-bottom: 10px;
}

.survey_question:last-child {
    margin-bottom: 0px !important;
}

.login-form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
}

.login-form-wrapper {
    margin: 0;
    background: white !important;
    border: 1px solid #DDDFE2;
    width: 100%;
    padding: 10px;
}

.ac_results {
    background-color: white;
}

.ac_loading {
    background: Window url('/images/loading.gif') right center/20px 20px no-repeat !important
}

.ac_over {
    background-color: #007BFF !important;
    color: white !important;
}

.ac_over > .ac_highlight {
    color: white !important;
}

.ac_highlight {
    color: black;
    font-weight: bold;
}

.gm-fullscreen-control {
    display: none;
}

.pac-container {
    background-color: #FFF;
    z-index: 999999;
    position: fixed;
    display: inline-block;
    float: left;
}
.modal{
    z-index: 888888;
}
.modal-backdrop{
    z-index: 88888;
}
.gmnoprint > .gm-style-mtc > div:last-child {
    display: none !important;
}

.signature_canvas {
    border: 1px solid #CCC;
}

.hover-bg-light:hover {
    background-color: #F1F1F1;
}

/* PURE css solution for rotating carets based on expanded section */
.expand_caret {
}

div[aria-expanded='false'] > table > tbody > tr > td > .expand_caret {
    transform: rotate(-180deg);
}

.hover-bg-light:hover {
    background-color: #F1F1F1;
}

.page-link:focus,.page-link:active {
    outline: none !important;
    box-shadow: none;
}

.btn-dropdown:focus {
    box-shadow: none !important;
}

.btn-dropdown:focus > i {
    color: var(--primary) !important;
    box-shadow: none !important;
}

.actions-dropdown {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
    box-shadow: 0px 0px 10px 1px rgba(153,153,153,1);
}

.select2-container {
    width: 100% !important;
    z-index: 999999999 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default:active .select2-selection--multiple:active {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}


.select2-selection__rendered {
    line-height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-dropdown.increasezindex {
    z-index:99999;
}

#footer {
text-align:center;
bottom:0;
width:100%;
clear:both;
display:block;
height:34px;
background:#444;
color:#efefef;
font-size:7.6pt;
padding:6px 0px 0px 0px;
position:fixed;
bottom:0;
left:0;
z-index:9999;
font-weight: 900;
}

#footer a {
color:#efefef;
font-size:7.6pt;
font-weight: 900;
}

#footer p {
color:#efefef;
font-size:7.6pt;
font-weight: bolder;
}


#footer a:hover {
text-decoration:none;
}
