﻿body {
    background: #ffffff;
    font-size: 12px;
    letter-spacing: .01em;
}

.body-bg {
    background-image: url('/images/generic/homepage.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.modal { z-index: 10000; }

.form-control {
    font-size: 12px;
    letter-spacing: .01em;
}

.form-control:hover {
    cursor: pointer;
}

.flex {
    display: flex;
    flex-direction: row;
}

.container {
    margin-top: -65px;
}

.video_overlays {
    margin-left: -360px;
    position: absolute;
    width: 720px;
    height: 720px;
    z-index: 1;
}

@media( max-width : 1024px ) {
    .video_overlays {
        margin-left: -160px;
        position: absolute;
        width: 320px;
        height: 480px;
        z-index: 1;
    }
}

/*.profile_overlays {
    margin-left: -360px;
    position: absolute;
    width: 720px;
    height: 720px;
    z-index: 1;
}

@media( max-width : 1024px ) {
    .profile_overlays {
        margin-left: -160px;
        position: absolute;
        width: 320px;
        height: 320px;
        z-index: 1;
    }
}*/

#profilePictureWebCamera {
    margin-left: 50%;
    transform: translate(-50%, 0) rotateY(180deg);
}

#documentWebCamera  {
    margin-left: 50%;
    transform: translate(-50%, 0);
}

/*#profilePictureWebCamera {
    width: 720px;
    height: 720px;
}

@media( max-width : 1024px ) {
    #profilePictureWebCamera {
        width: 320px;
        height: 320px;
    }
}*/

h1 {
    font-size:36px;
}

h2 {
    margin-top:-5px;
    font-size: 30px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.overlay {
    position: absolute;
    width: 100%;
}

.mini-spacing {
    margin-top: 5px;
}

.spacing {
    margin-top: 65px;
}

.navbar {
    height: 65px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background: #ffffff;
}

.btn-box {
    color: #ffffff;
}

    .btn-box:hover {
        color: #ffffff;
    }

.btn-dropdown {
    background: #ffffff;
    height: 34px;
    margin-left: -1px;
    width: 100%;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    list-style: none;
    display: inline-block;
    text-align: left;
    padding-left: 1em;
    font-size: 1em;
    text-decoration: none;
    border: 1px solid #d2d6de;
}

.btn-group button {
    display: block;
}

.btn-one-remove-top-margin {
    color: #ffffff;
    border-radius: 5px;
    margin-top: -85px;
    list-style: none;
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 1em;
    font-size: 1em;
    text-decoration: none;
    border: 0;
}

    .btn-one-remove-top-margin:hover {
        color: #ffffff;
        border-radius: 5px;
        cursor: pointer;
    }

    .btn-one-remove-top-margin:focus {
        color: #ffffff;
        border-radius: 5px;
    }

.btn-one {
    color: #ffffff;
    border-radius: 5px;
    margin-top: 5px;
    list-style: none;
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 1em;
    font-size: 1em;
    text-decoration: none;
    border: 0;
}

    .btn-one:hover {
        color: #ffffff;
        border-radius: 5px;
        cursor: pointer;
    }

    .btn-one:focus {
        color: #ffffff;
        border-radius: 5px;
    }

.btn-one-small {
    color: #ffffff;
    border-radius: 5px;
    margin-top: 5px;
    list-style: none;
    display: inline-block;
    width: 70px;
    text-align: center;
    padding: 0.8em;
    font-size: 0.7em;
    text-decoration: none;
    border: 0;
}

    .btn-one-small:hover {
        color: #ffffff;
        border-radius: 5px;
        cursor: pointer;
    }

    .btn-one-small:focus {
        color: #ffffff;
        border-radius: 5px;
    }

.btn-two {
    background: transparent;
    border-radius: 5px;
    margin-top: 5px;
    list-style: none;
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 1em;
    font-size: 1em;
    text-decoration: none;
    border: solid 2px;
    border-color: #000000;
    color: #000000;
}

    .btn-two:hover {
        border-radius: 5px;
        border: solid 2px;
        cursor: pointer;
    }

    .btn-two:focus {
        border-radius: 5px;
        border: solid 2px;
    }

.btn-two-small {
    background: transparent;
    border-radius: 5px;
    margin-top: 5px;
    list-style: none;
    display: inline-block;
    width: 70px;
    text-align: center;
    padding: 0.8em;
    font-size: 0.7em;
    text-decoration: none;
    border: solid 2px;
    border-color: #000000;
    color: #000000;
}

    .btn-two-small:hover {
        border-radius: 5px;
        border: solid 2px;
        cursor: pointer;
    }

    .btn-two-small:focus {
        border-radius: 5px;
        border: solid 2px;
    }

@media( max-width : 520px ) {
    .btn-one-remove-top-margin {
        margin-top:0px;
        width: 120px;
    }

    .btn-one {
        width: 120px;
    }

    .btn-two {
        width: 120px;
    }
}

.footer-links {
    margin-top: 1em;
}

    .footer-links ul {
        margin: 0;
        padding: 0;
    }

        .footer-links ul li {
            display: inline-block;
            position: relative;
        }

            .footer-links ul li span {
                width: 1px;
                height: 20px;
                display: inline-block;
                background: #A9AFAF;
                vertical-align: text-top;
                position: absolute;
                right: 0;
                top: 0;
            }

            .footer-links ul li p, .footer-links ul li a {
                color: #A9AFAF;
                text-decoration: none;
            }

            .footer-links ul li a {
                padding: 0 0.8em;
                display: inline-block;
            }

.spinnerCentered {
    text-align: center;
}

.spinnerParent {
    position: fixed;
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
    background: transparent;
    z-index: -1;
}

.spinnerContainer {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 100px);
    background: transparent;
    box-shadow: transparent;
    border-radius: 5px;
    width: 200px;
    height: 200px;
}

