.breadcrumb {
    padding:8px 15px 5px;
}
.breadcrumb > .breadcrumb {
    padding: 0;
    margin: 0;
}

.pre {
    white-space: pre;
}

.textwrap {
    text-wrap: initial;
}

.opacity-50 {
    opacity: 50%;
}

.upcoming-wco {
    border-radius: 5px;
    cursor: pointer;
    padding: 1px 5px;
}


.header-fixed {
    width: 100%
}

.cinherit {
    color: inherit;
}
.cinherit:hover {
    color: inherit;
}
.icolor {
    color: inherit;
}
.icolor:hover {
    color: inherit;
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    /*height: 300px;*/
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 20%;
    float: left;
}

.container-full {
  /*margin: 0 auto;*/
  width: 100%;
}

#telemetry_table1 {
    overflow:auto;
}

.input-int {
    max-width: 75px;
    -moz-appearance: textfield;
}

input.input-int::-webkit-outer-spin-button,
input.input-int::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-select {
    max-width: 250px;
}

.input-date {
    max-width: 150px;
}

.row-error {
    border-top: none !important;
}

.dark-fill {
    background-color: #E3E2E2;
}

a.grey-link {
    color: #444444;
}

a.grey-link:hover {
    color: #555555;
}

.inline {
    display:inline-block;
}

.text-muted-important {
    color: #777 !important;
}

select option[disabled] {
    display: none;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    flex: 1;
}

.center-margin {
    margin: 0 auto;
}

.no-border>tbody>tr>td{
    border-bottom: none !important;
}

a[href*="froala.com"], div.fr-wrapper div:not(.fr-view){
    display: none;
}


.text-strike{
    text-decoration: line-through;
}

.text-bold{
    font-weight: bold;
}

.text-sm{
    font-size: 10px;
}

@media screen
{
    .print-only{
        display:none;
    }
}

table.dl-horizontal{
    width: 100%;
}

table.dl-horizontal td, table.dl-horizontal th{
    padding: 2px;
}

table.dl-horizontal tr td:nth-child(odd){
    float: right;
}

table.dl-horizontal tr td:nth-child(even){
    font-weight: bold;
}

.vert-merge-cell{
    border-top: none !important;
}

.border-left{
    border-left: 1px solid #ddd;
}

.border-bottom{
    border-bottom: 1px solid #ddd;
}

.border-horizontal-divider:not(:last-of-type){
    border-bottom: 1px solid #ddd;
}

.border-heavy{
    border-color: grey;
    border-width: 2px;
}

hr.divider{
    margin-top: 0;
    margin-bottom: 0;
}

.knockout{
    background: black;
    color: white;
    font-weight: bold;
}

.knockout-light{
    background: #555;
}

div.bx{
    height: 30px;
    padding: 1px;
}

div.bx-w{
    width: 30px;
    display: inline-block;
}

input[type='checkbox'].form-control {
    height: auto;
    width: auto;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
}

/* Navigation ------------------------------------------------------------*/
.nav-container {
    display: flex;
    justify-content: space-between;
}
.container.nav-container:before,
.container.nav-container:after {
    content:"";
    display: none;
}
.navbar-header {
    display: flex;
    align-items: center;
}
.navbar-search {
    padding:10px 0;
}
.navbar-search input[name="search"]{
    max-width: 150px;
    min-width: 100px;
}

.navbar-nav {
    margin: 0;
}
.navbar-toggle {
    display: none;
}

.navbar-brand {
    margin: 0 !important;
}

.navbar-home {
    font-size: 25pt;
    top: 25%;
    color: grey;
}
.navbar-home:hover {
    color: var(--orange);
}
.nav > li > a {
    padding-right: 12px;
    padding-left: 12px;
}

.navbar-nav .open .dropdown-menu.left {
    right:0;
    left: auto;
}

