/* app css stylesheet */

/*

COLORS

Main Blue -> #045B8D
Orange -> #EC883E
#0065A4
*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -35px;
  padding-bottom: 80px;
}
.footer, .push {
  height: 35px;
}

.nav-column {
  padding: 0px;
  position: fixed;
  width: 250px;
  top: 52px;
  left: 0px;
  bottom: 0px;
  background: #f1f1f1;
}

.app-version {
  position: fixed;
  background: #3c3b41;
  color: white;
  bottom: 0px;
  font-size: 9pt;
  font-weight: lighter;
  height: 35px;
  line-height: 35px;
}

footer {
  width: 100%;
  background-color: #3c3b41;
  height: 35px;
  color: white;
  line-height: 35px;
  font-size: 8pt;
}

footer .muted {
  color: #8f8f8f;
}

table {
  border-top: none !important;
}

body {
  background-color: #f6f6f6;
}

/*tr > th {
  background-color: #045B8D;
  color: white;
  font-weight: normal;
  border: none !important;
}*/

tr {
  font-size: 9pt !important;
}

/*tr > th:nth-child(even) {
  background-color: #3F8DD1;
}*/

td:nth-child(1) {
  padding-left: 15px !important;
}

th:nth-child(1) {
  padding-left: 15px !important;
}

