@font-face {
    font-family: Jura;
    src: url(./fonts/Jura-Regular.ttf);
}

body {
    margin: 0;
    font-family: 'Jura', sans-serif;  font-size: 12pt;
    color:#666666;
    background-color: #EBEBEB;
}

.brc
{
    background-color: #fff;
    margin-bottom: 20px;
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    border-top: rgba(151,75,0,0.6) 1px solid;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}
.brc>.container>.row>.breadcrumb
{
    background: none;
    margin-bottom: 0px;
}

.breadcrumb>li.active
{
    color: rgb(151,75,0);
}
.breadcrumb>li>a
{
    text-decoration: none;
    color: #666;
}

.norad
{
    border-radius: 0px !important;
}

.table.dtb{
    width: 100% !important;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* pagination */
.pagination
{
    margin: 5px 0;
    margin-top: 10px;
}

.pagination > li.disabled
{
    cursor:  not-allowed;
}

.pagination > li>a
{
    margin-right: 4px;
}

.pagination > li:first-child > a.page-link
{
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a.page-link
{
    margin-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* page title*/
.card-header>.page-title{
    font-size: 14pt;
    font-weight: bold;
}

/* table responsive*/
.card-body .table-responsive{
    padding: 5px;
}