@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    /*    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;    */
    font-family: Lato, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.1px;
    font-size: 13pt;
}

a, a:link, a:visited, a:hover {
    color: rgb(3, 59, 150);
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}




.m-main-outer {
    /*    background-color: rgb(162, 191, 219);*/
    position: relative;
    /*    height: 100%;*/
    min-height: 100vh;
}
    .m-main-outer > div {
        max-width: 450px;
        min-width: 360px;
        width: 100%;
        margin: 0 auto;
        border: 1px solid transparent;
    }

.m-body-area {    
    background-color: white;
    position: relative;
}
    .m-body-area > div {
        /*        min-height: 765px;*/
        /*        max-width: 450px;*/
        min-width: 365px;
        /*        width: 370px;*/
        margin: 2px 5px 20px 2px;
/*        margin: 2px 15px 20px 15px;*/
        /*        border: 1px solid blue;*/
    }

.m-home-body {
    margin-top: 320px;
    /*    border: 2px solid red;*/
}

.m-home-info {
    /*    border: 1px solid blue;*/
    width: 100%;
    margin: 0 auto;
    font-size: 13pt;
}
.m-home-info > div {
    margin: 0 20px;
}

.m-ico-hd {
    font-size: 17pt;
    margin: 1px 7px 3px 7px;
    cursor: pointer;
}

.search-icon {
    top: 5px !important;
    left: -29px !important;
    font-size: 18pt !important;
}
.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.m-ico-menu {
    font-size: 21pt;
}

.m-home-ico-row {
    margin: 0 auto;
    /*    border: 1px solid gray;*/
    text-align: center;
    margin: 20px 0 !important;
}

    .m-home-ico-row > div {
        display: inline-block;
        border: 1px solid rgb(150,150,150);
        border-radius: 3px;
        width: 90%;
        text-align: left;
        font-size: 16pt;
        font-weight: bold;
        padding: 10px 0;
        margin: 10px 10px;
        cursor: pointer;
        background-color: rgba(81, 88, 181, 0.1);
        /*        background: linear-gradient(135deg, rgba(151, 185, 247, 0.1), rgba(161, 179, 237, 0.4));*/
    }        
        .m-home-ico-row > div > div > i {
            font-size: 22pt;
        }

/*        .m-home-ico-row > div:hover {
            background: linear-gradient(135deg, rgba(151, 185, 247, 0.0), rgba(151, 187, 252, 0.5));
            border: 1px solid rgba(151, 187, 252, 0.5);
        }

            .m-home-ico-row > div:hover div:first-child {
                opacity: 0.9;
            }

            .m-home-ico-row > div:hover span {
                position: relative;
            }

                .m-home-ico-row > div:hover span:before {
                    content: "";
                    background-color: rgb(48, 116, 240);
                    position: absolute;
                    width: 100%;
                    height: 1px;
                    bottom: -10px;
                    display: block;
                    left: 0;
                    right: 0;
                }*/

        .m-home-ico-row > div > div:first-child {
            font-size: 20pt;
            opacity: 0.8;
            color: rgb(3, 59, 150);
            display: inline-block;
            /*            width: 80px;*/
            width: 50px;
            text-align: center;
            margin-left: 15%;
            margin-right: 10px;
/*            border: 1px solid red;*/
        }

.m-home-ico {
    font-size: 23pt !important;
}

.m-home-ico-row > div:hover div:first-child {
    opacity: 0.9;
}

.m-prv-sch {
    width: 38px;
    /*    opacity: 0.8;*/
    margin: 0;
}





.m-rotate-banner {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}

.m-rotate-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 360px;
    opacity: 0.85;
    min-height: 100%;
}


.m-header {
    width: 100%;
    background-color: #333399;
    color: white;
    display: block;
    position: relative;
}

    .m-header > div:first-child {
        height: 50px;
/*        width: 1500px;*/
        margin: 0 auto;
        font-size: 12pt;
        position: relative;
    }        

/*.m-hd-menu-items > div:not(:first-child) {
    color: white;
    display: inline-block;
    padding: 2px 15px 2px 5px;*/
    /*            border: 1px solid red;*/
    /*margin-right: 20px;
    margin-top: 10px;
}*/
.m-hd-menu-items > div > a,
.m-hd-menu-items > div > a:link,
.m-hd-menu-items > div > a:visited,
.m-hd-menu-items > div > a:hover {
    color: white;
    font-weight: bold !important;
    /*    text-decoration: none;*/
}

