/*.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {*/
/*    border-top: none !important;*/
/*}*/
.breadcrumb {
    background: url("/assets/360/images/page-bar.jpg") center no-repeat;
    background-size: cover;
    border-radius: unset;
    line-height: 48px;
    font-size: 18px;
}
.breadcrumb-item.active {
    color: #ffe5bf;
}
.breadcrumb-item a {
    color: #ffe5bf;
    font-weight: 600;
}
.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}
.jumbotron {
    margin-bottom: 0;
}
@media (min-width: 576px){
    .jumbotron {
        padding: 1.2rem 2rem;
        background: #222222;
        color:#ccc;
    }
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
vertical-align: middle !important;
}
.table{
    margin-bottom: 0;
}
.carousel-caption-menu {
    right: unset;
    bottom: 50px;
}
.carousel-indicators-menu {
    margin-right: 50%;
    margin-left: 10%;
}
.table td, .table th {
    padding: 0.55rem;
}
.table-sm td, .table-sm th {
    padding: .3rem;
}
.card{
    background:url("/assets/360/images/sub_bg.gif");
    background-size: cover;
    /*border: 1px solid #ce0000;*/
    border-radius: unset;
}
.card-header{
    background-color: rgba(0,0,0,.02);
    border-bottom: 2px solid #ce0000;
    padding: .75rem 1.25rem .75rem 2.25rem;
    text-transform: uppercase;
    color: #ce0000;
    font-size: 18px;
}
.card-header:before{
    content: "";
    position: absolute;
    background: url(/assets/360/images/title-icon.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    left: 7px;
    top: 15px;
    filter: drop-shadow(0px 0px 1px #ce0000);
}

.list-group-item {
    border:unset;
    background-color: unset;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
}