﻿.dropzone .dz-progress,
.dropzone .dz-error-content,
.dropzone .dz-error-mark,
.dropzone .dz-error-message,
.dropzone .dz-success-content,
.dropzone .dz-success-mark,
.dropzone .dz-success-message {
    display: none;
}

.dropzone .dz-processing:not(.dz-complete) .dz-progress,
.dropzone .dz-complete.dz-error .dz-error-content,
.dropzone .dz-complete.dz-error .dz-error-mark,
.dropzone .dz-complete.dz-error .dz-error-message,
.dropzone .dz-complete.dz-success .dz-success-content,
.dropzone .dz-complete.dz-success .dz-success-mark,
.dropzone .dz-complete.dz-success .dz-success-message {
    display: block;
}

.dropzone .dropzone-uploaded-content,
.dropzone .dropzone-nonuploaded-content
{
    display: block;
}
.dropzone.dropzone-uploaded .dropzone-nonuploaded-content,
.dropzone.dz-max-files-reached .dropzone-nonuploaded-content,
.dropzone:not(.dropzone-uploaded):not(.dz-max-files-reached) .dropzone-uploaded-content {
    display: none;
}

.dropzone .dz-preview .dz-success-content {
    text-overflow: ellipsis;
    overflow: hidden;
}

.bigTabs > .active {
    background-color: white;
    margin-left: 0;
    text-decoration: none;
    margin-left: -2px;
    margin-right: -2px;
}

.btn {
    white-space: normal;
}

.foxentry-label-input-focused {
    color: #222a30 !important;
}

.flatpickr-input {
    background-color: #fff !important;
}


.checked--fail {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #FFD9D9 url("../shared/svg/invalid-white.svg") no-repeat center center;
    background-size: 0.875em auto;
    border: 2px solid #FFD9D9;
    -webkit-transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .checked--fail {
        -webkit-transition: none;
        transition: none;
    }
}



.checked--fail2 {
    display: inline-block;
    vertical-align: middle;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #f53c3c url("../shared/svg/invalid-white.svg") no-repeat center center;
    background-size: 0.875em auto;
    border: 2px solid #f53c3c;
    -webkit-transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .checked--fail2 {
        -webkit-transition: none;
        transition: none;
    }
}

.navbar__submenu__item > span {
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar__menu__item span {
    display: inline-block;
    padding: 12px 10px 5px;
    color: #222a30;
    -webkit-transition: color .15s ease-in-out, background .15s ease-in-out;
    transition: color .15s ease-in-out, background .15s ease-in-out;
    will-change: color, background;
}

.navbar__menu__item.active span,
.navbar__menu__item span.active,
.navbar__menu__item span:hover {
    color: #73df78;
    text-decoration: none;
}

@media (min-width: 992px) {
  

    .navbar__menu__item span {
        padding-top: 5px;
        background: #fff;
    }

    .navbar__menu__item:hover > span {
        background: #f9fbfc;
    }

   
    .navbar__menu__item--icon > span {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding: 10px 13px;
        height: 100%;
    }
}

@media (min-width: 1240px) {
    .navbar__menu__item--icon > span {
        padding-left: 15px;
        padding-right: 15px;
    }
}