@font-face {
  font-family: 'SourceSansPro';
  font-style: normal;
  font-weight: normal;
  src: local('SourceSansPro'), url('../fonts/SourceSansPro-Regular.otf') format('truetype');
  color: #626970;
}

@font-face {
  font-family: 'VerlagBlack';
  src: url('../fonts/Verlag-Black.otf');
}

@font-face {
  font-family: 'VerlagBook';
  src: url('../fonts/Verlag-Book.otf');
}

.pagination>.active>a:hover
{
	background-color: #68488f !important;
	color: #fff !important;
}

.pagination>.active>a {
	background-color: #68488f !important;
	color: #fff !important;
}

.verlaglila {
    border: 0 none;
    font-family: VerlagBlack;
    background: transparent;
    position: relative;
    z-index: 200;
	font-size:20px;
	color: #68488f;
}
.verlaglila:-webkit-autofill {    
    -webkit-text-fill-color: #68488f;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;    
}
.verlaglila:focus {
    outline: none;
}
.verlaglila::placeholder {    
	color: #68488f;
}

.verlagszurke {
    border: 0 none;
    font-family: VerlagBook;
    background: transparent;
    position: relative;
    z-index: 200;
	font-size:15px;
	color: #626970;
}
.verlagszurke:focus {
    outline: none;
}
.verlagszurke:-webkit-autofill {    
    -webkit-text-fill-color: #626970;
}
.verlagszurke::placeholder {    
	color: #626970;
}

.verlagszurkebold {
    border: 0 none;
    font-family: VerlagBlack;
    background: transparent;
    position: relative;
    z-index: 200;
	font-size:15px;
	color: #626970;
}
.verlagszurkebold:focus {
    outline: none;
}
.verlagszurkebold::placeholder {
	color: #626970;
}


.btn {
 border-radius: 0px !important;
}

input::placeholder {
    opacity: 0.5;
}

html { height: 100%;
	font-family: SourceSansPro;		}
body {
    height:100%;
    min-height: 100%;
    background: #000000;
    color: #FFFFFF;
    position:relative;
	font-family: SourceSansPro !important;	
}
#header {
    height: 80px;
    width:100%;
    top:0px;
    left:0px;
    background: #FFFFFF;
    position:fixed;
	z-index:400;
}
#footer {
    height:40px;
    width:100%;
    bottom:0px;
    left:0px;    
}
#content {
	background-image: url('../images/alfa_background.jpg');
	background-repeat: no-repeat;
	background-size: cover;	
}
#content > div {
    padding: 70px 0;
}

#form_login {
    left      : 50%;
    top       : 50%;
    position  : absolute;
    transform : translate(-50%, -50%);
}

input {
    border-radius: 0px !important;
}

select {
    border-radius: 0px !important;
}

[role="form"] {
    max-width: 530px;
    padding: 15px;
    margin: 0 auto;    
    background-color: #f8f8f8;
	border-radius: 0px !important;
}

[role="form2"] {    
    padding: 15px;
    margin: 0 auto;
    background-color: #f8f8f8;
	border-radius: 0px !important;
}

[role="table"] {
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;    
    background-color: #f8f8f8;
	border-radius: 0px !important;
}

html, body {
    min-height: 100vh;
}

#content {
  margin-top: 100px;
}

.btn-primary {
	background-color: #68488f !important;
	color: #ffffff;
	border-color: #68488f !important;
}

a {
	color: #68488f !important;
}

.row {
	margin-left: 0px !important;margin-right: 0px !important;
}


.headerblock {
	display: inline-block;
	line-height:100px;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #003399;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}