@CHARSET "UTF-8";

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: White;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    background: White;
	display: flex;
	max-width: 900px;
	max-height: 900px;
	min-height: 465px;
	box-shadow: 0px 10px 34px -5px rgba(0, 0, 0, 50);
}

.dvlogin {
	color: #444;
	background: White;
	border-radius: 0;
	-webkit-border-radius: 0;
	padding: 21px 38px 35px 38px;
	height: auto;
	max-width: 900px;
	max-height: 900px;
    text-align: center;
}

.fa-solid {
    font-size: 25px;
    font-family: "Font Awesome 6 Free";
}

.fa-user-group {
    content: \f007
}

.DE_Container{
    text-align: center;
    /*justify-items: center;*/
    min-width: 380px;
    min-height: 430px;
}

.dadosEmpresa {
	display: flex;
	max-width: 900px;
	max-height: 900px;
	padding: 40px 38px 35px 38px;
	text-align: center;
    justify-content: center;
	background: var(--cortema);
}

.L_Versao {
	padding-top: 180px;
	display: flex;
	justify-content: flex-end;
}


.LogIn {
	font-size: 20px;
	padding-right: 200px;
}

.ajax__tab_header{
	display: flex;
    padding-left: 220px;
}

.ajax__tab_panel{
    padding-top: 20px;
    height: 330px;
}

.LogInIcon {
	display: contents;
	position: absolute;
}

hr {
	background-color: silver;
	height: 1px;
}

.Skin_label_login {
    font-size: 10pt;
	font-weight: bold;
    /* font-size: var(--font_size_textos); */
    font-family: Verdana, Arial, sans-serif;
    font-family: var(--font_family_textos);
    color: #000000;
    color: var(--cortextos);
    line-height: 1.5em;
}

.Skin_label_User {
	display: flex;
    font-size: 12pt;
	font-weight: bold;
    /* font-size: var(--font_size_textos); */
    font-family: Verdana, Arial, sans-serif;
    font-family: var(--font_family_textos);
    color: #000000;
    color: var(--cortextos);
    line-height: 1.5em;
}

.SelectIdioma{
	display: inline-block;
}

.Skin_TextBox_cad_login[disabled] {
	font-size: 10pt;
	font-size: var(--font_size_textos);
	font-family: Verdana, Arial, sans-serif;
	font-family: var(--font_family_textos);
	color: #555;
	background-color: #eee;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding: 3px 12px;

}

.Skin_TextBox_cad_login {
	font-size: 10pt;
    font-size: var(--font_size_textos);
    font-family: Verdana, Arial, sans-serif;
    font-family: var(--font_family_textos);
    height: 35px;
    color: #555;
    background-color: rgba(0, 0, 0, 0.05);;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 3px 12px;
}

.LembrarUsu,
.LembrarTec {
	display: flex;
	justify-content: space-between;
}

.Skin_Button_Tabela_login {
    color: #ffffff;
    color: var(--btn_textos);
    font-size: 10pt;
    font-size: var(--font_size_textos);
    background-color: #73879C;
    background-color: var(--btn_padrao);
    border-color: transparent;
    box-shadow: none;
    border-radius: 50px;
    padding: 8px 70px;
    opacity: 0.9;
    margin-bottom: 1px;
    cursor: pointer;
	font-weight: bold;
}

    .Skin_Button_Tabela_login:Active {
        color: #ffffff;
        color: var(--btn_textos);
        background-color: #73879C;
        background-color: var(--btn_padrao);
        border-color: transparent;
        box-shadow: none;
        border-radius: 20px;
        padding: 8px 70px;
        opacity: 0.9;
    }

    .Skin_Button_Tabela_login:hover {
        color: #ffffff;
        color: var(--btn_textos);
        background-color: #73879C;
        background-color: var(--btn_padrao); /*#286090;*/
        border-color: transparent;
        box-shadow: none;
        padding: 8px 70px;
        opacity: 1.0;
    }

    .Skin_Button_Tabela_login[disabled], .Skin_Button_Tabela_login[disabled]:hover {
        color: #ffffff;
        color: var(--btn_textos);
        background-color: #73879C;
        background-color: var(--btn_padrao);
        border-color: transparent;
        box-shadow: none;
        opacity: 0.6;
        padding: 8px 70px;
        filter: grayscale(60%);
    }

#BT_Chaves{
    color: #ffffff;
    color: var(--btn_textos);
    font-size: 10pt;
    font-size: var(--font_size_textos);
    background-color: #73879C;
    background-color: var(--btn_padrao);
    border-color: transparent;
    box-shadow: none;
    border-radius: 50px;
    padding: 8px 10px;
    opacity: 0.9;
    margin-bottom: 1px;
    cursor: pointer;
	font-weight: bold;
}

#BT_Chaves[disabled], #BT_Chaves[disabled]:hover {
    color: #ffffff;
    color: var(--btn_textos);
    background-color: #73879C;
    background-color: var(--btn_padrao);
    border-color: transparent;
    box-shadow: none;
    opacity: 0.6;
    padding: 8px 10px;
    filter: grayscale(60%);
}

#BT_Chaves:hover {
    color: #ffffff;
    color: var(--btn_textos);
    background-color: #73879C;
    background-color: var(--btn_padrao); /*#286090;*/
    border-color: transparent;
    box-shadow: none;
    padding: 8px 10px;
    opacity: 1.0;
}

#BT_Chaves:Active {
    color: #ffffff;
    color: var(--btn_textos);
    background-color: #73879C;
    background-color: var(--btn_padrao);
    border-color: transparent;
    box-shadow: none;
    border-radius: 20px;
    padding: 8px 10px;
    opacity: 0.9;
}

.SingleCheckbox_Login {
	display: inline-block;
	color: #000000;
	font-size: var(--font_size_textos);
	font-family: var(--font_family_textos);
}

    .SingleCheckbox_Login input[type=checkbox], input[type=checkboxfield] {
        display: none;
    }

    .SingleCheckbox_Login input[type=checkbox]:enabled + label::before {
        content: "\2713";
        color: transparent;
        height: 16px;
        line-height: 1.1em;
        width: 16px;
        font-weight: 900;
        margin-right: 2px;
        margin-right: var(--margin_right_check);
        margin-left: -19px;
        margin-left: var(--margin_left_check);
        border: 1px solid gray;
        background: white;
        border-radius: 0.25em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .SingleCheckbox_Login input[type=checkbox]:disabled + label::before {
        padding-left: 14px;
        padding-right: 4px;
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .SingleCheckbox_Login input[type=checkbox]:checked + label::before {
        content: "\2713";
        color: #fff;
        height: 16px;
        line-height: 1.1em;
        width: 16px;
        font-weight: 900;
    	margin-left: -19px;
        margin-right: 2px;
        margin-right: var(--margin_right_check);
        margin-left: -19px;
        margin-left: var(--margin_left_check);
        background: #73879C;
        background: var(--cortema);
        border-radius: 0.25em;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 1px;
        padding-top: 1px;
    }

	
.Skin_linkbutton_login {
    font-size: 8pt;
    font-size: var(--font_size_textos);
    font-family: Verdana, Arial, sans-serif;
    font-family: var(--font_family_textos);
    color: black;
	margin-bottom: 5px;
    text-align: end;
    justify-content: flex-end;
    justify-self: flex-end;
}

    .Skin_linkbutton_login img {
        border: none;
    }

.Mensagem_Noticia {
	margin-top: 50px;
}