﻿/*
    MI School 
    V2.0.0.0 
*/
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10pt;
    background: rgb(253,255,255);
    background: #fff;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-repeat: repeat;
    background: #fff;
    overflow-x: hidden;
}

/*
    Change bootstrap setting (row)
*/

/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }


/*
    scrollbar 
*/


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #009688;
}

::-webkit-scrollbar-thumb {
    background: #e3dede;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgb(212 201 166);
    }

.Mi-Body {
    /*border-top: 2px solid #b40303;*/
}

.Mi-Hide {
    display: none;
}

.scrollToTop {
    width: 30px;
    height: 48px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 1%;
    display: none;
    font-size: 18pt;
    z-index: 99999;
}

/*header section */
.Mi-SiteTitle {
    font-size: 2.4vw;
    color: #fff;
}


/*
    Colors 
*/
.Mi-Color-White {
    color: #fff;
}

.Mi-Color-Black {
    color: #000;
}

.Mi-Color-light-Black {
    color: #444343;
}

.Mi-Color-Green {
    color: #76b745;
}

.Mi-Top-border-Green {
    border-top: 10px solid #1c6525;
}

.Mi-Top-border-Blue-Extra {
    border-top: 10px solid #122d73;
}

.Mi-Box-Shadow-With-Margin-Bottom-14 {
    margin-bottom: 14px;
    box-shadow: 3px 3px 4px #ccc;
}

.Mi-Box-Shadow-With-Margin-Bottom-Zero {
    margin-bottom: -1px;
    box-shadow: 3px 3px 4px #ccc;
    height: 61px;
}

.Mi-Box-Shadow {
    box-shadow: 3px 0px 4px #ccc;
}


/*
    Full Width Color Code ++ 
*/
.Mi-Image-Cover {
    width: 100%;
}

.Mi-Center {
    text-align: center;
}

.Mi-Left {
    text-align: left;
}

.Mi-Right {
    text-align: right;
}

.Mi-Absolute {
    position: absolute;
}

.Mi-Relative {
    position: relative;
}

.Mi-Full-Width-White {
    background: #fff;
}

.Mi-Full-Width-Dark-Gray {
    background: #989898;
}

.Mi-Full-Width-Black {
    background: #000;
}

.Mi-Full-Width-Light-Black {
    background: #444343;
}

.Mi-Full-Width-Light-Green {
    background: #1b5a23
}

.Mi-Full-Width-Blue {
    background: #2f50d0;
}

.Mi-Full-Width-Light-Blue {
    background: #5fc2f5;
}

.Mi-Full-Width-Green {
    background: #45791d;
}

.Mi-Full-Width-Dark-Blue {
    background-color: #002749;
}

.Mi-Full-Width-height-100 {
    height: 100px;
}

.Mi-Full-Width-Marron {
    background: #a20327;
}

.Mi-Full-Width-Blue-Extra {
    background: #0d2463;
}

.Mi-Full-Width-Sky-Blue {
    background: #cde5ec;
}

.Mi-Full-Width-Light-Pink {
    background: #edd7f7;
}

.Mi-Full-Width-Cream {
    background: #e6bebe;
}
.Mi-Full-Width-Light-Gray {
    background: #e8e8e8;
}
.Mi-Full-Width-Marron-White {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(166,30,13,1) 100%);
}
.Mi-Padding-2 {
    padding: 2px;
}

.Mi-Padding-3 {
    padding: 3px;
}

.Mi-Padding-4 {
    padding: 4px;
}

.Mi-Padding-5 {
    padding: 5px;
}

.Mi-Padding-6 {
    padding: 6px;
}

.Mi-Padding-7 {
    padding: 7px;
}

.Mi-Padding-8 {
    padding: 8px;
}

.Mi-Padding-9 {
    padding: 9px;
}

.Mi-Padding-10 {
    padding: 10px;
}

.Mi-Padding-11 {
    padding: 11px;
}

.Mi-Padding-12 {
    padding: 12px;
}

.Mi-Margin-2 {
    padding: 2px;
}

.Mi-Margin-3 {
    padding: 3px;
}

.Mi-Margin-4 {
    padding: 4px;
}

.Mi-Margin-5 {
    padding: 5px;
}

.Mi-Margin-6 {
    padding: 6px;
}

