@font-face {
  font-family: 'bell';
  src: local("C:/Users/Nancy/OneDrive - Matthias Brunner AG/Documents/Repository/siCustomerApp/inst/app/www/BellGothicStd-Black.otf") format("opentype");
}

@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: normal;
  src: local('Tangerine'), url('http://example.com/tangerine.ttf') format('truetype');
}

@font-face {
  font-family: "Kimberley";
  src: url(http://www.princexml.com/fonts/larabie/ »
  kimberle.ttf) format("truetype");
}

/* for the shinyauthr::loginUI
.well {
  background-color: white;
  color: black;
}
*/

#button {
  color: green;
}

/* for the loginUI image div:*/
#login_image {
  align-items: center;
  text-align: center;
}

/* change class modal*/
.modal-dialog {
  width: auto;
  position: absolute;
  top: 200px;
  left: 100px;
  /* additional styles for the modal */
}

/* Mail Button*/
#mail {
  position: absolute;
  right: 200px;
}

#btn_news {
  position: absolute;
  right: 400px;
}

/* AMpelbericht Reload Button */
#ampelbericht_1-reload {
  position: relative;
  z-index: 99;
  float: right;
  margin-bottom: 5px;
}


/*CHange properties of dashboardBrand*/
a.brand-link:hover {
  color: #6fbe44;
}

/*Change the color of the login and logout buttons*/
#login-button {
  background-color:  #6fbe44;
}

#logout-button {
  background-color: #F39C6B;
  position: absolute;
  right: 100px;
}

#feedback_june_1-submit {
  background-color:  beige;
}

#feedback_june_1-submit:hover {
  background-color:  #6fbe44;
}

.shiny-notification {
  position:fixed;
  top: calc(80%);
  left: calc(90%);
}

#tab-tab4 {
  border-color:  #ffd969;
  border-style: solid;
  border-width: 2px;
}

#tab-tab4:hover {
  background-color: #ffc107;
}


.body {
  overflow: hidden;
}

/* change font size of radioButton lables
.radio label {

}
*/

/* flush bottom-button to the bottom*/
.bottom-button {
      position: absolute;
      bottom: 10px;
    }

/* When .disabled-div is removed, restore original Bootstrap colors automatically */
  .btn-success {
    background-color: #6fbe44 !important;
    border-color: #6fbe44 !important;
    color: white !important;
  }

  .btn-danger {
    background-color: #F32013 !important;
    border-color: #F32013 !important;
    color: white !important;
  }





