/***************************/
/*  Theme css  */
/***************************/

/* will override color  code from atalntis api json from setting page*/
:root {
  --text_primary: rgba(0, 0, 0, 0.87);
  --text_secondary: rgb(62, 62, 60);

  --primary: #1e90ff;
  --seconday: #062c8b;
  --errormessage_text: red;
  --popupheader_bg: #ffffff;
  --popupheader_text: #000000;
  --popupfooter_bg: #ffffff;
  --popupseparator: #ccc;
  --popupcontent: #fafafa;
  --input_label_text: #3e3e3c;
  --input_bg: #ffffff;
  --input_login_label: #54698d;
  --input_text: #000000;
  --input_focus: #66afe9;
  --error_color: red;
  --input_border: rgb(216, 221, 230);
  --scroll_bg: hsl(223, 78%, 55%);
}

/* body font family */
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* web logo */
#applogo2_img {
  object-fit: contain;
}

::-webkit-scrollbar-thumb {
  background: var(--scroll_bg);
}

input:focus {
  border-color: var(--input_focus) !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.modal .modal-content {
  padding: 10 20px !important;
  background-color: var(--popupcontent) !important;
}

.intl-tel-input input,
.intl-tel-input input[type='text'],
.intl-tel-input input[type='tel'] {
  padding-left: 85px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.select-wrapper + label {
  top: -1.5rem !important;
}

.select-wrapper span.caret {
  top: -6px !important;
  right: 7px;
  z-index: 1;
}
.select-wrapper input.select-dropdown {
  line-height: 30px !important;
  height: 30px !important;
}

.input-field .prefix {
  padding-top: 5px;
}
.modal-content div.error_message {
  font-size: 12px;
  color: var(--errormessage_text) !important;
}
.modal-content label.countrypicker_label {
  color: var(--input_text) !important;
}
.modal-content div.countrypicker {
  margin-top: 4px;
}
.modal-content .intl-tel-input {
  margin-bottom: 2px;
}
.modal-content .select_parent {
  padding-top: 8px;
}
.modal-content label.required:before {
  color: var(--input_label_text);
  content: '*';
  padding-right: 4px;
}
.modal-footer-section.row {
  padding: 5px 20px !important;
}
.modal-footer-section {
  background: var(--popupfooter_bg);
  margin-bottom: -10px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid var(--popupseparator);
}
.modal-footer-section .col {
  width: auto !important;
  padding: 2px !important;
  float: right;
}
.modal-content .modal-footer-section a.btn {
  border: 1px solid #dddbda !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  background-color: var(--primary) !important;
  color: var(--input_bg);
  border-radius: 5px;
  padding: 0px 15px;
  min-width: 80px;
}
.modal-content .modal-footer-section a.modal-close.btn {
  background-color: transparent !important;
  color: var(--primary) !important;
}

label.shine:nth-of-type(4n + 2),
label.shine:nth-of-type(4n + 4) {
  width: 65%;
}
label.shine:nth-of-type(4n + 1),
label.shine:nth-of-type(4n + 3) {
  width: 75%;
}
div.shine:nth-of-type(4n + 2),
div.shine:nth-of-type(4n + 4) {
  width: 70%;
}
div.shine:nth-of-type(4n + 1),
div.shine:nth-of-type(4n + 3) {
  width: 100%;
}

div.shineGrid:nth-of-type(4n + 2),
div.shineGrid:nth-of-type(4n + 4) {
  width: 70%;
}
div.shineGrid:nth-of-type(4n + 1),
div.shineGrid:nth-of-type(4n + 3) {
  width: 100%;
}

.shineCol {
  border-bottom: 1px solid #e1dfde;
  padding: 12px !important;
}
.shineGridRow {
  border-bottom: 1px solid #e1dfde;
  margin: 0px !important;
}
.shineGridCol {
  padding: 12px !important;
}

.shimmerDiv {
  border-top: 1px solid #e1dfde;
  position: fixed;
  width: 97%;
  z-index: 10;
  background: var(--popupcontent);
}
.shine {
  height: 10px;
  margin-top: 10px;
  background: var(--popupcontent);
  background-image: linear-gradient(to right, #f3f2f2 0%, #ecebea 20%, #f3f2f2 40%, #f3f2f2 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  -webkit-animation-name: placeholderShimmer;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

.shineGrid {
  height: 10px;
  margin-top: 10px;
  background: var(--popupcontent);
  background-image: linear-gradient(to right, #f3f2f2 0%, #ecebea 20%, #f3f2f2 40%, #f3f2f2 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  -webkit-animation-name: placeholderShimmer;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

/** delete modal ******/
#deleteBox.modal {
  overflow: hidden;
  height: auto;
}
#deleteBox.modal .modal-content {
  padding: 0px !important;
}
#deleteBox.modal .modal-content .deletemodal-body-section {
  padding: 15px 10px;
  text-align: center;
}
#deleteBox .modal-content .deletemodal-header-section {
  text-align: center !important;
  height: 50px !important;
  line-height: 50px !important;
  background: var(--popupheader_bg) !important;
  color: var(--popupheader_text) !important;
  border-bottom: 1px solid var(--popupseparator);
}
#deleteBox > .modal-content > div:first-child:after {
  position: relative;
  content: '';
  width: auto;
  padding-top: none;
  top: 0;
  left: 0;
  background: transparent !important;
  height: auto;
}
#deleteBox.modal .modal-footer a {
  color: var(--input_label_text) !important;
  border: 1px solid var(--primary);
  padding: 5px 20px;
  float: left;
  border-radius: 5px;
}
#deleteBox.modal .modal-footer .modal-close a {
  float: right;
}

