.chip {
  border-radius: 2.5rem;
}
input.hidden-validate {
  width: 0;
  height: 0;
  opacity: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.bottom-mark {
  height: 2em;
  background-size: 100px 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#4e73c1, #4e73c1);
  background-position: bottom left;
}
.swal2-title {
  display: block !important;
}
.hover-image {
  position: relative;
  width: 200px;
  max-width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  text-align: center;
}
.gallery .hover-image {
  height: 80px;
}
.hover-image div.text-center {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.avatar-image {
  max-height: 100%;
  max-width: 100%;
  height: auto !important;
  width: auto !important;
  object-fit: cover;
  border: 1px solid #eee;
}
.imgframe .avatar-image {
  max-height: 64px;
}
.circle-avatar {
  width: 150px;
  height: 150px;
  margin: 5px auto;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ccc;
}
.circle-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.mg-b-0 .form-group {
  margin-bottom: 0 !important;
}
.label-t-right label span {
  text-align: right;
  margin-right: 12px;
}
.img-w-30 {
  width: 30px;
}
.panel-heading .panel-title {
  font-size: 24px !important;
}
.custom-panel-sm > .panel-heading {
  height: 45px;
}
.custom-panel-sm .panel-heading-action {
  top: 6px;
}
.custom-panel-sm .panel-title {
  font-size: 14px !important;
}
.custom-panel-sm label {
  font-size: 10px;
  text-align: center;
  display: block;
}
.custom-panel-sm b {
  font-size: 10px;
  text-align: center;
  display: block;
}
.form-label-right .form-control-label span,
.form-label-right label span {
  text-align: right !important;
  padding-right: 5px;
  float: right;
}
.form-label-right .form-control-label {
  padding-right: 0;
}
.form-label-right .form-group [class^="col-"],
[class*=" col-"] {
  padding-left: 3px;
}
.customFormFrame label {
  font-weight: 700;
}
.box-frame label span,
.customFormFrame label span {
  width: 33.33333333%;
  float: left;
  font-weight: 400;
}
.inline-form .form-control {
  display: inline;
  width: 66.66666667%;
}
.fullwidth .form-control {
  width: 100% !important;
}
.panel > .panel-heading {
  height: 55px;
}
.panel-heading .panel-title {
  text-transform: capitalize;
  line-height: 24px;
}
#customTabsStyle .nav.nav-tabs {
  background: 0 0;
  color: #000;
}
#customTabsStyle .nav.nav-tabs > li:first-of-type a {
  border-radius: 0;
}
#customTabsStyle .nav.nav-tabs > li > a:hover {
  border: none;
  background-color: transparent;
}
#customTabsStyle .nav.nav-tabs a {
  color: #575857;
}
#customTabsStyle .nav.nav-tabs a:after {
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 0 10px 0 0;
  background: #e6e9e6;
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
  content: "";
  -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid #666866;
}
#customTabsStyle .nav.nav-tabs a.active {
  color: #fff;
}
#customTabsStyle .nav.nav-tabs a.active:after {
  background: #2d55a2;
}
#customTabsStyle nav.nav-tabs > li > a:focus {
  border: none;
  background-color: transparent;
}
#customTabsStyle .panel {
  border-top: 3px solid #000;
  border-radius: 0 !important;
}
#customTabsStyleNotification .nav.nav-tabs a.active {
  background-color: #2d55a2;
}
#customModal .modal-footer,
#customModal .modal-header {
  padding: 1.8rem 1rem;
}
#customModal .modal-header .modal-title {
  color: #2d55a2;
  font-size: 18px;
}
#customModal .modal-header {
  border-bottom: 2px solid #e7eaed;
}
#customModal .modal-footer {
  border-top: 2px solid #e7eaed;
}
.modal-content {
  border-radius: 0 !important;
}
#customModal .modal-lg .modal-body {
  padding: 24px 35px;
}
#customModal .modal-header .close {
  background: #2d55a2;
  padding: 6px 12px;
  color: #fff;
  position: absolute;
  right: 15px;
}
label.badge {
  color: #fff !important;
  display: block !important;
}
.form-group label.badge {
  display: initial !important;
}
#customModal .box-frame,
.customFormFrame .box-frame {
  border: 3px solid #e7eaed;
  padding: 12px;
}
.form-control[readonly] {
  background-color: #eee !important;
  color: #888;
}
.bg-grey-font-sm {
  background: #e0dfdf;
  padding: 12px 24px 0;
  font-weight: 700;
  font-size: 11px;
}
.tooltip,
[data-tooltip] {
  position: relative;
  cursor: pointer;
}
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  opacity: 1;
}
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: 0 0;
  content: "";
}
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 240px;
  border-radius: 9px;
  background-color: #dedede;
  color: #000;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}
