/* 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; }

.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] {
  cursor: pointer; }

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

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

.sidenav-collapse {
  width: 60px; }

/*.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;
}*/


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