.Mi-Margin-7 {
    padding: 7px;
}

.Mi-Margin-8 {
    padding: 8px;
}

.Mi-Margin-9 {
    padding: 9px;
}

.Mi-Margin-10 {
    padding: 10px;
}

.Mi-Margin-11 {
    padding: 11px;
}

.Mi-Margin-12 {
    padding: 12px;
}

.Mi-Border-Bottom-SkyBlue-1 {
    border-bottom: 1px solid #d3d3d4;
}

.Mi-Padding-Top-Right-Bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.Mi-Show-More-Link {
    font-size: 14pt;
    color: #150abd;
    margin-left: 7px;
}



.Mi-Img-Full-Cover {
    background-clip: content-box;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
    Mi-Panel 
*/
.Mi-Panel {
}

.Mi-Panel-Header {
    padding: 6px;
    font-size: 2em;
    border-left: 4px solid #7d0b0b;
    padding-bottom: 10px;
}

.Mi-Panel-Body {
    margin-top: 10px;
}


/*
    Dav Management Message 
*/
.Mi-Management-Message {
    height: auto;
    margin-top: 20px;
    /* background: #f5f5f5;*/
    /*border-top: 2px solid #b40303;*/
}

    .Mi-Management-Message h1 {
        font-size: 1.5em;
        color: #76b745;
    }

.Mi-OSM-Login-Box {
    line-height: 31px;
    padding: 9px;
    text-align: center;
    font-size: 2em;
    background: #054088;
    border: 2px solid #65815f;
    border: 2px solid #213a8c;
    box-shadow: 0px 0px 10px #06214e;
}

    .Mi-OSM-Login-Box a {
        padding: 7px;
        color: #d0cece;
    }

        .Mi-OSM-Login-Box a span {
            font-size: 1em;
        }

.news {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .news li {
        color: #bbb8b8;
    }

/*image Slider */
.Mi-Image-Slider {
    height: 400px;
    background: #eee;
    position: relative;
    overflow: hidden;
}

#imageSlider {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
}

.carousel-inner > .item {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
}

    .carousel-inner > .item > img {
        height: 100%;
        width: 100%;
    }


.Mi-Message-Box {
    /*position:relative;*/
}

.Mi-School-Message-Img {
    text-align: center;
}

    .Mi-School-Message-Img img {
        border-radius: 50%;
        border: 2px solid #ccc;
    }

.Mi-School-MessageBy {
    margin-top: 18px;
    font-size: 1.5em;
    color: #76b745;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.Mi-School-MessageBody {
    margin-top: 18px;
    color: #000;
    padding: 0% 3% 5% 3%;
    text-align: center;
}

.Mi-SchoolMessage-Next-Btn {
    position: absolute;
    top: 50%;
    right: 0px;
}

.Mi-SchoolMessage-Pre-Btn {
    position: absolute;
    top: 50%;
    left: 0px;
}

    .Mi-SchoolMessage-Next-Btn div, .Mi-SchoolMessage-Pre-Btn div {
        border: none;
        padding: 10px;
        font-weight: bold;
        background: #c32121;
        cursor: pointer;
    }

        .Mi-SchoolMessage-Next-Btn div:hover, .Mi-SchoolMessage-Pre-Btn div:hover {
            background: #fff;
        }

.Mi-Notice-Board {
    padding: 9px;
    margin: 0px;
    list-style: none;
    /* max-height: 300px;*/
    /*overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;*/
    margin-top: 25px;
}

    .Mi-Notice-Board li {
        padding: 0px;
        border-bottom: 1px solid #ccc;
        text-align: justify;
    }

.Mi-Notice-Board-Date {
    font-weight: 600;
    color: #a71506;
    margin-bottom: 5px;
}

.Mi-Default-Image-Size {
    max-height: 500px;
}

.Mi-Menu-Highlight {
    height: 250px;
    border: 1px solid #ccc;
}

.Mi-Highlight-01 {
    background: url('https://www.fmjfee.com/i901fee/img/home/learn/learn_1.jpg');
    background-origin: content-box;
    background-size: cover;
}

.Mi-Highlight-02 {
    background: url('https://www.fmjfee.com/i901fee/img/home/learn/learn_4.jpg');
    background-origin: content-box;
    background-size: cover;
}
.Mi-Highlight-wrapper {
    clear: both;
    margin-top: 22px;
}
.Mi-Highlight {
    overflow-x: hidden;
    white-space: nowrap;
    /*    min-width: 2030em;*/
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

    .Mi-Highlight ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: space-between;
        align-items: center;
    }

    .Mi-Highlight li {
        /*height: 95px;
        border: 2px solid #FFF;*/
        /*display: inline-block;*/
        /*width: 300px;
        flex-shrink: 0;
        position: relative;*/
        /* border: 2px solid #FFF; */
        /* display: inline-block; */
        /* width: 300px; */
        /*flex-shrink: 0;*/
        /* position: relative; */
        flex-grow: 1;
        border-radius: 14px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 3px 0px 10px 5px;
    }

        .Mi-Highlight li a {
            /*display: block;
            white-space: normal;
            background: #eeeeeeab;
            position: absolute;
            width: 100%;
            font-weight: bold;
            height: 75px;
            border-top: 1px solid #FFF;
            padding: 11px;
            bottom: 0px;
            color: #000;*/
            display: block;
            /* white-space: normal; */
            /* background: #f9f9f98f; */
            /* position: absolute; */
            /* width: 100%; */
            font-weight: bold;
            /* height: 75px; */
            /* border-top: 1px solid #FFF; */
            /* padding: 11px; */
            /* bottom: 0px; */
            color: #000
        }

        .Mi-Highlight li:hover {
            background-color: rgb(200 198 198 / 0.78);
        }

        .Mi-Highlight li:nth-of-type(odd) {
            /*background: url('/Images/Power_01.jpg');*/
            background-origin: content-box;
            background-size: cover;
            background: #f0ad4e;
        }

        .Mi-Highlight li:nth-of-type(even) {
            /*background: url('/Images/power-3.jpg');*/
            background-origin: content-box;
            background-size: cover;
            background: #87af426e;
        }

.Mi-Hightlight-Body-Image-01 {
    background: url('/Images/H1.jpg');
}

.Mi-Hightlight-Body-Image-02 {
    background: url('/Images/H2.jpg');
}

.Mi-Hightlight-Body-Image-03 {
    background: url('/Images/H3.jpg');
}

.Mi-Hightlight-Body-Image-04 {
    background: url('/Images/H4.jpg');
}

.Top-Bg-Menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 17px;
    margin-right: 10px;
}

    .Top-Bg-Menu li {
        float: left;
        height: 100px;
        width: 318px;
        margin-right: 5px;
    }

        .Top-Bg-Menu li:first-child {
        }

        .Top-Bg-Menu li:last-child {
        }

