_:-ms-fullscreen, :root body > header {
    position: relative;
    top: 0;
}

.breadcrumbs h1 {
	color: #253965;
	font-weight: 500;
	font-size: 1.71rem;
	margin-bottom: 0px;
	line-height: 25px;
	padding: 15px 0;
	margin-top:0;
}

body > header h1 a {
	display: block;
	padding-left: 53px;
	background: url(https://prijava.eid.gov.rs/authenticationendpoint/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(../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(../img/htsep.svg) 0 50% no-repeat;
        background-size: auto;
    background-size: 1px 13px;
}

body > header .lang .ll-active a::after {
    content: "";
    background: url(../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://prijava.eid.gov.rs/authenticationendpoint/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(../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(../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() 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;
}

/*Toolttip mobile app update message*/
[data-tip] {
	position:relative;

}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid red;	
	position:absolute;
	top:50px;
	left:55px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:55px;
	left:-30px;
	padding:8px 11px;
	background:red;
	color:#fff;
	z-index:9;
	font-size: 0.80rem;
	height:18px;
	line-height:18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}

/************************************/
/*NEW DESIGN*/

/*NAV TABS*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #253965;
	font-size:1rem;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #253965;
}

.nav-tabs>li{
	border:1px solid #253965;
	width:33.33%;
}

.nav-tabs>li>a {
    margin-right: 0 !important;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #253965;
}

.nav>li>a{
	padding:5px 10px 0 !important;
}

/*MOBILE ACCORDION*/

.article-content ol li:before, .article-content ul li:before {
    margin-right: 0px !important;
    color: #4a90e2;
    font-weight: 700;
    content: "";
}


/*All*/
.section-auth-style{
	
	margin-top:20px;
	margin-bottom:20px;
}

.tab-content,
.nav-tabs:after{
	/* border-right: 1px solid #253965; */
}

.nav-tabs{
	border-right: 1px solid white !important;
}

.up-style{
	font-size: 1rem;
	color: #253965;
	padding: 5px;
	height: 50px;
}

/*Flex*/
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.up-mt{
	margin-top: 20px !important;
}

.up-pt{
	padding-top: 20px !important;
}

.up-mb{
	margin-bottom: 20px !important;
}

.up-link{
	font-weight:700;
	text-decoration: underline !important;
}

.aetButtonNew {
	width: 100%;
	color: #fff !important;
	background:#017932;
	font-size: 1.14rem;
	font-weight: 700;
	cursor: pointer;
	padding: 14px 0;
	display: inline-block;
	text-align: center;
	border-style: none;
	margin-top:15px;
}

.input-style{
	border: 1px solid #253965;
}

.user-lg{
	background: url('https://prijava.eid.gov.rs/authenticationendpoint/img/icon-user-lg.svg');
	height: 55px;
    width: 55px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 15px;
	margin-bottom: 5px;
	display: inline-block;
}

.user-lg.user-certificate-lg {
    background: url(https://prijava.eid.gov.rs/authenticationendpoint/img/icon-certificate-lg.svg) !important;
}


/*.user-certificate-lg {
    background: url(https://prijava.eid.gov.rs/authenticationendpoint/img/icon-certificate-lg.svg) !important;
}*/

.user-mobile-lg{
	background: url('../img/icon-mobile-lg.svg') !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.up-style-mob{
	margin-bottom: 5px !important;
	margin-top: 10px !important;
}

a {
    text-decoration: none !important;
}

.aetButtonNew:hover{
	color:#fff !important;
}

.up-link:hover{
	cursor: pointer !important;
}

.inserted-ul a:hover{
	color: white !important;
}

.aetButtonNewP{
	padding-right: 0 !important;
    padding-left: 0 !important;
}

.mb-30{
	margin-bottom:30px;
}

.login-box-up{
	background-color:#f3f9ff;
}

.gen-form .form-row{
	padding-left: 22px !important;
	margin-bottom: 15px !important;
}

.aetButtonMargins{
	margin: 6px !important;
}

.form-group-mb-0 {
    margin-bottom: 0px;
}

.aetB-d-flex{
	position: relative;
    display: flex;
    justify-content: flex-start;
}

.aetButton-green{
	background: #017932 !important;
}

.up-span{
		display:none;
	}
	
.fa-style{
	background: url('../img/icon-user-selected.svg') !important;
    height: 30px !important;
    width: 30px !important;
    display: block !important;
    background-size: 100% 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
	
.fa-style1 {
    display: block;
    margin: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
	text-align:center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.password-recoved-link{
	color: #253965;
}

.w-md-17,
.w-md-100{
	width:100% !important;
}

.w-md-83{
	width:0% !important;
}

.mb-15{
	margin-bottom: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #fff !important;
}

.link-bottom{
	font-size: 1rem;
    color: #253965;
}

.icon-certificate{
	background: url('https://prijava.eid.gov.rs/authenticationendpoint/img/icon-certificate.svg') !important;
	height: 30px;
    width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-top: 4px;
}

.icon-mobile{
	background: url('https://prijava.eid.gov.rs/authenticationendpoint/img/icon-mobile.svg') !important;
	height: 30px;
    width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-top: 4px;
}

.icon-user{
	background: url('') !important;
	height: 30px;
    width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-top: 4px;
}

.nav-tabs li.active .icon-user{
	background: url('') !important;
}

.nav-tabs li.active .icon-certificate{
	background: url('https://prijava.eid.gov.rs/authenticationendpoint/img/icon-certificate.svg') !important;
}

.nav-tabs li.active .icon-mobile{
	background: url('https://prijava.eid.gov.rs/authenticationendpoint/img/icon-mobile.svg') !important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.aetButton-green:hover{
	color:white;
}

.mb-xs-20{
	margin-bottom:20px;
}

.up-style-desc{
	font-size: 0.9rem;
	color: #253965;
}

.bd-callout-info {
    border-left-color: #a33943 !important;
}
.bd-callout {
    padding: 1.25rem;
	margin-top: 35px;
    border: 1px solid #9b9b9b;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}

.bd-up-f-style{
	font-size: 1rem;
    color: #a33943;
    padding: 5px;	
}

.obBtn {
    margin-bottom:5px;
	padding: 50px 0;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border: 2px solid #253965;
}

.obBtn:hover {
    color:white;
}

.obItalic{
    font-style: italic!important;
}

.ob-font-weight-bold {
    font-weight: 700!important;
}

.ob-alb-img {
    background: url(../img/eAlbaniaLogo.png) center center no-repeat transparent !important;
}

.ob-mkd-img {
    background: url(../img/rsz_uslugi.png) center center no-repeat transparent !important;
	background-size: 100% 100%;
}

#menuLanguage a:hover{
	color:white;
}

.mb-xs-60{
	margin-bottom:60px;
}

.mx-25{
	margin-bottom:25px;
	margin-top:25px;
}

.icon-user-ob{
	background: url('../img/ObLogo_normal_104x32.png') !important;
	height: 32px;
    width: 33px;
}

.nav-tabs li.active .icon-user-ob {
    background: url(../img/ObLogo_white_104x32.png) !important;
}