﻿.VIEWUI_popupsContainer
{
    position:absolute;
    /*width:342px;/*300px;*/
    background: white; 
    border: 1px solid;
    padding: 10px;
    /*left: 0;
    right: 0;*/
    /*margin: 0 auto;
    top: 150px;
    left: 300px;*/
    z-index: 10000;
    /*margin: 15% 40%;*/
    top:35% !important;
    left: 45% !important;
}

.VIEWUI_popupTopBar {
    text-align: center;
    margin-bottom: 5px;
    height: 23px;
}

.VIEWUI_popupTopBarIcon {
    float: right;
}

.VIEWUI_popup
{
    
}


/* ======= VERSION LIST ========= */

.VIEWUI_versionListContainer{
    width:100%;
    height:300px;
    background-color: #333333;
    overflow-y: auto;
}

.VIEWUI_versionListItem{
    width:100%;
    height:50px;
    background-color: #404040;
    display:table;
}
.VIEWUI_versionListItemSelected{
    background-color: #828282;
}
.VIEWUI_versionListItemCurrent{
    font-weight: bold;
}
.VIEWUI_versionListItemLatest{
    font-style:italic;
}

.VIEWUI_versionListPopup {
    position:absolute;
    width:300px;
    height:150px;
    top: 33%;
    left: 17%;
}

.VIEWUI_listLabel {
    position: relative;
    width:100%;
    margin-top:10px;
    text-align: center;
    font-style:italic;
    color: #adadad;
}

.VIEWUI_versionListItemColumn {
    display:table-cell;
    padding: 5px;
    vertical-align: middle;
}

.VIEWUI_itemDelete {
    opacity: 1;
    color: #973466;
}

.VIEWUI_itemDelete:hover {
    opacity: 0.8;
}

.loader2 {
    margin: auto;
  border: 32px solid #f3f3f3;
  border-radius: 70%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  border-top: 10px solid #696969;
 border-right: 10px solid #a1938e;
 border-bottom: 10px solid #696969;
 border-left: 10px solid #a1938e;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ======= / VERSION LIST ========= */