

html, body { height: 100%; width: 100%; margin: 0; font: 14px/1; font-family: "Helvetica", sans-serif; }

.my-container {
  text-align: center;
  padding: 0px 20px;
}


/*
.scrolldown_arrow {
  position: fixed;
  bottom: 17px;
  right: 10px;
  width: 25px;
  height: 25px;
  color: #007aff; 
  animation: bounce 2s infinite;
  background-color: #fff;
  border-radius: 20px;
  padding: 2px;
  display: block !important;
  text-align: center;
  z-index: 999999;
  
}

@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}
*/

.custom-icon {
  width: 75px;
  height: 75px;
  background-color: lightgray;
  border-radius: 50%;
  cursor: pointer;
  float: left;

  display: flex;
  justify-content: center;
  align-items: center;
}

.initials {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}

.field {
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
}

.field-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.profile-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.profile {
  padding: 5px 10px;

}

.tableContainer {
  overflow-x: auto; /* Enable horizontal scrolling */
  overflow-y: visible; /* Keep vertical overflow normal */
  width: 100%; /* Adjust this as needed */
}

.input-container {
  position: relative;
  margin-bottom: 20px;
  display: flex;           /* Use flex display */
  flex-direction: column;  /* Stack children vertically */
  justify-content: space-between; 
  align-items: stretch;    /* Stretch children to fill width */
  width: calc(100% - 5px); 
  opacity: 0.9
}

.styled-input {
  padding: 20px 20px 10px 55px; 
  height: auto;  /* Change to auto for dynamic height based on content */
  min-height: 50px;  /* Ensure there's a minimum height */
  line-height: normal;  /* Adjust to work well with dynamic height */
  border: 1px solid transparent;
  border-radius: 25px;
  outline: none;
  /*box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px #007bff;*/
  width: 100%;
  text-align: left;
  -webkit-appearance: none; 
  -moz-appearance: none;    
  appearance: none;         
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative; /* Added to make the input layer above the description and icon */
  z-index: 0; /* Ensures the input is on top */
}

select.styled-input {
  padding: 20px 20px 10px 55px; 
  height: auto;  /* Change to auto for dynamic height based on content */
  min-height: 50px;  /* Ensure there's a minimum height */
  line-height: normal;  /* Adjust to work well with dynamic height */
  border: 1px solid transparent;
  border-radius: 25px;
  outline: none;
  /*box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px #007bff;*/
  width: 100%;
  text-align: left;
  -webkit-appearance: none; 
  -moz-appearance: none;    
  appearance: none;         
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative; /* Added to make the input layer above the description and icon */
  z-index: 1; /* Ensures the input is on top */
  background-image: url("{{url_for('static',filename='pic/arrow.png)}}"); /* Replace with your arrow icon */
  background-position: right 15px center; /* Adjust as needed */
  background-repeat: no-repeat;
  background-size: 20px 10px;
}

select.styled-input::-ms-expand {
  display: none; /* This is to hide the default dropdown arrow in IE/Edge */
}


.input-description {
  position: absolute;
  top: 5px;  
  left: 55px; 
  font-size: 12px;
  font-weight: 900;
  color: #888;
  background: transparent;
  pointer-events: none;
  z-index: 1;
}


.input-content {
  text-align: center;
}


.error-input {
  padding: 20px 20px 10px 55px; 
  height: auto;  /* Change to auto for dynamic height based on content */
  min-height: 50px;  /* Ensure there's a minimum height */
  line-height: normal;  /* Adjust to work well with dynamic height */
  border: 1px solid transparent;
  border-radius: 25px;
  outline: none;
  box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.7), 0 0 10px rgba(255, 0, 0, 0.7);
  width: 100%;
  text-align: left;
  -webkit-appearance: none; 
  -moz-appearance: none;    
  appearance: none;         
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative; /* Added to make the input layer above the description and icon */
  z-index: 0; /* Ensures the input is on top */
  text-align: left
}


.led-lights {
  outline: none;
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff;
}
.led-blue {
  outline: none;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4), 0 0 2px #007bff !important;
}

