/* custom css */
.tabs-style-4.standards .nav.panel-tabs li a.active {
  color: #282828;
  background: #ecf0fa;
  position: relative;
}

.tabs-style-4.standards .nav.panel-tabs li a {
  width: 117%;
  padding: 10px 7px 9px 10px;
  background: none;
  border-radius: 0px;
  margin: 0px 0 10px 0;
  text-align: center;
  display: block;
  color: #949eb7;
  font-size: 15px;
  font-weight: 500;
  border: none;
}

/* .description {
    font-size: 14px;
} */
.zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.tabs-style-4.standards .nav.panel-tabs li.internal {
  margin-left: 15px;
}

.tabs-style-4.standards .nav.panel-tabs li.internal a {
  font-size: 13px;
  width: 100%;
  position: relative;
}

.width-100 {
  width: 100%;
}

.wb-normal {
  word-break: normal;
}

.pointer {
  cursor: pointer;
}

.fix-height {
  height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}

/* .task-title {
  font-size: 13px;
  text-transform: none;
  line-height: 1.3em;
  color: #242f48;
} */

.task-title {
  font-size: 13px;
  text-transform: none;
  line-height: 1.3em;
  font-weight: bold;
  color: #242f48;
}

textarea {
  resize: none;
}

.visible {
  overflow: visible;
}

.v-bottom {
  vertical-align: bottom;
}

@media screen and (min-width: 767px) {
  .kanban-grid {
    margin-right: -7px;
  }
}

.noti-count {
  position: absolute;
  font-size: 12px;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  color: #fff;
  top: 0;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  right: 0;
}

.drop-area {
  margin: auto;
  border: 1px dashed #ccc;
  text-align: center;
}

.fileElem {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 2;
}

.drop-zone-active {
  border-color: blue;
}

.comment-data img {
  max-height: auto;
  max-width: 200px;
}

.side-bg {
  background-color: #fafafa;
}

.side-info {
  min-height: 100vh;
}

.min-h-50vh {
  min-height: 50vh;
}

.min-h-80vh {
  min-height: 80vh;
}

.max-h-50 {
  max-height: 54px;
  min-height: 54px;
}

.vl-middle {
  vertical-align: middle;
}

.angular-editor-textarea img {
  max-width: 200px;
  max-height: auto;
}

.cdk-drag {
  cursor: move;
}

.cdk-drag-disabled {
  cursor: auto;
}

/*tooltip Box*/
.con-tooltip {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.con-tooltip:hover .tooltip {
  visibility: visible;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  /* animation: odsoky 1s ease-in-out infinite  alternate; */
}

@-webkit-keyframes odsoky {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes odsoky {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.bgpro-img {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #ebeffa;
}

.upload-icon {
  vertical-align: bottom;
  position: absolute;
  right: 0;
  bottom: 18px;
}

.no-margin {
  margin: 0 !important;
}

.fc-event-title-container {
  padding: 8px;
}

/* .fc-dayGridMonth-button {
background-color: white;
border: 1px solid rgb(241, 241, 241);
}
.fc-dayGridMonth-button:hover{
background-color: rgb(241, 241, 241);
} */
.fc-button-primary {
  background-color: white;
  border: 1px solid #f1f1f1;
}

#smallCalendar table tr th {
  border: none;
  text-align: center;
}

#smallCalendar table {
  border: none;
}

#smallCalendar table tr td {
  border: none;
  text-align: center;
}

.ques-list .cate-name {
  font-size: 15px;
  transition: all 0.3s linear;
  display: inline-block;
  min-width: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #172b8c;
}

