﻿/*        html * {
            font-size: 1em !important;
            color: #000 !important;
            font-family: sans-serif !important;
        }*/
.question::before {
    counter-increment: section;
    content: "" counter(section) "";
    border-style: solid;
    padding: 4px 4px 4px 4px;
}

body {
    font: normal 11px Helvetica, sans-serif, Arial, Verdana, Tahoma,;
    counter-reset: section;
    padding: 0px 10px 0px 20px;
    background-image: url('51.sage-green-background-0un6c.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#formframe {
    border-radius: 25px;
    padding: 40px;
    background-color: honeydew;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* for IE 9 */
    -ms-transform: translate(-50%, -50%);
    /* for Safari */
    -webkit-transform: translate(-50%, -50%);
    /* optional size in px or %: */
    width: 90%;
    height: 92%;
}

#title {
    /* display: inline-block;*/
}

form {
    font: normal 13px Helvetica, sans-serif, Arial, Verdana, Tahoma,;
}

.asterisk {
    font: normal 13px Helvetica, sans-serif, Arial, Verdana, Tahoma,;
    color: red;
}

/*.container {
    display: inline-block;
    width: 1000px;
}*/

.inputNumber {
    width: 40px;
    /*            height: 50px;*/
    /*padding: 5px 5px 5px 5px;*/
    /*            background-color: green;
            color: white;*/
    padding: 0px 0px 14px 0px;
    float: left;
    /* white-space: pre-wrap;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inputTitle {
    /*width: 900px;*/
    padding: 0px 0px 11px 20px;
    float: left;
    /* white-space: pre-wrap;*/
}

.inputAsterisk {
    width: 10px;
    float: left;
    /* white-space: pre-wrap;*/
}

.inputInput {
    /*display: inline-block;*/
    /*width: 700px;*/
    /*padding: 0px 0px 5px 60px;*/
    padding: 0px 0px 0px 20px;
    float: left;
    /*white-space: pre-wrap;*/
}

.inputError {
    /*width: 180px;*/
    /*padding: 0px 0px 30px 60px;*/
    padding: 20px 0px 0px 0px;
    font: normal 12px Helvetica, sans-serif, Arial, Verdana, Tahoma,;
    color: red;
    float: left;
}


.clear {
    height: 15px;
    clear: both;
}

.errorSpacing {
    height: 10px;
    clear: both;
}

.notification {
/*    width: 900px;
    padding: 0px 0px 11px 20px;*/
    float: right;
    text-align: left;
    /*    width: 90%;
    padding: 0px 0px 5px 60px;*/
    font: normal 12px Helvetica, sans-serif, Arial, Verdana, Tahoma,;
    font-style: italic;
    color: #141414;
}

#btnSubmit {
    width: 150px;
}

#msg {
    font: normal 15px Helvetica, sans-serif, Arial, Verdana, Tahoma,;
    color: red;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

#footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#completion_frame {
    font: Helvetica, sans-serif, Arial, Verdana, Tahoma,;
    font-size: 18pt;
    text-align: center;
    padding: 10px 0px 10px 0px;
}


/*        select {
            width: 250px;
        }*/

/*input[type=text], textarea, select, .autocomplete {
    width: 100%;
    color: black;
    padding: 10px 18px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}*/

   /* select:invalid,*/
    select option[value="0"] {
        color: #999999;
    }

/*Added for browser compatibility*/
[hidden] {
    display: none;
}






/**********************/

* {
    box-sizing: border-box;
}

.img-title {
    width: 100%;
    height: auto;
    border: 0px;
    border-radius: 8px;
}

input[type=text], select, textarea, .autocomplete {
    width: 80%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.rdo input[type="radio"] {
    font: normal 13px Helvetica, sans-serif, Arial, Verdana, Tahoma,;
    /*    height: 15px;
    width: 15px;*/
    /*padding: 5px 5px 5px 5px;*/
    /*margin-bottom: 20px;*/
    margin-right: 10px;
    margin-top: 15px;
    vertical-align: top;
    /*IE 9*/
    -ms-transform: scale(1.4);
    /*Chrome, Safari, Opera*/
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    float: left;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

/*input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
*/
input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    /*border-radius: 5px;*/
    /*background-color: #f2f2f2;*/
    padding: 20px;
}

.col-1 {
    float: left;
    width: 4%;
    margin-top: 6px;
}


.col-2 {
    float: left;
    width: 41%;
    margin-top: 6px;
}

.col-3 {
    float: left;
    width: 50%;
    margin-top: 20px;
}

.row {
    padding: 0px 0px 20px 0px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .col-1, .col-2, .col-3, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