.led-green {
  outline: none;
  box-shadow: inset 0 0 2px  #43BE5F, 0 0 5px  #43BE5F !important;
}

.led-btn {
  outline: none;
  box-shadow: inset 0 0 2px #fff, 0 0 5px #fff;
}

.led-btn:hover {
  outline: none;
  box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 25px #fff;
}

.lng_btn {
  padding: 10px;
  border-radius: 25px;
  font-size: 13px;
  border: 0.5px solid rgba(140, 140, 140, 0.5) !important;
  background-color: #fff;
  color: #484848 !important;
  cursor: pointer;
  outline: none;
  margin: 0px !important;
  z-index: 10; 
  font-weight: 900;
}

.lng_btn i {
  font-size: 18px;
}

.input-icon { 
  position: absolute;
  top: 50%;  
  left: 15px;
  transform: translateY(-50%);
  color: #888;
  font-size: 24px;
  z-index: 2; /* To place below the input */
}




@media screen and (min-width: 768px) {
  .my-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 20px;
      
  }

  .input-container {
      margin-bottom: 0;
      flex: 1;
  }

  .input-container:not(:last-child) {
    margin-right: 15px;
}
}

.intro {
  border-radius: 15px;
  padding: 15px 25px;
  margin: 10px 25px;
  background: rgba(255, 255, 255, 0.9);
  /* border-radius: 25px; */
  box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff;
}

.table_card {
  border-radius: 15px;
  padding: 0px !important;
  background: rgba(255, 255, 255, 1);
  /*box-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 6px #fff;*/
  overflow: hidden;
  height: 170px
}

.my-logo {
  padding: 5px; 
  text-align: center;
  margin-bottom: 10px; 
  display: inline-block;
  border-radius: 10px;
}


.my-divider {
  margin: 15px;
  height: 0.5px; /* You can adjust this for the thickness of the divider */
  border-top: solid 0.5px #999;
  
}

.notification-bar {
  /*position: relative;*/
  position: fixed; 
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9); 
  padding: 10px 20px;
  z-index: 9;
}

.icons-scrollable {
  display: flex;
  overflow-x: auto;
  
  width: calc(100% - 30px); /* taking into account the arrow indicator's width */
}

.icons-scrollable2 {
  display: flex;
  overflow-x: auto;
  width: 100%;
}

.icon-container {
  
  flex-direction: column;
  align-items: center;
  white-space: nowrap; /* Prevents text from wrapping to the next line */
  cursor: pointer;
  font-size: 10px;
  margin-right: 5px;
  flex: 1;  /* Make each icon container grow */
  display: flex;
  justify-content: center;
}

.nav-icon {
  font-size: 25px; 
  margin-bottom: 5px;
  animation: ledShine 3s infinite ;
  color: #007bff;  /* Set this to whatever color you want the LED effect to have */
    
}

.arrow-indicator {
  display: none; /* Initially hidden */
  font-size: 14px;
  cursor: pointer; /* Indicates it's clickable */
}

/* Display the arrow indicator when the icons-scrollable can be scrolled */
.icons-scrollable:overflown + .arrow-indicator {
  display: block;
}

.time-btn {
  background-color: #4CAF50; /* Green background */
  color: #fff !important; /* White text */
  padding: 8px 16px; /* Adjust as per your preference */
  border: none; /* No border */
  border-radius: 25px; /* Rounded corners */
  cursor: pointer; /* Hand cursor on hover */
  outline: none; /* No default browser outline */
  font-size: 18px; /* Adjust text size as needed */
  transition: box-shadow 0.3s ease; /* Smooth transition for box-shadow */
  font-weight: 900; 
  margin: 8px; 
  display: inline-block;
  /* Green LED-like glow on hover */
  box-shadow: 0 0 3px #4CAF50, 0 0 6px #4CAF50, 0 0 9px #4CAF50;
}

.time-btn:hover {
  /* Intensified glow when hovering */
  box-shadow: 0 0 5px #4CAF50, 0 0 10px #4CAF50, 0 0 15px #4CAF50, 0 0 25px #4CAF50;
}

.adjust-button {
  padding-left: 55px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-top: 23px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  color: #007bff;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2
}

.adjust-button.decrease {
  left: 0px;
}

.adjust-button.increase {
  right: -25px;
}


/* Hide the native checkbox */
.custom-checkbox {
    display: none;
}



/* Style the label */
.checkbox-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;  
  flex-grow: 1;   
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 40px;  /* Adding padding to the right to ensure there's space for the custom checkbox */
}


/* Custom checkbox styling */
.checkbox-label::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0; /* position on the right */
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4), 0 0 2px #007bff !important;
    background-color: #fff;
    transition: background-color 0.3s;
    margin-right: 10px
}

/* When checkbox is checked */
.custom-checkbox:checked + .checkbox-label::before {
    background-color: #fff;
    
}

.checkbox-label::after {
  content: "\2714"; /* Exact check mark symbol ✓ */
  font-family: "Arial"; /* Ensuring a font that supports this Unicode character */
    position: absolute;
    left: auto; 
    right: 2px; 
    top: 50%;
    transform: translateY(-55%);
    color: #484848;;
    display: none;
    font-size: 28px;
}

.custom-checkbox:checked + .checkbox-label::after {
    display: block;
}

.custom-checkbox + .checkbox-label:before {
  order: 2;  /* Make the custom checkbox appear on the right */
}


.checkbox-container {
  background: rgba(255, 255, 255, 0.9); 
  border-radius: 25px; 
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.checkbox-container.checkbox-error .checkbox-label::before {
  border: 1px solid #f5504e;
  box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.7), 0 0 10px rgba(255, 0, 0, 0.7);
}

.bottom_nav {
  position: fixed;
  bottom: 0px;
  left: 0px;
  display: none; 
  width: 100%; 
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  flex-wrap: nowrap;
  overflow-x: auto; /* Allow horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
}

.bottom_nav i.btn-icon {
  display: block;
  text-align: center; /* If you want to center the icon */
}

.btn-icon {
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: normal !important;
}


.bottom_btn {
  flex: 1 0 auto; /* Flex-grow | Flex-shrink | Flex-basis */
  min-width: max-content;
  transition: width 0.3s ease;  /* Optional: smooth width transition */
  
}

.my_counter {
  padding: 4px 8px;
  display: inline-block; 
  border-radius: 10px;
  margin: 3px;
  border: 0.5px solid rgba(140, 140, 140, 0.5);
  cursor: pointer !important;
  text-transform: uppercase;
  font-weight: 900;
  
}

.my-btn {
  padding: 10px 20px;
  font-size: 12px;
  border: none;
  color: #fff !important;
  cursor: pointer;
  outline: none;
  font-weight: 900;
  position: relative;
  white-space: nowrap; /* Prevent text from wrapping */
}

.my-btn:disabled {
  /* Your disabled styles here */
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed !important;
  /* ...other styles... */
}

.my-btn .badge {
  position: absolute;
  top: 5px; /* Adjust this value for the badge's vertical position */
  right: 1; /* Adjust this value for the badge's horizontal position */
  background-color: red !important;
  color: white;
  
  border-radius: 50%; /* Makes the badge circular */
  padding: 4px 6px;
  font-size: 12px; /* Adjust this value for the badge's text size */
  line-height: 1;
  min-width: 20px; /* Ensures the badge is at least a certain width, making it more circular */
  text-align: center;
}

.resnav:disabled {
  
  color: #a9a9a9 !important;
  cursor: not-allowed !important;
  
}










.guest_name {
  font-size: 25px; 
  font-weight: 900; 
  text-transform: capitalize;
}

.list_icon {
  font-size: 20px; 
  border: none; 
  background-color: transparent; 
  width:30px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.tr_border {
  border:0.5px solid #bbb;
  border-left: none !important; 
  border-right: none !important
}


#mypage {
  margin-bottom: 50px
}

