
.customer-data {
    font-size: 22px;
    margin-bottom: 20px;
}
.main-header {
    background-color: #3c8dbc !important;
}

.header-nav > .nav-item > a {
    color: white !important;
}

.brand-link {
    background-color: #3c8dbc;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success {
    background-color: #5cb85c;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #3c8dbc !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.table {
    width: 99% !important;
}

.alert.alert-success, .error-row.mb-0  {
    color: white;
}

.icon.ion-icon {
    font-size: 70px;
    float: right;
    margin-right: 2%;
}

.modal-backdrop {
    opacity: 0.2 !important;
}

.light-orange  {
    background-color: #ffd486 !important;
}

.light-red  {
    background-color: #ff8787 !important;
}

.top-nav-form {
    overflow: hidden;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.top-nav-form p {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.top-nav-form li {
    list-style-type: none;
    font-weight: 400;
    display: inline;
    margin-right: 20px;
    font-size: 15px;
    text-align: center;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-top-color: #007bff;
}

.box-header {
    padding: 20px 20px 10px 20px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 20px;
}

.form-header {
    background-color: white;
    padding: 15px 3px;
    margin: 0px !important;
    border-radius: 5px;
}

/* Customize the label (the container) */
.check-box-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-box-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-box-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box-container .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signature-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid black;
    border-radius: 3px;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:196px;
    background-color: white;
}

.validation-error {
    font-weight: bold;
    color: red;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.table-button {
    font-size: 14px !important;
    padding: 4px 8px !important;
    font-weight: bold !important;
}

