﻿

.bg-over {
    background-image: url(../Images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: darkgray;
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*#HEADER {
    margin: 0 auto 0 auto;
    width: 1000px;
    height: 60px;
    text-align: right;
    font-size: 15px;
    direction: rtl;
    margin-bottom: 1px;
    line-height: 20px;
    text-shadow: -1px 1px 1px white,-3px 4px 5px #6f6969;
}*/

/*.logo {
    width: auto;
    height: 70px;
    float: right;
    /*padding-left: 15px;*/
}*/

/*#MENU {
    margin: 0 auto 0 auto;
    height: 40px;
    padding-top: 15px;
    text-align: right;
    background-color: cornsilk;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-width: 1px;
    font-size: 12px;
    direction: rtl;
    line-height: 16px;
}*/

    /*#MENU UL {
        list-style-type: none;
    }

        #MENU UL li {
            display: block;
            float: right;
        }*/

            /*#MENU UL li a {
                padding: 10px;
                text-decoration: none;
                color: #fff;
                border-left-color: silver;
                border-left-width: 1px;
            }

                #MENU UL li a:hover {
                    background-color: slategrey;
                    color: yellow;
                    border-radius: 25px;
                    font-style: normal;
                }*/

/*#CONTAINER {
    height: auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
}*/

#RIGHT_PANEL {
    width: 200px;
    float: right;
    font-size: 10px;
    color: #fff;
}

.RIGHT_UP {
    background-color: #366d1a;
    width: 200px;
    height: 30px;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto 0 auto;
    color: #fff;
    padding: 5px;
}

.RIGHT_CENTER {
    width: 200px;
    height: 200px;
    border-left-color: #D8D8D8;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #D8D8D8;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #D8D8D8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 10pt;
    color: #fff;
}

.RIGHT_DOWN { /*--OFF CODE--*/
    text-align: center;
    width: 200px;
    height: 40px;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*#LEFT_PANEL {
    width: 80%;
    float: left;
    font-size: 12pt;
}

.LEFT_UP {
    background-color: #366d1a;
    width: 100%;
    height: 30px;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
    text-align: right;
    direction: rtl;
    color: #fff;
    padding: 5px;
}

.LEFT_CENTER {
    width: 100%;
    height: auto;
    border-left-color: #D8D8D8;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #D8D8D8;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #D8D8D8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*direction: rtl;*/
}*/

.LEFT_DOWN { /*--OFF CODE--*/
    width: 760px;
    height: 40px;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*#FOOTER {
    background-color: black;
    margin: 0 auto 0 auto;
    text-align: center;
    height: 30px;
    font-size: 10px;
    color: greenyellow;
    line-height: 3;
    border-left-color: #D8D8D8;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #D8D8D8;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}*/


/* Add By S.F */
.topnav {
    display: none;
    overflow: hidden;
    background-color: cornsilk;
    position: relative;
    width: 1000px;
}

#myLinks {
    margin: 0;
}

.topnav li {
    list-style: none;
    direction: rtl;
    text-align: right;
    float: right;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    float: left;
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

    .topnav a.icon {
        float: left;
        position: relative;
        color: black;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

.active {
    background-color: #4CAF50;
    color: black;
}

.ui.card {
    max-width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 290px;
    min-height: 0;
    background: #FFF;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
    -webkit-transition: box-shadow .1s ease,-webkit-transform .1s ease;
    transition: box-shadow .1s ease,-webkit-transform .1s ease;
    transition: box-shadow .1s ease,transform .1s ease;
    transition: box-shadow .1s ease,transform .1s ease,-webkit-transform .1s ease;
    z-index: '';
    margin-top: 5%;
    margin-bottom: 5%;
}

    .ui.card.right {
        float: right;
        margin-right: 5%;
    }

    .ui.card.left {
        float: left;
        margin-left: 5%;
    }

    .ui.card > .content, .ui.cards > .card > .content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border: none;
        border-top: 1px solid rgba(34,36,38,.1);
        background: 0 0;
        margin: 0;
        padding: 1em;
        box-shadow: none;
        font-size: 1em;
        border-radius: 0;
    }

        .ui.card > .content > .header:not(.ui), .ui.cards > .card > .content > .header:not(.ui) {
            font-weight: 700;
            font-size: 1.28571429em;
            margin-top: -.21425em;
            line-height: 1.2857em;
        }

.ui.feed > .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: .21428571rem 0;
    margin: 0;
    background: 0 0;
    border-top: none;
}

    .ui.feed > .event > .content {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        text-align: right;
        word-wrap: break-word;
    }

        .ui.feed > .event > .content .summary {
            margin: 0;
            font-size: 1em;
            font-weight: 700;
            color: rgba(0,0,0,.87);
        }

.ui.card > .extra, .ui.cards > .card > .extra {
    max-width: 100%;
    min-height: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-top: 1px solid rgba(0,0,0,.05) !important;
    position: static;
    background: 0 0;
    width: auto;
    margin: 0;
    padding: .75em 1em;
    top: 0;
    right: 0;
    color: rgba(0,0,0,.4);
    box-shadow: none;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    text-align: left;
}

.ui.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    margin: 0 0 0 .25em;
    padding: .78571429em 1.5em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width:1024px) {
    .topnav {
        display: block;
        width: 100%;
    }

        .topnav a {
            font-size: 9px;
        }


    #CONTAINER {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: none;
    }

    #RIGHT_PANEL {
        order: 2;
    }

    #LEFT_PANEL {
        order: 1;
    }

    #RIGHT_PANEL, #LEFT_PANEL {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        border: none;
        margin-top: 5px;
    }

    .LEFT_UP, .RIGHT_UP {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .LEFT_UP h2 {
            line-height: 25px;
        }

    .RIGHT_UP, .LEFT_UP {
        width: 100%;
        text-align: center;
        border: none;
    }

    .RIGHT_UP {
        font-size: 13px;
        font-weight: bold;
        line-height: 25px;
    }

    .RIGHT_CENTER, .LEFT_CENTER {
        width: 100%;
        border: none;
        height: auto;
    }

    #LEFT_PANEL {
        margin-left: 0;
    }

    #TABLE_STYLE {
        float: right;
        table-layout: fixed !important;
        width: 100%;
    }

        #TABLE_STYLE td {
            font-size: 9px !important;
        }

    .style_Column4 {
        width: 80px;
    }

    .auto-style352, .auto-style353 {
        width: 80px;
    }

    .auto-style354 {
        width: 50px;
    }

    #TABLE_STYLE input {
        width: 100px !important;
        height: 22px !important;
        font-size: 9px !important;
        font-weight: normal !important;
    }

    #TABLE_STYLE select {
        width: 100px !important;
        height: 20px !important;
    }

    #TABLE_STYLE textarea {
        width: 180px !important;
    }

    .auto-style1 {
        width: 100% !important;
        height: auto !important;
    }

    #TABLE_STYLE tr td.auto-style153 input, auto-style318 input {
        width: 80px !important;
    }

    .auto-style15 {
        width: 100% !important;
    }

        .auto-style15 td {
            font-size: 10px;
        }

        .auto-style15 textarea {
            width: 200px !important;
        }

        .auto-style15 td input {
            width: 100px !important;
        }

    #VisioTextlink {
        height: auto !important;
    }

        #VisioTextlink a {
            font-size: 15px !important;
        }

    #FOOTER {
        width: 100%;
        border: none;
        position: fixed;
        bottom: 0;
    }
}

@media (max-width:1024px) and (min-width:425px) {
    .topnav a {
        font-size: 12px !important;
    }
}

.ui.cards {
    margin: 0 !important;
}

.header {
    text-align: right;
}
