﻿@charset "UTF-8";
@import url("../fonts/feather/feather.min.css");
@import url("../fonts/bootstrap-icons/bootstrap-icons.css");
@import url("../fonts/caliber-icons/caliber-icons.css");
@font-face {
  font-family: "feather";
  src: url("../fonts/feather/feather.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  /*src: url("../fonts/Roboto/roboto-regular.eot");*/
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/Century Gothic Italic/Century Gothic Italic.eot");
  src: url("../fonts/Century Gothic Italic/Century Gothic Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Century Gothic Italic/Century Gothic italic.woff2") format("woff2"), url("../fonts/Century Gothic Italic/Century Gothic italic.woff") format("woff"), url("../fonts/Century Gothic Italic/Century Gothic Italic.ttf") format("truetype");
}
/*Media Query*/
html {
  font-family: roboto !important;
  color: #1d1d1d;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  word-wrap: break-word;
  font-size: 13px;
  word-break: break-all;
  word-break: break-word;
  white-space: normal;
  overflow: auto;
  height: 100%;
  overflow: hidden;
}
html *:focus {
  outline: none;
}
html body {
  background-color: #fff !important;
  font-family: roboto !important;
  height: 100%;
  flex-grow: 1;
  overflow-y: auto;
  overflow: hidden;
}
html h3, html h4, html h5, html h6 {
  font-weight: 500 !important;
  color: #2d3a48 !important;
}
html h3 {
  font-size: 32px !important;
  line-height: 1.31;
  letter-spacing: 0.1px;
}
html h4 {
  font-size: 26px !important;
  line-height: 1.23;
  letter-spacing: 0.2px;
}
html h5 {
  font-size: 20px !important;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
html h6 {
  font-size: 18px !important;
  line-height: 1.33;
  letter-spacing: 0.2px;
}
html .caliber-sub-title-1, html .caliber-sub-title-2 {
  font-weight: bold;
  letter-spacing: 0.1px;
}
html .caliber-sub-title-1 {
  font-size: 16px;
  line-height: 24px;
  font-family: roboto !important;
}
html .caliber-sub-title-2 {
  font-size: 13px;
  line-height: 18px;
  font-family: roboto !important;
}
html a {
  color: #337ab7;
}
html a:hover {
  color: #23527c;
}

.caliber-full-iframe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  width: 100%;
  height: 100% !important;
  padding: 1rem;
}

.popup-close-button, .popup-close-button1 {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  display: inline-block;
  border-radius: 50%;
  vertical-align: bottom;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  background-color: white;
  cursor: pointer;
  float: right;
}
.popup-close-button:hover, .popup-close-button1:hover {
  background-color: #e8ebee;
}
.popup-close-button:before, .popup-close-button1:before {
  content: "\e911";
  font-family: "bootstrap-icons";
}

[data-caliber-href], [data-href] {
  cursor: pointer;
}

/* Animation Styles Begin*/
@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Animation Styles End*/
.ft-filter:before {
  content: "\e95b";
}

.caliber-dropdown-caret {
  cursor: pointer;
}
.caliber-dropdown-caret:after {
  content: "\e927";
  font-family: "feather";
  vertical-align: top;
  margin-left: 4px;
  vertical-align: middle;
  float: right;
}
.caliber-dropdown-caret[aria-expanded=true]:after {
  content: "\e92a";
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.light-border-bottom {
  border-bottom: 1px solid #728192;
}

.light-border-between + .light-border-between {
  border-top: 1px solid #728192;
}

.btn:hover {
  color: inherit;
}

.caliber-button, .caliber-button-tertiary, .caliber-button-secondary, .caliber-button-primary {
  border: 1px solid transparent;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  width: 120px;
  height: 36px;
  font-size: 13px;
  letter-spacing: 0.13px;
  border-radius: 4px;
  font-weight: 500;
}
.caliber-button.caliber-button-sm, .caliber-button-sm.caliber-button-tertiary, .caliber-button-sm.caliber-button-secondary, .caliber-button-sm.caliber-button-primary {
  width: 90px;
  height: 28px;
}
.caliber-button.caliber-button-auto, .caliber-button-auto.caliber-button-tertiary, .caliber-button-auto.caliber-button-secondary, .caliber-button-auto.caliber-button-primary {
  width: auto;
}
.caliber-button:disabled, .caliber-button-tertiary:disabled, .caliber-button-secondary:disabled, .caliber-button-primary:disabled {
  cursor: not-allowed;
}

.caliber-button-primary {
  background-color: #6682fb;
  color: white;
}
.caliber-button-primary:hover {
  background-color: #6682fb;
}
.caliber-button-primary:active {
  background-color: #6682fb;
}
.caliber-button-primary:disabled {
  background-color: #f9fafb;
  color: #cfd9e2;
  opacity: 0.8;
}

.caliber-button-secondary {
  border: solid 1px #cfd9e2;
  background-color: #ffffff;
  color: #6682fb;
}
.caliber-button-secondary:hover {
  border: solid 1px #b3c0fd;
  background-color: #f7f9ff;
  color: #6682fb;
}
.caliber-button-secondary:active {
  border: solid 1px #b3c0fd;
  background-color: #b3c0fd;
  color: #ffffff;
}
.caliber-button-secondary:disabled {
  background-color: #f9fafb;
  color: #cfd9e2;
  opacity: 0.8;
}

.caliber-button-tertiary {
  background-color: transparent;
  color: #6682fb;
}
.caliber-button-tertiary:hover {
  background-color: #f7f9ff;
  color: #4e66ce;
}
.caliber-button-tertiary:active {
  background-color: #e1e9fe;
  color: #4e66ce;
}
.caliber-button-tertiary:disabled {
  background-color: #ffffff;
  color: #cfd9e2;
}

.caliber-menu-title {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #2d3a48;
  padding: 10px;
}

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}

.caliber-view-more-btn {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #4e66ce;
}

/*Menu Style*/
/*Toaster css*/
#toast-container {
  /*position: inherit;*/
}
#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
  width: inherit;
  box-shadow: 0 0 1px 0 rgba(37, 40, 43, 0.2), 0 8px 20px 0 rgba(255, 91, 91, 0.4);
  max-width: 600px;
  margin-top: 30px;
}
#toast-container .toast-error {
  background-image: url("../img/shield on.svg") !important;
  background-color: #ff5b5b;
}
#toast-container .toast-title {
  display: none;
}
#toast-container .toast-message {
  font-size: 16px;
  line-height: 2;
}

.caliber-absolute-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Scroll Styles Begin*/
/* width */
::-webkit-scrollbar {
  width: 6px;
  border-radius: 100px;
  background-color: transparent;
}

*:hover::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(114, 129, 146, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  background: #b3c0fd;
  background: #bdcad9;
}

/* Scroll Styles End*/
.text-bg-success {
  border-radius: 100px;
  background-color: rgba(71, 190, 138, 0.2);
  padding: 4px;
}

.text-bg-warning {
  border-radius: 100px;
  background-color: rgba(252, 190, 27, 0.2);
  padding: 4px;
}

.text-bg-danger {
  border-radius: 100px;
  background-color: rgba(252, 197, 27, 0.2);
  padding: 4px;
}

.text-bg-disabled {
  border-radius: 100px;
  background-color: #cfd9e2;
  padding: 4px;
}

.caliber-document {
  width: 100%;
  height: 90vh;
}

/*font Style*/
/*Color*/
/*mixin for responsive stylings*/
/*mixin for responsive stylings*/
/*Standard Style Guide End*/
.fontRBT {
  font-family: "roboto" !important;
}

button#closeVersionPopup.font-roboto {
  font-family: "roboto" !important;
}

#VersionPopup {
  z-index: 10001;
}

.btn_center {
  margin: 0 auto;
  display: block;
}

.input-group {
  flex-wrap: initial !important;
  white-space: initial !important;
}

.padding-bottom13 {
  padding-bottom: 13px;
}

.margin-right50 {
  margin-right: 50px !important;
}

.box-shadow-grey {
  box-shadow: 0 0 1px 2px #ccc;
}

.modal-title {
  font-size: 16px !important;
}

/*.qsTitle {
    word-break: break-all;
    word-break: break-word;
    text-overflow: ellipsis;
    display: block;
    margin-left: auto;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400 !important;
    font-size: 13px !important;
}

.qstile {
    display: block;
    text-overflow: ellipsis;
    margin-left: auto;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 21px;
     width: 74%;
}*/
.title-heading, .caliber-control-group .title {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.2px;
  color: #728192;
  font-family: roboto;
}

.resp-iframe {
  min-width: 100%;
  border: 0;
  padding-bottom: 0;
  height: calc(100vh - 30px);
  padding-left: 24px;
  padding-right: 24px;
}

.fs-1 {
  font-size: 5px;
}

.fs-2 {
  font-size: 10px;
}

.fs-3 {
  font-size: 15px;
}

.fs-4 {
  font-size: 20px;
}

.fs-17 {
  font-size: 17px;
}

.h-300 {
  height: 300px;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-50 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 0.1;
}

overflow-y-auto {
  overflow-y: auto;
}

/*Confirmation Message Old Begin*/
body .success_bg {
  display: inline-block;
  color: green;
  font-size: 40px;
  height: 64px;
  border-radius: 82%;
  width: 64px;
  background-color: #728192;
  background-color: rgba(71, 190, 138, 0.2);
}
body .warning_bg {
  display: inline-block;
  color: rgb(190, 193, 2);
  font-size: 40px;
  height: 62px;
  border: 2px solid #000;
  border-radius: 82%;
  width: 70px;
  box-shadow: 0 0 0 1px grey;
  background-color: #fff !important;
}
body .danger_bg {
  display: inline-block;
  color: red;
  font-size: 40px;
  height: 54px;
  border: 2px solid #000;
  border-radius: 82%;
  width: 65px;
  box-shadow: 0 0 0 1px grey;
  background-color: #fff !important;
}
body .btn-home {
  opacity: 999 !important;
  width: 40px;
  height: 35px;
  border-radius: 60%;
  font-size: 20px;
  padding: 5px;
  top: 311px;
  left: 100px;
  position: absolute;
  color: #337ab7;
}
body .btn-next {
  opacity: 999 !important;
  width: 40px;
  height: 35px;
  border-radius: 60%;
  font-size: 20px;
  padding: 5px;
  top: 311px;
  left: 200px;
  position: absolute;
  color: #337ab7;
}

/*Confirmation Message Old End*/
/* Confirmation Display Begin*/
/*.confirmation_modal_content {
    .confirmation_body {
        border-bottom: 0;
        text-align: center;
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .confirmation-message-text {
        line-height: 3;
    }
}

.confirmation-message {
    display: inline-block;
    padding-left: 0;
    max-width: 530px !important;
    border-radius: 4px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    background-color: $color_16;*/
/*margin: 12% auto;*/
/*text-align: center;
    display: block;

    .ft-check {
        &:before {
            vertical-align: middle;
        }
    }

    .done-btn {
        width: 124px;
        height: 36px;
        border-radius: 4px;
        border: solid 1px;
        color: $color_17;
        border: solid 1px $color_33;
        font-weight: 500;
        text-align: center;
        margin: auto;
        line-height: 2.6;

        &:hover, &:active {
            background-color: #f7f9ff;
            color: #6682fb;
            border: 1px solid $color_17;
        }

        a {
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 2.57;
            letter-spacing: 0.1px;
            color: $color_17;
            text-decoration: none;
        }
    }

    .confirmation-message-text {
        margin-top: 22px;
        margin-bottom: 32px;

        p, h1 {
            margin-top: 16px;
        }

        p {
            color: $color_32 !important;
            font-weight: normal !important;
        }

        h1 {
            font-weight: 500;
        }
    }

    #cfnMsg_Next, #cfnMsg_Home {
        text-decoration: none;
    }

    .confirmation_modal_content {
        border: 0;

        .confirmation_body {
            border-bottom: 0;
            text-align: center;
            padding-top: 52px;
            padding-bottom: 52px;

            .confirmation_text {
                text-align: center;
                display: table;
                margin: 0 auto;
                padding-top: 12px;
                padding-bottom: 12px;
                color: $color_32;
                font-weight: normal !important;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.57;
                letter-spacing: 0.1px;
            }

            .confirmation_warning {
                background-color: rgba(71, 190, 138, 0.2) !important;
                border: none !important;
                font-size: 40px;
                height: 64px;
                border-radius: 82%;
                width: 64px;
                background-color: rgba(71, 190, 138, 0.2) !important;
                box-shadow: none !important;
                border: none !important;
            }
        }
    }
}*/
/* Confirmation Display End*/
/*Audit Value Colors Begin*/
body .recsts-Active {
  color: green !important;
}
body .recsts-Inactive {
  color: orangered !important;
}
body .recsts-PermanentInactive {
  color: red !important;
}
body .recsts-UnderApproval {
  color: red;
  font-style: italic !important;
}
body .audit-value {
  display: block;
  word-break: break-all;
  word-break: break-word;
  color: #23303e;
  white-space: initial;
  font-family: roboto;
}
body .audit-inline .audit-value {
  display: inline-block;
}
body .ChangeOldValCls {
  text-decoration: line-through;
}
body .ChangeNewValCls {
  color: red;
  font-style: italic;
}
body .RemovedOldValCls {
  text-decoration: line-through;
}
body .AddNewValCls {
  color: blue;
  font-style: italic;
}
body .unique-control {
  background-color: #e1e9fe !important;
}
body .blink_text {
  animation: 1s blinker linear infinite;
  -webkit-animation: 1s blinker linear infinite;
  -moz-animation: 1s blinker linear infinite;
  color: red;
}

