﻿html, body, form, #wrapper
{
    height: 100vh;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

#wrapper {
    margin: 0;
    width: 100vw;
}

#wrapper td {
    padding: 0;
}

#PnlMbackground {
    height: 100vh;
    background: rgba(136, 153, 169, 0.45);
    padding: 0;
}

#tbMMainContent {
}

.hotspot-container {
    width: 100%;
}
.hotspot-container .hotspot {
   width: 520px;
   height: 64px;
   position: absolute;
   top: 0px;
   left: 15%;
   display: block;
}
.copyright {
    position: fixed;
    bottom: 0;
    left: calc(30vw + 4px);
    border: none;
    padding: 5px;
    background-color: #8899A6;
    -webkit-border-radius: 10px;
    border-radius: 0px;
    color: #ffffff;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    width: calc(70vw - 4px);
}
.copyright a {
    color: #262626;
}

.moto
{
    display: none;
}
.blu_streak
{
    display: none;
}

.helloworld
{
    display: none;
}

.blu-streak-bottom-space
{
    display: none;
}

img#lock {
    height: 128px;
    width: 128px;
}

/* Scalare sigla */
img.Sigla {
    padding: 0;
}

#lnksigla {
    height: 10vh;
    width: 30vw;
    background: #CCCCCC;
    padding: 0;
}

#wrapper tbody {
    width: 100%;
    padding: 0;
}

#wrapper #tdMMainContentTop {
    height: 100vh;
    min-width: 30vw;
    max-width: 30vw;
}

#wrapper #tdMainContentRight {
    min-height: 99vh;
    max-height: 99vh;
    min-width: 70vw;
    max-width: 70vw;
}

/* Formularul de login */
.TBMainContentLogin {
    display: flex;
    height: 100%;
    padding: 0;
    background-color: #FFFFFF;
}

.TBMainContentLogin tbody {
    max-width: 100%;
    background-color: #ffffff;
}

.TBMainContentLogin input[type="checkbox"] {
    accent-color: #666666;
    position: relative;
    display: inline-block;
    top: 6px;
    border: 2px solid black;
    border-radius: 12px;
    height: 20px;
    width: 40px;
    margin: 2px;
}

.TBMainContentLogin input[type="checkbox"]:checked {
    accent-color: #007A91;
}

.TBMainContentLogin label {
    padding: 2px;
    font-size: 18px;
    max-width: 25%;
    font-size: 18px;
    color: black;
    margin: 4px 7px 4px 10px;
}

.RememberMe {
    margin: 2px;
    padding: 4px 4px 8px 8px;
    border: 0 solid #005a9c;
    border-radius: 5px;
    width: 15em;
    user-select: none;
}

.InputBox {
    height: 16px !important;
    width: 320px !important;
    padding: 8px;
    font-size: 18px;
    border: 1px solid black;
    max-width: 320px;
    max-height: 24px !important;
    margin: 12px 4px 12px 4px;
}
.InputBoxError {
    border: 2px solid #CF3524;
}
.InputBoxError:focus-visible {
    outline-color: #CF3524;
    border-radius: 3px 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.InputBoxErrorMessage:not(:empty) {
    position: relative;
    left: calc(50% - 160px - 9.5px);
    display: block;
    width: 324px;
    min-width: 320px;
    padding: 8px;
    font-size: 18px;
    border: none;
    color: #CF3524;
    background-color: #FFFFFF;
    margin: -12px 0px 12px 0px;
}

/* Checkbox */
.TBMainContentLogin .RememberMe input[type="checkbox"].CheckBox {
    height: 32px;
    width: 32px;
    max-height: 100%;
    color: #007A91;
    margin: 4px 7px 2px 100px;
    text-anchor: middle;
}

.TBMainContentLogin table {
    border-collapse: collapse;
    background-color: #FFFFFF;
}

.TBMainContentLogin tbody tr {
    max-width: 99vw;
    height: 100%;
}

.TRMainContentLogin {
    height: 100%;
    width: 100%;
    display: block;
}

.TDMainContentLogin {
    height: 100%;
    width: 100%;
    display: block;
}

/* Ajustari mobil */
@media (max-width: 480px) {
    .TBMainContentLogin table {
        font-size: 3.75vh;
    }

    .TBMainContentLogin td {
        display: block;
        width: 100%;
    }

    .TBMainContentLogin td[align="right"],
    .TBMainContentLogin td[align="left"] {
        text-align: left !important;
    }
}

.TBLoginForm {
    font-family: Tahoma;
    width: 100%;
    height: 100%;
}

.TRWidth100 {
    height: 100%;
    width: 100%;
}

.TDWidth100 {
    height: 100%;
    width: 100%;
}

td.TextBoxCell {
    display: inline;
    width: 50%;
}

.ImageSiglaNotLogged {
    display: none;
}

.LogIn {
    align-content: center;
    color: White;
    background-color: #E2001A;
    font-size: 35px;
    font-weight: bold;
    margin: 12px 7px 10px 12px;
    padding: 0 0 2.5px 0 !important;
    text-align: center;
    vertical-align: middle;
}

.BtnPrimaryAction {
    max-width: 100%;
    padding: 13px 20px 13px 20px;
    font-size: 18px;
    background-color: #8899A6;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    min-width: 120px;
    font-family: Verdana;
    margin: 12px 4px 12px 4px;
}

.BtnPrimaryAction:hover {
    background-color: #6A7A86;
}

.BtnSecondaryAction {
    max-width: 100%;
    padding: 13px 20px 13px 20px;
    font-size: 18px;
    background-color: #FFFFFF;
    color: #262626;
    font-weight: 200;
    border: #262626 2px solid;
    border-radius: 4px;
    cursor: pointer;
    min-width: 120px;
    font-family: Verdana;
    margin: 12px 4px 12px 4px;
}

.BtnSecondaryAction:hover {
    color: #666666;
    border-color: #666666;
}

.TextButton {
    font-size: 14px;
    font-weight: bold;
    color: #007A91;
    text-decoration: none;
    text-transform: uppercase;
    background-color: white;
    border: none;
    min-width: 120px;
    margin: 12px 4px 12px 4px;
}

.LabelErr {
    color: #CF3524;
    font-size: 24px;
    letter-spacing: 0px;
    margin: 12px 4px 12px 4px;
    padding: 8px;
    display: block;
    border-collapse: collapse;
    width: 320px;
    text-align: center;
}

.TextField {
    text-align: center;
    margin: 25px 7px 25px 4px;
}

.DisplayInline {
    display: inline;
}

.DisplayInlineBlock {
    display: inline-block;
}

.DisplayBlock {
    display: block;
}

.ErrorBox {
    background-color: #CF3524;
    color: #FFFFFF;
}

.Captcha {
    height: 150px;
    width: 600px;
}

.CaptchaLabel {
    min-width: 10%;
    width: 10%;
}

.CaptchaTextBox {
    font-size: 18px;
}

.PaddingZero {
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-end: 0;
    unicode-bidi: plaintext;
}

input + input {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

.LabelCenter {
    text-align: center
}

.VerticalMiddle {
    vertical-align: middle;
}

.InputBoxErrorMessage + input {
    margin: -12px 7px 0px 4px;
}
