﻿.timeline-item {
  min-height: 102px;
  max-width: 150px;
  align-content:center;
}

.select2-selection--single {
  height: 100% !important;
  min-height: 38px !important;
}

.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}

.select2-selection__choice {
  background-color: lightgrey !important;
  color: black !important
}

body:not(.dark-mode) .top-banner {
  background: rgba(255,255,255,0.45);
}

body:not(.dark-mode) .info-box, body:not(.dark-mode) .top-banner {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}
body:not(.dark-mode) .img-square {
  border-radius: 4px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
}

.top-banner {
  background-color: white;
  justify-content: flex-end;
}

.content-wrapper {
  background-color: #e9eef6;
}

.card-header {
  padding: .75rem;
}

.identity-box {
  vertical-align: top;
  min-width: 256px;
  border: 1px solid #ced4da;
  padding: 10px;
  flex: 1;
  position: relative;
}

.card-comments .comment-text {
  margin-inline-start: 36px;
}

body {
  background-color: #e9eef6 !important;
}

.img-square {
  border-radius: 4px;
}

.dropdown-container {
  max-width: 500px;
  padding: 10px;
  background-color: #f4f6f9;
  border-color: black;
}

.dark-mode .dropdown-container {
  background-color: #454d55 !important;
  border-color: white;
}

.card, .card-header {
  background-color: white !important;
}

.dark-mode .card, .card-header {
  background-color: transparent !important;
}

.dark-mode .top-banner {
  background-color: transparent;
}

.sidebar-filter {
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

.float-button {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #007bff;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

  .float-button i {
    margin-top: 10px;
  }

.input-group-prepend:hover {
  background-color: black
}

.input-group-content:hover {
  background-color: black
}


.bp-item {
  font-family: unset !important;
}

.btn-round {
  border-radius: 20px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

[name='description'] {
  color: #1f2d3d !important;
}

.card-comments .card-comment img {
  height: auto !important;
}

.info-box-content {
  line-height: normal !important;
}

.description {
  font-size: 11px !important;
  font-weight: 600
}

.card-comments {
  background-color: white
}

.date-width:read-only {
  background-color: white;
  cursor: pointer;
}

.date-width:disabled {
  background-color: #e9ecef;
  cursor: default;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #333 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 9px 6px 0 6px !important;
  margin-top: -2px !important;
  top: 54% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 1px;
}

[dir="rtl"] .control-sidebar-slide-open .control-sidebar, .control-sidebar-slide-open .control-sidebar::before {
  right: unset;
  left: 0px;
}

[dir="rtl"] .analytics-filter {
  right: unset !important;
  left: 0px !important;
}

[dir="rtl"] .input-icon {
  right: unset !important;
  left: 0px !important;
}

[dir="rtl"] .ui-dialog-title {
  float: right !important;
}

[dir="rtl"] .nav-item .menu-open > a > p > .fa-angle-left {
  transform: rotate(90deg)
}

[dir="rtl"] .fa-angle-left {
  transform: rotate(180deg)
}

[dir="rtl"] .badge.right {
  right: unset !important;
  left: 2rem !important;
}

[dir="rtl"] .nav-sidebar .nav-link > .right, [dir="rtl"] .nav-sidebar .nav-link > p > .right {
  right: unset !important;
  left: 1rem;
}

[dir="rtl"] .ui-dialog .ui-dialog-titlebar-close {
  left: 1em;
  right: unset !important;
}

[dir="rtl"] .nav-link {
  text-align: right;
}
/* for view punches not centered on small screen*/
.evaluation-form-view {
  padding: 15px;
}

.radio-clear {
  font-size: small;
  cursor: pointer;
}

.evaluation-form-view #KRATable {
  border: 0;
}

.no-enter {
  overflow: hidden;
  resize: none;
}

button i {
  width: 18px;
}

#HRMatesShowMessage {
  width: 100px;
  z-index: 10001;
  border: 2px solid black;
  position: fixed;
  left: 50%;
  top: 10px;
  text-align: center
}

/*.element-dirty {
  outline: 2px solid #ffc107 !important;
  border: none;
}

  .element-dirty + span {
    outline: 2px solid #ffc107 !important;
  }

    .element-dirty + span .select2-selection--single {
      border: none !important;
    }*/

.modal {
  padding-inline-end: 0px !important;
}

.card {
}

@media (max-width: 768px) {
  .card {
    border-radius: 0px !important;
  }
}

.card-body {
  margin-top: -1px;
}

.info-box {
  border: 1px #dcdcdc solid !important;
  margin-top: -1px !important;
  box-shadow: none !important;
  border-radius: .25rem;
}

.card-tabs > .card-body, .card-body-transparent {
  background-color: #e9e9e9 !important;
}

.dark-mode .card-tabs > .card-body {
  background-color: #343a40 !important;
}

.nav-tabs > li i {
  display: none;
}


.dark-mode .nav-tabs > li > .nav-link.active {
  background-color: #343a40 !important;
  border-bottom-color: #343a40 !important;
  border-left-color: #343a40 !important;
}

.form-group .card {
  display: inline-block;
  min-width: 330px;
}

.form-group .card-body {
  padding: 0;
}

.table-not-striped tbody tr:nth-of-type(odd) {
  background-color: transparent !important;
}

input[type=text].form-control {
  display: inline-block;
  max-width: 330px;
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
}

.date-width {
  width: 160px !important;
}

.date-icon {
  display: inline-block;
  position: relative;
}

  .date-icon:after {
    position: absolute;
    right: 6px;
    font-size: 22px;
    top: 2px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 100;
    content: '\f133';
    color: dimgray;
  }

.number-width {
  width: 150px !important;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }

  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

    .loading:not(:required):after {
      content: '';
      display: block;
      font-size: 10px;
      width: 1em;
      height: 1em;
      margin-top: -0.5em;
      -webkit-animation: spinner 1500ms infinite linear;
      -moz-animation: spinner 1500ms infinite linear;
      -ms-animation: spinner 1500ms infinite linear;
      -o-animation: spinner 1500ms infinite linear;
      animation: spinner 1500ms infinite linear;
      border-radius: 0.5em;
      -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
      box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    }

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.Calculator {
  width: 1000px;
  font-size: smaller;
  font-family: monospace;
}

.CalculatorVariables {
  margin-top: 32px;
}

#contentPage {
  padding: 5px 0px 0px 0px;
  justify-content: space-between;
}

