﻿:root {
  font-size: 14px;
}

.row-spaced {
  margin-bottom: 15px;
}

.row-spaced-extra {
  margin-bottom: 30px;
}

.no-pad {
  padding: 0px !important;
}

.no-pad-l {
  padding-left: 0px;
}

.no-pad-r {
  padding-right: 0px;
}

.pad-top-5 {
  padding: 5px 0px 0px 0px;
}

.pad-top-15 {
  padding: 15px 0px 0px 0px;
}

.pad-top-30 {
  padding: 30px 0px 0px 0px;
}

.pad-15 {
  padding: 0px;
}

.pad-sides-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pad-sides-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad-right-30 {
  padding-right: 30px;
}

.marg-top-15 {
  margin-top: 15px;
}

.marg-top-10 {
  margin-top: 10px;
}

.marg-top-30 {
	margin-top: 30px;
}

.marg-neg-top-15 {
  margin-top: -15px;
}

.marg-neg-top-10 {
  margin-top: -10px;
}

.marg-neg-left-15 {
  margin-left: -15px;
}

.marg-neg-left-10 {
  margin-left: -10px;
}

.themeHeader img {
  width: 100%;
  max-width: 100%;
}

.themeFooter img {
  max-width: 100%;
}

.readonly {
  pointer-events: none;
}

.control-label.no-wrap {
  white-space: nowrap;
}

.text-align-vertical {
  padding-top: 5px;
  padding-bottom: 10px;
}

.font-normal {
  font-weight: normal;
}

.textBold {
  font-weight: bold;
}

.textItalic {
  font-style: italic;
}

.textUnderline {
  text-decoration: underline;
}

.textStrike {
  text-decoration: line-through;
}

.textUnderline.textStrike {
  text-decoration: underline line-through;
}

.col-width-3-percent {
  width: 3%;
}

/*Person Profile Module css*/
.secPic {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #484B54;
  height: 48px;
  width: 48px;
}

.confirmPassLabel {
  display: none;
}

#selectedSecPic {
  border-style: solid;
  border-width: 1px;
  border-color: #484B54;
  height: 118px;
  width: 118px;
}

.prn-org-table {
  margin-bottom: 5px;
}

.prn-org-table-caption {
  font-size: 115%;
  font-weight: bold;
  color: inherit;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
}
/*End Person Profile Module css*/

/* Org Aux Nav Person link*/
a.orgAuxNavPersonLink {
  background-color: inherit;
  color: inherit;
}

.cf-upload-text {
  cursor: pointer;
}

.errorSummaryContainer {
  visibility: hidden;
  position: sticky;
  top: 100px;
  right: 10px;
  z-index: 5;
  padding-top: 5px;
}

  .errorSummaryContainer .panel-body {
    padding: 0px;
    max-height: 65vh;
    overflow-y: auto;
  }

    .errorSummaryContainer .panel-body .row {
      padding: 5px !important;
      margin-left: 0px;
      margin-right: 0px
    }

      .errorSummaryContainer .panel-body .row:hover {
        background: #f2dede;
        color: red;
      }

  .errorSummaryContainer .panel-danger {
    border: none;
    position: absolute;
    width: 100%;
    min-width: 20vw;
  }

  .errorSummaryContainer .errorRow i {
    color: red;
  }

  .errorSummaryContainer .warningRow i {
    color: #CC8500;
  }

.force-margin-right-0 {
  margin-right: 0px !important;
}

.jconfirm-content i.glyphicon-ban-circle[title="Error"] {
  color: red;
}
.jconfirm-content i.glyphicon-warning-sign[title="Warning"] {
  color: #CC8500;
}


/* === Modals === */
.modal {
  /*box-shadow: 0px 3px 13px #484B54;*/
}

.modal-header {
  background-color: var(--sub-heading);
  color: var(--text-heading) !important;
  font-family: 'Poppins', sans-serif;
  font-size: 2.5em !important;
  border-bottom: none;
}

  .modal-header button {
    color: var(--text-heading) !important;
    margin: 0px;
    padding: 15px 15px 15px 0px;
    font-weight: normal;
    text-shadow: none;
  }

.modal-body {
  background-color: white;
}

.modal-footer {
  border: none;
  /*border-top: 2px solid var(--sub-heading);*/
  background-color: white;
  box-shadow: 0px -1px 1px var(--sub-heading);
}

  .modal-footer .btn {
    margin-right: 15px;
    font-size: 1.3em;
    padding: 10px 30px;
    font-weight: bold;
  }

  .modal-footer .button-separator {
    display: none;
  }


/* === Fields === */
.form-control {
  background-color: white;
  border-radius: 0px;
  border: thin solid #484B54;
  color: var(--text);
}

.magicsuggest.ms-ctn-focus {
  z-index: 1000;
}

.form-control:focus {
  border-color: #006DCC !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 111, 207, 0.6)
}

/* === Buttons === */
button.btn,
input[type=button].btn,
input[type=submit].btn {
  border: thin solid #484B54;
  border-radius: 0px;
}

  button.btn.btn-large,
  input[type=button].btn.btn-large,
  input[type=submit].btn.btn-large {
    font-size: 1.3em;
    padding: 10px 30px;
    font-weight: bold;
  }

.btn-default, .btn-default:active {
  background-color: white;
}

  .btn-default:hover, .btn-default:focus {
    background-color: #F0F0F0;
    border-color: #484B54;
  }

.handle .dropdown-toggle:focus {
  border-color: #484B54;
  border-style: solid;
}

.btn-primary, .btn-primary:active {
  color: var(--text-heading);
  background-color: var(--highlight);
}

  .btn-primary:hover, .btn-primary:focus {
    color: var(--text);
    background-color: var(--highlight-light);
  }

