﻿
.noscrollbar::-webkit-scrollbar {
    display: none;
}

.navbar > .container {
    padding-left: 0;
    padding-right: 0;
}

a.navbar-brand {
    display: flex;
    white-space: normal;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;

    font-size: 12px;
    width: 275px;
    text-align: left;
    font-weight: 500;
}

a.navbar-brand span {
    padding-top: 6px;
    padding-left: 10px;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.wrapper > * {
    box-sizing: border-box;
}
.content-wrapper {
    flex-grow: 1;
}

.footer {
    padding: 20px 0;
    line-height: 1.5;
}

/* -------------------------------------------------------------------------------- */

.hide { display: none; }

.input_xs {
    padding-left: 6px;
    padding-right: 6px;
    width: 70px !important;
}

.input-100 {
    width: 100px !important;
}

.Dvig {
    width: 100%;
    overflow: scroll;
    padding-top: 10px;
    overflow-y: hidden;
}

.ish {
    border: 0;
}

.table-data td, .table-data th {
    padding: 0.5rem;
    line-height: 1.25;
}

.table-data .form-control {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
}

.table-small {
    font-size: 14px;
}

/* Media */
@media (min-width: 1360px) {
    .container {
        max-width: 1360px;
    }
}