/*.m-header > div > div:last-child {*/
/*    position: absolute;*/
/*    top: 80%;*/
/*    left: 50px;*/
    /*    right: 33%;*/
/*    text-align: center;*/
/*    background-color: rgb(247, 240, 203);*/
/*    color: brown;*/
    /*    font-weight: bold;*/
    /*padding: 3px 2px;
    z-index: 1500;*/
/*    border-radius: 3px;*/
    /*font-size: 14pt;
}*/

    .m-header > div > div:last-child > i {
        font-size: 11pt;
        margin: 0 2px;
    }

.m-hd-menu-items > div:last-child {
    float: right;
    display: inline-block;
    margin-top: 6px;
}

.m-hd-menu-items > div {
    position: relative;
}


.hd-icons {
    color: white;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    /*            border: 1px solid red;*/
    margin-right: 5px;
    margin-top: 10px;
    position: relative;
}
    .hd-icons > a:first-child > i {
/*        font-size: 15pt !important;*/
        margin-right: 7px;
        position: absolute;
        top: 7px;
        left: -32px;
    }
    .hd-icons > a:last-child > i {
        font-size: 20pt !important;
            padding-top: 3px;
    }



.m-sd-menu-item {
    padding: 5px;
    display: inline-block;
    font-weight: bold;
/*    margin-right: 150px !important;*/
}

.m-sd-menu-item {
    padding: 5px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    width: 250px;
/*    border: 1px solid red;*/
}
.m-sd-menu-item > img {
    position: absolute;
        top: -2px;
}
    .m-sd-menu-item > a {
        position: absolute;
        top: 5px;
        left: 57px;
        font-size: 14pt;
    }

.m-dpi-header-logo {
    width: 50px;
    padding: 0 8px 0 5px;
}




.m-footer {
    width: 100%;
    max-width: 425px;
    background-color: rgb(240, 237, 242);
    display: block;
/*    margin-bottom: 50px !important;*/
    padding-bottom: 15px;
    position: relative;
}

    .m-footer > div {
        color: rgb(55, 70, 107);
        max-width: 400px;
        margin: 0 auto;
        padding: 0px 10px;
        margin-bottom: 10px;
        font-size: 13pt;
    }    
        .m-footer > div a, a:link, a:visited, a:hover {
            color: rgb(3, 59, 150);
            /*    text-decoration: none;*/
        }
            .m-footer > div a:hover {
                text-decoration: underline !important;
            }

.m-footer-row > div > div:nth-child(1) {
    padding: 30px 0 0 10px !important;
}
.m-footer-row > div > div:nth-child(2) {
    padding: 0 0 0 10px !important;
}

.m-superintendent {
    font-size: 12pt;
    margin: 2px;
}

.m-footer-items {    
    padding-top: 30px;
    margin-bottom: 30px;
}

.m-footer-items > div {
    display: block;
    margin-bottom: 10px;
}


/*.m-footer-item {
    text-align: center;
    display: inline-block;
    padding: 0 20px;
}*/

.m-dpi-footer-logo {
    width: 60px;
}

.ft-super {
    position: relative;
    min-height: 60px;
}
    .ft-super > img {
        /*        position: absolute;
        left: -10px;
        top: 0;*/
        display: inline-block;
        padding-top: 5px;
    }
.ft-super > div {
/*    position: absolute;*/
/*    right: 0;
    top: 5px;*/
    display: inline-block;
    vertical-align: middle;
}

#m-menu-area {
    display: none;
    width: 100%;
    z-index: 1000;
    position: absolute !important;
    top: 50px;
    left: 0;
    right: auto;
}

.m-menu {
/*    border: 2px solid red;*/
    display: inline-block;
    background-color: #333399;
    width: 100%;
}
    .m-menu > div {
        display: block;
        background-color: #333399;
        color: white !important;
        padding: 10px 30px;
        font-size: 13pt;
        cursor: pointer;
    }
        .m-menu > div:hover {
            background-color: rgb(29, 29, 107);
        }
        .m-menu > div,
        .m-menu > div > a,
        .m-menu > div > a:link,
        .m-menu > div > a:visited,
        .m-menu > div > a:hover {
            color: white;
            font-weight: bold !important;
            /*    text-decoration: none;*/
        }
    .m-menu > hr {
        margin: 5px 30px;
    }

