﻿body {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-control-label {
  text-align: right;
}

.label-info {
    background-color: #5c58f1;
    border-color: #5c58f1;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

a:hover {
    cursor: pointer;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* override bootstrap*/
.navbar {
    border-radius: 0;
}

.form-group .checkbox {
    width: 20px;
    height: 34px;
}
.table > tbody > tr > td {
    border-left: 0;
    border-right: 0;
}

.table > thead:first-child > tr:first-child > th {
    border-left: 0;
    border-right: 0;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
/**/
#logoutForm {
    color: white;
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

/*tr:nth-child(even) {
    background-color: #dddddd;
}*/

.left-menu {
    width: 180px;
    text-align: center;
}

.left-menu-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.operation-col a {
    padding: 0 5px;
}

.head-navbar nav + nav {
    margin-top: -20px;
    margin-bottom: 0;
}

.sub-title {
    font-size: 20px;
}

.hidden-for-staff {
    display: none;
    /*background-color: lavender;*/
}

.tooltip-inner {
    max-width: 500px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

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

.sidebar {
    min-height: calc(100vh - 40px);
}
body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 58px 0 0; /* Height of navbar */
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

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

@media screen and (max-width: 480px) {
    .container-fluid {
        display: flex;
    }
}