body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



.table-hover tbody tr{
  cursor: pointer;
}

#HomeBanner{
  background-image: url('../Images/siLogo.png');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 20px;
  height: 250px;
  padding-top : 150px;
}

#HomeBannerText{
  font-size: 3em;
  text-align: center;
  /*font-weight: bold;*/
}



.jsoneditor {
  border: thin solid var(--primary) !important;
  height: calc(100vh - 250px) !important;
}

.jsoneditor-menu {
  background-color: var(--primary) !important;
  border-bottom: 1px solid var(--primary) !important;
}
.jsoneditor-modal a, .jsoneditor-jmespath-label {
  color: var(--primary) !important;
}
.jsoneditor-modal .pico-modal-header{
  background-color: var(--primary) !important;
}

.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc, .jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}


#EventLogGrid table[data-path="Properties"] thead{
    display:none;
}

.EventLogGrid_Level_Verbose {
    color: var(--seconday) !important;    
}
.EventLogGrid_Level_Information {
    color: var(--cyan) !important;
}
.EventLogGrid_Level_Warning {
    color: var(--orange) !important;
}

.EventLogGrid_Level_Error {
    color: var(--danger) !important;
}

.EventLogGrid_Level_Fatal {
    color: var(--danger) !important;
}

#EventLogGrid .jsoneditor-value {
    cursor: pointer;
    font-size: 12px !important;
}
#EventLogGrid .jsoneditor-field {
    font-size: 12px !important;
}

#EventLogGrid .jsoneditor-value:hover {
    text-decoration: underline;
    font-weight: bold;
}

#EventLogGrid .ui-iggrid-filtercell {
    padding: 0px !important;
}

#EventLogGrid {
    border-spacing: 0px !important;
}
    #EventLogGrid td, #EventLogGrid th {
        font-size: 12px !important;
        padding: 0px 4px !important;
    }

    #EventLogGrid .ui-iggrid-expandbutton {
        margin: 4px;
    }