.MasterContentArea {
  padding: 10px 20px 0px 20px;
}

.top-banner {
  border-radius: .25rem;
}

@media (max-width: 768px) {
  #contentPage {
    padding: 5px 0px 0px 0px;
    border-radius: 0px;
  }

  .MasterContentArea {
    padding: 0px;
  }

  .top-banner {
    border-radius: 0px;
  }
}

.callout:empty {
  display: none;
}

.card-body:empty {
  display: none;
}

.btn.disabled, .btn:disabled, .btn.disabled:hover, .btn:disabled:hover {
  background-color: gray;
  box-shadow: none;
  border-color: grey;
}

[dir="rtl"] .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

[dir="rtl"] .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: left;
}

[dir="rtl"] .ui-dialog .ui-dialog-buttonpane button {
  margin: .5em 0 .5em .4em;
}

.card-header.p-0.pt-1 {
  background-color: #f4f4f4;
  border: none !important;
}

[dir="rtl"] .card-title {
  float: right;
}

[dir="rtl"] .card-tools {
  float: left;
}

.card-title {
  font-weight: 600;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 600;
}

.card-primary:not(.card-outline) > .card-header, .card-primary:not(.card-outline) > .card-header a:not(.active) {
  color: black;
}

.dark-mode .card-primary:not(.card-outline) > .card-header {
  background-color: #3f474e;
}

.nav-tabs .active {
  font-weight: 700;
}

.nav-icon {
  vertical-align: top;
}

.card-header {
  border-bottom: 0;
  border-radius: .25rem 20px 0 0;
}

@media (max-width: 768px) {
  .card-header {
    border-radius: 0px 0px 0 0;
  }
}


/*.form-control {
    padding-top: 5px !important;
    height: 29px;
}*/

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget {
  font-size: small;
  font-family: system-ui;
}

.card-tools-section {
  background-color: rgb(0,0,0,.06);
  border-radius: .25rem;
  padding: 5px 15px;
  align-items: center;
}

  .card-tools-section:empty {
    display: none;
  }


