html {
	position: relative;
	height: 100%;
}

body {
	
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	color: #434c5e;
	background-color: #fff; /* #f5f6f7;*/
	margin: 0;
}

h1 {
	font-size: 3em;
	line-height: 1.05em;
	margin: 1rem 0 1.5rem 0;
}

h2 {
	font-size: 2.25em;
	line-height: 1.25em;
	
}

h3 {
	font-size: 1.75em;
	line-height: 1em;
	margin: 1rem 0 1.5rem 0;
}

h4 {
	font-size: 1.125em;
	line-height: 1.222222em;
	margin: 1rem 0 1.5rem 0;
}

p {
	margin: auto;  /*сложил съм го така защото текст едитора прави всеки нов ред в с '<p>'*/
}

blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

@media only screen and (max-width: 991px) {
	h1 {
		font-size: 2em;
		line-height: 1.25em;
	}
	h2 {
		font-size: 1.625em;
		line-height: 1.15384615em;
	}
	h3 {
		font-size: 1.375em;
		line-height: 1.13636364em;
		margin: 0.5rem 0 1rem 0;
	}
	h4 {
		font-size: 1.125em;
		line-height: 1.111111em;
	}
}


ul {
	list-style: none;
}

a {
	text-decoration: none;
	/* color: var(--primary-color); */
}


/***********************************************/
/* HEADER		 					   	       */
/***********************************************/
.header-wrapper {
	
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #ffffff;
}

@media only screen and (max-width: 991px) {
	.header-wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/***********************************************/
/* TOP MENU	                                   */
/***********************************************/

.top-menu {
	position: absolute;
	top: 0;
	right: 0px;
	padding-top: 0.5em;
	z-index: 1;
}

@media only screen and (max-width: 991px) {
	.top-menu {
		display: none;
	}
}

.top-menu .menu-option {
	display: inline-block;
	color: inherit;
	font-weight: normal;
	cursor: pointer;
}

.top-menu .menu-option a:hover {
	color: #035e7d;
}

.top-menu .menu-option .separator {
	position: inline-block;
	margin: auto 6px;
}

.top-menu .menu-option a {
	color: #495057;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/
.logo-container {
	height: 100px;
	background: 
						linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,1) 100%),
				        linear-gradient(to right,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,1) 100%), 
						url('../resources/images/fp1.jpeg');
					background-size: cover;
					background-position: bottom;
}

.logos-wrapper {
	position: relative;
}

.logos-wrapper .logo-gerb {
	position: absolute;
	left: 0;
	
}

.logo-gerb {
	width: 96px;
	top:2px;
}

.logos-wrapper .logo-text {
	position: absolute;
	left: 120px;
	top:0px;
}


@media only screen and (max-width: 991px) {
	.logo-container {
		height: 80px;
	}
	.logos-wrapper .logo-gerb {
		width: 76px;
		top:2px;
	}
	
	.logos-wrapper .logo-text {
		left: 100px;
		top:-10px;
	}
	
}
@media only screen and (max-width: 767px) {
	.logos-wrapper .logo-text {
		top:8px;
	}
}
@media only screen and (max-width: 640px) {
	.logo-container {
		height: 70px;
	}
	.logos-wrapper {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.logos-wrapper .logo-gerb {
		display: block;
		top:2px;
		width: 66px;
	}
	.logos-wrapper .logo-text {
		left: 80px;
		top:3px;
	}
}




/*********************************************************************************/
/* FOOTER              	                                                         */
/*********************************************************************************/
footer {
	background: #313131;
	position: relative;
	padding: 10px;
	color:#fff;
	font-size: 14px;
}

.footerLogoImg {
    width: 80px;
    height: 56px;  
}

.logoFooter {
    vertical-align: middle;
    text-align: center; 
}

.floatLeft { 
	float: left; 
}

.floatRight { 
	float: right; 
}


@media (max-width : 768px) {
	.verticalDivider {
		display: none;
	}
}

@media (min-width : 768px) {
	.horizontalDivider {
		display: none;
	}
}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/
.layout-main {
/*	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f6f7));
	background: linear-gradient(180deg, #fff, #f5f6f7);
	
	linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,1) 100%),
				        linear-gradient(to right,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,1) 100%), 
	 */
	
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,1) 100%),
				        linear-gradient(to right,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,1) 100%), 
						url('../resources/images/fp.png');
						background-repeat: no-repeat;
  background-attachment: fixed;
					background-position: bottom;
				/*	background-size: contain;*/
}

