* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container {
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
}

.width-1200 {
    max-width: 900px;
    width: 100%;
}

.headerWrapper {
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    padding: 10px;
    position: fixed;
    z-index: 99;
    border-bottom: 2px solid #efefef;
}

.header {
    margin: 0 auto;
    background: #fff !important;
}

.main {
    max-width: 900px;
    width: 100%;
    padding: 80px 10px 0 10px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    z-index: 0 !important;
}

.page {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

div#page {
    max-width: 100% !important;
}

.footerWrapper {
    bottom: 0;
    width: 100%;
    background-color: #333;
}

.footer {
    background-color: #333;
    color: white;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

img#logo {
    margin: 0 auto;
    display: block;
}

ul.footerMenu {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    text-align: center;
}

ul.footerMenu li {
    display: inline-block;
    font-size: 1.5em;
}

ul.footerMenu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

ul.footerMenu li a:hover {
    background-color: #db1100;
}

.footerMenu {
    font-size: 0.8em;
    text-align: center;
}

.border-top {
    border-top: 1px solid white;
    padding-top: 7px !important;
    padding-bottom: 5px !important;
    margin: 0 auto !important;
}

@media (max-width: 600px) {
    .border-top {
        width: 100%;
        margin: 0 auto;
    }
}

.text-center {
    text-align: center;
}

.main h1 {
    font-size: 2.4em;
}

.main h2 {
    font-size: 2.2em;
}

.main h3 {
    font-size: 2.0em;
}

.main h4 {
    font-size: 1.8em;
}

.main h5 {
    font-size: 1.6em;
}

.main h6 {
    font-size: 1.4em;
}

em {
    color: #6b6b6b;
    font-size: 0.85em;
    font-weight: 500;
}

.help-inline {
    display: none;
}

.form-fw {
    width: 100%;
}

* {
    letter-spacing: 0.8px;
}

input:focus {
    border: 1px solid #db1100;
}

h2.art {
    padding: 7px 0 6px 17px;
}

h2#form-assign {
    text-align: center;
    display: none;
}

p.footerMenu.border-top,
p.footerMenu {
    font-size: 1.2em;
}

label.col-lg-12.control-label {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
}

.h2hdr p {
    font-size: 1.1em;
    line-height: 1.5;
}

h1.main-title {
    text-align: center;
}

.containerFooter {
    height: 0 !important;
}

.form.form-horizontal {
    padding-bottom: 15px;
}

td.small {
    padding-left: 10px;
    padding-right: 10px;
}

.h2hdr {
    padding-top: 25px;
}

.submissionContainer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tc-container {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin: 10px auto 50px;
}

.multi-checkbox .reason,
.multi-checkbox .tc {
    margin: 20px 0;
    position: relative;
}

.multi-checkbox .tc label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.multi-checkbox .tc label span {
    margin-left: 25px;
    display: inline-block;
    margin-top: 10px;
}

.multi-checkbox .tc label:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    margin: 4px;
    width: 35px;
    height: 35px;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    -o-transition: transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #000;
}

.multi-checkbox .tc label:after {
    content: '';
    display: block;
    width: 17px;
    height: 6px;
    border-bottom: 3px solid #008580;
    border-left: 3px solid #008580;
    -webkit-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    -webkit-transition: -webkit-transform ease 0.25s;
    transition: -webkit-transform ease 0.25s;
    -o-transition: transform ease 0.25s;
    transition: transform ease 0.25s;
    transition: transform ease 0.25s, -webkit-transform ease 0.25s;
    position: absolute;
    top: 16px;
    left: 23px;
}

.multi-checkbox .tc input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    z-index: 999;
    margin-left: 9px;
    top: 11px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
}

.multi-checkbox .reason input[type="checkbox"]:checked~label:before,
.multi-checkbox .tc input[type="checkbox"]:checked~label:before {
    border: 2px solid #000;
}

