﻿::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.quicklink:hover {
    color: #ddd;
}

.siteUrl {
    word-wrap: break-word;
}


#divNotice{
    font-family:"Helvetica" !important;
    font-size:16px;
    font-weight:bold;
    color:blue;
    text-align:center;
    padding:20px;
}

.quicklink {
    float: left;
    border: 10px solid #fff;
    background-color: #ddd;
    text-align: center;
    vertical-align: central;
    white-space: pre-line;
    color: white;
    font-weight: bolder;
    border-radius: 20px;
    font-family: Iskoola Pota;
}

#mnuQuickLinkItems {
    padding-left: 0px;
    padding-right: 0px;
}




.list-group-item.list-break {
    border: none;
}

    .list-group-item.list-break:not(:first-child) {
        border-top: 1px solid #ddd;
    }

.highlight {
    background-color: yellow;
}

[item-image='Red.bmp']:before {
    color: red;
    font-size: 20px;
    content: "Ø";
    padding-right: 15px;
    
}

[item-image='Green.bmp']:before {
    color: green;
    font-size: 20px;
    content: "\1F44D";
    padding-right: 10px;
    
}

[item-image='Yellow.bmp']:before {
    color: yellow;
    text-shadow: 0 2px 2px black, 0 1px 1px black;
    font-size: 20px;
    content: "\1F50D";
    padding-right: 10px;
    
}

/*Overall Layout*/

@media all and (min-width: 480px) and (max-width: 767px) {
    .col-xsl-6 {
        max-width: 50%;
    }

    .col-xsl-4 {
        max-width: 33%;
    }

    .img-member-contact {
        width: 100%;
    }

    .col-xsl-12 {
        width: 100%;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9000;
    display: none;
}

.mail-break {
    word-break: break-all;
    word-wrap: break-word;
}

.btn-short {
    padding: 0px 12px;
    margin-right: 5px;
    white-space: pre-line;
}



.panel-title:hover {
    cursor: pointer;
}

.panel-title {
    padding-top: 5px;
    padding-bottom: 5px;
}

.remove-padding {
    padding-left: 0;
    padding-right: 0;
}

.SDPB:after {
    content: '';
    display: block;
    height: 40px; /*height of icon */
    width: 40px; /*width of icon */
    position: center;
    /*background */
    background: transparent url(/img/audio.jpg) no-repeat 0px 0px;
}

.dummy {
    margin-top: 100%;
}

#divBodyContainer {
    min-height: 700px;
}

.container {
    padding-right: 0px;
}

.side-menu {
    padding-left: 0;
}

body, p {
    font-family: "Helvetica" !important;
    font-size: 14px !important;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

a {
    cursor: pointer !important;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Iskoola Pota';
}

label {
    font-family: "Helvetica";
}

summary {
    padding-top: 8px;
    cursor: pointer;
}

.bluebox {
    padding-bottom: 35px;
}

.btn-primary {
    background-color: #808080;
}

    .btn-primary:hover {
        background-color: #BCBDC0;
    }

.clearfix {
    background-color: transparent;
}

.resultURL {
    font-size: 18px;
}

.lblresults {
    font-weight: bold;
    font-size: 16px;
}


.paddingTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.count {
    margin-right: 10px;
}

.marginTB10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.paddingB20 {
    padding-bottom: 20px;
}

.dropdown-menu > li > a {
    background-color: white;
}

/*Item Specific Formatting*/
#RegisterYearMenu {
    width: 90%;
    margin-bottom: 10px;
}

#formSearch {
    margin: 0 auto !important;
    width: 80% !important;
}




/*Mobile Settings*/




/********************************/
/*                              */
/*              TILES           */
/*                              */
/********************************/



.tile-cal {
    border-radius: 20px;
    border: 1px solid #ddd;
}

#divBreadCrumbs {
    font-family: Iskoola Pota;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 18px;
}

#MainMenu {
    font-family: Iskoola Pota;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 18px;
}

.tile-announce {
    border-radius: 20px;
    font-family: Helvetica, "!important font-variant: small-caps";
    font-size: 16px;
    min-height: 150px;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.tile-text-cal {
    text-align: center;
    overflow-y: auto;
    font-family: "Helvetica" !important;
}




/*Homepage Calendar & Info*/
#divCalendar {
    /*Olive*/
    background-color: #7f893f;
    height: 100%;
    background-clip: padding-box;
    border: 5px solid transparent;
    border-radius: 20px;
}

