/*by André Martins
updated: 19/01/2016*/

.headline {
    background: #05285D;
    color: #fff;
    text-align: center;
    padding: 30px 15px;
    font-size: 26px;
}
.breadcrumb {
    color: #818a91;
    margin-bottom: 30px;
    text-align: center;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
}
    .breadcrumb > li > a {
        color: #818a91;
    }
/* Homepage Icons */
.glyph {
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  color: #323e48;
  width:100%;
  font-size:17px
}
.glyph:hover {
  background: #eee;
}
    .glyph .icon {
        font-size: 42px;
        text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
        color: #05285D;
        display: block;
        margin-bottom: 10px
    }
    #areaR .glyph .icon {
        display: inline-block;
    }
 /* Tabelas */
table#Detalhes {
    border-collapse: initial;
}
.table {
    margin-bottom: 0;
}
    .table td {
        padding: 12px 5px;
        vertical-align: middle !important;
    }
.table.details {
  margin-top:30px;
}
table.details > tbody > tr:not(.row-details):hover {
  cursor: pointer;
  background: #ddd;
}
.opened {
    font-weight: bold;
}
.row-details {
    background-color: #000000 !important; /*#ccc*/
}
tr.opened > td:first-child {
    border-left: 3px solid #000000;
}
tr.opened > td:last-child {
    border-right: 3px solid #05285D;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}
/* Checkout */
.panel-primary {
    border-color: #05285D;
}
    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #05285D;
        border-color: #05285D;
    }
        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #05285D;
        }
        .panel-primary > .panel-heading .badge {
            color: #05285D;
            background-color: #fff;
        }
    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #05285D;
    }
.panel-primary1 {
  border-color: #ddd;
}
.panel-primary1 > .panel-heading {
  color: #323e48;
  background-color: #ddd;
  border-color: #ddd;
}
.panel-primary1 > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-primary1 > .panel-heading .badge {
  color: #ddd;
  background-color: #fff;
}
.panel-primary1 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