.ag-stt {    
    font-size: 12pt !important;
    font-weight: normal;
/*    padding-left: 5px;*/
}
.ag-closed {
    color: brown;
    font-size: 12pt !important;
    font-weight: bold;
}
.ag-since {
    font-size: 10pt !important;
}
.m-sch-cnt {
    font-weight: bold;
}
.m-ag-type {
    max-width: 160px;
    /*    border: 1px solid red;*/
    overflow: hidden;
    max-height: 25px;
}


.m-sd-head-clear {
    height: 120px;
    width: 100%;
}

.m-sd-head {
    min-height: 40px;
    font-size: 16pt;
    /*    border: 1px solid rgb(230,230,230);*/
    /*    margin: 4px 0 18px 0;*/
    width: 100%;
    padding: 15px 0 15px 2px;
    background-color: rgb(186, 219, 105);
    position: absolute;
    left: 0;
    text-align: center;
}

    .m-sd-head > div {
        display: inline-block;
        width: 98%;
/*        border: 1px solid red;*/
        text-align: left;
        overflow: hidden;
    }

        .m-sd-head > div:nth-child(1) > div:first-child {
            font-size: 14pt;
            margin-left: 9%;
        }
            .m-sd-head > div:nth-child(1) > div:first-child > span {
                font-size: 12pt !important;
                font-weight: normal;
                margin-left: 15px;
            }

/*        .m-sd-head > div:nth-child(1) {
            position: relative;
            width: 55px;
            min-height: 30px;
        }*/

        .m-sd-head > div:nth-child(1) > div:nth-child(2) {
            font-weight: bold;
            font-size: 17.5pt;
            overflow: hidden;
            max-height: 35px;
            white-space: nowrap;
            margin-left: 2%;
        }
            

        .m-sd-head > div:nth-child(1) > span:nth-child(1) {
            position: relative;
        }
        .m-sd-head > div:nth-child(1) {
            position: relative;
        }




.m-sch-head-clear {
    height: 120px;
    width: 100%;
}

.m-sch-head {
    min-height: 40px;
    font-size: 16pt;        
    /*    margin: 4px 0 18px 0;*/
    width: 100%;
    padding: 15px 0 15px 2px;
    background-color: rgb(213, 255, 199);
    position: absolute;
    left: 0;
    text-align: center;
}

.m-sch-head > div {
    display: inline-block;
    width: 98%;
    /*        border: 1px solid red;*/
    text-align: left;
    overflow: hidden;
}

    .m-sch-head > div:nth-child(1) > div:first-child {
        font-size: 12pt;
        margin-left: 50px;
    }

        .m-sch-head > div:nth-child(1) > div:first-child > span {
            font-size: 12pt !important;
            font-weight: normal;
            margin-left: 15px;
        }

    .m-sch-head > div:nth-child(1) > span:nth-child(1) {
        position: relative;
    }

    .m-sch-head > div:nth-child(1) {
        position: relative;
    }

.m-sch-title > i, .m-sch-title > div {
    vertical-align: top;
}
.m-sch-title > span:nth-child(3) {
    font-weight: bold;
    font-size: 16.5pt;
    /*        overflow: hidden;*/
    /*        max-height: 35px;*/
    /*        white-space: nowrap;*/
    /*    padding-left: 8%;*/
/*    border: 1px solid red !important;*/
    display: inline-block;
    width: 85%;
}
/*.m-sch-title > span:nth-child(3) > span:nth-child(1) {
    font-weight: normal;
    font-size: 12pt;
    display: inline;
}*/
    .m-sch-title > span:nth-child(3) > span:nth-child(1) {
        font-weight: normal;
        font-size: 12pt;
        display: block;
        width: 100%;
        margin-top: 5px;
    }


.m-ag-ico2 {
    font-size: 32px;
    opacity: 0.9;
    text-shadow: 0 0 15px white;
    position: absolute;
    top: 24px;
    left: 0;
}

