
/* Main CSS */

:root{
  --hrsl-wristband-color-rot: #e1291f;
  --hrsl-wristband-color-blau: #276193;
  --hrsl-wristband-color-gelb: #ffde00;
  --hrsl-wristband-color-grün: #00a988;
  --hrsl-wristband-color-schwarz: #302c29;
}

h1 {
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 14px;
  font-weight: 600;
}

.gstro_container {
	text-align: left;
    position: relative;
	width: 80%;
    max-width: 1080px;
    margin: auto;
}

#gstro_public_content{
  width: 94%!important;
  max-width: 95%!important;	
}

.gstro_loginArea {
  background-color: #f8f8f8 !important;
  border: 1px solid #f8f8f8 !important;
  padding: 2px !important;
  color: #4e4e4e !important;
  width: 100%;
  height: 35px;
}

#gstro_public_content .gstro_public_CBSC{
  display:none;
}

#locationIdFromList {
  color: black;
  background-color: white;
  margin-bottom: 0;
  height: 40px;
  padding: 5px;
  border-radius: 5px;
  margin: 0px 20px 50px 20px;
  margin-left: 350px;
}

#gstro_public_content .gstro_public_section section{
  border-radius: 5px;
  box-shadow: 0 2px 18px 0 #E2E6EC;
  padding: 20px;
}

#gstro_public_content .gstro_public_header1{
  margin-bottom: 15px;
}

#gstro_public_content .gstro_public_header1_small{
  margin-bottom: 0px;
}

#gstro_public_content .gstro_scrollableELement{
  overflow-y: scroll;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

#gstro_public_content .gstro_scrollableELement::-webkit-scrollbar{
  width: 0px;
  background: transparent; /* Safari and Chrome */
}

div#gstro_loginBox {
  min-width: 420px;
  display:flex;
  flex-direction: column;;
  
   
  
  padding: 50px 50px; 
  background-color: white; color:black; 
	
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 2px 18px 0 #E2E6EC;
}

.location_input {
	margin-top: 40px;
	border: #e6e6e6 2px solid;
    border-radius: 5px;
    height: 42px;
    padding: 10px;
}

#chooseBarForm {
	text-align: center;
}

form#loginform input#wp-submit,
#chooseBarForm input.gstro_blue_button,
main#gstro_public_content input.gstro_blue_button,
td.gstro_invoice_table__column.gstro_invoice_table__download button.gstro_blue_button,
#gstro_loginOverlay .gstro_blue_button {

  text-align: center;
  text-decoration: none;
  font-size-adjust: 0.68;
  font-size: 13px;
  color: #fff;
  box-shadow: none;
  /*padding: 5px 40px;*/
  margin: 10px 0;
  min-width: 180px;
  height: 40px;
  cursor: pointer;
  background: #38B5CF;
  border: solid 1px #38B5CF;
  border-radius: 5px;
  -webkit-appearance: none;
  white-space: nowrap;
  box-sizing: border-box;
  /*width: 50%;*/
  line-height: 2.2;
}

div#gstro_loginBox form#loginform p.login-submit input#wp-submit:hover,
.gstro_blue_button:hover{
  background: #006799;
  border-radius: 6px;
  cursor: pointer;
}

/*
 * Toggle CSS
 */

 #gstro_public_content .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
  align-self: end;
  margin-left: 10px;
  vertical-align: middle;
}

#gstro_public_content .switch input { 
  opacity: 0 !important;
  width: 0;
  height: 0;
}

#gstro_public_content .gstroSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  border: 1px solid #fba76f;
}

#gstro_public_content .gstroSlider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 0px;
  -webkit-transition: .1s ease-in;
  transition: .1s ease-in;
  background-color: rgba(0, 0, 0, 0.15);
  background-color: #fba76f;
}

/*#gstro_public_content .gstroSlider.sliderCenter:before {
  bottom: 0.5px;
}*/

#gstro_public_content input:checked + .gstroSlider:before {
  -webkit-transform: translateX(20.5px);
  -ms-transform: translateX(20.5px);
  transform: translateX(20.5px);
  background-color: white;
  border: unset;
}

#gstro_public_content input:checked + .gstroSlider {
  background-color: #3b8dc1;
  border-color: rgba(0, 0, 0, 0.15);
}

#gstro_public_content .gstroSlider.round {
  border-radius: 34px;
}

#gstro_public_content .gstroSlider.round:before {
  border-radius: 50%;
}

/*
 *Header
 */
#gstro_public_content h1,
#gstro_public_content h2,
#gstro_public_content h3{
  margin: 2vw 0vw;
}

#gstro_public_content section {
  font-family: var(--main-text-family);
  margin: 0 0 2vw 0;
}

#gstro_public_content .gstro_desktop_left_box{
  width: 45%;
  height: 100%;
}