.card-tools {
  margin: 0px !important
}

.box {
  overflow-x: auto;
}

.btn-app > .badge {
  border-radius: 2px !important;
  top: -5px !important;
  right: -5px !important;
}

.badge {
  font-weight: 600;
}

body {
  text-align: start;
}

.sidebar-dark-primary {
  color: #c2c7d0;
}

select {
  height: 26px;
  width: auto;
  max-width: 330px;
}

.btn-danger {
}

.btn-success {
}

.btn-warning {
}

.btn-outline-primary {
  color: #343a40 !important;
  border-color: #343a40;
}

.dark-mode .btn-outline-primary {
  color: white !important;
  border-color: white;
}

.bg-primary {
  background-color: #03386f !important;
}

.btn-primary {
  background-color: #03386f !important;
  border: none;
}

  .btn-primary:hover {
    background-color: #044fa2 !important;
  }

  .btn-primary:focus {
    background-color: #044fa2 !important;
  }

.main-footer {
  padding: 5px !important;
}
/* colors: any change replace throuout code*/
.red {
  color: #f1556c
}

.bg-red {
  background-color: #f1556c
}

.color-notification {
  background-color: #494e53
}

.btn-app:hover {
  background-color: #395d7a;
  color: white;
}

.orange {
  color: #f7b84b
}

.bg-orange {
  background-color: #f7b84b
}

.green {
  color: #1abc9c
}

.bg-green {
  background-color: #1abc9c
}

.grey {
  color: #bdcbd8
}

.blue {
  color: #4a81d4
}

.crimson {
  color: rgb(252,233,218);
}
/******************************/
.box-header {
  padding-bottom: 0px;
}



.box {
  box-shadow: none !important;
  /*    border: 1px solid lightgray !important;*/
}

.page-controls {
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
}

.direct-chat-text {
  font-size: small;
  margin: 0px;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.tox .tox-toolbar__group {
  width: 100%;
}



a[title='Hold, Close, Not Resolvable']:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f3ff";
  font-size: 16px;
  color: #3c8dbc;
}

a[title='Send']:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f1d8";
  font-size: 16px;
  color: #3c8dbc;
}

a[title='Reply']:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f3e5";
  font-size: 16px;
  color: #3c8dbc;
}

a[title='Emoji']:before {
  font-family: "Font Awesome 5 Pro";
  content: "\1f600";
  font-size: 16px;
  color: black;
  font-weight: 400;
}

a[title='Participants']:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0c0";
  font-size: 16px;
}

a[title='Participants Read']:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f4fc";
  font-size: 16px;
  color: #3c8dbc;
}

a[title='Delete Message']:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f2ed";
  font-size: 16px;
  text-align: center;
  color: #f75555;
}

a[title='Delete Attachment']:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f127";
  font-size: 16px;
  text-align: center;
  color: #f75555;
}

a[title='Edit Message']:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f044";
  font-size: 16px;
  color: #3c8dbc;
}

a[title='Attachment']:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c6";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  color: #3c8dbc;
  top: 15%;
  left: 0;
}


.direct-chat-messages:empty:before {
  content: 'No Messages';
  color: gray
}


.content {
  //padding: 0
}

.direct-chat-messages {
  background-image: url('https://app.hrmates.com/Resources/img/chatbackground.jpg');
  background-repeat: repeat;
}

.direct-chat-timestamp {
  font-size: smaller;
}

.right .direct-chat-text:after, .right .direct-chat-text:before {
  border-left-color: #e7f4ff !important;
}

.left .direct-chat-text:before, .left .direct-chat-text:after {
  border-right-color: #cbefde !important;
}

.right .direct-chat-text {
  background-color: #e7f4ff !important;
  color: black !important;
  border: none !important;
}

.direct-chat-text {
  margin: 0 !important;
}

.left .direct-chat-text {
  background-color: #cbefde !important;
  color: black !important;
  border: none !important;
}

.direct-chat-msg.right {
  margin-inline-start: 40px;
  margin-inline-end: 0px;
}

.direct-chat-msg.left {
  margin-inline-end: 40px;
  margin-inline-start: 0px;
}

.direct-chat-text[selected='selected'] {
  background-color: lightblue !important;
}



