﻿img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

html {
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-image: url(../Content/Custom/images/Background.png);
    overflow-y: scroll;
}

a {
    border: solid 3px transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    a, a:hover, a:focus, a:active {
        outline: none !important;
        cursor: pointer;
    }

*,
*:before,
*:after {
    box-sizing: inherit;
}

ul, li, ul ul {
    list-style-type: none;
    list-style: none;
}

p {
    margin-bottom: 4px !important;
}

body {
    background:unset;
    margin: auto;
    position: relative;
    min-height: 100%;
    color: #fa7600;
    font-family: "Times New Roman", "Cambria";

}

#wholePage {
    min-height: 100vh;
    background: linear-gradient(90deg, rgba(24,74,128,1) 1%, rgba(241,241,241,1) 25%, rgba(241,241,241,1) 75%, rgba(24,74,128,1) 99%);
}









    #wholePage.black-and-white {
        background: unset;
        background-color: white;
        color: black !important;
    }

        #wholePage.black-and-white .main-font-blue,
        #wholePage.black-and-white a, 
        #wholePage.black-and-white .main-font {
            color: black !important;
            background: unset;
            -webkit-text-fill-color: unset;
            text-decoration: underline black;
        }

        #wholePage.black-and-white .main-panel {
            background-color: white;
        }

        #wholePage.black-and-white .breadcrumb-item.active,
        #wholePage.black-and-white .fa-li {
            color: black !important;
        }

        #wholePage.black-and-white .main-menu .top-level-item {
            background-color: white;
        }

        #wholePage.black-and-white table#contact-table {
            color: black !important;
            background-color: white !important;
        }

        #wholePage.black-and-white #contact-data  span{
            color: black !important;
            background-color: white !important;
        }

        #wholePage.black-and-white .page-content {
            color: black !important;
        }



    #wholePage.blue-colors {
        background: unset;
        background-color: #9fd7ff;
        color: #133c58 !important;
    }

        #wholePage.blue-colors .main-font-blue,
        #wholePage.blue-colors a,
        #wholePage.blue-colors .main-font {
            color: #133c58 !important;
            background: unset;
            -webkit-text-fill-color: unset;
            text-decoration: underline #133c58;
        }

        #wholePage.blue-colors .main-panel {
            background-color: #9fd7ff;
        }

        #wholePage.blue-colors .breadcrumb-item.active,
        #wholePage.blue-colors .fa-li {
            color: #133c58 !important;
        }

        #wholePage.blue-colors .main-menu .top-level-item {
            background-color: #9fd7ff;
        }

        #wholePage.blue-colors table#contact-table {
            color: #133c58 !important;
            background-color: #9fd7ff !important;
        }

        #wholePage.blue-colors #contact-data span {
            color: #133c58 !important;
            background-color: #9fd7ff !important;
        }

        #wholePage.blue-colors .page-content {
            color: #133c58 !important;
        }




    #wholePage.green-colors {
        background: unset;
        background-color: #3b2716;
        color: #aae44d !important;
    }

        #wholePage.green-colors .main-font-blue,
        #wholePage.green-colors a,
        #wholePage.green-colors .main-font {
            color: #aae44d !important;
            background: unset;
            -webkit-text-fill-color: unset;
            text-decoration: underline #aae44d;
        }

        #wholePage.green-colors .main-panel {
            background-color: #3b2716;
        }

        #wholePage.green-colors .breadcrumb-item.active,
        #wholePage.green-colors .fa-li {
            color: #aae44d !important;
        }

        #wholePage.green-colors .main-menu .top-level-item {
            background-color: #3b2716;
        }

        #wholePage.green-colors table#contact-table {
            color: #aae44d !important;
            background-color: #3b2716 !important;
        }

        #wholePage.green-colors #contact-data span {
            color: #aae44d !important;
            background-color: #3b2716 !important;
        }

        #wholePage.green-colors .page-content {
            color: #aae44d !important;
        }




        #pageContainer {
            min-height: 100vh;
        }

.hidden {
    display: none;
}

.container {
    /*width: 80%;*/
    max-width: 1300px;
    min-width: 800px;
}

footer {
    position: absolute;
    right: 5px;
    bottom: 0;
    left: 0;
    padding: 5px;
    text-align: right;
}

    footer p {
        margin-bottom: 0;
    }