#gstro_public_content .gstro_desktop_right_box{
  width: 45%;
  margin-right: 0;
  margin-left: auto;
  height: 100%;
}

#gstro_public_content .gstro_desktop_flex{
  display: flex;
  flex-wrap: wrap;
}

/*Fail and Success Messages*/

#gstro_public_content .messageSuccess,
.gstroOverlay .messageSuccess{
  position: absolute;
  margin: 7% auto 25% auto;
  width: 100%;
  z-index: 99;
}

#gstro_public_content .messageSuccess span,
.gstroOverlay .messageSuccess span{
  background: #1bd89e;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 15px 30px;
  text-align: center;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

#gstro_public_content .messageMaybe,
.gstroOverlay .messageMaybe{
  position: absolute;
  margin: 7% auto 25% auto;
  width: 100%;
  z-index: 99;
}

#gstro_public_content .messageMaybe span,
.gstroOverlay .messageMaybe span{
  background: #fba76f;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 15px 30px;
  text-align: center;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

#gstro_public_content .messageFail,
.gstroOverlay .messageFail{
  position: absolute;
  margin: 7% auto 25% auto;
  width: 100%;
  z-index: 99;
}

#gstro_public_content .messageFail span,
.gstroOverlay .messageFail span{
  background: #fe667b;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 15px 30px;
  text-align: center;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

sup {
  bottom:0.2em !important;
}

/*Alerts und Loading*/

.gstroOverlay {
  position: fixed;
  display: none;
  top: 0;
  left: 80px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background-color: rgba(100, 100, 100, 0.3);
  z-index: 2;
  cursor: default;
}

.gstro_popupLoadPanel {
	display:none;
  width: 80%;
  height: 100px;
  padding-top: 130px;
  text-align: center;
  position: relative;
  background: white;
  border-radius: 5px;
  z-index: 100;
  margin: 0 auto;
  padding-bottom: 50;
}

.gstro_popupLoadPanel::before {
    content: ' ';
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -1.5rem;
    width: 3rem;
    height: 3rem;
    border: 3px solid #009a67;
    border-right-color: transparent;
    border-radius: 50%;
    animation: indicator 1s linear infinite;
}

.gstro_smallPopupLoadPanel {
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 10px auto;
  position: relative;
  background: white;
  border-radius: 5px;
  z-index: 100;
}

.gstro_smallPopupLoadPanel::before {
    content: ' ';
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -0.75rem;
    width: 1rem;
    height: 1rem;
    border: 3px solid #009a67;
    border-right-color: transparent;
    border-radius: 50%;
    animation: indicator 1s linear infinite;
}

#gstro_alert_loadPanel_messagePass{
  text-align: center;
  display: none;
  margin-top: 10px;
}

div.gstro_alert {
  margin: 10% 25% 25% 25%;
  padding: 40px;
  border: 1px solid white;
  background-color: white;
  border-radius: 5px;
}

.gstro_alert_close{
  cursor: pointer;
}

.gstro_alert_close:hover{
  color: #3b8dc1;
}

#gstro_alert_message{
  color: black;
  text-align: center;
}

#gstro_public_content * {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

#gstro_public_content *::-webkit-scrollbar{
  width: 0px;
  background: transparent; /* Safari and Chrome */
}

p#loginFail {

  background: #fe667b;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 5px 10px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;

}

form#barOwnerLogin {
  margin: 0;
}

button.barOwnerSubmitButton {
  margin-bottom: 0;
  line-height: inherit;
  font-size: inherit;
  margin-top: 20px;
  width: 100%;
  height: 50px;
  border: #38b5cf;
  border-radius: 6px;
  background-color: #38b5cf;
  color: white;

}

h1#barOwnerLoginHeader {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.1rem;
  font-size: 700;
}

@keyframes indicator {
	0% {transform:rotate(0deg);}
	50% {transform:rotate(180deg);}
	100% {transform:rotate(360deg);}
}

.gstro_blue_button.gstro_disabledButton{
  background: var(--hrsl-color-lightGrey-01) !important;
  border-color: var(--hrsl-color-lightGrey-01) !important;
  cursor: default !important;
}


@media only screen and (max-width: 950px){
  #gstro_public_content .switch {
    margin-left: 0px;
  }

  div.gstro_alert {
    margin: 25% 25% 25% 25%;
  }

  
  .gstroOverlay {
    margin-top: 100px;
  }

  #gstro_public_content .messageSuccess span,
  .gstroOverlay .messageSuccess{
    width: 95%;
    margin: 0 2.5%;
  }
  
  #gstro_public_content .messageMaybe span,
  .gstroOverlay .messageMaybe span{
    width: 95%;
    margin: 0 2.5%;
  }

  #gstro_public_content .messageFail span,
  .gstroOverlay .messageFail span{
    width: 95%;
    margin: 0 2.5%;
  }
}

