body {
    font-size: 12px;
}

table {
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
}

table tr th,
table tr td {
    text-align: center;
    vertical-align: middle !important;
}

table thead {
    text-transform: uppercase;
}

.users-table tr td {
    text-align: left !important;
}

.search-container {
    margin-bottom: 20px;
}

.search-buttons-container {
    text-align: center;
    margin: 15px 0;
}

.pagination-container {
    text-align: center;
}

.download-button,
.player-button {
    position: relative;
    display: inline-block;
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #BBBBBB;
    vertical-align: middle;
}

.download-button:after,
.player-button:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
}

.download-button:after {
    background: url(http://rec69.ziotes.com/images/download_4.jpg);
}

.player-button:after {
    background: url(http://rec69.ziotes.com/images/play_4.jpg);
}

audio {
    vertical-align: middle !important;
}

.record-list-container,
.admin-list-container {
    overflow-x: auto;
}

.search-record-container table tr td {
    padding: 0;
}

.search-record-container table tr th {
    padding: 0 15px;
}

/*
 * Search Record Container Column Widths
 */
.search-record-container table tr td:nth-child(2) {
    width: 83.33333333%;
}

.search-record-container table tr th:nth-child(1) {
    width: 16.66666667%;
    text-align: left !important;
}

.record-list-container table tr td:nth-child(1) {
    width: 5%;
}

.record-list-container table tr td:nth-child(2) {
    width: 10%;
}

.record-list-container table tr td:nth-child(3) {
    width: 10%;
}

.record-list-container table tr td:nth-child(4) {
    width: 10%;
}

.record-list-container table tr td:nth-child(5) {
    width: 10%;
}

.record-list-container table tr td:nth-child(6) {
    width: 5%;
}

.record-list-container table tr td:nth-child(7) {
    width: 5%;
}

.record-list-container table tr td:nth-child(8) {
    width: 5%;
}

.record-list-container table tr td:nth-child(9) {
    width: 10%;
}

.record-list-container table tr td:nth-child(10) {
    width: 25%;
}

.record-list-container table tr td:nth-child(11) {
    width: 5%;
}

#from,
#to {
    cursor: pointer;
}

audio {
    display: inline-block;
    vertical-align: middle;
}

.player-close-button {
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}

.player-close-button:hover {
    background-color: #eee;
}

/**
 * Over Ride AdminLTE
 */
.box.box-primary {
    border-top-color: #1f3a4d !important;
}

@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
}

table thead tr {
    background-color: #fcfcfc;
    background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd !important;
}

.alert {
    margin-bottom: 0 !important;
}
