﻿.container {
    /*display: flex;*/
    justify-content: center;
    align-items: flex-start;
}

header {
    text-align: center;
    align-content: center;
    justify-content: center;
}

.highlight
{
    background-color: yellow;
}

@font-face {
    font-family: 'Frank Ruehl Curled Lamed';
    src: url('../fonts/FrankCurledLamed.woff2') format('woff2');
}

.contentDiv {
    margin: 20px auto;
}

.no-result {
    position: relative;
    top: 10px;
    left:-60%;
    color: red;
    z-index: 100;
    height: 10px !important;
    padding: 0 0 0 150px;
    overflow: visible;
}

.navbar-header {
    visibility: hidden !important;
    display: none !important;
}

.gridCont {
    min-height: 400px;
    height: calc(100vh - 470px);
    display: block;
    margin-bottom:0;
}

.entryTitle {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Times New Roman', 'Frank Ruehl Curled Lamed', serif;
    text-align: center !important;
}

.entryText {
    font-size: 21px;
    font-family: 'Frank Ruehl Curled Lamed', serif;
    text-align: center !important;
}

.k-table-td {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.k-grid .k-table-row :hover {
    background-color: white;
}

.k-table-td hr {
    position: relative;
    border-bottom: 1px solid #bababa !important;
    bottom: -4px;
    width: 80%;
    max-width: 80%;
    opacity: 1;
    margin: 1rem auto;
    text-align: center;
}

.k-table-td hr:not([size]) {
    height: unset;
}

p {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 21px;
}

.k-grid .k-table-row.k-table-alt-row {
    background-color: transparent;
}

.checkBoxCont {
    cursor: pointer;
}

.searchContainer {
    position: relative;
    /* margin-bottom: 10px; */
}

.contentDiv a {
    text-decoration: none;
    border-bottom: 1px dotted black;
}

.searchIcon {
    border: none;
    background-color: transparent;
    width: 44px;
    height: 44px;
    max-height: 44px;
    max-width: 44px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    cursor: pointer;
    margin: 0 5px 0 5px;
}

.iconArrowDown {
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.iconArrowUp {
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    background-image: url(../images/up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.iconClose {
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /*    top: 5px;*/
}

@media (max-width: 767px) {
    /*    .navbar {
        width: 600px;
        max-width: 600px;
    }*/

    .contentDiv {
        display: flex;
        flex-direction: column;
        width: 90%;
        min-width: 90%;
        /*height: calc(100vh - 100px);*/
        height:100%;
    }

    .title {
        font-size: 20px;
        overflow: hidden;
    }

    .searchContainer {
        gap: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-bottom:20px;
    }

    .inputSearch {
        background-color: #0818A8 !important;
        color: white;
        width: 260px;
        border-radius: 5px;
        padding-left: 10px;
    }

    .inputSearch::placeholder {
        color:white !important;
    }
        .searchResultsNavigation {
        width: 50% !important;
        min-width: 50% !important;
        flex-basis: 50%;
    }
        
    #chkSearchType {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        cursor: pointer;
    }

    .no-result {
        width:100%;
        position: relative;
        top: -10px;
        left:0;
        z-index: 100;
        padding: 0;
        overflow: visible;
        text-align:center;
    }
    
    /*grid*/
    .gridCont {
        min-height: 500px;
        height:82vh;
        display:block;
        margin-bottom:15px;
    }
}

@media (min-width: 767px) {
    .contentDiv {
        width: 700px;
        height: calc(100vh - 550px);
    }

    .title {
        font-size: 30px;
    }
    
    .searchContainer {
        gap: 5px;
        display: flex;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content: center;
        align-items: center;
        padding: 20px;
        width: 700px;
        min-width: 700px;
    }

    .inputSearch {
        background-color: #0818A8 !important;
        color: white;
        width: 250px;
        border-radius: 5px;
        padding-left: 10px;
    }
}

.inputSearch::placeholder {
            color: white !important;
}

.intro-content {
    max-width: 900px;
    margin: auto;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
}

.content-editor {
    width: 100%;
    height: 500px;
}

.text-justify {
    text-align: justify;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.size-large {
    font-size: 48px !important;
}
.size-medium {
    font-size: 32px !important;
}
.size-small {
    font-size: 16px !important;
}
.size-tiny {
    font-size: 19px !important;
}

.note-text {
    font-size: 19px !important;
    text-align: justify;    
    text-indent: 15px !important;
    line-height: 21px !important;
}

.internal-quotes {
    font-size: 19px !important;
    text-align: justify;    
    margin-right: 120px;
    line-height: 21px !important;
}