﻿.checkbox-large input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.checkbox-large label {
    padding-left: 26px;
    font-size: 20px;
}

.navbar-inverse {
    background-color: #131313;
    background-image: none;
}

.panel-heading .badge {
	border-radius: 12px;
	padding: 6px 10px;
	font-size: 15px;
}
	
.panel-default > .panel-heading a {
	color: #000;
}

.panel-success > .panel-heading a {
	color: #fff;
    font-size: 21px;
}

.panel-success {
    border-color: #ddd;
}

.panel-success > .panel-heading {
    background-color: rgb(75,145,209);
    border-color: rgb(75,145,209);
    background-image: none;
}

.panel-success > .panel-heading .badge {
    color: #fff;
    background-color: #333;
    font-size: 21px;
}

.collapsible-row,
.collapsible-row td {
    background-color: rgb(75,145,209);
    border-color: rgb(75,145,209);
    color: #fff;
    font-weight: bold;
}

.highlight,
tr.highlight td {
    background-color: yellow;
}

.highlight-error,
tr.highlight-error td {
    background-color: red;
}

.highlight-success,
tr.highlight-success td {
    background-color: green;
}

.validation-summary-errors {
    font-size: 20px;
}

.tableFixHead { 
    overflow-y: auto; 
    height: 100px; 
}
.tableFixHead thead th { 
    position: sticky; 
    top: 0; 
}
.tableFixHead tbody.scrollContent {
    display: block;
    overflow: auto;
    width: 100%
}


.table-fixed thead {
  width: 99%; 
}
.table-fixed tbody {
  height: 500px;
  overflow-y: auto;
  width: 100%; 
  float: none;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block; 
} 
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: none;
}