@media only screen and (max-width: 782px) {
  #gstro_public_content .gstro_desktop_left_box{
    width: 100%!important;
  }
  
  #gstro_public_content .gstro_desktop_right_box{
    width: 100%!important;
  }
  
  #gstro_public_content .gstro_desktop_flex{
    display: block;
    flex-wrap: unset;
  }

 .gstro_blue_button{
    padding: 5px 20px;
  }

  #gstro_public_content section {
    margin-bottom: 40px;
  }

  #gstro_public_content div.gstro_alert {
    margin: 10% 15% 25% 15%;
  }

  #gstro_public_content #gstro_alert_acceptButton {
    min-width: 80px;
  }

  #gstro_public_content #gstro_alert_acceptButtonBox{
    text-align: center;
  }
  
  .gstro_container {
	text-align: left;
    position: relative;
	width: 80%;
    max-width: 1080px;
    margin: auto;
  }
  #gstro_public_content{
    margin-top: 40px;
    width: 94%!important;
    max-width: 95%!important;	
  }
  
}


@media only screen and (max-width: 500px) {

  div#gstro_loginBox {

    box-shadow: none;

  }

  #gstro_flexContainer {
    padding:20px;
    
  }
  #gstro_flexContainer h1 {
    margin-bottom: calc(2vw + 20px)

  }
  
  #gstro_flexContainer h1,
  #gstro_flexContainer h1#barOwnerLoginHeader {
    font-size: 7.5vw;
    ;
   

  }

  div#gstro_loginBox {
    padding: 20px;
    width:94vw;
    min-width: unset;
  }

  div#gstro_loginBox .barOwnerSubmitButton {
    padding: 5px 0;
    width: 100%;
    max-width: 100%;
    min-width: unset;
    
    font-size-adjust: unset;
  }

}

#bar_chooser_overlay {

  position: fixed;
  display: none;
  width: 100vw; 
  height: 100vh; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 999; 
  overflow-y: scroll

}

#bar_chooser_overlay #gstro_barchooser_container {

  padding-top: 10vh;
  padding-bottom:10vh;

}

#bar_chooser_overlay #gstro_barchooser_container .location_chooser_button {

  width: 100%;
  height: 10vh;
  background-color: white;
  border: 1px solid var(--border-color);

}

#gstro_invoice_table {
  border-collapse: collapse;
  background-color: white;
  width:100%;
  min-width: 800px;

  vertical-align: middle;
  
  table-layout: fixed;
}


#gstro_invoice_table th {
  text-transform: none;
  white-space: nowrap;
}

#gstro_invoice_table th, 
#gstro_invoice_table td {
  background-color: white;
  border:none;
  border-bottom: 1px solid var(--border-color);
}
.gstro_invoice_table__trenner td{
  font-size: 20;
  font-weight: 700;
  background-color: white;
  border: none;
  padding: 20px;
}

.gstro_invoice_table__column {
  background-color: white;
  padding: 15px;

}
.gstro_invoice_table__no {
  text-align: left;
  min-width: 60px;
}
.gstro_invoice_table__date {
  min-width: 80px;
  text-align: left;
}

.gstro_invoice_table__vadate {
  min-width: 80px;
  text-align: left;
}

.gstro_invoice_table__communication {
  min-width: 70px;
  text-align: center;
}

.gstro_invoice_table__net {
  min-width: 90px;
  text-align: right;
}

.gstro_invoice_table__total {
  min-width: 90px;
  text-align: right;
}

.gstro_invoice_table__status {
  text-align: center;
  min-width: 70px;
}
.gstro_invoice_table__download {
 
  /*text-align: right;*/
  min-width: 70px;
}
.gstro_invoice_table__download a {
  vertical-align: initial !important;
}

#gstro_invoice_table .status_circle {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;

}


#gstro_invoice_table .status_circle_offen {
  background-color: #fe667b;
}

#gstro_invoice_table .status_circle_bezahlt {
  
  background-color: #1bd89e;
}


#gstro_public_content .dashicons_dismiss {
  text-decoration: none;
}

#gstro_public_content .mini-dot-text{
	height: 15px!important;
	width: auto;
	border-radius: 15px!important;
	margin: auto auto 1px 5px !important;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 5px;
  color:white;
  font-size: 8px;	
}

#gstro_public_content .gstro_pic_hover_box a { position:relative; cursor:default; text-decoration:none; color: white!important; white-space: nowrap;}
#gstro_public_content .gstro_pic_hover_box a span {display:none; z-index:99; width: auto; height: 35px; position: fixed; left: 10%; top: 30%;}
#gstro_public_content .gstro_pic_hover_box a:hover span { display:block; }