.m-sd-ico2 {
    font-size: 16pt;
    opacity: 0.9;
    text-shadow: 0 0 15px white;
    position: absolute;
    top: -1px;
    left: -4px;
}
.m-sch-ico2 {
    font-size: 13pt;
    opacity: 0.9;
    text-shadow: 0 0 15px white;
    position: absolute;
    top: 2px;
    left: -4px;
}

.m-sch-c-box {
    text-align: center;
    border-top: 1px solid rgb(200,200,200);
    margin-top: 40px;
    padding: 30px 0;
}

    .m-sch-c-box > div {
        display: inline-block;
        /*        border: 1px solid brown;*/
        width: 48%;
    }

        .m-sch-c-box > div > span:first-child {
            font-size: 19pt;
            font-weight: bold;
            display: block;
            padding: 10px;
        }
        .m-sch-c-box > div > span:first-child > a {
            font-size: 18pt !important;
            font-weight: bold !important;
            border-bottom: 1px solid rgb(3, 59, 150);
        }

        .m-sch-c-box > div > span:nth-child(2) {
            font-size: 14pt;
            font-weight: bold;
            display: block;
        }


.m-sd-row {
    border-bottom: 1px solid rgb(230,230,230);
    padding: 0;
    text-align: center;
    vertical-align: top !important;
    /*    margin: 0 0 20px 0 !important;*/
}

    .m-sd-row > div {
        /*        background-color: rgb(250,250,250);*/
        /*        border: 1px solid rgb(240,240,240);*/

        min-width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding: 5px;
        border-radius: 3px;
        position: relative;        
    }

        .m-sd-row > div:nth-child(1) {
            min-width: 100%;
            padding-left: 0 !important;
            /*            border-left: 1px solid rgb(220,220,220);*/
        }

        .m-sd-row > div:nth-child(2) {
            margin: 0;
            min-width: 100%;
            /*            border-left: 1px solid rgb(220,220,220);*/
        }

        .m-sd-row > div:nth-child(3) {
            /*            margin: 0 30px;*/
            min-width: 100%;
            /*            border: 1px solid rgb(220,220,220);*/
        }

.m-row-adj {
    margin-bottom: 50px !important;
    border-bottom: 1px solid rgb(220,220,220);
    border-radius: unset !important;
    padding-bottom: 40px !important;
}

.m-more-cont {
    position: relative;
    /*    border: 1px solid blue;*/
}

    .m-more-cont > div {
        position: absolute;
        /*        border: 1px solid rgb(51, 51, 153);*/
        width: 98%;
        left: 1%;
        right: 1%;
        z-index: 800;
        top: 15px;
        background-color: white;
        text-align: center;
        box-shadow: 0 0 10px rgba(10,10,10,0.4);
        padding: 10px 0px;
        display: none;
    }

.cont-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
/*    max-height: 650px;*/
    /*    justify-content: center;*/
}

.m-more-cont > div > div:first-child > div {
    display: inline-block;
    width: 335px !important;
    border: 1px solid rgb(150,150,150);
    border-radius: 3px;
    font-size: 12pt !important;
    font-weight: normal !important;
    margin: 10px 6px;
    text-align: left !important;
    padding: 3px 5px;
    /*    color: red;*/
}

    .m-more-cont > div > div:first-child > div:hover {
        border: 1px solid rgb(50,50,50);
        background-color: rgb(252, 246, 225);
    }

.m-more-cont > div > div:nth-child(2) {
/*    float: right;*/
    padding-left: 10px;
}

/*.cont-super {
      border: 2px solid blue !important;
}

    .cont-super > div:nth-child(1) {
        border-bottom: 2px solid blue !important;
    }*/

.m-all-cont {
    float: left;
    border: none !important;
    width: auto !important;
    min-height: auto !important;
    margin: 10px 0;
}

    .m-all-cont > button:nth-child(2) {
        background-color: rgb(87, 92, 115);
    }

        .m-all-cont > button:nth-child(2):hover {
            background-color: rgb(67, 72, 95);
        }

