﻿/*
* FilePond Custom Styles
*/

.filepond--drop-label {
    color: #4c4e53;
}

.filepond--label-action {
    text-decoration-color: #babdc0;
}

.filepond--panel-root {
    background-color: #edf0f4;
}

.filepond--root {
    width: 170px;
    margin: 0 auto;
}

/* Bootstrap Validation Summary Override */
/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

.col-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.166665%;
    flex: 0 0 4.166665%;
    max-width: 4.166665%;
    width: 4.166665%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    width: 16.66666%;
}

.dataTables_empty {
    font-size: 1.5rem !important;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.lang-csharp,
.has-tooltip,
.has-popover {
}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {
}

/* Small word wrap correction */
section > ol > li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

.documentation blockquote.info {
    background: #edf2f9;
    border-left: 3px solid var(--info);
}

.documentation blockquote.warning {
    background: #fff4db;
    border-left: 3px solid var(--warning);
}

.documentation blockquote.danger {
    background: #fadeeb;
    border-left: 3px solid var(--danger);
}

/* Enter custom CSS rules for your application here */
/* move Google reCaptcha badge on the left */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index: 9999;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.lang-img {
    vertical-align : top;
}

.box {
    background-color: #000;
    font-family: 'Oxygen', sans-serif;
    border-radius: 0px 0px;
    border-style: solid;
    border-color: var(--theme-primary-900);
    border-width: 1px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.3s;
}

    .box:hover {
        background-color: var(--theme-primary-300);
    }

    .box:before,
    .box:after,
    .box .box-content:before,
    .box .box-content:after {
        content: '';
        background-color: var(--theme-primary-600);
        width: 100%;
        height: 5px;
        position: absolute;
        top: 0;
        left: -100%;
        transition: all 0.4s ease-in;
    }

    .box:after {
        top: auto;
        bottom: 0;
        left: 100%;
    }

    /*    .box .box-content:before {
        width: 5px;
        height: 100%;
        top: 100%;
        left: 0;
    }

    .box .box-content:after {
        width: 5px;
        height: 100%;
        top: -100%;
        left: auto;
        right: 0;
    }*/

    .box:hover:before,
    .box:hover:after {
        opacity: 0.2;
        left: 0;
    }

    .box:hover .box-content:before,
    .box:hover .box-content:after {
        opacity: 0.2;
        top: 0;
    }

    .box img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease;
    }

    .box:hover img {
        opacity: 0.35;
    }

    .box .box-content {
        color: var(--theme-primary-900);
        height: 100%;
        width: 100%;
        padding: 15px 0 0 15px;
        opacity: 0.9;
        position: absolute;
        top: -5px;
        left: 0;
        transition: all 0.45s ease;
    }

    .box:hover .box-content {
        color: #fff;
        opacity: 1;
        top: 5px;
    }

    .box .title {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-shadow: 0 0 10px rgba(0,0,0,0.5);
        margin: 0 0 4px;
    }

    .box .post {
        font-size: 16px;
        letter-spacing: 1px;
        text-transform: lowercase;
        text-shadow: 0 0 10px rgba(0,0,0,0.5);
        margin: 0 0 5px;
        display: block;
    }

    .box .icon {
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        transform: rotate(-45deg);
        position: absolute;
        bottom: 15px;
        right: 15px;
        transition: all 0.4s cubic-bezier(0.6, -0.8, 0.735, 0.045);
    }

    .box:hover .icon {
        opacity: 1.0;
        transform: rotate(0deg);
    }

    .box .icon li {
        display: inline-block;
    }

        .box .icon li a {
            color: #fff;
            background-color: var(--theme-primary-800);
            font-size: 16px;
            text-align: center;
            line-height: 38px;
            width: 40px;
            height: 40px;
            margin: 0 5px;
            border-radius: 50%;
            border: 2px solid #fff;
            display: block;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .box .icon li a:hover {
                box-shadow: 0 0 15px rgba(0,0,0,0.5);
                background-color: var(--theme-primary-400);
                cursor: pointer;
            }

                .box .icon li a:hover:after {
                    content: "";
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    animation: animate 0.5s ease-out 75ms;
                }

@keyframes animate {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

ul.timeline {
    list-style-type: none;
    position: relative;
    top: 10px;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--theme-primary-500);
    left: 25px;
    width: 10px;
    height: 10px;
    z-index: 400;
}

.events__item {
    border-left: 8px solid var(--theme-primary-500);
    border-radius: 2px;
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    padding: 15px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.events__item--left {
    width: calc(100% - 76px);
}

.events__name {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.events__text {
    font-size: 12px;
    display: block;
}

.events__date {
    font-size: 12px;
    color: var(--theme-primary-500);
    display: inline-block;
}

.events_m_name {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.events_m_text {
    font-size: 14px;
    display: block;
}

.events_m_date {
    font-size: 14px;
    color: var(--theme-primary-500);
    display: inline-block;
}

.todo-inbox .search {
    display: flex;
}

.todo-inbox .events_list {
    margin-left: -30px;
}

    .todo-inbox .search input {
        border-radius: 30px;
        font-size: 14px;
        width: 100%;
        color: var(--theme-primary-900);
        outline: none;
        padding: 0px 4px 0px 40px;
        height: 36px;
        background: var(--theme-primary-50);
        margin: 0 20px 0 20px;
        border: 1px solid #e6f0ff;
        letter-spacing: 0.5px;
    }

    .todo-inbox .search input::placeholder {
        font-size: 14px;
        color: var(--theme-primary-900);
        outline: none;
        background: var(--theme-secondary-50);
        letter-spacing: 0.5px;
    }

    .todo-inbox .search input:focus {
        border: 1px solid #b0d0ff;
        box-shadow: none;
    }

.todo-inbox .search .las.toggle-search {
    font-weight: 600;
    margin: 0px;
    cursor: pointer;
    color: var(--theme-primary-900);
    position: absolute;
    font-size: 18px;
    top: 23px;
    left: 30px;
}

.todo-inbox .search {
    position: relative;
    padding: 13px 0 13px 0;
    display: flex;
}

.card-header .fal {
    transition: .3s transform ease-in-out;
}

.card-header .collapsed .fal {
    transform: rotate(90deg);
}

hr {
    border: none;
    border-bottom: 1px dashed #ccc;
}
.dropzone-container {
    border-radius: 2.5rem;
    border: 3px solid white;
    background: white;
    width: 21.875rem;
    height: 21.875rem;
    width: 100%;
    max-width: 21.875rem;
    margin: auto;
    box-shadow: 0 .625rem 1.25rem #0000001a;
    overflow-y: hidden;
}

.dropzone-container .dropzone.dz-started {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.dropzone.dz-drag-hover {
    border-style: dashed;
    border-color: var(--primary-color);
}

.dropzone {
    height: 100%;
    width: 100%;
    border-radius: 2.5rem;
    padding: 1rem;
/*    border-color: transparent;
    display: flex;*/
    justify-content: center;
    align-items: center;
    background: none;
    overflow-y:hidden;
    overflow-x:clip;
}

html body .font-weight-medium {
    font-weight: 500
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.57;
}
.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.57;
}

.card-header-results {
    background-color: white;
    border-bottom-color: var(--primary);
    font-size: 1.0rem !important;
}

.panel-hdr-dash {
    border-bottom-color: var(--info)
}

.bs-callout {
    padding: 7px 20px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h2 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-primary {
    border-left-color: var(--theme-primary-700);
}

    .bs-callout-primary h2 {
        color: var(--theme-primary-700);
    }

.hr2 {
    border: none;
    border-top: 1px dashed var(--theme-primary-700);
}