html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Here be dragons - use with caution and don't blame Steve */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

input[type="text"], input[type="search"], button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

body {
  background: #f1f6f6; }

div.wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  padding: 0 20px;
  position: relative;
  min-width: 320px; }
  div.wrap:after {
    content: " ";
    display: block;
    clear: both; }

.no-mq div.wrap {
  width: 960px;
  margin: 0 auto; }

header {
  background: #666; }
  header h1 {
    font: 600 20px/80px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    display: inline-block;
    padding: 0 50px 0 0; }
  header ul {
    display: inline-block; }
    header ul li {
      display: inline-block;
      padding: 0 20px 0 0; }
      header ul li a {
        color: white;
        font: 600 14px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none; }

div.error {
  background: rgba(247, 225, 217, 0.95);
  margin-bottom: 20px; }
  div.error p {
    font: 600 14px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #e75f2f;
    padding: 20px; }

div.success {
  background: rgba(220, 236, 224, 0.95);
  margin-bottom: 20px; }
  div.success p {
    font: 600 14px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #24873a;
    padding: 20px; }

section.dashboard {
  background: white;
  padding: 30px 0; }
  section.dashboard div.top {
    overflow: hidden;
    *zoom: 1; }
    section.dashboard div.top div.heading {
      float: left; }
      section.dashboard div.top div.heading h2 {
        font: 600 20px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #444;
        padding: 0 0 30px 0; }
  section.dashboard div.table {
    border-top: 2px solid #eee;
    padding: 40px 0 40px 0; }
    section.dashboard div.table div.tablehead h3 {
      float: left;
      font: 600 18px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #444;
      padding: 0 0 10px 0; }
    section.dashboard div.table div.tablehead ul.controls {
      float: left;
      padding: 0 0 0 10px; }
      section.dashboard div.table div.tablehead ul.controls li a {
        text-decoration: none;
        color: #666; }
        section.dashboard div.table div.tablehead ul.controls li a i {
          font-size: 20px; }

section.index {
  background: white;
  padding: 50px 0; }
  section.index div.top {
    overflow: hidden;
    *zoom: 1; }
    section.index div.top div.heading {
      float: left; }
      section.index div.top div.heading h2 {
        font: 600 20px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #444;
        padding: 0 0 30px 0; }
    section.index div.top ul.controls {
      float: right; }
      section.index div.top ul.controls li a {
        text-decoration: none;
        color: #666; }
        section.index div.top ul.controls li a i {
          font-size: 30px; }
  section.index div.none p {
    font: italic 400 15px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666; }
    section.index div.none p a {
      color: #9ea9ae;
      font-weight: bold; }

section.create,
section.update {
  background: white;
  padding: 50px 0; }
  section.create div.top,
  section.update div.top {
    overflow: hidden;
    *zoom: 1; }
    section.create div.top div.heading,
    section.update div.top div.heading {
      float: left;
      padding: 0 0 30px 0; }
      section.create div.top div.heading h2,
      section.update div.top div.heading h2 {
        font: 600 20px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #444; }
      section.create div.top div.heading h3,
      section.update div.top div.heading h3 {
        font: 600 16px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #666;
        padding: 5px 0 0 0; }
    section.create div.top ul.controls,
    section.update div.top ul.controls {
      float: right; }
      section.create div.top ul.controls li a,
      section.update div.top ul.controls li a {
        text-decoration: none;
        color: #666; }
        section.create div.top ul.controls li a i,
        section.update div.top ul.controls li a i {
          font-size: 30px; }
  section.create div.error,
  section.create div.success,
  section.update div.error,
  section.update div.success {
    width: 60%; }
  section.create div.form,
  section.update div.form {
    background: #f1f6f6;
    padding: 30px 30px 15px 30px;
    width: 60%; }
    section.create div.form div.fieldset,
    section.update div.form div.fieldset {
      overflow: hidden;
      *zoom: 1;
      padding: 0 0 15px 0; }
      section.create div.form div.fieldset label,
      section.update div.form div.fieldset label {
        width: 23.40426%;
        float: left;
        margin-right: 2.12766%;
        text-align: right;
        font: 600 13px/140% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #666;
        padding: 10px 0 0 0; }
      section.create div.form div.fieldset div.field,
      section.update div.form div.fieldset div.field {
        width: 74.46809%;
        float: right;
        margin-right: 0; }
        section.create div.form div.fieldset div.field input[type="text"],
        section.create div.form div.fieldset div.field input[type="email"],
        section.create div.form div.fieldset div.field input[type="password"],
        section.update div.form div.fieldset div.field input[type="text"],
        section.update div.form div.fieldset div.field input[type="email"],
        section.update div.form div.fieldset div.field input[type="password"] {
          width: 100%;
          border: 1px solid #d2e2e2;
          font: 400 13px/140% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding: 8px 10px; }
          section.create div.form div.fieldset div.field input[type="text"]:focus,
          section.create div.form div.fieldset div.field input[type="email"]:focus,
          section.create div.form div.fieldset div.field input[type="password"]:focus,
          section.update div.form div.fieldset div.field input[type="text"]:focus,
          section.update div.form div.fieldset div.field input[type="email"]:focus,
          section.update div.form div.fieldset div.field input[type="password"]:focus {
            outline: none; }
        section.create div.form div.fieldset div.field.radio,
        section.update div.form div.fieldset div.field.radio {
          padding: 8px 0 0 0;
          font: 400 13px/140% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          section.create div.form div.fieldset div.field.radio input,
          section.update div.form div.fieldset div.field.radio input {
            margin: 5px; }
        section.create div.form div.fieldset div.field textarea,
        section.update div.form div.fieldset div.field textarea {
          width: 100%;
          border: 1px solid #d2e2e2;
          font: 400 13px/140% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding: 8px 10px; }
          section.create div.form div.fieldset div.field textarea:focus,
          section.update div.form div.fieldset div.field textarea:focus {
            outline: none; }
        section.create div.form div.fieldset div.field.buttons,
        section.update div.form div.fieldset div.field.buttons {
          overflow: hidden;
          *zoom: 1; }
          section.create div.form div.fieldset div.field.buttons button,
          section.update div.form div.fieldset div.field.buttons button {
            float: right;
            font: 600 13px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            background: #666;
            padding: 0 20px;
            border: none;
            color: white;
            cursor: pointer; }
            section.create div.form div.fieldset div.field.buttons button:focus,
            section.update div.form div.fieldset div.field.buttons button:focus {
              outline: none; }
            section.create div.form div.fieldset div.field.buttons button[type="submit"]:disabled,
            section.update div.form div.fieldset div.field.buttons button[type="submit"]:disabled {
              background: #ccc;
              color: #444; }
          section.create div.form div.fieldset div.field.buttons a,
          section.update div.form div.fieldset div.field.buttons a {
            display: block;
            float: left;
            background: #ccc;
            font: 400 13px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            padding: 0 20px;
            text-decoration: none;
            color: #444; }
            section.create div.form div.fieldset div.field.buttons a:focus,
            section.update div.form div.fieldset div.field.buttons a:focus {
              outline: none; }

section.show {
  background: white;
  padding: 50px 0; }
  section.show div.top {
    overflow: hidden;
    *zoom: 1; }
    section.show div.top div.heading {
      float: left;
      padding: 0 0 30px 0; }
      section.show div.top div.heading h2 {
        font: 600 20px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #444; }
      section.show div.top div.heading h3 {
        font: 600 16px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #666;
        padding: 5px 0 0 0; }
        section.show div.top div.heading h3 a {
          color: #666; }
    section.show div.top ul.controls {
      float: right; }
      section.show div.top ul.controls li {
        float: left;
        padding: 0 0 0 10px; }
        section.show div.top ul.controls li a {
          text-decoration: none;
          color: #666; }
          section.show div.top ul.controls li a i {
            font-size: 30px; }
  section.show div.details div.block {
    padding: 0 0 30px 0; }
    section.show div.details div.block h3 {
      font: 600 14px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 0 0 5px 0; }
    section.show div.details div.block p {
      font: 400 14px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section.show div.table {
    border-top: 2px solid #eee;
    padding: 40px 0 40px 0; }
    section.show div.table div.tablehead h3 {
      float: left;
      font: 600 18px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #444;
      padding: 0 0 10px 0; }
    section.show div.table div.tablehead ul.controls {
      float: left;
      padding: 0 0 0 10px; }
      section.show div.table div.tablehead ul.controls li a {
        text-decoration: none;
        color: #666; }
        section.show div.table div.tablehead ul.controls li a i {
          font-size: 20px; }

footer {
  padding: 20px 0 30px 0; }
  footer ul {
    display: inline-block; }
    footer ul li {
      display: inline-block;
      padding: 0 20px 0 0; }
      footer ul li a {
        color: #666;
        font: 600 13px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none; }

section.login {
  width: 370px;
  margin: 0 auto; }
  section.login h1 {
    text-align: center;
    font: 600 20px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8d9ea7;
    padding: 100px 0 50px 0; }
  section.login form {
    padding: 0 0 30px 0; }
    section.login form fieldset {
      border-bottom: 1px solid #ebeef0; }
      section.login form fieldset input {
        width: 100%;
        border: none;
        font: 400 15px/140% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 6px 12px;
        padding-left: 60px;
        height: 60px; }
        section.login form fieldset input:focus {
          outline: none; }
      section.login form fieldset.icon {
        position: relative;
        width: 100%; }
      section.login form fieldset.icon:after {
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        color: #b5bcc0;
        width: 56px;
        height: 56px;
        line-height: 57px;
        top: 2px;
        left: 2px; }
      section.login form fieldset.icon.email:after {
        content: "\f000"; }
      section.login form fieldset.icon.password:after {
        content: "\f001";
        font-size: 130%; }
    section.login form button {
      width: 100%;
      border: none;
      cursor: pointer;
      background: #0099CC;
      color: white;
      font: 600 17px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      height: 56px; }
      section.login form button:focus {
        outline: none; }
      section.login form button[type="submit"]:disabled {
        background: #ccc;
        color: #444; }
  section.login div.password p {
    text-align: center;
    color: #9ea9ae;
    font: 400 13px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0 30px 0; }
    section.login div.password p a {
      color: #9ea9ae;
      font-weight: bold; }
      section.login div.password p a:focus {
        outline: none; }

ul.controls li.edit a {
  color: #0099CC !important; }
ul.controls li.convert a {
  color: #EF9602 !important; }
ul.controls li.add a {
  color: #649B27 !important; }

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 10px;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }
  table.dataTable thead th,
  table.dataTable tfoot th {
    font-weight: 700;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #444; }
  table.dataTable thead th,
  table.dataTable thead td {
    padding: 8px 15px;
    border-bottom: none;
    border-right: none; }
    table.dataTable thead th:last-child,
    table.dataTable thead td:last-child {
      border-right: none; }
    table.dataTable thead th:active,
    table.dataTable thead td:active {
      outline: none; }
  table.dataTable tfoot th,
  table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: none; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand; }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting_asc_disabled,
  table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right; }
  table.dataTable thead .sorting:after {
    content: "\f004"; }
  table.dataTable thead .sorting_asc:after {
    content: "\f002"; }
  table.dataTable thead .sorting_desc:after {
    content: "\f003"; }
  table.dataTable thead .sorting_asc_disabled:after {
    content: "\f002"; }
  table.dataTable thead .sorting_desc_disabled:after {
    content: "\f003"; }
  table.dataTable thead th {
    position: relative;
    background-image: none !important;
    background: #666;
    color: white; }
  table.dataTable thead.alert th {
    background: #A80808; }
  table.dataTable thead th.sorting:after,
  table.dataTable thead th.sorting_asc:after,
  table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    font-family: System; }
  table.dataTable thead .no-sort::after {
    display: none !important; }
  table.dataTable thead .no-sort {
    pointer-events: none !important;
    cursor: default !important; }
  table.dataTable thead .narrow {
    width: 1%; }
  table.dataTable tbody tr {
    background-color: #ffffff; }
    table.dataTable tbody tr:last-child {
      -moz-border-radius: 0 0 4px 4px;
      -webkit-border-radius: 0;
      border-radius: 0 0 4px 4px; }
    table.dataTable tbody tr.selected {
      background-color: #b0bed9; }
  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 10px 15px;
    font: 400 13px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    vertical-align: top; }
    table.dataTable tbody th a,
    table.dataTable tbody td a {
      text-decoration: none;
      color: #444;
      font-weight: 600; }
    table.dataTable tbody th span.nowrap,
    table.dataTable tbody td span.nowrap {
      white-space: nowrap; }
    table.dataTable tbody th div.meta,
    table.dataTable tbody td div.meta {
      font-weight: bold;
      font-style: italic;
      color: #999;
      font-size: 12px; }
  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: none; }
  table.dataTable.row-border tbody tr:first-child th,
  table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  table.dataTable.display tbody tr:first-child td {
    border-top: none; }
  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: none;
    border-right: none; }
  table.dataTable.cell-border tbody tr th:first-child,
  table.dataTable.cell-border tbody tr td:first-child {
    border-left: none; }
  table.dataTable.cell-border tbody tr:first-child th,
  table.dataTable.cell-border tbody tr:first-child td {
    border-top: none; }
  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9; }
    table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
      background-color: #acbad4; }
  table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6; }
    table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
      background-color: #aab7d1; }
  table.dataTable.order-column tbody tr > .sorting_1,
  table.dataTable.order-column tbody tr > .sorting_2,
  table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
  table.dataTable.display tbody tr > .sorting_2,
  table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa; }
  table.dataTable.order-column tbody tr.selected > .sorting_1,
  table.dataTable.order-column tbody tr.selected > .sorting_2,
  table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
  table.dataTable.display tbody tr.selected > .sorting_2,
  table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5; }
  table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1; }
  table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3; }
  table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke; }
  table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd; }
  table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf; }
  table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1; }
  table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa; }
  table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc; }
  table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe; }
  table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5; }
  table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6; }
  table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8; }
  table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea; }
  table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec; }
  table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef; }
  table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7; }
  table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9; }
  table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb; }
  table.dataTable.no-footer {
    border-bottom: none; }
  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap; }
  table.dataTable.compact thead th,
  table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px; }
  table.dataTable.compact tfoot th,
  table.dataTable.compact tfoot td {
    padding: 4px; }
  table.dataTable.compact tbody th,
  table.dataTable.compact tbody td {
    padding: 4px; }
  table.dataTable th.dt-left,
  table.dataTable td.dt-left {
    text-align: left; }
  table.dataTable th.dt-center,
  table.dataTable td.dt-center,
  table.dataTable td.dataTables_empty {
    text-align: center; }
  table.dataTable th.dt-right,
  table.dataTable td.dt-right {
    text-align: right; }
  table.dataTable th.dt-justify,
  table.dataTable td.dt-justify {
    text-align: justify; }
  table.dataTable th.dt-nowrap,
  table.dataTable td.dt-nowrap {
    white-space: nowrap; }
  table.dataTable thead th.dt-head-left,
  table.dataTable thead td.dt-head-left,
  table.dataTable tfoot th.dt-head-left,
  table.dataTable tfoot td.dt-head-left {
    text-align: left; }
  table.dataTable thead th.dt-head-center,
  table.dataTable thead td.dt-head-center,
  table.dataTable tfoot th.dt-head-center,
  table.dataTable tfoot td.dt-head-center {
    text-align: center; }
  table.dataTable thead th.dt-head-right,
  table.dataTable thead td.dt-head-right,
  table.dataTable tfoot th.dt-head-right,
  table.dataTable tfoot td.dt-head-right {
    text-align: right; }
  table.dataTable thead th.dt-head-justify,
  table.dataTable thead td.dt-head-justify,
  table.dataTable tfoot th.dt-head-justify,
  table.dataTable tfoot td.dt-head-justify {
    text-align: justify; }
  table.dataTable thead th.dt-head-nowrap,
  table.dataTable thead td.dt-head-nowrap,
  table.dataTable tfoot th.dt-head-nowrap,
  table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap; }
  table.dataTable tbody th.dt-body-left,
  table.dataTable tbody td.dt-body-left {
    text-align: left; }
  table.dataTable tbody th.dt-body-center,
  table.dataTable tbody td.dt-body-center {
    text-align: center; }
  table.dataTable tbody th.dt-body-right,
  table.dataTable tbody td.dt-body-right {
    text-align: right; }
  table.dataTable tbody th.dt-body-justify,
  table.dataTable tbody td.dt-body-justify {
    text-align: justify; }
  table.dataTable tbody th.dt-body-nowrap,
  table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }
  .dataTables_wrapper .dataTables_length {
    float: left;
    font: 600 13px/240% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    padding-bottom: 10px; }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    font: 600 13px/240% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444; }
    .dataTables_wrapper .dataTables_filter input {
      margin-left: 0.5em;
      border: 1px solid #ccc;
      padding: 5px 10px; }
  .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    font: 600 13px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444; }
  .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      box-sizing: border-box;
      display: inline-block;
      background: white;
      padding: 5px 10px;
      text-align: center;
      text-decoration: none !important;
      cursor: pointer;
      *cursor: hand;
      color: #666 !important;
      margin-left: -1px;
      font: 700 13px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px 0 0 4px; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0;
        border-radius: 0 4px 4px 0; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #888 !important;
        background: #eee; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #999 !important; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #666 !important; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        outline: none; }
    .dataTables_wrapper .dataTables_paginate .ellipsis {
      padding: 0 1em; }
  .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 50px;
    margin-left: -50%;
    text-align: center; }
    .dataTables_wrapper .dataTables_processing i {
      color: #666;
      font-size: 50px; }
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper .dataTables_paginate {
    color: #333333; }
  .dataTables_wrapper .dataTables_scroll {
    clear: both; }
    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
      *margin-top: -1px;
      -webkit-overflow-scrolling: touch; }
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
      .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
        height: 0;
        overflow: hidden;
        margin: 0 !important;
        padding: 0 !important; }
  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none; }
  .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
  .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none; }
  .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }
