* {
  font-family: 'Roboto', 'Open Sans', sans-serif;
}

:root {
  --app-color: #0894fd;
  --btn-bg-col: #dbdbdb;
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 14px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--app-color);
  border-radius: 14px;
  border: 3px solid transparent;
  background-clip: content-box;
}

body {
  position: initial !important;
  min-height: initial !important;
  top: initial !important;
}

.view-page-container > div {
  min-height: calc(100vh - 100px);
}

small {
  line-height: 85%;
}

.panel-red .panel-heading {
  color: #ffffff;
  background-color: #b33333;
}

.overflow-hide {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-initial {
  overflow: initial;
}

.modal-sm1 {
  width: 19vw;
}

.modal-sm2 {
  width: 30vw;
}

.modal-xmd {
  width: 50vw;
}

.modal-mlg {
  width: 75vw;
}

.modal-xlg {
  width: 90vw;
}

.modal.min-height .modal-body {
  min-height: calc(90vh - 120px);
}

.btn-disabled {
  opacity: .65;
}

.btn-completed {
  color: #ffffff;
  background-color: #006e4b;
  border-color: #226e4a;
}

.btn-completed.focus, .btn-completed:focus {
  color: #ffffff;
  background-color: #006042;
  border-color: #000000;
}

.btn-completed:hover {
  color: #ffffff;
  background-color: #006042;
  border-color: #1c9fa9;
}

.btn-user-green {
  color: #ffffff;
  background-color: #13855f;
  border-color: #13855f;
}

.btn-user-green.focus, .btn-user-green:focus {
  color: #ffffff;
  background-color: #076243;
  border-color: #076243;
}

.btn-user-green:hover {
  color: #ffffff;
  background-color: #076243;
  border-color: #076243;
}

.collapse-btn {
  padding: 7px 6px;
  cursor: pointer;
  font-weight: bold;
  display: inline-flex !important;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
}

.btn.btn-fa {
  margin: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-sm.btn-fa {
  padding: 6px 8px !important;
}

.btn-fa.btn-sequence {
  height: 15px;
  min-height: 15px;
  line-height: 8px !important;
}

.btn.btn-fa .fa-window-minimize {
  position: absolute;
  left: 3px;
  top: 6px;
  line-height: 0;
}

.btn.btn-fa-text {
  width: auto;
}

.btn.btn-zip {
  padding: 6px 11px !important;
}

.btn.btn-xs.btn-zip {
  padding: 3px 6px !important;
}

.btn.btn-fa i.fa {
  margin-left: 0 !important;
  margin-right: 0 !important;
  vertical-align: sub;
}

.btn.btn-yn {
  min-width: 67px;
}

.border-collapse {
  border-collapse: collapse;
}

.no-border, table.no-border td, table.no-border th {
  border: none !important;
}

.no-shadow {
  box-shadow: none !important;
}

.no-outline {
  outline: none;
}

.popover .mail-table {
  color: black;
}

.popover .arrow,
.popover .arrow:after {
  display: inline-block !important;
}

.form-horizontal .req {
  display: inline-flex;
  justify-content: flex-end;
}

.req::after {
  content: ' *';
  color: #f3565d !important;
}

textarea {
  resize: none;
}

.resize0 {
  resize: none;
}

.white {
  color: white !important;
}

.red {
  color: red;
}

.green {
  color: green;
}

.text-gray {
  color: #595959 !important;
}

.text-new-gray {
  color: #808080 !important;
}

.fit-content {
  width: fit-content;
}

.inline-block {
  display: inline-block !important;
}

.inline-flex {
  display: inline-flex !important;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

.flex3 {
  flex: 3;
}

.flex4 {
  flex: 4;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center !important;
}

.flex-end {
  justify-content: flex-end;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-space-evenly {
  justify-content: space-evenly;
}

.align-items-base {
  align-items: baseline;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.column-gap-30 {
  column-gap: 30px;
}

.justify {
  text-align: justify;
}

.w-inherit {
  width: inherit !important;
}

.w-auto {
  width: auto !important;
}

.w10 {
  width: 10px !important;
}

.w12 {
  width: 12px !important;
}

.w15 {
  width: 15px !important;
}

.w20 {
  width: 20px !important;
}

.w25 {
  width: 25px !important;
}

.w26 {
  width: 26px !important;
}

.w28 {
  width: 28px !important;
}

.w30 {
  width: 30px !important;
}

.w35 {
  width: 35px !important;
}

.w37 {
  width: 37px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w65 {
  width: 65px !important;
}

.w70 {
  width: 70px !important;
}

.w75 {
  width: 75px !important;
}

.w80 {
  width: 80px !important;
}

.w85 {
  width: 85px !important;
}

.w90 {
  width: 90px !important;
}

.w95 {
  width: 95px !important;
}

.w100 {
  width: 100px !important;
}

.w105 {
  width: 105px !important;
}

.w110 {
  width: 110px !important;
}

.w115 {
  width: 115px !important;
}

.w120 {
  width: 120px !important;
}

.w125 {
  width: 125px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w200 {
  width: 200px !important;
}

.w220 {
  width: 220px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w280 {
  width: 280px !important;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w400 {
  width: 400px !important;
}

.w3pt {
  width: 3% !important;
}

.w4pt {
  width: 4% !important;
}

.w5pt {
  width: 5% !important;
}

.w6pt {
  width: 6% !important;
}

.w7pt {
  width: 7% !important;
}

.w8pt {
  width: 8% !important;
}

.w9pt {
  width: 9% !important;
}

.w10pt {
  width: 10% !important;
}

.w11pt {
  width: 11% !important;
}

.w12pt {
  width: 12% !important;
}

.w13pt {
  width: 13% !important;
}

.w14pt {
  width: 14% !important;
}

.w15pt {
  width: 15% !important;
}

.w16pt {
  width: 16% !important;
}

.w17pt {
  width: 17% !important;
}

.w18pt {
  width: 18% !important;
}

.w19pt {
  width: 19% !important;
}

.w20pt {
  width: 20% !important;
}

.w21pt {
  width: 21% !important;
}

.w22pt {
  width: 22%;
}

.w24pt {
  width: 24%;
}

.w25pt {
  width: 25%;
}

.w28pt {
  width: 28%;
}

.w27pt {
  width: 27%;
}

.w30pt {
  width: 30%;
}

.w33pt {
  width: 33% !important;
}

.w35pt {
  width: 35%;
}

.w40pt {
  width: 40%;
}

.w45pt {
  width: 45%;
}

.w50pt {
  width: 50%;
}

.w55pt {
  width: 55% !important;
}

.w58pt {
  width: 58%;
}

.w60pt {
  width: 60%;
}

.w65pt {
  width: 65%;
}

.w70pt {
  width: 70%;
}

.w75pt {
  width: 75%;
}

.w80pt {
  width: 80%;
}

.w90pt {
  width: 90%;
}

.w100pt {
  width: 100%;
}

.mnw0 {
  min-width: 0 !important;
}

.mnw18 {
  min-width: 18px !important;
}

.mnw24 {
  min-width: 24px !important;
}

.mnw40 {
  min-width: 40px !important;
}

.mnw45 {
  min-width: 45px !important;
}

.mnw50 {
  min-width: 50px !important;
}

.mnw80 {
  min-width: 80px !important;
}

.mnw85 {
  min-width: 85px !important;
}

.mnw100 {
  min-width: 100px !important;
}

.mnw120 {
  min-width: 120px !important;
}

.mnw125 {
  min-width: 125px !important;
}

.mnw140 {
  min-width: 140px !important;
}

.mnw150 {
  min-width: 150px !important;
}

.mnw175 {
  min-width: 175px !important;
}

.mnw200 {
  min-width: 200px !important;
}

.mnw50pt {
  min-width: 50% !important;
}

.mnw100pt {
  min-width: 100% !important;
}

.mxw100 {
  max-width: 100px !important;
}

.mxw130 {
  max-width: 130px !important;
}

.mxw150 {
  max-width: 150px !important;
}

.mxw190 {
  max-width: 190px !important;
}

.mxw240 {
  max-width: 240px !important;
}

.mxw350 {
  max-width: 350px !important;
}

.mxw100pt {
  max-width: 100% !important;
}

.h10 {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h16 {
  height: 16px;
}

.h20 {
  height: 20px !important;
}

.h22 {
  height: 22px !important;
}

.h24 {
  height: 24px !important;
}

.h25 {
  height: 25px !important;
}

.h26 {
  height: 26px !important;
}

.h28 {
  height: 28px;
}

.h30 {
  height: 30px;
}

.h32 {
  height: 32px !important;
}

.h34 {
  height: 34px !important;
}

.h35 {
  height: 35px;
}

.h40 {
  height: 40px;
}

.h45 {
  height: 45px !important;
}

.h55 {
  height: 55px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

.h75 {
  height: 75px;
}

.h80 {
  height: 80px;
}

.h90 {
  height: 90px;
}

.h95 {
  height: 95px;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h160 {
  height: 160px;
}

.h180 {
  height: 180px !important;
}

.h200 {
  height: 200px !important;
}

.h215 {
  height: 215px;
}

.h220 {
  height: 220px;
}

.h225 {
  height: 225px;
}

.h233 {
  height: 233px;
}

.h250 {
  height: 250px;
}

.h260 {
  height: 260px;
}

.h290 {
  height: 290px;
}

.h300 {
  height: 300px;
}

.h330 {
  height: 330px;
}

.h350 {
  height: 350px;
}

.h355 {
  height: 355px;
}

.h400 {
  height: 400px;
}

.h100pt {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mnh-auto {
  min-height: auto !important;
}

.mnh24 {
  min-height: 24px;
}

.mnh26 {
  min-height: 26px;
}

.mnh30 {
  min-height: 30px;
}

.mnh35 {
  min-height: 35px !important;
}

.mnh70 {
  min-height: 70px !important;
}

.mnh90 {
  min-height: 90px;
}

.mnh120 {
  min-height: 120px;
}

.mnh385 {
  min-height: 385px;
}

.mnh50vh {
  min-height: 50vh;
}

.mxh40 {
  max-height: 40px;
}

.mxh80 {
  max-height: 80px;
}

.mxh250 {
  max-height: 250px;
}

.mxh560 {
  max-height: 560px;
}

.mxh100pt {
  max-height: 100%;
}

.fs8 {
  font-size: 8px !important;
}

.fs9 {
  font-size: 9px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

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

.fs20 {
  font-size: 20px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fw400 {
  font-weight: 400 !important;
}

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

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.lh3 {
  line-height: 3px !important;
}

.lh10 {
  line-height: 10px !important;
}

.lh11 {
  line-height: 11px !important;
}

.lh12 {
  line-height: 12px !important;
}

.lh13 {
  line-height: 13px !important;
}

.lh14 {
  line-height: 14px !important;
}

.lh15 {
  line-height: 15px !important;
}

.lh16 {
  line-height: 16px !important;
}

.lh18 {
  line-height: 18px !important;
}

.lh20 {
  line-height: 20px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.top1 {
  top: 1px;
}

.top5 {
  top: 5px;
}

.top15 {
  top: 15px;
}

.right1 {
  right: 1px;
}

.right5 {
  right: 5px;
}

.right5pt {
  right: 5%;
}

.bottom1 {
  bottom: 1px;
}

.overflow-y {
  overflow-y: auto;
}

input[uib-datepicker-popup] {
  cursor: pointer;
}

.cus-checkbox input[type=checkbox] {
  margin-right: 4px;
}

.ui-select-multiple input.ui-select-search {
  width: auto !important;
}

.ui-select-bootstrap {
  outline: none;
}

.ui-select-bootstrap .ui-select-match {
  outline: none;
}

.ui-select-bootstrap .ui-select-match-text {
  width: auto !important;
}

.ui-select-match .ui-select-toggle a {
  height: auto !important;
  position: static !important;
}

.ui-select-placeholder {
  width: auto !important;
  min-width: 150px;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  margin-top: -2px !important;
}

body > .ui-select-bootstrap.open {
  z-index: 99999 !important;
}

.select2-wrap {
  position: relative;
}

.select2-wrap select.select2-offscreen {
  left: 50% !important;
  bottom: 0 !important;
  top: auto !important;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px !important;
  white-space: initial !important;
}

.select2-container {
  margin: 1px !important;
  position: relative;
  zoom: 1;
  min-width: 120px;
}

.select2-container .select2-choice .select2-arrow {
  border: none !important;
  background: none !important;
}

#select2-drop-mask {
  z-index: 9999;
}

.select2-drop {
  text-transform: capitalize;
}

.select2-container.input-md a.select2-choice {
  height: 34px;
  line-height: 34px;
  padding-left: 12px;
}

.select2-container.input-md a.select2-choice .select2-arrow {
  padding-top: 3px;
}

.select2-container.input-sm a.select2-choice {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  text-transform: capitalize;
  color: inherit !important;
  border: none;
}

.select2-container.select2-allowclear .select2-choice abbr {
  right: 14px;
}

.select2-container.input-sm a.select2-choice .select2-arrow {
  padding-top: 2px;
}

.br0 {
  border-radius: 0 !important;
}

.br3 {
  border-radius: 3px !important;
}

.br4 {
  border-radius: 4px !important;
}

.br6 {
  border-radius: 6px !important;
}

.br8 {
  border-radius: 8px !important;
}

.br10 {
  border-radius: 10px !important;
}

.br11 {
  border-radius: 11px !important;
}

.br8-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.btn-group.br3 > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px 0 0 3px !important;
}

.btn-group.br3 > .btn:last-child:not(:first-child), .btn-group.br3 > .dropdown-toggle:not(:first-child) {
  border-radius: 0 3px 3px 0 !important;
}

.btn-group.br4 > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 4px 0 0 4px !important;
}

.btn-group.br4 > .btn:last-child:not(:first-child), .btn-group.br4 > .dropdown-toggle:not(:first-child) {
  border-radius: 0 4px 4px 0 !important;
}

.content-header {
  background: #f3f5f6;
  margin: -15px -15px 20px -15px;
  padding: 15px;
  border-bottom: 1px solid #dee4e8;
}

.bg-inherit {
  background-color: inherit !important;
}

.bg-initial {
  background-color: initial !important;
}

.color-inherit {
  color: inherit;
}

.pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.p0 {
  padding: 0 !important;
}

.p2 {
  padding: 2px !important;
}

.p4 {
  padding: 4px !important;
}

.p5 {
  padding: 5px !important;
}

.p6 {
  padding: 6px !important;
}

.p7 {
  padding: 7px !important;
}

.p8 {
  padding: 8px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1-5 {
  padding-top: 1.5px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr38 {
  padding-right: 38px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr44 {
  padding-right: 44px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.plr12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.m-center {
  margin: 0 auto;
}

.m0 {
  margin: 0 !important;
}

.m2 {
  margin: 2px !important;
}

.m4 {
  margin: 4px !important;
}

.m10 {
  margin: 10px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mln3 {
  margin-left: -3px;
}

.ml0 {
  margin-left: 0 !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml15pt {
  margin-left: 15%;
}

.mr0 {
  margin-right: 0 !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mx-4 {
  margin: 0 -4px;
}

.mt-15 {
  margin-top: -15px;
}

.text-white {
  color: white !important;
}

.text-center {
  text-align: center !important;
}

input[type=number].no-scroll::-webkit-inner-spin-button,
input[type=number].no-scroll::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.vcenter {
  vertical-align: middle !important;
}

.vtop {
  vertical-align: top !important;
}

.vsub {
  vertical-align: sub;
}

.vbase {
  vertical-align: baseline;
}

.vbottom {
  vertical-align: bottom !important;
}

.vinitial {
  vertical-align: initial;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-control-static-border {
  border: 1px solid #c2cad8;
  border-radius: 4px;
  padding: 6px 12px;
  width: 100%;
  word-wrap: break-word;
  min-height: 30px;
  cursor: not-allowed;
}

.form-control.disabled,
.form-control-static-border.disabled {
  background-color: #eeeeee;
}

.form-control-static-border.input-md {
  min-height: 34px;
  line-height: 20px;
}

table.text-capitalize {
  text-transform: capitalize;
}

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

table.table thead tr th, table.table tbody tr td {
  line-height: 15px;
}

table.table thead tr th, table.table tbody tr td {
  vertical-align: middle;
}

.modal-header {
  padding: 10px 15px;
  background-color: var(--app-color);
  text-align: center;
  color: #ffffff;
}

table.header-bg > thead > tr > th, table.header-bg > tr > th, .header-bg:not(table) {
  background-color: #e7ecf1 !important;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #d2d2d2;
}

table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e4e4e4;
}

table.table-striped > tbody > tr:nth-of-type(odd) td.odd-col {
  background-color: #d8d8d8;
}

table.table-striped > tbody > tr:nth-of-type(even) td.odd-col {
  background-color: #b7b7b7;
}

table.header-bg th.odd-col {
  background-color: #d5dfe6 !important;
}

.amcharts-chart-div > a {
  display: none !important;
}

.page-spinner-bar > div {
  background-color: var(--app-color) !important;
  margin: 0 3px !important;
}

.progress {
  text-indent: initial !important;
  height: auto;
  margin: 0;
}

.popover-content {
  word-wrap: break-word;
}

pre.pre {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
  background-color: white;
  padding: 8px 10px;
  overflow: hidden;
  font-family: inherit;
  text-transform: initial;
  width: 100%;
}

.no-select {
  user-select: none;
}

.date-ip {
  min-width: 90px;
}

.nya-bs-select.btn-group .dropdown-toggle {
  text-transform: capitalize !important;
}

.nya-bs-select.btn-group .dropdown-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  text-transform: capitalize;
}

.nya-bs-select.btn-group .dropdown-menu li.selected a .check-mark {
  position: initial !important;
  right: initial !important;
  margin: 0 !important;
}

.nya-bs-select .dropdown-toggle .caret {
  right: 7px !important;
}

ul.nav.navbar-nav > li > ul {
  display: none;
}

ul.nav.navbar-nav > li.open > ul {
  display: block;
}

.text-black {
  color: black !important;
}

.text-case-initial {
  text-transform: initial !important;
}

.text-bold {
  font-weight: bold;
}

.text-semi-bold {
  font-weight: 500;
}

.text-normal {
  font-weight: normal !important;
}

.hide-text-overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h-separator {
  margin-left: 5px;
  margin-right: 5px;
}

.h-separator:before {
  content: '|';
  opacity: 0.6;
}

.v-separator {
  border-top: 1px solid black;
  height: 1px;
  line-height: 1px;
  margin: 3px 2px;
  opacity: 0.3;
}

.v-separator-light {
  border-top: 1px solid #b3b3b3;
  height: 1px;
  line-height: 1px;
  margin: 5px 2px;
  opacity: 0.3;
}

.dropdown-menu-v2 {
  margin: 20px 0 0;
  padding: 10px 0;
}

.nowrap {
  white-space: nowrap !important;
}

.wrap-space {
  white-space: normal !important;
}

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

.break-all {
  word-break: break-all;
}

.input-xs {
  font-size: 11px;
  padding: 3px 8px 4px;
  line-height: 1.44;
  height: auto;
}

ul.nav-justified {
  display: inline-flex;
}

ul.nav-justified > li {
  width: 100% !important;
}

.label:not(.md-skip) {
  padding: .2em .6em;
  font-size: 75%;
  font-weight: 700;
}

.btn-sm .badge {
  height: 16px;
  line-height: initial;
  padding: 2px 6px;
}

.btn-xs .badge {
  height: 16px;
  line-height: inherit;
  padding: 1px 6px;
}

label.btn {
  cursor: initial;
}

.typeahead ul.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}

.prompt-modal {
  z-index: 999999999 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #efefef;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #c7c7c7;
}

.fileinput-preview > img {
  max-width: 100%;
  max-height: 100%;
}

.chunks-image-preview .files-td {
  width: 50%;
  text-align: center;
}

.chunks-image-preview video {
  max-height: 100%;
  max-width: 100%;
}

.chunks-image-preview .files-td > div {
  width: 80%;
  display: inline-block;
  position: relative;
}

.chunks-image-preview .files-td > div > div:first-child {
  margin-bottom: 50px;
  height: 300px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #e7ecf1;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
}

.chunks-image-preview .files-td .img-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
}

.chunks-image-preview .files-td .img-desc td {
  text-transform: capitalize;
  padding: 5px 10px;
  width: 100%;
  line-height: 15px;
  height: 40px;
  overflow: hidden;
  background-color: #e7ecf1;
}

.chunks-image-preview img {
  max-height: 100%;
  max-width: 100%;
}

/* questionnaire start */
@media (min-width: 768px) {
  .questionnaire-main.cus-width .modal-dialog {
    width: 685px;
  }
}

.question-options td {
  padding: 4px !important;
  vertical-align: middle !important;
}

.question-options input {
  margin: 0 !important;
}

.question-options .marks-ip {
  max-width: 70px;
}

/* questionnaire end */

/* client detail start */
.client-detail-main .client-tab {
  background-color: #e7ecf1;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-height: 40px;
}

.client-detail-main .company-logo {
  width: 300px;
  text-align: center;
}

.client-detail-main .company-logo > div {
  display: inline-block;
  max-width: 300px;
}

.client-detail-main .company-logo img {
  border: 2px solid #d0d0d0;
  max-width: 100%;
  max-height: 120px;
  border-radius: 4px;
}

.client-detail-main .is-gm input {
  margin: 0;
  vertical-align: middle;
}

.client-detail-main .panel-heading {
  background-color: var(--app-color);
  color: white;
}

.client-detail-main .heading {
  background-color: #e7ecf1;
  color: black;
  font-size: 18px;
  font-weight: 300;
}

/* client detail end */

/* campaign main start */

.campaign-main .client-tab {
  background-color: #e7ecf1;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-height: 40px;
}

/* campaign main end */

/* auditor question start */
.audit-question-main .questions .panel {
  position: relative;
}

.audit-question-main .questions textarea {
  min-width: 100%;
  max-width: 100%;
  resize: none;
}

.audit-question-main .ques-comment {
  display: inline-flex;
  width: 100%;
}

.audit-question-main .option-ip {
  flex: 1;
}

.audit-question-main .option-ip input {
  width: 100%;
}

.audit-question-main .option-na {
  padding-left: 5px;
}

.audit-question-main .panel-heading h4 button {
  margin-top: -5px;
}

.audit-question-main .file-btn-group button {
  min-height: 25px;
  margin: 0;
}

.audit-question-main .multi-type button[uib-btn-radio] {
  white-space: initial;
  line-height: 12px;
}

.audit-question-main .multi-type button[uib-btn-checkbox] {
  white-space: initial;
  line-height: 12px;
}

.audit-question-main .executive-summary .first-row {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}

.audit-question-main textarea {
  max-width: 100%;
  max-height: 100%;
}

.audit-question-main .executive-summary .first-row .form-group:not(:last-child) {
  margin-right: 20px;
}

.audit-question-main .uib-timepicker .uib-separator {
  padding: 0 2px;
}

.audit-question-main .uib-timepicker .uib-time input {
  padding: 4px 6px;
}

.audit-question-main .report-thumbnail {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
}

.audit-question-main .report-thumbnail img,
.audit-question-main .report-thumbnail canvas {
  max-width: 100%;
  max-height: 100%;
}

.at-top .btn-fix {
  position: fixed !important;
  top: 80px;
  margin-left: 30px !important;
}

.at-top .feedback-box.el-fix {
  position: fixed !important;
  width: inherit;
  top: 100px;
  padding-right: 30px;
}

.feedback-box textarea {
  max-height: calc(100vh - 325px);
}

.file-delete .popover-inner .popover-title {
  border: 1px solid #e8e1e1;
  color: black;
}

/* auditor question end */

/* report start */

.panel-report {
  margin: 0;
  border: 4px solid #c7c7c7;
}

.panel-report .panel-heading {
  display: inline-flex;
  width: 100%;
  height: 34px;
  padding: 0;
  background-color: #e7ecf1;
}

.panel-report .panel-body {
  position: relative;
  padding: 10px;
  width: 100%;
}

.panel-report .panel-body.chart {
  height: 300px;
}

.panel-report .panel-body .legend {
  position: absolute;
  left: 70%;
}

.panel-report .panel-body .legend > svg {
  width: auto !important;
}

.panel-report .panel-body.hd-chart {
  border: 4px solid #00af00;
}

.panel-report .panel-body.ld-chart {
  border: 4px solid #dc0000;
}

.panel-report .panel-body.filter select, .panel-report .panel-body.filter input, .panel-report .panel-body.filter button, .panel-report .panel-body.filter {
  height: 26px;
  padding: 3px 10px !important;
}

.panel-report .panel-body.filter {
  padding-bottom: 0;
}

.panel-report .panel-body.ranking table {
  text-transform: initial;
}

.panel-report .panel-body .gauge-legend {
  position: absolute;
  width: calc(100% - 26px);
  bottom: 5px;
}

.panel-report .panel-body .gauge-legend .scores {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}

.panel-report .panel-body .gauge-legend .scores > div {
  width: 33%;
  max-width: 33%;
}

.panel-report .panel-body .gauge-legend .labels-info {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.panel-report .panel-body .gauge-legend .labels {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.panel-report .panel-body .gauge-legend .label-color {
  width: 11px;
  height: 11px;
  min-width: 11px;
  min-height: 11px;
  background-color: red;
  margin-right: 5px;
}

.panel-report .icon {
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d6d6d6;
}

.panel-report .panel-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 10px;
  white-space: nowrap;
  max-width: calc(100% - 130px);
  overflow: hidden;
}

.panel-report .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
  min-width: 96px;
}

.panel-report .actions .btn-fa:not(:last-child) {
  margin-right: 5px;
}

.chart-grid {
  margin: 0 auto;
  width: 100% !important;
}

.chart-grid-sizer, .chart-grid-item {
  width: 100%;
  /*min-width: 250px;
  max-width: 300px;*/
}

@media only screen and (min-width: 768px) {
  .chart-grid-sizer, .chart-grid-item {
    width: 49%;
  }
}

@media only screen and (min-width: 992px) {
  .chart-grid-sizer, .chart-grid-item {
    width: 32%;
  }
}

.chart-grid-item {
  margin-bottom: 10px;
  /*padding: 0 5px;*/
}

.chart-maximize-main {
  position: relative !important;
  width: 100% !important;
}

.chart-maximize {
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999;
  height: 100vh;
  max-width: 100%;
  position: fixed !important;
}

.chart-maximize .panel-report {
  width: 100%;
  height: 100%;
}

.chart-maximize .panel-body {
  height: calc(100% - 34px) !important;
}

.chart-maximize .panel-body .amchart {
  height: 100% !important;
}

.chart-maximize-main .chart-grid-item:not(.chart-maximize) {
  display: none;
}

.chart-grid .dndPlaceholder {
  background-color: #dddddd !important;
  display: inline-block;
  min-height: 300px;
  width: 300px;
}

.chart-grid .dndDragging {
  opacity: 0.7;
}

.chart-grid .dndDraggingSource {
  opacity: 0.5;
}

.chart-grid.dndDragover .chart-grid-item {
  margin-left: 5px;
  margin-right: 5px;
}

.report .panel-title,
.new-filter-report .panel-title {
  font-weight: 400;
}

/* report end */

/* report overall brand start */
.overall-brand .dept .section-title {
  background-color: initial !important;
}

.overall-brand .dept tr.section-title th {
  padding: 0 !important;
}

.overall-brand .dept tr.section-title:not(:first-child) th .panel-heading {
  margin-top: 20px;
}

.overall-brand .dept tr.location-data td {
  padding: 0;
}

.overall-brand .dept tr.location-data td .score-header {
  padding: 8px;
  background-color: white;
  font-weight: 600;
}

.overall-brand .dept tr.location-data td .score-data {
  padding: 5px 8px;
}

.overall-brand .nav > li > a {
  background-color: #eeeeee;
}

.overall-brand .nav-tabs > li.active > a {
  background-color: var(--app-color);
  color: white;
}

/* report overall brand end */

/* report dashboard start */

.report-dashboard .header-text {
  padding: 8px 10px;
}

/* report dashboard end */

/* action plan question start */
.action-plan-question-main .header-text > span {
  padding-right: 10px;
  margin: 5px;
}

.action-plan-question-main .header-text > span:not(:last-child):after {
  content: '|';
  padding-left: 10px;
}

.action-plan-question-main .panel-heading h4 button {
  margin-top: -5px;
}

/* action plan question end */

/* audit main start */
.audit-main .btn-group.status-btn > button {
  width: 110px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  padding: 3px 4px !important;
}

.audit-main .filter th {
  padding: 0;
}

.audit-main .filter .btn-group {
  display: block;
  padding: 0 2px;
}

.audit-main .filter input:not(.w70), .audit-main .filter button {
  width: 100% !important;
  float: none;
}

/* audit main end */

/* file upload start */
.fileinput-preview.thumbnail img {
  height: 100%;
  width: 100%;
}

.upload-background {
  background-color: inherit;
}

.upload-image-box {
  width: 50px;
  height: 50px;
  line-height: 1.42857 !important;
  font-size: 10px;
  word-break: break-all;
}

.upload-image-button {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* file upload end */

/* expense upload modal start */
.expense-upload-modal .upload-image-button {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: visible;
}

/* expense upload modal end */

/* city basket start */
.city-basket .hotel-list-header {
  padding-top: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
}

.city-basket .hotel-name {
  line-height: 13px;
}

.city-basket .hotel-list td {
  padding: 2px 0;
}

.city-basket .hotel-info {
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
  padding-top: 20px;
  line-height: 20px;
}

.city-basket .rep_style td {
  vertical-align: top;
}

.city-basket .rep_style .vr_line {
  border-right: solid 2px;
  text-align: right;
}

.city-basket .rep_style .hr_line {
  border-bottom: 2px solid;
  padding-bottom: 2px;
}

.city-basket .rep_style .progressbar {
  padding: 2px 4px;
}

/* city basket end */

/* audit zoom main start */
.audit-zoom-main {
  background-color: #ffffffdb;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.audit-zoom-main .modal-dialog {
  width: calc(100vw - 40px);
  height: calc(100vh - 63px);
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 63px);
  text-align: center;
  margin-top: 33px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.audit-zoom-main .modal-content {
  display: inline-block;
  max-width: 100%;
  max-height: inherit;
}

.audit-zoom-main .modal-body {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-height: inherit;
  max-width: 100%;
  border: none;
  padding: 0;
  min-width: 400px;
  min-height: 300px;
}

.audit-zoom-main .btn-head {
  max-height: inherit;
  max-width: 100%;
}

.audit-zoom-main .rotate-head {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  text-align: center;
}

.audit-zoom-main .rotate-head .rotate-btn {
  font-size: 22px !important;
  padding: 2px 8px !important;
  line-height: 22px;
}

.audit-zoom-main img {
  max-width: 100%;
  max-height: inherit;
}

.audit-zoom-main .slide-left {
  position: absolute !important;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px !important;
  padding: 4px 2px !important;
}

.audit-zoom-main .slide-right {
  position: absolute !important;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px !important;
  padding: 4px 2px !important;
}

.audit-zoom-main .close-btn {
  position: absolute !important;
  left: 100%;
  top: 0;
  border-radius: 20px !important;
  padding: 1px 6px !important;
  font-size: 13px !important;
}

/* audit image main end */

/* trend by question start */

.trend-by-question .option-text:not(:last-child) {
  border-bottom: 1px solid #dfe4e8;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

/* trend by question end */

/* filters start */

.filter-head {
  display: inline-block;
  padding: 6px;
  text-align: left;
  margin-bottom: 6px;
}

.filter-head .nya-bs-select {
  width: 150px !important;
}

.filter-head .ui-select-container .ui-select-toggle {
  width: auto !important;
  min-width: 150px;
}

.filter-head > div {
  display: inline-block;
  vertical-align: middle;
}

.filter-head .select2-container {
  width: 150px;
}

.filter-head .download-btn {
  white-space: nowrap;
  float: right;
}

.multiselect-dropdown > div {
  display: block;
}

.multiselect-dropdown button.dropdown-toggle {
  width: 100%;
  text-align: left;
  position: relative !important;
  padding-left: 10px !important;
  box-shadow: none !important;
  font-weight: 400 !important;
  text-transform: initial !important;
  border-radius: 4px !important;
  color: #555555;
}

.multiselect-dropdown button.dropdown-toggle .caret {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border: none;
  background-color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multiselect-dropdown button.dropdown-toggle .caret:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.multiselect-dropdown ul.dropdown-menu {
  max-height: 300px;
  height: auto !important;
  transition: none !important;
}

.multiselect-dropdown ul.dropdown-menu > li > a:focus,
.multiselect-dropdown ul.dropdown-menu > li > a:active,
.multiselect-dropdown ul.dropdown-menu > li > a:visited {
  background-color: inherit;
  color: inherit;
}

.multiselect-dropdown ul.dropdown-menu > li > a {
  border-bottom: 1px solid #f1f3f6;
}

.multiselect-dropdown ul.dropdown-menu > li.active > a,
.multiselect-dropdown ul.dropdown-menu > li > a:hover {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e8e8e8;
}

.multiselect-dropdown ul.dropdown-menu > li.divider {
  display: none;
}

.multiselect-dropdown ul.dropdown-menu li .dropdown-header {
  padding: 3px 6px;
  border-bottom: 1px solid #e8e8e8;
}

.multiselect-dropdown ul.dropdown-menu li input.searchField {
  margin: 2px 0;
}

.multiselect-dropdown ul.dropdown-menu div.checkbox {
  margin: 0;
  display: inline-block;
}

.multiselect-dropdown ul.dropdown-menu div.checkbox > label {
  display: inline-flex;
  align-items: center;
}

.multiselect-dropdown ul.dropdown-menu div.checkbox input.checkboxInput {
  position: initial;
  margin: 0 5px 0 0;
}

/* filters end */

/* client mom start */
.client-mom-modal .date-ip {
  display: inline-block;
  width: 90px;
}

[uib-datepicker-popup-wrap] {
  display: inline-block;
}

.client-mom-modal .panel.editable {
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.45), 0 1px 20px 1px rgba(0, 0, 0, 0.17);
}

/* client mom end */

.page-title {
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  line-height: 20px;
  padding-right: 0;
  padding-bottom: 5px;
}

.page-title .breadcrumb {
  background-color: #e7ecf1 !important;
  padding: 8px 18px;
  display: inline-block;
}

.page-title .breadcrumb > .active {
  color: #444d57;
}

/* report attention areas start */
.report-attention-areas table.table {
  margin: 0 !important;
}

.report-attention-areas table.questions > tbody > tr:first-child > td,
.report-attention-areas table.options > tbody > tr:first-child > td {
  border-top: none !important;
}

.report-attention-areas table.section-groups > tbody > tr > td,
.report-attention-areas table.sections > tbody > tr > td,
.report-attention-areas table.sub-sections > tbody > tr > td {
  padding-left: 20px !important;
}

.report-attention-areas table.section-groups > tbody > tr > td,
.report-attention-areas table.sections > tbody > tr > td,
.report-attention-areas table.sub-sections > tbody > tr > td,
.report-attention-areas table.questions > tbody > tr > td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.report-attention-areas table.section-groups > thead > tr > th:nth-child(2) {
  width: 19%;
  border-left: 1px solid #e7ecf1;
}

.report-attention-areas table.section-groups > thead > tr > th:last-child {
  width: 20%;
  border-left: 1px solid #e7ecf1;
}

.report-attention-areas table.questions > tbody > tr > td:nth-child(2),
.report-attention-areas table.questions > tbody > tr > td:nth-child(3) {
  width: 20%;
  border-left: 1px solid #e7ecf1;
}

.report-attention-areas table.section-groups-title > tbody > tr > th:last-child {
  width: 20%;
  border-left: 1px solid #e7ecf1;
}

.report-attention-areas sub {
  color: #888888;
}

.remove-border-top > tr:first-child > td {
  border-top: none !important;
}

.yes_option_color {
  background-color: #01b050;
}

.no_option_color {
  background-color: #ff0200;
}

/* report attention areas end */

.internal-user-main .modal-dialog {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.internal-user-main .panel-heading {
  padding: 2px 5px !important;
}

.internal-user-main .panel-body {
  padding: 2px 15px !important;
}

.internal-user-main .panel {
  margin-bottom: 7px !important;
}

.internal-audit-main .panel-heading {
  padding: 2px 5px !important;
}

.internal-audit-main .panel-body {
  padding: 2px 15px !important;
}

.internal-audit-main .panel {
  margin-bottom: 7px !important;
}

/* section main start */
.ms-client-list {
  width: 30%;
  max-width: 400px;
  min-width: 300px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

/* section main end */

.note-editor .note-editing-area .note-editable p {
  margin-top: 0;
  margin-bottom: 0;
}

.p-margin0 p {
  margin-top: 0;
  margin-bottom: 0;
}

.modal.modal-center .modal-dialog {
  position: relative;
  height: 100vh;
  margin: 0 auto;
}

.modal.modal-center .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.modal.modal-scroll .modal-dialog {
  margin: 0 auto;
}

.modal.modal-scroll .modal-body {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}

.modal.modal-scroll .modal-footer {
  border-top: 1px solid #e5e5e5 !important;
}

.modal.modal-full-height .modal-body {
  height: calc(100vh - 140px);
}

.training-main .data-tab-main {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 229px);
}

.question-image.fileinput {
  border-radius: 5px;
  position: relative;
  display: block;
  height: 70px;
  cursor: pointer;
}

.question-image.fileinput .thumbnail {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: inherit !important;
}

.question-image img {
  width: 100%;
  height: 100%;
  display: none;
}

.question-image .uploaded img {
  display: block;
}

.question-image:hover img {
  opacity: 0.1;
}

.question-image:hover .other-file {
  display: none;
}

.question-image .question-image-upload-label,
.question-image .question-image-change-label {
  width: 100%;
  height: 100%;
}

.question-image .question-image-upload-label span,
.question-image .question-image-change-label span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}

.question-image .question-image-change-label {
  display: none;
}

.question-image .question-image-remove-btn {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 15px;
  color: red;
  text-align: center;
  display: none;
}

.question-image .question-image-options {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 15px;
  text-align: center;
  display: none;
}

.question-image:hover .question-image-change-label,
.question-image:hover .question-image-remove-btn,
.question-image:hover .question-image-options {
  display: block;
}

.audit-question-main .ref_image {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  max-height: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.audit-question-main .ref_image img {
  max-height: calc(100% - 20px);
}

.sort-main {
  display: inline-flex;
  align-items: center;
}

.sort-icon-head {
  display: inline-flex;
  flex-direction: column;
  padding-left: 8px;
  cursor: pointer;
}

.sort-icon {
  font-size: 18px;
  line-height: 12px;
}

.sort-selected {
  opacity: 0.3;
  cursor: default;
}

/* user manual */
#preview {
  width: 200px;
  height: 150px;
  line-height: 0 !important;
}

#preview img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.um_sidebar {
  padding: 20px;
}

.user-guide-main .content-img {
  max-width: 100%;
  max-height: 600px;
}

.dropdown_menu {
  display: none;
}

.list-group li a {
  color: #3e4d5c;
  text-decoration: none;
}

.collapsed {
  display: block;
}

.sidebar_menu > li {
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 0 !important;
}

.dropdown_menu > li {
  padding: 5px 10px 5px 20px;
}

.action-plan-question-main .assigned-users {
  max-height: calc(25vh);
  border: 1px solid #dfe4e8;
}

.ia-img {
  position: relative;
  max-height: 280px;
  max-width: 100%;
}

.ia-img img {
  max-height: inherit;
  max-width: inherit;
}

.ia-img .img-watermark {
  position: absolute;
  bottom: 2px;
  right: 4px;
  color: #f1f1f1;
}

.reviewer-rating-table {
  overflow-y: auto;
  max-height: calc(100vh - 231px);
}

.selectRow:nth-child(odd) > td div.overall-score {
  border-right: 1px solid #c7c7c7;
}

.selectRow:nth-child(even) > td div.overall-score {
  border-right: 1px solid #c1c1c1;
}

.datePresent button {
  background-color: #91d691;
}

.client-detail-config {
  width: 450px;
  margin: auto;
}

.auditor-rating .tooltip-inner {
  max-width: 300px;
}

.fade {
  opacity: 0.7;
}

.op-hide {
  opacity: 0;
}

@media print {
  .report-dashboard .chart-grid-item {
    position: static !important;
    display: block !important;
    /*page-break-before: auto;*/
    page-break-inside: avoid;
  }

  .report-dashboard .chart-grid-item .gauge-amchart .amchart,
  .report-dashboard .chart-grid-item .column-amchart .amchart {
    text-align: center !important;
  }

  .report-dashboard .chart-grid-item .gauge-amchart .amchart .amcharts-main-div,
  .report-dashboard .chart-grid-item .column-amchart .amchart .amcharts-main-div {
    display: inline-block !important;
  }

  .worldwide-dashboard .col-lg-9 form > div:not(.submit-btn-head),
  .worldwide-dashboard .brand-score,
  .worldwide-dashboard .brand-list {
    display: block !important;
    width: 100% !important;
  }

  .worldwide-dashboard form .form-group {
    display: inline-block !important;
  }

  .worldwide-dashboard .submit-btn-head,
  .worldwide-dashboard .xls-btn {
    display: none !important;
  }

  .worldwide-dashboard .year-wise {
    page-break-before: always;
  }
}

.immediate-competition-main .scroll-div {
  overflow-y: auto;
  max-height: calc(100vh - 260px);
}

.profile-image {
  position: relative;
}

.profile-image img {
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  padding: 1px;
}

.profile-image.round img {
  border-radius: 100px;
}

.profile-image .profile-change-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -16px 0 0;
  cursor: pointer;
}

.profile-change-btn img {
  height: 32px !important;
}

.btn.bg-company {
  background-color: var(--app-color);
  color: #ffffff;
  border-color: var(--app-color);
}

.btn.bg-company:hover {
  color: #ffffff;
  opacity: .8;
}

.ia-report-dashboard-bg {
  min-height: 100vh;
  background-color: #f5f6f9;
}

.ia-report-dashboard {
  font-family: 'Nunito', 'Roboto', 'Open Sans', sans-serif !important;
}

.ia-report-dashboard .box-title,
.new-filter-report .box-title {
  color: var(--app-color);
  font-size: 17px;
  line-height: 18px;
  font-weight: bold;
}

.ia-report-dashboard .text-green {
  color: #38761d;
}

.ia-report-dashboard .text-red {
  color: #ae2727;
}

.ia-report-dashboard .counts {
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}

.ia-report-dashboard .well,
.new-filter-report .well {
  background-color: white;
  border-radius: 8px;
  margin: 0;
}

.ia-report-dashboard .filter-main div > .form-group {
  padding: 0 10px;
}

.ia-report-dashboard .filter-main div > .form-group:first-child {
  padding-left: 0;
}

.ia-report-dashboard .filter-main > div > .form-group:last-child {
  padding-right: 0;
}

.ia-report-dashboard .filter-main .multiselect-dropdown {
  width: 100%;
}

.ia-report-dashboard .filter-main .form-control {
  min-height: 34px;
  height: auto;
  padding: 10px 14px !important;
  font-size: 12px !important;
  color: #949494 !important;
  border: 1px solid #e6e6e6;
}

.ia-report-dashboard .filter-main .input-group .form-control {
  border-right: none;
}

.ia-report-dashboard .filter-main .input-group-addon {
  background-color: inherit;
  border: 1px solid #e6e6e6;
  color: #949494;
  border-left: none;
}

.ia-report-dashboard .filter-main .multiselect-dropdown button.dropdown-toggle {
  border: 1px solid #e6e6e6;
}

.ia-report-dashboard .scroll-div {
  overflow-y: auto;
  max-height: calc(100vh - 292px);
}

.new-filter-report .scroll-div {
  overflow-y: auto;
  max-height: calc(100vh - 310px);
}

.panel-scroll-div {
  overflow-y: auto;
  max-height: calc(100vh - 320px);
}

.progress-bar-chart table {
  margin: 0;
}

.progress-bar-chart .progress-bar {
  line-height: 16px;
}

.progress-bar-chart.progress-bar-reverse .progress-bar {
  float: right;
  text-align: right;
  box-shadow: none;
}

.progress-bar-chart.progress-bar-reverse .progress-bar span {
  margin-left: -20px;
  padding-right: 4px;
  min-width: 20px;
  display: inline-block;
  text-align: right;
}

.progress-bar-chart .bg-color-1 .progress-bar-title {
  color: #38761dff;
}

.progress-bar-chart .bg-color-1 .progress-bar {
  background-color: #38761dff;
}

.progress-bar-chart .bg-color-2 .progress-bar-title {
  color: #76a5afff;
}

.progress-bar-chart .bg-color-2 .progress-bar {
  background-color: #76a5afff;
}

.progress-bar-chart .bg-color-3 .progress-bar-title {
  color: #45818eff;
}

.progress-bar-chart .bg-color-3 .progress-bar {
  background-color: #45818eff;
}

.progress-bar-chart .bg-color-4 .progress-bar-title {
  color: #134f5cff;
}

.progress-bar-chart .bg-color-4 .progress-bar {
  background-color: #134f5cff;
}

.progress-bar-chart .bg-color-5 .progress-bar-title {
  color: #ae2727ff;
}

.progress-bar-chart .bg-color-5 .progress-bar {
  background-color: #ae2727ff;
}

.progress-bar-chart .bg-color-6 .progress-bar-title {
  color: #e69138;
}

.progress-bar-chart .bg-color-6 .progress-bar {
  background-color: #e69138;
}

.modal-hide {
  visibility: hidden;
}

.input-alert, .input-alert:focus {
  border: 1px solid #e20000;
}

.question-ref-file img {
  display: block;
  width: auto;
  height: auto;
}

.ref_image_info {
  text-align: center;
  padding: 14px 5px;
  font-size: 12px;
  font-style: italic;
  background-color: rgb(255, 238, 221);
}

.lightbox-label {
  color: white;
}

.lightbox-label:hover {
  text-decoration: none;
  color: white;
}

.lightbox-image-caption {
  top: auto !important;
  bottom: 0;
}

.moment-picker .moment-picker-container.hour-view {
  overflow-x: hidden;
  width: 225px;
  max-height: 400px !important;
  overflow-y: auto;
}

.question-live-comment > li {
  border: 1px solid #bfbfbf;
}

.highlight-color {
  /*background-color: #f0ad4e !important;*/
  background-color: #f0996c !important;
}

.ia-main .filter-main > .form-group {
  margin-left: 5px;
  width: 150px;
}

.ia-main .filter-main > .form-group:first-child {
  margin-left: 0;
}

.ia-main .filter-main .form-control {
  font-size: 12px !important;
  border: 1px solid #e6e6e6;
}

.date-range-close-btn {
  padding: 6px 10px;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-left: none;
}

.input-wrapper {
  position: relative;
}

.input-wrapper:after {
  font-family: 'FontAwesome', serif;
  content: '\f002';
  position: absolute;
  left: 5px;
  top: 5px;
  color: #949494;
  font-weight: lighter;
  line-height: 14px;
}

.input-wrapper > input.input-xs {
  padding-left: 20px;
}

/*.daterangepicker {
    display: block !important;
}*/

.daterangepicker > .calendar.left,
.daterangepicker > .calendar.right {
  display: block !important;
}

.daterangepicker .daterangepicker_input input.input-mini {
  width: 100% !important;
}

.html-content p {
  margin: 0;
}

.vbase > td {
  vertical-align: baseline !important;
}

.thead-dark {
  color: white;
  background-color: #659be0;
}

.thead-light {
  color: white;
  background-color: #f0ad4e;
}

.b-transparent {
  background: transparent;
}

.app-table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin: -10px 0 0;
}

.app-table > tbody > tr {
  box-shadow: 0 0 13px 0 #e5e5e5;
  height: 60px;
}

.app-table.perf-table {
  border-spacing: 0 20px;
}

.app-table.perf-table tbody tr {
  box-shadow: 0 0 5px 1px #a9a9a9;
  height: auto !important;
}

.app-table > tbody > tr:hover {
  box-shadow: 0 0 13px 0 var(--app-color);
}

.app-table > thead > tr th,
.app-table > tbody > tr td {
  border: none;
}

.app-table > thead > tr th {
  color: #7a7e81;
}

.app-table > tbody > tr td {
  color: #212121;
}

.icon-button {
  border-radius: 25px !important;
  border: none;
  padding: 0 !important;
}

.icon-button[disabled] {
  opacity: 0.7;
}

.icon-button img.icon-image {
  height: 26px;
}

.broadcast-toggle {
  position: relative;
  width: 130px;
  height: 30px;
  background: var(--app-color);
  border-radius: 16px;
  border: 2px solid var(--app-color);
  margin: 0;
  padding-left: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.broadcast-toggle [type='checkbox'] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.broadcast-toggle .toggle-label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.broadcast-toggle .toggle-switch {
  transition: all .30s ease;
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #ffffff;
  color: var(--app-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.broadcast-toggle .toggle-switch i {
  font-size: 21px;
  margin-right: 1px;
}

.broadcast-toggle.checked {
  background: #ffffff;
  padding-left: 0;
  padding-right: 26px;
}

.broadcast-toggle.checked .toggle-label {
  color: var(--app-color);
  font-size: 13px;
}

.broadcast-toggle.checked .toggle-switch {
  left: 100px;
  width: 28px;
  height: 28px;
  background: var(--app-color);
}

.broadcast-toggle.checked .toggle-switch i {
  margin-right: 0;
  margin-left: 4px;
  color: #ffffff;
  font-size: 16px;
}

.app-btn {
  color: #ffffff;
  background: var(--app-color);
  padding: 4px 14px !important;
}

.app-btn:hover,
.app-btn:focus {
  color: #ffffff;
}

.app-color {
  color: var(--app-color);
}

.app-bg-color,
.popover-inner .popover-title {
  background-color: var(--app-color) !important;
  color: #ffffff !important;
}

.close-btn-color {
  color: #ffffff !important;
  background: #e68e1d !important;
}

.app-shadow {
  box-shadow: 0 0 13px 0 #e5e5e5 !important;
}

.app-shadow:hover {
  box-shadow: 0 0 13px 0 var(--app-color) !important;
}

.app-border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.hyperlinks a {
  color: inherit;
}

.option-question-add ul li:hover {
  background: #f5f5f5;
}

.option-question-main ul {
  width: min-content !important;
  margin-bottom: 0 !important;
}

.option-question-main ul li.active a {
  color: white !important;
  background: var(--app-color) !important;
  font-weight: bold !important;
}

.question-section {
  border: 5px solid #d3d3d3;
}

.bs-none {
  box-shadow: none !important;
}

.w-max-content {
  width: max-content !important;
}

.well-custom {
  box-shadow: 0 0 13px 0 #e5e5e5;
  margin-bottom: 15px;
  padding: 15px 20px;
}

.search-dropdown {
  font-weight: normal;
  text-align: left;
  white-space: initial;
}

.search-dropdown > button.app-color:focus {
  color: var(--app-color);
}

.search-dropdown .list-separator {
  border-top: 1px solid #e8e8e8;
}

.search-dropdown .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}

.search-dropdown .dropdown-options {
  overflow-y: auto;
  max-height: 205px;
}

ul[uib-pagination].pagination > li.pagination-page.active > a {
  background-color: var(--app-color);
  border-color: var(--app-color);
}

.answer-type {
  padding: 10px 20px !important;
  border-left: 1px solid #d8cfcf;
  min-height: 90px;
}

.answer-type .dropdown-menu {
  min-width: 160px;
  max-height: 220px;
  overflow-y: auto;
}

.col-shadow {
  box-shadow: 0 0 13px 0 #e5e5e5;
  height: 60px;
}

.h-max {
  height: max-content !important;
}

.border1 {
  border: 1px solid #cccccc;
}

.button-border {
  border: 1px solid var(--app-color);
}

.b-right0 {
  border-right: 0 !important;
}

.b-left0 {
  border-left: 0 !important;
}

.b-bottom0 {
  border-bottom: 0 !important;
}

.group-focus:focus-within {
  margin: 0 !important;
  /*border: 1px solid var(--app-color);*/
  outline: 1px solid var(--app-color);
}

.group-focus:focus-within label,
.group-focus .form-control:focus {
  border: none;
  outline: 0 !important;
}

.option-question-tab li {
  list-style-type: none;
  width: max-content;
  border-radius: 6px;
  opacity: .4;
}

.option-question-tab li.act,
.option-question-tab li.disabled,
.option-question-tab li:hover {
  opacity: 1;
}

.option-question-tab li a {
  text-decoration: none;
}

.save-btn {
  color: #ffffff !important;
  background: #42bd92 !important;
}

.no-access-main .no-access-content {
  text-align: center;
  padding: 20px 20px 10px;
  border-radius: 12px;
  border: 1px solid #595959;
  margin-top: 25vh;
}

.m-auto {
  margin: auto !important;
}

.font-dark-grey {
  color: #a9a9a9;
}

.filter-app-color {
  filter: invert(46%) sepia(71%) saturate(2228%) hue-rotate(183deg) brightness(95%) contrast(110%);
}

.filter-black {
  filter: invert(0%) sepia(89%) saturate(1053%) hue-rotate(262deg) brightness(10%) contrast(109%);
}

.bg-disabled {
  background: #eeeeee;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04aa6d;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04aa6d;
  cursor: pointer;
}

.question-response-header {
  position: fixed;
  top: 150px;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.font-italic {
  font-style: italic;
}

.br-right0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.left45 {
  left: 45px !important;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-start {
  align-self: start !important;
}

.align-self-end {
  align-self: end !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.border0:not(:focus) {
  border: none;
}

.section-btn {
  padding: 2px 8px !important;
  border-radius: 5px !important;
}

.text-storm-grey {
  color: #7a7d80;
}

.bg-storm-grey {
  background: #7a7d80;
}

.bg-grey-light-shade {
  background: #eeeeee;
}

.border-grey-medium-shade {
  border-color: #bbbbbb;
}

.font-orange-shade {
  color: #e68e1d;
}

.section-score-dropdown {
  left: auto !important;
  right: 37px !important;
  border: 1px solid #bbbbbb !important;
}

.new-btn {
  border-radius: 7px !important;
  text-transform: capitalize !important;
  font-weight: normal !important;
  font-size: 16px !important;
  padding: 3px 18px !important;
}

.new-horizontal-form .new-form-label {
  width: 155px;
  padding-left: 8px;
  padding-right: 6px;
  margin: 0;
  align-self: center;
}

.new-horizontal-form .new-form-input {
  display: inline-flex;
  flex: 1;
  align-self: center;
}

.new-horizontal-form .new-form-group {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}

.new-form-input.select2-wrap {
  width: calc(100% - 150px /*new-form-label class width*/);
}

.text-box {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 5px 10px;
  background-color: #f2f2f2;
}

.modal-table-spacing {
  border-spacing: 0 5px;
  border-collapse: separate;
  margin: -5px 0 0;
}

.stage-tabs > ul > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 10px;
  height: 100%;
  width: 100%;
  padding: 15px;
}

.list-style-none {
  list-style: none;
}

.list-circle:before {
  content: '\25CF';
  padding: 0 5px;
}

.list-tick:before {
  content: '\2713' !important;
  padding: 0 5px;
}

.ap-users-tooltip {
  background: #000000;
  color: #ffffff;
}

.ap-users-tooltip.popover.bottom > .arrow:after {
  border-bottom-color: #000000 !important;
}

.input-group-input-right {
  border-right: none;
  padding-right: 0;
}

.eye-addon {
  padding: 5px 8px !important;
  background: transparent;
}

.arrow-pointer, .arrow-tail {
  width: 32%;
  height: 50px;
  color: white;
  background: #c3c7cb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-pointer:before {
  z-index: 1;
  content: '';
  position: absolute;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #c3c7cb;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.arrow-tail:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #ffffff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

.arrow-pointer.active, .arrow-tail.active {
  background: #337ab7;
}

.arrow-pointer.active:before {
  border-left-color: #337ab7 !important;
}

.custom-border-radius {
  border-radius: 0 4px 4px 0 !important;
}

.b1-gray {
  border: 1px solid #949494 !important;
}

.ia-report-dashboard .filter-main .dropdown-selected button.form-control,
.ia-report-dashboard .filter-main .input-group.dropdown-selected input.form-control,
.ia-report-dashboard .filter-main .dropdown-selected button.input-group-addon {
  color: #ffffff !important;
  background: var(--app-color) !important;
}

.new-dash-pad {
  padding: 25px 30px !important;
}

.well-dashboard {
  /*width: 410px;*/
  height: 140px;
  padding: 30px !important;
}

.dashboard-class {
  overflow: hidden !important;
  background: #f2f7fa;
}

.dash-filter-label {
  font-size: 14px;
  font-weight: 500;
  color: #9e9e9e;
  margin-bottom: 5px;
}

.dash-well-number {
  font-size: 46px;
  font-weight: 600;
  color: #160e4d;
}

.dash-well-text {
  font-size: 16px;
  font-weight: 400;
  color: #9e9e9e;
}

.dash-heading {
  font-size: 20px;
  font-weight: 400;
  color: #9e9e9e;
}

.text-suva-grey {
  color: #9e9e9e !important;
}

.dash-download-btn {
  padding: 6px 18px !important;
  border-radius: 0 !important;
  background: rgba(8, 148, 253, 0.1);
  margin-left: 20px !important;
}

.input-box {
  min-height: 34px;
  height: auto;
  font-size: 12px !important;
  color: #949494;
  border: 1px solid #e6e6e6;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.input-box.input-md {
  padding: 12px 14px !important;
}

.input-box.input-sm {
  padding: 5px 10px !important;
}

.filter-perf {
  /*min-width: 160px !important;*/
  max-width: 274px !important;
  width: 100%;
}

.no-head-scroll thead {
  position: sticky;
  top: 0;
  background: #ffffff;
}

.perf-dash-well {
  margin-bottom: 30px;
  padding: 20px 20px 5px 20px;
  background: #ffffff !important;
  border-radius: 15px !important;
}

/* This class combination can be used to add spacing between child elements */
.space-y-5 > *:not(:first-child):not(:empty) {
  margin-top: 5px;
}

.space-x-4 > *:not(:first-child):not(:empty) {
  margin-left: 4px;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.preview-file {
  position: relative;
}

.preview-file .preview-file-overlay,
.preview-file .remove-btn {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 12px;
  text-align: center;
  display: none;
}

.preview-file:hover .preview-file-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffffcc;
  width: 100%;
  height: 100%;
}

.preview-file:hover .remove-btn {
  font-size: 15px;
  height: 15px;
  color: red;
  display: block;
  background-color: inherit;
  border-radius: 5px;
}

.new-icon-btn {
  margin: 0 !important;
  padding: 0px !important;
  border: none;
  background-color: inherit;
}

.new-icon-btn > img {
  height: 25px;
  cursor: pointer !important;
  /*background-color: #FFFFFF;*/
}

.inline-btn {
  display: inline-flex !important;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.inline-btn-bg {
  padding: 3px 5px;
  width: auto !important;
  border-radius: 6px !important;
  background-color: var(--btn-bg-col) !important;
}

.score-div {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.score-div > span {
  font-size: 13px;
}

.score-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 5px 11px !important;
  font-size: 13.2px !important;
  border-radius: 6px !important;
}

.btn-score-div {
  width: auto !important;
  max-height: 31px;
  gap: 10px;
}

.bg-light-blue {
  background-color: #bfeefd !important;
}

.btn-form-field {
  color: #555555 !important;
  border: 1px solid #cccccc;
  height: 34px;
}

.filter-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.field-col-nowrap {
  flex: 1 0 11%;
}

.field-col-4 {
  flex: 1 0 20%;
}

.field-col-5 {
  flex: 1 0 16%;
}

.gap10 {
  gap: 10px !important;
}

.gap20 {
  gap: 20px !important;
}

.gap30 {
  gap: 30px !important;
}

.answer-save-failed {
  border-right: 10px solid #d9534f !important;
}

.answer-saving {
  border-right: 10px solid #f7cb73 !important;
}

.question-highlight {
  border: 1px solid #e9d80a !important;
}

.question-error {
  box-shadow: 0 0 13px 0 #d9534f !important;
}

.question-warning {
  box-shadow: 0 0 13px 0 #e9d80a !important;
}

.ia-question-file-size {
  width: 188px;
  height: 141px;
}

.border1-grey {
  border: 1px solid #d7d7d7
}

.border-color-app {
  border-color: var(--app-color) !important;
}

.non-comp > li {
  list-style-type: none;
}

.partial-edit-info {
  font-size: 13px;
  padding: 15px;
  margin-bottom: 15px;
  color: red;
  box-shadow: 0px 0px 8px 0px #afa8a8;
}

.bw-2 {
  border-width: 2px !important;
}

.bw-med {
  border-width: medium !important;
}

#feedback-btn .tooltip {
  white-space: nowrap;
}

.request-list-dropdown .dropdown-menu {
  left: 100%;
  -webkit-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.request-list-dropdown .dropdown-menu {
  overflow-y: auto;
  max-height: 270px;
}

.thumbnail .hover-options:hover .hover-text,
.thumbnail .hover-options:hover .hover-btns {
  opacity: 1;
}

.thumbnail .hover-options .hover-text {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffffcc;
  cursor: pointer;
}

.thumbnail .hover-options .hover-btns {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffffcc;
  margin: 4px;
}