div.page {
    height: auto !important;
    width: auto !important;
}


  .userbutton {
    float: right;


  }

  .mynav {
    /*-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    height: 52px;
    margin-bottom: 5px;
    border-radius: 0px 0px 0px 0px;*/

    position:fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: solid 1px rgba(140, 140, 140, 0.5);
    padding: 4px;
  }

  .form-signin
  {
    max-width: 100%;
    padding: 5px;
    margin: 0 auto;
    font-size: 14px;
  }

  .form-signin .form-control
  {
    position: relative;
    height: auto;
    padding: 10px 5 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .user_field    {
    margin-top: 10px;
    -moz-box-shadow: 0px 4px 4px rgba(140, 140, 140, 0.5);
    -webkit-box-shadow: 0px 4px 4px rgba(140, 140, 140, 0.5);
    box-shadow: 0px 4px 4px rgba(140, 140, 140, 0.5);

    opacity: 0.9;
    border-radius: 5px;
    border: solid 0.5px rgba(140, 140, 140, 0.5);
  }


  .tableholder{
    width: 100%;
    height: 0;
    padding-top: 5%;
    padding-bottom: 60%;
    position: relative;
    text-align: center;
  }

  .myimput {
    width: 100%;
    float: right;
    padding-left: 40px;
    /*width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);
    */
  }

  .puser {
      font-size: 14px;

  }

  .ptab {
    font-size: 2.0vw;
    font-weight: 900;
  }

  .pname {
    font-size: 18px;
    font-weight: 900;

  }

  .top-left, .bottom-left, .bottom-right, .bottom-center, .top-right, .center-center, .top-center, .left-center, .right-center {
    position: absolute;
  }

  .top-left  {
    top: 0px;
    left: 0px;

  }

  .left-center {
    top: 23%;
    left: 10px;
  }

  .right-center {
    top: 23%;
    right: 10px
  }

  .bottom-left {
    left: 0px;
    bottom: -7px;
  }

  .bottom-right {
    right: 5px;
    bottom: 1px;
  }

  .bottom-center {
    bottom: 2px;
    left: 50%;
    transform: translate(-50%);
  }

  .top-center {
    top: 5px;
    left: 50%;
    transform: translate(-50%);
  }

  .top-right {
    right: 0px;
    top: 0px;

  }

  .center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .white-text-holder {
    padding: 2px 5px;


  }

  .input-group-addon{color: #9e9e9e; background-color: #ffffff;}


  .formicon {
    font-size: 30px;
    padding-right: 5px;
    float: left;
  }


  .form-footer {
  	padding: 5px;
  	text-align: right;
  	border-top: 1px solid #bdbdbd

  }

  .mytab  {

    padding-bottom: 5px;
    text-align: center;
  }


  .mytabs {
    list-style: none;
    margin-bottom: 5px;
  }
  .mytabs>li {

  	display: inline-block ;
    margin-bottom: 2px;
    font-weight: 800;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
  }

  .mytabs>li>a {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 2px 4px;

    color: inherit !important;
  }

  .mytabs>li>a .search2, .mytabs>li>a .top2 {
    display: none;
  }

  .mytabs>li.active>a .search2, .mytabs>li.active>a .top2 {
    display: inline
  }


  .mytabs>li.active>a .search1, .mytabs>li.active>a .top1 {
    display: none
  }

  .mytabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border: solid 1px #fff;
  	cursor: default;
    padding: 2px 4px;
    border-radius: 5px;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  }

  .areaname {
    height: 40px;
    margin: 5px auto;
    text-align: center;
    width: 300px;
  	/*-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
  	//box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125)*/
  }

  .areaname:hover, .areaname.focus, .areaname:focus, .areaname.active, .areaname:active {
    color: #333;
    border: solid 1px #8c8c8c;
    background-color: #e6e6e6;
    outline: 0;
  	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)

  }

  .area_name {
    display: inline-block;
    font-weight: 800;
    font-size: 15px;
    padding: 4px 6px;
    border: solid 1px #898989;
    background-color: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  }

  .articles {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    margin-bottom: 8px;
  }

  .smallarticles {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    margin-bottom: 3px;
    list-style: None;
    touch-action: manipulation;
  }

  .mybuttons {
    border: solid 1px #ddd;
  	cursor: default;
    padding: 4px;
    border-radius: 5px 5px 5px 5px;

  }

  .mybuttonsoff {
    color: #333;
    background-color: #ddd;
    border: solid 1px #ddd;
    cursor: default;

    padding: 2px 4px;
    border-radius: 5px 5px 5px 5px;
  }

  .mybuttons:hover, .mybuttons.focus, .mybuttons:focus, .mybuttons.active, .mybuttons:active {
    color: #333;
    border: solid 1px #8c8c8c;
    background-color: #e6e6e6;
    border-radius: 5px 5px 5px 5px;
    outline: 0;
  	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .125);
  	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125)
  }

 

  .invisiblebutton {
    width: 100%;
    text-align: left;
    padding: 4px 8px;
    border: none;
    background-color: transparent;
    touch-action: manipulation;
  }

  .invisiblebutton.disabled, .invisiblebutton[disabled], fieldset[disabled] .invisiblebutton {
  	cursor: not-allowed;
  	filter: alpha(opacity=65);
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	opacity: .65
  }

  .tablebuttons {

  	cursor: default;
    padding: 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: transparent
  }

  .tablebuttons:hover, .tablebuttons.focus, .tablebuttons:focus, .tablebuttons.active, .tablebuttons:active {
    color: #333;
    background-color: #e6e6e6;
    border-radius: 0px 0px 0px 0px;
    outline: 0;
  	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .125);
  	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125)
  }


  .articlebutton {
    color: #000;
    width: 90px;
    height: 70px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    padding: 0px 0px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    word-wrap: break-word;
  }

  .articlebutton:hover, .articlebutton.focus, .articlebutton:focus, .articlebutton.active, .articlebutton:active{
    color: #333;

    background-color: #e6e6e6;
    border-radius: 5px 5px 5px 5px;
    outline: 0;
  	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  }


  .articlebutton.disabled, .articlebutton[disabled], fieldset[disabled] .articlebutton {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: .65;
  }


  .articleadd {
    color: #000;
    background-color: #fff;
    border: solid 1px #ddd;
  	cursor: pointer;
    font-size: 12px;
    padding: 2px 5px;
    margin-left: -24px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 500;
    vertical-align: bottom;
  }

  a.articleadd {
    text-decoration: none;
    z-index: 500;
  }

  .articleadd:hover, .articleadd.focus, .articleadd.active, .articleadd:active {
    color: #333;
    border: solid 1px #8c8c8c;
    background-color: #eee;
    border-radius: 5px 5px 5px 5px;
    outline: 0;
  	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  }

  
  .clickable-row:nth-child(odd), .mytr:nth-child(odd), .mytr2:nth-child(odd) {
    background-color: rgba(223, 223, 223, 0.4);
  }
  
  /*
  .clickable-row:nth-child(even), .mytr:nth-child(even), .mytr2:nth-child(even) {
    background-color: rgba(140, 140, 140, 0.3);
  }

  .clickable-row:hover, .mytr:hover, .clickable-row:hover .move_button{
    color: #fff
  }
  */
  table {
    width:100%;
    color: inherit;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
  }

  table, th, td {
    border-style: none;
    padding: 4px;
  }


  th:hover {
    /*
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125);
    */
    cursor: pointer;
    color: #000
  }





  #colorbutton {
        background-color: white;
    }

  #browsebutton {
      color: #fff;
      background-color: #337ab7;
      border-color: #2e6da4
      }

  #my-file-selector {
        display: none;
    }

  #my-file-selector2 {
        display: none;
    }

  .toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
  .toggle.ios .toggle-handle { border-radius: 20px; }


  .gang-field {
      overflow: hidden;
      float: right;
      padding-left: 5px;
      margin-right: 3px;
      padding-bottom: 9px;

  }


  .gang-field input {
      position: absolute !important;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      width: 1px;
      border: 0;
      overflow: hidden;

  }

  .gang-field label {
    font-weight: 600;
    display: inline-block;
    width: auto;
    text-align: center;
    text-shadow: none;
    border: solid 1px #898989;
    padding: 0px 8px;
    margin-left: -3px;
    font-size: 22px;
    border-radius: 15px 15px 15px 15px;
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }


  .gang-field input:checked + label {
    /* color: #fff;
    background-color: #5cb85c;
    border: solid 1px #5cb85c;*/
  	cursor: default;
    padding: 0px 12px;
    outline: 0;
    font-size: 31px;
    border-radius: 22px 22px 22px 22px;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
  	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125)
  }


  .user-select {
      overflow: hidden;
      display: inline-block;
  }


  .user-select input {
      position: absolute !important;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      width: 1px;
      border: 0;
      overflow: hidden;

  }


  .user-select label {
    font-weight: 400;
    display: inline-block;
    width: auto;
    text-align: center;
    text-shadow: none;
    border: solid 1px #898989;
    padding: 6px 6px 6px 24px;
    margin-left: -3px;
    font-size: 14px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    background-image: url('/static/pic/unchecked.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 6px;
  }


  .user-select input:checked + label {
  	cursor: default;

    font-weight: 900;
    padding: 6px 6px 6px 24px;
    outline: 0;
    font-size: 14px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
  	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125);
    background-image: url('/static/pic/checked.png');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 6px;
  }


  .dashboard_info  {
    float: right;
    text-align: right;
    border: 1px solid;
    border-color: #bdbdbd;
    padding: 5px 5px 5px 5px;
  }

  .divider {
  	height: 1px;
  	margin: 15px 0;
  	overflow: hidden;
    background-color: #f2f2f2;
  }

  .total {
    font-size: 40px;
    color: #1c1c1c;
    font-weight: 900;
    margin-left: 5px;
    float: right;


  }

  .screen_main {
    float: left;
    width: 85%
  }

  .screen_side {
    float: right;
    width: 15%;
    padding-left: 5px;
    padding-right: 5px;
  }


