/*#region global */

html, body {
    background-color: #d7d0ca;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
}

a {
    background: none;
    color: initial;
    cursor: pointer;
    font-weight: inherit;
    outline: none;
    text-decoration: underline;
}

a:active {
    background: none;
    color: initial;
    cursor: pointer;
    font-weight: inherit;
    outline: none;
    text-decoration: underline;
}

a:focus {
    background: none;
    color: initial;
    cursor: pointer;
    font-weight: inherit;
    outline: none;
    text-decoration: underline;
}

a:hover {
    background: none;
    color: initial;
    cursor: pointer;
    font-weight: inherit;
    outline: none;
    text-decoration: underline;
}

a:visited {
    background: none;
    color: initial;
    cursor: pointer;
    font-weight: inherit;
    outline: none;
    text-decoration: underline;
}

/*#endregion */

/*#region kendo */

.k-list-item {
    color: initial !important;
    font-weight: initial !important;
}

.k-map-marker {
    align-items: flex-start;
    background-image: url(../img/pin.png);
    background-repeat: no-repeat;
    background-size: 40px;
    color: white;
    display: flex;
    font-size: small;
    font-weight: bold;
    height: 40px;
    justify-content: center;
    padding: 4px;
    width: 40px;
}

.k-nodata {
    color: initial !important;
    font-weight: initial !important;
}

.k-pos-bottom {
    bottom: 0;
}

.k-pos-left {
    left: 0;
}

.k-pos-right {
    right: 0;
}

.k-pos-top {
    top: 0;
}

/*#endregion */