@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.CustomElement {
    max-height:1rem;
    overflow:hidden;
}

 

/* prevents pdfTron webviewer webComponent creating a small visible iframe at bottom of page */
/* add title attribute selector to avoid breaking the reCAPTCHA on ContactUs page */
iframe[title="js"] {
    display: none;
}


.themeSelector {
    max-width:138px;
}

.siteTitle {
    padding-left:2rem;
}
.domain {
    margin-bottom:5px;
    margin-top:5px;
}

.domainIcon {
    color: #39a8e0;
}

.domainCopy {
    height: 32px;
    margin-bottom: 8px;
}

.domainLink {
    background-color: #e6e7e8;
    border: solid 1px darkgrey;
    overflow-y: auto;
    width: 100%;
    padding: 5px;
    height: 110px;
    resize: none;
}

.annotationUsername {
    margin-bottom:15px;
}
/*IMO Certificate*/
.certificate {
    width: 90%;
    border: 1px solid lightgray;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 45px;
}

/*.imoLogo1 {
    width:90%;
    margin-bottom:45px;
    text-align:center;
    max-width:575px;
}

.imoLogo2 {
    width:45%;
    float:right;
    margin-bottom:45px;
}


.certificateDate {
    text-align:right;
    width:100%;
    margin-bottom:15px;
}*/

.imoLogo1 {
    max-width: 65%;
    /*margin-bottom: 10px;*/
    text-align: center;
    /* max-width: 575px; */
}

.imoLogo2 {
    width: 25%;
    float: right;
    /* margin-bottom: 45px; */
    max-width: 217px;
    margin-top: -20px;
}


.certificateDate {
    text-align: right;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 35px;
}

.certificateWarning {
    color:red;
}

.certificateBold{
    font-weight:bold;
    margin-top:15px;
    margin-bottom:15px;
}

.certificateBook {
    padding-left:10px;
    margin-bottom: 0.2rem!important;
}

.certificateParagraph {
    margin-bottom: 15px;
}

.imostamp {
    width:150px;
}
/* End of IMO Certificate*/
.blazored-modal-wrapper {
    left: 5% !important;
    width: 90% !important;
}

.blazored-modal{
    max-width:100vw;
}
.bm-header {
    padding:0px!important;
}

.ShowMenuButton {
    background-color: rgb(5, 39, 103);
    color: white;
    margin-left: 15px;
    border: 0;
    box-shadow: none;
    border-radius: 0px;
    height: 38px;
    width: 38px;
    border-radius: .25rem;
}

.bm-header {
    cursor: grab;
}
/*Generic Display Settings*/
.card-body {
    padding-left: 0px;
    padding-right: 0px;
    /*padding-top: 0.7rem;*/
    padding-top:0px;
    padding-bottom: 0px;
   
}

.card-title {
    font-size: smaller !important;
    margin-bottom: 0px;
    background-color:white;
    padding-top:5px;

}

.flip-box-back {
    font-size: smaller;
}

.card {
    border: none !important;
}

.flip-box {
    border: none !important;
}

.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*Light theme settings*/

.LoginMessage {
    margin-bottom: 0px !important;
}

.dark .IndexBackground {
    background-color: #303030;
}

.dark .IndexColor {
    color: #DEDEDE;
}

.dark .LoginMessage {
    color: black !important;
   
}

.dark .card {
    background-color: #303030;
}

.dark .folderSidebar {
    background-image: none !important;
    background-color: #1C1C1C !important;
}

.dark .sidebar {
    background-image: none !important;
    background-color: #1C1C1C !important;
}

/*end of themes*/



.login {
    max-width: 250px;
}

.searchRowSelected {
    background-color: lavender;
    cursor: pointer;
}

.searchRow {
    background-color:white;
    cursor:pointer;
}

/* =====================DT Search Table============================*/
.gridlabel {
    cursor: pointer;
    color: rgb(5, 39, 103);
    text-decoration: underline;
}

.searchTableSetting td {
    padding: 4px!important;
}

.searchTableFixHead {
    max-height: calc(100vh - 300px) !important;
    margin-top: 10px;
}

:root {
    --download-page-textarea-height: 100px
}


.downloadPageTextArea {
    height: var(--download-page-textarea-height);
    max-height: var(--download-page-textarea-height);
    overflow-x:hidden;
    overflow-y:auto;
}
.downloadPageControlsArea {
    height:50px;
    max-height: 50px;
    /*overflow-y: auto;*/
}

