#queueTables {
	margin: 0 15px 15px 0;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #f1f1f1;
	border: 1px solid #999999;
}

#main-content {
	padding: 10px;
}
.main-content:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.dataTable {
margin-bottom: 0px;
word-wrap: break-word;
word-break: break-all;
}
.dataTable td{
	min-width: 100px;
	max-width: 20%;
}
.dataTable thead tr td{
	text-align:center;
}
.tbl {
  border:1px solid #D0D7E9;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0 !important;
  font-family:helvetica,arial,sans-serif;
  color:#333;
  width:100%;
}
.tbl caption {
  
}
.tbl.table-bordered {
  border-left: 0;
}
.tbl thead tr th {
  font-size:13px;
  font-weight:bold;
  background:#EFEFEF;
  color:#666;
  border-radius:0 !important;
  border-top:none;
}
.tbl th,
.tbl td {
  background:#FFF;
  color:#666;
  box-shadow:inset 0 1px 0 #D0D7E9;
  border-top:none;
  border-radius:0 !important;
  padding: 8px;
}
.tbl th.headerSortable:hover {
  cursor:pointer;
}
.tbl th.headerSortDown { background-color:#D9D9D9; }
.tbl th.headerSortUp { background-color:#D9D9D9; }
.tbl.table-bordered th, .tbl.table-bordered td {
  box-shadow:inset 0 1px 0 #D0D7E9, inset 1px 0 0 #D0D7E9;
  border-left:none;
  border-top:none;
}
.tbl.table-bordered tbody td:nth-child(2) {
  box-shadow:inset 0 1px 0 #D0D7E9;
  border-left:none;
  border-top:none;
}
.tbl.table-striped tbody tr:nth-child(even) td,
.tbl.table-striped tbody tr:nth-child(even) th,
.tbl.table-striped tbody tr:nth-child(even):hover td,
.tbl.table-striped tbody tr:nth-child(even):hover th {
  background-color: #F4F6F9;
}
.tbl.table-striped tbody tr:nth-child(odd) td,
.tbl.table-striped tbody tr:nth-child(odd) th,
.tbl.table-striped tbody tr:nth-child(odd):hover td,
.tbl.table-striped tbody tr:nth-child(odd):hover th {
  background-color: #FFF;
}
.tbl thead:first-child tr:first-child th,
.tbl tbody:first-child tr:first-child th,
.tbl tbody:first-child tr:first-child td {
  box-shadow:none !important;
  border-top:none !important;
}
.tbl tbody tr th:first-child,
.tbl tbody tr td:first-child {
  border-right:3px double #3498db;
  padding-left:10px;
}

.label {
    background-color: rgba(0, 0, 0, 0);
    color: #444444;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}

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-input {
	border-radius: 0;
}

.row{
	margin-left:0px;
	margin-right:0px;
}

.nopad{
	padding-left:0px;
	padding-right:0px;
}

.checkbox, .radio{
	margin-bottom:5px;
}

label {
	max-width:100%;
}

input[type="file"] {
  display:inline;
}

#SearchForm .panel {
	margin-bottom:0px;
}
@media print {
 a:visited:after, a[href]:after, abbr[title]:after {
   content: "";
 }
}

.nomargin{
	margin:0px;
}

table .form-group {
    margin-bottom: 0px;
}
.bs-callout {
	padding:20px;
	margin:20px 0;
	border:1px solid #eee;
	border-left-width:5px;
	border-radius:3px
}
.bs-callout h4 { 
	margin-top:0; 
	margin-bottom:5px
}
.bs-callout p:last-child {
	margin-bottom:0
}
.bs-callout code {
	border-radius:3px
}
.bs-callout+.bs-callout {
	margin-top:-5px
}
.bs-callout-danger {
	border-left-color:#d9534f
}
.bs-callout-danger h3 {
	color:#d9534f
}
.bs-callout-warning {
	border-left-color:#f0ad4e
}
.bs-callout-warning h4 {
	color:#f0ad4e
}
.bs-callout-info {
	border-left-color:#5bc0de
}
.bs-callout-info h4 {
	color:#5bc0de
}
#brochure span, address {
	font-size: 12px;
	font-weight: normal;
}
#brochure strong {
	margin-right:6px;
	font-size: 14px;
}
.div-textarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    min-height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 100%;
    background-color: #EEE;
    min-height: 100px;
    border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.table thead tr th {
	vertical-align: top;
}