.m-sch-stats {
    margin-left: 2% !important;
}

    .m-sch-stats > span {
        font-weight: bold;
        margin: 20px 0 10px 65px !important;
        display: inline-block;
    }

    .m-sch-stats > hr {
        border-color: rgb(220,220,220);
    }

    .m-sch-stats > div {
        padding: 0 15px;
    }

        .m-sch-stats > div > div {
            padding: 7px 5px;
        }

        .m-sch-stats > div > div {
            display: inline-block;
            /*    border: 1px solid gray;*/
            vertical-align: top;
        }

            .m-sch-stats > div > div:first-child {
                width: 40px;
                position: relative;
                margin-top: 10px;
            }

            .m-sch-stats > div > div:last-child {
                max-width: 270px;
                white-space: nowrap;
/*                overflow: hidden;*/
            }

            .m-sch-stats > div > div:first-child > span {
                width: 40px;
                height: 30px;
                /*        background-color: rgba(173, 135, 255, 0.3);*/
                /*        border: 2px solid rgb(200, 200, 200);*/
                color: black;
                padding: 3px 12px 3px 3px;
                position: absolute;
                top: -6px;
                left: -10px;
                border-radius: 3px;
                font-weight: bold;
                text-align: center;
                font-size: 13pt;
            }

                .m-sch-stats > div > div:first-child > span:before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 5px;
                    bottom: 5%;
                    display: block;
                    left: -5px;
                    border-bottom: 1px solid rgb(24, 143, 68);
                    /*            border-top: 5px solid white;*/
                }

.m-vert-top {
    vertical-align: top;
/*    min-height: 300px;*/
    border-bottom: 1px solid rgb(200,200,200);
    padding-bottom: 40px;
}

.m-map-col {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
/*    border: 1px solid red !important;*/
}

.m-map-legend {
    font-size: 13pt !important;
}

/*    .m-map-legend > div {
        display: inline-block;
        margin: 2px 10px 0 0;
    }*/

    .m-map-legend > div > * {
        font-size: 13pt !important;
    }
           


.m-ag-addr-row {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 12pt;
}

/*    .m-ag-addr-row > span {
        display: inline-block;
        vertical-align: top;
        padding: 2px;
    }

        .m-ag-addr-row span b {
        }*/

    .m-ag-addr-row > div {
        /*    border: 1px solid rgb(240,240,240);*/
        padding: 5px 0px;
        display: inline-block;
        min-height: 50px;
        vertical-align: top;
        line-height: 28px;
    }

    .m-ag-addr-row > div {
        width: 100%;
    }
    .m-ag-addr-row > div > div {
        display: inline-block;
        width: 98%;
/*        border: 1px solid red;*/
    }
/*    .m-ag-addr-row > div > div:nth-child(1) {
        padding-left: 20px !important;
        color: red !important;
    }*/

/*    .m-ag-addr-row > div:nth-child(2) {
        line-height: 30px;
        width: 52%;
    }*/

.m-sd-s-tbl {
    min-width: 100%;
    margin-top: 20px !important;
}

.m-sltd-dist {
/*    width: 100%;*/
/*    text-align: right;*/
    font-size: 13pt;
    font-weight: bold;
    padding-bottom: 6px;
    margin-left: 5px;
}


.m-city-zip {
    position: relative;
    font-size: 13pt !important;
}
.m-city-zip > span:not(:first-child) {
    font-size: 12pt !important;
}

    .m-city-zip > span:not(:last-child) {
        color: unset !important;
        display: inline-block;
        min-width: 50px;
        margin: 3px 0 5px 0;
    }

    .m-city-zip > span:first-child {
        width: 190px;
    }

    .m-city-zip > span:nth-child(3) {
        text-align: right;
        margin-right: 2px;
    }

    .m-city-zip > span:last-child {
        position: absolute;
        bottom: 5px;
        left: 0px;
        height: 2px;
        border: 1px solid brown;
    }

/*.m-sp-head {
    min-height: 40px;
    font-size: 16pt;*/
    /*    border: 1px solid rgb(230,230,230);*/
    /*    margin: 4px 0 18px 0;*/
    /*width: 100%;
    padding: 15px 0 15px 2px;
    background-color: rgb(186, 219, 105);
    position: absolute;
    left: 0;
    text-align: center;
}

.m-sp-head > div {
    display: inline-block;
    width: 370px;*/
    /*        border: 1px solid red;*/
    /*text-align: left;
}

.m-sp-head > div:nth-child(1) > div:first-child {
    font-size: 14pt;
    margin-left: 30px;
}

.m-sp-head > div:nth-child(1) > div:first-child > span {
    font-size: 12pt !important;
    font-weight: normal;
    margin-left: 15px;
}*/

/*        .m-sd-head > div:nth-child(1) {
            position: relative;
            width: 55px;
            min-height: 30px;
        }*/

/*.m-sp-head > div:nth-child(1) > div:nth-child(2) {
        font-weight: bold;
        font-size: 19pt;
        overflow: hidden;
        max-height: 35px;
        white-space: nowrap;
        width: 408px;
}


.m-sp-head > div:nth-child(1) > span:nth-child(1) {
    position: relative;
}

.m-sp-head > div:nth-child(1) {
    position: relative;
}

.m-sp-head-clear {
    height: 120px;
    width: 100%;
}*/


.schprofile {

}
.schprofile > span {
    margin-left: 1px !important;
}

.ttip-info-ico {    
    width: 18px;
    height: 18px;
}
    .ttip-info-ico > i {
        left: 6px;
        top: 2px;
        font-size: 8pt;
        transform: scale(1.4, 0.9);
    }

#float-menu-area-wrap {
    position: fixed !important;
    bottom: 130px;
    /*    left: 2%;
    right: 2%;*/
    left: 0;
    right: 0;
    /*    border: 1px solid brown;*/
    background-color: white;
    z-index: 1600;
    display: none;
    box-shadow: 0 0 10px rgba(10,10,10,0.3);
    /*    min-width: 360px !important;*/
}

.float-menu-area {
    font-weight: bold;
    padding: 0;
    border-radius: 3px;
    font-size: 14pt;
    color: #333399;
    display: inline-flex;
    align-items: start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
/*    min-width: 360px !important;*/
/*    border: 1px solid red;*/
}
    .float-menu-area > div {
        margin: 30px 13.5px;
        cursor: pointer;
/*        border: 1px solid brown;*/
    }

        .float-menu-area > div > div {
            display: block;
            margin: 0 auto;
            text-align: center;
/*            border: 1px solid brown;*/
            width: 140px;
        }
            .float-menu-area > div > div > i {
                font-size: 24pt;
                margin-bottom: 10px 
            }
        .float-menu-area > div > span {           
            margin: 0 auto;
            text-align: center;
            display: block;
            color: rgb(50,50,50);
        }


.float-ico-area-wrap {
    position: fixed !important;
    bottom: 67px;
/*    right: 20px;*/
    right: 20px;
/*    left: 0;*/
/*    bottom: 0;*/
/*    padding-right: 20px;*/
/*    padding-bottom: 67px;*/
    z-index: 1600;
    box-sizing: border-box;
    /*    display: inline-block;*/
/*        border: 1px solid red;    */
    box-shadow: 0 0 0px rgba(10,10,10,0.3); /* Safari bug fix */
}

    .float-ico-area-wrap-displayed {
    }
    .float-ico-area-wrap-displayed::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 12px;
        top: -12px;
        display: block;
        left: 0;
        background-color: white;
        border-top: 1px solid rgb(100,100,100);
    }

.float-ico-area {
    text-align: right;
/*    border: 1px solid brown;*/
    color: #333399;
    font-weight: bold;
/*    padding: 3px 10px;*/
    z-index: 1500;
    border-radius: 3px;
    font-size: 22pt;
/*    display: none;*/
    display: inline-block;
    float: right;

    padding-left: 0;
    padding-right: 0;
}

    .float-ico-area > div {
        display: inline-block;
        cursor: pointer;   
/*        background: none;*/
    }
        .float-ico-area > div:not(:first-child) {
            margin-left: 25px;
        }

#ft-ico-menu {
    color: #03819b;
    font-weight: bold;
    font-size: 30pt;
/*    display: inline-block;*/
    display: none;
    margin-left: 0;
}


#ft-addt-ico {
    display: none;
}
    #ft-addt-ico > div {
        display: inline-block;
    }
        #ft-addt-ico > div:not(:first-child) {
            margin-left: 25px;
        }

