﻿

html {
    scroll-behavior: smooth;
}


body {
    background-image: linear-gradient(to top, #f8f9fa, #e4eff4, #cee6eb, #b9dddc, #a8d3c8);
    background-image: linear-gradient(to bottom, #cccdcf, #d9d9db, #e5e6e7, #f2f2f3, #ffffff);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100%; */
    background-attachment: fixed;
    /* background-size:cover; 
    background-color: #e7e7e7; */
    font-size: 1.0em;
    /* font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; */
    font-family: 'Mukta', sans-serif; /* Google font */
    margin: 0px;
    padding: 0px;
    color: #696969;
    padding-top: 0.8rem;
    padding-bottom: 1.5rem;
}


.container {
    background-color: #FFF;
    border: 1px solid #E1E1E1;
    border-top:0;
    border-bottom:0;
    border-radius: 5px;
    /*box-shadow: 10px 10px 5px #dadee8;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);    
    padding: 10px;
    padding-bottom: 100px;
}



.start-error-img {
    width: 8%;
    margin-bottom: 30px;
}


/* This effects a Samsung S8 Portrait */
@media screen and (max-width: 576px) {
    body {
        font-size: 1.0em;
        margin-left: 5px;
        margin-right: 5px;
    }
    .start-error-img {
        width: 20%;
        margin-bottom: 30px;
    }
}






.header-border
{
    padding-bottom: 1rem;
    border-bottom: .05rem solid #e5e5e5;
    margin-bottom:5px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.btn {
    cursor:pointer;
}

hr {
    box-shadow: 0 0 5px 1px #edebeb;
}


.fieldset-error {
    border:1px solid red;
    border-radius:8px;
    padding:10px;
    background-color:#fffbfb;
}
.fieldset-warning {
    border:1px solid #e0dd00;
    border-radius:8px;
    padding:10px;
    background-color:#fffff6;
}
.fieldset-success {
    border:1px solid #00c140;
    border-radius:8px;
    padding:10px;
    background-color:#f2fff6;
}


.question-nav {
    width: 98%;
    margin: 5px 5px 9px 5px;
    padding: 5px;
    border-radius: 5px;
    background-color: #f8f9fa;
    background-image: linear-gradient(to top, #f8f9fa, #f4f6f9, #f0f4f8, #ecf1f7, #e8eff6);
    border: 1px solid #C4DEF8;
}

.question-holder {
    margin:15px;
    padding:10px;
    border-radius:10px;
    border:1px solid #f4f7f9;
}
.question-holder-error {
    border:1px solid #ff0000;
    background-color:#ffefef;
}
.question-holder-focus {
    border:1px solid #bddec0;
    background-color:#fdfffd;
}
.question-holder-error-text {
    font-size:12px;
}

.helplink {
    cursor: pointer;
    background-image: url("../Images/ico_info.png");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    padding-left:15px;
}

.tooltip-inner {
    text-align: left;
}



.sigPad {
    margin: 0;
    width: auto;
    border-radius: 10px;
    border: 1px solid #808080;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #fdfdfd;
    min-height: 280px;
}
.sigHeader {
    background-color: #b1b1b1;
    border-bottom: 1px solid #808080;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.sigContent {
    padding: 10px;
}
.sigCanvas {
    border: 1px solid #808080;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.49);
    margin-bottom:15px;
}


/* these settings relate to the modal holding drawing questions */
.modal .modal-dialog.drawing {
    max-width: none;
    max-height:none;
    width: 100%;
    height:95%;
    margin-left:7px;
}
.modal-dialog.drawing .modal-content {
    height: 100%;
}



.mymodal_error {
    border: 2px solid #ec7551;
}
.mymodal_error .err_bgcol {
    background-color:#fffafa;
}
.mymodal_confirm {
    border:2px solid #6086bc;
}
.mymodal_confirm .ok_bgcol {
    background-color:#e8eff9;
}


select {
    padding:2px;
}
select:disabled {
    background-color: #ebebe4;
}

input, textarea {
    /* padding:2px; */
}



label {
    cursor: pointer;
    /* display: inline-flex; */
    padding-bottom:3px;
    margin-right: 10px;
    margin-left: 2px;
}

.numberInput {
    text-align: right;
}

.noSpinner::-webkit-inner-spin-button,
.noSpinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


::-webkit-input-placeholder {
 font-size: 12px;
 color: #c7b7b7;
 font-style:italic;
}
:-moz-placeholder { /* older Firefox*/
 font-size: 12px;
 color: #c7b7b7;
 font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */ 
 font-size: 12px;
 color: #c7b7b7;
 font-style:italic;
} 
:-ms-input-placeholder { 
 font-size: 12px;
 color: #c7b7b7;
 font-style:italic;
}


.file-upload {
    border: 2px solid #adadad;
    background-color: #fbf5b0;
    padding: 0px 20px 20px 20px;
    border-radius: 10px;
}
.file-upload .preview-pane {
    background-color:#fff !important;
}
.file-upload-item {
    border: 1px dotted #808080;
    margin: 5px;
    margin-right:15px;
    padding: 8px;
    box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.25);
    background-color: #f6f6f6;
    cursor:pointer;
    position:relative;
}
.file-upload-item-main {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}
.file-upload-item-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #d05858;
}
.file-upload-item:hover .file-upload-item-main {
    opacity: 0.3;    
}
.file-upload-item:hover .file-upload-item-hover {
    opacity: 1;
}


.alert-QuestionMessage {
    border: 1px dotted #C0C0C0;
    padding: 5px;
}
.alert-PageSection {
    border: 1px dotted #C0C0C0;
    padding: 5px;
    background-color:#F2F2F2;
}


/* add borders to Bootstrap alerts */
.alert-warning {
    border: 1px solid #e8d69e;
}
.alert-info {
    border: 1px solid #99d2dc;
}


.exitText {
    color: #f8aa2d;
    cursor: pointer;
}
.exitText:hover {
    font-weight: bold;
}


table.GroupFormsList {
    font-size: 1.0em;
    width: 90%;
    border-radius: 10px;
}


.addressLookButton {
    margin-bottom: 5px;
}



/* ------------------------------------------------------------------------------------------- */
/* CSS to handle the modal overlay when loading each form page */
.wait_overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    display: none;
}
.wait_overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    font-size:1.5em;
    color:#e5e5e5;
    font-weight:bold;
}
/* ------------------------------------------------------------------------------------------- */