html {
    margin: 0;
    padding: 0;
    font-size: 15.25px;
    width: 100%;
}

head {
    margin: 0;
    padding: 0;
    font-size: 15.25px;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Raleway";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 100%;
}

.content {
    background: rgb(255, 255, 255);
    padding-top: 25px;
    margin-right: 12%;
    margin-left: 12%;
}

.flag-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flag {
    border-style: solid;
    border-width: 1px;
    height: 4%;
    width: 4%;
    margin-left: 10px;
    margin-right: 10px;
}

.banner {
    /*
    background: rgb(220, 220, 220);
    */
    margin: 0;
    padding: 0;
    direction:ltr;
    height: 120px;
    width: 100%;
    display: flex;
}

.text-container {
    background: rgb(255, 255, 255);
    width: 100%;
    height: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    border-style: solid;
    border-radius: 0px;
    border-width: 0px;
    color: rgb(33, 37, 41);
    font-family: "Raleway";
    font-size: 16.25px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 18.9833px;
    padding: 7px;
    background: rgba(33, 153, 243, 0.2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.question-container {
    background: rgb(255, 255, 255);
    width: 100%;
    height: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sub-block {
    margin-top: 10px;
    padding-left: 90px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    display: none;
}

.sub-block-pad {
    padding-left: 30px;
    margin-bottom: 12px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sub-block-pad2 {
    padding-left: 60px;
    margin-bottom: 12px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.question-title {
    display: block;
    border-width: 0px;
    border-style: solid;
    color: rgb(33, 37, 41);
    font-family: "Raleway";
    font-size: 17.25px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 18.9833px;
    min-height: 28px;
    width: 100%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: rgba(33, 153, 243, 0.2);
    background-image: linear-gradient(120deg, rgba(33, 153, 243, 0.1) 0%, #c2e9fb 100%);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 1px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    transition-duration: 0.3s, 0.3s, 0.3s;
}

.small {
    font-size: 15.25px;
    min-height: 0px;
    height: 20px;
    margin: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 1px;
    background-color: rgba(33, 153, 243, 0.10);
}

.sub {
    background-color: rgba(33, 153, 243, 0.10);
}

.sub2 {
    background-color: rgba(33, 153, 243, 0.05);
}

.question-subtitle {
    display: block;
    color: rgb(33, 37, 41);
    font-family: "Raleway";
    font-size: 14.25px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 18.9833px;
    margin-top: -10px;
    padding-top: -10px;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 5px;
}

.input-field.col.s12.other {
    padding-left: 35px;
    margin-top: -5px;
    width: 300px;
}

.input-field.col.s12 {
    width: 800px;
}

.list-group-item.block {
    border: 15px solid rgba(14, 66, 106, 0.8);
    border-width: 1.5px;
    width: 99%;
    background: rgba(33, 153, 243, 0.04);
    margin: 0.5%;
    min-height: 64px;
    display: inline-flex;
}

table.highlight {
    width: 80%;
    margin-left: 30px;
    /*margin-left: auto;
    margin-right: auto;*/
}

td.indent {
    padding-left: 6%;
    border-width: 0px;
}

tbody.q81 tr td label span {
    margin-top: 5px;
}

.social {
    background-color: rgba(33, 153, 243, 0.04);
}

textarea.materialize-textarea.other {
    transition-duration: 0.1s, 0.1s, 0.1s;
    display: none;
    font-size: 1rem;
    font-family: "Raleway";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.87);
    padding-top: 16px;
    padding-bottom: 8px;
}

label span {
    color: rgba(64, 64, 64, 0.8);
}

input+span {
    font-size: 16px;
}

div.input-field.col.s12.indent {
    margin-left: 15px;
}

div.input-field.col.s12.indent.inline {
    display: inline-block;
    width: 290px;
}

label.base {
    margin-left: -10px;
}

/*
input[type=checkbox]+span{
    margin-left: 3px;
    
}
*/

textarea.materialize-textarea.box {
    font-size: 16px;
    font-family: "Raleway";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.87);
    width: 98%;
    padding-bottom: 4px;
    padding-top: 14px;
}

textarea.materialize-textarea {
    font-size: 1rem;
    font-family: "Raleway";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.87);
}

select {
    opacity: 0;
    display: block;
    position: absolute;
    height: 0;
    border: none;
    margin-top: -50px;
}



th {
    color: rgb(33, 37, 41);
    font-family: "Raleway";
    font-size: 16.25px;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 18.9833px;
}

.mr-2 {
    align-items: center;
    box-sizing: border-box;
    color: rgb(103, 107, 94);
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    text-size-adjust: 100%;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.network {
    align-items: flex-end;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(103, 107, 94);
    display: flex;
    filter: none;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 24px;
    position: relative;
    text-align: left;
    text-size-adjust: 100%;
    user-select: none;
    width: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*
    background-image:linear-gradient(to right, rgba(245, 244, 242, 0) 0%, rgb(245, 244, 242) 300%);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px -1px, rgba(0, 0, 0, 0.2) 1px 1px 2px 0px;
    */
    background-image: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 0px 0px;
    width: 90%;
}

.handle {
    cursor: move;
    cursor: grab;
}

.arrow {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    width: 4%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    font-size: 30px;
}

.left-text {
    display: inline-flex;
    align-items: center;
    width: 90%;
    margin-right: 1%;
    margin-left: 0%;
}

.middle-text {
    display: inline-flex;
    align-items: center;
    width: 4%;
    font-size: 20px;
    margin-right: 1%;
    margin-left: 1%;
    height: 61px;
}

.border {
    border: 2px solid;
    margin: 10px;
    border-color: rgba(0, 0, 0, 0.4);
    width: 60%;
}

.list-group.mb-4.mt-3 {
    margin: 1%;
}

.language {
    margin: 0.75%;
    width: 9%;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}

.bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    margin-top: 20px;
}

.waves-button-input {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.previous-button {
    float: left;
    margin-top: 30px;
    margin-bottom: 60px;
}

.next-button {
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: 2%;
}

.align-top {
    vertical-align: top;
}

.social-icon {
    float: left;
    width: 10%;
}

.social-text {
    margin-left: 10%;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Raleway";
    font-size: 15.25px;
}

.left-text textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    /* Firefox */
}

.left-text textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.4);
}

.left-text textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.4);
}

.logo {
    direction:ltr;
    margin-left: 12%;
    margin-right: auto;
    height: 120px;
    background-color: rgb(32, 49, 83);
}

.network-banner {
    direction:ltr;
    align-items: flex-end;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    box-sizing: border-box;
    color: rgb(103, 107, 94);
    display: flex;
    filter: none;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 24px;
    position: relative;
    text-align: left;
    text-size-adjust: 100%;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    width: 160px;
    margin-left: auto;
    margin-right: 13%;
}

.white-icon {
    color: rgba(255, 255, 255, 0.9);
}

td.indent a.mr-2 {
    height:auto;
}

.invalid {
    background: rgba(255, 0, 0, 0.1);
}

tbody {
    text-align: start;
}

td {
    font-size: 1rem;
    font-weight: 500;
    text-align: initial;
    padding-top: 5px;
    padding-bottom: 5px;
}

th {
    text-align: initial;
}



i.btn {
    padding-left: 0px;
    padding-right: 0px;
    
}



input[value='Next'] { 
    position:relative; 
    width: 68px;
    height: 36px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
}

input[value='Previous'] { 
    position:relative; 
    width: 108px;
    height: 36px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
}

button[type='Submit'] { 
    position:relative; 
    width: 52px;
    height: 26px;
    padding-right: 0px;
    padding-left: 0px;
    width: 68px;
    height: 36px;
}