.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.select2 {
  text-align: left;
}

.select2-drop li {
  white-space: pre-line;
}



.table-scroll-tfoot {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  bottom: 0;
  background: white;
}

@media print {
  /* All your print styles go here */
  .AvoidPageBreak {
    page-break-inside: avoid;
  }

  .btn {
    display: none !important;
  }
}

.header-col {
  left: 0;
  z-index: 1;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background: white;
}

.first-col {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  left: 2px;
}

.ui-widget {
}

.second-col {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  left: 26px;
}

.form-group {
  margin-bottom: 4px !important;
}

.form-control {
  padding: .375rem .5rem;
}

.third-col {
  width: 150px;
  min-width: 80px;
  max-width: 80px;
  left: 176px;
}
/*Popup Title*/
.ui-dialog {
  box-shadow: 6px 6px 8px 0px grey;
  padding: 0px;
  border-radius: 4px;
  border: 1px solid black !important;
  z-index: 500;
}

.dark-mode .ui-widget-content {
  color: unset;
  background-color: unset;
}

.dark-mode .ui-widget-header {
  background: unset;
  color: unset;
}

.dark-mode .ui-dialog {
  background-color: #343a40;
  color: white !important;
}

.main-header {
  z-index: 400;
}

.main-sidebar {
  z-index: 401;
}

#sidebar-overlay {
  z-index: 100 !important;
}

.ui-dialog-titlebar {
  border-radius: 0px !important;
  border: 0px !important;
  border-bottom: 1px solid #dddddd !important;
}

.ui-dialog-title {
  font-size: 1.3rem;
}
/*Popup Dialog Buttons*/
.ui-button:not(.ui-button-icon-only) {
  font-size: 16px;
  background-color: #012952;
  color: white !important;
}

  .ui-button:not(.ui-button-icon-only):hover {
    background-color: #044fa2;
    border: unset;
  }
/*Info Message Icon*/
.messageInfo {
  font-size: 37px;
  width: 52px;
}
/*Alert Message Icon*/
.messageAlert {
  font-size: 37px;
  color: darkred;
  width: 56px;
}
/*Prompt Message Icon*/
.messagePrompt {
  font-size: 30px;
}

/********/

.tab-content {
  padding: 0px !important
}

.number {
  text-align: right;
  width: 100px;
}

.table-fixed-header {
  overflow-y: auto;
  height: 100px;
}

  .table-fixed-header th {
    position: sticky;
    top: 0;
  }

.select2-selection__clear {
  font-weight: normal !important;
  color: grey;
  font-family: sans-serif !important;
  font-size: 20px
}

.scrollToTop {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  bottom: 0;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 35px;
  z-index: 104400;
  cursor: pointer;
}

  .scrollToTop .fa {
    color: white;
  }


.box.box-none {
  border-top: 0px;
}

.box {
  margin-bottom: 18px;
  border-radius: .25rem;
}

.box-primary {
  border-top: 0px !important;
  box-shadow: 3px 3px lightgrey;
}

.box-none {
  border-top: 0px !important;
  box-shadow: 3px 3px lightgrey;
}

.box-info {
  border-top: 1px solid lightgray !important;
  border: 1px solid lightgrey;
}

.box-nested {
  margin-bottom: 0px;
}

.sidebar-menu > li > a {
  padding: 6px 5px 6px 6px;
}

.help-block {
  margin-inline-start: 135px;
  font-size: 9px;
  display: block;
  max-width: 330px;
}

.no-margin {
  margin-inline-start: 0px;
  /*max-width: 100%;*/
}

.display-inline {
  display: inline;
}

.appPressColumnHeaderButtons {
  color: #999;
}


.content {
  min-height: 0px;
}

.SelectRow {
  width: 24px;
}

.approveMonthlySalaryGrid {
  font-size: 10px;
}

.label {
  border-radius: .25rem !important;
  padding: 4px 5px !important;
  /*border:1px solid #454545;*/
}

.radio {
  display: inline;
}

.tbl_heading {
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  color: #333;
  min-height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-radius: 0px;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding-inline-start: 7px;
  padding-inline-end: 7px;
  background: rgb(255,255,255); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}

