.container-fluid {
    margin: 0 auto;
    max-width: 1920px;
}
.nav > li > a {
    font-weight: 600;
    text-transform: capitalize;
}
span.box {
	display: block;
    float: left;
    height: 20px;
    margin-right: 10px;
    width: 20px;
    cursor: pointer;
}
.green {
	color: #46a546;
}

.red {
	color: #9d261d;
}
.white {
    color: #fff;
}
.green-box {
	background: #46a546;
}
.red-box {
	background: #9d261d;
}
.free-box {
	background: #fff;
}
.legend {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 0 none;
    border-radius: 0 0 0 0;
    font-family: "Open Sans Condensed", arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px;
}
.legend .nav li{
	margin-right: 10px;
}
.nav-pills > li > a {
	border-radius: 0;
}
.nav-pills h4 {
    margin: 6px 0;
    padding-right: 10px;
}
.vertical-divider {
	border-right: 1px solid #444444;
    height: 20px;
    margin: 7px 0;
    width: 0;
}
.vertical-divider:nth-child(2) {
    border: 0 none;
}
.table .alert {
	border-radius: 0;
}
.table-bordered {
	border-color: #444;
	border-radius: 0 !important;
}
.table-bordered th, .table-bordered td{
	border-left: 1px solid #444;
	border-radius: 0 !important;
}
.table th, .table td {
    border-top: 1px solid #444;
	border-radius: 0 !important;
}
.table td {
	background: none repeat scroll 0 0 #EFEFEF;
}
.table-container thead th {
	text-align: center;
	background: none repeat scroll 0 0 #E9E9E9;
}
.table-lead td, .table-column{
	font-weight: 800;
	font-family: 'Open Sans Condensed';
	font-size: 12px;
}
.table span.box {
    margin: 0 0 0 3px;
}
.text-left{
    text-align: left !important;
}
.text-center{
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
select option
{
    text-transform: capitalize;
}
.table-column.column-main {
    font-size: 14px; 
    text-transform: capitalize; 
    font-family: 'Open Sans';
}
.column-main.lead-row, .column-main.lead-row td {
    background: none repeat scroll 0 0 #CFCFCF;
}
td .nav.nav-pills {
    margin: 0;
}
td .nav.nav-pills a {
    padding: 0 5px;
}
td .nav.nav-pills > li {
    border-right: 1px solid #000000;
}
td .nav.nav-pills > li:last-child {
    border: 0 none;
}
table td > input {
    margin-bottom: 0 !important;
}
table table td {
    border: 0 none !important;
    padding: 0 5px !important;
    background-color: transparent !important;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fff;
}
/*
.form-horizontal .control-label {
    width: 130px;
}
.form-horizontal .controls {
    margin-left: 150px;
}*/
/*
.form-horizontal .control-group-large .control-label {
    width: 200px;
    text-align: left;
}
.form-horizontal .control-group-large .controls {
    margin-left: 220px;
}*/

/*
.control-group-large .control-group {
    margin-bottom: 0;
 }
.control-group-large.control-group-margin .control-group {
    margin-bottom: 20px;
 }
.form-horizontal .control-group-large  .span12:last-child{
    margin-left: 0;
 }
span.caption {
    font-size: 12px;
    font-style: italic;
}
.control-label.text-left {
    width: 110px;
}
.control-label.text-left + .controls {
    margin-left: 130px;
}
*/
a.lightbox-img {
    float: left;
    display: block;
}
a.lightbox-img img {
    width: 95%;
}
.divider {
    border-top: 1px solid #CCCCCC;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 0 !important;
    margin-left: 0 !important;
}
.lightbox-content{
    border: 0 none;
    box-shadow: 0 0 0;
    background: none;
    border-radius: 0;
    padding: 0;
}
table.span6 {
    margin-left: 0;
}

pre {
	font-weight: 600;
	font-size:18px;
	font-family: "Open Sans", arial, sans-serif;
}
