﻿body   
{
    /*background: #ffffff;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;*/
    font-family: 'Titillium Web', sans-serif;
}

main {
    display: flex;
    flex-wrap: nowrap;
    min-height: calc(100vh - 68px);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Titillium Web', sans-serif;
}

.bd-sidebar {
    min-width: 78px;
}

@media (min-width: 768px) {
    .bd-sidebar {
        min-width: 280px;
    }
}

.bd-main {
    min-width: calc(100vw - 280px);
}

.blank {
    background: #243882;
    background: linear-gradient(180deg, #243882 0%, rgba(0,92,172,1) 100%);
}

.blank .bd-main,
.blank main {
    min-width: 100%;
    min-height: 100vh;
}

/*a:link, a:visited
{
    color: #0000ff;
}

a:hover
{
    color: #0000cc;
}

a:active
{
    color: #0000cc;
}

h1, h2, h3, h4, h5, h6
{
    color: #cc0000;
}*/

.main
{
	padding: 20px;
}

footer {
    height: 60px;
    color: #fff;
}

footer a,
footer a:link, footer a:visited,
footer a:hover, footer a:active
{
    color: #eeeeee;
}

footer .container
{
    padding: 20px 0;
}

.navbar-inverse {
    height: 68px;
    background: #243882;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.alert
{
    display: block;
}

.btn-primary,
a.btn-primary
{
    /*background-color: #b20a2e;
    border-color: #f82337;
    color: #ffffff;*/
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:active,
a.btn-primary:hover,
a.btn-primary:focus
{
    /*background-color: #f82337;
    border-color: #b20a2e;
    color: #ffffff;*/
}

hr
{
    border-top: 1px dashed #ccc;
    margin: 16px 0px;
}

.page-header {
    /*border-bottom: 1px solid #ccc;
    margin: 32px 0 16px;
    padding-bottom: 8px;*/
}

.pagination {
    margin: 0px;
}

.drag, .drop {
    border: 1px dotted #ccc;
    cursor: pointer;
    margin: 2px 0px;
    padding: 0px;
}

.drag > div, .drop > div {
    padding: 0px;
    margin: 0px;
}

.drop > .drag {
    border: 0px;
}

.top-header {
    color: #fff;
}

/*
.position {
    background: #333;
    color: #ccc;
    text-align: center;
    padding: 4px;
    margin: 7px 0px;
}
*/

.heats .label-info,
.heats .drop {
    border-radius: 4px;
}

.heats .form-group {
    margin-bottom: 4px;
}

.margin-bottom-xs {
    margin-bottom: 4px;
}

.table-responsive {
    max-width: 100%;
    overflow-x: scroll;
}

.reason {
    min-width: 80px;
}

.attempt-high {
    min-width: 60px;
}

.bg-event {
    background-color: #e1e1ff;
    border: 2px solid #c1c1ee;
    border-radius: 4px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bg-event::after {
    content: "";
    display: table;
    clear: both;
}

.bg-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.indent-xs {
    margin-left: 4px;
}

.indent-sm {
    margin-left: 8px;
}

.indent-md {
    margin-left: 16px;
}

.indent-lg {
    margin-left: 32px;
}

.form-control.invalid {
    border-color: #c99;
}

.input-group-addon.invalid {
    background-color: #edd;
    border-color: #c99;
}

.scroll-area-lg {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-area {
    max-height: 160px;
    overflow-y: scroll;
}

.top-info {
    font-size: 12px;
    margin: 4px 12px 4px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group-sm {
    margin-bottom: 6px;
}

.form-group-xs {
    margin-bottom: 2px;
}

.col-no-padding {
    display: inline-block;
    padding: 2px;
}

.highlight {
    display: inline-block;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.highlight-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.highlight-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.highlight-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.highlight-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.highlight-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.highlight-panel {
    display: inline-block;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.block-element {
    width: 100%;
}

.top-margin-0 {
    margin-top: 0px;
}

.navbar-brand {
    background-size: auto 36px;
    min-width: 200px;
}

.no-wrap {
    white-space: nowrap;
}

.top-info a,
.top-info a:link, .top-info a:visited,
.top-info a:hover, .top-info a:active
{
    color: #999;
}

.blockMsg {
    padding: 10px !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background-color: #fff !important;
}

.parts .drag .btn-unassign {
    display: none;
}

.table-striped > tbody > tr.bg-danger:nth-child(2n+1) > td, .table-striped > tbody > tr.bg-danger:nth-child(2n+1) > th {
    background-color: #f9eeee;
}

.popover-lg .popover {
    min-width: 360px;
}

.disabled {
    background-color: #eee;
    pointer-events: none;
}


@media (max-width: 767px) {
    .text-xs-left { text-align: left !important; }
    .text-xs-center { text-align: center !important; }
    .text-xs-right { text-align: right !important; }
    .hidden-inline-xs { display: none; }
    .hidden-inline-sm { display: none; }
    .hidden-inline-md { display: none; }
    .visible-inline-xs { display: inline !important; }
    .visible-inline-sm { display: inline !important; }
    .visible-inline-md { display: inline !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left { text-align: left !important; }
    .text-sm-center { text-align: center !important; }
    .text-sm-right { text-align: right !important; }
    .hidden-inline-xs { display: inline !important; }
    .hidden-inline-sm { display: none; }
    .hidden-inline-md { display: none; }
    .visible-inline-xs { display: none; }
    .visible-inline-sm { display: inline !important; }
    .visible-inline-md { display: inline !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left { text-align: left !important; }
    .text-md-center { text-align: center !important; }
    .text-md-right { text-align: right !important; }
    .hidden-inline-xs { display: inline !important; }
    .hidden-inline-sm { display: inline !important; }
    .hidden-inline-md { display: none; }
    .visible-inline-xs { display: none; }
    .visible-inline-sm { display: none; }
    .visible-inline-md { display: inline !important; }
}
@media (min-width: 1200px) {
    .text-lg-left { text-align: left !important; }
    .text-lg-center { text-align: center !important; }
    .text-lg-right { text-align: right !important; }
    .hidden-inline-xs { display: inline !important; }
    .hidden-inline-sm { display: inline !important; }
    .hidden-inline-md { display: inline !important; }
    .visible-inline-xs { display: none; }
    .visible-inline-sm { display: none; }
    .visible-inline-md { display: none; }
}

.fa-stack {
    display: inline-block;
    height: unset;
    line-height: unset;
    position: relative;
    vertical-align: top;
    width: 1em;
}

.list-inline-bar {
    margin-bottom: 0;
}

.list-inline-bar li {
    border-right: 2px solid #ddd;
    padding-right: 10px;
    margin-right: 5px;
    padding-left: 0;
    margin-bottom: 5px;
}

.list-inline-bar li:last-child {
    border: none;
}

.callout {
    padding: 12px;
    text-align: left;
    display: block;
    border-left: 3px solid #ffff;
    background: #fff3;
    color: #fff;
}

.callout-info {
    border-left: 3px solid #2e86c1;
    background: #d6eaf8;
    color: #2e86c1;
}

.callout-warning {
    border-left: 3px solid #9a7d0a;
    background: #f9e79f;
    color: #9a7d0a;
}

.callout-success {
    border-left: 3px solid #186a3b;
    background: #d5f5e3;
    color: #186a3b;
}

.callout-danger {
    border-left: 3px solid #943126;
    background: #fadbd8;
    color: #943126;
}

.panel {
    border: unset;
    border-radius: 8px;
    box-shadow: 0px 0px 30px #666;
    padding: 15px;
    margin: 15px;
}

[data-bs-theme=dark] .panel {
    box-shadow: 0px 0px 30px #000;
}

.ui-datepicker {
    z-index: 2 !important;
}
