a.link{
    text-decoration: none;
    color: #000 !important;
    font-weight: bold !important;
}
.active {
    background-color: #fff !important;
}
.required_asterik:after {
    content: '*';
    color: red;
    padding-left: 5px;
}
.color_secondary {
    background-color: #f5f5f5 !important;
}

.hidden{
    display: none !important;
}
a.delete {
    text-decoration: none;
    color: darkred !important;
}

a.delete:hover {
    text-decoration: underline;
    color: red !important;
}

a.edit {
    text-decoration: none;
}

a.edit:hover {
    text-decoration: underline;
}

.sticking {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
/* .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #000000 !important;
} */

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #8fa9ff7a;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.pagination > li > a,
.pagination > li > span {
    color: #000;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #000;
    border-color: #fff;
}
.color-green {
    color: #0b2e13 !important;
}
.color-darkgreen {
    color: darkgreen;
}
.darkred {
    color: darkred !important;
}
.darkorange{
    color: darkorange !important;
}
.darkgreen {
    color: darkgreen !important;
}
.blurry {
    text-shadow: 0 0 32px white;color: transparent;
}

/* NEED TO BE REMOVED ON PRODUCTION */
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active {
    color: #fff;
}
[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover {
    color: #ccc;
}
/* END BLOCK TO BE REMOVED */