/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
.bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
.bs-datepicker bs-day-picker {
    float: left; }
.bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
.bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
.bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
.bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
.bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
.bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
.bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
.bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
.bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
.bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          position: relative;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
.bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
.bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
.bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
.bs-datepicker-body table td.active {
          position: relative; }
.bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
.bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
.bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
.bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -2px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
.bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
.bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
.bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
.bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
.bs-datepicker-body table.days span.select-start {
          z-index: 2; }
.bs-datepicker-body table.days span.is-highlighted.in-range:before, .bs-datepicker-body table.days span.in-range.select-end:before {
          background: none;
          right: 0;
          left: 0; }
.bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
.bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
.bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
.bs-datepicker-body table.months td {
        height: 52px; }
.bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
.bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
.bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
.bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
.bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
.bs-datepicker-container {
    padding: 15px; }
.bs-datepicker .bs-media-container {
    display: flex; }
@media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
.bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
.bs-datepicker-buttons .btn-default {
      margin-left: 10px; }
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
.bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }
.theme-default .bs-datepicker-body table td.week span {
  color: #777; }
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-red .bs-datepicker-head {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
/*# sourceMappingURL=bs-datepicker.css.map */
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ng-select/ng-select/themes/default.theme.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/datatables.net-fixedcolumns-bs/css/fixedColumns.bootstrap.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
table.DTFC_Cloned tr {
  background-color: white;
  margin-bottom: 0;
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: white;
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important;
  z-index: 2;
}

div.DTFC_LeftBodyWrapper table thead .sorting:before, div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_LeftBodyWrapper table thead .sorting:before,
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:before,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:before,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:before,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:before,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:before,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:before,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  display: none;
}

div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
div.DTFC_RightBodyWrapper table tbody tr:first-child th,
div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  border-top: none;
}

div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
  background-color: white;
}

div.DTFC_Blocker {
  background-color: white;
}

/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/** Generated by FG **/
/* @import '~bootstrap/dist/css/bootstrap.min.css';
@import '~bs-stepper/dist/css/bs-stepper.min.css';
@import "~@ng-select/ng-select/themes/default.theme.css";

@font-face { */
/* font-family: 'Conv_AvenirNextLTPro-Medium';
	src: url('./assets/dist/fonts/fontsAvenir/AvenirNextLTPro-Medium.eot');
  src: local('☺'), url('./assets/dist/fonts/fontsAvenir/AvenirNextLTPro-Medium.woff') format('woff'), url('./assets/dist/fonts/fontsAvenir/AvenirNextLTPro-Medium.ttf') format('truetype'), url('./assets/dist/fonts/fontsAvenir/AvenirNextLTPro-Medium.svg') format('svg'); */
