.account-wrap {
  min-height: calc(100% - 30px);
  padding-top: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-color: #2381A5;
  height: calc(100% - 30px) !important;
}
.account-wrap.career-portal {
  background-color: #7C3C84 !important;
}
.account-wrap.loginPage .header-btn {
  visibility: hidden;
}
.account-wrap.loginPage a {
  color: lightgray;
}
.account-wrap .account-header {
  display: flex;
  align-items: center;
  height: 70px;
  flex: 0 0 60px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 0 20px;
  position: relative;
  margin-top: 30px;
}
.account-wrap .account-header .logo-sm {
  display: none;
}
.account-wrap .account-header .logo {
  max-height: 40px;
}
@media (max-width: 486px) {
  .account-wrap .account-header .logo-sm {
    display: block;
    width: 40px;
  }
  .account-wrap .account-header .logo-lg {
    display: none;
  }
}
.account-wrap .account-header img {
  max-height: 100%;
}
.account-wrap .account-header .header-btn {
  flex: 1;
  text-align: right;
  padding-right: 15px;
}
.account-wrap .account-header .header-btn .btn-primary {
  border-radius: 20px;
  background-color: transparent;
  color: #2381A5;
  line-height: 1;
}
.account-wrap .account-header .header-btn .btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.account-wrap .account-header .help {
  margin-left: 15px;
}
.account-wrap .account-header #globalSet {
  height: 23px;
  padding: 3px 5px;
  font-size: 12px;
}
@media (max-width: 486px) {
  .account-wrap .account-header {
    padding: 0 5px;
  }
}
.account-wrap .account-top {
  min-height: calc(100% - 100px);
  padding: 20px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-height: 530px) {
  .account-wrap .account-top {
    align-items: flex-start;
  }
}
@media (max-height: 655px) {
  .account-wrap .account-top.answerQuestion {
    align-items: flex-start;
  }
}
@media (max-height: 580px) {
  .account-wrap .account-top.sessionEnd {
    align-items: flex-start;
  }
}
.account-wrap .account-top.createUser {
  align-items: flex-start;
}
.account-wrap .account-top .account-inner {
  display: flex;
  width: 80%;
}

.account-top.content-body {
    display: block;
    margin-left: 23px;
}

#alertbox{	
    position: absolute  !important;
    margin-left: 500px  !important; 
    margin-top: 270px !important; 
}