.calTime {
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

.calDate {
    text-align: right;
    vertical-align: top;
}

.calCommittee {
    text-align: left;
    word-wrap: break-word;
    vertical-align: middle;
}

.calAgenda, .calAudio {
    padding-left: 5px;
    vertical-align: middle;
}


.divInfo, .divCalendar {
    width: 100%;
    height: 100%;
    background-color: black;
}

/*List Group Settings*/
.list-group {
    background-color: #fff;
}

.list-group-item-success {
    background-color: transparent !important;
}

a.list-group-item-success {
    color: #000;
}



/********************************/
/*                              */
/*          HyperLinks          */
/*                              */
/********************************/

/*HyperLink Settings*/
.a-on-color {
    color: #fff;
}

    .a-on-color:hover {
        text-decoration: underline;
        color: black;
    }

.remove-hyper:hover {
    color: #fFF;
}

/********************************/
/*                              */
/*          Header              */
/*                              */
/********************************/

.navbar-brand {
    font-family: Iskoola Pota;
    font-size: 14pt;
    font-variant: small-caps;
    color: #BCBDC0;
}

.icon-bar {
    color: #fff;
}

.btn-search {
    background-color: #808080;
    text-shadow: -2px 2px #000;
    border: none;
}

    .btn-search:hover {
        color: #fff;
        background-color: #3A8884;
    }

.logo {
    /*-webkit-filter: drop-shadow(3px 3px 3px #222);
    filter: drop-shadow(3px 3px 3px #222);*/
}

#custom-search-input {
    /*-webkit-filter: drop-shadow(1px 1px 1px #222);
    filter: drop-shadow(1px 1px 1px #222);*/
}

.navbar-form .input-group {
    font-family: 'Iskoola Pota';
}

.navbar-nav {
    margin-top: 15px;
}

#linkLogo {
    visibility: hidden;
}


.navbar-toggle.collapsed + #linkLogo {
    visibility: visible;
}



/********************************/
/*                              */
/*          Footer              */
/*                              */
/********************************/
.a-footer {
    color: #fff;
}

    .a-footer:hover {
        color: #fff;
        text-decoration: underline;
    }

.td-align-right {
    text-align: right;
    padding-right: 5px;
}

.footer-text {
    color: #fff;
    font-family: Iskoola Pota;
    font-size: 12px;
    font-variant: small-caps;
    letter-spacing: .03em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-text-right {
    text-align: right;
}

.footer-text-bottom {
    vertical-align: bottom;
}

#footer div {
    background: #808080;
}

#footer {
    border-top: 3px solid #000;
    margin-top: 25px;
}

body {
    height: 100%;
}

#divBody {
    min-height: 0px;
    background-color: #fff;
}





/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/*[class^="col-"] {
    padding: 0px !important;
}*/



/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Mobile Tables Setup */

@media all and (max-width:767px) {


    .nav-tabs > li {
        float: none;
        margin-bottom: 0px;
        border: 1px solid #ccc;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            background-color: #ddd;
        }
    /* Force table to not be like tables anymore */
    *[id^='no-more-tables'] table,
    *[id^='no-more-tables'] thead,
    *[id^='no-more-tables'] tbody,
    *[id^='no-more-tables'] th,
    *[id^='no-more-tables'] td,
    *[id^='no-more-tables'] tr {
        display: block;
    }



        /* Hide table headers (but not display: none;, for accessibility) */
        *[id^='no-more-tables'] thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    *[id^='no-more-tables'] tr {
        border-top: 3px solid #ccc;
    }


    *[id^='no-more-tables'] td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 25vw;
        white-space: normal;
        text-align: left;
    }

        *[id^='no-more-tables'] td:before {
            /* Top/left values mimic padding */
            left: 1vw;
            width: 25vw;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        *[id^='no-more-tables'] td:before {
            content: attr(data-title);
            text-align: right;
        }
}



