

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a, .btn-link {
    color: #0366d6;
}

select:required:invalid {
    color: #666;
}
option[value=""][disabled] {
    display: none;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.grid {
    width: 100%;
    height: 571.5px;
}

.ag-header-cell-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.ag-cell {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.ag-root-wrapper {
    border-radius: .5em;
}

.history-grid {
    height: 25.65em;
}

.ag-details-grid-fixed-height {
    height: 7.119em !important;
}

.return-to-list-btn{
    cursor: pointer;
    color: white !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.brand-title {
    animation-name: fadeIn;
    animation-duration: 0.25s;
}

.brand-logo {
    animation: fadeIn ease .5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.incomplete-address {
    background-image: url("/images/icons/warning_yellow.svg");
    height: 18px;
    width: 23px;
    background-repeat: no-repeat;
    background-size: 19px;
    margin-bottom: -3px;
}

.address-tooltip {
    position: relative;
    display: inline-block;
}

    .address-tooltip .tooltip-text {
        visibility: hidden;
        width: 145px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0px 4px;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 150%;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 0.9em;
    }

    .address-tooltip:hover .tooltip-text {
        visibility: visible;
    }

    .address-tooltip .tooltip-text::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent black transparent transparent;
    }

.request-image-div {
    width: 32%;
    max-height: 170px;
    height: 170px;
    margin-right: 3px;
    margin-left: 4px;
    margin-top: 4px;
}

.request-image {
    width: 100%;
    height: 100%;
    max-height: 170px;
}

    .request-image:hover {
        cursor: pointer;
    }

    .request-image.expanded {
        max-width: 840px;
        max-height: 630px;
        cursor: default;
    }

.new-request-image-div {
    width: 32%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(20, 216, 255, 0.15);
    margin-right: 3px;
    margin-left: 4px;
    margin-top: 4px;
    position: relative;
    outline: 2px dashed rgb(33,150,243);
}

    .new-request-image-div:hover {
        background-color: rgba(20, 216, 255, 0.235);
    }

.new-request-image {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
    .new-request-image:hover {
        cursor: pointer;
    }


.request-image-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    position: relative;
}
    .request-image-container.gallery {
        justify-content: flex-start;
        min-height: 730px;
    }
    
.delete-request-image-button {
    margin-bottom: -40px;
    float: right;
}

.request-image-counter {
    position: absolute;
    right: 10px;
    top: -15px;
    z-index: 1;
}

.request-image-caption.expanded {
    max-width: 360px;
    margin-right: auto;
    margin-left: 10px;
}

.mud-dialog-content.request-image-dialog {
    padding: 0px;
}

.request-has-images {
    background-image: url("/images/icons/paperclip.svg");
    height: 18px;
    width: 23px;
    background-repeat: no-repeat;
    background-size: 19px;
    margin-bottom: -4px;
    display: inline-block;
}

.request-image-id {
    position: absolute;
    z-index: 1;
    border-radius: 0;
}

.new-image-label {
    font-size: 1.5em;
    color: #2196F3;
    font-weight: 400;
}

.gallery-filter-menu-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.gallery-filter-menu {
    width: 205.3px;
    margin-left: 4px;
    margin-right: 4px;
}

.gallery-filter {
    display: flex;
    flex-direction: column;
}

.gallery-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

#gallery-filter-submit-buttons {
    display: flex;
    margin-left: 8px;
}

.gallery-back-buttons {
    margin-right: 4px;
}

.gallery-forward-buttons {
    margin-left: 4px;
}

.card-header {
    background-color: #F7F7F7;
}

.about-value {
    background-color: aliceblue;
    border: 1px solid #2196F3;
    border-radius: 7px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .about-value::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

.global-request-search {
    background-color: white;
    max-width: 260px;
}

#identity-card {
    min-width: 476.33px;
    max-width: 476.33px;
}

.text-muted {
    color: #b3b3b3;
}

.header-border .mud-dialog-title {
    border-bottom: 1px solid #e0e0e0;
}

.footer-border {
    border-top: 1px solid #e0e0e0;
    position: relative;
    background-color: white;
}

.rotate-buttons {
    position: absolute;
    top: 0;
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    height: 100%;
    width: 100%;
}

.rotate-button {
    background-color: white;
    border-bottom: 2px dashed rgb(33,150,243);
    border-top: 2px dashed rgb(33,150,243);
    /*outline: 2px dashed rgb(33,150,243);*/
}

.rotate-button.left {
    border-right: 2px dashed rgb(33,150,243);
}

.rotate-button.right {
    border-left: 2px dashed rgb(33,150,243);
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {
    .request-image-container {
        display: flex;
        flex-direction: column;
    }

    .new-request-image-div {
        width: 100% !important;
        margin-left: 0px;
    }

    .request-image-div {
        width: 100% !important;
        margin-left: 0px;
    }

    .new-image-label {
        font-size: 1.2em;
    }
    
    .request-image.expanded {
        width: 100%;
        height: 240px;
        cursor: default;
    }

    .gallery-filter-menu-container {
        flex-direction: column;
        align-items: center;
    }

    #gallery-filter-submit-buttons {
        margin-top: 8px;
        margin-left: 0px
    }

    #identity-card {
        min-width: 0px;
        max-width: 393px;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .request-image-div.gallery-image {
        width: 23.91%;
    }

    .request-image.expanded {
        width: 540px;
        height: 330px;
        cursor: default;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .new-request-image-div {
        width: 31%;
    }

    .request-image-div {
        width: 31%;
    }

        .request-image-div.gallery-image {
            width: 16%;
        }

    .new-image-label {
        font-size: 1.14em;
    }

    .request-image.expanded {
        width: 640px;
        height: 430px;
        cursor: default;
    }
}

/* 1920x1080 ----------- */
@media only screen and (min-width : 1824px) {
    .request-image-div.gallery-image {
        width: 10.67%;
    }

    .request-image.expanded {
        width: 840px;
        height: 630px;
        cursor: default;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1921px) {
    .new-request-image-div {
        width: 32%;
    }

    .request-image-div {
        width: 32%;
    }

        .request-image-div.gallery-image {
            width: 10.8%;
        }

    .request-image.expanded {
        width: 840px;
        height: 630px;
        cursor: default;
    }
}