:root {
    --main-color: #0e6ec9;
    --secondary-color: #009ffd;
    --tertiary-color: #03a9f4;
    --info-color: #0e6ec9;
    --success-color: #9bc53d;
    --warning-color: #fde74c;
    --error-color: #c3423f;
    --dark-color: #424242;
    --light-color: #ebebeb;
    --main-p-color: #000000;
    --delete-color: darkred;
    --light-green: #b6f5aa;
    --dark-green: darkgreen;
}
.pink { background-color: #FFB6C1; }
.red { background-color: #E57373; }
.orange { background-color: #FFB347; }
.yellow { background-color: #FFEB3B; }
.lime { background-color: #9CCC65; }
.green { background-color: #81C784; }
.teal { background-color: #80CBC4; }
.cyan { background-color: #B2EBF2; }
.azure { background-color: #5FA8FF; }
.blue { background-color: #64B5F6; }
.violet { background-color: #C2A2C2; }
.purple { background-color: #9C27B0; color: #ffffff; }
.magenta { background-color: #E1BEE7; }
.rose { background-color: #E57385; }
.white { background-color: #FFFFFF; }
.silver { background-color: #D3D3D3; }
.gray { background-color: #B0BEC5; }
.beige { background-color: #F5F5DC; }
.maroon { background-color: #B87333; }
.olive { background-color: #9E9E7C; }
.navy { background-color: #4F4F80; color: #ffffff; }
.gold { background-color: #FFD700; }
.primary { background-color: #64B5F6; }
.primary { background-color: #6E6D5F; color: #ffffff; }
.color_numer_one { background-color: #81D4FA; }
.color_number_two { background-color: #4FC3F7; }
.color_number_three { background-color: #29B6F6; }
.color_number_four { background-color: #039BE5; }
.color_number_five { background-color: #0288D1; }
.color_number_six { background-color: #0277BD; color: #ffffff; }
.color_number_seven { background-color: #005885; color: #ffffff; }
.color_number_eight { background-color: #003f6b; color: #ffffff; }

.pink:hover { background-color: #FFABC8; }
.red:hover { background-color: #EA6C6C; }
.orange:hover { background-color: #FFB64D; }
.yellow:hover { background-color: #FFE66C; }
.lime:hover { background-color: #A5D16C; }
.green:hover { background-color: #88D490; }
.teal:hover { background-color: #8DDBCF; }
.cyan:hover { background-color: #C0F3F9; }
.azure:hover { background-color: #68B0FF; }
.blue:hover { background-color: #70BDF8; }
.violet:hover { background-color: #C8A8C8; }
.purple:hover { background-color: #A032B6; }
.magenta:hover { background-color: #E8C9EE; }
.rose:hover { background-color: #EC7B91; }
.white:hover { background-color: #F0F0F0; }
.silver:hover { background-color: #DBDBDB; }
.gray:hover { background-color: #BCC9CE; }
.beige:hover { background-color: #FAFAE2; }
.maroon:hover { background-color: #C18345; }
.olive:hover { background-color: #A7A78A; }
.navy:hover { background-color: #57578B; }
.gold:hover { background-color: #FFE034; }
.primary:hover { background-color: #6EA6F8; }
.color_numer_one:hover { background-color: #8BE2FF; }
.color_number_two:hover { background-color: #59CAF8; }
.color_number_three:hover { background-color: #33BFF7; }
.color_number_four:hover { background-color: #0BA0EB; }
.color_number_five:hover { background-color: #0595D3; }
.color_number_six:hover { background-color: #0380C3; }
.color_number_seven:hover { background-color: #006989; }
.color_number_eight:hover { background-color: #004973; }

.k-svg-icon {
    width: 16px !important;
}

.k-grid
{
    border-radius: 5px !important;
    overflow: hidden !important;
}

.k-panelbar
{
    border-radius: 5px !important;
    overflow: hidden !important;
}

h5 {
    font-size: x-large;
    color: var(--main-color) !important;
}

p {
    font-size: small;
    color: var(--main-p-color) !important;
}

.component-page{
    margin: 7px 16px 7px 16px;
}

.k-tilelayout{
    background-color: transparent !important;
    font-size: clamp(12px, 0.8vw, 16px) !important;
}
.k-card-title{
    color: var(--main-color) !important;
}
.k-card-header {
    padding-block: var(--kendo-spacing-1, 0.25rem);
}
.delete-icon{
    color: var(--delete-color);
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.upload-icon{
    color: var(--main-p-color) !important;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.tiles{
    min-height: 100px !important;
}

.tile-stat-value {
    font-size: clamp(18px, 2.2vw, 48px);
    text-align: right;
    width: 100%;
}

.tile-list-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
}

.tile-list-icon {
    width: clamp(16px, 1.9vw, 28px);
    flex-shrink: 0;
}

.tile-list-date {
    font-size: clamp(11px, 0.85vw, 16px);
    font-style: italic;
    width: 20%;
    flex-shrink: 0;
}

.tile-list-company {
    font-size: clamp(11px, 0.85vw, 16px);
    width: 35%;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tile-list-title {
    font-size: clamp(11px, 0.85vw, 16px);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tile-chart-container {
    width: 100%;
    height: 100%;
    min-height: 120px;
}

.application{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: var(--main-p-color);
}

.application-segment{
    margin: 10px;
}

.application-segment-header{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.application-segment-listview{
    border-width: 1px !important;
    border-radius: 3px;
    border-style: solid;
}

.application-segment-listview-items{
    display: flex;
    flex-direction: row;
    margin: 3px;
}

.application-segment-listview-item{
    width: 30%;
    margin-top: 3px;
}

.application-segment-listview-item-small{
    width: 10%;
    margin-top: 3px;
}

.application-segment-listview-item-last{
    flex-grow: 1; text-align: right;
}

.application-segment-main{
    width: 70%;
}

.application-segment-radio{
    margin-bottom: 20px;
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
    flex-flow: row-reverse;
    width: 30%;
}

.application-segment fieldset{
    border-width: 1px;
    border-radius: 3px;
    border-style: solid;
}

.application-segment-fieldset-legend{
    font-size: 12px !important;
}

.application-label{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: var(--main-p-color);
}

.application-sub-label{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: var(--dark-green);
}

.application-summary-label{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: var(--main-p-color);
    white-space: pre-wrap;
}

.application-missing-label{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: var(--delete-color);
    white-space: pre-wrap;
}

.application-category-header{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: var(--main-p-color);
    margin-top: 10px;
}

.application-summary-header{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: var(--main-p-color);
    margin-top: 10px;
}

.application-column {
    float: left;
    width: 50%;
    padding: 25px;
}

.application-row:after {
    content: "";
    display: table;
    clear: both;
}

.application-form-control-background-default{

}

.application-form-control-background-light-green{
    background-color: var(--light-green);
}
