/* atagroup-ks.com */
.tasks-table td {
  vertical-align: middle !important;
  border: none !important;
  white-space: normal;
}

.tasks-table tbody::after {
  content: "@";
  display: block;
  line-height: 1rem;
  text-indent: -99999px;
}

.play-task-button {
  font-size: 24px !important;
  cursor: pointer;
}

.task-details {
  border-bottom: 1px dotted;
  transition: all .5s;
  background: antiquewhite;
}

.task-details td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-task {
  box-shadow: 0px 5px 21px -5px #cdd1e1;
}

.selected-text {
  color: #000;
  background: #c3e6cb;
  padding: 4px 10px;
  display: inline-block;
}

.line-height-0 {
  line-height: 0 !important;
}

/* body {
  background: whitesmoke;
  font-family: "Open Sans", sans-serif;
}
.container {
  max-width: 960px;
  margin: 30px auto;
  padding: 20px;
}
h1 {
  font-size: 20px;
  text-align: center;
  margin: 20px 0 20px;
}
h1 small {
  display: block;
  font-size: 15px;
  padding-top: 8px;
  color: gray;
} */
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  /* content: "\f040"; */
  content: "\F3EB";
  font: normal normal normal 24px/1 "Material Design Icons";
  /* font-family: "FontAwesome"; */
  color: #757575;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#navbar-search-input:focus,
#navbar-search-input:active {
  outline: none;
}

.emails.emails-input {
  max-height: inherit;
  border-radius: 0.25rem;
  background: #fff;
  border: 1px solid #c3c2cf;
  box-sizing: border-box;
  padding: 0.375rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  cursor: text;
  overflow: auto;
}

.emails.emails-input .email-chip {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background: rgba(102, 153, 255, 0.2);
  vertical-align: top;
  border-radius: 5px;
  padding-left: 0.625rem;
  padding-right: 1.5rem;
  margin: 0.125rem;
  max-width: 100%;
  overflow: hidden;
}

