@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html {
  scroll-behavior: smooth;
  min-height: 100%;
}
body {
   background: transparent linear-gradient(122deg, #396CB1 0%, #1D3659 100%) 0% 0% no-repeat padding-box;
	font-family: 'Lato', sans-serif;
	height:100%;
	padding-bottom: 50px;
	 min-height: 100%;
}
*{
    font-family: 'Lato', sans-serif;
}
.container {
	width: 100%;
}
.navbarr{
	padding-top: 15.5px;
	padding-bottom: 15.5px;
}

.logo{
	margin-top: 2px;
	padding: 0px 38px;
	max-height: 67px;
}

.nowe-zgloszenie{
	width: 100%;
	background-color: #fff;
	color: black;
	/*height:75px;*/
	display: flex;
	align-items: center;
	padding: 0px 48px;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.nowe-zgloszenie div {
	font-size: 14px;
	padding: 20px;
}

.title-form{
	font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 26px;
    text-align: center;
}

/* ================= MENU NAWIGACYJNE ================= */

.navigation{
	position: -webkit-sticky;
	position: sticky;
	top: 220px;
	padding:0px;
}
.navigation-list{
	display: flex;
	flex-direction: column;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	margin-right: 20px;
	padding: 0px 10px 0px 0px;
}
.navigation-link:last-of-type{
	margin-bottom: 5px;
}
.navigation ul {
	margin-right: 20px;
    direction: rtl;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.navigation-link,
.navigation-link__active {
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 25px;
    text-transform: uppercase;
    opacity: .6;
    transition: opacity .3s;
    text-decoration: none;
    text-align: right;
    position:relative;
    
    background: none;
	outline: none;
	border: none;
}
.navigation-link__active {
	 opacity: 1;
     transition: opacity .3s;
     color: #FFFFFF;
     text-decoration:none;
     background: none;
	 outline: none;
	 border: none;
}

.navigation-link:hover,
.navigation-link__active:hover{
	opacity: 1;
    transition: opacity .3s;
     color: #FFFFFF;
     text-decoration:none;
}

.navigation-link__active::after{
	  content: '';
    height: 5px;
    width: 5px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    top: 50%;
    right: -13px;
      -ms-transform: translateY(-50%);
  		transform: translateY(-50%);
    background-position: top center, bottom center;
}
/* ================= GRUPA INPUTOW ITP ================= */

.input-section,
.header-section {
	padding:15px 30px;
}

.header-section{
	border-left: 4px solid #396CB1;
	font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    color: #212121;
    text-transform: uppercase;
}

.text-group{
	text-align: right;
	margin: 5px;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #212121;
}

.section {
    border-bottom: 1px solid #EBEBEB;
 }

 .group-input{
 	padding-bottom: 5px;
 	margin-top:5px;
 	margin-bottom:5px;
 }


/* ================= FORMULARZ ============== */
.form{
	background-color: #fff;
	padding-left:0!important;
	padding-right:0!important;
}
.form-control{
	width: 83.33333332%;
}


/* ================= INPUTY =================  */
.input-calendar{
    margin-top: 5px;
    max-width: 100%;
}

.inputCalendar,
.input-calendar:focus,
.input-calendar:focus *:focus,
.dijitInputContainer:focus,
.dijitInputContainer:active
{
    outline: none!important;
    box-shadow: none!important;
}

.inputControl{
	height: 29px;
}
.inputAreaControl,
.inputControl {
	 	margin-top:5px;
 	margin-bottom:5px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #212121;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #C4C4C4;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, 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;
	outline: none !important;
}



.uploadFile{
	height:25px;
}

/* ================= ZGODY =================  */

.text-group-decision{
	text-align:left;
	padding-left: 25px;
	padding-right: 25px;
}

.statement,
.other {
    display: flex;
    padding: 15px 40px 5px 40px;
}

.statementReq {
    display: flex;
    margin-right: 25px;
    width: 100px;
    justify-content: space-between;
}

.statementCheckbox {
    margin-right: 20px;
}


/* ================= PRZYCISKI =================  */
.actions {
    display:flex;
    justify-content: flex-end;
    padding: 20px 50px;
}
.btn-primary,
.btn-default {
	color: #ffffff;
    background-color: #396CB1;
    border-color: #396CB1;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    border-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 200px;
   
}
.btn-back {
	color: #396CB1;
    background-color: rgba(255, 255, 255, 0);
    border-color: #396CB1;
}
.btn-back:hover {
    color: #396CB1;
    background-color: rgba(230, 230, 230, 1);
    border-color: #2c5285;
}
.find-polise{
	padding-left:15px;
	
}

.action-button{
 	margin: 5px 10px;
}
.other{
	padding-right: 60px;
}

/* ================= MEDIA =================  */

@media (min-width: 768px) {
	.calendarr{
		padding-left: 0px;
	}
	.find-polise{
		margin-left: 0px;
	}
}

@media (max-width: 767px) {
	.text-group{
		text-align: left;
		margin-left: 5%;
	}
	.calendarr,
	.uploadFile{
	margin-left: 5%;
	}
	 .actions {
	 	display:flex;
	 	flex-direction: column;
	 	justify-content: center;
	 	align-items: center;
	 	padding: 20px 50px;
	 	
 	}
}


/*EDYCJA KALENDARZA
.dijitCalendarFocused,
.dijitCalendarFocused:active{
	max-width:300px;
}
.dbootstrap .dijitComboBox .dijitButtonNode.dijitArrowButton{
	width:50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items:center;
}
.dijitInputContainer {
	border: none;
	color: #396CB1;
	padding-left:20px !important;
}

.dijitPopup *, 
.dijitCalendarPopup *{
	max-width:300px!important;
}

*/

.input-alert{
    display: flex;
    flex-direction: column;
    color": #aaa;
}
.calendarr{
	display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.help-block,
.has-error {
	color: #a94442;
}
.has-error-input,
.has-error-input-calendar
	{
	border: 1px solid #a94442!important;
}
.footer{
	display: flex;
	justify-content: center;
	color: #fff;
}


/*ZAPISANO*/
.group-button{
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.save-panel{
	background-color: #fff;
	padding-left:0!important;
	padding-right:0!important;
	max-width:50%;
}
@media (max-width: 767px) {
	.save-panel{
		max-width:80%;
	}
}
.panel-section{
	display: flex;
    justify-content: center;
    margin-top: 100px;
}
.text-section {
	text-align:center;
	padding:20px 40px;
}


/* Nowe od 11.02.2026 */
.d-flex {
	display: flex;
}
.jc-between {
  justify-content: space-between;
}
.ai-center {
  align-items: center;
}
.w-100{
	width: 100%;
}