﻿/* ************************  w-network ***********************************/
.w-active-network-card
{    
 
}

.w-list-of-networks {
 min-width:250px;
}

.w-network-description
 {
   
 }

.w-active-network-card:hover .w-list-of-networks,
.w-active-network-card:hover .w-network-description
{
 
}

.w-active-network-card:hover  
{
 
}

.w-active-network-card .w-network-item img,
.w-active-network-card .w-selected-network img
{

}

.w-network-item
{
 
}

.w-network-description
{

}


.w-smart-networks-panel .w-panel {
    color: white;
    background-color: transparent;
    border: 0px;
}

.w-list-item.active::after {
    content: "✔";
    font-size: 12px;
    font-weight: bold;
    color: white;
    position: absolute;
    right: 3px;
    top: 5px;
}

.w-network-legend {
    padding-left: 25px;
    color: silver;
    width: 100%;
}
.w-smart-networks-panel {
    
}

.w-lite-account-legend {
    padding-left: 25px;
    color: silver;
    width: 100%;
}


.w-smart-networks-panel .w-html-dropdown-list {
    width: auto;
    height: auto;
    /*    background-image: url('/assets/cards/card-6.jpg');
*/ background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px;
    /*    border: 1px solid white;
*/ border-radius: 5px;
    background-color: white;
    z-index: 999;
    border: 2px solid white;
}




/*
.w-smart-networks-panel-container .w-legend-auto,*/

    .w-smart-networks-panel .w-list-item {
        flex-direction: row;
        font-size: small;
        font-weight: 100;
/*        border-bottom: 1px solid darkgray;
*/        border-radius: 0px;
    }
        .w-smart-networks-panel .w-list-item.open {
          
        }
    .w-smart-networks-panel .w-list-item:hover {
/*    border-bottom: 1px solid white;
*/    background-color: darkgray;
    opacity: .8;
}

.w-smart-networks-panel .w-panel .w-item-header {
    background-color: transparent;
    border-bottom: 0px solid white;
    color: black;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.w-smart-lite-accounts-panel .w-list-item .w-item-header {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.w-smart-lite-accounts-panel .w-list-item:hover .w-item-header,
.w-smart-networks-panel .w-list-item:hover .w-item-header {
    border: 1px solid white;
}


.w-detail-panel {
    flex-grow: 2;
}
 

.w-legend-auto {
    display: none;
    position: absolute;
    right:0px;
    top:0px;
    float:right;
    text-align:center;
    padding:7px;
    border:3px solid white;
    border-radius:3px;
    width:200px; 
    /*    position: absolute;
    background-color: white;
    color: black;
    width: 300px;
    border-radius: 7px;
    padding: 1px 7px 10px 10px;
    top: -30px;
    z-index: 1;
    font-weight: bold;*/
}

.w-smart-networks-panel-container:hover .w-legend-auto,
.w-smart-lite-accounts-panel-container:hover .w-legend-auto {

    display: block;
}