.account-wrap .account-top .account-inner.sm {
  background: rgba(0, 0, 0, 0.5);
  color: lightgray;
  width: 100%;
  padding: 25px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  max-width: 380px;
  margin: 20px 10px;
  display: block;
}
@media (max-width: 375px) {
  .account-wrap .account-top .account-inner.sm {
    padding: 20px 10px;
  }
}
.account-wrap .account-top .account-inner.sm .tab-head {
  display: flex;
  margin-bottom: 15px;
}
.account-wrap .account-top .account-inner.sm .tab-head .tab-item {
  margin: 5px;
}
@media (max-width: 375px) {
  .account-wrap .account-top .account-inner.sm .tab-head .tab-item {
    margin: 5px 0;
  }
  .account-wrap .account-top .account-inner.sm .tab-head .tab-item:first-child {
    margin-right: 10px;
  }
}
.account-wrap .account-top .account-inner.sm #resetPassword {
  display: none;
}
.account-wrap .account-top .account-inner.sm .account-btn {
  margin-top: 20px;
}
.account-wrap .account-top .account-inner.sm .account-btn .btn {
  width: 100%;
  border-radius: 20px;
  background-color: #2381A5;
  color: white;
}
.account-wrap .account-top .account-inner .account-left {
  flex: 0 0 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(ascender_pecan_logo.jpg);
  background-color: #ddd;
}
.account-wrap .account-top .account-inner .account-left img {
  height: 100%;
}
.account-wrap .account-top .account-inner .account-box {
  flex: 0 0 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-wrap .account-top .account-inner .account-box.registration {
  max-width: initial;
}
.account-wrap .account-top .account-inner .account-box.registration .card {
  width: 100vw;
}
.account-wrap .account-top .account-inner .account-box .card {
  margin: 0 auto;
}
.account-wrap .account-top .account-inner .account-logo {
  display: none;
}
.account-wrap .account-top .account-inner.logBackBox {
  width: 360px;
  display: block;
  padding: 15px;
}
.account-wrap .account-top .account-inner.logBackBox .card {
  box-shadow: none;
}
.account-wrap .account-top .account-inner .logBackTitle {
  color: lightgray;
}
.account-wrap .account-top .account-inner .logBackWord {
  color: lightgray;
  padding-bottom: 30px;
}
@media (max-width: 1100px) {
  .account-wrap .account-top .account-inner {
    width: 90%;
    flex-flow: column;
    box-shadow: none;
    background: none;
    overflow: initial;
    padding-bottom: 35px;
  }
  .account-wrap .account-top .account-inner .account-left {
    display: none;
  }
  .account-wrap .account-top .account-inner .account-box {
    display: block;
  }
  .account-wrap .account-top .account-inner .account-logo {
    display: block;
  }
}
.account-wrap .account-top .webDESC {
  width: 80%;
  color: lightgray;
}
.account-wrap .account-top .webDESC a {
  color: white;
}
.account-wrap .main-footer {
  flex: 0 0 auto;
  margin: 0;
}

.career-portal .account-box .card .account-btn .btn-secondary {
  border: 2px solid #7C3C84;
  color: #7C3C84 !important;
  width: 50%;
}
.career-portal .account-box .card .account-btn .btn {
  background-color: #7C3C84;
  color: white;
}

.account-box {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 380px) {
  .account-box {
    max-width: 90%;
    padding-top: 25px;
  }
}
.account-box .account-logo {
  height: 100px;
  text-align: center;
  margin-bottom: 25px;
}
.account-box .account-logo img {
  max-height: 100%;
}
.account-box #loginForm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.account-box .card {
  background: rgba(0, 0, 0, 0.5);
  color: lightgray;
  width: 100%;
  padding: 25px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.account-box .card .title {
  font-size: 22px;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  font-family: "Avenir LT Std";
  font-weight: bold !important;
}
.account-box .card .account-btn {
  margin-top: 35px;
  overflow: auto;
}
.account-box .card .account-btn .btn {
  width: 45%;
  border-radius: 20px;
  background-color: #2381A5;
  color: white;
}
.account-box .card .account-btn .login-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.account-box .card .account-btn .btn-secondary {
  background: transparent !important;
  border: 2px solid #2381A5;
  color: #2381A5;
}

.content-wrapper, .page-content {
  width: calc(100% - 300px);
  min-height: calc(100vh - 98px) !important;
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
}
.content-wrapper:focus, .page-content:focus {
  outline: none;
}
@media (max-width: 991.98px) {
  .content-wrapper, .page-content {
    width: 100%;
  }
}

.page-header-fixed .main-footer {
  border-top: 1px solid #7C3C84 !important;
}

.main-footer {
  padding: 15px;
  color: white;
  border-top: 1px solid #2381A5;
  background: #414042;
  display: flex;
  align-items: center;
  height: 45px;
  z-index: 3000;
  position: fixed;
  text-align: right;
}
.main-footer .footer-word {
  flex: 1;
  padding-right: 50px;
}
.main-footer .footer-word .ascender {
  color: #2381A5;
}
.main-footer .footer-word .ascender.cp {
  color: #7C3C84;
}
.main-footer .footer-help {
  border-left: 1px solid white;
  padding-left: 50px;
}
@media (max-width: 900px) {
  .main-footer {
    display: flex;
  }
  .main-footer .footer-logo {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.content-header {
  padding: 15px 0.5rem;
}

.content-header h1 {
  font-size: 1.8rem;
  margin: 0;
}

.content-header .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: 0 0;
  line-height: 1.8rem;
}

.main-header {
  z-index: 90;
}

.main-header .navbar-nav .nav-item {
  margin: 0;
}
.main-header .navbar-nav .nav-item .form-control {
  width: 100%;
}

.main-header .nav-link {
  position: relative;
}

.content-wrapper, .page-content {
  background: white;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}

.container-fluid {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-content a {
  color: #7C3C84;
}
.page-content .actions {
  margin: 10px 15px 10px 15px;
  position: relative;
  z-index: 99;
}

.page-content, .content-wrapper > .content {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.page-content .section-title, .page-content > .row:nth-child(1), .content-wrapper > .content .section-title, .content-wrapper > .content > .row:nth-child(1) {
  color: #000;
  margin: 20px 15px 20px 15px;
}
.page-content .section-title h3, .page-content > .row:nth-child(1) h3, .content-wrapper > .content .section-title h3, .content-wrapper > .content > .row:nth-child(1) h3 {
  margin: 0px;
}
.page-content .section-title .pageTitle, .page-content > .row:nth-child(1) .pageTitle, .content-wrapper > .content .section-title .pageTitle, .content-wrapper > .content > .row:nth-child(1) .pageTitle {
  display: inline-block;
  margin: 0;
}
.page-content .section-title .btn, .page-content > .row:nth-child(1) .btn, .content-wrapper > .content .section-title .btn, .content-wrapper > .content > .row:nth-child(1) .btn {
  margin: 3px;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}
.page-content .section-title .btn .fa, .page-content > .row:nth-child(1) .btn .fa, .content-wrapper > .content .section-title .btn .fa, .content-wrapper > .content > .row:nth-child(1) .btn .fa {
  line-height: 35px;
}
.page-content .section-title .right-btn, .page-content > .row:nth-child(1) .right-btn, .content-wrapper > .content .section-title .right-btn, .content-wrapper > .content > .row:nth-child(1) .right-btn {
  display: flex;
}
.page-content .section-title .right-btn .btn, .page-content > .row:nth-child(1) .right-btn .btn, .content-wrapper > .content .section-title .right-btn .btn, .content-wrapper > .content > .row:nth-child(1) .right-btn .btn {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}
@media (max-width: 500px) {
  .page-content .section-title .right-btn, .page-content > .row:nth-child(1) .right-btn, .content-wrapper > .content .section-title .right-btn, .content-wrapper > .content > .row:nth-child(1) .right-btn {
    float: none;
  }
}
.page-content > .row:nth-child(2), .content-wrapper > .content > .row:nth-child(2) {
  height: 100vw !important;
}
.page-content > .row:nth-child(2), .page-content .content-white, .content-wrapper > .content > .row:nth-child(2), .content-wrapper > .content .content-white {
  background: #E8F2F4;
  padding: 15px;
  height: 100%;
  padding-top: 30px;
}
.page-content > .row:nth-child(2).no-title, .page-content .content-white.no-title, .content-wrapper > .content > .row:nth-child(2).no-title, .content-wrapper > .content .content-white.no-title {
  height: calc(100vh - 98px);
  overflow: auto;
}
@media (max-width: 375px) {
  .page-content > .row:nth-child(2), .page-content .content-white, .content-wrapper > .content > .row:nth-child(2), .content-wrapper > .content .content-white {
    padding: 15px 5px;
  }
}
@media (max-width: 375px) {
  .page-content, .content-wrapper > .content {
    margin: 0 5px;
  }
}
.page-content .row, .content-wrapper > .content .row {
  margin-left: 0px;
  margin-right: 0px;
}

.fc-scroller {
  height: initial !important;
}

#calendar {
  margin: 25px 0;
  overflow: auto;
}

#requestForm {
  margin: 0;
}

.requestForm .dateValidator, .requestForm .dateValidator01 {
  display: none;
}
.requestForm .btm-button {
  margin-top: 30px;
}
.requestForm .btm-button .btn {
  width: 200px;
}
@media (max-width: 991.98px) {
  .requestForm {
    margin: 20px auto;
  }
}

.date-group {
  display: flex;
}
.date-group .calendar-left {
  flex: 1;
  padding-right: 10px;
}
.date-group .time-right {
  flex: 1;
}
.date-group .toAmPm {
  min-width: 55px;
}

.searchForm {
  display: flex;
}
.searchForm .form-group {
  flex: 1;
  padding: 10px 20px 10px 0px;
  margin-bottom: 0;
}
.searchForm .form-group .freqGroup {
  padding-left: 0px;
}
.searchForm .form-group.paddingSide-0 {
  padding-left: 0;
  padding-right: 0;
}
.searchForm .form-group.flex-auto {
  flex: 0 0 auto;
  margin-bottom: 10px;
}
.searchForm .form-group.flex-auto .form-control {
  width: 200px;
}
.searchForm .form-group.flex-auto .btn {
  margin: 0 5px;
}
.searchForm .form-group.in-line {
  display: flex;
  align-items: center;
}
.searchForm .form-group.in-line.p-l-0 {
  padding-left: 0;
}
.searchForm .form-group.in-line .form-title {
  flex: 0 0 auto;
}
.searchForm .form-group.in-line .form-control {
  max-width: 200px;
}
.searchForm .form-group.in-line .form-control#year {
  width: 100px;
}
.searchForm .form-group.btn-group {
  flex: 0 0 100px;
}
.searchForm .form-group.btn-group .btn {
  width: 100%;
  height: 33px;
  padding: 0;
  line-height: 33px;
}
@media (max-width: 600px) {
  .searchForm {
    display: block;
    margin-bottom: 10px;
  }
  .searchForm .form-group {
    padding: 0;
  }
}

.showSelectSupervisor {
  padding: 0 15px;
  margin-bottom: 15px;
}

.table-top-title {
  font-size: 14px;
  color: #2a3f54;
}

.EMP-detail {
  font-size: 12px;
}
.EMP-detail .setApprovers-list .form-group {
  margin: 0;
}
.EMP-detail .setApprovers-list thead th, .EMP-detail .setApprovers-list thead td {
  text-align: center;
}
.EMP-detail .setApprovers-list tbody td {
  text-align: center;
  vertical-align: middle;
}
.EMP-detail .setApprovers-list tbody td.no-title {
  text-align: right;
}
.EMP-detail .setApprovers-list tbody td.no-title::before {
  display: none;
}
.EMP-detail .table-top-title {
  font-size: 14px;
  color: #2a3f54;
}
.EMP-detail .sub-title {
  font-weight: bold;
  font-size: 20px;
}
.EMP-detail table {
  font-size: 12px !important;
}
.EMP-detail .info-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.EMP-detail .info-block.lg-title .info-flex-item .info-title {
  width: 290px;
  white-space: normal;
  word-break: break-word;
}
.EMP-detail .info-block.lg-title .info-flex-item.left-info .info-title {
  width: 240px;
}
.EMP-detail .info-block.positions .info-flex-item {
  justify-content: space-between;
}
.EMP-detail .info-block.positions .info-flex-item .info-content {
  text-align: right;
}
.EMP-detail .info-block .info-item {
  flex: 1;
}
.EMP-detail .employee-info-table {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 768px) {
  .EMP-detail .employee-info-table td,
.EMP-detail .employee-info-table th {
    display: block;
  }
}
.EMP-detail .earning-left-table {
  width: 100%;
}
.EMP-detail .total-tr {
  font-weight: bold;
}
.EMP-detail .total-tr td, .EMP-detail .total-tr th {
  background-color: #f5f5f5;
}
.EMP-detail .earning-line {
  display: none;
}
.EMP-detail .earning-line .star-line {
  width: 100%;
  overflow: hidden;
}
.EMP-detail .earning-line td {
  border: 0;
  padding: 0;
}
.EMP-detail .tips-table {
  width: 50%;
  padding-left: 20px;
}
.EMP-detail .total-table {
  width: 50%;
  padding-right: 20px;
}
.EMP-detail .earning-detail {
  display: none;
}
.EMP-detail .deduction-table {
  display: none;
}
.EMP-detail .earning-title-table td,
.EMP-detail .earning-title-table th {
  padding: 3px 5px;
}
.EMP-detail .earning-title-table td.td-title {
  width: 160px;
}
.EMP-detail .earning-title-table td.td-title.column1 {
  width: 130px;
}
.EMP-detail.w-2 .boxtitle {
  font-weight: bold;
}
.EMP-detail.w-2 .word-table br {
  display: block;
  margin-bottom: 15px;
}
.EMP-detail.info-1095 .money-table td, .EMP-detail.info-1095 .money-table th {
  min-width: 70px;
}
.EMP-detail.info-1095 .money-table td.tr-title, .EMP-detail.info-1095 .money-table th.tr-title {
  max-width: 150px;
}
@media (max-width: 768px) {
  .EMP-detail.info-1095 .money-table td.tr-title, .EMP-detail.info-1095 .money-table th.tr-title {
    max-width: initial;
  }
}
@media (max-width: 1300px) {
  .EMP-detail.info-1095 .money-table td, .EMP-detail.info-1095 .money-table th {
    min-width: initial;
  }
}
@media (max-width: 768px) {
  .EMP-detail .info-block {
    display: block;
  }
  .EMP-detail .info-flex-item .info-title {
    flex: 1;
  }
  .EMP-detail .text-left .info-flex-item .info-title {
    flex: 0 0 auto;
  }
  .EMP-detail .info-flex-item .info-content {
    flex: 0 0 auto;
  }
  .EMP-detail .simple-info .info-block {
    display: block;
  }
  .EMP-detail .simple-info .info-block.lg-title .info-flex-item .info-title,
.EMP-detail .simple-info .info-block.lg-title .info-flex-item.left-info .info-title {
    width: 220px;
  }
}
@media (max-width: 830px) {
  .EMP-detail .total-table {
    width: 100%;
    padding-right: 0;
  }
  .EMP-detail .tips-table {
    width: 100%;
    padding-left: 0;
  }
  .EMP-detail .earning-detail {
    display: block;
  }
  .EMP-detail .deduction-table {
    display: block;
  }
  .EMP-detail .totalDeductionsBtn, .EMP-detail .totalEarningBtn {
    display: none;
  }
}
@media (max-width: 425px) {
  .EMP-detail .table th,
.EMP-detail .table td {
    padding: 3px;
  }
}

.earning-table .earning-table-thisPeriod {
  width: 150px;
}
.earning-table .earning-table-calendarYTD {
  width: 150px;
}
@media (max-width: 1300px) {
  .earning-table .earning-table-thisPeriod {
    width: 100px;
  }
  .earning-table .earning-table-calendarYTD {
    width: 100px;
  }
}
@media (max-width: 1040px) {
  .earning-table .earning-table-thisPeriod {
    width: 80px;
  }
  .earning-table .earning-table-calendarYTD {
    width: 80px;
  }
}

.earning-detail .earning-detail-titleTd {
  width: 40%;
}
.earning-detail .earning-detail-units {
  width: 20%;
}
.earning-detail .earning-detail-payRate {
  width: 20%;
}
.earning-detail .earning-detail-thisPeriod {
  width: 20%;
}

.earning-left-table .sameWidth20 {
  width: 20%;
}

.note-list .note-item {
  display: flex;
  font-size: 14px;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.note-list .note-item:hover {
  background-color: #fbfbfb;
}
.note-list .note-item:last-child {
  border-bottom: 0;
}
.note-list .note-item .msg {
  flex: 1;
  color: #2e2e2e;
}
.note-list .note-item .note-btn {
  margin-left: 25px;
  font-size: 16px;
  color: #666;
  border: 0;
  background: none;
}
.note-list .note-item .fa {
  line-height: 1.5;
}
.note-list .note-item .fa.left-fa {
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.info-flex-item {
  display: flex;
  flex: 1;
}
.info-flex-item:after {
  content: "";
  display: block;
  clear: both;
}
.info-flex-item .info-title {
  font-weight: bold;
  padding-right: 10px;
  white-space: normal;
  word-break: break-word;
  float: left;
}
.info-flex-item .info-content {
  float: left;
  padding-right: 10px;
  white-space: normal;
  word-break: break-word;
}

.self-insured-flex {
  justify-content: space-between;
  margin-bottom: 15px;
}
.self-insured-flex .self-insured-tips {
  flex: 1;
  padding-right: 30px;
}
.self-insured-flex .self-insured-check {
  flex: 0 0 auto;
  padding-right: 15px;
}
.self-insured-flex .self-insured-time {
  flex: 0 0 auto;
}
@media (max-width: 630px) {
  .self-insured-flex {
    display: block;
  }
  .self-insured-flex .self-insured-tips, .self-insured-flex .self-insured-check, .self-insured-flex .self-insured-time {
    margin-bottom: 5px;
    padding: 0;
  }
}

.commentsList p {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1;
}

.print-title {
  text-align: center;
  color: #000;
}

.hr-black {
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 10px 0;
}

.print-block {
  display: none;
}

.print-td {
  display: none;
}

.print-tr {
  display: none;
}

.print-table-header {
  margin-bottom: 15px;
}

.table.print-show-table {
  display: none;
}
.table.print-table {
  font-size: 12px;
}
#leaveBalanceSummary, #leaveBalanceSummaryStatic {
  display: none;
}
#leaveBalanceSummary.active, #leaveBalanceSummaryStatic.active {
  display: table-cell;
}

.showBalanceBtn {
  display: block;
  height: 19px;
  line-height: 19px;
  font-weight: bold;
  width: 30px;
  text-align: center;
}
.showBalanceBtn .fa {
  font-weight: bold;
}
.showBalanceBtn .fa-angle-double-up {
  display: none;
}
.showBalanceBtn.active .fa-angle-double-up {
  display: block;
}
.showBalanceBtn.active .fa-angle-double-down {
  display: none;
}

#approveForm .action-group {
  display: flex;
}
#approveForm .action-group label {
  padding: 5px 10px;
}
#approveForm .supervisorComment {
  display: none;
}
#approveForm .error-hint {
  display: none;
}
@media (max-width: 450px) {
  #approveForm .action-group {
    display: block;
  }
  #approveForm .action-group label {
    display: block;
  }
}