.profile_img {
  height: 95px;
  max-width: 100%;
  background: #fff;
  border: 1px solid #CCCCCC;
  -moz-box-shadow: 0px 0px 1px #ccc;
  -webkit-box-shadow: 0px 0px 1px #ccc;
  box-shadow: 0px 0px 1px #ccc;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  text-align: center;
  padding: 5px;
  /*margin: 5px 30px 5px 52px;*/
  margin: 0px auto 0px auto;
  display: inline-block;
  position: relative;
}

.col-sm-4 {
  padding-inline-end: 0px;
}

textarea {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  margin-bottom: 2px;
  max-width: 330px;
  overflow: hidden;
}

div[role='text'] input[type=text] {
  width: 200px;
}

div[role='DateRange'] input[type=text] {
  width: 100px;
}

div[role='DateTime'] input[type=text] {
  width: 100px;
}

caption {
  padding-bottom: 0px;
  padding-top: 0px;
}

  caption input[type=text] {
    width: 100px;
  }

.btnBrowse {
  height: 20px !important;
  line-height: 20px !important;
  margin-inline-start: 5px !important;
  min-height: initial !important;
  min-width: initial !important;
  padding: 0 !important;
  text-align: center !important;
  width: 30px !important;
}


.ui-button-icon-only {
  min-width: initial;
  min-height: initial;
}


.protectionPolicyBtn {
  float: right;
  line-height: 19px;
  margin-top: 2px;
  text-decoration: none;
}

.remarkNote {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}

.customizeRoles table tr td:nth-child(1) {
  width: 50%;
}

.customizeRoles table tr td table tr td {
  width: auto !important;
}

.assetPermission table tr td:nth-child(3) {
  width: 200px;
}

.largeTextArea textarea {
  width: 80%;
  height: 500px;
  overflow: hidden;
  word-wrap: break-word;
  resize: horizontal;
}

.TTRptDiv {
  float: left;
  padding: 5px;
  font-size: 11px;
  text-align: center;
}

  .TTRptDiv img {
    width: 50px;
    height: 50px;
    border: 1px solid graytext;
    cursor: pointer;
  }



.dottedline {
  border-bottom: 1px dotted Black;
  margin: 0px 8px 10px 8px;
}


html {
  height: 100%;
}


.dashboardHeading {
  background-color: #f4f4f4;
  border: 1px solid graytext;
  font-weight: bold;
  height: 33px;
  line-height: 24px;
  margin-top: 35px;
  padding: 5px 5px 5px 10px;
}

.main-div {
  background-color: #f6fafb;
  width: 950px;
  display: table;
  margin: auto;
  height: 100%;
  padding: 0px 15px;
}



.top-head {
  padding: 25px 0px 20px 0px;
  width: 100%;
}

.top-inner-item {
  float: right;
}

.top-button {
  width: auto;
  padding: 5px 5px 0px 5px;
  vertical-align: top;
}

.LabelWidth {
  width: 125px;
  margin-inline-end: 10px;
  vertical-align: top;
}

.top-headding {
  width: auto;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}


.org-chart {
  text-align: right;
  height: 40px;
  padding: 10px 0px 0px 0px;
  clear: both;
  display: block;
}

.wide-text input[type='text'] {
  width: 400px;
}

.FormTitle {
  font-size: 18pt;
  font-weight: bold;
  color: #093e5f;
  height: 80px;
}

.card-body {
  overflow-x: auto;
}

.card-body {
  overflow-x: auto;
}

.ui-dialog-content .box-primary {
  box-shadow: none;
  border: 1px solid lightgray !important;
}
th {
  font-weight:600;
}
.FieldTitle {
  font-weight: 600;
  margin-inline-end: 5px;
}

.FieldTitleBold {
  /*    color: #002469;*/
  text-shadow: #FFF 1px 1px 1px;
  font-weight: 600;
}

.FieldTitleBold2 {
  color: #333;
  text-shadow: #ccc 1px 1px 1px;
  font-weight: 500;
}

.ddmmyy {
  font-size: 10px;
  padding: 0px;
  font-weight: normal;
}

.FieldTitle-Head {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px #9e9e9e solid;
  border-bottom: 1px #9e9e9e dashed;
  padding: 20px 0px 5px 0px;
}

