﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2, h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

/* 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;
}

.logo {
    width: 75%;
}

.navbar-nav {
    /*padding-top: 20px;*/
}

.navbar-inverse {
    /*background-color:#dae9f0;*/
}

.navbar-inverse .navbar-nav > li > a {
    color: #082b77;
}

.body-content {
    padding-top: 50px;
}

.k-content {
    font-size: 12px;
}

.k-filter-row th, .k-grid-header th.k-header {
    font-weight: 500;
}

.ledger {
    width: 150px;
    float:left;
}

.ledgerval {
    width: 270px;
    text-align: right;
}

/* PDF export */


.page-template {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-template .header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;

    text-align: center;
    font-size: 18px;
}

.page-template .footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.legend {
    float: right;
    margin-top: -34px;
}

.legend-box {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: pink;
    margin-right: 5px;
    margin-bottom: -5px;
}

.COBackground {
    background: Pink;
}

<!--column headers wrap-->
.k-grid-header .k-header {
    overflow: visible!important;
    white-space: normal!important;
}

#inactivediv {
    margin-top: -12px;
}

#teamdiv {
    margin-top: 10px;
}
    

