/* 
    Created on : 01/08/2016, 00:08:08
    Author     : Octa Code
*/

.oc-accessibilty-form {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.oc-accessibilty-style tbody {
  background: #e2e2e2;
  width: 100%;
}
.oc-accessibilty-style td, .oc-accessibilty-style th {
  padding: 10px;
  border: 1px solid #f1f1f1;
  vertical-align: middle;
}
.oc-accessibilty-style th {
  text-align: center;
}
.oc-accessibilty-main-title {
  margin-left: 25px;
}
tr.creditRow {
  background: #0085ba;
  color: #fff;
}
tr.creditRow th {
  color: #fff;
  font-size: 1.4em;
  direction: ltr;
  line-height: 2.4em;
  font-weight: normal;
}
.creditRow a {
  display: inline-block;
}
.creditRow img {
  height: 35px;
  margin-bottom: -10px;
}
a.oc-accessibilty-tabletop {
  position: absolute;
  left: -27px;
  top: 0;
}
.oc-accessibilty-style td p {
  direction: ltr;
  opacity: 0.9;
  font-size: 0.9em;
}
/* Table style */
table.oct-admin-table tbody tr.oc-markRow input {
  border: 1px solid #ffbe7c;
}
table.oct-admin-table img {
  max-height: 60px;
}
table.oct-admin-table tbody input {
  padding: 6px;
}
table.oct-admin-table tbody tr:hover td {
  background-color: #ffff89;
}
.accessibility-inner a {
  text-decoration: none;
}
.accessibility-inner .oct-admin-table a:hover {
  text-decoration: underline;
}
span.oc-accept-suggestion {
  cursor: pointer;
}
select#oct-attachments-filter {width: 150px;}
.oct-filters-wrapper {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  padding: 10px;
  background: #d2d2d2;
}
.oct-filters-wrapper span {
  direction: ltr;
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 1.2em;
}

.oc-pager li {
  display: inline-block;
  margin: 0 5px;
}
.oc-pager li a {
  min-width: 17px;
  border: 1px solid #ccc;
  background: #e5e5e5;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  padding: 9px 11px 12px;
  font-size: 18px;
  display: block;
}

.oc-pager li a:hover, .oc-pager li.oc-pager-active a{
  border-color: #5b9dd9;
  color: #fff;
  background: #00a0d2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.ac_language {
  direction: ltr;
}