/* Sticky footer styles
-------------------------------------------------- */
html, body {
  min-height: 100vh; }

.wrap {
  min-height: 100vh;
  height: auto !important;
  height: 100vh;
  margin: 0 auto -60px;
  padding-bottom: 60px; }

.faded {
  background-color: #f5f5f5;
  border: dashed 3px #ddd;
  text-align: center;
  font-size: 40pt;
  color: #ccc;
  padding: 130px 0; }

.md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised {
  background-color: #80BA27;
  color: white; }

.header-profile-image {
  width: 30px;
  height: 30px;
  margin: -10px 5px;
  border-radius: 50%;
  object-fit: cover; }

/*.summary {
  padding: 5px;
  background: #efefef;
  border: white 1px solid;
}*/
.with-divider {
  border-bottom: #ddd solid 1px;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.with-top-divider {
  margin-top: 20px; }

.with-left-divider {
  border-left: #ddd solid 1px; }

.progress-bordered {
  border-right: #fff 1px solid; }

.progress-bar-empty {
  background: #ccc; }

.small-btn > .btn {
  font-size: 10pt;
  height: 20pt;
  padding: 4px 7px; }

.small-btn {
  margin: -10px; }

.dashboard-component {
  width: 100%;
  height: 150px; }

.xl-modal > div.modal-dialog {
  width: 90vw !important; }

.role-header {
  text-transform: capitalize; }

/* ================== NAV ================== */
ul.nav-wizard {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  /* -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; */
  *zoom: 1;
  position: relative;
  overflow: hidden; }

ul.nav-wizard:before {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 46px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " "; }

ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " "; }

ul.nav-wizard li {
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  text-align: middle;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px; }

ul.nav-wizard li a {
  color: #468847;
  padding: 0; }

ul.nav-wizard li a:hover {
  background-color: transparent; }

ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px; }

ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f9f9f9;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px; }

ul.nav-wizard li.active {
  color: #3a87ad;
  background: #d9edf7; }

ul.nav-wizard li.active:after {
  border-left: 16px solid #d9edf7; }

ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
  color: #3a87ad;
  background: #d9edf7; }

ul.nav-wizard .active ~ li {
  color: #999999;
  background: #ededed; }

ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #ededed; }

ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #ededed; }

ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: #f6fbfd; }

ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd; }

ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: #f6fbfd; }

ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed; }

ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed; }

ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed; }

.btn-margin {
  margin: 10px; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.full-width {
  width: 100%; }

.submenu-header {
  padding: 5px; }

.submenu-header-item {
  float: left;
  padding: 5px; }

.chat {
  list-style: none;
  margin: 0;
  padding: 0; }

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9; }

.chat li.left .chat-body {
  margin-left: 60px; }

.chat li.right .chat-body {
  margin-right: 60px; }

.chat li .chat-body p {
  margin: 0;
  color: #777777; }

.panel .slidedown .glyphicon, .chat .glyphicon {
  margin-right: 5px; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.div-img-circle {
  background-size: cover; }

.small {
  height: 30px;
  width: 30px;
  border: white 1px solid; }

.big {
  height: 100px;
  width: 100px;
  border: white 3px solid; }

[ng-click],
[data-ng-click],
[x-ng-click],
[ui-sref],
[ng-href] {
  cursor: pointer; }

.login-box {
  min-width: 300px;
  background: white; }

.button-small {
  min-width: 0px; }

.sidenav-collapse {
  width: 60px; }

.md-table-dark.md-table td.md-cell {
  color: white; }

.headcol {
  position: absolute;
  left: 0;
  top: auto;
  border-right: 0px none black;
  border-top-width: 3px;
  /*only relevant for first row*/
  margin-top: -3px;
  /*compensate for top border*/ }

.side-summary-button {
  font-size: 10px;
  min-width: 10px !important;
  line-height: 10px; }

table.md-table-condensed:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table-condensed:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 10px 0 0; }

table.md-table-condensed tbody.md-body > tr.md-row, table.md-table-condensed tfoot.md-foot > tr.md-row {
  height: 30px; }

/*.panel-body
{
    overflow-y: scroll;
    height: 250px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}*/
md-table-container > table > tbody > tr:hover, md-table-container > table > tbody > tr:focus {
  background-color: #EEEEEE;
  color: black !important; }

.md-dark-theme > md-table-container > table > tbody > tr:hover,
.md-dark-theme > md-table-container > table > tbody > tr:focus,
.md-table-dark > tbody > tr:hover,
.md-table-dark > tbody > tr:focus {
  background-color: #303030 !important; }

.md-dark-theme > md-table-container, .md-table-dark > md-table-container {
  overflow-x: hidden !important; }

.hed > md-input-container {
  height: 30px;
  margin: 20px 10px 10px 5px; }

.input-form > md-input-container {
  height: 40px;
  margin: 20px 10px 10px 10px; }

.input-form > md-input-container > .date {
  width: 200px !important;
  left: 45px !important; }

.input-form > md-input-container > md-datepicker > .md-button {
  margin-left: -14px; }

.input-form > md-input-container > md-datepicker > .md-datepicker-input-container {
  width: 200px !important;
  margin-left: 7px !important;
  margin-right: 20px !important;
  padding-left: 5px !important; }

.spec-hed > md-input-container {
  height: 30px;
  margin: 5px; }

.hed > h2, .hed > p, .spec-hed > h2, .spec-hed > p {
  margin: 5px 0px 5px 0px; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.no-pad {
  padding: 2px 0px !important; }

md-tabs md-ink-bar {
  color: #4caf50 !important;
  background-color: #4caf50 !important; }

.green {
  background-color: #C8E6C9; }

.green > tr {
  background-color: #C8E6C9;
  color: #2E7D32 !important; }

.green:hover, .green:focus {
  background-color: #A5D6A7 !important; }

.red {
  background-color: #ffcdd2;
  font-color: #f44336 !important; }

.red > tr {
  background-color: #ffcdd2;
  color: #c62828 !important; }

.red:hover, .red:focus {
  background-color: #ef9a9a !important; }

.pink {
  background-color: #FCE4EC; }

.pink:hover, .red:focus {
  background-color: #F8BBD0 !important; }

.summary {
  font-size: 12px;
  margin: 5px !important; }

.summary > div > span:hover {
  color: #4CAF50; }

th, td {
  padding-right: 10px !important; }

.formatlink:hover {
  color: #4CAF50; }

.kanbanboard {
  background: #f5f5f5; }

.loader-big {
  height: calc(100vh - 250px); }

.page-title > h2 {
  padding-right: 36px; }

.page-title > md-input-container {
  bottom: -12px; }

.page-title > md-input-container > md-select {
  margin-top: -20px; }

.icon {
  padding-right: 0px !important;
  width: 50px !important;
  text-align: center; }

th .icon {
  padding-right: 0px 10px !important; }

.filter > h3 {
  margin: 18px 25px;
  text-align: center; }

thead, th {
  background-color: #C3C3C3 !important; }

.md-calendar-scroll-container {
  width: 464px !important; }

.md-datepicker-input-container {
  width: 155px !important;
  margin-left: 7px !important;
  padding-left: 5px !important; }

.fixed {
  overflow: auto;
  max-height: calc(100vh - 245px); }

md-dialog md-dialog-actions {
  display: block; }

md-dialog md-dialog-actions button {
  float: right; }

md-chips .md-chips {
  box-shadow: none !important; }

textarea.ta-bind {
  width: 100%; }

.report th {
  min-width: 5em; }

.report td {
  min-width: 5em; }


/*# sourceMappingURL=app.css.map */