td [id*='_SelectRow_'] {
  width: 13px;
  padding: 0px 0px 0px 0px;
}

.dark-mode table {
  background-color: #343a40 !important;
}



table[id=FormContainerTable] tr {
  border: 1px #d7d7d7 solid;
  border-collapse: collapse;
  padding: 3px 4px 3px 4px;
  clear: right;
  border-spacing: 0px;
}

table[id=FormContainerTable] th {
  border: 1px #d7d7d7 solid;
  border-collapse: collapse;
  padding: 3px 4px 3px 4px;
  vertical-align: top !important;
  clear: right;
  border-spacing: 0px;
  font-weight: 600;
  text-align: left;
}

table[id=FormContainerTable] td {
  border: 1px #d7d7d7 solid;
  text-align: left;
  padding: 4px;
  white-space: normal;
  border-collapse: collapse;
  border-spacing: 0px;
  vertical-align: top;
}

table[id=FormContainerTable] {
  width: 100%;
  margin-inline-start: 0;
  margin-inline-end: auto;
  border: 1px #d7d7d7 solid;
  border-collapse: collapse;
  border-spacing: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
}

  table[id=FormContainerTable] table {
    margin-inline-start: 0;
    margin-inline-end: auto;
    border: 0px none;
    border-collapse: collapse;
    border-spacing: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

    table[id=FormContainerTable] table table {
      margin-inline-start: 0;
      margin-inline-end: auto;
      border: 1px #d7d7d7 solid;
      border-collapse: collapse;
      border-spacing: 0px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

tr [id^='formContainer\:'] {
  background-color: none;
  width: 520px;
}

  tr [id^='formContainer\:'] td {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0px;
    border: #d7d7d7 solid 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
  src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'), url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font: normal normal 16px/1 'Glyphicons Halflings';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-inline-end: 4px;
}
/* Add icons you will be using below */
.glyphicon-fire:before {
  content: '\e104';
}

.glyphicon-chevron-left:before {
  content: '\e079';
}

.glyphicon-chevron-right:before {
  content: '\e080';
}

.glyphicon-time:before {
  content: '\e023';
}

.glyphicon-calendar:before {
  content: '\e109';
}

.glyphicon-chevron-up:before {
  content: '\e113';
}

.glyphicon-chevron-down:before {
  content: '\e114';
}

.glyphicon-screenshot:before {
  content: '\e087';
}

.glyphicon-trash:before {
  content: '\e020';
}

.glyphicon-remove:before {
  content: '\e014';
}





tr [id^=row_] {
  background-color: transparent;
  border: #d7d7d7 solid 1px;
}

tr [id^=column_] {
  background-color: transparent;
  border: 1px #d7d7d7 solid;
}

tr [id*=_DeleteRow_] {
  text-align: left;
}

* [id*='_Close_'] {
  text-align: right;
}

* [id*='Paging'] {
  float: right;
}

* [id^='formContainerFields_'] {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 5px;
}

* [id^='error\:'] {
  color: #f1556c;
  font-size: 14px;
  display: block;
  margin-top: 3px;
  font-weight: 600;
}

* [id^='_FormError\:'] {
  color: #f1556c;
  font-size: 14px;
  font-weight: 600;
}

th {
  text-align: left;
  border-bottom: none !important;
}

  th[onClick] {
    cursor: pointer;
  }

div[onClick] {
  cursor: pointer;
}

a:not([disabled]) {
  cursor: pointer;
}

a[disabled='disabled'] {
  cursor: default;
  color: lightgrey;
}


a:not([disabled]):hover {
  /*color: #000;*/
  text-decoration: none;
}


.verticalSpace {
  height: 5px;
}




.PrgChartDiv {
  width: 100%;
  border: 1px #6c6c6c solid;
  padding: 10px 0px 10px 0px;
  vertical-align: middle;
}

.mdf-bdr {
  border-collapse: collapse !important;
}

  .mdf-bdr td {
    padding: 4px;
  }

.login-table {
  width: 50%;
}

.spacer {
  padding: 10px 0px 0px 0px;
}

.pdnone {
  padding: 0px !important;
}

.lt {
  border-left: 0px none !important;
}

.rt {
  border-right: 0px none !important;
}

.tp {
  border-top: 0px none !important;
}

.photoupload {
  width: 700px;
  height: 330px;
  overflow: hidden;
}







.profileHead {
  font-size: 40px;
}


.profileContainer {
  width: 100%;
}

.widthAuto {
  width: 98%;
}

.profileContainer td {
  width: 190px;
  text-align: left;
}

.photoUpload {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 185px;
}


.dashboardblock {
  width: 100%;
  height: 320px;
}

.hrmates-widget {
  width: 280px;
  border: solid 1px lightgrey;
}

  .hrmates-widget i {
    font-size: 40px !important;
    opacity: .5;
  }

  .hrmates-widget > .small-box {
    margin-bottom: 0px !important;
  }

.dashboardblockborder {
  /*height: 460px;*/
}

  .dashboardblockborder > div {
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03) !important;
  }

    .dashboardblockborder > div > div > .text-muted {
      float: right
    }

    .dashboardblockborder > div > div > h3 {
      display: inline-block
    }

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.no-titlebar .ui-dialog-titlebar {
  display: none;
}

.ui-widget-content {
  border: none;
}

.dashboardblockborder-wide {
  width: 1060px;
}


.help-block:empty {
  display: none; /* or visibility: hidden */
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 4px;
}

hr.EvaluationFormSeperator {
  border-top: 3px double #8c8b8b;
}


.dasboardTableWidth {
  width: 100%;
}

.AppPressFilePreview {
  width: 50px;
}

.AppPressFormContainerDynamic {
  margin-inline-start: 30px;
}

.AppPressFormContainerGrid {
  /*float: left; This is done to show gird in next line on pupup*/
  margin: auto;
  overflow-x: auto;
  width: 100%;
}

.AppPressFormContainerFields {
  float: right;
}

  .AppPressFormContainerFields input[type="Text"] {
    line-height: 20px;
    margin-inline-start: 7px;
  }

.AppPressField {
  float: none; /*This is moved for only popups*/
  font-size: 13px;
  margin-bottom: 3px;
  margin-top: 3px;
  min-height: 28px;
  width: 100%;
}

  .AppPressField label {
    float: none;
    font-size: 13px;
    font-weight: normal;
    padding-inline-start: 4px;
    width: 150px;
    vertical-align: top;
  }

  .AppPressField div {
    /*display: inline-block;
        vertical-align: top;*/
  }

    .AppPressField div .pickMultipleOptions {
      /*margin-inline-start: 150px; No need of it now*/
    }

.pickMultipleOptions {
  display: block !important;
  float: none !important;
  margin-bottom: 0px;
}


.AppPressField textarea {
  width: 350px;
}

.AppPressFloatVertical {
  font-size: 14px;
  width: 100%;
  padding-top: 7px;
}

.pickoneRadio {
  display: inline;
  white-space: nowrap;
}

  .pickoneRadio label {
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    width: auto;
    font-weight: normal;
  }

.collpaseIcon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAB50lEQVQ4T2NkoBAwgvSHlt/lFxDgb/z/nyGCkZFRHJ+Z////f8nIyLDiw4eP9as7lT+CDYipezzBTJs7P8KNj0FUgBmvm15/+MuwYtcnhlNXv05c0iRbADYgsPjmi+mVCuLC/ExEeegN0JCsjocv1/eqS4ANcE0/83/bFH2GP3/+EGUAMzMzg3fuJYbdM02AvgECy+h9/w/Ms2b49esX0QY4p55gOL7UCWKAXsCW/yeWOaEY8Pv3b4avX78yfPv2nQHE/vsX4jpmZhYGHh4eoLevMVza4AMxQM1jzf9zazzABlhE7cPrilUdagxsbKwMAUVXGW7tCIEYoOSy+v/F9R4Mnz59YYhvZMdrwIS8VwwsLMwMXjkXGO7tCYUYoOy6/v/xpXYMHz58YRAWFsBrwJs37xmYmBgZPLLOMdzdHQgxQN1zx/+9s42BfiUuFkB6PLIuMtzc7gExQNf/6P9dM3SAAfWPqFgAKfLMvsZweaM1xACTsEsv5jcqiosKshBlwMu3vxmSGx+8PLNKD5KQrOLuTrDR58lP8BVgEBPCn5RfvfvLMH/TB4ajl75MPLZIGZyUhTj51FR0nGZm8ghpeDEwMonhdcb/f6++vLux7cq+9OnfP926AzKAE4h5gZg49yNMB4X4ZwClrbostJHjqQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  color: #002469;
  cursor: pointer;
  font-weight: 500;
  min-height: 18px;
  padding-inline-start: 20px;
  padding-top: 1px;
  text-shadow: 1px 1px 1px #ffffff;
  width: 200px;
  background-position: 2px 2px;
}