button.btn-primary, button.btn-primary:active,
input[type=button].btn-primary, input[type=button].btn-primary:active,
input[type=submit].btn-primary, input[type=submit].btn-primary:active {
  border-color: var(--highlight);
}

.btn-danger, .btn-danger:active {
  background-color: #EB0000;
  color: var(--text-heading);
}

  .btn-danger:not(.buttonBarButton):hover, .btn-danger:not(.buttonBarButton):focus, .btn-red:hover, .btn-red:focus {
    color: var(--text) !important;
    background-color: #F4DADA !important;
  }

button.btn-danger, button.btn-danger:active,
input[type=button].btn-danger, input[type=button].btn-danger,
input[type=submit].btn-danger, input[type=submit].btn-danger,
button.btn-red, button.btn-red:active,
input[type=button].btn-red, input[type=button].btn-red,
input[type=submit].btn-red, input[type=submit].btn-red {
  border-color: #EB0000 !important;
}

button.btn-blue, button.btn-blue:active,
input[type=button].btn-blue, input[type=button].btn-blue,
input[type=submit].btn-blue, input[type=submit].btn-blue {
  border-color: #222a8a !important;
}

.btn-blue:hover, .btn-blue:focus {
  color: var(--text) !important;
  background-color: #c6e2f5 !important;
}

.btn-blue, .btn-red {
  border: 1px solid !important;
}

.dropdown .btn {
  vertical-align: top;
}

/* === Nav Tabs === */
.nav-tabs {
  border-bottom: thin solid #484B54;
  background: white;
}

  .nav-tabs > li {
    margin-bottom: 0px;
    border-radius: 0px;
    border-right: thin solid #484B54;
  }

    .nav-tabs > li:last-child {
      border-right: none;
    }

    .nav-tabs > li > a {
      padding: 15px;
      border: 0px;
      border-radius: 0px;
      font-family: 'Poppins', sans-serif;
      font-size: 1.4em;
      color: var(--text);
      margin: 0px;
      text-align: center;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
      border: 0px;
      background-color: var(--heading);
      color: var(--text-heading);
    }


/* === Toggles === */
.toggle {
  border-radius: 0px;
  border: thin solid #484B54;
}

  .toggle.btn-primary {
    border-color: #484B54;
  }

  .toggle label.btn-primary:hover,
  .toggle label.btn-primary:focus {
    border-color: #484B54 !important;
    color: var(--text) !important;
  }

  .toggle .toggle-handle {
    border-radius: 0px;
    border-left: thin solid #484B54;
    border-right: thin solid #484B54;
  }


/* === Tables === */
thead, .table-head {
  background-color: var(--heading);
  color: var(--text-heading);
}

/**/
tbody > tr:nth-child(even):not([id^="ctl00_"]), .table-body .table-row:nth-child(even) {
  background-color: #F0F0F0;
}



.table-head > div,
.table-head ~ .table-body .table-row > div,
.table > .table-body .table-row > div {
  padding: 8px;
}


/*.table-head ~ .table-body {
	border-left: thin solid #484B54;
	border-right: thin solid #484B54;
	border-bottom: thin solid #484B54;
}*/

/*.tableHeader ~ .tableBody:nth-child(odd) {
	background-color: #F0F0F0;
}*/

/*.tableHeader ~ .tableBody:hover,
.tableHeader ~ .tableBody:focus {
	background-color: var(--heading-light);
}

.tableHeaderNoMargin {
	padding-bottom: 10px;
	padding-top: 10px;
}*/

.tableHeader {
  font-weight: bold;
}

.scrollBoxSmall > .table-head,
.scrollBoxMedium > .table-head,
.scrollBoxLarge > .table-head {
  position: sticky;
  top: 0;
  z-index: 3;
  margin-top: 0px;
}

td > button:not(:first-child),
.table > .table-body .table-row > div > button:not(:first-child) {
  margin-right: 2px;
}

thead:not(.k-grid-header):not(.k-grid-header thead), tbody tr:not(.canvas-table-row):not(.k-master-row):not(.k-group-footer) {
  display: table;
  width: 100%;
  table-layout: fixed;
}

table[id^="ctl00_"] > table[id^="ctl00_"] > thead, table[id^="ctl00_"] > tbody tr {
  display: table-row !important;
  width: 100%;
  table-layout: fixed;
}


/*.table tbody tr:not(.canvas-table-row) {
	display: table;
	width: 100%;
	table-layout: fixed;
}*/
.table {
  border: thin solid #484b54;
  margin-bottom: 0px;
  border-collapse: unset;
}

  .table > thead th {
    color: var(--text-heading);
    font-weight: normal;
  }

  .table tr,
  .table > .table-body .table-row {
    border-bottom: thin solid #484B54;
  }

    .table tr:last-child,
    .table > .table-body .table-row:last-child {
      border-bottom: none;
    }

    .table > tbody > tr:hover,
    .table > tbody > tr:focus,
    .table > .table-body .table-row:hover,
    .table > .table-body .table-row:active {
      background-color: var(--heading-light);
    }

  .table > thead > tr > th.active,
  .table > .table-head > div.active {
    background-color:black;
  }

  .table td {
    word-break: break-word;
  }

td .no-wrap {
  white-space: nowrap;
}

.tableDate {
  max-width: 150px;
}

th.handle,
.table .table-head > div.handle {
  width: 20px;
  display: inline-table;
  position: relative;
  float: left;
}

td.handle,
.table > .table-body .table-row div.handle,
.canvasRow > .handle {
  width: 20px;
  cursor: move;
  display: inline-table;
  position: relative;
  float: left;
  padding-right: 0px;
  height: 100%;
  min-width: 20px;
}

.handle [role="button"] {
  cursor: move;
}

.handle[role="button"] {
  cursor: move;
}

.table > tbody > tr > td {
  border-top: none !important;
}

