body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.productlogo
{
    width:860px;
    height:500px;
    position: relative;
    margin:0;
    padding:0;
    z-index: -1;
}

.ui-progressbar
{
     height:22px;
     opacity:0.7;
     filter:alpha(opacity=70); /* For IE8 and earlier */
}

.ui-progressbar .ui-progressbar-value 
{
}

.progressbar
{
    width:30%;
    margin:5px auto;
    color: #4D4D4D;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

#backbuff
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.progressbarlabel
{
    position: relative;
    text-align: center;
    top: -27px;
}

.progressdescription
{
    text-align: center;
    text-shadow: 2px 2px 5px #ffffff, -2px -2px 5px #ffffff,
        -2px 2px 5px #ffffff, 2px -2px 5px #ffffff;
}

.pbarcontainer
{
    position: relative;
    top: 400px;
    color: #4D4D4D;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

.ui-dialog
{
    font-size: 80%;
}

.ui-dialog-titlebar 
{ 
   padding: 0 0.5em !important;
}

.noclose .ui-dialog-titlebar-close
{
    display:none;
}

.notitlebar .ui-dialog-titlebar
{
    display:none;
}

.ui-button-text {
    font-size: 80%; /* Or whatever smaller value works for you. */
    padding: 0; /* Or whatever makes it small enough. */
    margin: 0;
    padding: 0;
}

.ui-button {

    height: 25px;
}

.uninstall-survey {
    display: none;
    position: absolute;
    top: 40px;
    left: 60px;
    bottom: 40px;
    right: 60px;
    background-color: black;
    padding: 15px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    overflow: auto;
    color: white;
    opacity: 0.9;
}

.uninstall-survey li {
    list-style: none;
}

.uninstall-survey li > ul {
    display: none;
}

.uninstall-survey input[type=text], .uninstall-survey textarea {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    width: 55%;
}

.uninstall-survey button {
    margin: .2em;
    width: 15em;
    height: 2em;
    background-color: #898989;
    color: white;
    border-style: none;
    cursor: pointer;
}

.uninstall-survey #uninstall_cancel {
    top: 2.8em;
    font-color: white;
}

.uninstall-survey #uninstall_continue {
    top: .4em;
    font-color: white;
}

.new-uninstall-survey {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0;
    height: 100%;
}

.precheck-dialog {
    display: none;
    position: absolute;
    top: 140px;
    left: 50px;
    bottom: 150px;
    right: 50px;
    background-color: black;
    padding: 15px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    overflow: auto;
    color: white;
}

.precheck-dialog button {
    margin: .2em;
    width: 15em;
    height: 2em;
    background-color: #898989;
    color: white;
    border-style: none;
    cursor: pointer;
}

.precheck-dialog #Reset_button {
    top: 2.8em;
    font-color: white;
}

.precheck-dialog #Cancel_button {
    top: .4em;
    font-color: white;
}

.d-table {
  display:table;
  height: 75%;
}

.d-table-cell {
  padding: 5px;
  display: table-cell;
  margin-left: auto;
  margin-right: auto;
  background-color: #898989;
  color: white;
}

.w-100 {
  width: auto;
}

.precheck-dialog-new {
  text-align: right;
}

.item {
    width: -moz-fit-content;
    width: fit-content;
    line-height: normal;
    padding-top: 10px;
    padding-left: 10px;
  }

