body {
    font-family: 'Kanit', sans-serif;
    font-weight:300;
}


/*all sidenav*/
.sidenav img{
    width: 100%;
}


.user_fname{
    text-align: center;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    display: block;
  }

.main_menu {
    padding: 6px 8px 6px 16px;
    font-weight:500;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    display: block;
  }

.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 200px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #D9D9D9; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 0px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 24px;
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    display: block;
}
.sidenav a:hover {
    background-color: #EFEFEF;
    text-decoration: underline;
}

/* Style page content */
  .main-side {
    margin-left: 200px; /* Same as the width of the sidebar */
    padding: 0px 0px;
  }
  .screen {
    margin-top: 20px;
    margin-left: 30px; /* Same as the width of the sidebar */
    padding: 0px 0px;
  }


  /* Style the sidenav links and the dropdown button */
  .dropdown-btn {
    padding: 6px 8px 6px 24px;
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
  }

  .active {
    background-color: #EFEFEF;
    color: #333333;
  }

  .dropdown-container {
    display: none;
    background-color: #bac1c9;
    padding-left: 0px;
  }
  .arrow{
    position: absolute;
    right:20px;
  }

    /*main-side-include-navbar*/
a.logInOut_btn {
    text-align: right;
    font-size: 16px;
    color: white;
    font-weight:200;
    padding: 0px 5px 0px 0px;
  }
.main-side {
    margin-left: 200px; /* Same as the width of the sidebar */
    padding: 0px 0px;
  }

.room_status_color_block{
    padding: 0px 5px 0px 5px;
  }
.circle{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display:inline-block;
    text-align: center;
}


  /* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }