#inventory-item-detail-page{

    background-color: white;
    position: absolute;
    z-index: 120;
    display: none;
    background-color: lightgrey;
    overflow-y: auto;
    top:0px;
}

.inventory-item-detail-content{
    left: 0px;
    position: absolute;
    width: 100%;
    top: 55px;
    padding: 15px;
    background-color: white;
}

#asset-detail-data{
    float: left;
    margin: 5px;
}


.inventory-item-detail-header{
    float:left;
    text-transform: uppercase;
    
}

#inventory-item-detail-content{
    overflow-y: overlay;
}

#inventory-item-detail-content::-webkit-scrollbar {
    display: none;
  }

#inventory-item-detail-stats{
    padding: 10px;
    justify-content: space-around;
}

#inventory-item-detail-settings{
    height: 50px;
    width: 45px;
    text-align: center;
    line-height: 69px;
    font-size: 28px;
    color: #67757c!important;
    bottom: 0px;
    float: right;
    z-index: 60;
}


.inventory-item-detail-fail{
    text-align: center;
}


.inventory-item-detail-sim-add-btn{

    bottom: 20px;
    right: 20px;
    display: block;
    background-color: #4183c4;
    z-index: 201;
    color: white;
    text-align: center;
    font-size: 12px;
    display: block;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    border: 1px solid #4183c4;
    float: right;
    cursor: pointer;
}

