


.ids-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    cursor: default;
}


.td-centered {
    text-align: center !important;
}

.td-left {
    text-align: left;
}

.td-right {
    text-align: right;
}


.button-spacer {
    width: 10px;
    display: inline-block;
    height: auto;
}

.button-vertical-spacer {
    width: 10px;
    display: inline-block;
    height: 10px;
}




.ids-div-buttonbar {
    margin: 15px 0px 0px 0px
}



.div-flex {
    display: flex;
}





.has-tooltip {
    cursor: help;
}



.cursor-pointer {
    cursor: pointer;
}


html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
}
.demo-avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}
.demo-drawer {
  border: none;
}

.demo-drawer .mdl-menu .mdl-menu__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-drawer-header {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  height: 151px;
}
.demo-avatar-dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.demo-navigation {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.demo-layout .demo-navigation .mdl-navigation__link {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 500;
}
.demo-layout .demo-navigation .mdl-navigation__link:hover {
  background-color: #00BCD4;
  color: #37474F;
}
.demo-navigation .mdl-navigation__link .ids-icons {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 8px;
    align-self: baseline;
}

.demo-content {
  max-width: 1080px;
}

.demo-charts {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.demo-chart:nth-child(1) {
  color: #ACEC00;
}
.demo-chart:nth-child(2) {
  color: #00BBD6;
}
.demo-chart:nth-child(3) {
  color: #BA65C9;
}
.demo-chart:nth-child(4) {
  color: #EF3C79;
}
.demo-graphs {
  padding: 16px 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
/* TODO: Find a proper solution to have the graphs
 * not float around outside their container in IE10/11.
 * Using a browserhacks.com solution for now.
 */
_:-ms-input-placeholder, :root .demo-graphs {
  min-height: 664px;
}
_:-ms-input-placeholder, :root .demo-graph {
  max-height: 300px;
}
/* TODO end */
.demo-graph:nth-child(1) {
  color: #00b9d8;
}
.demo-graph:nth-child(2) {
  color: #d9006e;
}

.demo-cards {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.demo-cards .demo-separator {
  height: 32px;
}

.mdl-card{
    min-width: 330px;
}

.demo-cards .mdl-card__title.mdl-card__title {
  color: white;
  font-size: 24px;
  font-weight: 400;
}
.demo-cards ul {
  padding: 0;
}
.demo-cards h3 {
  font-size: 1em;
}
.demo-updates .mdl-card__title {
    min-height: 100px;
}
.demo-cards .mdl-card__actions a {
  color: #00BCD4;
  text-decoration: none;
}

.demo-options h3 {
  margin: 0;
}
.demo-options .mdl-checkbox__box-outline {
  border-color: rgba(255, 255, 255, 0.89);
}
.demo-options ul {
  margin: 0;
  list-style-type: none;
}
.demo-options li {
  margin: 4px 0;
}
.demo-options .ids-icons {
  color: rgba(255, 255, 255, 0.89);
}
.demo-options .mdl-card__actions {
  height: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.dfx-card{
    border:1px solid #e8e8e8;
}

.dfx-card > .mdl-card__title{
    background: url('./../images/digitalfabrix.svg') top 5px left 20px;
    background-repeat: no-repeat;
    background-size:150px 50px;
    color:black !important;
    display:block;
    align-items: center;
}

.dfx-card > .mdl-card__title > h2{
    font-size:16pt;
    color: #2b4953;
    justify-content: center;
    align-items: center;
    margin-bottom:5px;
    margin-top:50px;
}

.dfx-card .mdl-card__supporting-text{
    padding-top:5px;
}

.dfx-card .mdl-card__supporting-text > form > input {
    /*font-size: 16pt;*/
    color: #525658;
}

.mdl-card > .mdl-card__supporting-text > form > .ids-div-buttonbar {
    display:flex;
    justify-content:end;
}

.btn-primary {
    background-color: #00A1E0;
    color: white;
    border-radius: 6px;
    text-transform: none;
}

.btn-primary:hover {
    background-color: #0081B3;
    opacity: 80%;
}

.btn-secondary {
    background-color: #FFFFFF;
    color: #2B4953;
    border-radius: 6px;
    text-transform: none;
}

.btn-secondary:hover {
    background-color: #EBECEE;
    opacity: 80%;
}


.mg-top-20{
    margin-top: 20px !important;
}

.mg-top-40{
    margin-top:40px;
}

.mg-top-80{
    margin-top:80px;
}

.dfx-color-blue {
    background-color: #46B4FF;
    color:white;
}

.dfx-color-darkblue {
    background-color: #00194B;
    color:white;
}

.dfx-nav {
    background-color: #FAFAFA;
    color: #46B4FF;
}

.dfx-nav > .mdl-navigation__link {
    color: #575757 !important;
}

.dfx-nav > .mdl-navigation__link:hover {
    background-color: #c3dff4 !important;
}
.dfx-nav > .mdl-navigation__link > .ids-icons {
    color:#575757;
}

.dfx-nav > h5{
    margin-left:40px;
}

.btn-flex{
    display:flex;
}

.ids-div-buttonbar {
    display: flex;
    justify-content: end;
}


/* oauth provider */
.provider-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.provider-list li {
    margin-bottom: 12px;
}


.provider-tile {
    margin-bottom: 12px;
}

.provider-login-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.provider-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 12px;
    background-color: white;
    color: #2B4953;
    border-radius: 6px;
    border: 1px solid #ccc;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.provider-tile:hover {
    background-color: #EBECEE;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.provider-tile svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    fill: white;
}

.provider-label {
    font-size: 16px;
}

.dfx-text {
    font-size: 20px;
    align-self: flex-end;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    color: #2b4953;
    display: flex;
    margin-bottom:5px;
    margin-top:50px;
}


.warning p,
.info p,
.bulb p {
    margin: 14px 0;
}



.warning, .info, .bulb {
  max-width: 600px ;
  padding: 10px;
  margin-bottom: 20px ;
  border: 1px dotted gray;
  border-radius: 10px;
}


.warning::before, .info::before, .bulb::before {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  display: inline-block; 
  max-width: 200px; 
  color: black;
  margin: 7px 0px 7px 0px; 
  padding: 4px;
  border-radius: 3px;
  font-weight: bold;
  border: 1px dotted gray;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.warning::after, .info::after, .bulb::after {
  content: '';
  display: block;
  clear: both;
}

.warning {
  background-color: rgb(255, 255, 222);
}

.warning::before {
  content: '⚠️ Warnung';
  padding-right: 20px;
  background-color: rgb(255, 255, 76);
  color: rgb(102, 51, 0); 
  border-radius: 4px;
  padding: 6px 12px;
}

.info {
  background-color: rgb(232, 244, 253); 
}

.info::before {
  content: 'ℹ️ Information';
  padding-right: 20px;
  background-color: rgb(106, 206, 252); 
  color: white; 
  border-radius: 4px;
  padding: 6px 12px;
}

.bulb {
  background-color: rgb(240, 255, 240); 
}

.bulb::before {
  content: '💡 Wichtiger Hinweis';
  padding-right: 20px;
  background-color: rgb(34, 193, 34); 
  color: white; 
  border-radius: 4px;
  padding: 6px 12px;
}