﻿
#access span.value {
    padding: 0 20px 0 0;
}

#access p {
    margin: 0 0 15px 0;
}

#access h4 {
    margin: 0 0 5px 0;
}

#access .password {
    font-size: 1.3em;
}


#access {
    max-width: 400px;
    margin: 0 auto;
}

#access span.label {
    color: inherit !important;
    font-size: 13px !important;
    margin: 0;
    padding: 0 5px 0 0;
    width: 145px;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

#access span.value {
    padding: 0 20px 0 0;
}

#access p {
    margin: 0 0 15px 0;
    font-size: 16px;
}

#access h4 {
    margin: 0 0 20px 0;
}

 html,
 body {
     height: 100%;
 }
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.main-content {
    flex: 1 0 auto;
}
.footer-container {
    flex: 0 0 auto;
}

html,
body {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-content {
    flex: 1 0 auto;
}

.footer-container {
    flex: 0 0 auto;
}

.heading-title {
    margin-bottom: 0;
}


input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}

input.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

input.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}

input.form-control:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

.heading-title {
    margin-bottom: 30px;
}

.instructions {
    margin-top: 60px;
}

.instructions .step {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    /*padding-left: 90px;*/
    padding-left: 55px;
    position: relative;
    margin-bottom: 45px;
}

.instructions .step-num {
    /*font-size: 70px;*/
    font-size: 38px;
    position: absolute;
    top: 6px;
    left: 0;
    color: #a8a8a8;
    font-weight: bold;
}

.instructions .step-label {
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
}

.iq-coming .instructions img {
    margin-top: 20px !important;
    width: 100% !important;
}


.tabs-head a.active {
    color: #4ac4f3;
}

.tabs-head a {
    display: inline-block;
    position: relative;
    padding: 0 5px;
    margin: 0 10px;
    color: inherit;
    line-height: 3em;
}

.tabs-head a.active:after {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    bottom: -2px;
    right: -15px;
    height: 2px;
    background-color: #4ac4f3;
}

.tabs-head {
    border-bottom: 2px solid;
}

.tabs-content {
    display: none;
    padding: 30px 0;
}

.tabs-content.active {
    display: block;
}

.receipt {
    width: 480px;
    margin: 15px auto 40px auto;
    line-height: 1.6em;
    box-shadow: 0 0 1px #bbb;
    padding: 50px 30px;
}

.receipt .title {
    font-size: 17px;
    text-align: center;
    padding: 20px 0;
}

.receipt table {
    font-size: 13px;
    width: 420px;
}

.receipt th, .receipt td {
    vertical-align: top;

    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.receipt th {
    padding: 5px 15px 5px 3px;
    width: 300px;
    font-weight: normal;
    color: #666;
}

.receipt td {
    padding: 5px 3px 5px 0;
    font-weight: normal;
    color: #222;
}

.receipt td.item {
    padding: 15px 0;
}

.receipt td.item table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.receipt td.item .nds th,
.receipt td.item .nds td {
    font-size: 13px;
    padding-top: 0;
}

.receipt td.item table tr:first-child td,
.receipt td.item table tr:first-child th {
    padding-top: 15px;
}

.receipt td.item table tr:last-child td,
.receipt td.item table tr:last-child th {
    padding-bottom: 15px;
}

.receipt tr.total td,
.receipt tr.total th {
    font-size: 22px;
    padding-top: 0;
}

.receipt tfoot tr:first-child th,
.receipt tfoot tr:first-child td {
    padding-top: 15px;
}

.receipt tfoot td, .receipt tfoot th {
    font-size: 11px;
    color: #666;
    padding-top: 2px;
    padding-bottom: 2px;
}

.receipt .ofd-lnk {
    text-align: center;
    padding: 8px 0 0 0;
}

.receipt .company {
    text-align: center;
    font-size: 13px;
    line-height: 1.7em;
}

#enters table {
    width: 100%;
    max-width: 400px;
    margin: 15px 0;
}