/*-
@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/AvenirNextCyr-Regular.otf') format('opentype'),url("/fonts/Avenir-Roman/avenir-romand41d.eot?#iefix") format("embedded-opentype"), url("/fonts/Avenir-Roman/avenir-roman.woff") format("woff"), url("/fonts/Avenir-Roman/avenir-roman.ttf") format("truetype"), url("/fonts/Avenir-Roman/avenir-roman.svg#Avenir") format("svg")
}

@font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/AvenirNextCyr-Bold.otf') format('opentype'),url("/fonts/Avenir-Heavy/avenir-heavyd41d.eot?#iefix") format("embedded-opentype"), url("/fonts/Avenir-Heavy/avenir-heavy.woff") format("woff"), url("/fonts/Avenir-Heavy/avenir-heavy.ttf") format("truetype"), url("/fonts/Avenir-Heavy/avenir-heavy.svg#Avenir") format("svg")
}*/
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Montserrat-Regular.ttf') 
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/Montserrat-Bold.ttf')
}
body {
    font-family: 'Montserrat';
}
header {
    height:120px;
    background-color:black;
    height: 150px;
   	padding-top: 0;
	padding-bottom: 0;
    overflow-x: hidden;
}

header:after
{
    position:absolute;
    top:118px;
    width:100%;
    content:' ';
    border: 1px solid #FFDF1B;
    height:0px;
}
.card {
  height: 30px;
  width: 120px;
  float: left;
  background: #D26;
  border: 2px solid #333;
  background-color: #FFDF1B;
  border-radius: 5px;
  margin: 0px 5px 6px 0px;
  padding:4px 15px 5px 10px;
  cursor: pointer;
  text-align: center;
}

.upper
{
	text-transform: uppercase;
}
#culture-selectors
{
    position:absolute;
    right:100px;
    z-index:2;
    top:35px;
    color:white;
}

#logo a {
	content: ' ';
	background: url('/afbeelding/Header zonder lijn1.svg') no-repeat;
	background-size: auto 80px;
	z-index: 1;
	top: 50px;
	width: 310px;
	position: absolute;
	height: 100px;
}
#logo h1 a span
{
    visibility:hidden;
}


#header-container 
{
    margin-left: 150px;
    margin-right: 150px;
}
#Login {
	position: absolute;
	right: 80px;
	width:250px;
	top: 60px;
}
	#Login a, #Login a:hover {

		color: lightgray;
		   text-decoration: none;
	}

	#Login img {
		height: 20px;
		float: left;
		padding-right: 5px;
	}
#Fullname {
	float: left;
	padding-right: 5px;
	color: white;
}


#culture-selectors a, #culture-selectors a:hover {
	padding-left: 5px;
	padding-right: 5px;
	color: lightgray;
	text-decoration: none;
}
#culture-selectors a.selected {
    font-weight: bold;
    color:white;

}

.center {
    text-align: center;
}
.copyright {
      
    margin-top:20px;
    margin-bottom:10px;
}
.ecs-color, .ecs-color:hover {
	background-color: #00B0B7 !important;
	border: 0px solid;
	color: white !important;
}
.ecs-home-button,.ecs-home-button:hover
{

    background-color:#00B0B7 !important;
    border: 0px solid;
    margin-top:20px;
    position:relative;
}

.table-hover td
{
  cursor:pointer;
}



h1 {
    text-transform: uppercase;
    font-weight: bold;
}

.front
{
    margin-bottom:10px;
    width:350px !important;
    height: 33.5px; 
    
}

.front1
{
    margin-top:0px;
    width:370px;  
}
.HeaderText 
{
    font-weight:bolder;
    font-size: 2.1em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
    color:black;
}
.HeaderText1 {
    font-weight: bolder;
    font-size: 1 em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: black;
}
.full-width 
{
    margin: auto;
    width: 100%;
    border: 0px solid #DDDDDD;
    padding: 2%;
}
.document {
    text-align: center;
    border-radius: 10px;
    border: 2px solid lightgray;
    padding: 20px; 
    margin-left:10px;
    width: 120px;
    height: 120px;  
    float: left;  
}
.form-control 
{
    height: 33.5px; 
}
.error 
{
    margin-top:20px;
    color:red; 
}
.empty {
    height: 100px;
}
.container-2 {
	position: absolute;
	background: url("/afbeelding/set opgedroogd.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	top: 150px;
	bottom: 0px;
}


.container-1 
{
    margin-top:50px;   
    margin-left: auto;
    margin-right: auto;
    width: 410px;
    background-color:#FFDF1B;
    padding:30px;
}
	.container-1 input, .bootstrap-select, .front1 {
		width: 100% !important;
	}
footer {
    position: fixed;
    bottom: 0px;
    background-color: #FFDF1B;
    width: 100%;
    overflow-x: hidden;
}
footer:before, .footer2:before {
        content: ' ';
        margin-top: 10px;
        display: block;
        border: 5px solid black;
        background-color: black;
        height: 0px;
    }
.footer2 {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top:3px;
    background-color: #FFDF1B;
    text-align: center;
    height:150px;
}

#inhoud {
    margin-bottom:10px;
}
th img
{
    margin-left: auto;
    margin-right: auto;
    height:40px;
    vertical-align: central;
}
.white, .white a {
  color: #fff;
}

a.pdf {
  /*ckground-image: url(/afbeelding/adobe-pdf-icon.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 50px;
    padding-bottom: 20px;
    margin-right:20px;*/
    color:#00B0B7;
}

	



table.fixed-header tr {
width: 100%;
display: inline-table;
table-layout: fixed;
}



#sticky.stick {
     position: fixed;
    top: 0;
    z-index: 10000;
    background-color: white;
    width:96%;
}
table.fixed-header{
    
    margin-bottom:0px;
    width:100%;
}
table.fixed-header{
    width:100%;
}


#login-content {
	display: none;
	position: absolute;
	margin: 2px;
	right: 150px;
	top: 85px;
	z-index: 9999;
	border-spacing: 10px;
	background-color: #FFDF1B;
	padding: 5px;
}
	#login-content .form-control {
		margin-bottom:5px;
	}
@media screen and (max-width: 820px) {
	#culture-selectors {
		left: 0px;
	}
	#Login {
		right: 0px;
	}
	#logo a {
		left: 10px;
	}
	
}
@media screen and (max-width: 600px) {

	#logo  a {
		background: url('/afbeelding/Header zonder lijn2.svg') no-repeat;
		width:140px;

	}
	
}
@media screen and (max-width: 450px) {


	.container-1 {
		width: 100%;
		font-size: 50%;
		margin-left: 0px;
		margin-right: 0px;
		padding: 5px;
	}
}

@media screen and (max-height: 840px) {

	footer {
		display: none;
	}
}
