/* ************************  w-panel ***********************************/


.w-header {
}

.w-title {
    display: flex;
    flex-wrap:wrap;
}

.w-title-description {
    order: 1;
    flex: 0 0 100%;
    font-size: small;
    padding: 0px 0px 0px 27px;
}


.w-item-text {
    /*    padding-top: 10px;*/
    display: inline-block;
}







.w-detail-panel {
    padding-left: 25px;
}

.open .w-detail-panel {
}







.w-detail-panel {
}



.w-phantom-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.w-header
{
    display:flex;
}
    .w-header > .w-title {
        flex-grow: 4;
    }

.w-full-screen.w-panel {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 10px;
    bottom: 0px;
    background-color: black;
    z-index: 9999;
    overflow: auto;
    max-width: 97%;
    /*  height: 95vh;*/
    margin: 0px;
    border: 10px solid white;
 
}

.click-marker {
    /* background-color: red;*/
}

.w-panel
{ 
    border-radius:0px;
    border:1px solid black;
    width:100%;
}


.w-panel > .w-header {
     
}
.w-panel > .w-content {
    border-radius: 0px 0px 5px 5px;
    text-align: center;
}
.main-display-panel-holder > .w-panel > .w-content .w-title-field {
    /*text-align: right;*/
    padding-right: 10px;
/*    width: 50%;
*/}
 

    .w-header .w-description {
        /*    color: rgb(150, 136, 136);*/
    }



.w-panel.w-tile > .w-content > .w-html-dropdown-list {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
    justify-content: center;
}
    .w-panel.w-tile > .w-content > .w-html-dropdown-list > .w-list-item > .w-item-header {
        padding: 10px;
        border-radius: 10px;
    }

.w-panel .w-item-header {
    /*  background-image: url('/assets/cards/card-5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
    /*    color:black;
    background-color:silver;*/
/*    background-color: #253f54;
    border-bottom: 1px solid white;
    color: white;*/
}







/*.w-actions-panel-card .control-type-button.command-open-panel-execute-process .w-button,
.w-actions-panel-card .control-type-button.command-open-panel-execute-process .w-button {
    width: 330px;
}
.wide-button .w-button {
    width: 330px;
}
 */
.w-panel {
    position: relative;
    overflow: hidden;
}
.liteaccountmainpanelcomponentclass,
.w-adi-account-main-panel-card,
.d-logo-bar {
    position: inherit;
    overflow: visible;
}

    .liteaccountmainpanelcomponentclass .w-horizontal,
    .liteaccountmainpanelcomponentclass .w-box-goat-2,
    .liteaccountmainpanelcomponentclass .w-box-goat-2.open {
        max-width: calc(100vw - 30px);
    }

    .w-site .w-manage-web-wallet .command-open-panel-execute-process {
        /*    height: 60px;
*/
    }

.w-site .w-wallet-selector-actions-panel-card {
    border-color: transparent;
}
.w-site .w-wallet-selector-actions-panel-card .control-type-butto {
    align-content: start !important;
}
.w-site .w-wallet-selector-actions-panel-card .w-button {
    box-shadow: 0px 0px 1px 1px white;
}



.w-site .w-link-help {
}
.w-site .w-button-help > a,
.w-site .w-link-help > a {
    border-radius: 5px;
    background-color: dodgerblue !important;
    color: white ;
    text-decoration: underline;
    width: fit-content;
    margin-top: 0px;
    padding: 3px;
}
    .w-site .w-button-help > a {
        margin-top: 10px;
    }
.w-datagrid-row.w-danger > div,
.w-danger {
    color: red;
}


.print-adi-panel-10{
    min-height:200px;
}