/*Audit Value Colors End*/
/* Loader Begin*/
body .return-to-top {
  margin: 5px;
  position: sticky;
  bottom: 5px;
  right: 5px;
  font-family: "feather" !important;
  float: right;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: bottom;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}
body .return-to-top:hover {
  background-color: #e8ebee;
}
body .return-to-top::after {
  content: "\e92e";
}
body .loader {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  opacity: 0.4;
}
body .loader:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: 0.9;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 35px #2187e7;
  width: 50px;
  height: 50px;
  -moz-animation: spinPulse 1s infinite ease-in-out;
  -webkit-animation: spinPulse 1s infinite linear;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
}
body .loader:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: 0.9;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 15px #2187e7;
  width: 30px;
  height: 30px;
  -moz-animation: spinoffPulse 1s infinite linear;
  -webkit-animation: spinoffPulse 1s infinite linear;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  left: 50%;
}
body .loader.fixed {
  position: fixed;
}

/* Loader End*/
/* Table Styles Begin*/
.csortabletable, .caliber-data-table, .selected-items-table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}
.csortabletable thead tr, .csortabletable thead th, .caliber-data-table thead tr, .caliber-data-table thead th, .selected-items-table thead tr, .selected-items-table thead th {
  border: none;
  font-weight: normal;
}
.csortabletable thead tr:last-child th, .caliber-data-table thead tr:last-child th, .selected-items-table thead tr:last-child th {
  border-bottom: 1px solid #e8ebee;
  position: sticky;
  top: 0;
  background-color: white;
}
.csortabletable thead th, .caliber-data-table thead th, .selected-items-table thead th {
  -ms-word-break: normal;
  word-break: normal;
  padding: 8px 10px !important;
}
.csortabletable td, .caliber-data-table td, .selected-items-table td {
  padding: 8px 10px !important;
  word-break: break-all;
  word-break: break-word;
  max-width: 500px;
}
.csortabletable tbody tr, .caliber-data-table tbody tr, .selected-items-table tbody tr {
  background: none;
  /*cursor: pointer;*/
}
.csortabletable tbody tr:hover, .caliber-data-table tbody tr:hover, .selected-items-table tbody tr:hover {
  background-color: #f9fafb !important;
}
.csortabletable th, .caliber-data-table th, .selected-items-table th {
  color: #728192;
  font-weight: normal;
}
.csortabletable th.sorting, .csortabletable th.sorting_asc, .csortabletable th.sorting_desc, .caliber-data-table th.sorting, .caliber-data-table th.sorting_asc, .caliber-data-table th.sorting_desc, .selected-items-table th.sorting, .selected-items-table th.sorting_asc, .selected-items-table th.sorting_desc {
  background-image: none !important;
}
.csortabletable th.sorting:after, .csortabletable th.sorting_asc:after, .csortabletable th.sorting_desc:after, .caliber-data-table th.sorting:after, .caliber-data-table th.sorting_asc:after, .caliber-data-table th.sorting_desc:after, .selected-items-table th.sorting:after, .selected-items-table th.sorting_asc:after, .selected-items-table th.sorting_desc:after {
  background-size: 12px 12px;
  padding-left: 10px;
  padding-right: 10px;
  background-repeat: no-repeat;
  content: "";
}
.csortabletable th.sorting_asc, .caliber-data-table th.sorting_asc, .selected-items-table th.sorting_asc {
  background-image: none;
}
.csortabletable th.sorting_asc:after, .caliber-data-table th.sorting_asc:after, .selected-items-table th.sorting_asc:after {
  background-image: url(../img/uparrow.svg);
}
.csortabletable th.sorting_desc:after, .caliber-data-table th.sorting_desc:after, .selected-items-table th.sorting_desc:after {
  background-image: url(../img/downarrow.svg);
}
.csortabletable tbody td, .caliber-data-table tbody td, .selected-items-table tbody td {
  color: #2d3a48;
  border-bottom: 1px solid #e8ebee;
}
.csortabletable a, .caliber-data-table a, .selected-items-table a {
  text-decoration: none;
}
.csortabletable.dataTable.no-footer, .caliber-data-table.dataTable.no-footer, .selected-items-table.dataTable.no-footer {
  border-bottom: none;
}

.caliber-data-table-2 {
  width: 100%;
}
.caliber-data-table-2 td {
  vertical-align: top;
}

/* Table Styles End*/
/* Card Headers Begin*/
body .card-header-view {
  color: #2d3a48;
  width: 1392px;
  height: 90px;
  line-height: 4.2rem;
  background-color: #f9fafb !important;
}
body .card-header-view-subtext {
  padding-left: 43px;
  font-family: Roboto;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #23303e;
}
body .copyIcon:after {
  content: "\e93c";
  font-family: feather;
  color: #728192;
  padding-left: 6px;
  margin-top: 10px;
  /* margin-top: 11px; */
  vertical-align: baseline;
  /*position: absolute;
  top: 35px;*/
}

/* Card Headers End*/
/* Modal Styles Begin*/
.modal.side-modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}
.modal.side-modal.show .modal-dialog .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: inherit;
}
.modal.side-modal.show .modal-dialog.modal-md {
  max-width: 650px;
}
.modal.side-modal.show .modal-dialog.modal-lg {
  max-width: 1000px;
  margin-right: 0 !important;
}
.modal.side-modal.show .modal-dialog.modal-xl {
  max-width: 95%;
  margin-right: 0 !important;
}
.modal.side-modal .modal-dialog {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}
.modal.side-modal .modal-dialog .modal-content {
  border: 0;
}
.modal.side-modal .modal-dialog .embed-responsive {
  height: 95vh;
}
.modal.side-modal .modal-dialog .modal-header {
  height: 69px;
  display: block;
}
.modal.side-modal .modal-dialog .modal-header h5 {
  float: left;
}
.modal.side-modal .modal-dialog .modal-footer {
  height: 69px;
  display: block;
}
.modal.side-modal .modal.fade .modal-dialog {
  -webkit-transform: translate(100%, 0) scale(1);
  transform: translate(100%, 0) scale(1);
}
.modal.center-modal .modal-dialog .modal-content {
  height: 70vh;
}
.modal.center-modal .modal-sm .modal-content {
  height: 40vh;
  padding-bottom: 20px;
}

/* Modal Styles End*/
/* Audit Events Begin*/
.event_div {
  width: 400px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 24px;
  margin: auto;
}
.event_div .event-item:nth-child(n+3), .event_div .event-show-expand {
  display: none;
}
.event_div.expand .event-item:nth-child(n+3), .event_div.expand .event-show-expand {
  display: block;
}
.event_div.expand .caliber-dropdown-caret:after {
  transform: rotate(180deg);
}
.event_div .event-heading {
  width: 81px;
  height: 16px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #728192;
  white-space: nowrap;
}
.event_div .event-name {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #4f5e6d;
  margin-top: -20px;
  margin-bottom: 4px;
}
.event_div .event-name span {
  font-size: 12px;
}
.event_div .event-name:before {
  content: "";
  border: 1px solid #cacaca;
  border-radius: 50px;
  padding-left: 4px;
  display: table-caption;
  width: 20px;
  height: 20px;
  position: relative;
  right: 28px;
  top: 21px;
  background: #fff;
}
.event_div .event-name.active:before {
  border: 1px solid #47be8a;
  background: #47be8a;
}
.event_div .event-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #4f5e6d;
  margin-top: 16px;
  display: block;
}
.event_div .event-role {
  font-size: 11px;
}
.event_div .event-subtext {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #23303e;
}
.event_div .event {
  border-left: 1px dashed #e8ebee;
  padding-left: 18px;
}
.event_div .event-link {
  border-bottom: 1px solid #cacaca;
  padding-left: 18px;
}

#AuditEventModal .header {
  padding-bottom: 20px;
}
#AuditEventModal .caliber-option-tile-option[data-status=COMPLETE] + label .sub_title {
  color: #47be8a;
}
#AuditEventModal .caliber-option-tile-option[data-status=INPROGRESS] + label .sub_title {
  color: #f6a609;
}

/* Audit Events End*/
/* Popup Label Items Begin*/
.popuplabel .popup-value-item {
  /*max-width: 288px;*/
  /* height: 24px; */
  opacity: 0.7;
  border-radius: 4px;
  background-color: #e8ebee;
  padding: 4px;
  margin: 4px 0px;
}
.popuplabel .popup-value-item .popup-value-item-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  letter-spacing: 0.2px;
}
.popuplabel .popup-value-item .popup-value-item-close {
  display: inline-block;
  font-weight: bolder;
  cursor: pointer;
  vertical-align: top;
  float: right !important;
}
.popuplabel.file-label .popup-value-item .popup-value-item-text:before, .popuplabel.file-label-v2 .popup-value-item .popup-value-item-text:before {
  font-family: "feather";
  content: "\e958";
  padding-right: 4px;
}

/* Popup Label Items End*/
.blueBackground {
  background: #e8ebee;
  box-shadow: inset 0 -1px 0 0 #e8ebee !important;
  background-color: rgba(102, 130, 251, 0.06) !important;
}

/* ESign Control Begin*/
.esign-popup .esign-input-label {
  margin-top: 29px;
}
.esign-popup .esign-label-signby {
  margin-bottom: 22px;
}
.esign-popup .esign-footer {
  margin-top: 24px;
  padding-top: 0;
}
.esign-popup .esign-input {
  background: transparent;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #4e66ce;
  background-color: #4e66ce;
}
.esign-popup .esign-body {
  border: 0;
  background: none;
}
.esign-popup .close span {
  float: right;
  font-size: 28px;
}
.esign-popup .esign-remark {
  max-width: 275px !important;
}
.esign-popup label {
  padding-left: 0 !important;
}
.esign-popup .process-name {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #23303e;
  margin-bottom: 12px;
  margin-top: 24px;
}
.esign-popup .process-name div {
  display: inline-block;
}
.esign-popup .modal-dialog {
  margin-top: 0;
  margin-bottom: 12px;
}
.esign-popup .modal-dialog .modal-content {
  width: 350px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: auto;
  padding: 4px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.esign-popup .modal-dialog .modal-content .modal-body {
  flex: inherit;
}
.esign-popup .modal-dialog .modal-content .modal-footer {
  border-top: 0;
  padding: 0;
}
.esign-popup span {
  font-weight: 500;
  color: #23303e;
}
.esign-popup .esign-footer {
  display: block;
  padding-left: 0;
  margin-top: 6px;
}
.esign-popup .esign_Activity {
  font-weight: 500;
}
.esign-popup .modal-body {
  padding: 0;
}
.esign-popup .form-group {
  margin-top: 25px;
}
.esign-popup .modal {
  top: -42px;
}

#esDec_container {
  max-width: 250px;
}
#esDec_container #ESDECSuperSeedWarn {
  color: red;
  font-weight: bold;
  margin: 10px;
  padding: 5px;
}
#esDec_container #StdRemarks_container {
  margin-top: 25px;
}
#esDec_container .esign-option {
  display: inline-block;
}