.table-row > .table-row-expansion {
  padding: 0px 0px 0px 15px !important;
  border-top: thin solid #484B54;
  background-color: var(--sub-heading);
}

  .table-row > .table-row-expansion > .table {
    border: none;
  }

.table-row:hover > .table-row-expansion {
  background-color: var(--sub-heading);
}

td button {
  margin-left: 3px;
}


.chevron-column {
  padding-left: 26px !important;
}

.fake-table-alignment {
  padding: 8px 8px 8px 0px !important;
}

.floatThead-container {
  overflow-x: unset !important;
}

/* === Pagination Controls === */
.pagination {
  margin: 0px;
}

  .pagination button {
    color: var(--text);
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 1.1em;
    border: thin solid #484B54;
    border-top: none;
    background: none;
  }

    .pagination button.active {
      background-color: var(--heading);
      color: var(--text-heading);
      border: thin solid var(--heading);
      border-top: none;
    }

    .pagination button:hover:not(.active) {
      background-color: #F0F0F0;
      cursor: pointer;
    }
/*
    .pagination button:first-child,
    .pagination button:last-child {
      font-size: 1.6em;
      padding: 3px 16px;
    }
	.pagination button:disabled {
		opacity: .7
	}*/

/* === Hyperlinks === */
a, a:active, a:visited {
  color: var(--heading);
}

  a:hover, a:focus {
    color: var(--text);
    background-color: var(--heading-light);
    cursor: pointer;
    text-decoration: underline;
  }


/* === Checkbox & Radio Button === */
/* The container */
.igx-checkbox-container,
.igx-radiobutton-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  user-select: none;
}

tr > td > .igx-checkbox-container,
.table-row > div > .igx-checkbox-container {
  /*margin-bottom: 22px;*/
  min-height: 10px;
}

th > .igx-checkbox-container,
.table-head > div > .igx-checkbox-container,
th > .igx-radiobutton-container,
.table-head > div > .igx-radiobutton-container {
  font-weight: normal;
}

/*tr > td > .igx-checkbox-container:only-child,
.table-row > div > .igx-checkbox-container:only-child {
	margin-bottom: 10px;
}*/

/* Hide the browser's default checkbox */
.igx-checkbox-container input,
.igx-radiobutton-container input {
  position: absolute;
  display: none !important;
  cursor: pointer;
}

/* Create a custom checkbox */
.igx-checkbox-checkmark,
.igx-radiobutton-checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: thin solid #484B54;
  margin-bottom: -5px;
}

.igx-radiobutton-checkmark {
  top: -2px;
  border-radius: 50%;
}

/* On mouse-over, when checked and disabled */
.igx-checkbox-container:hover input:checked:disabled ~ .igx-checkbox-checkmark {
  border-color: var(--highlight);
  background-color: var(--highlight);
  cursor: not-allowed;
}
/* On mouse-over, not checked and disabled*/
.igx-checkbox-container:hover input:disabled ~ .igx-checkbox-checkmark,
.igx-radiobutton-container:hover input:disabled ~ .igx-radiobutton-checkmark {
  border-color: #484B54;
  cursor: not-allowed;
}
/* On mouse-over, when checked and disabled(checkmark) */
.igx-checkbox-container:hover input:checked:disabled ~ .igx-checkbox-checkmark:after {
  border-color: white;
}

/* On mouse-over, not checked */
.igx-checkbox-container:hover input ~ .igx-checkbox-checkmark,
.igx-radiobutton-container:hover input ~ .igx-radiobutton-checkmark {
  border-color: var(--highlight);
}

/* On mouse-over, when checked */
.igx-checkbox-container:hover input:checked ~ .igx-checkbox-checkmark {
  border-color: #484B54;
  background-color: var(--highlight-light);
}

  /* On mouse-over, when checked (checkmark) */
  .igx-checkbox-container:hover input:checked ~ .igx-checkbox-checkmark:after {
    border-color: #484B54;
  }

/* When the checkbox is checked */
.igx-checkbox-container input:checked ~ .igx-checkbox-checkmark,
.igx-radiobutton-container input:checked ~ .igx-radiobutton-checkmark {
  border-color: var(--highlight);
  background-color: var(--highlight);
}

/* Create the checkmark/indicator (hidden when not checked) */
.igx-checkbox-checkmark:after,
.igx-radiobutton-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.igx-checkbox-container input:checked ~ .igx-checkbox-checkmark:after,
.igx-radiobutton-container input:checked ~ .igx-radiobutton-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.igx-checkbox-container .igx-checkbox-checkmark:after {
  left: 7px;
  top: 1px;
  width: 9px;
  height: 17px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(35deg);
}

