.desktop-nav {
	display: block !important;
    width: 100%;
    text-decoration: none;
    background-color: #2485c4;
    height: 44px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative !important;
}

.desktop-menu>li:last-child>a {
	border-right: 1px solid #66aad6 !important;
}
.big-title {
	color: #fff;
	position: absolute;
	left: 120px;
	top: 25px;
}
.right_user {
	float: right;
	color: #fff;
	padding-top: 10px;
	margin-right: 20px;
}
.right_user ul li {
	text-align: right;
	padding-top: 10px;
}
.right_user ul li.link {
	color: #1d9bd4;
}
.right_user ul li.credit span {
	color: #88ccff;
	font-weight: bold;
}
#main-content {
	min-height: 400px;
}
.login-top {
	margin-top: 50px;
}

@media screen and (min-width:768px) {
	.bottom-align {
		display: flex;
	    align-items: center; 
	    -webkit-align-items: flex-end;
	    justify-content: flex-end;
	    flex-direction: row;
		
	}
}


.modalo {

    position: fixed;
    z-index: 9999;
    top: 20%;
    left: 0;
    right: 0;
    width: 450px;
    margin:auto;
    padding: 15px 20px 17px 20px;
    background: #fff;
    background-size: 100px;
    border-radius: 4px;
    border: 1px solid #000;
    display: none;
    box-shadow: 0px 0px 15px #000;
    overflow:visible;
}

.modalo .header {
    margin: -15px -20px -0px -20px;
    padding: 15px 0px 15px 15px;    
    color:white;
    font-weight: bold;
    font-size: medium;
    border-bottom: #eee 1px solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modalo .error {
    background-color: #ff5e6a;
}

.modalo .info {
    background-color: #2485c4;
}

.modalo .success {
    background-color: #27AE60;
}

.modalo .content {
    
    margin: 0px -20px  15px -20px;
    padding: 15px 15px 15px 15px;    
    font-size: 14px;
    border-bottom: #eee 1px solid;
    
}


/* Ked je checkbox v dialog okne, chceme aby malo mensie margins  */
.content .checkbox {

    margin-top: 7px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;

}




.modalo .close-btn {
    background: url(close.png) no-repeat left center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 2000;
}

.modalo .btn {
    float: right;
    margin-left: 1em;
}

.modalo hr {
    margin-bottom: 10px;
}



.alert-overlay {
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.70;
    z-index: 9998;
}



.footer-copyright {
    float: right;
    color: gray;
    margin: 15px;
}