.upper {
  text-transform: uppercase;
}


/** Custom jobs bottom sheet panel */
.jobs-bottom-sheet-panel {
  padding: 0px !important;
  min-width: 400px !important;
}

.pointer {
  cursor: pointer;
}

form {
  margin-bottom: 0px !important;
}


.mat-form-field.fill-container,
.mat-form-field.fill-container .mat-form-field-infix,
.mat-form-field.fill-container .mat-form-field-flex,
.mat-form-field.fill-container .mat-form-field-wrapper {
  height: 100%;
  width: 100%;
}

  .mat-form-field.fill-container textarea {
    height: calc(100% - 25px);
  }

textarea {
  height: 100%;
}

@font-face {
  font-family: "TIM Sans";
  src: url("../fonts/TIMSans.woff2") format("woff2");
}

.footer-telsy .main-footer {
  background: transparent !important;
}

.main-content-wrap {
  background-color: white;
}

.app-loader {
  height: 100vh !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}


input:read-only {
  color: black !important;
}

button:disabled {
  color: black !important;
}

.mat-input-element {
  color: black !important;
}



.mat-form-field-disabled {
  color: black !important;
}

.mat-radio-disabled {
  color: black !important;
}

.mat-select-disabled {
  color: black !important;
}

.mat-form-field-disabled .mat-form-field-underline {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.42) !important;
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-position: 0;
  background-color: transparent;
}

.generic-navy .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 1 !important;
}

mat-icon.disable {
  filter: opacity(0.5);
}

.country-selector {
  opacity: 1 !important;
  bottom: 8px !important;
  /*
  text-align: left !important;
  width: 70px !important;*/
}

input:not(.country-search) {
  bottom: 3px;
  left: 10px;
}

.country-search {
  margin: 10px;
  padding-top: 0px !important;
  padding-right: 20px !important;
  padding-bottom: 0px !important;
  padding-left: 20px !important;
}

.text-right {
  text-align: right !important;
}

.centered {
  text-align: center !important;
  margin: 0 auto !important;
}

.generic-navy .mat-form-field-label .phonelabel {
  margin-left: 90px !important;
}

.generic-navy .mat-form-field.mat-focused .mat-form-field-label .phonelabel {
  margin-left: 0px !important;
}



.footer-page-size-position {
  padding-left: 6px;
}


.breadcrumb-bar .breadcrumb {
  padding-left: 0px !important;
  margin-top: 0 !important;
}


.branding {
  /*padding-left:7px !important;*/
}


.mat-form-field-appearance-fill .mat-form-field-flex {
  margin: 0 !important;
  padding: 0 !important;
}


.selectFilter {
  /*margin: -2px !important;*/
  /*border: 1px solid red !important;*/
}

.icon-display {
  /*transform: scale(0.2);*/
}

.ngx-bar-button {
  display: inline-block;
  vertical-align: middle;
}

  .ngx-bar-button .mat-icon-button {
    width: 30px !important;
  }

.dialog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.mat-bottom-sheet-container {
  margin-bottom: 30px;
}


.container {
  max-width: 100% !important;
}



.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  background-color: #186FF1 !important;
}

.ngx-datatable.material .datatable-body .progress-linear .container {
  background-color: black !important;
}

.generic-navy .mat-progress-bar-buffer {
  background-color: white !important;
}

.generic-navy .mat-progress-bar-fill::after {
  background-color: #186FF1 !important;
}

.icon-text {
  display: flex;
  align-items: center;
}



.link:hover {
  text-decoration: underline !important;
}


ul {
  margin: 0;
  list-style-type: circle;
}

li {
  margin: 0;
  list-style-type: circle;
}



.mat-simple-snackbar-action {
  color: black !important;
}

.mat-simple-snack-bar-content {
  color: black;
}

.success {
  background-color: #A5D6A7 !important;
}

.error {
  background-color: #FFCDD2 !important;
}

.info {
  background-color: #B3E5FC !important;
}

.warning {
  background-color: #FFD740 !important;
}

.success-icon {
  color: #A5D6A7 !important;
}

.error-icon {
  color: #ff0000 !important;
}

.info-icon {
  color: #B3E5FC !important;
}

.warning-icon {
  color: #FFD740 !important;
}

.toast-success {
  background-color: #FFFFFF !important;
  border-left: 10px solid;
  border-color: #A5D6A7 !important;
  background-image: none !important;
}

.toast-error {
  background-color: #FFFFFF !important;
  border-left: 10px solid;
  border-color: #ff0000 !important;
  background-image: none !important;
}

.toast-info {
  background-color: #FFFFFF !important;
  border-left: 10px solid;
  border-color: #B3E5FC !important;
  background-image: none !important;
}

