body {
    padding: 5px;
    margin: 0;
    background: #fff url('../images/back.jpg') no-repeat fixed left bottom;
    background-size:100% 100%;
}
 
.ctrlBlock {
    margin: 20px auto;
    text-align: center;
    background: #CCC;
    width: 780px;
    padding: 10px;
} 

.mybrowsers {width: 100%}
.mybrowsers td img{height: 55px}
.mybrowsers td {text-align: center;padding: 5px 10px}
.mybrowsers td {padding: 3px 7px}

.mybrowser {width: 100%}
.mybrowser .myBrowserCont {text-align:center; font-size: 24px}

#certListHelper {
    overflow: auto; 
    height: 340px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

#tableCertList{
    width: 100%;
    cursor: pointer;
    border-collapse: collapse;
}

#tableCertList td {
    padding: 7px;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
    background-color: white;
    color: #003366;
    border-bottom: 1px solid gray;
}

#tableCertList td {text-align:left}
#tableCertList td:hover {background-color: #CCC}
#tableCertList tr.info td {
    background-color: #6699CC;
    color: white;
} 

a,a:active,a:hover{color: blue}
a:hover{color: red}

.step-header {
    background: #336699;
    color: white;
    padding: 8px 8px 8px 11px;
    cursor: pointer;
    line-height: 31px;
    font-size: 18px;
}

.btnSend,.btnVerify {
    font-size: 24px !important;
    margin: 20px 0 !important;
    padding: 20px 30px;
}

.step {
    border-radius: 8px;
    margin: 0 auto 20px auto;
    width: 800px;
    box-shadow: 0px 0px 10px #595959;
    background: white;
}

.step-content {padding: 10px;border: 4px solid #336699;border-top: none}

.stepWarning .step-header {background: #CC3300}
.stepWarning .step-content {border: 4px solid #CC3300;border-top: none}

.stepSuccess .step-header {background: green}
.stepSuccess .step-content {border: 4px solid green;border-top: none}

.step-expand {float: right; font-size: 12px}
.step-expand:hover {color: yellow; cursor: pointer}

.stepHide {display:none}

.blockExistCert{display:none}

#mod1 {width: 700px; max-width: 700px; text-align:justify}
.noCertsCades {text-align:center;color: red; font-size: 24px}

label{cursor:pointer}
input[type=radio] {margin: 0;cursor:pointer}

.tags {
    width: 780px;
    margin: 0 auto;
    color: #666;
    border: 1px solid #999;
    padding: 10px;
    font-size: 10px;
    margin-bottom: 10px;
    text-align: justify;
}
.tags a {color: #666;text-decoration: none}
.tags a:hover {color: #333;text-decoration: underline;}

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #419152;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.btn:hover {
    background-color: #59be6e;
}
.btn:active {
    background-color: #2E703A;
}
.btn[disabled] {
    color:  black;
    background-color: #CCC;
}

#stepSigInfo .blockExistCert pre{
    text-wrap: wrap;
    margin: 0;
    font-family: Console, Verdana, Arial;
    font-size: 12px;
}

.process {
    position: absolute;
    width: 500px;
    height: 260px;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -250px;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
}

.wrapper-process {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(255, 255, 255, .7);
    display: none;
    z-index: 10000;
}