﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.container{
    width:100%;
}
button.glueme {
    left: -4px;
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
}
.expired {
    background: blue;
    color: white;
}
.totals {
    background-color: black;
    color: white;
    font-size: 18px;
}
.done-phase-1 {
    background: darkred;
    color: white;
}
    .done-phase-1 a, .expired a{
        color: white;
    }
    .done-phase-2 {
        background: yellow;
        color:black;
    }
.done-phase-2 a{
    color:black;
}
form{
    position:relative;
}
ul#orders-legend {
    position: absolute;
    right: 20px;
    bottom: 10px;
}
ul#orders-legend li{
    float:left;
    list-style:none;
    padding:8px;
    margin-bottom:5px;
}
#orders-list-table
{
    /*font-size: 15px;*/
}
.sender-name{
    white-space:nowrap;
}
.form-horizontal .control-label{
    white-space:nowrap;
}
.navbar-nav > li ul {
    display: none; 
    position: absolute;
    list-style: none;
    background: black;
    width: 200px;
    padding: 0;
}

.navbar-nav > li:hover ul {
    display: block;
}

.navbar-nav > li ul li a {
    color: #9d9d9d;
    text-decoration: none;
    padding: 1rem 2rem;
    text-align: left;
    width: 100%;
    display: block;
    cursor: pointer;
}

    .navbar-nav > li ul li a:hover {
        color: white;
    }

.navbar-nav > li ul li {
    width: 100%;
    text-align: left;
}
a.btn-img {
    padding: 0;
    width: 32px;
}

    a.btn-img img {
        max-width: 100%;
    }
.glyphicon-pencil{
    margin-right:1rem;
}
.glyphicon {
    color:black;
    font-size:2rem;
    margin-right:0.8rem;
}
.form-check {
    float: left;
    margin-right: 1rem;
}
.clear-float{
    clear:both;
}
.with-alert {
    position: relative;
}
    .with-alert:after {
        content: "!";
        position: absolute;
        color: red;
        top: -14px;
        right: -15px;
        display: block;
        background: white;
        width: 20px;
        text-align: center;
        border-radius: 20px;
        height: 20px;
        border: 1px solid red;
    }
ul.nav.navbar-nav .glyphicon {
    color: #9d9d9d;
}
#endofdayRemaining
{
    background: black;
    color: white;
    padding: 1rem;
    display: table;
    float: right;
    font-size: 25px;
}
.action-label{
    font-size:20px;
    background: darkred;
    color:white;
    text-transform:uppercase;
    text-align:center;
    margin-right:10px;
    clear:both;
    margin-bottom:15px;
}
.transfer-form .form-check-label{
    font-size:18px;
}