@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-VariableFont_wght.eot') format('embedded-opentype'), url('../fonts/Oswald-VariableFont_wght.woff') format('woff'), url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype'), url('../fonts/Oswald-VariableFont_wght.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


thead {
  background-color: #5e72e4 !important;
  color: white !important;
}

tr.odd{
  background-color: white !important;
}

tr:nth-child(even) {
  background-color: #eff1fc !important;
}

tr.selected-row {
}

#tblProjectHistoryTable td:last-child {
  text-align: right !important;
}

#tblProjectHistoryTable td:only-child {
  text-align: center !important;
}


/* ************************************************************************* */
/* I think these classes have become redundant from datatables version 1.5.0 */
/* ************************************************************************* */
.dataTables_wrapper,
.dataTables_paginate,
.paginate_button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  background-color: none !important;
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.paginate_button.disabled {
  opacity: 0.4;
}
/* ************************************************************************* */
/* ************************************************************************* */


/* ************************************************************************* */
/* These classes are now applicable from datatables version 1.5.0            */
/* ************************************************************************* */
.dt-length {
  padding-left: 30px !important;
}

.dt-search {
  display: flex !important;
  font-size: 14px !important;
  padding-left: 30px !important;
}

.dt-search > *:first-child {
  margin-top: 6px !important;
}

.dt-info {
  font-size: 14px !important;
  padding-left: 30px !important;
}

.dt-paging-button {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-link {
  font-size: 20px !important;
  color: blue;
}

.dt-paging-button:hover {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
}

.dt-paging-button.disabled {
  opacity: 0.4;
}
/* ************************************************************************* */
/* ************************************************************************* */



.sorting,
.sorting_asc,
.sorting_desc {
  background: none !important;
  background-repeat: no-repeat !important;
}

.navbar-brand > img {
  max-width: 80% !important;
  max-height: 80% !important;
}

.modal-body > h6 {
  font-size: 16px !important;
}

.scroll-wrapper .scrollbar-inner
{
  overflow: visible !important;
}

.text-flagged
{
  color: #fd9509 !important;
}

.license-old
{
  color: #a8b5c8 !important;
}


.oauth-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: none;
  box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  /*min-width: min-content;*/
  min-width: 210px;
}

.oauth-button-microsoft {
  font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.oauth-button-google {
  font-family: 'Roboto', arial, sans-serif;
}

.oauth-button:not(:disabled):active,
.oauth-button:not(:disabled):focus {
  outline: none;
}

.oauth-button .oauth-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.oauth-button .oauth-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.oauth-button .oauth-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  text-align: left !important;
}

.oauth-button .oauth-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.oauth-button:disabled {
  cursor: default;
  background-color: #ffffff61;
}

.oauth-button:disabled .oauth-button-contents {
  opacity: 38%;
}

.oauth-button:disabled .oauth-button-icon {
  opacity: 38%;
}

.oauth-button:not(:disabled):active .oauth-button-state,
.oauth-button:not(:disabled):focus .oauth-button-state {
  background-color: #303030;
  opacity: 12%;
}

.oauth-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.oauth-button:not(:disabled):hover .oauth-button-state {
  background-color: #303030;
  opacity: 8%;
}

.btn-etabs-purple,
.btn-etabs-purple:focus {
  color: white;
  border-color: #4e2f91;
  background-color: #4e2f91;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-etabs-purple:not(.text-oswald) {
  font-weight: 500;
}