/* font-family: 'Acumin Pro';
  src: local('Acumin Pro'), url('./assets/dist/fonts/acumin-pro-cufonfonts-webfont/Acumin-RPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
/* ======================== */
.modal-open .modal .modal-xl {
  width: 90% !important;
}
body {
  /* font-family: 'Roboto', sans-serif !important; */
  /* font-family: 'Acumin Pro' !important; */
  font-family: 'Open Sans', sans-serif;
}
.ng-dropdown-header {
  padding: 0px !important;
  cursor: pointer;
}
i {
  margin-right: 4px !important;
}
.ng-value-container {
  cursor: pointer;
}
.page-wrapper .customViewBlock .panel .customHeadingBlock h3 {
  margin-top: 0px !important;
  /* font-family: 'Roboto', sans-serif ; */
  font-family: 'Acumin Pro' !important;
  margin-bottom: 0px !important;
  font-weight: 600;
}
.btn-group>.btn:not(:last-child) {
  border-right: 2px solid #eee !important;
  outline: 0px !important;
}
.page-wrapper .customViewBlock .panel .table-responsive thead {
  /* background: #a29f9f; */
  color: #656565;
}
table.dataTable thead th {
  padding-left: 10px !important;
  border-bottom: 1px solid #a9a9a9;
}
.page-wrapper .customViewBlock .panel .customHeadingBlock .btn {
  /* background: #0078ca; */
  background: #1b2b47 !important;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 10px;
  outline: 0px !important;
}
.btn {
  outline: 0px !important;
  border: 0px;
}
.page-wrapper .customViewBlock .panel .customHeadingBlock .btn:hover {
  background: #0b64a4;
  outline: 0px !important;
}
.dataTables_filter input[type=search] {
  height: 40px;
  padding: 0 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  /* background: #7a858e !important; */
  background: #000 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.last:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.first:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  background: #333333 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 0px;
}
input[type=text],
input[type=number],
input[type=time],
input[type=email],
input[type=password],
input[type=url],
input[type=file]:not(.dn) {
  height: 40px;
  padding: 0 5px; 
  margin-top: 2px;
}
input[type=file] {
  padding: 0px 5px 8px !important;
}
/* textarea, */
select {
  border-radius: 5px;
  height: 40px !important;
  padding: 5px 5px;
}
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.modal-title {
  /* font-family: 'Roboto', sans-serif ; */
  font-family: 'Acumin Pro';
  text-transform: uppercase;
  font-size: 22px;
}
.modal-header {
  padding-top: 10px;
  padding-bottom: 5px;
}
.close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.model-content-body {
  margin-top: -35px;
}
.model-container {
  /* border: 1px solid #1b2b47; */
  /* border-radius: 5px 5px 0px 0px; */
  margin-top: 15px;
}
.form-title {
  background: #1b2b47;
  /* border-radius: 5px 5px 0px 0px; */
  height: 40px;
  color: #fff;
  margin-bottom: 15px;
}
.model-details-heading {
  font-size: 18px;
  float: left;
  line-height: 0px;
}
.custom-btn-small {
  background: #0078ca;
  border: none;
  border-radius: 5px;
}
.custom-btn-small:hover {
  background: #3a4b69;
  color: #fff;
}
.custom-btn-larg,
.dropdown-content .custom-btn-larg {
  background: #1b2b47;
  border: none;
  width: 20%;
  padding: 10px 12px;
  border-radius: 5px;
}
.dropdown-content .custom-btn-larg {
  margin: 0 5px;
}
.custom-btn-larg:hover,
.dropdown-content .custom-btn-larg:hover {
  background: #3a4b69;
  color: #fff;
}
.dropdown-content .custom-btn-reset {
  background: #324148 !important;
  border: none;
  width: 20%;
  padding: 10px 12px;
  margin: 0 5px;
}
.custom-btn-reset {
  background: #324148 !important;
  border: none !important;
  color: #fff;
}
.dropdown-content .custom-btn-larg:hover {
  background: #0b64a4;
  color: #fff;
}
.custom-btn-md {
  background: #0078ca;
  border: none;
  width: 13%;
  padding: 7px 12px;
  border-radius: 5px
}
.custom-btn-md:hover {
  background: #0b64a4;
  color: #fff;
}
.page-wrapper .customViewBlock .panel .customHeadingBlock .custom-search-btn {
  /* background: #3cad1c8f; */
  background: #0078ca;
  border: none;
}
.page-wrapper .customViewBlock .panel .customHeadingBlock .custom-search-btn:hover,
.page-wrapper .customViewBlock .panel .customHeadingBlock .custom-search-btn:focus {
  /* background: #3cad1cc4; */
  background: #0b64a4;
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  font-weight: 300 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: pointer !important;
}
.custom-alert {
  color: red;
  font-size: 8px;
  top: -1px;
  margin-left: 3px;
}
.nav-tabs>li:first-child>a {
  border-radius: 0px;
}
.nav-tabs>li:last-child>a {
  border-top-right-radius: 0px;
}
/* .nav-pills .nav-item:hover {
  background-color: #eee !important;
}

.nav-pills .nav-item:hover a {
  color: #727272 !important;
}

.nav-pills .nav-item.active:hover a {
  color: #fff !important;
} */
.nav-tabs>li>a {
  border-radius: 0px;
}
.nav-tabs>li {
  margin-right: 0px;
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  background-color: #eee !important;
}
.CustomCharLimit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  display: block;
}
.custom-fa-action {
  font-size: 16px;
  color: #929292;
  cursor: pointer;
  margin: 0 10px;
}
.custom-fa-action:hover,
.custom-fa-action i:hover {
  color: #23527c;
}
.officeAction {
  cursor: pointer;
  /* font-weight: 550; */
}
.officeAction:hover {
  text-decoration: none;
}
.page-wrapper .customViewBlock .panel-body {
  padding-top: 0 !important;
}
hr {
  margin-top: 0px;
  margin-bottom: 15px;
}
.horizontal-nav .fixed-sidebar-left .side-nav>li>a {
  padding: 10px 15px;
}
.horizontal-nav .fixed-sidebar-left .side-nav>li>a:before {
  background: #1f8ceb !important;
}
.horizontal-nav .fixed-sidebar-left .side-nav>li>a:hover span {
  color: #1f8ceb !important;
}
.fixed-sidebar-left .side-nav>li>ul>li a:hover {
  color: #1f8ceb !important;
}
.horizontal-nav .fixed-sidebar-left .side-nav>li>ul>li a:hover span {
  color: #1f8ceb !important;
}
.label.label-success {
  /* background: #26b1ff8a;
  color: #676666; */
  background: #72e3d9 !important;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500 !important;
}
.label.label-danger {
  background: #b7aeb1;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500 !important;
}
.alert.alert-warning {
  background: #17a2b88c;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
}
.alert-warning {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.alert.alert-warning a {
  color: white;
  text-shadow: none;
  text-decoration: underline;
}
.table>thead>tr.custom_th>th {
  padding: 10px 18px !important;
  font-weight: bold;
  /* background: #a29f9f !important; */
  color: #676666 !important;
  font-size: 14px;
  text-transform: capitalize;
}
.table>thead>tr.custom_th {
  border-bottom: 1px solid #a9a9a9 !important;
}
.table>thead>tr.custom_th>th {
  border-bottom: none !important;
}
.dt-buttons .dt-button {
  background: #0078ca !important;
  border: none !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  padding: 8px 25px 4px 25px !important;
}
.ng-select {
  border-radius: 0px;
}
.ng-select-container {
  border-radius: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 0px;
  padding-left: 7px;
}
#selectOffice.ng-select.ng-select-single .ng-select-container {
  /* height: 40px !important; */
  height: 30px !important;
  background-color: #1b2a47e3 ;
  width: 120px ;
  color: #fff ;
  border-radius: 5px !important;
  margin-top: 8px ;
  float: right;
}
.horizontal-nav .fixed-sidebar-left>.slimScrollDiv>ul>li {
  vertical-align: middle !important;
}
.close {
  opacity: 1;
}
.close:hover {
  opacity: 0.5;
}
.customer .dataTables_empty {
  display: none;
}
.left-ponter {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 0;
  padding-right: 0;
  float: left;
}
.list-group li.list-group-item-active {
  border: 1px solid #0b64a4;
  border-radius: 50%
}
.custom-modal {
  overflow-y: scroll;
  height: 300px;
}
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_desc::after {
  content: none !important;
}
.qoutes {
  margin-top: 6px;
}
table.dataTable.row-border tbody td,
table.dataTable>thead:first-child>tr:first-child>th {
  /* border-left: 1px solid #ddd !important; */
  border-left: none;
  /* color: #676666; */
  color: #282020;
  /* font-weight: 300; */
}
table.dataTable.row-border tbody td {
  font-size: 13px;
}
table.dataTable.row-border tbody td:last-child,
table.dataTable>thead:first-child>tr:first-child>th:last-child {
  /* border-right: 1px solid #ddd !important; */
  border-right: none;
}
blockquote {
  background: #EAF8EC;
  border-left: 5px solid #B5D2BB;
  margin: 0px;
}
blockquote p {
  margin-bottom: 0px;
}
.cust-file-btn {
  min-height: 44px !important;
  border-radius: 0px;
  padding: 5px
}
.cust-file-btn label {
  padding: 5px 12px;
  border-radius: 0px;
  margin-right: 3px;
}
.fixed-sidebar-left .side-nav li a {
  text-transform: uppercase !important;
  font-size: 11px !important;
}
.qoutesShowless {
  height: 22px;
  overflow: hidden;
  margin: 0px;
}
.qoutebtn a {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
.disabledCurser {
  cursor: not-allowed;
}
.panel-info>.panel-heading {
  background-color: #fff;
}
.panel-heading {
  color: #31708f;
  font-size: 18px;
  border-bottom: none;
}
.fa-arrow-circle-down {
  font-size: 18px;
}
.tableID {
  padding: 15px 10px;
}
.tableID p {
  margin: 0px;
}
.tableID p span {
  font-size: 11px;
}
.tableBlock {
  margin: 20px 0px;
}
.viewTable tbody tr th strong,
.viewTable p span {
  color: #6766669c;
  font-weight: 500;
  font-size: 13px;
}
.viewTable tbody tr th,
.viewTable tbody tr td {
  border: none;
}
.viewTable input[type="text"],
.viewTable input[type="text"]:hover,
.viewTable input[type="text"]:focus,
.viewTable input[type="text"]:active,
.viewTable input[type="number"],
.viewTable input[type="number"]:hover,
.viewTable input[type="number"]:focus,
.viewTable input[type="number"]:active,
.viewTable input[type="email"],
.viewTable input[type="email"]:hover,
.viewTable input[type="email"]:focus,
.viewTable input[type="email"]:active,
/* .viewTable textarea,
.viewTable textarea:hover,
.viewTable textarea:focus,
.viewTable textarea:active .viewTable select {
  border: 0px;
  border-bottom: 1px solid #8e8e8e;
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, .075);
  height: 30px !important;
} */

.viewTableEditBlock {
  margin-bottom: 20px;
}
.viewTableEditBlock .viewTableHeading {
  background: none;
  text-align: initial;
  margin-bottom: 0px;
}
.modelDetailHeading {
  text-transform: uppercase;
  margin-bottom: 20px !important;
  margin-top: 0px !important;
  font-size: 20px;
  padding: 5px 0 2px;
  float: left;
  border-bottom: 2px solid #999;
  width: 100%;
  text-align: left;
}
.viewTableHeading {
  text-transform: uppercase;
  margin-top: 0px !important;
  font-size: 20px;
  padding: 5px 5px;
  background: #ccc;
  text-align: initial;
  margin-bottom: 6px;
}
.cancel {
  background: #324148 !important;
  border: 1px solid #324148 !important;
}
.save {
  background: #26b1ff !important;
  border: 1px solid #26b1ff !important;
}
.viewTable .ng-select .ng-select-container {
  border: none;
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 10px;
}
.fixed-sidebar-left .right-nav-text {
  /* font-size: 13px !important; */
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 500;
}
table.dataTable.row-border tbody tr td,
table.table tbody tr td {
  vertical-align: middle !important;
}
/*============================= Media Query =======================================*/
@media screen and (max-width: 767px) {
  .tableBlock {
    margin: 20px 0px;
  }

}
@media (max-width:1050px) {
  .page-wrapper .customViewBlock .panel .customHeadingBlock h3 {
    margin-bottom: 10px !important;
  }
}
.pannel-expend {
  width: calc(100% - 220px) !important;
  margin-left: 210px !important;
}
.pannel-closed {
  width: calc(100% - 50px) !important;
  margin-left: 50px !important;
}
.header-info {
  font-size: 15px;
  color: gray;
  cursor: pointer;
}
.tooltip1 {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */

  /* float: right; */
  margin-top: -28px;
  /* margin-right: 135px; */
}
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 320px;
  background-color: #1b2b47;
  color: #fff;
  text-align: justify;
  border-radius: 6px;
  padding: 15px;
  font-size: 12px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}