.print-check-disabled {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  font-size: 16px;
  margin: 3px;
}
.print-check-disabled .fa {
  display: block;
  line-height: 13px;
}

.print-block-table {
  display: none;
}

.checkBoxOld {
  width: 15px;
  height: 15px;
}

.hidden {
  display: none;
}

.notFound .header-btn {
  visibility: hidden;
}

.notFoundBox {
  min-height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 50px 10px;
}
.notFoundBox .inner {
  text-align: center;
}
.notFoundBox .inner .word {
  margin-bottom: 25px;
  font-size: 20px;
  margin-top: 0;
}
.notFoundBox .inner img {
  max-width: 500px;
  width: 100%;
}

.body-1095 .table.border-table tbody td {
  text-align: left;
}
.body-1095 .table.border-table tbody th {
  text-align: left;
}

.print-show {
  display: none;
}

.exportPDFBox {
  width: 100%;
  position: absolute;
  z-index: -1;
  display: none;
  padding: 0 80px;
  font-size: 16px;
  left: 0;
  color: #000 !important;
  background: #fff;
  border: 0;
}
.exportPDFBox .font-20 {
  font-size: 32px;
}
.exportPDFBox .font-24 {
  font-size: 40px;
}
.exportPDFBox .sub-title {
  font-size: 26px;
}
.exportPDFBox .flex-line .left-title {
  flex: 0 0 180px;
}
.exportPDFBox table {
  font-size: 18px !important;
}
.exportPDFBox .table {
  font-size: 18px !important;
}
.exportPDFBox .table .print-tr {
  display: table-row;
}
.exportPDFBox .table th, .exportPDFBox .table td {
  font-size: 18px;
  color: #000 !important;
  line-height: 1.2;
}
.exportPDFBox .table th.td-title, .exportPDFBox .table td.td-title {
  width: 270px;
}
.exportPDFBox .table th .focused-value, .exportPDFBox .table td .focused-value {
  font-size: 16px;
}
.exportPDFBox .table th.sub-title, .exportPDFBox .table td.sub-title {
  font-size: 26px;
}
.exportPDFBox .table.border-table {
  border-color: #000 !important;
}
.exportPDFBox .table.border-table th, .exportPDFBox .table.border-table td {
  border-color: #000 !important;
}
.exportPDFBox .pdfPage {
  margin: 0 auto;
}
.exportPDFBox .needToClone {
  max-width: initial;
  width: 100%;
}
.exportPDFBox .calendarYTDTable {
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
}
.exportPDFBox .hr-black {
  display: none;
}
.exportPDFBox .print-block {
  display: block !important;
}
.exportPDFBox .print-block-table {
  display: table !important;
}
.exportPDFBox .no-print {
  display: none !important;
}
.exportPDFBox .print-show {
  display: inline-block;
}
.exportPDFBox .print-hide {
  display: none !important;
}
.exportPDFBox .employee-info-table td.print-hide, .exportPDFBox .employee-info-table th.print-hide {
  display: none !important;
}
.exportPDFBox input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}
.exportPDFBox .tableHead1095 tr td:first-child {
  width: 300px !important;
}
.exportPDFBox .tableHead1095 tr td:last-child {
  width: 200px !important;
}
.exportPDFBox td.no-padding div {
  padding: 0 5px;
}
.exportPDFBox.printStatus {
  width: 1400px;
}
.exportPDFBox.printStatus .earning-body {
  max-width: initial;
}
.exportPDFBox.printStatus .table.responsive-table.no-thead.border-table {
  border-right: 2px solid #dee2e6;
}

@media print {
  body {
    padding-top: 10px;
  }

  .topMsg {
    display: none;
    word-break: break-word;
  }

  html {
    height: auto;
    overflow: initial;
  }

  .exportPDFBox {
    position: static;
    display: block !important;
    font-size: 12px;
    padding: 0 1px;
    width: initial;
  }
  .exportPDFBox .flex-line .left-title {
    flex: 0 0 125px;
  }
  .exportPDFBox table {
    font-size: 12px !important;
  }
  .exportPDFBox .table {
    font-size: 12px !important;
  }
  .exportPDFBox .table th, .exportPDFBox .table td {
    font-size: 12px;
  }
  .exportPDFBox .table th.td-title, .exportPDFBox .table td.td-title {
    width: 270px;
  }
  .exportPDFBox .table th .focused-value, .exportPDFBox .table td .focused-value {
    font-size: 13px;
  }

  .print-show {
    display: inline-block;
  }

  .print-hide {
    display: none !important;
  }

  .content-wrapper {
    background: #fff;
  }

  .content-wrapper > .content .content-white {
    margin-bottom: 0;
    padding: 0;
  }

  .print-block-table {
    display: table;
  }

  .table-top-title {
    padding: 0 1px;
  }

  body {
    color: #000;
  }

  input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: 1px solid #000;
  }

  .EMP-detail .sub-title {
    font-size: 15px;
    margin-top: 25px;
  }
  .EMP-detail .sub-title .highlight {
    font-size: 16px;
  }
  .EMP-detail .info-block {
    display: flex !important;
  }
  .EMP-detail .info-block .info-flex-item {
    display: block;
  }
  .EMP-detail .info-block.positions .info-flex-item {
    display: block;
  }
  .EMP-detail .info-block.positions .info-flex-item .info-content {
    float: right;
  }
  .EMP-detail .simple-info .info-block.lg-title .info-flex-item .info-title {
    width: 230px;
  }
  .EMP-detail .simple-info .info-block.lg-title .info-flex-item.left-info .info-title {
    width: 180px !important;
  }
  .EMP-detail .simple-info .info-block.lg-title .info-flex-item.left-info .info-content {
    width: 150px;
  }
  .EMP-detail .simple-info .info-block.first-block .info-flex-item.left-info .info-title {
    width: 180px !important;
  }
  .EMP-detail .simple-info .info-block.first-block .info-flex-item.left-info .info-content {
    width: initial;
  }
  .EMP-detail .simple-info .info-block.first-block .info-flex-item.right-first {
    display: none;
  }
  .EMP-detail .employee-info-table td, .EMP-detail .employee-info-table th {
    line-height: 1;
    padding: 3px 5px;
    display: table-cell !important;
  }
  .EMP-detail .employee-info-table td.print-hide, .EMP-detail .employee-info-table th.print-hide {
    display: none !important;
  }
  .EMP-detail .earning-line {
    display: table-row;
  }
  .EMP-detail .earning-line td {
    border: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .EMP-detail .earning-line + tr td {
    border-top: 0;
  }
  .EMP-detail .earning-detail {
    display: block !important;
  }
  .EMP-detail .deduction-table {
    display: block !important;
    margin-top: 75px;
  }
  .EMP-detail .print-hide {
    display: none !important;
  }
  .EMP-detail .total-table {
    width: 45%;
    padding-right: 5px;
  }
  .EMP-detail .tips-table {
    width: 55%;
    padding-left: 5px;
  }
  .EMP-detail.info-1095 .sub-title {
    font-size: 20px;
  }
  .EMP-detail.info-1095 .money-table .tr-title {
    max-width: 100px;
  }
  .EMP-detail.info-1095 .money-table td, .EMP-detail.info-1095 .money-table th {
    min-width: initial;
  }

  .print-block {
    display: block;
  }

  .no-print,
.main-header,
.main-sidebar,
.main-footer {
    display: none;
  }

  .content-wrapper > .content {
    margin: 0;
  }

  .content-white {
    font-size: 12px;
  }

  .hr-black {
    display: none;
  }
  .hr-black.print-block {
    display: block;
  }
  .hr-black.show-all-screen {
    display: block;
  }

  .table {
    margin-bottom: 5px;
  }
  .table td, .table th {
    font-size: 10px;
    line-height: 1;
    padding: 3px 5px;
    display: table-cell !important;
    vertical-align: center;
  }
  .table td.print-hide, .table th.print-hide {
    display: none !important;
  }
  .table .print-td {
    display: table-cell;
  }
  .table .print-tr {
    display: table-row;
  }
  .table.earning-table thead {
    display: table-header-group;
  }
  .table.print-table {
    border-bottom: 1px solid #000;
  }
  .table.print-table thead {
    display: table-header-group;
  }
  .table.print-table thead th {
    border: 1px solid #000;
    border-bottom-width: 1px;
  }
  .table.print-table tr {
    margin: 0;
    display: table-row;
  }
  .table.print-table tr.no-print {
    display: none;
  }
  .table.print-table th, .table.print-table td {
    padding: 3px 2px;
  }
  .table.print-table th.td-content, .table.print-table td.td-content {
    text-align: right;
  }
  .table.print-table th.text-right, .table.print-table td.text-right {
    text-align: right !important;
  }
  .table.print-table td {
    display: table-cell !important;
    width: initial !important;
    height: auto;
    position: static;
    white-space: normal;
    text-align: left;
    min-height: initial;
    line-height: 1;
  }
  .table.print-table td:before {
    display: none;
  }
  .table.print-table td.print-hide {
    display: none !important;
  }
  .table.print-table.tableColumn4 td, .table.print-table.tableColumn4 th {
    width: 25%;
  }
  .table.border-table {
    border: 1px solid #000 !important;
  }
  .table.border-table thead td, .table.border-table thead th {
    border-width: 1px;
  }
  .table.border-table thead td.print-hide, .table.border-table thead th.print-hide {
    display: none !important;
  }
  .table.border-table td, .table.border-table th {
    border-color: #000 !important;
    border-width: 1px;
    border: 1px solid #000 !important;
  }
  .table.border-table tbody td {
    text-align: right;
  }
  .table.border-table tbody td:first-child {
    text-align: left;
  }
  .table.noNumTable tbody th.td-content, .table.noNumTable tbody td.td-content {
    text-align: left;
  }
  .table.noNumTable tbody td {
    text-align: left;
  }
  .table.w2Check-table tbody td {
    text-align: center;
  }
  .table.w2Check-table tbody td:first-child {
    text-align: left;
    padding-left: 0;
  }
  .table.no-print {
    display: none;
  }
  .table.print-show-table {
    display: table;
  }
  .table.responsive-table tbody {
    display: table-row-group !important;
  }
  .table.responsive-table.payRoll-table tr {
    border: 0;
  }

  .icheck {
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important;
  }

  .tableSelf td:last-child, th:last-child {
    width: 38px !important;
  }

  .print-table.tableSelf td:last-child, th:last-child {
    width: 38px !important;
  }
}
.earningPage .print-td {
  display: table-cell;
}
.earningPage .print-tr {
  display: table-row;
}
.earningPage .no-page {
  display: none;
}
.earningPage .earning-detail, .earningPage .deduction-table {
  display: block;
}
.earningPage .deduction-table {
  margin-top: 75px;
}
@media (max-width: 830px) {
  .earningPage .deduction-table {
    margin-top: 0;
  }
}

