html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.control-section {
    padding-left: 10px;
}

#target {
    height: 100%;
    min-height: 200px;
}

#modal_dialog {
    margin: 20px;
}

.row {
    padding: 10px 3px;
}

.e-grid .e-toolbar .e-btn {
    background-color: lightskyblue;
}

.e-grid .e-headercell {
    background-color: lightcyan;
}



    /*.e-toast-title {
    font-weight: bold;
    text-align: center;
    background-color: lightblue;
}

.e-toast-content {
    color: black;
    font-size: 12px;
    font-weight: normal;
    background-color: aliceblue;
}
*/
