.navbar-default {
	background-color: #ef5929;
	border-color: #de4818;
	margin-bottom: 10px;	
}

.navbar-default .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav>li>a {
	color: white;	
}
	
.btn-primary {
	background-color: #ef5929;
	border-color: #de4818;	
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #ff6a3a;
	border-color: #ef5929;	
}

.btn-primary.loading {
	background-color: #df6a3a;
	border-color: #cf5929;	
}

input.illegal-value {
	background-color: #faa;
}

.page-header {
	margin-bottom: 0px;
}

/* Bootstrap */
body .datepicker table tr td.active {
	background-color: #ef5929 !important;
	background-image: none !important; 
/*	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(top, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	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(enabled=false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) */
}

.btn-primary.disabled {
    background-color: #aaa;
    border-color: #aaa;
}

.modal.in {

}

.center-element {
	  margin: 0 auto;
    display: block;
}

.filter-name-cell {
    padding-left: 16px;
}
.filter-input-cell {
    padding-left: 16px;
    padding-right: 16px;
}

.label-toggle {
    cursor: pointer;
}

.label-toggle.inactive {
    background-color: #999;
}

td.parens-left {
    padding-right: 5px;
    padding-left: 5px;
}

td.parens-right {
    padding-left: 5px;
}

td.parens-wrapping-2 {
    font-size: 40px;
    font-weight: lighter;
    line-height: 30px;
    padding-bottom: 5px;
}

td.parens-wrapping-3 {
    font-size: 60px;
    line-height: 40px;
    padding-bottom: 10px;
    font-weight: 100;
}

td.parens-wrapping-4 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 100;
    padding-bottom: 10px;
}

td.parens-wrapping-5 {
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px;
    font-weight: 100;
}

td.parens-wrapping-6 {
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px;
    font-weight: 100;
}

td.parens-wrapping-7 {
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px;
    font-weight: 100;
}

td.parens-wrapping-8 {
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px;
    font-weight: 100;
}

td.parens-wrapping-9 {
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px;
    font-weight: 100;
}



.block-content-breakdown {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}


