#common-dialogBox {
    display: none;
    margin:0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.5);
    z-index: 1001;
}

.common-dialog-wrapper {
    margin: 0.5em;
}


#common-titleDialog {
    width: 100%;
    text-align: center;
}

#common-messageTextDialog {
    font-size: 1.2rem;
    line-height: 1.2rem;
    
    text-align: center;
    /*
    overflow: auto;
    height: 73%;
    */
}

#common-dialogInputPass {
    width: 100%;
    text-align: center;
}
#common-yes-no-button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    text-align: center;

}

#common-yes-no-button > a {
    display: inline-block;
    min-height: 32px;
    line-height: 32px;

}
#common-yes-no-button > a:hover {
    text-decoration: none;
    color: #ffffff;
}

#common-dialogBox-inner {
    padding: 2em;
    position: fixed;
    top: 18%;
    left: 6%;
    width: 76%;
    
    /*height: 50%;*/


    z-index: 1002;
    background-color: white;
    border: 1px solid #666;
    border-radius: 5px;
    
    max-height: 60%;


}

button .smalltext{
    font-size: 80%;
}

#common-dialogPasswd {
    width: 70%;
    min-height: 2.5em;
    font-size: 130%;
    margin-bottom: 0.5em;
    border: 2px solid #f26522;
    border-radius: 3px;
}

#common-dialogButtoYES {
    width: 29%;
    margin: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: 0.5em;
    display: inline-block !important;
    font-size: 80%;
}

#common-dialogButtonCancel {
    width: 29%;
    margin: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0.5em;

    display: inline-block !important;
    font-size: 80%;
}

#common-spinner {
    text-align: center;
}
#common-ok-button {
    text-align: center;
}

#common-dialogButtonClose {
    width: 60%;
    margin: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.common-image-rotate {
    -webkit-animation:spin 0.5s linear infinite;
    -moz-animation:spin 0.5s linear infinite;
    animation:spin 0.5s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#common-splascreen_logo{
    width:60px;
    margin: 1em;
}

.common-infosponsor{
    color: #222;
    font-size: 70%;
    text-align: left;
    width: 100%;
}
.common-infosponsor-head {
    font-weight: bold;
}
.common-infosponsor-name{
    color: #009245;
    font-size: 110%;
    margin-left: 1em;
}



.ui-btn {
    cursor: pointer;
    background-color: #575756;
    color: #ffffff;
    text-shadow: 0 0px 0 #444444;
    
    display: inline-block;
    min-width: 50px;
    max-width: 200px;
    margin-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ui-btn:hover {
    background-color: #676766;
}

.ui-shadow  {
    
}
ui-corner-all {
    border-radius: 3px;
}