/* ESign Control End*/
/* View More Container Begin*/
.view-more-container {
  background-color: #f9fafb;
}
.view-more-container .view-more-content {
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.view-more-container .view-more-content .caliber-control-group {
  background-color: #f9fafb !important;
}
.view-more-container .view-more-content .caliber-control-group .form-group {
  padding-bottom: inherit;
}
.view-more-container .view-more-content.view-more-content-100 {
  max-height: 100px;
}
.view-more-container .view-more-content.view-more-content-50 {
  max-height: 50px;
}
.view-more-container > .view-more-button {
  display: none;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #4e66ce;
  cursor: pointer;
  text-align: center;
  padding: 4px;
}
.view-more-container.view-more-show > .view-more-button {
  display: block;
  margin-top: 15px;
}
.view-more-container.view-more-show > .view-more-button .view-more-icon {
  display: block;
}
.view-more-container.view-more-show > .view-more-button .view-more-icon:after {
  font-family: "bootstrap-icons" !important;
  content: "\ea0d";
  font-style: normal;
}
.view-more-container.view-more-show > .view-more-button .view-more-show {
  -webkit-transform: rotate(45deg);
}
.view-more-container[data-view-more-mode=show] > .view-more-content {
  /*max-height: 9999px;*/
  max-height: inherit;
  overflow: inherit;
}
.view-more-container[data-view-more-mode=show] .view-more-icon:after {
  /*background-image: url(../img/uparrow.svg);*/
  /*content: 'XS' !important;*/
  content: "\ea11" !important;
}

/* View More Container End*/
/* Multi Popup View More Container Begin*/
.view-more-container-multipopup .view-more-content {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.view-more-container-multipopup .view-more-content.view-more-content-4 .popup-value-item:nth-child(n+5) {
  display: none;
}
.view-more-container-multipopup .view-more-button {
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #4e66ce;
  cursor: pointer;
}
.view-more-container-multipopup .view-more-button .view-more-item {
  display: inherit;
}
.view-more-container-multipopup .view-more-button .view-less-item {
  display: none;
}
.view-more-container-multipopup .view-more-button .view-more-item, .view-more-container-multipopup .view-more-button .view-less-item {
  max-width: 288px;
  height: 24px;
  opacity: 0.7;
  border-radius: 4px;
  border: solid 1px rgba(102, 130, 251, 0.2);
  background-color: rgba(102, 130, 251, 0.06);
  margin: 4px;
  padding: 4px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3px;
}
.view-more-container-multipopup.view-more-show .view-more-button {
  display: block;
}
.view-more-container-multipopup[data-view-more-mode=show] .view-more-content .popup-value-item:nth-child(n+5) {
  display: inherit;
}
.view-more-container-multipopup[data-view-more-mode=show] .view-more-item {
  display: none;
}
.view-more-container-multipopup[data-view-more-mode=show] .view-less-item {
  display: inherit;
}

/* Multi Popup View More Container End*/
/* Caliber Option Tile Begin*/
.caliber-option-tile-container .caliber-option-tile-option {
  display: none;
}
.caliber-option-tile-container .caliber-option-tile-option + label {
  width: 100%;
  height: 80px;
  border-radius: 4px;
  border: solid 1px #e8ebee;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 16px;
  color: #3daa5f;
}
.caliber-option-tile-container .caliber-option-tile-option + label .icondiv, .caliber-option-tile-container .caliber-option-tile-option + label .textdiv {
  display: inline-block;
}
.caliber-option-tile-container .caliber-option-tile-option + label .icondiv {
  padding: 5px;
  font-size: 16px;
}
.caliber-option-tile-container .caliber-option-tile-option + label .textdiv .mainTitle {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: #23303e;
  padding-bottom: 7px;
}
.caliber-option-tile-container .caliber-option-tile-option + label .textdiv .sub_title {
  width: 13%;
  border-radius: 100px;
}
.caliber-option-tile-container .caliber-option-tile-option:checked + label {
  border: solid 1px #6682fb;
  background-color: rgba(102, 130, 251, 0.06);
}
.caliber-option-tile-container .caliber-option-tile-option:disabled + label {
  background-color: #f9fafb;
}

/* Caliber Option Tile End*/
/* Standard Layouts Begin*/
.search-layout .vcfilter-container {
  display: none;
  background-color: #f9fafb;
}
.search-layout .vcfilter-container th {
  padding: 5px !important;
  border: none !important;
}
.search-layout .vcfilter-container input {
  max-width: 300px;
}
.search-layout .vcfilter-container .select2 {
  width: 100% !important;
}
.search-layout .vcfilter-container .select2 .select2-selection__choice {
  clear: both;
}
.search-layout .list-filter-icons {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: bottom;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  /*background-color: white;*/
  cursor: pointer;
}
.search-layout .list-filter-icons:hover {
  background-color: #e8ebee;
}
.search-layout.show-server-search .vcfilter-container {
  display: table-row;
}
.search-layout.show-server-search #btnAdvSearch {
  background-color: #e8ebee;
}
.search-layout .popup-close-button {
  display: none;
}
.search-layout.show-page-close .popup-close-button {
  display: inline-block;
}
.search-layout .popup-search {
  display: none;
}
.search-layout .caliber-listoptions {
  display: inline-block;
}
.search-layout #btnTtlRcrds i {
  background-image: url(../img/TotalCnt.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 4px;
  margin: 4px;
}
.search-layout.show-client-search .popup-search {
  display: inline-block;
}
.search-layout.show-client-search #btnClientSearch {
  background-color: #e8ebee;
}

