html {background-color: #d6d6d6;}

* {box-sizing: border-box;}

.banner_block { 
    background-color: #E9A019;
    border-top: 1px solid #2c5697;
    
    border-radius: 0 0 15px 15px;
}

body { 
    font-family: 'Open Sans', sans-serif; 
    font-size:16px; 
    color:#411549; 
}

.ghostSource {
    display: none;
}

.Grid3Col {
    margin: 0 0 0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items:center;
}

.responseNoFlex {
    margin: 0 0 0 50px;
}
.sortableGhostInstructions {
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    color: grey;
    border: 1px solid grey;
}

.controlTextSpan {
    cursor: help;
    font-weight: bold;
    text-decoration-line: underline;
}

.qbox { 
    padding: 20px 10px; 
    margin: 5px;
    background: #efefef; 
    border-radius: 15px;
}
.qbox label { 
    color: #411549; 
    font-size: 18px; 
    margin: 3px;
}

.qbox h2 {
    margin: 0;
    padding: 0;
}


.container { 
    width: 1200px; 
    max-width:100%; 
    margin: 0 auto; 
    padding:0; 
    overflow: initial;
}

.content_block { 
    padding:10px 0;
}

.login_block { 
    border-top:3px solid #243d58; 
    border-bottom:3px solid #243d58; 
    margin:20px 0; 
    padding: 10px 15%;
}

.form_button { 
    margin:0; 
    padding:0; 
    flex-grow: 1; 
}
.form_button input { 
    width:310px; 
    padding:12px 0; 
    background:#E9A019; 
    color:#411549; 
    font-size:19px; 
    line-height:21px; 
    margin:5px auto; 
    border:0; 
    border-radius: 15px;
    outline:0; 
    box-shadow:none; 
    display:block; 
    white-space: normal;

}

.questionArea {
    padding: 10px;
    border-radius: 15px;
    border: 1px solid black;
}

.questionLine {
    display: flex;
}

.question {
    flex-grow: 1;
    font-size: 1.2em;
}

.instructions {
    color: darkgray;
    font-style: italic;
}

.responses {
    margin: 0 0 0 50px;
    display: flex;
    flex-wrap: wrap;
}

input {
    padding: 5px;
}

.responseArea {
    margin: 5px;
    border-radius: 15px;
    background-color: #d6d6d6;
}

.hide {
    display: none;
}

.responseInput {
    margin: 0 auto;
    padding: 5px;
}

.responseInput > input[type=number] {
    width: 100px;
    font-size: 17px;
}

.responseInput > input[type=text] {
    width: 300px;
    font-size: 17px;
}

.responseInput > input[type=checkbox] {
    width: 25px;
    height: 25px;
}

.responseInput > input[type=radio] {
    width: 25px;
    height: 25px;
}

.responseInput > select {
    padding: 5px;
    font-size: 17px;
}


.responseLabel {
    padding: 5px;
    margin: auto 0;
    flex-grow: 1;
}

.errors {
    font-weight: bold;
    font-size: 0.8em;
    padding-right: 6px;
    margin-left: 3px;
    margin-right: 3px;

}

.jsError {
    background: red;
    color: white;
    padding-left: 6px;
    font-weight: bold;
    padding-right: 6px;
    margin-left: 3px;
    margin-right: 3px;
    display: none;
}

.error {
    background: red;
    color: white;
    padding-left: 6px;
    font-weight: bold;
    padding-right: 6px;
    margin-left: 3px;
    margin-right: 3px;
}


.response {
    display: flex;
    padding: 2px 7px;
}

fieldset {
    padding: 0;
    margin: 0;
}

.questionTable tr:nth-child(even) {
    background-color: #d6d6d6;
}

.responseColumn {
    text-align: center;
}

fieldset:disabled {
    display: none;
}

table.repStatusTable {
    width: 100%;
}

table.repStatusTable td {
    padding:5px 10px;
}

table.repStatusTable tr:nth-child(odd) {
    background-color: #e7e7e7;
}

table.repStatusTable tr:first-child {
    font-weight: bold;
    background-color: #243d58;
    color: #FFFFFF;
}


.login_indent {
    margin: 15px 10%;
}

.content_block { 
    padding:10px 0;
}
.content_block h4 { 
    font-family: 'Roboto', sans-serif; 
    color:#003b8a; 
    font-size:23px; 
    margin:0 0 10px; 
}
.content_block h2.like-h4 { 
    font-family: 'Roboto', sans-serif; 
    color:#003b8a; 
    font-size:23px; 
    line-height:27px; 
    margin:0 0 10px;
}
.form_input	{ font-size:17px; }
.form_input p { color:#000000; font-size:19px; line-height:21px; margin:0 0 20px; padding:0 0 0 5px; }
.form_input input[type=text],.form_input input[type=password],.form_input input[type=email], .form_input select { width:100%; background:#fff; border:2px solid #959595; box-shadow:none;  outline:0; color:#000000; font-size:19px; line-height:21px; padding:10px 15px; margin:0 0 15px; }
.form_input input[type=number] { width: 50px; background:#fff; border: 2px solid #959595; box-shadow: none; outline: 0; color:#000000; font-size:19px; line-height:21px; padding:10px 15px; margin:0 0 15px; }
.form_input textarea { width: 98%; height:120px; }


#header { 
    width: 100%; 
    margin: 0 auto; 
    padding: 0; 
    height:auto; 
    position:relative; 
    background-color: #411549;
    border-radius: 5px 5px 0 0;
}
 
 .page_title { 
    font-family: 'Roboto', sans-serif; 
    color:#2c5697; 
    font-size:23px; 
    line-height:27px; 
    margin:0 0 10px; 
}

.title {
    flex-grow:1;
    text-align: right;
}


.title h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 900;
}
.title h2 {
    font-family: arial;
    font-size: 35px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 0;
}
.title h3 {
    font-family: arial;
    font-size: 25px;
    font-style: italic;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 0;
}

.header_block { 
    min-height:75px; 
    position:relative;  
}

#wrapper { 
    width:100%; 
    height:auto; 
    margin:0 auto; }

.titleAndLogo { 
    display: flex; 
}
.logo { 
    bottom: 0; 
}
.logo a img	{ 
    width: 100px;
    padding-bottom: 10px;
}
fieldset {
    border: none;
}

.header_nav { 
    padding-top: 3px; 
}
.header_nav ul { 
    margin: 0; 
    text-align: right; 
}
.header_nav li { 
    list-style: none; 
    display: inline-block; padding: 3px; vertical-align: middle;
}
.header_nav li a { font-size: 16px; line-height: normal; 
    color: #ffffff; text-decoration: none;
}
.header_nav input { 
    border-radius: 30px;
    background: #E9A019; 
    box-shadow: none; 
    display: block; 
    color: #411549; border: 0; padding: 10px; 
    font-family: 'Roboto', sans-serif;}

.banner	{ padding:5px 10px; color:#cce4f3; position:relative; }
.banner h1 { 
    font-family: arial; 
    font-size:30px; 
    font-style: bold; 
    line-height:30px; 
    color:#411549; 
    margin-top: 5px;
    margin-bottom: 5px;
}

.inviteTableRow {
    display: flex;
}

.inviteTableRow>div {
    flex-grow:1;
}

.signature-pad {
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 600px;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}
.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
.signature-pad::before {
    left: 20px;
  }
  
  .signature-pad::after {
    right: 20px;
  }
  
  .signature-pad--body {
    position: relative;
    flex: 1;
    border: 1px solid #f4f4f4;
  }
  
  .signature-pad--body
  canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  }
  
  .signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
  }
  
  .signature-pad--actions {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }

#userListTable div.table {
    display: table;
}

#userListTable form.tr, #userListTable div.tr  {
    display: table-row;
}

#userListTable span.td, #userListTable span.th {
    display: table-cell;
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid lightgray;
}

div.table {
    display: table;
}

form.tr, div.tr  {
    display: table-row;
}

.td, .th {
    display: table-cell;
    padding: 10px;
    border-collapse: collapse;
    border: 1px solid lightgray;
}

.th {
    text-align: center;
    font-weight: bold;
    font-size: large;
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.sortableArea {
    display: flex;
    width: 100%;
}

.sortableTarget {
    flex-basis: 50%;
    background-color: rgb(192 211 171);
    margin: 5px;
    padding-inline-start: 20px;
    border: 1px solid purple;
    border-radius: 10px;
}

.sortableSource {
    flex-basis: 50%;
    background-color: #fffac5;
    margin: 5px;
    list-style-type: none;
    padding-inline-start: 10px;
    border: 1px solid purple;
    border-radius: 10px;
}

.sortableItem {
    padding: 10px;
    background-color: gainsboro;
    margin: 10px;
    border-radius: 10px;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


#successNotification {
    -moz-animation: cssAnimation 0s ease-in 6s forwards;
    -webkit-animation: cssAnimation 0s ease-in 6s forwards;
    -o-animation: cssAnimation 0s ease-in 6s forwards;
    animation: cssAnimation 0s ease-in 6s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}