#zip_codes .zip-codes-title {
    text-align: center;
    color: #dfdfdf;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    /*background: url(../images/bg-calhead.png) repeat-x;*/
    background: #393939;
    border-top: 5px solid #92d267;
    /*height: 34px;*/
    line-height: 34px;
}

#zip_codes .zip-codes-title a {
    float: right;
    margin-left: 10px;
    color:#fff;
    text-transform: none;
    font-weight: normal;
    text-decoration: underline;
}
#zip_codes .zip-codes-title a:hover {
    text-decoration: none;
}

#zip_codes .summary-wrapper {
    font-size: 12px;
    padding: 10px;
}
#zip_codes  .grid-view table.items th, #zip_codes .grid-view table.items td {
    font-size: 12px;
}
#zip_codes .grid-view table.items th, #zip_codes .grid-view table.items th a {
    background: none;
    color: #333;
}
#zip_codes .grid-view table.items th a {
    text-decoration: underline;
}
#zip_codes .grid-view .pager {
    padding: 10px;
}

.select2-drop.org_appt_requests_select-dropdown {
    z-index: 99999;
}

.qtip-my-zip-codes {
    max-width: none !important;
}

/*
.zip_codes_navbar {
    width: 950px;
    margin: 0 15px;
}
.zip_codes_navbar ul
{
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.zip_codes_navbar li
{
    border: 1px solid #e0e0e0;
    border-bottom: 0px none;
}
.zip_codes_navbar li, .zip_codes_navbar li.nav_code_search  a {
    border-right: 0px none;
}
.zip_codes_navbar li a
{
    color: #555;
    background: -o-linear-gradient(top, #fbfbfa, #efefef);
}
.zip_codes_navbar li a:hover, .zip_codes_navbar li.selected a {
    background: #fffffe;
}
*/

.zip_codes_navbar {
    width: 950px;
    margin: 0 15px;
}
.zip_codes_navbar ul
{
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    font-size: 11px;
    line-height: 20px;
    border-width: 1px 1px 0 1px;
    border-bottom: 1px solid #e0e0e0;
}
.zip_codes_navbar li
{
    border: 1px solid #e0e0e0;
    list-style-type: none;
    display: inline-block;
    border-bottom: 0px none;
}
.zip_codes_navbar li, .zip_codes_navbar li.nav_code_search  a {
    border-right: 0px none;
}

.zip_codes_navbar li a
{
    color: #555;
    display: inline-block;
    zoom: 1;
    text-decoration: none;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 33px;
    border: 1px solid #e0e0e0;
    border-width: 0 1px 0 0;
    text-align: center;

    background: #fbfbfa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfa), to(#efefef));
    background: -webkit-linear-gradient(top, #fbfbfa, #efefef);
    background: -moz-linear-gradient(top, #fbfbfa, #efefef);
    background: -ms-linear-gradient(top, #fbfbfa, #efefef);
    background: -o-linear-gradient(top, #fbfbfa, #efefef);
}
.zip_codes_navbar li a:hover, .zip_codes_navbar li.selected a {
    background: #fffffe;
}


.zip-search-input, #manage_appts_passcode {
    width: 200px !important;
    display: inline-block !important;
}

#manage-appointments-filter-switch {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin-left: 15px;
}
#manage-appointments-filter-wrapper {
    margin-top: -8px;
    padding: 10px 20px;
    background: #f5f5f5;
    font-size: 10px;
    line-height: 40px;
    border-radius: 0 10px 10px 10px;
}
.manage-appointments-datepicker {
    width: 150px !important;
    display: inline-block !important;
}


.zip-search .csv-export-wrapper {
    margin: 15px; 
    padding: 10px; 
    background: #ddd;
}

.zip-search .csv-export-wrapper span {
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
}
