body{
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 1.42857143;
            
}
.hheight{
    min-height: 90vh;
}

.form-backgroud{
        width: 420px;
        margin: auto;
        padding: 10px;
        background: #dcdcdc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}
.mauto{
    margin: auto;
    display: block;
}
.tabular-form-spanning-top{
    padding-top: 10px;
    display: table-caption;
    padding-bottom: 10px;
}
.tabular-form{
        margin: auto;
        display: table;
            table-layout: fixed;
            border-collapse: separate;
            border-spacing: 7px;
        clear: both;
}
.tabular-form-row {
    display: table-row;
}
.tabular-form-row label {
    width: auto;
}
.wdthh{
    width: 219px
}

.tabular-form-row>* {
    margin-left: 10px;
}

label {
    display: inline-block;
    width: auto;
    margin-bottom: 3px;
    font-weight: 700;
}
.atp-button {
    font-weight: normal;
    padding: 3px 8px;
    margin: 2px 9px !important;
    background: #26c;
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
        color: #333;
            border: 1px solid #bbb;
            border-radius: 4px;
            text-shadow: #fff 0px 1px 0px;
                min-width: 0;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
                user-select: none;
}

#footer {
    background: #181818;
    font-size: 15px;
    color: #fff;
    background-position: bottom right;
    background-image: url(/public/src/images/footer_logo.png);
    background-repeat: no-repeat;
    padding: 10px 20px 0px 20px;
    height: 60px;
        width: 100%;
    
}
#footer-version {
    font-size: 0.8em;
}
#footer-brand {
    color: #aaa;
    text-decoration: none;
    font-weight: bold;
}
 .hrefdis {
     pointer-events: none;
     cursor: default;
     text-decoration: none;
     color: inherit;
 }