.btn-transparent {
    background-color: transparent;
}

.btn-mid {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-wide {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-active {
    font-weight: 600;
    background-color: #ffee80;
}

.nav-container-left {
    display: flex;
    flex-direction: column;
    position: fixed;
    background-color: #ffffff;
    left: 0;
    top: 57px;
    width: 150px;
    bottom: 20px;
    overflow-y: auto;
    padding-top: 56px;
}

.nav-main {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 57px;
    left: 150px;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10; /* Need to be under 20 to sit below the action buttons of the react app */
}
.nav-main-small {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 57px;
    right: 0;
    bottom: 20px;
    transition: 0.3s;
}

.questionmark{
   color:black;
}
@media (max-width: 767.98px) {
    .nav-container-left{
        width: 120px;
    }

    .nav-main {
        width: 100vw;
        overflow-y:scroll;
    }
}


.nav-container-top {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    max-height: 38px;
    min-height: 38px;
    transition: 0.3s;
}

.nav-container-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
    padding: 12px;
    min-height: 32px;
}

.nav-main-item {
    padding: 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9rem;
}

.nav-main-item:hover {
    font-weight: 600 !important;
}

.nav-main-item-active {
    font-weight: 600 !important;
}

.nav-main-separator {
    background-color: #BBE0DE;
    height: 1px;
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 4px;
}

.nav-sub-item {
    padding-left: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    font-weight: 400;
    font-size: 0.8rem;
}

.nav-sub-item:hover {
    font-weight: 600;
    background-color: #fff9d6;
}

.nav-sub-item-active {
    font-weight: 600;
    background-color: #ffee80;
}

.nav-separator {
    border-bottom: 1px solid #bce1de;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 12px;
    margin-right: 12px;
}

.border-shadow {
    border: 1px solid #8ce699 !important;
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.5), 2px 4px 10px 0 rgba(0, 34, 51, 0.5) !important;
}

.shadow {
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.5), 2px 4px 10px 0 rgba(0, 34, 51, 0.5) !important;
}

.switch-button {
    width: 300px;
    height: 50px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch-button:hover, .switch-button-small:hover {
    /*background-color: #79d97c;*/
    border: 1px solid #8ce699 !important;
    box-shadow: 1px 1px 5px 0 rgba(0, 34, 51, 0.2), 1px 1px 5px 0 rgba(0, 34, 51, 0.2) !important;
    font-weight: 600;
}

.switch-button-active {
    border: 1px solid #8ce699 !important;
    background-color: #e5fae8 !important;
    box-shadow: 1px 1px 5px 0 rgba(0, 34, 51, 0.2), 1px 1px 5px 0 rgba(0, 34, 51, 0.2) !important;
    font-weight: 600;
}

.switch-button-small {
    width: 150px;
    height: 40px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch-button-small.disabled {
    pointer-events: none;
    filter: grayscale(100%);
}

.selection-box {
    position: relative;
    width: 255px;
    height: 200px;
    border-radius: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #bde1df;
}

.selection-box-active {
    border: 2px solid #8ce699;
    background-color: #E5FAE8;
}

.border-active {
    border: 2px solid #8ce699;
}

.border-inactive {
    border: 2px solid #ffffff;
}

.border-hover {
    outline: 1px solid #dfdfdf;
}

.border-hover:hover {
    outline: 2px solid #8ce699;
}

.hint-button {
    background-color: #004141;
    color: #8ce699;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 2px;
    height: fit-content;
    padding: 4px;
    transition: 0.3s;
}

.hint-button-header {
    background-color: #004141;
    color: #8ce699;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    height: 100%;
    padding: 4px 10px 4px 10px;
    transition: 0.3s;
}

.hint-button:hover, .hint-button-header:hover {
    background-color: #8ce699;
    color: #004141;
}

#hint-panel {
    background-color: #004141;
    color: #8ce699;
    display: flex;
    flex-direction: row;
    border-radius: 3px;
    padding: 8px;
    margin: 12px;
    transition: 0.5s;
}

.hint-panel-text {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding-left: 40px;
    padding-right: 60px;
    border-right: 1px solid #8ce699;
}

.hint-panel-arrow {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #004141;
}

.large-print-badge {
    width: 120px;
    height: 120px;
    background-color: #ee4544;
    color: #ffffff;
    position: relative;
    left: -200px;
    border-radius: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* .properties-panel {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.5), 2px 4px 10px 0 rgba(0, 34, 51, 0.5) !important;
    z-index: 9999;
} */


.properties-panel {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 95px !important;
    left: 170px !important;
    right: 370px !important;
    background-color: #ffffff;
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.5), 2px 4px 10px 0 rgba(0, 34, 51, 0.5) !important;
    z-index: 90000;
    width: fit-content;
    width: -moz-fit-content;
}