/* Extra Small Devices, Tablets */
@media all and (min-width: 320px) {
    .quicklink {
        /*width: 45%;
    margin: 4px;*/
        font-size: 15px;
        line-height: 1.33;
    }

    .submnu-btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .box {
        border-radius: 10px;
        border: 2px solid transparent;
        margin: 2px;
    }

    .logo {
        position: absolute;
        left: 10%;
        right: 10%;
        top: 80px;
        margin: auto;
    }


    #containerHeader {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-text-right {
        text-align: left;
    }

    .footer-text {
        font-size: 15px;
    }

    #footer-copyright {
        font-size: 11px;
    }

    #mobileMenu {
        min-height: 250px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position-y: 60px;
        background-position-x: center;
    }

    .tile-announce {
        margin-bottom: 10px;
    }

    .navbar-default {
        margin-bottom: -12px;
    }

    .remove-hyper {
        text-decoration: none !important;
        color: #fff;
    }

    .head-img {
        border-bottom: solid;
        border-bottom-width: 5px;
        /*border-bottom-color: #817A01;*/
        border-bottom-color: #808080;
    }

    #mnuQuickLinks {
        color: #FFF;
        font-family: Iskoola Pota;
        font-size: 12pt;
        font-variant: small-caps;
        background-color: #808080;
        border-radius: 0px 0px 10px 10px;
        background-color: #808080;
        box-shadow: 1px 2px 2px #000;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    #btnSiteSearch {
        box-shadow: 1px 2px 2px #000;
    }

    .documentAccords {
        width: 100%;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width : 320px) {
    /* IE10+ CSS styles go here */
    #mnuQuickLinks {
        font-size: 11pt !important;
    }
}

@-moz-document url-prefix() {
    #mnuQuickLinks {
        font-size: 11pt !important;
    }
}

/* Small Devices, Tablets */
@media all and (min-width : 768px) {
    .documentAccords {
        width: 35%;
    }

    .display-label {
        text-align: right;
    }

    #FBiFrame {
        display: inline-block;
        position: absolute;
        left: 160px;
        top: 125px;
    }

    .quicklink {
        /*width: 44%;
    margin: 8px;*/
        font-size: 20px;
        line-height: 1.33;
    }

    #mobileMenu {
        min-height: 123px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-position: inherit;
    }

    #divBodyContainer {
        margin-top: 50px;
    }




    /*Undo Mobile Screen*/
    #navbar-collapse {
        margin-top: 0;
    }

    #mobileMenu {
        border-bottom: 3px solid #000;
    }

    #iconSiteSearch {
        font-size: 15px;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        font-family: Iskoola Pota;
        font-variant: small-caps;
        color: #fff;
    }

    .navbar-nav {
        background-color: #808080;
        border-radius: 0px 0px 5px 5px;
        box-shadow: 1px 2px 2px #000;
        padding: 5px;
    }

    .navbar-nav {
        margin-top: 81px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        padding-bottom: 0px;
    }

    .nav > li > a {
        padding: 0px 5px;
    }

    .navbar-nav > li > a {
        line-height: 15px;
        font-variant: small-caps;
    }

    .sub-menu {
        font-size: 12px;
    }

    .footer-text-right {
        text-align: right;
    }

    .mnuPipe {
        font-size: 12px;
    }

    #mobileMenu {
        height: 123px;
    }


    .row-announcements {
        margin-right: 5px;
    }

    .tile-text-cal {
        height: 600px;
    }

    .logo {
        position: absolute;
        left: 0;
        right: 0;
        top: 24px;
        margin: initial;
        width: 85%;
    }


    #custom-search-input {
        margin: 0;
        width: 250px;
        float: right;
        height: 32px;
    }


    .navbar {
        min-height: 0px;
        margin-bottom: 0px;
    }

    .submnu-btn {
        width: 32.9%;
        margin-bottom: 5px;
    }

    .mnuPipe {
        line-height: 10px;
    }

    .navbar-nav > li > a {
        font-size: 10pt;
        line-height: 10px;
    }

    .navbar-default {
        font-size: 10pt;
    }
}