.emails.emails-input .email-chip .content {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.emails.emails-input .email-chip .remove {
  text-decoration: none;
  color: inherit;
  text-align: center;
  position: absolute;
  cursor: pointer;
  width: 1rem;
  font-size: 1rem;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.emails.emails-input .email-chip.invalid {
  background: #fff;
  border-bottom: 1px dashed #d92929;
  border-radius: 0;
  padding-left: 0;
  padding-right: 1rem;
}

.emails.emails-input input {
  border: 0;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0.125rem;
}

.emails.emails-input input::placeholder,
.emails.emails-input input::-ms-input-placeholder,
.emails.emails-input input:-ms-input-placeholder {
  color: #c3c2cf;
  opacity: 1;
}

.emails.emails-input input:focus {
  outline: none;
}

.emails.emails-input .email-chip:not(.invalid) {
  color: #fff;
}

.emails.emails-input .email-chip:not(.invalid):nth-child(5n+1) {
  background: #4B49AC;
}

.emails.emails-input .email-chip:not(.invalid):nth-child(5n+2) {
  background: #57B657;
}

.emails.emails-input .email-chip:not(.invalid):nth-child(5n+3) {
  background: #248AFD;
}

.emails.emails-input .email-chip:not(.invalid):nth-child(5n+4) {
  background: #FF4747;
}

.emails.emails-input .email-chip:not(.invalid):nth-child(5n+5) {
  background: #FFC100;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

.select2-results__option:before {
  content: "\F131";
  font: normal normal normal 24px/1 "Material Design Icons";
  /* display: inline-block; */
  position: relative;
  height: 20px;
  width: 20px;
  /* border: 2px solid #e9e9e9; */
  /* border-radius: 4px; */
  /* background-color: #fff; */
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
}

.select2-results__option[aria-selected=true]:before {
  /* font-family:fontAwesome; */
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\F135";
  color: #000;
  /* background-color: #f77750; */
  border: 0;
  /* display: inline-block; */
  /* padding-left: 3px; */
  font-size: 20px;
}

.select2-results__option:hover:before,
.select2-results__option--highlighted::before,
.select2-container--default .select2-results__option--highlighted[aria-selected]::before {
  color: #fff;
}

@media screen and (min-width:500px) {
  .td-10 {
    width: 10%;
  }

  .td-25 {
    width: 25%;
  }

  .td-35 {
    width: 25%;
  }

  .timer-filters .form-group {
    width: 18.5% !important;
  }

  .timer-filters .form-group:last-child {
    width: 6% !important;
  }

  .modal-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }

  .modal-content {
    width: 80% !important;
  }
}

@media screen and (max-width:500px) {
  .tasks-table h5 {
    font-size: 1rem;
  }

  .modal-backdrop {
    display: none;
  }

  .dashboard-table {
    table-layout: fixed;
  }

  .modal-content {
    width: 100% !important;
  }

  .dashboard-btns {
    margin-right: 8px !important;
  }
  .dashboard-btns .btn {
    float: none !important;
    display: block;
    margin-bottom: 5px;
  }
}

.pagination svg {
  width: 14px;
}

.pagination .hidden {
  display: none;
}

.bootstrap-select>.dropdown-toggle {
  outline: 1px solid #CED4DA;
  background: transparent;
}

.bg-flash {
  background: #c0e9f0 !important;
}

table::-webkit-scrollbar {
  width: .3em !important;
  z-index: 99999999999;
  display: block;
}

table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

table::-webkit-scrollbar-thumb {
  background-color: darkgrey !important;
  outline: 1px solid slategrey !important;
}

.fc-event:not(.urgent):nth-child(5n+1) .fc-event-inner {
  background: #4B49AC !important;
}

.fc-event:not(.urgent):nth-child(5n+2) .fc-event-inner {
  background: #57B657 !important;
}

.fc-event:not(.urgent):nth-child(5n+3) .fc-event-inner {
  background: #248AFD !important;
}

.fc-event:not(.urgent):nth-child(5n+4) .fc-event-inner {
  background: #ff5583 !important;
}

.fc-event:not(.urgent):nth-child(5n+5) .fc-event-inner {
  background: #FFC100 !important;
}

body {
  width: 100%;
  max-width: 100%;
  will-change: position;
}

body.modal-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal {
  will-change: display;
}

.modal-dialog {
  will-change: transform;
}

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.t3-modal {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  /* background: #efeeee; */
  background: #fff;
  min-height: 500px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 0px #000;
  transition: 1s ease-out;
  opacity: 1;
  border-radius: 5px;
  transform: translate(0px, 0px);
}

.t3-modal.d-none {
  transform: translate(-500px, 0px);
  left: -100%;
  opacity: 0;
}

.t3-modal-header {
  border-bottom: 1px solid #e9ecef;
}

.active-on,
.active-off,
.active-on button {
  font-weight: 700;
}

.active-on {
  color: green;
}

.active-on button {
  line-height: 0.6;
  color: green;
}

.active-off {
  color: red;
}

.remove-activity-date i,
.add-new-date i {
  font-size: 25px;
  line-height: 40px;
}

.hidden {
  display: none;
}

.calendar-menu a {
  color: #000;
  text-decoration: none;
}

.planification-menu-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

.planification-menu-item a {
  color: #000;
  text-decoration: none;
}

.planification-menu-item.active a {
  color: #fff;
}

.planification-menu-item:hover {
  color: #212529;
  background-color: #e9ecef;
  cursor: pointer;
}

.planification-menu-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.auth .brand-logo img {
  width: 200px;
}

.my-active span {
  background-color: #5cb85c !important;
  color: white !important;
  border-color: #5cb85c !important;
  padding: 0 5px;
}

ul.pager>li {
  display: inline-flex;
  padding: 5px;
}

/* select.selectpicker {
    display: block !important;
} */

.rotated {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

.modal-body .dropdown-menu.show {
  max-width: 500px !important;
}

@media screen and (max-width: 450px) {
  .modal-body .dropdown-menu.show {
    max-width: 360px !important;
  }
}

.dashboard {
  min-height: 650px;
}

.dashboard-tasks .t3-modal {
  top: -250px !important;
}

.dashboard-table tbody {
  background: #fff;
}

.dashboard-table td.td-title-dash {
  white-space: normal;
  word-wrap: break-word
}

.dashboard-table tbody td {
  padding: 5px;
  vertical-align: middle !important;
  line-height: 1;
}

.dashboard-task-name:hover {
  cursor: pointer;
  text-decoration: underline;
}

.task-in-progress {
  font-weight: 700;
  color: green;
}

.fade.show {
  box-shadow: 3px 2px 7px 2px rgb(207, 207, 207)
}

.popover .popover-body {
  color: black;
  font-size: 14px;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.counter {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #fff;
  text-align: center;
  width: 190px;
  padding: 25px 30px 10px;
  /* margin: 0 auto; */
  border-radius: 30px 0;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}

.counter:before {
  content: "";
  background: #51d658;
  border-radius: 15px 0 30px 0;
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 27px;
  z-index: -1;
}

.counter .counter-icon {
  font-size: 35px;
  margin: 0 0 10px;
  transform: rotateX(0deg);
  transition: all 0.3s ease 0s;
}

.counter:hover .counter-icon {
  transform: rotateX(360deg);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.counter h3,
.stat-card h3 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

.counter .counter-value {
  color: #666;
  background: #fff;
  font-size: 33px;
  font-weight: 600;
  text-align: right;
  line-height: 60px;
  width: 90%;
  height: 50px;
  padding: 0 15px;
  margin: 0 0 0 -20px;
  display: block;
}

.counter .hours {
  font-size: 18px !important;
}

.btn-pmo-green {
  background: #51d658;
  color: #fff;
}

.text-pmo-green {
  color: #51d658;
}

.counter.pink:before,
.btn-pink {
  background-color: #FF5D94;
  color: #fff;
}

.counter.orange:before,
.btn-orange {
  background-color: #fc8720;
  color: #fff;
}

.counter.purple:before {
  background-color: #BF5DFE;
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}

.active-count h5 {
  transition: all 1s;
}

.active-count:hover h5 {
  font-size: 10px;
  position: relative;
  transform: translateY(-20px);
}

.stat-card {
  background: #fff;
  box-shadow: 1px 2px 5px 1px #c3bfbf;
  padding: 3px 10px;
  text-align: center;
  border-radius: 5px;
}

.stat-card h3 {
  font-size: 40px;
  font-weight: 700;
}

.stat-text {
  /* text-transform: uppercase; */
}

.btn-pmo {
  border: 1px solid;
  box-shadow: 1px 2px 5px 1px #c3bfbf;
}

.card-header {
  background: #6e6e6e;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