.sub-page-layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.sub-page-layout > .sub-page-layout-header {
  padding: 20px 40px 10px 40px;
  flex-grow: 0;
}
.sub-page-layout > .sub-page-layout-body {
  padding: 10px 40px 10px 40px;
  flex-grow: 1;
  overflow: auto;
}
.sub-page-layout > .sub-page-layout-footer {
  padding: 10px 40px 20px 40px;
  flex-grow: 0;
}
.sub-page-layout .view-subtext1 {
  border-radius: 4px;
  background-color: rgba(102, 130, 251, 0.2);
  opacity: 0.7;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 0.2px;
  color: #23303e;
  padding: 3px;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header {
  background-color: #f9fafb;
  position: relative;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-preactions {
  margin: auto;
  vertical-align: bottom;
  width: 50px;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-preactions .back-button {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  text-align: center;
  text-decoration: none;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-preactions .back-button i {
  font-size: 20px;
  font-weight: normal;
  color: #4f5e6d;
  line-height: 2;
  vertical-align: -webkit-baseline-middle;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-preactions, .sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-title, .sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-actions {
  display: inline-block;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-title {
  color: #23303e;
  line-height: 2;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-title .trans_subtitle {
  display: inline;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-title .transaction_title {
  display: inline-block;
  margin-left: 10px;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-actions {
  float: right;
  font-family: roboto !important;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-actions * {
  float: right;
  font-family: roboto !important;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-actions button + button {
  margin-right: 24px;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .view-more-container {
  margin-left: 50px;
  padding-top: 20px;
  max-height: 75vh;
  overflow: hidden auto;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-header .view-more-container .audit-caption {
  color: #728192;
  margin-bottom: 15px;
  display: block;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-body {
  margin-left: 50px;
  padding-top: 30px;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-footer .sub-page-layout-footer-actions {
  float: right;
  font-family: roboto !important;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-footer .sub-page-layout-footer-actions * {
  float: right;
  font-family: roboto !important;
}
.sub-page-layout.sub-page-layout-transaction .sub-page-layout-footer .sub-page-layout-footer-actions button + button {
  margin-right: 24px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit {
  padding: 30px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .sub-page-layout-body {
  margin: 0;
  padding: 0;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .sub-page-layout-header {
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
  padding-left: 30px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .single-header {
  padding-left: 30px;
  padding-right: 30px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .sub-page-layout-header-preactions {
  width: auto;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .transaction-panel-container .auditPanels {
  padding-top: 12px;
  border-bottom: 1px solid #cacaca;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .transaction-panel-container .auditPanels + .auditPanels {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .transaction-panel-container .auditPanels .audit-revision-region-sub {
  padding-bottom: 8px;
  padding-left: 32px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .transaction-panel-container .auditPanels .audit-revision-region-main {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  color: #23303e;
  padding-left: 32px;
  margin-bottom: 15px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .transaction-panel-container .auditPanels #MainTRN, .sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .transaction-panel-container .auditPanels #CompareTRN {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-left: 32px;
  margin-bottom: 15px;
  overflow-x: auto;
  padding-right: 32px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-preview-container {
  width: 100%;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-preview-container .audit-preview-row td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-preview-container .audit-preview-row .audit-preview-activity {
  color: #728192;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-preview-container .audit-preview-row .audit-preview-user, .sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-preview-container .audit-preview-row .audit-preview-date {
  margin-right: 16px;
  margin-left: 16px;
  /*font-weight: bold;*/
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #23303e;
  text-align: inherit;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-preview-container .audit-preview-row .audit-preview-date {
  color: #728192;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-event-model .modal-header {
  border: none;
  padding-top: 32px !important;
  padding-left: 17px !important;
  padding-right: 26px !important;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-event-model .modal-footer {
  border: none;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-event-model .modal-body {
  padding-left: 14px;
  padding-right: 28px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-event-model .audit-modal-title {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: black;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-event-model .audit-modal-title .audit-close {
  line-height: 9px;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .audit-event-model .audit-sub-title {
  background: none !important;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 0.2px;
  color: #3daa5f;
  padding-left: 4px !important;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .back-button {
  text-align: inherit;
}
.sub-page-layout.sub-page-layout-transaction.sub-page-layout-audit .back-button {
  display: inline;
  margin-left: -40px;
}
.sub-page-layout.sub-page-layout-transaction .approve-status {
  display: inline-block;
  float: right;
  margin-right: 18px;
  color: #728192;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
}
.sub-page-layout.sub-page-layout-transaction .approve-status .approve-status-span {
  color: #000;
}
.sub-page-layout.sub-page-layout-transaction .audit-even-span {
  white-space: normal;
  word-break: break-all;
  color: #728192;
}
.sub-page-layout.sub-page-layout-transaction .audit-even-span span {
  color: #000;
}
.sub-page-layout.sub-page-layout-transaction.inline-form-frame #existingList_1, .sub-page-layout.sub-page-layout-transaction.inline-form-frame #existingList, .sub-page-layout.sub-page-layout-transaction.inline-form-frame .sub-page-layout-header-viewmore {
  display: none;
}
.sub-page-layout.sub-page-layout-transaction.inline-form-frame .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-preactions {
  width: auto;
}
.sub-page-layout.sub-page-layout-transaction.inline-form-frame .sub-page-layout-header, .sub-page-layout.sub-page-layout-transaction.inline-form-frame .sub-page-layout-body, .sub-page-layout.sub-page-layout-transaction.inline-form-frame .sub-page-layout-footer, .sub-page-layout.sub-page-layout-transaction.inline-form-frame .sub-page-layout-header-viewmore {
  margin: 0;
}
.sub-page-layout.sub-page-layout-transaction.inline-form-frame .sub-page-layout-body {
  /*padding-left: 40px;
  padding-right: 40px;*/
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main a.back-button {
  width: 36px;
  height: 36px;
  background-color: #f8f9fa;
  border-radius: 50%;
  display: block;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  vertical-align: sub;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main i {
  font-size: 20px;
  font-weight: normal;
  color: #4f5e6d;
  line-height: 1.8;
  vertical-align: baseline;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-preactions, .sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-title, .sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-actions {
  display: inline-block;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0.1px;
  color: #23303e;
  display: inline;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-title #pageTitle {
  padding-left: 10px;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-actions {
  float: right;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-actions * {
  float: right;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-header-actions button + button {
  margin-right: 24px;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-header-main .sub-page-layout-search {
  display: inline-block;
  float: right;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-header .sub-page-layout-sub .sub-page-layout-count {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.33 !important;
  letter-spacing: 0.2px !important;
  color: #728192 !important;
  line-height: 36px;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-body .btnAddRemoveBtn, .sub-page-layout.sub-page-layout-list .sub-page-layout-body .btnAddRemoveBtn-ui {
  width: 72px;
  height: 23px;
  border-radius: 100px;
  background-color: rgba(102, 130, 251, 0.06) !important;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #4e66ce;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-body .selected {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #ff5b5b;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-footer .sub-page-layout-footer-actions {
  float: right;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-footer .sub-page-layout-footer-actions * {
  float: right;
}
.sub-page-layout.sub-page-layout-list .sub-page-layout-footer .sub-page-layout-footer-actions button + button {
  margin-right: 24px;
}
.sub-page-layout.sub-page-layout-list.no-footer .sub-page-layout-footer {
  display: none;
}
.sub-page-layout.sub-page-layout-multipopup #btnTtlRcrds, .sub-page-layout.sub-page-layout-singlepopup #btnTtlRcrds {
  display: none;
}
.sub-page-layout.sub-page-layout-multipopup .popup-close-button {
  float: right;
}
.sub-page-layout.sub-page-layout-multipopup .multi-popup-row-panel2, .sub-page-layout.sub-page-layout-multipopup .multi-popup-top-row-panel2, .sub-page-layout.sub-page-layout-multipopup .popup-close-button-2 {
  display: none;
}
.sub-page-layout.sub-page-layout-multipopup.expand .multi-popup-row-panel1, .sub-page-layout.sub-page-layout-multipopup.expand .multi-popup-top-row-panel1 {
  display: inline-block;
  width: 59%;
  margin: 0px;
  vertical-align: top;
}
.sub-page-layout.sub-page-layout-multipopup.expand .multi-popup-row-panel2, .sub-page-layout.sub-page-layout-multipopup.expand .multi-popup-top-row-panel2 {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.sub-page-layout.sub-page-layout-multipopup.expand .popup-close-button-1 {
  display: none;
}
.sub-page-layout.sub-page-layout-multipopup.expand .popup-close-button-2 {
  display: inherit;
}
.sub-page-layout.sub-page-layout-multipopup .selected-items-table {
  width: 100%;
}

/* Standard Layouts End*/
.task-panel {
  /*display: flex;*/
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.task-panel .task-panel-1, .task-panel .task-panel-2 {
  display: inline-block;
  height: 100%;
  float: left;
}
.task-panel .task-panel-1 {
  background: #f9fafb;
  white-space: nowrap;
  width: 20%;
  box-shadow: 1px 0 0 0 #e8ebee;
  overflow: auto;
  background-color: #f9fafb;
  padding-bottom: 30px;
}
.task-panel .task-panel-1 .list-group-item {
  background-color: inherit;
  border: none;
  color: #728192;
  padding-right: 0px;
  padding-bottom: 0;
}
.task-panel .task-panel-1 .list-group-item.active {
  border-right: 2px solid #6682fb;
  border-top: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #4e66ce;
  font-weight: 500;
  font-size: 13px;
}
.task-panel .task-panel-1 .list-group-item .list-group {
  clear: both;
}
.task-panel .task-panel-1 .list-group-item .badge {
  background-color: #e1e9fe;
  color: #4e66ce;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 10px;
}
.task-panel .task-panel-1 .list-group-item .text-ellipsis {
  float: left;
  max-width: 75%;
}
.task-panel .task-panel-1 .list-group-item .last-menu-item .text-ellipsis {
  width: 80%;
  padding-left: 15px;
}
.task-panel .task-panel-2 {
  display: inline-block;
  width: 80%;
}
.task-panel .task-panel-2 iframe {
  min-width: 100%;
  padding-bottom: 0px;
  height: calc(100vh - 30px);
  padding: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

/*.badge {
    background-color: $background_color_uniquecode;
    color: $color_4;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 10px;
}*/
/* Multi Select Popup Select  Styles Begin */
.btnAddRemoveBtn {
  width: 72px;
  height: 24px;
  border-radius: 100px;
  background-color: rgba(102, 130, 251, 0.06) !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #4e66ce;
}

.selected {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #ff5b5b;
}

.selected-item {
  cursor: pointer;
  font-style: normal;
}
.selected-item:after {
  content: "\ea35";
  font-family: "bootstrap-icons";
  font-size: 15px;
}

/* Multi Select Popup Select  Styles End */
.dynamic-vc-component .dynamic-vc-remove-icon, .dynamic-vc-component .dynamic-vc-add-icon {
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
}
.dynamic-vc-component .dynamic-vc-remove-icon:after, .dynamic-vc-component .dynamic-vc-add-icon:after {
  font-family: "bootstrap-icons";
  font-size: 15px;
}
.dynamic-vc-component .dynamic-vc-add-icon {
  color: #6682fb;
}
.dynamic-vc-component .dynamic-vc-add-icon:after {
  content: "\eb26";
}
.dynamic-vc-component .dynamic-vc-remove-icon {
  color: #f6a609;
}
.dynamic-vc-component .dynamic-vc-remove-icon:after {
  content: "\ea35";
}

/*Caliber Form Controls Begin*/
.switch-field {
  display: block;
  overflow: hidden;
}
.switch-field label {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 11px 16px;
  margin-right: -5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
}
.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.switch-field label:hover {
  cursor: pointer;
  border: 1px solid #6682fb;
}
.switch-field input {
  display: none;
}
.switch-field input:checked + label {
  color: #4e66ce;
  box-shadow: none;
  font-weight: 500;
  border-color: #4e66ce;
  background-color: #f7f9ff;
}
.switch-field input:disabled + label, .switch-field input:read-only + label {
  cursor: not-allowed;
}
.switch-field input:disabled + label:hover, .switch-field input:read-only + label:hover {
  cursor: not-allowed;
  border: inherit;
}

.form-control:focus {
  border-radius: 4px;
  border: solid 1px #6682fb;
}

.dateVCContainer {
  border-radius: 4px;
}
.dateVCContainer .dateVCBtn {
  display: table;
  margin-right: 3px;
  border-radius: 0;
  border: 0;
  color: #16d39a;
  position: absolute;
  right: 0;
  background: none;
  font-size: 15px;
}
.dateVCContainer .dateVCBtn .ft-calendar {
  color: #bdcad9 !important;
  font-size: 15px;
}
.dateVCContainer .form-control:disabled, .dateVCContainer .form-control[readonly] {
  background-color: #f9fafb;
  border-radius: 4px;
}

.btn-popup {
  padding: 10px;
  line-height: 1;
  border-radius: 0.21rem;
  min-width: 72px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #cfd9e2;
  background-color: #ffffff;
  color: #4e66ce;
  font-weight: 500;
}
.btn-popup:hover, .btn-popup:focus, .btn-popup:active {
  border: 1px solid #6682fb;
}
.btn-popup:before {
  content: "\e99d";
  font-family: "feather";
  border: 1px solid #4e66ce;
  border-radius: 50%;
  margin-right: 5px;
}
.btn-popup:disabled {
  cursor: not-allowed;
}
.btn-popup:disabled :before {
  border: 1px solid #e4e9ee;
}

.caliber-control-group .required {
  color: red;
}
.caliber-control-group.haserror .switch-field, .caliber-control-group.haserror .btn-popup, .caliber-control-group.haserror textarea, .caliber-control-group.haserror input:not([type=hidden]), .caliber-control-group.haserror select, .caliber-control-group.haserror .select2-selection {
  border-color: red;
}
.caliber-control-group .multi-popup-details-link {
  display: none;
  float: right;
}
.caliber-control-group.has-multi-records .multi-popup-details-link {
  display: inline-block;
}
.caliber-control-group select[readonly] + .select2 {
  pointer-events: none;
  touch-action: none;
  cursor: not-allowed;
}

.error {
  color: red !important;
  font-weight: 500;
  margin-top: 4px;
  display: block;
  clear: both;
}
.error .validation-error {
  font-family: feather !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: white;
  background-color: red;
  border-radius: 50%;
  margin-right: 3px;
}
.error .validation-error:before {
  content: "\e902";
}

/*Texbox and Textarea Style*/
.caliber-textbox, .caliber-textarea, .caliber-esign-remark, .select2 {
  border-radius: 4px !important;
  border: solid 1px #cfd9e2;
  background-color: #ffffff;
  font-weight: normal !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.1px;
  color: #2d3a48;
  width: 100%;
}
.caliber-textbox:hover, .caliber-textbox:active, .caliber-textarea:hover, .caliber-textarea:active, .caliber-esign-remark:hover, .caliber-esign-remark:active, .select2:hover, .select2:active {
  border: solid 1px #6682fb;
}
.caliber-textbox:focus, .caliber-textarea:focus, .caliber-esign-remark:focus, .select2:focus {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}
.caliber-textbox:disabled, .caliber-textbox[disabled], .caliber-textbox[readonly], .caliber-textarea:disabled, .caliber-textarea[disabled], .caliber-textarea[readonly], .caliber-esign-remark:disabled, .caliber-esign-remark[disabled], .caliber-esign-remark[readonly], .select2:disabled, .select2[disabled], .select2[readonly] {
  border: 1px solid #e8ebee;
}

/*Select box*/
.caliber-selectdropdown {
  -webkit-appearance: none;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #cfd9e2;
  background-color: #ffffff;
}
.caliber-selectdropdown:after {
  content: "\e927";
}
.caliber-selectdropdown:active, .caliber-selectdropdown:hover {
  border: solid 1px #6682fb;
}
.caliber-selectdropdown:disabled, .caliber-selectdropdown[disabled], .caliber-selectdropdown[readonly] {
  border: solid 1px #e8ebee;
}

/*caliber checkbox*/
.caliber-labeled-option {
  display: none;
}
.caliber-labeled-option + label {
  margin-bottom: 10px;
  cursor: pointer;
}
.caliber-labeled-option + label:before {
  padding: 3px;
  vertical-align: top;
  font-size: 16px;
  border-radius: 50%;
  font-family: "bootstrap-icons";
}
.caliber-labeled-option + label:hover:before {
  color: #728192;
  background: #e8ebee;
}
.caliber-labeled-option[disabled] + label, .caliber-labeled-option[readonly] + label {
  cursor: not-allowed;
}
.caliber-labeled-option[disabled] + label:before, .caliber-labeled-option[readonly] + label:before {
  background-color: #e8ebee;
}
.caliber-labeled-option:checked + label:before {
  color: #333;
}
.caliber-labeled-option[type=checkbox] + label:before {
  content: "\eb5a";
}
.caliber-labeled-option[type=radio] + label {
  padding-right: 10px;
}
.caliber-labeled-option[type=radio] + label:before {
  content: "\ea12";
  line-height: 1.2;
}
.caliber-labeled-option[type=checkbox]:checked + label:before {
  content: "\e908";
  color: #6682fb;
}
.caliber-labeled-option[type=radio]:checked + label:before {
  content: "\e906";
  color: #6682fb;
  vertical-align: middle;
}

.select2-container.select2 {
  width: 100% !important;
}
.select2-container .select2-selection[aria-expanded=true] {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}
.select2-container.select2-container--default .select2-selection--single {
  border: none;
}
.select2-container .select2-results__options {
  height: auto !important;
}

/*Caliber Form Controls End*/
.popup-search {
  height: 36px;
  border-radius: 4px;
  border: solid 1px #cfd9e2;
  background-color: #fff;
  padding-left: 10px;
  vertical-align: top;
  margin-right: 4px;
  font-size: 13px;
}
.popup-search::-webkit-input-placeholder {
  color: #728192;
}

.drp-calendar.left.single {
  border-radius: 4px;
  background-color: #ffffff;
}
.drp-calendar.left.single .calendar-table {
  margin: auto;
}

.daterangepicker .calendar-table table {
  margin-top: 18px;
}
.daterangepicker td.start-date.end-date {
  border-radius: 50%;
}
.daterangepicker td.active {
  background-color: #6682fb;
  border-color: transparent;
  color: #fff;
  margin-left: 17px;
  border-radius: 50% !important;
}
.daterangepicker .calendar-table td {
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap;
}
.daterangepicker .today:not(.start-date):not(.end-date) {
  border-radius: 50% !important;
  background-color: #e1e9fe !important;
  color: #000 !important;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  border-radius: 50%;
}
.daterangepicker:after, .daterangepicker:before {
  content: none;
}
.daterangepicker th.prev.available, .daterangepicker th.next.available {
  background: #e8ebee;
  border-radius: 50%;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  border-radius: 100px;
  background-color: #e8ebee;
  border: none;
  padding-left: 10px;
}
.daterangepicker .ranges {
  border-radius: 4px;
  /* box-shadow: 0 0 1px 0 rgba(37, 40, 43, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1); */
}
.daterangepicker .ranges li.active {
  background: rgba(102, 130, 251, 0.2);
  color: #000;
}
.daterangepicker td.in-range.available {
  border-radius: 1px;
}
.daterangepicker .drp-buttons {
  border-top: none !important;
}
.daterangepicker .drp-calendar.left {
  border-left: 0 !important;
}

.caliber-style .ft-alert-triangle {
  display: flex;
  margin-bottom: 22px;
}
.caliber-style .ft-alert-triangle:before {
  margin: auto;
  position: absolute;
  top: 50px;
  left: 180px;
}
.caliber-style .success_bg.confirmation_warning {
  margin: auto;
  display: block;
}
.caliber-style .warning-bg {
  background-color: #fef2d1;
  color: #d39f1b;
  font-size: 40px;
  height: 64px;
  border-radius: 82%;
  width: 64px;
}
.caliber-style .confirmation-message-text span {
  text-align: center;
  display: block;
  padding-left: 35px;
  padding-right: 35px;
}

#screenactionbuttons .compare-button {
  line-height: 15px;
  color: #6682fb;
  border: none;
  -webkit-appearance: none;
  background: none;
  vertical-align: bottom;
  display: block;
}

.auditPanelContainer .audit-revision-region {
  margin-bottom: 15px;
}

.caliber-file-control-group .file-select {
  border: 2px solid #dce4ec;
  color: #34495e;
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 3px;
}
.caliber-file-control-group .file-select .file-select-button {
  border: solid 1px #cfd9e2;
  background-color: #ffffff;
  background-color: rgba(102, 130, 251, 0.2);
  border-radius: 4px;
  padding: 2px 4px;
  margin-bottom: auto;
}
.caliber-file-control-group .file-select .file-select-button:hover {
  background: #6682fb;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #fff;
}
.caliber-file-control-group .file-select .file-select-button:disabled {
  background-color: #e8ebee;
  color: #bdcad9;
}
.caliber-file-control-group .file-select .file-select-name {
  display: inline-block;
  padding: 0 10px;
}
.caliber-file-control-group .file-select .file-select-close {
  display: none;
  float: right;
  cursor: pointer;
  margin-right: 5px;
}
.caliber-file-control-group .file-select .file-select-close:after {
  content: "X";
  font-weight: bold;
}
.caliber-file-control-group input[type=file] {
  display: none;
}
.caliber-file-control-group.has-value {
  opacity: 0.65;
}
.caliber-file-control-group.has-value .file-select-close {
  display: inline-block;
}
.caliber-file-control-group.has-value .file-select-button {
  background-color: #e8ebee;
  color: #bdcad9;
  pointer-events: none;
  touch-action: none;
}

.calender-icon {
  border: 1px solid #cacaca;
  background: #fff;
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.dateVCBtn {
  -webkit-appearance: none;
  border: none;
  position: relative;
  box-shadow: none;
  background: none;
  top: 3px;
}
.dateVCBtn .ft-calendar:after {
  color: #cacaca;
}

.session-expiry, .session-expiry-button {
  text-align: center;
  display: block;
  margin: 0 auto;
}

form {
  height: 100%;
  font-family: Roboto;
}

.caliber-box-component {
  border: 1px solid #dee2e6;
}
.caliber-box-component > .header, .caliber-box-component > .body, .caliber-box-component > .footer {
  padding: 10px;
}
.caliber-box-component > .header {
  background-color: #f9fafb;
}
.caliber-box-component > .header .title {
  vertical-align: bottom;
}

.caliber-expand-container .caliber-expand-button-icon:after {
  content: "\ea94";
  font-family: "bootstrap-icons";
}
.caliber-expand-container.caliber-expand-expanded {
  z-index: 980;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
  overflow: auto;
}
.caliber-expand-container.caliber-expand-expanded .caliber-expand-content {
  background-color: white;
  margin: auto;
  overflow: auto;
  height: 100%;
}
.caliber-expand-container.caliber-expand-expanded .caliber-expand-content iframe {
  height: 100% !important;
}
.caliber-expand-container.caliber-expand-expanded .caliber-expand-button-icon:after {
  content: "\ea95";
}

.caliber-labeled-option-switch {
  display: none;
}
.caliber-labeled-option-switch + label {
  margin-bottom: 10px;
  cursor: pointer;
}
.caliber-labeled-option-switch + label:before {
  padding: 3px;
  vertical-align: top;
  font-size: 16px;
  border-radius: 50%;
  font-family: "bootstrap-icons";
}
.caliber-labeled-option-switch + label:hover:before {
  color: #728192;
  background: #e8ebee;
}
.caliber-labeled-option-switch[disabled] + label, .caliber-labeled-option-switch[readonly] + label {
  cursor: not-allowed;
}
.caliber-labeled-option-switch[disabled] + label:before, .caliber-labeled-option-switch[readonly] + label:before {
  background-color: #e8ebee;
}
.caliber-labeled-option-switch:checked + label:before {
  color: #333;
}
.caliber-labeled-option-switch[type=radio] + label, .caliber-labeled-option-switch[type=checkbox] + label {
  padding-right: 10px;
}
.caliber-labeled-option-switch[type=radio] + label:before, .caliber-labeled-option-switch[type=checkbox] + label:before {
  content: "\e90a";
  line-height: 1.2;
  font-size: 26px;
}
.caliber-labeled-option-switch[type=radio]:checked + label:before, .caliber-labeled-option-switch[type=checkbox]:checked + label:before {
  content: "\e90b";
  color: #6682fb;
  line-height: 1.2;
  font-size: 26px;
}

.progressbar {
  /*counter-reset: step;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  flex-basis: 200px;
}
.progressbar li {
  list-style: none;
  /* float: left; */
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-top: 1px solid #2979FF;
  flex-basis: 100px;
  padding-left: 10px;
  padding-right: 10px;
  /*&:after {
      content: "";
      position: absolute;
      width: 302%;
      height: 1px;
      background: orange;
      top: 10px;
      left: -144%;
      z-index: -9;
  }*/
}
.progressbar li:before {
  background: #00E676;
  box-shadow: 0 0 5px;
}
.progressbar li.completed:before {
  background-color: #47be8a;
}
.progressbar li.inprocess:before {
  background-color: #fbec5d;
}
.progressbar li.noitems:before {
  background-color: #cfd9e2;
}
.progressbar li.taskassign:before {
  background-color: #ffa500;
}
.progressbar li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  margin: 0px auto 7px auto;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -10px;
  /* Center # in circle */
}

.progressbar li:first-child:after {
  content: none;
}

.caliber-popover-content {
  display: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  /* width: 200%; */
}

.caliber-popover-title {
  cursor: pointer;
}

select[readonly], select[disabled] {
  pointer-events: none;
}

/*.interim-form {
    .confirmation-message {
        margin: 2px auto;
    }
}*/
.caliber-filter-group .caliber-filter-group-body {
  display: none;
}
.caliber-filter-group.filter-enabled .caliber-filter-group-body {
  display: block;
}

.sidebar {
  background: #23303e;
  height: 100%;
  width: 48px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 16px;
  cursor: pointer;
  padding: 10px;
}
.sidebar a {
  padding: 5px 8px 6px 0;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
}
.sidebar a:hover {
  background: rgba(250, 250, 250, 0.9803921569);
  box-shadow: 0 0 1px 2px #ccc;
  padding-bottom: 10px;
  cursor: pointer;
}
.sidebar:hover {
  color: #f1f1f1;
}
.sidebar img {
  padding-bottom: 10px;
  cursor: pointer;
}

.left-menupanel {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 20px;
}
.left-menupanel a {
  color: #000;
  text-decoration: none;
  padding: 0px 0px 20px 0px;
  width: 100%;
  display: block;
  height: 100%;
  margin: 0;
}
.left-menupanel li {
  width: 100%;
  color: #000;
}

.left-menupanel ul {
  height: 100%;
}

.left-menupanel > ul {
  list-style: none;
  display: contents;
}

.product-icon-background {
  background-color: #4e66ce;
  color: #fff;
}

.left-menupanel > ul > li {
  padding-top: 0;
}

.left-menupanel > ul > li > ul {
  display: none;
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px;
  background-color: #ffffff;
  box-shadow: 2px 1px 9px 3px #888888;
  padding-left: 3px;
  list-style: none;
}

/*.left-menupanel > ul > li:hover > ul {
    display: block;
}
*/
.left-menupanel > ul > li > ul > li:hover {
  background-color: #f9fafb;
}

.left-menupanel > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  right: -250px;
  top: 0;
  width: 280px;
  background-color: #f9fafb !important;
  list-style: none;
}

.left-menupanel > ul > li > ul > li > ul {
  padding: 10px;
  background: no-repeat;
  list-style: none;
  height: 100vh;
  overflow: scroll;
}

.left-menupanel > ul > li > ul > li > ul > li:hover {
  background-color: #f9fafb;
}

.left-menupanel > ul > li > ul > li > ul > li {
  color: #4e66ce;
  padding-top: 0;
}

.left-menupanel > ul > li > ul > li ul li ul li {
  padding: 0;
}

.child li {
  padding: 12px 23px 0 20px;
  width: 100%;
  color: #000;
  list-style: none;
  font-weight: 700;
}

.child > ul > li > ul > li ul li ul li {
  padding-left: 36px;
}

.heading-text {
  margin-top: 16px;
  color: #000;
  margin-bottom: 16px;
  padding-left: 15px;
  font-weight: 700;
  font-size: 16px;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}
.sidebar img :hover {
  background: rgba(202, 202, 202, 0.7921568627);
}

.search-icon {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  width: 14px;
  margin-left: 8px;
  margin-bottom: 2px;
}

.arrow-left {
  position: relative;
  left: 180px;
  /* filter: sepia(100%) hue-rotate( 190deg ) saturate(500%);*/
}

.arrow-down img {
  position: absolute;
  left: 170px;
  /*filter: sepia(100%) hue-rotate( 190deg ) saturate(500%);*/
}

.product-title {
  padding: 0 0 9px 0;
  margin: 0;
}

.left-menupanel > ul > li > ul > li:hover .arrow-left img {
  filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}

.main-div {
  background-color: #ffffff;
  box-shadow: 2px 1px 9px 3px #888888;
}

a.sub-menu[aria-expanded=true] img {
  /*background-image: url('../img/chevron-down.svg');*/
  content: url("../img/chevron-down.svg");
  float: right;
  filter: sepia(100%) hue-rotate(190deg) saturate(500%);
  background-repeat: no-repeat;
  width: 16px;
}

a.sub-menu:not([aria-expanded=true]) img {
  /*background-image: url('../img/chevron-right.png');*/
  content: url("../img/chevron-right.png");
  background-repeat: no-repeat;
  float: right;
  width: 16px;
}

.parent1 {
  list-style: none;
}
.parent1 a {
  padding: 0 0 15px 0;
}

/*#MyTaskDiv {
    background: #fff;
    box-shadow: 0px 0px 3px 2px #888 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;

    .card {
        box-shadow: none
    }
}
*/
li[class*=menuicon-QAMS] {
  /*.menuicon-QAMS510 {*/
  background-image: url("../img/CaliberQAMS.svg");
  width: 50px;
}
li[class*=menuicon-QAMS].active, li[class*=menuicon-QAMS]:hover {
  background-image: url("../img/CaliberQAMS.svg");
  background-color: #4e66ce;
}

li[class*=menuicon-DMS] {
  /*.menuicon-DMS300 {*/
  background-image: url("../img/CaliberDMS.svg");
}
li[class*=menuicon-DMS].active, li[class*=menuicon-DMS]:hover {
  background-image: url("../img/CaliberDMS.svg");
  background-color: #4e66ce;
}

li[class*=menuicon-TMS] {
  /*.menuicon-NIC400 {*/
  background-image: url("../img/Nichelon5 CMS.svg");
}
li[class*=menuicon-TMS].active, li[class*=menuicon-TMS]:hover {
  background-image: url("../img/Nichelon5 CMS.svg");
  background-color: #4e66ce;
}

li[class*=menuicon-RE] {
  /*.menuicon-NIC400 {*/
  background-image: url("../img/audittrail.png");
}
li[class*=menuicon-RE].active, li[class*=menuicon-RE]:hover {
  background-image: url("../img/AuditManagementwhite.png");
  background-color: #4e66ce;
}

.parent1 .inner-sub {
  position: absolute;
  background: #fff;
  float: right;
  /*right: 42%;*/
  /*top: 92px;*/
  width: 20% !important;
  box-shadow: 0 3px 10px #e8ebee;
  padding: 9px !important;
  list-style: none;
  display: none;
}
.parent1 .inner-sub.open {
  display: inherit;
  position: fixed;
  left: 554px;
  top: 0;
}
.parent1 .inner-sub li {
  padding: 10px !important;
}

.caliber-product-qams:before, .caliber-product-dms:before {
  font-size: 24px;
}

.nav-link.caliber-dropdown-caret {
  padding-top: 14px;
}

.caliber-document {
  width: 100%;
  height: 90vh;
}

.caliber-product-mdm {
  /*content: "\ea14";*/
  background-image: url(../img/database.png) !important;
  height: 46px !important;
  background-repeat: no-repeat;
  background-size: 29px 28px !important;
  background: no-repeat;
  padding: 10px !important;
  /*margin-left: 10px !important;
  margin-top: 12px !important;*/
  background-position: center;
}

.carouselExampleControls {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.carouselExampleControls {
  height: 152px;
  padding-left: 0;
}

.carouselExampleControls .carousel-inner {
  transition: 1s ease all;
  float: left;
}

.carouselExampleControls .carousel-inner .item {
  float: left;
  width: 612px !important;
  height: 442px !important;
  display: flex;
}

.carouselExampleControls .carousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #fff;
  color: #666;
  height: 98px;
  border-radius: 12px;
  margin-left: 15px;
  margin-left: 15px;
  width: 289px;
  float: right;
}

.carouselExampleControls .leftLst, .carouselExampleControls .rightLst {
  position: absolute;
  border-radius: 50%;
  /* top: calc(50% - 20px); */
  top: 61px;
  font-size: 18px;
}

.carouselExampleControls .leftLst {
  left: -14px;
}

.carouselExampleControls .rightLst {
  right: -16px;
}

.carouselExampleControls .leftLst.over, .carouselExampleControls .rightLst.over {
  pointer-events: none;
  background: none;
  border: none;
  color: #000;
  top: 62px;
  font-size: 18px;
}

.lead {
  text-align: right;
  float: right;
  color: #000;
  text-decoration: none;
}

/*.first-letter {
    background: #6682fb;
    width: 67px;
    font-size: 13px;
    height: 48px;
    text-align: center;
    padding: 11px 16px;
    vertical-align: middle;
    border-radius: 4px;
    color: #fff;
}

.first-letter1 {
    background: #6682fb !important;
    width: 30px !important;
    height: 30px !important;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;*/
/* border: 1px solid #728192; */
/*}*/
.count {
  text-align: end;
  text-decoration: none;
  color: #000;
}

/*progressbar css*/
.action-plan {
  margin: 60px 20px 20px 40px;
}

.progressbar {
  /*counter-reset: step;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  flex-basis: 200px;
}

.progressbar li {
  list-style: none;
  margin-top: 15px;
  text-align: center;
  border-top: 1px solid #2979FF;
  flex-basis: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.progressbar li:before {
  background: #00E676;
  box-shadow: 0 0 5px;
}

.progressbar li.completed:before {
  background-color: #47be8a;
}

.progressbar li.inprocess:before {
  background-color: #fbec5d;
}

.progressbar li.noitems:before {
  background-color: #cfd9e2;
}

.progressbar li.taskassign:before {
  background-color: #ffa500;
}

.progressbar li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  margin: 0px auto 7px auto;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -10px;
  /* Center # in circle */
}

.success_bg {
  height: auto !important;
  margin-top: 20px !important;
}

.session-timeout .cta-buttons .yes-btn {
  margin: 0 auto;
  text-align: center;
}

div > textarea.fontRBT {
  font-family: "roboto" !important;
}

/*marquee is deprecated in HTML5 converting this sessions to similart effect as marquee*/
/* Makes the animation pause on hover */
.moving-text:hover {
  animation-play-state: paused;
}

/* The animation */
@keyframes marquee {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* media query to enable animation for only those who want it */
@media (prefers-reduced-motion: no-preference) {
  .moving-text {
    animation: marquee 7s linear infinite;
  }
}
#hr {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#tri-action-plan .progressbar {
  /*counter-reset: step;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  padding-left: 245px;
}

#tri-action-plan .progressbar li {
  list-style: none;
  margin-bottom: 15px;
  text-align: center;
  border-top: 1px solid #2979FF;
  flex-basis: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

#tri-action-plan .progressbar li:before {
  background: #00E676;
  box-shadow: 0 0 5px;
}

#tri-action-plan .progressbar li.completed:before {
  background-color: #47be8a;
}

#tri-action-plan .progressbar li.inprocess:before {
  background-color: #fbec5d;
}

#tri-action-plan .progressbar li.noitems:before {
  background-color: #cfd9e2;
}

#tri-action-plan .progressbar li.taskassign:before {
  background-color: #ffa500;
}

#tri-action-plan .progressbar li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  margin: 0px auto 7px auto;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -10px;
  /* Center # in circle */
}

#tri-action-plan .progressbar li:first-child:after {
  content: none;
}

#tri-action-plan .caliber-popover-content {
  display: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  /* width: 200%; */
}

#tri-action-plan .caliber-popover-title {
  cursor: pointer;
}

#oth-action-plan .progressbar {
  /*counter-reset: step;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  padding-left: 245px;
}

#oth-action-plan .progressbar li {
  list-style: none;
  margin-bottom: 15px;
  text-align: center;
  border-top: 1px solid #2979FF;
  flex-basis: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

#oth-action-plan .progressbar li:before {
  background: #00E676;
  box-shadow: 0 0 5px;
}

#oth-action-plan .progressbar li.completed:before {
  background-color: #47be8a;
}

#oth-action-plan .progressbar li.inprocess:before {
  background-color: #fbec5d;
}

#oth-action-plan .progressbar li.noitems:before {
  background-color: #cfd9e2;
}

#oth-action-plan .progressbar li.taskassign:before {
  background-color: #ffa500;
}

#oth-action-plan .progressbar li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  margin: 0px auto 7px auto;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -10px;
  /* Center # in circle */
}

#oth-action-plan .progressbar li:first-child:after {
  content: none;
}

#oth-action-plan .caliber-popover-content {
  display: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  /* width: 200%; */
}

#oth-action-plan .caliber-popover-title {
  cursor: pointer;
}

#qad-action-plan .progressbar {
  /*counter-reset: step;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  padding-left: 633px;
}

#qad-action-plan .progressbar li {
  list-style: none;
  margin-bottom: 15px;
  text-align: center;
  border-top: 1px solid #2979FF;
  flex-basis: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

#qad-action-plan .progressbar li:before {
  background: #00E676;
  box-shadow: 0 0 5px;
}

#qad-action-plan .progressbar li.completed:before {
  background-color: #47be8a;
}

#qad-action-plan .progressbar li.inprocess:before {
  background-color: #fbec5d;
}

#qad-action-plan .progressbar li.noitems:before {
  background-color: #cfd9e2;
}

#qad-action-plan .progressbar li.taskassign:before {
  background-color: #ffa500;
}

#qad-action-plan .progressbar li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  margin: 0px auto 7px auto;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -10px;
  /* Center # in circle */
}

#qad-action-plan .progressbar li:first-child:after {
  content: none;
}

#qad-action-plan .caliber-popover-content {
  display: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  /* width: 200%; */
}

#qad-action-plan .caliber-popover-title {
  cursor: pointer;
}

.vertical {
  border-left: 1px solid #2979FF;
  height: 235px;
  position: absolute;
  margin-left: 75px;
  margin-top: -65px;
}

#vertical {
  border-left: 1px solid #2979FF;
  height: 228px;
  position: absolute;
  margin-left: -10px;
  margin-top: -54px;
}

.slanted-line {
  border-right: 1px solid #2979FF;
  height: 111px;
  position: absolute;
  margin-left: -11px;
  margin-top: -55px;
}

.progress-icon {
  position: absolute;
  right: 70px;
}

.settings-icon {
  position: absolute;
  top: 74px;
  font-size: 25px;
  right: 58px;
}

.dark-mode {
  background-color: black;
  color: white;
}

.card-row {
  margin-left: 15px;
}

.initiate-icon {
  position: absolute;
  top: 75px;
  right: 94px;
}
.initiate-icon img {
  width: 30px;
}

.page-title span {
  margin-left: 14px;
  font-size: 14px;
}

.viewmore {
  position: relative;
  left: 93%;
  top: -16px;
  color: #6682fb;
}

.dashboad-checkbox {
  position: absolute;
  right: 16px;
  top: 13px;
}

#dashbordsettings .modal-body {
  margin-left: 27px;
}

.full-icon {
  position: absolute;
  right: 50px;
  font-size: 20px;
  top: 99px;
}

.modal-item {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #cacaca;
  color: #fff;
  height: 98px;
  border-radius: 12px;
  margin-left: 15px;
  margin-left: 15px;
  width: 289px !important;
}

.background-card {
  background: #f2edf3;
}

.tab {
  overflow: hidden;
  border: 0;
  background-color: #f1f1f1;
  border-bottom: 1px solid #cacaca;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #6682fb;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.content-color {
  background-color: #f1f1f1;
}

.qsTitle {
  font-size: 14px;
  color: #000;
}

#procressflowchat.modal-open {
  overflow-y: hidden;
}

#collapseOne.collapse:not(.show) {
  display: none;
  background-image: url("../img/chevron down@2x.png");
}

.MultiCarousel {
  background: #fafafa;
}

.carousel-inner {
  width: 100% !important;
  float: left !important;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #000 !important;
}

.hero-text span {
  font-size: 18px;
}

@keyframes slide {
  from {
    /* Initial state */
    opacity: 1;
    transition: all 0s linear; /* Move up by 20 pixels */
  }
  to {
    /* Final state */
    opacity: 1;
    transition: all 1s linear; /* Move up by 20 pixels */
  }
}
/* Apply the animation to an element */
/*#MyTaskDiv {
    animation: slide 1s linear;
}*/
#carouselExampleControls {
  margin-left: 23px;
}

.card .card-title {
  font-family: "roboto";
}

.accordion {
  padding: 0;
}

.duration_select {
  display: flex;
}

div#rightArrow:after {
  display: none;
  content: "\e927";
  cursor: pointer;
  font-family: "feather";
  width: 25px;
  display: inherit;
  height: 23px;
  text-align: center;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 1000;
  position: absolute;
  right: -4px;
  top: 39px;
  z-index: 9;
  transform: rotate(-90deg);
  background-color: white;
}

.carousel-item div#rightArrow:hover:after, .carousel-item div#leftArrow:hover:before {
  background: #fff;
  border: 0px solid #ebebeb;
  box-shadow: 0px 0px 6px 0px rgba(45, 58, 72, 0.4);
}

.carousel-item div#rightArrow:after {
  right: 10px;
  top: 55px;
}
.carousel-item div#leftArrow:before {
  top: 11px;
  right: 10px;
  left: auto;
}

#leftArrow {
  /*  display: none*/
}

/*#rightArrow {
    display: none
}*/
div#leftArrow:before {
  display: none;
  content: "\e927";
  cursor: pointer;
  font-family: "feather";
  width: 25px;
  display: inherit;
  height: 23px;
  text-align: center;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 1000;
  position: absolute;
  z-index: 9;
  transform: rotate(90deg);
  background-color: white;
  left: -4px;
  top: 39px;
}

/*#MyTaskDiv {
    &::-webkit-scrollbar {
        height: 0px;
        border-radius: 100px;
        background-color: transparent;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(114, 129, 146, 0.3);
    }

    &::-webkit-scrollbar-track {
        background-color: transparent;
    }

    &:hover::-webkit-scrollbar {
        height: 0px !important;
    }
}*/
.backgroundClrMain {
  background: white;
}

/*.carousel-item.active {
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}*/
/*
//carousel
.qstile {
   // box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);

    .margin-10 {
        a > div > div:nth-of-type(2) {
            width: 100%;

            .first-letter {
                margin-top: 0px;
            }

            .qstitle {
                margin-top: 10px;
                width:200px;
            }

            span.badge.badge-danger.badge-pill.badge-number {
                margin-right: 0px;
                margin-top: 0px;
                margin-bottom: 5px;
                font-size: 25px !important;
                font-weight: 500;
            }
        }
    }
}*/
.qsTitle {
  word-break: break-all;
  word-break: break-word;
}

.badge {
  display: block;
  background: none;
  font-size: 20px;
  margin-top: 10px;
  color: #000;
  text-align: inherit;
}

.qsTitle {
  ​​​text-decoration: none;
  color: #000;
}

.qsTitle :hover {
  text-decoration: none;
}

#MyTaskDiv {
  overflow: hidden;
}

#MyTaskDiv:hover {
  overflow: auto;
}

#MyTaskDiv {
  /*overflow: auto;*/
  white-space: nowrap;
}

#MyTaskDiv > div {
  display: inline-block;
  padding: 14px;
  text-decoration: none;
}

.comMod {
  margin-left: 150px !important;
}

.searchAll {
  width: 293px !important;
  height: 42px !important;
  border: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #cbced4;
  gap: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
}

/*DashboardCSS*/
.block-update-card {
  height: 100%;
  width: 100% !important;
  border: 1px #FFFFFF solid;
  width: 380px;
  float: left;
  margin-left: 10px;
  margin-top: 0;
  padding: 0;
  box-shadow: 1px 1px 8px #d8d8d8;
  background-color: #FFFFFF;
}

/*.HomeTiles > div:nth-of-type(1) {
    height: 50px !important;
    float: left !important;
    width: 50px !important;*/
/* vertical-align: middle; */
/*display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #6682fb !important;
    border-radius: 50% !important;
}*/
.reqDashFilt[disabled] {
  background-color: #e8ebee;
  color: #bdcad9;
}

.block-update-card .h-status {
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}

.block-update-card .v-status {
  width: 5px;
  height: 80px;
  float: left;
  margin-right: 5px;
  background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
}

.block-update-card .update-card-MDimentions {
  width: 80px;
  height: 80px;
}

.block-update-card .update-card-body {
  margin-top: 10px;
  margin-left: 5px;
}

.block-update-card .update-card-body h4 {
  color: #737373;
  font-weight: bold;
  font-size: 13px;
}

.block-update-card .update-card-body p {
  color: #737373;
  font-size: 12px;
}

.block-update-card .card-action-pellet {
  padding: 5px;
}

.block-update-card .card-action-pellet div {
  margin-right: 10px;
  font-size: 15px;
  cursor: pointer;
  color: #dddddd;
}

.block-update-card .card-action-pellet div:hover {
  color: #999999;
}

.block-update-card .card-bottom-status {
  color: #a9a9aa;
  font-weight: bold;
  font-size: 14px;
  border-top: #e0e0e0 1px solid;
  padding-top: 5px;
  margin: 0px;
}

.block-update-card .card-bottom-status:hover {
  background-color: #dd4b39;
  color: #FFFFFF;
  cursor: pointer;
}

/*
Creating a block for social media buttons
*/
.card-body-social {
  font-size: 30px;
  margin-top: 10px;
}

.card-title {
  font-size: 16px;
}

.card-body-social .git {
  color: black;
  cursor: pointer;
  margin-left: 10px;
}

.card-body-social .twitter {
  color: #19C4FF;
  cursor: pointer;
  margin-left: 10px;
}

.card-body-social .google-plus {
  color: #DD4B39;
  cursor: pointer;
  margin-left: 10px;
}

.card-body-social .facebook {
  color: #49649F;
  cursor: pointer;
  margin-left: 10px;
}

.card-body-social .linkedin {
  color: #007BB6;
  cursor: pointer;
  margin-left: 10px;
}

.music-card {
  background-color: green;
}

/*.process-item-status {
    position: absolute;
    bottom: 13px;
    margin-left: 10px;
}
*/
.dashboard-search-div {
  float: right;
}

.dashboard-search {
  position: absolute;
  right: 58px;
  top: 30px;
}

.dashboard-card {
  margin-bottom: 5px;
  box-shadow: none;
}

.dashboard-card .card-body {
  padding-bottom: 0;
}

.mytask-pendency a {
  display: flex;
  color: #000;
  float: left;
  padding: 6px;
  text-align: -webkit-cente;
}

.task-img-div {
  position: relative;
  left: 54%;
  /* top: 61px; */
  font-size: 12px;
  width: 18px;
  border-left: 1px solid #000;
  /* padding-right: 30px; */
  padding-right: 0px !important;
  height: 35px;
}

.right-pane {
  height: 300px;
  overflow: scroll;
  overflow-x: clip;
  clear: both;
}

.dashboard-card span {
  float: right;
  border-radius: 100px;
  background-color: rgba(71, 190, 138, 0.2);
  padding: 3px;
}

.card {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  /*cursor: pointer;*/
  border-radius: 7px !important;
}

.WelHeadSec {
  border-radius: 7px !important;
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.border1 {
  height: 123px;
  width: 100%;
  border: 2px solid black;
  background-color: #e8ebee;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.border1:hover i {
    position: absolute;
    top: 10px;
}*/
.border1 i {
  position: absolute;
  right: 10px;
  font-size: 25px;
  color: #000;
  transition: all 0.5s;
  top: 42px;
}

p {
  font-size: 16px;
}

.border1 .i-red {
  color: red;
}

.border1 img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  transition: all 2s;
}

.card .border img {
  animation: anim 10s infinite;
}

@keyframes anim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.central-div {
  display: block;
  justify-content: space-between;
  padding: 20px 10px;
}

.central-div .fa-bookmark {
  font-size: 30px;
}

.central-div .fa-bookmark-red {
  color: red;
  border: none;
}

.price p {
  color: #54627B;
  padding: 0px 10px;
}

.bookmark-img {
  font-size: 25px;
}

.central-div a {
  color: #000;
  text-decoration: none;
}

.mytask-pendency {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}

/*Dashboard css*/
thead.border-bottom {
  border-bottom: 1px solid #2f353b !important;
}

td .progress > .progress-bar {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.00001), #007bff);
}

.pb-17 {
  padding-bottom: 1.7rem !important;
}

.body {
  font-family: roboto !important;
}

.font-roboto {
  font-family: roboto !important;
}

/*
.ripple-rings:hover {
    &::after {
        opacity: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 4px;
        left: 2px;
        right: 0;
        bottom: 0;
        content: '';
        height: 100%;
        width: 100%;
        border: 8px solid rgba(0,0,0,0.2);
        border-radius: 100%;
        animation-name: ripple;
        animation-duration: 2s;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(.65,0,.34,1);
        z-index: 0;
    }
}

.ripple-rings {
    z-index:1;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale3d(0.75,0.75,1);
    }


    100% {
        opacity: 0;
        transform: scale3d(1.5,1.5,1);
    }
}
*/
#toggleButton {
  cursor: pointer;
}

.fs-5 {
  font-size: 25px;
}

/* Reset default list styles */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Style for the custom dropdown container */
.choose-section {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

/* Style for the dropdown toggle button */
.toggleButton {
  background: #3498db;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Style for the dropdown list */
.toggle-Home-sections {
  position: absolute;
  top: 0px;
  left: -177px;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  width: 175px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 5px 5px;
  transform: translateY(-10px);
  opacity: 0;
  animation: dropdownAnimation 0.3s ease-in-out forwards;
}

@keyframes dropdownAnimation {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Style for dropdown list items */
.toggle-Home-sections li {
  padding: 5px 10px;
  cursor: pointer;
  align-items: flex-end;
  text-align: left;
}

/* Hover effect for dropdown items */
.toggle-Home-sections li:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown list when the toggle button is clicked or hovered */
.choose-section.open .toggle-Home-sections {
  display: block;
  z-index: 999;
  animation: dropdownAnimation 0.4s ease-in-out forwards;
}

.homeBtns {
  background: #f9fafb;
}

.bg-skyblue-caliber {
  background-color: #f7f9ff !important;
}

.bg-homeIconsgreen {
  background-color: #47be8a !important;
  color: white !important;
}

.homeBtns button {
  background: #728192 !important;
  color: white !important;
  border: 1px solid #728192 !important;
  margin-right: 2px;
}
.homeBtns button:hover {
  background: white !important;
  color: black !important;
  border: 1px solid #728192;
}

.fs-1 {
  font-size: 5px;
}

.fs-2 {
  font-size: 10px;
}

.fs-3 {
  font-size: 15px;
}

.fs-13 {
  font-size: 13px;
}

.fs-4 {
  font-size: 20px;
}

.shadow-dashCard-sd {
  box-shadow: 0.1rem 0.2rem 0.7rem rgba(0, 0, 0, 0.15) !important;
}

.modebar-group {
  padding-left: 0px;
}
.modebar-group .modebar-btn {
  padding-right: 3px;
  width: 0.8em;
}

.text-under {
  font-size: 1.7rem;
}

.dropdown #selectedPlant, .dropdown #btnCreate {
  font-family: "roboto" !important;
}

.mx-minus5 {
  margin-left: -5px;
  margin-right: -5px;
}

/*icons section stickyness code*/
.content-wrapper .posFix {
  position: fixed !important;
  top: 250px;
  z-index: 999;
  right: -120px;
  transform: rotatez(90deg);
  height: auto !important;
  padding: 10px !important;
}
.content-wrapper .posFix .bg-homeIconsgreen, .content-wrapper .posFix .homeBtns2 button {
  transform: rotateZ(270deg);
  transition: all 0.3s ease 0s;
}

.IconsSection {
  /* transition: all 0.001s ease 0s;*/
}

/*.comMod {
    width: auto !important;
    color: black !important;
    margin-bottom: 3px;
    opacity: 1;
    display: inline-block;
    background-color: #f7f9ff*/ /*#f9fafb*/ /*!important;
    text-align: center;
    transition: 0.5s;
    margin: 0px 5px 4px 0px;
    border-radius: 6px;
    opacity: 0.8;
    padding: 0.7rem 1.5rem;
    font-weight: 500;
    border: 1px solid #dee2e6 !important;
    z-index: 999;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 1px 0px 0px #f9fafb !important;

    &.active {
        background-color: white !important;
        opacity: 1;
        color: #6682fb !important;
        border-bottom: solid 1px #cfd9e2 !important;
        z-index: 123 !important;
        position: relative;
        bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;

        &:hover {
            opacity: 1;
        }
    }
}*/
.position-fixed {
  position: fixed;
}

.top4 {
  top: 4px;
}

.z-ind-1 {
  z-index: 9 !important;
}

.w-97 {
  width: 97% !important;
}

.z-indnines {
  z-index: 999999999 !important;
}

.z-indx9999 {
  z-index: 9999;
}

.HomePageMainBody .modal-backdrop.show {
  opacity: 1 !important;
}

.bg-skyblue-caliber.active {
  background-color: #fff !important;
}

.rounded-top-1 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-top-2 {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-top-3 {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-top-4 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-top-5 {
  border-top-left-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
}

/*
.nav.nav-tabs .nav-item .nav-link.active {
    border: 0px solid #fff !important;
    border-bottom: 3px solid #337AB6 !important;
    color: #337AB6 !important;
}*/
/*bodyhome page stylings*/
/*#MyTaskDiv {*/
/*overflow: auto;*/
/*white-space: nowrap;
}

#MyTaskDiv > div {*/
/* min-width: 24.3%; */
/*text-align: end;
   // box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    margin: 4px 3.8px !important;
}*/
/*
.badge {
    display: block;
    background: none;
    font-size: 20px;
    margin-top: 10px;
    color: #000;
    text-align: inherit;
}*/
/*.qsTitle {
    ​​​text-decoration: none;
    color: #000;
    text-align: left;
    width: 200px;
}

.qsTitle :hover {
    text-decoration: none;
}*/
.button-color {
  background: #E0E6FE;
  color: #6682fb;
}

#ModuleId {
  margin-left: 5px !important;
}
#ModuleId .caliber-button-secondary {
  margin-right: 35px;
  background: none;
  border: none;
  font-family: "roboto" !important;
  font-size: 14px;
  padding-left: 0;
  transition: 0.2s linear 0.2s;
}

.moduleSection > div {
  transition: 0.2s linear 0.2s;
}

.task-heading {
  font-size: 16px;
}

/*
        * {
            scrollbar-width: thin;
            scrollbar-color: blue orange;
        } */
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  background-color: #cacaca;
  border-radius: 20px;
  border: 3px solid #fafafa;
  width: 10px;
}

.grid-stack {
  background: #f9fafb;
}

.grid-stack-item-content {
  background-color: #fff;
  padding: 10px;
}

.fixed-left {
  height: 100vh;
  overflow: scroll;
}

.chart-title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.right-side-icons {
  display: none;
  margin-left: 10px;
  cursor: pointer;
}

.chart-header {
  margin-bottom: 25px;
}

.grid-stack-item-content:hover .right-side-icons {
  display: block;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*
.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}*/
.chart-change {
  cursor: pointer;
}

.chart-change.active {
  -webkit-transform: scale(1.2);
}

.chart-change:hover {
  -webkit-transform: scale(1.2);
  /* transform: scale(1.5); */
  box-shadow: 3px 1px #fff;
  border: none;
}

.chart-group .list-group-item {
  padding: 8px;
}

.grid-stack .grid-stack-item-content {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.task-card {
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

#ModuleId .caliber-button-secondary {
  color: #000;
  font-family: "roboto" !important;
  border: none;
}

#ModuleId .button-color, .dashMod .nav-link.active, .module-btn.active {
  color: #6682fb !important;
  background: none;
  border: none;
  font-family: "roboto" !important;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  padding-left: 0;
}

.carousel-item {
  box-shadow: 0px 1px 0px 4px #888;
}

/*module text*/
.module-btn {
  cursor: pointer;
  margin-left: 0px !important;
}

/*.HomePageMainBody {
    h2, h3, h4, h5, h6 {
        font-size: 16px !important;
    }

    div:not(.bi-list-ul), span, a {
        font-size: 13px !important;
    }
}*/
/*document reading tabs UI stylings*/
.MyupcomgTrns .nav-tabs {
  border-bottom: 0px !important;
}
.MyupcomgTrns .nav-tabs .nav-link.active {
  border-bottom: 3px solid #6682fb !important;
  border-top: 0px !important;
  color: #6682fb !important;
  margin-bottom: 0px;
}
.MyupcomgTrns .nav-tabs .nav-link {
  border-bottom: 3px solid #e8ebee !important;
  border-radius: 0px !important;
  margin-bottom: 0px;
  color: inherit !important;
}

.h-200px {
  height: 200px;
}

/*home page tabs UI stylings*/
/*My upcoming training stylings*/
.card-body ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0;
}

.enrolled-class li.d-flex {
  position: relative;
}

.enrolled-class li {
  padding: 5px 0px;
  border-bottom: 1px dashed rgba(106, 113, 133, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.enrolled-class li.d-flex span {
  height: 40px;
  width: 4px;
  border-radius: 5px;
}

.b-primary {
  border: 1px solid #6682fb !important;
}

.bg-primary {
  background-color: #6682fb !important;
}

.b-secondary {
  border: 1px solid #e8ebee !important;
}

.trnsecondary .bg-secondary {
  background-color: #e8ebee !important;
}

.b-warning {
  border: 1px solid #f6a609 !important;
}

.bg-warning {
  background-color: #f6a609 !important;
  color: #fff;
}

.b-tertiary {
  border: 1px solid #d54e4e !important;
}

.bg-tertiary {
  background-color: #d54e4e !important;
  color: #fff;
}

.b-success {
  border: 1px solid #47be8a !important;
}

.bg-success {
  background-color: #47be8a !important;
  color: #fff;
}

.enrolled-class li.d-flex .flex-grow-1 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.enrolled-class li.d-flex .flex-grow-1 > div {
  color: rgba(79, 94, 109, 0.6901960784);
}

.d-flex .flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.d-flex .flex-grow-1 a {
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--theme-deafult);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.enrolled-class li.d-flex span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 65%;
  border-radius: 4px;
  top: 5px;
  left: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.enrolled-class li:hover.d-flex span::before {
  background-color: rgba(72, 163, 215, 0.05);
}

.enrolled-class li:hover.d-flex span::before {
  -webkit-transition: all 0.6s;
  width: 100%;
  height: 80%;
  transition: all 0.6s ease 0s;
}

.enrolled-class li.d-flex .flex-grow-1 p {
  color: #8D8D8D;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.7px;
}

.card .card-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1700px) and (min-width: 1199px) {
  .enrolled-class li.d-flex .flex-grow-1 a h5 {
    display: block;
    width: 140px;
  }
}
.enrolled-class li.d-flex .flex-grow-1 a h5 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.font-size-14 {
  font-size: 14px;
}

.right-arrow:not(.ft-chevron-right):after {
  display: none;
  content: "\e927";
  cursor: pointer;
  font-family: "feather";
  width: 25px;
  display: inherit;
  height: 23px;
  text-align: center;
  border-radius: 17px;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  right: 0px;
  top: -10px;
  color: rgba(79, 94, 109, 0.7019607843);
  z-index: 2;
  transform: rotate(-90deg);
  background-color: transparent;
}

/*My upcoming training stylings*/
/*welcome to epiq section icons stylings*/
#select2-homeSections-results .HomeCurStns.bi::before {
  padding-right: 5px !important;
}

.homeBtns .dropdown {
  width: 160px;
}

.select2-container.select2 {
  margin-right: 5px;
}

.dropdown .select2-container.select2 {
  height: 100%;
  padding-top: 3px;
  background: #728192 !important;
  color: white !important;
  border: 1px solid #728192 !important;
}
.dropdown .select2-container.select2:focus {
  box-shadow: none;
}
.dropdown .select2-container.select2 .selection, .dropdown .select2-container.select2 span.select2-selection.select2-selection--single, .dropdown .select2-container.select2 span#select2-homeSections-container {
  background: #728192 !important;
  color: white !important;
  height: 100%;
}
.dropdown .select2-container.select2 .selection:hover, .dropdown .select2-container.select2 span.select2-selection.select2-selection--single:hover, .dropdown .select2-container.select2 span#select2-homeSections-container:hover {
  background: white !important;
  color: black !important;
}
.dropdown .select2-container.select2 .selection {
  padding: 3px 0px;
}
.dropdown .select2-container.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent;
}
.dropdown .select2-container.select2:hover .select2-selection--single .select2-selection__arrow b {
  border-color: #728192 transparent;
}
.dropdown .select2-container.select2 .select2-selection__arrow p {
  color: white !important;
}
.dropdown .select2-container.select2 .select2-selection__arrow p:hover {
  background: #728192 !important;
  color: white !important;
}
.dropdown .select2-container.select2:hover {
  background: white !important;
  color: black !important;
  border: 1px solid #728192;
}

.onCancel {
  height: auto !important;
}
.onCancel .modal-content {
  height: auto !important;
  min-height: auto !important;
}

.modal-dialog {
  margin: 1.75rem auto !important;
}

/*welcome to epiq section icons stylings*/
/* no dashboards available*/
.HomePageMainBody div.emptydashindic {
  background: #fef2d1;
  text-align: center;
  width: 800px;
  margin: 15px auto;
  border-radius: 5px;
  display: flex;
  font-size: 16px !important;
  height: 50px;
  color: #4f5e6d;
  letter-spacing: 0.1px;
  justify-content: center;
  align-items: center;
  border: 1px solid #e8ebee;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  animation: scale-display 1s;
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.scaleWarning {
  -webkit-animation: scaleWarning 0.75s initial alternate;
  animation: scaleWarning 0.75s initial alternate;
}

@keyframes scaleWarning {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s initial alternate;
  animation: pulseWarningIns 0.75s initial alternate;
}

@keyframes pulseWarningIns {
  0% {
    background-color: #fef2d1;
  }
  100% {
    background-color: #fef2d1;
  }
}
i.bi.bi-info-circle.dashinfo {
  font-size: 22px;
  margin-right: 7px;
  font-weight: 500 !important;
}

/* no dashboards available*/
#registration_popup .registration-popup {
  padding-left: 0;
  max-width: 530px !important;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  margin: 12% auto;
  text-align: center;
  display: block;
  height: auto;
}

/* Confirmation Display Begin*/
#modalTrnMsg {
  height: 100%;
}

.confirmation-message {
  padding-left: 0;
  max-width: 530px !important;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 12% auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirmation-message a {
  font-size: 13px;
}
.confirmation-message .ft-check:before {
  vertical-align: middle;
}
.confirmation-message .done-btn {
  width: 124px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px;
  color: #4e66ce;
  border: solid 1px #cfd9e2;
  font-weight: 500;
  text-align: center;
  margin: auto;
  line-height: 2.6;
}
.confirmation-message .done-btn:hover, .confirmation-message .done-btn:active {
  background-color: #f7f9ff;
  color: #6682fb;
  border: 1px solid #4e66ce;
}
.confirmation-message .done-btn a {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: 0.1px;
  color: #4e66ce;
  text-decoration: none;
}
.confirmation-message .confirmation-message-text {
  margin-top: 22px;
  margin-bottom: 32px;
}
.confirmation-message .confirmation-message-text p, .confirmation-message .confirmation-message-text h1 {
  margin-top: 16px;
}
.confirmation-message .confirmation-message-text p {
  color: #23303e !important;
  font-weight: normal !important;
}
.confirmation-message .confirmation-message-text h1 {
  font-weight: 500;
  font-size: 32px;
}
.confirmation-message #cfnMsg_Next, .confirmation-message #cfnMsg_Home, .confirmation-message #cfnMsg_Back {
  text-decoration: none;
  float: none;
}
.confirmation-message .confirmation_modal_content {
  border: 0;
}
.confirmation-message .confirmation_modal_content .confirmation_body {
  border-bottom: 0;
  text-align: center;
  padding-top: 52px;
  padding-bottom: 52px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}
.confirmation-message .confirmation_modal_content .confirmation_body .confirmation_text {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #23303e;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.1px;
  font-size: 13px;
}
.confirmation-message .confirmation_modal_content .confirmation_body .confirmation_warning {
  background-color: rgba(71, 190, 138, 0.2) !important;
  border: none !important;
  font-size: 40px;
  height: 64px;
  border-radius: 82%;
  width: 64px;
  background-color: rgba(71, 190, 138, 0.2) !important;
  box-shadow: none !important;
  border: none !important;
  display: inline-block;
}

/* Confirmation Display End*/
/*child-sub-menu padding to show the difference between the sub and child sub*/
.left-menupanel > ul > li > ul > li ul li ul li a {
  padding-left: 10px;
}

@media (max-width: 991px) {
  /* section.sub-page-layout.sub-page-layout-transaction {

      .sub-page-layout-body {
          overflow: scroll;
          overflow-x: hidden;
          height: 78vh !important;
      }
  }

  section.sub-page-layout .popup-body {
      overflow: scroll;
      overflow-x: hidden;
      height: 80vh !important;
  }*/
  /*tablet header menu stylings*/
  #navbarSupportedContent {
    background: #fff !important;
    width: 100%;
    max-width: 100%;
    animation: 0.6s showmo 0.3s linear forwards;
    opacity: 0;
    box-shadow: 0px 4px 1.125rem 0.1rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 5px;
    border: 0px;
    outline: 0px;
  }
  #navbarSupportedContent.show {
    display: flex;
  }
  #navbarSupportedContent > ul:nth-of-type(1) {
    width: 60%;
    margin: 0px 0px 0px 0px !important;
  }
  #navbarSupportedContent > ul:nth-of-type(1) .input-group input {
    margin-right: 0px;
  }
  #navbarSupportedContent > ul:nth-of-type(1) > li:nth-of-type(1) {
    width: 72%;
  }
  #navbarSupportedContent > ul:nth-of-type(2) {
    width: 40%;
    justify-content: normal;
  }
  #navbarSupportedContent > ul:nth-of-type(2) > li:nth-of-type(1) {
    margin-left: 5px;
  }
  #navbarSupportedContent > ul:nth-of-type(2) .navbar-nav {
    width: 82%;
  }
  #navbarSupportedContent > ul:nth-of-type(2) .navbar-nav > li {
    margin: 0px 5px;
  }
  #navbarSupportedContent .dropdown i {
    margin: 0px;
  }
  #navbarSupportedContent #btnCreate {
    margin-right: 10px;
    width: 65px;
  }
  #navbarSupportedContent #QueList {
    width: 110px;
  }
  #navbarSupportedContent > ul {
    justify-content: space-between;
    flex-direction: row;
  }
  #navbarSupportedContent > ul .dropdown-menu {
    height: 0px;
    position: absolute;
  }
  #navbarSupportedContent > ul .dropdown-menu.show {
    height: auto;
  }
  #navbarSupportedContent > ul .quick-search-component {
    width: 100% !important;
  }
  #navbarSupportedContent > ul > ul {
    flex-direction: row;
  }
  #navbarSupportedContent .dropdown-item {
    color: #212529 !important;
  }
}
@keyframes showmo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.backgroundClrMain .content-wrapper {
  display: none;
}