/**********Login************/
#page_login #Header-Content {
  display: none;
}
.error_message {
  color: var(--error_color) !important;
  font-size: 12px;
}
#page_login .labelTitle,
#page_login .labelTitle {
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  color: var(--seconday) !important;
  cursor: pointer;
}
#page_login .termscond {
  text-align: right !important;
}
#page_login .loginBox .row {
  margin-bottom: 10px;
}
#page_login .loginBox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  min-width: 380px;
  padding: 20px 0px 0px;
  transition: all 0.25s ease 0s;
}
#page_login .logincard .input-field label {
  font-size: 12px !important;
  color: var(--input_login_label) !important;
}
#page_login .logincard .col {
  padding: 0px;
}
#page_login .loginbox .card {
  box-shadow: none;
}
#page_login .logincard {
  display: block;
  color: rgb(22, 50, 92);
  margin: 0px auto;
  padding: 20px 20px 10px 20px;
  border-radius: 0.25rem;
  border: 1px solid #d8dde6;
  border-image: initial;
  background-color: #ffffff;
  margin-bottom: 24px;
  box-shadow: none !important;
}
#page_login .btn {
  width: 100%;
  background-color: var(--primary) !important;
  color: var(--input_bg) !important;
}
#full-body-container .loginbox .card {
  padding: 20px 0px 10px !important;
}
#full-body-container .loginbox input[type='text'],
#full-body-container .loginbox input[type='password'] {
  height: 38px !important;
}
#full-body-container .loginbox .hoku_button {
  height: 38px;
  line-height: 34px;
  background-color: #0070d2;
  color: #fff;
}

/***** Full body container css *******/
#full-body-container .no_margin {
  margin: 2px 0px 0px 0px !important;
}
#full-body-container {
  border-bottom: none;
  background-image: url(../img/lightning_blue_background.png);
  background-repeat: no-repeat;
  background-color: #b0c4df;
  padding: 15px 15px 0 15px !important;
}
#page_login #full-body-container {
  background-image: none;
  background-color: #fff;
}
#page_login .no_margin input {
  padding-left: 10px !important;
}

#full-body-container .card {
  border-radius: 0px;
}

#page_login .card.loginDiv {
  box-shadow: none !important;
  border: 1px solid var(--primary);
}

