﻿:root {
    --bs-body-font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}

html, body {
    color: #555;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 28px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h2 {
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h3 {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h5 {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h6 {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #337ab7;
}

.required {
    color: red;
}

.form-group {
    margin-bottom: 10px;
}

.disabled-icon {
    color: gray;
    opacity: 0.2;
}

.k-file-error {
    color: #db4240;
}

.k-pager-info {
    display : flex !important;
}

.k-tooltip {
    background-color: #D3D3D3;
    color: black;
}
/* -------------------------------------- Footer styles -----------------------------------------------*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.footer_top {
    background: #f6f6f6;
}

.footerpane_style {
    position: relative;
}

.footerpane_style:before {
    content: ' ';
    background: url(../Images/content_top_shadow.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    max-height: 8px;
    z-index: 0;
}

.footer_bg {
    background: #f6f6f6;
}

.footer_bg .copyright_bar {
    color: #444;
    line-height: 50px;
    border-top: 1px solid #ddd;
}

.footer-div-left {
    display: inline-block;
    float: left;
    margin: 0 20px;
}

@media screen and (max-width: 800px) {
    .footer-div-left {
        margin: 0 15px;
    }
}

.footer-div-right {
    display: inline-block;
    float: right;
    margin: 0 20px;
}

/* -------------------------------------- Footer styles -----------------------------------------------*/

/* -------------------------------------- About Page -----------------------------------------------*/
.doc-section-title {
    padding: 10px 0;
    margin: 10px 0;
    line-height: 1.5em;
    letter-spacing: .05em;
    color: #337ab7;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', Arial, Tahoma, sans-serif;
}

.doc-sub-title {
    padding: 10px 0 10px 10px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #337ab7;
}

.DocumentationContainer img {
    padding: 10px 0;
    max-width: 90%;
}

.pointsource-table a:link {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.pointsource-table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.pointsource-table a:active,
.pointsource-table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.pointsource-table {
    color: #000;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

    .pointsource-table th {
        padding: 5px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
    }

        .pointsource-table th:first-child {
            text-align: left;
            padding-left: 20px;
        }

    .pointsource-table tr {
        text-align: left;
        padding-left: 20px;
    }

    .pointsource-table td:first-child {
        text-align: left;
        padding-left: 20px;
        border-left: 0;
    }

    .pointsource-table td {
        padding: 5px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
    }

    .pointsource-table tr:nth-child(odd) {
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    }

    .pointsource-table tr:nth-child(even) {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    }

    .pointsource-table tr:last-child td {
        border-bottom: 0;
    }

    .pointsource-table tr:hover td {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    }

/* -------------------------------------- About Page -----------------------------------------------*/

/* ----------------------- Release notes -----------------------------------------------------------*/
.doc-question {
    padding: 10px 0 0 25px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
/* ------------------------Release notes -----------------------------------------------------------*/

/* ---------------------------------- Kendo Styles ------------------------------------*/
.k-grid-norecords {
    justify-content: center;
}

.k-command-cell {
    text-align: center !important;
}

div.k-tooltip-error {
    display: none;
}