body {
    background-color: #ffffff;
    color: #404040;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 18px;
}
h3 {
    font-size: 18px;
}
h3, h4, h5, h6 {
    line-height: 36px;
}
h1, h2, h3, h4, h5, h6 {
    color: #404040;
    font-weight: bold;
}
ol {
    list-style: outside none decimal;
}

/*.table-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {*/
    /*background-color: #f9f9f9;*/
/*}*/
/*.table-striped tbody tr:hover td, .zebra-striped tbody tr:hover th {*/
    /*background-color: #f5f5f5;*/
/*}*/
.grid-view table.items tr.odd {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.grid-view .table th > .sort-link{
    font-size: 13px;
}

img, object, embed {
    max-width: 100%;
}

img {
    height: auto;
}

/* Form styling */
input.span1, input.span2, input.span3, input.span4, input.span5, input.span6, input.span7, input.span8, input.span9, input.span10, input.span11, input.span12, select.span1, select.span2, select.span3, select.span4, select.span5, select.span6, select.span7, select.span8, select.span9, select.span10, select.span11, select.span12, textarea.span1, textarea.span2, textarea.span3, textarea.span4, textarea.span5, textarea.span6, textarea.span7, textarea.span8, textarea.span9, textarea.span10, textarea.span11, textarea.span12 {
    display: inline-block;
    float: none;
    margin-left: 0;
}

.btn-primary,
.btn.primary{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0064cd;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#049cdb), to(#0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(to bottom, #049cdb, #0064cd);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff049cdb', endColorstr='#ff0064cd', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn.primary:hover,
.btn.primary:focus,
.btn.primary:active,
.btn.primary.active,
.btn.primary.disabled,
.btn.primary[disabled],
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #0064cd;
    *background-color: #049cdb;
}

.btn.primary:active,
.btn.primary.active,
.btn-primary:active,
.btn-primary.active {
    background-color: #049cdb \9;
}

.input-mini,
input.mini,
textarea.mini,
select.mini {
    width: 60px;
}

.input-small,
input.small,
textarea.small,
select.small {
    width: 90px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-inputselect, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
    color: #808080;
    font-size: 13px;
}

label, button{
    color: #404040;
    font-size: 13px;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.newSubBudget  .control-group,
.newSubBudget .inline{
    display: inline-block;
}
.newSubBudget form{
    margin: 0px;
}
.newSubBudget .datepicker{
    width: 100px;
}