/* Style the indicator (dot/circle) */
.igx-radiobutton-container .igx-radiobutton-checkmark:after {
  top: 7px !important;
  left: 7px !important;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

/*Disabled checkbox style*/
.igx-checkbox-container.disabled {
  cursor: not-allowed;
  outline: none;
  pointer-events: none;
}

/*Disabled checkbox style*/
.igx-checkbox-checkmark.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* === Rich Text Fields === */
.mce-tinymce {
  border: thin solid #484B54 !important;
}

.mce-container-body:not(.mce-stack-layout):not(.mce-abs-layout):not(.mce-foot) {
  margin: 0px !important;
  background-color: var(--sub-heading) !important;
}

.mce-toolbar-grp {
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
}

.mce-btn-group {
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  background-color: var(--sub-heading) !important;
}

.mce-btn {
  background: none !important;
  border: none !important;
  color: var(--text-heading) !important;
  margin: 0px !important;
  padding: 10px 5px !important;
  border-right: thin solid var(--text-heading) !important;
}


.mce-ico, .mce-txt {
  color: var(--text-heading) !important;
}

.mce-txt, .mce-container iframe {
  font-family: 'Open Sans', arial, sans-serif !important;
}


.mce-foot {
  border: none !important;
}

  .mce-foot .mce-btn {
    border: thin solid var(--highlight) !important;
    background-color: var(--highlight) !important;
  }

.mce-caret {
  border-top-color: white !important;
}


/* === Input Group Addons === */
.input-group-addon {
  color: var(--text-heading);
  background-color: var(--heading);
  border-radius: 0px;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  width:45px;
  font-size:16px;
}

.input-group-btn > .btn {
  border-radius: 0px;
}

/*#region Kendo DateTime picker styles*/

body .k-datetimepicker .k-select {
  border-radius: 0;
  height: 38px;
  width: 90px;
}

.k-datetimepicker .k-picker-wrap {
  padding-left: 90px !important;
  padding-right: 0 !important;
}

.k-datetimepicker .k-select .k-link {
  display: inline-block;
  width: 50%;
  height: 32px;
  width: 45px;
  background-color: var(--heading);
  color: var(--text-heading);
}

span.k-datetimepicker .k-select, span.k-datetimepicker .k-select + .k-select {
  right: 0;
  left: 0;
}


body .k-datepicker .k-select {
  display: inline-block;
  height: 32px;
  width: 45px;
  background-color: var(--heading);
  color: var(--text-heading);
}

.k-datepicker .k-picker-wrap {
  padding-left: 45px !important;
  padding-right: 0 !important;
}

.k-datepicker .k-select .k-link {
  display: inline-block;
  width: 50%;
  height: 32px;
  width: 45px;
  background-color: var(--heading);
  color: var(--text-heading);
}


span.k-datepicker .k-select, span.k-datepicker .k-select + .k-select {
  right: 0;
  left: 0;
}


body .k-timepicker.k-select {
  width: 45px;
  display: inline-block;
  width: 50%;
  height: 32px;
  width: 45px;
  background-color: var(--heading);
  color: var(--text-heading);
}

.k-timepicker .k-picker-wrap {
  padding-left: 45px !important;
  padding-right: 0 !important;
}

.k-timepicker .k-select {
  display: inline-block;
  height: 32px;
  width: 45px !important;
  background-color: var(--heading);
  color: var(--text-heading);
}

.k-timepicker span.k-picker-wrap.k-state-default, .k-timepicker span.k-picker-wrap.k-state-disabled {
  width: calc(100% - 45px);
}

span.k-timepicker .k-select, span.k-timepicker.k-select + .k-select {
  right: 0;
  left: 0;
}

.k-datetimepicker .k-select + .k-select, .k-dropdown-wrap .k-select, .k-list-container.k-state-border-right, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
  border-radius: 0 !important;
}

.k-dropdown-wrap {
  border-color: black !important;
  border-radius: 0 !important;
}

.k-state-disabled, .k-state-disabled input {
  cursor: not-allowed !important;
  pointer-events: initial;
}

.k-state-disabled span, .k-state-disabled button, .k-state-disabled [role="button"] {
  cursor: not-allowed !important;
  pointer-events: none !important;
}


  .k-dropdown-wrap.k-state-focused {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  }

  .k-dropdown-wrap .k-select {
    background-color: white;
  }

.k-list .k-item:not(.k-state-selected,.k-state-focused,.k-state-hover) {
  background-color: white !important;
}

.k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input {
  border-radius: 0 !important;
  border: thin solid #484B54;
}

.k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, .k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item, .k-textbox, .k-toolbar {
  background-image: unset;
  background-position: unset;
  background-color: unset;
  border-color: unset;
}

span.k-picker-wrap.k-state-default, span.k-picker-wrap.k-state-disabled {
  border-color: black;
  height: 32px;
  border-radius: 0;
  width: calc(100% - 90px);
}
  span.k-picker-wrap.k-state-focused {
    border-color: #006DCC !important;
  }

/*
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
}
*/
.k-datepicker > span.k-picker-wrap.k-state-default, .k-datepicker > span.k-picker-wrap.k-state-disabled {
  width: calc(100% - 45px);
}

span.k-link.k-link-date {
  border-right: 1px dashed;
}

.k-picker-wrap span.k-select {
  height: 32px;
  border: none;
}

span.k-widget.k-datetimepicker.form-control {
  width: 100%;
}

.k-picker-wrap input {
  height: 32px;
}

.k-grid thead tr:first-child:hover,
.k-grid thead tr:first-child th .k-link:hover,
.k-grid thead tr:first-child th .k-grid-filter:hover {
  background-color: initial;
}

.k-filter-menu-container .k-textbox {
  
}
/*#endregion*/


/*#region Kendo Input styles*/

.k-widget.k-upload.k-header.k-upload-empty {
  border-radius: 0;
}

.k-button.k-upload-button {
  border-radius: 0;
  background-image: none;
  color: var(--text-heading);
  background-color: var(--accent);
  height: 2rem;
  margin-right: 0;
}

  .k-button.k-upload-button.k-state-focused, .k-button.k-upload-button:hover, .k-upload-button:focus {
    color: var(--text);
    background-color: var(--accent-light);
  }

.k-upload-button.k-state-focused, .k-upload-button:focus {
  border: 2px solid black !important;
  box-shadow: none !important;
}

li.k-file.k-file-success > strong.k-upload-status {
  position: static;
}

.k-widget.k-upload.k-header {
  border-radius: 0;
}

a.k-file-name {
  color: var(--highlight) !important;
}

  a.k-file-name:visited {
    color: var(--highlight-light) !important;
  }


.k-file-extension-wrapper:before, .k-multiple-files-extension-wrapper:before {
  border-left-color: var(--highlight);
  border-bottom-color: var(--highlight);
}

span.k-file-size {
  color: var(--highlight);
}

