/*
	
	Farbschema
	Logo:		#325D78
	Contrast1:	#617D87
	Contrast2:	#C3C7C3
	Contrast3:	#E9DEDC
	Light:		#FAF8F1
	Alert:		#DC6B68
	Warning:	#E28F2B
	OK:			#519A98
	
*/

/* roboto-regular - latin */

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  /*max-width: 960px;*/
  max-width: 90%;
}

.std-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 210px;
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #201e1e;
  text-align: left;
  background-color: #F4F4F4/*#eaeaea*/;
  
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1;
}

a {
  color: #325D78;
  text-decoration: none;
  background-color: transparent;
}

.headtag {
  color: #325D78;
  font-weight:bold;
  padding-right:30px;
}

.adm-card-txt a {
  color: #325D78;
  text-decoration: underline;
  background-color: transparent;
}

.adm-card-txt a:hover {
	color: #519A98;
	text-decoration: none;
  background-color: transparent;
}

.btn-primary {
  color: #fff;
  background-color: #325D78;
  border-color: #325D78;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

.form-control:focus{
	box-shadow: 0 0 0.5em #617D87;
	border-color:#617D87;
}

.adm-card-headertxt{
  font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 800;
  line-height: 1.2;
  color: #C3C7C3
}

.adm-card-header {
    padding: 0.75rem 1.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
}

.adm-card-txt {
	color: #325D78;
	font-weight: 900;
}

.dividermenu{
  padding: 0.7rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  background-color: #C3C7C3;
  color:#ffffff;
  margin-bottom: 0.6rem;
  margin-left:0px;
  margin-right:0px;
}


.btn .mdi::before {
  line-height: normal;
}

.mdi-autorenew::before {
  content: "sdf";
}
.mdi-set, .mdi::before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 24px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-dmenu{
	background-color: #325D78;
	border: 3px solid #325D78;
	color:#ffffff;
}

.btn-dmenu:hover{
	background-color: #519A98;
	border: 3px solid #519A98;
	color:#FFFFFF;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #DC6B68;
  border-color:#DC6B68;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-ax01{
  background-color: #DC6B68;
  color:#fff;
}

.btn-ax01:hover {
  color: #fff;
  background-color: #325D78;
  border-color: #325D78;
}

.btn-atex {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}

.list-atex {
  color: #fff;
	background-color: #aaaaaa;
  border-color: #aaaaaa;
}

.btn-atex:hover {
  color: #fff;
  background-color: #325D78;
  border-color: #325D78;
}

.badge-atex {
  color: #fff;
  background-color: #2f2f2f;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
    
.btn-outline-primary, .btn-outline-primary.disabled{
  border-color: #325D78;
  color: #325D78;
}

.footer {
  margin-top:10px;
  width: 100%;
  height: 30px; /* Set the fixed height of the footer here */
  line-height: 20px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

  .btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}