:root {
    --gsColor: #4c74b4;
	--redColor: #dd4035;
	--redlColor: #c0382e;
    --cgsColor: #5785cf;
    --fgsColor: #42669e;
    --bgColor: #1A1A1A;
	--bgsColor: #576c8f;
    --transparent: rgba(255, 0, 0, 0);
    --greenColor: #72b44c;
}

.back{
    background-color: var(--bgColor);
}

.logo {
    margin-top: 50px;
    margin-bottom: 50px;
}

.logoSmall {
    margin-left: 5px;
    margin-top: 5px;
    width: 60px;
    height: 60px;
}

.hotelLogo {
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.lineInput {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid black;
}

.loginButton {
    color: white;
    background-color: var(--gsColor);
    border: none;
}

.loginButton:hover {
    color: white;
    background-color: var(--cgsColor);
    border: none;
}

.loginButton:focus {
    color: white;
    background-color: var(--fgsColor);
    border: none;
}

.roundButtonSmall {
    color: white;
    border-radius: 6px;
    background-color: var(--gsColor);
    border: none;
    font-weight: bold;
    font-size: 12px;
    width: 100px;
    height: 35px;
}

.roundButton {
    color: white;
    border-radius: 6px;
    background-color: var(--gsColor);
    border: none;
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    height: 35px;
}

.roundButton:hover {
    color: white;
    border-radius: 6px;
    background-color: var(--cgsColor);
    border: none;
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    height: 35px;
}

.roundButton:focus {
    color: white;
    border-radius: 6px;
    background-color: var(--fgsColor);
    border: none;
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    height: 35px;
}

.roundButton2 {
    color: white;
    border-radius: 6px;
    background-color: var(--gsColor);
    border: none;
    font-weight: bold;
    font-size: 16px;
    width: 150px;
    height: 40px;
}

.roundButton2:hover {
    color: white;
    border-radius: 6px;
    background-color: var(--cgsColor);
    border: none;
    font-weight: bold;
    font-size: 16px;
    width: 150px;
    height: 40px;
}

.roundButton2:focus {
    color: white;
    border-radius: 6px;
    background-color: var(--fgsColor);
    border: none;
    font-weight: bold;
    font-size: 16px;
    width: 150px;
    height: 40px;
}

.backButton {
    color: white;
    border-radius: 6px;
    background-color: var(--redColor);
    border: none;
    font-weight: bold;
    font-size: 16px;
    width: 150px;
    height: 40px;
}

.backButton:hover {
    color: white;
    border-radius: 6px;
    background-color: var(--redlColor);
    border: none;
    font-weight: bold;
    font-size: 16px;
    width: 150px;
    height: 40px;
}

.backButton:focus {
    color: white;
    border-radius: 6px;
    background-color: var(--redColor);
    border: none;
    font-weight: bold;
    font-size: 16px;
    width: 150px;
    height: 40px;
}

.mapButton {
    background-color: var(--gsColor) !important; 
    color:white; 
    margin-top: 10px; 
    border-color: var(--gsColor) !important;
}

.mapButton:hover {
    background-color: var(--cgsColor) !important; 
    color:white; 
    margin-top: 10px; 
    border-color: var(--cgsColor) !important;
}

.mapButton:focus {
    background-color: var(--fgsColor) !important; 
    color:white; 
    margin-top: 10px; 
    border-color: var(--fgsColor) !important;
}


.btnimg{
    cursor: pointer;
}

.whiteDiv{
    background-color: white;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

#map {
    height: 550px;
}

.thWhite {
    background-color: var(--gsColor);
    color: white;
    border: 1px solid var(--gsColor);
} 

.thBlack {
    background-color: var(--bgColor);
    color: white;
    border: 0px solid var(--bgColor);
} 

.tdConfigTitle {
    width: 25%; 
    color: white;
    background-color: var(--gsColor); 
    border-color: var(--gsColor) !important; 
    border-width: 0px !important;
    font-weight: bold; 
    font-size: 20px;
    text-align: center !important;
	vertical-align: middle !important;
}

.tdConfigSpace {
    width: 5%; 
    background-color: var(--gsColor); 
    border-color: var(--gsColor) !important; 
    border: none;
}

.tdConfigData {
    width: 75%; 
    background-color: var(--bgColor); 
    border-color: var(--gsColor) !important; 
    border-width: 5px !important;
    border: solid;
    font-weight: bold; 
    color: darkgray;
    font-size: 20px;
    text-align: center !important;
	vertical-align: middle !important;
}

.tdRemoteControlTitle {
    width: 25%; 
    height: 20px !important;
    color: white;
    background-color: var(--gsColor); 
    border-color: var(--gsColor) !important; 
    border-width: 0px !important;
    font-weight: bold; 
    font-size: 16px;
    text-align: center !important;
}

.tdRemoteControlData {
    width: 25%; 
    color: white;
    border-color: var(--gsColor) !important; 
    border-width: 0px !important;
    font-weight: bold; 
    font-size: 20px;
    text-align: center !important;
}

.configTable {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.fullConfigTable{
    background-color: var(--bgColor) !important; 
    color: white; 
    width: 95%; 
    border-color: var(--gsColor); 
    border-width: 3px;
}

.fullConfigHead{
    background-color: var(--gsColor) !important; 
    color: white;
    font-weight: bold !important;
    font-size: 18px;
}

.fullConfigName{
    padding-bottom: 0;
    font-weight: bold; 
    width: 70%;
}

.fullConfigButtonSpace{
    padding-bottom: 0;
    width: 5%;
}

.fullConfigData{
    padding-bottom: 0;
    font-weight: bold; 
    width: 40%; 
    text-align: right;
}

.fullConfigDataCenter{
    padding-bottom: 0;
    font-weight: bold; 
    width: 40%; 
    text-align: center;
}

.asText {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
}

.hiddenButton{
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.configButton{
    background-color: #4c74b4 !important;
    border: none;
}

.adjustRight{
    position: absolute;
    right: 0px;
}

.tableFixHead          { overflow-y: auto; max-height: 700px; width: fit-content;}
.tableFixHead thead th { position: sticky; top: 0; }
table  { border-collapse: collapse; border: 0px solid black;}
th, td { padding: 8px 10px !important; }
th     { background:#eee; }

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: var(--gsColor);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px var(--gsColor);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .registryCellButton{
    text-align: center; 
    font-weight:bold;
    width:100% !important; 
    height:100% !important; 
    background-color: var(--gsColor);
    display: inline-block;
    color: white !important;
  }

.selectButton {
    color: white;
    border-radius: 6px;
    background-color: var(--greenColor);
    border: 2px solid black !important;
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    height: 35px;
}

.unselectButton {
    color: white;
    border-radius: 6px;
    background-color: var(--gsColor);
    border: 2px solid black !important;
    font-weight: bold;
    font-size: 12px;
    width: 150px;
    height: 35px;
}

.timeInput {
    color: white;
    background-color: var(--bgColor);
    border: none !important;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}