/* ============================================================
   new_common.css
   Moderni UI tema naujiems NKVC puslapiams (new_login, nlogin)
   Neperrašo seno common.css — tik papildo naujuose view.
   ============================================================ */

/* ----- Baziniai atstumai ir struktūra ----- */

body {
    background: url("../images/bg.png") repeat-x top #d2d2d2;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 14px;
/*    color: #1b2b3a; */
    line-height: 1.45;
}

#wrapper {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;	
	margin-top: 100px;
	overflow-x: hidden;
	-webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    background-color: #fff;
    position: relative;
}

#header {
	height: 80px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #fff;
	position: relative;
}

#header-image{
	width: 150px;
	height: 43px;
	background: url('../images/trevena_nkvc.png') no-repeat;
	right: 0;
	position: absolute;
	margin: 20px;
}

/* Puslapio centrinė kortelė */
.nl-card {
    max-width: 520px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e3e7ee;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
    padding: 22px 26px;
}

/* Section antraštė */
.nl-title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
}

/* Tarpai tarp laukų */
.nl-label {
    display: block;
    font-size: 13px;
    margin: 10px 0 6px;
    font-weight: 500;
}

/* ----- Modernūs input laukai ----- */

.nl-input {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid #ccd3df;
    border-radius: 8px;
    background: #fff;
    transition: all 0.15s ease;
}

.nl-input:focus {
    outline: none;
    border-color: #77a7ff;
    box-shadow: 0 0 0 3px rgba(29, 111, 209, 0.17);
}

/* ----- Mygtukų sistema ----- */

.nl-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.nl-btn {
    display: inline-block;
    padding: 11px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    user-select: none;
}

.nl-btn-primary {
    background: #1d6fd1;
    color: #fff;
}

.nl-btn-primary:hover {
    background: #1457a8;
}

.nl-btn-secondary {
    background: #eef2f8;
    color: #1b2b3a;
    border: 1px solid #d8dfe8;
}

.nl-btn-secondary:hover {
    background: #e0e6f0;
}

/* ----- Rodyti slaptažodį ----- */
.nl-toggle {
    margin: 6px 0 4px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ----- Klaidos blokas ----- */

.nl-error {
    margin: 10px 0 12px;
    padding: 11px 12px;
    border-radius: 8px;
    background: #ffe3e3;
    color: #8a1c1c;
    border: 1px solid #f2c0c0;
    font-size: 13px;
}

/* ----- „Pamiršai slaptažodį?“ ----- */
.nl-forgot {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
}

.nl-forgot a {
    color: #1d6fd1;
    text-decoration: none;
}

.nl-forgot a:hover {
    text-decoration: underline;
}

/* ----- Baltos zonos centravimas #content viduje ----- */

#content {
    padding: 35px 24px !important; /* švelnesni tarpai naujam UI */
}

/* ===========================
   Modernus header naujiems puslapiams
   Pilno pločio, logotipas dešinėje, neutralus fonas
   =========================== */
/*
.nl-header {
  width: 100%;
  background: #f7f7f9;
  border-bottom: 1px solid #e9edf3;
}
*/

/* Permatomas modernus header */
.nl-header {
  width: 100%;
  background: transparent;
  border-bottom: none;
}

.nl-header-inner {
  max-width: 370px;       /* VISAS modernus puslapio plotis 1200*/
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;  /* LOGO → DEŠINĖN */
}

.nl-logo {
  display: block;
  width: 150px;
  height: 43px;
  background: url('../images/trevena_nkvc.png') no-repeat right center;
  background-size: contain;
}

/* =============================================
   Pilnas modernus puslapio konteineris (kaip new_login)
   ============================================= */

.nl-page-container {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

.nl-footer {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  color: #8b97a7;
}

#footer{
	border-top: 1px solid #ddd;
	background-color: #f0f0f0;
	padding: 10px;
}