#full-body-container > .col.s12 {
  padding: 0 0 10px 0;
  border-radius: 5px;
  background-color: #fff;
  min-height: 80vh;
}

/******** menu css ********/
#tabCustommenu .tabs .tab a:hover,
#tabCustommenu .tabs .tab a.highlighted-menu {
  background-color: rgba(0, 112, 210, 0.1) !important;
  border-top: 3px solid #0070d2;
  border-bottom: none !important;
  font-weight: normal !important;
}
#tabCustommenu .redirecttopage {
  background-color: #fff;
  border-top: 3px solid #fff;
  border-bottom: none !important;
  font-weight: normal !important;
  font-size: 13px !important;
  color: inherit !important;
  padding: 0 15px !important;
  cursor: pointer;
}
#tabCustommenu .card .tabs {
  background-color: #fff !important;
}

/***** spiiner *******/

.slds-spinner_container {
  z-index: 99;
}
.slds-spinner_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9050;
  background-color: rgba(255, 255, 255, 0.75);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease, visibility 0s;
  transition-delay: 0s, 0.3s;
}
.slds-p-top--large {
  padding-top: 1.5rem;
}
.slds-align--absolute-center {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: auto;
}
.slds-spinner--medium {
  width: 2rem;
}
.slds-spinner,
.slds-spinner__dot-a,
.slds-spinner__dot-b {
  transform-origin: 50% 50%;
  will-change: transform;
}
.slds-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9051;
  transform: translate(-50%, -50%) rotate(90deg);
}
.slds-spinner__dot-a,
.slds-spinner__dot-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slds-spinner:before {
  animation-delay: -83.33333ms;
}
.slds-spinner:after {
  animation-delay: 416.66667ms;
}
.slds-spinner__dot-a {
  transform: rotate(60deg);
}
.slds-spinner__dot-a:before {
  animation-delay: 83.33333ms;
}
.slds-spinner__dot-a:after {
  animation-delay: 583.33333ms;
}
.slds-spinner__dot-b {
  transform: rotate(120deg);
}
.slds-spinner__dot-b:before {
  animation-delay: 250ms;
}
.slds-spinner__dot-b:after {
  animation-delay: 750ms;
}
.slds-spinner--brand.slds-spinner:before,
.slds-spinner--brand.slds-spinner:after,
.slds-spinner--brand .slds-spinner__dot-a:before,
.slds-spinner--brand .slds-spinner__dot-b:before,
.slds-spinner--brand .slds-spinner__dot-a:after,
.slds-spinner--brand .slds-spinner__dot-b:after {
  background-color: var(--seconday);
}
.slds-spinner:before,
.slds-spinner:after,
.slds-spinner__dot-a:before,
.slds-spinner__dot-b:before,
.slds-spinner__dot-a:after,
.slds-spinner__dot-b:after {
  content: '';
  position: absolute;
  background: rgb(176, 173, 171);
  border-radius: 50%;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  transform: translate3d(0, 0, 0);
}
.slds-spinner--medium.slds-spinner:before,
.slds-spinner--medium .slds-spinner__dot-a:before,
.slds-spinner--medium .slds-spinner__dot-b:before {
  animation-name: dotsBounceBefore-medium;
  top: -0.25rem;
  left: -0.25rem;
}
.slds-spinner--medium.slds-spinner:after,
.slds-spinner--medium .slds-spinner__dot-a:after,
.slds-spinner--medium .slds-spinner__dot-b:after {
  animation-name: dotsBounceAfter-medium;
  top: -0.25rem;
  right: -0.25rem;
}
@keyframes dotsBounceBefore-medium {
  0% {
    transform: translate3d(0, 0, 0);
  }

  60% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }

  80% {
    transform: translate3d(-0.5rem, 0, 0);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dotsBounceAfter-medium {
  0% {
    transform: translate3d(0, 0, 0);
  }

  60% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }

  80% {
    transform: translate3d(0.5rem, 0, 0);
    animation-timing-function: cubic-bezier(0, 1.11, 0.7, 1.43);
  }

  100% {
    transform: translateX(0);
  }
}

