html {
    font-size: 14px;
}
@charset "utf-8";
@font-face {
  font-family: "fonts/Kalimati.ttf";
  src: local("fonts/Kalimati.ttf"), url(fonts/Kalimati.ttf) format("truetype"); /* non-IE */
}
a, a:link{
    text-decoration: none;
}
.title{
    text-align: center;
}
.site-title{
  text-align: left;
  padding-left: 20px;
}
body {
  font-family: Kalimati;
  font-size: 12px;
  margin: 0px;
}

ul li{
  list-style: none;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.header{
	text-align: center;
	background-color: #f8f9fa;
	border-bottom: 1px solid #dfe0e1;
}
.fixed-top-menu{
  position: fixed;
  top: 15%;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar{
  height: 55px;
}
.settings li{
  font-size: 16px;
  padding: 3px 10px;
}
.devider{
  border-bottom: 2px solid #efefef;
}
.logout{
  color: #fff !important;
  float: right;
  cursor: pointer;
}
.welcome-txt{
  background-color: #0b2e13;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px 0px;
}
.navbar{
	background-color: #007bff;
	color: #fff !important;
}
/*
 * Sidebar
 */

 .user-profile-thumb{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 1px 3px #000;
 }

.english{
  font-family:Arial, Helvetica, sans-serif;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  min-width: 300px;
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 9.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}



/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    font-size: 14px;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
input, button, select{
  margin: 5px;
}
.container {
    max-width: 960px;
}

.top-margin{
	margin-top: 4rem;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}
/*
 * Content
 */
.note{
  font-size: 18px;
}
.to-list tr, th, td{
  font-size: 14px !important;
}
.slip{
  margin: 50px 0px 0px 250px !important;
  width: 500px !important;
}
.second-slip{
  margin-left: 50px;
}
p{
  font-size: 18px;
}
.quantity{
	border: 1px solid #000;
	border-radius: 50%;
	padding:2px;
}
.office-use{
	font-weight:bold;
	padding:2px;
	background-color: #efefef;
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  color:red;
  text-align: center;
}
.footer{
  padding: 20px 0px;
  text-align: center;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}
.guest-id-card{
  width: 350px;
  height: 300px;
  padding: 10px;
  margin-left: 10px;
}
.guest-id-card ul li{
  margin-left: 0px;
  list-style: none;
  font-size: 18px;
}
.guest-id-card ul{
  margin-left: -40px !important;
}

/* Fixed sidenav, full height */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #337ab7;
  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 */
}

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

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #000;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #337ab7;
  color: #fff;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container{
  display: none;
  background-color: #337ab7;
  padding-left: 8px;
}


/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* 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;}
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
}
@media print {
  .pageBreak {
      page-break-after: always;
  }
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    } 
}

@media only screen and (max-width: 600px) {
  .site-title{
    text-align: left;
    padding-left: 50px;
  }
  .navbar.navbar-dark .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-link .active {
    background-color: #007bff !important;
  }
  .footer{
    padding: 10px 0px;
    text-align: center;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
  }
}
