html {
    font-size: 12px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1600px;
    }
}

/*****  Login Page Style *****/
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Libre+Barcode+39);


body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 60px;
}

header {
    background-color: #508bfc;
}

td.details-control {
    background: url('../resources/down-arrow.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('../resources/up-arrow.png') no-repeat center center;
}

/*** moved from SFC.SFTRAK.styles.css ***/

/* _content/SFC.SFTRAK/Views/Shared/_Layout.cshtml.rz.scp.css */
/* 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[b-utwrnkf7xo] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-utwrnkf7xo] {
    color: #0077cc;
}

.btn-primary[b-utwrnkf7xo] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-utwrnkf7xo], .nav-pills .show > .nav-link[b-utwrnkf7xo] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-utwrnkf7xo] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-utwrnkf7xo] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-utwrnkf7xo] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-utwrnkf7xo] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-utwrnkf7xo] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
/*** end move ***/

.btn-workcenter {width:140px; height:30px;}

.joblist td {vertical-align: top}

.traveler {}

.snbarcode { font-family: "Libre Barcode 39"; font-size: 60px; line-height: 60px; padding: 0px; margin:0px}

a.viewcalc {text-decoration:none;color: black;}
a.tracking {text-decoration:none;color: forestgreen }
a.report {text-decoration: none;color: #1b6ec2;}

.money {text-align:right}


/*** Login Layout ***/
.card {
    border: none;
}

.forms-inputs {
    position: relative
}

    .forms-inputs span {
        position: absolute;
        top: -18px;
        left: 10px;
        background-color: #fff;
        padding: 5px 10px;
        font-size: 15px
    }

    .forms-inputs input {
        height: 50px;
        border: 2px solid #eee
    }

        .forms-inputs input:focus {
            box-shadow: inherit;
            outline: none;
            border: 2px solid #508bfc
        }