_:-ms-fullscreen, :root body > header {
    position: relative;
    top: 0;
}

.breadcrumbs h1 {
	color: #253965;
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 0px;
	line-height: 25px;
	padding: 20px 0 11px;
	margin-top:100px;
}

body > header h1 a {
	display: block;
	padding-left: 53px;
	background: url(https://eid.gov.rs/img/logo.svg) no-repeat 0 50%;
	background-size: 40px 55px;
	overflow: hidden;
}

header div.container h1 a {
	text-decoration: none;
}

.registrationPortalHome {
	line-height: 1.2;
}

.naslov {
	font-size: 17px !important;
	font-weight: normal !important;
	display: block;
}


header nav>ul>li a{
	padding-left: 5px;
}

header nav>ul>li:hover{
	background-color:#d2e7ff;
}

header nav>ul>li>ul li a {
	padding: 14px 50px 14px 10px;
}
ul {
	padding-left: 0px;
}

.inserted-ul,
.inserted-ul li{
	left:0;
}

.aetButton {
	width: 100%;
	color: #fff;
	background:#253965;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	padding: 14px 0;
	display: inline-block;
	text-align: center;
	border-style: none;
}
		
body > header nav > ul > li.has-child > a {
    padding-right: 42px;
    background: url(https://eid.gov.rs/img/menudd.svg) no-repeat calc(100% - 18px) 50%;
	background-size: auto;
    background-size: 10px 7px;
}

body > header .lang .ll-active {
    padding-left: 9px;
    margin-left: 8px;
    margin-right: -8px;
    padding-right: 8px;
    background: url(https://eid.gov.rs/img/htsep.svg) 0 50% no-repeat;
        background-size: auto;
    background-size: 1px 13px;
}

body > header .lang .ll-active a::after {
    content: "";
    background: url(https://eid.gov.rs/img/langdd.svg) no-repeat;
	background-size: auto;
    background-size: contain;
    position: absolute;
    right: 0;
    width: 8px;
    height: 5px;
    top: calc(50% - 2px);
}

footer .site-title {
    padding: 37px 0 20px 70px;
    background: url(https://eid.gov.rs/img/grb.png) no-repeat 0 50%/50px auto;
}

.foot-top a::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 15px;
    background: url(https://eid.gov.rs/img/totop.svg) no-repeat 0 40%;
}


@media screen and (max-width: 990px)
body > header .mobile-handle {
    position: absolute;
}

@media screen and (max-width: 990px)
body>header .mobile-handle {
    display: block;
    width: 41px;
    height: 41px;
    box-sizing: border-box;
    border: 1px solid #253965;
    border-radius: 22px;
    position: fixed;
    top: 15px;
    right: 10px;
    background: url(https://eid.gov.rs/img/menu-handle.svg) no-repeat 50% 50%;
    background-size: 19px 13px;
    z-index: 10;
}

@media only screen and (max-width: 760px) {
    body > header .mid-sep {
        bottom: 93px;
    }

    body > header {
        height: 95px;
    }
	
	body > header h1 a {
	display: block;
	padding-left: 53px;
	background: url(https://eid.gov.rs/img/logo.svg) no-repeat 0 50%;
	background-size: 40px 55px;
	overflow: hidden;
}

    .naslov {
        padding-right: 52px;
        font-size:17px !important;
    }
}

@media screen and (max-width: 990px) {
    body > header .mobile-handle{
        position:absolute;
    }
    body > header.open  {
    
        width: 100vw;
    }
    body > header.open .mobile-handle {
        background-color: #253965;
      
    }
    body > header.open .right {
        right: 24%
    }
}
div#removeLine:after{
    display:none;
} 
#toast-container > .toast-error, #toast-container > .toast-success {
    top: 50px !important;
}
.page-content h4 {
    color: #253965;
    font-size: 20px;
    font-weight: 700;
}