.ques-list li,
.p-highlight {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.ques-list .active,
.p-highlight {
  color: #172b8c;
  /* background: #ecf0fa; */
  position: relative;
  /* color: #949eb7; */
  border-left: 3px solid #4c8ff3;
  font-weight: 700;
  box-shadow: -1px 3px 6px 0 #dadee8;
}
.ques-list li,
.tabs-style-4 .nav.panel-tabs.ques-list li {
  display: flex;
}
.domain-list.ques-list .active {
  background: #95adef;
  color: #fff;
}

.que-title {
  font-weight: 700;
  color: #575757;
  text-transform: uppercase;
}

.captitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.fc .fc-scrollgrid-section > td {
  padding: 0;
}

.reminder-dropdown .set-btn {
  min-width: 200px;
}

.reminder-dropdown .dropdown-menu {
  width: 14rem !important;
}

.p-treetable-wrapper {
  min-height: 100vh;
}

.p-treetable {
  min-height: 100vh;
}

.cal-flow {
  overflow: hidden;
}

.calendar-table td {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* checkbox reminders */
.meeting_reminder .ckbox span:after {
  background-color: #58b779;
}

.meeting_reminder .ckbox span:before {
  border-color: #58b779;
}

.checkpoint_reminder .ckbox span:after {
  background-color: #4f9ce6;
}

.checkpoint_reminder .ckbox span:before {
  border-color: #4f9ce6;
}

.dateinput {
  color: #fff;
}

.dateinput:focus:before {
  display: none;
}

.dateinput:before {
  content: "dd/mm/yyyy";
  color: #000;
  position: absolute;
}

.dateFormat {
  position: relative;
  width: 150px;
  height: 20px;
  color: white;
}

.dateFormat:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: attr(data-date);
  display: inline-block;
  color: black;
}

.dateFormat::-webkit-datetime-edit,
.dateFormat::-webkit-inner-spin-button,
.dateFormat::-webkit-clear-button {
  display: none;
}

.dateFormat::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 3px;
  right: 0;
  color: black;
  opacity: 1;
}

.main-sidemenu {
  overflow: auto;
}

.form-control.tx-white option {
  background: #fff;
  color: #4d5875;
}

.form-control.tx-white:not(option) {
  color: #fff;
}

.score {
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ccc;
  color: #031b4e;
}

.score.active {
  color: #fff;
}

.autoCenter {
  margin: auto;
}

.taskview-title {
  color: #303030;
  font-weight: 500;
  line-height: 1.3;
}

.risk-text p {
  /* margin-bottom: 0; */
}

.status-btn {
  padding-left: 8px;
  padding-right: 8px;
}

.status-btn.btn-success {
  background-color: #108548;
  border-color: #108548;
}

.header-top {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0;
  font-size: 14px;
  color: #303030;
}

.task-header-profile {
  width: 24px;
  height: 24px;
  border: 1px solid #f5f5f5;
}

.domain-list .badge {
  font-size: 16px !important;
  padding: 3px 10px 4px !important;
}

.radios .radio {
  width: 100%;
  cursor: pointer;
}

.radios input[type="radio"] {
  display: none;
}

/* .radios input[type=radio]:checked + .radio .card {
  border-color: #241009;
} */

.radios input[type="checkbox"] {
  display: none;
}

.radios input[type="radio"]:checked + .radio .card,
.radios input[type="checkbox"]:checked + .radio .card {
  position: relative;
  background-color: #ebf9f4 !important;
}

.radio .card {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
}

.radio .card:hover {
  background-color: #ebf9f4 !important;
}

.radios input[type="radio"]:checked + .radio .card:after,
.radios input[type="checkbox"]:checked + .radio .card:after {
  content: "\f058";
  position: absolute;
  top: -10px;
  right: -5px;
  font-family: "Font Awesome 5 Free";
  color: #04c05c;
  font-weight: 900;
  z-index: 99;
}

.color-control {
  border: none;
  width: 100px !important;
  height: 50px !important;
  display: inline-block;
  vertical-align: middle;
}

.internal-loader #global-loader {
  position: relative !important;
  z-index: 9999999999;
  background: transparent;
}

.vertical-content {
  height: 86vh;
  padding: 0;
  z-index: 9;
  -webkit-box-shadow: 6px 12px 18px 0 #c9cdd4;
  box-shadow: 6px 12px 18px 0 #c9cdd4;
  width: 60px;
  cursor: pointer;
}

.vertical-text {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  white-space: nowrap;
  display: block;
  bottom: 0;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  text-align: left;
  width: auto;
  top: 10px;
  left: -10px;
}

.board-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%;
}

.board-col.hide {
  display: none;
}

.scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 85vh;
}

.scrollable > .row {
  overflow: hidden;
  overflow-x: auto;
  -ms-flex-wrap: initial;
  flex-wrap: initial;
}
/*# sourceMappingURL=custom.css.map */
.col-count {
  border: none;
  text-align: center;
  font-size: 12px;
}
.col-count:focus {
  outline: none;
}

