*  {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: visible;
}

div td span {
    display: inline-block;
}

.ldWrapper {
    border-radius: 7px;
    border: 1px solid;
    box-shadow: 5px 5px 30px gray;
    /*padding:3px;*/
    /*background-color: #EFEBEF;*/
}
.ldWrapper SPAN {
    float:left;
    margin:5px 0;
    padding-top:2px;
}

.wayLine {
    width: 100%;
    height: 1px;
    border: 0;
    box-shadow: 5px 5px 15px gray;
    vertical-align: inherit;
}

.nobr {
    white-space: nowrap;
}

td#txt {
    font-size: 16px;
}

td.txi {
    width: 100%;
    padding-left: 10px;
}

#DivGlobalID {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin: 0 auto;*/
    /*min-height: 100%;*/
    min-height: 100vh;
    width: 100%;
    min-width: 1000px;
    transition: opacity .25s;
    padding: 0;
}

#footer {
    /*display: -ms-flexbox;
                                display: flex;
                                flex-direction: column;
                                justify-content: end;*/
    width: 100%;
    height: 80px;
    padding: 0 40px 6px;
}

#footer table {
    width: 100%;
    /*height: 100%;*/
    table-layout: fixed;
    border-spacing: 0;
}

#footer table td {
    width: 50%;
    vertical-align: bottom;
    padding: 0;
}
/*#footer a {
color: #004b8d;
}*/
#main,
#steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    /*  -ms-flex-preferred-size: auto;*/
}

#main {
    width: 100%;
    max-width: 930px;
}

#content {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
}

#steps {
    width: 455px;
}
#dialogBox {
    min-width: 471px;
    max-width: 471px;
}

#steps > div.step {
    width: 100%;
    padding: 5px 0;
    height: 49px;
}

#steps > div.step table {
    /*table-layout: fixed;*/
    width: 100%;
    border-spacing: 0;
    border: 0;
}

#steps > div.step div {
    float: left;
}

#steps > div.step tr td:not(:last-child) {
    /*width: auto;*/
}

#steps > div.step tr td:first-child {
    width: 50px;
    /*text-align: center;*/
}

#steps > div.step tr td:first-child div {
    width: 30px;
    /*text-align: center;*/
}

.nobr {
    /*         	background-color: #DEDFDE;*/
    display: inline-block;
}

#mtbl {
    width: 100%;
    max-width: 440px;
}

#header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding-left: 30px;
    white-space: nowrap;
}

#header div {
    width: auto;
}

#header div:first-child {
    display: -ms-flexbox;
    display: flex;
    width: 40%;
}

#header div:first-child img:first-child {
    height: 28px;
    margin-left: 20px;
}

#header div a {
    color: white;
}

#header SPAN {
    display: list-item;
    float: left;
    color: white;
}

.welcome {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px;
}

.ldWrapper > div {
    background-color: transparent;
    width: 100%;
    height: 333px;
    padding: 13px 13px 0 13px;
    overflow: hidden;
    text-align: left;
}

.ldWrapper input.ldInp {
    height: 21px;
    margin: 5px 0;
}

.loginBtn {
    position: relative;
    height: 100px;
}

.loginBtn button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ldWrapper #mS {
    width: 440px;
    padding-top: 5px;
    padding-bottom: 10px;
    height: 50px;
    font-size: 12px;
}

.ldWrapper #mT span,
.ldWrapper #mX span {
    margin: 0;
}

.ldWrapper #mS1 {
    height: 75px;
    padding-top: 10px;
}

#dialogBox {
    width: 100%;
}
#dialogBox #wm {
    height: 24px;
}

#dialogBox #wm img {
    margin: 0 10px 3px 70px;
    float: left;
    width: 24px;
    height: 24px;
}

.orgSelHeader,
.filSelHeader,
.pkiHeader {
    display: none;
}

.login-form-group label span:first-child {
    display: block;
    width: 185px;
}

#bPlugin > div {
    height: 100px;
    overflow: auto;
    text-align: justify;
    background-color: transparent;
}