.parent-loading {
    background: #d1d1d1;
    height: 100%;
    opacity: 0.7;
    /*position: fixed;*/
    width: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
}

.loading-center {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading-body {
    /*opacity: 0.45;
    -moz-opacity: 0.45;
    filter: alpha(opacity=45);*/
    content: url(/Content/Loading-Eclipse.gif);
    z-index: 10;
    /*display: inline-;*/
    width: 100px;
    height: 100px;
}

.center-text {
    text-align: center;
}

.main-banner {
    margin-bottom: 10px;
}

    .main-banner img {
        width: 100%;
        min-width: 600px;
        display: inline-block;
    }

.mobile-banner-text {
    display: none;
}

.main-panel {
    margin: auto;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    display: table;
    background-color: rgba(230,230,230,0.5);
    border-left: 3px solid rgba(240,240,240,0.8);
    border-top: 3px solid rgba(240,240,240,0.8);
    border-right: 3px solid rgba(210,210,210,0.8);
    border-bottom: 3px solid rgba(210,210,210,0.8);
    -webkit-box-shadow: 10px 10px 26px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 26px -17px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 26px -17px rgba(0,0,0,0.75);
}

.main-font {
    color: #fa7600;
    background: -webkit-linear-gradient(#fa7600, #ffc083 25%, #fa7600 50%, #ffc083 75%,#fa7600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    -webkit-text-stroke-width: 0.1px;
    position: relative;
}

.main-font-blue {
    color: rgb(8,8,96) !important;
    background: -webkit-linear-gradient(rgb(8,8,96), rgb(8,8,64) 25%, rgb(8,8,96) 50%, rgb(8,8,64) 75%,rgb(8,8,96));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    -webkit-text-stroke-width: 0.1px;
}

.main-menu {
    width: 100%;
    margin: auto;
    padding: 10px;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .main-menu .top-level-item {
        display: flex;
        background-color: rgba(8,8,96,1);
        border-radius: 10px;
        margin-left: 10px;
        width: 80%;
        height: 50px;
    }

        .main-menu .top-level-item a {
            height: 50px;
            text-align: center;
            border: 0;
            font-size: 20px;
            line-height: 20px;
            width: 100%;
            height: 50px;
            border-radius: 10px;
            display: inline-block;
            text-decoration: none;
            word-wrap: break-word;
            background-color: rgba(8,8,96,1);
            box-shadow: inset 0 0 5px -2px rgba(0,0,0,.8), inset rgba(0,0,0,.4) -5px -5px 8px 5px, inset rgba(255,255,255,.4) 1px 2px 5px 3px, 1px 1px 1px rgba(255,255,255,0.1), 4px 8px 3px 0px rgba(0,0,0,0.3);
        }

            .main-menu .top-level-item a:hover:not(.pressed) {
                background-color: rgba(230,230,230,0.3);
                border-radius: 10px;
                /*box-shadow: inset 8px 8px 10px 0px rgba(0,0,0,0.6), inset -5px -5px 10px 2px rgba(0,0,0,0.3);*/
                box-shadow: inset 1px 1px 1px 1px rgba(255,255,255,0.4), inset 3px 3px 6px 1px rgba(0,0,0,0.5), inset -1px -1px 1px 1px rgba(255,255,255,0.3);
            }

        .main-menu .top-level-item.big-button,
        .main-menu .top-level-item.big-button a {
            height: 80px;
            line-height: 25px;
        }

        .main-menu #showHideVisionPanelButton img {
            margin-top: -15px;
        }

        .main-menu .big-button #showHideVisionPanelButton img {
            margin-top: 5px;
        }

.page-content a:hover:not(.pressed) {
    background-color: rgba(230,230,230,0.3);
    border-radius: 10px;
    /*box-shadow: inset 8px 8px 10px 0px rgba(0,0,0,0.6), inset -5px -5px 10px 2px rgba(0,0,0,0.3);*/
    box-shadow: inset 1px 1px 1px 1px rgba(255,255,255,0.4), inset 3px 3px 6px 1px rgba(0,0,0,0.5), inset -1px -1px 1px 1px rgba(255,255,255,0.3);
    /*background-color: rgba(230,230,230,0.3);
                border-left: 1px solid rgba(220,220,220,0.8);
                border-top: 1px solid rgba(220,220,220,0.8);
                border-right: 1px solid rgba(255,255,255,0.6);
                border-bottom: 1px solid rgba(255,255,255,0.6);
                border-radius: 8px;
                box-shadow: inset 15px 10px 16px -25px rgba(0,0,0,0.75);*/
}

.main-menu .top-level-item a:active,
.main-menu .top-level-item a:focus,
.pressed {
    background-color: rgba(230,230,230,0.3);
    border-radius: 10px;
    box-shadow: inset 1px 1px 1px 1px rgba(255,255,255,0.4), inset 3px 3px 6px 2px rgba(0,0,0,0.9), inset -1px -1px 1px 1px rgba(255,255,255,0.9) !important;
}

.main-menu .top-level-item a:active,
.main-menu .top-level-item a:focus,
a.pressed {
    /*text-shadow: #ffc083 1px 1px 0;
                text-decoration: none;*/
}

.top-level {
    z-index: 50;
    border-spacing: 5px;
}

.top-level-item {
    position: relative;
}

.main-menu .top-level-item:hover .sub-level {
    /*opacity: 1;*/
    transform: scaleY(1);
}

ul.sub-level li {
    display: block !important;
    ;
    width: 100%;
}

.main-menu .sub-level {
    margin-top: 0px;
    /*opacity: 0;*/
    display: none;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    padding-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    display: block;
}

.main-central {
    margin-top: 5px;
    padding-top: 10px;
    display: flex;
}

.main-content {
    /*text-align: justify;*/
    min-height: 500px;
    width: 100%;
    margin-right: 10px;
    float: left;
    min-width: 300px;
    display:table-cell;
}

/*partners*/
.main-partners {
    width: 15%;
    margin-right: 0;
    min-height: 500px;
    min-width: 200px;
    text-align: center;
}

    .main-partners.main-font {
        min-width: 50%;
    }

.partner-item img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 10px;
}