.page-content {
	margin-top:170px;
	flex: 1 0 auto;
	min-height: calc(80vh - 100px);
	
	
	
	
	}

.container {
	margin-right: auto;
	margin-left: auto;	
	
}


@media ( max-width : 767px) {
	.container {
		width: 98%;
	}
	.page-content {
		margin-top:130px;
		padding-top:2px;
	}
}

@media ( min-width : 768px) {
	.container {
		width: 98%;
	}
	.page-content {
		margin-top:140px;
		padding-top:2px;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 98%;
	}
	.page-content {
		margin-top:170px;
		padding-top:10px;
	}
}

@media ( min-width : 1240px) {
	.container {
		width: 1200px;
	}
	.page-content {
		margin-top:170px;
		padding-top:10px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}


/***********************************************/
/* SIDEBAR 					   	   */
/***********************************************/
.sticky-side {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/***********************************************/
/* NAVBAR	 					   	   */
/***********************************************/
.topnav {padding:1px;
	background-color:#607D8B; /*#005783;  #035e7d;*/
	overflow: hidden;
	text-align: center;
	color: #ffffff;
}

.topnav a {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	padding: 14px 18px;
	text-decoration: none !important;
	font-size: 16px;
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	border-bottom: 3px solid #607D8B;	
	
}

.topnav a:hover {
	color: #ffffff;
	animation-name: example;
	animation-duration: 0.25s;
	border-bottom: 3px solid #ffffff;
}

.topnav a.active {
	animation-name: example;
	animation-duration: 0.25s;
	border-bottom: 3px solid #ffffff;
}

.topnav .icon {
	display: none;
}

.topnav .nav-links {
	display: none;
}

@media screen and (max-width: 991px) {
	
	.topnav a {
	padding: 12px 16px;
	
	
}
	
	.topnav a.active {
		margin: 0px 50px;
	}
	
	.topnav a:not(:nth-last-of-type(-n+2)) {
		display: none;
	}
	.topnav a.icon {
		float: left;
		display: block;
	}
	.topnav .nav-links {
		float: right;
		display: block;
	}

	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive a.icon {
		position: absolute;
		left: 0;
		top: 0;
	}
	.topnav.responsive a {
		display: none;
	}
	.topnav.responsive a:not(:nth-last-of-type(-n+2)) {
		float: none;
		display: block;
		text-align: center;
	}
}



/*  login style*/
.eu-logo img {
  width: 100px;
  
}
.login-border {
	border-right: 2px solid rgba(130, 130, 130, .5);
}
.login-padding {
	padding-left: 20px; padding-right:20px
}
@media screen and (max-width: 768px) {
	.login-border {
		border-right:0px;
	}
	.login-padding {
		padding:0px
	}
}

.ui-button.button-blue {
	
	text-shadow: 0 1px 1px rgb(0 0 0 / 0.25);
	
	border-color:#005E8B;
	background: none;
	text-shadow: none;
	box-shadow: none;
	background-color: #005E8B;
	color: #ffffff;
}

.req:after {
	content: " *" !important;
	color: red;
	font-weight: bold;
}


.card {
        background-color: #fff;
        padding: 1.5rem;
        -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
        border-radius: 4px;
        margin: 2rem 0;
}
.card h3{
	margin: 0rem 0 1.5rem 0;

}
.card.card-container {
            background: #fff;
            border: 1px dashed;
            border-radius: 4px;
            padding: 24px;

            
        }
.invalid {
	border: 1px solid red !important;
}
.invalid-cal > input{
	border: 1px solid red !important; color: #000000 !important;
}

.line-separator{
	height: 1px;
	background: #DDDDDD;
	margin-top: 2px;
	margin-bottom: 5px;
}

.title {
	font-size: 1.125em;
	font-weight:bold;
	margin: 1rem 0rem 1rem 0;
}
body .ui-divider.ui-divider-horizontal{
	margin: 0.5rem 0;
}

.highlight {
    background-color: #5E81AC;
    color: #ffffff !important;
    
}

.ql-align-center {
  text-align: center;
}
.ql-align-right {
  text-align: right;
}
.ql-align-justify {
  text-align: justify;
}
