﻿.sidebar {
    background: #242a63 !important;
}
.sidebar  .nav-link .nav-icon{
    color: #fff !important;
}

.sidebar .nav-link.active {
    color: #fff;
    background: #335a78;
}
.dataTables_wrapper .dataTables_filter {
    float: left !important;
}
.new-group td {
    border-top: 5px solid #999;
}

.card {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;   
}
.circle-text {
    display: table-cell;
    height: 36px; /*change this and the width for the size of your initial circle*/
    width: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /*make it pretty*/
    background: #335a78;
    color: #fff;
    /* font: 18px "josefin sans", arial; // change this for font-size and font-family */
    font-size: 18px;
}
.input-nopadding {
    padding: 0px 0px 0px 0px; /* Top, Right, Bottom, Left */
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;    
}
/*  background-color: #f9f9f9;border-bottom: 1px solid #ddd; */

.left-side {
    display: flex;
    align-items: center;
    gap: 16px;
}
.div-centered {
    margin: 0 auto;
}
.text-money {
    font-weight: bold;
    font-size: 1.5em;
    color: navy;
}


.hr-signature {
    
    width: 35%;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 0;
    border: none;
    border-bottom: 1px solid black;
    height: 0;
}

/* Hidden on screen 
.signature-label {
    display: none;
}
    */

@media print {

    .noprint {
        display: none !important;
    }
    .no-print, .no-print * {
        display: none !important;
    }

    .hr-signature {
        width: 35% !important;
        margin-left: 0 !important;
        border-bottom: 1px solid black !important;
    }

    .signature-label {
        display: block;
        margin-top: 2px;
        margin-left: 0;
        font-size: 10pt;
        color: black;
    }



}







