﻿body 
{
    font-family:Arial, Helvetica, sans-serif;
    background: black;
    margin:0;
    direction:rtl;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

h1
{
	font-size:45px;
}

.buttons
{
    margin-top:100px;

}
.btnSetup
{

   
}
.query {
  background: #D3D3D3;
  display: inline-block;
  user-select: none;
      width:60px;
    height:60px;
}



.container
{
}


.border-red
{
    border-bottom: solid;
    border-color: red;
    border-bottom-width: 5px;
}
.border-green
{
    border-bottom: solid;
    border-color: green;
    border-bottom-width: 5px;
}

.last-update
{
    padding-top: 110px;
    width: 100%;
    text-align: center;
}
.hotel
{
    margin-top: 15px;
}
.red
{
    background-color: #a7371d; 

}

.gold
{
        background-color: #FFD700; 

}

.silver
{
        background-color: #D3D3D3; 

}
.perpel
{
    background-color: #8025b6;

}



.label
{
    z-index: 2100;
    position: absolute;
    float: right;
    font-size: -webkit-xxx-large;
}

.header-blue
{
    
    height: 100px;
    background-color: #235b86;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    color: white;
    padding-top: 10px;
    margin-bottom: 50px;
}

.counter
{
    font-size: 70px;
    width: 100%;
    background-color: #eee;
    text-align: center;
    font-weight: 700;
    margin-top: 3px;
}

.hotel-name
{
    font-size: 30px;
    width: 100%;
    background-color: #dbdbdb;
    text-align: center;
    font-weight: 700;
}

.blue
{
    background-color: #a7371d; 
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.limit-label
{
    width: 100%;
    font-size: 11px;
    text-align: left;
    margin-top: 5px;
}
.green
{
    background-color: #92bf3b;

}


.gray
{
    /*background-color: #dbdbdb; */
    background-color: black;

}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index:3000;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.Btnclose {
 color: #888;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    width: 100%;
    /* background-color: #ffd700; */
    display: flex;
    margin-top: -20px;
    margin-bottom: 20px;
}

}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/************/

.queryBtn
{
    height: 100px;
    width: 100px;
    position: fixed;
    top: 57px;
    left: 15px;
    display:none;
}

#PanelStatus
{
    position: absolute;
    top:0;
    bottom: 0;
    width: 100%;
    z-index:0;
}

.tamount
{
    font-size:150px;
    margin-top:120px;
    width:100%;
    text-align:center;
}


#PanelHeader
{
    background-color: #565656;
    position: absolute;
    z-index: 2000;
    width:100%;
    height: 130px;
    top: 0;
}

.logGrid
{
    margin-top: 100px;
    width: 100%
}

.gblogHeader
{
    text-align: right;
}
#PanelFooter
{
    background-color: #565656;
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 90px;
    bottom: 0;
    color:white;

}

#lastScanCon
{
    background-color: #383838;
    position: absolute;
    z-index: 2000;
    width: 100%;
     /*height: 193px;*/   
     height:auto;
    bottom: 95px;
    color:white;
    font-size:20px;
     display:block;

}
#lbLastScan
{
    margin-bottom:5px;
}

.innerFooter
{
    padding-right:10px;
    padding-left:10px;

    padding-top:10px;
}

.lastScan
{
   display:block;
    padding:5px;
  
}

#PanelHeader h1
{
    margin-top: 5px;
    margin-bottom: 5px;
    color: White;
    padding-right: 10px;
    display: block;
}

#PanelHeader h2
{
    color: White;
    display: block;
    padding-right: 10px;
    font-size: 23px;
}

.label
{
    font-family: Arial,
    “Helvetica Neue”,
    Helvetica,
    sans-serif;
}


#header
{
    min-height: 100px;
}

@media (min-width: 768px)
{

}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 23px;
    }

    #PanelHeader h2 {
        font-size: medium;
    }

    #PanelHeader {
        height: 100px;
    }

    #lastScanCon {
        height: auto;
        font-size:medium;
    }
}


@media only screen and (max-width: 767px) 
{
 
    
}

@media only screen and (max-width: 640px) 
{


}