#changeAvatar .avatar-file {
  display: block;
  padding: 6px 12px;
  color: #757575;
  border-radius: 5px;
  border: 1px solid #ced4da;
}
#changeAvatar .showUploadImg {
  max-width: 150px;
}

.profile .profile-top {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #eee;
}
.profile .profile-top .profile-item {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1150px) {
  .profile .profile-top.first-child {
    display: block;
  }
  .profile .profile-top.first-child .profile-avatar {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
  }
}
.profile .profile-top .profile-avatar {
  padding-right: 10px;
  display: flex;
  align-items: center;
  flex: 0 0 140px;
}
.profile .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1151px) {
  .profile .avatar {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.profile .avatar .avatar-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.profile .avatar .avatar-word {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 0;
}
.profile .sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.profile .profile-item {
  width: 100%;
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  line-height: 25px;
}
.profile .profile-item .bankPart {
  display: flex;
  width: 100%;
}
.profile .profile-item .bankPart .primaryTitle, .profile .profile-item .bankPart .primaryBank {
  flex: 0 0 100px;
}
.profile .profile-item.updateBankForm {
  padding-bottom: 0;
}
@media (max-width: 1150px) {
  .profile .profile-item.first-child {
    display: block;
  }
}
.profile .profile-item.addBankForm {
  display: none;
}
.profile .profile-item.border-0 {
  border: 0;
}
.profile .profile-item:last-child {
  border: 0;
}
.profile .profile-item .profile-title {
  display: flex;
  align-items: center;
  flex: 0 0 200px;
  padding-right: 10px;
}
@media (max-width: 1365px) {
  .profile .profile-item .profile-title {
    flex: 0 0 110px;
  }
}
@media (max-width: 680px) {
  .profile .profile-item .profile-title {
    flex: 0 0 100px;
  }
}
@media (max-width: 490px) {
  .profile .profile-item .profile-title {
    align-items: center;
  }
}
.profile .profile-item .profile-item-line .profile-title {
  line-height: 1.2;
  font-size: 13px;
}
.profile .profile-item .profile-item-line {
  display: flex;
  margin-bottom: 15px;
}
.profile .profile-item .profile-item-line .profile-desc {
  color: #000;
  display: flex;
  flex: 1;
}
@media (max-width: 490px) {
  .profile .profile-item .profile-item-line .profile-desc {
    display: block;
  }
}
.profile .profile-item .profile-item-line .profile-desc .haveValue {
  flex: 0 0 200px;
  white-space: normal;
  word-break: break-word;
  margin-right: 10px;
}
@media (max-width: 630px) {
  .profile .profile-item .profile-item-line .profile-desc .haveValue {
    flex: 0 0 160px;
  }
}
@media (max-width: 490px) {
  .profile .profile-item .profile-item-line .profile-desc .haveValue {
    min-height: 25px;
    margin-bottom: 5px;
    display: block;
  }
}
.profile .profile-item .profile-item-line .profile-desc .valueInput {
  display: flex;
  flex-wrap: wrap;
}
.profile .profile-item .profile-item-line .profile-desc .valueInput.error-vertical {
  display: block !important;
}
.profile .profile-item .profile-item-line .profile-desc .valueInput.error-vertical .help-block {
  top: initial;
}
.profile .profile-item .profile-item-line .profile-desc .form-group {
  margin-bottom: 0;
}
.profile .profile-item .profile-item-line .profile-left {
  flex: 1;
}
.profile .profile-item .profile-btn {
  flex: 0 0 auto;
  padding-left: 10px;
}
.profile .profile-item .profile-btn .btn {
  padding: 2px 10px;
  min-width: 66px;
  margin: 3px;
  display: block;
}
.profile .profile-item .profile-btn .hide {
  display: none;
}
.profile .profile-item .profile-btn .edit {
  display: none;
}
.profile .profile-item .profile-btn .saveOrCancel {
  display: block;
}
.profile .profile-item .profile-btn .saveOrCancel .cancel-btn {
  display: none;
}
.profile .profile-item .profile-btn .saveOrCancel button:nth-child(2) {
  display: inline-block;
}
.profile .profile-item .profile-btn .saveOrCancel.flex-line .btn {
  display: inline-block;
}
.profile .profile-item .valueInput .form-control {
  height: 25px;
  padding: 0 5px;
  min-width: 150px;
  width: 190px;
}
@media (max-width: 530px) {
  .profile .profile-item .valueInput .form-control {
    width: 160px;
  }
}
.profile .profile-item .valueInput .form-control.phone-input {
  max-width: 70px;
  min-width: initial;
}
.profile .profile-item .valueInput .form-control.phoneAreaCode {
  width: 45px;
  min-width: 45px;
}
.profile .profile-item .valueInput .form-control.active {
  background: #fdfda5;
}
.profile .profile-item .valueInput .btn {
  height: 25px;
}
.profile .profile-item .valueInput.group-line .getBank {
  min-width: 35px;
}
.profile .profile-item.activeEdit .haveValue {
  display: block;
}
.profile .profile-item.activeEdit .valueInput {
  display: flex !important;
}
.profile .profile-item.activeEdit .valueInput.flex {
  display: flex;
}
.profile .profile-item.activeEdit .valueInput.flex span {
  display: inline-block;
  margin-left: 10px;
}
.profile .profile-item.activeEdit .valueInput.group-line {
  display: flex;
}
.profile .profile-item.activeEdit .profile-btn .edit {
  display: none;
}
.profile .profile-item.activeEdit .profile-btn .saveOrCancel {
  display: block;
}
.profile .profile-item .profile-left {
  flex: 1;
}
.profile .profile-item .profile-left .form-control:disabled {
  background-color: #ebebe4;
  cursor: not-allowed;
}
.profile .profile-item .profile-left input[type=radio] {
  display: inline-block;
  height: auto;
  width: auto;
  min-width: auto;
}
@media (max-width: 780px) {
  .profile .profile-item {
    display: block;
  }
  .profile .profile-item .profile-btn {
    padding-left: 0;
    margin-top: 15px;
  }
  .profile .profile-item .profile-btn .btn {
    display: inline-block;
  }
  .profile .profile-item .profile-desc {
    display: block;
  }
}
@media (max-width: 400px) {
  .profile .profile-item .profile-title {
    flex: 0 0 100px;
    padding-right: 10px;
  }
  .profile .profile-item .profile-desc {
    word-spacing: normal;
    word-break: break-word;
  }
  .profile .profile-item .profile-desc .profile-desc-item .desc-title {
    flex: 0 0 100px;
    padding-right: 10px;
  }
  .profile .profile-item .profile-desc .profile-desc-item .desc-content {
    color: #000;
    flex: 1;
  }
}
.profile .bankAccountBlock.isDelete {
  background: #e28088 !important;
}
.profile .bankAccountBlock.isDelete .profile-btn .saveOrCancel .save-btn, .profile .bankAccountBlock.isDelete .profile-btn .saveOrCancel .delete-btn {
  display: none;
}
.profile .profileTitle {
  display: flex;
  font-size: 13px;
  font-weight: bold;
  color: #6c757d;
  margin-bottom: 15px;
}
@media (max-width: 490px) {
  .profile .profileTitle {
    display: none;
  }
}
.profile .profileTitle.profileInfo {
  padding-left: 110px;
}
@media (min-width: 1366px) {
  .profile .profileTitle.profileInfo {
    padding-left: 200px;
  }
}
@media (max-width: 680px) {
  .profile .profileTitle.profileInfo {
    padding-left: 100px;
  }
}
.profile .profileTitle .currentTitle {
  flex: 0 0 200px;
  margin-right: 10px;
}
@media (max-width: 630px) {
  .profile .profileTitle .currentTitle {
    flex: 0 0 160px;
  }
}
.profile .profileTitle .newTitle {
  flex: 0 0 180px;
}
.profile .bankPart .profile-left .profile-desc .inputDisabled input {
  background-color: #ebebe4;
  cursor: not-allowed;
}

#selectBank .form-group {
  padding: 5px 10px;
}

.bankNumberBtn {
  text-decoration: underline;
  color: #3ab34a;
  cursor: pointer;
}

.leaveListCalendarForm {
  padding-top: 5%;
}

.fc-day-grid-event .fc-content {
  white-space: normal;
}

#skipNav {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: -9999px;
  background: none;
  border: 0;
  text-indent: -9999px;
}
#skipNav:focus {
  left: 0;
  outline: none;
  box-shadow: none;
}