h2, .h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}

h3, .h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

.ui-dialog-title {
}

.ui-widget-header {
  background: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  margin: -10px 20px 0 0;
}

.ui-widget-content a {
  color: #007bff;
}

.ui-button {
  border: none;
  background: none;
}

.expandIcon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALpQTFRF////P2HkYYPpPF7fQWPpXX/kZYftNFbSQWPpUnTZZYftIkSrI0WvJkisJ0m4LU/FLlC0OVu+QWPpRGbuRWfMZYftdYzpdo3pkqnuzs7O0NDS0dHS0dXy09fz1NTY1tbX1tr52Njb2dng2trh29vh3d3e39/n5OTr5OTv5eXn5+fx5+v46Oj36Oz56urt6u/86+vr7Oz87e3x7u7u8PDw8/Pz9PT09PT89vb29/f3+fn5+vr6+/v7////sMA1ggAAAAt0Uk5TAA8PkJCQkOjo6Og/zjpcAAAAmklEQVQYGQXByUoDQRQAwJrXLyoZohIQveXk//9PvAseBB2y24tVAAAmkTkDjrX2VLavj4Dl67unfNkMwKb+/qX5qeHDO57nc2q9oqkoTRp9UIfPLtZDan3sYWFza1IfpzsuHsjo0nS97djb8ROTFNdyIBxIIU2lYyVgUlitI+Jt2yJiWVrhfsyltFZKWS7HMZlKrgGn2gYAgH8mhkAjaysYVAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  color: #002469;
  cursor: pointer;
  font-weight: 500;
  min-height: 18px;
  padding-inline-start: 20px;
  padding-top: 1px;
  text-shadow: 1px 1px 1px #ffffff;
  width: 200px;
  background-position: 2px 2px;
}