.spinnerText {
    width: 200px;
    position: absolute;
    top: calc(50% + 65px);
    left: calc(50% - 100px);
    text-align: center;
}

.spinner {
    left: 50%;
    margin-left: -5em;
    font-size: 10px;
    animation: spin 1.1s infinite linear;
}

    .spinner, .spinner:after {
        border-radius: 50%;
        width: 100px;
        height: 100px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -5em;
    }

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.box {
    position: relative;
    background: #ffffff;
    border-top: 5px solid;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 1);
}

    .box.box-primary {
        padding: 20px;
        border-radius: 5px;
    }

.box-no-shadow {
    position: relative;
    background: #ffffff;
    border-top: 5px solid;
    margin-bottom: 15px;
    width: 100%;
}

    .box-no-shadow.box-primary {
        padding: 20px;
        border-radius: 5px;
    }

.progress {
    height: 50px;
    border-radius: 50px;
    box-shadow: none;
    padding: 5px;
    margin-bottom: 30px;
    overflow: visible;
}

    .progress .progress-bar {
        box-shadow: none;
        position: relative;
        border-radius: 20px;
        animation: animate-positive 2s;
    }

    .progress .progress-title {
        font-size: 17px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0;
        position: absolute;
        top: 12px;
        left: 15px;
    }

    .progress .progress-value {
        width: 45px;
        height: 33px;
        line-height: 35px;
        background: #f5f5f5;
        border-radius: 50px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        top: 4px;
        right: 4px;
    }

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.customcheck {
    display: block;
    position: relative;
    padding-left: 27px;
    padding-top: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 25px;
}

.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