span.k-file-extension {
  color: var(--highlight);
  left: 0;
}

strong.k-upload-status.k-upload-status-total {
  color: var(--highlight);
  margin-left: 0;
}

span.k-select > .k-link {
  color: var(--text-heading);
  background-color: var(--heading);
}

div.k-widget.k-window {
  z-index: 66001 !important;
}

span.k-widget.k-colorpicker.k-editor-widget {
  width: 2em;
}
/*#endregion*/
/* === Sortable Handler === */
@media (min-width: 768px) {
  .handle + .col-sm-1 {
    width: 7%;
  }

  .handle + .col-sm-2 {
    width: 15%;
  }

  .handle + .col-sm-3 {
    width: 23%;
  }

  .handle + .col-sm-4 {
    width: 31.5%;
  }

  .handle + .col-sm-5 {
    width: 40%;
  }

  .handle + .col-sm-6 {
    width: 48.5%;
  }

  .handle + .col-sm-7 {
    width: 57%;
  }

  .handle + .col-sm-8 {
    width: 65%;
  }

  .handle + .col-sm-9 {
    width: 73.5%;
  }

  .handle + .col-sm-10 {
    width: 82%;
  }

  .handle + .col-sm-11 {
    width: 90%;
  }

  .handle + .col-sm-12 {
    width: 98.5%;
  }

  .bizRuleSort .handle + .col-sm-7 {
    width: 53.8%
  }
}


/* === Tooltips === */
.tooltip-inner {
  border-radius: 0px;
  background-color: var(--sub-heading);
  padding: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
}

.tooltip {
  z-index: 99999;
}

.tooltip-multiline {
  max-width: 15%;
}

.tooltip-opaque {
  opacity: 1 !important;
}

.tooltip-inner-multiline {
  text-align: left;
  max-width: 100%;
}

.on-screen-help {
  font-size: 1.3em;
  vertical-align: top;
  color: var(--accent);
  float: right;
  margin-right: -5px;
}

  .on-screen-help:hover,
  .on-screen-help:active {
    color: var(--accent-light);
  }


/* === Scrollbars === */
html::-webkit-scrollbar,
.dropdown-submenu::-webkit-scrollbar,
.igx-dash-panel-content::-webkit-scrollbar,
.scrollBoxSmall::-webkit-scrollbar,
.scrollBoxMedium::-webkit-scrollbar,
.scrollBoxLarge::-webkit-scrollbar,
.scrollBoxPanel::-webkit-scrollbar,
.check-list-scroll-125::-webkit-scrollbar,
.modal-body::-webkit-scrollbar,
.panel-body::-webkit-scrollbar {
  background: transparent;
}

  html::-webkit-scrollbar:vertical,
  .dropdown-submenu::-webkit-scrollbar:vertical,
  .igx-dash-panel-content::-webkit-scrollbar:vertical,
  .scrollBoxSmall::-webkit-scrollbar:vertical,
  .scrollBoxMedium::-webkit-scrollbar:vertical,
  .scrollBoxLarge::-webkit-scrollbar:vertical,
  .scrollBoxPanel::-webkit-scrollbar:vertical,
  .check-list-scroll-125::-webkit-scrollbar:vertical,
  .modal-body::-webkit-scrollbar:vertical,
  .panel-body::-webkit-scrollbar:vertical {
    width: 1em;
  }

  html::-webkit-scrollbar:horizontal,
  .dropdown-submenu::-webkit-scrollbar:horizontal,
  .igx-dash-panel-content::-webkit-scrollbar:horizontal,
  .scrollBoxSmall::-webkit-scrollbar:horizontal,
  .scrollBoxMedium::-webkit-scrollbar:horizontal,
  .scrollBoxLarge::-webkit-scrollbar:horizontal,
  .scrollBoxPanel::-webkit-scrollbar:horizontal,
  .check-list-scroll-125::-webkit-scrollbar:horizontal,
  .modal-body::-webkit-scrollbar:horizontal,
  .panel-body::-webkit-scrollbar:horizontal {
    height: 0;
  }

html::-webkit-scrollbar-thumb,
.dropdown-submenu::-webkit-scrollbar-thumb,
.igx-dash-panel-content::-webkit-scrollbar-thumb,
.scrollBoxSmall::-webkit-scrollbar-thumb,
.scrollBoxMedium::-webkit-scrollbar-thumb,
.scrollBoxLarge::-webkit-scrollbar-thumb,
.scrollBoxPanel::-webkit-scrollbar-thumb,
.check-list-scroll-125::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb,
.panel-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid #484B54 transparent;
  background-clip: content-box;
  margin-right: -10px;
}

/*Div scrollbars. Necessary for background coloring to resemble the sidebar.*/
div::-webkit-scrollbar {
  border: 0.3125em solid #484B54 transparent;
  border-radius: 99999px;
  background-color: rgb(240, 240, 240);
  width: 10px;
}

div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: 0.3125em solid #484B54 transparent;
  background-clip: content-box;
  margin-right: -10px;
}


/* === Placeholder Text On Configured Document Label Elements === */
span.igx-element-label:empty:before {
  content: attr(data-igx-placeholder);
  color: #999;
}


span.labelNoBorder > input {
  border: none;
  outline-width: 0;
}


.dontstack {
  font-style: italic;
}

/*Global Notification Stuff*/

.notificationBubble { /*used to show if there are unread messages.*/
  background: #e02424;
  padding: 2px 7px;
  color: #fff;
  font: bold .6em Tahoma, Arial, Helvetica;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-right: 5px;
}

.check-list-scroll-125 {
  max-height: 111px;
  overflow-y: scroll;
  padding: 10px 0 0 0;
  padding-top: 15px !important;
}

.high-priority-icon {
  color: #F00000;
  font-size: 1.5em;
}