@media(max-width:763px)
{
    .downloadTableFixHead {
        max-height: calc(100vh - 235px - var(--download-page-textarea-height)) !important;
        margin-top: 5px;
    }
}

@media (min-width:764px) {
    .downloadTableFixHead {
        max-height: calc(100vh - 185px - var(--download-page-textarea-height)) !important;
        margin-top: 5px;
    }
}


.downloadMessage {
    position: absolute;
    top: calc(50vh - 40px);
    left: calc(50vw - 175px);
    background-color: lavender;
    border: 1px solid darkgray;
    border-radius: 7px;
    width: 400px;
    height: 250px;
    z-index: 0;
    color: black;
    text-align: center;
    line-height: 150px;
}

        .downloadMessage p {
            /*margin-top: 10px;*/
            line-height: 1.5;
            display: inline-block;
            vertical-align: middle;
        }

    .progress {
        background-color: darkgray !important;
    }

    .searchDocumentTable tbody tr:first-of-type {
        background-color: lavender !important;
    }

    .searchDocumentTable tbody tr {
        background-color: #f5f5f5
    }

    .searchDocumentContainer {
        margin-left: 15px;
        margin-right: 15px;
    }

    .include {
        width: 195px;
    }

    .includeEbook {
        width: 135px;
        vertical-align: top;
    }

    .searchLoading {
        margin-top: 10px;
    }

    .searchSettings {
        margin-top: 10px;
    }

        .searchSettings button {
            margin-right: 10px;
        }

    .searchSettings {
        background-color: #e6e7e8;
        padding: 10px;
        border-radius: 3px;
    }

    .smallButton {
        /*height: 30px;
    padding-top: 3px;*/
    }

    /*=======================DT Search Result==========================*/
    .SearchResult {
        max-height: 40vh !important;
    }

    .SearchContent {
        height: 40vh;
        background-color: #f1f1f1;
        padding: 10px;
        overflow-y: auto;
        margin-top: 5px;
        font-size: small;
        max-width: 90vw;
    }
    /*=====================Grid document tables========================*/
    .tableFixHead {
        overflow-y: auto;
        max-height: calc(100vh - 250px);
    }

        .tableFixHead thead th {
            position: sticky;
            top: 0;
        }

        .tableFixHead a {
            color: #d7d7d7 !important;
        }

        /* Just common table stuff. Really. */
        .tableFixHead table {
            border-collapse: collapse;
            width: 100%;
            /*table-layout: fixed;*/
        }

        .tableFixHead th, td {
            padding: 8px 16px;
        }

        .tableFixHead th {
            background-image: linear-gradient(180deg, #343a47 0%, #231f20 90%);
            color: #d7d7d7;
        }

        .tableFixHead tbody tr:first-of-type {
            background-color: #e6e7e8;
        }

        .tableFixHead tbody tr {
            border-bottom: 1px solid lightgray;
        }
    /*=====================Blazored Modal==============================*/
    .blazored-modal-container {
        top: 0px;
        left: 0px;
    }

    .blazored-modal-wrapper {
        left: 10%;
        position: absolute;
        width: 80%;
    }


    /*====================Image Flip===================================*/
    .flip-box {
        background-color: transparent;
        height: 300px;
        width: 240px;
        border: 1px solid #f1f1f1;
        perspective: 1000px; /* Remove this if you don't want the 3D effect */
    }

    /* This container is needed to position the front and back side */
    .flip-box-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-box:hover .flip-box-inner {
        transform: rotateY(180deg);
    }

    /* Position the front and back side */
    .flip-box-front, .flip-box-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
    }

    /* Style the front side (fallback if image is missing) */
    .flip-box-front {
        background-color: #bbb;
        color: black;
    }

    /* Style the back side */
    .flip-box-back {
        /*background-color: #343434;*/
        max-height: 300px;
        overflow-y: auto;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        color: #d7d7d7;
        transform: rotateY(180deg);
        padding: 10px;
        text-align: left;
    }


    /*==================== End of Image Flip===================================*/

    .favorite {
        height: 36px;
        float: right;
        cursor: pointer;
        margin-top: 7px;
    }

    .expired {
        transform: rotate(-45deg);
        color: #ff000063;
        position: absolute;
        top: 20%;
        left: -10%;
        font-size: 38pt;
    }

    .superceded {
        transform: rotate(-45deg);
        color: rgba(255, 0, 0, 0.85);
        position: absolute;
        top: 35%;
        left: -8%;
        font-size: 38pt;
    }

    .pending {
        transform: rotate(-45deg);
        color: rgba(255, 0, 0, 0.85);
        position: absolute;
        top: 40%;
        left: -6%;
        font-size: 26pt;
    }

    .folder {
        line-height: 1rem !important;
        height: auto !important;
    }


    .card-title {
        font-size: medium;
    }

    .card-img-top {
        max-height: 300px;
    }

    .btn:disabled,
    .btn[disabled] {
        border: 1px solid #999999;
        background-color: #666666;
        color: #b1b1b1;
    }


    .categoryIndex {
        color: #d7d7d7;
        width: 250px;
        height: 100vh;
        background-image: linear-gradient(180deg, black 0%, gray 70%);
        display: table-cell;
        font-size: 0.9rem;
        overflow-y: auto;
    }

    .bookPanel {
        display: table-cell;
        padding-left: 20px;
    }


    .index-nav-item:last-of-type {
        padding-bottom: 0px !important;
    }

    .index-nav-item:first-of-type {
        padding-top: 0px !important;
    }

    .index-nav-item {
        padding-left: 0.5rem !important;
        padding-bottom: 0px !Important;
    }

    .folder-nav-item:first-of-type {
        padding-top: 0px !important;
    }

    .folder-nav-item {
        padding-bottom: 0px !important;
        padding-left: 0.5rem !important;
    }

    .childFolders {
        /*border-left: outset gray;*/
        display: inline-block;
        position: relative;
        width: 100%;
    }

        .childFolders:before {
            content: '';
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0;
            border-left: dashed 1px gray;
        }


    .folderContainer {
        display: block !important;
        overflow-y: auto;
        /*height: 80vh;*/
        height: calc(100vh - 258px);
        margin-top: 10px;
    }



    /*=================================================================*/


    html, body {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    a, .btn-link {
        color: #0366d6;
    }

    .btn-missinggridfile {
        background-color: gold;
    }

    .btn-excluded {
        color: #be1e2d;
        background-color: #d7ecff;
        border-color: #39a8e0;
        border-width: medium;
    }

        .btn-excluded:hover {
            color: #be1e2d;
            background-color: #bde0ff;
        }

    .btn-primary {
        color: #fff;
        background-color: #39a8e0;
        border-color: #39a8e0;
    }

        .btn-primary:hover {
            background-color: #3f9bca;
        }


    .btn-success {
        color: #fff;
        background-color: #996a36;
        border-color: #996a36;
    }

        .btn-success:hover {
            background-color: #89643c;
        }


    .btn-danger {
        color: #fff;
        background-color: #be1e2d;
        border-color: #be1e2d;
    }

        .btn-danger:hover {
            background-color: #a42c37;
        }

    .btn-info {
        color: #fff;
        background-color: #00a651;
        border-color: #00a651;
    }

        .btn-info:hover {
            background-color: #139653;
        }

    .btn-password-green {
        color: #fff;
        background-color: #00a651;
        border-color: #00a651;
    }

    .btn-password-red {
        color: #fff;
        background-color: #ff0000;
        border-color: #ff0000;
    }


    body {
        /*overflow-y: hidden;*/
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .top-row {
        height: 3.5rem;
        display: flex;
        align-items: center;
    }

    .main {
        flex: 1;
    }

        .main .top-row {
            background-color: #f7f7f7;
            border-bottom: 1px solid #d6d5d5;
            justify-content: flex-end;
        }

            .main .top-row > a {
                margin-left: 1.5rem;
            }


    .sidebar, .folderSidebar {
        background-image: linear-gradient(180deg, #343a47 0%, #231f20 70%);
    }

        .sidebar .top-row, .folderSidebar .top-row {
            background-color: rgba(0,0,0,0.4);
        }

        .sidebar .navbar-brand, .folderSidebar .navbar-brand {
            font-size: 1.1rem;
        }

        .sidebar .oi {
            width: 2rem;
            font-size: 1.1rem;
            vertical-align: text-top;
            top: -2px;
        }

        .folderSidebar .oiFirst {
            width: 2rem;
            font-size: 1.1rem !important;
            top: -2px !important;
        }

        .folderSidebar .oi {
            width: 2rem;
            /* font-size: 1.1rem; */
            vertical-align: text-top;
            top: 0px;
        }

    .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

@media(max-width:949px) {
    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
    }
}


@media(min-width:950px) {
    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }
}


            .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

    /* derek change - don't highlight a category if showing search results */
    .searchingnav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .searchingnav-item:first-of-type {
            padding-top: 1rem;
        }

        .searchingnav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .searchingnav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .searchingnav-item a.active {
                background-color: rgba(0,0,0,0);
                color: #d7d7d7;
            }

            .searchingnav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }
    /* derek change - don't highlight a category if showing search results */

    .content {
        padding-top: 1.1rem;
    }

    .navbar-toggler {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 1px solid red;
    }

    .validation-message {
        color: red;
    }

    @media (max-width: 763px) {
        .main .top-row {
            display: none;
        }
    }

    @media (min-width: 764px) {
        body {
            flex-direction: row;
        }



        .sidebar {
            width: 250px;
            height: 100vh;
            position: sticky;
            top: 0px;
        }

        .folderSidebar {
            width: 350px;
            height: 100vh;
            position: sticky;
            top: 0px;
        }

        .main .top-row {
            position: sticky;
            top: 0;
            z-index: 2
        }

        /*.main > div {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }*/

        .navbar-toggler {
            display: none;
        }

        .sidebar .collapse, .folderSidebar .collapse {
            /* Never collapse the sidebar for wide screens */
            display: block;
        }
    }

    .loginControl {
        height: 38px;
        min-width: 100px;
    }

    .ContactUsControl {
        height: 38px;
        min-width: 106px;
    }

    .FeedbackControl {
        height: 38px;
        min-width: 90px;
    }

    @media (max-width:763px) {
        .themeSelector {
            display: none;
        }

        .dark .LoginMessage {
            color: white !important;
        }

        .content {
            margin-left: 15px;
        }

        .collapseLogin {
            display: flex;
            height: 42px;
            margin-left: 10px;
            margin-top: 10px;
            color: white;
        }

            .collapseLogin label {
                margin-top: 5px;
            }

            .collapseLogin input {
                max-width: 150px;
                height: 32px;
            }

            .collapseLogin a {
                margin-left: 5px;
                height: 32px;
                max-width: 65px !important;
                padding-top: 3px;
            }

            .collapseLogin button {
                margin-left: 5px;
                height: 32px;
                max-width: 65px !important;
                padding-top: 3px;
            }


            .collapseLogin span {
                display: none;
            }

        .overrideSidebarOi {
            min-width: 40px !important;
            /*  font-size: 1.1rem;*/
            /* vertical-align: text-top;*/
            top: 0px !important;
        }
    }

    @media (min-width:764px) {

        .collapseLogin {
            display: none;
        }
    }

    @media (min-width:764px) {
        /*reserve 250px for sidebar*/
        .viewer {
            width: calc(100vw - 250px);
            height: calc(100vh - 56px);
            margin: 0px;
            overflow-y: hidden;
        }

        .floating-update-button {
            position: fixed;
            /*left: 30vw;*/
            top: 15rem;
            padding: 1rem 1.5rem;
            display: block;
            width: calc(100vw - 250px);
            /*animation: fadein 2s ease-out;*/
        }

        .floating-downloadpause-button {
            position: fixed;
            /*left: 30vw;*/
            top: 40vh;
            padding: 1rem 1.5rem;
            display: block;
            width: calc(100vw - 250px);
            /*animation: fadein 2s ease-out;*/
        }

        /*.account-toast-notification {
        position: relative;*/
        /*left: 30vw;*/
        /*top: 15rem;
        padding: 1rem 1.5rem;
        display: block;
        width: calc(100vw - 250px);*/
        /*animation: fadein 2s ease-out;*/
        /*}*/
    }

    @media (max-width:763px) {
        /* no sidebar use full width  */
        .viewer {
            width: calc(100vw);
            height: calc(100vh - 56px);
            margin: 0px;
            overflow-y: hidden;
        }

        .floating-update-button {
            position: fixed;
            /*left: 30vw;*/
            top: 15rem;
            padding: 1rem 1.5rem;
            display: block;
            width: 100vw;
            /*animation: fadein 2s ease-out;*/
        }

        .floating-downloadpause-button {
            position: fixed;
            /*left: 30vw;*/
            top: 40vh;
            padding: 1rem 1.5rem;
            display: block;
            width: 100vw;
            /*animation: fadein 2s ease-out;*/
        }

        /*.account-toast-notification {
        position: relative;*/
        /*left: 30vw;*/
        /*top: 15rem;
        padding: 1rem 1.5rem;
        display: block;
        width: 100vw;*/
        /*animation: fadein 2s ease-out;*/
        /*}*/
    }


    .account-toast-notification {
        padding: 5px;
        display: block;
        width: 100%;
    }

    .newsArticle {
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 15px;
    }

    .article {
        border-bottom: 1px solid #d8d3d3;
        margin-bottom: 15px;
    }

    .searchLabel {
        margin-bottom: 0px !important;
    }



    .loadingMessage {
        position: absolute;
        top: calc(50vh - 60px);
        left: calc(50vw - 150px);
        background-color: lavender;
        border: 1px solid darkgray;
        border-radius: 7px;
        width: 300px;
        height: 120px;
        z-index: 100;
        color: black;
        text-align: center;
        margin-bottom: 15px;
    }

        .loadingMessage p {
            margin-top: 10px;
            text-align: center;
            margin-bottom: 10px;
        }

    .bookText {
        color: #ffffff;
        font-size: 14px;
        position: relative;
        /* top: 0px; */
        /* left: 0px; */
        /* -webkit-transform: translate(-50%, -50%); */
        -ms-transform: translate(-50%, -50%);
        /* transform: translate(-50%, -50%); */
        text-align: left;
        padding: 10px;
    }

    .Imagecontainer {
        position: relative;
    }


        .Imagecontainer:hover .overlay {
            opacity: 0.9;
        }


    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        /*background-color:#262525;*/
        background-image: linear-gradient(180deg, #343a47 0%, #231f20 70%);
        overflow-y: auto;
    }

    .imageLoading {
        background: transparent url('../Images/Site/loading.gif') no-repeat scroll center center;
        height: 300px;
    }

    .version {
        color: white;
        padding-left: 1rem !important;
        margin-top: calc(100vh - 565px);
    }

    .versionIMO {
        color: white;
        padding-left: 1rem !important;
        margin-top: calc(100vh - 625px);
    }


    .oi-witherbyconnectlibrarygray:before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16"><path fill="none" stroke="gray" stroke-width="0.82" d="M 2.4190211,2.8779548 C 3.3774735,2.4675618 4.7517969,2.025003 6.0882153,1.887466 7.5286017,1.7388374 8.7502218,1.9573435 9.4585025,2.7215616 V 13.531529 C 8.4458997,12.943669 7.1625485,12.862704 5.9788325,12.984711 4.7008958,13.11781 3.4121296,13.496038 2.4190211,13.884244 Z M 10.541499,2.7215616 c 0.70828,-0.7642179 1.929904,-0.9827242 3.370287,-0.8340956 1.33642,0.137537 2.710742,0.5800958 3.669192,0.9904888 V 13.884244 C 16.586789,13.496038 15.299105,13.116702 14.02117,12.98582 12.836368,12.862704 11.5541,12.94256 10.541499,13.531529 Z M 10,1.7188722 C 8.9332486,0.77940527 7.3867288,0.63964987 5.9788325,0.78384194 4.339175,0.95354493 2.6843553,1.5292042 1.653342,2.0094749 A 0.54149854,0.55458492 0 0 0 1.3360239,2.5141466 V 14.715019 a 0.54149854,0.55458492 0 0 0 0.7656789,0.504669 c 0.9552033,-0.443669 2.4941423,-0.977177 3.9854294,-1.131353 1.5259431,-0.157504 2.8049623,0.09652 3.4904993,0.972747 a 0.54149854,0.55458492 0 0 0 0.8447375,0 c 0.685537,-0.876249 1.964556,-1.130251 3.489417,-0.972747 1.492369,0.154176 3.032395,0.687684 3.986515,1.131353 a 0.54149854,0.55458492 0 0 0 0.765675,-0.504669 V 2.5141466 A 0.54149854,0.55458492 0 0 0 18.346661,2.0094749 C 17.315648,1.5292042 15.66083,0.95354493 14.02117,0.78384194 12.61327,0.63854069 11.066753,0.77940494 10,1.7188722 Z"/></svg>');
    }

    .oi-witherbyconnectlibrarywhite:before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16"><path fill="none" stroke="white" stroke-width="0.82" d="M 2.4190211,2.8779548 C 3.3774735,2.4675618 4.7517969,2.025003 6.0882153,1.887466 7.5286017,1.7388374 8.7502218,1.9573435 9.4585025,2.7215616 V 13.531529 C 8.4458997,12.943669 7.1625485,12.862704 5.9788325,12.984711 4.7008958,13.11781 3.4121296,13.496038 2.4190211,13.884244 Z M 10.541499,2.7215616 c 0.70828,-0.7642179 1.929904,-0.9827242 3.370287,-0.8340956 1.33642,0.137537 2.710742,0.5800958 3.669192,0.9904888 V 13.884244 C 16.586789,13.496038 15.299105,13.116702 14.02117,12.98582 12.836368,12.862704 11.5541,12.94256 10.541499,13.531529 Z M 10,1.7188722 C 8.9332486,0.77940527 7.3867288,0.63964987 5.9788325,0.78384194 4.339175,0.95354493 2.6843553,1.5292042 1.653342,2.0094749 A 0.54149854,0.55458492 0 0 0 1.3360239,2.5141466 V 14.715019 a 0.54149854,0.55458492 0 0 0 0.7656789,0.504669 c 0.9552033,-0.443669 2.4941423,-0.977177 3.9854294,-1.131353 1.5259431,-0.157504 2.8049623,0.09652 3.4904993,0.972747 a 0.54149854,0.55458492 0 0 0 0.8447375,0 c 0.685537,-0.876249 1.964556,-1.130251 3.489417,-0.972747 1.492369,0.154176 3.032395,0.687684 3.986515,1.131353 a 0.54149854,0.55458492 0 0 0 0.765675,-0.504669 V 2.5141466 A 0.54149854,0.55458492 0 0 0 18.346661,2.0094749 C 17.315648,1.5292042 15.66083,0.95354493 14.02117,0.78384194 12.61327,0.63854069 11.066753,0.77940494 10,1.7188722 Z"/></svg>');
    }


    .blazored-locatesi-modal {
        display: flex;
        flex-direction: column;
        left: 25vw;
        width: 50vw;
        min-width: 500px;
        height: 20vh;
        min-height: 200px;
        background-color: #fafafa;
        border-radius: 5px;
        border: 1px solid #fff;
        padding: 0.5rem;
        z-index: 102;
        box-shadow: 0 2px 2px rgba(0,0,0,.75);
        position: relative;
    }

    @keyframes fadein {
        from {
            left: 20vw;
        }

        to {
            left: 25vw;
        }
    }


    .btnManageFavourites {
        background-color: yellow;
        font-size: small;
    }

    .dvManageFavoritesButtons {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .favFlexContainer {
        display: flex;
        min-height: 50vh;
        max-height: 75vh;
    }

    .favFlexItem {
        flex: 1;
        border: 2px solid grey;
        margin: 5px;
        width: 25%;
        min-width: 200px;
    }

    .favFlexItemEmpty {
        flex: 0.2;
        border: none;
        margin: 5px;
        min-width: 150px;
        max-width: 150px;
    }


    .favListName {
        background-color: lightskyblue;
        font-weight: bold;
        /*text-decoration: underline;*/
        padding: 10px;
        height: 10%;
    }

        .favListName button {
            float: right;
        }

    .favListBooks {
        background-color: lightsteelblue;
        padding: 5px;
        height: 90%
    }

    .favSortableList {
        height: 100%;
        border: 1px dashed #75868a;
        overflow-y: auto;
    }

        .favSortableList .active {
            border: 2px dashed green !important;
        }


    .no-drop {
        border: 2px dashed red !important;
    }

    .can-drop {
        border: 2px dashed green !important;
    }

    /*.favSortableList:hover {
    height: 100%;
    border: dashed;
    border-color:red;
}*/

    .favListItem {
        border: 1px solid lightblue;
        padding: 3px;
        margin: 3px;
        background-color: aliceblue;
    }

    .favListSelectedItem {
        border: 1px solid blue;
        padding: 3px;
        margin: 3px;
        background-color: red !important;
    }

        .favListSelectedItem:active {
            cursor: grabbing;
        }


    .draggable {
        border: 1px solid #424d5c;
        cursor: grab;
        background: #5c6b7f;
        color: #ffffff;
        border-radius: 5px;
    }

        .draggable:active {
            cursor: grabbing;
        }

    .dragging {
        cursor: grabbing;
    }


    .dvImportResults {
        width: 100%;
        min-height: 400px;
        max-height: 80vh;
    }

    .dvFilesImported {
        width: 100%;
        overflow-y: auto;
        max-height: 300px;
        padding-left: 10px;
    }