﻿.deque-dialog-hidden
{
    display: none!important;
}

.deque-dialog-loader
{
  animation: spin 2s linear infinite;
  border: 4px solid #f3f3f3; /* Light grey */
  border-radius: 50%;
  border-top: 4px solid #3498db; /* Blue */
  height: 60px;
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
}

@keyframes spin
{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.deque-dialog-embedded .deque-dialog-screen
{
    top: 400px!important;
}

/* Added Webstore h1 - as default defined in applicationNew.css - used for heading >>> */
/* definition taken from styles.css h1  */
.default_webstore_dialog_heading
{
    margin: 0;
	padding: 0 0 0.6em 0;		/* padding recalculated to em units */
    color: #59593B;
    font-family: Verdana;
    font-weight:bold;
    font-size: 1.22857em;
    text-transform: none;
    letter-spacing:0.0142857em;
	text-align: center;			/* additional default property */
}
