.top_header, .top_header i {
    font-family: 'PT Sans', serif;
    font-size: 28px;
    color: #7C2629;
    font-weight: bold;
}

.search_letter_div {
    letter-spacing: 4px;
}

a.search_letter:active, a.search_letter:visited, a.search_letter:link {
    font-size: 20px;
    color: #00635B;
    text-decoration: none;
    font-weight: bold;
}

a.search_letter:hover {
    font-size: 20px;
    color: #00635B;
    text-decoration: underline;
    font-weight: bold;
}

.search_box {
    border: 2px solid black;
    width: 530px;
    font-size: 16px;
    padding-left: 4px;
    margin-left: 6px;
}

#loading, #no_results {
    font-size: 16px;
    font-weight: bold;
    color: grey;
}

.search_results_table td, .search_results_table th {
    font-size: 15px;
}

.search_results_table th {
    background-color: #CCCCCC;
    padding-left: 4px;
}

.odd {
    background-color: #EEEEEE;
}

#maps_popup_loading {
    height: 125px;
    padding-top: 50px;
}

#sender_text {
    width: 90%;
    height: 112px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

label {
    font-size: 11px;
    font-weight: bold;
}

#goo_map {
    margin-top: 10px;
}

.mess0, .mess2, .mess3, .mess4, .mess5, .mess6, .mess8, .mess10 {
    display: none;
}

#full_search_form table {
    width: 50%;
}

#full_search_form table td {
    padding-bottom: 5px;
}

#full_search_form table input, #full_search_form table select {
    width: 250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#full_search_form label {
    font-weight: normal;
    font-size: 18px;
}

#full_search_form .search_button_container {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

#user_info td {
    height: 21px;
    line-height: 21px;
    font-size: 18px;
}

#user_info .firs_col {
    font-weight: bold;
    padding-right: 10px;
}

.tooltip {
    display: block;
    width: 520px;
}

.tooltip .arrow {
    display: none;
}

.tooltip-inner {
    max-width: 500px;
    width: 500px;
    background-color: #4B6075;
    text-align: left;
}

.divErrorBox{
    font-size:11px;
    color:#FF7800;
    font-weight:bold;
    background-color:#F2FCEA;
    border:#D3EABE solid 1px;
    text-align:left;

    margin: 0 auto;
    display:none;
    width: 300px;
    padding: 5px;
    vertical-align: middle;
}

.divErrorBox span.error{
    font-size:11px;
    color:#FF7800;
    font-weight:bold;
}

.divErrorBox span.info{
    font-size:11px;
    color: green;
    font-weight:bold;
}
.divErrorBox img{
    margin:0;
    padding: 0 5px 0 0;
    vertical-align: middle;
}

.error{
    color:#FF7800;
}

#pager {
    overflow-y: hidden;
    overflow-x: auto;
}

#pager .page-link {
    text-decoration: none;
}

.pagination-sm .current,
.pagination-sm .ellipse {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination > li > span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #999;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination > li.active > span {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: default;
}

.pagination .disabled {
    cursor: not-allowed;
}