tr > td > .igx-checkbox-container + .high-priority-icon,
.table-row > div > .igx-checkbox-container + .high-priority-icon {
  padding-top: 5px;
}

/* Telerik - Kendo UI Upload */
.k-clear-selected, .k-upload-selected {
  display: none !important;
}

.k-widget {
  background-color: white;
}

.k-file {
  border-bottom: 0px !important;
}

.k-upload-files {
  padding-bottom: 0px;
}

.k-dropzone {
  display: flex;
}

  .k-dropzone em {
    display: inline;
    text-align: center;
    margin: 0 auto;
    color: #5E7985 !important;
  }

.k-upload-status {
  margin-top: 10px;
}

.k-upload.disabled {
  cursor: not-allowed !important;
  opacity: .8
}

  .k-upload.disabled * {
    cursor: inherit !important;
  }

  .k-upload.disabled .k-upload-files, .k-upload.disabled .k-upload-files {
    cursor: auto !important;
  }

    .k-upload.disabled .k-upload-files a {
      cursor: pointer !important;
    }


/*this is 250px in kendo.common.css. It's causing issues with RTE, though. If new issues arise, check those*/
table.k-editor:not([style]) {
  height: 100% !important;
}

.reviewPanel {
  width: 28%;
  position: sticky;
  top: 100px;
  height: 90vh;
  overflow-x: visible;
  overflow-y: scroll;
  float: right;
}

  .reviewPanel .panel-body {
    max-height: 90vh;
  }

.reviewScroll {
  position: sticky;
  top: 100px;
  height: 90vh;
  float: right;
  z-index: 20;
  /*margin-right: -15px;*/
}

.squish {
  width: 70%;
  float: left;
}
.squish .scroll-scrollx_visible .formInnerCanvas {
  width:103%;
 }

.RevPanelButtons {
    position: fixed;
    right: 0;
    float: right;
    margin-right: -16px;
    top: 440px;
    -webkit-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

.ModificationsButton {
  position: fixed;
  right: 0;
  float: right;
  margin-right: -37px;
  top: 535px;
  -webkit-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

  .RevPanelButtons input, .ModificationsButton input {
    margin-left: -5px;
  }

.reviewPanel .panel-heading {
  position: sticky;
  top: 0px;
  z-index: 10;
  color: var(--sub-heading)
}

.reviewPanel h4 p {
  display: inline;
}

/*hide and reserve space */
[data-hidden="hidden"] {
  visibility: hidden;
}

.displayNone {
  display: none;
}


button.no-style {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

[class*="glyphicon-chevron"] {
  cursor: pointer;
}

.cssTextRequired {
  font-size: 14px;
  font-weight: bold;
  color: #cc0033;
}

.cssTextStandard {
}

.cssTextBold {
  font-weight: bold;
}

.cssTextBoldItalic {
  font-weight: bold;
  font-style: italic;
}

.cssTextBoldItalicUnderline {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

.cssTextBoldUnderline {
  font-weight: bold;
  text-decoration: underline;
}

.cssTextItalic {
  font-style: italic;
}

.cssTextItalicUnderline {
  font-style: italic;
  text-decoration: underline;
}

.cssTextUnderline {
  text-decoration: underline;
}

.cssTextTextCenter {
  text-align: center;
}

.cssTextTextLeft {
  text-align: left;
}

.cssTextTextRight {
  text-align: right;
}



.labelNoBorder input {
  border: none;
  outline: 0;
  background: none;
}

  .labelNoBorder input:focus {
    border: none;
    outline: 0;
    background: none;
  }

textarea {
  resize: vertical;
  min-height: 34px;
}

  textarea.resize-horizontal {
    resize: both;
  }


p a, .layered-link a, td a {
  color: blue;
}

  p a:visited, .layered-link a:visited, td a:visited {
    color: blueviolet;
  }


div#wrapperDiv > div#bodySub {
  margin-bottom: 90px;
}

/*DF Show Debug*/
.element-debug-details {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(1,1,1,0.5);
  color: white;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  z-index: 10;
}

.variablePanel .element-debug-details {
  position: relative;
  margin-bottom: 2px;
}

.form-element .wrapper {
  position: relative;
}

#gridKendo .k-header a.k-link {
  color: var(--text-heading);
}

#gridKendo .k-header a.k-grid-filter {
  color: var(--text-heading);
}

[role=dialog] {
  z-index: 66000 !important;
}

.green {
  color: forestgreen !important;
}

.red {
  color: red !important;
}
.orange {
	color: darkorange !important;
}
.darkorange {
  color: #CC8500 !important;
}

.xdsoft_datetimepicker {
  position: relative;
  z-index: 70000 !important;
}


#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border: 1px solid white;
  border-bottom-right-radius: 8px;
  background-color: darkblue;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 1000;
}

  #skiptocontent a:focus {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: top .1s ease-out;
    transition: top .1s ease-out;
  }

.spe-readonly {
  height: 34px;
}

.cf-scrolling-list {
  overflow-y: auto;
  padding: 5px;
  border: 1px solid black;
  max-height: 200px;
}

.text-overflow {
  overflow-wrap: break-word;
}

.stickyHeader {
  position: sticky;
  top: 0;
  z-index: 5;
  background: white;
  margin-bottom: 0.5rem;
}

/*contains document identifier text which needs to preserve white space*/
.documentIdentifier {
  white-space: pre-wrap;
}

[hidden][style*="display: block;"] {
  display: block !important;
}

/* Classes to make captcha box match other fields*/
.k-form-error {
  font-size: 14px !important;
}

/*.k-textbox > .k-input {
  border-radius: 0px !important;
  border: 1px solid #000000 !important;
}*/

/*.k-textbox {
  border-width: 0px !important;
}*/

