/* Tablesorter custom style */
table.tablesorter tbody tr.even td {
  background: #FAFAFA;
  color: #111;
}
table.tablesorter tbody tr.odd td {
  background: #FEFEFE;
  color: #111;
}
body {
    /* font-family: 'B612', sans-serif !important; */
}
.alert {
    text-align: center;
    font-size:150%;
}
.topnav {
    margin-bottom: 1em;
}
.alert-warning {
    width:90%;
}
.alert-error {
    width:90%;
    background-color: #d9534f;
}
/*input[type=checkbox] {
  transform: scale(2);
}*/

@media print
{    
    .tablesorter-filter-row{
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}


.select2-results__options {
    max-height: 500px !important;
}

/*Vendor lookup jquery autocomplete styling */
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #66afe9;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(102, 175, 233, 0.6);
       -moz-box-shadow: 0 6px 12px rgba(102, 175, 233, 0.6);
            box-shadow: 0 6px 12px rgba(102, 175, 233, 0.6);
}
.ui-autocomplete > li {
  padding: 2px 5px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}

/*header responsive text */

.header-text > h1 {
    font-size:1.2em;
    font-family: 'Times New Roman';
    font-weight: bold;
    margin-top:2px;
}
.header-text > h2 {
    font-size:1em;
    font-family: 'Times New Roman';
    margin-bottom: 2px;
}

@media (min-width:480px) {
    .header-text > h1 {
        font-size:3em;
        font-family: 'Times New Roman';
        font-weight: bold;
        margin-top:.5em;
    }
    .header-text > h2 {
        font-size:1.5em;
        font-family: 'Times New Roman';
    }
}

.errorlist {
    list-style-type: none;
    font-style: italic;
    color: red;
}
