﻿.middle {
    display: table-cell;
    vertical-align: middle;
}

.middlecontainer {
    display: table;
    vertical-align: middle;
    height: 100%;
}

div.Container {
    margin: 200px 60px;
    display: flex;
    justify-content: center;
}

div.login {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    width: 94vw;
    max-width: 1800px;
}

div.loginfejlec {
    background-image: url("./Images/LoginFejlec.png");
    background-repeat: repeat-x;
    background-size: 100% 100%;
    color: rgb(222, 242, 243);
    font-size: 28px;
    border: 2px solid rgb(40, 94, 94);
    width: 100%;
}

div.loginfejlec > table {
    border-spacing: 0px;
}

div.loginimg {
    background-image: url("./Images/logo/DCProLogo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
}

div.logintext {
    height: 63px;
    width: 100%;
    background-color: rgb(255 255 255);
    color: rgb(35, 76, 76);
    font-size: 18px;
    border-top: 2px solid rgb(40, 94, 94);
    border-left: 2px solid rgb(40, 94, 94);
    border-right: 2px solid rgb(40, 94, 94);
}

div.logintextcontent {
    padding-left: 50px;
    background-color: rgb(195, 221, 222);
}

div.logininputs {
    background-color: rgb(195, 221, 222);
    border-left: 2px solid rgb(40, 94, 94);
    border-right: 2px solid rgb(40, 94, 94);
    width: 100%;
    color: #676767;
}

div.middlecontainer {
    width: 100%;
}

div.flagrow {
    /*background-color: rgb(222, 242, 243);*/
    height: 20px;
    padding-top: 2px;
    text-align: right;
}

div.loginbuttons {
    /*background-color: rgb(164, 216, 216);*/
    background-image: url("./Images/LoginFejlec.png");
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 60px;
    width: 100%;
    border-left: 2px solid rgb(40, 94, 94);
    border-right: 2px solid rgb(40, 94, 94);
}

div.logininfo
{
    padding-top: 20px;
    padding-left:170px;
    padding-bottom: 10px;
}

div.loginrow
{
    margin-left: 50px;         
    padding-bottom: 5px;
    float: left;
    clear:left;
}

div.loginlabel
{
    width: 200px;
    clear:left;
    float:left;
}

div.loginvalue
{
    float:left;
    margin-left:5px;
}

span.fejlec
{
    display:inline-block;
    vertical-align:middle;
}

    

td.center
{
    text-align:center;
}

span.loginbutton {
    /*background-color: rgb(227, 156, 87);*/
    /*background-color: rgb(72, 158, 158);*/
    background-image: url('./Images/logo/DXLogoBK.png');
    background-repeat: repeat-x;
    color: rgb(35, 76, 76);
    /*color: rgb(222, 242, 243);*/
    padding: 5px 25px;
    cursor: pointer;
    /*font-weight: bold;*/
}

.field-validation-error
{
    color:#FF0000;
    margin-left: 50px;
}

span.disabled {
    background-color: #B7B7B7;
    background-image: none;
    background: linear-gradient(rgb(203,203,203), rgb(163,163,163)) !important;
    cursor: default;
}

/*DCProLogo felülbírálás*/
#formLogin > div > div > div.loginfejlec > table > tbody > tr > td:nth-child(1) {
    background-color: rgb(222, 242, 243) !important;
}

/*Cím felülbírálás*/
#formLogin > div > div > div.loginfejlec > table > tbody > tr > td:nth-child(2) {
    text-align: left;
    color: rgb(222, 242, 243) !important;
    font-weight: normal !important;
    font-family: Tahoma, Geneva, sans-serif !important;
    font-size: 18pt !important;
    text-align: center
}

/*DataLogic felülbírálás*/
#formLogin > div > div > div.loginfejlec > table > tbody > tr > td:nth-child(3) > div {
    background-color: rgb(222, 242, 243) !important;
    width: 190px;
    height: 60px;
}

/*Belépési mezők felülbírálás*/
#formLogin > div > div > div.logininputs > table > tbody > tr:nth-child(1) > td:nth-child(1) {
    font-weight: normal !important;
    color: rgb(35, 76, 76) !important;
}

#formLogin > div > div > div.logininputs > table > tbody > tr:nth-child(2) > td:nth-child(1) {
    font-weight: normal !important;
    color: rgb(35, 76, 76) !important;
}

#formLogin > div > div > div.logininputs > table > tbody > tr:nth-child(3) > td:nth-child(1) {
    font-weight: normal !important;
    color: rgb(35, 76, 76) !important;
}

#ElfPwButtons {
    text-align: left !important;
    /*border: 1px solid black;*/
    height: 30px !important;
}

#dlgElfPassword {
    height: 97px !important;
    width: 400px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

body > div:nth-child(4) {
    width: 425px !important;
    height: 135px !important;
    /*top: 400px !important;
    left: 500px !important;*/
}

::-ms-reveal,
::-ms-clear {
    display:none;
}

.imgLang {
    cursor: pointer;
    height: 20px;
}