.content-body:focus {
  outline: none;
}

.noPrimary {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
}

.yesPrimary {
  display: inline-block;
  display: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: none;
  border: 1px solid #3ab34a;
  background: #3ab34a;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.yesPrimary .fa {
  line-height: 18px;
  display: block;
}

.icheckRadioBank, .consentRadio {
  width: 20px;
  height: 20px;
}

.consentRadio {
  position: relative;
  top: 5px;
}

.fc-more {
  border: 0;
  background: none;
  color: #666;
  text-decoration: underline;
}
.fc-more:hover {
  text-decoration: underline;
}

.chooseEmailGroup {
  display: flex;
  align-items: center;
}
.chooseEmailGroup .emailType {
  margin-left: 15px;
}

.bankAccountBlock.asPrimary .bankAmount {
  display: none !important;
}

.max-900 {
  max-width: 900px;
}

.max-1000 {
  max-width: 1000px;
}

.calendarYTDTable {
  max-width: 1060px;
}

.deductionTable {
  max-width: 1000px;
}

.earning-body {
  max-width: 1050px;
}

.groupWrapTable {
  border-spacing: 0;
}
.groupWrapTable .table {
  margin-bottom: 0;
  border-bottom: 0;
}
.groupWrapTable .table thead th {
  border-bottom: 0;
}