.myrow:before, .myrow:after
 {
  display: table;
  content: " ";
}


.myrow:after
 {
  clear: both;
}

.search_f {

  height: 25px;
  line-height: 1.2;
  width: 50%;
  position: absolute;
}

.menu_style {
  display: inline-block;
  border-radius: 5px 5px 5px 5px;
  background-color: #fff;
  color: #000;
  margin-bottom: 5px;
  padding: 4px 8px;
  border: solid 1px #ddd;
  text-align: center;
}

.my_footer {
    z-index: 1000;
    position: fixed;
    left: 0;
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    bottom: 0;
    width: 100%;
    background-color:  #fff;
    padding: 2px;
    text-align: center;
}

.my_footer2 {
    z-index: 1000;
    position: fixed;
    left: 0;
    bottom: 60;
    width: 100%;

}

.my_title {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  padding: 4px;
  width: auto;
  white-space: normal;
  word-wrap: break-word;
  margin: auto;
  display: inline-block;

}

.my_title2 {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding-top: 6px;
  width: 250px;
  white-space: normal;
  word-wrap: break-word;
  margin: auto

}

.screen_text {
  width: 100%;
  font-size: 18px;
  height: 30px;
  padding: 2px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  background-color: #2a2a2a;

}

.ow {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;

}

