﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

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

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    padding-top: 75px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background: #FFF;
    height: 50px;
}

/* Custom Navigation */
.plateau-nav .nav-item {
    padding: 0 15px;
}

/* Carrier Monitor */
.carrier-monitor {
    display: block;
    width: 50%;
    padding: 5px;
    left: 25%;
    bottom: 0;
    position: fixed;
    background: #343a40;
    text-align: center;
    border: 1px solid #f8f9fa;
    border-bottom: none;
    color: #FFF;
    z-index: 200;
}
    .carrier-monitor span {
        padding-top: 4px;
        display: inline-block;
    }

/* Datatables */
.details-control {
    vertical-align: middle;
}

/* Status Tokens */
.status-token {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    line-height: 8px;
    margin: 2px 3px 0;
    border-radius: 18px;

    border: 2px solid #000;
    background-color: #000;
}

.status-a {
    background-color: #198754;
    border-color: #20c997;
}

.status-r {
    background-color: #0d6efd;
    border-color: #0dcaf0;
}

.status-b {
    background-color: #ffc107;
    border-color: #fd7e14;
}

.status-p {
    background-color: #dc3545;
    border-color: #d63384;
}

.status-d {
    background-color: #6c757d;
    border-color: #212529;
}


/* Modal Patches */
.modal-dialog {
    z-index: 1500 !important;
}

/* Load Breakdown */
.load-breakdown {
    background: #fff;
    border: 1px solid #ccc;
}

.load-action.disabled {
    cursor: not-allowed !important;
    color: #777 !important;
}

.details-control i.fa-plus-circle {
    color: #0A0;
    padding-top: 4px;
    font-size: 16px;
}

.details-control i.fa-minus-circle {
    color: #A00;
    padding-top: 4px;
    font-size: 16px;
}

.stepped-block {
    width: 100%;
    margin-left: 0;
    border-left: 3px solid #DDD;
    padding-left: 1%;
}

    .stepped-block table {
        margin-bottom: 0 !important;
    }

.bootstrap-datetimepicker-widget {
    width: 400px !important;
}

    .bootstrap-datetimepicker-widget .timepicker {
        padding-top: 50px;
    }