﻿div.dialogbody
{
    height:100%;
}
div.dlgClearHeader
{
    position:absolute;
    top:50px;
    width:100%;
}

div.rmproofpanel
{
    width:99%;
    height:90%;
}
iframe.proofframe
{
    width:100%;
    height:100%;
    display:block;
}
div.dialogleft
{
    width:50%;
    float:left;
}
div.dialogright
{
    width:50%;
    float:right;
}

div.staticproof
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

div.dialogbody table
{
    width:100%;
    border-collapse:collapse;
}

div.dialogbody table th
{
    text-align:left;
    padding:3px;
    border:thin solid #d8dfe5;
}

div.dialogbody table td
{
    padding:3px;
    border:thin solid #d8dfe5;
}

div.dialogbody table tr:nth-child(odd)
{
    background-color:#f0f8ff;
}

div.dialogbody table tr:nth-child(even)
{
    background-color:#ffffff;
}

table.filetypelist
{
    height:200px;
    overflow-y:scroll !important;
}

.errormessage
{
    font-weight:bold;
    color:red;
    padding-top:10px;
    padding-bottom:10px;
}

table.requiredField
{
    border: 2px solid yellow !important;
}

.confsuccess{
    padding-left: 10px;
    font-size:large;
    font-weight:bold;
}

.red{
    color:darkred;
}

.green{
        color:darkgreen;

}

.wizbutton{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #25a1da), color-stop(1, #25a1da) );
background:-moz-linear-gradient( center top, #25a1da 5%, #25a1da 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25a1da', endColorstr='#25a1da');
background-color:#25a1da;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
text-indent:0;
border:1px solid #25a1da;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:15px;
font-weight:bold;
font-style:normal;
height:40px;
line-height:40px;
width:100px;
text-decoration:none;
text-align:center;
}

.btnwide{
width:auto !important;
}

.wizbutton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #25a1da), color-stop(1, #25a1da) );
background:-moz-linear-gradient( center top, #25a1da 5%, #25a1da 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25a1da', endColorstr='#25a1da');
background-color:#25a1da;
}

.wizbutton:active {
position:relative;
top:1px;
}

.customcontrol{
padding-top:10px;
}

.customcontrollabel{
font-weight:bold;
}