﻿
/*--------------------Client Accordian CSS------------------------------------*/



/*Page Table for storing content*/
.AccTable {
    width: 100%;
}

.panel-group {

}

.panel {
    margin:10px !important;
    width:30%; 
    display:inline-block;
    vertical-align:top;
}

@media screen and (max-width: 1199px) {
    .panel {
        width: 44%;
    }
}

@media screen and (max-width: 992px) {
    .panel {
        width: 100%;
    }
}


.panel-title {
        text-transform: none;
        font-size: 20px !important;
    }




.panel-heading {
        color: #fff !important;
        background-color: #337ab7 !important;
        border-color: #2e6da4 !important;
        cursor: pointer;
        border: 1px solid transparent;
        padding: 15px !important;
        font-size: 18px !important;
        line-height: 1.42857143;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.panel-heading a {
            color: #fff !important;
}

.panel-body {
    padding: 15px;
    border: solid 1px #cdcdcd;


}



.notice-detail-title {
    font-weight: bold;
    margin-bottom:10px;
}


.notice-table tr:first-child td {
    padding: 15px !important;
    background-color: #e5e5e5 !important;
}


/*--------------------Search Page----------------*/

.notice-search-table tr:first-child td {
    padding: 15px !important;
    background-color: #e5e5e5 !important;
}

.notice-search-table td {padding:5px;}


.notice-search-table-heading {
    background-color: #b3cde0!important;
}

.notice-search-table-heading td {
    font-weight: bold;
    padding: 10px 5px;
}

.notice-search-table tr:nth-child(even) {
    background-color: #e4f0f9;
}
.notice-search-table tr:nth-child(odd) {
    background-color: #f2faff;
}

.notice-feedback-holder td {
    padding: 0px !important;
}


/*--------------------List Page----------------*/

.notice-list-table tr:first-child td {
    padding: 15px !important;
    background-color: #e5e5e5 !important;
}

.notice-list-table td {
    padding: 5px;
}


.notice-list-table-heading {
    background-color: #b3cde0 !important;
}

.notice-list-table-heading td {
        font-weight: bold;
        padding: 10px 5px;
    }

.notice-list-table tr:nth-child(even) {
    background-color: #e4f0f9;
}

.notice-list-table tr:nth-child(odd) {
    background-color: #f2faff;
}




/*--------------------AJAX CSS----------------*/
.pane-holder {
    font-weight: bold;
}



    .public-notices .btn {
        display: block !important;
        margin-bottom: 25px;
        font-size: 20px;
        font-weight: bold;
        padding: 15px;
    }


    .PubNoteAccord {
        width: 100%;
    }

    .PubNoteHead {
        margin-top: 25px;
        color: #fff !important;
        background-color: #337ab7 !important;
        border-color: #2e6da4 !important;
        cursor: pointer;
        border: 1px solid transparent;
        padding: 15px !important;
        font-size: 20px !important;
        line-height: 1.42857143;
        border-radius: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .PubNoteContent {
        border: solid 1px #cdcdcd;
        padding: 15px;
        margin-bottom: 25px;
        break-inside: avoid;
        break-after: region;