.multi-checkbox .reason input[type="checkbox"]:checked~label:after,
.multi-checkbox .tc input[type="checkbox"]:checked~label:after {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.multi-checkbox .reason input[type="checkbox"]:focus+label::before,
.multi-checkbox .tc input[type="checkbox"]:focus+label::before {
    outline: 0;
}

.multi-checkbox .tc {
    float: left;
    width: 100%;
}

.multi-checkbox .tc label span {
    margin-top: 0px;
}

.multi-checkbox .tc input[type="checkbox"] {
    margin-left: 25px;
    top: 11px;
}

.multi-checkbox .reason label:before,
.multi-checkbox .tc label:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    margin: 4px;
    width: 35px;
    height: 35px;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    -o-transition: transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #000;
}

.multi-checkbox .reason label:after,
.multi-checkbox .tc label:after {
    content: '';
    display: block;
    width: 17px;
    height: 6px;
    border-bottom: 3px solid #008580;
    border-left: 3px solid #008580;
    -webkit-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    -webkit-transition: -webkit-transform ease 0.25s;
    transition: -webkit-transform ease 0.25s;
    -o-transition: transform ease 0.25s;
    transition: transform ease 0.25s;
    transition: transform ease 0.25s, -webkit-transform ease 0.25s;
    position: absolute;
    top: 16px;
    left: 23px;
}

.multi-checkbox .reason input[type="checkbox"],
.multi-checkbox .tc input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    z-index: 999;
    margin-left: 9px;
    top: 11px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
}

label.control-label {
    font-weight: 300;
    letter-spacing: 0.6px;
    line-height: 1.5;
}

#pageChecker {
    background-color: black;
    color: white;
    padding: 10px;
    line-height: 1.3;
    text-align: center;
    border-top: 3px solid red;
    border-bottom: 3px solid red;
}

#pageChecker em {
    font-size: 0.9em;
    line-height: 1.3;
    color: #c6c6c6;
}

#pageChecker p {
    font-size: 1.1em;
    line-height: 1.3;
    color: white;
}

ul#selectorList {
    padding: 0;
    margin: 0 auto;
    clear: both;
}

ul#selectorList li.selectionOption {
    list-style-type: none;
    list-style-position: outside;
    padding: 10px;
    float: left;
    text-align: center;
}

#selectorList-Customer:not(:checked),
#selectorList-Customer:checked,
#selectorList-Employee:not(:checked),
#selectorList-Employee:checked {
    position: absolute;
    left: -9999%;
}

#selectorList-Customer+label,
#selectorList-Employee+label {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    color: black;
    background-color: white;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 15px;
    background: -webkit-linear-gradient(305deg, #ffffff, #f1f1f1);
    background: -o-linear-gradient(305deg, #ffffff, #f1f1f1);
    background: linear-gradient(145deg, #ffffff, #f1f1f1);
    -webkit-box-shadow: 10px 10px 30px #bfbfbf, -10px -10px 30px #ffffff;
    box-shadow: 10px 10px 30px #bfbfbf, -10px -10px 30px #ffffff;
}

#selectorList-Customer:checked+label,
#selectorList-Employee:checked+label {
    color: #000;
    border-radius: 1px;
    border-radius: 15px;
    background: #d9d9d9;
    -webkit-box-shadow: inset 10px 10px 20px #a3a3a3, inset -10px -10px 20px #ffffff;
    box-shadow: inset 10px 10px 20px #a3a3a3, inset -10px -10px 20px #ffffff;
}

#selectorList-Customer:checked+label em,
#selectorList-Employee:checked+label em {
    color: #000;
}

#customer,
#employee,
#assessmentForm,
#footerConfirmation {
    display: none;
}

#customer,
#employee {
    padding-top: 50px;
}

.inactive em,
.inactive p,
.inactive {
    color: #dedede !important;
}

.errormsg1 {
    padding-bottom: 30px;
    font-size: 1em;
    color: red;
    font-weight: 600;
}

#nomorktppengunjung {
    display: none;
}