/**/
.item-upper {
    display: flow-root;
}

.item-name {
    float: left;
    font-size: 30px;
    line-height: 35px;
}

.item-body {
    text-align: justify;
}

.navigate-a {
    border: 1px solid transparent;
}

.page-content .navigate-a {
    float: left;
}

.page-content ul {
    padding-left: 0px;
}

.page-not-copy {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    -o-user-select: none;
    user-select: none; /* Likely future */
}

.page-text li {
    list-style-type: inherit;
    list-style: inherit;
    display: list-item;
    width: auto;
    margin-left: 15px;
}

.page-text ul {
    list-style-type: inherit;
    list-style: inherit;
    margin-left: 15px;
}

.download-list li {
    display: list-item;
    width: auto;
    list-style-type: square;
    list-style: square;
}

.item-image {
    width: 160px;
    height: 160px;
    border: 4px solid #ffc083aa;
    border-radius: 5px;
    float: left;
    margin: 5px;
    margin-right: 15px;
    text-align: center;
    position: relative;
}

    .item-image img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.item-description {
    font-size: 15px;
    color: #fa7600;
    text-align: justify;
    text-indent: 10px;
    width: inherit;
    display: contents;
}

/*page*/
.page-name {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 25px;
}

.page-content {
    margin: 15px;
    color: rgb(8, 8, 96);
}

    .page-content table {
        width: 100%;
    }

    .page-content iframe {
        min-height: 500px;
        height: 800px;
    }

    .page-content .table-bordered {
        border: 2px ridge #fa7600;
    }
        .page-content .table-bordered td, .table-bordered th {
            border: 2px ridge #fa7600;
        }

.page-link {
    text-decoration: underline;
    text-decoration: underline rgba(5,5,150,0.6);
    border: none;
    text-align: left;
    font-size: 15px !important;
    background-color: transparent;
}

.fa-ul .page-link {
    font-size: 20px !important;
}

.fa-li {
    margin-top: 10px;
    color: #fa7600;
}

.breadcrumb,
.breadcrumb li,
.breadcrumb a {
    background-color: transparent !important;
    padding: 0px;
}
    .breadcrumb li {
        width: auto;
    }

    .breadcrumb a,
    .breadcrumb-item.active {
        /*min-height: 30px;*/
        font-size: 15px;
        text-align: left;
        float: right;
        color: #fa7600;
        /*padding: 5px;*/
    }


