/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700'); */
@import url(app.css);


@font-face {
    font-family: "Sansation";
    src: url("/assets/css/font/Sansation_Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "Sansation Light";
    src: url("/assets/css/font/Sansation_Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "Sansation Bold";
    src: url("/assets/css/font/Sansation_Bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
	
}


/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600');*/
/* @import url(blocks.css); */


* {
	border-radius: 0;
}

body {
 color: #808080;
 font-size: 1.125rem;
 line-height: 1.6;
 font-weight: 300;
}



}
body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #002964;
 text-decoration: none;
 /* font-size: 1.125rem; */
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #002964;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

.fa-circle-success {
	color: #2ecc71;
}
.fa-circle-info {
	color: #3498db;
}
.fa-circle-danger {
	color: #c0392b;
}

/*Advertising
------------------------------------*/

.left-navi-banner {
    display: flex;
    background-color: #fff;
    border: 1px solid #ddd;
	border-radius: 4px;
	/* width: 100%; */
	/* height: 86px; */
	align-items:center;
	justify-content:center;
	margin-bottom: 10px;
}

.left-navi-banner img {
	/* width: 100%; */
	/*max-width: 92px;*/
	/* max-height: 82px; */
	padding:6px;
	/* height: 50px; */

}

.left-navi-banner img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}


.list-group-head-banner {
    position: relative;
    display: block;
    padding: 0px 0px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
	font-size: 10px;
}

.list-group-head-banner img {
	margin: 4px;
	width: 100%;
	max-width: 684px;
}
.panel-body hr {
	margin-top: 20px;
	margin-bottom: 0px;

}

/* valdidatie email */
#confirmmail {
	color: red;
}


/* LOADER */