.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  bottom: 100%;
  left: 50%;
}
.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
  margin-left: -80px;
}
.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}
.tooltip-left:after,
.tooltip-left:before {
  right: 100%;
  bottom: 50%;
  left: auto;
}
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-left:focus:after,
.tooltip-left:focus:before,
.tooltip-left:hover:after,
.tooltip-left:hover:before {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}
.tooltip-bottom:after,
.tooltip-bottom:before {
  top: 100%;
  bottom: auto;
  left: 50%;
}
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-bottom:focus:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:hover:before {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}
.tooltip-right:after,
.tooltip-right:before {
  bottom: 50%;
  left: 100%;
}
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #dedede;
}
.tooltip-right:focus:after,
.tooltip-right:focus:before,
.tooltip-right:hover:after,
.tooltip-right:hover:before {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px);
  white-space: pre-line;
}
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
.Ctoggle {
  opacity: 0;
  position: absolute;
}
#label {
  display: inline-block;
  width: 3.2em;
  height: 2em;
  border-radius: 2em;
  position: relative;
  cursor: pointer;
  background: #c1bfbf;
  top: 8px;
  border: 1px solid #aaa;
}
#switch {
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  margin-top: 0;
  margin-left: 1px;
  border-radius: 100%;
  background: #b92525;
  box-shadow: 5px 0 28px -9px rgba(0, 0, 0, 0.75);
  transition: transform 0.2s ease-in;
}
.Ctoggle:checked ~ #label #switch {
  background: #089158;
  transform: translatex(1em);
  transition: transform 0.2s ease-in;
}
.design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}
.design-process-content {
  position: relative;
}
.design-process-content h3 {
  margin-bottom: 16px;
}
.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}
.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 8px 0;
  border: none;
  z-index: 0;
}
#servicecomponent .panel-heading {
  height: 12px !important;
  min-height: 40px;
  padding: 8px;
}
.process-model li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  right: -142px;
  top: 12px;
  width: 100%;
  z-index: -1;
}
.process-model li.visited::after {
  background: #2d55a2;
}
.process-model li:last-child::after {
  width: 0;
}
.design-process-section .nav.nav-tabs,
.design-process-section .nav.nav-tabs > li > a:hover {
  background: 0 0 !important;
}
.process-model li {
  display: inline-block;
  width: 25%;
  text-align: center;
  float: none;
}
.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:focus,
.nav-tabs.process-model > li.active > a:hover,
.process-model li a:focus,
.process-model li a:hover {
  border: none;
  background: 0 0;
}
.process-model li a {
  padding: 0;
  border: none !important;
  color: #606060;
}
.process-model li.active,
.process-model li.visited {
  color: #f29f05;
}
.process-model li.active a,
.process-model li.active a:focus,
.process-model li.active a:hover,
.process-model li.visited a,
.process-model li.visited a:focus,
.process-model li.visited a:hover {
  color: #2d55a2;
}
.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
}
.process-model li i {
  font-weight: 700;
  font-style: normal;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  margin: 0 auto;
  background: #f5f6f7;
  border: 2px solid #e5e5e5;
  font-size: 12px;
  padding: 5px 0;
  color: #000;
  border-radius: 50%;
}
.process-model li.active i,
.process-model li.visited i {
  background: #2d55a2;
  border-color: #dcd9d9;
  color: #fff;
}
.process-model li.active i {
  background: #f5c335;
}
.process-model li p {
  font-size: 14px;
  margin-top: -49px;
}
.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: 400;
}
.process-model.contact-us-tab li::after {
  display: none;
}
.process-model.contact-us-tab li.visited i {
  border-color: #e5e5e5;
}
@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 16%;
  }
  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }
  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }
  .more-icon-preocess.process-model li::after {
    top: 18px;
  }
  .process-model.more-icon-preocess {
    text-align: center;
  }
}
.naccs {
  position: relative;
}
.naccs .menu div {
  padding: 15px 20px 15px 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-weight: 700;
  font-size: 12px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu div.active span.light {
  background-color: #2d55a2;
  left: 0;
  height: 100%;
  width: 3px;
  top: 0;
  border-radius: 0;
}
.naccs .menu div.active {
  color: #2d55a2;
  padding: 15px 20px 15px 10px;
}
ul.nacc {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.nacc > li {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  position: absolute;
  max-width: 100%;
  min-width: 100%;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.nacc > li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
ul.nacc li p {
  margin: 0;
}
.modal-datepicker .input-group {
  width: 66.66666667%;
}
.modal-datepicker .input-group .form-control {
  float: right;
  width: 100%;
}
.modal-datepicker .input-group .input-group-btn {
  position: absolute;
  right: -5px;
  z-index: 1100;
}
.uib-datepicker-popup .btn-group {
  width: 50%;
}
.no-shadow-radius,
.no-shadow-radius .panel {
  box-shadow: none;
  border-radius: 0;
}
.height-40 {
  height: 40px !important;
}
.height-80 {
  height: 80px !important;
}
.height-170 {
  height: 170px !important;
}
.scroll pre {
  background: transparent;
  border: 0;
  margin: 9px;
}
.pd-lr-8 .panel-body {
  padding: 15px 8px !important;
}
.no-padding,
.no-padding [class*=" col-"],
.no-padding [class^="col-"] {
  padding: 0 !important;
}
.mg-12 {
  margin: 12px !important;
}
.text-primary {
  color: #2f962d !important;
}
.text-success {
  color: #089158 !important;
}
div.scroll {
  margin: 9px 0;
  padding: 0 5px;
  height: 80px;
  overflow-x: auto;
  text-align: justify;
  border: 1px solid #efefef;
}
#servicecomponent .modal-body {
  padding: 0 !important;
}
.ofr-scroll {
  overflow-x: hidden;
  border: 1px solid #efefef;
  height: 500px;
  margin-bottom: 12px;
  padding: 4px 9px;
  box-shadow: 0 1px 5px 1px #ccc;
}
#process-tab #customTabsStyle .panel {
  border-top: 2px solid #f0a31e;
}
.popup-box {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1090;
}
.popup-box .panel-body {
  background: #fff;
}
.heading-style1 {
  background: #ccc;
  height: 45px !important;
  padding: 12px;
}
.popup-box .btn {
  margin: 3px 12px;
}
.table-striped tr.active td {
  color: #2d55a2;
}
td.pd-9 {
  padding: 9px !important;
  text-align: left !important;
}
.custom-panel-sm {
  border: 1px solid #eee;
}
.custom-panel-sm .form-control {
  padding: 5px 3px;
}
.naccs .custom-panel-sm table tr td {
  line-height: 14px !important;
}
table tr td {
  vertical-align: middle !important;
}
.panel-body .row {
  margin-bottom: 12px;
}
.height-250 {
  height: 250px;
}
.img-center {
  width: 100%;
  position: relative;
  border: 1px dashed;
  margin-top: 9px;
}
.img-center img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 9px;
}
.width-40 {
  width: 80px !important;
}
.text-limit-100 {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#detailInfo .form-group {
  margin-bottom: 0 !important;
}
#detailInfo .circle-avatar {
  margin: 5px 0 !important;
}
#detailInfo .customFormFrame label span {
  text-align: right;
  margin-right: 12px;
}
.searchForm {
  position: absolute;
  right: 21px;
  top: 50px;
  padding: 12px;
  z-index: 99;
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 75%;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.25);
}
.searchForm label {
  font-size: 12px;
  text-align: left;
  line-height: 28px;
}
.searchForm .row {
  margin-bottom: 8px;
}
.searchForm .daterangepickers {
  display: inherit;
  padding: 2px 10px;
  line-height: 28px;
}
.searchForm .daterangepickers .fa-caret-down {
  float: right;
  padding-top: 8px;
}
.form-radio,
.form-radio-square {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #b9b6b6;
  color: #666;
  top: 6px;
  height: 24px;
  width: 24px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: 0;
}
.form-radio-square:checked::before,
.form-radio:checked::before {
  position: absolute;
  font: 16px/1 "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  left: 8px;
  top: 4px;
  content: "\02143";
  transform: rotate(40deg);
}
.form-radio-square:hover,
.form-radio:hover {
  background-color: #b9b6b6;
}
.form-radio-square:checked,
.form-radio:checked {
  background-color: #2f962d;
}
input[type="radio"].form-radio-square:focus,
input[type="radio"].form-radio:focus {
  outline: 0 !important;
}
input[type="radio"]:checked + label {
  color: #2f962d;
}
input[type="radio"].form-radio + label,
input[type="radio"].form-radio-square + label {
  font: 15px/1.7 "Open Sans", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.form-radio-square {
  border-radius: 0;
  border: 2px solid #e7eaed;
  background: #fff;
}
.form-radio-square:checked {
  background: #fff;
  border: 2px solid #2f962d;
}
.form-radio-square:checked::before {
  color: #000;
  left: 6px;
  top: 1px;
}
#services .chosen-container-multi .chosen-choices li.search-choice {
  width: 100%;
  padding: 8px;
  background-image: none;
  background-color: #f0f3f4;
}
#services
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  top: 8px;
}
#services .chosen-container-multi .chosen-choices li.search-choice {
  width: 100%;
  padding: 8px;
  background-image: none;
  background-color: #f0f3f4;
}
#services
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  top: 8px;
}
#services ul.dnd-list {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  border-top: 2px solid #2f962d;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}
#services .hd-title {
  border-top: 2px solid #2f962d;
  background: #f0f3f4;
  padding: 9px;
  margin-bottom: 0;
}
#services ul.dnd-list li {
  border: none;
  border-radius: 0;
  padding: 10px 5px;
  border-bottom: 1px dashed #666;
}
#services ul.dnd-list li i {
  float: right;
}
.hide {
  display: none;
}
.error {
  color: #2f962d !important;
  box-shadow: 0 0 2px 0 #2f962d;
  padding: 8px;
  margin: 6px 0;
}
.checkboxLabel {
  position: absolute;
  display: inline-block;
  line-height: 11px;
  left: 60px;
  top: 14px;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.height-90 {
  height: 90px;
}
.height-120 {
  height: 120px;
}
.height-150 {
  height: 150px;
}
#customModal h5 {
  font-weight: 700;
  color: #2d55a2;
}
#nrc .chosen-container-single {
  font-size: 11px !important;
}
#nrc .chosen-container-single .chosen-single {
  padding: 5px 0 5px 5px;
}
#nrc .form-control {
  width: 100% !important;
}
.add-more-btn {
  padding: 9px;
  border: 1px solid #ccc;
  height: 32px;
  width: 32px;
  margin-left: 8px;
  cursor: pointer;
}
.box-sd-frame {
  width: 95%;
  margin-left: 8px;
  height: 135px;
  overflow: auto;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.25);
  padding: 9px 0;
}
.input-password {
  position: relative;
}
.input-password i {
  position: absolute;
  right: 9px;
  top: 9px;
}
.dashboard .custom-panel-sm .panel-footer {
  background: #1c2b36;
  color: #fff;
  padding: 4px 0;
  border-radius: 0;
}
.td-single-line tr td {
  white-space: nowrap;
}
.card-ct {
  width: 100%;
  height: 197px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  border-top: 2px solid;
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.card-ct .imgframe {
  background: #d6d7d8;
  height: 195px;
}
.card-ct img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.card-ct h4 {
  text-align: center;
  padding: 9px 0 0;
}
.card-ct label {
  display: block;
  font-size: 12px;
  line-height: 13px;
}
.ribbon {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon-left {
  left: -5px;
  top: -5px;
}
.ribbon-right {
  right: -5px;
  top: -5px;
}
.ribbon span {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#2f962d 0, #d42933 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
}
.ribbon-left span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 19px;
  left: -21px;
}
.ribbon-right span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 19px;
  right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #d42933;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d42933;
}
.ribbon span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #d42933;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d42933;
}
.label-span-right label b {
  float: right;
}
th.fix-col {
  background-color: #eee !important;
}
table.dataTable thead td,
table.dataTable thead th {
  border-bottom: 0;
}
td.fix-col {
  border-bottom: 1px solid #eee !important;
}
.search-btn-box {
  top: -12px;
  position: relative;
}
.col-sm-1_5 {
  width: 12.2%;
}
.resolutionInfo {
  opacity: 0;
  display: none;
}
.ng-invalid > .resolutionInfo {
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  color: #ba342e !important;
  font-size: 70%;
  line-height: 18px;
  background: rgba(255, 255, 255, 0.8);
}
.hover-image {
  overflow: hidden;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
.crop-hover-image,
.crop-hover-image1 {
  width: 200px;
  max-width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
}
.crop-hover-image::after {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/upload.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.crop-hover-image:hover::after {
  opacity: 0.7;
  z-index: 99;
}
.crop-hover-image img {
  z-index: 2;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.crop-hover-image:hover .inputfile {
  width: 100%;
  height: 100%;
  border: 1px solid red;
  z-index: 99999;
  position: absolute;
  top: 0;
}
.box-sd-frame .crop-hover-image {
  max-height: 80px !important;
}
.close-btn {
  position: absolute;
  right: 8px;
  padding: 8px 12px;
  border: 1px solid;
  background: red;
  color: #fff !important;
  font-weight: 700;
  top: 8px;
}
.crop-btn {
  background: red;
  background: red;
  color: #fff;
  font-weight: 700;
  padding: 8px 24px;
  position: absolute;
  border: #ffdead;
  top: 8px;
  left: 8px;
}
.customCropModel {
  z-index: 99;
}
.contentFrame {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 24px;
}
.cropFrame {
  position: relative;
  margin-top: 45px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 !important;
  display: inline-block;
  overflow: hidden;
  max-height: 590px;
}
.canvasFrame {
  margin: 0 auto;
  position: relative;
  -ms-zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.5);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 24px 24px;
}
.cropper {
  border-radius: 8px;
  border: 2px dashed #f3efef;
  cursor: move;
}
#backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
}
.checkboxLabel {
  position: absolute;
  display: inline-block;
  line-height: 11px;
  left: 60px;
  top: 14px;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.height-90 {
  height: 90px;
}
.height-120 {
  height: 120px;
}
.height-150 {
  height: 150px;
}
#customModal h5 {
  font-weight: 700;
  color: #2d55a2;
}
#nrc .chosen-container-single {
  font-size: 11px !important;
}
#nrc .chosen-container-single .chosen-single {
  padding: 5px 0 5px 5px;
}
#nrc .form-control {
  width: 100% !important;
}
#bankAccountInfo .nav.nav-tabs a:after {
  border: none !important;
  box-shadow: none;
  background: 0 0 !important;
}
#bankAccountInfo .process-model li::after {
  right: -95px;
}
.col3 {
  width: 33.33% !important;
}
.font-9 {
  font-size: 9px;
}
.wh-200 {
  width: 200px !important;
  height: 200px !important;
}
.iconStyle {
  font-size: 40px;
  position: absolute;
  z-index: 99;
  top: 30px;
  left: 30px;
  color: #a51010;
  opacity: 0.01;
}
span.qr {
  cursor: pointer;
}
span.qr:hover .iconStyle {
  opacity: 1;
}
.closeBtn {
  position: absolute;
  right: 0;
  top: 5px;
}
.rowGroup td {
  background: #e5bf53 !important;
  color: #000;
  font-weight: 700;
}
#customTabsStyle .form-control-1 {
  max-height: none !important;
  height: auto !important;
  line-height: inherit;
}
.modal-datepicker {
  line-height: 28px !important;
}
img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
img-crop .loading {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
}
.canvasFrame1 .cropArea {
  overflow: hidden;
  width: 500px;
  height: 350px;
}
.translated-paragraph {
  font-weight: 700;
  color: #c80a0a !important;
}
.error {
  height: auto !important;
}
.uib-datepicker-popup,
.uib-daypicker {
  min-width: 290px;
  background: #fff !important;
  padding-top: 0;
}
.uib-datepicker-popup {
  overflow: hidden;
  border-radius: 0 !important;
  box-shadow: 0px 0px 1px 1px #ccc !important;
}
.uib-datepicker table,
.uib-datepicker table:active {
  width: 100% !important;
  border: none !important;
}
.uib-daypicker thead,
.uib-monthpicker thead,
.uib-yearpicker thead {
  background: #2d55a2;
  color: #fff;
}