.customcheck input:checked ~ .checkmark {
    border-radius: 25px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customcheck input:checked ~ .checkmark:after {
    display: block;
}

.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wizard {
    margin: 20px auto;
    background: #ffffff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-top: -30px;
        margin-bottom: -30px;
        border-bottom-color: #ffffff;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #e0e0e0;
    }

.wizard li.active span.round-tab {
    background: #ffffff;
}

span.round-tab:hover {
    border: 1px solid #e0e0e0;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 44%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 60px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 520px ) {

    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 12px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .wizard .nav-tabs > li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*Please take note if you want to change teh background colour of the navigation bar this is found in the company css file*/
.demo-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 8;
}

.mdc-bottom-navigation {
    height: 65px;
    width: 100%;
    overflow: hidden;
    z-index: 8;
}

.mdc-bottom-navigation__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

.mdc-bottom-navigation__list-item {
    -webkit-box-flex: 1;
    flex: 1 1 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 0 12px;
    min-width: 60px;
    max-width: 168px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.mdc-bottom-navigation__list-item__icon {
    padding-top: 8px;
    pointer-events: none;
    -webkit-transition-property: padding-top, color;
    transition-property: padding-top, color;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

    .mdc-bottom-navigation__list-item__icon path {
        fill: var(--mdc-theme-text-secondary-on-background, #fff);
    }

.mdc-bottom-navigation__list-item__text {
    margin-top: auto;
    padding-bottom: 10px;
    font-size: 0.75rem;
    pointer-events: none;
    -webkit-transition-property: font-size, color;
    transition-property: font-size, color;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

.mdc-bottom-navigation__list-item--activated .mdc-bottom-navigation__list-item__icon {
    padding-top: 6px;
}

.mdc-bottom-navigation__list-item--activated .mdc-bottom-navigation__list-item__text {
    font-size: 12px;
}

.mdc-bottom-navigation__list-item--activated .mdc-bottom-navigation__list-item__icon, .mdc-bottom-navigation__list-item--activated .mdc-bottom-navigation__list-item__text {
    color: var(--mdc-theme-primary, #ffffff);
}

    .mdc-bottom-navigation__list-item--activated .mdc-bottom-navigation__list-item__icon path, .mdc-bottom-navigation__list-item--activated .mdc-bottom-navigation__list-item__text path {
        fill: var(--mdc-theme-primary, #ffffff);
    }

.mdc-bottom-navigation--shifting .mdc-bottom-navigation__list-item {
    min-width: 56px;
    max-width: 96px;
    -webkit-transition-property: min-width, max-width;
    transition-property: min-width, max-width;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

    .mdc-bottom-navigation--shifting .mdc-bottom-navigation__list-item .mdc-bottom-navigation__list-item__icon {
        padding-top: 16px;
        -webkit-transition-property: padding-top;
        transition-property: padding-top;
    }

    .mdc-bottom-navigation--shifting .mdc-bottom-navigation__list-item .mdc-bottom-navigation__list-item__text {
        position: absolute;
        line-height: 10px;
        bottom: 0;
        opacity: 0;
        -webkit-transition-property: opacity, font-size;
        transition-property: opacity, font-size;
    }

.mdc-bottom-navigation--shifting .mdc-bottom-navigation__list-item--activated {
    min-width: 96px;
    max-width: 168px;
}

    .mdc-bottom-navigation--shifting .mdc-bottom-navigation__list-item--activated .mdc-bottom-navigation__list-item__icon {
        padding-top: 8px;
        -webkit-transition-property: padding-top;
        transition-property: padding-top;
    }

    .mdc-bottom-navigation--shifting .mdc-bottom-navigation__list-item--activated .mdc-bottom-navigation__list-item__text {
        white-space: nowrap;
        opacity: 1;
    }

.businesscard {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    background: #ffffff;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    height: 150px;
}

    .businesscard:hover {
        cursor: pointer;
    }

    .businesscard a {
        color: inherit;
    }

    .businesscard:hover .photo {
        -webkit-transform: scale(1.3) rotate(3deg);
        transform: scale(1.3) rotate(3deg);
    }

    .businesscard .meta {
        position: relative;
        z-index: 0;
    }

    .businesscard .photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .businesscard .details,
    .businesscard .details ul {
        margin: auto;
        padding: 0;
        list-style: none;
    }

    .businesscard .details {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -150%;
        margin: auto;
        -webkit-transition: left .2s;
        transition: left .2s;
        background: rgba(0, 0, 0, 0.6);
        color: #ffffff;
        padding: 10px;
        width: 100%;
        font-size: 10px;
    }

        .businesscard .details ul li {
            display: inline-block;
        }

        .businesscard .details .author:before {
            margin-right: 10px;
            content: "\f007";
        }

        .businesscard .details .date:before {
            margin-right: 10px;
            content: "\f133";
        }

        .businesscard .details .tags ul:before {
            content: "\f02b";
            margin-right: 10px;
        }

        .businesscard .details .tags li {
            margin-right: 2px;
        }

            .businesscard .details .tags li:first-child {
                margin-left: -4px;
            }

    .businesscard .description {
        padding: 1rem;
        background: #fff;
        position: relative;
        z-index: 1;
    }

        .businesscard .description h1 {
            line-height: 1;
            margin: 0;
            font-size: 1.7rem;
            margin-top: 5px;
        }

        .businesscard .description h2 {
            font-size: 1rem;
            font-weight: 300;
            color: #a2a2a2;
            margin-top: 5px;
        }

        .businesscard .description .dots:after {
            content: '\2807';
            font-size: 25px;
            float: right;
            margin-top: 50px;
        }

    .businesscard .description {
        text-align: right;
    }

    .businesscard:hover .details {
        left: 0%;
    }

@media (min-width: 320px) {
    .businesscard {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        max-width: 100%;
    }

        .businesscard .meta {
            flex-basis: 40%;
        }

        .businesscard .description {
            flex-basis: 60%;
        }

            .businesscard .description:before {
                -webkit-transform: skewX(0deg);
                transform: skewX(0deg);
                content: "";
                background: #fff;
                width: 30px;
                position: absolute;
                left: -10px;
                top: 0;
                bottom: 0;
                z-index: -1;
            }
}

.documentcard {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    background: #ffffff;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    height: 75px;
}

    .documentcard:hover {
        cursor: pointer;
    }

    .documentcard a {
        color: inherit;
    }

    .documentcard .details {
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        padding: 10px;
        width: 100%;
    }

        .documentcard .details h1 {
            line-height: 1;
            margin: 0;
            font-size: 1.7rem;
            margin-top: 5px;
        }

        .documentcard .details h2 {
            font-size: 1rem;
            font-weight: 300;
            color: #a2a2a2;
            margin-top: 5px;
        }

        .documentcard .details i {
            float: left;
            margin-right: 10px;
            margin-top: 5px;
        }

    .documentcard .description .dots:after {
        content: '\2807';
        font-size: 25px;
        padding-top: 20px;
        padding-right: 10px;
        float: right;
    }

@media (min-width: 320px) {
    .documentcard {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        max-width: 100%;
    }

        .documentcard .details {
            flex-basis: 90%;
        }

        .documentcard .description {
            flex-basis: 10%;
        }
}

.inboxcard {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    background: #ffffff;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    height: 75px;
}

    .inboxcard:hover {
        cursor: pointer;
    }

    .inboxcard a {
        color: inherit;
    }

    .inboxcard .details {
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        padding: 10px;
        width: 100%;
    }

        .inboxcard .details h1 {
            line-height: 1;
            margin: 0;
            font-size: 1.7rem;
            margin-top: 5px;
        }

        .inboxcard .details h2 {
            font-size: 1rem;
            font-weight: 300;
            color: #a2a2a2;
            margin-top: 5px;
        }

        .inboxcard .details i {
            float: left;
            margin-right: 10px;
            margin-top: 5px;
        }

    .inboxcard .description .dots:after {
        content: '\2807';
        font-size: 25px;
        padding-top: 20px;
        padding-right: 10px;
        float: right;
    }

@media (min-width: 320px) {
    .inboxcard {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        max-width: 100%;
    }

    .inboxcard .details {
        flex-basis: 90%;
    }

    .inboxcard .description {
        flex-basis: 10%;
    }
}

.profilecard {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    background: #ffffff;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    height: 150px;
}

.profilecard:hover {
    cursor: pointer;
}

.profilecard a {
    color: inherit;
}

.profilecard:hover .photo {
    -webkit-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg);
}

.profilecard .meta {
    position: relative;
    z-index: 0;
}

.profilecard .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.profilecard .details,
.profilecard .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.profilecard .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -150%;
    margin: auto;
    -webkit-transition: left .2s;
    transition: left .2s;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 10px;
    width: 100%;
    font-size: 10px;
}

.profilecard .details ul li {
    display: inline-block;
}

.profilecard .details .author:before {
    margin-right: 10px;
    content: "\f007";
}

.profilecard .details .date:before {
    margin-right: 10px;
    content: "\f133";
}

.profilecard .details .tags ul:before {
    content: "\f02b";
    margin-right: 10px;
}

.profilecard .details .tags li {
    margin-right: 2px;
}

.profilecard .details .tags li:first-child {
    margin-left: -4px;
}

.profilecard .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.profilecard .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

.profilecard .description h2 {
    font-size: 1rem;
    font-weight: 300;
    color: #a2a2a2;
    margin-top: 5px;
}

.profilecard .description .dots:after {
    content: '\2807';
    font-size: 25px;
    float: right;
    margin-top: 50px;
}

.profilecard .description {
    text-align: right;
}

.profilecard:hover .details {
    left: 0%;
}

.profilecard .description .button {
    display: inline;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.profilecard .description .button .control {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
}

@media (min-width: 320px) {
    .profilecard {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        max-width: 100%;
    }

    .profilecard .meta {
        flex-basis: 40%;
    }

    .profilecard .description {
        flex-basis: 60%;
    }

    .profilecard .description:before {
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
}

.hamburgerMenu-wrap {
    position: fixed;
    z-index: 1;
    top: 25px;
    right: 65px;
}

.hamburgerMenu-wrap .toggler {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
}

.hamburgerMenu-wrap .hamburger {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 20px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburgerMenu-wrap .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.hamburgerMenu-wrap .hamburger > div::before,
.hamburgerMenu-wrap .hamburger > div::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: #000000;
}

.hamburgerMenu-wrap .hamburger > div::after {
    top: 10px;
}

.hamburgerMenu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
    background: #ffffff;
}

.hamburgerMenu-wrap .toggler:checked + .hamburger > div:before,
.hamburgerMenu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
    background: #ffffff;
}

.hamburgerMenu-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
    background: #ffffff;
}

.hamburgerMenu-wrap .toggler:checked ~ .menu {
    visibility: visible;
}

.hamburgerMenu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
}

.hamburgerMenu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}

.hamburgerMenu-wrap .menu {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburgerMenu-wrap .menu > div {
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.8s ease;
}

.hamburgerMenu-wrap .menu > div > div {
    text-align: center;
    opacity: 0;
}

.hamburgerMenu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: #ffffff;
    padding: 10px;
}

.hamburgerMenu-wrap .menu > div > div > ul > li > a {
    color: inherit;
    text-decoration: none;
}

.hamburgerMenu-wrap .menu > div > div > ul > li:hover {
    cursor: pointer;
    color: #000000;
}

.modal-options {
    padding: 10px;
    margin: 10px;
}

.modal-options-content {
    padding: 10px;
    cursor: pointer;
    color: #000000;
}

.modal-options-content:hover {
    border-radius: 5px;
    color: #ffffff;
}

.modal .panel-body {
    color: #444;
}

.modal {
    background: rgba(0, 0, 0, 0.3);
}

.modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}

.toggle-holder {
    display: flex;
}

.toggle-holder .toggle-text {
    margin-top: 10px;
    width: 100%;
}

.toggle {
    position: relative;
    width: 60px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.check:checked ~ .track {
    box-shadow: inset 0 0 0 20px green;
}

.check:checked ~ .switch {
    right: 2px;
    left: 22px;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-property: left, right;
    transition-delay: .05s, 0s;
}

.switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 22px;
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 1;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-property: left, right;
    transition-delay: 0s, .05s;
}

.track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.file-upload {
    width: 100%;
    position: relative;
}

.file-upload input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.file-upload .file-dummy {
    width: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.file-upload .file-dummy .success {
    display: none;
}

.file-upload input[type=file]:valid + .file-dummy {
    border-radius:5px;
    border-color: rgba(0, 255, 0, 0.4);
    background-color: rgba(0, 255, 0, 0.3);
}

.file-upload input[type=file]:valid + .file-dummy .success {
    display: inline-block;
}

.file-upload input[type=file]:valid + .file-dummy .default {
    display: none;
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #FFFFFF;
    }

        .toast-message a:hover {
            color: #CCCCCC;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    /*opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);*/
    line-height: 1;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        /*opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);*/
    }

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        /*opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);*/
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000000;
            -webkit-box-shadow: 0 0 12px #000000;
            box-shadow: 0 0 12px #000000;
            /*opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);*/
            cursor: pointer;
        }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    /*opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);*/
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}

.questionairrecard .details i {
    color: #d52b1e;
}

.questionairrecard:hover {
    /*box-shadow: 1px 1px 2px #d52b1e;*/
}

.questionairrecard {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 1rem auto;
    margin-bottom: 10px;
    background: #ffffff;
    line-height: 1.4;
    border-radius: 4px;
    overflow: hidden;
    z-index: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.questionairrecard:hover {
    cursor: pointer;
}

.questionairrecard a {
    color: inherit;
}

.questionairrecard .details {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 1px;
    width: 100%;
}

.questionairrecard .details h1 {
    font-size: 12px;
    color: #a2a2a2;
    font-weight: 300;
    margin-top: 5px;
}

.questionairrecard .details h2 {
    font-size: 9px;
    margin-top: 3px;
}

.camera-capture-button {
    position: absolute;
    left: 50%;
    bottom: 4%;
    transform: translate(-50%, 0);
    z-index: 2000;
}

@media( max-width : 1024px ) {
    .camera-capture-button {
        position: static;
        transform: none;
        margin-bottom: 10px;
    }
}

@media (min-width: 320px) {
    .questionairrecard {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        max-width: 100%;
    }

    .questionairrecard .details {
        flex-basis: 100%;
    }
}

/* Camera Overlays */

.holed-overlay {
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2000;
    left: 50%;
    transform: translate(-50%, 0);
}

.holed-overlay .frame {
    position: absolute;
    z-index: -1;
    border: 5px solid #fff;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.75);
}

.holed-overlay .frame.pp {
    width: 396px;
    height: 504px;
    border-radius: 50%;
}

.holed-overlay .frame.BOOK {
    width: 450px;
    height: 680px;
    border-radius: 45px;
}

.holed-overlay .frame.IDCARD,
.holed-overlay .frame.dl {
    width: 680px;
    height: 450px;
    border-radius: 45px;
}

.id-guideline {
    top: 21%;
    color: #fff;
    font-size: 2em;
    position: absolute;
}

.id-guideline.right {
    top: 5%;
}

.mobile-preview-img {
    max-width: 100%;
    margin-bottom: 20px;
}

#acceptance-controls h4 { margin-top: 0 }
