body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  .row-flex,
  .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
  }
  .row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
  }
  .row-flex > div[class*='col-'],
  .container-flex > div[class*='col-'] {
    margin: -.3px;
    
  }
  .container-flex > div[class*='col-'] div,
  .row-flex > div[class*='col-'] div {
    width: 100%;
  }
  .flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
  }
  .flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.sm-gutters {
  margin-right: -3px;
  margin-left: -3px;
}
.row.sm-gutters > .col,
.row.sm-gutters > [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}
@media (min-width: 1702px) {
  .container-lg {
    min-width: 1702px;
  }
}
.no-space .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.no-space .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ff4141;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f30000;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
th,
td {
  line-height: 1.7143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
table.admintable th,
table.admintable td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.modal-open .modal-backdrop {
  z-index: 1040;
}