a {
    cursor: pointer; !important;
}

#addUpload .dz-remove {
    background: red;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.invalid-error{
    text-align: center;
    color: red;
    font-size: 27px;
    margin: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    left: calc(50% - 324px);
}
.panel{
    /*overflow: auto;*/
}
.panel-hdr{
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
    .subheader-title {
        display: none
    }
    .subheader-block{
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu{
    width: 21em!important;
    z-index: 999999;
}
#myform .selectTop-container {
    z-index:1000 !important;
}
/*.modal-open .modal {*/
/*    z-index: 9999999;*/
/*}*/