.slds-spinner--medium.slds-spinner:before,
.slds-spinner--medium.slds-spinner:after,
.slds-spinner--medium .slds-spinner__dot-a:before,
.slds-spinner--medium .slds-spinner__dot-b:before,
.slds-spinner--medium .slds-spinner__dot-a:after,
.slds-spinner--medium .slds-spinner__dot-b:after {
  width: 0.5rem;
  height: 0.5rem;
}
.slds-assistive-text {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.slds-hide {
  display: none !important;
}

.slds-p-top--xx-large {
  padding-top: 3rem;
}
.slds-grid--vertical {
  flex-direction: column;
}
.forceListViewManagerPrimaryDisplayManager .long-loading-1 {
  padding-bottom: 20px;
  padding-top: 6rem;
}
.slds-text-align--center {
  text-align: center;
}
.slds-text-heading--medium {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.25;
}

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5ths {
  width: 20%;
}

@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}

@media only screen and (min-width: 1201px) {
  .row .col.xl5ths {
    width: 20%;
  }
}

.no_margin input {
  padding-left: 35px !important;
  padding-right: 0px !important;
}

#full-body-container a.header_buttons {
  background-color: transparent !important;
  color: var(--input_label_text) !important;
  border-radius: 5px;
  border: 1px solid var(--popupseparator);
  text-transform: capitalize !important;
  font-weight: 400 !important;
}

.outer_starcontainer #full-body-container > div.header_column {
  padding-left: 2px !important;
}

#page_usermanagementlistweb .col.s12.header_column label.header_main_label {
  height: 34px;
  background-repeat: no-repeat;
  min-width: 34px;
  background-position: 5px -5px;
  padding-left: 39px;
  color: var(--input_label_text) !important;
}