.k-button-icon {
  border-radius: 0px !important;
  border-color: #000000 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
/* End captcha classes*/

.json-viewer {
  color: #000;
  padding-left: 20px;
}

  .json-viewer ul {
    list-style-type: none;
    margin: 0;
    margin: 0 0 0 1px;
    border-left: 1px dotted #ccc;
    padding-left: 2em;
  }

  .json-viewer .hide {
    display: none;
  }

  .json-viewer .type-string {
    color: #0B7500;
  }

  .json-viewer .type-date {
    color: #CB7500;
  }

  .json-viewer .type-boolean {
    color: #1A01CC;
    font-weight: bold;
  }

  .json-viewer .type-number {
    color: #1A01CC;
  }

  .json-viewer .type-null, .json-viewer .type-undefined {
    color: #90a;
  }

  .json-viewer a.list-link {
    color: #000;
    text-decoration: none;
    position: relative;
  }

    .json-viewer a.list-link:before {
      color: #aaa;
      content: "\25BC";
      position: absolute;
      display: inline-block;
      width: 1em;
      left: -1em;
    }

    .json-viewer a.list-link.collapsed:before {
      content: "\25B6";
    }

    .json-viewer a.list-link.empty:before {
      content: "";
    }

  .json-viewer .items-ph {
    color: #aaa;
    padding: 0 1em;
  }

    .json-viewer .items-ph:hover {
      text-decoration: underline;
    }


/*ChatBot chatbox */

.chatbox {
  position: fixed;
  bottom: 0;
  right: 80px;
  width: 400px;
  max-height: 625px;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 999;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-shadow: 0px 3px 7px #484B54;
}

.chatbox--tray {
  bottom: 0px;
}

  .chatbox--tray .chatbox__body, .chatbox--tray .chatbox__footer, .chatbox--tray .typing-icon {
    display: none;
  }

.chatbox--closed {
  bottom: -625px;
}

.chatbox .form-control:focus {
  border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
  border: 1px solid #DCDCDC;
  border-bottom: 0px;
}

.chatbox__title {
  min-height: 50px;
  padding-right: 10px;
  background-color: var(--sub-heading);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

  .chatbox__title h2 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 1.5em; /* Adjust the font size  */
  }

    .chatbox__title h2 span {
      color: #fff;
      max-width: 195px;
      display: inline-block;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .chatbox__title h2:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 12px;
      height: 12px;
      background: #4CAF50;
      border-radius: 6px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }

.chatbox__title__tray,
.chatbox__title__close {
  width: 24px;
  height: 24px;
  outline: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

  .chatbox__title__tray:hover,
  .chatbox__title__close:hover {
    opacity: 1;
  }

  .chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
  }

  .chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
  }

.chatbox__body,
.chatbox__credentials {
  padding: 15px;
  border-top: 0;
  background-color: #DCDCDC;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.chatbox__credentials {
  display: none;
}

  .chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

.chatbox__body {
  overflow-y: scroll;
}

.chatbox__body__message {
  position: relative;
}

  .chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
  }

  .chatbox__body__message img, .chatbox__body__message span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 10px;
    font-size: 1.8em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

.chatbox__body__message--left span {
  background-color: var(--highlight-light);
}

.chatbox__body__message--right span {
  background-color: var(--heading-light);
}

.chatbox__body__message--left p {
  margin-left: 15px;
  padding-left: 30px;
  text-align: left;
  padding-top: 25px;
}

.chatbox__body__message--left img, .chatbox__body__message--left span {
  left: -5px;
}

.chatbox__body__message--right p {
  margin-right: 15px;
  padding-right: 30px;
  text-align: right;
}

.chatbox__body__message--right img, .chatbox__body__message--right span {
  right: -5px;
}

.chatbox__message {
  padding: 15px;
  min-height: 50px;
  outline: 0;
  resize: none;
  border: none;
  font-size: 12px;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fefefe;
}

.chatbox--empty {
  height: 262px;
}

  .chatbox--empty.chatbox--tray {
    bottom: -212px;
  }

  .chatbox--empty.chatbox--closed {
    bottom: -262px;
  }

  .chatbox--empty .chatbox__body,
  .chatbox--empty .chatbox__message {
    display: none;
  }

  .chatbox--empty .chatbox__credentials {
    display: block;
  }

.chatbox_timing {
  position: absolute;
  right: 10px;
  font-size: 12px;
  top: 2px;
}

  .chatbox_timing ul {
    padding: 0;
    margin: 0
  }

    .chatbox_timing ul li {
      list-style: none;
      display: inline-block;
      margin-left: 3px;
      margin-right: 3px;
    }

      .chatbox_timing ul li a {
        display: block;
        color: #747474
      }

.ul_msg {
  padding: 10px !important;
}

.chatbox__body__message--right .ul_section_full {
  margin-right: 15px;
  padding-right: 30px;
  text-align: right;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.3);
  box-shadow: 1px 1px rgba(100, 100, 100, 0.3);
  margin-bottom: 15px;
  padding-bottom: 5px;
  /*padding-top: 15px;*/
}

.chatbox__body__message--left .ul_section_full {
  margin-left: 15px;
  padding-left: 15px;
  text-align: left;
  /*padding-top: 15px;*/
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.3);
  box-shadow: 1px 1px rgba(100, 100, 100, 0.3);
}

.ul_msg {
  padding: 0;
  margin: 0px
}

  .ul_msg li {
    list-style: none;
    display: block
  }

.ul_msg2 {
  padding: 0;
  margin: 0px;
  text-align: right;
}

  .ul_msg2 li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }

.chatbox__body__message--right .chatbox_timing {
  position: absolute;
  left: 10px;
  font-size: 12px;
  top: 2px;
}

.chatbox__body__message--right .ul_msg2 {
  text-align: left
}

  .chatbox__body__message--right .ul_msg2 li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    margin-right: 0px
  }

