﻿.eventstk {
    position:sticky;
    top:55px;
    z-index:1;
}
input.radioboxs {
    width: 25px;
    height: 25px;
}

input.larger {
    width: 18px;
    height: 18px;
}
input.larger-print {
    width: 18px;
    height: 18px;
    accent-color: black;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.actives {
    color: black;
    background-color: #17a2b8;
    border-color: black black #fff;
}

.nav-pills .nav-link.actives, .nav-pills .show > .nav-link {
    color: black;
    background-color: #17a2b8;
}

#md_atcchart textarea, #md_editform textarea {
    overflow-y: hidden;

}
.main_tb tr, .main_tb td, .main_tb th {
    border: 1px solid black !important;
}
.redfont {
    /*background-color: #6c757d;*/
    background-color: #00DB7E;
    font-weight: bold;
    color: white;
}
.blackfont {
    color: black;
  
}

.modal {
    -webkit-overflow-scrolling: touch;
}
.nav.nav-treeview {
    display: none;
}

.active {
    display: block !important;
}
.nnhover:hover {
    background-color: #dee2e6;
    cursor: pointer;
}
.choosenn {
    background-color: #00bc8c;
}
.print-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: inline-block;
}

