
.my_login {
    /*background-image:url(images/login_top.jpg);
    background-repeat:no-repeat;
    background-size:cover;*/
    background-color:#dedede;
}

.hidden {
    visibility:hidden;
    display:none;
}

.visible {
    visibility:visible;
    display:inline-block;
}

.text-underlined {
    text-decoration: underline;
}

.bg-primary {
    background-color: #183362 !important;
}

/*.table tr td:first-child, .table tr th:first-child {
    visibility: hidden;
    display: none;
}*/

/* Sticky Table Header */
.tableFixHead          { overflow: auto; height: auto; height:650px}          /* 650px collapsed, 1500px expanded */
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

.table_bg_color {
    background-color:#f3f3f3;    
}
.table_bg_color1 {
    background-color:#f1f1f1;    
}

.topnav {
    margin-top:96px !important;
}

.page-content {
    padding-top:165px !important;
}
@media (max-width:991.98px) {
    .page-content {
        padding-top:115px !important;
    }
}


.dataTable td {
    vertical-align: middle !important;
}


.hand {
    cursor: pointer;
    cursor:hand;
}

body, table, td, div {
    color:#000000;
}

.card-body {
    color:#ffffff;
    font-weight:bold;
}

.btn-secondary {
    color:#000000 !important;
    font-weight:bold;
}


@media print {
    .dontprint { display: none; }
}
