/* start of variables */
:root {
  --color: red;
}
/* end of variables */
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf');
}

html, body, .daterangepicker, select {
  font-family: 'Roboto', sans-serif;
}

html, body {
  height: 100%;
}

/*.menu_side {
  width: 25%;
}*/

.content_side {
  width: 100%;
  /*background-color: #f5f5f5;*/
  bottom: 0;
  margin: 0%;
}

/*.menu_btn {
  border: 1px solid white;
}*/

.menu_btn:hover, .menu_btn:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid white;
}

/* hambugger menu sidebar */
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  /*font-size: 16px;*/
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #818181;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.nav-link, .nav-link:hover, .nav-link:active,
.navbar-brand, .navbar-brand:active, .navbar-brand:hover,
.dropdown-item {
  color: #fff;
}

.blacklisted_client {
  background-color: lightcoral;
}

.dropdown-item:hover, .dropdown-item:active {
  /* #FF5733 */
  background-color: #2471A3;
  color: #fff;
}

.alerto, label, .footer, #visitDate {
  font-size: 80%;
}

.dropdown-item, .dataTables_info, .dataTables_paginate, .pagination, .editSubheader, table, .nav-link, .btn, #register_btn, #login_btn, .card-subheader, .form-control, .breadcrumb-item {
  font-size: 85%;
}

.plato {
  font-size: 100%;
}

.capitalize_text {
  text-transform: capitalize;
}

#sidebar {
  top: 0;
  bottom: 0;
}

.tile-num, .daily_patNum {
  font-size: 150%;
}

.editSubheader {
  font-weight: bold;
}

.bc_link:hover {
  text-decoration: none;
}

.card_clickable:hover {
  text-decoration: none;
}

.hodo:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.sec_cont {
  font-style: italic;
}

.table {
  text-transform: uppercase;
}

/* // Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 320px) and (max-width: 500px) and (orientation:portrait) {
  .content_side {
    position:absolute;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1023px) and (orientation:portrait) {
  
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 1024px) {
  
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1440px) and (max-width: 2560px) and (orientation:portrait) {
  
}