.m-ag-addr-row {
    font-size: 13pt !important;
}


.m-set-dist > div:first-child {
    width: 100%;
}
    .m-set-dist > div:first-child > span:first-child {
        max-width: 250px !important;
        /*    border: 1px solid red;*/
        display: inline-block;
        font-size: 12pt;
    }
.m-set-dist > div:nth-child(2) {
    /*    text-align: right;*/
/*    border: 1px solid brown;*/
    width: 100%;
    position: relative;
}
.m-set-dist > div:last-child > span:first-child {
    left: 170px;
    font-size: 11pt;
}
.m-set-dist > div:last-child > span:nth-child(2) {
    right: 25px !important;
    font-size: 11pt;
}
.m-slider-range {
    position: absolute;
    right: 30px;
    width: 150px !important;    
}
#slider-range {
    touch-action: none;
    cursor: pointer;
}

.m-attr-item {
}
    .m-attr-item > div {
        margin-left: 5px;
    }
    .m-attr-item > div:nth-child(2) > div > span {
        font-size: 13pt;
    }
    .m-attr-item div:nth-child(2) > div {
        font-size: 13pt;
    }
    .m-attr-item div:nth-child(2) > a {
        font-size: 13pt !important;
    }

.m-attr-item > div:nth-child(2) {
    max-height: 420px !important;
    max-width: 95%;
}

/*.m-attr-item-adj {
    max-height: 380px !important;*/
/*    border: 1px solid red;*/
/*}*/

.m-wi-ovw-wrap {
    width: 98%;
    margin: 0 auto;
}
.m-wi-ovw-wrap > div:first-child {   
    width: 90% !important;
    margin: 0 5%;
}
    .m-wi-ovw-wrap > div:nth-child(2) {
        width: 98% !important;
        margin: 0 1%;
    }

.m-wi-ovw-lg {
    top: 93% !important;
}
.m-wi-ovw-lg > div:nth-child(1) {   
    max-width: 200px !important;
}
.m-wi-ovw-lg > div:nth-child(2) {
    max-width: 120px !important;
}

.m-aguage {
    margin-left: 1% !important;
    margin-right: 1% !important;
}
.m-map-more {
    margin-left: 5px;
}


.m-hd2 {
    font-size: 16pt !important;
    font-weight: bold !important;
    margin: 0 0 20px 5px !important;
}

.m-hd3x {
    font-size: 13pt !important;
    font-weight: bold !important;
    margin: 0 0 5px 5px !important;
}

.m-hd2t {
    font-size: 16pt !important;
    font-weight: bold !important;
    margin: 45px 0 20px 5px !important;
}

.m-ftr-disclaimer > div {    
    font-size: 12pt !important;
}

.m-libs {
    margin-left: 2% !important;
}

.m-dot-flashing-div {
    /*    border: 1px solid red;*/
    width: 360px;
/*    max-width: 90%;*/
    padding: 50px;
    margin: 0 auto;
}
    .m-dot-flashing-div > div {
        margin: 0 15px !important;
    }

.m-ftr-disclaimer {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background-color: white;
    /*    border: 1px solid red;*/
    display: none;
}

    .m-ftr-disclaimer > div {
        border-radius: 3px;
        margin: 10px 10px !important;
        /*        border: 1px solid red;*/
        padding: 20px !important;
        z-index: 5001;
        box-shadow: none !important;
    }

.m-sch-prg {
    height: unset !important;
    margin-bottom: 30px;
}
.m-sch-prg > div {
    font-size: 12pt;
    margin-left: 10px;    
    width: 90% !important;
}

.m-sch-prg-item-adj2 {
    margin-top: 30px !important;
}

.m-usr-notes {
    width: 90% !important;
    min-width: unset !important;
}
    .m-usr-notes > div {
        padding: 10px;
        display: block;
        min-width: unset !important;
        max-width: unset !important;
    }

.m-sch-prg-item-adj1x {
    margin-bottom: 0 !important;
}

.m-nb-schools {
    /*        border: 1px solid red;*/
    width: 97% !important;
    margin-left: 5px;
}
.m-nb-schools > div {
    /*        border: 1px solid red;*/
    width: 100% !important;
    margin: 10px 30px 10px 0;
}