﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

*:focus {
    outline: 0;
}

.columnSelector:hover {
    border-right: 2px solid red;
}

body .pwa-updater[b-pwa-updater] {
    --pwa-updater-bar-backcolor: forestgreen;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html, body {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

#loading-bar .bar {
    height: 5px !important;
}

.presenceBlue {
    color: #002554;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    height: 38px;
    white-space: nowrap;
}

/* width */
::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: aliceblue;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #002554;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.curvedButton {
    border-radius: 21px;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.showLoading {
    display: block;
    z-index: 10000;
}


.hideLoading {
    display: none;
}

.loader {
    display: none;
    padding: 20px;
}

/*    .loader.image {
        background: url(http://lorempixel.com/500/200/nature/1/);
    }*/

.smt-spinner-circle {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 20px;
    border-radius: 50%;
}

.smt-spinner {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border-right: 2px solid rgba(255,255,255,0.6);
    border-top: 2px solid blue;
    border-left: 2px solid blue;
    border-bottom: 2px solid blue;
    animation: rotate--spinner 1.6s infinite;
}

@keyframes rotate--spinner {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
    

button.Completed:hover {
    background-color: #DB7B96 !important;
}

a:link {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

#toast_default, #exportlink_toast, #photolink_toast, #emaillink_toast {
    z-index: 9999999 !important;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 150px !important;
    height: 150px !important;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 16px;
        width: 28px;
        background: #971B2F;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 8px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 40px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 72px;
            animation-delay: 0;
        }

@keyframes lds-facebook {
    0% {
        top: 16px;
        height: 128px;
    }

    50%, 100% {
        top: 48px;
        height: 64px;
    }
}

button.InProcess:hover {
    background-color: #971B2F !important;
}

button.Completed:hover {
    background-color: #DB7B96 !important;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 3px solid #002554;
    /*border-right: none;*/
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    border-color: #CECECE;
    /*color: #9DBFAF;*/
}

    .searchTerm:focus {
        color: #002554;
    }

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #002554;
    background: #002554;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.pointer {
    cursor: pointer;
}

/* Animation keyframes for progress */
@keyframes progress-animation {
    from { width: 0%; }
    to { width: 100%; }
}

.columnSelector:hover {
    border-right: 2px solid red;
}

/*.aspect-w-10 {*/
/*    position: relative;*/
/*    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);*/
/*    --tw-aspect-w: 10;*/
/*}*/

/*.aspect-w-10 > * {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

/*.aspect-h-7 {*/
/*    --tw-aspect-h: 7;*/
/*}*/