﻿/*
bootstrap.css color-profile, line 1087 
line-height: 1.42857143;
this line was commented out from bootstrap.min.css
*/


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #052a6b;
    font: bold 12px arial;
    margin-left:1px;
}
.btn-primary:hover {
    background-color: #0d76ff;
}

.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:visited {
    background-color: #ff9900;
    font: bold 12px arial;
    margin-left:1px;
}
.btn-warning:hover {
    background-color: #a36200;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:visited {
    background-color: #990012;
    font: bold 12px arial;
    margin-left:1px;
}
.btn-danger:hover {
    background-color: #F75D59;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited {
    background-color: #737373;
    font: bold 12px arial;
    margin-left:1px;
    border-color: #737373;
}
.btn-info:hover {
    background-color: #a2a2a2;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
    background-color: #006600;
    font: bold 12px arial;
    margin-left:1px;
}
.btn-success:hover {
    background-color: #00cc00;
}

.btn-link, .btn-info:link, .btn-link:active, .btn-link:visited, btn-link.focus {
    background-color: #c0c0c0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin-left:1px;
    border-color: #a2a2a2;
    color:#052F77;            
    text-align:left;
    padding-left: 8px;

}
.btn-link:hover {
    background-color: #a2a2a2;
}



.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 2px solid #fff;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 6px 6px;
    margin-bottom: -1px;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
}





.navbar-nav {
  margin: 0 -15px;
}
.navbar-nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 14px;
}




.glyphicon {
    font-size: 14px;
}
.glyphicon.glyphicon-play-circle {
    font-size: 21px;
}



@media print {
  a[href]:after {
    content: none !important;
  }
  
  tr {
    page-break-inside:auto;
  }

  .table-bordered th,
  .table-bordered td {
    border:none !important;
  }

}