.icontxt   {
    font-size: 9px;
}

.bigbutton {
  width: 85px;
  margin-bottom: 3px;
  font-size: 40px;
}

.dashdetails {
  background-color: #eee;
  max-width: 68%;
  margin: 0 5px 0px 0;
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  float: left;
}

.dashdetailsheight {
  width: 100%;
  height: 230px;
}


.loading, .loading2 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
  text-align: center;
	z-index: 999999999;

}


.form-signin input,

.form-signin textarea,
.form-signin select
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
  height: 35px;
  font-weight: 900;
  font-size: 14px
}



.form-control {
  border-radius: 0px;

  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
          box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, .6);
}


input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
  -webkit-appearance: textfield; /* Chrome, Safari, Opera */
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield; /* Standard syntax, future compatibility */
}


.border_res {
    border: 1px solid #007bff;
}

.border_orange {
  border: 1px solid #f8b042
}

.border_green {
  border: 1px solid #43BE5F;
}

.border_red {
  border: 1px solid #f5504e !important;
}

.border_grey {
  border: 0.5px solid rgba(140, 140, 140, 0.5) !important;
}

.warte_c {
  background-color: rgba(140, 140, 140, 0.5)
}

.res_border {
  border-top: 0.5px solid rgba(140, 140, 140, 0.5) !important;
  border-bottom: 0.5px solid rgba(140, 140, 140, 0.5) !important;
}