#userdetailcontainer4 .MxDock-developer-portal {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzRweCIgaGVpZ2h0PSIzNHB4IiB2aWV3Qm94PSIxIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3ICg0NTM5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c3ByaW50cjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJzcHJpbnRyIiBzdHJva2U9IiMwNTk1REIiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMjI4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjAwMDAwMCwgOS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iU3Ryb2tlLTUxODUiIHBvaW50cz0iMy40OTk1IDguNSAzLjQ5OTUgMTMuNSAxMi40OTk1IDEzLjUgMTIuNDk5NSA4LjUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlN0cm9rZS01MTg2IiBwb2ludHM9IjAuNDk5NSA3IDcuOTk5NSAwLjUgMTUuNDk5NSA3Ij48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtNTE4NyIgcG9pbnRzPSIxMC45OTk1IDAuNSAxMy40OTk1IDAuNSAxMy40OTk1IDMiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU3Ryb2tlLTUxOTEiIHBvaW50cz0iNi40OTkgMTMuNSA5LjQ5OSAxMy41IDkuNDk5IDkuNSA2LjQ5OSA5LjUiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
}
#userdetailcontainer4 .MxDock-community-profile {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ3ICg0NTM5NikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+bXkgcHJvZmlsZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0ibXktcHJvZmlsZSIgc3Ryb2tlPSIjMDU5NURCIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTI2NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOC4wMDAwMDAsIDguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjY2NjY2NywxMCBDNi42NjY2NjY2NywxMCA1LjY2NjY2NjY3LDkuNjY2NjY2NjcgNS42NjY2NjY2Nyw4IEM1LjExNiw4IDUuMTE2LDYuNjY2NjY2NjcgNS42NjY2NjY2Nyw2LjY2NjY2NjY3IEM1LjY2NjY2NjY3LDYuNDQzMzMzMzMgNC42NjY2NjY2Nyw0IDYuMzMzMzMzMzMsNC4zMzMzMzMzMyBDNi42NjY2NjY2NywzIDEwLjMzMzMzMzMsMyAxMC42NjY2NjY3LDQuMzMzMzMzMzMgQzEwLjg5OCw1LjI1ODY2NjY3IDEwLjMzMzMzMzMsNi41MDI2NjY2NyAxMC4zMzMzMzMzLDYuNjY2NjY2NjcgQzEwLjg4NCw2LjY2NjY2NjY3IDEwLjg4NCw4IDEwLjMzMzMzMzMsOCBDMTAuMzMzMzMzMyw5LjY2NjY2NjY3IDkuMzMzMzMzMzMsMTAgOS4zMzMzMzMzMywxMCBMOS4zMzMzMzMzMywxMS42NjY2NjY3IEMxMC45ODQ2NjY3LDEyLjI4NiAxMi42MiwxMi43OTggMTMuNDU3MzMzMywxMy4zODMzMzMzIEMxNC44MjI2NjY3LDExLjk5OTMzMzMgMTUuNjY2NjY2NywxMC4wOTggMTUuNjY2NjY2Nyw4IEMxNS42NjY2NjY3LDMuNzY1MzMzMzMgMTIuMjM0NjY2NywwLjMzMzMzMzMzMyA4LDAuMzMzMzMzMzMzIEMzLjc2NTMzMzMzLDAuMzMzMzMzMzMzIDAuMzMzMzMzMzMzLDMuNzY1MzMzMzMgMC4zMzMzMzMzMzMsOCBDMC4zMzMzMzMzMzMsMTAuMTAyIDEuMTgsMTIuMDA2IDIuNTUsMTMuMzkxMzMzMyBDMy40MzY2NjY2NywxMi43NzggNS4xODQ2NjY2NywxMi4yMjczMzMzIDYuNjY2NjY2NjcsMTEuNjY2NjY2NyBMNi42NjY2NjY2NywxMCBMNi42NjY2NjY2NywxMCBaIiBpZD0iU3Ryb2tlLTEwNjgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yLjU1MDEzMzMzLDEzLjM5MTI2NjcgQzMuOTQwMTMzMzMsMTQuNzk1OTMzMyA1Ljg2ODEzMzMzLDE1LjY2NjYgOC4wMDAxMzMzMywxNS42NjY2IEMxMC4xMzU0NjY3LDE1LjY2NjYgMTIuMDY2MTMzMywxNC43OTMyNjY3IDEzLjQ1NjgsMTMuMzgzMjY2NyIgaWQ9IlN0cm9rZS0xMDY5Ij48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=);
}
#userdetailcontainer4 .MxHeader__logout {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSItMSAwIDMyIDMyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0NyAoNDUzOTYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPmxvZ291dDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJsb2dvdXQiIHN0cm9rZT0iIzA1OTVEQiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDguMDAwMDAwLCA4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTdHJva2UtODA1NSIgcG9pbnRzPSI2LjMzMzMzMzMzIDEuNjY2NjY2NjcgMTEuNjY2NjY2NyAxLjY2NjY2NjY3IDExLjY2NjY2NjcgMy4zMzMzMzMzMyI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iU3Ryb2tlLTgwNTYiIHBvaW50cz0iMTEuNjY2NjY2NyAxMy4zMzMzMzMzIDExLjY2NjY2NjcgMTQuMzMzMzMzMyA2LjMzMzMzMzMzIDE0LjMzMzMzMzMiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU3Ryb2tlLTgwNTciIHBvaW50cz0iMC4zMzMzMzMzMzMgMTQuMzMzMzMzMyA2LjMzMzMzMzMzIDE1LjY2NjY2NjcgNi4zMzMzMzMzMyAwLjMzMzMzMzMzMyAwLjMzMzMzMzMzMyAxLjY2NjY2NjY3Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNSw4LjMzMzMzMzMzIEM1LDguODg1MzMzMzMgNC41NTIsOS4zMzMzMzMzMyA0LDkuMzMzMzMzMzMgQzMuNDQ4LDkuMzMzMzMzMzMgMyw4Ljg4NTMzMzMzIDMsOC4zMzMzMzMzMyBDMyw3Ljc4MTMzMzMzIDMuNDQ4LDcuMzMzMzMzMzMgNCw3LjMzMzMzMzMzIEM0LjU1Miw3LjMzMzMzMzMzIDUsNy43ODEzMzMzMyA1LDguMzMzMzMzMzMgTDUsOC4zMzMzMzMzMyBaIiBpZD0iU3Ryb2tlLTgwNTgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04LDguMzM4ODY2NjcgTDE1LjY2NjY2NjcsOC4zMzg4NjY2NyIgaWQ9IlN0cm9rZS04MDU5Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlN0cm9rZS04MDYwIiBwb2ludHM9IjEzIDUuNjY2NjY2NjcgMTUuNjY2NjY2NyA4LjMzMzMzMzMzIDEzIDExIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}
#userdetailcontainer4 {
  margin-top: 7px;
  margin-bottom: 4px;
  position: absolute;
  background: var(--popupcontent);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  min-width: 224px;
  min-height: 100px;
  border-radius: 4px;
  background-clip: padding-box;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
  padding: 8px 0;
  top: 70px;
  right: 8px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  width: auto !important;
  height: auto !important;
}
#userdetailcontainer4.MxDock-profile-menu:after,
#userdetailcontainer4.MxDock-profile-menu:before {
  content: '';
  display: block;
  position: absolute;
}
#userdetailcontainer4.MxDock-profile-menu:after {
  right: 16px;
  top: -6px;
  border: 6px solid transparent;
  border-top: none;
  border-bottom: 6px solid var(--popupcontent);
}
#userdetailcontainer4.MxDock-profile-menu:before {
  right: 14px;
  top: -8px;
  border: 8px solid transparent;
  border-top: none;
  border-bottom: 8px solid var(--input_label_text);
}