.matrics-table td.count-value {
  border: none;
}
/*  */
.box-hover:hover .card {
  border-color: #257df1;
}

/* color picker pallate, color wizard */
.color-list {
  margin: 0;
  padding: 0;
}
.color-list .color-control {
  border: none !important;
  width: 30px !important;
  height: 30px !important ;
  border-radius: 100%;
  padding: 0 !important;
  display: block;
  margin: 0 auto 10px;
  appearance: none;
  overflow: hidden;
}
.color-list .color-control.box-control {
  width: 100% !important;
  border-radius: 0;
}
.color-list .color_front {
  width: 100%;
  height: 4px;
  position: absolute;
  background: red;
  top: 14px;
  left: 40px;
  z-index: 0;
  border-radius: 0;
  cursor: pointer;
}
.color-list li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  text-align: center;
  width: 100px;
}
.color-list.box-list li {
  padding-right: 0;
}
.box-list {
  overflow-x: auto;
}
.color-list li:last-child .color_front {
  display: none;
}
/* wizard */
.assess-steps .large-empty-symbols {
  /* width: 400px; */
}
.assess-steps .large-empty-symbols ul.steps-indicator li a .label {
  text-transform: capitalize !important;
}
.assess-steps .large-empty-symbols ul.steps-indicator li .step-indicator {
  border-color: #afafaf;
  font-size: 20px;
}
.assess-steps
  .large-empty-symbols
  ul.steps-indicator
  li
  .step-indicator
  .wizard-number {
  font-size: 25px;
  color: #afafaf;
  /* #257DF1 */
}
.assess-steps
  .large-empty-symbols
  ul.steps-indicator
  li.current
  .step-indicator
  .wizard-number {
  color: #257df1 !important;
}
.assess-steps
  .large-empty-symbols
  ul.steps-indicator
  li.done.navigable
  .step-indicator {
  background: #257df1;
  color: #fff !important;
  border-color: #257df1 !important;
}
.assess-steps .large-empty-symbols ul.steps-indicator li.done.navigable:after {
  background: #257df1;
}
.assess-steps
  .large-empty-symbols
  ul.steps-indicator
  li.current
  .step-indicator {
  color: #257df1 !important;
  border-color: #257df1 !important;
}
.center-div {
  margin: auto;
}
.risk-detail aw-wizard-navigation-bar.horizontal ul.steps-indicator li {
  text-align: left;
}
.risk-detail
  aw-wizard-navigation-bar.horizontal.large-empty-symbols
  ul.steps-indicator
  li
  .step-indicator {
  background: #fff;
  z-index: 99;
}
.risk-detail
  aw-wizard-navigation-bar.horizontal.large-empty-symbols
  ul.steps-indicator
  li
  .step-indicator {
  left: 0;
}
.risk-detail
  aw-wizard-navigation-bar.horizontal.large-empty-symbols
  ul.steps-indicator
  li:not(:last-child):after {
  background-color: #e6e6e6;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: -25px;
  left: 0;
}

.color-check .radio.color-control {
  margin: auto !important;
}
.radios input[type="radio"]:checked + .check-style:before {
  content: "\f00c";
  position: absolute;
  color: #fff;
  left: 26px;
  top: 6px;
  font-size: 18px !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  z-index: 99;
}
.radios input[type="radio"]:checked + .check-style {
  border-color: #241009;
}

/* radio color list */
.radios .color-list .color_front {
  left: 49px;
}
.auto-cursor {
  cursor: auto !important;
}
.modal {
  overflow-y: auto;
}
.apexcharts-legend.position-right {
  text-align: left;
}
.wrap-content {
  word-break: break-word !important;
  white-space: normal !important;
}
/* custom-panel */
.custom-panel .panel-title1 a:before {
  display: none;
}
.custom-panel .panel-title1 a {
  font-size: 15px;
  padding: 8px 20px 7px;
  color: #535353;
}
.act-name {
  font-size: 14px !important;
  background: transparent;
  border: 1px solid #ccc;
  color: #2a2a2a;
  padding: 5px 10px !important;
}
.main-content {
  overflow: visible;
}
.visible-flow {
  overflow: visible;
}
.radialChart .apexcharts-canvas {
  margin: auto !important;
}
.event-btn {
  font-size: 20px;
  padding: 5px;
  line-height: 1;
}
.risk-card {
  margin-bottom: 5px;
}
