﻿html {
    min-height: 100%;
    position: relative;
}

body {
    background-color: rgb(243,245,247);
    background-color: #f6f8fa;
}

#content {
    min-height: calc(100vh - 60px);
}

#footer {
    width: 100%;
    height: 50px; /* Set the fixed height of the footer here */
}

ol.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.card {
    -webkit-box-shadow: -1px 0px 5px -5px rgba(0,0,0,0.20);
    -moz-box-shadow: -1px 0px 5px -5px rgba(0,0,0,0.20);
    box-shadow: -1px 0px 5px -5px rgba(0,0,0,0.20);
    border-radius: .10rem;
}

header img.logo {
    width: auto;
    height: 20px;
}

[ng-app] {
    margin-top: 56px;
}


.bg-silver {
    background-color: #ebebeb !important;
}

.custom-tabs {
    margin-bottom: 1.5rem !important;
}

.custom-tabs > #pageHeader {
    background-color: #f6f8fa;
    border-bottom: none;
    margin-bottom: 0 !important;
}

.custom-tabs {
    border-bottom: 1px solid #d8dee4;
    display: block;
}

.custom-tabs .nav-tabs {
    background-color: #f6f8fa;
    font-size: 14px;
    color: #555;
    border-bottom: none;
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
}

.custom-tabs .nav-link {
    color: #333 !important;
    white-space: nowrap !important;
}

.custom-tabs .nav-tabs .nav-link:focus,
.custom-tabs .nav-tabs .nav-link:hover {
    border-color: #f6f8fa;
}

.custom-tabs .nav-tabs .nav-item.show .nav-link,
.custom-tabs .nav-tabs .nav-link.active,
.custom-tabs .nav-tabs .nav-link.active:focus,
.custom-tabs .nav-tabs .nav-link.active:hover {
    color: #333;
    text-shadow: -0.02ex 0 #333, 0.02ex 0 #333;
    background-color: #f6f8fa;
    border-color: #f6f8fa #f6f8fa #fd8c73;
    border-bottom: 3px solid #fd8c73;
}


/*.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}*/


/** DataList record-details -----------------------------*/
dl {
    margin-bottom: 0;
    background: #fff;
    /*    margin-right: 0px;
    margin-left: 0px;
*/ 
    border: 1px solid #ddd;
    border: none;
}

dl > dt {
    font-size: .75em;
    font-weight: 400;
    color: #555;
    background: whitesmoke;
}

dl > dd {
    background: #fff !important;
    margin-bottom: 0;
}

dl > dt,
dl > dd {
    padding: .75rem;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    min-height: 48px;
}

dl > dt:first-child,
dl > dt:first-of-type,
dl > dd:first-of-type {
    border-top: none;
}