.table-header-rotated th.row-header{
  width: auto;
}
.table-header-rotated td{
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45{
  height: 150px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
  /*white-space: nowrap;*/
}

.table-header-rotated th.rotate-45 > div{
  position: relative;
  top: 0px;
  left: 75px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  transform:skew(-45deg,0deg);
  border-left: 1px solid #dddddd;
  /*border-right: 1px solid #dddddd;*/
  /*border-top: 1px solid #dddddd;*/
  /*border-bottom: 2px solid #dddddd;*/
  max-width: 50px;
  z-index: 1;
  word-wrap: break-word;
  
}

.table-header-rotated th.rotate-45 span {
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 60px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: -45px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  width: 150px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  white-space: normal;
}
.table-header-rotated th:first-of-type,.table-header-rotated td:first-of-type{
     text-align:left;   
}

.table-bordered > tbody > tr > td {
  border: none;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap; */
}

.table-bordered > tbody > tr > td:hover {
	overflow: visible;
	white-space: normal;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.table-controls {
  background-color: #f6f6f6;
  /*height: 47px;*/
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  position: relative;
  margin-top: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.table-actions {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.table-actions > ul {
  padding: 0px;
  margin: 0px;
}

.table-actions > ul li {
  list-style: none;
  float: left;
  cursor: pointer;
  padding: 2px 8px 2px 8px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
}

.filters {
  position: absolute;
  background-color: #ddd;
  right: 0px;
  width: 535px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.filters-action-buttons {
  padding: 8px;
  background-color: rgba(0,0,0,0.1);
}

.filters-action-buttons input {
  display: inline;
  width: 120px;
  margin-left: 6px !important;
  padding: 4px !important;
}

.filters-action-buttons input:nth-child(1) {
  margin-left: 0px !important;
}

.table-action-selected {
  background-color: #ddd;
}

.table-action {  }

.toolbar-separator:after {
  content: "|";
}

.filter-row {
  padding: 8px;
  height: 46px;
}

.filter-row .remove {
  float: right;
  line-height: 30px;
  padding: 0px 10px;
}

/*.dropdown {
  width: 140px;
  margin-right: 10px;
  height: 30px;
  background-color: #f8f8f8;
  border-radius: 5px;
  float: left;
}*/

.dropdown-content {
  padding: 0px 30px 0px 10px;
  line-height: 30px;
  text-align: left;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.dropdown-content::after {
  content: "▾";
  position: absolute;
  right: 8px;
}

.dropdown-open {
  background-color: #f8f8f8;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  overflow-y: scroll;
  z-index: 100000;
  max-height: 300px;
  border: solid 1px #ddd;
}

.dropdown-open ul {
  padding: 0px;
}

.dropdown-open ul li {
  width: 100%;
  line-height: 30px;
  height: 30px;
  overflow-x: hidden;
  padding: 0px 0px 0px 8px;
  cursor: pointer;
  border-radius: 0px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-open ul li:hover {
  background-color: rgba(0,0,0,0.2);
}
.table-column-header {
  cursor: pointer;
  border-style: solid;
}

.table-column-header-arrow-down::after {
  border-style: solid;
  border-width: 8px 6px 0;
  border-top-color: #a2a6b1;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: '';
  float: right;
  margin-top: 5px;
}

.table-column-header-arrow-up::after {
  border-style: solid;
  border-width: 0 6px 8px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #a2a6b1;
  border-left-color: transparent;
  content: '';
  float: right;
  margin-top: 3px;
}

.table-column-header-arrow-hidden::after {
  visibility: hidden;
}

.filter-row > input {
  height: 30px;
  width: 183px;
  border-radius: 5px;
  background-color: #444;
  border: none;
  padding-left: 10px;
  float: left;
  margin-right: 10px;
}

.dropdown-label {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}

.regular-size-button {
  width: 126px;
}

.multi-select-selected {
  color: #777;
}

button.plain {
  position: absolute;
  bottom: 5px;
  left: 10px;
  background-color: transparent;
  border: none;
  color: #045B8D;
  font-size: 10pt;
  border-radius: 3px;
}

button.plain:hover {
  background-color: #d4d4d4;
}

button.plain:disabled {
  opacity: 0.4;
  background-color: transparent;
}

button.default {
  border: none;
  padding: 6px 25px;
  background-color: #ddd;
  border-radius: 3px;
}

.navbar-default {
  background-color: #0065A4;
  border: none;
  border-radius: 0px;
  min-height: 40px;
}

.nav > li > a {
  padding-bottom: 6px;
  /* color: white !important; */
  /*font-size: 9pt !important;*/
  line-height: 16px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav > li > a:hover {
  color: #EC883E !important;
}

.nav > li > a.active {
  color: #EC883E !important;;
}

.page-content {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #eee;
}

td.button {
  cursor: pointer;
  color: #045B8D;
  opacity: 0.8;
}

td.button:hover {
  opacity: 1.0;
}

.sub-menu-tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.sub-menu-tabs > li {
  float: left;
  background-color: #f6f6f6;
  padding: 6px 28px;
  font-size: 9pt;
  border: solid 1px #ddd;
  border-bottom: none;
}

.sub-menu-tabs > li:nth-child(n+2) {
  border-left: solid 1px white;
}

.sub-menu-tabs > li:last-child {
  border-top-right-radius: 3px;
}

.sub-menu-tabs > li:first-child {
  border-top-left-radius: 3px;
}

.table-paging-controls {
  margin-bottom: 20px;
  margin-left: 400px;
}

.vertical-nav-list {
  list-style: none;
  padding: 0px;
  background-color: #ddd;
  border-radius: 5px;
  border: solid 1px #bbb;
}

.vertical-nav-list > li {
  padding: 6px;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
}

.vertical-nav-list > li:nth-last-child(-n+1) {
  border-bottom: none;
}

.vertical-nav-list > li:hover {
  background-color: #bbb;
}

ul.plain-list {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

ul.plain-list > li {
  padding: 4px;
}

.content-container {
  border-radius: 5px;
  border: solid 1px #f1f1f1;
  background-color: #fff;
}

.flag-indicator {
  width: 15px;
  height: 15px;
  padding: 6px;
  border-radius: 3px;
  border: solid 1px #666;
}

.alert-color {
  background-color: red;
}

.warn-color {
  background-color: yellow;
}

.box-header {
  /* height: 38px; */
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #f1f1f1;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  padding: 10px;
  background-color: #f4f4f4 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff 0%), to(#f4f4f4 100%));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.profile-table th {
  background-color: #0065A4;
  color: #FFFFFF;
  font-weight: bold;
  height: 25px;
}

.profile-table tr {
  height: 25px;
}

.question-container {
  padding: 10px;
}

.content-sub-section {
  margin: 10px;
  border-radius: 5px;
  border: solid 1px #ddd;
}

/* Add Monitor Modal Styling */
.add-monitor-header {
	padding:9px 15px;
    border-bottom:1px solid #428bca;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.add-monitor-header-text {
	color: #FFF
}

.add-monitor-body {
	padding:9px 15px;
    border-bottom:1px solid #fff;
    background-color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.add-monitor-body-text {
	color: #000;
}

.add-monitor-input {
	padding:9px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.add-monitor-select-label {
}

.add-monitor-select {
	
}

.add-monitor-text-area {
}

.add-monitor-memo-label {
	vertical-align: top;
}

.add-monitor-memo {
	width: 350px;
    height: 60px;
}

.add-monitor-footer {
	padding:9px 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.leave-of-absence {
  background-color: lightgray;
}

.leave-of-absence > div.row {
  padding:10px;
}

.small-item {
  width:50%;
}


.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

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

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

.card-primary {
  background-color: #0065A4;
  border: 1px solid #0065A4;
  color: #FFFFFF;
}

.card-success {
  background-color: #09be8b;
  border: 1px solid #09be8b;
  color: #FFFFFF;
}

.card-button {
  background-color: lightgray;
  border: 1px solid darkgray;
  color: #686868;
}

.card-button:hover{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	  background-color: #009DDC;
  border: 1px solid #009DDC;
  color: #FFFFFF;
}

.card-info {
  background-color: #4772eb;
  border: 1px solid #4772eb;
  color: #FFFFFF;
}

.card-warning {
  background-color: #e19920;
  border: 1px solid #e19920;
  color: #FFFFFF;
}

.card-danger {
  background-color: #e84f59;
  border: 1px solid #e84f59;
  color: #FFFFFF;
}

.card-selected {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}

.card-inverse-danger {
  background:  #FFFFFF; /*  rgba(252, 86, 97, 0.2); */
  border: 1px solid #e84f59;
  color: #c0414a;
}

.card-inverse-warning {
  background:  #FFFFFF; /*  rgba(245, 166, 35, 0.2); */
  border: 1px solid #e19920;
  color: #ba7e1b;
}

.card-inverse-info {
  background: #FFFFFF; /*  rgba(77, 124, 255, 0.2); */
  border: 1px solid #4772eb;
  color: #3b5ec2;
}

.card-inverse-success {
  background:  #FFFFFF; /*  rgba(10, 207, 151, 0.2); */
  border: 1px solid #09be8b;
  color: #089d73;
}

.card-inverse-primary {
  background: #FFFFFF; /* rgba(68, 81, 158, 0.2); */
  border: 1px solid #0065A4;
  color: #343e78;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media only screen and (min-width: 1224px) {
  .employment-details {
    padding-top:10px;
    margin: 0 auto;
    width:90%
  }
}

@media only screen and (min-width:1824px) {
  .employment-details {
    padding-top:20px;
    margin: 0 auto;
    width: 85%;
  }
}

.fixed-column-th {
	width: 15%; 
	position: sticky; 
	left: 0px; 
	z-index: 10; 
	background-color: #eeeeee;
}

.fixed-column-td {
	position: sticky; 
	left: 0px; 
	background-color: white;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  border: none !important;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  z-index: 10;
}

.sticky-col.first-col {
  left: 0px;
}

.sticky-col.second-col {
  left: 150px;
}

.dashboard-name-td {
	height: auto;	
}

.dashboard-name-th {
	padding-top: 132px; 
	height:157px; 
	top:68px; 
}

ul.dashboard-custom-pagination {
	display: flex;
	float: right;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	text-decoration: none;
}

ul.dashboard-custom-pagination > li > a{
	position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: black;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

ul.dashboard-custom-pagination > li > a:hover:not(.active){
    background-color: #337ab7;
    border-color: #337ab7;
}

ul.dashboard-custom-pagination > .active > a {
	z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/* We want our select-checkbox to be centered, unlike the default plug-in style */
table.dataTable tbody td.select-checkbox:before, 
table.dataTable tbody td.select-checkbox:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}