.navbutton {
  border-radius: 5px 5px 5px 5px;
  position: fixed;
  top: 0;
  padding: 1px 2px;
  width: 60px;
  cursor: pointer;
  z-index: 999;
  font-size: 32px;
  text-align: center;
}

.navbutton2 {
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  padding: 1px 2px;
  width: 60px;
  font-size: 32px;
  text-align: center;
}

.confirmbtn {
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  padding: 1px 4px;
  font-size: 40px;
  text-align: center;
}

.btn:hover {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  background-color: #d9d7d7
}

.navbutton2:focus, .navbutton2.focus, .navbutton2.active, .navbutton2:active {
  background-color: #ddd;
}

.whitebtn {
  background-color: #fff !important;
}

.hausgast {
  background-color: #dbe9ff !important;
}

.greenbtn {
  background-color: #43BE5F !important;
}

.greentxt {
  color: #43BE5F !important;
}

.yellowtxt {
  color: #f8b042 !important
}

.redbtn {
  background-color: #f5504e !important;
}

.redtxt, .error {
  color: #f5504e !important;
}


.yellowbtn {
  background-color: #f8b042 !important;
}


.whitetxt {
  color: #fff !important;
}


.rotate {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
  text-align: center;
	z-index: 9999;
	background: url('/static/pic/rotate.png') no-repeat #fff;
  background-position: 50% 200px;

}

.topright {
  border-radius: 0px 0px 0px 5px;
}

.bottomright {

  border-radius: 5px 0px 0px 0px;
}

.bottomleft {

  border-radius: 0px 5px 0px 0px;
}

.backbutton {

  border-radius: 0px 0px 5px 0px;
  position: fixed;
  top: 0;
  z-index:2;
  left: 0;
  padding: 1px 2px;
  width: 55px;
  background-color: #fff;
  z-index: 999;
  font-size: 43px;
  text-align: center;
}

.backbutton2 {
  background-color: #fff;
  cursor: pointer;
  padding: 1px 2px;
  border-radius: 0px 0px 5px 0px;
  width: 55px;
  font-size: 43px;
  text-align: left;

}

.btn-default{
  border: none
}

.close{
  opacity: 1;
  font-size: 25px
}

.checkboxbutton {
  margin-bottom: 5px;
  width: 155px;
  height: 50px;
  white-space: normal;
  word-wrap: break-word;
  padding: 6px;
  text-align: left;

}


.course2, tr.course2 td {
  background-color: #46e4ee;

}

.course3, tr.course3 td {
  background-color: #e1a2ff;
}


.hidetable {
  margin-bottom: 8px;
  padding-left: 2px;
  padding-right: 2px;
}

.myshow {
  border-style: none;
  background-color: transparent;

}

.modal-content {
  border: solid 1px #898989
}


.dashboardbtn {
  text-align: center;
  margin-top: 15px;
  margin: auto
}

.dashboardadmin {
  text-align: center;
  margin: auto;

}

.col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.clickable-row, .mytr {
  cursor: pointer;
}



.myth {
  color: #000;
  background-color: #ddd;
}

/*
.clickable-row td, .mytr td {
    -moz-box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 4px 2px -3px rgba(0, 0, 0, 0.5) inset;
  }
  */

.resbuttons {
  width: 100%;
  min-height: 41px;
  cursor: pointer;
  display: flex;
  align-items: center;

}

.walkinbuttons {
  width: 100%;
  min-height: 41px;
  display: flex;
  align-items: center;
}

.resbuttons:hover, .resbuttons.focus, .resbuttons:focus, .resbuttons.active, .resbuttons:active {
  background-color: #c2defe;
  outline: 0;

  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .125)
}

.resdetails {
  font-size: 11px;
  width: calc(100% - 55px) !important;
  display: inline-block !important;
  word-wrap: break-word !important;
  margin: auto;
  padding-top: 2px;
  position: relative;
}


.reshousing{
  max-height: 100px;
  overflow: auto;
  width: 100%;
  padding: 0 3px;
  
  z-index: 10;
  /*
  color: #007bff;
  border-radius: 4px;
  */

}