.qstile .margin-10 a > div > div:nth-of-type(2) {
  width: 100%;
}

.qstile .margin-10 a > div > div:nth-of-type(2) .first-letter {
  margin-top: 0px;
}

.qstile .margin-10 a > div > div:nth-of-type(2) .qstitle {
  margin-top: 10px;
}

.qstile .margin-10 a > div > div:nth-of-type(2) span.badge.badge-danger.badge-pill.badge-number {
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 25px !important;
  font-weight: 500;
  text-align: left;
}

.tab-pane .d-none {
  display: none !important;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.ProcCheck:disabled + label {
  opacity: 0.25;
}

#navbarSupportedContent .dropdown-menu[aria-labelledby=dropdownMenuButton] {
  overflow: auto;
  height: 250px;
  background: white;
}

.error {
  font-family: roboto;
}

/*Style for Help page*/
.image-div-help {
  display: block;
  margin-left: auto;
  width: 90%;
  height: 75%;
  padding: 65px;
  /* margin-top: auto; */
  margin: auto;
  margin-right: 0px;
  box-shadow: 0rem 0rem 1.5rem 0.1rem rgba(0, 0, 0, 0.15) !important;
}

.help-Product-Title {
  font-size: 18px;
  color: white;
  margin-top: 20px;
}

