body {
  overflow-y:scroll;
  font-family: "Open Sans", sans-serif;
}
.app-header {
  height:120px;
  background-color:#f8f8f8;
  box-shadow:0 3px 5px rgba(0, 0, 0, .35);
}
.app-header-content {
  width:1140px;
  display:flex;
  padding:1em;
  margin:0 auto;
}
.app-header-text {
	color:#000;
	margin-left:2em;
  margin-top:10px;
 
  font-family: arial, Verdana, sans-serif;
  line-height: 1.2;
  color: #000;
  width:600px;
}

.page-footer-btn.btn-delete,
.page-footer-btn.btn-delete:hover {
  background-color: red;
}

.app-header1 {
  font-size: 15px;
  color: #7d7d7d;
}
.app-header2 {
	font-size:24px;
}
.app-header3 {
	font-size:16px;
}

.app-content {
  padding: 0px 0 0 0;
  min-height:600px;
}

.menuright {
  text-align:right;
  margin-top: 10px;
}

.footer {
  text-align: center;
  margin-top: 0px;
  background-color: #f8f8f8;
  text-align: center;
  border-top:solid 1px #e5e5e5;
}
.footer-site-title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  padding-top: 25px;
  white-space: nowrap;
  position: relative;
  left: 20px;
}
.footer-logo-block {
  padding:10px 0 5px 10px;
}
.footer-stats-block {
  padding:15px 10px;
  background-color: #067fc3;
}
.copyright {
  font-size: 13px;
  color: #fff;
  text-align: left
}
.stats {
  font-size: 13px;
  color: #fff;
  text-align: right
}
.footer-copyright {
  font-size: 13px;
  color: #a1a1a1;
  text-align: left;
  padding:3px 0px 5px 10px;
  display:block;
  background-color:#fff;
}
.address {
  width: 50%;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  text-align: center;
  padding-top: 28px;
  white-space: nowrap;
}


.lang-list {
	display:block; min-width:120px;
  text-align:right;
}
.lang-link, .lang-active, .link-top {
	display: inline-block;
	color: #337ab7;
	font-size:16px;
	cursor: pointer;
	text-transform: uppercase;
	
	line-height: 25px;
	padding: 8px 9px;
	transition: .2s;
}

.lang-active {
	background-color: #f4f4f4;
	font-weight: 700;
  border-radius: 50%;
}

.mpass-logo {
	background-image: url(images/mpass-logo64.png); height:64px; width:208px; display:inline-block;  
	margin-top:60px!important;
}

