/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.invisible {
    visibility: hidden;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable {
    /*
           * Extends the .visuallyhidden class to allow the element to be focusable
           * when navigated to via the keyboard: h5bp.com/p
           */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.tableContainer {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #F0F0F0;
    padding-bottom: 6px;
    -webkit-box-shadow: 0 3px 10px #333;
    -moz-box-shadow: 0 3px 10px #333;
    box-shadow: 0 3px 10px #333;
}
.tableTop {
    background: #204080;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 12px;
    -o-border-radius-topright: 6px;
    -o-border-radius-bottomright: 0;
    -o-border-radius-bottomleft: 0;
    -o-border-radius-topleft: 12px;
    -ms-border-radius-topright: 6px;
    -ms-border-radius-bottomright: 0;
    -ms-border-radius-bottomleft: 0;
    -ms-border-radius-topleft: 12px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 12px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    *zoom: 1;
}
.tableTop:before,
.tableTop:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.tableTop:after {
    clear: both;
}
.tableTop form {
    min-width: 305px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tableInfo {
    height: 20px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 6px;
    -o-border-radius-topright: 0;
    -o-border-radius-bottomright: 0;
    -o-border-radius-bottomleft: 0;
    -o-border-radius-topleft: 6px;
    -ms-border-radius-topright: 0;
    -ms-border-radius-bottomright: 0;
    -ms-border-radius-bottomleft: 0;
    -ms-border-radius-topleft: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #F1F0F0;
    float: left;
    padding: 10px 10px 10px 20px;
    position: relative;
}
.tableInfo:after {
    border-style: solid;
    position: absolute;
    top: 0px;
    right: -40px;
    border-width: 40px 0 0 40px;
    border-color: transparent #F1F0F0;
    content: "";
    display: block;
    width: 0;
}
.tableSearch {
    float: right;
    padding: 7px 5px 7px 0;
    position: relative;
    background-color: transparent;
    height: 26px;
    line-height: 26px;
}
.tableSearch:before {
    font-family: 'icomoon';
    font-size: 22px;
    content: "\45";
    position: absolute;
    left: 8px;
    top: 12px;
    z-index: 1;
}
.tableSearch input {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -o-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    -ms-background-clip: padding-box;
    background-clip: padding-box;
    text-indent: 20px;
}
.tableSearch input:-moz-placeholder {
    color: #666669;
}
table {
    width: 100%;
    text-align: left;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -o-border-radius-topright: 6px;
    -o-border-radius-bottomright: 0;
    -o-border-radius-bottomleft: 0;
    -o-border-radius-topleft: 0;
    -ms-border-radius-topright: 6px;
    -ms-border-radius-bottomright: 0;
    -ms-border-radius-bottomleft: 0;
    -ms-border-radius-topleft: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-collapse: separate;
}
table thead {
    color: #204080;
    background-color: #204080;
}
table thead th {
    background-color: #F1F0F0;
    border-bottom: 1px solid #c6ccca;
    text-align: left;
}
table thead th:last-child {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -o-border-radius-topright: 6px;
    -o-border-radius-bottomright: 0;
    -o-border-radius-bottomleft: 0;
    -o-border-radius-topleft: 0;
    -ms-border-radius-topright: 6px;
    -ms-border-radius-bottomright: 0;
    -ms-border-radius-bottomleft: 0;
    -ms-border-radius-topleft: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
table tbody tr a {
    text-decoration: underline;
}
table tbody tr:nth-child(even) {
    background-color: #cecccc;
}
table tbody tr:nth-child(odd) {
    background-color: #e4e1e1;
}
table tbody tr:hover {
    background-color: #c2cddf;
}
table tbody tr:hover a {
    color: #204080;
}
table tbody tr > td {
    border-bottom: 1px solid #c6ccca;
    border-top: 1px solid #FFF;
    cursor: default;
}
table tfoot td {
    border-top: 1px solid #FFF;
    background: #EFEFEF;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EFEFEF), color-stop(1, #E2E1E1));
    background: -ms-linear-gradient(bottom, #EFEFEF, #E2E1E1);
    background: -moz-linear-gradient(center bottom, #EFEFEF 0%, #E2E1E1 100%);
}
table td,
table th {
    padding: 10px;
}
table td.checkbox,
table th.checkbox {
    width: 1px;
    padding-left: 20px;
}
.pagination {
    float: right;
    list-style: none;
    *zoom: 1;
}
.pagination:before,
.pagination:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.pagination:after {
    clear: both;
}
.pagination > li {
    float: left;
}
.pagination > li > a {
    padding: 0 5px;
    margin: 0 3px;
    color: #204080;
    display: block;
    height: 20px;
    border: 1px solid #204080;
}