.btn-etabs-purple:hover {
  color: white;
  border-color: #422285;
  background-color: #422285;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-etabs-purple:active {
  color: white !important;
  border-color: #2C2473 !important;
  background-color: #2C2473 !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-etabs-purple-outline,
.btn-etabs-purple-outline:hover {
  color: #4e2f91;
  border-color: #4e2f91;
  background-color: transparent;
  font-weight: 500;
}

[data-toggle='buttons']:not(.btn-group-colors) > .btn-etabs-purple.active
{
    color: #fff;
    background-color: #4e2f91;
}

[data-toggle='buttons']:not(.btn-group-colors) > .btn-etabs-purple:not(.active)
{
    color: #4e2f91;
}

.btn-etabs-orange,
.btn-etabs-orange:hover,
.btn-etabs-orange-toggle,
.btn-etabs-orange-toggle:hover {
  color: white;
  border-color: #f27b1c;
  background-color: #f27b1c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-etabs-orange:active {
  color: white !important;
  border-color: #e07119 !important;
  background-color: #e07119 !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-etabs-green,
.btn-etabs-green:hover,
.btn-etabs-green-toggle,
.btn-etabs-green-toggle:hover {
  color: white;
  border-color: #02810c;
  background-color: #02810c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-etabs-green:active {
  color: white !important;
  border-color: #028a0d !important;
  background-color: #028a0d !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

[data-toggle='buttons']:not(.btn-group-colors) > .btn-etabs-orange-toggle.active
{
    color: #fff;
    background-color: #f27b1c;
}

.btn-etabs-orange2,
.btn-etabs-orange2:focus {
  color: white;
  border-color: #F79239;
  background-color: #F79239;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-etabs-orange2:hover {
  color: white;
  border-color: rgb(223, 131, 52);
  background-color: rgb(223, 131, 52);
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-etabs-orange2:active {
  color: white;
  border-color: rgb(204, 123, 51) !important;
  background-color: rgb(204, 123, 51) !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-group > .btn-round-first {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.btn-group > .btn-round-last {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.login-card {
  border-radius: 20px;
}

.text-oswald {
  font-family: oswald;
  font-weight: 100;
}

.placeholder-oswald::placeholder {
  font-family: oswald;
  font-weight: 100;
}

.login-header {
  font-family: oswald;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.login-subheader {
  font-family: oswald;
  font-size: 2rem;
  font-weight: 300;
}

.login-toggle {
  border: #f27b1c solid thin !important;
  font-size: large;
  font-weight: 100;
}

.text-white > a {
  color: white;
  text-decoration: underline;
}

.text-etabs-purple,
.text-etabs-purple:hover {
  color: #1E2880;
}

.text-etabs-red,
.text-etabs-red:hover {
  color: rgb(167, 29, 29);
}

.text-etabs-grey {
  color: #525252;
}

.fs-et-1 {
  font-size: 1rem;
}

.fs-et-08 {
  font-size: 0.8rem;
}

.btn-etabs-inline,
.btn-etabs-header-inline {
  background-color: transparent;
  border-width: 0px;
}

.btn-etabs-inline:hover {
  background-color: #f8f9fa;
}

.btn-etabs-header-inline:hover {
  background-color: #6c639e;
}

.btn-etabs-header,
.btn-etabs-header:focus,
.btn-etabs-header:hover,
.btn-etabs-header:active {
  color: white;
  border-color: #6c639e;
  background-color: #6c639e;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-etabs-header:hover {
  border-color: #5c5696;
  background-color: #5c5696;
}

.btn-etabs-header:active {
  border-color: #514a8f !important;
  background-color: #514a8f !important;
}

.etabs-sidebar {
  width: 261px;
  height: 100%;
  position: fixed;
  z-index: 1;
  background-image: linear-gradient(#2C2473, #554DA2);
  color: white;
}

.etabs-main-content {
  margin-left: 261px;
  background-color: #D8DFE5;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.etabs-main-content .card {
  border-radius: 20px;
}

.etabs-navbar {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1;
}

.etabs-sidebar-link:not(.current-page) {
  opacity: 64%;
  background-color: transparent;
  box-shadow: none;
}

.etabs-sidebar-link.current-page {
  background-color: rgba(255, 255, 255, .26);
}

.etabs-sidebar-label {
  padding-left: 15px;
  color: white;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 300;
}

.etabs-navbar-label,
.etabs-navbar-dropdown {
  padding-left: 5px;
  color: #2C2473;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

.etabs-navbar-dropdown {
  border: 1px solid #2C2473;
  border-radius: 6px;
}

.etabs-navbar-divider {
  border-left: 1px solid rgb(222, 226, 230);
  margin-left: 10px;
  margin-right: 10px;
}

.link-purple,
.link-purple:hover,
.link-purple:focus {
  color: #2C2473;
}

.link-purple:focus {
  background-color: transparent;
}

.dropdown-item.link-purple:focus,
.dropdown-item.link-purple:active {
  background-color: #dadde0;
}

.etabs-header {
  color: #1E2880;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.etabs-subtext {
  color: #6A7884;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.8rem;
}

.etabs-stats-card {
  background-image: linear-gradient(to right, rgb(244, 245, 247), white, white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border-width: 0;
  border-radius: 20px;
}

.etabs-stat-val {
  color: #1E2880;
  font-weight: 800;
}

.etabs-stat-icon {
  background-image: linear-gradient(#2C2473, #554DA2);
  color: white;
  padding: 30px;
}

.switch-etabs-purple:checked {
  background-color: #4e2f91;
  border-color: #4e2f91;
}

.switch-etabs-purple:hover,
.switch-etabs-purple:focus  {
  border-color: #B2B2B2;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

/* remove bootstrap's blue box-shadow from focused elements */
.form-control:hover,
.form-control:focus  {
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.nav-link:focus-visible  {
  box-shadow: none;
}

.grid-thumbnails td {
  background-color: white; /*#f1eef8;*/
}

.grid-thumbnails .selected .card {
  border: 2px solid #4e2f91;
  background-color: #f1eef8;
}

.grid-thumbnails .card {
  box-shadow: none;
}

.grid-thumbnails .selected .card-title {
  font-weight: 800 !important;
}

.grid-features td {
  background-color: white;
  color: #1E2880;
}

.grid-features td .selected {
  background-color: #f1eef8;
  color: #1E2880 !important;
}

.grid-features input[type="checkbox"] {
  accent-color: #2C2473;
}

.check-list {
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
}

.check-list input[type="checkbox"] {
  accent-color: #2C2473;
}

/* Style scrollbars */
.custom-scrollbars::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom-scrollbars::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-scrollbars::-webkit-scrollbar-thumb {
  background: #B2B2B2;
  border-radius: 5px
}

.custom-scrollbars::-webkit-scrollbar-thumb:hover {
  background: #929292;
}

.popover-content {
  overflow-y: auto;
  max-height: 350px;
  display: grid;
}

.popover-row {
  border-bottom: 2px dotted silver;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding-top: 2px;
  padding-bottom: 2px;
}

.popover-text-right {
  float: right;
  padding-left: 10px;
}

/* Styling for datatables with an etabs-table class (SlideCraft) */
.etabs-table {
  color: #2C2473;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.etabs-table.data-table {
  border-collapse: collapse !important;
}

.etabs-table thead th {
  background-color: #40388A !important;
  color: white !important;
  align-content: center;
}

.etabs-table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.etabs-table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.etabs-table tr {
  /* override the alternating colours defined at the top of this file */
  background-color: transparent !important;
}

.etabs-table td {
  vertical-align: middle;
  background-color: white !important;
  border-bottom: 1px solid #F0F0F0;
  border-collapse: collapse !important;
  font-size: 14px;
  color: #2C2473;
}

.etabs-table input[type="checkbox"] {
  accent-color: #2C2473;
}

.etabs-table .dtrg-group th,
.etabs-table .group-row {
  background-color: rgb(68, 83, 152, 0.13) !important;
  align-content: center;
}

/* Remove bootstrap's margins/padding, which cause a scrollbar to appear under the table */
.etabs-table .row {
  margin-left: 0;
  margin-right: 0;
}

.etabs-table .row>* {
  padding-left: 0;
  padding-right: 0;
}

.etabs-table .dt-search {
  padding: 0px !important;
}

.etabs-table .dt-search input {
  margin: 0px !important;
}

.etabs-table .dt-length {
  font-size: 0.85rem;

}

.etabs-table .dt-length .custom-select {
  width: auto;
  display: inline;
  padding-right: 1.5rem;
  margin-left: 5px;
}

.etabs-table .dt-length .custom-select:focus {
  box-shadow: none;
}

.etabs-table .pagination {
  margin: 0px;
}

.etabs-table .page-link {
  color: #2C2473;
}

.etabs-table .small-column {
  padding-left: 3px !important;
  padding-right: 3px !important;
  text-align: center;
}

.image-preview-caption {
  background-color: #A08CD0;
  color: white;
}

.image-preview-popup {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.8rem;
}

.etabs-dialog {
  border-radius: 20px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.etabs-dialog .modal-body {
  display: flex;
}

.etabs-dialog .modal-header,
.etabs-dialog .modal-body,
.etabs-dialog .modal-footer {
  border: none;
}

.etabs-dialog .modal-footer button {
  border-color: silver;
}

.etabs-dialog .modal-footer button:hover,
.etabs-dialog .modal-footer button:focus  {
  box-shadow: none !important;
}

.dlg input { font-size: 18px; } /* For the SlideCraft layouts dialog edit box */

/*body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}*/