.Mi-AB-Box {
    height: 250px;
}

.Mi-AB-Title {
    background: #ffffff9e;
    top: 16px;
    position: absolute;
    width: 100%;
    padding: 10px;
}

    .Mi-AB-Title span {
        font-size: 2vw;
    }

.Mi-AB-Control-Box {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background: #ffffffd9;
    width: 92%;
}

.Mi-Admission ul {
}

.Mi-Admission li:nth-of-type(odd) {
    border-left: 3px solid #0c086f;
}

.Mi-Admission li:nth-of-type(even) {
    border-left: 3px solid #eab509;
}

.Mi-DavManagement-Menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
    background: #690606;
}

    .Mi-DavManagement-Menu li {
        display: inline-block;
        font-size: 8pt;
        border-right: 1px solid #566069;
        padding-left: 2px;
        padding-right: 7px;
    }

        .Mi-DavManagement-Menu li a {
            text-decoration: none;
            color: #dedede;
            opacity: 0.9;
            transition: 0.3s;
        }

            .Mi-DavManagement-Menu li a:hover {
                color: #fff;
                opacity: 1
            }

.Mi-Student-Birthday {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .Mi-Student-Birthday li {
        width: 200px;
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px;
        font-size: 9pt;
    }

        .Mi-Student-Birthday li img {
            margin-top: 3px;
            border-radius: 50%;
            text-align: center;
            border: 1px solid #a20327;
        }

.Mi-Achievement {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .Mi-Achievement li {
        background: #fff;
        padding: 4px;
        position: relative;
        height: 50px;
        overflow: hidden;
        box-shadow: 2px 2px 7px #ccc;
        margin-bottom: 14px;
    }

.Mi-Achievement-img {
    position: absolute;
    left: 0px;
    top: 0;
    width: 75px;
}

    .Mi-Achievement-img img {
        width: 100%;
    }

.Mi-Achievement-link {
    margin-left: 72px;
    padding-top: 4px;
}

.Mi-Achievement li:nth-of-type(odd) {
    border-left: 3px solid #0c086f;
}

.Mi-Achievement li:nth-of-type(even) {
    border-left: 3px solid #eab509;
}

.Mi-Footer-More-Btn {
    background: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: maroon;
    text-align: center;
    padding: 9px;
    font-weight: bold;
    font-size: 1.5em;
    margin: auto;
    position: absolute;
    top: -25px;
    left: 50%;
    cursor: pointer;
}

.Mi-Footer-Extra-Container {
    background: #fff;
    position: relative;
}

.Mi-Footer-Copy-Write-Info {
    background: #150101;
    color: #e49191;
    font-weight: bold;
    font-size: 8pt;
    padding: 4px;
}

.Mi-Small-Photo-Gallery {
    max-height: 300px;
    overflow-x: auto;
}

.smallgallery li a:hover {
    transform: scale(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.smallgallery li a img:hover {
    transform: scale(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.smallgallery {
 /*   margin: 0;
    padding: 40px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
*/
    margin: 0;
    padding: 40px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-content: center;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}
.smallgallery li 
{
    flex-grow:1;
    flex-basis:100px;
}
.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    /* background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffffff', GradientType=0);
    font-weight: bold;
}

.gallery {
    margin: 0;
    padding: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .gallery li a img:hover {
        transform: scale(1.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

.Mi-Quick-Link {
    background: #980a0a;
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #a01111;
    margin-bottom: 4px;
}

    .Mi-Quick-Link a {
        color: #fff;
    }

.Mi-Footer-Submenu {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    list-style: none;
}

    .Mi-Footer-Submenu li {
        width: 200px;
    }

        .Mi-Footer-Submenu li > a {
            color: #fff;
            font-size: smaller;
            opacity: 0.8;
        }

            .Mi-Footer-Submenu li > a:hover {
                opacity: 1;
            }

#rptdetail {
    vertical-align: top;
}

.Mi-Box-Content {
    padding: 80px 0;
    width: 50%;
}

.Mi-Box-Content-pad-80 {
    padding: 80px;
}

.Mi-Box-Color-1 {
    background: #a20327;
}

.Mi-Box-Color-2 {
    background: #0c086f;
}

.Mi-Box-Color-3 {
    background: #c2ce13;
}

.Mi-Box-Color-3 {
    background: #c2ce13;
}

.Mi-Box-Color-4 {
    background: #c55050;
}

.Mi-Box-Content-forgroundColor-1 {
    color: #fff;
}

.Mi-Box-Content-FontSize {
    font-size: 3em;
    text-align: center;
}

.Mi-Clear-UL {
    list-style: none;
}

.Mi-Block-Label {
    display: inline-block;
}

.Mi-Birthday-Message {
    font-size: 10pt;
    font-weight: normal;
}

.Mi-Flex-Box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0px;
    margin: 0px;
}

.Mi-Flex-Box-Item {
    width: 50%;
    height: 350px;
    align-content: center;
}

.Mi-Flex-Box-Item-Btn {
    font-size: 14pt;
    border-radius: 6%;
    padding: 10px;
    color: #fff;
}

.Mi-Flex-Box-Item-Btn-1 {
    background: #0e39b3;
}

.Mi-Flex-Box-Item-Btn-2 {
    background: #a00606;
}

.Mi-Flex-Box-Item-Btn-3 {
    background: #808808;
}

.Mi-Flex-Box-Item-Btn-4 {
    background: #e66d6d;
}

.Mi-Flex-Box-Order-1 {
    order: 1;
}

.Mi-Flex-Box-Order-2 {
    order: 2;
}

.Mi-Flex-Box-Order-3 {
    order: 3;
}

.Mi-Flex-Box-Order-4 {
    order: 4;
}

.Mi-Flex-Box-Order-5 {
    order: 5;
}

.Mi-Flex-Box-Order-6 {
    order: 6;
}

.Mi-Flex-Box-Order-7 {
    order: 7;
}

.Mi-Flex-Box-Order-8 {
    order: 8;
}

.Mi-Flex-Box-Order-9 {
    order: 9;
}

.Mi-Flex-Box-Order-10 {
    order: 10;
}

.Mi-Flex-Box-Order-11 {
    order: 11;
}

.Mi-Birthday-Box {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}



.Mi-Mobile-Menu {
    width: 50px;
    height: 50px;
    background: #f44336;
    border-radius: 50%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

    .Mi-Mobile-Menu img {
        width: 26px;
        text-align: center;
        position: absolute;
        top: 12px;
        left: 13px;
    }

.camera_caption {
    color: #fff;
    background: rgb(162 3 39 / 79%);
    font-size: 12pt;
    font-weight: normal;
    z-index: 99999999999;
    position: absolute;
    width: 100%;
    text-align: center;
}

.sf-menu a {
    color: #13a;
    font-size: 0.8em;
    font-weight: bold;
}

.table th {
    text-align: center;
}

.Green-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

    .Green-table > thead > tr > th, Green-table > tbody > tr > th, .Green-table > tfoot > tr > th, .Green-table > thead > tr > td, .Green-table > tbody > tr > td, .Green-table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

.cameraSlide img {
    /*   width: 100% !important;
    height: 100% !important;
    margin: 0 !important;*/
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgb(233 233 233) !important;
}

.mean-nav .level2 {
    background: #fff;
    z-index: 9;
    position: relative !important;
    display: inline-block;
}

.mean-container .mean-nav {
    background: #e9e9e9 !important;
}

.Mi-IS-MOBILE {
    display: none;
}

.Mi-News-media {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}

    .Mi-News-media li {
        flex-basis: 300px;
        margin-right: 7%;
    }

.img-responsive {
    width: 100%;
}
/****** JiSlider css ******/
.carousel-inner > .next, .carousel-inner > .prev {
    position: static;
    top: 0;
    width: 100%;
}

.Mi-Panel-fix-height {
    height:377px;
}

.carousel-caption {
    background: #ff000052;
    font-size: 18pt;
}

/*Responsive Setting */
@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    .Mi-Flex-Box {
        flex-direction: column;
    }

    .Mi-Flex-Box-Item {
        width: 100%;
        height: auto;
        align-content: center;
    }

    .Mi-Flex-Box-Order-1 {
        order: 1;
    }

    .Mi-Flex-Box-Order-2 {
        order: 2;
    }

    .Mi-Flex-Box-Order-3 {
        order: 4;
    }

    .Mi-Flex-Box-Order-4 {
        order: 3;
    }

    .Mi-Flex-Box-Order-5 {
        order: 5;
    }

    .Mi-Flex-Box-Order-6 {
        order: 6;
    }

    .Mi-Flex-Box-Order-7 {
        order: 8;
    }

    .Mi-Flex-Box-Order-8 {
        order: 7;
    }

    .Mi-Flex-Box-Order-9 {
        order: 9;
    }

    .Mi-Flex-Box-Order-10 {
        order: 10;
    }

    .Mi-Flex-Box-Order-11 {
        order: 11;
    }

    .Mi-SiteTitle {
        font-size: 2em;
        color: #fff;
        text-align: center;
        display: block;
    }

    .slogan {
        text-align: center;
        display: block;
        padding-bottom: 10px;
    }

    #PnlDavLogo {
        visibility: hidden;
    }

    .cssmenu > ul ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .cssmenu > ul li {
        float: left;
        min-height: 1px;
        line-height: 1.3em;
        vertical-align: middle;
        width: 100%;
    }

    .Mi-IS-MOBILE {
        display: none !important;
    }

    .Mi-Mobile-Menu {
        display: block;
    }

    .Mi-Menu {
        display: none;
    }

    .Mi-Student-Birthday {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: scroll;
    }

        .Mi-Student-Birthday li {
            width: 200px;
            border: 1px solid #ccc;
            padding: 5px;
            font-size: 9pt;
            flex: 0 0 22em;
            align-items: flex-start;
        }

    .Mi-News-media li {
        flex-basis: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    .Mi-Image-Slider {
        height: 152px;
        background: #eee;
        position: relative;
        overflow: hidden;
    }
    .smallgallery {
        margin: 0;
        padding: 40px;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-content: center;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: space-between;
    }


    #imageSlider {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .carousel-inner > .item {
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }
    .Mi-Panel-fix-height {
        height: auto;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .Mi-Flex-Box {
        flex-direction: column;
    }

    .Mi-Flex-Box-Item {
        width: 100%;
        height: auto;
        align-content: center;
    }

    .Mi-Flex-Box-Order-1 {
        order: 1;
    }

    .Mi-Flex-Box-Order-2 {
        order: 2;
    }

    .Mi-Flex-Box-Order-3 {
        order: 4;
    }

    .Mi-Flex-Box-Order-4 {
        order: 3;
    }

    .Mi-Flex-Box-Order-5 {
        order: 5;
    }

    .Mi-Flex-Box-Order-6 {
        order: 6;
    }

    .Mi-Flex-Box-Order-7 {
        order: 8;
    }

    .Mi-Flex-Box-Order-8 {
        order: 7;
    }

    .Mi-Flex-Box-Order-9 {
        order: 9;
    }

    .Mi-Flex-Box-Order-10 {
        order: 10;
    }

    .Mi-Flex-Box-Order-11 {
        order: 11;
    }

    .Mi-SiteTitle {
        font-size: 2em;
        color: #fff;
        text-align: center;
        display: block;
    }

    .slogan {
        text-align: center;
        display: block;
        padding-bottom: 10px;
    }

    .cssmenu > ul ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .cssmenu > ul li {
        float: left;
        min-height: 1px;
        line-height: 1.3em;
        vertical-align: middle;
        width: 100%;
    }

    .Mi-IS-MOBILE {
        display: none !important;
    }

    .Mi-Mobile-Menu {
        display: block;
    }

    .Mi-Menu {
        display: none;
    }

    #PnlDavLogo {
        visibility: hidden;
    }

    .Mi-Student-Birthday {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: scroll;
    }

        .Mi-Student-Birthday li {
            width: 200px;
            border: 1px solid #ccc;
            padding: 5px;
            font-size: 9pt;
            flex: 0 0 22em;
            align-items: flex-start;
        }

    .Mi-News-media li {
        flex-basis: 100%;
        margin-right: 0%;
        margin-bottom: 10px;
    }

    .Mi-Image-Slider {
        height: 152px;
        background: #eee;
        position: relative;
        overflow: hidden;
    }

    .smallgallery {
        margin: 0;
        padding: 40px;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-content: center;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .Mi-Panel-fix-height {
        height: auto;
    }
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .Mi-Flex-Box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        padding: 0px;
        margin: 0px;
    }

    .Mi-Flex-Box-Item {
        width: 50%;
        height: 350px;
        align-content: center;
    }

    .Mi-Flex-Box-Order-1 {
        order: 1;
    }

    .Mi-Flex-Box-Order-2 {
        order: 2;
    }

    .Mi-Flex-Box-Order-3 {
        order: 3;
    }

    .Mi-Flex-Box-Order-4 {
        order: 4;
    }

    .Mi-Flex-Box-Order-5 {
        order: 5;
    }

    .Mi-Flex-Box-Order-6 {
        order: 6;
    }

    .Mi-Flex-Box-Order-7 {
        order: 7;
    }

    .Mi-Flex-Box-Order-8 {
        order: 8;
    }

    .Mi-Flex-Box-Order-9 {
        order: 9;
    }

    .Mi-Flex-Box-Order-10 {
        order: 10;
    }

    .Mi-Flex-Box-Order-11 {
        order: 11;
    }

    .Mi-SiteTitle {
        font-size: 2.4em;
        color: #fff;
        display: inline-block;
    }

    .slogan {
        text-align: left;
    }

    .cssmenu > ul ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .cssmenu > ul li {
        float: left;
        min-height: 1px;
        line-height: 1.3em;
        vertical-align: middle;
        width: auto;
    }

    .Mi-IS-MOBILE {
        display: block !important;
    }

    .Mi-Mobile-Menu {
        display: none;
    }

    .Mi-Menu {
        display: block;
    }

    #PnlDavLogo {
        visibility: visible;
    }

    .Mi-Student-Birthday {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

        .Mi-Student-Birthday li {
            width: 200px;
            display: inline-block;
            border: 1px solid #ccc;
            padding: 5px;
            font-size: 9pt;
            flex: 0 0 17em;
            align-items: flex-start;
            flex: 0 0 17em;
            align-items: flex-start;
        }

    .Mi-News-media li {
        flex-basis: 295px;
        margin-right: 7%;
    }

    .Mi-Image-Slider {
        height: 400px;
        background: #eee;
        position: relative;
        overflow: hidden;
    }

    .smallgallery {
        margin: 0;
        padding: 40px;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-content: center;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .Mi-Panel-fix-height {
        height: 377px;
    }
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .Mi-Flex-Box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        padding: 0px;
        margin: 0px;
    }

    .Mi-Flex-Box-Item {
        width: 50%;
        height: 350px;
        align-content: center;
    }

    .Mi-Flex-Box-Order-1 {
        order: 1;
    }

    .Mi-Flex-Box-Order-2 {
        order: 2;
    }

    .Mi-Flex-Box-Order-3 {
        order: 3;
    }

    .Mi-Flex-Box-Order-4 {
        order: 4;
    }

    .Mi-Flex-Box-Order-5 {
        order: 5;
    }

    .Mi-Flex-Box-Order-6 {
        order: 6;
    }

    .Mi-Flex-Box-Order-7 {
        order: 7;
    }

    .Mi-Flex-Box-Order-8 {
        order: 8;
    }

    .Mi-Flex-Box-Order-9 {
        order: 9;
    }

    .Mi-Flex-Box-Order-10 {
        order: 10;
    }

    .Mi-Flex-Box-Order-11 {
        order: 11;
    }

    .Mi-SiteTitle {
        font-size: 2.4em;
        color: #fff;
    }

    .cssmenu > ul ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .cssmenu > ul li {
        float: left;
        min-height: 1px;
        line-height: 1.3em;
        vertical-align: middle;
        width: auto;
    }

    .Mi-IS-MOBILE {
        display: block !important;
    }

    .Mi-Mobile-Menu {
        display: none;
    }

    .Mi-Menu {
        display: block;
    }

    #PnlDavLogo {
        visibility: visible;
    }

    .Mi-Student-Birthday {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

        .Mi-Student-Birthday li {
            width: 200px;
            display: inline-block;
            border: 1px solid #ccc;
            padding: 5px;
            font-size: 9pt;
            flex: 0 0 17em;
            align-items: flex-start;
        }

    .Mi-News-media li {
        flex-basis: 300px;
        margin-right: 7%;
    }

    .Mi-Image-Slider {
        height: 400px;
        background: #eee;
        position: relative;
        overflow: hidden;
    }

    .smallgallery {
        margin: 0;
        padding: 40px;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-content: center;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Mi-Panel-fix-height {
        height: 377px;
    }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .Mi-Flex-Box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        padding: 0px;
        margin: 0px;
    }

    .Mi-Flex-Box-Order-1 {
        order: 1;
    }

    .Mi-Flex-Box-Order-2 {
        order: 2;
    }

    .Mi-Flex-Box-Order-3 {
        order: 3;
    }

    .Mi-Flex-Box-Order-4 {
        order: 4;
    }

    .Mi-Flex-Box-Order-5 {
        order: 5;
    }

    .Mi-Flex-Box-Order-6 {
        order: 6;
    }

    .Mi-Flex-Box-Order-7 {
        order: 7;
    }

    .Mi-Flex-Box-Order-8 {
        order: 8;
    }

    .Mi-Flex-Box-Order-9 {
        order: 9;
    }

    .Mi-Flex-Box-Order-10 {
        order: 10;
    }

    .Mi-Flex-Box-Order-11 {
        order: 11;
    }

    .Mi-SiteTitle {
        font-size: 2.4em;
        color: #fff;
    }

    .cssmenu > ul ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .cssmenu > ul li {
        float: left;
        min-height: 1px;
        line-height: 1.3em;
        vertical-align: middle;
        width: auto;
    }

    .Mi-IS-MOBILE {
        display: block !important;
    }

    .Mi-Mobile-Menu {
        display: none;
    }

    .Mi-Menu {
        display: block;
    }

    #PnlDavLogo {
        visibility: visible;
    }

    .Mi-Student-Birthday {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

        .Mi-Student-Birthday li {
            width: 200px;
            display: inline-block;
            border: 1px solid #ccc;
            padding: 5px;
            font-size: 9pt;
            flex: 0 0 17em;
            align-items: flex-start;
        }

    .Mi-News-media li {
        flex-basis: 300px;
        margin-right: 7%;
    }

    .Mi-Image-Slider {
        height: 400px;
        background: #eee;
        position: relative;
        overflow: hidden;
    }

    .smallgallery {
        margin: 0;
        padding: 40px;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-content: center;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Mi-Panel-fix-height {
        height: 377px;
    }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
    .Mi-Flex-Box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        padding: 0px;
        margin: 0px;
    }

    .Mi-Flex-Box-Item {
        width: 50%;
        height: 350px;
        align-content: center;
    }

    .Mi-Flex-Box-Order-1 {
        order: 1;
    }

    .Mi-Flex-Box-Order-2 {
        order: 2;
    }

    .Mi-Flex-Box-Order-3 {
        order: 3;
    }

    .Mi-Flex-Box-Order-4 {
        order: 4;
    }

    .Mi-Flex-Box-Order-5 {
        order: 5;
    }

    .Mi-Flex-Box-Order-6 {
        order: 6;
    }

    .Mi-Flex-Box-Order-7 {
        order: 7;
    }

    .Mi-Flex-Box-Order-8 {
        order: 8;
    }

    .Mi-Flex-Box-Order-9 {
        order: 9;
    }

    .Mi-Flex-Box-Order-10 {
        order: 10;
    }

    .Mi-Flex-Box-Order-11 {
        order: 11;
    }

    .Mi-SiteTitle {
        /*font-size: 2.4em;
        color: #fff;*/
        font-size: 20pt;
        text-transform: uppercase;
        text-shadow: 0 0 13px #000;
        font-weight: bold;
        color: #FFF;
        transition: all 0.2s;
        text-align: left;
    }

    .cssmenu > ul ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .cssmenu > ul li {
        float: left;
        min-height: 1px;
        line-height: 1.3em;
        vertical-align: middle;
        width: auto;
    }

    .Mi-IS-MOBILE {
        display: block !important;
    }

    .Mi-Mobile-Menu {
        display: none;
    }

    #PnlDavLogo {
        visibility: visible;
    }

    .Mi-Student-Birthday {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        max-height: 400px;
        /* max-width: 501px; */
        align-content: flex-start;
    }

        .Mi-Student-Birthday li {
            width: 200px;
            display: inline-block;
            border: 1px solid #ccc;
            padding: 5px;
            font-size: 9pt;
            flex: 0 0 17em;
            align-items: flex-start;
        }

    .Mi-News-media li {
        flex-basis: 300px;
        margin-right: 7%;
    }

    .Mi-Image-Slider {
        height: 400px;
        background: #eee;
        position: relative;
        overflow: hidden;
    }
    .smallgallery {
        margin: 0;
        padding: 40px;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-content: center;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Mi-Panel-fix-height {
        height: 377px;
    }
}

.panel {
    border: 1px solid #eeeeee;
}

.Mi-panel-heading {
    border-bottom: 1px solid #e0dfdf;
    background: #f5f5f5;
}
.Mi-panel-Extra-header {
    background: rgb(255,255,255);
    background: linear-gradient( 0deg, rgba(255,255,255,1) 0%, rgb(209 207 206) 100%);
    border-radius: 10px 10px 10px 10px;
    padding: 6px;
    font-size: 2em;
    padding-bottom: 10px;
}
.Mi-panel-extra-header-marron {
    border-top: 3px solid #7d0b0b;
    border-left: 2px solid #7d0b0b;
}
.Mi-panel-extra-header-green {
    border-top: 3px solid #5cb85c;
    border-left: 2px solid #5cb85c;
}
.Mi-panel-extra-header-yellow {
    border-top: 3px solid #f0ad4e;
    border-left: 2px solid #f0ad4e;
}

.Mi-panel-extra-header-blue {
    border-top: 3px solid #0c94e3;
    border-left: 2px solid #0c94e3;
}

.Mi-Panel-Extra-Button {
    font-size: 14px;
    padding: 4px;
    margin: 0;
}
.Mi-Boot-Panel-Extra-Stl {
    font-size: 18px;
    color: #913306;
    font-weight: bold;
}