﻿.k-button {
    padding-left: 20px;
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 14px;
}

.k-button-text {    
    text-transform: uppercase;
    font-weight: 700 !important;
    line-height: 14px;
}

.k-tabstrip-item {
    font-weight: 700 !important;
}

.k-form-legend {
    font-weight: 700 !important;
}


fieldset.k-form-fieldset.agency-form-group {
    margin-top: 0px;
}

fieldset.k-form-fieldset.agency-form-group > legend {
    display: none;
}

.k-form-label {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5rem;
    padding-bottom: 0.5rem;
    max-width: 85%;
}

.k-form-error, .k-text-error, .k-form-field-error .k-label {
    color: rgba(24, 27, 27, 1);
}

.k-form-hint {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5rem;
    color: #616a6b;
}

.k-input-solid.k-invalid {
    border: 1px dashed #d31729 !important;
    box-shadow: none !important;
}

.k-invalid-msg {
    font-size: 12px;
    font-style: normal;
    line-height: 1.5rem;
    font-weight: 700;
    color: #d31729;
}

.k-card-title {
    font-weight: 700;
}

.k-grid {
    font-size: 13px !important;
}

.no-expand-column .k-grid-content colgroup col:first-of-type,
.no-expand-column .k-grid-header thead th:first-of-type,
.no-expand-column .k-grid-header colgroup col:first-of-type {
    width: 0px;
}

.no-expand-column .k-grid-content td.k-hierarchy-cell * {
    display: none;
}

td.k-table-td.k-detail-cell {
    padding: 0px !important;
}

.k-grid td, .k-grid .k-table-td {
    vertical-align: top;
}

.k-table-sm {
    font-size: 13px !important;
}

.k-grid th.center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
}

    .k-grid th.center-wrap .k-column-title {
        white-space: normal;
        font-weight: 700;
    }

.k-pager-info{
    display:block !important;
}



td.k-detail-cell {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 10px;
    border: 0.5px solid rgba(0,0,0,0.08) !important;
    background: rgba(255, 255, 255, 1);
}



/*
    Make sure everything in the page template is absolutely positioned.
    All positions are relative to the page container.
*/
.page-template > * {
    position: absolute;
    left: 20px;
    right: 20px;
    font-size: 90%;
}

.page-template .header {
    top: 20px;
    border-bottom: 1px solid #000000;
}

.page-template .footer {
    bottom: 20px;
    border-top: 1px solid #000000;
}