html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* ************** GRID VIEW   ****************** */
.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242 url(images/grd_head2.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .mGrid .alt {
        background: #fcfcfc url(images/grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(images/grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }
/* ************** MODAL POPUP ****************** */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalWrapper {
    border: solid 1px #000000;
    background-color: #ffffff;
    padding: 4px;
    width: auto;
    height: auto;
}
/* ******************************************** */
.uploads_show {
    display: block;
}

.uploads_hide {
    display: none;
}

.error {
    color: #ff0000;
    /*font-size:medium;
    font-weight: bold;*/
    /*bottom: 0px;
    position:relative;
    top:5px;*/
}

.required {
    color: #ff0000;
    font-size: large;
    font-weight: bold;
    bottom: 0px;
    position: relative;
    top: 5px;
}

body {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(images/img01.jpg) repeat-x left top;
    text-align: justify;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea, select {
    font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #23AEBB;
}

h1 {
    letter-spacing: -1px;
    font-size: 2.2em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
    background: #D9D785;
}

blockquote {
    background: url(images/img08d.jpg) no-repeat left top;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0 0 0 15px;
    padding: 0px 20px 0px 30px;
    font-size: 14px;
    color: #3D3D3D;
}

ul {
}

ol {
}

a {
    color: #23AEBB;
}

    a:hover {
        text-decoration: none;
    }

small {
}

hr {
    display: none;
}

img {
    border: none;
}

    img.left {
        float: left;
        margin: 0 15px 0 0;
        border: #D9D785 1px dashed;
    }

    img.right {
        float: right;
        margin: 0 0 0 15px;
        border: #D9D785 1px dashed;
    }

.text1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0 0 0 15px;
    padding: 90px 20px 0px 30px;
    font-size: 30px;
    color: #FFFFFF;
}

/* Header */

header {
    width: 970px;
    height: 109px;
    margin: 0 auto;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Logo */

#logo {
    float: left;
    margin-top: 20px;
}

    #logo h1, #logo h2, #logo p {
        margin: 0;
    }

    #logo h1 {
        font-size: 30px;
        color: #FFFFFF;
    }

        #logo h1 a {
            color: #FFFFFF;
        }

    #logo p {
        padding-top: 20px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 13px;
        font-style: italic;
        color: #FFFFFF;
    }

        #logo h2 a, #logo p a {
            letter-spacing: normal;
            font-weight: normal;
            color: #FFFFFF;
        }

    #logo a {
        text-decoration: none;
    }

/* Menu */

#menu {
    float: right;
    margin-top: 50px;
}

    #menu ul {
        margin: 0;
        list-style: none;
    }

    #menu li {
        display: inline;
    }

    #menu a {
        display: block;
        float: left;
        background: #0D859C;
        margin-right: 10px;
        padding: 5px 15px;
        text-align: center;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 13px;
        color: #FFFFFF;
    }

        #menu a:hover {
        }

    #menu .current_page_item a {
    }

/* Page */

#page {
    width: 990px;
    margin: 0 auto;
    padding-top: 50px;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
}

#latest-post {
    float: left;
    width: 65%;
    padding: 0px 20px 0px 50px;
    line-height: 25px;
    font-size: 12px;
}

    #latest-post h1 {
        letter-spacing: normal;
        border-bottom: #C7C7C7 1px dashed;
        font-size: 20px;
    }

    #latest-post .entry {
        margin-top: 20px;
        padding-bottom: 5px;
        border: none;
    }

    #latest-post .meta {
        margin-top: 5px;
        padding: 0;
        line-height: normal;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #B4B4B4;
    }

        #latest-post .meta a {
            color: #B4B4B4;
        }

#recent-posts {
    float: right;
    width: 35%;
    padding: 0px 50px 20px 20px;
    line-height: 25px;
    font-size: 12px;
}

    #recent-posts h1 {
        letter-spacing: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 20px 0;
        padding: 0;
        color: #23AEBB;
        border-bottom: #C7C7C7 1px dashed;
    }

    #recent-posts h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    #recent-posts .entry {
        /* font-style: italic; */
    }

        #recent-posts .entry a {
            background: #333333;
            padding: 5px 10px;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 10px;
            color: #CCCCCC;
        }

    #recent-posts .more {
        padding-left: 20px;
    }

.post {
}

    .post .title {
        margin: 0;
    }

    .post .meta {
        margin-top: -5px;
        padding: 0;
        line-height: normal;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #B4B4B4;
    }

        .post .meta a {
            color: #000000;
        }

    .post .entry {
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: #C7C7C7 1px dashed;
        font-size: 12px;
    }

/* Sidebar */

#sidebar {
    clear: both;
    width: 970px;
    margin: 0 auto;
    background: #F2F2F2;
    color: #CCCCCC;
    padding: 10px 0 0 0;
    margin-bottom: 15px;
    border-top: 1px #E8E8E8 solid;
    border-bottom: 1px #E8E8E8 solid;
}

    #sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #sidebar li {
        display: block;
        float: left;
        width: 206px;
        padding: 10px 5px 10px 25px;
    }

        #sidebar li ul {
            line-height: 1.8em;
        }

        #sidebar li li {
            display: list-item;
            float: none;
            width: auto;
            padding: 5px 0;
            line-height: 25px;
            border-bottom: #C7C7C7 1px dashed;
            font-size: 12px;
            font-style: italic;
        }

    #sidebar h2 {
        letter-spacing: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        margin: 0 0 20px 0;
        padding: 0 0 5px 0;
        color: #565656;
        border-bottom: #E8E8E8 1px solid;
    }

    #sidebar a {
        text-decoration: none;
        color: #666666;
    }

        #sidebar a:hover {
            text-decoration: underline;
        }

/* Footer */

#footer-bg {
    background: #303030;
}

#footer {
    height: 30px;
    margin: 0 auto;
    font-size: 11px;
    color: #FFFFFF;
    bottom: 0px;
    vertical-align: text-bottom;
    width: 100%;
    background: #303030;
    position: fixed;
    color: White;
}

    #footer p {
        margin: 0;
        padding: 4px 4px 4px 4px;
    }

    #footer a {
        color: #FFFFFF;
    }

#legal {
    float: left;
}

#links {
    float: right;
}
