div.validation-summary-valid {
    display: none;
}

.f-right {
    float: right !important;
}

.f-left {
    float: left !important;
}

.jarviswidget-delete-btn {
    display: none !important;
}

#demo-setting {
    display: none !important;
}

.displayNone {
    display: none !important;
}
.jarviswidget-fullscreen-btn {
    display: none !important;
}

.excelDownloadButton {
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    outline: none;
    /*color: #fff;
  background-color: #4CAF50;*/
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

.excelDownloadButton:hover {
    background-color: #b4f09b
}

.excelDownloadButton:active {
    background-color: #3e8e41;
    box-shadow: 0 3px #666;
    transform: translateY(4px);
}
.required {
    color: red;
}
.color-black{
    color:black !important;
}
.Information-Label {
    color: black !important;
}