.required {
  border: 1px #747474 solid !important;
}


.ui-widget-overlay {
  background-color: black !important;
  opacity: .22 !important;
}

.select2-container--default.select2-container--open {
  z-index: 5001;
}

.padTop_60 {
  padding-top: 48px;
}

.cke_contents {
  width: 100% !important;
}


.cke_inner {
  width: 100% !important;
}

table.TableScroll {
  width: auto; /* Optional */
  /* border-collapse: collapse; */
  border-spacing: 0;
}

  table.TableScroll tbody,
  table.TableScroll thead {
    display: block;
  }

.table {
  margin-bottom: 0px;
  border-color: #dee2e6;
}

table.TableScroll tbody {
  overflow-y: scroll;
  overflow-x: hidden;
}

  table.TableScroll tbody td:last-child, thead th:last-child {
    border-right: none;
  }

.AppPressReport {
  margin: 15px auto auto;
  width: 99%;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

  .AppPressReport table {
    width: 100%;
    color: #444;
    font-size: 11px;
    margin-top: 0px;
    font-family: segoe ui;
    border-collapse: collapse;
    border: 1px black solid;
  }

    .AppPressReport table tr th {
      padding: 3px 5px !important;
      background-color: #747474 !important;
      border: 1px solid #ddd !important;
      color: White !important;
      font-size: 12px;
    }

    .AppPressReport table tr:nth-child(odd) {
      /* background: #f9f9f9;*/
    }

    .AppPressReport table tr td {
      padding-inline-start: 3px;
      padding-inline-end: 2px;
      border: 1px solid #ddd !important;
    }

.fileUploadProgress {
  width: 100%;
  height: 5px;
  background-color: white;
}

  .fileUploadProgress .bar {
    height: 5px;
    background-color: green;
  }

button[itemprop='None'] {
  display: none;
}

button[itemprop='Cross'] {
  display: inline;
}

.fa, .fas {
  font-weight: 400;
}
