@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400&display=swap');

.form-title {
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
/*.k-grid-history span, .k-grid-up span, .k-grid-down span, .k-grid-print span {
    font-size: 18px;
    padding-left: 0rem;
}*/
.card-header .form-title {
    padding-top: 5px;
}

.k-command-cell > .k-grid-history, .k-command-cell > .k-grid-up, .k-command-cell > .k-grid-down {
    padding: inherit;
}
.dropdown-hover-all .dropdown-menu, .dropdown-hover > .dropdown-menu.dropend { margin-left:-1px !important }
.copyright {
    font-size: .75rem;
    font-style: italic;
}

.grid-link:hover {
    text-decoration: underline !important;
    color: #0056b3 !important;
}
label.required:before {
    content:"* ";
    color:red;
}

span.hint {
    line-height: .9em;
    color: #aaa;
    font-style: italic;
    font-size: .9em;
    padding-top: 0;
    /*width: 100%; */
}
div.hint {
    line-height: .9em;
    color: #aaa;
}
.form-control.k-widget, .form-select.k-widget
{
    padding: 0;
    width: 100%;
    height: auto;
}

.form-control.k-widget:not(.k-autocomplete), .form-select.k-widget:not(.k-autocomplete)
{
    border-width: 0;
}

.k-widget.is-invalid,
input.is-invalid
{
    border: 1px solid red !important;
}
.form-control.k-picker-outline:not(.is-invalid) {
    border: 1px solid rgb(206, 212, 218) !important;
}
tr.k-master-row td span.material-icons-outlined,
tr.k-master-row td span.material-icons {
    /* top: 5px; */
    position: relative;
}
/* Kendo switch doesn't show labels in bootstrap theme, this fixes it */
.k-switch-label-on {
    display:block;
    font-size: x-small;
    padding-left: 5px;
    color: white;
}
.k-switch-label-off {
    display: block;
    font-size: x-small;
    right: 0;
    padding-right: 5px;
}
.btn-no-hoverborder:hover {
    border-color: transparent !important;
}
.logo_icon {
    border: 2px solid black;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    padding: 0 2px;
}
img.logo_icon {
    text-align: center;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    padding: 0;
    border: 0 none;
}

.filled-icon {
    font-variation-settings: 'FILL' 1;
}

.dropdown-icon {
    font-size: 18px;
    top: 3px;
    position: relative;
}
a.dropdown-item img {
    width: 16px;
}

/* for promo block display */
.adBlock-name {
    height: auto;
    font-size: 26px;
    line-height: 1.38;
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: 10;
    margin-bottom: 8px;
}

#adBlockImage {
    max-width: 120px;
    max-height: 120px;
}
.adBlock-image {
    text-align: center;
    margin: auto;
}
.adBlock-name {
    text-align: left;
    color: #1a2026;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px;
    max-height: 48px;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adBlock-subtitle {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #1a2026;
    background-color: #F2F2F3;
    padding: 5px 10px;
    border-radius: 8px;
    margin-top: 8px;
    max-height: 36px;
    max-width: 100%;
    display: table;
}
.adBlock-description {
    text-align: left;
    line-height: 1.5;
    font-size: 13px;
    margin: 16px 0 0 0;
    color: #1a2026;
}
.adBlock-url {
    color: #2bada4;
    text-align: left;
    margin-top: 16px;
    font-size: 16px;
    line-height: normal;
}
.adBlock-contact {
    font-weight: normal;
    color: #1a2026;
    text-align: left;
    margin-top: 16px;
    font-size: 16px;
    line-height: normal;
}
.adBlock-contact-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #69717a;
    text-transform: uppercase;
    margin-bottom: 4px;
}
/* *** */