.toast-warning {
  background-color: #FFFFFF !important;
  border-left: 10px solid;
  border-color: #FFD740 !important;
  background-image: none !important;
}




.toast-container .ngx-toastr {
  padding-left: 10px !important;
}



.toast-message, .toast-title, .toast-close-button {
  color: black !important;
  text-shadow: none !important;
}


.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #999999 !important;
  cursor: pointer;
}


.error-message {
  color: red !important;
  white-space: pre-wrap;
  letter-spacing: 1.5px;
}

.hint-message {
  color: gray;
  font-style: italic;
  white-space: pre-wrap;
  letter-spacing: 1.5px;
}

.license-message mat-icon {
  vertical-align: middle;
}

.license-summary {
  margin-bottom: 20px;
  border: 0px;
}


.generic-navy .mat-raised-button {
  border-radius: 0px;
}


.telsy-cancel {
  border: 1px solid #186FF1 !important;
  color: #186FF1 !important;
}


.telsy-warn {
  border: 1px solid red !important;
  color: red !important;
}

.mat-ink-bar {
  background-color: #186FF1 !important;
}

.sidebar-panel {
  /*border-left: 6px solid white;*/
}


.telsy-icon-default {
  color: #666666;
}

.min-width-zero {
  min-width: 0px !important;
}

.login-language-bar {
  background: #ededed !important;
}

.login-top-bar {
  background: transparent !important;
  position: fixed !important;
  top: 0px;
  right: 0px;
}

.vfield {
  display: flex;
  align-items: center;
}

.vfield-r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mt-14 {
  margin-top: 14px !important;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  background-color: rgb(0,0,0,0.5);
  backdrop-filter: blur(5px) !important;
}

.hide-background {
  background-color: rgb(0,0,0,0.5);
  backdrop-filter: blur(5px);
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.menu-button {
  z-index: 10002;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}

.action-button {
  z-index: 10002;
  color: #186FF1;
  background-color: #001136;
  border: 2px solid #186FF1;
  position: fixed;
  right: 1.55rem;
  transition-property: opacity;
  transform: scale(0.9);
}

.btn-label {
  display: flex;
  align-items: center;
  z-index: 10002;
  color: white;
  background-color: #001136;
  position: fixed;
  right: 5.5rem;
  left: auto;
  height: 25px;
  line-height: 25px;
  min-height: 25px;
  vertical-align: top;
  font-size: 12px;
  margin: 0;
}

.navtooltip {
  margin: 4px !important;
  min-width: 60px;
  text-align: center;
}


.close-button {
  float: right;
  top: -12px;
  right: -12px;
  border: 1px solid #186FF1 !important;
  color: #186FF1 !important;
  background-color: white !important;
}


.inline-div {
  display: flex;
  align-items: center;
}

.vmiddle {
  display: flex;
  align-items: center;
}

.hmiddle {
  justify-content: center;
}


.ngx-datatable *, .ngx-datatable *:before, .ngx-datatable *:after {
  box-sizing: unset !important;
}

a.route-active {
  background: #186FF1 !important;
}

a.route-inactive {
}

a.route-active:hover {
  background: #186FF1 !important;
}

a.route-inactive:hover {
  background: #186FF1 !important;
}

li {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.mat-lightwarn {
  color: #ff9933;
}


.record-deleted {
  text-decoration: line-through;
}


.datatable-header-cell-template-wrap {
  /*border:1px solid blue !important;*/
}


.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}


.code {
  font-family: 'Courier New' !important;
}

.monospace {
  font-family: monospace !important;
}

.small {
  font-size: small;
}

.mat-button-wrapper {
  vertical-align: middle !important;
}

fieldset {
  margin-left: 0px;
  padding: 12px 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.6);
}

  fieldset legend {
    font-size: 12px;
    margin-left: -5px;
    /*border:1px solid red;*/
  }

.empty-result {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}


.intouch-main-panel {
  /*height: 100%;*/
  /*border: 1px solid green;*/
}


.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}


.code {
  font-family: 'Courier New' !important;
}

.monospace {
  font-family: monospace !important;
}


.mat-button-wrapper {
  vertical-align: middle !important;
}

fieldset {
  margin-left: 0px;
  padding: 12px 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.6);
}

  fieldset legend {
    font-size: 12px;
    margin-left: -5px;
    /*border:1px solid red;*/
  }

.empty-result {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}


.mat-select-with-icon-selected .mat-form-field-infix {
  padding-bottom: 0 !important;
}

.tab-inner {
  overflow-y: auto;
  overflow-x: hidden;
}