.resguests {
  float: left;
  text-align: center;
  font-size: 24px;
  width: 25px
}

.resiconbtn {
  width: auto;
  float: right;
  line-height: 40px;
  padding: 1px;
  text-align: center;
}

.res_icon {
  font-size: 25px;
  color: inherit;
  position: absolute;
  left: 0;

  opacity: 0.5 !important;
  top: 50%;
  transform: translateY(-50%);
}

.res_icon2 {
  font-size: 25px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.res_icon3 {
  font-size: 15px;
  color: inherit;
  margin-left: 3px !important;
}

.list_icon {


  opacity: 0.3;
}

input[readonly] {
   color: #000;
   font-weight: 900;
   border-bottom: solid 1px #ddd;

   background-color: #fff;

   border-bottom: solid 1px #ddd;
   cursor: pointer;
}

input {
  font-weight: 900;
}



.mycol {
  position: relative;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  float: left;
  width: 40%;
}

.mycol2 {
  position: relative;
  min-height: 1px;

  float: right;
  width: 80%
}

.vonbis {
  width: 70%;
  margin-left: 60px;
  padding: 5px;
}

.loader, .loader2 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

pre {
  font: 14px/1 'Open Sans', sans-serif;
  background-color: #fff;
  border: none;
  white-space: pre-wrap;
  word-break: keep-all;

}


a {
  color: #000
}

.myicon {
  float: left;
  position: absolute;
}

/*
.mbsc-stepper-success{
  margin-left: -15px !important;
  margin-right: -15px !important;
  font-size: 14px !important;
}
*/
.mbsc-desc {
  line-height: normal !important;

}

.button_badge {

  border-radius: 10px;

  padding: 1px 6px;
  font-size: 12px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
  opacity: 1;
  color: #fff;
  background-color: #f5504e;
}

.button_badge2 {
  color: #5cb85c;
  padding: 1px 3px;
  font-size: 14px;
  font-weight: 900;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 14;
  right: 25;
}

.iosbutton {
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 6px 12px; /* Add some padding so it looks nice */
  font-size: 25px;
  margin-left: 15px;
  margin-bottom: 0;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.iosbutton2 {
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
}


.mydetails
{
  font-size: 18px;
  margin: auto;
  width: 100%;
  background-color: #fff;
  padding: 20px;

}

.nomargin {
  margin: 0px !important;
}

.noborder {
  border: none !important;
}

.nopadding {
  padding: 0px !important;
}

.mytopmargin {

  margin-top: 30px;
}

#bottomnav {
  min-height: 60px !important;
}


.table_header {
  padding: 4px 6px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
  color: #888;
  /*
  margin-top: 10px;
  background-color: rgba(140, 140, 140, 0.2) !important;
  */
}

.myheader {
  padding: 5px;
  font-size: 16px;
  background-color: rgba(140, 140, 140, 0.2) !important;
}

.bottom-border {
  border-bottom: solid 1px rgba(140, 140, 140, 0.5);
}

.mypadding {
  padding: 5px;
}

.mypopup {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: scroll;
  display: none;
  padding-bottom: 70px;
}

a {
  text-decoration: none !important;
}


.mymbsctab>li.active>a {
  color: #fff !important;
  width: 100%;
  background-color: #007bff;
}

.mymbsctab>li>a {
  color: inherit !important;
}

.circle_number {
  font-size: 14px;
  background-color: #43BE5F;
  color: #fff;
  font-weight: 900;
  padding: 1px 5px;
  border-radius: 12px;
}

.mbsc-area {
  margin: 5px auto !important;
  text-align: center !important;
  width: max-content !important;
  padding: 4px 8px !important;
}

.bottomnav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%
}

.move_button {
  /*
  padding: 1px 2px;
  border-radius: 5px;
  border: 0.5px solid rgba(140, 140, 140, 0.5);
  */
  cursor: pointer;
}


.table_scroll {
  overflow-x: scroll;
}

.my_mbsc_btn {
  padding: 6px 10px !important;
  margin: 0px !important;
}

.mbsc-btn-light {
  border-radius: 10px !important
}