.chat_set_height {
  height: 40px;
  margin-top: 1px;
}

.chatbox22 .form-control:focus {
  border-color: #DCDCDC;
}

.width50 {
  width: 50%;
  float: left;
  background: #ECECEC;
}

.chatbox__title button {
  color: var(--text-heading) !important;
}

.chat-icon {
  position: fixed;
  bottom: 50px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: var(--accent);
  opacity: 0.7;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  z-index: 99;
  border: 1px solid #ffffff;
}

  .chat-icon:active {
    opacity: 0.7;
  }

  .chat-icon:hover, .chat-icon:focus {
    opacity: 1;
  }

  .chat-icon:before {
    content: '\1F4AC'; /* Unicode for a speech bubble icon */
  }

.chat_sentMessage {
  white-space: pre-wrap;
}

#chat-box .typing-icon {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 15px;
  padding-bottom: 5px;
  background-color: #DCDCDC;
  min-height: 10px;
}

.chatbox--tray .typing-icon {
  display: none !important;
  align-items: center;
  justify-content: left;
  padding-left: 15px;
  padding-bottom: 5px;
  background-color: #DCDCDC;
  min-height: 10px;
}

#chat-box .dot {
  width: 10px;
  height: 10px;
  background-color: var(--sub-heading);
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0;
  animation: pulse 1.4s infinite;
}

 #chat-box .dot:nth-child(2) {
    animation-delay: 0.2s;
  }

 #chat-box .dot:nth-child(3) {
    animation-delay: 0.4s;
  }

.igx-popup-panel .typing-icon {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 15px;
  min-height: 15px;
  margin-top:25px;
}

.igx-popup-panel .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0;
  animation: pulse 1.4s infinite;
  background-color: var(--sub-heading);
}

  .igx-popup-panel .dot:nth-child(2) {
    animation-delay: 0.2s;
  }

  .igx-popup-panel .dot:nth-child(3) {
    animation-delay: 0.4s;
  }

@keyframes pulse {
  0%, 100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.chat_rating {
  float: right;
  bottom: 5px;
  right: 5px;
}
.chatbox__body__message--left .chat_timestamp {
	float: left;
	font-size: 10px;
	bottom: 0px;
	padding-top: 5px;
}
.chatbox__body__message--right .chat_timestamp {
	float: right;
	font-size: 10px;
	bottom: 0px;
	padding-top:5px;
}
  .chat_rating .fa-thumbs-up,
  .chat_rating .fa-thumbs-down {
    cursor: pointer;
    margin-left: 5px;
  }

.chat_rating {
  color: dimgrey;
}

  .chat_rating i:not(.selected):hover {
    color: black;
  }

  .chat_rating .selected {
    color: #007bff;
  }

/*======================Chat Box Ends=====================================================*/
/*======================Message=====================================================*/
.message_check {
  padding-top: 10px;
}

.messsade_date {
  text-align: left;
  padding-top: 9px;
}

  .messsade_date a {
    color: #000;
  }

.padleftright0 {
  padding-left: 0px;
  padding-right: 0px;
}

.message_box_area {
  color: #000;
  cursor: pointer;
}

.create_m {
  border: 1px solid #ccc !important;
}

.fileinput-button {
  float: left;
  margin-right: 4px;
  overflow: hidden;
  position: relative;
}

.fileinput-button {
  background: none repeat scroll 0 0 #eeeeee;
  border: 1px solid #e6e6e6;
  margin-top: 15px;
}

.fileinput-button {
  float: left;
  margin-right: 4px;
  overflow: hidden;
  position: relative;
}

  .fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
  }

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}

.create_m:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}

.col-lg-3.control-label {
  text-align: left;
}

.querybuilder-combobox.k-combobox {
  width: 100%;
}

#modalErrors .errorRow {
  padding: 7px !important;
  color: #e80c3b;
}

  #modalErrors .errorRow:hover {
    background: #f2dede;
    color: #e80c3b;
  }

/* removes the password reveal control on edge as we create our own*/
::-ms-reveal {
  display: none;
}

.opacity-half {
  opacity: 0.5
}

@media (min-width: 760px) {
  .navbar-collapse {
    display: none;
  }
}

.not-allowed {
cursor:not-allowed !important;
}

.not-allowed * {
cursor:not-allowed !important;
pointer-events: none;
}

.navbar .dropdown-toggle:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-color: -webkit-focus-ring-color;
	outline-style: auto;
	outline-width: 5px;
	outline-offset: -2px;
}
.bold {
	font-weight: bold;
}

.feedback-icon {
	position: fixed;
	bottom: 50px;
	right: 15px;
	width: 50px;
	height: 50px;
	background-color: var(--accent);
	opacity: 0.7;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #ffffff;
	z-index: 99;
	border: 1px solid #ffffff;
}
  .feedback-icon.pushed {
    bottom: 105px;
    -webkit-transition: all .45s linear;
    -moz-transition: all .45s linear;
    -o-transition: all .45s linear;
    transition: all .45s linear;
  }

	.feedback-icon:active {
		opacity: 0.7;
	}

	.feedback-icon:hover, .feedback-icon:focus {
		opacity: 1;
	}

  
  /*Modification to remix icons, add medium size*/
.ri-md {
  font-size: 1.2em;
}
.ri-sm {
  font-size: 1em;
}

.ai-help-button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: var(--text-heading);
  background-color: var(--accent);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: top;
  padding: 0px 5px 0px 5px;
  border: 1px solid var(--accent);
  float: right;
}

  .ai-help-button:hover, .ai-help-button:focus {
    background-color: var(--accent-light);
    color: var(--text);
    outline: none;
    border: 1px solid var(--accent);
  }

.handle .ri-draggable {
  margin-right: -5px;
  padding: 0px;
  display:block;
}