.calendarAddBtn {
  opacity: 0;
}

.fc-day-grid-event {
  cursor: pointer;
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  background: none;
}

.wordTipIcon {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #000;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
}
.wordTipIcon span {
  display: block;
  line-height: 54px;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 90%;
  height: 90%;
  margin: 5%;
  border-radius: 50%;
  background: #fff;
}

.cautionIcon {
  width: 60px;
  height: 60px;
  padding: 2px;
  background: #000;
  color: #fff;
  text-align: center;
  float: left;
  font-size: 12px;
  margin-right: 5px;
}
.cautionIcon .fa {
  color: #fff;
  font-size: 40px;
  display: block;
}

#leaveModalTitle {
  font-size: 14px;
  margin: 0;
}

.tableTitle {
  font-size: 14px;
  padding: 0 10px;
  color: #2a3f54;
  padding-left: 15px !important;
}

.noFoundPage {
  width: 100%;
  height: calc(100% - 150px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.noFoundPage h2 {
  font-size: 40px;
}
@media (max-height: 590px) {
  .noFoundPage {
    display: block;
    text-align: center;
    height: auto;
  }
}
.noFoundPage .formModule {
  max-width: 320px;
  margin: 0 auto;
  text-align: left;
}
.noFoundPage .btm-p {
  color: #a74e52;
}

.noFoundPage img {
  max-width: 400px;
  width: 100%;
  max-height: 100%;
}

.fc .fc-more {
  height: auto;
  line-height: 1.2;
}

.iframeForm:last-child {
  display: block !important;
}

.homeLanding {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 200px);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.homeLanding span {
  word-spacing: normal;
  word-break: break-all;
  word-break: break-word;
}

.leftPadding {
  padding-left: 15px;
}

.portlet {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
  border-radius: 10px !important;
  background: white;
  padding: 20px;
  width: 100%;
}
.portlet > .portlet-title {
  color: #7C3C84;
  display: flex;
}
.portlet > .portlet-title > .caption {
  font-weight: bold;
  flex: 1;
  margin-bottom: 15px;
}
.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 4px;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 5px;
}
.portlet h3 {
  color: #7C3C84;
  font-weight: bold;
}

/***
Dashboard stats
***/
.dashboard-stat {
  margin-bottom: 25px;
  border-radius: 10px !important;
}
.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 0px 0px 10px 10px !important;
}
.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}
.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 10px;
}
.dashboard-stat .details .number {
  padding-top: 15px;
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}
.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;
}
.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.dashboard-stat .visual i {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .dashboard-stat .visual i {
    font-size: 28px;
    line-height: 28px;
  }
}
.dashboard-stat.blue {
  background-color: #27a9e3;
}
.dashboard-stat.blue .more {
  background-color: #208dbe;
}
.dashboard-stat.green {
  background-color: #28b779;
}
.dashboard-stat.green .more {
  background-color: #10a062;
}
.dashboard-stat.red {
  background-color: #e7191b;
}
.dashboard-stat.red .more {
  background-color: #bc0d0e;
}
.dashboard-stat.yellow {
  background-color: #ffb848;
}
.dashboard-stat.yellow .more {
  background-color: #cb871b;
}
.dashboard-stat.purple {
  background-color: #852b99;
}
.dashboard-stat.purple .more {
  background-color: #6e1881;
}

.table-scrollable {
  width: calc(100% - 30px);
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #dddddd;
  margin: 10px 15px 10px 15px !important;
}
.table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
}

/*# sourceMappingURL=content.css.map */