.ico {
	display: inline-block;
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.75rem;
	background-size: cover;
}
.ico-person {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.mud-icon-root.mud-svg-icon {
  vertical-align: middle;
}

.mud-input-helper-text {
  color: rgb(0 35 171);
}

.mud-table-loading {
  position: absolute;
  width: 50%;
  margin-left: 15%;
  margin-top: 5%;
}

.mud-dialog {
  background-color:#d3d6de;
}

.mud-dialog .mud-dialog-content {
  background-color: #fff;
  padding: 1em 1em;
  margin: 0em 1em;
}

.mud-dialog-width-xxl {
  height: 100%;
}

.mud-button {
  padding-top:5px;
  padding-bottom:2px;
  background-color: #067fc3;color: #fff;
	border: solid 1px rgba(0, 0, 0, 0);
	box-shadow:rgba(255, 255, 255, 0.4) 0px 1px 0px 0px inset;

}
.mud-button:hover {
  background-color:#0096ff; border-color:#0079ca; color:#fff;
}
.grid-btn-search, .grid-btn-reset { width:100%; }


.button-3d {
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
  outline-offset: 4px !important; 
}

.button-3d:hover {
  background-color: #067fc3 !important;
}

.button-3d-span {
  padding: 8px 8px 0px 8px !important;
  transform: translateY(-6px);
  background-color: #0593e6;
}

.button-3d:active .button-3d-span {
  transform: translateY(-2px);
}

.description-file-checkbox {
  padding-top:4px;
}

.btn-main {
  background-color:#ca8a13;
}

.mud-table-root {
	border-top:solid 1px #f1f1f1;
	table-layout:fixed;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.air-dg-auto .mud-table-root { table-layout:auto;}
.air-w-50 {width:50px; max-width:50px;min-width:50px;}
.air-w-75 {width:75px;max-width:75px; min-width:75px;}
.air-w-100 {width:100px;max-width:100px; min-width:100px;}
.air-w-125 {width:125px; max-width:125px; min-width:125px;}
.air-w-150 {width:150px; max-width:150px; min-width:150px;}
.air-w-175 {width:175px;max-width:175px; min-width:175px;}
.air-w-200 {width:200px;max-width:200px; min-width:200px;}
.air-w-225 {width:225px;max-width:225px; min-width:225px;}
.air-w-250 {width:250px; max-width:250px;min-width:250px;}
.air-w-275 {width:275px; max-width:275px;min-width:275px;}
.air-w-300 {width:300px; max-width:300px;min-width:300px;}
.air-w-400 {width:400px;max-width:400px; min-width:400px;}
.air-w-500 {width:500px; max-width:500px; min-width:500px;}
.air-nowrap { white-space:nowrap; overflow:hidden; }

.air-mw-50 {min-width:50px;}
.air-mw-100 {min-width:100px;}
.air-mw-150 {min-width:125px;}
.air-mw-200 {min-width:200px;}


th.mud-table-cell {
	background-color:#f5f5f5;
	border-bottom:solid 1px #d3d6de;
	border-left:solid 1px #d3d6de;
}
th.mud-table-cell:first-child {
	border-left:0;
}

.mud-table-body {
	cursor:default;
}
/*
.mud-table-body>.mud-table-row:hover {
	background-color: #f5f5f5;
}
*/
.mud-table-selected {
	background-color: #3e9eff!important;
}
.mud-table-selected>.mud-table-cell {
	color:#FFF!important;
}
.mud-table {
	box-shadow:none;
}
.mud-table-root {
	/*border:solid 1px #d3d6de;*/
}
.mud-table-pagination-toolbar {
	border-top:0;
}

.mud-toolbar {
	padding-left:0;

}

.ec-home {
  display:flex;
  flex-direction:row;
  justify-content:center;
  margin-top:2.5em;
}



.home-column {
  display:flex ;
  flex-direction:column;
}

.ec-home-btn {
  display: block;
  width:540px;height: 140px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  transition: .2s;
  color: #2b3c73;
  padding: 20px 0px 0 0;
  display: inline-block;
  margin:20px;
  background-color: rgb(233, 243, 248);
  color: rgb(42, 60, 115);
  text-align:center;
}

.ec-home-btn > img {
  vertical-align: top;
}

.ec-home-btn > i {
  display:inline-block;
  vertical-align: top;
  background-image: url(../images/spritesheet.png);
  width: 90px;
  height: 90px;
}
.ec-home-ico3 { background-position: -360px -180px; }
.ec-home-ico2 { background-position: 0 -180px; }
.ec-home-ico1 { background-position: -360px 0; }
.ec-home-ico4 { background-position: -450px 0; }
.ec-home-ico5 { background-position: -360px -360px; }
.ec-home-ico6 { background-position: -180px 0; }
.ec-home-ico7 { background-position: 0 0; }

.ec-home-btn>span {
  display:inline-block;
  margin-top:10px;
  width:300px;
  height:80px;
  font-size: 26px;
  font-weight: 600;
}

.ec-home-btn:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #067fc3;
}

.ec-main-btn {
  display: inline-block;
  margin-top:50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow:    0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 8px 0 #c5376d, 0 15px 20px rgba(0, 0, 0, .35);
  box-shadow: 0 8px 0 #384fed, 0 15px 20px rgba(0, 0, 0, .35);
  -webkit-transition: -webkit-box-shadow .1s ease-in-out;
  -moz-transition: -moz-box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out;
  font-size: 24px;
  color: #fff;
}

.ec-main-btn>span {
  display: block;
  width:420px;
  padding:20px 0;
  text-align:center;
  background-color: #65a3ff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(338, 90%, 80%, .8)), to(hsla(338, 90%, 70%, .2)));
  background-image: -webkit-linear-gradient(hsl(208.21deg 100% 67.28% / 80%), hsl(227.6deg 98.28% 62.78% / 20%));
  background-image: -moz-linear-gradient(hsla(338, 90%, 80%, .8), hsla(338, 90%, 70%, .2));
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
  -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
  font-family: 'Pacifico', Arial, sans-serif;
  line-height: 50px;
  text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
  -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
  -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
  transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.ec-main-btn:hover>span {
  background-color: #6aa4ec;
  text-shadow: 0 -1px 1px rgb(50 78 177 / 90%), 0 0 5px rgba(100, 100, 100, .5);
}

.ec-main-btn:active, .ec-main-btn:focus {
  -webkit-box-shadow:    0 8px 0 #384fed, 0 12px 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 8px 0 #384fed, 0 12px 10px rgba(0, 0, 0, .3);
  box-shadow:    0 8px 0 #384fed, 0 12px 10px rgba(0, 0, 0, .3);
}

.ec-main-btn:active>span {
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  transform: translate(0, 4px);
}


/* Fixes mudblazor tabs */
.tabfix .mud-tab-slider.mud-tab-slider-horizontal {
	height: 0px;
}

.tabfix .mud-tab.mud-tab-active {
	border-bottom: 2px solid var(--mud-palette-primary);
}
/**/





.flex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.row {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.ec-first-column {
	margin: 0px 0px 20px 20px;
	font-weight: bold;
	font-size: 20px;
	width: 200px;
}

.ec-second-column {
	margin: 0px 0px 20px 70px;
	background-color: antiquewhite;
	font-size: 20px;
}

.page-header {
  font-size: 28pt;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 12px 0;
  background-color: #067fc3;
  margin-bottom: 1em;
  color: #fff; text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  box-shadow: 0px 3px 6px #939393;
}

.page-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.statusbox {
  display: block;
  margin: 0 auto 0 auto;
  background-color: #e9f3f8;
  padding: 2em 1em;
  border: solid 1px #d8e9fd;
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  width:970px;
  margin-top:2em;
}
.statusmin {
  margin-top:3%;
  width:600px;
}

.statusheader {
  font-size:26px;text-align: center; padding-bottom:1em; font-weight:600;
  
}

.statustext {
  font-size:18px;text-align: center;
  
}
.statusbuttons {
  text-align:center;
  margin-top:2em;
}
.statusbutton {
  min-width:100px;
  font-size: 16px;
  color: #fff !important;
  padding: 6px 1.5em 4px 1.5em;
  margin:0 8px;
  cursor:pointer;
}
.statusbutton:hover {
  background-color: #0096ff!important;
  
}

.page-footer {
  display: flex;justify-content: space-between; align-items: center;

	margin-top:1em;
  border-top:solid 1px #e5e5e5;
	background-color:#f8f8f8;
	padding:1em;
}
.page-footer-btn {
  white-space: nowrap;
	min-width:120px;
	padding:7px 1.5em 4px 1.5em;
	margin-left:1em;
}

.page-footer-left,.page-footer-right {
  display:flex; align-items: center;
}
.page-footer-comment {
  font-style:italic; display: flex; align-items: center;
}

.dialog-preview-frame {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 60px);
}
.dialog-bg {
  position:absolute;top:0;left:0;right:0;bottom:0;z-index:10000;
  overflow:hidden;margin:0;padding:0;
  background-color:rgba(0, 0, 0, .3);
}

.dialog {
  position:absolute;top:50px;left:50px;right:50px;bottom:50px;z-index:10000;
  overflow:hidden;
  margin:0;padding:0;
}
.dialog-frame {
  width:100%; height:100%;
}
.dialog-btn-close {
  position: absolute;
  right: 40px;
  top: 50px;
  background-image: url(images/close-48.png);
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.report-dialog-header.error-header {
  color: red;
}

.report-dialog-header.confirm-header {
  color: orange;
}

.report-dialog {
  width: 700px;
  background-color: rgb(233, 243, 248) !important;
}

.report-dialog-header {
  color: rgb(42, 60, 115);
}

.dialog-saved-templates {
  flex-direction: column;
}

.grid-btn-reset {
  background-color: coral;
}

.grid-btn-reset:hover {
  background-color: coral;
}

.report-dialog-content {
  background-color: rgb(233, 243, 248) !important;
  color: rgb(42, 60, 115);
  font-size: 20px;
  display: flex;
  flex-direction: row;
}

.cancel-btn {
  background-color:red;
}

.cancel-btn:hover {
  background-color: red;
}

.statistics-header-cell .created-year {
  max-width: 30px !important;
  min-width: 30px !important;
}

.statistics-header-cell .created-date {
  max-width: 110px !important;
  min-width: 110px !important;
}


@media (min-width: 768px) {
    .page-container,
    .page-footer-page-modify {
        width:750px;
    }
}

@media (min-width: 992px) {
  .page-container,
  .page-footer-page-modify {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .page-container,
  .page-footer-page-modify {
    width: 1170px;
  }
}