table.tablesorter thead tr th {
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp { 
	background: url('images/sort_asc.png') no-repeat center right;
}
table.tablesorter thead tr .headerSortDown { 
	background: url('images/sort_desc.png') no-repeat center right;
}

.form-control {
	border-radius:0px; 
}

.notesDate {
	color:#428BCA;
}

.notesName {
	color: #A94442;
}

.notesMessage {
	color: #777;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.smallIndent {
	margin-left:10px;
}
#FooterDiv img {
	display:inherit;
}
#ck-button2 label {
    float:left;
    /*margin-top: 10px;*/
    margin-bottom: 0 !important;
    margin-right: 5px;
    /*width:4.0em;*/
}
#ck-button2 label span {
    /*text-align:center;
    padding:3px 0px;
    display:block;
    border-radius:4px;*/
    display: inline-block;
	*display: inline;
	padding: 4px 6px;
	margin-bottom: 0 !important;
	*margin-left: .3em;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	background-color: #d0cfd6;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0px;
	*zoom: 1;
	height:24px;
}

#ck-button2 label input {
    position:absolute;
    top:0px;
    display:none;
}

#ck-button2 input:hover + span {
    background-color:#7c798f;
}

#ck-button2 input:checked + span {
    background-color:#009600;
    color:#fff;
    padding: 5px 6px;
}

#ck-button2 input:checked:hover + span {
    background-color:#014401;
    color:#fff;
    padding: 5px 6px;
}

.jumbotron p {
	font-size: 15px;
}

.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav li {
  float: none;
  display: inline-block;
}
.table-icon-centered {
	text-align: center;
	vertical-align: middle;
}
.RemoveButton {
	cursor: pointer;
}
.AddButton {
	cursor: pointer;
}

.bootstrap-tab a{
	outline: 0;
}

/* Styles for Funky Checkboxes */

.funkycheckbox > div {
    clear: both;
	margin:5px 50px;
}

.funkycheckbox label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4
}

.funkycheckbox input[type="checkbox"]:empty {
    margin-left: -999px;
	visibility: hidden;
}

.funkycheckbox input[type="checkbox"]:empty ~ label {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkycheckbox input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
	content:'\2714';
    text-indent: .9em;
    color: #FFFFFF;
}

.funkycheckbox input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkycheckbox input[type="checkbox"]:hover:not(:checked) ~ label {
   color: #888;
}

.funkycheckbox input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #FFFFFF;
    background-color: #4DCB6D;
}

.funkycheckbox input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkycheckbox input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.dl-horizontal dt{
	width: inherit;
	margin-right: 20px;
}
.dl-horizontal dd{
	margin-left: 0px;
}

/* End Styles for Funky Checkboxes */

.success-dark {
	background-color:#b2dba1; !important
}

.danger-dark {
	background-color:#dca7a7; !important
}

.warning-dark {
	background-color:#f5e79e; !important
}

.info-dark {
	background-color:#9acfea; !important
}

.popover-title {
	font-weight:bold; !important
}

#SupplierHeader label {
	font-size: 13px;
	font-weight: bold;
}
.sliding-div {
	z-index:10;
}

.dynamicTable > thead th:nth-child(1){
	width:22px;
}

.dynamicTable > thead tr th:nth-child(2){
	width:12px;
}

div.panel-heading div.panel-title small i.glyphicon-chevron-down {
	display:none;
}
div.panel-heading div.panel-title small i.glyphicon-chevron-up {
	display:inline-block;
}
div.collapsed div.panel-title small i.glyphicon-chevron-down {
	display:inline-block;
}
div.collapsed div.panel-title small i.glyphicon-chevron-up {
	display:none;
}

.videowrapper {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pipelinered {
  color:#E02530;
}