/** Custom styles for dealing with dataTables in the Recurrence admin panel **/
h1 {
    font-family: 'Plan Cher', 'Market Deco', Helvetica Neue, Helvetica, Arial;
}

.pull-right {
    float: right !important;
}

.tablePageHeader {
    width:auto;
    padding: 2em 0 0em 0;
    margin: 0em 0 1.5em 0;
    border-bottom: 1px solid #888888;
}

table.dataTable {
    margin-top: 8px;
    margin-bottom: 8px;
}

table.dataTable.noBorders tbody th, table.dataTable.noBorders tbody td, table.dataTable.noBorders tbody th, table.dataTable.noBorders tbody td {
    border:none;
}

table.dataTable.lessSpacing tbody th, table.dataTable.lessSpacing tbody td {
    padding: 2px 10px;
}

.dataTable thead {
    background: url(/img/admin/BaseWoodTiled.jpg) repeat;
    background-size: cover;
}

.dataTable thead, .dataTable tbody {
    outline: 2px solid #f4d52a;
}

.dataTable {
  text-align: center;
  background: none;
}

.halfTable {
    width: 49%;
    display: inline-block;
    float: left;
}

.halfTable button {
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 10px;
}

ul.dataTable {
    padding: 0;
    margin: 0;
    outline: 2px solid #f4d52a;
    width: 100%;
}
ul.dataTable span.col25 {
    width: 24%;
}

.close-x {
    color: white;
    cursor: pointer;
    padding: 2px 5px;
    float: right;
}
.close-x:hover {
    color: #f4d52a;
    text-decoration: none;
    font-weight: bold;
}

ul.dataTable li {
    background-color: rgba(0, 0, 0, .1);
}
ul.dataTable li li:nth-child(odd) {
    background-color: rgba(0, 0, 0, .4);
}
ul.dataTable li li:nth-child(even) {
    background-color: rgba(0, 0, 0, .2);
}

table.dataTable thead th {
    font-weight: normal;
}

table.dataTable thead th {
    padding: 0;
    padding-top: 9px;
    vertical-align: middle;
    border: none;
    width: 16%;
    line-height: 100%;
    color: #ffffff;
    font-family: 'Orator';
    font-size: 25px;
}

table.dataTable tbody td {
    color: #ffffff;
    font-size: 15px;
    width: 16%;
    font-family: 'PhilosopherBold';
}

table.dataTable tbody tr {
    background: none;
}

table.dataTable tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .3);
}
table.dataTable tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, .5);
}

table.dataTable.display tbody tr td{
    border-top: none;
    border-collapse: collapse;
    vertical-align: middle;
}

table.dataTable.display tbody tr.group td{
    border-top: 1px solid #ffffff;
}

table.dataTable.display.display tbody tr:first-child td{
    border-top: none;
}

table.dataTable tbody tr.lessPadding td {
    padding: 2px 10px;
}

#tableContainer {
    margin: 0 1em 2em 0;
    padding: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* Basic Table Styling for Admin Page Tables */
.basicTable {
    background: #e9e9ee;
    border: 2px #8686ae solid;
}

/* Styling for added files container */
.fileTable {
    background: #d4e7dc;
    border: 2px #1c9a54 solid;
}
