﻿.VEBody {
    float: left;
    width: calc(100% - 10px);
    height: calc(100% - 60px);
    background: whitesmoke;
    color: #333;
    /*   padding: 5px;*/
}


.alert-container {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    float: left;
    margin-right: 15px;
    margin-top:7px;
}

.alert-container-right {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}
.alert-badgeg {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: green;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}
.alert-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}

.icon {
    width: 30px;
    height: 30px;
    background-color: gray;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
}

.VETop {
    border-radius: 5px;
    float: left;
    border: 1px solid #333;
    width: 8%;
    height: calc(100% - 10px);
    margin-right: 5px
}
.VETop1 {
    
    float: left;
    
    width: 100%;
    height: 60px;
    
}
.VETop2 {
    height: 30px;
    width: 100%;
    float: left;
    text-align: center;
}

.VETopIcon {
    font-size: 45px;
    margin-left: 20px;
    margin-top: 7px;
}
.VETopIconADAS {
    font-size: 45px;
    margin-left: 8px;
    margin-top: 7px;
}
@media screen and (max-width: 1640px) {
    .vehide-on-small {
        display: none !important;
    }
}
.VEDevList:hover {
    background: var(--MainAccentColor);
    border: none !important;
    color: var(--TextColorOverMaincolor);
}

.VEDevTop {
    border: var(--MainAccentColor) 1px solid !important;
}
.VEDevListSelected {
    border: var(--MainAccentColor) 1px solid !important;
    color: var(--TextColorOverMaincolor);
    background: var(--MainAccentColor);
}

.VETopListSelected {
    border: var(--MainAccentColor) 1px solid !important;
    color: var(--TextColorOverMaincolor);
    background: var(--MainAccentColor);
}

.cameventmain:hover {
    background: var(--MainAccentColor);
    border: none !important;
    color: var(--TextColorOverMaincolor);
}

.cameventSelected {
    border: var(--MainAccentColor) 1px solid !important;
}