.properties-panel-btn {
    font-size: 10pt !important;
    height: 34px;
}

.properties-panel-btn * {
    font-size: 10pt !important;
}

.properties-panel-btn:hover {
    background-color: #e5fae8 !important;
}

.prop-panel-first {
    width: fit-content;
    /* min-width: 30%; */
    border-right: 1px solid #d6d6d6;
}

.prop-panel-second {
    width: fit-content;
}

.panel-head {
    color: #929292;
}

.panel-head2 {
    color: #929292;
}

.panel-content {
     min-width: 330px;
}
.dim-element {
    width: 40%;
    margin-bottom: 0.5rem;
}
.box-white {
    border-radius: 5px;
    background-color: #ffffff;
}

span.tredition-questionmark{
    content: url(../img/tredition-fragezeichen-control.svg);
    height:35%;
}

span.icon-lockopen{
    content: url(../img/tredition-schlossauf-control.svg);
    width: 12px;
}

span.icon-lockclosed{
    content: url(../img/tredition-schlosszu-control.svg);
    width: 12px;

}
span.icon-ebenevor{
    content: url(../img/tredition-ebenenachvorne-control.svg);
    width: 15px;
}
span.icon-vordersteebene{
    content: url(../img/tredition-ganznachvorne-control.svg);
    width: 15px;
}
span.icon-ebenezurueck{
    content: url(../img/tredition-ebenenachhinten-control.svg);
    width: 15px;
}
span.icon-hintersteebene{
    content: url(../img/tredition-ganznachhinten-control.svg);
    width: 15px;
}

span.icon-tredition-international-aus {
    content: url(../img/tredition-international-aus.svg);
    width: 15px;
}

span.icon-tredition-rechtschreibpüfung {
    content: url(../img/tredition-rechtschreibpruefung-control.svg);
    height: 10px;
}

span.icon-tredition-textelemente {
    content: url(../img/tredition-textelemente.svg);
    height: 15px;
}
.option-selection{
color: #000000;
}

.option-indicator{
    color:gray;
}

.option-new{
    font-weight: bold;
}

.tredition-logo{
    height: -webkit-fill-available;
    height: 40px;
}

.tredition-logo-login{
    height:40px;
}

.interview-btn {
    border-width : 1px 0 0 0;
    border-style: solid;
    border-color: #dfdfdf;
    background-color: #ffffff;
}

.interview-btn:focus {
    outline: none;
}

.radio-container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }
  .radio-container input:checked ~ .checkmark{
      background-color: #8ce699;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .radio-container input:checked ~ .checkmark:after {
    display: block;
  }

  .radio-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: black;
  }

  .check-container input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #004141;
    border: 1px solid #8ce699 ;
    border-radius: 3px;
    box-shadow: 1px 1px 0px 0px #8ce699;

  }
  .check-container input:checked ~ .checkbox{
      background-color:  #004141;
  }

  .checkbox:after {
    content: "";
    position: absolute;
    display: none;
  }

  .check-container input:checked ~ .checkbox:after {
    display: block;
  }

  .check-container .checkbox:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid  #8ce699;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  } */

  .dim-row:hover {
      background-color: lightgray;
  }

 th.no-underline, td.no-underline  {
    border-bottom: none !important;
  }

  .cursor-pointer {
      cursor: pointer;
  }
