body {
    background: #fff;
    background-image: url("/assets/img/flag_login.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #000;
    background-size: cover;
    font-size: 100%;
}
.tr_logo{
    margin: 4em auto 1px;
    background-image: url("/assets/img/sm-uhuru-logo.png");
    background-position: 25px center;
    background-repeat: no-repeat;
}
#tr_head {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    word-spacing: 3px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
#tr_tail {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #2d4a84;
    margin-bottom: 0;
}

hr {
    margin: 0.5rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

a.deco-none{
    color: inherit;
    text-decoration: none;
}

.dashboard-card{
    background-color: white;
}
.dashboard-card-body{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
}
.dashboard-card-header{
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.dashboard-card-title{
    margin-bottom: 3px;
    padding: 0;
}
.dashboard-card-subtitle{
    margin-top: -0.5rem;
    margin-bottom: 0;
}
.dashboard-card-footer{
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
}
.card-header {
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-title {
    margin-bottom: 3px;
    padding: 0;
}
.card-subtitle {
    margin-top: -0.5rem;
    margin-bottom: 0;
}
.card-footer {
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#sidebar-wrapper {
    position: fixed;
    width: 0;
    height: 100%;
    background-color: white;
    overflow-y: hidden;
    z-index: 1;
}
#sidebar-wrapper .sidebar-heading {
    padding: 10px 0;
}
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

#page-content-wrapper {
    position: absolute;
    width: 100%;
    margin-left: 0;
}

#page-main-content-wrapper{
    margin-left: 0;
}
#page-side-content-wrapper{
    margin-left: 0;
}
#page-side-content-wrapper .nav-link{
    font-size: small;
}

#wrapper.toggled .fixed-top {
    left: 250px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#wrapper.toggled #page-content-wrapper {
    margin-left: 250px;
}

.navbar{
    padding: 0.3rem 1rem;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-item {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.dropdown-menu {
    padding: 0.3rem 0;
    margin: 0.35rem 0 0;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.sidebar-sticky .nav-link {
    padding: 0.5rem 1rem;
    font-size: small;
}

.breadcrumb {
    padding: 0;
    border: none;
    font-size: 0.8rem;
    font-weight: 200;
    text-transform: none;
    background-color: inherit;
    margin-bottom: 0.5rem;
}
.breadcrumb-item {
    color: #008cba;
}
.breadcrumb-item.active {
    color: #656565;
}

.table {
    margin-bottom: 10px;
}
.table th, .table td {
    padding: 0.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.pagination {
    margin: 3px;
}
.pagination .page-link {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link {
    border-radius: 0;
}
.pagination .page-link {
    padding: 3px 10px;
}
.pagination .page-link active {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
}
.icon-action{
    background-color: transparent;
    padding-right: 10px;
}
.icon-attension{
    color: purple;
}
.icon-neutral{
    color: gray;
}
.icon-info{
    color: blue;
}
.icon-warning{
    color: darkorange;
}
.icon-danger{
    color: red;
}
.icon-success{
    color: green;
}

.datatable{
    height: 25px;
    padding: 0 0.25rem 0 0.5rem;
    font-size: smaller;
    line-height: 1.5;
    border-radius: 0;
}
.datatable-action {
    min-width: 20px;
}
.datatable-paginate {
    min-width: 20px;
}
.datatable-order {
    min-width: 20px;
}
.datatable-search {
    min-width: 100px;
}
.badge{
    font-weight: 800;
}

@media (max-width: 768px) {

}

@media (min-width: 768px) {
    #sidebar-wrapper {
        width: 250px;
    }
    #page-content-wrapper {
        padding-left: 250px;
    }
    .fixed-top {
        left: 250px;
    }
    #wrapper.toggled .fixed-top {
        left: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #page-content-wrapper {
        padding-left: 0;
        margin-left: 0;
    }
}
