#datepicker1 {
    margin-bottom: 0.5rem;
}

/* creative tim fix datepicker start */
.dropdown-menu {
    opacity: unset;
    transform: unset;
}

/* creative tim fix datepicker end */

/* result list start */
.onFocusCert a:visited,
.onFocusCert a:hover,
.onFocusCert a:active {
    color: #333;
}

.onFocusCert_href:link {
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: #333;
}

.onFocusCert:hover {
    box-shadow: 0 0 0 1px #09c;
}

.onFocusCert {
    padding: 0.8rem;
}

/* result list end */

/* Modal start*/
.modal-ultra-xl {
    max-width: 80%;
}

/* Modal end */

/*Treeview*/

/*base*/
.hummingbird-base {
    padding: 0;

}
.hummingbird-base label{
       color: #000000;
    font-size: 1rem;
}

.hummingbird-treeview,
.hummingbird-treeview *
{
    list-style: none;
    font-size: 20px;
    line-height: 24px;
}

.hummingbird-treeview label {
    font-weight: normal;
}


.hummingbird-treeview input[type=checkbox] {
    width : 16px;
    height :16px;
    padding: 0px;
    margin: 0px;
}

.hummingbird-treeview ul:not(.hummingbird-base) {
    display: none;
}

.hummingbird-treeview .fa {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-base {
    white-space:nowrap;
}
/*search*/
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}

.h-scroll {
    background-color: #fcfdfd;
    max-height: 260px;
    overflow-y: scroll;
}
.hummingbird-treeview{
    height:55vh;
    overflow-y: scroll;
}