.table-responsive {
  margin-top: 0px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background-color: #1b2b47 !important;
  color: #fff !important;
}
.invalid {
  border-left: 4px solid #dc3545;
}
@media (max-width :1199px) {
  /* .pannel-expend {
    width: calc(100% - 20px) !important;
    margin-left: 20px !important;
  } */

  .pannel-closed {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 20px;
  }
}
#notes,
#office_notes {
  /* height: 100px !important; */
  resize: vertical !important;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  border: 1px solid skyblue;
  margin-bottom: 0px;
}
.cropText {
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#multi-select .multiselect-dropdown .dropdown-list .item1 .filter-textbox{
  padding : 0px !important
}
#multi-select .multiselect-dropdown .dropdown-list .item1 .filter-textbox input[type=text]{
  height : 30px !important
}
/* .col-sm {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
  max-width: 100% !important;
  display: inline-flex;
} */
.circle {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ddd;
  border-radius: 50%;
}
.inner-circle {
  width: 92%;
  height: 92%;
  background: white;
  border-radius: 50%;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.spinner {
  height: 0;
  width: 0;
  border-radius: 50%;
  border-right: 21px solid rgba(0, 0, 0, 1);
  border-top: 31px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 21px solid transparent;

  animation: rotate 1.5s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.readonly-bg-color{
  background-color: #ffffff !important;
}
pagination-controls.pagination-gap.ng-star-inserted {
  float: left;
}
.pagination-gap .ngx-pagination .current  {
  background: #374955 !important;
  padding: 7px 14px !important;
  margin: 0px !important;
  color: #fff !important;
}
.pagination-gap .ngx-pagination  {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  float: left;
  font-size: 13px;
  margin-left: 10px !important;
}
.pagination-gap .ngx-pagination li {
  border-radius: 0 !important;
  padding: 0px !important;
  border: 1px solid #e5e5e5 !important;
}
.pagination-gap .ngx-pagination li a {
  padding: 6px 14px !important;
}
.pagination-gap .ngx-pagination a:hover, .ngx-pagination button:hover{
  background: #e6e6e6;
}
.pagination-gap .ngx-pagination li.pagination-next.disabled {
  padding: 6px 14px !important;
}
.pagination-gap .ngx-pagination li.pagination-previous.disabled {
  padding: 6px 14px !important;
}
.mt-3{
  margin-top: 1rem !important
}
.make-point {
  cursor: pointer;
  color: #0587b7;
}
foreignObject{
  width: 100%;
}
app-recruit-list .search-dropdown.ng-select.ng-select-single .ng-select-container {
  /* height: 40px !important; */
  height: 41px !important;
  background-color: #fff;
  width: 100%;
  color: #000;
  border-radius: 6px;
  margin-top: 1px;
  line-height: 41px;

  /*border: 1px solid #4f4f4f;*/
}
app-recruit-list .search-dropdown.ng-select.ng-select-multiple .ng-select-container {
  /* height: 40px !important; */
  height: 30px !important;
  background-color: #fff;
  width: 120px;
  color: #000;
  border-radius: 2px;
  margin-top: 8px;
  float: right;
}
app-add-edit-contract .templateId.ng-select.ng-select-single .ng-select-container {
  /* height: 40px !important; */
  /*height: 41px !important;*/
  background-color: #fff;
  width: 100%;
  color: #000;
  border-radius: 2px;
  margin-top: 1px;
  float: left;
  /*border: 1px solid #4f4f4f;*/
}
.my-pagination .ngx-pagination .current{
  background-color: #EAECF0;
  color: #182230;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  padding: 10px 15px 10px 15px;
}
.my-pagination .ngx-pagination li a:hover{
  background-color: #EAECF0;
  border-radius: 50%;
  text-decoration: none;
}
.my-pagination .ngx-pagination a,.my-pagination .ngx-pagination button {
  font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #475467;
  display: block;
  padding: 10px 15px 10px 15px;
  border-radius: 0;
}
.my-pagination .ngx-pagination .pagination-next a:after, .my-pagination .ngx-pagination .pagination-next.disabled:after {
  content: "->";
  display: inline-block;
  margin-left: 5px;
  font-weight: 500 !important;
  font-size: 20px;
  margin-top: -20px;
  margin-bottom: -5px;
}
/* // .my-pagination .ngx-pagination .pagination-previous a:before, .ngx-pagination .pagination-previous.disabled span:before { */
.my-pagination .ngx-pagination .pagination-previous a:before, .my-pagination .ngx-pagination .pagination-previous.disabled:before{
  content: "<-";
  display: inline-block;
  margin-right: 5px;
  font-weight: 500 !important;
  font-size: 20px;
  margin-top: -20px;
  margin-bottom: -5px;
}
.my-pagination .ngx-pagination{
  padding: 0px
}
.my-pagination .ngx-pagination {
  display: flex;
  align-items: center;
}
.my-pagination .ngx-pagination .pagination-previous {
  margin-right: auto; 
}
.my-pagination .ngx-pagination .pagination-previous a:hover{
border-radius: 0%;
}
.my-pagination .ngx-pagination .pagination-next a:hover{
  border-radius: 0%;
  }
.my-pagination .pagination-page li a{
  margin: 0 5px; 
}
.my-pagination .ngx-pagination .pagination-next {
  margin-left: auto; 
}
.my-pagination .ngx-pagination li a:hover{
  background-color: #EAECF0;
  border-radius: 50%;
  /* //   height: 35px;
  //   width: 35px;
    // padding: 10px 15px 10px 15px; */
}
/* // .my-pagination .ngx-pagination .pagination-next {
//   // background-color: whi;
//   color: #182230;
// } */
.my-pagination .ngx-pagination .pagination-next a:after, .my-pagination .ngx-pagination .pagination-next.disabled:after {
  content: ">>";
  display: inline-block;
  margin-left: 5px;
  font-weight: 500 !important;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: -5px;
}
/* // .my-pagination .ngx-pagination .pagination-previous a:before, .ngx-pagination .pagination-previous.disabled span:before { */
.my-pagination .ngx-pagination .pagination-previous a:before, .my-pagination .ngx-pagination .pagination-previous.disabled:before{
  content: "<<";
  display: inline-block;
  margin-right: 5px;
  font-weight: 500 !important;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: -5px;
}
.my-pagination .ngx-pagination{
  padding: 0px
}
.my-pagination .ngx-pagination {
  display: flex;
  align-items: center;
}
.my-pagination .ngx-pagination .pagination-previous {
  margin-right: auto; 
}
.my-pagination .ngx-pagination .pagination-previous a:hover{
border-radius: 0%;
}
.my-pagination .ngx-pagination .pagination-next a:hover{
  border-radius: 0%;
  }
.my-pagination .pagination-page li a{
  margin: 0 5px; 
}
.my-pagination .ngx-pagination .pagination-next {
  margin-left: auto; 
}
body .status-change-dropdown.ng-select.ng-select-single .ng-select-container {
  background-color: #fff;
  width: 100%;
  color: #000;
  border-radius: 2px;
  margin-top: 8px;
}
.modal-text-white{
  color: #fff !important;
}

/*# sourceMappingURL=styles.7a67b63bbe6c22f6.css.map*/