
/*WebApp Font Type*/

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size:large;
}

/*Tabs*/

.container {
  margin: 0 auto;  
  max-width: 800px;  
}

/*Classic Buttons*/

.BookingButton {
  margin: 0 auto;
  max-width: 300px;
  text-align:center;
}

/*Return Buttons*/

.BackButton{
  background: #ffffff;
  color: white;
  border-style: outset;
  border-color: #ffffff;
  height: 40px;
  width: 120px;
  font: bold 15px Segoe UI, Arial, Helvetica, sans-serif;
  text-shadow: none;
  margin: auto;
}

.BackButton:focus {
    background: #C0C0C0;
  }

.box-shadow {
  color:#ff0000;
}

/*Text Fields*/

#my_centered_fields {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  float: none;
}


/*Radio Buttons*/

input[type="radio"][value="radiobutton"] {
  visibility: hidden;
  position: absolute;
  width: 100px !important;
  height: 100px !important;
  
}

/*Labels and icons*/

.ui-radio label {
  height: 55px;
  width: 800px;
  padding-left: 70px;
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: large;
  padding-top: 20px;
}

/* Icons Tags */

#Kommen\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Kommen\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Kommen.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Kommen\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Kommen.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#Gehen\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Gehen\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Gehen.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Gehen\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Gehen.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}


#Dienstgang\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Dienstgang\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Dienstgang.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Dienstgang\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Dienstgang.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#Saldenabfrage\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Saldenabfrage\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Saldenabfrage.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Saldenabfrage\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Saldenabfrage.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#LetzteBuchung\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#LetzteBuchung\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/LetzteBuchung.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#LetzteBuchung\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/LetzteBuchung.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#Urlaub\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Urlaub\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Urlaub.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Urlaub\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Urlaub.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#Krank\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Krank\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Krank.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Krank\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Krank.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#Fehlzeit\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Fehlzeit\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Fehlzeit.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Fehlzeit\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Fehlzeit.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#Antrag\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Antrag\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Antrag.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Antrag\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Antrag.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#Meldung\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Meldung\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Meldung.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Meldung\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Meldung.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#Storno\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Storno\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Storno.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Storno\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Storno.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}

#Flipflop\.png .ui-radio .ui-btn.ui-radio-off:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #f6f6f6;
  margin-top: -15px;
  background-color: #f6f6f6;
}

#Flipflop\.png .ui-radio .ui-btn.ui-radio-on:after {
  background-image: url("../../../../Content/Icons/Flintec/Flipflop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 38px;
  height: 38px;
  border: 2px solid #D8D8D8;
  margin-top: -15px;
  background-color: #D8D8D8;
}

#Flipflop\.png .ui-radio .ui-btn.ui-radio-off:before {
  background-image: url("../../../../Content/Icons/Flintec/Flipflop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  margin-left: -59px;
  margin-top: -8px;
  border-radius: 25%;
  border: solid #f6f6f6;
  background-color: #f6f6f6;
}


.my-radio-button-class.ui-radio-on {
  background-color: #D8D8D8;
}

/*Notification*/



.alert {
  vertical-align:middle;
  
}


/*Extra Information*/

#text-container {
  text-align: center;
 
}