@media(min-height: 900px) {
    .page-content iframe {
        min-height: 700px;
    }
}
/*files*/
.file-image {
    max-width: 90%;
    margin: 0 auto;
    display: list-item;
    margin-top: 20px;
}



/*albums*/
.album {
    display: inline-block;
}

.album-main-photo {
    width: 150px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
}

    .album-main-photo img {
        width: 150px;
        height: 100px;
    }

.album-name {
    text-align: center;
}

.carousel-indicators {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 0.5em;
}

    .carousel-indicators li {
        text-indent: 0px !important;
        margin-left: 30px;
        margin-bottom: 35px;
    }

        .carousel-indicators li img {
            width: 50px;
            height: 50px;
        }

        .carousel-item{
            max-height:500px;
        }

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .carousel-indicators li {
        margin-left: 60px;
    }
}

/*Scroll design*/
/* width */
::-webkit-scrollbar {
    width: 20px;
    position: absolute;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(200,90,25,0.8);
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(200,90,25,1);
    }



/*vision*/
.poor-vision-panel {
    /*display: none;*/
    background: white;
    border-radius: 0 0 5px 5px;
    height: 100px;
    min-width: 900px;
}

.vision-button-group {
    padding: 5px 10px;
    display: inline-block;
    float: left;
}

.vision-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-button {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
    .vision-button img {
        height: -webkit-fill-available;
    }

    .vision-button:hover,
    .vision-button.selected
    {
        border: 4px solid black;
        border-radius: 5px;
    }

.vision-title {
    font-size: 20px;
    color: black;
    font-weight: bold;
}


.fontSize {
    text-align: center;
    color: black;
    line-height: 40px;
}

#commonFontSize {
    font-size: 15px;
}

#hugeFontSize {
    font-size: 25px;
}

#commonFontColor {
    background: rgb(65,106,149);
    background: linear-gradient(315deg, rgba(65,106,149,1) 25%, rgba(225,120,14,1) 75%);
}

#blackAndWhiteColor {

}

#blueColor {
    background: #9fd7ff;
    color: #133c58;
}

#greenColor {
    background: #3b2716;
    color: #aae44d;
}
/*end vision*/



/*mobile*/
@media (max-width: 450px) {
    #wholePage{
        display: inline-block;
    }

    .main-upper {
        display: none;
    }

    .main-menu-parent {
        /*width: 70%;*/
        /*margin: auto;*/
    }

    .mobile-banner-text {
        display: inline-block;
    }

    .main-banner img {
        display: none;
    }

    .body-content {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin: auto;
        min-width: auto;
    }

    /*.main-banner {
        width: 100%;
    }

        .main-banner img {
            width: 350px;
            margin: 0 auto;
            display: -webkit-box;
            height: 80px;
        }*/

    .mobile-banner-text {
        background-color: rgba(8,8,96,1);
        border-radius: 10px;
        text-align: center;
        font-size: 10px;
        box-shadow: inset 0 0 5px -2px rgba(0,0,0,.8), inset rgba(0,0,0,.4) -5px -5px 8px 5px, inset rgba(255,255,255,.4) 1px 2px 5px 3px, 1px 1px 1px rgba(255,255,255,0.1), 4px 8px 3px 0px rgba(0,0,0,0.3);
    }

        .mobile-banner-text img {
            float: left;
            width: 80px !important;
            height: 80px;
            min-width: 80px !important;
        }

    .main-menu {
        display: table-row;
        padding: 0;
    }

        .main-menu .top-level-item {
            margin-bottom: 5px;
            width: auto;
        }

            .main-menu .top-level-item a {
                height: 50px;
                padding: 5px;
            }

    ul.sub-level li {
        display: block !important;
        width: 100%;
    }

    .main-font {
        font-size: 20px;
    }

    .main-central {
        display: contents;
    }

    .main-partners {
        min-height: unset;
        padding-bottom: 30px;
        display: none;
    }

    footer {
        position: relative;
        display: none;
    }


    .poor-vision-panel:not(.hidden) {
        display: table-row;
    }

    .page-text, .page-text span {
        background: none !important;
        color: rgb(8, 8, 96) !important;
    }
    .page-text table {
        max-width: 100vw;
        width: unset !important;

    }
}