.lightning-target {
    padding: 1em;
}
.up-api__wrapper {
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.nav-icon--l {
    font-size:2rem;
}

.comments__header {
    display: inline-flex;
    gap: 0.5em;
    margin: 0 1em;
}


@media only screen and (min-width: 768px) {
    .nav--mobile-only {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .nav--mobile-hide {
        display: none !important;
    }
    .navbar-nav .open .dropdown-menu {
         position: absolute;
         float: left;
         width: auto;
         margin-top: 2px;
         background-color: #fff;
         border: 1px solid rgba(0, 0, 0, .15);
         box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

  }

/*------------------------------------------------------------*/

.sticky {
    position:sticky;
    top: -1px;
    z-index:999;
}
.sticky-left {
    position:sticky;
    left: -1px;
    z-index:998;
    background-color:white;
}
.d-flex {
    display:flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.gap1 {
    gap: 1em;
}
.j-end{
    justify-content: flex-end;
}
.j-space-between {
    justify-content: space-between;
}
.j-space-around {
    justify-content: space-around;
}
.align-center {
    align-items: center;
}
.d-inline{
    display: inline;
}
.d-inline-block{
    display: inline-block;
}
#advancedSearchDropdown{
    padding-left:0.5em;
    z-index:1000;
}
.advanced-search-input{
    height:20px;
    width:20px;
    margin:0;
}
#advancedSearch{
    border-radius: 5px 0 0 5px;
}
.dropdown-menu>li>div>a{
    display: block;
    padding: 3px 20px 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    width:100%;
}
.dropdown-menu>li>div>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.w-50 {
    width: 50%;
}
.w-100 {
    width:100%;
}
.w-100i {
    width:100% !important;
}
.nested-menu{
    list-style: none;
    padding-left:30px;
}
/*.inner-submit-container>*{*/
/*    margin-left:1em;*/
/*}*/
@media (min-width:768px) {
    .document-model-dialog {
        width:auto;
        max-width: 900px;
        padding: 0 10px;
    }
}
.nested-link {
    display: block;
    clear: both;
    padding:2px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.modal-header{
    display: flex;
    justify-content: space-between;
}
.show-print{
    display: none;
}

.link-list-links{
    margin-right:10px;
}
.clock-dropdown div{
    margin:2px 0;
}
.nav>li>.clock-dropdown-toggle {
    display:flex;
    align-items: center;
    padding-right:0;
    padding-left: 0;
}
.icon-popover-toggle {
    padding: 10px 0;
}
.popover {
    max-width: 25vw;
    min-width: 400px;
}
.base-clock{
    font-size:150%;
    margin:0 3px;
}
/* Summernote*/
.note-editor div.note-toolbar{
    position:sticky;
    top:0;
}


.color-unset{
    color:unset;
}
.color-unset:hover{
    color:unset;
}
.competency--session {
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
/* Print */
@media print {
    .show-print {
        display:initial;
    }

    .hide-print {
        display: none;
    }
    .full-width-print {
        width:100% !important;
    }
    .sticky {
        position:relative;
    }
    .sticky-left {
        position: relative;
    }
}
.no-padding-bottom{
    padding-bottom: 0;
}

.document-tree .caret-open{
    transform: rotate(90deg);
    transition: all .1s ease-in;
}
.document-tree li {
    list-style-type: none;
}
.document-no-permission {
    background-color: #dddddd;
    border-radius: 5px;
    padding:7px
}
.pointer {
    cursor: pointer;
}
.document-tree .expandable {
    cursor: pointer;
    display:inline-block;
    transition: all .1s ease-in;
    margin-bottom: 5px;
}
.document-tree .no-opacity {
    opacity:0;
}
.document-tree .document-li{
    margin:5px 0;
}
.document-tree ul {
    margin: 0;
    padding-left:1.3em;
}
.loading-dots{
    font-size:200%;
}
.js-inline-header {
    font-weight: bold;
}
.hero-text-box {
    background: #ffffffbd;
    padding: 1em;
    border-radius: 5px;
}
.no-margin{
    margin:0;
}
.p-1 {
    padding: 1em;
}
/* Checklist for tiny ------------------------------------------------------------------------*/

.mce-content-body .tox-checklist>li:not(.tox-checklist--hidden) {
    list-style: none;
    margin: 0.5em 0 0 0;
    width: 100%;
}
.mce-content-body .tox-checklist>li:not(.tox-checklist--hidden)::before {
    background-size:100%;
    content:'';
    cursor:pointer;
    height:1em;
    margin-left:-1.5em;
    position:absolute;
    width:1em;
    margin-top:0;

    border: 1px solid #838383;
    border-radius: .25em;
    font-size: 20px;
}
.mce-content-body .tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    /*background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");*/
    content:"";
}
.mce-content-body .tox-checklist>li:not(.tox-checklist--hidden).tox-checklist--checked {
    /*text-decoration: line-through;*/
    color: #777;
}
.mce-content-body .tox-checklist>li:not(.tox-checklist--hidden):not(.tox-checklist--checked) {
    text-decoration: none;
    color: #333;
}
.mce-content-body .tox-checklist>li:not(.tox-checklist--hidden).tox-checklist--checked::before {
    background-color: var(--green);
    border-color: var(--green);
}
.mce-content-body .tox-checklist>li:not(.tox-checklist--hidden).tox-checklist--checked {
    background-color: initial;
}

.mce-content-body .tox-checklist>li:not(.tox-checklist--hidden).tox-checklist--progress::before {
    background-color: var(--yellow);
    border-color: var(--yellow);
    background-image: none;
}
/*.tox-checklist>li:not(.tox-checklist--hidden).tox-checklist--progress {*/
/*    background-color: #faf7ca;*/
/*}*/

/*--?*/
.flex--remaining-height {
    flex: 1 1 0;
    min-height: 0;
  }
  .h-100{
    height:100%;
  }
  .scrollable--y {
    overflow-y: auto;
    height:100%;
  }
  .flex--direction-column{
    flex-direction: column;
  }
  .w-1 {
    width: 1%;
  }
/* Document Summary ----------------------------------------------------------------*/
/*.document-tree--summary {*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 5px;*/
/*    padding: 1em;*/
/*    margin-left: 1em;*/
/*    font-size: 80%;*/
/*}*/
.document-summary--title {
    font-size: 2em;
    margin: 0.5rem 0;
}
.document-outline--wrapper {
    padding: 5px 15px;
}
.document-summary-container {
    overflow: auto;
    height: 100%;
    padding: 0.5em 0;
    max-height: 83vh;

}
.document-sidebar--sticky {
    top: 0.5em;
    position: sticky;
    height: calc(100vh - 0.5em);
    display: flex;
    flex-direction: column;
}
.ds--h {
    font-size: 1rem;
}
.ds--h-text{
    text-indent:-1.5em;
    padding-left: 1.5em;
}
.ds--h-a {
    color: initial;
}
/*----------------------------------------------------------------------*/
.registration-container{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filled {
    border: var(--green) solid 2px;
}
    .yellow {
        color: #ef9600eb !important;
    }
.red {
    color: var(--red);
}
.red-background {
    background-color: var(--red);
}
.orange-background {
    background-color: #ef9600eb;
}
.orange {
    color: orange;
}
.green {
    color: var(--green);
}
.light-green{
    color: var(--light-green);
}
.light-green-background{
    background-color: var(--light-green);
}

.glyphicon{
    font-family: 'Glyphicons Halflings' !important;
}
pre {
    margin: 0;
}

.form-control-line {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    background-color:transparent;
    padding:0;
}
.form-control-line:focus {
    box-shadow: 0 0 8px -8px;
}

.font-italic{
    font-style: italic;
}

[data-quantity], [data-quantity]>*, [data-quantity] input {
    height:unset;
    font-size:30px;
    text-align: center;
}
[data-quantity] {
    max-width:90px;
}
[data-update-input] {
    width:100%;
    font-size:30px;
}
.white{
    color:white;
}

.marketing-color{
    color: #0771de;
}

.design-color{
    color: #aa0022;
}

.experience-color{
    color: #54ffce;
}

.engineering-color{
    color: #b0b0b0;
}

.production-color{
    color: #b8ab6a;
}

.ambiguous-color{
    color: #a89d45;
}
.cant-evaluate-color{
    color: #b77e28;
}
.disagree-color{
    color: #8f3a3a;
}
.suggestion-color{
    color: #6e368c;
}

/*----------------------------------------------------------------------*/
.rounded {
    border-radius: 50%;
}

.sprint__work--completed {
    background-color: #b6e5b6;
}

.sprint__work--progress {
    background-color: #e0d2ab;
}

.nowrap {
    white-space: nowrap;
  }
.due {
    margin: 0 5px;
  }
.no-border-radius-left {
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
.tickets__table {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-top: -5px;
  }
.tickets__table td {
    border: none !important;
    vertical-align: middle !important;
  }
.tickets__table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
.tickets__table td:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
.tickets__add_tickets {
    display: flex;
    justify-content: end;
  }
.tickets__ticket {
    border-radius: 5px;
    padding: 0.25em 0.75em;
    align-items: center;
    margin-bottom: 0.25em;
    gap: 5px;
    position: relative;
}
.tickets__ticket *:not(.tickets__ticket__progress) {
    z-index:10;
}
.tickets__ticket span:not(td) {
    position:relative;
}
.tickets__ticket__progress {
    position: absolute;
    height: 100%;
    width:100%;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}
.tickets__ticket__bar {
    position: absolute;
    bottom: -5px;
    z-index: 1000;
    width: 100%;
    left: 0;
}
.tickets__ticket__bar .progress{
    height:5px;
}
.js-resize{
    padding: 0.25em;
}
.js-submit-button-default{
    /*background-color: var(--grey);*/
    border: 4px solid var(--grey);
}
.js-submit-change{
    /*background-color: var(--red);*/
    border: 4px solid var(--red);
}

.border-right {
    border-right: 1px solid #ddd;
}

/*.ui-front {*/
/*    z-index: 1000000 !important;*/
/*}*/
.ui-front.ui-autocomplete {
    z-index: 10000;
}
.assignee-input {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

/* Corner Submit ------------------------------------------------------ */
.submit-container {
    background-color: #FFFB86;
    border: #9A9A9A solid 1px;
    position: fixed;
    bottom: -1px;
    right: -1px;
    padding: 1em 1em 1em 1em;
    z-index: 10;
}
.inner-submit-container {
    display: flex;
    flex-direction: row;
}
.inner-submit-container>*{
    margin-right:1em;
}
.inner-submit-container>input {
    display: block;
}

.tooltip:not(.in){
    pointer-events: none;
}
@media only screen and (min-width: 1200px) {
    .modal-dialog {
      width: 1000px;
    }

    div.introjs-tooltip {
        min-width: 350px;
        width: 50%;
        max-width: 500px;
    }
  }

.fit-content {
    width: fit-content;
}
  .ticket__work {
    display: flex;
    border-radius: 11px;
    align-items: center;
    gap: 0.5rem;
  }

.circle {
    -moz-border-radius:50%;
    -webkit-border-radius: 50%;
    border-radius:50%;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.circle span {
    display: block;
    padding: 50%;
    margin: -3em -50% 0;
    position: relative;
    top: 1.5em;
    border: 1em solid transparent;
    white-space: nowrap;
}

.normalize-form .module.aligned {
    min-width: initial !important;
}
.normalize-form
.rjf-form-row label {
    min-width: initial !important;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.normalize-form
    .rjf-form-row label {
      width: 0%;
      padding-right: 1rem;
    }
    .normalize-form
    .rjf-form-row select {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
      -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .normalize-form
    .rjf-form-group {
      margin: 0;
    }
    .normalize-form
    .rjf-form-row {
      padding: 0;
    }
    .normalize-form
    .rjf-form-row-controls + .rjf-form-row-inner{
      padding: 0;
    }
    .normalize-form
    .rjf-form-group-inner {
      padding: 0;
      border: None;
      box-shadow: None;
      margin: 0;
    }


    .spinner {
      width: 40px;
      height: 40px;
      border: 4px solid rgba(0, 0, 0, 0.1);
      border-top-color: #333;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      margin: auto;
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }

    .fs-100 {
        font-size: 100%;
    }

    .pb-05 {
        padding-bottom: 0.5rem;
    }

.space-y-1>:not([hidden])~:not([hidden]) {
    margin-top: 1rem;
}
.space-y-2>:not([hidden])~:not([hidden]) {
    margin-top: 2rem;
}
.space-y-3>:not([hidden])~:not([hidden]) {
    margin-top: 3rem;
}
.space-y-4>:not([hidden])~:not([hidden]) {
    margin-top: 3rem;
}

.flip-r {
    transform: rotate(270deg);
    transform-origin: center;
    width:1em;
    height:1em;
}
.justify-center {
    justify-content: center;
}