#userdetailcontainer4 .MxDock-admin-link:hover,
#userdetailcontainer4 .MxDock-community-profile:hover,
#userdetailcontainer4 .MxDock-developer-portal:hover,
#userdetailcontainer4 .MxDock-support-menu-item-link:hover,
#userdetailcontainer4 .MxDock-switch-beta-button:hover,
#userdetailcontainer4 .MxHeader__logout:hover,
#userdetailcontainer4 .MxHeader__nav-bar-item-link--desktop:hover,
#userdetailcontainer4 .MxHeader__nav-bar-item-link:hover,
#userdetailcontainer4 .MxHeader__nav-bar-menu-item-link:hover {
  color: var(--primary) !important;
}
#userdetailcontainer4 .MxDock-profile-menu-photo {
  width: 60px;
  height: 60px;
  display: block;
  margin: 20px auto 14px;
  /* border: 1px solid #eee; */
  border-radius: 50%;
}
#userdetailcontainer4 .MxDock-profile-menu-username {
  color: rgb(85, 85, 85);
  font-weight: 700;
}

#userdetailcontainer4 .MxDock-profile-menu-email,
#userdetailcontainer4 .MxDock-profile-menu-username {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  display: block;
  line-height: normal;
  padding: 0px 21px 14px;
}

#userdetailcontainer4 .MxDock-profile-menu-email {
  color: rgb(136, 136, 136);
}

#userdetailcontainer4 .MxDock-profile-menu-email,
#userdetailcontainer4 .MxDock-profile-menu-username {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  display: block;
  line-height: normal;
  padding: 0px 21px 14px;
}
#userdetailcontainer4 * {
  box-sizing: border-box;
}

#userdetailcontainer4 .MxDock-admin-link,
#userdetailcontainer4 .MxDock-community-profile,
#userdetailcontainer4 .MxDock-developer-portal,
#userdetailcontainer4 .MxHeader__logout {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  font-size: 12px !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  background-color: transparent;
  padding: 0px 18px 0px 48px;
  margin: 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background-position: 8px center;
  background-repeat: no-repeat;
}