/* Medium Devices, Desktops */
@media all and (min-width : 992px) {


    #FBiFrame {
        display: inline-block;
        position: absolute;
        left: 190px;
        top: 145px;
    }

    .quicklink {
        /*width: 28%;
    margin: 8px;*/
        font-size: 20px;
        line-height: 1.33;
    }

    .nav > li > a {
        padding: 0px 10px;
    }

    .navbar-nav {
        margin-top: 97px;
    }

    .logo {
        top: 21px;
        margin: initial;
        width: 186px;
    }

    #mobileMenu {
        height: 143px;
    }

    #tblCal, .tile-announce {
        font-size: 16px;
    }

    .mnuPipe {
        line-height: 17px;
    }

    .navbar-nav > li > a {
        font-size: 17px;
        line-height: 17px;
    }


    .navbar-default {
        font-size: 17pt;
    }

    a.dropdown-toggle {
        border-style: none;
        background: none;
    }

    .dropdown-menu {
        background-color: transparent;
    }

    #mnuMain {
        float: right;
    }

    #srch-term {
        float: left;
    }

    .submnu-btn {
        width: 24.5%;
        margin-bottom: 5px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width : 992px) {
    /* IE10+ CSS styles go here */
    .navbar-nav > li > a {
        font-size: 13px;
        line-height: 13px;
    }
}

@-moz-document url-prefix() {
    .navbar-nav > li > a {
        font-size: 13px;
        line-height: 13px;
    }
}

/* Large Devices, Wide Screens */
@media all and (min-width : 1200px) {


    #FBiFrame {
        display: inline-block;
        position: absolute;
        left: 225px;
        top: 170px;
    }

    .quicklink {
        /*width: 28%;
    margin: 10px;*/
        font-size: 24px;
        line-height: 1.33;
    }

    .navbar-nav > li > a {
        line-height: 18px;
    }

    .sub-menu {
        font-size: 15px;
    }

    .footer-text-right {
        text-align: right;
    }

    .mnuPipe {
        font-size: 15px;
    }

    .logo {
        top: 21px;
        margin: initial;
        width: 223px;
    }

    #mobileMenu {
        height: 165px;
    }
   

        .navbar-nav {
            margin-top: 118px;
        }
  

    .submnu-btn {
        width: 24.7%;
        margin-bottom: 5px;
    }

    #footer-copyright {
        font-size: 16px;
    }


    #mnuMain li a {
        font-size: 16pt;
    }

    .footer-text {
        font-size: 18px;
    }
}









/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: none;
    }

    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Medium Desktop  */
@media (min-width:992px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Large Desktop  */
@media (min-width:1200px) {

    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}



@media screen\0  and (min-width : 992px) {

        .navbar-nav {
            margin-top: 97px !important;
        }
    }


@media (min-width : 992px) and (-webkit-min-device-pixel-ratio:0) {
           .navbar-nav {
            margin-top: 101px !important;
        }
}
@media (min-width : 992px)  and (-moz-images-in-menus:0) { 
        .navbar-nav {
            margin-top: 97px !important;
        }
}


@media screen\0  and (min-width : 1200px) {

        .navbar-nav {
            margin-top: 118px !important;
        }
    }


@media (min-width : 1200px) and (-webkit-min-device-pixel-ratio:0) {
           .navbar-nav {
            margin-top: 123px !important;
        }
}
@media (min-width : 1200px)  and (-moz-images-in-menus:0) { 
        .navbar-nav {
            margin-top: 118px !important;
        }
}





   .gsc-input {
            color: black;
            padding-right: 5px !important;
        }

        #___gcse_0 .gsc-control-cse {
            border-color: #808080 !important;
            background-color: #808080 !important;
            padding: 0px !important;
            margin: 0px !important;
        }

        #___gcse_0 .gsc-search-button {
            margin-left: -12px;
            width: 25px !important;
            border-color: transparent !important;
            background-color: transparent !important;
            padding: 0px !important;
            margin: 0px !important;
        }

        #___gcse_1 .gsc-control-cse {
            border-color: #FFF !important;
            background-color: #FFF !important;
            padding: 5px !important;
            margin: 5px !important;
        }

        #___gcse_2 .gsc-control-cse {
            border-color: #FFF !important;
            background-color: #FFF !important;
            padding: 5px !important;
            margin: 5px !important;
        }

        #___gcse_3 .gsc-control-cse {
            border-color: #FFF !important;
            background-color: #FFF !important;
            padding: 5px !important;
            margin: 5px !important;
        }

