* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: none;
  font-size: 12px;
  font-weight: 400;
}

textarea, input, button {
  outline: none;
}

.View {
  position: relative;
}

.ViewCtrl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.Window {
  position: absolute;
}

.Window.right {
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  overflow: hidden;
  background-color: white;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  background-color: #333C46;
}

h1 {
  font-size: 36px;
  font-weight: 200;
  margin-bottom: 20px;
}

p.subtitle {
  color: #b5dfb7;
  position: relative;
  top: -10px;
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 10px;
}

.material.StringView {
  padding-top: 14px;
}

.material.StringView > input, .material.StringView > textarea {
  -webkit-transition: border-bottom 250ms ease 0ms;
  transition: border-bottom 250ms ease 0ms;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #212121;
}

.material.StringView > textarea {
  resize: none;
  overflow: hidden;
  height: 200px;
}

.material.StringView > .hint {
  -webkit-transition: color 250ms ease 0ms;
  transition: color 250ms ease 0ms;
  position: absolute;
  left: 0;
  width: 100%;
  color: #c7c7c7;
  top: 14px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.material.StringView.focus > input, .material.StringView.focus > textarea {
  border-color: #ffc107;
}

.material.StringView.focus > .hint {
  color: #ffc107;
}

.material.StringView.hover > input, .material.StringView.hover > textarea {
  border-bottom-color: #ffc107;
}

.material.SelectView {
  padding-top: 14px;
}

.material.SelectView > .placeholder {
  -webkit-transition: border-bottom 250ms ease 0ms;
  transition: border-bottom 250ms ease 0ms;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #212121;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.material.SelectView > .options {
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  z-index: 1000000;
  background-color: #ffffff;
  display: none;
}

.material.SelectView > .options > div {
  padding: 10px 20px 10px 20px;
  color: #212121;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.material.SelectView > .options > input {
  padding: 10px 20px 10px 20px;
  color: #212121;
  font-size: 16px;
}

.material.SelectView > .options > div.hover {
  background-color: #ffc107;
  color: #ffffff;
}

.material.SelectView > .hint {
  -webkit-transition: color 250ms ease 0ms;
  transition: color 250ms ease 0ms;
  position: absolute;
  left: 0;
  width: 100%;
  color: #c7c7c7;
  top: 14px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.material.SelectView.focus > .placeholder {
  border-color: #ffc107;
}

.material.SelectView.focus > .hint {
  color: #ffc107;
}

.material.SelectView.hover > .placeholder {
  border-bottom-color: #ffc107;
}

.material.ButtonView {
  display: inline-block;
}

.material.ButtonView > a {
  -webkit-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  background-color: #f2f2f2;
  color: #545454;
  line-height: 34px;
  height: 34px;
  padding: 0 25px 0 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.material.ButtonView.hover > a {
  background-color: #ffce3a;
  color: #ffffff;
}

.material.CheckView {
  display: block;
  color: #545454;
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  padding-left: 34px;
  overflow: hidden;
}

.material.CheckView > .label {
  font-size: 16px;
  font-weight: 400;
  color: #545454;
  line-height: 34px;
  height: 34px;
}

.material.CheckView > .click {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.material.CheckView > input[type=file] {
  position: absolute;
  left: -500px;
}

.material.CheckView > .checkbox {
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 12px;
  text-align: left;
}

.material.CheckView > .checkbox * {
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 400;
  color: #f2f2f2;
}

.material.CheckView.destructive > .checkbox * {
  color: #ff4645;
}

.material.CheckView.checked > .checkbox * {
  color: #ffc107;
}

.material.CheckView.disabled > .label {
  color: #dedede;
}

.material.CheckView.hover, .material.CheckView.hover > .label {
  color: #ffce3a;
}

.material.ListView > .header {
  height: 60px;
  width: 100%;
  padding-left: 10px;
  position: fixed;
  z-index: 100;
  background-color: #fafafa;
}

.material.ListView > .spacer {
  height: 60px;
}

.material.ListView > .header > div {
  color: #c7c7c7;
  font-size: 12px;
  float: left;
  line-height: 60px;
  font-weight: 200;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  color: red;
}

.material.ListView > .body {
  overflow-y: auto;
}

.material.ListView > .body > .ListItemView {
  border: 1px solid #f2f2f2;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  height: 50px;
  background-color: #ffffff;
  cursor: pointer;
  padding-left: 10px;
}

.material.ListView > .body > .ListItemView:first-child {
  border-top: 1px solid #e6e6e6;
}

.material.ListView > .body > .ListItemView:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.material.ListView > .body > .ListItemView > div {
  float: left;
  height: 48px;
  line-height: 48px;
  color: #212121;
  font-size: 12px;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.material.ListView > .body > .ListItemView > div > * {
  line-height: 48px;
}

.material.TabBarView {
  height: 50px;
}

.material.TabBarView > .TabView {
  -webkit-transition: color 250ms ease 0ms;
  transition: color 250ms ease 0ms;
  float: left;
  height: 50px;
  line-height: 46px;
  padding: 0 25px 0 25px;
  color: #b7dfb9;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  border-top: 2px solid #4caf50;
  border-bottom: 2px solid #4caf50;
  text-transform: uppercase;
}

.material.TabBarView > .TabView:hover {
  color: #ffffff;
}

.material.TabBarView > .TabView.active {
  color: #ffffff;
  border-bottom-color: #ffc107;
}

.material.ContextView {
  -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  background-color: #ffffff;
  z-index: 100000;
}

.material.ContextView > .triangle {
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
}

.material.ContextItemView {
  padding: 10px 20px 10px 20px;
  color: #212121;
  cursor: pointer;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
}

.material.ContextItemView.hover {
  background-color: #ffc107;
  color: #ffffff;
}

.shadow, .LoginViewCtrl > div {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.LoginViewCtrl > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 450px;
  margin-left: -250px;
  margin-top: -225px;
  background-color: #fafafa;
  color: #212121;
}

.LoginViewCtrl > div > div.header {
  padding: 40px 40px 30px 40px;
  background-color: #4caf50;
  color: #ffffff;
  border-bottom: 3px solid #d4d4d4;
}

.LoginViewCtrl > div > div.body {
  padding: 40px;
}

.LoginViewCtrl > div > div.body > div {
  padding-bottom: 20px;
}

.LoginViewCtrl .SubmitButtonView {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.AppViewCtrl {
  background-color: #fafafa;
}

.AppViewCtrl > .ribbon {
  height: 30px;
  background-color: #3d8b40;
}

.AppViewCtrl > .ribbon > * > .data > a, .AppViewCtrl > .ribbon > * > .user > a {
  color: #92cf94;
  height: 30px;
  line-height: 30px;
}

.AppViewCtrl > .ribbon > * > .data {
  position: absolute;
  top: 0;
  left: 0;
}

.AppViewCtrl > .ribbon > * > .data > a {
  margin-right: 20px;
}

.AppViewCtrl > .ribbon > * > .user {
  position: absolute;
  top: 0;
  right: 0;
}

.AppViewCtrl > .ribbon > * > .user > a {
  margin-left: 20px;
}

.AppViewCtrl > .header {
  height: 120px;
  background-color: #4caf50;
  border-bottom: 3px solid #d4d4d4;
}

.AppViewCtrl > .header > * > h1 {
  color: white;
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 20px;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  display: block;
}

.AppViewCtrl > .header > * > .toolbar {
  position: absolute;
  right: 0;
  top: 20px;
}

.AppViewCtrl > .header > * > .toolbar > a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  margin-left: 20px;
  float: left;
}

.AppViewCtrl > .header > * > .toolbar > a > i {
  line-height: 30px;
  width: 30px;
  display: block;
  height: 30px;
}

.AppViewCtrl > .header > * > .TabBarView {
  position: absolute;
  left: 0;
  bottom: 0;
}

.AppViewCtrl > .ribbon > .center, .AppViewCtrl > .header > .center, .AppViewCtrl > .body > * > .center {
  position: relative;
  width: 1024px;
  margin: auto;
  height: 100%;
}

.AppViewCtrl > .body {
  position: absolute;
  left: 0;
  top: 150px;
  right: 0;
  bottom: 0;
  overflow-x: auto;
}

.EmployeeListViewCtrl > * > .ButtonView {
  margin-top: 20px;
}

.EmployeeListViewCtrl > .center > .ListView > .body > .ListItemView > div > .material-icons {
  -webkit-transition: color 250ms ease 0ms;
  transition: color 250ms ease 0ms;
  color: #999999;
  font-size: 20px;
}

.EmployeeListViewCtrl > .center > .ListView > .body > .ListItemView > div > .material-icons.disabled {
  color: #d9d9d9;
}

.EmployeeListViewCtrl > .center > .ListView > .body > .ListItemView > div:hover > .material-icons {
  color: #ffc107;
}

.WinViewCtrl {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 200;
  background-color: white;
  border-left: 1px solid gray;
}

.WinViewCtrl > .bar {
  padding: 0 20px 0 0;
  height: 30px;
  margin-top: 10px;
}

.WinViewCtrl > .bar > a {
  margin-left: 20px;
}

.WinViewCtrl > .bar > a, .WinViewCtrl > .bar > a > i {
  display: blocK;
  height: 30px;
  line-height: 30px;
  float: left;
  color: #212121;
}

.WinViewCtrl > .bar > a:hover, .WinViewCtrl > .bar > a:hover > i {
  color: #ffc107;
}

.WinViewCtrl > .bar > a.close {
  float: right;
}

.WinViewCtrl > .title {
  padding: 20px 0 0 20px;
  font-size: 18px;
}

.WinViewCtrl > .ListView > .body > .ListItemView {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.WinViewCtrl > .ListView > .body > .ListItemView:last-child {
  border-bottom-width: 1px;
}

.WinViewCtrl > .ListView > .body > .ListItemView.hover > div {
  color: #ffc107;
}

.WinViewCtrl > .scroll {
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
  bottom: 0;
}

.WinViewCtrl > .scroll > .field {
  padding: 20px 20px 0 20px;
}

.WinViewCtrl > .scroll > .field:last-child {
  padding-bottom: 20px;
}

.WinViewCtrl > .scroll > .field > .label {
  color: #c7c7c7;
  padding: 0 0 5px 0;
}

.WinViewCtrl > .scroll > .field > .datum {
  color: #212121;
  font-size: 16px;
}

.WinViewCtrl > .scroll > .sep {
  height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.WinViewCtrl > .TabBarView {
  height: 40px;
  margin: 0 20px 0 20px;
  margin-top: 10px;
  border-bottom: 2px solid #efefef;
}

.WinViewCtrl > .TabBarView > .TabView {
  color: #212121;
  border-top: none;
  border-bottom-color: #efefef;
  padding: 0 15px 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

.WinViewCtrl > .TabBarView > .TabView.hover {
  color: #ffc107;
}

.WinViewCtrl > .TabBarView > .TabView.active {
  color: #ffc107;
  border-bottom-color: #ffc107;
}

.WinViewCtrl > .fields {
  padding: 10px;
}

.WinViewCtrl > .fields > table {
  width: 100%;
  table-layout: fixed;
}

.WinViewCtrl > .fields > table > tr > td {
  padding: 10px;
  height: 60px;
}

.WinViewCtrl > .page {
  position: absolute;
  left: 0;
  top: 230px;
  right: 0;
  bottom: 0;
}

.WinViewCtrl > .page > div {
  padding: 10px;
}

.WinViewCtrl > .page > div > table {
  width: 100%;
  table-layout: fixed;
}

.WinViewCtrl > .page > div > table > tr > td {
  padding: 10px;
  vertical-align: center;
  color: #d4d4d4;
  font-size: 16px;
  height: 60px;
}

.WinViewCtrl > .page > div > table > tr > td.r {
  text-align: right;
}

.WinViewCtrl > .page > div > table > tr > td > strong {
  color: #ffc107;
  font-size: 18px;
}

.WinViewCtrl > .page > div .StringView {
  padding: 0 !important;
}

.ReportWinFormViewCtrl .StringView input {
  font-size: 14px;
}

.WinResListViewCtrl {
  overflow: hidden;
}

.WinResListViewCtrl > .ListView {
  height: calc(100% - 75px);
  overflow: hidden;
}

.WinResListViewCtrl > .ListView > .body {
  height: calc(100% - 60px);
  overflow-x: hidden;
}

.EmployeeListViewCtrl .ListItemView .material-icons {
  color: green !important;
}

.EmployeeListViewCtrl .ListItemView .material-icons.disabled {
  color: red !important;
}
/*# sourceMappingURL=default.css.map */