﻿
.btnSearch {
    background-color: rgb(56, 118, 29) !important;
    border: 1px solid rgb(56, 118, 29);
    padding: 8px;
}

table.blueTable {
    border: 1px solid #0b5394;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.blueTable td, table.blueTable th {
        border: 1px solid #AAAAAA;
        padding: 3px 5px;
        vertical-align: bottom;
    }

    table.blueTable tbody {
        font-size: 15px;
    }

    table.blueTable tr:nth-child(even) {
        background: #D0E4F5;
    }

.intestazione th a {
    color: #FFFFFF !important;
}

.intestazione, table.blueTable thead {
    background: #0b5394;
    border-bottom: 2px solid #444444;
    color: #FFFFFF;
}
  .intestazione th,
  table.blueTable thead th {
    background: #0b5394;
    color: #FFFFFF;
    /*white-space: nowrap;*/
  }

    table.blueTable thead th {
        font-size: 17px;
        font-weight: bold;
        border-left: 2px solid #D0E4F5;
    }

    table.blueTable thead th {
        font-size: 17px;
        font-weight: bold;
        border-left: 2px solid #D0E4F5;
    }

        table.blueTable thead th:first-child {
            border-left: none;
        }

.FixPage {
    padding: 5px;
}

.Pager, table.blueTable tfoot {
    font-size: 14px;
    background: #006c95;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
}

.Pager {
    height: 40px;
}

.contPager {
    text-align: right;
    line-height: 28px;
}

.Pager, table.blueTable tfoot td {
    font-size: 14px;
}

.Pager, table.blueTable tfoot .links {
    text-align: left;
}

    .PagerLink, table.blueTable tfoot .links a {
        display: inline-block;
        background: #0b5394 !important;
        color: #FFFFFF;
        padding: 2px 8px !important;
        border-radius: 5px;
    }

a.PagerLink:hover {
    color: #00aeef !important;
}
