html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #d7d7d7;
}

.bg-main {
    background-color: #d7d7d7;
}

a, .k-grid a, .link-style {
    color: #0d6efd;
    text-decoration: none;
}

.button-no-style {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
}

.tab {
    overflow: hidden;
    background-color: #ffffff;
    border-left: 1px solid #757575;
    border-right: 1px solid #757575;
    border-top: 1px solid #757575;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    color: white;
    background-color: #1272a9;
}

.tabcontent {
    display: none;
    padding: 10px;
    border: 1px solid #757575;
    border-top: none;
}

/*.k-editor-content {
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
}*/

/*@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
}*/
