﻿.Version {
    /* à décommenter pour toujours cacher le panel de version */ /*display: none;*/
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 5px 15px 5px 15px;
    z-index: 1;
    text-align: center;
}

img.VersionClose {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.VersionName {
    cursor: pointer;
}

.VersionNumber span {
    cursor: pointer;
}

.VersionNumber span:hover {
    text-decoration: underline;
}

.VersionSeparator {
    margin-top: 5px;
    margin-bottom: 5px;
}

.VersionUpdateAvailable {
    color: red !important;
}

.Version .chosen-drop {
    bottom: 20px;
    top: auto !important;
}
