﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

h1, h2, h3 {
    color: #004a7f !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

img {
    width: 100px
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: auto;
    line-height: 60px; /* Vertically center the text there */
}

.admin-consent-text {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0;
}

.content-top-margin {
    margin-top: 2vH;
}

.bg-primary {
    background-color: #004a7f !important
}

.btn-primary {
    border: none;
    background-color: #004a7f !important
}

a.bg-primary:hover {
    background-color: #004a7f !important
}

.jumbo-title {
    color: black;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 8px;
    font-weight: normal;
    padding-right: 8px;
}

.navbar-toggler {
    border: none
}

.tutorial {
    list-style: none;
    padding-left: 59px
}

    .tutorial li span {
        height: 11px;
        width: 11px;
        background-color: #004a7f;
        display: inline-block;
        margin-right: 5px
    }

.list-header {
    font-weight: normal;
    color: #004a7f;
    margin-bottom: 15px
}

.show-tutorial-text {
    color: #007bff;
    cursor: pointer;
}

    .show-tutorial-text:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.banner {
    width: 50%;
    min-width: 200px;
}

.jumbotron {
    padding: 2rem 1rem;
}

.banner-div {
    text-align: center;
}

.form-check-label {
    margin-left: 5px;
    margin-top: 1px;
}

.form-check-input {
    height: 18px;
    width: 18px;
}

.dph-label {
    position: absolute;
    left: 0
}

.loader-wrap {
    text-align: center;
    margin-top: 150px
}
.dph-label {
    position: absolute;
    left: 0
}

.lead-margin {
    margin-left: 5%;
    margin-right: 5%
}

    .loader-wrap h3 {
        color: black !important
    }

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #004a7f;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sync-item-title {
    background-color: #d9d9d9;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px
}
.sync-item-logo {
    width: 100%;
    border: 2px solid #d9d9d9;
}
.sync-item-title h5 {
    margin-bottom: 0
}
.talxis-sync {
    position: absolute;
    background-color: white;
    height: 70px;
    width: 70px;
    left: 43.5%;
    top: 34%;
    border-radius: 35px;
    border: 3px solid #d9d9d9;
}

.talxis-sync-logo {
    width: 100%;
    position: absolute;
    height: 90px;
    top: -9px;
    left: 0px;
}


@media only screen and (max-width: 1200px) {
    .talxis-sync {
        left: 42.5%;
    }
}


@media only screen and (max-width: 768px) {
    .tutorial {
        padding-left: 10px
    }

    footer a {
        font-size: 10px
    }

    footer span {
        font-size: 10px
    }

    .talxis-sync {
        left: 43%
    }
    .footer-logo {
        width: 80px
    }
}

@media only screen and (max-width: 575px) {
    .talxis-sync {
        top: 45.5%;
        height: 16vW;
        width: 16vW;
        border-radius: 16vW;
        left: 42%
    }

    .talxis-sync-logo {
        height: 20vW;
    }

    .first-logo {
        margin-bottom: 20px
    }

    .jumbotron {
        padding-top: 15px
    }
}

.lead {
    text-align: justify;
}

@media only screen and (min-width: 1024px) {
    .btn-xlg {
        font-size: 2em;
    }
}

.group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.element {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4fr;
    grid-template-columns: 1fr 4fr;
    grid-template-areas: "check foto" "check info";
    border: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

    .element:first-child {
        border-top-left-radius: .25em !important;
        border-top-right-radius: .25em !important;
        border-bottom: 0 !important;
    }

    .element:last-child {
        border-bottom-left-radius: .25em !important;
        border-bottom-right-radius: .25em !important;
        border-top: 0 !important;
    }

.image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: foto;
    height: auto;
}

.info {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: info;
}

.check {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: check;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-right: 1px solid rgba(0,0,0,.125);
}