
.disabled-link {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}
.h-50{
    height: 200px !important;
}
.login-style{
    border-left: 2px solid #e6e6e6;
    margin-top: 10px;
}

@media print {
    .top_nav,
    footer {
        display: none;
    }
    .printArea {
        visibility: visible;
    }
    .noPrint {
        visibility: hidden;
        height: 0px;
        width: 0px;
        display: none;
        margin: 0px;
        padding: 0px;
    }
    #reportTable,
    .panel {
        margin: 0;
    }
    .panel * {
        visibility: visible;
    }
    .col-md-12 {
        width: 100%;
    }
    .panel {
        width: 100%;
    }
}


#sidebar-menu > ul > li > a > i{
    color: #fc9534;
}


/* dashboard Style */

.dashtext{
    font-size: 18px;
    font-weight: bold;
}

.subcard{
    background-color: #fc9534;
    padding: 1px;
    color: white;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 5px;
}
.secondarycolor{
    color: #648ba6;
}



/* dashboard Style */