#userdetailcontainer4 .MxDock-admin-link,
#userdetailcontainer4 .MxDock-community-profile,
#userdetailcontainer4 .MxDock-developer-portal,
#userdetailcontainer4 .MxDock-support-menu-item-link,
#userdetailcontainer4 .MxDock-switch-beta-button,
#userdetailcontainer4 .MxHeader__logout,
#userdetailcontainer4 .MxHeader__nav-bar-item-link,
#userdetailcontainer4 .MxHeader__nav-bar-item-link--desktop,
#userdetailcontainer4 .MxHeader__nav-bar-menu-item-link {
  text-decoration-style: initial;
  text-decoration-color: initial;
  font-size: 14px;
  text-decoration-line: none !important;
  color: rgb(85, 85, 85) !important;
  outline: 0px;
  transition: color 0.15s ease 0s;
}

/* kendo table */
.col.s12.hokukedogrid {
  padding: 0;
}
.k-grid-header th.k-header {
  vertical-align: middle !important;
  padding: 0.25rem 0.5rem !important;
  background-color: #fafaf9 !important;
  height: 40px !important;
}
.k-grid-header th.k-header > .k-link,
.k-header {
  font-size: 13px !important;
  font-weight: bold !important;
}

/* kendo table content size */
.k-grid td {
  padding: 0.001em 10px !important;
  padding-right: 2px !important;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  line-height: 1.1em !important;
}
.k-grid-content td {
  height: 30px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

/* kendo pager */
.k-pager-wrap {
  line-height: 1.286em;
  padding: 0.429em 0 0.429em 0.25em;
  background-color: #f7f4f4 !important;
}

/* filter icon color */
.k-grid .k-icon {
  color: #000;
}
/*.k-grid .k-alt td { background: #ffd8de !important; border-radius: 0 !important; }*/
.k-grid td {
  background: #fff;
}
.k-grid td {
  font-size: 13px !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dddddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--seconday);
}

label.header_main_label.labelTitle {
  display: flex;
  padding-left: 10px !important;
}
label.header_main_label.labelTitle i {
  padding-right: 5px;
}
input[type='checkbox'] ~ label {
  top: 25px !important;
}

/* theme css */
#tabCustommenu .tabs .tab a.highlighted-menu {
  color: var(--text_primary) !important;
}
.body_header_title2 .label {
  color: var(--text_primary) !important;
}
.k-grid-header th.k-header > .k-link,
.k-header {
  color: var(--text_primary) !important;
}
.body_header_title1 .labelTitle {
  color: var(--text_primary) !important;
}
.k-grid-header .k-header,
.k-grid-header .k-header .k-link,
.k-grid-header .k-link,
.k-grid-header .k-link:link,
.k-pager-info,
.k-scheduler-agendaview .k-scheduler-datecolumn,
.k-scheduler-header {
  color: var(--text_primary) !important;
}

.popup_subheader label.labelTitle {
  color: var(--text_secondary) !important;
}
.input-field label {
  color: var(--input_label_text) !important;
}

#full-body-container > .col.s12 {
  background-color: transparent;
}
.materialcard {
  padding: 0px !important;
  border: 1px solid #87a8ce;
  border-radius: 5px !important;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}

#full-body-container .materialcard .card {
  padding: 0px;
  margin-top: 0px;
  box-shadow: none;
}

@media only screen and (min-width: 1200px) html {
  font-size: 14px;
}

.detailstitle {
  border-bottom: 1px solid gray;
  padding-bottom: 5px !important;
  border-left: 20px solid #fff;
}
.detailsvalue {
  border-bottom: 1px solid gray;
  padding-bottom: 5px !important;
}
.detailstitle label {
  font-size: 14px !important;
}
.detailsvalue label {
  font-size: 14px !important;
  color: #000;
}
.picker__select--month,
.picker__select--year {
  height: 30px;
}

.previewimage {
  position: fixed;
  width: 100%;
  display: none;
  height: 100vh;
  text-align: center;
  top: 0px;
  left: 0px;
  z-index: 1111;
  background-color: #fff;
}
.previewimage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0px auto;
}
.previewimage .closepreview {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  font-weight: bold;
  z-index: 2222;
  font-size: 24px;
}