.uib-button-bar .btn-danger,
.uib-year button.btn.btn-default.active {
  background: #2d55a2 !important;
  color: #fff !important;
}
.uib-daypicker .text-info {
  color: #2d55a2;
}
.uib-daypicker .btn-info .text-info {
  color: #fff;
}
.uib-daypicker thead tr {
  line-height: 24px !important;
}
.uib-daypicker th {
  font-size: 14px !important;
  font-weight: 700;
}
.uib-datepicker-popup thead .glyphicon,
.uib-datepicker-popup thead button.btn {
  color: #fff;
}
.uib-datepicker-popup button.btn {
  border: none !important;
  font-size: 13px !important;
  padding: 5px;
}
.uib-weeks td {
  color: #2d55a2 !important;
}
li div.uib-datepicker {
  border-bottom: 1px solid #eee !important;
}
.uib-day button.btn {
  padding: 0;
  width: 24px;
  height: 35px;
  border-radius: 50% !important;
}
.uib-day button.btn.btn-info,
.uib-day button.btn.btn-info.active,
.uib-day button.btn.btn-info.focus,
.uib-day button.btn.btn-info:active,
.uib-day button.btn.btn-info:focus,
.uib-day button.btn.btn-info:hover {
  background: #2d55a2 !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.uib-button-bar button,
.uib-day button.btn.btn-info.active .text-info {
  color: #fff !important;
}
.uib-day button.btn-default:hover {
  background: #e2e2e2 !important;
  border-radius: 50% !important;
}
.uib-datepicker-popup :focus {
  outline: 0 !important;
}
@media only screen and (max-width: 750px) {
  .popup-box .panel-body {
    padding: 0 !important;
  }
  .col3 {
    width: 33.33% !important;
  }
  #bankAccountInfo .process-model li::after {
    right: -40px !important;
  }
  .nav.nav-tabs > li.active > a {
    background-color: transparent !important;
  }
  #customTabsStyle .nav-tabs {
    max-width: 100% !important;
    overflow: auto !important;
  }
  .visible-hs {
    display: block;
  }
  .modal-lg {
    margin-top: 180px !important;
  }
  .form-group {
    margin-bottom: 35px;
  }
  .col-sm-12 {
    margin-bottom: 12px;
  }
  .crop-hover-image {
    height: 80px;
  }
  .form-label-right .form-control-label span,
  .form-label-right label span,
  .text-right,
  label.pull-right {
    float: left !important;
  }
  #customTabsStyle .nav.nav-tabs a {
    font-size: 9px;
    padding: 5px;
  }
  .process-model.more-icon-preocess li {
    width: 25%;
  }
  .process-model li::after {
    right: -40px;
  }
  #process-tab .nav-tabs {
    overflow: inherit !important;
  }
}
.input-full-bd {
  width: 100% !important;
  margin-bottom: 1px;
  border-bottom: 2px solid !important;
}
.heading-bg {
  border: 4px solid #e7eaed;
  padding: 9px;
}