.list-side-image-help {
  background-color: #4e66ce;
  display: inline-flex;
  width: 60%;
  height: 100vh;
  max-height: 100%;
  max-width: 47%;
}

.right-side-div-help {
  height: 100vh;
  max-height: 100%;
  display: inline-flex;
  max-width: 53%;
  width: 100%;
  min-width: 53%;
}

.card-box-help {
  display: block;
  width: 95%;
  height: 75%;
  padding: 65px;
  /* margin-top: auto; */
  margin: auto;
  margin-left: 0px;
  box-shadow: 0rem 0rem 1.5rem 0.1rem rgba(0, 0, 0, 0.15) !important;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-name {
  margin-bottom: 2rem;
  font-size: 13px;
  text-align: start;
}

span.versionNo {
  font-size: 20px;
  text-align: center;
  display: block;
}

.product-dets-help {
  background-color: white;
  padding: 7px 12px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0rem 0.2rem 0.7rem 0.2rem rgba(0, 0, 0, 0.15) !important;
  text-align: center;
}
.product-dets-help .pro-sub_Title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.product-dets-help .pro_Title {
  font-size: 12px;
  text-align: center;
  display: block;
}

.logo-ModName {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.main-bodyframe-container iframe.h-100vh {
  height: 100vh !important;
  overflow: hidden !important;
}

/*Style for Help page*/
