﻿ 

.csbuttonStyle {
    background-color: #e9edf0;
    border-color: #3a474d;
    border-radius: 4px;
    border-style: none;
    font-size: 14px;
    margin: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #3a474d;
    min-height: 36px;
    min-width: 36px;
    text-align: center;
    text-decoration-color: #3a474d;
    font-family: "Source Sans Pro", Roboto, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
    font-weight: bold;
}

.e-card .e-card-header {
    font-size: 14px;
    padding: 8px 18px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.e-card .e-card-content {
    background: whitesmoke;
}

.e-tab .e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    background: #479cc8;
    border-top-color: #000000;
    border-top-style: solid;
    border-top-width: thin;
}

.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text {
    color: #000000;
    font-weight: bold;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    color: #35a0d7;
    font-weight: bold;
}

.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) {
    background-color: #e9edf0;
}

.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    background-color: #ffffff;
}

.e-tab .e-content .e-item {
    padding-top: 18px;
    padding-bottom: 18px;
}

.e-tab .e-content > .e-item.e-active {
    background-color: #ffffff;
    padding-left: 9px;
    padding-right: 9px;
}

.e-control {
    font-family: "Source Sans Pro", Roboto, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*
.e-tab .e-tab-header .e-toolbar-item.e-active {
    border-top-color: #35a0d7;
    border-top-style: solid;
    border-top-width: medium;
    border-left-color: black;
    border-left-width: 0.1px;
    border-left-style: solid;
    border-right-color: black;
    border-right-width: 0.1px;
    border-right-style: solid;
}*/