﻿html {
}

body {
    /*   margin-bottom: 80px;*/
    height: 100vh;
    min-height: 100vh;
}

.title {
    font-family: 'Times New Roman', serif;
    text-decoration: none;
    font-size: 25px;
    margin-top: 40px;
}

.page-content a {
    text-decoration: none;
    border-bottom: 1px dotted black;
}

.k-panelbar-content > p {
    padding: 1em 2em;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
/* #endregion */

.mobile {
    width: 500px;
    max-width: 500px;
    height: calc(100vh - 150px);
    min-height: calc(100vh - 150px);
}

.k-table-thead {
    display: none
}


.k-table-tbody {
    max-height: calc(100vh - 200px);
}


.hid {
    display: none !important;
}

.vis {
    display: inline !important;
}

.row {
    font-family: 'Times New Roman', serif;
}


.navbar-brand img, .nav-link img {
    height: auto;
    width: 20px;
    min-width: 20px;
    margin: 0 5px;
}

.nav-link {
    line-height: unset;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
}

.nav-item :hover, .navbar-brand:hover {
    /*dotted underline*/
    text-decoration: underline;
}
    .navbar-brand {
    font-size: unset;
    font-weight:600;
}

.navbar-collapse {
    flex-grow: unset;
}

.navbar-nav {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
}

.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color:unset !important;
}

@media screen and (max-width:991px) {
    .navbar-nav {
        padding: 25px 0 15px;
    }

    .navbar-collapse {
        width: 70%;
        max-width: 260px;
        margin: 0 0 0 auto !important;
        position: absolute;
        top: 56px;
        right: 0;
        background-color: #f8f9fa !important;
        z-index:100;
        padding-left:15px;
    }

    .nav-link img, .navbar-brand img {
        margin-right: 15px;
    }
}


/*The html control font size panel dropdown*/
.text-large {
    font-size: 48px !important;
}

.text-medium {
    font-size: 32px !important;
}
.text-small {
    font-size: 16px !important;
}
.text-tiny {
    font-size: 14px !important;
}

/*The html control font panel dropdown*/
.font-times {
    font-family: 'Times New Roman', serif;
} 
.font-vilna {
    font-family: 'Vilna', serif;
} 
.font-antiqua {
    font-family: 'book antiqua', palatino, serif;
} 
.font-frank {
    font-family: 'Frank Ruehl Curled Lamed', serif;
}

.ycdTitle {
    font-family: 'book antiqua', palatino, serif;
    font-size: 48px;
    line-height: 43px;
    text-align: center;
}

.ycdSubtitleContainer{
    text-align: center;
    margin: 10px 0 12px 0;
}

.ycdSubtitle {
    font-family: "book antiqua", palatino, serif;
    font-size: 32px;
    line-height: 32px;
}
.ycdSubtitleFontVilna {
    font-family: "Vilna", serif;
    font-size: 32px;
    line-height: 32px;
}
.ycdQuoteFontVilna {
    font-family: "Vilna", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 20px 0;
}
.ycdEdition {
    font-family: "book antiqua", palatino, serif;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
}
.ycdText {
    font-family: "book antiqua", palatino, serif;
    font-size: 14px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

/*Control panel btns*/

.boldText {
    font-weight: 700;
}

.italicText {
    font-style: italic;
}

.underlineText {
    text-decoration: underline;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

/*Kendo Editor css*/

.k-editor .k-button {
    color: black;
    border-radius: 6px;
    border: none;
}

#saveHtmlContentBtn {
    background-color: blue;
    color: white;
}