.imgZoom {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.imgZoom:hover {
  opacity: 0.3;
} /* The Modal (background) */
.img_modal {
  display: block;
  position: fixed;
  z-index: 99999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
} /* Modal Content (image) */
.img_modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  min-width: 75%;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0; /*max-width: 700px;*/
} /* Caption of Modal Image */
#caption {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 80px;
} /* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
} /* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
} /* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .img_modal-content {
    width: 100%;
  }
}
.img-center .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  font-weight: bold;
  text-align: center;
  padding: 45%;
  font-size: 32px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.overlay .fa {
  z-index: 9;
}
.img-center:hover .overlay {
  opacity: 1;
}
.alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert .close {
  font-size: 16px !important;
  color: #8a6d3b;
  right: 24px;
}
.tab-pane .customFormFrame .text-center h4 {
  margin-bottom: 48px;
  color: #2f962d;
  font-weight: bold;
  text-transform: uppercase;
}
.box-text {
  border: 1px solid #eee;
  padding: 8px;
}
.box-dateimg {
  border: 1px solid #eee;
  height: 32px;
  padding: 6px;
}

.ctx-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr 2fr 1fr;
  background: #fff;
  color: #666;
  opacity: 0;
  transition: all 0.5s;
}
.items {
  padding: 9px;
}
.head {
  font-size: 30px;
  line-height: 40px;
  transform: translateY(40px);
  transition: all 0.7s;
}
.card-ct:hover .ctx-overlay {
  opacity: 1;
}
.card-ct:hover .ctx-overlay .head {
  transform: translateY(0);
}
.card-ct:hover .ctx-overlay i {
  width: 100%;
  transition-delay: 0.4s;
}
.ctx-overlay i {
  display: block;
  width: 0;
  border: none;
  border-top: solid 2px #eee;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}

.ribbon span.pending::before {
  border-left: 3px solid #dfb81cd9;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #dfb81cd9;
}

.ribbon span.pending::after {
  border-left: 3px solid transparent;
  border-right: 3px solid #dfb81cd9;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #dfb81cd9;
}

.ribbon span.pending {
  background: linear-gradient(#dfb81cd9 0, #dfb81cd9 100%);
}

.ribbon span.active::before {
  border-left: 3px solid #089158;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #089158;
}
.ribbon span.active::after {
  border-left: 3px solid transparent;
  border-right: 3px solid #089158;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #089158;
}

.ribbon span.active {
  background: linear-gradient(#089158 0, #089158 100%);
}
