﻿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;
}

footer {
    text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
}

.navbar-inverse {
    /*background-color: #ccc;*/
    /*color: #000 !important;*/
    border-color: #d0d0d0;
    background: linear-gradient(to bottom, rgba(150, 150, 150, 1) 0%, rgba(208, 208, 208, 1) 100%);
    /*-webkit-box-shadow: 2px 2px 5px 0px rgba(191,189,191,1) !important;
    -moz-box-shadow: 2px 2px 5px 0px rgba(191,189,191,1) !important;
    box-shadow: 2px 2px 5px 0px rgba(191,189,191,1) !important;*/
}

.navbar-inverse .navbar-brand {
        color: #000;
}

.k-grid tr td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.border {
    border: 1px solid #ccc;
}
.orderinfo {
    width:80%;
    margin: 0 0 10px 0;
}
.orderinfo td:first-child {
    font-weight: bold;
    color: darkblue;
    font-size: 15px;
}
.orderinfo td {
    padding: 0;
    white-space: nowrap;
}

ul.k-panelbar .k-state-selected {
    background-color: #0275d8;
    color: #fff !important;
}

ul.k-panelbar li {
    padding: 3px;
    font-size: 16px;
}

.panelhdr {
    padding: 0;
    margin: 0;
    color: red;

}

.ordernum {
    white-space: nowrap;
}

.orderstat {
    font-family: verdana;
    color: #2361AD !important;
    font-size: 18px;
    text-shadow: 1px 1px 0px #BAB7C4;
    box-shadow: 1px 1px 2px #BEE2F9;
    padding: 6px 24px 6px 24px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #9486C4;
    background: #F2F2F2;
    white-space: nowrap;
}
.ohdr {
    padding: 0;
    margin: 15px 0 15px 0;
}

.flabel {
    font-size: 14px;
}

.filterbox {
    border: 1px solid #dddddd;
    margin: 15px 0 10px 0;
    background: #eaeefd;
    padding: 5px 0 10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

.clearfilters {
    margin: 20px 0 0 0;
}

#searchbtn {
    margin: 0 0 0 0;
}
