﻿body   
{
    font-family: 'Titillium Web', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Titillium Web', sans-serif;
}

.main
{
	margin-top: 64px;
}

footer {
    background: #5471a9;
    color: #ffffff;
    margin-top: 32px;
}

footer a,
footer a:link, footer a:visited,
footer a:hover, footer a:active
{
    color: #eeeeee;
}

footer .container
{
    padding: 20px 0;
}

.navbar-inverse {
    border-bottom: 3px solid #5471a9;
}

.alert
{
    display: block;
}

hr
{
    border-top: 1px dashed #ccc;
    margin: 16px 0px;
}

.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: #999;
}

.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;
}

.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;
}

.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;
}

.card {
    border: unset;
    border-radius: 8px;
    box-shadow: 0px 0px 30px #ccc;
    padding: 15px;
    margin: 15px;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #666;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #666;
    border-bottom-color: #666;
}

.badge.badge-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.badge.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
